﻿.footer {
    width: 100%;
    height: 116px;
    background: url(../images/footerBg.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.footer p {
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.footer p a {
    color: rgba(255, 255, 255, 0.8);
}

.head {
    width: 100%;
    height: 184px;
    background: linear-gradient(180deg, #FFE4E4 14%, #FFFFFF 97%);
}

.head .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headText .box {
    width: 430px;
    display: flex;
    font-size: 17px;
    font-weight: bold;
    color: #922325;
}

.headText .box1 {
    margin-bottom: 10px;
}

.headText .box .l {
    width: 80px;
    text-align: justify;
    text-align-last: justify;
}

.headText .box .r {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.headText .box .r a {
    width: 52px;
    color: #922325;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-align-last: justify;
}

.headText .box span.s5,
.headText .box span:last-of-type {
    display: none;
}


.head h1 img {
    height: 80px;
}


.navgation {
    width: 100%;
    height: 70px;
    background: #922325;
    position: relative;
    z-index: 99;
}

.navgation ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navgation ul .nli {
    position: relative;
    text-align: center;
}


.navgation ul .nli.on h3 a,
.navgation ul .nli:hover h3 a {
    color: #fff;
    font-weight: bold;
}

.navgation ul li h3 {
    height: 70px;
    line-height: 70px;
}

.navgation ul li h3 a {
    font-size: 20px;
    color: #fff;
}

.navgation ul li .sub {
    width: 145px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    flex-direction: column;
    background: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #CFBC80;
    padding: 10px 0;
}

.navgation ul li .sub li {
    width: 100%;
    text-align: center;
    padding: 7px 0;
}

.navgation ul li .sub li a {
    color: #2E2E2E;
    font-size: 18px;
}

.navgation ul li:hover .sub {
    opacity: 1;
    visibility: visible;
}


.navgation ul li .sub li:hover a {
    font-weight: bold;
    color: #922325;
}

.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 25%;
    z-index: 1002;
    border: solid 1px #3B8BB9;
}

.img_content video {
    width: 800px;
    height: auto;
}

.colse_btn {
    border: solid 1px #3B8BB9;
    color: #fff;
    height: 20px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 45px;
    background: #3B8BB9;
    border-radius: 0.5em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
}

.nydt img {
    width: 100%;
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #922325 !important;
    color: #fff;
    background-color: #922325 !important;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a,
.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 34px;
    height: 58px;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer;
}

.banlist .swiper-prev img,
.banlist .swiper-next img {
    height: 16px;
}

.banlist .swiper-next {
    left: auto;
    right: 0;
}

.banlist .swiper-prev:hover,
.banlist .swiper-next:hover {
    background: rgba(146, 35, 37, 0.7);
}

.banlist .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banlist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 5px;
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    background: #fff;
}

.main_cgjj {
    width: 100%;
    height: 718px;
    background: url(../images/main-cgjj-bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 85px;
}

.main_cgjj .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 55px;
}

.column .title {
    width: 124px;
    font-size: 32px;
    color: #292929;
    position: relative;
    width: 130px;
    text-align-last: justify;
}

.column .title::before {
    content: '';
    width: 124px;
    height: 83px;
    display: inline-block;
    background: url(../images/column-title-bg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.column .more {
    width: 59px;
    height: 36px;
    background: url(../images/more2.png) center no-repeat;
    background-size: cover;
}

.column .more:hover {
    background: url(../images/more.png) center no-repeat;
    background-size: cover;
}

.column .more img {
    opacity: 0;
}

.cgsp {
    width: 840px;
}

.cgjj {
    width: calc(100% - 840px - 40px);
}

.cgjj_text {
    width: 100%;
    height: 473px;
    background: linear-gradient(180deg, #FFF4E8 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 22px 33px;
    position: relative;
}

.cgjj_text::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../images/xiaohui.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.cgjj_text .desc {
    font-size: 18px;
    line-height: 39px;
    height: 429px;
    text-align: justify;
    color: #2F2F2F;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.cgsp_text {
    width: 100%;
    position: relative;
}

.cgsp_text .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 56%;
}

.cgsp_text .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.cgsp_text:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.cgsp_text .videoBtn {
    position: absolute;
    left: 50%;
    cursor: pointer;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.main_sbs {
    width: 100%;
    padding: 60px 0;
    background: url(../images/main-sbs-bg.png) center bottom no-repeat;
    background-size: 100% auto;
    position: relative;
}

.main_sbs::before {
    content: '';
    width: 100%;
    height: 520px;
    display: inline-block;
    background: url(../images/sbs-bg.jpg) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.zccl ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zccl ul li {
    width: calc((100% - 90px) / 4);
    height: 84px;
    line-height: 84px;
    background: url(../images/zccl-li-bg.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 7.69px 0px rgba(108, 108, 108, 0.2);
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0 15px;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
}

.zccl ul li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: #2B2B2B;
}

.zccl ul li:hover {
    background: url(../images/zccl-li-bg2.jpg) center no-repeat;
    background-size: cover;
}

.zccl ul li:hover a {
    color: #fff;
}


.sbs_cgbg {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 11;
    margin-bottom: 75px;
}


.sbs {
    width: calc((100% - 40px) / 2);
    height: 580px;
    background: linear-gradient(180deg, #FFF7EF 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 40px;
    padding-top: 75px;
}

.cgbg {
    width: calc((100% - 40px) / 2);
    height: 580px;
    background: linear-gradient(180deg, #FFF0F0 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 40px;
    padding-top: 75px;
}

.sbs ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sbs ul li {
    width: calc((100% - 20px) / 2);
    height: 60px;
    background: #FFEEEE;
    margin-bottom: 17px;
    box-sizing: border-box;
    padding: 0 13px 0 17px;
}

.sbs ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sbs ul li .title {
    font-size: 18px;
    color: #404040;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
}

.sbs ul li .title::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    background: #404040;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.sbs ul li .more {
    width: 7px;
    height: 14px;
    display: inline-block;
    background: url(../images/jt-icon4.png) center no-repeat;
    background-size: cover;
}

.sbs ul li:hover {
    background: #922325;
}

.sbs ul li:hover .title {
    color: #fff;
}

.sbs ul li:hover .title::before {
    width: 5px;
    height: 5px;
    background: #fff;
}

.sbs ul li:hover .more {
    background: url(../images/jt-icon3.png) center no-repeat;
    background-size: cover;
}

.cgbg ul li {
    width: 100%;
    height: 81px;
    background: linear-gradient(270deg, #FFD9C4 0%, rgba(255, 255, 255, 0) 99%);
    box-sizing: border-box;
    border: 1px solid #FFD4BC;
    margin-bottom: 15px;
    padding: 0 13px 0 17px;
}

.cgbg ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cgbg ul li .title {
    font-size: 18px;
    color: #292929;
}

.cgbg ul li .title img {
    margin-right: 10px;
}

.cgbg ul li:hover {
    background: linear-gradient(270deg, #FFB2B4 0%, rgba(255, 244, 245, 0.1376) 85%, rgba(255, 255, 255, 0) 99%);
    box-sizing: border-box;
    border: 1px solid #FFC1C1;
}

.cgbg ul li:hover .title {
    font-weight: bold;
    color: #922325;
}

.cgbg ul li .more {
    width: 7px;
    height: 14px;
    display: inline-block;
    background: url(../images/jt-icon4.png) center no-repeat;
    background-size: cover;
}

.cgbg ul li:hover .more {
    background: url(../images/jt-icon5.png) center no-repeat;
    background-size: cover;
}

/* ------------------------------------------ */
.nmain-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.subNav {
    width: 300px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.subNav .name {
    width: 100%;
    height: 105px;
    line-height: 105px;
    background: #922325;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 30px;
}

.subNav ul {
    box-sizing: border-box;
    padding: 0 30px 60px 30px;
}

.subNav ul li {
    width: 100%;
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #EDEDED;
    position: relative;
}

.subNav ul li::before {
    content: '';
    width: 6px;
    height: 12px;
    display: inline-block;
    background: url(../images/jt-icon.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.subNav ul li::after {
    content: '';
    width: 0;
    height: 33px;
    display: inline-block;
    border-left: 4px solid #922325;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.subNav ul li:hover::after,
.subNav ul li.on::after {
    opacity: 1;
}

.subNav ul li a {
    color: #333;
    font-size: 17px;
}

.subNav ul li:hover a,
.subNav ul li.on a {
    color: #922325;
    font-weight: bold;
}

.subNav ul li:hover::before,
.subNav ul li.on::before {
    background: url(../images/jt-icon2.png) center no-repeat;
}


.crumbs-list {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 17px;
    color: #757575;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    margin: 40px 0 30px 0;
}

.crumbs-list a {
    color: #757575;
}

.crumbs-list span:last-of-type {
    display: none;
}

.crumbs-list a:last-of-type {
    color: #922325;
}

.ncontent {
    width: calc(100% - 350px);
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 35px 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 60px;
}

.textlist {
    box-sizing: border-box;
}

.textlist ul li {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    padding: 0 25px;
    display: flex;
    align-items: center;
}

.textlist ul li .title {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.textlist ul li .date {
    color: #BEBEBE;
}

.textlist ul li .date img {
    position: relative;
    top: -1px;
}

.textlist ul li:hover {
    box-sizing: border-box;
    border: 1px solid #922325;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.textlist ul li:hover .title {
    color: #922325;
    font-weight: bold;
}

.back_page {
    width: 108px;
    height: 108px;
    background: #F1F8FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}

.back_page p {
    color: #717171;
    font-size: 16px;
    margin-top: 10px;
}

.detail .title {
    font-size: 32px;
    font-weight: bold;
    color: #292929;
    text-align: center;
}

.detail .dtl {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    margin: 30px 0;
}

.detail .dtl iframe {
    width: 100% !important;
    min-height: 1200px !important;
}

.detail .dtl p,
.detail .dtl>div {
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    color: #292929;
}