@font-face {
    font-family: AlibabaPuHuiTi-3-55-Regular;
    src: url(../font/AlibabaPuHuiTi-3-55-Regular.eot) format('embedded-opentype'),
    url(../font/AlibabaPuHuiTi-3-55-Regular.otf) format('opentype'),
    url(../font/AlibabaPuHuiTi-3-55-Regular.ttf) format('TrueType'),
    url(../font/AlibabaPuHuiTi-3-55-Regular.woff) format('woff'),
    url(../font/AlibabaPuHuiTi-3-55-Regular.woff2) format('woff2');
}

body {
    margin: 0;
    font-family: AlibabaPuHuiTi-3-85-Bold;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* 首页banner设置 */
.index-banner {
    width: 100%;
    height: auto;
    position: relative;
    top: -70px;
}

/* banner关于按钮的设置 */
.swiper-img {
    position: relative;
    width: 100%;
    height: 640px;
    background-repeat: repeat;
    background-size: auto 100% !important;
    padding-top: 180px;
    background-position: 50% !important;
    background: url(../img/banner.png);
}

.swiper-but {
    width: 1200px;
    margin: 0 auto;
}

.swiper-but-one {
    width: 100%;
    padding-bottom: 80px;
}

.swiper-but button {
    width: 180px;
    height: 52px;
    border-radius: 4px;
    outline: none;
    border: none;
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 20px;
    line-height: 28px;
    background: linear-gradient(90deg, #5e0989, #76098f);
    box-shadow: 2px 8px 16px 0 rgba(140, 198, 255, .5);
    margin-right: 12px;
    font-weight: 500;
    color: #fff;
}

.swiper-but button:hover {
    position: relative;
    top: -5px;
}

.swiper-but button a {
    display: inline-block;
    color: #fff;
}

.swiper-but .swiper-p-one {
    font-size: 28px;
    line-height: 32px;
    /* font-style: oblique; */
    font-weight: 600;
}

.swiper-but .swiper-p-one span {
    font-size: 16px;
    line-height: 28px;
    font-style: oblique;
    font-weight: 600;
}

.swiper-but .swiper-p-two {
    font-size: 44px;
    color: #171d26;
    line-height: 64px;
    padding-top: 24px;
    font-weight: 800;
}

.swiper-but .swiper-p-thr {
    font-size: 24px;
    color: #4c545f;
    line-height: 32px;
    letter-spacing: 1px;
    padding-top: 24px;
}

/* 产品核心功能 */
.index-product {
    width: 100%;
    height: auto;
    position: relative;
    /* background: rgb(244, 245, 250); */
    background: #fff;
}

.index-product-all {
    max-width: 1200px;
    width: 100%;
    height: 570px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 50px;
}

.index-product-all .index-product-title {
    width: 100%;
    /* height: 100px; */
    line-height: 50px;
    padding: 25px 0;
    margin-bottom: 20px;
}

.index-product-all .index-product-title p {
    /* 	width: 100%;
   padding: 0;
   margin: 0;
   font-size: 32px;
   font-weight: bold;
   text-align: center; */
    height: 44px;
    font-size: 36px;
    font-weight: 400;
    color: #171d26;
    line-height: 44px;
    letter-spacing: 2px;
    margin-bottom: 24px;
    text-align: center;
}

.index-product-all .index-product-title span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #4c545f;
    line-height: 28px;
}

.index-product-zoology {
    width: 1080px;
    height: 740px;
    /* margin: 0 auto 70px; */
    margin: 0 auto 0px;
    overflow: hidden;
    /* background: url(../img/zoology/zoology.png) no-repeat center; */
    background: url(../img/bhsz/cpst.png) no-repeat center;
    background-size: auto 700px;
    background-position: center 40px;
    display: flex;
    flex-direction: column;
}

.index-zoology-top {
    width: 620px;
    height: 146px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
}

/* 按钮的设置 */
.index-zoology-top .btns {
    width: 120px;
    height: 120px;
    right: -120px;
    bottom: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    transition: 0.25s;
    text-align: center;
    box-shadow: inset 10px 10px 10px rgba(190, 1, 254, .05), 15px 25px 10px rgba(190, 1, 254, .1), 15px 20px 20px rgba(190, 1, 254, .1), inset -10px -10px 15px rgba(255, 255, 255, 0.5);
    border-radius: 44% 56% 65% 35% / 57% 58% 42% 43%;
}

.index-zoology-top .btns1 {
    width: 140px;
    height: 140px;
    right: -140px;
    bottom: 0;
    /* background-color: #5e0989; */
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    transition: 0.25s;
    text-align: center;
    box-shadow: inset 20px 20px 20px rgb(232 232 251), 25px 35px 20px rgb(119 0 145 / 5%), 25px 30px 30px rgba(0, 0, 0, .05), inset -20px -20px 25px rgba(255, 255, 255, 0.9);;
    border-radius: 52% 48% 33% 67% / 38% 45% 55% 62%;
}

.index-zoology-top .btns2 {
    width: 120px;
    height: 120px;
    right: -120px;
    bottom: 0;
    /* background-color: #76098f; */
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    transition: 0.25s;
    text-align: center;
    box-shadow: inset 10px 10px 10px rgba(1, 180, 255, .05), 15px 25px 10px rgba(1, 180, 255, .1), 15px 20px 20px rgba(1, 180, 255, .1), inset -10px -10px 15px rgba(255, 255, 255, 0.5);
    border-radius: 49% 51% 52% 48% / 63% 59% 41% 37%;
}

.index-zoology-top .btns:hover {
    border-radius: 50%;
}

.index-zoology-top p {
    font-size: 25px;
    font-family: Helvetica-Bold, Helvetica;
    font-weight: 700;
    color: #76098f;
    line-height: 240px;
}

.index-zoology-top .pt1 {
    font-size: 25px;
    font-family: Helvetica-Bold, Helvetica;
    font-weight: 700;
    color: #76098f;
    line-height: 30px;
}

.index-zoology-top img {
    transition-duration: 1.5s;
    width: 90px;
    height: 40px;
    cursor: pointer;
}

.index-zoology-top:hover.index-zoology-top img {
    transform: scale(1.22);
}

.index-zoology-bottom {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    cursor: pointer;
    position: relative;
}

/*修改第三次*/
.index-zoology-bottom .img1 {
    position: absolute;
    left: 50%;
    margin-left: -134px;
    top: 158px;
    width: 184px;
    z-index: 1;
    transform: rotate(26deg);
    transition: all 1s;
}

.index-zoology-bottom .img1:hover {
    top: 148px;
}

.index-zoology-bottom .img2 {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    top: 158px;
    width: 196px;
    z-index: 2;
    transform: rotate(26deg);
    transition: all 1s;
}

.index-zoology-bottom .img2:hover {
    top: 148px;
}

.index-zoology-bottom .img3 {
    position: absolute;
    left: 50%;
    margin-left: -106px;
    top: 81px;
    width: 196px;
    z-index: 3;
    transform: rotate(26deg);
    transition: all 1s;
}

.index-zoology-bottom .img3:hover {
    top: 71px;
}

.index-zoology-left {
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding: 0 42px 0 87px;
}

.index-zoology-right {
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding: 0 87px 0 38px;
}

.zoology-left-one {
    width: 184px;
    height: 100%
}

.zoology-left-one img {
    width: 184px;
    height: 184px;
}

.zoology-right-one {
    width: 184px;
    height: 100%
}

.zoology-right-one img {
    width: 184px;
    height: 184px;
}

.index-zoology-left:hover .zoology-left-one img {
    animation: upDown 2.2s linear infinite;
}

.index-zoology-right:hover .zoology-right-one img {
    animation: upDown 2.2s linear infinite;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.index-product-all .product-show {
    width: 100%;
    height: auto;
    padding: 10px;
}

.product-show .product-show-1 {
    width: 100%;
    height: 100%;
    border: 0.5px solid #c9d2e0;
    border-radius: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transition: 0.8s;
}

.product-show .product-show-1 .product-icon {
    width: 100%;
    height: 210px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.product-icon-img {
    /* width: 100%; */
    height: 100%;
    line-height: 170px;
    opacity: 1;
    transition: 0.3s;
    transition-delay: 0.4s;
    transition-timing-function: ease-in-out;
}

.product-icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-icon-text {
    height: 170px;
    transition: 0.2s;
    transition-delay: 0.1s;
    transition-timing-function: ease;
}

.product-icon-text h3 {
    margin-top: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 19px;
}

.product-icon-text span {
    width: 100%;
    line-height: 28px;
    display: inline-block;
    letter-spacing: 2px;
    text-align: justify;
}

/* 产品核心功能响应式 */
.product-show:hover .product-show-1 {
    /*background: #2d6efa;*/
    background: #74098e;
}

.product-show:hover .product-show-1 .product-icon-img {
    width: 0;
    height: 0;
    opacity: 0;
    transition: 0.2s;
    transition-delay: 0.1s;
    transition-timing-function: ease;
}

.product-show:hover .product-show-1 .product-icon-text {
    width: 100%;
    transition: 0.2s;
    transition-delay: 0.2s;
    transition-timing-function: ease;
}

.product-show:hover .product-show-1 .product-icon-text h3 {
    display: none;
    color: #ffffff;
}

.product-show:hover .product-show-1 .product-icon-text span {
    padding: 0 15px;
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* ********************************************************************************************************************************* */
/* 公司视频或简介 */
.index-video {
    width: 100%;
    height: 100%;
    background: rgb(244, 245, 250);
}

.index-video-all {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.index-video-all .index-video-title {
    width: 100%;
    height: 100px;
    line-height: 50px;
    padding: 25px 0;
    margin-bottom: 20px;
}

.index-video-all .index-video-title p {
    height: 44px;
    font-size: 36px;
    font-weight: 400;
    color: #171d26;
    line-height: 44px;
    letter-spacing: 2px;
    margin-bottom: 24px;
    text-align: center;
}

.index-video-text {
    width: 100%;
    height: auto;
}

.index-video-text .video-text-1 {
    width: 100%;
    height: 100%;
    text-align: center;
}

.index-video-text .video-text-1 img {
    border: 0.5px solid #c9d2e0;
    border-radius: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);

}

.index-video-text .video-text-1 video {
    max-width: 100%;
    aspect-ratio: 4/3;
    border-radius: 12px;
}

.video-text-2 {
    width: 100%;
    height: 432.2px;
    padding: 30px 15px 15px 15px;
    background: #fff;
    border-radius: 12px;
}

.video-text-2 p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

/* ********************************************************************************************************************************* */
/* 典型应用 */
.index-typical {
    width: 100%;
    height: auto;
    position: relative;
    /* background: rgb(244, 245, 250); */
    background: #fff;
}

.index-typical-all {
    max-width: 1200px;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.index-typical-all .index-typical-title {
    width: 100%;
    height: 100px;
    line-height: 50px;
    padding: 25px 0;
    margin-bottom: 20px;
}

.index-typical-all .index-typical-title p {
    height: 44px;
    font-size: 36px;
    font-weight: 400;
    color: #171d26;
    line-height: 44px;
    letter-spacing: 2px;
    margin-bottom: 24px;
    text-align: center;
}

.index-typical-all .typical-show {
    width: 100%;
    height: auto;
    padding: 10px;
}

.typical-show .typical-show-1 {
    width: 100%;
    height: 340px;
    border: 0.5px solid #c9d2e0;
    border-radius: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    position: relative;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.typical-show .typical-show-1 .typical-icon {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    position: relative;
    transform: translateY(25px);
}

.typical-show .typical-show-1 .typical-icon h2 {
    position: absolute;
    top: 70px;
    right: 20px;
    line-height: 30px;
    margin: 0;
    font-size: 14em;
    /*color: rgb(0 102 255 / 16%);*/
    color: rgb(98 9 138 / 16%);
    transition: 0.5s;
    z-index: 2;
}

.typical-show .typical-show-1:hover .typical-icon h2 {
    top: 10px;
    /*color: rgb(0 102 255 / 25%);*/
    color: rgb(98 9 138 / 16%);
}

.typical-icon .typical-icon-all {
    width: 100%;
    height: auto;
}

.typical-icon .typical-icon-all .typical-icon-title {
    width: 100%;
    height: 35px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
}

.typical-show .typical-show-1:hover .typical-icon-all .typical-icon-title {
    font-size: 18px;
}

.typical-icon .typical-icon-all .typical-icon-count {
    width: 100%;
    min-height: 120px;
    line-height: 28px;
    text-align: justify;
}

.typical-icon .typical-icon-all .typical-icon-button {
    position: relative;
    margin-top: 10px;
    padding: 1px 20px;
    display: inline-block;
    transition: 0.5s;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
}

.typical-show .typical-show-1:hover .typical-icon .typical-icon-all .typical-icon-button {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.typical-show .typical-show-1:hover .typical-icon-button {
    /*background: linear-gradient(90deg, #06f, #6434fc);*/
    background: linear-gradient(90deg, #5e0989, #76098f);
    text-decoration: none;
    cursor: pointer;
}


/* ********************************************************************************************************************************* */
/* 合作伙伴 */
.index-cooperate {
    width: 100%;
    height: auto;
    background: url(../img/liuxing.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.index-cooperate .index-cooperate-all {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.index-cooperate-all .index-cooperate-title {
    width: 100%;
    height: 100px;
    line-height: 50px;
    padding: 25px 0;
    margin-bottom: 20px;
}

.index-cooperate-all .index-cooperate-title p {
    height: 44px;
    font-size: 36px;
    font-weight: 400;
    /* color: #fff; */
    color: #5e0989;
    line-height: 44px;
    letter-spacing: 2px;
    margin-bottom: 24px;
    text-align: center;
}

.index-cooperate-all .cooperate-col {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.index-cooperate-all .cooperate-col img {
    width: 100%;
}

.index-cooperate-all .index-cooperate-but {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.index-cooperate-all .index-cooperate-but a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    padding: 0 50px;
    border: 1px solid #bbbbbb;
    text-decoration: none;
    color: #fff;
}

.index-cooperate-all .index-cooperate-but a:hover {
    /*background: linear-gradient(90deg, #06f, #6434fc);*/
    background: linear-gradient(90deg, #5e0989, #76098f);
    /* color: #7d0a8e; */
    border: 1px solid #7d0a8e;
}

/* ********************************************************************************************************************************* */
/* 新闻与动态 */
.index-news {
    width: 100%;
    height: auto;
    position: relative;
    /* background: rgb(244, 245, 250); */
    background: #fff;
}

.index-news-all {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.index-news-all .index-news-title {
    width: 100%;
    height: 100px;
    line-height: 50px;
    padding: 25px 0;
    margin-bottom: 20px;
}

.index-news-all .index-news-title p {
    height: 44px;
    font-size: 36px;
    font-weight: 400;
    color: #171d26;
    line-height: 44px;
    letter-spacing: 2px;
    margin-bottom: 24px;
    text-align: center;
}

.swiper-news-all {
    width: 100%;
    height: auto;
    padding: 5px;
    background: rgb(244, 245, 250);
}

.swiper-news-all .swiper-news-one {
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    background: #fff;
}

.swiper-news-all .swiper-news-one .swiper-news-img {
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    /*!* 设置纵横比 *!*/
    /*aspect-ratio: 3/2;*/
    /*width: 377px;*/
    /*height: 251px;*/
    position: relative;
    /*因为容器所有子元素需要绝对定位*/
    height: 0;
    /*容器高度是由padding来控制，盒模型原理告诉你一切*/
    width: 100%;
    border: 1px solid #dddddd;
    overflow: hidden;
    border-radius: 10px 10px 0px 20px;
    padding-top: calc(100% * 2 / 3);
}

.swiper-news-all .swiper-news-one .swiper-news-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-news-all .swiper-news-one .swiper-news-title {
    width: 100%;
    /* height: 60px; */
    padding: 20px;
}

.swiper-news-all .swiper-news-one .swiper-news-title h3 {
    width: 100%;
    margin: 0;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    height: 50px;
    line-height: 25px;
    font-weight: normal;
    color: #333333;

}

.swiper-news-all .swiper-news-one .swiper-news-title span {
    display: block;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    font-style: normal;
    color: #999999;
}

.index-news-all .index-news-but {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.index-news-all .index-news-but a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    padding: 0 50px;
    border: 1px solid #bbbbbb;
    text-decoration: none;
    color: #333;
}

.index-news-all .index-news-but a:hover {
    /*background: linear-gradient(90deg, #06f, #6434fc);*/
    background: linear-gradient(90deg, #5e0989, #76098f);
    color: #fff;
    border: 1px solid #7d0a8e;
}


/* ********************************************************************************************************************************* */
/* 首页响应式调整 */
@media (max-width: 767px) {
    .swiper-img {
        height: 530px;
        background-repeat: repeat;
        background-size: auto 100% !important;
        padding-top: 130px;
        background-position: 50% !important;
        background: url(../img/app/index.jpg);
    }

    .swiper-but {
        width: 95%;
        /* text-align: center; */
    }

    .swiper-but-one {
        padding-bottom: 100px;
    }

    .swiper-but .swiper-p-one {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        text-align: center;
    }

    .swiper-but .swiper-p-two {
        font-size: 20px;
        color: #171d26;
        line-height: 30px;
        padding-top: 10px;
        text-align: center;
    }

    .swiper-but .swiper-p-thr {
        font-size: 14px;
        padding-top: 0px;
        text-align: center;
    }

    .swiper-but button {
        width: 90px;
        height: 40px;
        font-size: 16px;
        line-height: 20px;
        display: none;
    }

    .index-product-all {
        height: auto;
    }

    .index-product-all .index-product-title {
        width: 95%;
        margin: 0 auto;
    }

    .index-product-zoology {
        width: 95%;
        height: auto;
        margin: 0 auto 70px;
        aspect-ratio: 1167/839;
        /* height: 330px; */
        background: url(../img/app/beijing.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .index-zoology-top {
        display: none;
    }

    .index-zoology-bottom {
        display: none;
    }

    .index-product-all .row {
        margin: 0;
    }

    .index-product-all .index-product-title p {
        font-size: 20px;
    }

    .product-show .product-show-1 .product-icon {
        height: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .product-icon-img {
        text-align: center;
        line-height: 80px;
    }

    .product-icon-img img {
        width: 80px;
        height: 80px;
    }

    .product-icon-text {
        height: 170px;
        position: relative;
        top: 0;
        transform: translateY(0);
    }

    .index-video-all .index-video-title p {
        font-size: 20px;
    }

    .video-text-2 {
        background: none;
        height: auto;
        text-indent: 20px;
    }

    /* 	.index-typical {
       width: 95%;
   } */
    .index-typical-all {
        width: 90%;
        height: auto;
    }

    .index-typical-all .index-typical-title p {
        font-size: 20px;
    }

    .index-cooperate .index-cooperate-all {
        width: 90%;
    }

    .index-news-all {
        width: 95%;
    }

    .index-news-all .index-news-title p {
        font-size: 20px;
    }

    .swiper-news-all .swiper-news-one .swiper-news-title h3 {
        font-size: 17px;
    }
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
    .swiper-img {
        height: 520px;
        padding-top: 110px;
        background-position: 65% !important;
    }

    .swiper-but {
        width: 100%;
        padding-left: 30px;
    }

    .swiper-but-one {
        padding-top: 50px;
    }

    .swiper-but .swiper-p-one {
        font-size: 18px;
        line-height: 20px;
    }

    .swiper-but .swiper-p-two {
        font-size: 20px;
        line-height: 34px;
        padding-top: 20px;
    }

    .swiper-but .swiper-p-thr {
        font-size: 16px;
        line-height: 20px;
        padding-top: 11px;
    }

    .index-product-all {
        height: auto;
    }

    .index-product-zoology {
        margin: 0 auto 70px;
        width: calc(100% - 30px);
        height: 545px;
        background-size: auto 500px;
    }

    .index-zoology-top {
        width: 435px;
        height: 120px;
    }

    .index-zoology-top p {
        font-size: 20px;
        line-height: 190px;
    }

    .index-zoology-left {
        padding: 0 30px 0 32px;
    }

    .zoology-left-one {
        width: 135px;
    }

    .zoology-left-one img {
        width: 135px;
        height: 135px;
    }

    .index-zoology-right {
        padding: 0 38px 0 28px;
    }

    .zoology-right-one {
        width: 135px
    }

    .zoology-right-one img {
        width: 135px;
        height: 135px;
    }

    .index-product-all .row {
        margin: 0;
    }

    .index-product-all .index-product-title p {
        font-size: 20px;
    }

    .product-show .product-show-1 .product-icon {
        height: 160px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .product-icon-text {
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .index-video-all .index-video-title p {
        font-size: 20px;
    }

    .video-text-2 {
        background: none;
        height: auto;
        text-indent: 20px;
    }

    /* 	.index-typical {
       width: 95%;
   } */
    .index-typical-all {
        width: 95%;
        height: auto;
    }

    .index-typical-all .index-typical-title p {
        font-size: 20px;
    }

    .index-cooperate .index-cooperate-all {
        width: 90%;
    }

    .index-news-all {
        width: 95%;
    }

    .index-news-all .index-news-title p {
        font-size: 20px;
    }

    .swiper-news-all .swiper-news-one .swiper-news-title h3 {
        font-size: 17px;
    }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
    .index-product-all {
        max-width: 992px;
        height: auto;
    }

    .swiper-img {
        height: 560px;
        padding-top: 130px;
        background-position: 50% !important;
    }

    .swiper-but {
        width: 992px;
        padding-left: 15px;
    }

    .swiper-but-one {
        padding-top: 50px;
    }

    .swiper-but .swiper-p-one {
        font-size: 20px;
        line-height: 24px;
    }

    .swiper-but .swiper-p-two {
        font-size: 26px;
        line-height: 44px;
        padding-top: 25px;
    }

    .swiper-but .swiper-p-thr {
        font-size: 18px;
        line-height: 20px;
        padding-top: 25px;
    }

    .index-product-all .index-product-title p {
        font-size: 26px;
    }

    .index-product-zoology {
        width: 992px;
        height: 665px;
        margin: 0 auto 70px;
        background-size: auto 620px;
    }

    .index-zoology-top {
        width: 565px;
        height: 135px;
    }

    .index-zoology-top p {
        font-size: 26px;
        line-height: 220px;
    }

    .index-zoology-left {
        padding: 0 36px 0 96px;
    }

    .zoology-left-one {
        width: 160px;
    }

    .zoology-left-one img {
        width: 160px;
        height: 160px;
    }

    .index-zoology-right {
        padding: 0 92px 0 37px;
    }

    .zoology-right-one {
        width: 160px
    }

    .zoology-right-one img {
        width: 160px;
        height: 160px;
    }

    .product-show .product-show-1 .product-icon {
        height: 275px;
    }

    .index-video-all {
        max-width: 992px;
    }

    .index-video-all .index-video-title p {
        font-size: 26px;
    }

    .video-text-p {
        display: none;
    }

    .video-text-2 {
        height: auto;
        aspect-ratio: 4/3;
    }

    .index-typical-all {
        max-width: 992px;
    }

    .index-typical-all .index-typical-title p {
        font-size: 26px;
    }

    .index-cooperate .index-cooperate-all {
        max-width: 992px;
    }

    .index-cooperate-all .index-cooperate-title p {
        font-size: 26px;
    }

    .index-cooperate .index-cooperate-all .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .index-news-all {
        max-width: 992px;
    }

    .index-news-all .index-news-title p {
        font-size: 26px;
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
    .index-product-all {
        max-width: 1200px;
        height: auto;
    }

    .swiper-img {
        height: 640px;
        padding-top: 180px;
        background-position: 50% !important;
    }

    .swiper-but {
        width: 1200px;
        padding-left: 0;
    }

    .swiper-but-one {
        padding-top: 0;
    }

    .swiper-but .swiper-p-one {
        font-size: 28px;
        line-height: 32px;
    }

    .swiper-but .swiper-p-two {
        font-size: 44px;
        line-height: 64px;
        padding-top: 24px;
    }

    .swiper-but .swiper-p-thr {
        font-size: 24px;
        line-height: 32px;
        padding-top: 24px;
    }

    .index-product-all .index-product-title p {
        font-size: 36px;
    }

    .index-product-zoology {
        width: 1080px;
        height: 740px;
        margin: 0 auto 70px;
        background-size: auto 700px;
    }

    .index-zoology-top {
        width: 620px;
        height: 146px;
    }

    .index-zoology-top p {
        font-size: 27px;
        line-height: 240px;
    }

    .index-zoology-left {
        padding: 0 42px 0 87px
    }

    .zoology-left-one {
        width: 184px;
    }

    .zoology-left-one img {
        width: 184px;
        height: 184px;
    }

    .index-zoology-right {
        padding: 0 87px 0 38px;
    }

    .zoology-right-one {
        width: 184px;
    }

    .zoology-right-one img {
        width: 184px;
        height: 184px;
    }

    .product-show .product-show-1 .product-icon {
        height: 210px;
    }

    .index-video-all {
        max-width: 1200px;
    }

    .index-video-all .index-video-title p {
        font-size: 36px;
    }

    .video-text-p {
        display: block;
    }

    .video-text-2 {
        height: 432.2px;
        aspect-ratio: 4/3;
    }

    .index-typical-all {
        max-width: 1200px;
    }

    .index-typical-all .index-typical-title p {
        font-size: 36px;
    }

    .index-cooperate .index-cooperate-all {
        max-width: 1200px;
    }

    .index-cooperate-all .index-cooperate-title p {
        font-size: 36px;
    }

    .index-cooperate .index-cooperate-all .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .index-news-all {
        max-width: 1200px;
        width: 100%;
    }

    .index-news-all .index-news-title p {
        font-size: 36px;
    }

}