@charset "utf-8";

body {
    overflow-x: hidden;
}

.tab-bd {
    position: relative;
    overflow: hidden;
}

.tab-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: scale(0.6);
    /* transform: translateY(1.5rem); */
    filter: blur(0.2rem);
}

.tab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transform: scale(1);
}



@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;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::before {
    content: "";
    /* position: absolute;
    left: 0;
    height: 1.8rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1; */
    height: 1.54rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .43), rgba(0, 0, 0, 0));
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}



@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}


@keyframes img_scale3 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}


.banner .slick .box0 {
    opacity: 1;
    z-index: 0;
    opacity: 1;
    z-index: 0;
    -webkit-animation: box0 7s linear 0s;
    animation: box0 7s linear 0s
}


.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}

.banner .slick .box1 {
    -webkit-animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 0
}

@-webkit-keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@-webkit-keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@-webkit-keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

.banner .slick-dots {
    font-size: 0;
    position: static;
    text-align: right;
    width: auto;
    display: flex;
    align-items: center;
    height: 0.37rem;
    background-color: rgba(0, 0, 0, .18);
    border-radius: 0.18rem;
    padding: 0 .22rem;
    height: 0.37rem;
}

.banner .slick-dots li {
    display: flex;
    vertical-align: middle;
    width: 0.15rem;
    height: 0.25rem;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 .22rem;
    position: relative;
    transition: all .5s;
    background: url(../images/banner-dot.png) no-repeat;
    background-position: center bottom;
    background-size: auto .2rem;
}

.banner .slick-dots li:nth-child(1) {
    margin-left: 0;
}

.banner .slick-dots li:before {}

.banner .slick-dots li:nth-child(1):before {
    content: none;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 0.16rem;
    height: 0.16rem;
    background-color: #fff;
    transition: all .5s;
    display: none;
}

.banner .slick-dots li.slick-active {
    border-color: #fff;
    width: .21rem;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: auto .25rem;
}

.banner .slick-dots li.slick-active button {
    background: #ff8a00;
}

.banner-rht {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.3rem;
    max-width: 15.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    z-index: 9;
    align-items: center;
}

.banner-btn {
    position: relative;
    width: 0.36rem;
    height: 0.36rem;
    background-color: #e6c390;
    border-radius: 50%;
    margin-right: .1rem;
}

.banner-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: .1rem;
    height: 0.17rem;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all .5s;
}

.banner-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-width: 0.07rem 0 0.07rem .14rem;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    opacity: 0;
    transition: all .5s;
}

.banner-more {
    position: relative;
    padding-left: .2rem;
    margin-left: .2rem;
    order: 3;
}

.banner-more::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.18rem;
    background: rgba(255, 255, 255, .28);
}

.banner-more a {
    display: block;
    position: relative;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.banner-btm {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.3rem;
    z-index: 9;
    justify-content: center;
    width: 1.13rem;
    height: 1.13rem;
    border-radius: 50%;
    cursor: pointer;
}

.banner-btm::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 50%;
}

.banner-btm svg {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.circle-border {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #fff;
    stroke-width: 0.5;
    stroke-dasharray: 125.66;
    /* 2 * 蟺 * r (r=20) */
    stroke-dashoffset: 125.66;
    animation: drawCircle 5s ease-in-out infinite;
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 125.66;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.banner-btm .banner-down {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.banner-btm .banner-down p {
    font-size: 0.18rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.banner-btm .banner-down div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.banner-btm .banner-down div img {
    display: block;
    animation: bb 2s linear 0s infinite;
    width: 0.31rem;
}

@keyframes bb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    20% {
        transform: translate(0, 0.03rem);
        opacity: 1;
    }

    80% {
        transform: translate(0, 0.1rem);
        opacity: 1;
    }

    90% {
        transform: translate(0, 0.1rem);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0.1rem);
        opacity: 0;
    }
}


/* index */

.index {
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
    overflow: hidden;
}

.index::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: url(../images/index-tbg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    height: 13.52rem;
    z-index: -1;
    pointer-events: none;
}

@keyframes beat {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }

    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}


.tit {
    position: relative;
}



.tit-name {}

.tit-name h3 {
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-top: .2rem;
    position: relative;
    z-index: 1;
}

.tit-name h3+h3 {
    margin-left: .6rem;
}

.tit-name h3+h3 i {
    position: absolute;
    left: -.3rem;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-top: .1rem;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #fefdfe;
    opacity: 0.15;
    border-radius: 50%;
}

.tit-name h3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../images/tit-cbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 1.19rem;
    height: 0.56rem;
    z-index: -1;
}

.tit-name h3::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    bottom: -0.05rem;
    background: url(../images/tit-bicon.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    width: 0.28rem;
    height: 0.28rem;
    padding: 0 .1rem;
}

.tit-name b {
    font-size: 0.46rem;
    font-weight: 600;
    line-height: 0.5rem;
    letter-spacing: 0rem;
    color: #63065f;
}

.tit-name span {
    width: 0.09rem;
    height: 0.09rem;
    background-color: #63065f;
    border-radius: 50%;
    margin: 0 .15rem;
}

.tit-line {
    margin-top: 0.05rem;
    display: flex;
    align-items: center;
    height: 0.28rem;
}

.tit-line::before {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    border-top: 1px dashed rgba(1, 1, 1, .16);
}

.tit-line::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    border-top: 1px dashed rgba(1, 1, 1, .16);
}


.tit-more {
    position: absolute;
    right: 0;
    top: .2rem;
}

.tit-more a {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    letter-spacing: 0rem;
    color: #666666;
    padding-left: .35rem;
    background: url(../images/tit-more.png) no-repeat;
    background-position: left center;
    background-size: .26rem auto;
}

.tit-w .tit-name b {
    color: #fff;
}

.tit-w .tit-name h3::before {
    background: url(../images/tit-cbg-w.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.tit-w .tit-name span {
    background: #fff;
}

.tit-w .tit-name h3::after {
    background: url(../images/tit-bicon-w.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.tit-w .tit-line::before {
    border-color: rgba(255, 255, 255, .16);
}

.tit-w .tit-line::after {
    border-color: rgba(255, 255, 255, .16);
}

.tit-w .tit-more a {
    color: #ffffff;
    background: url(../images/tit-more-w.png) no-repeat;
    background-position: left center;
    background-size: .26rem auto;
}

.s1 {
    padding-top: .6rem;
    position: relative;
    z-index: 1;
}

.s1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3.97rem;
    background: url(../images/s1-bg.png) no-repeat;
    background-position: top center;
    background-size: 100% auto;
    z-index: -1;
    pointer-events: none;
}

.s1-c {}

.s1-c .swiper-container {
    padding-top: .35rem;
    padding-bottom: .35rem;
    overflow: visible;
}

.s1-c .swiper-slide {
    opacity: 0;
    transition: all .5s;
}

.s1-c .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.s1-c .swiper-slide.swiper-slide-active+.swiper-slide {
    opacity: 1;
}

.s1-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
    opacity: 1;
}

.s1-c .swiper-slide a {
    display: flex;
    transition: all .5s;
}

.s1-c .swiper-slide a .pics {
    width: 2.7rem;
}

.s1-c .swiper-slide a .pics .pic {
    padding-top: 56.29%;
}

.s1-c .swiper-slide a .info {
    flex: 1;
    min-width: 0;
    padding: .17rem .2rem 0 .2rem;
    position: relative;
    z-index: 1;
}

.s1-c .swiper-slide a .info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s1-itembg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .5s;
    opacity: 0;
    z-index: -1;
}

.s1-c .swiper-slide a .info h3 {
    font-size: 0.2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.56rem;
}

.s1-c .swiper-slide a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
    margin-top: .13rem;
}

.s2 {
    padding-top: 1rem;
}

.s2-c {
    display: flex;
}

.s2-l {
    width: 52.5%;
    margin-right: .7rem;
}

.s2-r {
    flex: 1;
    min-width: 0;
}

.s2-l .slick {}

.s2-l .slick ul li a {
    display: block;
    position: relative;
}

.s2-l .slick ul li a .pic {
    padding-top: 56%;
}

.s2-l .slick ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.8rem;
    background: rgba(99, 6, 95, .85);
    padding: 0 1.5rem 0 .25rem;
}

.s2-l .slick ul li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.8rem;
    color: #ffffff;
}

.s2-l .slick .slick-dots {
    display: flex;
    align-items: center;
    height: 0.8rem;
    width: auto;
    right: 0.2rem;
}

.s2-l .slick .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    border: 0.02rem solid transparent;
    transition: all .5s;
    margin: 0 .04rem;
    position: relative;
}

.s2-l .slick .slick-dots li button {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.09rem;
    height: 0.09rem;
    background-color: #d2d2d2;
    border-radius: 50%;
    transition: all .5s;
}

.s2-l .slick .slick-dots li.slick-active {
    border: 2px solid #e6c390;
}

.s2-l .slick .slick-dots li.slick-active button {
    opacity: 0;
}


.publist1 li {}

.publist1 li a {
    height: 0.68rem;
    display: flex;
    align-items: center;
    position: relative;
}

.publist1 li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #dcdcdc;
    z-index: 1;
}

.publist1 li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #63065f;
    width: 0;
    z-index: 2;
    transition: all .5s;
}

.publist1 li a p {
    font-size: 0.2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    padding-left: .3rem;
    position: relative;
}

.publist1 li a p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.07rem;
    height: 0.07rem;
    border: solid 0.01rem #63065f;
    border-radius: 50%;
}

.publist1 li a span {
    font-family: ArialMT;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #999999;
    text-align: right;
    min-width: 1.3rem;
}

.publist2 li+li {
    margin-top: .4rem;
}

.publist2 li a {
    display: flex;
}

.publist2 li a .pics {
    width: 3.8rem;
    margin-right: .28rem;
}

.publist2 li a .pics .pic {
    padding-top: 56%;
}

.publist2 li a .info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.publist2 li a .info h3 {
    font-size: 0.2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.56rem;
    width: 100%;
}

.publist2 li a .info div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .15rem 0 .2rem 0;
    width: 100%;
}

.publist2 li a .info div span {
    font-family: ArialMT;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #999999;
}

.publist2 li a .info div b {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #63065f;
}

.publist2 li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.72rem;
    width: 100%;
}

.s2-l .slick {
    margin-top: .25rem;
}

.s2-l .publist1 {
    margin-top: .12rem;
}

.s2-r .publist2 {
    margin-top: .25rem;
}

.s2-r .publist1 {
    margin-top: .12rem;
}

.s3 {
    position: relative;
    padding-top: 3.9rem;
    z-index: 1;
}

.s3-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 1rem;
    z-index: -3;
}

.s3-top .svg {
    background: url(../images/wave_1.svg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 4.48rem;
}



.s3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2.9rem;
    right: 0;
    background: url(../images/s3-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
    height: 9.87rem;
}

.s3::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 1.05rem;
    background: url(../images/s3-tbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 3.36rem;
    width: 14.93rem;
    z-index: -2;
    transform: translateX(-50%) translateY(100%);
}

.s3.aos-animate::after {
    transform: translateX(-50%) translateY(0);
    transition: all 1.5s;
}

.s3-c {
    display: flex;
}

.s3-l {
    width: 52.5%;
    margin-right: .7rem;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-l .publist2 {
    margin-top: 0.25rem;
}

.s3-l .publist2 li+li {
    margin-top: .3rem;
}

.s3-l .publist2 li a {
    transition: all .5s;
}

.s3-l .publist2 li a .pic {
    position: relative;
    z-index: 9;
}

.s3-l .publist2 li a .info {
    position: relative;
    z-index: 1;
}

.s3-l .publist2 li a .info::before {
    content: "";
    position: relative;
    position: absolute;
    left: -.3rem;
    top: 0;
    right: -.25rem;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    transition: all .5s;
    background: url(../images/s1-publistitembg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
}

.s3-l .publist2 li a .info p {
    -webkit-line-clamp: 2;
    height: 0.48rem;
}

.s3-r .slick {
    position: relative;
    padding-right: .2rem;
    padding-top: .2rem;
    margin-top: .2rem;
}

.s3-r .slick::before {
    content: "";
    position: absolute;
    left: .57rem;
    top: 0;
    right: 0;
    padding-top: 53%;
    background: url(../images/s3-slickbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s3-r .slick ul li a {
    display: block;
}

.s3-r .slick ul li a .pic {
    padding-top: 56%;
}

.s3-r .slick ul li a .info {
    position: relative;
    margin-top: .14rem;
    padding-left: .24rem;
}

.s3-r .slick ul li a .info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.03rem;
    height: 0.49rem;
    background: #63065f;
}

.s3-r .slick ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-r .slick ul li a .info div {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: .1rem;
}


.s3-r .slick ul li a .info div b {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #63065f;
    margin-right: .25rem;
}

.s3-r .slick ul li a .info div span {
    font-family: ArialMT;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #999999;
}


.s3-r .slick .slick-dots {
    display: flex;
    align-items: center;
    height: auto;
    bottom: 0.35rem;
    width: auto;
    right: 0;
}

.s3-r .slick .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    border: 0.02rem solid transparent;
    transition: all .5s;
    margin: 0 .04rem;
    position: relative;
}

.s3-r .slick .slick-dots li button {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.09rem;
    height: 0.09rem;
    background-color: #d2d2d2;
    border-radius: 50%;
    transition: all .5s;
}

.s3-r .slick .slick-dots li.slick-active {
    border: 2px solid #660066;
}

.s3-r .slick .slick-dots li.slick-active button {
    opacity: 0;
}

.s4 {
    position: relative;
    padding-top: .96rem;
    margin-top: 1.2rem;
}

.s4::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4.41rem;
    background: url(../images/s4-tbg.png) no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    transform: translateY(1rem);
}
.s4.aos-animate::before{
    transform: translateY(0);
    transition: all 1.5s;
}

.s4-tit {
    display: flex;
    justify-content: center;
}

.s4-tit .tit-name h3 {
    cursor: pointer;
    transition: all .5s;
}

.s4-tit .tit-line {
    margin: 0 -.8rem;
    margin-top: .05rem;
    transition: all .5s;
}

.s4-tit .tit-name h3::before {
    background: url(../images/tit-cbg-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all .5s;
}

.s4 .tit-name b {
    color: #fff;
    transition: all .5s;
}


.s4 .tit-name h3::after {
    background: url(../images/tit-bicon-w.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    transition: all .5s;
}

.s4 .tit-name span {
    width: 0;
    margin: 0;
    opacity: 0;
    transition: all .5s;
}

.s4 .tit-line::before {
    border-color: rgba(255, 255, 255, .16);
    transition: all .5s;
}

.s4 .tit-line::after {
    border-color: rgba(255, 255, 255, .16);
    transition: all .5s;
}

.s4 .tit-name h3.noon::before {
    opacity: 0;
}

.s4 .tit-name h3.noon::after {
    opacity: 0;
}

.s4 .tit-name h3.noon b {
    font-weight: normal;
    color: #cc99cc;
}

.s4 .tit-more {
    position: static;
    display: flex;
    justify-content: center;
}

.s4-c .swiper-container {
    overflow: visible;
    padding: .4rem 0 .3rem 0;
}

.s4-c .swiper-slide {
    opacity: 0;
    pointer-events: none;
}

.s4-c .swiper-slide.swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
}

.s4-c .swiper-slide.swiper-slide-active+.swiper-slide {
    opacity: 1;
    pointer-events: auto;
}

.s4-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
    opacity: 1;
    pointer-events: auto;
}

.s4-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide {
    opacity: 1;
    pointer-events: auto;
}

.s4-c .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
    opacity: 1;
    pointer-events: auto;
}

.s4-c .swiper-slide.swiper-slide-active+ {}

.s4-c .swiper-slide a {
    display: block;
    padding: .37rem .3rem .6rem .3rem;
    background-color: #ffffff;
    box-shadow: 0.03rem 0.04rem 0.05rem 0rem rgba(0, 0, 0, 0.07);
    border-radius: 0.2rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .5s;
}

.s4-c .swiper-slide a .bg {
    position: absolute;
    left: 105%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #660066;
    border-radius: 0.2rem;
    z-index: -1;
}

.s4-c .swiper-slide a .date {
    display: flex;
    align-items: center;
    position: relative;
}

.s4-c .swiper-slide a .date::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.05rem;
    height: 0.05rem;
    background-color: #660066;
    border-radius: 50%;
    transition: all .5s;
}

.s4-c .swiper-slide a .date::after {
    content: "";
    flex: 1;
    min-width: 0;
    border-top: dashed 1px #660066;
    transition: all .5s;
}

.s4-c .swiper-slide a .date div {
    width: 0.69rem;
    height: 0.69rem;
    background-color: #660066;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.s4-c .swiper-slide a .date b {
    font-family: ArialMT;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    transition: all .5s;
}

.s4-c .swiper-slide a .date span {
    font-family: ArialMT;
    font-size: 0.12rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.14rem;
    letter-spacing: 0rem;
    color: #ffffff;
    transition: all .5s;
}

.s4-c .swiper-slide a .info {}

.s4-c .swiper-slide a .info h3 {
    font-size: 0.2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .84rem;
    margin: 0.26rem 0 .16rem 0;
    transition: all .5s;
}

.s4-c .swiper-slide a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .72rem;
    transition: all .5s;
}


.s5 {
    padding-top: .6rem;
    position: relative;
    z-index: 1;
}

.s5::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s5-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 9.26rem;
    z-index: -1;
    pointer-events: none;
}

.s5-c {
    display: flex;
    margin-top: .25rem;
}

.s5-l {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
    display: flex;
    padding: .27rem 0 0 .29rem;
}

.s5-l::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 2.6rem;
    bottom: 1rem;
    background: #63065f;
    z-index: -1;
    pointer-events: none;
}

.s5-ll {
    flex: 1;
    min-width: 0;
}

.s5-ll ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.07rem;
}

.s5-ll ul li {
    width: 50%;
}

.s5-ll ul li:nth-child(1) {
    width: 100%;
    margin-bottom: .15rem;
}

.s5-lr {
    width: 36.4%;
    margin-left: .15rem;
}

.s5-lr a {
    margin: 0;
}

.s5-lr a .pic {
    padding-top: 146.3%;
}

.s5-litem {
    display: block;
    position: relative;
    margin: 0 .07rem;
}

.s5-litem .pic {
    padding-top: 56%;
}

.s5-litem .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, .37);
}

.s5-litem .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .46rem;
    font-size: 0.2rem;
    font-weight: bold;
    font-stretch: normal;
    color: #ffffff;
    padding: 0 .2rem;
}

.s5-r {
    width: 4.67rem;
    margin-left: .27rem;
}

.s5-r .slick {
    box-shadow: 0.03rem 0.04rem 0.13rem 0rem rgba(51, 0, 51, 0.14);
    background: #fff;
}

.s5-r .slick div a {
    display: block;
}

.s5-r .slick div a .pic {
    padding-top: 56%;
}

.s5-r .slick div a .info {
    display: flex;
    align-items: flex-start;
    border-top: 0.04rem solid #660066;
    padding: .15rem 0 .3rem 0;
}

.s5-r .slick div a .info .pics {
    width: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .1rem;
    padding-top: 0.05rem;
}

.s5-r .slick div a .info .pics img {
    display: block;
    max-width: 100%;
}

.s5-r .slick div a .info .texts {
    flex: 1;
    min-width: 0;
}

.s5-r .slick div a .info .texts h3 {
    font-size: 0.2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
}

.s5-r .slick div a .info .texts span {
    font-family: ArialMT;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #999999;
    margin-top: .1rem;
    display: block;
}

.s5-r .slick .slick-dots {
    display: flex;
    align-items: center;
    height: auto;
    bottom: 0.35rem;
    width: auto;
    right: .2rem;
}

.s5-r .slick .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    border: 0.02rem solid transparent;
    transition: all .5s;
    margin: 0 .04rem;
    position: relative;
}

.s5-r .slick .slick-dots li button {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.09rem;
    height: 0.09rem;
    background-color: #d2d2d2;
    border-radius: 50%;
    transition: all .5s;
}

.s5-r .slick .slick-dots li.slick-active {
    border: 2px solid #660066;
}

.s5-r .slick .slick-dots li.slick-active button {
    opacity: 0;
}

.s5-r>ul {
    margin-top: 0.17rem;
}

.s5-r>ul li {
    position: relative;
}

.s5-r>ul li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 1px;
    background: #dcdcdc;
    opacity: .62;
}

.s5-r>ul li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 0;
    height: 1px;
    transition: all .5s;
    background: #63065f;
}

.s5-r>ul li:last-child:before {
    opacity: 0;
}

.s5-r>ul li a {
    display: flex;
    align-items: flex-start;
    padding: .15rem 0;
}

.s5-r>ul li a .pics {
    width: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .1rem;
    padding-top: .05rem;
}

.s5-r>ul li a .pics img {
    display: block;
    max-width: 100%;
}

.s5-r>ul li a .info {
    flex: 1;
    min-width: 0;
}

.s5-r>ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
}

.s6 {
    position: relative;
    z-index: 1;
    padding-top: 3.2rem;
    padding-bottom: .9rem;
}

.s6::before {
    content: "";
    position: absolute;
    left: 0;
    top: .15rem;
    right: 0;
    background: url(../images/s6-bg.png) no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    height: 9.67rem;
    z-index: -1;
    pointer-events: none;
}

.s6::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: url(../images/wave_1.svg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 4.48rem;
    z-index: -2;
    pointer-events: none;
}


.s6-c {
    display: flex;
    position: relative;
}

.s6-l {
    width: 8.3rem;
    margin-right: .7rem;
}

.s6-lc {
    display: flex;
    align-items: center;
    margin-top: .37rem;
}

.s6-ll {
    flex: 1;
    min-width: 0;
}

.s6-lr {
    width: 3.17rem;
}

.s6-ll .slick {
    margin-right: -.9rem;
}

.s6-ll .slick ul li a {
    display: block;
    padding: 0 1.3rem 0 .3rem;
    background-color: #ffffff;
    box-shadow: 0.03rem 0.04rem 0.05rem 0rem rgba(0, 0, 0, 0.07);
    border-radius: 0.3rem;
    margin-top: .1rem;
    transition: all .5s;
}

.s6-ll .slick ul li a h3 {
    line-height: .7rem;
    font-size: 0.18rem;
    font-weight: bold;
    font-stretch: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s6-ll .slick-prev, .s6-ll .slick-next {
    position: static;
    margin: 0 auto;
    transform: none;
    width: 0.33rem;
    height: 0.25rem;
}

.s6-ll .slick-prev {
    background: url(../images/arr-prev-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-bottom: .12rem;
}

.s6-ll .slick-next {
    background: url(../images/arr-next-p.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: .22rem;
}

.s6-lr .slick {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: .17rem;
    position: relative;
}

.s6-lr .slick::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s6-lrborder.png) no-repeat;
    background-position: right center;
    background-size: 100% 100%;
    animation: _ani1 15s linear infinite;
}

.s6-lr .slick ul {}

.s6-lr .slick ul li {}

.s6-lr .slick ul li a {
    display: block;
    position: relative;
    border: solid 1px #e5e5e5;
    padding: .13rem;
    border-radius: 50%;
    background: rgba(99, 6, 95, 0.08);
}

.s6-lr .slick ul li a .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.s6-r {
    flex: 1;
    min-width: 0;
}

.s6-r .slick {
    margin-top: .5rem;
}

.s6-r .slick>ul {}

.s6-r .slick>ul li a {
    display: flex;
    align-items: flex-start;
}

.s6-r .slick>ul li a .pics {
    width: 3.9rem;
    padding-right: .15rem;
    padding-bottom: .15rem;
    position: relative;
    margin-left: .45rem;
}

.s6-r .slick>ul li a .pics::before {
    content: "";
    position: absolute;
    left: .3rem;
    top: 0.36rem;
    right: 0;
    bottom: 0;
    background: #986496;
    z-index: -1;
    pointer-events: none;
}

.s6-r .slick>ul li a .pics .pic {
    padding-top: 56%;
}

.s6-r .slick>ul li a .info {
    flex: 1;
    min-width: 0;
}

.s6-r .slick>ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .84rem;
}

.s6-r .slick>ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #cc99cc;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
    margin-top: .16rem;
}

.s6-r .slick .slick-dots {
    display: flex;
    align-items: center;
    height: auto;
    width: auto;
    left: 0;
    bottom: 0.3rem;
}

.s6-r .slick .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    border: 0.02rem solid transparent;
    transition: all .5s;
    margin: 0 .04rem;
    position: relative;
}

.s6-r .slick .slick-dots li button {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.09rem;
    height: 0.09rem;
    background-color: #d2d2d2;
    border-radius: 50%;
    transition: all .5s;
}

.s6-r .slick .slick-dots li.slick-active {
    border: 2px solid #e6c390;
}

.s6-r .slick .slick-dots li.slick-active button {
    opacity: 0;
}

.s6-r dl {
    display: flex;
    margin: 0 -.3rem;
    position: relative;
    margin-top: .15rem;
    padding-top: .25rem;
}

.s6-r dl::before {
    content: "";
    position: absolute;
    left: .3rem;
    right: 0.3rem;
    top: 0;
    height: 1px;
    background: #dedede;
    opacity: .45;
}

.s6-r dl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 0.29rem;
    background: #dedede;
    opacity: .45;
}

.s6-r dl dd {
    width: 50%;
}

.s6-r dl dd a {
    margin: 0 .3rem;
    display: block;
}

.s6-r dl dd a h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #ffffff;
}

.s7 {
    position: relative;
    z-index: 1;
}

.s7:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/s7-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 9.26rem;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}

.s7-t {
    margin-top: .3rem;
}

.s7-t ul li a {
    display: flex;
}

.s7-t ul li a .pics {
    width: 7.1rem;
    padding-right: .28rem;
    padding-bottom: .25rem;
    z-index: 1;
    margin-right: .6rem;
    position: relative;
}

.s7-t ul li a .pics::before {
    content: "";
    position: absolute;
    left: .82rem;
    top: 0.47rem;
    right: 0;
    bottom: 0;
    background: #660066;
    z-index: -1;
    pointer-events: none;
}

.s7-t ul li a .pics .pic {
    padding-top: 56%;
}

.s7-t ul li a .info {
    flex: 1;
    min-width: 0;
}

.s7-t ul li a .info h3 {
    font-size: 0.34rem;
    font-weight: 600;
    line-height: 0.34rem;
    color: #333333;
}

.s7-t ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 1.6rem;
    margin: .28rem 0 .18rem 0;
}

.s7-t ul li a .info div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.s7-t ul li a .info div::before {
    content: "";
    display: block;
    background: url(../images/icon-rmao.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.41rem;
    height: 0.05rem;
    transition: all .5s;
}

.s7-t ul li a .info div span {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #63065f;
}

.s7-b {
    margin-left: 4.22rem;
    margin-top: -.65rem;
    position: relative;
    z-index: 2;
}

.s7-b ul {
    margin: 0 -.05rem;
}

.s7-b ul li a {
    display: block;
    margin: 0 .05rem;
}

.s7-b ul li a .pics {
    padding: 0.06rem;
    background: transparent;
    padding: 0.06rem;
    transition: all .5s;
}

.s7-b ul li a .pic {
    padding-top: 1.2rem;
}

.s7-b ul li a p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.05rem;
}

.s7-b ul li.slick-current a .pics {
    background: #e6c390;
}

.s7-b ul li.slick-current a .pics .pic {}

.s7-b ul li.slick-current a p {
    font-weight: bold;
}


.s8 {
    padding-top: .9rem;
    padding-bottom: 2.65rem;
    position: relative;
    z-index: 1;
}

.s8::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s8-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.s8-c {
    margin-top: .3rem;
}

#certify {
    position: relative;
}

#certify .swiper-container {}

#certify .swiper-slide {
    width: 5.6rem;
    transition: all 0.5s;
}

#certify .swiper-slide a {
    display: block;
}

#certify .swiper-slide a .pics {
    position: relative;
    overflow: hidden;
}

#certify .swiper-slide a .pics .pic {
    padding-top: 56.25%;
    transition: all 0.5s;
    background-color: #fff;
}

#certify .swiper-slide a .pics .pic div {
    transition: all 0.5s;
    opacity: .4;
}

#certify .swiper-slide.swiper-slide-active a .pics .pic div {
    opacity: 1;
}

#certify .swiper-slide a .pics .pic {
    z-index: 1;
    clip-path: polygon(0 0, 100% 7%, 100% 93%, 0% 100%);
}

#certify .swiper-slide.on {
    transition: 0.5s;
}

#certify .swiper-slide-prev a .pics .pic {
    clip-path: polygon(0 0, 100% 7%, 100% 93%, 0% 100%);
    transform-origin: right center;
}

#certify .swiper-slide-active a .pics .pic {
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
}

#certify .swiper-slide-active+.swiper-slide a .pics .pic {
    z-index: 3;
    clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 93%);
}

#certify .swiper-slide-active+.swiper-slide+.swiper-slide a .pics .pic {
    clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 93%);
    z-index: 2;
}





@media screen and (min-width: 1025px) {
    .s1-c .swiper-slide a:hover {
        box-shadow: 0.03rem 0.04rem 0.13rem 0rem rgba(51, 0, 51, 0.14);
    }

    .s1-c .swiper-slide a:hover .info::before {
        opacity: 1;
    }

    .publist2 li a:hover .info h3, .publist1 li a:hover p, .s3-r .slick ul li a:hover .info h3, .s5-r>ul li a:hover .info h3, .s5-r .slick div a:hover .info .texts h3, .s1-c .swiper-slide a:hover .info h3, .s6-ll .slick ul li a:hover h3 {
        color: #63065f;
    }

    .publist1 li a:hover::after, .s5-r>ul li:hover::after {
        width: 100%;
        left: 0;
    }

    .s3-l .publist2 li a:hover .pic {
        box-shadow: 0.03rem 0.04rem 0.13rem 0rem rgba(51, 0, 51, 0.14);
    }

    .s3-l .publist2 li a:hover .info::before {
        opacity: 1;
        box-shadow: 0.03rem 0.04rem 0.13rem 0rem rgba(51, 0, 51, 0.14);
    }

    .s4-c .swiper-slide a:hover {
        box-shadow: 0.03rem 0.04rem 0.1rem 0rem rgba(111, 37, 108, 0.48);
    }

    .s4-c .swiper-slide a:hover {}

    .s4-c .swiper-slide a .date {}

    .s4-c .swiper-slide a:hover .date::before {
        border-color: #fff;
    }

    .s4-c .swiper-slide a:hover .date::after {
        background: #fff;
    }

    .s4-c .swiper-slide a:hover .date div {
        background-color: #e6c390;
    }

    .s4-c .swiper-slide a:hover .date b {
        color: #fffeff;
    }

    .s4-c .swiper-slide a:hover .date span {
        color: #fefdfe;
    }

    .s4-c .swiper-slide a:hover .info h3 {
        color: #fff;
    }

    .s4-c .swiper-slide a:hover .info p {
        color: #fff;
    }

    .s6-ll .slick ul li a:hover {
        background-color: #e6c392;
        box-shadow: 0.03rem 0.04rem 0.13rem 0rem rgba(51, 0, 51, 0.35);
    }

    .s6-ll .slick ul li a:hover h3 {
        color: #fefdfe;
    }

    .s7-t ul li a:hover .info div::before {
        margin-right: .1rem;
    }

}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
        min-height: 213px;
    }
.robotBox_959 {

    right: 36px;
}
    .index {
        position: relative;
    }

    .banner-btm {
        display: none;
    }

    .banner .slick-dots li {
        margin: 0 .1rem;
    }

    .banner-rht {
        justify-content: center;
        bottom: 0.1rem;
    }

    .s4-c .swiper-slide a .info h3, .s6-r .slick>ul li a .info h3 {
        font-size: .18rem;
        height: .56rem;
        -webkit-line-clamp: 2;
    }

    .s4-c .swiper-slide a .date b {
        font-size: .24rem;
    }

    .s5-litem .info h3, .s5-r .slick div a .info .texts h3, .s5-r>ul li a .info h3, .publist1 li a p, .s3-r .slick ul li a .info h3, .s6-r dl dd a h3 {
        font-size: .18rem;
    }

    .s6-ll .slick-next {
        background: url(../images/arr-prev-w.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        transform: rotateZ(180deg);
    }

    .s2-l .slick ul li a .info {
        height: auto;
        padding: 0 1rem 0 .15rem;
    }

    .s2-l .slick ul li a .info h3 {
        font-size: .2rem;
        line-height: .6rem;
    }

    .s2-l .slick .slick-dots {
        height: .6rem;
    }



    .tit-name {
        justify-content: flex-start;
    }

    .tit-name b {
        font-size: .26rem;
        line-height: .4rem;
    }

    .tit-name h3 {
        padding-top: .1rem;
    }

    .tit-name h3::before {
        width: 0.8rem;
        height: 0.37rem;
    }

    .tit-more {
        top: .1rem;
    }

    .s1-c .swiper-container {
        overflow: hidden;
    }

    .s1-c .swiper-slide a .info h3 {
        font-size: .18rem;
    }

    .s2-c, .s3-c, .s5-c, .s6-c {
        display: block;
    }

    .s2-l, .s3-l, .s6-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .35rem;
    }

    .publist2 li a .info h3 {
        font-size: .18rem;
    }

    .s3 {
        padding-top: 1.6rem;
    }

    .s3-top {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: 12rem;
    }

    .s3::before {
        top: 1.2rem;
        background-size: 100% auto;
        background-position: center top;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 12rem;
    }

    .s3::after {
        width: 100%;
        background-size: 100% auto;
        transform: none;
        transform: none;
        top: 0;
        left: 0;
        background-position: center 28%;
    }

    .s3-top .svg {
        background-size: 100% auto;
        background-position: center top;
    }

    .tit-name h3+h3 {
        margin-left: .2rem;
    }

    .tit-name h3+h3 i {
        display: none;
    }

    .s4::before {
        width: 12rem;
        background-size: 100% auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .s4-c .swiper-slide {
        opacity: 1;
    }

    .s4-c .swiper-slide a {
        padding: .25rem .15rem;
    }

    .s5-r {
        width: auto;
        margin-left: 0;
        margin-top: .1rem;
    }

    .s5-litem .info h3 {
        padding: 0 .1rem;
    }

    .s6 {
        background: #660066;
    }

    .s6::before {
        display: none;
    }

    .s6::after {
        display: none;
    }

    .s6-lr {
        width: 2rem;
    }

    .s6-lr .slick {
        padding: 0.05rem;
    }

    .s6-lr .slick ul li a {
        padding: 0.05rem;
    }

    .s6-ll .slick ul li a h3 {
        font-size: .16rem;
        line-height: .5rem;
    }

    .s6-ll .slick ul li a {
        padding: 0 0.9rem 0 .15rem;
    }

    .s7-t ul li a .pics::before {
        display: none;
    }

    .s7-t ul li a .pics {
        width: 5rem;
        margin-right: .2rem;
        padding-right: 0;
        padding-bottom: 0;
    }

    .s7-t ul li a .info h3 {
        font-size: .2rem;
    }

    .s7-t ul li a .info p {
        margin: .15rem 0;
    }

    .s7-b {
        margin-left: 0;
        margin-top: .25rem;
    }

    .s7-b ul li a .pic {
        padding-top: 56%;
    }

    .publist1 li a span {
        min-width: 1.1rem;
    }

    .s3-r .slick .slick-dots {
        position: static;
        width: 100%;
        justify-content: center;
        margin-top: .2rem;
    }



    .s1, .s4, .s5, .s6, .s7, .s8 {
        padding-top: .5rem;
    }

    .s6 {
        padding-bottom: .5rem;
    }

    .s2 {
        padding-top: .15rem;
    }

    .s4 {
        margin-top: .5rem;
    }

    .s6 {
        margin-top: .5rem;
    }

    .s8 {
        padding-bottom: 1rem;
    }


}

@media screen and (max-width: 768px) {
    .s1-c .swiper-slide a .info {
        padding: 0;
    }

    .s1-c .swiper-slide a .info h3 {
        height: auto;
        max-height: .56rem;
    }

    .s1-c .swiper-slide a .info p {
        height: auto;
        max-height: .48rem;
    }

    .publist2 li a, .s1-c .swiper-slide a {
        display: block;
    }

    .publist2 li a .pics, .s1-c .swiper-slide a .pics {
        width: auto;
        margin-right: 0;
        margin-bottom: .2rem;
    }

    .publist2 li a .info h3 {
        height: auto;
        max-height: .56rem;
    }

    .publist2 li a .info p {
        max-height: .72rem;
        height: auto;
    }

    .publist2 li a .info div {
        margin: .1rem 0;
    }

    .s4::before {
        width: 9rem;
        background-size: 100% auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .s5-litem {
        margin: 0 .05rem;
    }

    .s5-l {
        display: block;
        padding: 0
    }

    .s5-ll ul {
        margin: 0 -0.05rem;
    }

    .s5-lr {
        width: auto;
        margin-left: 0;
        margin-top: .1rem;
    }

    .s5-l::before {
        display: none;
    }

    .s6-r .slick>ul {
        padding-bottom: .5rem;
    }

    .s6-r .slick>ul li a {
        flex-direction: column-reverse;
    }

    .s6-r .slick>ul li a .pics {
        width: 100%;
        margin-left: 0;
        margin-bottom: .2rem;
    }

    .s6-r .slick .slick-dots {
        justify-content: center;
        width: 100%;
        left: 0;
        bottom: 0.2rem;
    }

    .s6-r dl {
        display: block;
    }

    .s6-r dl dd {
        width: auto;
    }

    .s6-r dl::after {
        display: none;
    }

    .s6-r dl dd+dd {
        margin-top: .1rem;
    }

    .s7-t ul li a {
        display: block;
    }

    .s7-t ul li a .pics {
        width: auto;
        margin-right: 0;
        margin-bottom: .2rem;
    }



}




@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
    .s3-top .svg,.s6::after{background-size: auto;}
}