.head_nav>li:nth-child(1)>ul {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 54px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.nav_wrap .head_nav>li:nth-child(1)>ul a {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    transform: translateY(-20px);
    transition: all ease 1s .2s;
}

.nav_wrap .head_nav>li:nth-child(1)>ul a:hover {
    background-color: #fff;
    color: #333 !important;
}

.nav_wrap .head_nav>li:nth-child(1):hover ul,
.nav_wrap .head_nav>li:nth-child(1):hover ul a {
    transform: translateY(0px);
}

.nav_wrap .head_nav>li ul a {
    position: relative;
}

.nav_wrap .head_nav>li ul a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s ease-out;
}

.nav_wrap .head_nav>li ul a:hover::after {
    transform: scaleX(1);
    transform-origin: top left;
}

.nav_wrap .head_nav>li:nth-child(3) {
    position: relative;
}


.bannerSwiper .swiper-slide-active .bannerDes {
    transform: translateY(0px);
}

.indextitle {
    position: relative;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    text-align: center;
    margin-bottom: 44px;
}


/* indexProduct */
.indexProduct {
    padding: 70px 0;
    overflow: hidden;
}

.indexPro_mobile {
    display: none;
}

.indexPro_box {
    margin-bottom: 20px;
}

.indexproduct_box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 100%;
}

.indexproduct_box>a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.indexproductTop {
    height: 100%;
}

.indexproduct_img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all ease 0.5s;
}

.indexproduct_img img {
    opacity: 1;
    transition: all ease 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexpro_video video {
    /* opacity: 0; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.indexproduct_box:hover .indexproduct_img {
    opacity: 0;
    z-index: 9;
    transform: scale(1.1);
    overflow: hidden;
}

.indexproduct_box:hover .indexpro_video video {
    opacity: 1;
    z-index: 99;
}

.indexproductBot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    color: #fff;
    z-index: 999;
}

.indexproductBot h4 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: bold;
}

.indexproductBot p {
    font-size: 16px;
}


/* indexRefer */
.indexRefer {
    padding-bottom: 70px;
    overflow: hidden;
}

.ireferSwiper {
    padding-bottom: 60px;
}

.ireferSwiper .swiper-slide {
    height: auto;
}

.indexRefer_box {
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}

.indexRefer_boxl {
    height: 100%;
}

.indexRefer_boxl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexRefer_boxr {
    height: 100%;
    padding: 48px;
    background-color: #F3F4F6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.indexRefer_box1 {
    display: flex;
    justify-content: flex-start;
}

.indexRefer_box2 {
    display: flex;
    justify-content: flex-end;
}

.indexRefer_boxrt p {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.5;
}

.indexRefer_boxrb {
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
}

.ivideoSwiper {
    padding-bottom: 60px;
}

.ireferSwiper .swiper-pagination-bullet-active,
.ivideoSwiper .swiper-pagination-bullet-active {
    background-color: #8523BF;
    width: 32px;
    border-radius: 15px;
    transition: all ease 0.3s;
}

.ireferSwiper .swiper-button-prev,
.ireferSwiper .swiper-button-next,
.ivideoSwiper .swiper-button-prev,
.ivideoSwiper .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all ease 0.3s;
}

.ireferSwiper .swiper-button-prev::after,
.ireferSwiper .swiper-button-next::after,
.ivideoSwiper .swiper-button-prev::after,
.ivideoSwiper .swiper-button-next::after {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}


.ireferSwiper .swiper-button-prev:hover,
.ireferSwiper .swiper-button-next:hover,
.ivideoSwiper .swiper-button-prev:hover,
.ivideoSwiper .swiper-button-next:hover {
    background-color: #8523BF;
}

.ireferSwiper .swiper-button-prev:hover::after,
.ireferSwiper .swiper-button-next:hover::after,
.ivideoSwiper .swiper-button-prev:hover::after,
.ivideoSwiper .swiper-button-next:hover::after {
    color: #fff;
}


/* indexAward */
.indexAward {
    padding-bottom: 90px;
    overflow: hidden;
}

.iawardSwiper {
    width: 70%;
    margin: 0 auto;
}

.iawardSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}

.iawardSwiper img {
    width: 100%;
    height: auto;
}


/* indexVideo */
.indexVideo {
    padding: 100px 0;
    background-color: #F3F4F6;
    overflow: hidden;
}

.ivideoSwiper .swiper-slide {
    border-radius: 8px !important;
    height: auto;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.indexVideo_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 55%;
}

.indexVideo_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    /* border-top-left-radius: 8px; */
    /* border-top-right-radius: 8px; */
}

.indexVideo_top {
    position: relative;
}

.indexVideo_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(20, 24, 27, 0.1);
    width: 100%;
    height: 100%;
    /* border-top-left-radius: 8px; */
    /* border-top-right-radius: 8px; */
    z-index: 9;
}

.dr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.drbtn {
    position: relative;
}

.cw {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all ease 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .cw:hover {
    background: rgba(0, 0, 0, 0.2);
    background-color: transparent;
    transition: all ease 0.5s;
} */

.cw i {
    font-size: 25px;
    color: #ffffff;
    transition: all ease 0.5s;
}

/* .cw:hover i {
    transform: scale(1.5);
    transition: all ease 0.5s;
} */


.videomain {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999999999999999;
}

.videoclose {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.videoclose img {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
}

.zs_iframe_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    overflow: hidden;
    max-height: 800px;
    min-height: 600px;
}

.zs_iframe_div video {
    width: 100%;
    height: 100%;
}

.zs_iframe_div iframe {
    width: 100%;
    height: 100%;
    max-height: 800px;
    min-height: 600px;
}

.indexVideo_bot {
    padding: 25px;
    background-color: #fff;
    /* border-bottom-left-radius: 8px; */
    /* border-bottom-right-radius: 8px; */
    display: flex;
    align-items: center;
}

.indexVideo_bimg {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
    margin-right: 20px;
}

.indexVideo_bimg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.indexVideo_bot p {
    font-size: 16px;
    line-height: 1.3;
    color: #333;
    height: 100%;
    position: relative;
    overflow: hidden;
}


/* indexNews */
.delay-1 {
    animation-delay: 1s;
}

.indexNews {
    padding: 80px 0;
    overflow: hidden;
}

.indexNews .indextitle {
    margin-bottom: 14px;
}

.indexNews_link {
    display: flex;
    justify-content: center;
}

.indexNews_link a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexNews_link a span {
    color: #8523BF;
    position: relative;
    font-size: 18px;
}

.indexNews_link a span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 1;
    background-color: #8523BF;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s ease-out;
}

.indexNews_link a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #F3E9F8;
    font-size: 10px;
    font-weight: bold;
    color: #8523BF;
    transition: all ease 0.3s;
}

.indexNews_link a:hover span::after {
    transform: scaleX(1);
    transform-origin: top left;
}

.indexNews_link a:hover i {
    background-color: #8523BF;
    color: #fff;
}

.indexNews_main {
    margin-top: 40px;
}

.indexNews_mobile {
    display: none;
}

.indexNews_Imgs {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    background: #333;
}

.indexNews_ImgTab {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    /* display: none; */
    opacity: 0;
    /* z-index: 9; */
    transition: opacity 0.4s ease-in-out;
    /* transition: all ease 1s; */
}

.indexNews_Active {
    /* display: block; */
    opacity: 1;
    /* z-index: 999; */
}


.indexNews_ImgTab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexNews_boxss {
    height: 100%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.indexNews_boxTab {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.indexNews_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexNews_title span {
    font-size: 20px;
    font-weight: bold;
}

.indexNews_title i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    font-size: 18px;
    font-weight: bold;
    transform: rotate(90deg);
    transition: all ease 0.3s;
}

.indexNews_boxCurrent .indexNews_title i {
    transform: rotate(270deg);
    transition: all ease 0.3s;
}

.indexNews_des {
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    transition: all ease 0.3s;
    position: relative;
    top: 0;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.indexNews_boxCurrent .indexNews_des {
    height: auto;
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
}

.indexNews_des p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexNews_des a {
    display: inline-flex;
    align-items: center;
    color: #8523BF;
    font-size: 16px;
    margin-top: 15px;
    transition: all ease 0.3s;
}

.indexNews_des a i {
    display: inline-block;
    margin-left: 8px;
}

.indexNews_des a:hover {
    padding-left: 16px;
}

.indexNews_boxTab:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


/* indexAdvs */
.indexAdvs {
    padding: 20px 0 90px;
    overflow: hidden;
}

.indexAdvs_main {
    padding-top: 20px;
}

.indexAdvs_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    /* margin-top: 50px; */
    background-color: #F1F4F9;
    border-radius: 15px;
    padding: 50px 20px;
    position: relative;
    height: 100%;
    transition: all ease 0.3s;
    /*cursor: pointer;*/
}

.indexAdvs_box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all ease 0.3s;
}

.indexAdvs_box:hover .indexAdvs_img i {
    transform: rotateY(180deg);
    transition: all 0.35s ease;
}

.indexAdvs_img {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 20px;
    margin-bottom: 30px;
}

.indexAdvs_img i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    color: #333;
    font-size: 56px;
    transition: all 0.35s ease;
}

.indexAdvs_tit {
    font-size: 24px;
    color: #333;
}

.indexAdvs_box>a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}


/* footer */
footer {
    padding: 90px 0 70px;
    background-color: #000000;
}

.footer_logo img {
    max-width: 60px;
}

.footer_box h4 {
    font-size: 20px;
    color: #eee;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer_main a,
.footer_main p {
    display: block;
    font-size: 16px;
    color: #bbb;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}

.footer_main a:hover {
    color: #eee;
}

.footer_media {
    display: flex;
    align-items: center;
    /* padding-top: 20px; */
}

.footer_media a {
    display: inline-block;
    margin-right: 12px;
}

.footer_media a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 22px;
    color: #bbb;
    transition: all ease 0.3s;
}

.footer_media a:hover i {
    color: #fff;
    transform: scale(1.05);
}

.footer_bot {
    margin-top: 60px;
    font-size: 14px;
    color: #999;
}


@media (max-width:575px) {
    .banner {
        margin-top: 66px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        bottom: 60px;
        left: 30px;
    }

    .bannerSwiper .bannerDes {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        padding: 0 5%;
    }

    .bannerSwiper .slide-inner,
    .bannerSwiper .bannerImg {
        position: relative;
    }

    .banner .bannerSwiper {
        height: auto;
        max-height: 100%;
    }

    .bannerDes h2 {
        font-size: 30px;
    }

    .bannerDes p {
        font-size: 16px;
        margin: 15px 0 20px;
    }

    .indexProduct {
        padding: 40px 0;
    }

    .indextitle {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .indexPro_main {
        display: none;
    }

    .indexPro_mobile {
        display: block;
    }

    .iproSwiper .swiper-slide-active .indexproduct_img {
        opacity: 0;
        z-index: 9;
        transform: scale(1.1);
        overflow: hidden;
    }

    .iproSwiper .swiper-slide-active .indexpro_video video {
        opacity: 1;
        z-index: 99;
    }

    .indexproductBot h4 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 6px;
    }

    .indexproductBot p {
        line-height: 1.3;
        text-align: center;
    }

    .iproSwiper {
        padding-bottom: 50px;
    }

    .iproSwiper .swiper-pagination-bullet-active,
    .inewsSwiper .swiper-pagination-bullet-active {
        background-color: #8523BF;
        width: 32px;
        border-radius: 15px;
        transition: all ease 0.3s;
    }

    .ireferSwiper .swiper-button-prev,
    .ireferSwiper .swiper-button-next,
    .ivideoSwiper .swiper-button-prev,
    .ivideoSwiper .swiper-button-next {
        display: none;
    }

    .indexRefer {
        padding-bottom: 30px;
    }

    .indexRefer_box {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .indexRefer_boxl {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 66%;
    }

    .indexRefer_boxl img {
        width: 100%;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .indexRefer_boxr {
        height: 100%;
        padding: 26px;
        position: relative;
        /* overflow: hidden; */
    }

    .ireferSwiper {
        padding-bottom: 50px;
    }

    .indexRefer_boxrt p {
        /* height: 100%; */
        position: relative;
        overflow: hidden;
        padding: 10px;
    }

    .ireferSwiper .swiper-slide {
        height: auto;
        overflow: hidden;
        position: relative;
        background-color: #F3F4F6;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .indexAward {
        padding-bottom: 40px;
    }

    .iawardSwiper {
        width: 100%;
    }

    .indexVideo {
        padding: 40px 0;
    }

    .ivideoSwiper {
        padding-bottom: 50px;
    }

    .indexNews {
        padding: 40px 0;
    }

    .indexNews_main {
        display: none;
    }

    .indexNews_mobile {
        display: block;
        margin-top: 20px;
    }

    .inewsSwiper {
        padding-bottom: 45px;
    }

    .inewsSwiper .swiper-slide {
        height: auto;
        background-color: #f5f5f5;
        border-radius: 8px;
    }

    .indexNews_SWbox {
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .indexNews_boxTop {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 56%;
    }

    .indexNews_boxTop img {
        width: 100%;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .indexNews_boxBot {
        padding: 16px;
        background-color: #f5f5f5;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .indexNews_boxBot .indexNews_des {
        padding-top: 10px;
        height: auto;
        opacity: 1;
    }

    .indexNews_title span {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
    }

    .indexAdvs {
        padding: 0 0 30px;
    }

    .indexAdvs_main {
        padding-top: 5px;
    }

    .indexAdvs_box {
        padding: 28px 20px;
    }

    .indexAdvs_img {
        padding: 8px;
        margin-bottom: 15px;
    }

    .indexAdvs_img i {
        font-size: 46px;
    }

    .indexAdvs_tit {
        font-size: 20px;
        color: #333;
        line-height: 1.3;
        word-break: break-all;
    }

    .indexAdvs_main>div {
        margin-bottom: 25px;
    }

    footer {
        padding: 50px 0;
    }

    .footer_top .row>div {
        margin-bottom: 20px;
    }

    .footer_box h4 {
        margin-bottom: 10px;
    }

    .footer_media {
        padding-top: 10px;
    }

    .footer_bot {
        margin-top: 0;
        padding-top: 15px;
        text-align: center;
        border-top: 1px solid #666;
    }


    .zs_iframe_div {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 300px;
    }

    .zs_iframe_div iframe {
        width: 100%;
        max-height: auto;
        min-height: 300px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .banner {
        margin-top: 66px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        bottom: 90px;
        left: 15%;
    }

    .bannerSwiper .bannerDes {
        position: absolute;
        top: 10%;
        left: 0;
        width: 100%;
        padding: 0 10%;
    }

    .bannerSwiper .slide-inner,
    .bannerSwiper .bannerImg {
        position: relative;
    }

    .banner .bannerSwiper {
        height: auto;
        max-height: 100%;
    }

    .bannerDes h2 {
        font-size: 34px;
    }

    .indexProduct {
        padding: 45px 0;
    }

    .indextitle {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .indexPro_main {
        display: none;
    }

    .indexPro_mobile {
        display: block;
    }

    .iproSwiper .swiper-slide-active .indexproduct_img {
        opacity: 0;
        z-index: 9;
        transform: scale(1.1);
        overflow: hidden;
        transition: all ease 0.5s;
    }

    .iproSwiper .swiper-slide-active .indexpro_video video {
        opacity: 1;
        z-index: 99;
        transition: all ease 0.5s;
    }

    .indexproductBot h4 {
        text-align: center;
        margin-bottom: 6px;
    }

    .indexproductBot p {
        text-align: center;
    }

    .iproSwiper {
        padding-bottom: 50px;
    }

    .iproSwiper .swiper-pagination-bullet-active,
    .inewsSwiper .swiper-pagination-bullet-active {
        background-color: #8523BF;
        width: 32px;
        border-radius: 15px;
        transition: all ease 0.3s;
    }

    .ireferSwiper .swiper-button-prev,
    .ireferSwiper .swiper-button-next,
    .ivideoSwiper .swiper-button-prev,
    .ivideoSwiper .swiper-button-next {
        display: none;
    }

    .indexRefer {
        padding-bottom: 40px;
    }

    .indexRefer_box {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .indexRefer_boxl {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 66%;
    }

    .indexRefer_boxl img {
        width: 100%;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .indexRefer_boxr {
        height: 100%;
        padding: 26px;
        position: relative;
        /* overflow: hidden; */
    }

    .ireferSwiper {
        padding-bottom: 50px;
    }

    .indexRefer_boxrt p {
        /* height: 100%; */
        position: relative;
        overflow: hidden;
        padding: 10px;
    }

    .ireferSwiper .swiper-slide {
        height: auto;
        overflow: hidden;
        position: relative;
        background-color: #F3F4F6;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .indexAward {
        padding-bottom: 50px;
    }

    .iawardSwiper {
        width: 100%;
    }

    .indexVideo {
        padding: 40px 0;
    }

    .ivideoSwiper {
        padding-bottom: 50px;
    }

    .indexNews {
        padding: 45px 0;
    }

    .indexNews_main {
        display: none;
    }

    .indexNews_mobile {
        display: block;
        margin-top: 25px;
    }

    .inewsSwiper {
        padding-bottom: 50px;
    }

    .inewsSwiper .swiper-slide {
        height: auto;
        background-color: #f5f5f5;
        border-radius: 8px;
    }

    .indexNews_SWbox {
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .indexNews_boxTop {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 56%;
    }

    .indexNews_boxTop img {
        width: 100%;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .indexNews_boxBot {
        padding: 20px;
        background-color: #f5f5f5;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .indexNews_boxBot .indexNews_des {
        padding-top: 10px;
        height: auto;
        opacity: 1;
    }

    .indexNews_title span {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
    }

    .indexAdvs {
        padding: 0 0 30px;
    }

    .indexAdvs_main {
        padding-top: 5px;
    }

    .indexAdvs_box {
        padding: 28px 20px;
    }

    .indexAdvs_img {
        padding: 10px;
        margin-bottom: 15px;
    }

    .indexAdvs_img i {
        font-size: 50px;
    }

    .indexAdvs_tit {
        font-size: 22px;
        color: #333;
        line-height: 1.3;
        word-break: break-all;
    }

    .indexAdvs_main>div {
        margin-bottom: 25px;
    }

    footer {
        padding: 50px 0;
    }

    .footer_top .row>div {
        margin-bottom: 20px;
    }

    .footer_media {
        padding-top: 10px;
    }

    .footer_bot {
        margin-top: 0;
        padding-top: 15px;
        text-align: center;
        border-top: 1px solid #666;
    }


    .zs_iframe_div {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 350px;
    }

    .zs_iframe_div iframe {
        width: 100%;
        max-height: auto;
        min-height: 350px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .banner {
        margin-top: 66px;
    }

    .bannerSwiper .slide-inner,
    .bannerSwiper .bannerImg {
        position: relative;
    }

    .banner .bannerSwiper {
        height: auto;
        max-height: 100%;
    }

    .bannerDes h2 {
        font-size: 32px;
    }

    .bannerSwiper .bannerDes {
        top: 28%;
        left: 12%;
        width: 50%;
    }

    .bannerQ10 .bannerDes {
        right: 3%;
        left: auto;
    }

    .bannerDes p {
        font-size: 18px;
        margin: 15px 0 10px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        bottom: 40px;
        left: 6%;
        width: 20%;
    }

    .bannerSwiper .swiper-pagination-bullet {
        width: 100%;
    }

    .bannerDesbtn a {
        padding: 8px 30px;
        font-size: 16px;
    }

    .indexProduct {
        padding: 45px 0;
    }

    .indextitle {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .inewsSwiper .swiper-pagination-bullet-active {
        background-color: #8523BF;
        width: 32px;
        border-radius: 15px;
        transition: all ease 0.3s;
    }

    .indexRefer {
        padding-bottom: 40px;
    }

    .indexRefer_boxr {
        padding: 38px;
    }

    .indexAward {
        padding-bottom: 50px;
    }

    .iawardSwiper {
        width: 100%;
    }

    .indexVideo {
        padding: 50px 0;
    }

    .ivideoSwiper {
        padding-bottom: 50px;
    }

    .indexNews {
        padding: 45px 0;
    }

    .indexNews_main {
        display: none;
    }

    .indexNews_mobile {
        display: block;
        margin-top: 25px;
    }

    .inewsSwiper {
        padding-bottom: 50px;
    }

    .inewsSwiper .swiper-slide {
        height: auto;
        background-color: #f5f5f5;
        border-radius: 8px;
    }

    .indexNews_SWbox {
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .indexNews_boxTop {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 56%;
    }

    .indexNews_boxTop img {
        width: 100%;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .indexNews_boxBot {
        padding: 20px;
        background-color: #f5f5f5;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .indexNews_boxBot .indexNews_des {
        padding-top: 10px;
        height: auto;
        opacity: 1;
    }

    .indexNews_title span {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
    }

    .indexAdvs {
        padding: 0 0 30px;
    }

    .indexAdvs_main {
        padding-top: 5px;
    }

    .indexAdvs_box {
        padding: 28px 20px;
    }

    .indexAdvs_img {
        padding: 10px;
        margin-bottom: 15px;
    }

    .indexAdvs_img i {
        font-size: 50px;
    }

    .indexAdvs_tit {
        font-size: 22px;
        color: #333;
        line-height: 1.3;
        word-break: break-all;
    }

    .indexAdvs_main>div {
        margin-bottom: 25px;
    }

    footer {
        padding: 50px 0;
    }

    .footer_top .row>div {
        margin-bottom: 20px;
    }

    .footer_media {
        padding-top: 10px;
    }

    .footer_bot {
        margin-top: 0;
        padding-top: 15px;
        text-align: center;
        border-top: 1px solid #666;
    }

    .zs_iframe_div {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 400px;
    }

    .zs_iframe_div iframe {
        width: 100%;
        max-height: auto;
        min-height: 400px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .banner {
        margin-top: 66px;
    }

    .bannerSwiper .slide-inner,
    .bannerSwiper .bannerImg {
        position: relative;
    }

    .banner .bannerSwiper {
        height: auto;
        max-height: 100%;
    }

    .bannerDes h2 {
        font-size: 36px;
    }

    .bannerSwiper .bannerDes {
        top: 26%;
        left: 12%;
        width: 40%;
    }

    .bannerQ10 .bannerDes {
        right: 10%;
        left: auto;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        bottom: 40px;
        left: 6%;
        width: 15%;
    }

    .bannerSwiper .swiper-pagination-bullet {
        width: 100%;
    }

    .indextitle {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .indexProduct {
        padding: 60px 0;
    }

    .indexRefer {
        padding-bottom: 60px;
    }

    .indexAward {
        padding-bottom: 80px;
    }

    .indexVideo {
        padding: 70px 0;
    }

    .indexNews {
        padding: 70px 0;
    }

    .indexNews_boxss {
        padding-left: 20px;
    }

    .indexNews_boxTab {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .indexAdvs_main {
        padding-top: 0;
    }

    .indexAdvs_box {
        padding: 40px 20px;
    }

    .indexAdvs {
        padding: 10px 0 80px;
    }

    .footer_bot {
        margin-top: 40px;
        font-size: 14px;
        color: #999;
        padding-top: 20px;
        border-top: 1px solid #666;
        text-align: center;
    }

    footer {
        padding: 70px 0 40px;
    }

    .zs_iframe_div {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 500px;
    }

    .zs_iframe_div iframe {
        width: 100%;
        max-height: auto;
        min-height: 500px;
    }
}

@media (min-width:1201px) and (max-width:1400px) {
    .zs_iframe_div {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 500px;
    }

    .zs_iframe_div iframe {
        width: 100%;
        max-height: auto;
        min-height: 500px;
    }
}

@media (min-width:1401px) and (max-width:1680px) {
    .zs_iframe_div {
        width: 88%;
        margin: 0 auto;
        max-height: auto;
        min-height: 600px;
    }

    .zs_iframe_div iframe {
        width: 100%;
        max-height: auto;
        min-height: 600px;
    }
}