@charset "utf-8";

body {
    overflow-x: hidden;
    background: #fff;
}


.cdot {
    position: fixed;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 999;
    pointer-events: none;
    mix-blend-mode: difference;
}

.curdot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    transition: all .5s;
    mix-blend-mode: difference;
}

.curprev {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all .5s;
}

.curprev svg {
    width: 20px;
    transform: rotate(180deg);
}

.curprev svg path {
    fill: #fff;
}

.curnext {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all .5s;
}

.curnext svg {
    width: 20px;
}

.curnext svg path {
    fill: #fff;
}

.cdot.prev>* {
    opacity: 0;
}

.cdot.prev .curprev {
    opacity: 1;
}

.cdot.next>* {
    opacity: 0;
}

.cdot.next .curnext {
    opacity: 1;
}




.clabel {
    position: fixed;
    left: 0;
    top: 0;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 1);
    z-index: 999;
    pointer-events: none;
    mix-blend-mode: difference;
}

@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: 998;
}

.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>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-dots {
    font-size: 0;
    text-align: center;
    right: 0;
    left: 0;
    width: auto;
    bottom: .5rem;
    display: flex;
    justify-content: center;
}

.banner .slick-dots li {
    display: flex;
    border-radius: 50%;
    margin: 0 .6rem;
    transition: all 0.3s;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 0.49rem;
    height: 0.49rem;
    border-radius: 0.24rem;
}

.banner .slick-dots li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border-radius: 0.24rem;
    border: dashed 0.01rem #ffffff;
    opacity: 0;
    transition: all .6s;
}

.banner .slick-dots li::after {
    content: "";
    position: absolute;
    left: 0.07rem;
    top: 0.07rem;
    right: 0.07rem;
    bottom: 0.07rem;
    border-radius: 50%;
    border-radius: 0.24rem;
    border: dashed 0.01rem #ffffff;
    opacity: 0;
    transition: all .6s;
}


@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes cilcle2 {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.banner .slick-dots li button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/baanner-dot-bor.png) no-repeat;
    background-position: center center;
    background-size: .2rem auto;
    opacity: 0;
    transition: all .6s;
}

.banner .slick-dots li button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    width: 0.11rem;
    height: 0.11rem;
    background-color: #ffffff;
    transition: all .6s;
}

.banner .slick-dots li.slick-active button::before {
    opacity: 1;
}

.banner .slick-dots li.slick-active button::after {
    opacity: 0;
}

.banner .slick-dots li.slick-active::before {
    opacity: .6;
    animation: cilcle 10s infinite linear;
}

.banner .slick-dots li.slick-active::after {
    opacity: .6;
    animation: cilcle2 10s infinite linear;
}


.banner-btm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.45rem;
    z-index: 9;
}

.banner-btm .sel-box:nth-child(1) {
    position: relative;
    z-index: 9;
}
.sel-box {
    display: flex;
    align-items: center;
}
.sel-box {
    margin-top: .1rem
}
/*
.sel-box+.sel-box {
    margin-top: .1rem
}
*/
.sel-name {}

.sel-name p {
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
}

.sel-group {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sel-item {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.sel-item.flexnone {
    flex: none;
}

.sel-item+.sel-item {
    margin-left: .14rem
}

.sel-item span {
    font-size: .2rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    white-space: nowrap;
}

.sel-item .sel-ipt {
    display: block;
    padding: 0 .3rem;
    width: 2.7rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(0, 86, 153, 0.3);
    height: .56rem;
    border-radius: 0.08rem;
    font-size: .16rem;
    color: #76A6CB;
    line-height: .56rem;
}

.sel-item .sel-ipt::placeholder {
    color: #76A6CB;
}

.sel-item.sel-btn {
    border-radius: 0.08rem;
    background: #005699;
    box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(0, 86, 153, 0.3);
    width: 1rem;
    flex: none;
    margin-left: .1rem;
}

.sel-item.sel-btn input {
    height: .56rem;
    line-height: .56rem;
    display: block;
    border-radius: .08rem;
    background: no-repeat;
    text-align: center;
    width: 100%;
    font-size: .16rem;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.sel-zm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 .3rem;
    flex: 1;
    min-width: 0;
    border-radius: 0.08rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(0, 86, 153, 0.3);
}

.sel-zm li {
    flex: 1;
    min-width: 0;
    height: .56rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sel-zm li a {
    display: block;
    text-align: center;
    font-size: .18rem;
    line-height: .4rem;
    color: #76A6CB;
    width: 100%;
    border-radius: .03rem;
}

.sel-zm li.on a {
    background: #76A6CB;
    color: #fff;
    border-radius: 0.04rem;
}

.sel-down {
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.select_tit {
    font-size: .16rem;
    color: #76A6CB;
    line-height: .56rem;
    height: .56rem;
    border-radius: 0.08rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(0, 86, 153, 0.3);
    padding: 0 .45rem;
    /* width: 2.7rem; */
    min-width: 0;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sel-down dl {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    padding: .2rem 0;
    opacity: 1;
    transform-origin: center top;
    max-height: 3rem;
    overflow-y: auto;
    display: none;
}

.sel-down dl dd {
    display: block;
    font-size: .16rem;
    line-height: .34rem;
    transition: all .3s;
    cursor: pointer;
    padding: 0 .2rem;
}

.notice {
    border-radius: 0.08rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(0, 86, 153, 0.3);
    display: flex;
    align-items: center;
    height: 1.2rem;
    padding: 0 .3rem;
    margin-top: .4rem;
}

.notice-l {
    margin-right: .9rem;
}

.notice-l h2 {
    position: relative;
    padding-left: .45rem;
    font-family: "SourceHanSerifSC-Bold";
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #005699;
}

.notice-l h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.17rem;
    background: url(../images/tit-bef.png) no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    width: 0.91rem;
    height: 0.82rem;
}

.notice-l h2 span {
    display: block;
}

.notice-r {
    flex: 1;
    min-width: 0;
    display: flex;
}

.notice-r h2 a {
    display: block;
    text-align: center;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-r ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .12rem;
}


.notice-r ul li a {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.18rem;
    letter-spacing: normal;
    color: #333333;
}


.tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tit h2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: .48rem;
    position: relative;
    padding-left: .45rem;
}

.tit h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.17rem;
    background: url(../images/tit-bef.png) no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    width: 0.91rem;
    height: 0.82rem;
}

.tit h2 span {
    color: #005699;
}

.tit h2 b {
    color: #333333;
}

.tit h2 p {
    font-family: SourceHanSerifSC-Bold;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .18rem;
    letter-spacing: normal;
    color: #333333;
    width: 100%;
    margin-top: 0.06rem;
}

.tit a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #005699;
    padding: 0 .4rem 0 .1rem;
    border-bottom: 1px solid #005699;
    background: url(../images/morebg.png) no-repeat;
    background-position: right center;
    background-size: auto .08rem;
    white-space: nowrap;
    transition: all .5s;
}
.tit a:hover{
    padding-right: .35rem;
}

.tit-w h2 span {
    color: #fff;
}

.tit-w h2 b {
    color: #fff;
}

.tit-w h2 p {
    color: #7DABDC;
}

.tit-w a {
    color: #FFFFFF;
    background: url(../images/morebg2.png) no-repeat;
    background-position: right center;
    background-size: auto .08rem;
    border-bottom: 1px solid #FFFFFF;
}

/* index */

.pub-arrow {
    display: flex;
    align-items: center;
}

.pub-arrow div {
    width: 0.48rem;
    height: 0.48rem;
    border: solid 1px #005699;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}

.pub-arrow div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #C92B2F;
    transition: all 0.5s;
    opacity: 0;
}

.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: .26rem auto;
}

.pub-arrow-r {
    margin-left: .1rem;
}

.pub-arrow-r::after {
    background: url(../images/icon-next-b.png) no-repeat;
    background-position: center center;
    background-size: .26rem auto;
}

@keyframes scaleTwo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.s1 {
    padding-top: .67rem;
    padding-bottom: 1.1rem;
    position: relative;
    z-index: 1;
}

.s1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -.2rem;
    z-index: -1;
    pointer-events: none;
    background: url(../images/s1-rbg.png) no-repeat;
    background-position: right bottom;
    background-size: 5.83rem auto;
}

.s1-c {
    display: flex;
}

.s1-l {
    width: 10rem;
    margin-right: .7rem;
    position: relative;
}

.s1-l::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.4rem;
    transform: translateX(-50%);
    width: 6.88rem;
    max-width: 70%;
    height: 1.19rem;
    z-index: 9;
    pointer-events: none;
    background: url(../images/s1-lbl.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.s1-l .slick {
    position: relative;
    z-index: 1;
    margin-top: .68rem;
}

.s1-l .slick .s1-lcircle {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 6rem;
    background: linear-gradient(90deg, rgba(231, 241, 249, 0) 0%, #E7F1F9 100%);
    z-index: -1;
    pointer-events: none;
}

.s1-l .slick .s1-lcircle2 {
    content: "";
    position: absolute;
    left: -3.1rem;
    height: 100%;
    padding-left: 62.9%;
    background: #EAF4FA;
    border-radius: 50%;
    top: 0;
    z-index: -1;
    pointer-events: none;
}

.s1-l ul li a {
    display: flex;
border-radius: 6rem;
}

.s1-l ul li a .pics {
    width: 4rem;
    margin-right: .8rem;
}

.s1-l ul li a .pics .pic {
    padding-top: 145.25%;
    border-radius: 3rem;
}

.s1-l ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: .82rem;
    padding-right: 2rem;
border-radius: 6rem;
}

.s1-l ul li a .info h3 {
    display: flex;
}

.s1-l ul li a .info h3 span {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: .45rem;
    color: #005699;
    padding-bottom: .25rem;
    border-bottom: 0.02rem solid #005699;
}
.s1-l ul li a .info p:first-of-type{
    font-weight:bold;
    font-size:0.18rem;
}
.s1-l ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #333333;
    margin-top: .25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 1.4rem; 
}

.s1-l .pub-arrow {
    position: absolute;
    left: 4.8rem;
    top: 3.92rem;
    z-index: 9;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r ul {
    margin-top: 0.78rem;
}

.s1-r ul li+li {
    margin-top: .73rem;
}

.s1-r ul li a {
    display: flex;
    align-items: center;
}

.s1-r ul li a .pics {
    width: 1.4rem;
    margin-right: .4rem;
    position: relative;
    z-index: 1;
}
.s1-r ul li a .pics::before{
    content: "";
    position: absolute;
    left: -.06rem;
    top: -.06rem;
    right: -.06rem;
    bottom: -.06rem;
    background: #7FA7E1;
    border-radius: 50%;
    z-index: -1;
    transition: all .6s;
    opacity: 0;
}

.s1-r ul li a .pics .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.s1-r ul li a .info {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a .info h3 {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: .29rem;
    color: #333333;
}

.s1-r ul li a .info div {
    margin-top: .07rem;
}

.s1-r ul li a .info div p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
}

.s2 {
    background: url(../images/s2-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: .67rem;
}

.s2-c {
    display: flex;
    align-items: flex-start;
    margin-top: .5rem;
}

.s2-l {
    width: 6.6rem;
    position: relative;
    z-index: 1;
}

.s2-lt {
    margin-right: -.48rem;
    background: url(../images/s2-ltbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.2rem;
}

.s2-lt ul li a {
    display: block;
    padding: .52rem 1.25rem .98rem .56rem;
}

.s2-lt ul li a span {
    display: block;
    font-family: SourceHanSerifSC-Bold;
    font-size: 0.32rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #005699;
}

.s2-lt ul li a h3 {
    font-family: Microsoft YaHei;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.32rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .64rem;
    margin-top: .3rem;
}

.s2-lb {
    position: relative;
    padding-bottom: .6rem;
}

.s2-lb>ul {
    background: url(../images/s2-lbline.png) no-repeat;
    background-position: .2rem center;
    background-size: auto 100%;
    padding-right: .8rem;
    padding-top: .2rem;
    margin-top: .27rem;
    position: static;
}

.s2-lb ul li+li a {
    margin-top: .38rem;
}

.s2-lb ul li a {
    display: flex;
    align-items: flex-start;
    padding-left: .57rem;
    position: relative;
}

.s2-lb ul li a::before {
    content: "";
    position: absolute;
    left: .2rem;
    top: 0.15rem;
    width: 0.14rem;
    height: 0.04rem;
    background: #FFFFFF;
    transition: all .5s;
}

.s2-lb ul li a::after {
    content: "";
    position: absolute;
    left: .03rem;
    top: 0.11rem;
    border-width: .06rem 0 0.06rem .1rem;
    border-style: solid;
    border-color: transparent transparent transparent #C92B2F;
    opacity: 0;
    transition: all .5s;
}

.s2-lb ul li a span {
    font-family: SourceHanSerifSC-Bold;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.34rem;
    width: 0.89rem;
    color: #FFFFFF;
}

.s2-lb ul li a h3 {
    flex: 1;
    min-width: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #FFFFFF;
    height: 0.56rem;
}

.s2-lb .pub-arrow {
    justify-content: flex-end;
    margin-right: -.53rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.s2-lb .pub-arrow div {
    background: #fff;
    border-color: transparent;
}


.s2-lb>ul .slick-dots {
    position: absolute;
    width: auto;
    left: auto;
    right: 0.6rem;
    bottom: .08rem;
    display: flex;
    align-items: center;
}

.s2-lb>ul .slick-dots li {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: 0;
    opacity: 0;
    transition: all .5s;
}

.s2-lb>ul .slick-dots li.slick-active {
    opacity: 1;
}

.s2-lb>ul .slick-dots li div {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: .35rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s2-lb>ul .slick-dots li div span {}

.s2-lb>ul .slick-dots li div b {
    height: 2px;
    width: 0.2rem;
    margin: 0 .05rem;
    background: #fff;
}

.s2-r {
    flex: 1;
    min-width: 0;
}

.s2-r ul {
    margin-right: -1.6rem;
}

.s2-r ul li a {
    display: block;
}

.s2-r ul li a .pic {
    padding-top: 75%;
}


.s3 {
    background: #fff url(../images/s3-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .67rem 0 .8rem 0;
    overflow: hidden;
}

.s3 .tit {
    position: relative;
    justify-content: center;
}

.s3 .tit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s3-t {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: .5rem;
}

.s3-t::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #D8D8D8;
}

.s3-tprev {
    width: 0.14rem;
    height: 0.32rem;
    margin-bottom: .2rem;
    margin-right: .66rem;
    cursor: pointer;
}

.s3-tprev svg {
    width: 100%;
}

.s3-tprev svg * {
    fill: #005699;
}



.s3-tnext {
    width: 0.14rem;
    height: 0.32rem;
    margin-bottom: .2rem;
    margin-left: .66rem;
    cursor: pointer;
}
.s3-tnext.slick-disabled,.s3-tprev.slick-disabled{
    opacity:0;
}
.s3-tnext svg {
    width: 100%;
}

.s3-tnext svg * {
    fill: #005699;
}



.s3-t ul {
    flex: 1;
    min-width: 0;
}

.s3-t ul li a {
    display: block;
    padding-bottom: .21rem;
    position: relative;
}

.s3-t ul li a span {
    display: block;
    font-family: SourceHanSerifSC-Bold;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: .36rem;
    letter-spacing: normal;
    color: #005699;
    transition: all .5s;
}

.s3-t ul li a h3 {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: .29rem;
    letter-spacing: normal;
    color: #333333;
    margin-top: .07rem;
    transition: all .5s;
}

.s3-t ul li a div {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #005699;
    width: 0;
    height: 0.03rem;
    transition: all .5s;
}

.s3-t ul li.slick-current a span {
    color: #C92B2F;
    font-size: 0.36rem;
    line-height: .36rem;
}

.s3-t ul li.slick-current a h3 {
    color: #005699;
}

.s3-t ul li.slick-current a div {
    width: 0.4rem;
}

.s3-b {
    margin-top: .7rem;
    margin-left: -.35rem;
}

.s3-b .slick-list {
    overflow: visible;
}

.s3-b .slick-list .slick-slide {
    opacity: 0;
    pointer-events: none;
}

.s3-b .slick-list .slick-slide.slick-current {
    opacity: 1;
    pointer-events: auto;
}

.s3-c {
    display: flex !important;
    transition: all .5s;
}

.s3-l {
    width: 4.6rem;
    margin-right: .35rem;
}


.s3-l ul li+li {
    margin-top: .2rem;
}

.s3-l ul li a {
    display: flex;
    align-items: center;
    height: 0.9rem;
    position: relative;
    transition: all .5s;
    padding: 0 .27rem 0 0;
    border-radius: 0.2rem;
    z-index: 1;
    overflow: hidden;
    padding-left: .35rem;
}

.s3-l ul li a .bg {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    background: #FFFFFF;
    transition: all .5s;
    z-index: -1;
    pointer-events: none;
}

.s3-l ul li a h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;

}

.s3-l ul li a b {
    background: url(../images/icon-qright.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.28rem;
    height: 0.28rem;
    transition: all .5s;
    margin-left: .1rem;
}

.s3-l ul li.on a {
    box-shadow: 0rem 0.04rem 0.6rem 0rem rgba(13, 106, 159, 0.12);
    padding-left: .55rem;
    background: #fff;
}

.s3-l ul li.on a h3 {
    color: #005699;
    font-weight: 600;
    font-size: 0.22rem;
}

.s3-l ul li.on a b {
    background: url(../images/icon-qright2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-l .more {
    margin-left: .35rem;
    display: flex;
    margin-top: .5rem;
}

.s3-l .more a {
    width: 1.56rem;
    height: 0.42rem;
    border-radius: 0.5rem;
    background: #005699;
    text-align: center;
    line-height: .42rem;
    font-size: 0.16rem;
    font-weight: normal;
    color: #FFFFFF;
    transition: all .5s;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-r ul {
    position: relative;
}

.s3-r ul li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateX(2rem);
}

.s3-r ul li.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateX(0);
}

.s3-r ul li a {
    display: flex;
    align-items: flex-end;
}

.s3-r ul li a .pics {
    width: 5.8rem;
    padding-bottom: 1.27rem;
    position: relative;
    z-index: 1;
}

.s3-r ul li a .pics>div {
    margin-right: -2.4rem;
}

.s3-r ul li a .pics .pic {
    padding-top: 63.4%;
    border-radius: 0px 0.8rem 0.8rem 0rem;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.3);
}

.s3-r ul li a .info {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 2;
    box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(0, 0, 0, 0.3);
    background: url(../images/s3-rinfobg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .5rem .7rem .22rem .7rem;
    border-radius: .8rem 0 0 0;
}

.s3-r ul li a .info b {
    display: block;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: .24rem;
    color: #FFFFFF;
}

.s3-r ul li a .info h3 {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: .29rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
    margin-top: .09rem;
    margin-bottom: .29rem;
}

.s3-r ul li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .78rem;
}

.s3-r ul li a .info div {
    border-top: 1px solid #2787E7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .4rem;
    padding: .16rem 0;
}

.s3-r ul li a .info div span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s3-r ul li a .info div::after {
    content: "";
    display: block;
    background: url(../images/s3-rinforight.png) no-repeat;
    background-position: center center;
    background-size: .14rem auto;
    height: 0.14rem;
    height: 0.14rem;
}

.s4 {
    background: url(../images/s4-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: .67rem;
    padding-bottom: .7rem;
}

.s4 .tit {
    justify-content: center;
}
.s4 .tit h2{
    display:block;
}

.s4-c {
    position: relative;
    height: 6.6rem;
    margin-top: .52rem;
}

.s4-circles {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    z-index: 1;
}

.s4-circles>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    z-index: 2;
}

.s4-circles>div.s4-circle1 {

    transform: translateX(-51%) translateY(-50.4%);
}

.s4-circle1 div {
    background: url(../images/s4-wq.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 16.39rem;
    height: 11.47rem;
}



.s4-circle2 div {
    background: url(../images/s4-nq.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 6.84rem;
    height: 6.84rem;
    animation: _anirotate 55s linear infinite;
}
.s4-tip{
    text-align: right;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.18rem;
}

@keyframes _anirotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.s4-yssy {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.15rem;
    z-index: 9;
}

.s4-yssy div {
    background: url(../images/s4-yssy.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 4.35rem;
    height: 6.74rem;
}

.s4-c ul {
    display: flex;
    flex-wrap: wrap;
}

.s4-c ul li {
    width: 50%;
}

.s4-c ul li a {
    display: flex;
    flex-direction: column;
    position: relative;
}

.s4-c ul li a div {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 100%;
    align-items: flex-end;
    width: 100%;
}

.s4-c ul li a div strong {
    font-family: SourceHanSerifSC-Bold;
    font-size: 0.54rem;
    font-weight: normal;
    line-height: .54rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s4-c ul li a div span {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s4-c ul li a p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #FFFFFF;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}

.s4-c ul li a h6{
    position: relative;
}
.s4-c ul li a h6::after{
    content: "";
    position: absolute;
    width: 0.34rem;
    height: 0.32rem;
    background: url(../images/s4-linebg-dot.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.s4-c ul li:nth-child(1) {
    padding-left: 1.9rem;
    padding-right: 1.82rem;
    margin-top: 1.85rem;
}

.s4-c ul li:nth-child(1) a h6 {
    height: .2rem;
    background: url(../images/s4-linebg1.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.s4-c ul li:nth-child(1) a h6:after{
    left: 0;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
}
.s4-c ul li:nth-child(1) a div {}

.s4-c ul li:nth-child(1) a p {
    text-align: right;
    padding-right: .8rem;
}

.s4-c ul li:nth-child(2) {
    padding-left: 2.08rem;
    padding-right: 1.7rem;
    margin-top: 1.79rem;
}

.s4-c ul li:nth-child(2) a h6 {
    height: .2rem;
    background: url(../images/s4-linebg2.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.s4-c ul li:nth-child(2) a h6:after{
    right: 0;
    top: 0;
    transform: translateX(50%) translateY(-50%);
}
.s4-c ul li:nth-child(2) a div {
    top: 50%;
    bottom: auto;
    justify-content: flex-end;
 /*   padding-right: .35rem;*/
}

.s4-c ul li:nth-child(2) a p {
    top: auto;
    bottom: 100%;
    padding-right: .81rem;
    text-align: right;
    margin-bottom: .1rem;
}

.s4-c ul li:nth-child(3) {
    padding-left: .1rem;
    padding-right: 2.14rem;
    margin-top: 1.78rem;
}

.s4-c ul li:nth-child(3) a h6 {
    height: .2rem;
    background: url(../images/s4-linebg3.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.s4-c ul li:nth-child(3) a h6:after{
    left: 0;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
}
.s4-c ul li:nth-child(3) a div {
    bottom: auto;
    top: 50%;
    padding-left: .75rem;
}

.s4-c ul li:nth-child(3) a p {
    top: auto;
    bottom: 100%;
    text-align: right;
    padding-right: 1.23rem;
}

.s4-c ul li:nth-child(4) {
    padding-right: 0;
    padding-left: 2.55rem;
    margin-top: 1.8rem;
}

.s4-c ul li:nth-child(4) a h6 {
    height: .2rem;
    background: url(../images/s4-linebg4.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.s4-c ul li:nth-child(4) a h6:after{
    right: 0;
    bottom: 0;
    transform: translateX(50%) translateY(50%);
}
.s4-c ul li:nth-child(4) a div {
    justify-content: flex-end;
    padding-right: .67rem;
}

.s4-c ul li:nth-child(4) a p {
    padding-left: 1.3rem;
}


.s5 {
    background: url(../images/s5-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: .87rem 0 1.03rem 0;
}


.s5-c {
    margin-top: .54rem;
}

.s5-c ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.25rem;
}

.s5-c ul li {
    width: 33.33%;
}

.s5-c ul li:nth-child(-n+3) {
    margin-bottom: .6rem;
}

.s5-c ul li a {
    display: flex;
    align-items: center;
    position: relative;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    margin: 0 .25rem;
    padding-left: .1rem;
    padding-bottom: .44rem;
    position: relative;
}

.s5-c ul li a .date {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 0.78rem;
    height: 0.78rem;
    margin-right: 0.24rem;
    background: #005699;
    font-family: "sys-r";
    position: relative;
    z-index: 1;
}

.s5-c ul li a .date::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s5-datebg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
}

.s5-c ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: -.1rem;
    width: .78rem;
    height: .78rem;
    border: 1px solid #DBDBDB;
    z-index: -2;
}

.s5-c ul li a .date b {
    font-size: 0.28rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #fff;
}

.s5-c ul li a .date span {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #fff;
    margin-top: 0.02rem;
}

.s5-c ul li a .info {
    flex: 1;
    min-width: 0;
}

.s5-c ul li a .info h3 {
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.64rem;
    font-weight: normal;
}


.s6 {
    background: url(../images/s6-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .74rem 0 1.4rem 0;
    overflow: hidden;
}

.s6-c {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: flex-start;
}

.s6-l {
    margin-top: .5rem;
}

.s6-l a {
    display: block;
}

.s6-l a img {
    display: block;
    width: 1.8rem;

}

.s6-r {
    flex: 1;
    min-width: 0;
}

.s6-r ul {
    display: flex;
    justify-content: space-around;
}

.s6-r ul li {
    position: relative !important;
    z-index: 1;
}

.s6-r ul li .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s6-itembg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 50%;
    transition: all 1s !important;
    z-index: -1;
}

.s6-r ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.s6-r ul li a p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .24rem;
    letter-spacing: normal;
    color: #005699;
}

.s6-r ul li:nth-child(1) {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: 1.73rem;
}

.s6-r ul li:nth-child(2) {
    width: 2.36rem;
    height: 2.36rem;
    margin-top: .68rem;
}

.s6-r ul li:nth-child(3) {
    width: 1.72rem;
    height: 1.72rem;
    margin-top: 1.39rem;
}

.s6-r ul li:nth-child(4) {
    width: 2.1rem;
    height: 2.1rem;
}

 
.s6-r ul li>a {
    animation: _circles 7s linear infinite;
}

.s6-r ul li:nth-child(1)>a {
    animation-delay: -2s;
}

.s6-r ul li:nth-child(2)>a {
    animation-delay: -5s;
}

.s6-r ul li:nth-child(3)>a {
    animation-delay: -3s;
}

.s6-r ul li:nth-child(4)>a {
    animation-delay: -6.5s;
}


.s6-caidai {
    position: absolute;
    left: 1.52rem;
    top: .8rem;
    z-index: -1;
    width: 14.03rem;
    height: 3.19rem;
}

.s6-caidai canvas {
    transform: none !important;
    width: 14.3rem;
}

@keyframes _circles {
    0% {
        transform:  scale(1);
    }

    50% {
        transform:  scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}






@media screen and (min-width: 1025px) {

    .sel-zm li a:hover {
        background: #76A6CB;
        color: #fff;
        border-radius: 0.04rem;
    }

    .s1-r ul li a:hover .info h3, .s2-lt ul li a:hover h3 {
        color: #005699;
        font-weight: 600;
    }

    .s2-lb ul li a:hover h3 {
        font-weight: 600;
    }

    .s2-lb ul li a:hover::after {
        opacity: 1;
    }

    .s2-lb ul li a:hover::before {
        background: #C92B2F;
    }


    .s1-r ul li a:hover .pics::before{
        opacity: 1;
    }
    .s3-l .more a:hover {
        width: 2rem;
    }


    .sel-down dl dd:hover {
        background: #005699;
        color: #fff;
    }

    .notice-r ul li a:hover, .notice-r h2 a:hover {
        color: #005699;
    }

    .pub-arrow-l:hover {
        background: #C92B2F;
        border-color: transparent;
    }

    .pub-arrow-l:hover::after {
        background: url(../images/icon-prev-w.png) no-repeat;
        background-position: center center;
        background-size: .26rem auto;
    }

    .pub-arrow-r:hover {
        background: #C92B2F;
        border-color: transparent;
    }

    .pub-arrow-r:hover::after {
        background: url(../images/icon-next-w.png) no-repeat;
        background-position: center center;
        background-size: .26rem auto;
    }

    .pub-arrow div:hover::before {
        animation: scaleTwo 1.2s 1;
    }

    .s2-lb .pub-arrow-l:hover {
        background: #C92B2F;
    }

    .s2-lb .pub-arrow-r:hover {
        background: #C92B2F;
        border-color: transparent;
    }

    .s3-tprev:hover svg * {
        fill: #C92B2F;
    }

    .s3-tnext:hover svg * {
        fill: #C92B2F;
    }

    .s5-c ul li a:hover .date {}

    .s5-c ul li a:hover .info h3 {
        color: #C92B2F;
    }

    .s5-c ul li a:hover .date::before {
        opacity: 1;
    }

    .s6-r ul li:hover .bg {
        background: url(../images/s6-itembg2.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

    .s6-r ul li:hover a p {
        color: #fff;
    }



    .s4-circle1 div {
        opacity: 0;
        transform: scale(0.5);
    }

    .s4-c.aos-animate .s4-circle1 div {
        opacity: 1;
        transform: scale(1);
        transition: all 1s .5s;
    }

    .s4-circles>div.s4-circle2 {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) scale(0.7);
    }

    .s4-c.aos-animate .s4-circle2 {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) scale(1);
        transition: all 1s 1.3s;
    }

    .s4-yssy div {
        transform: translateY(3rem);
        opacity: 0;
    }

    .s4-c.aos-animate .s4-yssy div {
        transform: translateY(0);
        opacity: 1;
        transition: all 1.5s;
    }


}


@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;
        overflow: hidden;
    }


    .banner-btm {
        position: static;
        margin-top: .35rem;
    }

    .sel-name p {
        color: #005699;
        margin-bottom: .15rem;
    }

    .sel-item span {
        color: #005699;
       display:none;
    }

    .sel-item {
        flex: none;
        width: calc(50% - .07rem);
        margin-top: .15rem;
    }

    .sel-item.flexnone {
        width: 100%;
        margin-left: 0;
    }

    .sel-item .sel-ipt {
        width: auto;
        flex: 1;
        min-width: 0;
        padding-left: .15rem;
    }

    .sel-item.sel-btn {
        margin-left: 0;
        width: 100%;
        flex: none;
    }

    .select_tit {
        padding:0  .15rem;
    }

    .sel-zm {
        padding: .1rem;
    }

    .sel-zm li {
        width: 7.69%;
        flex: none;
        height: .4rem;
    }


    .sel-box {
        display: block;
    }
    .tit h2{padding-left: .35rem;font-size: .26rem;line-height: .3rem;justify-content: flex-start;}
    .tit h2 p{font-size: .16rem;}
    .notice{display: block;padding: .2rem .1rem;height: auto;}
    .notice-l{margin-right: 0;margin-bottom: .2rem;}
    .notice-l h2{margin-right: 0;display: flex;align-items: center;}
    .notice-r{display: block;}
    .notice-r ul{justify-content: center;}
    .notice-r h2 a{font-size: .2rem;}
    .s1-l ul li a .pics{width: 1.4rem;margin-right: .2rem;}
    .s1-l ul li a .info{padding-right: .3rem;padding-top: 0.15rem;}
    .s1-l ul li a .info p{/* height: .56rem; */-webkit-line-clamp: 1;margin-top: .1rem;}
    .s1-l ul li a .info h3 span{font-size: .22rem;line-height: .3rem;padding-bottom: .15rem;}
    .s1-l .pub-arrow{/* position: static; */justify-content: center;left: 1.5rem;top: auto;bottom: .1rem;}
    .s1-r ul li a .pics{margin-right: .2rem;}
    .s1-r ul li+li{margin-top: .2rem;}
    .s2-lt,.s2-r ul{margin-right: 0;}
    .s2-lb .pub-arrow{margin-right: 0;}
    .s2-lb>ul .slick-dots{right: 1.3rem;}
    .s2-lt ul li a{padding: .25rem .2rem;}
    .s2-lt ul li a span{font-size: .24rem;line-height: .3rem;}
    .s2-lt ul li a h3{font-size: .2rem;margin-top: .15rem;}
    .s2-lb>ul{padding-right: 0;}
    .s2-lb ul li a span{font-size: .2rem;width: .75rem;}
    .s3-tprev{margin-right: .2rem;}
    .s3-tnext{margin-left: .2rem;}
    .s3-t ul li a span{font-size: .2rem;}
    .s3-t ul li.slick-current a span{font-size: .26rem;}
    .s3-t ul li a h3{font-size: .2rem;}
    .s3-l ul li a{height: .7rem;padding: 0 .15rem 0 .2rem;}
    .s3-l ul li.on a h3{font-size: .2rem;}
    .s3-l ul li+li{margin-top: 0;}
    .s3-l .more{margin-top: .1rem;margin-left: 0.2rem;}
    .s3-b{margin-left: 0;}
    .s3-l ul li.on a{padding-left: .3rem;}
    .s4-c{height: auto;}
    .s4-circles{position: relative;width: 75vw;height: 75vw;margin: 0 auto;transform: none;left: 0;top: 0;}
    .s4-circle1 div{width: 177vw;height: 123.867vw;}
    .s4-circle2 div{width: 75vw;height: 75vw;}
    .s4-yssy{bottom: 0;top: auto;transform: translateX(-50%) translateY(16%);}
    .s4-yssy div{width: 47vw;height: 72.822vw;}
    .s4-c ul{justify-content: space-between;}
    .s4-c ul li{width: 49%;margin-top: 0 !important;padding: 0 !important;margin-bottom: .2rem;}
    .s4-c ul li a{display: block;}
    .s4-c ul li:nth-child(2n) a{flex-direction: row-reverse;}
    .s4-c ul li a div{position: static;width: auto;padding: 0 !important;justify-content: center !important;}
    .s4-c ul li a div b{display: block;font-size: .3rem;line-height: .3rem;}
    .s4-c ul li a div span{font-size: .16rem;line-height: .2rem;}
    .s4-c ul li a p{position: static;padding: 0 !important;margin: 0 !important;text-align: center !important;margin-top: .1rem !important;font-size: .18rem;}
    .s4-c ul li a h6{display: none;width: auto;}
    .s5-c ul{margin: 0 -.1rem;}
    .s5-c ul li{width: 50%;}
    .s5-c ul li a{margin: 0 .1rem;padding-bottom: .2rem;}
    .s5-c ul li:nth-child(-n+3){margin-bottom: .2rem;}
    .s5-c ul li a .info h3{font-size: .18rem;}
    .s5-c ul li a .date b{font-size: .24rem;}




    .s1-c,.s2-c,.s6-c{display: block;}
    .s3-c{display: block !important;}
    .s3-r{display: none;}
    .s3-l{width: auto;margin-right: 0;}
    .s1-l,.s2-l{width: auto;margin-right: 0;margin-bottom: .35rem;}
    .s6-l a img{width: 1rem;margin: 0 auto;}
    .s6-r ul{flex-wrap: wrap;}
    .s6-r ul li:nth-child(1){width: 1.5rem;height: 1.5rem;margin-top: .8rem;}
    .s6-r ul li:nth-child(2){width: 1.57rem;height: 1.57rem;margin-top: .35rem;}
    .s6-r ul li:nth-child(3){width: 1.14rem;height: 1.14rem;margin-top: .5rem;}
    .s6-r ul li:nth-child(4){width: 1.4rem;height: 1.4rem;}
    .s6-r ul li a p{padding: 0 .15rem;text-align: center;}
    .s6-caidai{left: 0;width: 100vw;height: 2rem;top: 0;}
    .s6-caidai canvas{position:relative;zoom: .5;left: 50%;transform:translateX(-42.5%) !important;width: auto;}
    .s3 .tit{justify-content: flex-start;}
    .s6-l{margin-top: 0;}


    .s1,.s2,.s3,.s4,.s5,.s6{padding-top: .5rem;padding-bottom: .5rem;}
    .s1-l .slick,.s1-r ul,.s2-c,.s3-t,.s3-b,.s5-c{margin-top: .35rem;}

     .cursor{
         display:none;
     }
}

@media screen and (max-width: 768px) {
    .s5-c ul li{width: 100%;}
    .s5-c ul li+li{margin-bottom: .2rem;}
}




.s5-adblock {
    padding-top: .87rem;
}

.s5-adblock .slick {
    margin-top: .5rem;
}

.s5-adblock .slick ul {
    margin: 0 -.2rem;
}

.s5-adblock .slick ul li a {
    display: block;
    margin: 0 .2rem;
    position: relative;
    padding: .3rem;
    border-radius: 0.15rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(13, 106, 159, 0.12);
    z-index: 1;
}

.s5-adblock .slick ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.15rem;
    background: #005699 url(../images/s5-adblock-itembg.png) no-repeat;
    background-position: right bottom;
    background-size: cover;
    transition: all .5s;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
}

.s5-adblock .slick ul li a h3 {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #333333;
}

.s5-adblock .slick ul li a h4 {
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #333333;
    margin-top: .3rem;
    height: 0.2rem;
}

.s5-adblock .slick ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #666666;
    margin-top: 0.06rem;
}

.s5-adblock .slick ul li a div {
    margin-top: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s5-adblock .slick ul li a div span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: normal;
    color: #666666;
}

.s5-adblock .slick ul li a div b {
    width: 0.38rem;
    height: 0.38rem;
    background: url(../images/s5-adblock-more.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all .5s;
}

.s5-adblock .slick ul.slick-dots {
    margin: 0;
    bottom: 100%;
    right: 2.3rem;
    margin-bottom: .76rem;
    width: auto;
    left: auto;
}

.s5-adblock .slick ul.slick-dots li {
    display: none;
    width: auto;
    height: auto;
}

.s5-adblock .slick ul.slick-dots li div {
    display: flex;
    font-family: "sys-r";
    align-items: flex-end;
}

.s5-adblock .slick ul.slick-dots li div span {
    font-size: 0.24rem;
    line-height: .3rem;
    color: #666666;
}

.s5-adblock .slick ul.slick-dots li div span:nth-child(1) {
    font-size: .36rem;
    line-height: .4rem;
    color: #005699;
}

.s5-adblock .slick ul.slick-dots li div b {
    display: block;
    width: 1px;
    height: .2rem;
    background: #005699;
    transform: rotateZ(20deg);
    margin: 0 .1rem;
    margin-bottom: .05rem;
}

.s5-adblock .slick ul.slick-dots li.slick-active {
    display: block;
}


.s5-adblock .slick .slick-prev {
    border: 1px solid #CEE6F9;
    width: 0.36rem;
    height: 0.36rem;
    background: url(../images/s5-ad-prev.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
    border-radius: 50%;
}

.s5-adblock .slick .slick-next {
    border: 1px solid #CEE6F9;
    width: 0.36rem;
    height: 0.36rem;
    background: url(../images/s5-ad-next.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
    border-radius: 50%;
}

@media screen and (min-width:1025px) {
    
.s5-adblock .slick .slick-prev {
    top: auto;
    bottom: 100%;
    margin-bottom: .76rem;
    left: auto;
    right: 3.25rem;
    transform: none;
}

.s5-adblock .slick .slick-next {
    right: 1.75rem;
    left: auto;
    top: auto;
    bottom: 100%;
    margin-bottom: .76rem;
    transform: none;
}

    .s5-adblock .slick ul li a:hover::before {
        opacity: 1;
    }
    
    .s5-adblock .slick ul li a:hover h3 {
        color: #FFFFFF;
    }
    
    .s5-adblock .slick ul li a:hover h4 {
        color: #FFFFFF;
    }
    
    .s5-adblock .slick ul li a:hover p {
        color: #FFFFFF;
    }
    
    .s5-adblock .slick ul li a:hover div span {
        color: #FFFFFF;
    }
    
    .s5-adblock .slick ul li a:hover div b {
        background: url(../images/s5-adblock-more2.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }
}
@media screen and (max-width:1024px) {
    .s5-adblock{
        padding-top: .5rem;
    }
    .s5-adblock .slick ul{
        margin: 0;
    }
    .s5-adblock .slick .slick-prev {
        margin-top: -.3rem;
        margin-bottom: 0;
    }

    .s5-adblock .slick .slick-next {
        margin-top: -.3rem;
        margin-bottom: 0;
    }

    .s5-adblock .slick ul.slick-dots {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: .1rem;
        margin-bottom: 0;
    }
}