@charset "utf-8";
.content .flex{ justify-content: flex-start;}
.banner{ position: relative; z-index: 0;}
.bannerSwiper{ overflow: hidden; }
.banner .gp-container{ position: relative;}
.banner a{ position: relative;}
.banner .gp-img-responsive{ padding-bottom: 24.32%;}
.banner .gp-img-responsive::before{ content: '';display: block;width: 100%;height: 240px;
    background-image: -moz-linear-gradient( 90deg, rgb(3,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(3,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(3,0,0) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.5;position: absolute;left: 0;bottom: 0;z-index: 1;
}

.banner .title{ position: absolute; left: 0;bottom: 50px;z-index: 2;}
.banner .arrow{ background: rgba(0, 0, 0, 0.3); border: 2px solid rgba(255, 255, 255, 0.3);
    width: 80px; height: 80px; box-sizing: border-box; border-radius: 50%;position: absolute; top: 50%;z-index: 2; transition: all 0.35s ease;}
.banner .arrow:hover{ background: rgba(0, 0, 0, 0.5); border-color: rgba(255, 255, 255, 0.7);}
.banner .arrow::before{ content: '';display: block;width: 18px;height: 36px;background: url(../images/arrow.png) no-repeat center/cover;
    position: absolute; left: 50%; top: 50%; transform: translate3d(-50%,-50%,0);}
.banner-pagination{ position: absolute; right: 0; bottom: 60px;z-index: 1;}
.banner-pagination .swiper-pagination-bullet{ width: 10px; height: 10px;border-radius: 50%; border: 1px solid #fff; margin: 0 5px;}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #fff;}
.banner-button-prev{ left: 50px; transform: translate3d(0,-50%,0);}
.banner-button-next{ right: 50px; transform: translate3d(0,-50%,0) rotateZ(180deg);}

.content{ position: relative; z-index: 1;}
.modeTil{ line-height: 1;}
.modeTil.flex{ justify-content: space-between; }
.modeTil a{ display: inline-block; color: #004085; line-height: 1;}
.modeTil .title{ display: inline-block; padding-left: 38px; /* font-family: "SourceHanSerifCN"; */font-weight: bold;
    background: url(../images/new-icon.png) no-repeat left center;}
.modeTil .more{ display: inline-block; line-height: 32px; position: relative; transition: all 0.35s ease;
    background: url(../images/more-icon.png) no-repeat right center; background-size: 16px 16px; padding-right: 26px;}
.modeTil .more:hover{ transform: translateY(-4px);}

/* 右侧定位锚点导航 */
.rightNav{ position: fixed; top: 50%; left: calc(100% - 50px); transform: translate3d(0,-50%,0);
    width: 900px; height: 900px; border-radius: 50%; border: 1px solid #b8bdcc; z-index: 9;}
_::rightNav{ display: none !important;}
.rightNav li{ position: absolute; top: 0; left: 0;right: 0;bottom: 0; border-radius: 50%;transition: all 0.2s ease;}
.rightNav li:nth-of-type(1){ transform: rotateZ(25deg);}
.rightNav li:nth-of-type(2){ transform: rotateZ(10deg);}
.rightNav li:nth-of-type(3){ transform: rotateZ(-10deg);}
.rightNav li:nth-of-type(4){ transform: rotateZ(-25deg);}
.rightNav .navItem{ position: absolute; left: 0px; top: 50%; transform: translate3d(-100%,-50%,0);z-index: 2;transition: all 0.2s ease;}
.rightNav a{position: relative; display: block; writing-mode: vertical-rl; -ms-writing-mode: bt-rl; color: #a6a6a6; padding: 12px;transition: all 0.2s ease;}
.rightNav a:hover,
.rightNav li.on a{ color: #ad8868;}
.rightNav li.cur-icon{ transition: all 0.35s ease;}
.rightNav li.cur-icon[data-cur='cur00']{ transform: rotateZ(25deg);}
.rightNav li.cur-icon[data-cur='cur01']{ transform: rotateZ(10deg);}
.rightNav li.cur-icon[data-cur='cur02']{ transform: rotateZ(-10deg);}
.rightNav li.cur-icon[data-cur='cur03']{ transform: rotateZ(-25deg);}
.rightNav .curIcon{ width: 40px; height: 20px; position: absolute; left: 0; top: 50%; transform: translate3d(-4px,-50%,0);z-index: 2;
    background: url(../images/cur-icon.png) no-repeat right center;background-size: auto 100%;}
.rightNav .curIcon::before{ content: ''; display: block; width: 8px; height: 8px;border-radius: 50%; background: #b38b6b;
    position: absolute; left: 0px; top: 50%; transform: translate3d(0%, -50%, 0);}

.row1{ padding: 40px 0 50px; background: #f5f5f5;}
.row1 ul{ justify-content: flex-start; margin-left: -7px; margin-right: -7px;}
.row1 li{ width: 25%;}
.row1 .item{ align-items: center; margin: 0 7px;padding: 30px; box-sizing: border-box; transition: all 0.35s ease;}
.row1 .item:hover{transform: translateY(-8px);}
.row1 li:nth-of-type(1) .item{ background: url(../images/link-bg1.png) no-repeat center/cover; }
.row1 li:nth-of-type(2) .item{ background: url(../images/link-bg2.png) no-repeat center/cover; }
.row1 li:nth-of-type(3) .item{ background: url(../images/link-bg3.png) no-repeat center/cover; }
.row1 li:nth-of-type(4) .item{ background: url(../images/link-bg4.png) no-repeat center/cover; }
.row1 .item .iconImg{ max-width: 90px; max-height: 90px;}
.row1 .item .name{ margin: 0 15px; flex: 1;}
.row1 .item .more{ width: 26px; height: 26px; background: url(../images/link-more.png) no-repeat center/cover;}

/* row2 */
.row2{ padding: 50px 0 70px;}
.row2 .modeCon{ margin-top: 30px; justify-content: space-between;}
.row2 .gp-img-responsive{ padding-bottom: 56.18%;}
.row2 .infoBox{ padding: 16px 0 10px; border: 1px solid #ececec; border-bottom-width: 2px; align-items: flex-start; transition: all 0.35s ease;}
.row2 .infoBox:hover{ transform: translateX(8px);}
.row2 .infoBox .date{ flex-shrink: 0; line-height: 1; text-align: center; padding: 0 15px 5px; color: #212121; border-right: 1px solid #ddd;}
.row2 .infoBox .title{ line-height: 26px; height: 52px; padding-left: 16px; color: #000; margin-top: -5px; transition: all 0.35s ease;}
.row2 .infoBox:hover .title{ color: #004085;}
.row2 .infoBox .year{margin-top: 8px; color: #999;}
.row2 .firstNew{ display: block; width: 37.08%; flex-shrink: 0;}
.row2 ul{ width: 28.47%; flex-shrink: 0; border-top: 1px solid #ddd;}
.row2 ul .infoBox{ border: none;border-bottom: 1px solid #dbdbdb; padding: 22px 0 18px;}
.row2 ul li{ margin-bottom: 6px;}
.row2 ul li:last-child{ margin-bottom: 0px;}

/* row3 */
.row3{ padding: 50px 0 95px; background: url(../images/topic-bg.png) no-repeat center/cover;}
.row3 .modeCon{ margin-top: 30px; max-height: 500px; overflow: hidden; justify-content: space-between;}
.row3 .modeCon ul{ justify-content: flex-start;}
.row3 .modeTil .title{ background: url(../images/topic-icon.png) no-repeat left center;}
.row3 .modeCon li{ width: 11.11%; flex-shrink: 0; transition: all 0.5s ease;}
.row3 .modeCon li.on{ width: 55.56%;}
.row3 .modeCon li:nth-of-type(1) .itemTil{ background: url(../images/topic-bg1.png) no-repeat bottom center/cover;}
.row3 .modeCon li:nth-of-type(2) .itemTil{ background: url(../images/topic-bg2.png) no-repeat bottom center/cover;}
.row3 .modeCon li:nth-of-type(3) .itemTil{ background: url(../images/topic-bg3.png) no-repeat bottom center/cover;}
.row3 .modeCon li:nth-of-type(4) .itemTil{ background: url(../images/topic-bg4.png) no-repeat bottom center/cover;}
.row3 .modeCon li:nth-of-type(5) .itemTil{ background: url(../images/topic-bg5.png) no-repeat bottom center/cover;}
.row3 .itemTil{ width: 160px; height: 500px; flex-shrink: 0; text-align: center;}
.item-responsive > div{ width: auto; margin: 0 auto;}
.row3 .iconImg{ margin-top: 54px;}
.row3 .itemName{ writing-mode: vertical-rl; margin-top: 17px;}
.row3 li .img{ width: calc(100% - 160px); max-width: 0; transition: all 0.5s ease;}
.row3 li.on .img{ max-width: 650px; font-size: 0;}
.row3 li .img-responsive{ padding-bottom: 0; height: 100%;}
.row3 li .img-responsive img{ height: 100%; min-width: 100%; -o-object-fit: cover; object-fit: cover; object-position: 50% 100%; -o-object-position: 50% 100%;}

/*
* @Description: 新增通知公告板块
* @Author: Sun Jia
* @Date: 2024-11-12
* @LastEditTime: 2024-11-12
*/
.add-row{ background: url(../images/new-bg.png) no-repeat center/cover; padding: 50px 0 90px;}
.add-row .modeTil .title{ background: url(../images/notice-icon.png) no-repeat left center;}
.add-row .modeCon{ margin-top: 35px;}
.add-row ul{ margin: 0 -13px;}
.add-row ul li{ margin-bottom: 20px;}
.add-row ul li:nth-of-type(5),
.add-row ul li:nth-of-type(6),
.add-row ul li:nth-of-type(7),
.add-row ul li:nth-of-type(8){ margin-bottom: 0;}
.add-row ul a{ display: block; margin: 0 13px; background: #fff; padding: 30px 35px 40px;transition: all 0.35s ease;}
.add-row ul a:hover{ transform: translateY(-8px);}
.add-row .date{ align-items: flex-end; justify-content: space-between; color: #999; line-height: 1; padding-bottom: 15px; border-bottom: 1px solid #e6e6e6;}
.add-row .day span{ color: #000; margin-right: 10px;}
.add-row .title{ line-height: 24px; margin-top: 13px;}


/* 响应式样式 */
@media screen and (max-width:1600px){
    
}

@media screen and (max-width:1480px) {
    .row1 .item{ padding: 20px 0 15px;}
    .row1 .item .iconImg{ max-width: 70px; max-height: 70px;}
    .row2 ul .infoBox{ padding: 14px 0;}
    .row3 .itemTil{ width: 134px;}
    .row3 li .img{ width: calc(100% - 134px);}
}

@media screen and (max-width:1380px) {
    .banner .arrow{ width: 60px; height: 60px;}
    .banner .arrow::before{ width: 13px; height: 26px;}
    .banner .title{ font-size: 30px; bottom: 30px;}
    .banner-pagination{ bottom: 40px; right: 20px;}
}

@media screen and (max-width:1280px) {
    .banner .title{ font-size: 24px; max-width: 80%;}
    .row2 ul li{ margin-bottom: 0px;}
    .row3 .iconImg{ margin-top: 30px;}
    .row3 li .img{ width: calc(100% - 123px);}
    .row3 .itemTil{ width: 123px; height: 380px;}
}

@media screen and (max-width:1240px) {
    .banner .title{ left: 40px;}
    .row3 .itemTil{ width: 100%;}
    .row3 .modeCon li.on .itemTil{ max-width: 100px;}
    .row3 li.on .img{ width: auto; flex: 1;}
}

@media screen and (max-width:1180px) {
    .rightNav{ display: none !important;}
    .row1 .item{ padding: 15px 10px;}
    .row1 .item .iconImg{ max-width: 50px; max-height: 50px;}
    .row1 .item .name{ margin: 0 10px;}
}

@media screen and (max-width:1100px) {
    .row1 .item .name{ font-size: 18px;}
    .row2 .firstNew{ width: 40%;}
    .row2 ul .infoBox{ padding: 10px 0;}
    .row2 .infoBox .title{ font-size: 16px; line-height: 24px;}
    .row3 .itemName{ font-size: 20px; letter-spacing: 2px;}
}
@media screen and (max-width:1024px) {
    
}

@media screen and (max-width:998px) {
    .row1{ padding: 30px 0 20px;}
    .row2, .row3{ padding: 30px 0;}
    .row1 ul{ flex-wrap: wrap;}
    .row1 li{ width: 50%; margin-bottom: 10px;}
    .row2 .modeCon, .row3 .modeCon, .add-row .modeCon{ margin-top: 20px;}
    .row2 .modeCon{ flex-wrap: wrap;}
    .row2 .firstNew{ width: 100%;}
    .row2 ul{ width: 100%; margin-top: 20px;}
    .row3 .modeCon{ max-height: unset;}
    .row3 .modeCon ul{ flex-direction: column;}
    .row3 .modeCon li{ margin-bottom: 10px;}
    .row3 li .img, .row3 li.on .img{ max-width: unset; width: 100%; display: none;}
    .row3 .modeCon li.on, .row3 .modeCon li{ width: 100%;}
    .row3 .modeCon li.on .itemTil, .row3 .modeCon li .itemTil{ height: auto; max-width: unset; width: 100%;}
    .item-responsive{ display: flex; display: -ms-flexbox; align-items: center;}
    .row3 .iconImg{ margin: 0; margin-left: 5%;}
    .row3 .itemName{ writing-mode: horizontal-tb; margin: 0; flex: 1; margin-left: 10%; text-align: left;}
}

@media screen and (max-width:996px) {
    .add-row{ padding: 40px 0 50px;}
    .add-row ul li:nth-of-type(5), .add-row ul li:nth-of-type(6){ margin-bottom: 20px;}
}

@media screen and (max-width:768px) {
    .modeTil .title{ font-size: 28px;}
    .banner .title{ font-size: 22px; bottom: 20px;}
    .banner-pagination{ bottom: 30px;}
    .banner .arrow{ width: 50px; height: 50px; display: none;}
}

@media screen and (max-width:640px) {
    
}

@media screen and (max-width:540px) {
    .banner .gp-img-responsive{ padding-bottom: 0; height: 170px; position: relative;}
    .banner .gp-img-responsive img{ height: 100%; width: auto; max-width: unset; min-width: 100%; position: absolute; left: 50%; top: 0;transform: translate3d(-50%, 0, 0);}
    .banner .title{ left: 20px; bottom: 10px;}
    .banner-pagination{ bottom: 20px;}
    .banner-pagination .swiper-pagination-bullet{ margin: 0 3px;}
    .row1 li{ width: 100%;}
    .item-responsive .iconImg{ margin-top: 10px; margin-bottom: 10px; max-width: 80px;}
    .row3 .itemName{ font-size: 18px;}
    /* .row3 .modeCon li.on .itemTil, .row3 .modeCon li .itemTil{ width: 18%;} */
}

@media screen and (max-width:478px) {
    .banner .title{ font-size: 20px;}
    .modeTil .title{ font-size: 24px; background-size: auto 24px; padding-left: 32px;}

    .add-row{ padding: 30px 0;}
    .add-row ul{ margin: 0 -8px;}
    .add-row ul a{ margin: 0 8px; padding: 20px 15px;}
    .add-row ul li:nth-of-type(7){ margin-bottom: 20px;}
}

@media screen and (max-width:414px) {
    .row2 .infoBox .date{ padding: 0 10px;}
    .row2 .infoBox .title{ padding-left: 10px;}
    .item-responsive .iconImg{ margin-top: 10px;}
    .row3 .itemName{ margin-top: 5px; font-size: 16px;}
    .row3 .modeTil .title{ font-size: 22px; background-size: 22px 22px;}
    .modeTil .more{ line-height: 22px;}
}