@charset "utf-8";

.ban-more {
    position: absolute;
    left: 50%;
    bottom: .65rem;
    transform: translateX(1.5rem);
    color: #ffffff;
    font-size: .2rem;
    z-index: 9;
    padding-right: .3rem;
    padding-left: .2rem;
    background: url(../images/more-jt.png) no-repeat right center;
    background-size: .25rem;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    line-height: 1;
    transition:all 0.5s;
}
.ban-more:hover {
    opacity:0.7;
}
@media screen and (max-width: 1024px) {
    .ban-more {
        transform: translateX(-50%);
    }
}

/* 活力校园 */
.hl-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: .2rem;
}
.hl-c .pic img{
    object-fit: cover;
}
.hl-c a {
    margin: .05rem;
}

.hl-l {
    width: 75%;
}

.hl-r {
    width: 25%;
}

.hl-l ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hl-l ul li:nth-child(1) {
    width: 40%;
}

.hl-l ul li:nth-child(2),
.hl-l ul li:nth-child(3) {
    width: 30%;
}

.hl-l ul li .pic {
    padding-top: 3.6rem;
}

.hl-l ul li:nth-child(-n+3) .pic {
    padding-top: 3.3rem;
}


.hl-l ul li:nth-child(4),
.hl-l ul li:nth-child(5) {
    width: 50%;
}



  .hl-l .vid a::before{
         content: '';
    width: .7rem;
    height: .7rem;
    background: url(../images/ico-play.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    }

.hl-c a {
    position: relative;
    display: block;
}

.hl-c a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.hl-c p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .3rem;
    color: #ffffff;
    z-index: 2;
    font-size: .2rem;
}

.hl-r .pic {
    padding-top: 7rem;
}


@media screen and (max-width: 1024px) {
    .hl-c>div {
        width: 100%;
    }

    .hl-l ul li:nth-child(1) {
        width: 100% !important;
    }
    .hl-l ul li {
        width: 50% !important;
    }
    .hl-l .pic {
        padding-top: 64% !important;
    }

    .hl-r .pic {
        padding-top: 130% !important;
    }
    .hl-c p {
        font-size:.16rem;
        padding:.2rem;
    }
    .hl-r a::before, .hl-l ul li:nth-child(5) a::before{
        width:.4rem;
        height:.4rem;
        top:40%;
    }

 
}
/* 活力校园e */

















body {
    overflow-x: hidden;
}



@font-face {
    font-family: "sysong";
    src: url(./font/sySong.OTF);
}

@font-face {
    font-family: "CenturyGothic";
    src: url(./font/GOTHIC.TTF);
}

#downPage {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background: url(../images/down-page1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 .6rem;
    opacity: 0;
    transition: opacity 2s;
    animation: _ani1 10s infinite linear;
}

.banner.ani #downPage {
    opacity: 1;
}

#downPage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/down-page1.png) no-repeat;
    background-size: 100% 100%;
    animation: ani_bj 3s infinite linear;
    opacity: 0;
}

#downPage img {
    animation: _ani2 10s infinite linear;
}

@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
    border-radius: 0 0 .3rem .3rem;
}

.banner a {
    display: block;
}

.banner img {
    display: block;
    width: 100%;
}
.banner video {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-zzc2.png) repeat-x;
    background-position: center top;
    z-index: 2;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-zzc1.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.banner .slick-slide a>img ,.banner .slick-slide a>video{
    display: block;
    width: 100%;
    height: 100vh !important;
    object-fit: cover;
}

.banner .slick-slide a .banner-text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    display: none;
}

.banner .slick-slide a .banner-text img {
    display: block;
    max-width: 70%;
    max-height: 1.83rem;
    transition: all 1s;
    transform: scale(0);
    opacity: 0;
}

.banner .slick-slide a .banner-text img.on {
    opacity: 1;
    transform: scale(1);
}

.banner .slick-slide.slick-current a>img {
    animation: img_scale linear 8s;
}


@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: right;
    bottom: 0.6rem;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 .15rem;
}

.banner .slick-dots li {
    display: flex;
    border-radius: 50%;
    margin: 0 0.12rem;
    transition: all 0.3s;
    vertical-align: middle;
    width: 0.12rem;
    height: 0.28rem;
    justify-content: center;
    align-items: center;

}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 0.12rem;
    height: 0.12rem;
    background-color: #ffffff;
}

.banner .slick-dots li.slick-active {
    width: 0.43rem;
    border-color: #fff;
    background: url(../images/baanner-dot-bor.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-dots li.slick-active button {
    opacity: 0;
}

/* index */
.index {
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
}

.tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    padding-top: .11rem;
    padding-left: .35rem;
    padding-bottom: .28rem;
}

.tit>div::before {
    content: "";
    position: absolute;
    left: -.35rem;
    top: -.11rem;
    height: 0.97rem;
    width: 100%;
    background: url(../images/tit-bg1.png) no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

.tit>div {
    position: relative;
    padding-right: .12rem;
}

.tit>div::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -.17rem;
    width: 0.59rem;
    height: 0.24rem;
    background: url(../images/tit-bg2.png) no-repeat;
    background-size: auto 100%;
}

.tit>div img {
    margin-right: .1rem;
}

.tit>div h2 {
    font-family: PingFang-SC-Medium;
    font-size: 0.45rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    color: #333333;
    position: relative;
    z-index: 9;
}

.tit>div h2 img {
    position: absolute;
    left: -.53rem;
    top: 50%;
    transform: translateY(-50%);
    max-width: .45rem;
}

.tit>div h3 {
    font-family: CenturyGothic;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.18rem;
    letter-spacing: 0rem;
    color: #ccaf4b;
    opacity: 0.8;
    position: relative;
}

.tit>div h3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(#fff, rgba(255, 255, 255, 0) 90%);
}


.tit a {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #b08a24;
    position: relative;
    transition: all 1s;
    z-index: 9;

}

.tit a::before {
    content: "";
    position: absolute;
    right: 0;
    height: 0;
    width: 0;
    top: 0;
    border-right: 1px solid #b08a24;
    border-top: 1px solid #b08a24;
    opacity: 0;
    transition: all 1s;
}

.tit a::after {
    content: "";
    position: absolute;
    left: 0;
    height: 0;
    bottom: 0;
    width: 0;
    border-left: 1px solid #b08a24;
    border-bottom: 1px solid #b08a24;
    opacity: 0;
    transition: all 1s;
}

.tit a:hover {
    padding: .05rem .15rem;
}

.tit a:hover::before {
    opacity: 1;
    width: 110%;
    height: 120%;
    /* animation: _animore1 1s linear forwards; */
}

.tit a:hover::after {
    opacity: 1;
    width: 110%;
    height: 120%;
    /* animation: _animore2 1s linear forwards; */

}

@keyframes _animore1 {
    0% {
        opacity: 1;
        height: 1px;
    }

    50% {
        width: 100%;
    }

    100% {
        height: 100%;
    }
}

.tit-w.tit>div h2 {
    color: #ffffff;
}

.tit-w.tit>div h3::before {
    background: linear-gradient(#0b7ab9, rgba(255, 255, 255, 0) 90%);
}

.tit-w a {
    color: #fff;
}

.s1 {
    margin-top: 1rem;
    position: relative;
    z-index: 9;
}

.s1-c {
    display: flex;
}

.s1-l {
    flex: 1;
    min-width: 0;
}

.first-item a{
    display:block;
    margin-top: .25rem;
}
.first-item a h3{
    font-size: .26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .4rem;
    color: #106d96;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.first-item a p{
    font-size: .16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .3rem;
    color: #333333;
    opacity: 0.72;
    margin-top: .2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: .9rem;
}
.s1-l ul {
    margin-top: .43rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s1-l ul li{
    width:48%;
}
.s1-l ul li a {
    display: block;
    border-top: 1px solid #e3e3e3;
    position: relative;
}

.s1-l ul li:nth-child(-n+2) a {
    border: none;
}

.s1-l ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: -1px;
    z-index: 9;
    height: 1px;
    background: #0b7ab9;
    transition: all .5s;
}

.s1-l ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.77rem;
    color: #333333;
    padding-left: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-l ul li a h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    background: #0b7ab9;
}

.s1-l ul li a div {
    overflow: hidden;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1.5s;
}

.s1-l ul li a:hover h3 {
    color: #0b7ab9;
}

.s1-l ul li a:hover::after {
    width: 100%;
}

.s1-r {
    width: 6.95rem;
    /* display: flex; */
    /* justify-content: space-between; */
    margin-left: .4rem;
}

.s1-rl>ul {display: flex;justify-content: space-between;margin-top: 4%;}

.s1-rr {
    flex: 1;
    min-width: 0;
}

.s1-rl ul li a {
    display: block;
    position: relative;
}

.s1-rl ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s1-zzc.png) repeat-x;
    background-position: center bottom;
}

.s1-rl ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .15rem;
    z-index: 9;
}

.s1-rl ul li a .info span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: none;
}

.s1-rl ul li a .info p {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
}

.s1-rl ul li a .info p i {
    background-image: linear-gradient(#fff, #fff);
}

.s1-rl ul li {width: 48%;}

.s1-rl ul li a .pic {
    padding-top: 65%;
}

.s1-rl ul li:nth-child(2) a .pic {
}

.s1-rr-text {}

.s1-rr-text li {}

.s1-rr-text li a {
    display: block;
}

.s1-rr-text li a h3 {
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-rr-text li a p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #333333;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    margin-top: .25rem;
}

.s1-rr-text li a:hover h3 {
    color: #0b7ab9;
}

.s1-rr-text .slick-dots {
    position: static;
    text-align: left;
    font-size: 0;
    margin-top: .45rem;
}

.s1-rr-text .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    border: solid 0.01rem #1c82bc;
    border-radius: 50%;
    margin: 0 .18rem 0 0;
}

.s1-rr-text .slick-dots li.slick-active {
    background-color: #1c82bd;
}

.s1-rr-pics .slick-dots {
    text-align: left;
    font-size: 0;
    right: 0;
    bottom: .32rem;
    width: auto;
}

.s1-rr-pics .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    border: solid 0.01rem #fff;
    border-radius: 50%;
    margin: 0 .18rem 0 0;
}

.s1-rr-pics .slick-dots li.slick-active {
    background-color: #fff;
}

.s1-rr-pics {
}

.s1-rr-pics ul li a {
    display: block;
    position: relative;
}

.s1-rr-pics ul li a .pic {
    padding-top: 61.8%;
}
.s1-rr-pics ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s1-zzc.png) repeat-x;
    background-position: center bottom;
}
.s1-rr-pics ul li a p{
    position:absolute;
    left: 0;
    right: 1.3rem;
    bottom: .2rem;
    color: #fff;
    font-size: .26rem;
    line-height: .4rem;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: .2rem;
}
.s1-rr-pics ul li a p i{
    background-image: linear-gradient(#fff, #fff);
}
.s1-rr-pics ul li a:hover p{
    color:#fff;
}
.canvas1 {
    position: relative;
    z-index: 1;
}

.canvas1 div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-30%);
}

.canvas1 div img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.s2 {
    margin-top: 0.4rem;
    padding-bottom: 2rem;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: right bottom;
    position: relative;
    z-index: 9;
}

.slick-speed {
    z-index: 2;
    margin-top: .95rem;
    display: flex;
    align-items: center;
}

.slick-speed div {
    flex: 1;
    min-width: 0;
    height: 1px;
    background-color: rgba(140, 140, 140, .5);
    position: relative;
}

.slick-speed span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #3082a6;
    height: 0.04rem;
    transition: all 0.3s;
}

.slick-speed ul {
    display: flex;
    align-items: center;
}

.slick-speed ul li {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    margin-left: .22rem;
    cursor: pointer;
    position: relative;
}

.slick-speed ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 2;
}

.slick-speed ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #3082a6;
    z-index: 1;
}

.s2-prev::before {
    background: url(../images/s2-prev.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 1;
}

.s2-prev::after {
    background: url(../images/s2-prev.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 2;
}

.s2-next::before {
    background: url(../images/s2-next.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 1;
}

.s2-next::after {
    background: url(../images/s2-next.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 2;
}

.slick-speed ul li:hover::after {
    animation: scaleTwo 1s 1;
}

@keyframes scaleTwo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .9
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.3);
        opacity: 0
    }
}

.s2-c>ul .slick-slide {
    display: flex !important;
    flex-wrap: wrap;
    padding: 0 3px;
}

.s2-c>ul .slick-slide>div {
    width: 25%;
    margin-top: .17rem;
}

.s2-c>ul .slick-slide>div li {
    display: block !important;
    position: relative;

}

.s2-c>ul .slick-slide>div li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    
    transition: all 0.5s;
    z-index: 9;
}

.s2-c>ul .slick-slide>div li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background: #cea565;
    transition: all 0.5s;
    z-index: 9;
}

.s2-c>ul .slick-slide>div li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .5rem;
    height: 1.35rem;
    background: url(../images/s2-item-bg.png) no-repeat;
    background-position: left center;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
    border-radius: .6rem 0 0 .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.s2-c>ul .slick-slide>div li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s2-item-bg2.png) no-repeat;
    background-position: left center;
    background-size: auto 100%;
    transition: all 1s;
    transform: translateX(100%);
    transform-origin: left center;
    opacity: 0;
}

.s2-c>ul .slick-slide>div li a div {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 8px;
}

.s2-c>ul .slick-slide>div li a div span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #1a72a7;
}

.s2-c>ul .slick-slide>div li a p {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #4a4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    margin-top: .1rem;
    position: relative;
    z-index: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.s2-c>ul .slick-slide>div li a:hover::before {
    /* transform: scale(1); */
    transform: translateX(0);
    opacity: 1;
}

.s2-c>ul .slick-slide>div li a:hover div span {
    color: #f8d8a7;
}

.s2-c>ul .slick-slide>div li a:hover p {
    color: #fff;
}

.s2-c>ul .slick-slide>div li:hover::before {
    left: .35rem;
    background: #cea565;
    transition-delay: 1s;
}

.s2-c>ul .slick-slide>div li:hover::after {
    width: 0.35rem;
    transition-delay: 1s;
}

.s3 {
    background: url(../images/s3-bg2.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 1.62rem 0 .66rem 0;
    margin-top: -1.62rem;
    position: relative;
    z-index: 10;
}

.s3>div {
    position: relative;
    z-index: 9;
}

.s3>div.canvas2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.canvas2 img {
    display: block;
    width: 100%;

}

.s3-t {
    display: flex;
    margin-top: .15rem;
}

.s3-tl {
    width: 7.7rem;
    margin-right: .5rem;
}

.s3-tl ul li a {
    display: block;
    position: relative;
}

.s3-tl ul li a .pic {
    padding-top: 65%;
}

.s3-tl ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-zzc.png) repeat-x;
    background-size: auto 2.23rem;
    background-position: center bottom;
}

.s3-tl ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .55rem;
    padding: .15rem 6%;
    z-index: 9;
}

.s3-tl ul li a .info span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s3-tl ul li a .info p {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
}

.s3-tl ul li a .info p i {
    background-image: linear-gradient(#fff, #fff);
}

.s3-tl .slick-dots {
    text-align: left;
    font-size: 0;
    bottom: 0.4rem;
    margin-top: .45rem;
    padding: 0 6%;
}

.s3-tl .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    border: solid 0.01rem #fff;
    border-radius: 50%;
    margin: 0 .15rem 0 0;
}

.s3-tl .slick-dots li.slick-active {
    background-color: #dca95a;
    border-color: #dca95a;
}


.s3-tr {
    flex: 1;
    min-width: 0;
}

.s3-tr ul {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s3-tr ul li {
}
.s3-tr ul li:nth-child(1){
    margin-top:0;
}

.s3-tr ul li a {
    display: flex;
}

.s3-tr ul li a .pics {
    width: 3.43rem;
}

.s3-tr ul li a .pics .pic {
    padding-top: 65%;
}

.s3-tr ul li a .info {
    flex: 1;
    min-width: 0;
    padding: 0 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.s3-tr ul li a .info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-tritem-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translateX(-100%);
    transition: all 0.5s;
}

.s3-tr ul li a .info span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    position: relative;
    z-index: 9;
}

.s3-tr ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
    margin: .05rem 0 .1rem 0;
    width: 100%;
    position: relative;
    z-index: 9;
}

.s3-tr ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
    width: 100%;
    position: relative;
    z-index: 9;
}





.s3-b {
    margin-top: .62rem;
}

.s3-b ul {}

.s3-b ul li {
    position: relative;
}

.s3-b ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 .5rem;
    height: 1.58rem;
    overflow: hidden;
    z-index: 8;
    border-radius: .8rem 0 0 .8rem;
}

.s3-b ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #feffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
    width: 100%;
    position: relative;
    z-index: 9;
}

.s3-b ul li a div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .23rem;
}

.s3-b ul li a div p {
    padding-left: .25rem;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #ffffff;
    margin-right: .2rem;
    position: relative;
    z-index: 9;
}

.s3-b ul li a div p.icon-bguser {
    background: url(../images/icon-bguser.png) no-repeat;
    background-position: left center;
    background-size: .16rem auto;
}

.s3-b ul li a div p.icon-bgtime {
    background: url(../images/icon-bgtime.png) no-repeat;
    background-position: left center;
    background-size: .14rem auto;
}

.s3-b ul li a div p.icon-bgadd {
    background: url(../images/icon-bgadd.png) no-repeat;
    background-position: left center;
    background-size: .13rem auto;
}



.s3-b>ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3082a6;
    transition: all 0.5s;
    z-index: 9;
    opacity: 0;
}

.s3-b>ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 0.5s;
    z-index: 9;
    opacity: 0;
}

.s3-b>ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-bitembg.png) no-repeat;
    background-position: left center;
    background-size: auto 100%;
    transition: all 1s;
    transform: translateX(100%);
    transform-origin: left center;
    border-radius: .8rem 0 0 .8rem;
    opacity: 0;
}

.s3-b>ul li a:hover::before {
    /* transform: scale(1); */
    transform: translateX(0);
    box-shadow: 0 0 .1rem rgba(255, 255, 255, 1);
    opacity: 1;
}

.s3-b>ul li a:hover {}

.s3-b>ul li a:hover div span {
    color: #f8d8a7;
}

.s3-b>ul li a:hover p {
    color: #fff;
}

.s3-b>ul li:hover::before {
    left: .35rem;
    background: #fff;
    transition-delay: 1s;
    opacity: 1;
}

.s3-b>ul li:hover::after {
    width: 0.35rem;
    transition-delay: 1s;
    opacity: 1;
}


.s3-b .slick-dots {
    position: static;
    text-align: center;
    font-size: 0;
    bottom: 0.4rem;
    margin-top: .48rem;
    padding: 0 6%;
}

.s3-b .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    border: solid 0.01rem #fff;
    border-radius: 50%;
    margin: 0 .07rem;
}

.s3-b .slick-dots li.slick-active {
    background-color: #dca95a;
    border-color: #dca95a;
}

.s4 {
    position: relative;
    background: url(../images/s4-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 1.29rem 0 6.8% 0;
}

.s4 .tit {
    justify-content: center;
}

.s4>div {
    position: relative;
    z-index: 9;
}

.s4 .tit::before {
    background-position: center center;
}

.s4>div.canvas3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.s4>div.canvas3 img {
    display: block;
    width: 100%;
}

.s4-c {
    margin-top: .75rem;
}
.s4-c ul{
    padding:0 .5rem;
}
.s4-c ul li {}

.s4-c ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.27rem;
    height: 2.27rem;
    position: relative;
    border-radius: 50%;
    background: #fff;
    border: dashed 1px #1c79af;
    margin: 0 auto;
    transition: all 0.5s;
}


.s4-c ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-itembg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all .5s;
    border-radius: 50%;
    opacity: 0;
}

.s4-c ul li a b {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    animation: _anirotate 15s linear infinite;
}

.s4-c ul li:nth-child(5n+1) a b {
    /* animation: _anirotate 12s -5s linear infinite; */
}

.s4-c ul li:nth-child(5n+2) a b {
    animation: _anirotate 15s -4s linear infinite;
}

.s4-c ul li:nth-child(5n+3) a b {
    animation: _anirotate 13.5s -6s linear infinite;
}

.s4-c ul li:nth-child(5n+4) a b {
    animation: _anirotate 16s -2s linear infinite;
}

.s4-c ul li:nth-child(5n) a b {
    animation: _anirotate 13s -4.5s linear infinite;
}


.s4-c .slick-dots {
    position: static;
    text-align: center;
    font-size: 0;
    bottom: 0.4rem;
    margin-top: .48rem;
    padding: 0 6%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.s4-c .slick-dots li {
    width: 0.12rem;
    height: 0.28rem;
    border-radius: 50%;
    margin: 0 .07rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.s4-c .slick-dots li button{
    display: block;
    background: #0b7ab9;
    width: 0.12rem;
    height: .12rem;
    border-radius: 50%;
    padding: 0;
}
.s4-c .slick-dots li.slick-active {
    width: 0.43rem;
    border-color: #fff;
    background: url(../images/baanner-dot-bor2.png) no-repeat;
    background-size: 100% 100%;
}
.s4-c .slick-dots li.slick-active button{opacity:0;}
@keyframes _anirotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


.s4-c .slick-prev, .s4-c .slick-next {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(0);
    top: .77rem;
}

.s4-c .slick-prev {
    left: -0.06rem;
}

.s4-c .slick-next {
    right: -0.06rem;
}

.s4-c .slick-prev::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(../images/s8-prev.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 2;
}

.s4-c .slick-prev::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #3082a6;
    z-index: 1;
}

.s4-c .slick-next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(../images/s2-next.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 2;
}

.s4-c .slick-next::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #3082a6;
    z-index: 1;
}

.s4-c .slick-prev:hover::after {
    animation: scaleTwo 1s 1;
}

.s4-c .slick-next:hover::after {
    animation: scaleTwo 1s 1;
}




.s4-c ul li a b::before {
    content: "";
    position: absolute;
    width: 0.45rem;
    height: 0.52rem;
    left: .04rem;
    top: 0.2rem;
    background: url(../images/s4-line1.png) no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

.s4-c ul li a b::after {
    content: "";
    position: absolute;
    width: 0.45rem;
    height: 0.52rem;
    right: .06rem;
    bottom: 0.2rem;
    background: url(../images/s4-line2.png) no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}


.s4-c ul li a div {
    width: 1.94rem;
    height: 1.94rem;
    border: dashed 0.01rem rgba(148, 148, 148, .5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
}

.s4-c ul li a div h3 {
    font-size: 0.6rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #1c79af;
    font-family: "sysong";
    text-align: center;
    transition: all 0.5s;
}

.s4-c ul li a div p {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #4a4a4a;
    margin-top: .2rem;
    text-align: center;
    transition: all 0.5s;
}
.s4-c ul li a div p.IntroTitle{
    margin-top:0rem;
}
.s4-b {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2 !important;
}

.s4-b img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.s4-yunl {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 38.9%;
    transition: all 2.5s;
}

.s4-yunb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.s4-yunr {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 45.5%;
    transition: all 2.5s;
}

.s4-c ul li a:hover {
    border-color: #fff;
    transition-delay: .5s;
}

.s4-c ul li a:hover::after {
    opacity: 1;
}

.s4-c ul li a:hover div {
    background-image: none !important;
    border-color: #d2b15a;
}

.s4-c ul li a:hover div h3 {
    color: #d2b15a;
}

.s4-c ul li a:hover div p {
    color: #ffffff;
}


.s5 {
    background: url(../images/s5-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 5.56rem;
    margin-top: .5rem;
}

.s5-t ul {
    display: flex;
    justify-content: space-between;
    margin-top: .2rem;
}

.s5-t ul li {
    width: 48%;
}

.s5-t ul li a {
    display: flex;
}

.s5-t ul li a .pics {
    width: 3.55rem;
}

.s5-t ul li a .pics .pic {
    padding-top: 63.1%;
}

.s5-t ul li a .info {
    flex: 1;
    min-width: 0;
    padding: .15rem .2rem 0 .3rem;
    box-shadow: 0 0 .29rem rgba(48, 130, 166, .1);
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.s5-t ul li a .info .s5-titembg {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s5-item-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    transition: all 0.5s;
}

.s5-t ul li a .info div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
}

.s5-t ul li a .info div::before {
    content: "";
    position: absolute;
    right: -.2rem;
    bottom: 100%;
    height: 1px;
    background: #0b7ab9;
    width: 1.15rem;
    transition: all 0.5s;
}

.s5-t ul li a .info div::after {
    content: "";
    position: absolute;
    right: 0.95rem;
    bottom: 100%;
    transform: translateY(50%);
    background: #0b7ab9;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    transition: all 0.5s;
}

.s5-t ul li a .info div img {
   display:block;
    height: 0.31rem;
}

.s5-t ul li a .info div span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #087ebf;
    padding-top: .05rem;
}

.s5-t ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #4a4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: .3rem 0 .15rem 0;
    position: relative;
    z-index: 9;
}

.s5-t ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #4a4a4a;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
    position: relative;
    z-index: 9;
}


.s5-b {
    margin-top: .1rem;
}

.s5-b ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s5-b ul li {
    width: 48%;
}

.s5-b ul li a {
    display: flex;
    align-items: center;
    padding: .36rem 0;
    border-bottom: solid 0.01rem rgba(140, 140, 140, .3);
    position: relative;
}

.s5-b ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    transition: all 0.5s;
    background: #0b7ab9;
}

.s5-b ul li a div {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.s5-b ul li a div b {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #1a6e9e;
    margin-right: .1rem;
}

.s5-b ul li a div p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #4a4a4a;
}

.s5-b ul li a span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #087ebf;
    width: 0.9rem;
}

.s5-b ul li a:hover div p {
    color: #0b7ab9;
}

.s5-b ul li a:hover::after {
    width: 100%;
}

.s6 {
    position: relative;
    padding-bottom: 1rem;

    padding-top: 2.8rem;
    margin-top: -5.45rem;
}

.s6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s6-bg1.png) no-repeat;
    background-position: center top;
    z-index: 2;
}

.s6::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4.5rem;
    right: 0;
    bottom: 0;
    background: #eef3f5;
    z-index: 1;
}

.s6>div {
    position: relative;
    z-index: 9;
}

.s6-t {
    display: flex;
    justify-content: space-between;
    right: 0;
}

.s6-tl {
    width: 55%;
}

.s6-text{
    position: absolute;
    right: 15%;
    top: -.35rem;
    font-family: Georgia;
	font-size: 175px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 9px;
	color: #ffffff;
	opacity: 0.05;
}


.group-big li a {
    display: block;
    position: relative;
}

.group-big li a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1.06rem;
    height: 1.06rem;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 9;
}

.group-big li a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.55rem;
    margin-top: -.55rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: .05rem solid rgba(255, 255, 255, .5);
    z-index: 9;
    animation: scaleTwo 2s infinite;

}

.group-big li a .pic {
    padding-top: 60.6%;
    display: block;
    position: relative;
    overflow: hidden;
}

.group-big li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.group-big li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/group-big-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 9;
}

.group-big li a img {
    display: block;
    width: 100%;
}

.group-big li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
    z-index: 10;
    padding: .25rem .3rem;
}

.group-sml {
    margin-top: .15rem;
    margin: .15rem -.08rem 0 -.08rem;
}

.group-sml li.slick-current a .pic::after {
    border: solid 0.07rem #d2b15a;
}

.group-sml li.slick-current a .pic img {
    opacity: 1;
}

.group-sml li a {
    display: block;
    margin: 0 .08rem;
    position: relative;
}

.group-sml li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: solid 0.07rem transparent;
    z-index: 9;
    transition: all 0.5s;
}

.group-sml li a .pic {
    padding-top: 60.3%;
    display: block;
    position: relative;
    overflow: hidden;
    background: #000;
}

.group-sml li a .pic img {
    opacity: .6;
}

.group-sml li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.group-sml li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #333333;
    margin-top: .08rem;
}

.s6-tr {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.s6-tr .tit {
    margin-right: 20%;
    margin-left: .8rem;
    padding-top: .2rem;
    flex-direction: column;
    align-items: center;
}

.s6-tr .tit::before {
    content: "";
    position: absolute;
    left: .73rem;
    width: .05rem;
    height: 0.05rem;
    background: #d4b564;
    top: -.45rem;
    border-radius: 50%;
    transform: translateX(-50%);


}

.s6-tr .tit::after {
    content: "";
    position: absolute;
    left: .73rem;
    width: 1px;
    background: #d4b564;
    top: -.35rem;
    height: 0.9rem;
}

.s6-tr .tit>div {
    display: flex;
    flex-direction: row-reverse;
    padding-top: .53rem;
}

.s6-tr .tit>div h2 {
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
}

.s6-tr .tit>div h3 {
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    margin-top: .2rem;
}
.s6-tr .tit a{
        /* writing-mode: vertical-rl; */
        /* writing-mode: tb-rl; */
        margin-top: .3rem;
}
.s6-tr .tit a span{
    font-family: 楷体;
}
.s6-trtext p {
    height: 2.9rem;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    opacity: 0.8;
}

.s6-tr .tit-w.tit>div h3::before {
    background: linear-gradient(to left, rgba(11, 122, 185, .8), rgba(255, 255, 255, 0) 90%);
}

.s6-tr .tit>div::before {
    left: -.05rem;
    top: 0;
    width: 1.08rem;
    height: 1.01rem;
}

.s6-tr .tit>div::after {
    bottom: -.15rem;
}

.s6-b {
    display: flex;
    align-items: flex-start;
    margin-top: 1.4rem;
}

.s6-bl {
    width: 55%;
    display: flex;
    align-items: flex-start;
}

.s6-bltext {
    flex: 1;
    min-width: 0;
}

.s6-bltext p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #333333;
    opacity: 0.8;
}

.s6-blmore {
    width: 3.2rem;
    padding-bottom: 2px;
    position: relative;
    margin-top: .44rem;
    margin-left: 1.07rem;
}

.s6-blmore::before {
    content: "";
    position: absolute;
    left: 0;
    right: -1.23rem;
    height: 1px;
    bottom: 0;
    background: #1c7ba8;
    transition: all 0.5s;
}

.s6-blmore a {
    display: flex;
    align-items: center;
    width: 2.6rem;
    border-radius: 0 0.28rem 0.28rem 0;
    background: #1c7ba8;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.56rem;
    color: #ffffff;
    justify-content: space-around;
    padding: 0 .2rem 0 .3rem;
    margin-left: 0;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.s6-blmore a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    /* transform: translateX(-100%) translateY(100%); */
    background: #d2b15a;
    z-index: 1;
    transition: all .4s;
    transform: skewX(20deg);
    transform-origin: left bottom;
    transition-timing-function: ease-in;
    /* border-radius: 0 0.28rem 0.28rem 0; */
}

.s6-blmore a:hover::after {
    /* transform: translateX(0) translateY(0); */
    width: 100%;
    transform: skewX(0deg);
}

.s6-blmore a:hover {
    /* width: 100%; */
    /* transform: translateX(.2rem); */
}

.s6-blmore a:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.s6-blmore a span {
    position: relative;
    z-index: 9;
}

.s6-blmore a b {
    width: 0.21rem;
    height: 0.13rem;
    background: url(../images/icon-right.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    position: relative;
    z-index: 9;
}

.s6-blmore:hover::before {
    /* left: .2rem; */
}

.s6-br {
    flex: 1;
    min-width: 0;
    margin-right: -1.1rem;
    margin-top: -3.75rem;
    /* margin-left: .63rem; */
}

.s6-br img {
    display: block;
    width: 100%;
}

.s7 {
    position: relative;
    padding-top: 2.32rem;
}

.s7>.w17 {
    position: relative;
    z-index: 9;
}

.s7::before {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    padding-top: calc(10% + 2.32rem);
    background: #eef3f5;
    pointer-events:none;
    z-index:-1;
}

.s7::after {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    padding-top: calc(10% + 2.32rem);
    background: linear-gradient(to bottom, #eef3f5, transparent);
    pointer-events:none;
    z-index:-1;
}
.s7-tlbg {
    position: absolute;
    left: 0;
    top: 0;
}

.s7-tlbg img {
    display: block;
    width: 100%;
}

.s7-ttext {
    position: absolute;
    left: 1.12rem;
    bottom: 100%;
    font-family: Georgia;
    font-size: 3.21rem;
    font-weight: normal;
    line-height: 2.32rem;
    color: #ffffff;
}

.s7-c {
    display: flex;
    align-items: flex-end;
    padding-left: 2.22rem;
    position: relative;
}

.s7-l {
    position: absolute;
    left: .15rem;
    bottom: 0;
    width: 2.77rem;
    height: 8.09rem;
    background: url(../images/s7-lbg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.s7-l {}

.s7-l .tit {
    /* margin-right: 20%; */
    /* margin-left: .8rem; */
    padding-top: .65rem;
    padding-left: 0;
    flex-direction: column;
    align-items: center;
}

.s7-l .tit a{
    margin-top: .2rem;
}
.s7-l .tit::before {
    content: "";
    position: absolute;
    left: .48rem;
    width: .05rem;
    height: 0.05rem;
    background: #d4b564;
    top: 0;
    border-radius: 50%;
    transform: translateX(-50%);
}

.s7-l .tit::after {
    content: "";
    position: absolute;
    left: .48rem;
    width: 1px;
    background: #d4b564;
    top: .1rem;
    height: 0.9rem;
}

.s7-l .tit>div {
    display: flex;
    flex-direction: row-reverse;
    padding-top: .43rem;
}

.s7-l .tit>div h2 {
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
}

.s7-l .tit>div h3 {
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    margin-top: .4rem;
    margin-right: .1rem;
}

.s7-l .tit-w.tit>div h3::before {
    background: linear-gradient(to left, rgba(11, 122, 185, .8), rgba(255, 255, 255, 0) 90%);
}

.s7-l .tit>div::before {
    left: .05rem;
    top: 0;
    width: 1.08rem;
    height: 1.01rem;
}

.s7-l .tit>div::after {
    bottom: 0;
}

.group-media ul {
    font-size: 0;
    margin-bottom: .45rem;
    margin-top: .3rem;
}

.group-media ul li:nth-child(2) {
    margin: .3rem 0;
}

.s6-t {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.group-media ul li a {
    display: block;
    position: relative;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-media ul li a img {
    display: block;
    transition: all 0.5s;
}

.group-media ul li a .icons {
    overflow: hidden;
    border-radius: 50%;
    width: 0.85rem;
    height: 0.85rem;
    position: relative;
    background-color: #1a6e9e;
    border: solid 0.01rem #ffffff;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-media ul li a .icons img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-.8rem);
}

.group-media ul li a:hover .icons img:nth-child(1) {
    transform: translateX(.8rem);
}

.group-media ul li a:hover .icons img:nth-child(2) {
    transform: translateY(-50%) translateX(-50%);
}

.group-media ul li a .foot-ewm {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 130%;
    margin-left: 0.1rem;
    border-radius: 0.05rem;
    padding: 0.15rem;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    z-index: 9;
}

.group-media ul li a .foot-ewm img {
    display: block;
    width: 1.3rem;
    height: auto;
}

.group-media ul li a .foot-ewm::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    border-width: 0.08rem 0.08rem 0.08rem 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.group-media ul li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.group-media ul li:hover a {
    overflow: visible;
}

.group-media ul li:hover a .icon {
    background-color: #2f73d1;
}

.group-media ul li:hover a .icon img {
    opacity: 1;
}

.group-media ul li a .icon img {
    vertical-align: middle;
    display: block;
    width: 100%;
}

.group-media ul li:hover a .foot-ewm {
    opacity: 1;
    left: 100%;
    visibility: visible;
}





.s7-r {
    flex: 1;
    min-width: 0;
    display: flex;
    position: relative;
    z-index: 1;
}
.s7-r li{
    padding:.05rem;
}
.s7-r a {
    display: block;
    position: relative;
    /* margin: .05rem; */
}

.s7-r a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s7-zzc.png) repeat-x;
    background-position: center bottom;
}

.s7-r a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    padding: 0 .15rem;
    z-index: 9;
    display: flex;
    align-items: center;
}

.s7-r a .info div {
    height: 0.3rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .1rem;
}

.s7-r a .info div img {
    max-width: 100%;
    max-height: 100%;
}

.s7-r a .info p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
}

.s7-r a .info p i {
    background-image: linear-gradient(#fff, #fff);
}

.s7-rl {
    width: 48.3%;
}

.s7-rl ul li a .info {
    padding-left: .65rem;
}

.s7-rl ul li:nth-child(1) a .pic {
    padding-top: 60%;
}

.s7-rl ul li:nth-child(2) a .pic {
    padding-top: 41.2%;
}

.s7-rr {
    width: 51.7%;
}

.s7-rr ul {
    display: flex;
    flex-wrap: wrap;
}

.s7-rr ul li {
    width: 50%;
}

.s7-rr ul li a .pic {
    padding-top: 70.37%;
}

.s7-rr ul li:nth-child(3) {
    width: 100%;
}

.s7-rr ul li:nth-child(3) a .pic {
    padding-top: 59.7%;
}

.s8 {
    position: relative;
    padding-top: 0rem;
    padding-bottom: 1rem;
    z-index: 8;
}

.s8 .tit {
    justify-content: center;
}

.s8 .tit::before {
    background-position: center center;
}

.s8 .tit a {
    position: absolute;
    right: 0;
    bottom: .28rem;
}

.s8-c ul {
   }

.s8-c ul li a {
    display: block;
    margin: 0 .3rem;
}

.s8-c ul li a .pic {
    padding-top: 52.36%;
}

.s8-c .slick-prev, .s8-c .slick-next {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    cursor: pointer;
}

.s8-c .slick-prev {
    left: -0.06rem;
}

.s8-c .slick-next {
    right: -0.06rem;
}

.s8-c .slick-prev::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(../images/s8-prev.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 2;
}

.s8-c .slick-prev::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #3082a6;
    z-index: 1;
}

.s8-c .slick-next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(../images/s2-next.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 2;
}

.s8-c .slick-next::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #3082a6;
    z-index: 1;
}

.s8-c .slick-prev:hover::after {
    animation: scaleTwo 1s 1;
}

.s8-c .slick-next:hover::after {
    animation: scaleTwo 1s 1;
}

.s8>div {
    position: relative;
    z-index: 9;
}

.s8>div.s8-logo {
    position: absolute;
    left: 0;
    top: -4.85rem;
    pointer-events: none;
}

.s8>div.s8-logo div {
    width: 10.65rem;
    height: 8.33rem;
    background: url(../images/s8-logo.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s8>div.canvas5 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    transform: translateY(10%);
}

.s8>div.canvas5 img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1024px) {}

@media screen and (min-width: 1025px) {
    .s3-tr ul li a:hover .info {
        box-shadow: 0 0 .1rem rgba(255, 255, 255, .3);
    }
    .s3-tr ul li a:hover .info::before {
        transform: translateX(0);
    }
    
.s5-t ul li a:hover .info div::before {
    background: #fff;
}

.s5-t ul li a:hover .info div::after {
    background: #fff;
}

.s5-t ul li a:hover .info div span {
    color: #ffffff;
}

.s5-t ul li a:hover .info h3 {
    color: #ffffff;
}

.s5-t ul li a:hover .info p {
    color: #ffffff;
}
}

@media screen and (max-width: 1400px) {
    .s1-r {
        /* width: 8rem; */
    }

    .s1-rl {
        /* width: 35.3%; */
    }

    .s1-l ul {
    }

    .s1-l ul li a h3 {
    }

    .s2-c>ul .slick-slide>div {
        width: 33.33%;
    }

    .s3-tl {
        width: 5.5rem;
        margin-right: .3rem;
    }

    .s3-tr ul li a .pics {
        width: 2.6rem;
    }

    .s3-tr ul li a .info {
        padding: 0 .1rem 0 .2rem;
    }

    .s4-c ul li a {
        width: 1.5rem;
        height: 1.5rem;
    }
    .s4-c .slick-prev, .s4-c .slick-next{
        top:.39rem;
    }

    .s4-c ul li a b::before {
        left: 0.04rem;
        top: 0.12rem;
        width: 0.3rem;
        height: .35rem;
    }

    .s4-c ul li a b::after {
        right: 0.04rem;
        bottom: 0.12rem;
        width: 0.3rem;
        height: .35rem;
    }

    .s4-c ul li a div {
        width: 1.3rem;
        height: 1.3rem;
        background-size: 1rem auto;
    }

    .s4-c ul li a div h3 {
        font-size: .3rem;
        line-height: .2rem;
    }

    .s4-c ul li a div p {
        font-size: .16rem;
        margin-top: .1rem;
    }

    .s5-t ul li a .pics {
        width: 3rem;
    }

    .s5-t ul li a .info h3 {
        margin: .2rem 0 .1rem 0;
    }

    .s6-br {
        margin-top: -20%;
    }

    .s6-blmore {
        margin-left: .5rem;
    }

    .s7-l {
        width: 2.1rem;
        height: 6.13rem;
    }
.s7-c{
    padding-left: 1.72rem;
}
    .group-media ul {
        margin: .15rem 0;
    }

    .group-media ul li a {
        width: 0.7rem;
        height: 0.7rem;
    }

    .group-media ul li a .icons {
        width: 0.7rem;
        height: 0.7rem;
    }

    .group-media ul li:nth-child(2) {
        margin: .1rem 0;
    }

    .group-media ul li a .icons img {
        max-height: .25rem;
    }

    .s7-ttext {
        font-size: 1.5rem;
        line-height: 1.1rem;
    }
}

@media screen and (max-width: 1024px) {
    #downPage {
        width: 0.6rem;
        height: 0.6rem;
        margin: 0 .3rem;
    }

    #downPage img {
        height: .2rem;
    }

    .banner-btm {
        bottom: 0.1rem;
    }

    .banner .slick-slide a::after {
        content: none;
    }

    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-ty div img {
        max-width: 40%;
        margin: 0 auto;
    }

  .banner .slick-slide a video{height:auto !important;}

    .banner .slick-slide a::before {
        background-size: auto 1rem;
    }

    .banner .slick-dots {
        bottom: 0.2rem;
    }

    .tit>div h2 {
        font-size: .3rem;
    }

    .tit>div h3 {
        font-size: .18rem;
    }

    .s1-c {
        display: block;
    }

    .s1-rl {
        margin-left: 0;
        margin-right: 0;
        width: auto;
        flex: none;
        margin-bottom: .25rem;
    }

    .s1-rr-text li a p {
        margin-top: .15rem;
    }

    .s1-rr-text .slick-dots {
        margin-top: .2rem;
    }

    .s1-r {
        width: auto;
        display: block;
        margin-top: .25rem;
        margin-left: 0;
    }

    .s2-c>ul .slick-slide>div {
        width: 50%;
    }

    .s2-c>ul .slick-slide>div li a {
        padding: 0 .25rem 0 .35rem;
        height: 1rem;
    }

    .slick-speed {
        margin-top: .3rem;
    }

    .slick-speed ul li {
        width: 0.4rem;
        height: 0.4rem;
        margin-left: .1rem;
    }

    .s3-t {
        display: block;
    }

    .s3-tl {
        width: auto;
        margin-right: 0;
    }

    .s3-b ul li a {
        padding: 0 .2rem 0 .35rem;
        border-radius: 0;
    }

    .s3-b ul li a h3 {
        font-size: .18rem;
    }

    .s3-b ul li a div {
        margin-top: .1rem;
    }

    .s1-rr-text li a h3 {
        font-size: .2rem;
    }

    .s2-c>ul .slick-slide>div li a p {
        font-size: .18rem;
    }

    .s5-t ul {
        display: block;
        margin-top: 0;
    }

    .s5-t ul li {
        width: auto;
        margin-top: .2rem;
    }

    .s6-t {
        flex-wrap: wrap;
    }

    .s6-tl {
        width: 100%;
        order: 2;
    }

    .s6-tr {
        width: 100%;
        order: 1;
        flex: none;
        flex-wrap: wrap;
    }

    .s6-trtext {
        width: 100%;
        order: 1;
        margin-bottom: .2rem;
    }

    .s6-tr .tit {
        order: 0;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-top: .11rem;
        flex-direction: row;
    }

    .s6-tr .tit>div {
        flex-direction: row;
        display: block;
    }

    .s6-tr .tit>div h2 {
        writing-mode: horizontal-tb;
    }

    .s6-tr .tit>div h3 {
        writing-mode: horizontal-tb;
        margin-top: 0;
    }
.s6-tr .tit a{
     writing-mode: horizontal-tb;
}
    .s6-tr .tit a span{
        font-family:"";
    }
    .s6-tr .tit-w.tit>div h3::before {
        background: linear-gradient(#0b7ab9, rgba(255, 255, 255, 0) 90%);
    }

    .s6-trtext p {
        height: auto;
        writing-mode: horizontal-tb;
    }

    .s6-tr .tit>div::before {
        left: -.35rem;
        top: 0;
        width: 1.08rem;
        height: 1.01rem;
    }

    .s6-tr .tit::before {
        left: .45rem;
    }

    .s6-tr .tit::after {
        left: .45rem;
    }

    .group-big li a::before {
        width: 0.46rem;
        height: 0.46rem;
    }

    .group-big li a::after {
        width: .4rem;
        height: 0.4rem;
        margin-left: -.23rem;
        margin-top: -.23rem;
        border: .03rem solid rgba(255, 255, 255, .6);
    }


    .group-big li a p {
        font-size: .18rem;
        line-height: .24rem;
        padding: .15rem;
    }

    .group-sml li a p {
        font-size: .18rem;
        line-height: .24rem;
    }

    .s6-b {
        display: block;
        margin-top: .5rem;
    }

    .s6-bl {
        width: auto;
        display: block;
    }

    .s6-blmore {
        margin-left: 0;
    }

    .s6-br {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .s7 {
        padding-bottom: .3rem;
        background: #1c7ba8;
        background: linear-gradient(#eef3f5, #1c7ba8 20%, #1c7ba8 90%, rgba(255, 255, 255, .0));
        padding-top: 1.5rem;
    }

    .s7-c {
        display: block;
        padding-left: 0;
    }

    .s7-l {
        position: static;
        width: auto;
        height: auto;
        background: none;
    }

    .s7::before ,.s7::after{
        display: none;
    }

    .s7-ttext {
        font-size: .8rem;
        left: .15rem;
    }

    .s7-l {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        position: relative;
        left: auto;
        display: block;
    }

    .s7-l .tit {
        padding-top: 0;
        flex-direction: row;
        align-items: flex-start;
    }

    .s7-l .tit>div h2 {
        writing-mode: horizontal-tb;
    }

    .s7-l .tit>div h3 {
        writing-mode: horizontal-tb;
        margin-top: 0;
    }

    .s7-l .tit>div::before {
        left: -.35rem;
        top: 0;
        width: 1.08rem;
        height: 1.01rem;
    }

    .s7-l .tit::before {
        left: .45rem;
    }

    .s7-l .tit::after {
        left: .45rem;
    }

    .s7-l .tit>div {
        display: block;
    }

    .s8>div.s8-logo {
        top: 0;
        bottom: 0;
        right: 0;
    }

    .s8>div.s8-logo div {
        width: 100%;
        height: 100%;
        background-size: 50% auto;
        background-position: left top;
    }

    .s8 .tit {
        justify-content: flex-start;
    }

    .s8-c ul li a {
        margin: 0 .05rem;
    }

    .s8-c ul {
        margin: 0 -.05rem;
    }

    .group-media ul {
        display: flex;
        align-items: center;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .group-media ul li:nth-child(2) {
        margin: 0 .1rem;
    }

    .group-media ul li a .icons, .group-media ul li a {
        width: 0.5rem;
        height: 0.5rem;
    }

    .group-media ul li a .foot-ewm {
        right: 130%;
        left: auto;
        z-index: -9;
    }

    .group-media ul li:hover a .foot-ewm {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: .1rem;
        z-index: 9;
    }

    .group-media ul li a .foot-ewm::after {
        border-width: .08rem 0 .08rem .08rem;
        left: 100%;
        right: auto;
        border-color: transparent transparent transparent #fff;
    }

    .s7-rl ul li a .info {
        padding-left: .15rem;
    }

    .s7-r a .info p {
        font-size: .18rem;
    }



    .s1, .s2 {
        margin-top: .5rem;
    }

    .s1-rl ul li:nth-child(1) {
        margin-bottom: .15rem;
    }

    .s2, .s5 ,.s8{
        padding-bottom: .5rem;
    }

    .s3, .s4, .s6 ,.s8{
        padding-top: .5rem;
    }

    .s6 {
        margin-top: 0;
        background: linear-gradient(#087ebf, #eef3f5);
    }
    .s6::before,.s6::after{
        display: none;
    }
    .s3-tr ul li {
        margin-top: .15rem !important;
    }

    .s3-b, .s4-c {
        margin-top: .25rem;
    }

    .s3-b .slick-dots {
        padding: 0;
        margin-top: .25rem;
    }

    .s3-b>ul li a::before {
        transform: translateX(0);
    }

    .s5-b ul li a {
        padding: .25rem 0;
    }
    .s8-c .slick-prev, .s8-c .slick-next ,.s4-c .slick-prev, .s4-c .slick-next{
        width: 0.4rem;
        height: 0.4rem;
    }
    .s4-c .slick-prev, .s4-c .slick-next{
        top: .55rem;
    }
    .s4-c ul {
    padding: 0 .35rem;
}
    .s3-tl ul li a .info{
        padding: 0 .15rem;
        bottom: 0.4rem;
    }
    .s3-tl .slick-dots{
        bottom: 0.15rem;
        padding: 0 .15rem;
    }
    .s3-tr ul li a .info{
        padding: .15rem 0 .15rem .15rem;
    }
    .s5-b ul li a div p,.s5-b ul li a div b,.s5-t ul li a .info h3,.s3-tr ul li a .info h3,.s3-tl ul li a .info p,.s1-rr-text li a h3,.s1-rl ul li a .info p,.s1-l ul li a h3{
        font-size: .18rem;
    }
    .s1-rr-pics ul li a p{font-size:.2rem;}
    .s1-l ul li a h3{
        line-height:.7rem;
    }
    .first-item a h3{font-size:.2rem}
     .first-item{display:none;}

.s2{padding-bottom: 2.5rem;}
    .s3{padding-top: 2rem;margin-top: -2.5rem;}
}


@media screen and (max-width: 768px) {
    .s1-l ul{
        display:block;
        margin-top: .25rem;
    }
    .s1-l ul li{
        width:auto;
    }
    .s1-l ul li:nth-child(2) a {
        border-top: 1px solid #e3e3e3;
}
    .s1-rl>ul{
        display:block;
    }
    .s1-rl>ul li{
        width:auto;
    }
    .s5-b ul {
        display: block;
    }

    .s5-b ul li {
        width: auto;
    }

    .s3 {
        background-color: #087ebf;
        margin-top: 0;
        padding-top: .5rem;
    }

    .s7-r {
        display: block;
    }

    .s7-rl {
        width: auto;
    }

    .s7-rr {
        width: auto;
    }

    .s7-r a .info {
        padding: 0 .1rem;
        bottom: 0.1rem;
    }

    .s7-r a .info div {
        margin-right: 0;
    }

.s2{padding-bottom: .5rem;}
}

@media screen and (max-width: 640px) {
    .s2-c>ul .slick-slide>div {
        width: 100%;
    }

    .s3-tr ul li a {
        display: block;
    }

    .s3-tr ul li a .pics {
        width: auto;
    }


    .s5-t ul li a {
        display: block;
    }

    .s5-t ul li a .pics {
        width: auto;
    }

    .s5-t ul li a .info {
        padding: .2rem .15rem;
    }
}




canvas{
    width: 100%;
}