.typeArea {
    width: var(--width--);
}

.banner {
    position: relative;
    min-height: 40vh;
    max-height: 600px;
    overflow: hidden;
}

.banner>.typeArea {
    height: 50%;
    position: absolute;
    left: 50%;
    bottom: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 110px;
    transform: translateX(-50%);
}

.banner>img {
    width: 100%;
    height: 100%;
    min-height: 40vh;
    object-fit: cover;
}

.banner>.typeArea>.title {
    color: #fff;
}

.banner>.typeArea>.title>h2 {
    font-family: Onsite standard Bold;
    margin-bottom: 20px;
}

.banner>.typeArea>.title>p {
    font-size: var(--18px--);
}

.comB>.typeArea>.title>p {
    max-width: max(400px, 27.083333333333vw);
}

.banner .crumbs>svg {
    margin-right: 10px;
}

.banner .crumbs {
    font-family: Onsite standard Light;
    display: flex;
    align-items: center;
    color: #fff;
}

.banner .crumbs>* {
    color: #fff;
}

.ab1 {
    padding: clamp(80px, 5.20833333333vw, 100px) 0;
}

.ab1>.typeArea {
    margin: 0 auto;
}

.ab1 .title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: clamp(50px, 3.645833333333vw, 70px);
}

.ab1 .title span {
    color: #073190;
}

.ab1 .title>div:first-child p {
    font-family: Onsite standard Bold;
    font-size: var(--16px--);
    text-transform: uppercase;
    margin-bottom: 35px;
}

.ab1 .title>div:first-child h3 {
    font-family: Onsite standard Bold;
    line-height: 115%;
}

.ab1 .title>.video {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.ab1 .title>.video>p {
    font-family: Onsite standard Bold;
    font-size: var(--16px--);
    line-height: 112.5%;
    text-transform: uppercase;
}

.ab1 .title>.video>.cir {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    background-color: #073190;
    position: relative;
}

.ab1 .title>.video>.cir::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-left: 8px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 0;
}

.videoMask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 51;
    background-color: rgba(0, 0, 0, 0.8);
}

.videoMask>.box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoMask>.box>.video {
    position: relative;
    width: 50vw;
}

.videoMask>.box>.video>.close {
    cursor: pointer;
    width: var(--18px--);
    height: auto;
    position: absolute;
    right: calc(var(--24px--) * -1);
    top: calc(var(--24px--) * -1);
    transition: all .3s;
    pointer-events: painted;
}

.videoMask .box .video .close:hover {
    transform: rotate(180deg);
}

.videoMask>.box>.video video {
    width: 100%;
    position: relative;
    object-fit: contain;
    display: block;
}


.ab1 .info {
    display: flex;
    justify-content: space-between;
}

.ab1 .info>p {
    width: 45%;
    font-family: Onsite standard Light;
    font-size: var(--18px--);
    line-height: 30px;
    color: #666;
}

.ab2>.imgMask {
    height: 100%;
    overflow: hidden;
}

.ab2>.imgMask>img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.ab3 {
    position: relative;
    background-color: #073190;
    padding: clamp(80px, 6.25vw, 120px) 0 clamp(100px, 7.8125vw, 150px) 0;
    overflow: hidden;
}

.back-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.back-img img:first-child {
    /* width: 90%;
    height: 90%;
    object-fit: cover; */
    /* object-position: right center; */
    position: absolute;
    top: calc(clamp(80px, 6.25vw, 120px) + 46px);
    left: 50%;
    transform: translateX(-50%);
}

.back-img img:last-child {
    display: none;
}

.ab3>.typeArea {
    width: var(--width--);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ab3>.typeArea>.info {
    margin-bottom: 120px;
}

.ab3>.typeArea>.info h3 {
    font-family: Onsite standard Bold;
    font-size: 40px;
    line-height: 115%;
    color: #fff;
    margin-bottom: 60px;
}

.ab3>.typeArea>.info p {
    font-family: Onsite standard Light;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ab3>.typeArea>.mapInfo {
    /* height: 450px; */
    position: relative;
}

.ab3 .mapInfo {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.ab3 .mapInfo>.detail {
    width: clamp(400px, 23.4375vw, 450px);
    aspect-ratio: 1 / 1;
    background-color: #fff;
    padding: 17px;
    border-radius: 10px;
    margin: 0 !important;
}

.ab3 .mapInfo>.anchor {
    width: 930px;
    margin: 0 !important;
}

.ab3 .anchor .swiper-slide {
    width: fit-content !important;
    height: fit-content;
    position: absolute;
    cursor: pointer;
    display: flex;
}

.ab3 .anchor .swiper-slide .dot {
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 50%;
    background-color: #ffffff;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.ab3 .anchor .swiper-slide .dot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
    animation: dotamp 3s ease infinite;
    transition: opacity .6s, transform .6s;
}

@keyframes dotamp {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.ab3 .anchor .swiper-slide .dot svg {
    transition: transform .6s;
}

.ab3 .anchor .swiper-slide:nth-of-type(1) {
    top: 28px;
    left: 90px;
}

.ab3 .anchor .swiper-slide:nth-of-type(2) {
    flex-direction: row-reverse;
    top: 20%;
    right: 20%;
}

.ab3 .anchor .swiper-slide:nth-of-type(2) .dot {
    margin: 0 0 0 20px;
}

.ab3 .anchor .swiper-slide:nth-of-type(3) {
    top: 63%;
    left: 33%;
}

.ab3 .anchor .swiper-slide:nth-of-type(4) {
    top: 90%;
    left: 29%;
}

.ab3 .anchor .swiper-slide>span {
    font-family: Onsite standard Light;
    font-size: var(--18px--);
    color: rgba(255, 255, 255, 0.5);
    transition: all .6s;
}

.ab3 .anchor .swiper-slide.swiper-slide-thumb-active>span {
    font-family: Onsite standard Bold;
    color: rgba(255, 255, 255, 1);
}

.ab3 .mapInfo>.detail .swiper-slide {
    background-color: #fff;
}

.ab3 .mapInfo>.detail .swiper-slide .title {
    font-family: Onsite standard Bold;
    font-size: var(--18px--);
    color: #000;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab3 .mapInfo>.detail .swiper-slide .title p {
    width: calc(100% - (20px * 2) - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ab3 .mapInfo>.detail .swiper-slide .title {
    padding-bottom: 20px;
}

.ab3 .mapInfo>.detail .swiper-slide .title div {
    display: none;
}

.ab3 .mapInfo>.detail .swiper-slide .title>div>svg {
    cursor: pointer;
}

.ab3 .mapInfo>.detail .swiper-slide .title>div>svg path {
    fill: #073190;
}

.ab3 .mapInfo>.detail .swiper-slide .title>div>svg.swiper-button-disabled {
    cursor: no-drop;
}

.ab3 .mapInfo>.detail .swiper-slide .title>svg.swiper-button-disabled path {
    fill: #cacaca;
}

.ab3 .mapInfo>.detail .swiper-slide>.img {
    width: 100%;
    max-height: 240px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    /* opacity: 0; */
    animation-delay: .2s;
}

.ab3 .mapInfo>.detail .swiper-slide>.img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ab3 .mapInfo>.detail .swiper-slide>.info {
    font-family: Onsite standard Light;
    font-size: var(--18px--);
    line-height: 24px;
    /* opacity: 0; */
    animation-delay: .4s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* .ab3 .mapInfo>.detail .swiper-slide.swiper-slide-active p:first-child,
.ab3 .mapInfo>.detail .swiper-slide.swiper-slide-active p:last-child {
    animation-name: fadeInUp;
    animation-duration: .6s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.ab3 .mapInfo>.detail .swiper-slide.swiper-slide-active>.img {
    animation-name: fadeInLeft;
    animation-duration: .6s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.ab3 .mapInfo>.detail .swiper-slide .title,
.ab3 .mapInfo>.detail .swiper-slide .title {
    animation-name: fadeOutUp;
    animation-duration: .6s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    opacity: 1;
}

.ab3 .mapInfo>.detail .swiper-slide>.img,
.ab3 .mapInfo>.detail .swiper-slide>.img {
    animation-name: fadeOutRight;
    animation-duration: .6s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    opacity: 1;
}

.ab3 .mapInfo>.detail .swiper-slide .info,
.ab3 .mapInfo>.detail .swiper-slide .info {
    animation-name: fadeOutUp;
    animation-duration: .6s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    opacity: 1;
} */

.ab3 .mapInfo>.anchor .swiper-slide.swiper-slide-thumb-active>.dot {
    background-color: #073190;
}

.ab3 .mapInfo>.anchor .swiper-slide.swiper-slide-thumb-active>.dot svg {
    transform: rotate(45deg);
}

.ab3 .mapInfo>.anchor .swiper-slide.swiper-slide-thumb-active>.dot svg path {
    fill: #fff;
}

.ab3 .mapInfo>.anchor .swiper-slide.swiper-slide-thumb-active>.dot::before {
    animation: dotamp-end .5s ease forwards;
    /* transform: scale(2);
    opacity: 0.5; */
}

@keyframes dotamp-end {
    to {
        transform: scale(2);
        opacity: 0.5;
    }
}

.ab4 {
    position: relative;
}

.ab4>.typeArea {
    width: calc(100% - (100% - var(--width--))/2);
    margin-left: calc((100% - var(--width--))/2);
    padding: clamp(80px, 6.770833333333vw, 130px) 0;
}

.ab4>.typeArea>h3 {
    font-family: Onsite standard Bold;
    font-size: var(--40px--);
    line-height: var(--46px--);
    margin-bottom: clamp(30px, 2.60416666667vw, 50px);
}

.ab4>.typeArea>.culture {
    width: 100%;
}

.ab4 .culture .swiper-wrapper {
    align-items: stretch;
}

.ab4 .culture .swiper-slide {
    min-height: 100%;
}

.ab4 .culture .swiper-slide>.img {
    width: 100%;
    height: 100%;
    max-height: 580px;
    border-radius: 10px;
    overflow: hidden;
}

.ab4 .culture .swiper-slide>.img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ab4 .culture .swiper-slide>.info {
    width: 100%;
    position: absolute;
    left: clamp(30px, 3.645833333333vw, 70px);
    bottom: clamp(50px, 4.427083333333vw, 85px);
    color: #fff;
}

.ab4 .culture .swiper-slide>.info>.title {
    font-family: Onsite standard Bold;
    font-size: var(--16px--);
    margin-bottom: 30px;
}

.ab4 .culture .swiper-slide>.info>.des {
    font-family: Onsite standard Bold;
    line-height: var(--48px--);
    height: 2lh;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: clamp(clamp(30px, 3.645833333333vw, 70px), 20%, 330px);
}

/* product */
.proBanner {
    padding: calc(var(--navTop--) + clamp(80px, 5.208333333333vw, 100px)) 0 clamp(80px, 5.208333333333vw, 100px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.proBanner>.crumbs {
    font-family: Onsite standard Light;
    color: #666;
    margin-bottom: 10px;
}


.proBanner>.crumbs a {
    font-family: Onsite standard Light;
    font-size: var(--18px--);
    color: #666666;
    transition: color .6s ease;
}

.proBanner>.crumbs a:hover {
    color: #073190;
}

.proBanner>.crumbs>svg {
    margin-right: 10px;
}

.productCate {
    overflow: hidden;
}

.productCate>.cateInfo {
    position: relative;
}

.productCate>.cateInfo>.info {
    width: var(--width--);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: var(--gutterSpacing--);
    color: #fff;
}

.productCate>.cateInfo>.info>h3 {
    max-width: 26.04166666667vw;
    margin-bottom: clamp(30px, 2.604166666667vw, 50px);
}

.productCate>.cateInfo>.info>p {
    max-width: 32.8125vw;
}

.proList {
    width: var(--width--);
    margin: 0 auto;
    padding: clamp(30px, 3.125vw, 60px) 0 clamp(80px, 7.291666666667vw, 140px);
}

.proList>.typeArea {
    width: 100%;
}

.proList .product {
    padding: 0 35px;
}

.proList .product .img {
    height: 25vw;
    padding: clamp(40px, 3.645833333333vw, 70px) clamp(60px, 5.208333333333vw, 100px);
    box-sizing: border-box;
    overflow: hidden;
    transition: box-shadow .6s ease, border-radius .6s ease;
    margin-bottom: 30px;
}

.proList .product .img.horizontal-img {
    padding: clamp(10px, 1.5625vw, 30px);
}

.proList .product .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.proList .product .swiper-slide:hover .img {
    border-radius: 10px;
    box-shadow: 0 10px 35px 0 rgba(3, 14, 32, 0.08);
}

.proList .product p {
    font-family: Onsite standard Bold;
    font-size: var(--18px--);
    line-height: var(--24px--);
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: color .6s ease;
    padding: 0 50px;
}

.proList .product .swiper-slide:hover p {
    color: #073190;
}

.proList .product .prev,
.proList .product .next {
    width: 58px;
    aspect-ratio: 1 / 1;
    background-color: #073190;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: background-color .6s ease;
}

.proList .product .prev.swiper-button-disabled,
.proList .product .next.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.12);
}

.proList .product .prev {
    left: 47px;
}

.proList .product .next {
    right: 47px;
}

/* .proList .product .next:hover,
.proList .product .prev:hover {
    background-color: #073190;
} */

.proList .product:has(.prev.swiper-button-disabled):has(.next.swiper-button-disabled) .prev,
.proList .product:has(.prev.swiper-button-disabled):has(.next.swiper-button-disabled) .next {
    display: none;
}

/* service */
.ser1 {
    padding: clamp(80px, 5.208333333333vw, 100px) 0;
}

.ser1>.typeArea {
    margin: 0 auto;
}

.ser1>.typeArea>h3 {
    font-family: Onsite standard Bold;
    text-align: center;
    margin-bottom: clamp(30px, 3.399581589958159vw, 65px);
}

.ser-qua {
    position: relative;
    padding: 0 clamp(50px, 7.291666666667vw, 140px);
    display: flex;
}

.ser-qua>.qua-item {
    position: relative;
    flex: 1;
    margin-right: -2px;
}

.ser-qua>.qua-item:last-child {
    margin-right: 0;
}

.ser-qua>.qua-item>.cirBox {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: url("/src/img/s2.png") no-repeat;
    background-size: 100%;
    padding: 30px;
    position: relative;
    margin-bottom: clamp(80px, 5.208333333333vw, 100px);
    /* transform: rotate(1deg); */
}

.ser-qua>.qua-item:first-child>.cirBox {
    background: url("/src/img/s1.png") no-repeat;
    background-size: 100%;
}

.ser-qua>.qua-item:last-child>.cirBox {
    background: url("/src/img/s3.png") no-repeat;
    background-size: 100%;
}

.ser-qua>.qua-item>.cirBox>.cir {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 13px 25px 0 rgba(6, 32, 76, 0.08);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* transform: rotate(-1deg); */
}

.ser-qua>.qua-item>.cirBox>.cir>h6 {
    font-family: Onsite standard Bold;
    font-size: var(--20px--);
    margin-top: 20px;
}

.ser-qua>.qua-item>p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.ser-qua>.qua-item.aos-animate>p {
    animation: fadeInDown .6s ease forwards;
    animation-fill-mode: both;
}

.ser-qua>.qua-item>.cirBox::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 0px;
    top: calc(100% - 30px);
    left: 50%;
    background-color: rgba(221, 221, 221, 0.7);
    transition: height 1s ease;
}

.ser-qua>.qua-item.aos-animate>.cirBox::before {
    animation: lengthen .6s ease forwards;
}

.ser-qua>.qua-item:nth-of-type(1).aos-animate>.cirBox::before,
.ser-qua>.qua-item:nth-of-type(1).aos-animate>.cirBox::after,
.ser-qua>.qua-item:nth-of-type(1).aos-animate>p {
    animation-delay: 0.5s;
}

.ser-qua>.qua-item:nth-of-type(2).aos-animate>.cirBox::before,
.ser-qua>.qua-item:nth-of-type(2).aos-animate>.cirBox::after,
.ser-qua>.qua-item:nth-of-type(2).aos-animate>p {
    animation-delay: 0.8s;
}

.ser-qua>.qua-item:nth-of-type(3).aos-animate>.cirBox::before,
.ser-qua>.qua-item:nth-of-type(3).aos-animate>.cirBox::after,
.ser-qua>.qua-item:nth-of-type(3).aos-animate>p {
    animation-delay: 1.2s;
}

.ser-qua>.qua-item:nth-of-type(4).aos-animate>.cirBox::before,
.ser-qua>.qua-item:nth-of-type(4).aos-animate>.cirBox::after,
.ser-qua>.qua-item:nth-of-type(4).aos-animate>p {
    animation-delay: 1.5s;
}

@keyframes lengthen {
    0% {
        height: 0px;
    }

    100% {
        height: clamp(60px, 4.1666666667vw, 80px);
    }
}

.ser-qua>.qua-item>.cirBox::after {
    content: '●';
    color: #073190;
    font-size: var(--20px--);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(221, 221, 221, 0.7);
    position: absolute;
    top: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    line-height: 3;
    transition: top .6s ease;
}

.ser-qua>.qua-item.aos-animate>.cirBox::after {
    animation: lengthenTop .6s ease forwards;
}

@keyframes lengthenTop {
    0% {
        top: calc(100% - 30px);
    }

    100% {
        top: calc(100% + clamp(60px, 4.1666666667vw, 80px) - 30px);
    }
}

.ser-qua>.qua-item>.cirBox img {
    transition: transform .6s;
}

.ser-qua>.qua-item>.cirBox:hover img {
    transform: rotateY(360deg) translateY(-10%);
}

.ser2 {
    padding: clamp(150px, 11.50627615062762vw, 220px) 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.ser2>h3 {
    margin-bottom: 15px;
}

.ser2>p {
    font-family: Onsite standard Light;
    font-size: var(--18px--);
}

.ser2>.img {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("/src/img/ser2-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    transform: scale(1.3);
    z-index: -1;
}

.ser2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #f1f3f5;
    z-index: -2;
}

.ser3 {
    padding: clamp(80px, 6.25vw, 120px) 0;
    background-color: #f1f3f5;
}

.ser3>.typeArea {
    margin: 0 auto;
}

.serProject {
    width: 100%;
    height: calc((260px + 60px) * 2);
    padding: 0 46px;
    counter-reset: project;
    margin-top: -60px;
    margin-bottom: clamp(30px, 2.604166666667vw, 50px);
}

.serProject .swiper-slide {
    height: calc((100% - 120px) / 2) !important;
}

.serProject .Item>div {
    width: 100%;
    height: 100%;
    padding: 40px;
    background-color: #fff;
    counter-increment: project;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .6s ease;
}

.serProject .Item>div:hover {
    box-shadow: 0 10px 46px 0 rgba(4, 49, 60, 0.1);
}

/* .serProject .Item .serial{

} */
.serProject .Item>div>h6::before {
    content: counter(project, decimal-leading-zero);
    display: block;
    width: 30px;
    height: 30px;
    font-size: var(--14px--);
    color: #fff;
    background-color: #073190;
    border-radius: 50%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding: 1px 6px;
    margin-bottom: 20px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.serProject .Item>div>h6 {
    width: 90%;
    font-family: Onsite standard Bold;
    color: #000;
    line-height: 125%;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.serProject .Item>div>p {
    font-family: Onsite standard Light;
    font-size: var(--18px--);
    color: #666;
    line-height: var(--24px--);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ser3>.typeArea>.pagin {
    display: block;
    text-align: center;
}

.ser3>.typeArea>.pagin>span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #535353;
    transition: width .6s ease;
}

.ser3>.typeArea>.pagin>span.swiper-pagination-bullet-active {
    width: 21px;
    border-radius: 20px;
}

/* new */
.new {
    padding: clamp(80px, 5.20833333333vw, 100px) 0;
}

.new>.typeArea {
    margin: 0 auto;
}

.new>.typeArea>.newBox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
}

.newSlideBox>.info {
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    display: block;
    padding: 30px 13px;
    position: relative;
    margin-bottom: 30px;
}

.newSlideBox>.info::before {
    content: '';
    width: 0;
    height: 2px;
    top: -2px;
    left: 0;
    position: absolute;
    background-color: #073190;
    transition: width .6s;
}

.newSlideBox:hover>.info::before {
    width: 100%;
}

.newSlideBox>.info>.img {
    border-radius: 10px;
    height: 253px;
    overflow: hidden;
    margin-bottom: 40px;
}

.newSlideBox>.info>.img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1s ease;
}

.newSlideBox:hover>.info>.img>img {
    transform: scale(1.1);
}

.newSlideBox>.info>.title {
    height: 120px;
    text-overflow: ellipsis;
    font-size: var(--18px--);
    line-height: 166.7%;
    transition: color .6s;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.newSlideBox:hover>.info>.title {
    color: #073190;
}

.newSlideBox>.info>.info {
    height: 2lh;
    color: #666;
    font-family: Onsite standard Light;
    font-size: var(--16px--);
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newSlideBox>.bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newSlideBox>.bottom>.more>svg>path {
    fill: #073190;
}

.newPagin {
    margin-top: clamp(80px, 5.20833333333vw, 100px);
}

.more {
    font-family: Onsite standard Light;
    display: flex;
    font-size: var(--16px--);
    align-items: center;
}

.more>.icon {
    transition: margin-left .3s;
}

.newSlide:hover .more>.icon {
    margin-left: 10px;
}

/* contact */
.contact {
    padding: clamp(80px, 5.20833333333vw, 100px) 0;
    overflow-x: hidden;
}

.contact>.typeArea {
    margin: 0 auto;
}

.contact>.typeArea>h3 {
    font-size: 40px;
    line-height: 48px;
}

.contact .map {
    position: relative;
}

.contact .map>img {
    margin: 0 auto;
    object-fit: cover;
    object-position: center center;
}

.contact .anchor {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact .placeInfoBox {
    /* width: 50%; */
    width: max(500px, 36.48533333333vw);
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    border-radius: 10px;
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0 10px 46px 0 rgba(4, 49, 60, 0.1);
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

.contact .map .anchor .swiper-slide {
    width: fit-content !important;
    height: fit-content;
    display: flex;
    align-items: center;
    position: absolute;
    cursor: pointer;
}

.contact .anchorItem>span {
    font-size: var(--16px--);
    transition: color .6s ease;
    color: rgba(0, 0, 0, 0.6);
    text-align: right;
}

.contact .anchorItem.swiper-slide-thumb-active>span {
    color: #073190;
}

.contact .anchorItem>img {
    margin-right: 10px;
}

.contact .anchorItem:nth-of-type(n+3)>img {
    margin-left: 10px;
    margin-right: 0;
}

.contact .anchorItem:nth-of-type(1) {
    top: 39%;
    left: 7%;
}

.contact .anchorItem:nth-of-type(2) {
    top: 44.3%;
    left: 36.6%;
}

.contact .anchorItem:nth-of-type(3) {
    flex-direction: row-reverse;
    top: 46%;
    right: 62.8%;
}

.contact .anchorItem:nth-of-type(4) {
    flex-direction: row-reverse;
    top: 49.5%;
    right: 64.5%;
}

.contact .anchorItem:nth-of-type(5) {
    flex-direction: row-reverse;
    right: 82.1%;
    bottom: 35.5%;
}

.contact .anchorItem:nth-of-type(6) {
    flex-direction: row-reverse;
    right: 84%;
    bottom: 24%;
}

.contact .placeInfoBox .placeInfo {
    width: calc((100% - 40px) - 4%);
    height: 100%;
}

.contact .placeInfoBox .info {
    width: 100%;
    margin-bottom: 20px;
}

.contact .placeInfoBox>div>svg {
    cursor: pointer;
}

.contact .placeInfoBox>div>svg path {
    fill: #073190;
}

.contact .placeInfoBox>div>svg.swiper-button-disabled {
    cursor: no-drop;
}

.contact .placeInfoBox>div>svg.swiper-button-disabled path {
    fill: #cacaca;
}

.contact .placeInfo .infoItem {
    text-align: center;
}

.contact .placeInfo .infoItem>h6 {
    font-weight: lighter;
    margin-bottom: 25px;
    animation: opacity .3s ease forwards;
    animation-direction: reverse;
}

.contact .placeInfo .infoItem>div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Onsite standard Light;
    font-size: var(--18px--);
    color: rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    animation: opacity .3s ease forwards;
    animation-direction: reverse;
}

.contact .placeInfo .infoItem>div>a>br {
    display: none;
}

.contact .placeInfo .infoItem>div:has(:nth-of-type(2))>a {
    width: 50%;
}

.contact .placeInfo .infoItem>div>a:first-child {
    padding-right: 20px;
    color: #000;
}

.contact .placeInfo .infoItem>div>a:last-child {
    padding-left: 20px;
    color: #000;
}

.contact .placeInfo .infoItem>p {
    font-family: Onsite standard Light;
    font-size: var(--18px--);
    line-height: var(--24px--);
    animation: opacity .3s ease forwards;
    animation-direction: reverse;
}

.contact .placeInfo .infoItem.swiper-slide-active>h6 {
    animation: fadeInUp .3s ease forwards;
    animation-delay: .3s;
    animation-fill-mode: both;
}

.contact .placeInfo .infoItem.swiper-slide-active>div {
    animation: fadeInUp .3s ease forwards;
    animation-delay: .6s;
    animation-fill-mode: both;
}

.contact .placeInfo .infoItem.swiper-slide-active>p {
    animation: fadeInUp .3s ease forwards;
    animation-delay: .9s;
    animation-fill-mode: both;
}


.contact .placeInfo .followUs {
    font-family: Onsite standard Light;
    font-size: var(--18px--);
    text-align: center;
}

.contact .placeInfo .followUs>p {
    margin-bottom: 20px;
}

.contact .placeInfo .followUs>.foll {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.contact .placeInfo .followUs>.foll>a>svg {
    width: 25px;
    height: 25px;
}

.contact .placeInfo .followUs>.foll>a {
    transition: transform .6s ease;
}

.contact .placeInfo .followUs>.foll>a:hover {
    transform: translateY(-5px);
}

.contact>.typeArea>hr {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    margin: clamp(80px, 5.20833333333vw, 100px) 0;
}

.contact .con2 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.contact .con2>.img {
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}

.contact .con2>.img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact .con2>.messageBox {
    width: 50%;
}

.contact .con2>.messageBox>h4 {
    line-height: var(--42px--);
    margin-bottom: clamp(50px, 3.645833333333vw, 70px);
}

form {
    width: 100%;
    /* display: flex; */
    position: relative;
}

.messageBox>form .row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}

.messageBox>form .cloumn {
    display: block;
}

.messageBox form .paramsItem {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.selt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.messageBox form .paramsItem>p {
    font-family: Onsite standard Light;
    font-size: var(--18px--);
    /* color: #999; */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.messageBox form .paramsItem>input,
.messageBox form .paramsItem>select,
.messageBox form .paramsItem>h-select,
.messageBox form .paramsItem>textarea {
    display: block;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0;
    outline: none;
    font-family: Onsite standard Light;
    font-size: var(--18px--);
    transition: border-color .3s ease;
}


.messageBox form .paramsItem>select {
    appearance: none;
    cursor: pointer;
}

.messageBox form .paramsItem .pull-ico {
    position: absolute;
    bottom: 10%;
    right: 0;
    transform: rotate(90deg);
    transition: transform .6s ease;
}

.messageBox form .paramsItem:has(select:focus) .pull-ico {
    transform: rotate(0deg);
}

.messageBox form .paramsItem>input:focus,
.messageBox form .paramsItem>select:focus,
.messageBox form .paramsItem>h-select:focus,
.messageBox form .paramsItem>textarea:focus {
    border-color: #000;
}

.messageBox form .paramsItem.required>p::after {
    content: "*";
    color: red;
}

.messageBox .row.paramsItem.verifyBox {
    height: 100%;
    align-items: center;
    margin-bottom: 0;
}

.messageBox .row.paramsItem.verifyBox svg {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.no-column {
    flex-direction: row !important;
}

.messageBox .submit {
    width: clamp(150px, 9.895833333333vw, 190px);
    height: 60px;
    font-family: Onsite standard Light;
    font-size: var(--16px--);
    border: 2px solid rgba(83, 83, 83, 0.1);
    border-radius: 5px;
    cursor: pointer;
    transition: color .6s ease, background-color .6s ease;
}

.messageBox .submit:hover {
    color: #fff;
    background-color: #000;

}

/* newDetail */
.newDetail {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.newDetail>.newDetailBox {
    width: var(--width--);
}

.newTitle {
    text-align: center;
    line-height: 150%;
    margin: 20px 0;
}

.newCont>div>hr {
    margin: 1.563vw 0;
}

.newInfo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.newInfo>p {
    text-align: center;
    color: #999;
}

.newInfo>p:first-child {
    margin-right: 20px;
}

.newContent {
    font-family: Onsite standard Light;
    font-size: var(--16px--);
    line-height: 200%;
    font-weight: 300;
    padding-bottom: 20px;
}

.newContent h3 {
    color: #333;
}

.newContent p {
    color: #666;
    text-indent: 2rem;
}

.newContent p:has(img) {
    /* width: fit-content; */
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

/* .newContent p:has(img:nth-of-type(2)) {
    display: flex;
    justify-content: center;
} */

.newContent img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.newContent a {
    color: #333;
    text-decoration: underline;
}

.newContent table {
    width: 100% !important;
    text-align: center;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.newContent table td,
.newContent table th {
    border: 1px solid #000;
    padding: 10px;
}

.NPage {
    margin: 20px 0;
}

.NPage>p {
    margin-bottom: 10px;
}

.NPage>p>a {
    transition: all .6s ease;
    color: #666;
    text-transform: capitalize;
}

.NPage>p:hover>a {
    color: #58b530;
}

/* productDetail */
.proDB {
    padding: calc(var(--navTop--) + 40px) 0 clamp(50px, 3.6458333333333vw, 70px);
    align-items: start;
}

.proDB>.crumbs {
    margin-left: calc((100% - var(--width--)) / 2);
}

.proDetal>.typeArea {
    margin: 0 auto;
}

.proDetal>.typeArea>.proIntroduce {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

.proDetal>.typeArea>.proIntroduce>.introduce {
    width: 40%;
}

.proDetal>.typeArea>.proIntroduce>.introduce>h3 {
    font-family: Onsite standard Bold;
    margin-bottom: clamp(40px, 4.166666667vw, 80px);
}

.proDetal>.typeArea>.proIntroduce>.introduce>p {
    font-size: var(--18px--);
    line-height: 22px;
    margin-bottom: var(--20px--);
}

.proDetal>.typeArea>.proIntroduce>.introduce>ul {
    margin-bottom: clamp(80px, 5.20833333333vw, 100px);
}

.proDetal>.typeArea>.proIntroduce>.introduce>ul>li {
    font-family: Onsite standard Light;
    font-size: var(--18px--);
    line-height: 22px;
    padding-left: 15px;
    position: relative;
}

.proDetal>.typeArea>.proIntroduce>.introduce>ul>li:not(:last-child) {
    margin-bottom: 15px;
}

.proDetal>.typeArea>.proIntroduce>.introduce>ul>li::before {
    content: "▪";
    color: #073190;
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translateY(-50%); */
}

.intrSwiper {
    width: 89.5%;
    margin: 0;
}

.intrSwiper .swiper-slide {
    aspect-ratio: 1 / 1;
}

.intrSwiper .img {
    width: 100%;
    height: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .6s ease;
    cursor: pointer;
}

.intrSwiper .swiper-slide.swiper-slide-thumb-active .img {
    border-color: #073190;
}

.intrSwiper .img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 20px;
}

.proIntroduce>.imgBox {
    width: 50%;
    max-height: max(500px, 30.729166666667vw);
    margin: 0;
}

.proIntroduce>.imgBox .swiper-wrapper {
    align-items: stretch;
}

.proIntroduce>.imgBox .swiper-slide {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proIntroduce>.imgBox .img {
    width: 100%;
    height: 100%;
    padding: 50px clamp(80px, 5.208333333333vw, 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.proIntroduce>.imgBox .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.particulars {
    padding: clamp(80px, 5.208333333333vw, 100px) 0;
}

.particulars h3 {
    font-family: Onsite standard Bold;
    font-size: var(--24px--);
    margin-bottom: var(--40px--);
}

.particulars .tabBox {
    overflow-y: hidden;
    overflow-x: scroll;
    margin-bottom: clamp(50px, 3.6458333333333vw, 70px);
}

.particulars .tabBox::-webkit-scrollbar {
    height: 3px;
}

.particulars table {
    width: 100% !important;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    text-align: center;
    border-collapse: collapse;
}

.particulars table tr:nth-of-type(odd) {
    background-color: #f1f3f5;
}

.particulars table tr th,
.particulars table tr td {
    width: 50%;
    padding: 20px;
}

.particulars table:has(th:nth-of-type(3):last-child) th,
.particulars table:has(th:nth-of-type(3):last-child) td,
.particulars table:has(td:nth-of-type(3):last-child) td {
    width: calc(100% / 3);
}

.particulars table:has(th:nth-of-type(4):last-child) th,
.particulars table:has(th:nth-of-type(4):last-child) td,
.particulars table:has(td:nth-of-type(4):last-child) td {
    width: calc(100% / 4);
}

/* innovation */
.inn1>.typeArea>h3 {
    text-align: left;
}

.inn1 .advantage {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
}

.inn1 .advantage .advaItem {
    flex: 1;
    display: block;
    position: relative;
}

.inn1 .card {
    perspective: 1000px;
    cursor: pointer;
}

.inn1 .card>.card-inner {
    position: relative;
    transform-style: preserve-3d;
    transition: transform .6s ease;
}

.inn1 .card:hover>.card-inner {
    transform: rotateY(180deg);
}

.inn1 .card>.card-inner>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
}

.inn1 .advaItem>div>.front {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}

.inn1 .advaItem>div>.front>.img,
.inn1 .advaItem>div>.front>.img img {
    width: 100%;
    height: 100%;
}

.inn1 .advaItem>div>.front>.title {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px 30px 30px;
}

.inn1 .advaItem>div>.front>.title img {
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 30px;
}

.inn1 .advaItem>div>.front>.title h6 {
    /* height: 59px; */
    text-align: center;
    color: #fff;
}

.inn1 .advaItem>div>.back {
    font-family: Onsite standard Light;
    font-size: var(--16px--);
    line-height: var(--26px--);
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transform: rotateY(180deg);
    background-color: #073190;
    padding: 30px;
}

.inn1 .advaItem>div>.back>p {
    height: 100%;
    overflow: hidden;
}

.inn2 {
    padding: clamp(100px, 7.8125vw, 150px) 0;
}

.inn2>.img {
    background: url("/src/img/manufacture.jpg") no-repeat;
    background-position: center bottom;
}

.inn2>.info {
    text-align: left;
    margin: 0 auto;
}

.inn2>.info>h3 {
    font-family: Onsite standard Bold;
    margin-bottom: clamp(30px, 2.0833333333vw, 40px);
}

.inn2>.info>p:nth-of-type(1) {
    font-family: Onsite standard Light;
    font-size: var(--18px--);
    line-height: var(--24px--);
    margin-bottom: clamp(90px, 6.25vw, 120px);
}

.inn2 .counter {
    font-family: Onsite standard Light;
    display: flex;
    align-items: end;
    margin-bottom: 20px;
}

.inn2 .counter>.num {
    font-size: var(--100px--);
    line-height: 100%;
}

.inn2 .counter>span {
    font-size: var(--18px--);
    line-height: var(--46px--);
    padding-bottom: 5px;
    font-weight: bold;
}

.inn2 .counter>br {
    display: none;
}

.inn2 .counter>span.unit {
    font-size: var(--30px--) !important;
    padding-left: 10px;
}

.inn2>.info>p:last-child {
    font-size: var(--18px--);
    line-height: var(--24px--);
}

.inn2::after {
    background-color: #073190;
}

.inn3 {
    padding: clamp(80px, 5.20833333333vw, 100px) 0;
    background-color: #073190;
}

.inn3>.typeArea {
    margin: 0 auto;
    position: relative;
}

.inn3Item {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding: clamp(30px, 2.083333333333vw, 40px) 50% clamp(30px, 2.083333333333vw, 40px) clamp(80px, 5.20833333333vw, 100px);
    color: rgba(255, 255, 255, 0.5);
}

.inn3Item:last-child {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.inn3Item>strong {
    font-family: Onsite standard Bold;
    font-size: var(--18px--);
    float: left;
    margin-top: 5px;
    margin-left: -75px;
    font-weight: 100;
    letter-spacing: 1px;
    transition: color .6s ease;
}

.inn3Item>h6 {
    font-family: Onsite standard Bold;
    line-height: var(--30px--);
    margin-bottom: 10px;
    transition: color .6s ease;
}

.inn3Item>p {
    font-family: Onsite standard Light;
    font-size: var(--18px--);
    line-height: 160%;
    transition: color .6s ease;
}

.inn3Item>.img {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(calc(-50% + 10px));
    opacity: 0;
    transition: transform .6s ease, opacity .6s ease;
    overflow: hidden;
}

.inn3Item>.img img {
    max-width: 480px;
    max-height: 590px;
    object-fit: cover;
}

.inn3Item>.line {
    width: 0px;
    height: 2px;
    float: left;
    margin-top: clamp(30px, 2.083333333333vw, 40px);
    margin-left: clamp(-100px, -5.20833333333vw, -80px);
    background-color: rgba(255, 255, 255, 0.6);
    transition: width .6s ease;
}

.inn3Item:hover {
    color: #fff;
}

.inn3Item:hover>.img {
    transform: translateY(calc(-50%));
    opacity: 1;
}

.inn3Item:hover>.line {
    width: var(--width--);
}

/* @media (min-width: 2000px){
    :root {
        --width--: 1920px;
    }

} */


@media (max-width: 1600px) {
    :root {
        --width--: 1200px;
    }

    .ab3 .mapInfo>.anchor {
        flex: 1;
        width: auto;
        overflow: visible;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(1) {
        top: 10px;
        left: 115px;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(2) {
        top: 17%;
        right: 2%;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(3) {
        top: 62.5%;
        left: 42%;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(4) {
        top: 93%;
        left: 36%;
    }

    .inn1 .advaItem>div>.back {
        font-size: 0.8368200836820084vw;
    }

    .contact .placeInfoBox {
        width: 58%;
    }

    .contact .anchorItem:nth-of-type(1) {
        top: 39%;
        left: 3.5%;
    }

    .contact .anchorItem:nth-of-type(2) {
        top: 44.3%;
        left: 41%;
    }

    .contact .anchorItem:nth-of-type(3) {
        top: 46%;
        right: 58.3%;
    }

    .contact .anchorItem:nth-of-type(4) {
        top: 49.5%;
        right: 60.3%;
    }

    .contact .anchorItem:nth-of-type(5) {
        right: 83%;
    }

    .contact .anchorItem:nth-of-type(6) {
        right: 85.3%;
    }
}

@media (max-width: 1418px) {
    /* .ab4 .culture .swiper-slide>.info>.des{
        height: 80px;
    } */
}

@media (max-width: 1400px) {
    .banner>.typeArea {
        justify-content: end;
    }

    .banner>.typeArea>.title {
        margin-bottom: 30px;
    }

    .productCate>.cateInfo>.info>h3,
    .productCate>.cateInfo>.info>p {
        max-width: 45% !important;
    }

    .new>.typeArea>.newBox {
        gap: 40px;
    }
}

@media (max-width: 1300px) {
    :root {
        --width--: 1100px;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(1) {
        top: -25px;
        left: 65px;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(2) {
        top: 9%;
        right: -5%;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(3) {
        top: 56.5%;
        left: 40%;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(4) {
        top: 87%;
        left: 34%;
    }

    .contact .anchorItem:nth-of-type(2) {
        left: 44.8%;
    }

    .contact .anchorItem:nth-of-type(3) {
        right: 54.5%;
    }

    .contact .anchorItem:nth-of-type(4) {
        top: 49.5%;
        right: 56.8%;
    }

    .contact .anchorItem:nth-of-type(5) {
        right: 81.5%;
    }

    .contact .anchorItem:nth-of-type(6) {
        right: 84%;
    }
}

@media (max-width: 1200px) {
    :root {
        --width--: 900px;
    }

    .ab1 .info {
        flex-direction: column;
    }

    .ab1 .info>p {
        width: 100%;
        text-indent: 2rem;
    }

    .ab3 .mapInfo {
        flex-direction: column-reverse;
    }

    .ab3 .mapInfo>.detail {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 3;
    }

    .ab3 .mapInfo>.anchor {
        flex: initial;
        width: 100%;
        height: 450px;
    }

    .back-img img:first-child {
        transform: translateX(-67%);
    }

    .ab3 .anchor .swiper-slide:nth-of-type(1) {
        top: -50px;
        left: 70px;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(2) {
        top: 0%;
        right: 19%;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(3) {
        top: 42.5%;
        left: initial;
        right: 68%;
        flex-direction: row-reverse;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(4) {
        top: 69%;
        left: initial;
        right: 70%;
        flex-direction: row-reverse;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(3) .dot,
    .ab3 .anchor .swiper-slide:nth-of-type(4) .dot {
        margin-left: 20px;
        margin-right: 0;
    }

    .inn1 .advantage {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .inn1 .advaItem>div>.back {
        font-size: var(--16px--);
    }

    .inn3Item>.img {
        width: 45%;
    }

    .inn3Item>.img img {
        max-width: max-content;
        max-height: max-content;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ser-qua {
        padding: 0;
    }

    .new>.typeArea>.newBox {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        row-gap: 70px;
    }

    .contact .placeInfoBox {
        width: 70%;
        left: 100%;
        transform: translateX(-100%);
    }

    .contact .anchorItem:nth-of-type(1) {
        left: 4.5%;
    }

    .contact .anchorItem:nth-of-type(2) {
        left: 54.8%;
    }

    .contact .anchorItem:nth-of-type(3) {
        right: 44.5%;
    }

    .contact .anchorItem:nth-of-type(4) {
        right: 47%;
    }

    .contact .anchorItem:nth-of-type(5) {
        right: 77%;
    }

    .contact .anchorItem:nth-of-type(6) {
        right: 80.5%;
    }

    .contact .con2>.img {
        display: none;
    }

    .contact .con2>.messageBox {
        width: 100%;
    }

    .proList .product p {
        padding: 0;
    }
}


@media (max-width: 1000px) {
    :root {
        --distance--: 20px;
        --width--: 80%;
    }

    .back-img img:first-child {
        display: none;
    }

    .back-img img:last-child {
        display: block;
        padding-top: 200px;
        position: absolute;
        left: -5px;
        bottom: -40px;
        object-fit: cover;
        object-position: center bottom;
    }

    .ab1 .title>div:first-child h3>br {
        display: none;
    }

    .ab3>.typeArea>.info p {
        height: 11lh;
    }

    .ab3 .mapInfo>.anchor {
        width: 800px;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(1) {
        top: -27px;
        left: 0;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(2) {
        top: 3%;
        right: 17%;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(3) {
        top: 46.5%;
        right: 69%;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(4) {
        top: 73%;
        right: 74%;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(4) span {
        white-space: nowrap;
    }

    .ab3 .mapInfo>.detail .swiper-slide>.img {
        max-height: 200px;
        margin-bottom: 20px;
    }

    .ab3 .mapInfo>.detail {
        width: clamp(380px, 23.4375vw, 450px);
    }

    .productCate>.cateInfo>.info>h3,
    .productCate>.cateInfo>.info>p {
        max-width: 100% !important;
    }

    .proList {
        min-height: 50lvh;
    }

    /* .proList .product {
        padding: 0 clamp(10px, 1.5625vw, 30px);
    } */

    .proList .product .img {
        padding: 20px 30px;
        height: max(300px, 25vw);
    }

    .proList .product .prev {
        left: 0;
    }

    .proList .product .next {
        right: 0;
    }

    .proDetal>.typeArea>.proIntroduce>.introduce {
        width: 50%;
    }

    .proIntroduce>.imgBox .img {
        padding: 50px clamp(40px, 5.208333333333vw, 100px);
    }

    .inn3>.typeArea {
        overflow: hidden;
    }

    .inn3Item:hover>.line {
        width: 1000px;
    }

    .ser-qua {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
        padding: 0 clamp(50px, 7.291666666667vw, 140px);
    }

    .ser-qua>.qua-item:nth-of-type(odd)>.cirBox {
        background: url(/src/img/s1.png) no-repeat;
        background-size: 100%;
    }

    .ser-qua>.qua-item:nth-of-type(even)>.cirBox {
        background: url(/src/img/s3.png) no-repeat;
        background-size: 100%;
    }

    .contact .placeInfoBox {
        padding: 30px;
    }

    .contact .placeInfo .infoItem>h6 {
        margin-bottom: 25px;
    }

    .contact .placeInfoBox .info {
        margin-bottom: 20px;
    }

    .contact .placeInfo .infoItem>div>a>br {
        display: block;
    }

    .contact .map {
        padding-top: 80px;
    }

    .contact .anchor {
        width: 480px;
        overflow: visible;
        padding-top: 80px;
    }

    .contact .placeInfoBox {
        width: 100%;
        top: 10px;
        bottom: initial;
    }

    .contact .anchorItem:nth-of-type(1) {
        left: 8.5%;
    }

    .contact .anchorItem:nth-of-type(2) {
        left: initial;
        right: -5.5%;
        flex-direction: row-reverse;
    }

    .contact .anchorItem:nth-of-type(2)>img {
        margin-right: auto;
        margin-left: 10px;
    }

    .contact .anchorItem:nth-of-type(3) {
        left: initial;
        right: -4%;
    }

    .contact .anchorItem:nth-of-type(4) {
        left: initial;
        right: 0;
    }

    .contact .anchorItem:nth-of-type(5) {
        right: 58%;
    }

    .contact .anchorItem:nth-of-type(6) {
        right: 63.5%;
    }

    .contact>.typeArea>hr {
        margin: clamp(40px, 5.20833333333vw, 100px) 0 clamp(80px, 5.20833333333vw, 100px);
    }
}

@media (max-width: 768px) {
    .ab1 .title {
        flex-direction: column;
    }

    .ab1 .title>div:first-child h3 {
        margin-bottom: 20px;
    }

    .ab2>.imgMask {
        height: 50lvh;
    }

    .ab2>.imgMask>img {
        height: 100%;
    }

    .back-img img:last-child {
        width: 680px;
    }

    .ab3 .anchor .swiper-slide>span {
        text-align: right;
        /* white-space: normal !important; */
    }

    .ab3>.typeArea>.info h3 {
        margin-bottom: 30px;
    }

    .ab3>.typeArea>.info {
        margin-bottom: 60px;
    }

    .ab3 .mapInfo>.detail {
        position: relative;
    }

    .ab3 .mapInfo {
        flex-direction: column;
    }

    .ab3 .mapInfo>.anchor {
        width: 480px;
        height: 370px;
    }

    .back-img img:last-child {
        bottom: 0;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(1) {
        top: 16%;
        left: -5%;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(2) {
        top: 27%;
        right: 13%;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(3) {
        top: 58.5%;
        left: 25%;
        right: initial;
        flex-direction: row;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(4) {
        top: 82%;
        left: 20%;
        right: initial;
        flex-direction: row;
    }

    .ab3 .anchor .swiper-slide:nth-of-type(3) .dot,
    .ab3 .anchor .swiper-slide:nth-of-type(4) .dot {
        margin-left: 0;
        margin-right: 20px;
    }

    .ab4>.typeArea {
        width: var(--width--);
    }

    .ab4>.typeArea>.culture {
        height: 40lvh;
    }

    .proDetal>.typeArea>.proIntroduce {
        flex-direction: column;
    }

    .proIntroduce>.imgBox,
    .proDetal>.typeArea>.proIntroduce>.introduce {
        width: 100%;
    }

    .proIntroduce>.imgBox {
        aspect-ratio: 1 / 1;
    }

    .inn1 .advaItem>div>.back {
        font-size: 10px;
    }

    .inn2>.info>p>br {
        display: none;
    }

    .inn3Item>.img {
        display: none;
    }

    .inn3Item {
        padding: clamp(30px, 2.083333333333vw, 40px) 20px clamp(30px, 2.083333333333vw, 40px) clamp(80px, 5.20833333333vw, 100px);
        color: #fff;
    }

    .inn3Item>.line {
        width: 768px;
    }

    .new>.typeArea>.newBox {
        grid-template-columns: 1fr;
        gap: 40px;
        row-gap: 70px;
    }

    .verSub {
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .ser-qua {
        padding: 0;
    }

    .ser-qua>.qua-item>.cirBox img {
        width: 50px;
        aspect-ratio: 1 / 1;
    }

    .ser-qua>.qua-item>.cirBox>.cir>h6 {
        font-size: var(--16px--);
    }

    .ser-qua>.qua-item>p {
        font-size: var(--14px--);
    }
}

@media (max-width: 600px) {

    .contact .map {
        padding-top: 0;
    }

    .contact .anchor {
        padding-top: 0;
    }

    .contact .map>img {
        width: 700px;
    }

    .contact .anchor {
        width: 250px;
        height: 400px;
    }

    .contact .placeInfoBox {
        position: relative;
        top: -35px;
    }

    .contact .anchorItem:nth-of-type(1) {
        top: 35%;
        left: 7.5%;
    }

    .contact .anchorItem:nth-of-type(2) {
        top: 40%;
        right: -8px;
    }

    .contact .anchorItem:nth-of-type(3) {
        top: 42.5%;
        right: -4px;
    }

    .contact .anchorItem:nth-of-type(4) {
        top: 46%;
        right: 10px;
    }

    .contact .anchorItem:nth-of-type(5) {
        top: 56%;
        left: 93px;
        bottom: initial;
        flex-direction: row;
    }

    .contact .anchorItem:nth-of-type(5) img,
    .contact .anchorItem:nth-of-type(6) img {
        margin-left: initial;
        margin-right: 10px;
    }

    .contact .anchorItem:nth-of-type(6) {
        top: 67.5%;
        left: 80px;
        bottom: initial;
        flex-direction: row;
    }

    .contact .placeInfo .infoItem>div {
        flex-direction: column;
        line-height: 2lvh;
        color: #fff;
    }

    .contact .placeInfo .infoItem>div>a {
        padding: 0 !important;
    }

    .contact .placeInfo .infoItem>div>a>br,
    .contact .con2>.messageBox>h4>br {
        display: none;
    }

    .contact .anchorItem>span {
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .ab3 .anchor {
        display: none;
    }

    .ab3 .mapInfo>.detail {
        width: 100%;
    }

    .ab3 .mapInfo>.detail .swiper-slide .title div {
        display: block;
    }

    .particulars {
        padding: clamp(40px, 5.208333333333vw, 100px) 0;
    }

    .inn1 .advantage {
        display: grid;
        grid-template-columns: 1fr;
    }

    .inn1 .advaItem>div>.back {
        font-size: var(--12px--);
    }

    .inn2 .counter {
        flex-wrap: wrap;
    }

    .inn2 .counter>span:nth-of-type(1) {
        flex: 0 0 100%;
    }

    .ser-qua {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .ser-qua>.qua-item>.cirBox {
        padding: 30px;
        background: url(/src/img/s1.png) no-repeat !important;
        background-size: 100% !important;
    }

    .serProject {
        padding: 0;
    }

    .newInfo {
        justify-content: start;
    }

    .contact .placeInfo .infoItem>div {
        align-items: start;
    }

    .contact .placeInfo .infoItem>div>a {
        text-align: left;
        line-height: 150%;
    }

    .contact .placeInfo .infoItem>p {
        text-align: left;
    }

    .messageBox>form .row {
        flex-direction: column;
        gap: 0;
    }

    .messageBox .row.paramsItem.verifyBox {
        margin-bottom: 40px;
    }

    .messageBox .row.paramsItem.verifyBox img {
        width: 150px;
    }
}