@charset "utf-8";



.banner-line div {
    width: 0;
    height: 1px;
    background: rgba(208, 178, 126, 0.3);
    transition: all 3s;
}

.banner-line {
    flex: 1;
    min-width: 0;
    height: 1px;
    position: relative;
    display: flex;

}

.banner.ani .banner-line div {
    width: 100%;
}

.banner-linel {
    justify-content: flex-end;
}

.banner-liner {
    justify-content: flex-start;
}

.banner-linel::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
}

.banner-linel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 6px;
    width: 6px;
    height: 6px;
    background: #D0B27E;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
}

.banner-liner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
}

.banner-liner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    background: #D0B27E;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
    left: 6px;
}

#downPage {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background: url(../images/down-page1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 .6rem;
    opacity: 0;
    transition: opacity 2s;
    animation: _ani1 10s infinite linear;
}

.banner.ani #downPage {
    opacity: 1;
}

#downPage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/down-page1.png) no-repeat;
    background-size: 100% 100%;
    animation: ani_bj 3s infinite linear;
    opacity: 0;
}

#downPage img {
    animation: _ani2 10s infinite linear;
}

@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
    width: 100%;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner-more {
    font-size: .18rem;
    color: #fff;
    padding-left: .15rem;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    height: 1.86rem;
    background: linear-gradient(180deg, rgba(2, 12, 37, 0) 0%, rgba(2, 12, 37, 0.2) 100%);
}

.banner .slick-slide a>img, .banner .slick-slide a>video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
 

.banner .slick-slide.slick-current a>img {
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }

}

.b-dot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.48rem;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-dot>div {
    width: 0.08rem;
    height: 0.24rem;
    background: rgba(255, 255, 255, .5);
    margin: 0 0.06rem;
    cursor: no-drop;
}

.banner .slick-dots {
    position: absolute;
    font-size: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: .2rem;
}

/* 
.banner .slick-dots li {
    display: flex;
    margin: 0 0.06rem;
    transition: all 0.6s;
    width: 0.35rem;
    height: 0.03rem;
    background: rgba(255, 255, 255, 1);
}

.banner .slick-dots li.mid {
    transform: translateY(-100%);
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    right: 0;
    width: 0;
    background: #0c63ab;
    transition: all 0.6s;
    height: 100%;
}


.banner .slick-dots li.slick-active button {
    right: 0;
    width: 100%;
    left: 0;
} */

.banner .slick-dots li {
    border-radius: 50%;
    margin: 0;
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    height: auto;
}

.banner .slick-dots li:nth-child(1):before {
    display: none;
}

.banner .slick-dots li:before {
    content: "";
    display: block;
    transition: all .5s;
    width: 0.05rem;
    height: 0.05rem;
    margin-right: .1rem;
    margin-left: .1rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    opacity: 0;
    display: none;
}

.banner .slick-dots li:after {
    content: "";
    display: block;
    transition: all .5s;
    width: 0.05rem;
    height: 0.05rem;
    opacity: 0.5;
    margin-right: .12rem;
    margin-left: .12rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    opacity: 0;
    display: none;
}

.banner .slick-dots li span {
    display: block;
    font-size: 0;
    line-height: .36rem;
    color: #fff;
    text-align: center;
    transition: all .5s;
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 0;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 .05rem;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
}

.banner .slick-dots li.slick-active span {
    opacity: 1;
    font-size: 0;
    background: #3862C0;
}

.banner .slick-dots li.slick-active span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
}

.banner .slick-dots li.slick-active::after {
    opacity: 0;
    display: none;
}






.banner .banner-prev {
    position: absolute;
    right: 1.41rem;
    width: 10%;
    bottom: .46rem;
    transition: all .6s;
    cursor: pointer;
    z-index: 9;
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
}

.banner .banner-next {
    position: absolute;
    right: .64rem;
    transition: all .6s;
    cursor: pointer;
    z-index: 9;
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    bottom: .44rem;
}

.banner .banner-prev span {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/prev.png) no-repeat center center;
    background-size: .1rem auto;
    z-index: -1;
    cursor: pointer;
    transition: .6s;
    width: 100%;
    height: 100%;
}

.banner .banner-next span {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/next.png) no-repeat center center;
    background-size: .1rem auto;
    z-index: -1;
    cursor: pointer;
    transition: .6s;
    width: 100%;
    height: 100%;
}

.banner:hover .banner-prev span {
    opacity: .4;
    z-index: 9;
}

.banner:hover .banner-next span {
    opacity: .4;
    z-index: 9;
}

.banner .banner-prev:hover {
    background: #3862C0;
    border-color: transparent;
}

.banner .banner-next:hover {
    background: #3862C0;
    border-color: transparent;
}

/* index */
.index {
    z-index: 99;
    overflow: hidden;
    /* padding-top: .5rem; */
    font-size: 0;
    /* position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0; */
    overflow: hidden;
    z-index: 99;
    background: #fff;
}


.tit {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.tit-name {
    display: flex;
    align-items: center;
}

.tit-name>i {
    display: none;
}

.tit-name>i img {
    display: block;
    width: 0.86rem;
    margin-right: .2rem;
}

.tit-name>div {
    cursor: pointer;
    transition: all .5s;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

.tit-name>div::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0.06rem;
    background: url(../images/tit-aft.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.74rem;
    height: 0.16rem;
    display: none;
}

.tit-name>div+div {
    margin-left: .45rem;
}

.tit-name>div h2 {
    display: flex;
    align-items: flex-end;
    font-size: .34rem;
    font-weight: 600;
    line-height: .54rem;
    letter-spacing: normal;
    color: #3460B4;
    /* font-family: "sys-b"; */
 position: relative;
    z-index: 1;
}

.tit-name>div h2:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right: -.15rem;
    bottom:0;
    background:url(../images/tit-name-bg.png) no-repeat;
    background-position: right top;
    background-size: 1.23rem auto;
}
.tit-name>div h2 b {
    font-size: 0.76rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.51rem;
    letter-spacing: -0.3rem;
    color: #0c63ab;
}


.tit-name>div p {
    display: flex;
    align-items: center;
}



.tit-name>div p span {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: .18rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #BDBCBA;
    /* font-family: "sys-r"; */
}


.tit-more {
    /* position: absolute; */
    /* right: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    z-index: 9;
    height: .54rem;
    display: flex;
    align-items: flex-end;
    margin-left: .26rem;
}

.tit-more a {
    position: relative;
    z-index: 9;
    opacity: 1;
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #6D7482;
    transition: all .5s;
    border-radius: 0.25rem;
}

.tit-more a::after {
    content: "";
    display: block;
    width: 0.13rem;
    margin-left: .03rem;
    height: 0.13rem;
    border-radius: 50%;
    background: url(../images/tit-morebg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.tit.w {}

.tit.w .tit-name>div h2 b {
    color: #fff;
}

.tit.w .tit-name>div p span {
    color: #fff;
}

.tit.w .tit-name>div p {
    border-color: #fff;
}

.tit.w .tit-name>div p b {
    color: #fff;
}

.tit.w .tit-more a {
    color: #fff;
}

.tit.w .tit-more a::after {
    background: url(../images/tit-morebg-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}


.tab-bd {
    position: relative;
    overflow: hidden;
}

.tab-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(1.5rem);
}

.tab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}

.pubdate {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0rem;
    color: #727272;
    transition: all .5s;
    /* font-family: "AbhayaLibre-SemiBold"; */
    min-width: 90px;
    /* justify-content: flex-end; */
}

.pubdate::before {
    content: "";
    display: block;
    background: url(../images/pubdate-time.png) no-repeat;
    background-position: left center;
    background-size: .16rem auto;
    width: 0.16rem;
    height: 0.15rem;
    transition: all .5s;
    margin-right: 0.06rem;
    display: none;
}

.pubdate.w {
    color: #fff;
font-size: 0.16rem;
}

.pubdate.w::before {
    background: url(../images/pubdate-time-w.png) no-repeat;
    background-position: left center;
    background-size: .16rem auto;
}

.pubckgd {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #0c63ab;
    display: flex;
    align-items: center;
    transition: all .5s;
}

.pubckgd::after {
    content: "";
    display: block;
    background: url(../images/pubckgd-more.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 0.25rem;
    height: 0.2rem;
    margin-left: .08rem;
    transition: all .5s;
}

.pubckgd.w {
    color: #fff;
}

.pubckgd.w::after {
    background: url(../images/pubckgd-more-w.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.pubpage {
    position: absolute;
    right: .25rem;
    bottom: 0.45rem !important;
    display: flex;
    justify-content: center;
    z-index: 9;
    width: auto !important;
    left: auto !important;
}

.pubpage span {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 .1rem !important;
    transition: all .5s;
    position: relative;
    background: none;
    opacity: 1;
    background: #D3D8E5;
}

.pubpage span::before {}

.pubpage span::after {}

.pubpage span.swiper-pagination-bullet-active {
    background: #3862C0;
}

.pubpage span.swiper-pagination-bullet-active::before {
    opacity: 0;
}

.pubpage span.swiper-pagination-bullet-active::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.fmeida {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -.03rem;
    position: absolute;
    right: 0;
    bottom: 0.1rem;
}

.fmeida li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .3rem;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
}

.fmeida li a div:nth-child(1) {
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
}

.fmeida li a:hover div:nth-child(1) {
    background: #10A957;
}

.fmeida li a>div>img {
    display: block;
    width: 100%;
}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.fmeida li a .foot-ewm img {
    display: block;
    width: 100px;
    max-width: none;
    max-height: none;
    height: 100px;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.fmeida li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida li:hover a {
    overflow: visible;
}

.fmeida li:hover a .icon {
    background-color: #2f73d1;
}

.fmeida li:hover a .icon img {
    opacity: 1;
}

.fmeida li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}

.fmeida>div {}

.fmeida>div a {
    height: 0.43rem;
    background-color: #0c63ab;
    border-radius: 0.21rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .16rem;
}

.fmeida>div a img {
    height: .25rem;
}




.s1 {
    padding-top: .55rem;
    position: relative;
    z-index: 2;
}

.s1-c {
    display: flex;
}

.s1-l {
    width: 8.2rem;
    margin-right: .4rem;
}

.s1-l .swiper-container {
    margin-top: .2rem;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a .pic {
    padding-top: 58%;
}

.s1-l ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 9;
    height: 1.88rem;
    max-height: 50%;
}

.s1-l ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .2rem;
    z-index: 9;
padding-bottom: .1rem;
}


.s1-l ul li a .info h3 {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.38rem;
    letter-spacing: 0rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* padding-right: 1.7rem; */
    margin-top: 0.03rem;
    letter-spacing: 0.5px;
}

.s1-l .swiper-container .pubpage {
    display: none;
}

.s1-l dl {
    display: flex;
    margin: 0 -.1rem;
    margin-top: .15rem;
}

.s1-l dl dd {
    width: 33.33%;
}

.s1-l dl dd a {
    margin: 0 .1rem;
    display: block;
    position: relative;
}

.s1-l dl dd a .pic {
    padding-top: 62%;
}

.s1-l dl dd a .pic:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.28rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    max-height: 80%;
}

.s1-l dl dd a .info {
    z-index: 9;
    margin-top: .2rem;
    padding-left: .15rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .1rem;
}

.s1-l dl dd a .info h3 {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #FFFFFF;
    margin-top: .04rem;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  */
    letter-spacing: 0.5px;

    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
}



.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r .tit{
    padding-left: .3rem;
}


.s1-r ul {
    margin-top: .2rem;
    border-radius: 0.05rem;
    background: rgba(237, 245, 253, 0.5);
    padding: 0 .3rem;
}

.s1-r ul li {
    position: relative;
    z-index: 1;
}

.s1-r ul li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
    background: #3862C0;
    border-radius: 0.05rem;
}

.s1-r ul li a {
    display: block;
    border-top: 1px solid rgba(210, 218, 228, 0.8);
    height: .65rem;
    transition: all .3s;
}

.s1-r ul li:nth-child(1) a {
    border-top: none;
}


.s1-r ul li a .date {
    width: 0.95rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.16rem;
    text-align: center;
    letter-spacing: normal;
    color: #3862C0;
    margin-right: .2rem;
    font-family: "AbhayaLibre-SemiBold";
}

.s1-r ul li a .date::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: .46rem;
    border-right: 1px solid #E9E9E9;
}

.s1-r ul li a .date b {
    font-size: .36rem;
    line-height: .42rem;
    font-weight: normal;

}

.s1-r ul li a .date span {
    margin-top: 0.03rem;
}

.s1-r ul li a .info {
    display: flex;
    align-items: center;
    height: 100%;
}

.s1-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: 300;
    line-height: 0.32rem;
    letter-spacing: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #444;
    flex: 1;
    min-width: 0;
    letter-spacing: 0.5px;
}

.s1-r ul li a .info .pubdate {
    justify-content: flex-end;
}

.s1-r ul li:nth-child(1) a .info {
    border-top: none;
}

.s2 {
    position: relative;
    z-index: 3;
    padding-top: .58rem;
    padding-bottom: .7rem;
    margin-top: .8rem;
}

.s2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* background: url(../images/s2-bg.png) no-repeat; */
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.s2-c {
    margin-top: .34rem;
    position: relative;
}

.s2-c::after {}

.s2-c .swiper-container {
    overflow: visible;
}

.s2-c ul li {
    transform-style: preserve-3d;
    perspective: 3000px;
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
    position: relative;
}

.s2-c ul li.swiper-slide-active, .s2-c ul li.swiper-slide-active+li, .s2-c ul li.swiper-slide-active+li+li, .s2-c ul li.swiper-slide-active+li+li+li {
    pointer-events: auto;
    opacity: 1;
}

.s2-c ul li a {
    display: block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: .3rem .5rem .3rem .5rem;
    overflow: hidden;
    transition: all .5s;
    cursor: pointer;
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important; */!i;!;
    background: rgba(56 ,98 ,192,.1);
}

.s2-c ul li:nth-child(2n+1) a {
    transform-origin: center center;
    /* clip-path: polygon(0 0, 100% .1rem, 100% calc(100% - .1rem), 0 100%); */
    transform: rotateY(15deg);
}

.s2-c ul li:nth-child(2n) a {
    transform-origin: center center;
    /* transform: rotateY(-15deg); */
    /* clip-path: polygon(0 .1rem, 100% 0, 100% 100%, 0 calc(100% - .1rem)); */
    transform: rotateY(-15deg);
}

.s2-c ul li a .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: #3862C0 url(../images/hoverdirbg3.png) no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    transition: all .5s;
    opacity: 0;
}

.s2-c ul li a b {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.2rem;
    color: #0052A0;
    display: block;
    position: relative;
}

.s2-c ul li a b:before {
    content: "";
    position: absolute;
    left: -.35rem;
    top: 0;
    bottom: 0;
    width: 0.04rem;
    background: #FFD287;
    display: none;
}

.s2-c ul li a .pic {
    padding-top: 70%;
    margin-top: .22rem;
    display: none;
}

.s2-c ul li a h3 {
    clear: both;
    font-size: 0.18rem;
    font-weight: 400;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    margin-top: .2rem;
    letter-spacing: 0.5px;
}

.s2-c ul li a p {
    font-size: .16rem;
    font-weight: normal;
    line-height: .28rem;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .84rem;
    margin-top: .32rem;
    display: none;
}

.s2-c ul li a span {
    margin-top: .1rem;
}

.s2-c ul li a span:before {
    background: url(../images/pubdate-time-w.png) no-repeat;
    background-position: left center;
    background-size: .16rem auto;
}

.s2-c ul li>div {
    position: absolute;
    left: .32rem;
    bottom: 0;
    height: .72rem;
    border-left: 1px dashed #0052A0;
    transition: all .5s;
    display: none;
}

.s2-c ul li>div:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.22rem;
    height: 0.22rem;
    background: #fff;
    z-index: 1;
    border: 1px solid #0052A0;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}

.s2-c ul li>div:after {
    content: "";
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    bottom: 0.06rem;
    width: 0.12rem;
    height: 0.12rem;
    background: #0052A0;
    z-index: 2;
    border-radius: 50%;
    transition: all .5s;
}

.s2-arr {
    position: absolute;
    right: 0;
    bottom: 0.14rem;
    transform: translateY(50%);
    display: flex;
    align-items: center;
    z-index: 9;
    display: none;
}

.s2-arr div+div {
    margin-left: .11rem;
}

.s2-arr div img {
    display: block;
    width: .45rem;
    cursor: pointer;
}

.s2-arr div.prev {}

.s2-arr div.next {}

.s2-c .swiper-container .pubpage {
    position: static;
    margin-top: .3rem;
}



.s3 {
    position: relative;
    z-index: 2;
    /* overflow: hidden; */
    padding-top: 0;
    padding-bottom: 1.2rem;
}
.s3:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background: url(../images/s3-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    height: 9.6rem;
}


.s3-c {
    position: relative;
    margin-top: .4rem;
}



.s3 .tit .tit-name>div p {
    justify-content: center;
}

.s3 .tit .tit-name>div h2 {
    position: relative;
    display: flex;
    align-items: center;
}

.s3 .tit .tit-name>div h2::before {
    content: "";
    display: block;
    width: 4.8rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(56, 98, 192, 0) 3%, #3862C0 100%);
    margin-right: .57rem;
}

.s3 .tit .tit-name>div h2::after {
    content: "";
    position: static;
    display: block;
    background: url(../images/ssjd-titaft.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 4.8rem;
    height: 1px;
    background: linear-gradient(-90deg, rgba(56, 98, 192, 0) 3%, #3862C0 100%);
    margin-left: .57rem;
}


.m-databox {
    position: relative;
    overflow: hidden;
    z-index: 8;
}

.m-databox ul {
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
    align-items: flex-start;
}

.m-databox ul+ul {
    margin-top: .58rem;
}
.m-databox ul li {
    width:14.285%;
}
.m-databox ul li a {}

.m-databox ul li a .info {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column-reverse;
}

.s3-links {
    margin-top: 0.6rem;
}

.s3-links ol {
    display: flex;
    justify-content: center;
}

.s3-links ol li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .15rem;
    position: relative;
    z-index: 1;
    width: 3rem;
    height: 0.6rem;
}

.s3-links ol li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(56, 98, 192, 0.5);
    border-radius: .5rem;
    z-index: -2;
    pointer-events: none;
    transition: all .5s;
}

.s3-links ol li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: .5rem;
    background: #3862C0;
    z-index: -1;
    pointer-events: none;
    transition: all .5s;
    opacity: 0;
}

.s3-links ol li a .icons {
    height: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.s3-links ol li a .icons img {
    max-height: 100%;
    transition: all .5s;
}

.s3-links ol li a .icons img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
}

.s3-links ol li a p {
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.48rem;
    display: flex;
    align-items: center;
    color: #3862C0;
    margin-left: .15rem;
}


.m-databox a .icons {
    position: relative;
}

.m-databox a .icons::after {
    content: "";
    position: absolute;
    left: 0.13rem;
    bottom: 0.13rem;
    right: 0.13rem;
    top: 0.13rem;
    border-radius: 50%;
    background: #fff;
}

.m-databox a .icons:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: #C3D9F1;
    height: 100%;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
}

.m-databox a {
    position: relative;
    z-index: 2;
}

.m-databox .icons {
    width: 1.3rem;
    height: 1.3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    overflow: hidden;
    background: #C3D9F1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.m-databox .icons img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 9;
    max-width: 75%;
    max-height: 75%;
}

.m-databox .info {}

.m-databox .info strong {
    font-size: .5rem;
    text-align: center;
    display: block;
    font-weight: normal;
    line-height: .62rem;
    color: #3862C0;
    /* font-family: "AbhayaLibre-SemiBold"; */
}

.m-databox .info div {
   /* font-family: Amita;  */
    color: #3862C0;
    font-size: .62rem;
    line-height: .52rem;
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    opacity: 1;
    justify-content: center;
}
.m-databox .info div.swnum{
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    opacity: 0;
}
.m-databox .info div b {}

.m-databox .info div span {}

.m-databox .info p {
    color: #444;
    font-size: .2rem;
    -o-text-overflow: ellipsis;
    margin-top: .1rem;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    line-height: .27rem;
    text-align: right;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    position:relative;
    margin-top: .5rem;
}

.m-databox .info p:before{
    content:"";
    position:absolute;
    left:50%;
    bottom:100%;
    transform:translateX(-50%);
    background: url(../images/point.png) no-repeat;
    background-size: 100% 100%;
    width: .2rem;
    height: .49rem;
    transition: all .5s;
}
.m-databox ul li a:hover .info p{
    color:#3862C0;
}
.m-databox ul li a:hover .info p:before{
    background: url(../images/point-hover.png) no-repeat;
    background-size: 100% 100%;
}
.m-databox .info p strong {
    display: block;
}

.m-databox .info p:nth-child(2) {
    line-height: 1.8;
}









.s4 {
    position: relative;
    z-index: 1;
    padding-top: .46rem;
    padding-bottom: .8rem;
    background: url(../images/s4-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s4::before {}

.s4-c {
    display: flex;
    position: relative;
    margin-top: .27rem;
}

.s4-c .tit {
    position: absolute;
    right: 0;
    top: 0;
    left: 9.67rem;
}

.s4-l {
    width: 10.28rem;
    padding-left: .46rem;
    position: relative;
    padding-bottom: .47rem;
    z-index: 1;
}

.s4-l::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.54rem;
    right: 0;
    bottom: 0;
    background: #98D0FF;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    z-index: -1;
}

.s4-l ul {
    /* background: url(../images/s4-lbg.png) no-repeat; */
    /* background-position: center center; */
    /* background-size: cover; */
    border-radius: 0.05rem;
    position: relative;
}

.s4-l ul li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    /* transition: all 0.5s; */
    transform: scale(0.6);
    /* transform: translateY(1.5rem); */
    filter: blur(0.2rem);
    padding: .36rem 1.25rem .77rem 1.27rem;
    background-position: center center;
    background-size: cover;
    border-radius: .05rem;
}

.s4-l ul li.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transform: scale(1);
}

.s4-l ul li::before {
    content: "";
    position: absolute;
    left: 1.93rem;
    top: .36rem;
    right: 1.93rem;
    bottom: .77rem;
    border-radius: 0.3rem;
    background: rgba(255, 255, 255, 0.2);
    z-index: -1;
}

.s4-l ul li::after {
    content: "";
    position: absolute;
    left: 1.1rem;
    top: 0.61rem;
    right: 1.1rem;
    bottom: 1.02rem;
    border-radius: 0.3rem;
    background: rgba(255, 255, 255, 0.2);
    z-index: -2;
}

.s4-l ul li a {
    display: block;
    position: relative;
    padding: .9rem .43rem .97rem .43rem;
    z-index: 1;
}

.s4-l ul li a::before {
    content: "";
    position: absolute;
    left: .25rem;
    top: 0.5rem;
    right: .25rem;
    bottom: 0.5rem;
    border-radius: 0.3rem;
    background: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    z-index: -1;
}

.s4-l ul li a .pic {
    padding-top: 58%;
}

.s4-r {
    flex: 1;
    min-width: 0;
    padding-left: .44rem;
    margin-top: .18rem;
    position: relative;
    z-index: 2;
}

.s4-r ul {}

.s4-r ul li {
    position: relative;
    z-index: 9;
}

.s4-r ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #0052A0;
    width: 0.03rem;
    transition: all .5s;
    opacity: 0;
    height: 0;
}

.s4-r ul li::after{
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     bottom: 0;
     transition: all .5s;
     opacity: 0;
     left: -.44rem;
     background: #fff;
     z-index: -1;
}
.s4-r ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-top: 1px solid #D9D9EA;
    height: 1.31rem;
    position: relative;
}

.s4-r ul li a::before {
    content: "";
    position: absolute;
    left: -.75rem;
    top: 0;
    right: 0;
    height: 1.31rem;
    opacity: 0;
    background: #fff;
    transition: all .5s;
    z-index: -1;
    box-shadow: 0px 5px 30px 0px rgba(85, 126, 184, 0.2);
}

.s4-r ul li a::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: .75rem;
    border-width: 0 0 1.31rem .7rem;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    opacity: 0;
    transition: all .5s;
}

.s4-r ul li:first-child a {
    border-top: none;
}

.s4-r ul li a h3 {
   padding:0 2px;
    width: 100%;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.s4-r ul li a span {
    width: 100%;
    margin-top: .1rem;
}

.s4-r ul li.on::before {
    height: 100%;
    opacity: 1;
}

.s4-r ul li.on::after {
     
    opacity: 1;
}
.s4-r ul li.on a {
    border-color: transparent;
}

.s4-r ul li.on+li a {
    border-color: transparent;
}

.s4-r ul li.on a::before {
    opacity: .2;
}

.s4-r ul li.on a::after {
    opacity: .2;
}

.s4-r ul li.on h3 {
    color: #3862C0;
   font-size:.19rem;
}

.s4-r ul li.on span {
    color: #3862C0;
}


.s5 {
    position: relative;
    z-index: 2;
    background: url(../images/s5-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: .8rem;
}


.s5-c {
    margin-top: .2rem;
}

.s5-c .swiper-container {
 
margin-right: -1.6rem;
 
margin-left: -1.6rem;
 
padding-left: 1.6rem;
 
padding-right: 1.6rem;
}

.s5-c .swiper-container .swiper-slide {}

.s5-c .swiper-container .swiper-slide a {
    display: block;
}

.s5-c .swiper-container .swiper-slide a .pic {
    padding-top: 148%;
}

.s5-c .swiper-container .swiper-slide a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2rem;
    max-height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.s5-c .swiper-container .swiper-slide a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: .12rem .27rem;
}

.s5-c .swiper-container .swiper-slide a .info h3 {
    font-size: .2rem;
    line-height: .28rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    margin-top: 0.04rem;
    letter-spacing: 0.5px;
}

.s5-c .swiper-container .pubpage {
    position: static;
    margin-top: .5rem;
}


.s5-c .s5-prev {
    position: absolute;
    right: 2.41rem;
    width: 10%;
    bottom: 0;
    transition: all .6s;
    cursor: pointer;
    z-index: 9;
    border: 1px solid rgb(233, 239, 252);
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    background:rgb(233, 239, 252);
}

.s5-c .s5-next {
    position: absolute;
    right: 1.64rem;
    transition: all .6s;
    cursor: pointer;
    z-index: 9;
    border: 1px solid rgb(233, 239, 252);
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    background:rgb(233, 239, 252);
    bottom: 0;
}

.s5-c .s5-prev span {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/prev.png) no-repeat center center;
    background-size: .1rem auto;
    z-index: -1;
    cursor: pointer;
    transition: .6s;
    width: 100%;
    height: 100%;
}

.s5-c .s5-next span {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/next.png) no-repeat center center;
    background-size: .1rem auto;
    z-index: -1;
    cursor: pointer;
    transition: .6s;
    width: 100%;
    height: 100%;
}

.s5-c:hover .s5-prev span {
    opacity: .4;
    z-index: 9;
}

.s5-c:hover .s5-next span {
    opacity: .4;
    z-index: 9;
}

.s5-c .s5-prev:hover {
    background: #3862C0;
    border-color: transparent;
}

.s5-c .s5-next:hover {
    background: #3862C0;
    border-color: transparent;
}


.s6 {
    position: relative;
    z-index: 2;
    padding-top: .55rem;
    padding-bottom: 1.68rem;
}

.s6::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -.41rem;
    background: url(../images/s6-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    pointer-events: none;
}

.s6-c {
    margin-top: .2rem;
}


.s6-c ul {
    display: flex;
}

.s6-c ul li {
    width: 1.54rem;
    -webkit-box-reflect: below 0px linear-gradient(to top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(21px);
}

.s6-c ul li a {
    position: relative;
    display: block;
    height: 4.92rem;
    z-index: 1;
    transition: all .7s;
    overflow: hidden;
}

.s6-c ul li a .pic {
    padding-top: 4.92rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    /* opacity: 0; */
}

.s6-c ul li a .pic:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.5rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.s6-c ul li a:hover .pic div {
    width: 100%;
    height: 100%;
}

.s6-c ul li a .info {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 9;
    transition: all .7s;
    padding: .87rem 0;
    z-index: 1;
    background: #fff;
}

.s6-c ul li a .info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg,
            #d99d58 0%,
            #9b4d1c 100%);
    z-index: -2;
    pointer-events: none;
}



.s6-c ul li a .info p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #ffffff;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: .1rem;
}

.s6-c ul li:nth-child(1) a .info::before {
    background: #3862C0;
}

.s6-c ul li:nth-child(2) a .info::before {
    background: #597ec4;
}

.s6-c ul li:nth-child(3) a .info::before {
    background: #1473C2;
}

.s6-c ul li:nth-child(4) a .info::before {
    background: #20AAC9;
}

.s6-c ul li:nth-child(5) a .info::before {
    background: #3862C0;
}

.s6-c ul li.on a .pic {
    opacity: 1;
}

.s6-c ul li.on a .info {
    /* opacity: 0; */
    align-items: flex-end;
    background: transparent;
    justify-content: flex-start;
    padding: .2rem .3rem;
}

.s6-c ul li.on a .info:before {
    opacity: 0;
}

.s6-c ul li.on a .info p {
    writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    letter-spacing: 0;
     
}

.s7 {
    position: relative;
    z-index: 3;
    background: linear-gradient(180deg, #EEF3FF 0%, #FFFFFF 39%, #FFFFFF 85%);
}

.s7-c {
    margin-top: .2rem;
}

.s7-c .swiper-container {}

.s7-c .swiper-container .swiper-slide a {
    display: block;
}

.s7-c .swiper-container .swiper-slide a .pic {
    padding-top: 66%;
}

.s7-c .swiper-container .swiper-slide a .info {
    background: #EEF3FF;
    padding: .27rem .35rem .47rem .35rem;
    transition: all .5s;
}

.s7-c .swiper-container .swiper-slide a .info h3 {
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
}

.s7-c .swiper-container .swiper-slide a .info p {
    font-size: .16rem;
    font-weight: normal;
    line-height: .28rem;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
    margin-top: .1rem;
    
}

.s7-c .swiper-container .pubpage {
    position: static;
    margin-top: .44rem;
}

.s8 {
    padding-top: 0.56rem;
    position: relative;
    z-index: 4;
    background: linear-gradient(0deg, #EEF3FF, #EEF3FF), linear-gradient(180deg, #FFFFFF 0%, #E0EDFF 24%, #E0EDFF 51%, #FFFFFF 100%);
    margin-top: .8rem;
}

.s8::before {}


.s8-c {
    margin-top: .2rem;
}

.s8-c ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.05rem;
}

.s8-c ul li.s8-item1 {
    width: 27.5%;
}

.s8-c ul li.s8-item2 {
    width: 45%;
}

.s8-c ul li.s8-item3 {
    width: 27.5%;
}

.s8-c ul li a {
    display: block;
    margin-left: 1px;
    position: relative;
    margin-bottom: 1px;
}

.s8-item1 .pic {
    padding-top: 94%;
}

.s8-item1 .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);

}

.s8-item1 .pic div:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.s8-item1 .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .17rem;
    display: flex;
    align-items: center;
}

.s8-item1 .info.icon-video{
    top: 0;
    align-items: flex-end;
}
.s8-item1 .info.icon-video .icons{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: .4rem;
}

.s8-item1 .info .icons {
    height: 0.32rem;
    margin-right: .13rem;
}

.s8-item1 .info .icons img {
    height: 100%;
}

.s8-item1 .info p {
    flex: 1;
    min-width: 0;
    /* font-family: Source Han Sans CN; */
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.s8-item2 .pic {
    padding-top: 57.3%;
}

.s8-item3 .pic {
    padding-top: 94%;
}

.s8-item3 .pic:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
   background: rgba(0, 0, 0, 0.3);
}

.s8-item3 .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s8-item3 .info .icons {
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
   width:100%;
}

.s8-item3 .info .icons img {
    max-height: 100%;
}

.s8-item3 .info p {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: .2rem;
    letter-spacing: 0.5px;
}

.s9 {
    position: relative;
    z-index: 9;
    padding-bottom: .9rem;
    background: linear-gradient(180deg, #EEF3FF 0%, #FFFFFF 100%);
    padding-top: .56rem;
}

.s9-c {
    display: flex;
    align-items: flex-end;
margin-top: 0.2rem;
}

.s9-l {
    width: 2.54rem;
}

.s9-l .s9-lpic {}

.s9-l .s9-lpic img {
    display: block;
    width: 3.45rem;
    max-width: 100%;
}


.s9-r {
    flex: 1;
    min-width: 0;
}

.s9-r .swiper-slide:nth-child(2n) a {
    margin-top: .6rem;
}

.s9-r .swiper-slide a {
    display: block;
}

.s9-r .swiper-slide a .pic {
    padding-top: 151%;
    transition: all .5s;
}

.s9-r .swiper-slide a:hover .pic div {
    width: 100%;
    height: 100%;
}







@media screen and(-ms-high-contrast:active), (-ms-high-contrast:none) {}


@media screen and (min-width: 1025px) {
    .fixed-r ul li a:hover {
        background: #3862C0;
    }

    .fixed-r ul li a:hover .icons img {
        opacity: 1;
    }

    .fixed-r ul li a:hover .icons img:nth-child(1) {
        opacity: 0;
    }

    .fixed-r ul li a:hover p {
        color: #fff;
    }


    .tit-more a:hover {
      /*   background-color: #3862C0;
        box-shadow: 0px 0px 30px 0px rgba(12, 99, 171, 0.3);
        color: #ffffff;
        padding: 0 .25rem; */

        color: #3862C0;
    }

    .tit-more a:hover::after {
      /*  background: url(../images/tit-morebg2.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%; */
    }


    .s1-r ul li a:hover {}

    .s1-r ul li:hover:before {
        /* opacity:1; */
    }

    .s1-r ul li:hover+li a {}

    .s1-r ul li a:hover .date {
        color: #FFFFFF;
    }

    .s1-r ul li a:hover .pubdate {
        /* color: #fff; */
    }

    .s1-r ul li a:hover .pubdate:before {
        /* background: url(../images/pubdate-time-w.png) no-repeat; */
        /* background-position: left center; */
        /* background-size: .16rem auto; */
    }

    .s1-r ul li a:hover .date:before {}

    .s1-r ul li a:hover .info h3 {
       font-size: .19rem;
        color: #3862C0;
    }

    .s1-r ul li a:hover .info span {
        color: #3862C0;
            font-size: .17rem;
    }

    .s1-l dl dd a:hover .info h3 {
        color: #fff;
    }

    .s2-c ul li:hover {}

    .s2-c ul li:hover>a {
        border-color: #3862C0;
        transform: rotateY(0deg);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .s2-c ul li:hover>div {
        border-color: #C29163;
    }

    .s2-c ul li:hover>div::before {
        border-color: #C29163;
    }

    .s2-c ul li:hover>div::after {
        background: #C29163;
    }

    .s2-c ul li:hover a b {
        color: #FFD287;
    }

    .s2-c ul li:hover a h5 {
        background: #3862C0 url(../images/hoverdirbg3.png) no-repeat;
        background-position: left bottom;
        background-size: 100% auto;
        opacity: 1;
    }

    .s2-c ul li:hover a b::before {
        background: #fff;
    }

    .s2-c ul li:hover a h3 {
        color: #FFFFFF;
    }

    .s2-c ul li:hover a p {
        color: #fff;
        opacity: .7;
    }

    .s2-c ul li:hover a span {
        color: #fff;
    }

    .s2-c ul li:hover a span::before {
        background: url(../images/pubdate-time-w.png) no-repeat;
        background-position: left center;
        background-size: .16rem auto;
    }

    .s3-links ol li a:hover::before {
        opacity: 0;
    }

    .s3-links ol li a:hover::after {
        opacity: 1;
    }

    .s3-links ol li a:hover .icons img:nth-child(1) {
        opacity: 0;
    }

    .s3-links ol li a:hover .icons img:nth-child(2) {
        opacity: 1;
    }

    .s3-links ol li a:hover p {
        color: #FFFFFF;
    }

    .s7-c .swiper-container .swiper-slide a:hover .info {
        background: #3862C0;
    }

    .s7-c .swiper-container .swiper-slide a:hover .info h3 {
        color: #fff;
    }

    .s7-c .swiper-container .swiper-slide a:hover .info p {
        color: rgba(255, 255, 255, .7);
    }





    .s9-r .swiper-slide a:hover .pic {
        transform: scale(0.95);
    }

}

@media screen and (max-width: 1024px) {
    .banner .slick-dots {
        bottom: .1rem;
        left: .2rem;
    }

    .banner .slick-slide a img {
        height: auto !important;
    }

    .banner .slick-dots li:before {
        margin: 0 .05rem;
    }

    .banner .slick-dots li::after {
        margin: 0 .05rem;
    }

    .banner .slick-dots li span {
        margin: 0 .05rem;
    }

    .banner .banner-prev, .banner .banner-next {
        bottom: 50%;
        transform: translateY(50%);
        right: 0.1rem;
        width: 0.45rem;
        height: 0.45rem;
    }

    .banner .banner-prev {
        right: auto;
        left: 0.1rem;
    }

    .banner .banner-prev span, .banner .banner-next span {}



    .index {
        position: static;
        padding-top: 0;
        overflow: hidden;
    }

    .pubpage {
        bottom: .2rem !important;
    }

    .pubpage span {
        margin: 0 0.05rem !important;
        width: .1rem;
        height: 0.1rem;
    }

    .fmeida {
        position: relative;
        margin-top: .3rem;
        bottom: auto;
    }

    .fmeida li a div:nth-child(1) {
        width: .36rem;
        height: 0.36rem;
    }

.s1-r .tit{
  padding-left:0;
}

    .tit {
        flex-wrap: wrap;
    }

    .tit-name>div p span {
        font-size: .14rem;
    }

    .tit-name>div::after {
        display: none;
    }

    .tit-more {
        height: 0.26rem;
    }

    .tit-more a {
        line-height: .26rem;
    }

    .fmeida {
        justify-content: center;
        width: 100%;
    }

    .fmeida li {
        margin: 0 .05rem;
    }

    .fmeida li a .foot-ewm img {
        width: 80px;
        height: auto;
    }

    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
    }

    .s1-r ul {
        padding: 0 .15rem;
    }

    .m-databox ul {
        /* flex-wrap: wrap; */
        margin-top: 0 !important;
    }

    .m-databox ul li {
        width: 33.33%
    }

    .m-databox ul:nth-child(2) li {
        width: 50%;
        margin-top: .3rem;
        padding: 0 .1rem;
    }

    .m-databox a {
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }



    .m-databox {
        height: auto;
    }

    .m-databox .swbox {
        /* position: static; */
        /* transform: none; */
    }

    .s2 {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        margin-top: .5rem;
    }

    /* 
    .s2::before {
        background: none;
    } */

    .s3 {
        padding-bottom: 0.5rem;
        background-size: 100% auto;
    }

    .s3 .tit .tit-name>div h2::before {
        width: auto;
        flex: 1;
        min-width: 0;
        margin-right: .15rem;
    }

    .s3 .tit .tit-name>div h2::after {
        width: auto;
        flex: 1;
        min-width: 0;
        margin-left: .15rem;
    }

    .s3 .tit .tit-name {
        width: 100%;
        display: block;
    }

    .s3-links {
        margin-top: 1rem;
    }

    .s3-links ol {
        display: block;
    }

    .s3-links ol li a .icons {
        height: 0.25rem;
    }

    .s3-links ol li a {
        width: auto;
        height: .6rem;
        margin-top: .25rem;
    }

    .s3-links ol li a p {
        font-size: .2rem;
        line-height: .26rem;
    }

    .s3-c {
        padding-bottom: 0;
        margin-top: .5rem;
    }


    .s4-c {
        display: block;
    }

    .s4-c .tit {
        position: relative;
        left: auto;
    }

    .s4-l {
        width: auto;
        margin-right: 0;
        padding-left: .25rem;
        padding-bottom: .25rem;
    }

    .s4-l ul li {
        padding: .25rem;
    }

    .s4-l ul li::before {
        top: .25rem;
        bottom: .25rem;
        left: .85rem;
        right: .85rem;
    }

    .s4-l ul li::after {
        left: .25rem;
        right: .25rem;
        top: .45rem;
        bottom: .45rem;
    }

    .s4-l ul li a::after {}

    .s4-r {
        padding-left: 0;
    }

    .s5-c .swiper-container {
        margin-right: 0;
       padding-right: 0;
    }

    .s5-c .swiper-container .swiper-slide a .info {
        padding: .1rem;
    }


.s5-c .s5-prev{
    right:auto;
 
}
.s5-c .s5-next{
  right:0;
}
    .s6-c ul li {
        width: 25%;
    }

    .s7-c .swiper-container .swiper-slide a .info {
        padding: .2rem .1rem;
    }

    .s7-c .swiper-container .swiper-slide a .info h3 {
        font-size: .18rem;
        line-height: .3rem;
    }

    .s8-c ul li.s8-item1 {
        width: 38%;
    }

    .s8-c ul li.s8-item2 {
        width: 62%;
    }

    .s8-c ul li.s8-item3 {
        width: 50%;
    }

    .s8-item1 .info p {
        font-size: .18rem;
    }

    .s8-item3 .info .icons {
        height: .5rem;
    }

    .s9-c {
        display: block;
    }

    .s9-l {
        width: auto;
    }

    .s9-l .s9-lpic {
        display: none;
    }


    .s1, .s3, .s5 {
        padding-top: .5rem;
    }

    .s4 {
        padding-bottom: 0;
    }

    .s5 {
        padding-bottom: .5rem;
    }

    .s7 {
        padding-top: .5rem;
    }

    .s8 {
        padding-top: .5rem;
        margin-top: .5rem;
    }

    .s9 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .s6 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .s1-r, .s4-l, .s4-r, .s6-c, .s9-r {
        margin-top: .35rem;
    }

    .s1-l .swiper-container, .s1-r ul {
        margin-top: .3rem;
    }

    .tit-name>i {}

    .tit-name>i img {
        width: .5rem;
        margin-right: .1rem;
    }

    .tit-name>div h2, .s1-r ul li a .date b, .m-databox .info strong {
        font-size: .26rem;
        line-height: .26rem;
    }

    .m-databox .info div {
        line-height: .26rem;
        position: relative;
        top: auto;
        transform: none;
    }
    .m-databox .info div.swnum{
        display:none;
    }

    .s1-l ul li a .info h3, .s8-item3 .info p {
        font-size: .18rem;
        line-height: .3rem;
    }

    .s2-c ul li a h3 {
        font-size: .18rem;
        line-height: .3rem;
        height: .6rem;
        margin-top: .1rem;
    }

    .s2-c ul li a b {
        font-size: .18rem;
    }

    .s2-c ul li a p {
        margin-top: .15rem;
    }

    .s2-c ul li a span {
        margin-top: .3rem;
    }

    .s1-l ul li a .info {
        padding: .15rem;
    }

    .s2-c ul li a {
        padding: .3rem .15rem;
    }

    .s2-c ul li a b:before {
        left: -.2rem;
    }

    .m-databox .info {
        margin-left: 0 !important;
        flex-direction: column-reverse;
    }

    .m-databox .icons {
        width: 1rem;
        height: 1rem;
    }

    .m-databox .icons img {
        max-width: 50%;
        max-height: 50%;
    }

    .m-databox .info p {
        max-width: none;
        text-align: center;
        font-size: .16rem;
    }

    .m-databox .info p b {
        display: none
    }

    .s6-c ul li a .info p {
        font-size: .2rem;
        letter-spacing: 0;
    }




}

@media screen and (max-width: 768px) {
    .s1-l dl {
        display: block;
    }

    .s1-l dl dd {
        width: 100%;
    }

    .s1-l dl dd+dd {
        margin-top: .25rem;
    }

    .s8-c ul li.s8-item1 {
        width: 100%;
    }

    .s8-c ul li.s8-item2 {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {}


.fixed-l {
    z-index: 99;
    position: fixed;
    width: .87rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    border-radius: 0.5rem;
    padding-bottom: .2rem;
    transition: all .5s;
    border-radius: .5rem;
    background: rgba(230, 237, 253, 0.9);
 margin-left:-.52rem;
}
.fixed-l.on{
    margin-left: 0;
}
.fixed-l:hover {
    transform: translateY(-50%) translateX(0);
}
.fixed-l:hover .fixed-ropen{
   transform: translateY(-50%)   translateX(-100%);
    opacity:0;
}
 
.fixed-ropen{
    background: rgba(230, 237, 253, 0.9);
    width: .52rem;
    height: .52rem;
    border-radius: 50%;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition:all .5s;
}

.fixed-ropen div{
    width: 100%;
    height: 100%;
    background: url(../images/fixed-lopen.png) no-repeat;
    background-position: center center;
    background-size: .24rem auto;
}


.fixed-rlogo{
    padding: .11rem;
}
.fixed-rlogo img{
    display: block;
    width: 100%;
}

.fixed-l ul{
    padding: 0 .1rem;
    position: relative;
    z-index: 
}
.fixed-l ul li{}
.fixed-l ul li a{
    border-top: 1px dashed #DCDEE3;
    display: block;
    text-align: center;
    font-size: .14rem;
    font-weight: normal;
    line-height: .42rem;
    letter-spacing: normal;
    color:#444;
}
.fixed-l ul li a:hover{
    color:#3862C0;
}


.fixed-r {
    z-index: 99;
    position: fixed;
    width: .8rem;
    right: .2rem;
    margin-top: .5rem;
    top: 50%;
    transform: translateY(-50%) translateX(2rem);
    border-radius: 0.5rem;
    padding-bottom: .35rem;
    transition: all .5s;
}

.fixed-r.on {
    transform: translateY(-50%) translateX(0);
}


.fixed-r ul {
    margin-top: .16rem;
    position: relative;
}

.fixed-r ul:before {}


.fixed-r ul li a {
    display: flex;
    width: .76rem;
    height: .76rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.fixed-r ul li+li a {
    margin-top: .26rem;
}

.fixed-r ul li a .icons {
    height: .22rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.fixed-r ul li a .icons:before {}

.fixed-r ul li a .icons img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}

.fixed-r ul li a .icons img:nth-child(1) {
    opacity: 1;
}

.fixed-r ul li a p {
    text-align: center;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.14rem;
    color: #444;
    border-radius: .2rem;
    margin-top: 0.08rem;
    position: relative;
    z-index: 9;
    transition: all .5s;
}

.gotop {
    cursor: pointer;
}

.gotop .icon {
    align-items: center !important;
}

.gotop img {
    display: block;
}

.xqdjs {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 99;
}

.xqdjs p {
    font-size: 0.32rem;
    font-weight: normal;
    line-height: 0.58rem;
    letter-spacing: normal;
    color: #FFFFD1;
    text-align: center;
}

.xqdjs img {
    display: block;
    width: 2.48rem;
}

.xqdjs .xqdjs-num {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: .2rem;
    line-height: .4rem;
    color: #FFFFD1;
    font-weight: 600;
}

.xqdjs .xqdjs-num b {
    display: block;
    font-size: .82rem;
    font-weight: normal;
    line-height: .82rem;
    letter-spacing: normal;
    color: #FFFFCC;
    text-align: center;
    margin-right: .1rem;
}


@media screen and (max-width:1024px) {
    .fixed-r {
        display: none;
    }

    .xqdjs {
        display: none;
    }
}