body {
    font-family: "SourceHanSansCN", "D-DIN-PRO";
}

.w87 {
    width: 87.5%;
    margin: 0 auto;
}

.ab-banner {
    position: relative;
}

.ab-banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.index_news_tab .swiper-slide {
    padding: 0;
}

.ab-banner-title h2 {
    font-size: 56px;
    color: #fff;
    font-weight: 800;
}

.banenrtext h2,
.index_company .companylefet h2,
.index_product .producttext h2,
.index_producttow .textprodright h3,
.index_producttow .textprodright .texta,
.index_projectcase .projectcasefix .projectcaseright h2,
.index_marketlayout h2,
.index_news_tips_title h2,
.index_contact .context h2,
.text-swiper h3,
.pro-cont p,
.text-swiper h3,
.tech-sw h3,
.tech-so h3,
.cu-cont-p1,
.team-1 h3,
.team-2 h3 {
    font-family: "D-DIN-PRO" !important;
}

.proimg {
    width: 100%;
}

.ab-banner-title h3 {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    margin-top: 24px;
    font-family: 'SourceHanSansCN' !important;
}

.proimg2 {
    display: none;
}

.ab-plho {
    height: 73px;
    border-bottom: 1px solid #e5e5e5;
    z-index: 10;
}


.ab-mbx {
    display: flex;
    float: left;
    padding: 26px 0;
}

.ab-hover {
    float: right;
    padding: 26px 0;
    position: relative;
}

.ab-hover a {
    padding-left: 20px;
}

.ab-cont1 {
    background-image: url(../images/about/back1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ab-cont1-js {
    width: 36%;
    margin-right: 4%;
    padding: 2.8%;
    padding-bottom: 2%;
    background-color: #fff;
}

.ab-cont1-pic {
    width: 60%;
}

.ab-cont1-pic img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: right;
}

.ab-cont1 .w87 {
    display: flex;
    height: auto;
    padding: 5% 0;
}

.ab-cont1-js h2 {
    color: #01a0ea;
    font-size: 32px;
    font-weight: 500;
    font-family: 'SourceHanSansCN' !important;
    text-align: center;
}

.ab-cont1-js h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-top: 10px;
    text-align: center;
}

.ab-cont1-js p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #666;
    margin-top: 30px;
}

.ab-cont1-js-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.ab-cont1-js-box-item {
    width: 48%;
    text-align: center;
    margin-right: 4%;
    background-color: #f6f6f6;
    padding: 2% 5%;
    margin-top: 3%;
}

.ab-cont1-js-box-item:nth-of-type(2n) {
    margin-right: 0;
}

.ab-cont1-js-box-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #01a0ea;
}

.ab-cont1-js-box-item p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-top: 10px;
}

.ab-hover p {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 104px;
    height: 2px;
    background-color: #007bff;
    transition: all 0.3s ease-in-out;
}

.ab-hover a.active {
    color: #01a0ea;
}

.ab-tz .swiper-container {
    width: 100%;
}

.ab-tz .swiper-container .swiper-slide {
    position: relative;
}

.ab-tz3-box {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.ab-tz3-box h3 {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
}

.atb-p1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    background-color: #01a0ea;
    padding: 5px 20px;
    width: auto;
    display: inline-block;
}

.atb-p2 {
    font-size: 14px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    gap: 2%;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

.custom-bullet {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding-bottom: 5%;
}

.dot {
    width: 25px;
    height: 25px;
    background-color: #ddd;
    border-radius: 50%;
    transition: 0.3s;
}

.custom-bullet span {
    font-size: 40px;
    font-weight: 700;
    margin-top: 3%;
    color: #fff;
}

.custom-bullet p {
    font-size: 14px;
    font-weight: 700;
    margin-top: 3%;
    color: #fff;
}

.custom-bullet.active .dot {
    background-color: #007aff;
}

.custom-bullet.active span,
.custom-bullet.active p {
    color: #007aff;
}

.pagination-line {
    position: absolute;
    top: 12.5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    transform: translateY(-50%);
    z-index: -1;
}

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

.swiper-button-prev {
    bottom: 15%;
    left: 10%;
    top: unset;
    z-index: 20;
}

.swiper-button-next {
    bottom: 15%;
    right: 10%;
    top: unset;
    z-index: 20;
}

.swiper-container-wrapper {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
}

.swiper-container2 {
    width: 48%;
    overflow: hidden;
}

.swiper-slide {
    align-items: center;
    justify-content: center;
    padding: 20px;

}

.image-section img {
    width: 100%;
    border-radius: 10px;
}

#ab-tz4 {
    background-image: url('../images/about/back2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.text-swiper h3 {
    font-weight: 700;
    font-size: 64px;
    color: #333;
}

.at4-p1 {
    font-weight: 500;
    font-size: 32px;
    color: #01a0ea;
    margin-top: 20px;
}

.at4-p2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    margin-top: 15%;
}

.swiper-button-prev2,
.swiper-button-next2 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.swiper-button-prev2 {
    top: 65%;
}

.swiper-button-next2 {
    top: 75%;
}

.hd2 {
    display: none;
}

.swiper-button-prev2:hover .hd1,
.swiper-button-next2:hover .hd1,
.swiper-button-next6:hover .hd1,
.swiper-button-prev6:hover .hd1 {
    display: none;
}

.swiper-button-prev2:hover .hd2,
.swiper-button-next2:hover .hd2,
.swiper-button-next6:hover .hd2,
.swiper-button-prev6:hover .hd2 {
    display: block;
}

.ab-co {
    background-image: url(../images/about/back3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ab-co {
    padding: 5% 8.75%;
    text-align: center;
}

.ab-co h3 {
    font-size: 36px;
    font-weight: 700;
    color: white;
}

.ab-co p {
    font-size: 24px;
    font-weight: 400;
    color: white;
    margin-top: 20px;
}

.ab-co-cont {
    width: 82.5%;
    margin: 5% auto;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    padding: 4% 5.5%;
}

.ab-co-cont img {
    width: 22.5%;
    margin-right: 3.3%;
    margin-top: 10px;
}

.ab-co-cont img:nth-of-type(4n) {
    margin-right: 0;
}

#ab-tz5 {
    background-image: url(../images/about/back4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5%;
}

.tab-container {
    width: 100%;
    text-align: center;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 15px;
}

.tab {
    padding: 17px 64px;
    cursor: pointer;
    border: none;
    background: #ddd;
    border-radius: 5px;
    transition: 0.3s;
}

.tab.active {
    background: #007bff;
    color: white;
}

.tab-content {
    display: none;
    font-size: 16px;
    color: #333;
}

.tab-content.active {
    display: block;
}


.tab-container .swiper-slide-active {
    transform: scale(1.2);
}

.tab-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    transition: transform 0.3s ease;
}

.ab-tz .swiper-container3 {
    width: 85%;
    margin: auto;
    margin-top: 5%;
}

.swiper-container3 .swiper-slide-active img {
    padding: 10px;
}

.swiper-button-prev3 {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 20;
}

.swiper-button-next3 {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 20;
}

.swiper-button-prev3:hover .hd1,
.swiper-button-next3:hover .hd1 {
    display: none;
}

.swiper-button-prev3:hover .hd2,
.swiper-button-next3:hover .hd2 {
    display: block;
}

.prol1 {
    display: flex;
    width: 100%;
}

.prol1 .pro {
    width: 49%;
    margin-right: 2%;
    position: relative;
}

.pro-cont {
    position: absolute;
    right: 5%;
    bottom: 5%;
    text-align: right;
}

.pro-cont h3 {
    font-weight: 700;
    font-size: 40px;
    color: white;
}

.pro-cont p {
    font-weight: 700;
    font-size: 40px;
    color: white;
    margin-top: 5%;
}

.pro-cont h3::after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: #01a0ea;
    position: absolute;
    right: 0;
    top: 55px;
}

.pro {
    overflow: hidden;
}

.proimg {
    transition: all 0.5s ease;
}

.pro:hover .proimg {
    transform: scale(1.1);
}

.prol2 {
    display: flex;
    margin-top: 20px;
    margin-bottom: 5%;
}

.prol2 .pro {
    width: 32%;
    margin-right: 2%;
    position: relative;
}

.prol2 .pro:nth-of-type(3) {
    margin-right: 0;
}


.product-xq {
    margin: auto;
    margin-top: 2%;
    width: 75%;
}


.swiper-thumb .swiper-slide {
    display: block;
}



.swiper-thumb p {
    text-align: center;
    position: absolute;
    bottom: -15px;
    width: 100%;
}


.main-swiper img {
    width: 100%;
}

.product-xq .swiper-slide {
    padding: 1.8%;
}




.product-xq .row {
    margin-top: 30px;
    padding-bottom: 5%;
}




.product-xq .col-lg-6 {
    padding: 0;
}

.swiper-thumb .swiper-slide {
    padding: 0;
}

.col-lg-6.xq-js {
    position: relative;
    padding-left: 5%;
}

.xq-js h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 6px;
    background: #01a0ea;
    position: absolute;
    /* left: 5%; */
    top: 55px;
}

.xq-js h2 {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    margin-top: 8%;
    position: relative;
}

.xq-js h3 {
    font-weight: 700;
    font-size: 40px;
    color: #333;
    margin-top: 20px;
}

.xq-js p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 10%;
}

.xq-js a {
    transition: all 0.3s ease;
    display: flex;
    background: #01a0ea;
    padding: 10.5px 30.5px;
    width: auto;
    max-width: 180px;
    align-items: center;
    color: white;
    margin-top: 10%;
}

.xq-js a img {
    margin-right: 15px;
    transition: all 0.3s ease;
}

.xq-js a:hover {
    border: 1px solid #01a0ea;
    background: white;
    color: #01a0ea;
}

.xq-js a:hover img {
    filter: invert(91%) sepia(52%) saturate(4500%) hue-rotate(165deg);
}

.pro-fwb h3 {
    font-weight: 700;
    font-size: 48px;
    color: #333;
}

.pro-fwb {
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 75%;
}

.pfwb-cont {
    margin-top: 5%;
    width: 100%;
    overflow: hidden;
}

.ab-banner-title h2 {
    text-transform: uppercase;
}

.tech-sw h3 {
    text-transform: uppercase;
    font-size: 64px;
    font-weight: 700;
    padding-left: 10%;

}

.tech-sw {
    width: 100%;
    margin: auto;
    position: relative;
    margin-top: 5%;
    padding-bottom: 5%;
}

.tsw-p1 {
    font-size: 24px;
    font-weight: 400;
    color: #01a0ea;
    position: relative;
    padding-left: 10%;
}

.tsw-p1::after {
    content: "";
    display: block;
    width: 21px;
    height: 2px;
    background: #01a0ea;
    position: absolute;
    bottom: -10px;
}


.tab-container2 {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    position: absolute;
    right: 10%;
    top: 0;
}

.tab-container2::-webkit-scrollbar {
    display: none;
    /* Chrome/Edge 隐藏滚动条 */
}

.tab-scroll {
    display: flex;
    gap: 20px;
    padding: 10px 0;
}

.tab-item {
    cursor: pointer;
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 20px;
    transition: all 0.3s;
    padding-left: 15px;
    padding-right: 15px;
}



.tab-content2 {
    margin-top: 5%;
    margin-bottom: 40px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-underline {
    width: 100%;
    height: 2px;
    background-color: #01a0ea;
    margin-top: 5px;

}

.tab-indicator {
    position: absolute;
    top: 90px;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #01a0ea;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
    border-radius: 3px;
    z-index: 2;
}

.tab-indicator2 {
    position: absolute;
    top: 90px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #f1f1f1;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
    border-radius: 3px;
    z-index: 1;
}





:root {
    --scrollbar-thumb: #01a0ea !important;
}

html {
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-thumb) transparent;
}

html::-webkit-scrollbar {
    width: 8px;
}

html::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: 4px;
}

html::-webkit-scrollbar-track {
    background: transparent;
}

#ab-tz3 .swiper-slide {
    padding: 0;
}

#ab-tz3 .swiper-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/about/sw1.png);
}

#ab-tz3 .swiper-slide img {
    position: relative;
    z-index: 0;
    opacity: 0;
}

.tab-item p {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
}

.tab-item.active p {
    color: #01a0ea;
}

.ts-2 {
    display: none;
}

.tab-item.active .ts-1 {
    display: none;
}

.tab-item.active .ts-2 {
    display: block;
}



.swiper-container4 {
    width: 100%;
    overflow: visible;
    position: relative;
}

.swiper-container4 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    padding: 30px;
}

.swiper-container4 .swiper-slide img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.progress-bar3 {
    position: absolute;
    bottom: -60px;
    left: 24%;
    height: 4px;
    width: 52%;
    background: #01a0ea;
    transition: width 0.1s linear;
}

.swiper-container4 .swiper-slide-active {
    transform: scale(1.1);
    z-index: 2;
}

.swiper-button-prev5 {
    position: absolute;
    bottom: -75px;
    left: 19%;
}

.swiper-button-next5 {
    position: absolute;
    bottom: -75px;
    right: 19%;
}

.swiper-button-prev5:hover .hd1,
.swiper-button-next5:hover .hd1 {
    display: none;
}

.swiper-button-prev5:hover .hd2,
.swiper-button-next5:hover .hd2 {
    display: block;
}


.tech-bg,
.tech-bg img {
    position: relative;
    width: 100%;
}

.tb-c1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 15%;
    justify-items: center;
}

.tb-c1 img {
    max-width: 90px;
}

.tb-c1 h3 {
    font-size: 48px;
    font-weight: 500;
    color: white;
    margin-top: 3%;
}

.tb-c1 p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: white;
    width: 47%;
    margin-top: 3%;
}

.tech-so {
    background-color: #f4f4f4;
    padding: 5% 10%;
}

.tech-so h3 {
    font-size: 64px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.ts-p {
    font-weight: 400;
    font-size: 24px;
    color: #01a0ea;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.ts-p::after {
    content: "";
    display: block;
    width: 21px;
    height: 2px;
    background: #01a0ea;
    position: absolute;
    bottom: 0;
    left: 49.5%;
}

.ts-cont {
    margin-top: 5%;
    display: flex;
}

.ts-c1 {
    width: 32%;
    margin-right: 2%;
    background-color: white;
}

.ts-c1:nth-of-type(3) {
    margin-right: 0;
}

.ts-c1-te {
    padding: 5%;
    padding-bottom: 10%;
}

.ts-p2 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.ts-p3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    margin-top: 20px;
}




.tab-container3 {
    width: 100%;
    margin: auto;
    padding-bottom: 5%;
    background-image: url(../images/case/back.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tab-header {
    display: flex;
    justify-content: space-around;
    position: relative;
    padding-bottom: 10px;
}

.tab-item2 {
    cursor: pointer;
    padding: 0;
    font-size: 18px;
    position: relative;
}

.tab-item2.active {
    font-weight: bold;
    color: #007aff;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.swiper-container5 {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.tab-container3 img{
    width: auto;
}
.tab-swiper-wrapper img{
    width: 100%;
}
.tab-swiper .swiper-slide {
    width: auto;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.tab-swiper p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-bottom: 0;
}

.tab-swiper .swiper-slide.active {
    background: #01a0ea;
    font-weight: bold;
}

.tab-swiper .swiper-slide.active p {
    color: white;
}

.tab-content-swiper {
    display: none;
}


.tab-content-swiper.active {
    display: block;
}

.content-swiper-prev {
    position: absolute;
    left: 22.5%;
    top: 50%;

}

.content-swiper-next {
    position: absolute;
    right: 22.5%;
    top: 50%;

}

.content-swiper-prev:hover .hd1,
.content-swiper-next:hover .hd1,
.tab-swiper-next:hover .hd1,
.tab-swiper-prev:hover .hd1 {
    display: none;
}

.content-swiper-prev:hover .hd2,
.content-swiper-next:hover .hd2,
.tab-swiper-next:hover .hd2,
.tab-swiper-prev:hover .hd2 {
    display: block;
}

.tab-content-swiper .swiper-slide {
    padding: 0;
}

.tab-content-swiper {
    position: relative;
}

.tab-swiper-wrapper {
    position: relative;
    width: 70%;
    margin: auto;
}

.tab-swiper-next {
    position: absolute;
    right: -5%;
    bottom: 40%;
}

.tab-swiper-prev {
    position: absolute;
    left: -5%;
    bottom: 40%;
}

.newslist {
    width: 68.75%;
    margin: auto;
}

.new {
    display: flex;
    width: 100%;
    padding-bottom: 5%;
    padding-top: 5%;
    border-bottom: 1px solid #c6c6c6;
}

.new-cont {
    padding-top: 5%;
}

.new-cont h3 {
    font-size: 24px;
    color: #333;
    font-weight: 500;
}

.new img {
    width: auto;
    max-width: 448px;
    margin-right: 4.8%;
}

.new-cont p {
    margin-top: 5%;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #666;
}

.new-cont a {
    color: white;
    background: #01a0ea;
    padding: 17px 39px;
    margin-top: 5%;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.new-cont a:hover {
    border: 1px solid #01a0ea;
    background: white;
    color: #01a0ea;
}

.ab-on {
    width: 65%;
    margin: 5% auto;
    position: relative;
    display: flex;
}

.ab-on1 {
    width: 47%;
    margin-right: 6%;
    position: relative;
}

.ab-on1:nth-of-type(2) {
    margin-right: 0;
}

.abo1 {
    border-left: 4px solid #01a0ea;
    margin-top: 20px;
    display: flex;
}

.abo-t {
    padding-left: 10px;
    width: 60%;
}

.abo-tz {
    float: right;
    width: 40%;
    display: flex;
    justify-content: right;
}

.abo-t p {
    font-size: 32px;
    font-weight: 500;
    color: #333;
    font-family: 'SourceHanSansCN';
}

.abo-t span {
    font-size: 20px;
    font-weight: 500;
    color: #333
}

.abo-zx {
    border: 1px solid #01a0ea;
    text-align: center;
    justify-items: center;
    padding: 12px;
    margin-left: 2%;
    cursor: pointer;
}

.abo-zx:hover img {
    filter: grayscale(100%) brightness(1000%);
}

.abo-zx:hover {
    background: #01a0ea;
}

.abo-zx:hover p {
    color: white;
}

.saom2 {
    display: none;
    position: absolute;
}

.abo-zx:hover .saom2 {
    display: block;
    width: 80%;
    bottom: 20%;
    left: 10%;
}

.pagination {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pagination button {
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    border: 1px solid #e5e5e5;
}

#prevPage,
#nextPage {
    border: none;
}

.pagination button:disabled {
    cursor: not-allowed;
}

.pagination button.active {
    background-color: #01a0ea;
    color: white;
}












.fx {
    position: absolute;
    right: 0;
    top: 300px;
    z-index: 99;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    width: 62px;
    overflow: visible;
}

.fx-a {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    max-width: unset;

}

.fx-img2 {
    display: none;
}

.fx-a:hover .fx-img1 {
    display: none;
}

.fx-a:hover .fx-img2 {
    display: block;
}

.fx-hover {
    position: absolute;
    top: 50%;
    right: -179px;
    transform: translateY(-50%);
    transition: right 0.3s ease-in-out;
    width: 179px;
    height: 62px;
    display: flex;
    color: white;
    background: #01a0ea;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.fx-a:hover .fx-hover,
.fx-a:hover .fx-hover2 {
    right: 70px;
}

.fx-a:hover .fx-hover3 {
    right: 10px;
}

.fx-hover2 {
    position: absolute;
    top: 50%;
    right: -219px;
    transform: translateY(-50%);
    transition: right 0.3s ease-in-out;
    width: auto;
    padding:0 20px;
    height: 62px;
    display: flex;
    color: white;
    background: #01a0ea;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.fx-hover2 img {
    height: 62px;
}

.fx-hover3 {
    position: absolute;
    top: 0%;
    right: -179px;
    transform: translateY(-50%);
    transition: right 0.3s ease-in-out;
    width: 179px;
    height: 62px;
    display: block;
}

header.active .lan-default {
    display: none;
}

header.active .lan-hover {
    display: block !important;
}

.pull-right:hover .lan-default {
    display: none;
}

.pull-right:hover .lan-hover {
    display: block !important;
}

.tab-container4 {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    /* margin-bottom: 5%; */
    background-image: url('../images/culture/back.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tab-container4 .tab-swiper-wrapper {
    width: 100%;
    margin: auto;
}

.tab-container4 .tab-item2 {
    background-color: white;
    padding: 17px 64px;
}

.tab-container4 .tab-item2.active {
    color: white;
    background: #01a0ea;
}

.tab-container4 .tab-swiper .swiper-slide.active p {
    color: white;
}

.cul-tab {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.tab-container4 .tab-content2 .swiper-slide {
    transition: all 0.3s ease;
}

.tab-container4 .tab-content2 .swiper-slide IMG {
    width: 100%;
}

.tab-container4 .tab-content2 .swiper-slide-active {
    transform: scale(1.2);
    z-index: 2;
}

.new-fwb {
    width: 62.5%;
    margin: 5% auto;
}

.new-title {
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed rgb(102, 102, 102);
}

.new-title p {
    margin-top: 20px;
    margin-bottom: 10px;
}

.new-fwb1 img {
    width: 100%;
}

.t-bg {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/team/back.png);
    padding-top: 5%;
    padding-bottom: 5%;
}

.team-1 {
    width: 85%;
    margin-left: 15%;
    display: flex;
    flex-wrap: wrap;

}

.swiper-container6 {
    width: 55%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.swiper-container7 {
    width: 43%;
    overflow: visible;
    position: relative;
    /* background: white; */
    margin-left: 2%;
    z-index: 10;
}

.main-slider .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
}

.main-slider .swiper-slide img {
    width: 100%;
}

.thumb-slider {

    height: auto;
    overflow: hidden;
}

.thumb-slider .swiper-slide {
    width: 25%;
    cursor: pointer;
    opacity: 0.6;
}

.thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
}

.thumb-slider .swiper-slide img {
    width: 100%;
}

.swiper-button-next6 {
    position: absolute;
    top: 40%;
    left: 15%;
    z-index: 10;
}

.swiper-button-prev6 {
    position: absolute;
    top: 40%;
    left: 5%;
    z-index: 10;
}

.swiper-container7 p {
    position: absolute;
    bottom: 15%;
    left: 22px;
    width: 50%;
    font-size: 20px;
    color: #666;
    line-height: 38px;
}

.swiper-container6 .swiper-slide,

.swiper-container7 .swiper-slide {
    padding: 0;
}

.team-1 h3,
.team-1 .tsw-p1 {
    width: 100%;
    text-align: left;
}

.team-1 h3 {
    font-weight: 700;
    font-size: 64px;
    color: #333;
}

.team-1 .tsw-p1 {
    margin-top: 20px;
    margin-bottom: 5%;
    font-size: 24px;
    color: #01a0ea;
    font-weight: 400;
    font-family: 'SourceHanSansCN';
    padding-left: 0;
}

.team-2 h3 {
    font-weight: 700;
    font-size: 64px;
    color: #333;
    padding-left: 15%;
    width: 100%;
}

.team-2 {
    background-color: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
}

.team-2 .tsw-p1 {
    padding-left: 15%;
    width: 100%;
}

.team-cont {
    display: flex;
    width: 70%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}

.tc-c1 {
    width: 35%;
    padding: 5%;
    background-color: white;
}

.tc-c1 h3 {
    font-size: 16px;
    padding: 0;
    line-height: 24px;
    color: #333;
    margin-top: 20px;
    font-family: 'SourceHanSansCN' !important;
    font-weight: 700;
}

.tc-c1 p {
    font-weight: 400;
    font-family: 'SourceHanSansCN' !important;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-top: 25px;
}

.swiper-t {
    width: 65%;
    overflow: hidden;
    position: relative;
}

.swiper-t .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.swiper-t .swiper-pagination {
    position: absolute;
    bottom: 5%;
    width: 90%;
    text-align: right;
}

.swiper-t .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}


.swiper-t .swiper-pagination-bullet-active {
    width: 52px;
    border-radius: 42px;
    background: rgba(255, 255, 255, 0.3) !important;
    position: relative;
    overflow: hidden;
}

.swiper-t .swiper-pagination-bullet .progress-bar {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #01a0ea;
}

.team-re {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url(../images/team/back.png);
}

.team-re h3 {
    font-size: 64px;
    font-weight: 700;
    color: #333;
    width: 68.75%;
    margin: auto;
}

.team-re .tsw-p1 {
    width: 68.75%;
    margin: auto;
    padding-left: 0;
}



.xinxi h2 {
    display: flex;
}

.team-po {
    width: 68.75%;
    margin: auto;
    margin-top: 3%;
    padding: 48px;
    background-color: white;
}

.grid-table {
    width: 100%;
    border-collapse: collapse;
}

.grid-table thead th {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    font-family: 'SourceHanSansCN' !important;
    padding-bottom: 20px;
}

.grid-table tbody {
    margin-top: 20px;
}

.grid-table tbody td {
    font-size: 16px;
    line-height: 48px;
    color: #666;
    font-family: 'SourceHanSansCN' !important;
}

.grid-table thead tr th:nth-of-type(4) {
    text-align: right;
}

.grid-table tbody tr td:nth-of-type(4) {
    text-align: right;
}

.team-con {
    width: 68.75%;
    margin: auto;
    margin-top: 5%;
}

.team-con h3 {
    font-weight: 700;
    font-size: 64px;
    color: #333;
}

.team-con .tsw-p1 {
    padding-left: 0;
}

.team-input {
    width: 100%;
    margin-top: 3%;
    display: flex;
    flex-wrap: wrap;

}

.ti1 {
    width: 48%;
    margin-right: 4%;
    background: #f4f4f4;
    padding: 24px 32px;
    margin-top: 24px;
    color: #666;
    font-family: 'SourceHanSansCN' !important;
}

.ti1:nth-child(2n) {
    margin-right: 0;
}

.ti-se {
    appearance: none;
    background: #f4f4f4 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="black"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/></svg>') no-repeat right 10px center;
    background-size: 16px;
    cursor: pointer;
}

.tc-p1 {
    color: #666;
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'SourceHanSansCN' !important;
}

.submit-btn {
    width: 100%;
    margin-top: 5%;
    background: #01a0ea;
    color: white;
    transition: all 0.3s ease;
    text-align: center;
    padding: 22px;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    margin-bottom: 5%;
}

.submit-btn:hover {
    background: white;
    border: 1px solid #01a0ea;
    color: #01a0ea;
}

.contact-cont {
    display: flex;
}

.contact-cont {
    width: 100%;
    display: flex;
}

.cc1 {
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/contact/back.png);
}

.cc1 p {
    font-weight: 900;
    font-size: 20px;
    color: #01a0ea;
    font-family: 'SourceHanSansCN' !important;
}

.cc1 h3 {
    font-weight: 700;
    font-size: 48px;
    position: relative;
    color: #333;
    padding-bottom: 20px;
    margin-bottom: 5%;
    font-family: 'SourceHanSansCN' !important;
}

.cc1 h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #01a0ea;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cc2 {
    width: 100%;
    padding: 15%;
}

.cc2-me {
    width: 100%;
    border-bottom: 1px solid #D3D2D2;
    display: flex;
    padding-bottom: 5%;
    margin-top: 5%;
}

.cc2-me img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.cc2-me1 span {
    font-weight: 500;
    font-family: 'SourceHanSansCN' !important;
    font-size: 16px;
    color: #999;
}

.cc2-me1 p {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    font-family: 'SourceHanSansCN' !important;
}

.contact-sub {
    padding: 9%;
    width: 50%;
    padding-bottom: 20px;
}

.contact-sub h3 {
    font-weight: 700;
    font-size: 36px;
    padding-left: 15px;
    border-left: 3px solid #01a0ea;
    font-family: 'SourceHanSansCN' !important;
}

.contact-sub p {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #01a0ea;
    margin-top: 20px;
    font-family: 'SourceHanSansCN' !important;
}

.sub2 {
    display: flex;
    flex-wrap: wrap;
}

.ti2 {
    width: 100%;
    margin-right: 0;
}

.custom-dropdown {
    display: flex;
    align-items: center;
    width: 100%;
}

.ti2 {
    width: 85%;
}

.custom-dropdown .custom-select {
    width: 30%;
    font-size: 14px;
}

.ti3 {
    width: 100%;
    resize: none;
}

.contactright2 {
    width: 80%;
    margin: 5% auto;

}

.clearfix .active {
    border-bottom: 1px solid #29BBFF;
    color: #29BBFF !important;
    padding-bottom: 5px;
}

.footernei img {
    width: 24px;
}

.cu-cont {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
}

.tab-content2 .swiper-slide {
    position: relative;
}

.cu-cont-p1 {
    font-weight: 700;
    font-size: 48px;
    color: white;
}

.cu-cont h3 {
    font-weight: 700;
    font-size: 32px;
    color: white;
    font-family: 'SourceHanSansCN' !important;
}

.cu-cont-p2 {
    font-family: 'SourceHanSansCN' !important;
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-top: 30px;
}

.tab-container3 .tab-content2 {
    margin-top: 0;
    padding-top: 5%;
}
.filter-buttons{
    width: 100%;
    justify-content: center;
    margin: auto;
    padding-top: 5%;
    display: flex;
    gap: 32px;
}
.filter-btn{
    padding:12px 24px ;
    background: white;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
}
.filter-btn.active{
    color: white;
    background: #01a0ea;
}
.prolist {
    margin-top: 5%;
}

.prol1 .pro:nth-of-type(2) {
    margin-right: 0;
}

.swiper-thumb .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s;
}

.swiper-thumb .swiper-slide-visible {
    opacity: 1;
}

.swiper-thumb {
    width: 100%;
    padding: 0 17.5%;
    margin-top: 5%;
    overflow: visible;
}

.swiper-button-prev4 {
    position: absolute;
    left: 12px;
    bottom: 0;
    z-index: 10;
    height: 100%;
}

.swiper-button-next4 {
    position: absolute;
    right: 12px;
    bottom: 0;
    height: 100%;
    z-index: 10;
}

.swiper-button-next4 img,
.swiper-button-prev4 img {
    height: 100%;
}

.d2 {
    display: none;
}

.scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    animation: scrollFloat 2s ease-in-out infinite;
}

.ab-banner img {
    width: 100%;
}

.pro-plho .ab-hover p {
    max-width: 80px;
}

.in-gl {
    background: #F0F1F1;
    padding-top: 5%;
    padding-bottom: 5%;
}



.videoeject {
    z-index: 10;
}

.in-gl h3 {
    font-size: 64px;
    font-weight: 700;
    color: #333;
}

.in-gl h3 {
    font-size: 64px;
    font-weight: 700;
    color: #333;
    padding-left: 6.25%;
}

.ig-p1 {
    font-size: 24px;
    font-weight: 400;
    color: #01a0ea;
    padding-left: 6.25%;
    margin-top: 15px;
}

.ig-p1::after {
    content: "";
    display: block;
    width: 21px;
    height: 2px;
    background-color: #01a0ea;
    margin-top: 4px;
}

.in-gl-cont {
    display: flex;
    background-image: url(../images/index/back.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 40px;
    overflow: visible;
    padding-left: 6.25%;
    position: relative;
}

.diqiu {
    width: 30%;
}

.diqiu img {
    width: 100%;
    height: auto;

    transform: scale(1.1);
    transform-origin: center;
}

.gl-c {
    width: 40%;
    position: relative;
    margin-top: 2%;
    margin-left: 5%;
}

.tab-menu {
    display: flex;
    position: relative;
}

.gl-item {
    text-align: center;
    cursor: pointer;
    color: white;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    width: auto;
    margin-right: 2%;
    white-space: nowrap;
}

.gl-item:hover,
.gl-item.active {
    color: #01a0ea;
    font-weight: 700;
}



.gl-pan {
    display: none;
}

.gl-pan.active {
    display: block;
}

.gl-sc {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #007bff;
    transition: all 0.3s ease;
}

.gl-c2 h3 {
    font-weight: 700;
    font-size: 27px;
    color: white;
    padding: 0;
    margin-top: 15%;
}

.gl-c2 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 65%;
    color: white;
    margin-top: 40px;
}

.gl-i1 {
    position: absolute;
    right: 6.25%;
    bottom: 3%;
    width: 20%;
}

@media(min-width:1921px) {
    #mapContainer {
        min-height: 400px;
    }

    .ab-tz2 img {
        width: 100%;
    }
}

@media(max-width:1600px) {
    .custom-bullet span {
        font-size: 32px;
    }

    .index_company .companyright .xinxi ul li:first-child {
        margin-left: 40px;
    }
}

@media(max-width:1500px) {
    .team-1 {
        width: 90%;
    }

    .swiper-container7 p {
        width: 60%;
    }

    .index_company .companyright .xinxi ul li:first-child {
        margin-left: 20px;
    }
}

@media(max-width:1400px) {
    .swiper-container-wrapper {
        flex-wrap: wrap;
    }

    .gl-i1 {
        width: 15%;
    }

    .diqiu {
        width: 20%;
        position: relative;
    }

    .gl-c {
        width: 60%;
    }

    .gl-c2 h3 {
        margin-top: 40px;
    }

    .diqiu img {
        transform: scale(1);
        transform-origin: center top;
        width: 100%;
        height: 100%;
    }

    .gl-i1 {
        bottom: 20px;
    }

    .index_company .companyright .xinxi ul li:first-child {
        margin-left: 0;
    }

    .xinxi ul {
        overflow: visible;
    }

    .cu-cont {
        top: 20%;
    }

    .swiper-container2 {
        width: 100%;
    }

    .at4-p2 {
        margin-top: 5%;
    }

    .xq-js h2 {
        margin-top: 0;
    }

    .xq-js a {
        margin-top: 5%;
    }

    #ab-tz4 .swiper-container2 {
        width: 48%;
    }

    .text-swiper h3 {
        font-size: 40px;
    }

    .at4-p1 {
        font-size: 20px;
    }

    .at4-p2 {
        line-height: 24px;
    }

    .swiper-container7 p {
        font-size: 16px;
        line-height: 18px;
    }

    .tc-c1 p {
        line-height: 18px;
    }

    .team-re h3,
    .team-con h3 {
        font-size: 40px;
    }

    .cc2-me {
        margin-bottom: 10%;
    }

    .custom-bullet span {
        font-size: 20px;
    }

    .custom-bullet p {
        font-size: 12px;
    }

    .ab-tz3-box h3 {
        font-size: 40px;
    }

    .atb-p2 {
        line-height: 28px;
    }
    .filter-buttons{
        gap: 1%;
    }

}

@media(max-width:1366px) and (min-width:768px) {
    .banner-container .swiper-slide .b51 {
        min-height: 100vh;
    }

    .col-banner {
        min-height: 100vh;
    }

    .banenrtext {
        left: 7%;
        top: 52%;
    }

    .fx {
        top: 150px;
    }

    .index_product .leftvideo .videoeject {
        left: 0;
    }

    .index_projectcase .projectcasefix .projectcaseright h2 {
        font-size: 24px;
    }

    .index_projectcase .projectcasefix .projectcaseright p {
        font-size: 16px;
    }

    .team-1 {
        margin-left: 10%;
    }

    .team-2 h3,
    .team-2 .tsw-p1 {
        padding-left: 10%;
    }

    .team-cont,
    .team-re h3,
    .team-re .tsw-p1,
    .team-po,
    .team-con {
        width: 80%;
    }

    .index_news_slide_item a {
        text-align: center;
    }

    .index_contact .context h2 {
        font-size: 24px;
    }

    .index_contact .contactright {
        margin-top: 0;
    }

    .swiper-button-prev2 {
        top: 60%;
    }

    .swiper-button-next2 {
        top: 70%;
    }

    .content-swiper-next {
        right: 11.5%;
    }

    .content-swiper-prev {
        left: 11.5%;
    }
}

.index_contact {
    position: relative;
    z-index: 10;

}

@media(max-width:1200px) {
    .ab-cont1-js {
        width: 100%;
    }

    .index_news_item_title h3 {
        height: auto;
    }
    .filter-buttons{
        flex-wrap: wrap;
    }
    .filter-btn{
        margin-top: 15px;
    }
    .ab-cont1-js {
        padding: 0;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .new-fwb {
        width: 80%;
    }

    .tb-c1 img {
        max-width: 45px;
    }

    .tb-c1 h3 {
        font-size: 32px;
    }

    .tb-c1 p {
        font-size: 14px;
        line-height: 16px;
        width: 60%;
    }

    .ab-cont1 .w87 {
        flex-wrap: wrap;
    }

    .ab-cont1-pic {
        width: 100%;
    }

    .ab-on {
        width: 80%;
    }

    .xq-js p {
        line-height: 18px;
    }

    .tab-container2 {
        position: relative;
        right: unset;
        justify-content: center;
        display: flex;
        width: fit-content;
        margin: auto;
    }

    .newslist {
        width: 80%;
    }

    .tab-container4 .tab-item2 {
        padding: 15px 30px;
    }

}

.lan-default2 {
    display: none;
}

.sw7-p2 {
    display: none;
}

@media(max-width:992px) {
    .pro-cont h3 {
        font-size: 20px;
    }

    .gl-i1 {
        display: none;
    }

    .diqiu {
        width: 30%;
    }

    .gl-c {
        width: 70%;
        margin-left: 2%;
    }

    .cu-ab-plho,
    .con-ab-plho,
    .pro-plho {
        display: none;
    }

    .pro-cont h3::after {
        width: 70px;
        top: 30px;
    }

    .pro-cont p {
        font-size: 14px;
        margin-top: 15px;
    }

    #ab-tz2 {
        overflow: auto;
        width: 100vw;
        white-space: nowrap;
        overflow-x: auto;

    }

    #ab-tz2 img {
        display: block;
        max-width: none;
        width: auto;
    }

    .ab-mbx {
        display: none;
    }

    .abo1 {
        flex-wrap: wrap;

    }

    .abo-t {
        width: 100%;
    }

    .abo-tz {
        float: left;
        width: 100%;
    }

    .abo-zx {
        width: 50%;
    }

    .abo-t p {
        font-size: 28px;
    }

    .abo-t span {
        font-size: 16px;
    }

    .xq-js h2 {
        margin-top: 20px;
    }

    #ab-tz4 .swiper-container2 {
        width: 100%;
    }

    .at4-p2 {
        margin-top: 20px;
    }

    .swiper-button-prev2 {
        top: unset;
        bottom: 2%;
        left: 40%;
        transform: translateX(0);
    }

    .swiper-button-next2 {
        top: unset;
        bottom: 2%;
        left: unset;
        right: 40%;
        transform: translateX(0);
    }

    .swiper-container-wrapper {
        width: 100%;
        padding-bottom: 10%;
        margin-bottom: 5%;
    }

    .tech-sw h3 {
        font-size: 20px;
    }

    .tsw-p1 {
        font-size: 14px;
    }

    .tab-item p {
        font-size: 14px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .ts-1,
    .ts-2 {
        max-width: 33px;
        max-height: 33px;
        width: 100%;
    }

    .tab-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
    }

    .tab-indicator,
    .tab-indicator2 {
        top: unset;
        bottom: 0;
    }

    .newslist {
        width: 100%;
        padding: 20px;
    }

    .cul-tab {
        flex-wrap: wrap;
    }

    .tab-swiper .cul-tab p {
        padding: 0;
    }

    .cu-cont-p1 {
        font-size: 32px;
    }

    .cu-cont h3 {
        font-size: 24px;
    }

    .cu-cont-p2 {
        font-size: 18px;
    }

    .swiper-container6 {
        width: 100%;
    }

    .team-1 {
        width: 100%;
        margin-left: 0;
        padding: 20px;
    }

    .swiper-container7 {
        width: 100%;
        margin-top: 20px;
    }

    .swiper-button-next6 {
        left: unset;
        right: 30%;
    }

    .swiper-button-prev6 {
        left: 30%;
    }

    .swiper-container7 p {
        position: relative;
        left: 0;
        margin-top: 20px;
    }

    .team-1 .thumb-slider {
        overflow: visible;
    }

    .team-2 {
        width: 100%;
        padding: 20px;
    }

    .team-2 h3 {
        font-size: 20px;
        padding-left: 0;
    }

    .team-2 .tsw-p1 {
        padding-left: 0;
    }

    .team-cont {
        width: 100%;
    }

    .swiper-container7 {
        margin-left: 0;
    }

    .team-re h3,
    .team-re .tsw-p1 {
        width: 100%;
    }

    .team-po {
        width: 95%;
        padding: 20px;
        margin-left: 0;
    }

    .team-re {
        padding: 20px;
    }

    .team-con {
        width: 100%;
        padding: 20px;
    }

    .contact-cont {
        flex-wrap: wrap;
    }

    .cc1 {
        width: 100%;
    }

    .contact-sub {
        width: 100%;
        padding: 20px;
    }

    .cc2 {
        padding: 20px;
    }

    .contactright2 {
        width: 100%;
        padding: 20px;
        margin: 0;
    }

    .cc1 p {
        font-size: 14px;
    }

    .cc2-me1 P {
        font-size: 14px;
    }

    .cc1 h3 {
        font-size: 28px;
        margin-top: 10px;
    }








    .nav {
        position: absolute;
        top: 0;
        right: 0;
        width: 250px;
        background: #333;
        transition: transform 0.3s ease-in-out;
        transform: translateY(-100%);
        z-index: 1000;
    }

    .nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .nav ul li {
        text-align: left;
    }

    .nav ul li a {
        display: block;
        color: #fff;
        padding: 15px 20px;
        text-decoration: none;

    }

    .nav ul li a:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .header .inner nav ul li {
        width: 100%;
        text-align: center;
    }

    .header .inner nav {
        margin-right: 0;
        max-width: 100px;
    }

    .nav.open {
        display: block !important;
        transform: translateY(0);
    }

    .mm_btn {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1100;
        cursor: pointer;
    }

    .menu_bar {
        width: 30px;
        height: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .rect {
        width: 30px;
        height: 4px;

        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }

    .mm_btn.active .top {
        transform: translateY(10px) rotate(45deg);
    }

    .mm_btn.active .mid {
        opacity: 0;
    }

    .mm_btn.active .bottom {
        transform: translateY(-10px) rotate(-45deg);
    }

    .header .inner nav ul li a {
        color: white !important;
    }

    .clearfix .active {
        counter-reset: #29bbff !important;
    }

    .lan-default2 {
        margin: auto;
        padding: 10px 0;
        display: block;
    }

    .header .inner nav ul li {
        max-height: 50px !important;
    }

    .ab-hover p {
        display: none;
    }

    .ab-hover {
        float: unset;
        text-align: center;
    }

    .ab-tz3-box h3 {
        font-size: 20px;
    }

    .atb-p1 {
        font-size: 16px;
    }

    .atb-p2 {
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px;
    }

    .sw7-p1 {
        display: none;
    }

    .sw7-p2 {
        display: block;
    }

    .header .inner .language {
        display: block;
        margin-top: 15px !important;
    }

    .header .inner .language a {
        display: none;
    }

    .lang-none {
        display: block;
    }

    .lang-none a {
        border-radius: 100%;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        line-height: 12px;
        font-size: 12px;
    }

    header.active .lang-none a {
        color: white !important;
        background: #333 !important;
    }



}

.diqiu2 {
    display: none;
}

@media(max-width:768px) {
    .progress-bar3 {
        bottom: -20px;
    }
    .filter-btn{
        font-size: 14px;
        padding: 12px;
    }
    .filter-buttons{
        gap: 15px;
    }
    .diqiu1 {
        display: none;
    }

    .gl-c {
        width: 100%;
        margin-left: 0;
    }

    .gl-item {
        font-size: 14px;
        padding: 5px;
    }

    .gl-c2 h3 {
        margin-top: 30px;
        font-size: 18px;
        text-align: left;
    }

    .in-gl h3 {
        font-size: 20px;
        text-align: center;
        padding-left: 0;
    }

    .ig-p1 {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        padding-left: 0;
    }

    .gl-c2 p {
        margin: auto;
        width: 80%;
        font-size: 12px;
        margin-top: 20px;
        padding-bottom: 5%;

    }

    .ig-p1::after {
        text-align: center;
        margin: auto;
    }

    .tab-menu {
        justify-content: center;
    }

    .in-gl-cont {
        padding-bottom: 25%;
        padding-left: 20px;
        margin-top: 20px;
    }

    .diqiu2 {
        display: block;
        width: 80%;
        margin: auto;
        margin-top: -25%;
        z-index: 10;
        position: relative
    }

    .index_contact .contactleft {
        padding: 0 20px !important;
    }

    .col-banner {
        min-height: 100vh;
    }

    .banner-container .swiper-slide .b51 {
        min-height: 100vh;
    }

    .ab-cont2 iframe {
        min-height: 550px !important;
    }

    .tb-c1 h3 {
        font-size: 20px;
        margin-top: 15px;
    }

    .index_company .companyright .xinxi ul li span,
    .index_company .companyright .xinxi ul li h2 {
        font-size: 14px !important;
    }

    .tb-c1 p {
        font-size: 12px;
        line-height: 14px;
        margin-top: 15px;
        width: 80%;
    }

    .tb-c1 {
        top: 20px;
    }

    .swiper-button-next5,
    .swiper-button-prev5 {
        bottom: -32px;
    }

    .swiper-button-next5 {
        right: 10%;
    }

    .swiper-button-prev5 {
        left: 10%;
    }

    .tsw-p1,
    .tech-sw h3 {
        padding-left: 0;
    }

    .tech-sw {
        padding: 20px;
    }

    .swiper-container4 .swiper-slide {
        padding: 20px;
    }

    .ab-on {
        width: 100%;
        padding: 20px;
    }

    .ab-co h3 {
        font-size: 20px;
    }

    .ab-co p {
        font-size: 14px;
    }

    .ab-co-cont img {
        width: 32%;
        margin-right: 2%;
    }

    .ab-co-cont img:nth-of-type(3n) {
        margin-right: 0;
    }

    .tab {
        padding: 17px 32px;
    }

    #ab-tz5 {
        padding: 20px;
    }

    .ab-tz .swiper-container3 {
        width: 100%;
    }

    .tabs {
        width: 100%;
    }

    .fx {
        display: none;
    }

    .xq-js h2 {
        font-size: 20px;
    }

    .xq-js h2::after {
        top: 30px;
    }

    .xq-js h3 {
        font-size: 20px;
    }

    .xq-js p {
        margin-top: 20px;
    }

    .xq-js a {
        max-width: 100%;
        justify-content: center;
    }

    .pro-fwb h3 {
        font-size: 20px;
    }

    .pro-fwb {
        width: 100%;
        padding: 20px;
        margin-top: 0;
    }

    .product-xq {
        width: 100%;
        margin-top: 0;
    }

    .col-lg-6.xq-js {
        padding-left: 12px;
    }

    .product-xq .row {
        margin-top: 0;
        padding: 20px;
    }

    .text-swiper h3 {
        font-size: 20px;
    }

    .at4-p1 {
        font-size: 16px;
    }

    .at4-p2 {
        font-size: 12px;
        line-height: 14px;
    }

    .tech-so h3 {
        font-size: 20px;
    }

    .ts-p {
        font-size: 14px;
    }

    .ts-p::after {
        left: 48.5%;
    }

    .tech-so {
        padding: 20px;
        padding-top: 10%;
        padding-bottom: 8%;
    }

    .ts-cont {
        flex-wrap: wrap;
    }

    .ts-c1 {
        width: 100%;
        margin-right: 0;
    }

    .ts-c1 img {
        width: 100%;
    }

    .new {
        flex-wrap: wrap;

    }

    .new img {
        width: 100%;
        max-width: unset;
    }

    .new-cont a {
        width: 100%;
        text-align: center;
    }

    .new-fwb {
        width: 100%;
        padding: 20px;
    }

    .cu-cont-p2 {
        margin-top: 20px;
    }

    .tc-c1 {
        width: 100%;
    }

    .team-cont {
        flex-wrap: wrap;
        padding: 0;
    }

    .swiper-t {
        width: 100%;
    }

    .team-po {
        padding: 10px;
        width: 99%;
    }

    .grid-table thead th {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .grid-table tbody td {
        font-size: 12px;
    }

    .team-re h3,
    .team-con h3 {
        font-size: 20px
    }

    .team-re .tsw-p1,
    .team-con .tsw-p1 {
        font-size: 12px;
    }

    .submit-btn {
        padding: 11px;
    }

    .header .inner .logo img {
        width: auto;
        max-height: 24px;
    }

    .container2 {
        padding-left: 20px;
    }

    #header .mm_btn .menu_bar_item {
        max-height: 24px;
    }

    .ab-cont1 .w87 {
        width: 100%;
        padding: 20px;
    }

    .ab-tz3-box {
        width: 100%;
        left: 20px;
        transform: unset;
        top: 10%;
    }

    #ab-tz3 .swiper-slide img {
        min-height: 400px;
    }

    .ts-c1 {
        margin-top: 20px;
    }

    .team-1 h3 {
        font-size: 20px;
    }

    .team-1 .tsw-p1 {
        font-size: 14px;
        margin-top: 10px;
    }

    .swiper-button-prev6,
    .swiper-button-next6 {
        top: unset;
        bottom: 8%;
    }

    .swiper-container7 p {
        width: 100%;
    }

    .ti1 {
        width: 100%;
        margin-right: 0;
    }

    .contact-sub h3 {
        font-size: 20px;
    }

    .contact-sub p {
        font-size: 14px;
        line-height: 18px;
    }

    .custom-dropdown .custom-select {
        max-height: 68px;
        width: 40%;
    }
}

.mm_btn {
    cursor: pointer;
}

#header .mm_btn .menu_bar_item {
    top: 0;
}

@media(max-width:576px) {
    .footer {
        height: 214px;
    }

    .team-po {
        padding: 15px;
        width: 100%;
    }

    .grid-table thead tr th:nth-of-type(3) {
        text-align: right;
    }

    .grid-table tbody tr td:nth-of-type(3) {
        text-align: right;
    }

    .content-swiper-next {
        right: 4.5%;
    }

    .swiper-button-prev {
        left: 4.5%;
    }

    .d1 {
        display: none;
    }

    .d2 {
        display: block;
    }

    .tab {
        font-size: 12px;
        padding: 17px 20px;
    }

    .ab-on {
        flex-wrap: wrap;
    }

    .ab-on1 {
        width: 100%;
        margin-top: 40px;
    }

    .abo-zx:hover .saom2 {
        bottom: 30%;
    }

    .prol1 {
        flex-wrap: wrap;
    }

    .prol1 .pro {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    .prol2 {
        flex-wrap: wrap;
    }

    .prol2 .pro {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    .tb-c1 {
        padding: 20px;
        text-align: center;
        justify-items: center;
        margin-top: 5%;
    }

    .tb-c1 img {
        max-width: 90px;
    }

    .tb-c1 h3 {
        margin-top: 15%;
    }

    .tb-c1 p {
        font-size: 14px;
        line-height: 18px;
        width: 100%;

    }

    .tech-bg .d2 img {
        max-height: 525px;
    }

    .tab-swiper-next {
        right: -15%;
        bottom: 35%;
    }

    .tab-swiper-prev {
        left: -15%;
        bottom: 35%;
    }

    .cul-tab {
        gap: 15px;
    }

    .tab-container4 .tab-item2 {
        padding: 10px 20px;
    }

    .cu-cont-p1 {
        font-size: 20px;
    }

    .cu-cont h3 {
        font-size: 18px;
    }

    .cu-cont-p2 {
        font-size: 14px;
    }

    .tab-container4 {
        padding-bottom: 0;
    }

    .tab-container3 .tab-content2 {
        margin-top: 20px;
    }

    .ab-banner-title {
        left: 20px;
        transform: unset;
        text-align: left;
    }

    .ab-banner-title h2 {
        font-size: 20px;
    }

    .ab-banner-title h3 {
        font-size: 14px;
        margin-top: 15px;
    }

    .ab-hover a {
        padding: 5px;
        width: 30%;
        margin-right: 2%;
        margin-top: 15px;
    }

    .ab-hover a:nth-of-type(3n) {
        margin-right: 0;
    }

    .ab-hover {
        width: 100%;
    }

    .ab-plho {
        height: auto;
    }

    .ab-cont1-js h2 {
        font-size: 20px;
    }

    .ab-cont1-js h3 {
        font-size: 12px;
    }

    .ab-cont1-js-box-item span {
        font-size: 18px;
    }

    #ab-tz2 img {
        max-height: 500px;
        max-width: 800px;
    }

    .prol2 .proimg {
        display: none;
    }

    .proimg2 {
        display: block;
    }

    .prol2 {
        margin-top: 0;
    }

    .tech-sw .tab-container2 {
        margin-top: 30px;
    }

    .team-cont .swiper-slide {
        padding: 0
    }

    .ab-hover {
        padding: 20px 0;
    }

    .ta4 {
        display: none;
    }

    .swiper-container6 {
        margin-top: 20px;
    }

    .swiper-button-prev2 {
        left: 40%;
    }

    .swiper-button-next2 {
        right: 40%;
    }

    .xinxi ul {
        display: flex;
        flex-wrap: wrap;
    }

    .index_producttow .productright {
        top: 24%;
    }

    .index_projectcase {
        margin-top: 50px !important;
    }

    .index_company .companyright .xinxi ul li span {
        margin-top: 0;
    }

    .tab-container3 .tab-content2 {
        padding-top: 0;
    }

    .t-bg {
        padding-bottom: 10%;
    }

    .swiper-button-prev6,
    .swiper-button-next6 {
        bottom: -50px;
    }

    .index_company .companyright .xinxi {
        margin-top: 30px;
    }

    .tab-container4 .tab-swiper-wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .ab-on {
        margin-top: 0;
        padding-top: 0;
    }

}

@media(max-width:500px) {
    .abo-zx:hover .saom2 {
        bottom: 40%;
    }

    .cc1 h3 {
        font-size: 24px;
    }

    .cc1 p {
        font-size: 10px;
    }

    .tab-container3 .tab-content2 {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .swiper-button-prev6,
    .swiper-button-next6 {
        top: unset;
        bottom: -50px;
    }

    .swiper-t .swiper-pagination {
        bottom: 10%;
    }

    #ab-tz2,
    #ab-tz2 img {
        max-width: 500px;
        max-height: 400px;
    }

    .banenrtext {
        top: 50%;
    }

    .footer {
        height: auto;
    }

    .in-gl-cont {
        padding-bottom: 40%;
    }

    .diqiu2 {
        margin-top: -40%;
    }

}
.index_contact{
    transition: unset !important;
    opacity: 1 !important;
}
@media(max-width:450px) {
    .footer {
        height: 220px;
    }

}

@media(max-width:420px) {
    .footer {
        height: 200px;
    }
}

@media(max-width:390px) {
    .footer {
        height: 130px;
    }
}

@media(max-width:350px) {
    .index_producttow .productright {
        height: 365px;
        top: 15%;
    }

    .index_projectcase {
        height: 620px;
    }

    .index_marketlayout .diqiu {
        bottom: -12%;
    }
}