@charset "utf-8";

body {
    overflow-x: hidden;
}


@font-face {
    font-family: Bebas;
    src: url(../fonts/Bebas.ttf);
}

@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%;
    left: 0;
    top: 0;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    height: 2.55rem;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.348) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}



@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}


@keyframes img_scale3 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}


.banner .slick .box0 {
    opacity: 1;
    z-index: 0;
    opacity: 1;
    z-index: 0;
    -webkit-animation: box0 7s linear 0s;
    animation: box0 7s linear 0s
}


.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}

.banner .slick .box1 {
    -webkit-animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 0
}

@-webkit-keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@-webkit-keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@-webkit-keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

.banner .slick-dots {
    font-size: 0;
    text-align: right;
    transform: translateX(-50%);
    left: 50%;
    bottom: .35rem;
    width: 1rem;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .slick-dots li {
    padding: 0;
    position: relative;
    transition: all .5s;
    margin: 0 .1rem;
    height: 5px;
    display: flex;
    align-items: center;
    width: auto;
}

.banner .slick-dots li span {
    display: block;
    transition: all .5s;
    width: 0.5rem;
    height: 0.04rem;
    opacity: 0.4;
    background: #FCFCFC;
}

.banner .slick-dots li button {
    display: none;
}


.banner .slick-dots li.slick-active span {
    height: 5px;
    background: #FFFFFF;
    opacity: 1;
}

/* index */

.index {
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
    overflow: hidden;
    /* position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; */
    z-index: 99;
    background: #fff;
    /* padding-top: 1.15rem; */
}





.itit {
    position: relative;
}


.itit-text {
    position: relative;
    z-index: 1;
}

.itit-text h2 {
    font-size: 0.46rem;
    font-weight: 600;
    line-height: .69rem;
    font-stretch: normal;
    color: #333333;
    transform-origin: left center;
}

.itit-text h3 {
    position: absolute;
    top: -.29rem;
    font-size: 0.64rem;
    font-weight: 900;
    line-height: 0.64rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.04);
    font-family: 'sys';
    white-space: nowrap;
}

.flex-jcct .itit-text h3 {
    left: 50%;
    transform: translateX(-50%);
}


.itit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.itit-more a {
    display: block;
    font-family: Times New Roman;
    position: relative;
    z-index: 1;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #9E9E9E;
    padding-right: .4rem;
}

.itit-more a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/itit-more-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.32rem;
    height: 0.24rem;
    z-index: -1;
}

.itit-w .itit-text h2 {
    color: #fff;
}

.itit-w .itit-text h3 {
    color: rgba(255, 255, 255, 0.2);
}

.itit-w .itit-more a {
    color: #fff;
}

.itit-w .itit-more a::before {
    transform: translateY(-50%);
    background: url(../images/itit-more-bg-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}



.publist1 li a {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    height: .84rem;
}

.publist1 li a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    border: 2px solid rgba(0, 82, 196, .3);
    background: #fff;
    transition: all .5s;
}

.publist1 li a::after {}

.publist1 li a:after {
    /* content: ""; */
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: all .5s;
    background: #166A1E;
}

.publist1 li {
    position: relative;
    z-index: 1;
}

.publist1 li:before {
    content: "";
    position: absolute;
    left: 0;
    right: .1rem;
    bottom: 0;
    border-bottom: 1px dashed #0052C4;
    opacity: 0.2;
}

.publist1 li:after {
    content: "";
    position: absolute;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.6rem;
    border-bottom: 3px solid #0052C4;
}

.publist1 li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .1rem 0 0;
    position: relative;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #333333;
}

.publist1 li a p::before {}

.publist1 li a span {
    min-width: 1rem;
    text-align: right;
    margin-left: .1rem;
    font-family: Bebas;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #0052C4;
}


.s1 {
    padding: 1rem 0 1.05rem 0;
    position: relative;
    z-index: 1;
    background: rgba(147, 188, 252, 0.03);
    background: url(../images/s1-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}


.s1-c {
    display: flex;
    align-items: flex-start;
    margin-top: .25rem;
}

.s1-l {
    width: 7.78rem;
    margin-right: .46rem;
    position: relative;
}

.s1-l ul li a {
    display: block;
    position: relative;
    z-index: 9;
}

.s1-l ul li a:before {
    content: "";
    position: absolute;
    left: .4rem;
    bottom: 1.25rem;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
    opacity: .1;
    transform: translateX(-50%) translateY(50%);
}

.s1-l ul li a:after {
    content: "";
    position: absolute;
    left: .4rem;
    bottom: 1.25rem;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
    transform: translateX(-50%);
    width: 0.1rem;
    height: 0.1rem;
}

.s1-l ul li a .pic {
    padding-top: 62%;
}

.s1-l ul li a .date {
    position: absolute;
    left: 0;
    bottom: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #0052C4;
    width: 0.83rem;
    height: 1.07rem;
    z-index: 8;
    font-family: Bebas;
}

.s1-l ul li a .date:before {
    content: "";
    position: absolute;
    top: -.04rem;
    right: -.04rem;
    left: .04rem;
    bottom: .04rem;
    z-index: -2;
    background: #00A387;
}

.s1-l ul li a .date:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #0052C4;
}

.s1-l ul li a .date b {
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.4rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s1-l ul li a .date div {}

.s1-l ul li a .date span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s1-l ul li a .info {
    padding-top: .32rem;
    padding-bottom: .3rem;
    padding-left: 1.05rem;
    position: relative;
    z-index: 1;
}

.s1-l ul li a .info:before {
    content: "";
    position: absolute;
    left: .4rem;
    bottom: 0;
    top: 0;
    right: 0;
    border-bottom: 1px solid #0052C4;
    border-left: 1px solid #0052C4;
}

.s1-l ul li a .info:after {
    content: "";
}

.s1-l ul li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: sysong;
    position: relative;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #353535;
}

.s1-l ul li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s1-l ul li a .info h3 span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: Georgia;
    font-size: .18rem;
    font-weight: normal;
    line-height: .36rem;
    color: #ffffff;
}

.s1-l ul li a .info p {
    margin-top: .1rem;
    opacity: 0.8;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-l ul .slick-dots {
    position: static;
    margin-right: 2.4rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    margin-left: .43rem;
}

.s1-l ul .slick-dots::before {
    content: "";
    display: block;
    width: .38rem;
    height: .06rem;

    background-position: right center;
    background-size: auto .06rem;
    margin-right: .2rem;
}

.s1-l ul .slick-dots::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: .06rem;

    background-position: left center;
    background-size: auto .06rem;
    margin-left: .2rem;
}

.s1-l ul .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 .07rem;
    transition: all 0.5s;
    width: .2rem;
}

.s1-l ul .slick-dots li button {
    display: block;
    font-size: .16rem;
    font-weight: normal;
    line-height: .44rem;
    color: #9B0000;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    transition: font-size 0.5s;
}

.s1-l ul .slick-dots li.slick-active {
    min-width: .55rem;
}

.s1-l ul .slick-dots li.slick-active button {
    font-size: .36rem;
}

.s1-l .pub-arrow {
    position: absolute;
    bottom: 0;
    right: .3rem;
    overflow: hidden;
    width: 1.9rem;
    display: none;
}

.pub-arrow {
    display: flex;
    align-items: center;
}

.pub-arrow div {
    border-radius: 50%;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    width: 0.52rem;
    height: 0.52rem;
    border: 1px solid #2051A6;
}

.pub-arrow div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: transparent;
    transition: all 0.5s;
}

.pub-arrow div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.pub-arrow-l::after {
    background: url(../images/icon-prev-b.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    background-size: .1rem auto;
}

.pub-arrow-r {
    margin-left: .48rem;
}

.pub-arrow-r::after {
    background: url(../images/icon-next-b.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
    transition: all 0.5s;
}


.s1-l .pub-arrow::after {
    content: "";
    display: block;
    right: 0;
    bottom: 0;
    top: 0;
    flex: 1;
    min-width: 0;
    height: .1rem;

    background-position: right center;
    background-size: auto .07rem;
    margin-left: .2rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}


.s1-r .s1-rfirst {
    background: url(../images/s1-rfitst-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s1-r .s1-rfirst a {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.04);
    padding: .25rem;
}

.s1-r .s1-rfirst a .pics {
    width: 2.42rem;
    margin-right: .28rem;
    position: relative;
    z-index: 1;
}

.s1-r .s1-rfirst a .pics:before {}

.s1-r .s1-rfirst a .pics .pic {
    padding-top: 57%;
}

.s1-r .s1-rfirst a .info {
    flex: 1;
    min-width: 0;
}

.s1-r .s1-rfirst a .info div {
    display: flex;
    align-items: flex-end;
    font-family: Bebas;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s1-r .s1-rfirst a .info div::after {
    content: "";
    display: block;
    flex: 1;
    align-self: center;
    min-width: 0;
    opacity: 0.5;
    border-bottom: 1px dashed #fff;
    margin-left: .18rem;
    border-image: linear-gradient(to right, transparent, #fff) 1;
    opacity: .2;
}

.s1-r .s1-rfirst a .info div b {
    font-family: Bebas;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s1-r .s1-rfirst a .info div span {
    margin-left: .05rem;
    font-family: Bebas;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s1-r .s1-rfirst a .info h3 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .11rem;
}

.s1-r .s1-rfirst a .info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
    margin-top: .04rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #FFFFFF;
    opacity: 0.8;
}


.s2 {
    padding-bottom: .7rem;
    position: relative;
    z-index: 1;
}

.s2::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 11.93rem;
    height: 8.98rem;
    pointer-events: none;
    z-index: -1;
}

.s2-c ul {
    display: flex;
    margin-top: .2rem
}


.s2-c ul li a {
    display: block;
    padding: .25rem .3rem;
    position: relative;
    z-index: 1;
    margin: .1rem .1rem .15rem .1rem;
}

.s2-c ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all .5s;
    z-index: -2;
    background: #fff;
    box-shadow: 0rem 0 0.1rem 0rem rgba(0, 0, 0, 0.1);
    opacity: .6;
    border: 1px solid transparent;
}

.s2-c ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background: #9E2227;
    transition: all .5s;
    z-index: -1;
    background: url(../images/s2-itembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s2-c ul li a h3 {

    /* 浏览器可能不支持 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .72rem;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #333333;
}

.s2-c ul li a div {
    display: flex;
    align-items: flex-end;
    margin-top: .13rem;
    font-family: Bebas;
}

.s2-c ul li a div b {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: .39rem;
    letter-spacing: normal;
    color: #0052C4;
}

.s2-c ul li a div span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .24rem;
    letter-spacing: normal;
    color: #666666;
    margin-left: .1rem;
}


.s2-c .dots {
    height: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .2rem;
}

.s2-c .dots span {
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    border: 1px dashed #0052C4;
    position: relative;
    transition: all .5s;
    margin: 0 .2rem;
    transform: scale(.7);
    opacity: 1;
}

.s2-c .dots span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.08rem;
    height: 0.08rem;
    background: #0052C4;
    transition: all .5s;
    border-radius: 50%;
}

.s2-c .dots span.swiper-pagination-bullet-active {
    border-color: #D32818;
    transform: scale(1);
}

.s2-c .dots span.swiper-pagination-bullet-active::before {
    background: #D32818;
}

.s3 {
    background: url(../images/s3-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .95rem 0 .7rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.s3::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -.56rem;
    background: url(../images/zhxw-xx.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    height: 6.05rem;
    z-index: -1;
    pointer-events: none;
}

.s3-tit {
    margin-top: .18rem;
}

.s3-tit ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.s3-tit ul li {
    margin: 0 .12rem;
}

.s3-tit ul li a {
    display: block;
    border-radius: 0.06rem;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .34rem;
    letter-spacing: normal;
    color: #FFFFFF;
    transition: all .5s;
    padding: 0 .24rem;
}

.s3-tit ul li.on a {
    background: #fff;
    color: #0052C4;
    font-weight: 600;
}

.s3-bd {
    margin-top: .35rem;
}

.s3-c {
    display: flex;
    justify-content: space-between;
}

.s3-l {
    display: flex;
    width: 32%;
}

.s3-m {
    width: 32%;

}

.s3-list1 li+li {
    margin-top: .3rem;
}

.s3-list1 li a {
    display: block;
    position: relative;
}

.s3-list1 li a .pic {
    padding-top: 76%;
}

.s3-list1 li a .info {}

.s3-list1 li a .info .date {
    display: flex;
    align-items: flex-end;
    font-family: Bebas;
}

.s3-list1 li a .info .date b {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: .39rem;
    letter-spacing: normal;
    color: #fff;
}

.s3-list1 li a .info .date span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .24rem;
    letter-spacing: normal;
    color: #D8D8D8;
    margin-left: .1rem;
}

.s3-list1 li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
    margin-top: .23rem;
}

.s3-list1 li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #FFFFFF;
    max-height: .56rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: .18rem;
}

.s3-list1 li.item2 a {
    padding: .55rem .35rem .65rem .35rem;
}

.s3-list1 li.item1 a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .24rem .35rem;
}

.s3-list1 li.item1 a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(96, 96, 96, 0) 0%, #1E1E1E 100%);
    height: 2rem;
}

.s3-l .s3-list1 li.item2 a {
    background: #D32818;
}

.s3-l .s3-list1 li.item2 a .date span {
    color: #fff;
}

.s3-m .s3-list1 li.item2 a {
    background: #12A077;
}

.s3-r {
    width: 32%;
    background: url(../images/s3-rbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s3-r ul {
    padding: .1rem .25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s3-r ul li {
    width: 100%;
}

.s3-r ul li+li {
    border-top: 1px dashed rgba(255, 255, 255, 0.6);
}

.s3-r ul li a {
    display: block;
    padding: .28rem 0;
}

.s3-r ul li a .date {
    display: flex;
    align-items: flex-end;
    font-family: Bebas;
}

.s3-r ul li a .date b {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: .39rem;
    letter-spacing: normal;
    color: #fff;
}

.s3-r ul li a .date span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .24rem;
    letter-spacing: normal;
    color: #fff;
    margin-left: .1rem;
}

.s3-r ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
    margin-top: .1rem;
}

.s3-r ul li a>b {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: .33rem;
}


.s4 {
    padding-top: .92rem;
    padding-top: .92rem;
    background: url(../images/s4-bg.png) no-repeat;
    background-position: center bottom;
}

.s4-text {
    margin-top: .16rem;
}

.s4-text p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.32rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #666666;
}

.s4-c ul {
    padding-top: .8rem;
    padding-bottom: 1.96rem;
    margin-left: .86rem;
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
}

.s4-c ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/s4-cbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 20.48rem;
    height: 4.49rem;
    pointer-events: none;
}

.s4-c ul li+li {
    margin-left: .63rem;
}

.s4-c ul li a {
    margin: 0 auto;
    width: 2.29rem;
    height: 2.29rem;
    position: relative;
    background: #F7F9FA;
    border-radius: 50%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    padding-top: .57rem;
    z-index: 1;
}

.s4-c ul li a::before {
    content: "";
    position: absolute;
    left: 0.16rem;
    top: 0.16rem;
    right: 0.16rem;
    bottom: 0.16rem;
    background: #F3F8FD;
    border-radius: 50%;
    transition: background-color .5s;
    z-index: -2;
    pointer-events: none;
}


.s4-c ul li a::after {
    content: "";
    position: absolute;
    left: 0.31rem;
    top: 0.31rem;
    right: 0.31rem;
    bottom: 0.31rem;
    border: 1px dashed #0C5991;
    z-index: -1;
    pointer-events: none;
    transition: all .5s;
    border-radius: 50%;
    pointer-events: none;
}

.s4-c ul li a div {
    height: 0.51rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    border-radius: 50%;
    height: 0.7rem;
    margin-bottom: 0.07rem;
    font-family: sys;
    color: #0052C4;
}

.s4-c ul li a div b {
    font-size: 0.36rem;
    line-height: .57rem;
}

.s4-c ul li a div span {
    font-size: 0.18rem;
    line-height: 0.4rem;
}


.s4-c ul li a p {
    font-size: .18rem;
    font-weight: normal;
    line-height: .27rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #1860D2;
    text-align: center;
    width: 100%;
    font-family: 'sys';
    display: flex;
    justify-content: center;
    align-items: center;
}

.s5 {
    padding-top: .93rem;
    padding-bottom: .7rem;
}

.s5-c {
    margin-top: .32rem;
    position: relative;
}

.s5-c .swiper-slide {}

.s5-c .swiper-slide a {}

.s5-c .swiper-slide a .pic {}

.s5-c .swiper-slide a {
    display: block;
    position: relative;
    z-index: 1;
    transition: all .5s;
    margin-top: .12rem;
    background: rgba(0, 0, 0, 0.04);
}

.s5-c .swiper-slide a::before {}



.s5-c .swiper-slide a .pic {
    padding-top: 63.8%;
    transition: all .5s;
}

.s5-c .swiper-slide a .info {
    padding: .2rem 0.25rem .3rem 0.3rem;
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.s5-c .swiper-slide a .info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s5-c-itembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: all .5s;
    z-index: -1;
}


.s5-c .swiper-slide a .info .date {
    display: flex;
    align-items: flex-end;
    font-family: Bebas;
    position: relative;
}

.s5-c .swiper-slide a .info .date::after {
    content: "";
    display: block;
    flex: 1;
    align-self: center;
    min-width: 0;
    opacity: 0.5;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.6);
    opacity: 0.3;
    margin-left: .18rem;
}

.s5-c .swiper-slide a .info .date b {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: .34rem;
    letter-spacing: normal;
    color: #333333;
}

.s5-c .swiper-slide a .info .date span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .24rem;
    letter-spacing: normal;
    color: #333333;
    margin-left: .1rem;
}

.s5-c .swiper-slide a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: .15rem 0;
}

.s5-c .swiper-slide a .info p {

    /* 浏览器可能不支持 */

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

    height: .48rem;

    font-size: 0.14rem;

    font-weight: normal;

    line-height: 0.24rem;

    letter-spacing: normal;

    color: #666666;
}


.pub-arrow {
    display: flex;
    align-items: center;
}

.pub-arrow div {
    border-radius: 50%;
    position: absolute;
    transition: all 0.5s;
    cursor: pointer;
    background: #FFFFFF;
    width: 0.6rem;
    height: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.pub-arrow div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: transparent;
    transition: all 0.5s;
}

.pub-arrow div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.pub-arrow-l {
    margin-right: .34rem;
    right: 100%;
}

.pub-arrow-l::after {
    background: url(../images/icon-prev-b.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    background-size: .1rem auto;
}

.pub-arrow-r {
    margin-left: .34rem;
    left: 100%;
}

.pub-arrow-r::after {
    background: url(../images/icon-next-b.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
    transition: all 0.5s;
}

.s6 {
    position: relative;
    z-index: 1;
    padding-top: .9rem;
}

.s6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s6-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 7.77rem;
    z-index: -1;
    pointer-events: none;
}

.s6-c {
    margin-top: .3rem;
    display: flex;
    align-items: flex-end;
}

.s6-l {
    width: 50%;
}

.s6-r {
    width: 50%;
}

.s6-c ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.s6-l ul li:nth-child(1) {
    width: 100%;
}

.s6-l ul li:nth-child(1) a {
    margin-left: -1.6rem;
}

.s6-l ul li:nth-child(1) a .pic {
    padding-top: 60.8%;
}

.s6-l ul li:nth-child(3) {
    width: 42.5%;
}

.s6-l ul li:nth-child(3) a .pic {
    padding-top: 100%;
}

.s6-l ul li:nth-child(2) {
    width: 57.5%;
}

.s6-l ul li:nth-child(2) a .pic {
    padding-top: 74%;
}

.s6-c ul li a {
    display: block;
    position: relative;
}

.s6-item1 a {
    display: block;
    position: relative;
}


.s6-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%);

}

.s6-item1 .pic div:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*    background: rgba(0, 0, 0, 0.3);   */
}

.s6-item1 .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .2rem;
    display: flex;
    align-items: center;
}



.s6-item1 .info p {
    flex: 1;
    min-width: 0;
    /* font-family: Source Han Sans CN; */
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}


.s6-item3 .pic {
    padding-top: 94%;
}

.s6-item3 .pic div {
    opacity: .1;
}

.s6-item3 .pic:after {
    content: none;
}

.s6-item3 .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s6-item3 .info .icons {
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.s6-item3 .info .icons img {
    max-height: 100%;
    height: .5rem;
}

.s6-item3 .info p {
    margin-top: .2rem;
    flex: none;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.32rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s6-r {}

.s6-r ul li:nth-child(1) {
    width: 42.5%;
}

.s6-r ul li:nth-child(1) a .pic {
    padding-top: 100%;
}

.s6-r ul li:nth-child(2) {
    width: 57.5%;
}

.s6-r ul li:nth-child(2) a .pic {
    padding-top: 73.9%;
}

.s6-r ul li:nth-child(3) {
    width: 100%;
}

.s6-r ul li:nth-child(3) a .pic {
    padding-top: 60.875%;
}

.s7 {}

.s7 {
    padding-top: .9rem;
    position: relative;
    z-index: 1;
    padding-bottom: .7rem;
}

.s7::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s7-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    pointer-events: none;
    z-index: -1;
    height: 6.46rem;
}

.s7-c {
    margin-top: .3rem;
}

#certify {
    position: relative;
}

#certify .swiper-container {}

#certify .swiper-slide {
    width: 5.12rem;
    transition: all 0.5s;
}

#certify .swiper-slide a {
    display: block;
}

#certify .swiper-slide a .pics {
    position: relative;
    overflow: hidden;
}

#certify .swiper-slide a .pics .pic {
    padding-top: 47.25%;
    transition: all 0.5s;
    background-color: #fff;
}

#certify .swiper-slide a .pics .pic div {
    transition: all 0.5s;
    opacity: .4;
}

#certify .swiper-slide.swiper-slide-active a .pics .pic div {
    opacity: 1;
}

#certify .swiper-slide a .pics .pic {
    z-index: 1;
    clip-path: polygon(0 0, 100% 7%, 100% 93%, 0% 100%);
}

#certify .swiper-slide.on {
    transition: 0.5s;
}

#certify .swiper-slide-prev a .pics .pic {
    clip-path: polygon(0 0, 90% 12%, 90% 88%, 0% 100%);
    transform-origin: right center;
}

#certify .swiper-slide-active a .pics .pic {
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
}

#certify .swiper-slide-active+.swiper-slide a .pics .pic {
    z-index: 3;
    clip-path: polygon(10% 12%, 100% 0%, 100% 100%, 10% 88%);
}

#certify .swiper-slide-active+.swiper-slide+.swiper-slide a .pics .pic {
    clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 93%);
    z-index: 2;
}


.s7-c .dots {
    height: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .2rem;
}

.s7-c .dots span {
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    border: 1px dashed #0052C4;
    position: relative;
    transition: all .5s;
    margin: 0 .2rem;
    transform: scale(.7);
    opacity: 1;
}

.s7-c .dots span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.08rem;
    height: 0.08rem;
    background: #0052C4;
    transition: all .5s;
    border-radius: 50%;
}

.s7-c .dots span.swiper-pagination-bullet-active {
    border-color: #D32818;
    transform: scale(1);
}

.s7-c .dots span.swiper-pagination-bullet-active::before {
    background: #D32818;
}



@media screen and (min-width:1025px) {
    .pub-arrow .pub-arrow-l:hover {
        background: #0052C4;
    }


    .pub-arrow .pub-arrow-l:hover::after {
        background: url(../images/icon-prev-w.png) no-repeat;
        background-position: center center;
        background-size: .1rem auto;
    }

    .pub-arrow .pub-arrow-r:hover {
        background: #0052C4;
    }

    .pub-arrow .pub-arrow-r:hover::after {
        background: url(../images/icon-next-w.png) no-repeat;
        background-position: center center;
        background-size: .1rem auto;
    }

    .s5-c .swiper-slide a:hover {
        background: url(../images/s5-c-itembg.png) no-repeat;
        background-position: center center;
        background-size: cover;
        margin-top: 0;
    }

    .s5-c .swiper-slide a:hover .pic {
        padding-top: calc(63.8% + .12rem);
    }

    /* .s5-c .swiper-slide a:hover .info {
        padding: .3rem 0.3rem .27rem 0.3rem;
    } */
    .s5-c .swiper-slide a:hover .info h3 {
        color: #fff;
    }

    .s5-c .swiper-slide a:hover .info .date b {
        color: #fff;
    }

    .s5-c .swiper-slide a:hover .info .date span {
        color: #fff;
    }

    .s5-c .swiper-slide a:hover .info .date:after {
        border-color: #fff;
    }

    .s5-c .swiper-slide a:hover .info p {
        color: #fff;
    }

    .s5-c .swiper-slide a:hover .info::before {
        opacity: 1;
    }

    .s4-c ul li a:hover::before {
        background-color: #0052C4;
        background-image: url(../images/s4-itembg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 90% auto;
    }

    .s4-c ul li a:hover::after {
        opacity: 1;
    }

    .s4-c ul li a:hover p {
        color: #fff;
    }

    .s4-c ul li a:hover div b {
        color: #fff;
    }

    .s4-c ul li a:hover div span {
        color: #fff;
    }

    .s4-c ul li a:hover::before {
        opacity: 1;
    }

    .s4-c ul li a:hover::after {
        border-color: #fff;
    }




    .publist1 li:hover::after {
    border-color: #CE0A14;
}

    .publist1 li:hover a {}

    .publist1 li:hover a::before {
        background: rgb(178 203 237);
        border-color: transparent;
    }

    .publist1 li:hover a p {
        color: #0052C4;
        font-weight: 600;
    }

    .s2-c ul li a:hover::before {
        border-color: #0052C4;
        transform: translateX(-.1rem) translateY(-.1rem);
    }

    .s2-c ul li a:hover::after {
        height: 100%;
    }

    .s2-c ul li a:hover h3 {
        color: #fff;
    }

    .s2-c ul li a:hover div b {
        color: #fff;
    }

    .s2-c ul li a:hover div span {
        color: #fff;
    }

}


@media screen and (max-width:1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: relative;
    }


    .itit {
        justify-content: flex-start;
    }

    .itit-text h2 {
        font-size: .26rem;
        text-align: left;
        line-height: .4rem;
    }

    .itit-text h3 {
        /* white-space: pre-wrap; */
        text-align: left;
        font-size: .3rem;
        left: 0;
        transform: translateX(0);
        line-height: .6rem;
        left: 0 !important;
        transform: none !important;
    }

    .itit-more a {
        font-size: .16rem;
    }


    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .s1-l ul li a .info h3 {
        font-size: .18rem;
    }

    .s1-l ul .slick-dots li {
        margin: 0 .05rem;
    }

    .s1-l ul .slick-dots {
        margin-left: 0;
        margin-right: 1.3rem;
    }

    .s1-l ul .slick-dots li.slick-active button {
        font-size: .28rem;
    }

    .s1-l .pub-arrow::after {
        display: none;
    }

    .s1-l .pub-arrow {
        right: 0;
        width: 1.04rem;
    }

    .itit.center p {
        justify-content: flex-start;
    }

    .itit.center div {
        justify-content: flex-start;
    }

    .s5-c .pub-arrow {
        justify-content: center;
    }

    .pub-arrow {
        margin-top: .2rem;
    }

    .pub-arrow div {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
        right: auto;
        margin: 0 .1rem !important;
        width: .4rem;
        height: .4rem;
    }


    .s6-l ul li:nth-child(1) a {
        margin-left: 0;
    }


    .s6-item1 .info p {
        font-size: .18rem;
    }

    .s6-item3 .info .icons {
        height: .5rem;
    }

    .s6-item1 .info {
        padding: .1rem;
    }




    .s1-l ul li a .info {
        padding-left: .6rem;
    }

    .publist1 li a {
        height: .7rem;
    }

    .publist1 li a span {
        font-size: .2rem;
        min-width: .7rem;
    }

    .s2-c ul li a, .s3-list1 li.item2 a {
        padding: .2rem .15rem;
    }

    .s3-tit ul li {
        margin: 0 .05rem;
    }

    .s3-tit ul li a {
        font-size: .16rem;
        padding: 0 .1rem;
    }

    .s3-list1 li {
        margin-top: .2rem !important;
    }

    .s3-list1 li.item1 a .info, .s3-r ul, .s5-c .swiper-slide a .info {
        padding: .15rem;
    }

    .s3-list1 li a .info h3 {
        margin-top: .1rem;
    }

    .s3-r ul li a {
        padding: .1rem 0;
    }

    .s3-r ul li a>b {
        margin-top: .15rem;
    }

    .s4-c ul {
        padding: 0;
        margin-top: .3rem;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0;
    }

    .s4-c ul li {
        width: 33.33%;
        margin: 0 !important;
    }

    .s4-c ul li a {
        width: 1.2rem;
        height: 1.2rem;
        padding-top: .25rem;
    }

    .s4-c ul::before {
        opacity: 0;
    }

    .s4-c ul li a div {
        height: auto;
    }

    .s4-c ul li a div b {
        font-size: .2rem;
        line-height: .3rem;
    }

    .s4-c ul li a div span {
        font-size: .14rem;
        line-height: .3rem;
    }

    .s4-c ul li a p {
        font-size: .16rem;
        line-height: .2rem;
    }

    .s4-c ul li a::after {
        left: .05rem;
        right: 0.05rem;
        bottom: 0.05rem;
        top: 0.05rem;
    }

    .s7-c .dots span, .s2-c .dots span {
        margin: 0 .05rem;
    }



    .s3-c, .s6-c {
        display: block;
    }

    .s3-l, .s3-m, .s3-r, .s6-l, .s6-r {
        width: auto;
    }

    .s3-l{
        display:block;
    }

    .s2-c ul li a h3 {
        font-size: .18rem;
    }

    .s2-c ul li a div b, .s3-list1 li a .info .date b, .s3-r ul li a .date b, .s5-c .swiper-slide a .info .date b {
        font-size: .22rem;
        line-height: .3rem;
    }

    .s2-c ul li a div span, .s3-list1 li a .info .date span, .s3-r ul li a .date span, .s5-c .swiper-slide a .info .date span {
        font-size: .14rem;
    }


    .s3-bd {
        margin-top: 0;
    }

    .s5-c {
        margin-top: .15rem;
    }

    .s1, .s3, .s4, .s5, .s7 {
        padding: .5rem 0;
    }

    .s2 {
        padding-bottom: .5rem;
    }

    .s6 {
        padding-top: .5rem;
    }









}

@media screen and (max-width: 768px) {
    .s1-r .s1-rfirst a {
        display: block;
        padding: .15rem;
    }

    .s1-r .s1-rfirst a .pics {
        width: auto;
        margin-right: 0;
    }

    .s1-r .s1-rfirst a .info {
        padding: .15rem 0;
    }

    .s1-r .s1-rfirst a .info h3 {
        height: auto;
        max-height: .6rem;
    }



}








