@charset "utf-8";


html, body, .banner, .banner .slick, .banner .slick div, .banner .slick-slide a, .banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 9;
}
.banner .slick-prev {
    left: 2.25rem;
    width: 0.5rem;
    height: 0.8rem;
    background: url(../images/banner-l.png) no-repeat center center;
    background-size: .3rem auto;
}

.banner .slick-prev:hover {
    background: rgba(0, 0, 0, 0.4) url(../images/banner-l.png) no-repeat center center;
}

.banner .slick-next {
    right: 2.25rem;
    width: 0.5rem;
    height: 0.8rem;
    background: url(../images/banner-r.png) no-repeat center center;
    background-size: .3rem auto;
}

.banner .slick-next:hover {
    background: rgba(0, 0, 0, 0.4) url(../images/banner-r.png) no-repeat center center;
}
#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    z-index: 9;
    cursor: pointer;
}

#downPage img {
    display: block;
    animation: bb 2s linear 0s infinite;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}


.index {
    font-size: 0;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 99;
    background: #fff;
}

.title {
    position: relative;
    display: flex;
    padding-bottom: .15rem;
    margin-bottom: .4rem;
}

.title::before {
    content: "";
    position: absolute;
    left: 27px;
    top: 0;
    width: 100px;
    bottom: 0;
    background: url(../images/tit-bj.png) no-repeat;
    background-position: left bottom;
}

.title::after {
    content: "";
    position: absolute;
    left: 127px;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/tit-bj.png) no-repeat;
    background-position: right bottom;
}

.title h2 {
    display: flex;
    align-items: center;
    position: relative;
    font-size: .36rem;
    font-weight: bold;
    line-height: .4rem;
    color: #FFFFFF
}

.title h2 img {
    margin-right: .18rem;
    height: 0.67rem;
}

.title h2 span {
    position: absolute;
    left: 100%;
    bottom: -.12rem;
    font-size: .36rem;
    font-weight: bold;
    line-height: .36rem;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    opacity: 0.1;
    margin-left: .15rem;
    white-space: nowrap;
}

.title a {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: .16rem;
    font-weight: normal;
    line-height: .3rem;
    color: #FFFFFF;
    z-index: 9;
}


.title-w h2 {
    color: #464646;
}

.title-w h2 span {
    color: #073D97;
}

.title-w::before {
    background: url(../images/tit-bj2.png) no-repeat;
    background-position: left bottom;
}

.title-w::after {
    background: url(../images/tit-bj2.png) no-repeat;
    background-position: right bottom;
}

.title-w a {
    color: #565656;
}

.section1 {
    background: url(../images/s1-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 1.79rem 0 .78rem 0;
}


.s1-c {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.s1-l {
    background: url(../images/s1-lbj.png) no-repeat;
    background-position: center bottom;
    width: 7.85rem;
}

.s1-l ul li a {
    display: block;
}

.s1-l ul li a .pic {
    padding-top: 68%;
}

.s1-l ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .22rem;
    font-weight: bold;
    line-height: .3rem;
    color: #000000;
    padding: 0 .4rem;
    margin-top: .3rem;
}


.s1-l .slick-dots {
    padding: 0 1.9rem 0 .2rem;
    position: relative;
    display: flex !important;
    align-items: center;
    padding-bottom: 0.25rem;
    margin-top: .15rem;
}

.s1-l .slick-dots::before {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.01rem;
    background-color: #013991;
    margin-right: .1rem;
}

.s1-l .slick-dots::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 0.01rem;
    background-color: #013991;
    margin-left: .25rem;
    opacity: 0.3;
}

.s1-l .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    margin-left: .15rem;
    position: relative;
}

.s1-l .slick-dots li:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -.25rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #013991;
}

.s1-l .slick-dots li:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -.25rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #013991;
    opacity: 0.3;
}

.s1-l .slick-dots li:nth-child(1) {
    /* margin-left: 0; */
}

.s1-l .slick-dots li span {
    display: block;
    width: auto;
    height: auto;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: 0.01rem;
    color: #888888;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
    font-weight: normal;
    font-family: Arial;
}

.s1-l .slick-dots li.slick-active span {
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 0.4rem;
    letter-spacing: 0.01rem;
    color: #013991;
    font-family: Impact;
}

.s1-l .slick-prev, .s1-l .slick-next {
    width: 0.59rem;
    height: 0.59rem;
    background-color: #a62720;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    left: auto;
    right: 0;
    border-radius: 50%;
}

.s1-l .slick-prev {
    background: #a62720 url(../images/icon-prev.png) no-repeat;
    background-position: center center;
    right: 1.1rem;
}

.s1-l .slick-next {
    background: #d3a752 url(../images/icon-next.png) no-repeat;
    background-position: center center;
    right: 0.3rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r ul {
    display: flex;
    flex-wrap: wrap;
}

.s1-r ul li {
    width: 50%;
}

.s1-r ul li:nth-child(-n+2) {
    margin-bottom: .38rem;
}

.s1-r ul li a {
    display: block;
    margin-left: .3rem;
}

.pubinfo {
    display: block;
    padding: .45rem .3rem 0 .3rem;
    background: #FFFFFF;
    position: relative;
}

.pubinfo::before {
    content: "";
    position: absolute;
    width: .43rem;
    height: .04rem;
    left: .3rem;
    top: 0;
    background: #013991;
}

.pubinfo h3 {
    font-size: .2rem;
    font-weight: bold;
    line-height: .3rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
}

.pubinfo p {
    font-size: .14rem;
    font-weight: normal;
    line-height: .24rem;
    color: #9E9E9E;
    margin-top: .15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 0.96rem;
}

.pubinfo b {
    display: block;
    border-top: 1px solid #CCD4E0;
    margin-top: .25rem;
    line-height: .6rem;
    font-size: .18rem;
    font-weight: normal;
    line-height: .6rem;
    color: #013991;
    background: url(../images/icon-more.png) no-repeat;
    background-position: right center;
    font-family: "sys";
}

.pubinfo:hover h3 {
    color: #013991;
}

.iblock {
    background: url(../images/s2-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    border-top: .15rem solid #C2D7F3;
}

.section2 {
    padding-top: .75rem;
}

.s2-c {
    display: flex;
    justify-content: space-between;
}

.s2-l {
    width: 48%;
}

.s2-l ul {
    display: flex;
}

.s2-l ul li { position: relative;
    top:0;
    transition: all .3s;
    width: 47%;
    margin-right: 3%;
}

.s2-l ul li:nth-child(2) {
   
}
.s2-l ul li:hover{top:-.2rem;}
.s2-l ul li a {
    display: block;
}

.s2-l ul li a .pic {
    padding-top: 68%;
}

.s2-l ul li a.info {
    padding: .45rem .3rem .35rem .3rem;
    background: #B49754;
}

.s2-l ul li:nth-child(1) a.info {
    background: #A40909;
}

.s2-l ul li a.info h3 {
    font-size: .2rem;
    font-weight: normal;
    line-height: .3rem;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.9rem;
}

.s2-l ul li a.info b {
    display: block;
    margin-top: .3rem;
    font-size: .18rem;
    font-weight: normal;
    line-height: .24rem;
    color: #FFFFFF;
    font-family: "sys";
    background: url(../images/icon-more-w.png) no-repeat;
    background-position: right center;
}

.s2-r {
    width: 48%;
}

.s2-r ul li a {
    display: flex;
    align-items: flex-start;
}

.s2-r ul li a span {
    display: block;
    font-family: "sys";
    font-size: .2rem;
    font-weight: normal;
    line-height: .33rem;
    color: #013484;
    position: relative;
    white-space: nowrap;
    padding-left: .4rem;
    margin-top: .2rem;
    margin-right: .25rem;
}

.s2-r ul li a span::before {
    content: "";
    position: absolute;
    width: 0.23rem;
    height: 0.23rem;
    border-radius: 50%;
    background: #C2D7F3 url(../images/icon-data.png) no-repeat;
    background-position: center center;
    border: 5px solid #CDD9E5;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.s2-r ul li a span::after {
    content: "";
    position: absolute;
    left: .16rem;
    width: 1px;
    background: #E7DFDF;
    height: 1rem;
    bottom: 0;
    z-index: 1;

}

.s2-r ul li a div {
    flex: 1;
    min-width: 0;
    padding: .23rem 0;
    border-top: 1px solid #CDD9E5;
}

.s2-r ul li a div h3 {
    font-size: .2rem;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
    line-height: .24rem;
    color: #000000;
}

.s2-r ul li:nth-child(1) a span::after {
    content: none;
}

.s2-r ul li:nth-child(1) a div {
    border: none;
}

.s2-r ul li a:hover div h3 {
    color: #A40909;
}

.s2-r ul li a:hover span {
    color: #A40909;
}

.s2-r ul li a:hover span::before {
    background: #A40909 url(../images/icon-data-w.png) no-repeat;
    background-position: center center;
    border-color: #A40909;
}

.section3 {
    margin-top: 1.1rem;
    padding-bottom: .75rem;
}
.section3>div{display: flex;
    justify-content: space-between;}
.section3 .s3-ll{width:70%}
.section3 .s3-rr{width:28%}
.s3-c {
    display: flex;
    align-items: flex-start;
}

.s3-l {
    flex: 1;
    min-width: 0;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-m {
    width: 6.25rem;
    margin: 0 .35rem;
}

.s3-list ul li {
    font-size: 16px;

}

.s3-list ul li a {
    padding: .2rem 0;
    display: block;
    border-bottom: 1px dashed #A8B3C8;
}

.s3-list ul li a h3 {
    font-size: .2rem;
    font-weight: normal;
    line-height: .3rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: .2rem;
    position: relative;
}

.s3-list ul li a h3::before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    top: .13rem;
}

.s3-list ul li a div {
    display: flex;
    justify-content: flex-end;
    margin-top: .2rem;
}

.s3-list ul li a div b {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #666666;
    padding-left: .3rem;
    background: url(../images/icon-data3.png) no-repeat;
    background-position: left center;
}

.s3-list ul li a:hover h3 {
    color: #A40909;
}

.s3-m>ul .slick-list {
    padding: .1rem 0;
    background: url(../images/s3-m-bj.png) no-repeat;
    background-position: center center;
    background-size: 95% 100%;
}

.s3-m ul li a {
    display: block;
}

.s3-m ul li a .pic {
    padding-top: 63%;
}

.s3-m .slick-dots {
    position: static;
    font-size: 0;
    margin-top: .25rem;
}

.s3-m .slick-dots li {
    width: 0.11rem;
    height: 0.11rem;
    background: rgba(216, 216, 216, 0.06);
    box-sizing: border-box;
    border: 1px solid #95B4E4;
    margin: 0 .2rem;
    border-radius: 50%;
}

.s3-m .slick-dots li.slick-active {
    background: #A40909;
    border-color: #A40909;
}

.section4 {
    background: url(../images/s4-bj.jpg) no-repeat;
    background-position: center top;
    padding-top: .8rem;
}


.s4-meida {
    position: absolute;
    right: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.s4-meida ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .25rem;
}

.s4-meida ul li a {
    display: block;
    position: relative;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s4-meida ul li a img {
    display: block;
}

.s4-meida ul li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    z-index: 9;
}

.s4-meida ul li a .foot-ewm img {
    display: block;
    max-width: 80px;
}

.s4-meida ul li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.s4-meida ul li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.s4-meida ul li:hover a {
    overflow: visible;
}

.s4-meida ul li:hover a .icon {
    background-color: #2f73d1;
}

.s4-meida ul li:hover a .icon img {
    opacity: 1;
}

.s4-meida ul li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.s4-meida ul li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}

.s4-c {
    display: flex;
    align-items: flex-start;
}

.s4-l {
    flex: 1;
    min-width: 0;
}

.s4-r {
    width: 53.75%;
}

.s4-lt ul {
    display: flex;
}

.s4-lt ul li {
    width: 50%;
}

.s4-lt ul li a .pic {
    padding-top: 77%;
}

.s4-lb {
    display: flex;
}

.s4-lbl {
    width: 43%;
    margin-left: 2%;
}

.s4-lbr {
    width: 60%;
}

.s4-lbl a .pic {
    padding-top: 97.8%;
}

.s4-lbr a .pic {
    padding-top: 118%;
}

.s4-rt a .pic {
    padding-top: 53%;
}

.s4-rt a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6) url(../images/icon-play.png) no-repeat;
    background-position: center center;
    z-index: 9;
}
/**/
 .sp {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        display: none;
        z-index: 9999;
    }
    
     .sp.on {
        display: block;
    }
    
 .sp .spbf {
       position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    }
    
 .sp span {
        position: absolute;
        right: 35px;
        top: -15px;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 26px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #fff;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
    }
    
    .sp video {
        display: block;
        width: 80%;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    
.s4-rb ul {
    display: flex;
}

.s4-rb ul li {
    width: 50%;
}

.s4-rb ul li:nth-child(1) {
    width: 58%;
}

.s4-rb ul li:nth-child(1) a .pic {
    padding-top: 62%;
}

.s4-rb ul li:nth-child(2) {
    width: 42%;
}

.s4-rb ul li:nth-child(2) a .pic {
    padding-top: 85.5%;
}

.s4-item {
    display: block;
    position: relative;
}

.s4-item .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* background: url(../images/s4-zzc.png) repeat-x; */
    background-position: center bottom;
    z-index: 8;
}

.s4-item p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.2rem;
    padding: 0 .2rem;
    display: flex;
    align-items: center;
    z-index: 9;
}

.s4-item p img {
    margin-right: .15rem;
    height: 0.39rem;
}

.s4-item p span {
    display: block;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #FFFFFF;
}

.section5 {
    background: url(../images/s5-bj.png) no-repeat;
    background-position: center 1rem;
    margin-top: 0.9rem;
    padding-bottom: 1rem;
}

.section5 .title {
    justify-content: center;
    padding-bottom: 0;
}

.section5 .title::before {
    content: none;
}

.section5 .title::after {
    content: none;
}

.section5 .title h2 {
    flex-wrap: wrap;
    justify-content: center;
}

.section5 .title h2 span {
    margin-left: 0;
    display: block;
    position: static;
    width: 100%;
    text-align: center;
    margin-top: .1rem;
}


.s5-c {
    padding-top: .85rem;
}

.s5-c>ul {
    margin:0 -.1rem;
    background: url(../images/s5-tbj.png) no-repeat;
    background-position: center top;
    background-size: 12.4rem;
}

.s5-c ul .slick-slide {
    /* display: flex !important; */
    justify-content: space-between;
}
.s5-c ul .slick-slide>div{
    width: 1.9rem;
    float: left;
    margin-left: calc(calc(100% - 11.2rem) / 6);
}
.s5-c ul .slick-slide>div:nth-child(1){
    margin-left:0;
}
.s5-c ul .slick-slide a {
    display: block;
}

.s5-c ul .slick-slide>div:nth-child(2n) {
    margin-top: 1.63rem;
}

.s5-c ul .slick-slide a div {
    width: 1.91rem;
    height: 2.2rem;
    background: url(../images/s5-item-bj.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.s5-c ul .slick-slide a div p {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #FFFFFF;
    font-family: 'sys';
}

.s5-c ul .slick-slide a b {
    width: 3px;
    height: 0.77rem;
    display: block;
    margin: 0 auto;
    background: linear-gradient(180deg, #236BDC 0%, rgba(216, 216, 216, 0) 100%);
}

.s5-c ul .slick-slide a h3 {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #090707;
    text-align: center;
    max-width: 1.4rem;
}

.s5-c .slick-dots {
    position: static;
    font-size: 0;
    margin-top: .65rem;
}

.s5-c .slick-dots li {
    width: 0.14rem;
    height: 0.14rem;
    background: #D0CECE;
    box-sizing: border-box;
    margin: 0 .2rem;
    border-radius: 50%;
}

.s5-c .slick-dots li.slick-active {
    background: #004EC7;
    border-color: #004EC7;
}



.s6-c ul {
    margin: 0 -.15rem;
}

.s6-c ul li a {
    display: block;
    margin: 0 .15rem;
}

.s6-c ul li a .pic {
    padding-top: 49%;
}

.s6-c .slick-prev, .s6-c .slick-next {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    z-index: 9;
}

.s6-c .slick-prev {
    background: url(../images/s6-prev.png);
    background-size: 100% 100%;
}

.s6-c .slick-next {
    background: url(../images/s6-next.png);
    background-size: 100% 100%;
}

.section7 {
    margin-top: .85rem;
    padding-bottom: 1rem;
}

.section7 .title {
    justify-content: center;
    padding-bottom: 0;
}

.section7 .title::before {
    content: none;
}

.section7 .title::after {
    content: none;
}

.section7 .title h2 {
    flex-wrap: wrap;
    justify-content: center;
}

.section7 .title h2 span {
    margin-left: 0;
    display: block;
    position: static;
    width: 100%;
    text-align: center;
    margin-top: .1rem;
}

.s7-c {
    position: relative;
}

.s7-c::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 0.06rem;
    height: 0.06rem;
    border: 1px solid #1F3C8C;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #fff;
    z-index: 3;
}

.s7-c::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.6rem;
    width: 0.06rem;
    height: 0.06rem;
    border: 1px solid #1F3C8C;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #fff;
    z-index: 3;
}

.s7-c ul {
    padding: 0 .3rem;
}

.s7-c ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0.6rem;
    height: 1px;
    background: #1F3C8C;
}

.s7-c ul li a {
    display: block;
}

.s7-c ul li a .icon {
    width: 1.2348rem;
    height: 1.2348rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
}

.s7-c ul li a .icon::before {
    content: "";
    position: absolute;
    left: -.15rem;
    top: 0;
    right: -.15rem;
    bottom: 0;
    background: #fff;
    z-index: 1;
}

.s7-c ul li a .icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed #1C45B6;
    z-index: 5;
    background: #fff;
    border-radius: 50%;
}

.s7-c ul li a .icon img {
    display: none;
    position: relative;
    z-index: 9;
}

.s7-c ul li a .icon img:nth-child(1) {
    display: block;
}

.s7-c ul li a p {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #090707;
    margin-top: .2rem;
}


.s7-c ul li a:hover .icon::after {
    background: linear-gradient(180deg, #0154F7 0%, #0D3FA1 100%);
    border: 1px dashed #1C45B6;
}

.s7-c ul li a:hover .icon img {
    display: block;
}

.s7-c ul li a:hover .icon img:nth-child(1) {
    display: none;
}

.s7-c .slick-prev, .s7-c .slick-next {
    top: 0.6rem;
    width: 0.16rem;
    height: 0.16rem;
}

.s7-c .slick-prev {
    left: -.15rem;
    background: url(../images/s7-prev.png) no-repeat;
    background-position: center center;
}

.s7-c .slick-next {
    right: -.15rem;
    background: url(../images/s7-next.png) no-repeat;
    background-position: center center;
}



@media screen and (max-width:1400px) {
    .s1-l {
        width: 6.5rem;
    }

    .pubinfo {
        padding: .25rem .15rem 0 .15rem;
    }

    .s5-c>ul {
        background: none;
    }

    .s5-c ul .slick-slide a div {
        width: 1.2rem;
        height: 1.4rem;
    }

    .s5-c ul .slick-slide a div p {
        font-size: .2rem;
        line-height: .24rem;
    }

    .s5-c ul .slick-slide a h3 {
        font-size: .2rem;
    }
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {
.section3>div{display:block;}
.section3 .s3-ll{width: 100%;}
.section3 .s3-rr{width:100%;
margin-top:15px;}
.s5-c ul .slick-slide a div{margin-left: auto;
    margin-right: auto;}
    #downPage {
        display: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick .slick div,
    .banner .slick .slick-slide a,
    .banner .slick .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
        padding-top: 0;
    }

    .s1-c, .s2-c, .s3-c {
        display: block;
    }

    .s2-l {
        width: auto;
        margin-bottom: .3rem;
    }

    .s2-r {
        width: auto;
    }

    .s3-m {
        width: auto;
        margin: .25rem 0;
    }

    .s1-l {
        width: auto;
        background: #dfe7f3;
        margin-bottom: .3rem;
    }

    .s1-r ul li a {
        margin-left: .15rem;
    }

    .s1-r ul {
        margin-left: -.15rem;
    }

    .s1-r ul li:nth-child(-n+2) {
        margin-bottom: 0.15rem;
    }

    .s2-l ul {
        justify-content: space-between;
    }

    .s2-l ul li {
        margin-right: 0;
        width: 49%;
    }

    .s2-l ul li a.info {
        padding: .2rem .1rem;
    }

    .s2-r ul li a {
        display: block;
        border-bottom: 1px solid #CDD9E5;
    }

    .s2-r ul li a span::after {
        content: none;
    }

    .s2-r ul li a div {
        border: none;
        padding: .15rem 0;
    }

    .section4 .title {
        padding-top: .4rem;
    }

    .s4-meida {
        top: 0;
        right: 0;
        transform: translateY(0);
    }

    .s4-c {
        display: block;
    }

    .s4-r {
        width: auto;
    }

    .s4-item p {
        padding: 0 .1rem;
    }

    .s4-item p img {
        height: 0.3rem;
        margin-right: .1rem;
    }

    .s4-rt a .pic::after {
        background-size: .4rem;
    }

    .s6-c ul {
        margin: 0 -0.1rem;
    }

    .s6-c ul li a {
        margin: 0 .1rem;
    }

    .s7-c ul li a .icon {
        width: 0.8rem;
        height: 0.8rem;
    }

    .s7-c ul li a .icon img {
        max-width: 50%;
        max-height: 50%;
    }

    .s7-c ul::before, .s7-c .slick-next, .s7-c .slick-prev {
        top: 0.4rem;
    }

    .s7-c::after {
        top: 0.4rem;
        display: none;
    }

    .s7-c::before {
        top: 0.4rem;
        display: none;
    }

    .s7-c ul li a p {
        font-size: .18rem;
    }

    .section7 {
        padding-left: .1rem;
        padding-right: .1rem;
    }

    .s1-l ul li a p {
        padding: 0 .15rem;
        math-style: .2rem;
        font-size: .18rem;
    }

    .s1-l .slick-dots {
        padding-right: 1.2rem;
    }

    .s1-l .slick-prev {
        right: 0.6rem;
    }

    .s1-l .slick-next {
        right: .1rem;
    }

    .s1-l .slick-prev, .s1-l .slick-next {
        width: 0.4rem;
        height: 0.4rem;
        background-size: 100%;
        bottom: 0.25rem;
    }

    .s1-l .slick-dots li.slick-active span {
        font-size: .26rem;
    }

    .title h2 img {
        height: 0.4rem;
    }

    .title h2 {
        font-size: .24rem;
    }

    .title h2 span {
        font-size: .2rem;
    }

    .section1 {
        padding: .4rem 0;
    }

    .title {
        margin-bottom: .3rem;
    }

    .section2 ,.section4,.s5-c{
        padding-top: .4rem;
    }
    .section3,.section5,.section6,.section7{
        margin-top: .4rem;
    }
    .section3,.s5-c,.section7,.section5{
        padding-bottom: .4rem;
    }
    .s3-list ul li a div{
        margin-top: .1rem;
    }
    .s5-c .slick-dots{
        margin-top: .3rem;
    }
    .s4-item p span{
        font-size: .16rem;
    }
}


@media screen and (max-width:1024px) {
    .s5-c ul .slick-slide>div:nth-child(2n) {
        margin-top: 0;
    }

    .s5-c ul .slick-slide a h3 {
        font-size: .18rem;
        max-width: none;
    }

    .s5-c ul .slick-slide {
        flex-wrap: wrap;
        justify-content: center;
    }

    .s5-c ul .slick-slide>div {
        width: 33.33%;
        margin-bottom: .1rem;
    }

    .s5-c ul .slick-slide>div:nth-child(1) {
        margin-left: 16.666%;
    }

    .s5-c ul .slick-slide>div:nth-child(2) {
        margin-right: 16.666%;
    }

    .s5-c ul .slick-slide a div {
        margin: 0 auto;
    }

    .s5-c ul .slick-slide a div {
        width: .9rem;
        height: 1rem;
    }

    .s5-c ul .slick-slide a div p {
        font-size: .18rem;
    }

    .s5-c ul .slick-slide a b {
        height: 0.3rem;
    }
}

@media screen and (max-width:480px) {}n::before {
    content: "";
    position: absolute;
    left: -.15rem;
    top: 0;
    right: -.15rem;
    bottom: 0;
    background: #fff;
    z-index: 1;
}
.s4-lbl{margin-left:0;}
.s4-lbl a .pic{padding-top: 164.8%;}
.section4{background-size:cover;}
.s7-c ul li a .icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed #1C45B6;
    z-index: 5;
    background: #fff;
    border-radius: 50%;
}

.s7-c ul li a .icon img {
    display: none;
    position: relative;
    z-index: 9;
}

.s7-c ul li a .icon img:nth-child(1) {
    display: block;
}

.s7-c ul li a p {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #090707;
    margin-top: .2rem;
}


.s7-c ul li a:hover .icon::after {
    background: linear-gradient(180deg, #0154F7 0%, #0D3FA1 100%);
    border: 1px dashed #1C45B6;
}

.s7-c ul li a:hover .icon img {
    display: block;
}

.s7-c ul li a:hover .icon img:nth-child(1) {
    display: none;
}

.s7-c .slick-prev, .s7-c .slick-next {
    top: 0.6rem;
    width: 0.16rem;
    height: 0.16rem;
}

.s7-c .slick-prev {
    left: -.15rem;
    background: url(../images/s7-prev.png) no-repeat;
    background-position: center center;
}

.s7-c .slick-next {
    right: -.15rem;
    background: url(../images/s7-next.png) no-repeat;
    background-position: center center;
}



@media screen and (max-width:1400px) {
    .s1-l {
        width: 6.5rem;
    }

    .pubinfo {
        padding: .25rem .15rem 0 .15rem;
    }

    .s5-c>ul {
        background: none;
    }

    .s5-c ul .slick-slide a div {
        width: 1.2rem;
        height: 1.4rem;
    }

    .s5-c ul .slick-slide a div p {
        font-size: .2rem;
        line-height: .24rem;
    }

    .s5-c ul .slick-slide a h3 {
        font-size: .2rem;
    }
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {
    #downPage {
        display: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick .slick div,
    .banner .slick .slick-slide a,
    .banner .slick .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
        padding-top: 0;
    }

    .s1-c, .s2-c, .s3-c {
        display: block;
    }

    .s2-l {
        width: auto;
        margin-bottom: .3rem;
    }

    .s2-r {
        width: auto;
    }

    .s3-m {
        width: auto;
        margin: .25rem 0;
    }

    .s1-l {
        width: auto;
        background: #dfe7f3;
        margin-bottom: .3rem;
    }

    .s1-r ul li a {
        margin-left: .15rem;
    }

    .s1-r ul {
        margin-left: -.15rem;
    }

    .s1-r ul li:nth-child(-n+2) {
        margin-bottom: 0.15rem;
    }

    .s2-l ul {
        justify-content: space-between;
    }

    .s2-l ul li {
        margin-right: 0;
        width: 49%;
    }

    .s2-l ul li a.info {
        padding: .2rem .1rem;
    }

    .s2-r ul li a {
        display: block;
        border-bottom: 1px solid #CDD9E5;
    }

    .s2-r ul li a span::after {
        content: none;
    }

    .s2-r ul li a div {
        border: none;
        padding: .15rem 0;
    }

    .section4 .title {
        padding-top: .4rem;
    }

    .s4-meida {
        top: 0;
        right: 0;
        transform: translateY(0);
    }

    .s4-c {
        display: block;
    }

    .s4-r {
        width: auto;
    }

    .s4-item p {
        padding: 0 .1rem;
    }

    .s4-item p img {
        height: 0.3rem;
        margin-right: .1rem;
    }

    .s4-rt a .pic::after {
        background-size: .4rem;
    }

    .s6-c ul {
        margin: 0 -0.1rem;
    }

    .s6-c ul li a {
        margin: 0 .1rem;
    }

    .s7-c ul li a .icon {
        width: 0.8rem;
        height: 0.8rem;
    }

    .s7-c ul li a .icon img {
        max-width: 50%;
        max-height: 50%;
    }

    .s7-c ul::before, .s7-c .slick-next, .s7-c .slick-prev {
        top: 0.4rem;
    }

    .s7-c::after {
        top: 0.4rem;
        display: none;
    }

    .s7-c::before {
        top: 0.4rem;
        display: none;
    }

    .s7-c ul li a p {
        font-size: .18rem;
    }

    .section7 {
        padding-left: .1rem;
        padding-right: .1rem;
    }

    .s1-l ul li a p {
        padding: 0 .15rem;
        math-style: .2rem;
        font-size: .18rem;
    }

    .s1-l .slick-dots {
        padding-right: 1.2rem;
    }

    .s1-l .slick-prev {
        right: 0.6rem;
    }

    .s1-l .slick-next {
        right: .1rem;
    }

    .s1-l .slick-prev, .s1-l .slick-next {
        width: 0.4rem;
        height: 0.4rem;
        background-size: 100%;
        bottom: 0.25rem;
    }

    .s1-l .slick-dots li.slick-active span {
        font-size: .26rem;
    }

    .title h2 img {
        height: 0.4rem;
    }

    .title h2 {
        font-size: .24rem;
    }

    .title h2 span {
        font-size: .2rem;
    }

    .section1 {
        padding: .4rem 0;
    }

    .title {
        margin-bottom: .3rem;
    }

    .section2 ,.section4,.s5-c{
        padding-top: .4rem;
    }
    .section3,.section5,.section6,.section7{
        margin-top: .4rem;
    }
    .section3,.s5-c,.section7,.section5{
        padding-bottom: .4rem;
    }
    .s3-list ul li a div{
        margin-top: .1rem;
    }
    .s5-c .slick-dots{
        margin-top: .3rem;
    }
    .s4-item p span{
        font-size: .16rem;
    }
}


@media screen and (max-width:768px) {
    .s5-c ul .slick-slide>div:nth-child(2n) {
        margin-top: 0;
    }

    .s5-c ul .slick-slide a h3 {
        font-size: .18rem;
    }

    .s5-c ul .slick-slide {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .s5-c ul .slick-slide>div {
        width: 33.33%;
        margin-bottom: .1rem;
    }

    .s5-c ul .slick-slide>div:nth-child(1) {
        margin-left: 16.666%;
    }

    .s5-c ul .slick-slide>div:nth-child(2) {
        margin-right: 16.666%;
    }

    .s5-c ul .slick-slide a div {
        margin: 0 auto;
    }

    .s5-c ul .slick-slide a div {
        width: 1.4rem;
        height: 1.4rem;
    }

    .s5-c ul .slick-slide a div p {
        font-size: .18rem;
    }

    .s5-c ul .slick-slide a b {
        height: 0.3rem;
    }
}

@media screen and (max-width:480px) {
.s5-c ul .slick-slide>div{width:50%;margin-left:0!important;;margin-right:0!important;}
}