@charset "UTF-8";
:root {
    --header-height: 90px;
}

.index-title {
    margin-bottom: 46px;
    padding-top: 40px;
}

.index-title p {
    text-align: center;
}

.index-title .ZH {
    font-size: 2.5vw;
    color: #1452BA;
    line-height: 70px;
    text-transform: uppercase;
}

.index-title .EN {
    font-size: 1.25vw;
    color: rgba(0, 0, 0, 0.502);
    line-height: 35px;
}

.header {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    position: fixed;
    width: 100%;
    height: var(--header-height);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 100%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(3px);
    z-index: 999;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.4s;
    /* &.bgn {
        background: transparent;
    }
    &.bgb {
        background: rgba(#fff, 1);
    } */
}

.header-logo {
    width: 11.25vw;
    height: 2.604vw;
}

.header-nav {
    height: 100%;
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.header-nav-list {
    height: 100%;
    display: flex;
}

.header-nav-list-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header-nav-list-item-links {
    position: relative;
}

.header-nav-list-item-links::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 24px;
    height: 23px;
    background: url("../img/icons/head-down.png") no-repeat;
    background-size: cover;
    transition: 0.3s;
}

.header-nav-list-item-links.scroll-bottom::after {
    transition: 0.3s;
    background: url("../img/icons/head-down-white2.png") no-repeat;
    background-size: cover;
}

.header-nav-list-item:not(.no-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 56px);
    height: 3px;
    transition: all 0.3s;
    background-color: #1452BA;
    transform: translateX(-50%) scale(0);
}

.header-nav-list-item > a {
    font-size: 16px;
    line-height: 20px;
    color: white;
    font-weight: bold;
    transition: all 0.1s;
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin: 0 1.2vw;
    height: 100%;
}

.header-nav-list-item-child {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: max-content;
    min-width: 100%;
    transform: translateX(-50%) translateY(100%) scaleY(0);
    transform-origin: center top;
    transition: transform 0.3s;
}

.header-nav-list-item-child-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.91);
}

.header-nav-list-item-child-item > a {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    display: block;
    padding: 14px 10px;
    width: 100%;
}

.header-nav-list-item-child-item:hover {
    background-color: #fff;
    position: relative;
}

.header-nav-list-item-child-item:hover::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #1452BA;
}

.header-nav-list-item-child-item:hover > a {
    color: #1452BA;
    font-weight: bold;
}

.header-nav-list-item:hover > a {
    color: #1452BA;
}

.header-nav-list-item:hover::after {
    transform: translateX(-50%) scale(1);
}

.header-nav-list-item:hover .header-nav-list-item-child {
    transform: translateX(-50%) translateY(100%) scaleY(1);
}

.header-nav-list-item:hover .header-nav-list-item-child-item__child {
    opacity: 1;
}

.header-nav-list-item:hover .header-nav-list-item-links::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 24px;
    height: 23px;
    background-size: 100% !important;
    transition: 0.3s;
    background: url("../img/icons/hover_jiantou_icon.png") no-repeat;
}

.header-lang {
    margin-left: 5%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-lang-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s;
}

.header-lang-item__img {
    width: 24px;
    height: 23px;
    display: block;
}

.header-lang-item__text {
    margin-left: 9px;
    color: white;
}

.header-lang-item:not(:last-child) {
    margin-right: 18px;
}

/* 首页about */
.banner-swiper {
    width: 100%;
}

.banner-swiper .swiper-pagination-banner {
    display: flex;
    justify-content: center;
    height: 3px;
    position: absolute;
    z-index: 8848;
}

.banner-swiper .swiper-pagination-banner .swiper-pagination-bullet {
    width: 12px;
    height: 3px;
    background: #EBEDF0;
    display: block;
    border-radius: 0;
}

.banner-swiper .swiper-pagination-banner .swiper-pagination-bullet-active {
    width: 20px;
    height: 3px;
    background: #FFFFFF;
}

.banner-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-swiper .swiper-slide p {
    position: absolute;
    font-size: 3.333vw;
    color: #FFFFFF;
    line-height: 93px;
}

.banner-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

/*index title*/
.about-container {
    padding-bottom: 115px;
}

.page-about {
    background-size: cover;
    position: relative;
}

.page-about .bg-img {
    z-index: -1;
}

.page-about__container {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    margin-bottom: 5.5555555556vh;
}

.page-about__container-left {
    flex: 1;
}

.page-about__container-left__title {
    margin-top: 28px;
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 43px;
    letter-spacing: 15px;
}

.page-about__container-left__caption {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: bold;
    color: #1452BA;
    line-height: 32px;
    letter-spacing: 4px;
}

.page-about__container-left__content {
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    margin-bottom: 5.6481481481vh;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.page-about__container-left__content p {
    text-indent: 2em;
    font-size: 16px;
    
    color: #666666;
    line-height: 36px;
}

.page-about__container-left__content p:last-of-type {
    margin-bottom: 0;
}

.page-about__container-right {
    flex-shrink: 0;
    width: 46%;
    aspect-ratio: 732/510;
    border-radius: 50px 0 50px 0;
    margin-left: 68px;
}

.page-about__footer {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: transparent;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
}

.page-about__footer-item {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 0 57px;
}

.page-about__footer-item__num {
    word-wrap: normal;
    white-space: nowrap;
    font-size: 60px;
    color: #1452BA;
    font-family: YouSheBiaoTiHei;
    line-height: 40px;
    width: fit-content;
    margin: auto;
}

.page-about__footer-item__num-more {
    position: absolute;
    font-size: 24px;
    
    top: 0;
    right: -20px;
    line-height: 36px;
    transform: translateY(-50%);
}


.page-about__footer-item__text {
    font-size: 16px;
    
    color: #666666;
    line-height: 23px;
    letter-spacing: 1px;
    margin-top: 16px;
}


.page-about.animated .page-about__container-left, .page-about.animated .page-about__container-right, .page-about.animated .page-about__footer {
    transform: translate(0, 0);
    opacity: 1;
}


/* 工程业绩 */
.product-container {
    padding-bottom: 50px;
}

.page-gc {
    display: flex;
}

.page-gc .page-item__more {
    color: #F28D01;
}

.page-gc__top {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.page-gc__top-main {
    width: 100%;
}

.page-gc__top-main .gc-swiper-buttonDiv {
    position: absolute;
    bottom: 150px;
    right: 0;
    width: 75px;
}

.page-gc.animated .twoScreen .tubox.active {
    display: flex;
    opacity: 1;
    z-index: 2;
}

.page-gc.animated .twoScreen .Tabbox .TabAnu {
    transform: translate(0, 0);
    opacity: 1;
}

/* 技术研发 */
.js-container {
    background: url("../img/icons/bg-index-jishu.png") no-repeat center center/100% 100%;
    padding-bottom: 50px;
}

.page-jishu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.page-jishu .jishuTitleDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 19px;
}

.page-jishu .jishuTitleDiv .jishuTitleMain {
    transition: all 0.8s;
    transform: translateX(-200px);
    opacity: 0;
}

.page-jishu .jishuTitleDiv .jishuTitleMain .jishuTitleItem {
    font-size: 40px;
    font-weight: bold;
    color: #1452BA;
    line-height: 58px;
}

.page-jishu .jishuTitleDiv .jishuTitleMain .jishuTitleItemS {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.502);
    line-height: 26px;
}

.page-jishu .jishuTitleDiv .page-item__more {
    transition: all 0.8s;
    transform: translateX(200px);
    opacity: 0;
}

.page-jishu-list {
    width: 100%;
    padding: 0 12%;
    display: flex;
}

.page-jishu-list-item {
    position: relative;
    width: 500px;
    height: auto;
    aspect-ratio: 500/629;
    transition: all 0.8s;
    overflow: hidden;
    margin-right: -95px;
}

.page-jishu-list-item-img {
    width: 100%;
    height: 100%;
    display: block;
}

.page-jishu-list-item-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.4s;
    opacity: 0;
}

.page-jishu-list-item-popup-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.4s;
}

.page-jishu-list-item-popup-box-img {
    width: 100%;
    height: 100%;
    display: block;
}

.page-jishu-list-item:hover .page-jishu-list-item-popup {
    opacity: 1;
}

.animated .page-jishu-list-item {
    transform: scale(1);
    opacity: 1;
}

.animated .page-jishu-list-item:nth-child(1) {
    transition-delay: 0s;
}

.animated .page-jishu-list-item:nth-child(2) {
    transition-delay: 0.5s;
}

.animated .page-jishu-list-item:nth-child(3) {
    transition-delay: 1s;
}

.animated .page-jishu-list-item:nth-child(4) {
    transition-delay: 1.5s;
}

.page-jishu.animated .jishuTitleMain,
.page-jishu.animated .page-item__more {
    transform: translate(0, 0);
    opacity: 1;
}

/* 新闻中心 */
.news-container {
    background: url("../img/icons/bg-index-news.jpg") no-repeat center center/100% 100%;
    padding-bottom: 50px;
}

.page-news {
    display: flex;
}

.page-news__top {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
}

.page-news__top-main {
    height: 100%;
    width: 100%;
}

.page-news__top-main .news-swiper-buttonDiv {
    position: absolute;
    bottom: 150px;
    right: 0;
    width: 75px;
}

.page-news__top-main .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.page-news__top-main .swiper-slide-news-item {
    width: 25%;
    display: flex;
    align-items: center;
    position: relative;
}

.page-news__top-main .swiper-slide-news-item-main {
    padding: 0 31px;
    position: relative;
    z-index: 1;
}

.page-news__top-main .swiper-slide-news-item-title {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
}

.page-news__top-main .swiper-slide-news-item-content {
    text-indent: 2em;
    height: 90px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.page-news__top-main .swiper-slide-news-item-time {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-bottom: 53px;
}

.page-news__top-main .swiper-slide-news-item-imgDiv {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 280/200;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.page-news__top-main .swiper-slide-news-item-imgDiv-img {
    width: 100%;
    transition: 0.4s;
}

.page-news__top-main .swiper-slide-news-item-btn {
    font-size: 16px;
    color: #9e9e9e;
    line-height: 20px;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid rgba(153, 153, 153, 0.5);
    text-align: center;
    width: fit-content;
    padding: 18px 40px;
    margin: auto;
}

.page-news__top-main .swiper-slide-news-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: 0;
    transition: 0.4s;
}

.page-news__top-main .swiper-slide-news-item:hover::after {
    height: 100%;
}

.page-news__top-main .swiper-slide-news-item:hover .swiper-slide-news-item-title {
    color: #1452BA;
}

.page-news__top-main .swiper-slide-news-item:hover .swiper-slide-news-item-imgDiv-img {
    transform: scale(1.2);
}

.page-news__top-main .swiper-slide-news-item:hover .swiper-slide-news-item-btn {
    border: 1px solid #1452BA;
    color: #1452BA;
}

.page-news.animated .news-swiper {
    transform: scale(1);
    opacity: 1;
}

/* 企业资信 */
.continuity-containter {
    background: url("../img/icons/bg-index-qyzx.png") no-repeat center center/100% 100%;
    padding-bottom: 100px;
}

.continuity-containter .page-continuity {
    display: flex;
    flex-direction: column;
}

.continuity-containter .page-continuity__top {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.continuity-containter .page-continuity__top .jishuTitleDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 19px;
}

.continuity-containter .page-continuity__top .jishuTitleDiv .jishuTitleMain {
    transition: all 0.8s;
    transform: translateX(-200px);
    opacity: 0;
}

.continuity-containter .page-continuity__top .jishuTitleDiv .jishuTitleMain .jishuTitleItem {
    font-size: 40px;
    font-weight: bold;
    color: #1452BA;
    line-height: 58px;
}

.continuity-containter .page-continuity__top .jishuTitleDiv .jishuTitleMain .jishuTitleItemS {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.502);
    line-height: 26px;
}

.continuity-containter .page-continuity__top .jishuTitleDiv .page-item__more {
    transition: all 0.8s;
    transform: translateX(200px);
    opacity: 0;
}

.continuity-containter .page-continuity__top-main {
    /*overflow: hidden;*/
    width: 100%;
    padding: 0 30px;
}

.continuity-containter .page-continuity__top-main .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.continuity-containter .page-continuity__top-main .swiper-slide-zx-item {
    width: calc(20% - 48px);
    margin-right: 60px;
}

.continuity-containter .page-continuity__top-main .swiper-slide-zx-item:nth-last-child(1) {
    margin-right: 0;
}

.continuity-containter .page-continuity__top-main .swiper-slide-zx-item-img {
    width: 100%;
    aspect-ratio: 240/316;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.continuity-containter .page-continuity__top-main .swiper-slide-zx-item-img-i {
    /*height: 100%;*/
    width: 100%;
    transition: 0.4s;
}

.continuity-containter .page-continuity__top-main .swiper-slide-zx-item-title {
    font-size: 18px;
    
    color: #000000;
    line-height: 26px;
    margin-top: 13px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.continuity-containter .page-continuity__top-main .swiper-slide-zx-item-caption {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
    margin-top: 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.continuity-containter .page-continuity.animated .jishuTitleMain,
.continuity-containter .page-continuity.animated .page-item__more {
    transform: translate(0, 0);
    opacity: 1;
}

.continuity-containter .page-continuity.animated .zx-swiper {
    transform: scale(1);
    opacity: 1;
}


.page-continuity__bottom {
    /* @include calcVh(height, 320); */
    background: #363636;
    color: #ffffff;
}

.page-continuity__bottom-container {
    display: flex;
    justify-content: space-between;
    padding-top: 2.2222222222vh;
    padding-bottom: 1.4814814815vh;
}

.page-continuity__bottom-container-left {
    display: flex;
}

.page-continuity__bottom-container-left-list {
    margin-right: 30px;
}

.page-continuity__bottom-container-left-list-th {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 1.4814814815vh;
}

.page-continuity__bottom-container-left-list-item {
    font-size: 14px;
    line-height: 20px;
}

.page-continuity__bottom-container-left-list-item a {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s;
}

.page-continuity__bottom-container-left-list-item a:hover {
    color: #ffffff;
}

.page-continuity__bottom-container-left-list-item:not(:last-of-type) {
    margin-bottom: 12px;
}

.page-continuity__bottom-container-center {
    padding: 0 20px;
    max-width: 500px;
}

.page-continuity__bottom-container-center-titleDiv {
    display: flex;
    align-items: flex-end;
    margin-bottom: 12px;
}

.page-continuity__bottom-container-center-titleDiv-item {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 29px;
}

.page-continuity__bottom-container-center-titleDiv-itemS {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.502);
    line-height: 27px;
    margin-left: 20px;
}

.page-continuity__bottom-container-center-list-li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 23px;
    margin-bottom: 17px;
}

.page-continuity__bottom-container-center-list-li-item {
    display: flex;
    align-items: center;
}

.page-continuity__bottom-container-center-list-li-icon {
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 12px;
    flex-shrink: 0;
}

.page-continuity__bottom-container-center-list-li-text {
    flex-shrink: 0;
}

.page-continuity__bottom-container-center-list-li-textItem {
    flex: 1;
}

.page-continuity__bottom-container-right {
    font-size: 16px;
    line-height: 23px;
    padding-top: 4px;
    flex-shrink: 0;
}

.page-continuity__bottom-container-right-header {
    display: flex;
    align-items: center;
}

.page-continuity__bottom-container-right-header-img {
    width: 120px;
    height: 120px;
    margin-right: 20px;
}

.page-continuity__bottom-container-right-header-info-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 20px;
}

.page-continuity__bottom-footer {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    background: #212121;
}

.page-continuity__bottom-footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    overflow: visible !important;
}

.page-continuity__bottom-footer-container-left span:not(:last-child) {
    margin-right: 30px;
}

.page-continuity__bottom-footer-container-right {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
}

.page-continuity__bottom-footer-container-right-label {
    margin-right: 12px;
}

.page-continuity__bottom-footer-container-right-select {
    position: relative;
}

.page-continuity__bottom-footer-container-right-select-item {
    width: 190px;
    height: 36px;
    background: #ffffff;
    border-radius: 2px;
    padding: 0 12px 0 20px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    box-sizing: border-box;
}

.page-continuity__bottom-footer-container-right-select-item-icon {
    width: 24px;
    height: 24px;
    transition: all 0.2s;
}

.page-continuity__bottom-footer-container-right-select-box {
    position: absolute;
    opacity: 0;
    display: none;
    bottom: 0;
    padding-bottom: 0;
    min-width: 100%;
    right: 0;
    transition: all 0.4s;
}

.page-continuity__bottom-footer-container-right-select-list {
    min-width: 100%;
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;
}

.page-continuity__bottom-footer-container-right-select-list-item {
    min-width: 100%;
}

.page-continuity__bottom-footer-container-right-select-list-item a {
    padding: 0 12px;
    line-height: 40px;
    display: block;
    min-width: 100%;
    height: 100%;
    color: #666666;
    transition: all 0.2s;
}

.page-continuity__bottom-footer-container-right-select-list-item a:hover {
    color: #333;
    background-color: rgba(135, 206, 235, 0.3);
}

.page-continuity__bottom-footer-container-right-select:hover .page-continuity__bottom-footer-container-right-select-item-icon {
    transform: rotate(180deg);
}

.page-continuity__bottom-footer-container-right-select:hover .page-continuity__bottom-footer-container-right-select-box {
    bottom: 100%;
    display: block;
    opacity: 1;
    padding-bottom: 10px;
}

.header-nav-list-item.active > a {
    color: #1452BA;
    position: relative;
}

.header-nav-list-item.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    transition: all 0.3s;
    background-color: #1452BA;
    transform: translateX(-50%);
}

.header-lang-item {
    position: relative;
}

.header-lang-item .search-input {
    border-radius: 8px;
    display: none;
    border: 1px solid white;
    color: white;
    justify-content: space-between;
    padding: 8px 12px;
    margin-right: 30px;
}

.header-lang-item .search-input.not-white {
    border: 1px solid #333333;
    color: #333333;
}

.header-lang-item input {
    font-size: 14px;
    background: transparent !important;
}

.BMap_cpyCtrl {
    display: none !important;
}

.anchorBL {
    display: none;
}

.close-box-box {
    display: none;
}

.close-box-box img {
    width: 24px;
    height: 24px;
}

.close-box-box img:first-child {
    display: none;
}

/* 企业荣誉 start */
.page-continuity__top-ry {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.page-continuity__top-main-ry {
    width: 100%;
}

.page-continuity__top-main-ry .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    padding: 0 57px;
}

.page-continuity__top-main-ry .swiper-slide-zx-item {
    width: calc(25% - 18px);
    margin-right: 24px;
    padding: 30px;
    background: #fff;
    cursor: pointer;
}
.page-continuity__top-main-ry
.swiper-slide-zx-item:hover
.swiper-slide-zx-item-img {
    transform: scale(1.1);
}

.page-continuity__top-main-ry .swiper-slide-zx-item:nth-last-child(1) {
    margin-right: 0;
}

.page-continuity__top-main-ry .swiper-slide-zx-item-img {
    width: 100%;
    aspect-ratio: 282/350;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 450ms ease;
}

.page-continuity__top-main-ry .swiper-slide-zx-item-img-i {
    display: block;
    width: 100%;
    transition: 0.4s;
    object-fit: contain;
    height: 100%;
}

.page-continuity__top-main-ry .swiper-slide-zx-item-title {
    
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* 企业荣誉 end */
@media (max-width: 992px) {
    .page-about__container-left__caption {
        letter-spacing: 2px;
    }

    .index-title {
        padding-top: 24px;
        margin-bottom: 16px;
    }

    .index-title .EN {
        font-size: 14px;
        line-height: 20px;
    }

    .index-title .ZH {
        font-size: 32px;
        line-height: 46px;
    }

    .header {
        display: none;
    }

    .banner-swiper {
        width: 100%;
    }

    .banner-swiper .swiper-slide img {
        object-fit: cover;
    }

    .banner-swiper .swiper-slide p {
        font-size: 20px;
        line-height: 30px;
    }

    .page-about__container-left__title {
        margin-top: 0;
    }

    .page-about__container-left__title {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 8px;
    }

    .page-about__container-left__caption {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 26px;
    }

    .page-about__container-left__content {
        font-size: 14px;
        color: #666666;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        height: auto;
        margin-bottom: 20px;
    }

    .page-about__container-left__content p {
        font-size: 14px;
        color: #666666;
        line-height: 30px;
    }

    .page-item__more span {
        font-size: 12px;
        color: #F28D01;
        line-height: 17px;
    }

    .page-about__container-right {
        margin-left: 0;
        width: 100%;
        margin-top: 19px;
    }

    .page-about__container-right .about-swiper {
        width: 100%;
        aspect-ratio: 343/238;
    }

    .page-about__container-right .about-swiper .swiper-pagination {
        padding: 0 6px;
    }

    .about-container {
        padding-bottom: 56px;
    }

    .page-about .page-about__container {
        margin-bottom: 0;
    }

    .page-about__footer.numCount {
        grid-template-columns: repeat(2, 1fr);
        box-shadow: none;
    }

    .page-about__footer.numCount li {
        margin: 20px 0px;
        padding: 0;
    }

    .page-about__footer.numCount li span {
        font-size: 40px;
        line-height: 40px;
    }

    .page-about__footer.numCount li .page-about__footer-item__text {
        margin-top: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .product-yj {
        background: #F5F9FB;
        padding-bottom: 30px;
    }

    .product-yj a + a {
        margin-top: 16px;
    }

    .product-yj a {
        display: block;
        background: #FFFFFF;
        padding: 24px 16px 8px;
    }

    .product-yj a .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-yj a .top .zh {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
        line-height: 29px;
        margin-bottom: 2px;
    }

    .product-yj a .top .en {
        font-size: 14px;
        color: #666666;
        line-height: 20px;
        margin-bottom: 7px;
    }

    .product-yj a .top img {
        width: 40px;
        height: 40px;
    }

    .product-yj a > img {
        width: 100%;
        aspect-ratio: 311/162;
    }

    .product-container {
        background: #F5F9FB;
        padding-bottom: 0;
    }

    .js-container {
        background: url("../img/icons/mb-bg-index-jishu.png") no-repeat center center/100% 100%;
    }

    .mb-page-jishu {
        width: 100%;
    }

    .mb-page-jishu .swiper-pagination-js {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% - 32px);
        bottom: -25px;
        position: absolute;
    }

    .mb-page-jishu .swiper-pagination-js .swiper-pagination-bullet {
        background: white;
        opacity: 1;
    }

    .mb-page-jishu .swiper-pagination-js .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 8px;
    }

    .mb-page-jishu .swiper-pagination-js .swiper-pagination-bullet-active {
        background: #F28D01 !important;
    }

    .mb-page-jishu .swiper {
        width: 100%;
        aspect-ratio: 319/467;
    }

    .mb-page-jishu .swiper .swiper-slide {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: flex-end;
        padding: 20px;
        overflow: hidden;
    }

    .mb-page-jishu .swiper .swiper-slide > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 3;
        width: 100%;
    }

    .mb-page-jishu .swiper .swiper-slide > div img {
        width: 45px;
        height: 45px;
    }

    .mb-page-jishu .swiper .swiper-slide .zh {
        font-size: 28px;
        font-weight: bold;
        color: #1452BA;
        line-height: 41px;
    }

    .mb-page-jishu .swiper .swiper-slide .en {
        font-size: 14px;
        color: #999999;
        line-height: 23px;
    }

    .mb-page-jishu .swiper .swiper-slide .bg-img-b {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .mb-page-jishu .swiper .swiper-slide .bg-bottom-img {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

    .page-swiper {
        padding-bottom: 26px;
    }

    .page-swiper .swiper {
        width: 100%;
    }

    .page-swiper .swiper img {
        width: 100%;
        aspect-ratio: 343/245;
    }

    .page-swiper .swiper .text-box {
        padding: 12px;
        background-color: #fff;
    }

    .page-swiper .swiper .text-box .title {
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        line-height: 29px;
        margin-bottom: 4px;
        min-height: 2.8em;
    }

    .page-swiper .swiper .text-box .content {
        font-size: 16px;
        color: #666666;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .page-swiper .swiper .text-box .time {
        font-size: 14px;
        color: #999999;
        line-height: 24px;
    }

    .page-swiper .prev-next-btn {
        bottom: -26px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        left: 0;
        height: 30px;
    }

    .page-swiper .prev-next-btn div + div {
        margin-left: 16px;
    }

    .page-swiper .prev-next-btn div {
        background: none;
        width: 30px;
        height: 30px;
        position: static;
        margin-top: 0;
    }

    .page-swiper .prev-next-btn div img {
        width: 30px;
        height: 30px;
    }

    .page-swiper .zs-name {
        font-size: 18px;
        color: #000000;
        line-height: 26px;
        text-align: center;
    }

    .page-swiper .lv {
        margin-top: 5px;
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        line-height: 26px;
        text-align: center;
    }

    .page-swiper .zx-img {
        width: 100%;
        object-fit: contain;
        margin: 0 auto 13px;
    }

    .page-continuity__bottom-container {
        display: block;
    }

    .page-continuity__bottom-container-left {
        display: none !important;
    }

    .page-continuity__bottom-container-center {
        padding: 0;
    }

    .page-continuity__bottom-footer-container {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .page-continuity__bottom-footer-container-right {
        display: none;
    }

    .page-continuity__bottom-footer-container-left span:not(:last-child) {
        margin: 0;
    }

    .page-continuity__bottom-container-right {
        padding-left: 36px;
    }

    .tabbar .enpty-box {
        width: 100%;
        height: 50px;
    }

    .tabbar .mb-header {
        z-index: 123456;
        background-color: #fff;
    }

    .tabbar .list {
        position: fixed;
        top: 50px;
        width: 100%;
        left: 0;
        background-color: #fff;
        z-index: 123456;
        height: calc(100vh - 50px);
        overflow: scroll;
        display: none;
    }

    .tabbar .list .item.active.has-child .line::after {
        transform: rotateX(180deg);
    }

    .tabbar .list .item.has-child .line {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tabbar .list .item.has-child .line::after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background: url("../img/icons/tabbar-icon-top.png") no-repeat;
        background-size: 100%;
        transition: 450ms ease;
    }

    .tabbar .list .item .line {
        padding: 16px 20px;
        border-bottom: 1px solid #E8E9EC;
    }

    .tabbar .list .item ul {
        padding-left: 20px;
        background-color: white;
        display: none;
    }

    .tabbar .list .item ul li {
        padding: 16px 20px;
        border-bottom: 1px solid #E8E9EC;
    }

    .page-about__footer-item__num-more {
        font-size: 24px !important;
        font-weight: bold;
    }

    .page-about__container-left__title, .page-about__container-left__caption {
        text-align: center;
    }

    .page-about__footer-item__num-more {
        right: -20px;
        top: 10px;
    }

    .text-end.fs-6 {
        font-size: 12px !important;
    }
    /* 企业荣誉 start */
    .ryMobileLiItem {
        background: rgba(255, 255, 255, 0.9);
        padding: 46px 30px 46px;
    }
    .ryMobileLiItem .ryImg {
        /* aspect-ratio: 240/316 !important; */
        aspect-ratio: 160/130 !important;
        display: block;
        object-fit: contain;
    }
    .page-swiper .ryName {
        font-weight: 400;
        font-size: 18px;
        color: #666666;
        line-height: 26px;
        text-align: center;
        margin-top: 27px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    /* 企业荣誉 end */
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .page-news__top-main .swiper-slide-news-item-title {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .page-news__top-main .swiper-slide-news-item-time {
        margin-bottom: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .page-about__container-left__title {
        font-size: 24px;
    }

    .page-about__container-left__caption {
        font-size: 18px;
    }

    .page-about__container-left__content p {
        line-height: 1.5;
    }

    .page-about__footer-item__num {
        font-size: 38px;
    }

    .page-about__footer-item {
        padding: 32px 0 34px;
    }

    .page-news__top-main .swiper-slide-news-item-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .page-news__top-main .swiper-slide-news-item-main {
        padding: 0 12px;
    }

    .page-news__top-main .swiper-slide-news-item-time {
        margin-bottom: 16px;
    }

    .page-news__top-main .swiper-slide-news-item-imgDiv {
        margin-bottom: 20px;
    }

    .page-continuity__bottom-container-right {
        display: none;
    }

    .page-news__top-main .swiper-slide-news-item-btn {
        padding: 12px 38px;
    }
}
