@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.9rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.banner .slick-slide a>img, .banner .slick-slide a>video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

 .banner .slick-slide a>video {
    display: block;
    width: 112%;
    height: 100vh;
    object-fit: cover;
}
.banner .slick-slide.slick-current a>img {
    animation: img_scale linear 3s;
}

@keyframes img_scale {
    0% {
        transform: scale(1.1);
    }


    100% {
        transform: scale(1);
    }

}

.banner .slick-dots {
    position: absolute;
    font-size: 0;
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-end;
    left: 0;
    bottom: .3rem;
    left: 0;
    right: .5rem;
    width: auto;
    z-index: 9;
}


.banner .slick-dots li {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: .32rem;
    height: .32rem;
    transition: all .5s;
    margin: 0;
    margin: 0 .1rem;
}

.banner .slick-dots li:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.09rem;
    height: 0.09rem;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0;
}

.banner .slick-dots li:after {}

.banner .slick-dots li:nth-child(1):before {
    display: none;
}


.banner .slick-dots li span {
    display: block;
    position: relative;
    height: 100%;
    transition: all .5s;
    width: 0.2rem;
    font-size: .14rem;
    line-height: .46rem;
    color: transparent;
    text-align: center;
    width: 100%;
    font-size: 0;
}

.banner .slick-dots li span::before {
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    transition: all .5s;
    opacity: .5;
}

.banner .slick-dots li span::after {}

.banner .slick-dots li svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotateZ(-90deg);
    width: .32rem;
    height: .32rem;
    opacity: 0;
}

.banner .slick-dots li svg .circle-border {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
    stroke-dasharray: 125.66;
    stroke-dashoffset: 125.66;
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 125.66;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.banner .slick-dots li.slick-active {}

.banner .slick-dots li.slick-active span {
    color: #fff;
}


.banner .slick-dots li.slick-active span::before {
    opacity: 1;
}

.banner .slick-dots li.slick-active svg {
    opacity: 1;
}

.banner .slick-dots li.slick-active svg .circle-border {
    animation: drawCircle 3s ease-in-out 1 forwards;
}

.banner .slick-dots li.slick-active::after {
    /* opacity: 1; */
}




.banner-down {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}



.banner-down div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.banner-down div img {
    display: block;
    width: 0.19rem;
    animation: bb 2s linear 0s infinite;
}

@keyframes bb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    20% {
        transform: translate(0, 0.03rem);
        opacity: 1;
    }

    80% {
        transform: translate(0, 0.1rem);
        opacity: 1;
    }

    90% {
        transform: translate(0, 0.1rem);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0.1rem);
        opacity: 0;
    }
}


/* index */
.index {
    z-index: 99;
    overflow: hidden;
    /* padding-top: .5rem; */
    /* position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0; */
    overflow: hidden;
    z-index: 99;
    background: #fff;
}

.itit {
    position: relative;
}


.itit-text {
    padding-top: .28rem;
    position: relative;
    z-index: 1;
}

.itit-text h2 {
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 0.59rem;
    letter-spacing: normal;
    background: linear-gradient(90deg, #0032D3 0%, #0670F2 103%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    white-space:nowrap;
}

.itit-text h3 {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    line-height: .6rem;
    z-index: -1;
    color: transparent;
    white-space: nowrap;
    text-transform: capitalize;
    letter-spacing: normal;
    background: linear-gradient(180deg, rgba(86, 135, 255, 0.7) 0%, rgba(37, 90, 220, 0) 96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: .46rem;
    opacity: .5;
}


.itit-more {
    position: absolute;
    right: 0;
    top: .3rem;
}

.itit-more a {
    display: flex;
    align-items: flex-end;
    font-family: Times New Roman;
    position: relative;
    z-index: 1;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: normal;
    color: #0A4DC1;
}

.itit-more a::after {
    content: "";
    display: block;
    background: url(../images/itit-more-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.58rem;
    height: 0.3rem;
    z-index: -1;
    margin-left: .11rem;
}

.itit-w .itit-text {
    padding-top: .33rem;
}

.itit-w .itit-text h2 {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #fff;
    background-clip: initial;
    text-fill-color: #fff;
    color: #FFFFFF;
}

.itit-w .itit-text h3 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}




.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(1rem);
}

.tab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}

.s1 {
    padding: .46rem 0 .8rem 0;
}

.s1-c {
    display: flex;
    margin-top: .5rem;
}

.s1-l {
    width: 8.75rem;
    margin-right: .44rem;
}

.s1-l .slick ul li a {
    display: block;
    position: relative;
}

.s1-l .slick ul li a .pic {
    padding-top: 60.9%;
}

.s1-l .slick ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    background: linear-gradient(0deg, #0266F1 8%, rgba(2, 102, 241, 0) 99%);
    height: 1.68rem;
}

.s1-l .slick ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .3rem .5rem;
}

.s1-l .slick ul li a .info .date {
    display: flex;
    align-items: flex-end;
    font-family: Bebas;
}

.s1-l .slick ul li a .info .date b {
    font-size: 0.48rem;
    font-weight: normal;
    line-height: 0.58rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s1-l .slick ul li a .info .date span {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-left: .1rem;
}

.s1-l .slick ul li a .info .text {
    margin-top: .05rem;
}

.s1-l .slick ul li a .info .text h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r ul li:first-child a {
    margin-top: 0;
}

.s1-r ul li a {
    display: block;
    transition: all .5s;
    position: relative;
    z-index: 1;
    border-bottom: 1px dashed #BCBCBC;
    padding: .25rem 0;
    padding-right: .24rem;
    overflow: hidden;
}

.s1-r ul li a .bg {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s1-ritembg.png) no-repeat;
    background-position: right bottom;
    background-size: cover;
    z-index: -1;
    transition: all .5s;
    opacity: 0;
}

.s1-r ul li a .info {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.s1-r ul li a .info .date {
    margin-right: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 1.13rem;
    transition: all .5s;
    height: .82rem;
    border-right: 1px solid rgba(102, 102, 102, .2);
    font-family: Bebas;
}

.s1-r ul li a .info .date b {
    display: block;
    font-size: 0.4rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #0A4DC1;
}

.s1-r ul li a .info .date b i {
    font-size: .2rem;
    font-style: normal;
}

.s1-r ul li a .info .date span {
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.16rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
    border-radius: 1rem;
    background: #FF9C00;
    width: 0.48rem;
    height: 0.16rem;
    font-size: 0.14rem;
    font-family: Bebas;
    margin-top: .08rem;
}

.s1-r ul li a .info .text {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a .info .text p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .64rem;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.32rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #333333;
}

.s2 {
    background: #F6FAFF;
    padding-bottom: 1.43rem;
    padding-top: .92rem;
    position: relative;
    z-index: 1;
}

.s2 .itit {
    position: relative;
    padding-bottom: .2rem;
    z-index: 1;
}

.s2 .itit::before {
    content: "";
    position: absolute;
    right: 0.35rem;
    bottom: 0;
    height: 1px;
    background: #FFB624;
    transition: all .3s;
    width: 0.96rem;
    transform-origin: left center;
    transform: scaleX(0);
}

.s2 .itit::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50%) translateX(-.2rem);
    background: url(../images/s2-tit-fj.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.27rem;
    height: 0.27rem;
    transition: all .3s;
    opacity: 0;
}

.s2 .itit ul {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: .11rem;
    z-index: 2;
}

.s2 .itit ul::before {
    content: "";
    position: absolute;
    right: calc(50% + 1.16rem);
    bottom: 0;
    bottom: 0;
    height: .43rem;
    background: url(../images/s2-tit-bef.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
    width: 0;
    z-index: -1;
    pointer-events: none;
    transition: all .3s;
}

.s2 .itit ul::after {
    content: "";
    position: absolute;
    left: calc(50% + 1.16rem);
    bottom: 0;
    bottom: 0;
    height: .43rem;
    background: url(../images/s2-tit-aft.png) no-repeat;
    background-position: left center;
    background-size: auto 100%;
    width: 0;
    z-index: -1;
    pointer-events: none;
    transition: all .3s;
}

.s2 .itit ul li {
    margin-left: .65rem;
}

.s2 .itit ul li:nth-child(1) {
    margin-left: 0;
}

.s2 .itit ul li:nth-child(2) {
    margin-right: 3.85rem;
}

.s2 .itit ul li a {
    display: flex;
    align-items: center;
}

.s2 .itit ul li a .icons {
    position: relative;
    margin-right: .12rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s2 .itit ul li a .icons img {
    height: .21rem;
    transition: all .5s;
}

.s2 .itit ul li a .icons img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
}

.s2 .itit ul li a p {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    transition: all .5s;
    position: relative;
}

.s2 .itit ul li a p::before {
    content: attr(data-text);
    font-size: 0.22rem;
    font-weight: 600;
    line-height: 0.32rem;
    letter-spacing: normal;
    transition: all .5s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, #0032D3 0%, #0670F2 103%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0;
}

.s2 .itit ul li.on a .icons img {
    opacity: 0;
}

.s2 .itit ul li.on a .icons img:nth-child(2) {
    opacity: 1;
}

.s2 .itit ul li.on a p {
    color: transparent;
}

.s2 .itit ul li.on a p::before {
    opacity: 1;
}

.s2 .tab-bd {
    margin-top: .03rem;
}

.s2 .tab-bd::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(26, 77, 165, 0.4);
    z-index: -1;
}

.s2-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.32rem;
}

.s2-list li {
    width: 33.33%;
}

.s2-list li a {
    display: block;
    margin: 0 .32rem;
    padding-top: .55rem;
    margin-top: .1rem;
}

.s2-list li a p {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.s2-list li a p b {
    font-family: Bebas Neue;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #0A4DC1;
}

.s2-list li a p span {
    border: 1px solid #0A4DC1;
    min-width: 0.96rem;
    text-align: center;
    padding: 0 .16rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #0A4DC1;
    transition: all .5s;
}

.s2-list li a h3 {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #111111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .64rem;
    margin-top: .15rem;
}

.s2-list li a div {
    position: relative;
    margin-top: .55rem;
}

.s2-list li a div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed #BCBCBC;
    z-index: 1;
}



.s2-list li a div i {
    display: block;
    position: relative;
    z-index: 2;
    height: 2px;
}

.s2-list li a div i::before {
    content: "";
    position: absolute;
    right: calc(100% - 1.58rem);
    bottom: 0;
    width: 0;
    height: 100%;
    background: #FF9C00;
    transition: all .5s;
}

.s2-list li a div i::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #0A4DC1;
    transition: all .5s;
}

.s2-b {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
}

.s2-b img {
    display: block;
    width: 100%;
}

.s3 {
    background: url(../images/s3-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: .75rem;
    padding-bottom: 1.45rem;
}

.s3-c {
    display: flex;
}

.s3-l {
    width: 6.48rem;
    margin-right: .46rem;
}

.s3-l .itit-text h2 {
    display: flex;
    align-items: center;
}

.s3-l .itit-text h2::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 2px;
    background: #F9B246;
    margin-left: .4rem;
    margin-right: 1.74rem;
    margin-top: .13rem;
}

.s3-l .itit-more {
    top: .45rem;
}

.s3-lsfq {
    margin-top: .55rem;
}

.s3-lsfq ul {
    display: flex;
    justify-content: space-between;
}

.s3-lsfq ul li {
    width: 37.8%;
    transition: all .5s;
}



.s3-lsfq ul li:nth-child(2) a .pic {
    background: linear-gradient(315deg, #F1BC42 -4%, #FDAA03 99%), #FF9C00;
}

.s3-lsfq ul li:nth-child(2) a .pic::after {
    background: linear-gradient(44deg, rgba(241, 188, 66, .8) 2%, rgba(17, 115, 252, 0) 61%);
}

.s3-litem a {
    display: block;
    position: relative;
}

.s3-litem a .pic {
    padding-top: 2.67rem;
    background: #0A4DC1;
}

.s3-litem a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    background: linear-gradient(44deg, rgba(34, 93, 199, 0.8) 2%, rgba(17, 115, 252, 0) 61%);
}

.s3-litem a .pic div {
    opacity: .34;
    transition: all .5s;
    mix-blend-mode: soft-light;
}

.s3-litem a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    padding-top: .62rem;
    transition: all .5s;
    z-index: 9;

}

.s3-litem a .info::before {
    content: "";
    position: absolute;
    right: 0.4rem;
    height: 1px;
    bottom: .2rem;
    transform: translateX(-100%);
    width: 0.4rem;
    background: #fff;
    opacity: 0;
    transition: all .3s;
}

.s3-litem a .info::after {
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateX(-100%);
    right: 0;
    background: url(../images/s3-lfj.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.4rem;
    height: 0.4rem;
    opacity: 0;
    box-shadow: 0rem 0rem 0.11rem 0rem rgba(0, 0, 0, 0.15);
    transition: all .3s;
}

.s3-litem a .info .icons {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: .5rem;
    width: 0.56rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.s3-litem a .info .icons img {
    max-height: 100%;
    max-width: 100%;
}

.s3-litem a .info .text {
    text-align: center;
    transition: all .5s;
}

.s3-litem a .info .text h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: .32rem;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #FFFFFF;
    transition: all .5s;
}

.s3-litem a .info .text p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .18rem;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: .03rem;
    transition: all .5s;
}


.s3-lsfq .s3-lbitem {
    margin-top: .18rem;
}

.s3-lsfq .s3-lbitem a .pic {}

.s3-lsfq .s3-lbitem a .info::before {
    display: none;
}

.s3-lsfq .s3-lbitem a .info::after {
    background: url(../images/s3-lmore.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-lsfq .s3-lbitem a .pic {
    padding-top: 1.56rem;
    background: linear-gradient(256deg, #006CDC 5%, #0B48B3 59%), linear-gradient(90deg, #0032D3 0%, #0670F2 103%), linear-gradient(0deg, #0A4DC1, #0A4DC1), #D8D8D8;
}

.s3-lsfq .s3-lbitem a .pic::after {
    opacity: 1;
}

.s3-lsfq .s3-lbitem a .pic div {
    opacity: .28 !important;
    mix-blend-mode: soft-light !important;
}

.s3-lsfq .s3-lbitem a .info {
    bottom: 50% !important;
    transform: translateY(50%) !important;
}

.s3-r {
    flex: 1;
    min-width: 0;
    margin-right: -1.6rem;
    margin-top: .7rem;
    position: relative;
    z-index: 1;
}

.s3-r::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0.5rem;
    background: url(../images/s3-rline.png) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    width: 0.2rem;
}

.s3-r::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.5rem;
    background: url(../images/s3-rline.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    width: 0.2rem;
}

.s3-r .slick {
    padding-left: .4rem;
    position: relative;
    z-index: 1;
}

.s3-r .slick::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4rem;
    bottom: 0.4rem;
    width: 0.2rem;
    background: #E4EEFF;
}

.s3-r .slick .slick-list {
    padding-right: 2rem;
}

.s3-r .slick ul {
    margin-right: -.4rem;
}

.s3-r .slick ul li a {
    display: block;
    margin-right: .4rem;
    position: relative;
}

.s3-r .slick ul li a .pic {
    padding-top: 62.6%;
}

.s3-r .slick ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0.5) 100%);
}

.s3-r .slick ul li a h3 {
    position: absolute;
    left: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.34rem;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    transition: all .5s;
}

.s3-r .slick ul li.slick-current a h3 {
    opacity: 1;
}

.s3-r .slick .slick-prev, .s3-r .slick .slick-next {
    width: 0.4rem;
    height: 0.4rem;
    box-shadow: 0rem 0rem 0.11rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: all .5s;
    background: #FF9C00;
}

.s3-r .slick .slick-prev {
    margin-left: -.2rem;
}

.s3-r .slick .slick-next {
    right: 2.2rem;
}

.s3-r .slick .slick-prev::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(../images/icon-prev.svg) no-repeat;
    background-position: center center;
    background-size: .08rem auto;

}

.s3-r .slick .slick-next::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(../images/icon-next.svg) no-repeat;
    background-position: center center;
    background-size: .08rem auto;
}

.s4 {
    position: relative;
    z-index: 1;
    padding-top: .8rem;
}

.s4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 2.08rem;
    z-index: -1;
    background: url(../images/s4-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s4 .itit::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    background: #DCAD65;
    width: 2px;
    transition: all 1s;
    height: 1.2rem;
    transform-origin: center top;
    transform: scaleY(0);
}

.s4-c {
    display: flex;
    margin-top: .6rem;
}

.s4-l {
    width: 5.35rem;
    background: url(../images/s4-lbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .3rem .7rem .43rem .6rem;
}

.s4-l h3 {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.54rem;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-left: -.86rem;
    text-align: center;
    position: relative;
    background: url(../images/s4-ltitbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 2.32rem;
    position: relative;
    filter: drop-shadow(0.05rem 0.04rem 0.11rem rgba(99, 62, 3, 0.3));
}

.s4-l h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    border-width: 0 0 .1rem .255rem;
    border-color: transparent transparent #7B4F09 transparent;
    border-style: solid;
}

.s4-l div {
    margin-top: .33rem;
}

.s4-l div p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.34rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #4F350E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    height: 2.38rem;
}

.s4-l a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.46rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: .55rem;
    position: relative;
    z-index: 1;
}

.s4-l a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-lmorebg1.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 1.04rem;
    height: 0.3rem;
    z-index: -1;
    filter: drop-shadow(0rem 0.04rem 0.1rem rgba(0, 0, 0, 0.3));
}

.s4-l a::after {
    content: "";
    position: absolute;
    left: 0;
    top: .02rem;
    right: 0;
    bottom: 0;
    background: #FF9C00;
    z-index: -2;
}

.s4-l a img {
    display: block;
    height: 0.1rem;
    margin-left: .18rem;
    margin-left: .18rem;

}

.s4-r {
    flex: 1;
    min-width: 0;
    background: url(../images/s4-rbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom: 0.05rem solid #0A4DC1;
    padding: 0 .5rem;
    padding-top: .8rem;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.3);
}

.s4-r .swiper-container {
    margin: 0 -.2rem;
}

.s4-r .swiper-slide {}

.s4-r .swiper-slide a {
    display: block;
    margin: 0 .2rem;
    border-radius: 50%;
    transition: all .5s;
}

.s4-r .swiper-slide a .pics {
    transition: all .5s;
    background: rgba(255, 255, 255, 0.01);
    border: 0.01rem solid #E2E2E2;
    border-radius: 50%;

}

.s4-r .swiper-slide a .pics .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.s4-r .swiper-slide a .info {
    text-align: center;
    padding-top: .28rem;
}

.s4-r .swiper-slide a .info h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.38rem;
    letter-spacing: normal;
    color: #000000;
}

.s4-r .swiper-slide a .info p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.6);
    margin-top: .05rem;
}

.s4-r .pubpage {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
}

.s4-r .pubpage span {
    height: .08rem;
    width: .08rem;
    border-radius: .1rem;
    margin: 0 .07rem;
    background: #0A4DC1;
    opacity: .2;
    transition: all .5s;
}

.s4-r .pubpage span.swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.35rem;
}

.s5 {
    margin-top: .95rem;
    padding-bottom: 1.26rem;
    background: linear-gradient(180deg, #FFFFFF 20%, #E1EAFF 72%, #EAF1FF 103%);
}

.s5-c {
    display: flex;
    margin-top: .46rem;
}

.s5-l {
    flex: 1;
    min-width: 0;
}

.s5-llist1 {
    margin-top: .22rem;
}

.s5-llist1 ul {
    display: flex;
}

.s5-llist1 ul li {
    width: calc(33.33% - .22rem);
    margin-right: .22rem;
}

.s5-llist1 ul li a {
    display: block;
    position: relative;
}

.s5-llist1 ul li a .pic {
    padding-top: 59%;
}

.s5-llist1 ul li a .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: .28rem .42rem;
}

.s5-llist1 ul li a .info p {
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.34rem;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s5-llist1 ul li a .info h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s5-llist1 ul li a .icons {
    position: absolute;
    left: .42rem;
    right: 0;
    bottom: .34rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
}

.s5-llist1 ul li a .icons img {
    max-height: 100%;
    min-height: .45rem;
}


.s5-llist2 {
    /* margin-top: .22rem; */
}

.s5-llist2 ul {
    display: flex;
}

.s5-llist2 ul li {
    width: calc(50% - .22rem);
    margin-right: .22rem;
}

a.s5-item {
    display: block;
    position: relative;
}
a.s5-item.video:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:url(../images/s6-icon-play.png) no-repeat;
    background-size: .6rem auto;
    background-position:center center;
    z-index: 9;
}
a.s5-item .pic {
    padding-top: 64.58%;
}

a.s5-item .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.76rem;
    opacity: 0.86;
    background: linear-gradient(180deg, rgba(17, 115, 252, 0) 47%, #0445B6 100%);
    pointer-events: none;
}

a.s5-item .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .15rem .25rem;
}

a.s5-item .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.s5-item .tag {
    position: absolute;
    left: 0;
    top: 0.1rem;
    border-radius: 0 .3rem .3rem 0;
    padding: 0 .18rem;
    height: .38rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.s5-item .tag.text {
    background: #025AEF;
}

a.s5-item .tag.weixin {
    background: #28C445;
}

a.s5-item .tag.weibo {
    background: #E71F19;
}

a.s5-item .tag span {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.38rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

a.s5-item .tag img {
    display: block;
    max-height: 70%;
    min-height: 60%;
}

.s5-r {
    width: 4.06rem;
}

.s5-r ul li a .pic {
    padding-top: 73%;
}

.s5-r ul li+li {
    margin-top: .22rem;
}



@media screen and(-ms-high-contrast:active), (-ms-high-contrast:none) {
    .itit-text h2 {
        background: none;
        color: #0032D3;
    }

    .itit-text h3 {
        background: none;
        color: rgba(86, 135, 255, 0.7);
    }

    .s2 .itit ul li a p::before {
        background: none;
        color: #0032D3;
    }
}


@media screen and (min-width: 1025px) {
    .itit-more a:hover {
        color: #FFB624;
    }

    .s3-l .itit-text h2::after{
        width: 0;
        flex: none;
        transition: all 1s;
    }
    .s3-l .itit.aos-animate .itit-text h2::after{
        width: 2.66rem;
    }
    

    .s3-lsfq ul li.on {
        width: 59.4%;
    }

    .s3-litem.on a {}

    .s3-litem.on a .info {
        padding-top: 0;
        padding-left: .66rem;
        left: 0.25rem;
        right: 0.25rem;
        bottom: .2rem;
        transform: translateY(0);
    }

    .s3-litem.on a .info::before {
        opacity: 1;
        transform: translateX(0);
        transition: all .5s .5s;
    }

    .s3-litem.on a .info::after {
        opacity: 1;
        transform: translateX(0);
        transition: all .5s .5s;
    }

    .s3-litem.on a .info .icons {
        left: 0;
        transform: translateY(-50%);
        top: 50%;
    }

    .s3-litem.on a .pic::after {
        opacity: 1;
    }

    .s3-litem.on a .pic div {
        opacity: 1;
        mix-blend-mode: normal;
    }

    .s3-litem.on a .info .text {
        text-align: left;
    }

    .s4 .itit.aos-animate::before{
        transform: scaleY(1);
    }

    .s4-r .swiper-slide a:hover .pics {
        background: #9A9A9A;
        border-color: transparent;
    }

    .s4-r .swiper-slide a:hover .info h3 {
        color: #0A4DC1;
    }

    .s3-r .slick .slick-prev:hover, .s3-r .slick .slick-next:hover {
        background: #0A4DC1;
    }

    .s2-list li:nth-child(3)~li a div::before {
        opacity: 0;
    }

    .s2 .itit ul li a:hover p {
        color: #0A4DC1;
    }

    .s2-list li a:hover p span {
        background: #0A4DC1;
        color: #fff;
    }

    .s2-list li a:hover h3 {
        color: #0A4DC1;
        font-weight: 600;
    }

    .s2-list li a:hover div i::before {
        width: 1.58rem;
        left: 0;
        right: auto;
    }

    .s2-list li a:hover div i::after {
        width: calc(100% - 1.58rem);
        left: 1.58rem;
        right: auto;
    }

    .s1-r ul li:hover {
        z-index: 2;
    }

    .s1-r ul li a:hover .bg {
        opacity: 1;
    }

    .s1-r ul li a:hover::before {
        opacity: 1;
    }

    .s1-r ul li a:hover .info .date {
        border-right: 1px solid rgba(217, 217, 217, 0.16);
    }

    .s1-r ul li a:hover .info .date b {
        color: #fff;
    }

    .s1-r ul li a:hover .info .date span {
        color: #fff;
    }

    .s1-r ul li a:hover .info .text p {
        color: #fff;
        font-weight: 600;
    }



    [data-aos="top-center"] {
        clip-path: inset(0 0 100% 0 round 0);
        transition: all 1s;
    }

    [data-aos="top-center"].aos-animate {
        clip-path: inset(0 0 0 0 round 0);
    }

    [data-aos="top-left"] {
        clip-path: inset(0 100% 0 0 round 0);
        transition: all 1s;
    }

    [data-aos="top-left"].aos-animate {
        clip-path: inset(0 0 0 0 round 0);
    }

    .s2 .itit.aos-animate::before {
        transform: scaleX(1);
        transition: all .5s .8s;
    }

    .s2 .itit.aos-animate::after {
        opacity: 1;
        transform: translateX(0) translateY(50%);
        transition: all .5s 1s;
    }

    .s2 .itit.aos-animate ul::before {
        width: 6.88rem;
        transition: all 1s;
    }

    .s2 .itit.aos-animate ul::after {
        width: 5.4rem;
        transition: all 1s;
    }




}

@media screen and (max-width: 1024px) {
    .banner .slick-dots {
        bottom: .1rem;
        left: 0;
        right: 0;
        justify-content: center;
    }

    .banner .slick-slide a::after {
        height: .7rem;
    }

    .banner .slick-slide a img {
        height: auto !important;
    }

    .banner .slick-dots li:before {
        margin: 0 .05rem;
        width: 0.2rem;
    }

    .banner .slick-dots li::after {
        margin: 0 .05rem;
    }

    .banner .slick-dots li span {
        /* margin: 0 .05rem; */
    }

    .banner .slick-dots li.slick-active span {
        /* width: .3rem; */
        /* height: .3rem; */
    }

    .banner .banner-prev, .banner .banner-next {
        margin: 0 .1rem;
    }

    .banner .banner-prev {
        right: auto;
        left: 0.1rem;
    }

    .banner .banner-prev span, .banner .banner-next span {}

    .banner-down {
        display: none;
    }

    .index {
        position: static;
        padding-top: 0;
        overflow: hidden;
    }


    .itit-text {
        padding-top: .2rem;
    }

    .itit-text h2 {
        font-size: .3rem;
        line-height: .4rem;
    }

    .itit-text h3 {
        font-size: .3rem;
        line-height: .3rem;
    }


    .s1-l .slick ul li a .info {
        padding: .15rem;
    }

    .s1-l .slick ul li a .info .date b {
        font-size: .26rem;
        line-height: 0.3rem;
    }

    .s1-l .slick ul li a .info .date span {
        font-size: .16rem;
        line-height: .2rem;
    }

    .s1-l .slick ul li a .info .text h3 {
        font-size: .18rem;
    }

    .s1-r ul li a .info .date {
        height: .64rem;
        width: 1rem;
    }

    .s1-r ul li a .info .date b {
        font-size: .24rem;
        line-height: .4rem;
    }

    .s1-r ul li a {
        padding: .15rem 0;
    }

    .s2 .itit {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .s2 .itit ul {
        position: static;
        width: 100%;
        margin-top: .2rem;
        padding-bottom: 0;
        justify-content: space-between;
    }

    .s2 .itit ul li {
        margin: 0 !important;
        width: 25%;
    }

    .s2 .itit ul li a {
        display: block;
    }

    .s2 .itit ul li a .icons {
        margin: 0 auto;
    }

    .s2 .itit ul li a p, .s2 .itit ul li a p::before {
        font-size: .18rem;
        text-align: center;
    }

    .s2 .itit ul li a p::before {
        left: 0;
        right: 0;
    }

    .s2-list {
        margin: 0 .05rem;
    }

    .s2-list li {
        width: 50%;
    }

    .s2-list li a {
        padding: .2rem 0;
        margin-top: 0;
        margin: 0 .05rem;
        padding-bottom: 0;
    }

    .s2-list li a div {
        margin-top: .2rem;
    }

    .s2-list li:nth-child(4)~li a div::before {
        border-color: transparent;
    }

    .s2-list li a p b {
        font-size: .16rem;
    }

    .s2-list li a p span {
        font-size: .14rem;
        padding: 0 .1rem;
        min-width: auto;
    }

    .s3-l .itit-more {
        top: .3rem;
    }

    .s3-lsfq ul li {
        width: calc(50% - .05rem);
    }

    .s3-lsfq .s3-lbitem {
        margin-top: 0.1rem;
    }

    .s3-litem a .info {
        padding-top: .5rem;
    }

    .s3-litem a .pic {
        padding-top: 1.56rem;
    }

    .s3-litem a .info .text h3 {
        font-size: .2rem;
    }

    .s3-litem a .info .icons {
        height: .4rem;
        width: .4rem;
    }

    .s3-r {
        margin-right: -.5rem;
        margin-top: .35rem;
    }

    .s3-r .slick .slick-list {
        padding-right: 1rem;
    }

    .s3-r .slick ul {
        margin-right: -.2rem;
    }

    .s3-r .slick ul li a {
        margin-right: .2rem;
    }

    .s3-r .slick ul li a h3 {
        font-size: .18rem;
        left: .15rem;
        bottom: 0.1rem;
        right: 0.15rem;
    }

    .s3-r .slick .slick-next {
        right: 1rem;
    }

    .s3-r .slick {
        padding-left: 0.4rem;
    }


    .s4 .itit::before{
        transform: scaleY(1);
        height: 0.8rem;
    }
    .s4-l {
        width: auto;
        padding: .3rem .2rem .3rem .2rem;
    }

    .s4-l div p {
        height: auto;
        max-height: 2.38rem;
    }

    .s4-l h3 {
        font-size: .2rem;
        margin-left: -.2rem;
        width: 1.7rem;
        line-height: .4rem;
    }

    .s4-l a {
        margin-top: .25rem;
    }

    .s4-r {
        padding: .35rem .2rem;
    }

    .s4-r .swiper-slide a .pics {
        max-width: 2rem;
        margin: 0 auto;
    }

    .s4-r .swiper-slide a {
        margin: 0 .1rem;
    }

    .s4-r .swiper-slide a .info {
        padding-top: .15rem;
    }

    .s5-l {
        width: auto;
        margin-bottom: .1rem;
    }

    .s5-llist1 ul {
        justify-content: space-between;
    }

    .s5-llist1 ul li {
        width: calc(33.33% - .1rem);
        margin-right: 0;
    }

    .s5-llist1 ul li a .info {
        padding: .2rem;
    }

    .s5-llist1 ul li a .info h3 {
        font-size: .2rem;
    }

    .s5-llist1 ul li a .icons {
        height: .35rem;
        bottom: 0.2rem;
        left: .2rem;
    }

    .s5-llist1 ul li a .icons img {
        min-height: auto;
    }

    .s5-llist2 {
        margin-top: .1rem;
    }

    .s5-llist2 ul {
        justify-content: space-between;
    }

    .s5-llist2 ul li {
        width: calc(50% - .05rem);
        margin-right: 0;
    }

    .s5-r {
        width: auto;
    }

    .s5-r ul {
        display: flex;
        justify-content: space-between;
    }

    .s5-r ul li {
        width: calc(50% - .05rem);
    }

    .s5-r ul li+li {
        margin-top: 0;
    }

    a.s5-item .info {
        padding: .1rem;
    }

    a.s5-item .tag span {
        font-size: .16rem;
        line-height: .3rem;
    }

    a.s5-item .tag {
        height: .3rem;
    }
a.s5-item.video:before{
    background-size:.35rem;
}



    .s1-c, .s3-c, .s4-c, .s5-c {
        display: block;
    }

    .s5-c{
        display:flex;
        flex-direction:column-reverse;
    }

    .s1-l, .s3-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .s5 {
        margin-top: .5rem;
        padding-bottom: .5rem;
    }

    .s1-r {}

    .s1-r ul li a .info .text p, .s2-list li a h3 {
        font-size: .18rem;
    }


    .s1, .s2, .s3 {
        padding: .5rem 0;
    }

    .s4 {
        padding-top: .5rem;
    }

    .s1-c, .s3-lsfq, .s4-c, .s5-c {
        margin-top: .35rem;
    }







}

@media screen and (max-width: 768px) {
    .s5-llist1 ul {
        display: block;
    }

    .s5-llist1 ul li {
        width: auto;
    }

    .s5-llist1 ul li a .pic {
        padding-top: 1.6rem;
    }

    .s5-llist1 ul li+li {
        margin-top: .1rem;
    }

}

@media screen and (max-width: 480px) {}