.hero-swiper .swiper-pagination{
    --swiper-pagination-color:#ea5514;
}

.biankuang{
    width: 250px;
}
.language {
    color: #000;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 100% */
    margin-left: 76px;
    margin-right: 29px;
    cursor: pointer;
    position: relative;
}

.language-select {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #000;
    margin-top: 10px;
}

.search-icon {
    cursor: pointer;
}

.dropdown-menu.hidden {
    display: none;
}

.dropdown-menu {
    display: block;
    width: 60px !important;
    /* height: 30px; */
    border-radius: 5px;
    background-color: #000;
    /* border: 1px solid #fff; */
    color: #fff;
    margin-top: 10px;
    position: absolute;
    top: 20px;
    left: 0;
    text-align: left;
}

.lanu-item {
    padding: 5px 10px;
}

.lanu-item.active {
    background-color: #fff;
    color: var(--nav-hover-color);
}

.lanu-item:hover {
    background-color: #fff;
    color: var(--nav-hover-color);
    ;
}

.section-title {
    text-align: center;
}

.title-box {
    color: #000;
    font-family: "PingFang SC";
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    line-height: 38px;
}

.first-letter {
    display: inline-block;
    color: var(--accent-color);
}

.svg-border {
    margin: 32px auto 36px;
    height: 2px;
    width: 115px;
    background: #000;
}

.title-desc {
    color: #333;
    text-align: center;
    /* H4 */
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 1159px;
    margin: 0 auto;
}

/* .products-item{
    padding: 0 22px;
} */

.products-item .img-box {
    width: calc(100% - 20px);
    background: #efefef;
    transition: all 0.3s ease-in-out;
    margin: 0 10px;
    position: relative;
}

.pro-more-desc {
    position: absolute;
    bottom: -20px;
    width: 490px;
    height: 383px;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    z-index: 2;
    backdrop-filter: blur(10px);
    /* 添加毛玻璃效果 */
    -webkit-backdrop-filter: blur(10px);
    padding: 36px 40px;
    /* display: none; */
    opacity: 0;
    left: -100%;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.footer .credits a {
    color: #fff;
    margin-left: 20px;
}

.pro-more-desc.right {
    left: auto;
    right: 0;
}

.pro-more-desc-title {
    margin-bottom: 32px;
    color: #333;

    /* H2 */
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pro-more-desc-desc {
    color: #000;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.products-item .img-box .img-box-svg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(247, 247, 247, 0.60);
    font-size: 28px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 3;
}

.products-item:hover .img-box-svg {
    display: flex;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.img-box-svg:hover svg {
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.img-box-svg:hover .pro-more-desc {
    left: calc(100% + 30px);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.img-box-svg:hover .pro-more-desc.right {
    left: auto;
    right: 100%;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.products-item:hover .img-box {
    background-color: #fff;
    border: 1px solid var(--accent-color);
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease-in-out;
}

.products-item:hover .img-box img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.products-item .img-box img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.products-container {
    margin-top: 93px;
}

@media (min-width: 1620px) {

    .products-container,
    .news-container,
    .about-container,
    .footer-container,
    .copyright-container,
    .other-container {
        max-width: 1600px !important;
    }

    .products-detail-page .swiper-button-next {
        right: 250px;
    }

    .products-detail-page .swiper-button-prev {
        left: 250px;
    }
}

#about {
    background-color: #F7F7F7;
}

.products-item-desc {
    color: #666;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 55px;
    position: relative;
}

.products-item-desc-top {
    height: 100px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.products-item-desc-top-active {
    /* display: none; */
    opacity: 0;
    color: var(--accent-color);
    transition: all 0.3s ease-in-out;
    height: 100px;
    position: absolute;
    top: 0;
    pointer-events: none;
}

.products-item-desc-top-active-desc {
    color: #666;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.products-item:hover .products-item-desc-top {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.products-item:hover .products-item-desc-top-active {
    /* display: block; */
    opacity: 1;
    transition: all 0.3s ease-in-out;
    top: 0;
}

.products-item:hover .products-item-desc-top-active-desc {
    width: 110%;
    margin-left: -5%;
}

#about {
    padding-bottom: 75px;
}


.mask {
    z-index: 6;
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -25%;
    /* transform: skew(-26deg); */
    overflow: hidden;
    display: flex;
    justify-content: center;
    transform: skew(15deg);
}

.mask img {
    /* transform: rotate(-26deg); */
    width:100%;
    height: 100%;
    object-fit: cover;
}

.img0 {
    padding-top: 265px;
    padding-left: 162px;
    position: relative;
    transform: skew(-15deg);
    background: #fff;
    width: 45%;
    left: -20%;
}

.imgcursor-desc-box {
    position: absolute;
    z-index: 7;
    top: 50%;
    transform: translateY(-50%);
    left: 160px;
}

.icon-items-box {
    position: absolute;
    bottom: 45px;
    left: 162px;
}

.icon-item {
    display: inline-block;
    width: 11px;
    height: 19px;
    transform: skew(-26deg);
    background-color: #D7D7D7;
    margin-right: 5px;
    cursor: pointer;
}

.icon-item:hover {
    cursor: pointer;
}

.icon-item.active {
    background-color: var(--accent-color);
}

.client-title div {
    text-align: left;
}

.client-title .svg-border {
    margin-left: 55px;
}

.client-title .title-desc {
    max-width: 250px;
    margin-left: 0;
}

.mask span {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    transform: rotate(-26deg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* .img1 {
    left: 32%;
}

.img2 {
    left: 62%;
}

.img3 {
    left: 92%;
} */

/* .img1 span {
    background-image: url("../img/skewbg1.png");
   
}

.img2 span {
    background-image: url("../../public/images/image-fuli-1.png");

}

.img3 span {
    background-image: url("../../public/images/case-imgs1.png");

} */
/* .mask:hover{
    transform: translateX(-100px) skew(-26deg);
    transition: all 0.3s ease-in-out;
} */
.hoveringmask1 {
    /* transform: translateX(-100px) skew(-26deg); */
    transition: all 0.3s ease-in-out;
}

.hoveringmask2 {
    /* transform: translateX(-300px) skew(-26deg); */
    transition: all 0.3s ease-in-out;
}

.hoveringmask3 {
    /* transform: translateX(-500px) skew(-26deg); */
    transition: all 0.3s ease-in-out;
}

.hover-box:hover {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.hover-box {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 7;
  
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: -100%;
    transform: skew(15deg);
}

.hover-box-title {
    color: #FFF;
    text-align: left;

    /* H2 */
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 360px;
}

.hover-box-desc {
    color: #FFF;

    /* H4 */
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
    max-width: 360px;
}

.client-title {}

@media (min-width: 1920px) {
    .map-section {
        /* max-width: 1718px; */
        margin: 0 auto;
    }

    .num-container {
        max-width: 1600px;
        margin: 0 auto;
        width: 1600px;
    }
}

.map-section {
    /* height: 100vh; */
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F7F7F7;
    /* background-image: url("../img/map.png");
    background-size: contain;
    background-position: center;
    background-color: #F7F7F7;
    background-repeat: no-repeat; */
    /* width: ; */
    position: relative;
}

.map-section .section-title {
    padding-top: 100px;
}

.global-img-box1 {
    width: calc(100vw - 196px);
    flex: 1;
    margin: 0 auto;
    position: relative;
}

.global-img-box1 img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
}

@media (min-width: 1620px) {
    /* .map-section {
        max-width: 1718px;
        background-position: 0 150px;
    } */
}

.points-svg-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
}

.points-svg-item {
    position: absolute;
}

.points-svg-item img {
    width: 600% !important;
}

.points-svg-item.active svg path {
    fill: var(--accent-color);
}

.points-svg-item.active svg {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}

.points-svg-item .map-svg {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 20px;
    top: 0%;
    z-index: 1;
}

.points-svg-item.active .map-svg {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 20px;
    top: -300%;
}

/* .svg-item1 {
    position: absolute;
    top: 54vh;
    left: 60vw;
} */
.global-img-box1 .svg-item1 {
    top: 30%;
    left: 20%;
}

.global-img-box1 .svg-item2 {
    top: 35%;
    left: 40%;
}

.global-img-box1 .svg-item3 {
    top: 40%;
    left: 50%;
}

.global-img-box1 .svg-item4 {
    top: 50%;
    left: 50%;
}

.global-img-box1 .svg-item5 {
    top: 40%;
    left: 80%;
}

.global-img-box .svg-item1 {
    top: 30%;
    left: 20%;
}

.global-img-box .svg-item2 {
    top: 35%;
    left: 40%;
}

.global-img-box .svg-item3 {
    top: 40%;
    left: 50%;
}

.global-img-box .svg-item4 {
    top: 50%;
    left: 50%;
}

.global-img-box .svg-item5 {
    top: 40%;
    left: 80%;
}

/* .svg-item2 {
    position: absolute;
    top: 40vh;
    left: 30vw;
}

.svg-item3 {
    position: absolute;
    top: 40vh;
    left: 40vw;
}

.svg-item4 {
    position: absolute;
    top: 43vh;
    left: 45vw;
}

.svg-item5 {
    position: absolute;
    top: 50vh;
    left: 50vw;
} */

.num-container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 102px;
    z-index: 10;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}

.num-item {
    text-align: center;
    padding: 10px 0;
    position: relative;
}

.num-container .col-3 {
    position: relative;
}

.num-container .col-3::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.1);
}

.num-container .col-3:last-child::after {
    content: '';
    display: none;
}

.last-num-item::after {
    display: none;
}

.num-item-box {
    transition: all 0.3s ease-in-out;
}

.num-item-box:hover {
    background-image: url("../img/1.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* 确保伪元素可以定位 */
    z-index: 0;
    /* 确保伪元素在背景图片之下 */
    transition: all 0.3s ease-in-out;
}

.num-item-box:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.2); */
    /* 半透明白色背景 */
    z-index: -1;
    /* 确保伪元素在背景图片之下 */
}

.num-item-box:hover .num-item {
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    /* 确保子元素在伪元素之上 */
    z-index: 1;
    /* 确保子元素在伪元素之上 */
}

.num-item .num-item-title {
    color: #333;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.num-item .num-item-number {
    margin-top: 10px;
    color: #333;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.new-section {
    padding: 75px 0 97px;
}

.new-desc-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 10px;
}

.new-desc-item-top-title {
    color: #333;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.new-desc-item-top-desc {
    margin-top: 5px;
    color: #333;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new-desc-item-bottm {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: end;
}

.more-tag {
    padding: 20px 22px;
    border: 1px solid var(--accent-color);
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    border-radius: 32px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.more-tag:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.more-tag span {
    margin-right: 9px;
}

.new-desc-item-bottm-date {
    color: var(--3, #666);
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-img {
    width: 100%;
    height: 100%;
}

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

.news-container {
    margin-top: 80px;
}

.index-news-container {
    --bs-gutter-x: 2rem;
}

.new-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
}

.new-item .new-item-img {
    width: 100%;
    overflow: hidden;
}

.new-item-img:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.new-item .new-item-img img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.new-item .new-item-desc {
    color: #333;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new-item-date {
    color: var(--3, #666);
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-section {
    height: 79vh;
    position: relative;
}

.about-section .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.about-section .bg .photo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-section .bg .photo .pic {
    background-image: url("../../public/images/contact-top.png");
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed;
    background-repeat: no-repeat; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-section .mk {
    z-index: 6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50%;
}

.about-section .mk span {
    background-color: #F7F7F7;
    transform: skew(-29deg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-container {
    z-index: 10;
    position: relative;
    padding-top: 241px;
}

.about-container .svg-border {
    margin-left: 0;
}

.about-container .more-tag {
    margin-top: 60px;
}

.solution-section {
    padding: 0;
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
}

.solution-container {
    width: 100vw;
    margin-top: 36px;
    /* height: calc(100vh - 286px); */
    position: relative;
}

.solution-container .row {
    height: 100%;
}


.solution-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.solution-item:hover {
    z-index: 1;
    /* overflow: visible; */
    cursor: pointer;
    /* background-color: rgba(0, 0, 0, 0.6); */
}

.solution-item img {
    pointer-events: none;
    height: auto;
 
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.solution-item .hidden {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.solution-item-desc {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding-top: 30%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    transition: 1s;
}

.solution-index .solution-item-desc {
    padding-top: 40%;
}

.solution-item-box {
    max-width: 264px;
    margin: 0 auto;
}

.solution-item-num {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 60px;
}

.solution-item-title {
    color: #FFF;
    text-align: left;

    /* H2 */
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 16px;
}

.solution-item-text {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.solution-item:hover .solution-item-desc {
    background-color: rgba(0, 0, 0, 0.6);
    transition: 1s;
}

.solution-item:hover .solution-item-text {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

/* .solution-item:hover img {
    opacity: 0;
} */
.footer-links-box {
    /* flex: 1; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 64px;
}

.to-more-box {
    margin-top: 40px;
    text-align: center;
}

.solution-row {
    display: flex;
    /* gap: 1px; */
    flex-direction: row;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
}

.solution-col {
    flex: 1;
    display: contents;
}

.solution-container .solution-bgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.solution-section .section-title {
    padding-top: 100px;
}

.solution-bg-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.solution-bg-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all 1s ease-in-out;
}

.showbg-item {
    opacity: 1 !important;
    transition: all 1s ease-in-out;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.footer-top-left {
    max-width: 320px;
}

.footer-contact {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: start;
}

.footer-contact-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 70px;
}

.footer-contact p {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0 !important;
}

.footer-top-right {
    max-width: 1085px;
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 64px;
    justify-content: end;
    /* --bs-gutter-x: 4rem; */
}

@media (min-width: 1620px) {
    .footer-links {
        width: 128px;
    }

    .footer-top-right {
        width: 1085px;
    }

    .copyright-container {
        max-width: 16000px;
    }
}

@media (max-width: 1200px) {
    .footer-container {
        flex-direction: column;
    }

    .num-container {
        /* bottom: 20px; */
    }

    .num-item .num-item-title {
        font-size: 1.25rem;
    }

    .hover-box-title {
        font-size: 1.25rem;
    }

    .hover-box-desc {
        font-size: 14px;
    }

    .products-item-desc {
        font-size: 1.2rem;
    }
}

.footer .footer-links ul a:hover {
    color: #FFF;
    text-decoration: underline;
}

.copyright-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px 0 27px;
}

.footer .copyright {
    padding: 0 !important;
    width: 100%;
    margin-top: 13px;
}

.copyright-text {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.credits {
    color: #FFF;
    text-align: right;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 100% */
}

.credits span {
    margin-left: 20px;
}

.footer .footer-links ul a {
    color: rgba(255, 255, 255, 0.60);

    /* H4 */
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.other-container {
    display: flex;
    flex-direction: row;
    gap: 78px;
}

.pro-filter {
    width: 262px;
}

.filter-title {
    color: #000;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 100% */
    margin-bottom: 20px;
}

.filter-item,
.filter-item-child {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    margin-bottom: 16px;
    padding: 16px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.filter-item-title {
    color: #000;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.filter-item-check {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.filter-section {
    padding-top: 100px;
}

.filter-item.active,
.filter-item-child.active {
    border: 1px solid var(--accent-color);
}

.filter-item.active .filter-item-title {
    color: var(--accent-color);
}

.filter-item-child.active .filter-item-title {
    color: var(--accent-color);
}

.filter-item.active .filter-item-check {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.filter-item-child.active .filter-item-check {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.filter-item:hover {
    cursor: pointer;
    border: 1px solid var(--accent-color);
}

.filter-item:hover .filter-item-title {
    color: var(--accent-color);
}

.filter-item:hover .filter-item-check {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.products-page .products-item-desc {
    margin-top: 24px;
}

.products-page .products-item-desc-top-active {
    width: 100%;
}

.products-page .products-item-desc-top-active-desc {
    margin-top: 8px;
}

.products-item {
    cursor: pointer;
}

.page-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.page-box-item {
    padding: 0 10px;
    color: #666;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.page-box-item.active {
    color: var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
}

.other-container .products-item .img-box {
    width: 100%;
    margin: 0;
}

.page-svg {
    padding: 0;
    cursor: pointer;
}

.page-svg:hover svg path {
    fill: var(--accent-color);
}

.input-box {
    width: 100%;
    position: relative;
    /* max-width: 1200px; */
}

.search-input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    display: block;
    margin: 0 auto;
    color: #000;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px 20px;
}

.search-page-icon {
    position: absolute;
    right: 20px;
    top: 18px;
}

.search-page {
    background-color: #fff;
}

.choice-containe {
    padding-top: 60px;
}

.choice-containe .solution-bgs {
    top: 60px;
    max-height: 650px;
}

.choice-containe .solution-row {
    max-height: 650px;
    text-align: center;
}

.choice-containe .solution-row .top-border,
.bottom-border {
    width: 44px;
    height: 2px;
    background: #FFF;
    margin: 0 auto;
}

.choice-containe .solution-item-box .h-105 {
    height: 105px;
}

.choice-containe .solution-row .middle-title {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 20px 0;
}

.choice-containe .solution-row .botttom-desc {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 74px;
}

.choice-containe .solution-row .solution-col:hover .top-border {
    background: var(--accent-color);
}

.choice-containe .solution-row .solution-col:hover .bottom-border {
    background: var(--accent-color);
}

.choice-containe .solution-row .solution-item:hover .solution-item-desc {
    background-color: rgba(0, 0, 0, 0.4);
    transition: 1s;
}

.join-page .solution-section {
    height: auto;
}


@media (min-width: 1500px) {
    .join-container {
        max-width: 1440px;
    }
}

.story-box {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.story-box-left {
    max-width: 530px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.story-box-right {
    flex: 1;
}

.story-box-right img {
    width: 100%;
}

.story-box-title {
    color: #000;
    font-family: "PingFang SC";
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.story-box-desc {
    color: #000;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 40px;
}

.join-page .icon-items-box {
    position: relative;
    bottom: auto;
    left: auto;
}

.fuli-con img {
    width: 100%;
}

.fuli-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fuli-box .row {
    --bs-gutter-x: 1.25rem;
}

.fuli-con {
    --bs-gutter-x: 1.25rem;
}

.fuli-item {
    position: relative;
    cursor: pointer;
}

.fuli-item:hover .fuli-item-desc-title {
    color: var(--accent-color);
}

.fuli-item img {
    width: 100%;
}

.fuli-item .fuli-item-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 30px 40px 26px;
}

.fuli-item-2 .fuli-item-desc {
    padding: 20px;
}

.fuli-item .fuli-item-desc-title {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.fuli-item .fuli-item-desc-detail {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 20px;
}

.culture-section {
    padding: 100px 0 178px;
}

.video-section {
    padding: 0;
    /* height: 100vh; */
    background-color: #fff;
    position: relative;
    /* background-image: url("../../public/images/audio-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

.video-section video {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
}

.video-desc {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    flex-direction: column;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.video-desc-title {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.video-desc-big-title {
    color: #FFF;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.video-desc-slogen {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 38px;
}

.video-desc-btn {
    cursor: pointer;
}

.join-box {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: end;
    align-items: center;
    overflow: hidden;
    transform: skew(-30deg);
}

.join-box.right {
    justify-content: start;
}

.join-box-title {
    color: #FFF;

    /* H2 */
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.join-box-desc {
    color: #FFF;

    /* H4 */
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.join-mask {
    /* overflow: hidden; */
    position: absolute;
    width: 100%;
    height: 100%;
    /* left: -41%; */
    /* transform: skew(-30deg); */
    background: rgba(0, 0, 0, 0.4);
}

.join-mask .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
}

.join-mask .bg .pic {
    background-image: url("../../public/images/joinbg1.png");
    background-size: contain;
    background-position: center;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 40%;
    transform: skew(30deg);
    z-index: -1;
}

.join-mask .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skew(30deg);
    margin-left: -20%;
}

.join-mask .bg img.left-bg {
    margin-left: 20%;
}

.join-mask .bg .img-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;

}

.join-mask .bg img.left-bg {
    margin-left: 20%;
}


.join-box.right .join-mask .bg .pic {
    background-image: url("../../public/images/joinbg2.png");
    left: -18%;
}

.join-box.right .join-mask {
    /* left: -25%; */
}

.join-box-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 80px;
    fill: rgba(0, 0, 0, 0.40);
    cursor: pointer;
    transform: skew(30deg);
    max-width: 560px;
    text-align: left;
}

.join-box-title {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}

.join-box-desc {
    color: #FFF;

    /* H4 */
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.join-detail-page .other-hero .bg .photo .pic {
    background-image: url("../../public/images/join-de-hero.png");
    background-position: 0px 80px;
    background-size: auto 500px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.key-input-box {
    position: relative;
    max-width: 800px;
}

@media (min-width: 1200px) {
    .key-input-box {
        width: 800px;
    }

    .footer-links {
        padding: 0;
    }
}

.key-input {
    height: 60px;
    min-height: var(--height-56, 56px);
    padding: 18px 201px 18px 59px;
    border-radius: 30px;
    width: 100%;
}

.key-input-button {
    display: flex;
    width: 149px;
    min-width: var(--width-80, 80px);
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 30px;
    background: var(--accent-color);
    color: #FFF;
    text-align: center;
    font-family: "PingFang SC";
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-23_98, 23.98px);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
}

.key-input-icon {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}



.join-container-con {
    margin-top: 127px;
    display: flex;
    flex-direction: row;
    gap: 80px;
}

.join-container-con-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.join-container-con-left-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0 13px;
    border-bottom: 1px solid #F7F7F7;
}

.join-container-con-left-title-text {
    color: #000;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
}

.con-left-top-clear-filter-btn {
    color: #E95412;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
}

.join-filter-item {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.join-filter-item-title-text {
    color: #000;
    font-family: "PingFang SC";
    font-size: var(--font-size-18, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 23.4px */
}

.join-filter-item-content {
    display: flex;
    flex-direction: column;
}

.join-filter-item-content-item {
    display: flex;
    height: 48px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.join-filter-item-content-item input {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #666;
    background: #FFF;
}

/* 隐藏默认的复选框 */
.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

/* 创建自定义的复选框样式 */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 24px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    /* font-size: 1rem; */
    user-select: none;
    display: flex;
    height: 48px;
    align-items: center;
    /* gap: 8px; */
    align-self: stretch;
    color: #000;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}

/* 创建一个伪元素来表示复选框 */
.custom-checkbox .checkmark {
    position: absolute;
    top: 16px;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    border: 1px solid #666;
    background: #FFF;
}

/* 当复选框被选中时，改变伪元素的背景颜色 */
.custom-checkbox input[type="checkbox"]:checked~.checkmark {
    background-image: url("../../public/images/checkbox.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

/* 创建一个伪元素来表示选中的勾 */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* 当复选框被选中时，显示伪元素的勾 */
/* .custom-checkbox input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
  } */

/* 样式化勾 */
/* .custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  } */

.join-container-con-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
}

.join-container-con-right-title {
    color: #000;
    font-family: "PingFang SC";
    font-size: 29.766px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    /* 120.945% */
}

.job-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px 16px;
    border-radius: 16px;
    border: 1px solid #000;
    transition: all 0.5s ease-in-out;
    max-height: 500px;
}

.job-item.active {
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
}

.job-item-top-name {
    display: flex;
    height: 36px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.job-item-top-name-text {
    color: #000;
    font-family: "PingFang SC";
    font-size: 19.844px;
    font-style: normal;
    font-weight: 500;
}

.job-item-top-name-btn {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #C7C7C7;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.job-item-top-name-btn::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 10px;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg) translateY(24%);
}

/* .job-item-top-name-btn:hover {
    background: var(--accent-color);
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
} */
.job-item-top-name-btn.active {
    background: var(--accent-color);
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

.job-item-top-tag {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
}

.border-tag {
    width: 1px;
    height: 12px;
    background-color: #DDD;
    ;
}

.job-item-top-tag-item {
    color: #666;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-24, 24px);
    /* 150% */
}

.job-item-top-tag-item.first-tag {
    color: var(--accent-color);
    border-radius: 2px;
    background: rgba(233, 84, 18, 0.10);
    padding: 0 4px;
}

.job-item-desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.job-item-desc2 {
    display: none;
    transition: all 0.3s ease-in-out;
}

.job-item-desc-title {
    color: #000;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 20.8px */
}

.job-item-desc-content-item {
    color: #000;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 25.2px */
}

.job-item-bottom {
    display: none;
}

.send-btn {
    width: 126px;
    height: 50px;
    background-color: var(--accent-color);
    border-radius: 30PX;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    gap: 12px;
}

.job-item.active .job-item-desc2 {
    display: flex;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.job-item.active .job-item-bottom {
    display: block;
    transition: all 0.3s ease-in-out;
}


.news-page .other-hero .bg .photo .pic {
    background-image: url("../../public/images/news-hero.png");
    background-position: 0px 80px;
    background-size: auto 500px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    align-items: stretch;
}

.news-page .news-top .news-top-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    justify-content: space-between;
}

.news-page .news-top .news-top-right {
    flex: 1;
}

.news-page .news-top .news-top-left .fuli-item-desc {
    backdrop-filter: blur(0);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 24px;
}

.news-page .news-top .news-top-left .fuli-item-desc .fuli-item-desc-detail {
    margin-top: 16px;
}



.pro-news-item {
    cursor: pointer;
}

.pro-news-item:hover .pro-news-item-desc {
    color: var(--accent-color);
}

.pro-news-item-desc {
    color: #000;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    display: flex;
    align-items: center;
}

.pro-news-item-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pro-news-item img {
    height: 144px;
    object-fit: cover;
}

.news-top-titles {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.news-page .news-top-titles .section-title {
    padding: 0;
}

.news-top-titles .section-title .title-box {
    text-align: left;
}

.news-top-titles .section-title .svg-border {
    margin: 32px 0 32px;
}

.pro-news-item.row {
    --bs-gutter-x: 1.25rem;
}

.section-title2 {
    padding-left: 0px !important;
}

.new-page-box {
    margin-top: 40px;
    display: flex;
    justify-content: end;
}

.news-top-section {
    padding: 100px 0 0;
}

.news-bottom {
    display: flex;
    flex-direction: row;
    gap: 19px;
}

.news-bottom-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 107px;
    cursor: pointer;
    flex: 1;
}

.news-bottom-left-top img {
    width: 100%;
}

.news-bottom-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 107px; */
    cursor: pointer;
    flex: 1;
}

@media (min-width: 1500px) {
    .news-bottom-left {
        max-width: 730px;
    }
}

.news-bottom-left-title {
    color: #000;

    /* H2 */
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 40px;
}

.news-bottom-left-desc {
    color: #000;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    margin-top: 16px;
}

.news-bottom-left-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}

.news-bottom-left-bottom-date {
    color: #666;

    /* 辅助正文 */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-bottom-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
}

.news-bottom-left-row {
    --bs-gutter-y: 2.2rem;
}

.news-bottom-left-bottom-icon svg {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.news-bottom-left:hover .news-bottom-left-title {
    color: var(--accent-color);
}

.news-bottom-item:hover .news-bottom-left-desc {
    color: var(--accent-color);
}

.news-bottom-left:hover .news-bottom-left-bottom-icon svg {
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.news-bottom-item:hover .news-bottom-left-bottom-icon svg {
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.news-detail-title {
    color: #000;
    font-family: "PingFang SC";
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (min-width: 1400px) {

    .search-container,
    .news-detail-container {
        max-width: 1200px;
        padding: 0;
    }
}

@media (max-width: 1500px) {
    .num-container {
        /* bottom: 20px; */
        padding: 30px;
    }

    .num-item .num-item-number {
        font-size: 44px;
    }

    /* .map-section .svg-item2 {
        top: 47vh;
    }

    .map-section .svg-item3 {
        top: 50vh;
    } */
}

.news-detail-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D8D9DC;
}

.news-detail-date-left {
    color: #666;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    /* 100% */
}

.news-detail-date-right-icon {
    cursor: pointer;
}

.news-detail-date-right-icon:hover svg path {
    fill: var(--accent-color);
}

.right-icon1 {
    display: inline-block;
    margin: 0 14px 0 10px;
}

.news-detail-date {
    padding: 32px 0 34px;
}

.new-detail-con {
    padding: 60px 0 86px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.new-detail-con-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.new-detail-con-desc * {
    max-width: 100%;
    height: auto !important;
    font-family: inherit !important;
}

.news-detail-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.new-detail-con-desc {
    color: #333;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.detail-page-btn {
    color: #000;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 100% */
    letter-spacing: -0.1px;
    cursor: pointer;
}

.detail-page-btn.active {
    color: var(--accent-color);
}

.news-detail-bottom-left,
.news-detail-bottom-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 4px;
}

.back-btn {
    cursor: pointer;
    color: #666;

    /* H4 */
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 37px;
}

.news-detail-bottom-box:hover .detail-page-btn {
    color: var(--accent-color);
}

.news-detail-bottom-box:hover svg path {
    stroke: var(--accent-color);
}

.search-res-total {
    color: var(--3, #666);

    /* H5辅助文字 */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 33px;
}

.no-search-res {
    color: #000;

    /* H2 */
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 12px;
}

.search-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.search-res-pro {
    margin: 40px 0 60px;
}

.search-res-pro-item {
    display: flex;
    flex-direction: row;
    gap: 41px;
    align-items: center;
}

@media (min-width: 1000px) {
    .search-res-pro-item-img {
        width: 271px;
    }



  
}

@media (max-width: 1000px) {
    .num-container .col-3::after{
        background-color: transparent !important;
    }
}

.search-res-pro-item-img img {
    width: 100%;
}

.search-res-pro-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.search-res-pro-item-title {
    color: #000;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 32px 0 20px;
}

.search-res-pro-item-desc {
    color: #333;

    /* H4 */
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 33px;
}

.search-res-pro-item-btn {
    width: 174px;
    height: 50px;
    /* background-color: var(--accent-color); */
    border: 4px solid var(--accent-color);
    overflow: hidden;
    color: var(--accent-color);
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 32px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}


.search-res-pro-item-btn:hover {
    background: var(--accent-color);
    color: #fff;
}

.search-res-pro-item-btn:hover svg path {
    fill: #fff;
}

.search-res-news-item {
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    ;
}

.search-res-news-item-right-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.search-res-news-item-right-top-title {
    color: #000;
    font-family: "PingFang SC";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.search-res-news-item-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.search-res-news {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 53px;
}

.products-detail-page .other-hero .mk {
    left: 54%;
    right: auto;
}

.products-detail-page .other-hero .bg .photo .pic {
    background-image: url("../../public/images/pro-detail.png");
}

.detail-top-con {
    display: flex;
    /* width: 50%; */
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10;
    max-width: 600px;
}

.detail-top-title {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    width: 100%;
}

.detail-top-desc {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;

}

.products-detail-page .detail-top-container {
    height: 100%;
    padding: 0;
    justify-content: end;
}

.pro-property {
    background-image: url("../../public/images/pro-detail-hero-bg.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0 0;
}

@media (max-width: 1400px) {

    .pro-property {

        background-position: bottom;
    }

    .footer-links-box {
        flex: 1;
        gap: 10px;
    }

    .footer-top-right {
        gap: 10px !important;
    }

}

.soft-detail-page .other-hero .bg .photo .pic {
    background-image: url("../../public/images/soft-hero.png");
}

.soft-tab {
    display: flex;
    flex-direction: row;
    gap: 70px;
    justify-content: center;
    border-bottom: 1px solid #E9E9E9;
    width: 100%;
}

.soft-tab-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    cursor: pointer;
}


.soft-tab-item-title {
    color: #000;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.soft-tab-item-border {
    width: 76px;
    height: 4px;
    background: #E95412;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.soft-tab-item.active .soft-tab-item-title {
    color: var(--accent-color);
}

.soft-tab-item.active .soft-tab-item-border {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.soft-top-section {
    padding: 50px 0 0;
    background-color: #fff;
}

.soft-top-section .other-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.soft-tab-content {
    max-height: 713px;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 1400px) {
    .soft-tab-content {
        width: 998px;
    }
}

.soft-card-section {
    padding: 80px 0;
    background-color: #F7F7F7;
}

.soft-card {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 40px;
    padding-left: 32px;
    background-color: #fff;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.soft-card:hover {
    transform: rotate(-5deg);
    transition: all 0.3s ease-in-out;
    background: #E95412;
    background-image: url("../../public/svg/cardbg.svg");
    background-position: 0 16px;
    background-repeat: no-repeat;
}

.soft-card-top {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.soft-card-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.soft-card-bottom .soft-card-bottom-title {
    color: #000;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.soft-card-bottom-desc {
    color: #666;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.soft-card-section .join-container {
    margin-top: 80px;
}

.soft-card-bottom-border {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.soft-card:hover .soft-card-bottom-title {
    color: #fff;
}

.soft-card:hover .soft-card-bottom-desc {
    color: #fff;
}

.soft-card:hover .soft-card-bottom-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.soft-card:hover .soft-card-top svg path {
    fill: #fff;
}

.soft-card-section .join-container .row {
    --bs-gutter-x: 3.38rem;
    --bs-gutter-y: 3.45rem;
}

.screen-section {
    padding: 90px 0 170px;
}

.soft-detail-page .svg-border {
    margin: 17px auto 0;
}

.screen-box {
    margin-top: 60px;
}

.screen-box img {
    width: 100%;
}

.screen-desc {
    margin-top: 30px;
    color: #000;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.case-page .other-hero .bg .photo .pic {
    background-image: url("../../public/images/case-top.png");
}

.case-page .other-container {
    gap: 70px;
}

.filter-item-child {
    margin-left: 20px;
    display: none;
    height: 0;
    opacity: 1;
}

.filter-item-box {
    transition: max-height 0.3s ease-in-out;
    max-height: 55px;
    /* 默认最大高度，即折叠状态下的高度 */
}

.filter-item-box.active {
    max-height: 500px;
    /* 展开状态下的最大高度，根据内容调整这个值 */
    transition: max-height 0.3s ease-in-out;
    /* transition: max-height 0.3s ease; */
}

.filter-item-box.active .filter-item svg {
    transform: rotate(180deg);
}

.filter-item-box.active .filter-item svg path {
    fill: var(--accent-color);
}

.filter-item-box.active .filter-item-child {
    display: flex;
    height: auto;
    opacity: 1;
    /* transition: all 0.3s ease-in-out; */
}

.softs-item {
    padding: 5px;
    cursor: pointer;
    transition: border 0.3s ease-in-out;
}

.softs-item:hover {
    border: 1px solid #E95412;
    background: #FFF;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.10);
    transition: border 0.3s ease-in-out;
}

.softs-item:hover img {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.soft-item-img {
    width: 100%;
    overflow: hidden;
}

.soft-item-img img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.soft-item-desc {
    margin-top: 20px;
}

.soft-item-desc-title {
    color: #000;

    /* H2 */
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

.soft-item-desc-det {
    color: #000;

    /* H5辅助文字 */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.soft-item-desc-more {
    color: var(--3, #666);

    /* H5辅助文字 */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.case-detail-page .other-hero .bg .photo .pic {
    background-image: url("../../public/images/cy.png");
}

.case-detail-page .detail-top-desc {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.deal-page .other-hero .bg .photo .pic {
    background-image: url("../../public/images/deal-top.png");
}

.deal-desc-container {
    margin-top: 50px;
}

.deal-point-section {
    padding: 68px 0 150px;
}

.deal-bg.row {
    --bs-gutter-x: 4rem;
    align-items: center;
}

.deal-bg img {
    width: 100%;
}

.point-item {
    background: #F7F7F7;
    padding: 88px 46px 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.point-item-title {
    color: #000;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 50px;
    margin-bottom: 20px;
}

.point-item-desc {
    color: #55565A;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.deal-point-row.row {
    --bs-gutter-x: 3.5rem;
    align-items: stretch;
}

.deal-point-section .join-container {
    margin-top: 60px;
}

.svgs-section {
    padding: 0;
    background-image: url("../../public/images/svgs-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.svgs-section .svgs-container {
    margin-top: 63px;
}

.svgs-section .title-box {
    color: #fff;
}

.svgs-section .svg-border {
    background: #fff;
}

.svgs-section .mask-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    padding: 60px 0 100px;
}

.svg-desc {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 30px;
}
.svg-desc-content{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin-top: 15px;
    padding: 0 15zpx;
}

.svg-item {
    text-align: center;
}

.function-section {
    padding: 100px 0 120px;
}

.fun-bg.row {
    --bs-gutter-x: 0;
    align-items: center;
}

.fun-bg .case-bg-left-title {
    color: #000;
    font-family: "PingFang SC";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fun-bg .case-bg-left-desc {
    color: #000;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
}

.fun-bg .case-bg-left {
    padding: 60px 80px;
    gap: 0;
    align-items: start;
    background: #F7F7F7;
    justify-content: space-between;
}

.seemore-btn {
    width: 172px;
    height: 56px;
    border: 4px solid var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    gap: 8px;
    cursor: pointer;
    margin-top: 27px;
}

.seemore-btn:hover {
    background: var(--accent-color);
    color: #fff;
}

.seemore-btn:hover svg path {
    fill: #fff;
}

.fun-bg {
    display: flex;
    gap: 0;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
}

.fun-bg-item {
    flex: 1;
}

.fun-bg-item .case-bg-left {
    height: 100%;
}

.fun-bg-item img {
    width: 100%;
    height: 100%;
}

.contact-page .other-hero .bg .photo .pic {
    background-image: url("../../public/images/contact-top.png");
}

.map-flex-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    gap: 88px;
}

.map-box-left {
    width: 920px;
}

.map-box-left img {
    width: 100%;
    height: 100%;
}

.map-box-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    justify-content: center;
}

.map-box-right-item {
    display: flex;
    flex-direction: row;
    align-items: start;
    width: 100%;
    gap: 27px;
}

.map-box-right-item-right-top {
    color: #000;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 30.38px;
    /* 126.583% */
}

.map-box-right-item-right-bottom {
    color: #333;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-top: 12px;
}

.location-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.location-item-img {
    width: 100%;
}

.location-item-img img {
    width: 100%;
}

.location-item-content {
    padding: 48px 40px 72px;
    text-align: center;
    background: #F7F7F7;
    max-height: 275px;
    width: 100%;
    min-height: 275px;
}

.location-item-content-title {
    margin-bottom: 28px;
    color: #000;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.location-item-content-desc {
    color: #000;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.location-item-content-desc * {
    font-family: inherit !important;
}

.location-row.row {
    --bs-gutter-x: 2.5rem;
}

.cont-map-section {
    padding-top: 120px;
}

.location-section {
    padding: 0 0 59px;
}

.cont-form-box {
    margin-top: 60px;
    width: 100%;
    padding: 100px 0;
    background-image: url("../../public/images/form-bg.png");
}

.cont-form-container {
    padding: 60px 80px 96px;
    background-color: #fff;
    border-radius: 20px;
}

.form-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.form-item-label {
    color: #000;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-item-input {
    width: 100%;
}

.form-item-input input,
.custom-select {
    width: 100%;
    height: 52px;
    border-radius: 26px;
    padding-left: 26px;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.form-item-input select {
    width: 100%;
    height: 52px;
    border-radius: 26px;
    padding-left: 26px;
    padding-right: 32px;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.form-item-input textarea {
    width: 100%;
    border-radius: 10px;
    padding: 18px 26px;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.form-row.row {
    --bs-gutter-x: 4.3rem;
    --bs-gutter-y: 2.8rem;
    margin-bottom: 40px;
}

.form-section {
    padding-bottom: 0;
}

.see-more-btn {
    width: 202px;
    height: 56px;
    border-radius: 32px;
    /* background: var(--accent-color); */
    border: 4px solid var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 12px;
    color: var(--accent-color);
}

.see-more-btn span {
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    /* line-height: 16px; */
    /* 100% */
    text-transform: capitalize;
}

.see-more-btn:hover {
    background: var(--accent-color);
    color: #fff;
}

.see-more-btn:hover svg path {
    fill: #fff;
}

@media (min-width: 1400px) {
    .cont-form-container {
        max-width: 1240px;
    }
}

.pro-property .other-container {
    flex-direction: column;
}

.pro-property .soft-tab-item {
    min-width: 100px;
}

.pro-property .soft-tab-item-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pro-property .soft-tab {
    overflow-x: auto;
    /* width: 100%; */
    /* gap: 10px; */
}

.pro-property-show {
    display: flex;
    flex-direction: row;
    gap: 107px;
}

.angle-item-box {
    margin-top: 85px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.angle-item {
    width: 110px;
    height: 110px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.angle-item.active {
    border: 1px solid var(--accent-color);
}

.angle-item img {
    max-width: 100%;
    max-height: 100%;
}

.show-right-title {
    color: #222;
    font-family: "PingFang SC";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 60px;
}

.show-property-item {
    margin-bottom: 70px;

}

.show-property-item .show-property-item-title {
    color: var(--color-grey-13, #222);
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 28px;
}

.show-property-item .show-property-item-con {
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-content: space-between;
}

.show-property-item-con-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    /* width: 33.33%; */
}

.show-property-item-con-item-right {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.show-property-item-con-item-title {
    color: var(--color-grey-40, #666);
    font-family: "PingFang SC";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-wrap: nowrap;
}

.show-property-item-con-item-desc {
    color: #333;
    font-family: "PingFang SC";
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    text-wrap: nowrap;
    /* 100% */
}

.show-property-app-title {
    color: var(--color-grey-13, #222);
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.show-property-app-con {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin-top: 28px;
}

.show-property-app-con-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: center;
    flex: 1;
    max-width: 110px;
}

.download-btn {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 215px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 25px;
    background: #E95412;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-direction: row;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.download-btn:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.pro-property-show {
    padding: 67px 0 86px;
}

.pro-goods-section {
    padding: 80px 0 74px;
    background: #F7F7F7;
}

.pro-goods-item {
    height: 100%;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.pro-goods-item-svg-box {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-goods-item-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.pro-goods-item-title {
    color: #000;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pro-goods-item-desc {
    color: #666;

    /* H4 */
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 18px;
}

.pro-goods-item:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.pro-goods-item:hover .pro-goods-item-svg-box svg path {
    fill: var(--accent-color)
}

.pro-goods-item:hover .pro-goods-item-title {
    color: var(--accent-color);
}

.pro-goods-item:hover .pro-goods-item-desc {
    color: var(--accent-color);
}

.pro-goods-row.row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 1.5rem !important;
    justify-content: center;
    align-items: stretch;
}

.pro-use-section {
    padding: 100px 0 60px;
}

.pro-use-section .swiper-container-box {
    height: 459px;
    position: relative;
    width: 100%;
}

.pro-use-section .swiper-container {
    width: 100%;
    height: 100%;
}

.pro-use-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: gold;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro-numbs-section {
    padding: 100px 0 60px;
}

.pro-numbs-item-left-title {
    color: #000;
    font-family: "PingFang SC";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pro-numbs-item-left-content {
    color: #333;

    /* H4 */
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.pro-numbs-item {
    display: flex;
    gap: 54px;
    flex-direction: row;
}

.pro-numbs-item-right {
    flex: 1;
}

.pro-numbs-item-right-content table {
    width: 100%;
}

.pro-numbs-item-right-content table tr {
    height: 60px;
}

.pro-numbs-item-right-content table tr:nth-child(n) {
    background: #F7F7F7;
}

.pro-numbs-item-right-content table tr:nth-child(2n) {
    background: #fff;
}

.pro-numbs-item-right-content table tr th {
    width: 50%;
}

.pro-numbs-item-right-content table tr th:first-child {
    color: #333;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    /* 24px */
    padding-left: 20%;
}

.pro-numbs-item-right-content table tr th:last-child {
    color: #333;
    font-family: "PingFang SC";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 60px;
    /* 24px */
    padding-left: 10%;
}

.about-page .other-hero .bg .photo .pic {
    background-image: url("../../public/images/about-top.png");
}

.about-num {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: stretch;
}

.about-num-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 478px;
}

.about-num-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
}

.about-num-list-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.about-num-list-item-title {
    color: #2C2C2C;
    font-family: "PingFang SC";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

.about-num-left .section-title .title-box {
    text-align: left;
}

.about-num-list-item-desc {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 8px;
    margin-bottom: 32px;
}

.about-num-list-item-desc-num {
    color: #000;
    font-family: "PingFang SC";
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    /* 100% */
}

.about-num-list-item-desc-con {
    color: #666;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 100% */
}

.about-num-right {
    flex: 1;
}

.about-num-right-desc {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-num-right-pic {
    margin-top: 18px;
}

.about-num-right-pic img {
    width: 100%;
}

.global-img-section {
    padding: 72px 0 40px;
    position: relative;
    /* height: calc(100vh - 82px); */
    background: #F7F7F7;
}

.global-img-box {
    /* position: absolute;
    top: 0;
    left: 98px; */
    /* height: 100%; */
    width: calc(100vw - 196px);
    margin: 0 auto;
    position: relative;
}

.global-img-box img {
    width: 100%;
    /* height: 100%; */
}

@media(max-width: 1808px) {
    .global-img-box img {
        object-fit: cover;
    }
}

.global-img-desc {
    height: calc(100% - 104px);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: absolute;
    left: 142px;
    bottom: 64px;
}

.global-img-desc-title .title-box {
    text-align: left;
}

.global-img-desc-con {
    max-width: 627px;
    color: #000;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 40px;
}

.paper-img-section {
    padding: 100px 0 85px;
}

.paper-img-box {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: center;
    margin-top: 60px;
    /* overflow: hidden;
    overflow-x: auto; */
    position: relative;

    /* overflow-x: auto; */
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.paper-img-box-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.paper-img-box-item img {
    width: 100%;
}

.paper-img-box-item-pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.paper-img-box-item-pic img {
    width: 300px;
    position: relative;
    z-index: 2;
}

.paper-img-box-item-pic-bg1 {
    z-index: 1;
    position: absolute;
    background: #E6E6E6;
    transform: skew(-4deg) rotate(4deg);
}

.paper-img-box-item-pic-bg2 {
    z-index: 0;
    position: absolute;
    background: #F6F6F6;
    transform: skew(-8deg) rotate(8deg);
}

.pic1 .paper-img-box-item-pic-bg1 {
    inset: 20px;
}

.pic1 .paper-img-box-item-pic-bg2 {
    inset: 30px;
}

.pic2 .paper-img-box-item-pic-bg1 {
    inset: 5px;
}

.pic2 .paper-img-box-item-pic-bg2 {
    inset: 5px;
}

.team-section {
    padding: 100px 0 35px;
}

.team-section .join-container {
    margin-top: 60px;
}

.team-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.team-item-pic {
    width: 100%;
}

.team-item-pic img {
    width: 100%;
}

.team-item-desc {
    color: #000;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.team-row.row {
    --bs-gutter-x: 1.7rem;
    --bs-gutter-y: 4rem;
}

.history-section {
    padding: 100px 0 70px;
    background: #F7F7F7;
    ;
}

.history-section .join-container {
    margin-top: 69px;
}

/* .history-item {
    display: flex;
    flex-direction: row;
    gap: 42px;
} */
.liwrap {
    display: flex;
    flex-direction: row;
    gap: 42px;
    /* align-items: stretch; */
    min-height: 161px;
}

.point {
    width: 1px;
    background: rgba(0, 0, 0, 0.20);
    ;
    position: relative;
}

.point b {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #999;
    position: absolute;
    left: -9px;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.history-item-right-item .histt {
    color: #000;

    /* H2 */
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.history-item-right-item .hisct {
    color: #666;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 18px;
    padding-bottom: 20px;
}

.liright {
    flex: 1;
}

.lileft .year {
    color: #000;
    font-family: "PingFang SC";
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.lileft {
    transform: translateY(-24px);
    width: 82px;
}

.liwrap:hover {
    cursor: pointer;
}

.liwrap:hover .point {
    background-color: var(--accent-color);
}

.liwrap:hover .point b {
    background-color: var(--accent-color);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: -12px;
}

.liwrap:hover .histt {
    color: var(--accent-color);
}

.history-con {
    max-height: 710px;
    overflow: hidden;
    overflow-y: auto;
}

/* .liright .row{
    --bs-gutter-y: 2rem;
} */

.fixed-pro-bg {
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /* background-color: rgba(0, 0, 0, 0.40); */
    opacity: 0;
    transform: translateY(-200%);
    /* display: none; */
}

.fixed-pro-top {
    background: #fff;
    padding: 60px 0;
    /* position: relative; */
}

.pro-type-box {
    display: flex;
    flex-direction: row;
    gap: 80px;
    width: 100%;
}

.pro-type-item-list {
    display: flex;
    flex-direction: column;
    gap: 54px;
    flex: 1;
}

.pro-type-item-list-title {
    color: #000;
    text-align: left;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 100% */
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.pro-type-item-list-con {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pro-type-item {
    display: flex;
    flex-direction: row;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    max-width: 290px;
    height: 54px;
    cursor: pointer;
}

.pro-type-item:hover {
    border-radius: 8px;
    background: #F7F7F7;
    color: var(--accent-color);
}

.pro-type-item:hover svg path {
    fill: var(--accent-color);
}

.search-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* margin-top: 10px; */
    width: 0;
    /* 初始宽度为0 */
    /* overflow: hidden; 隐藏溢出内容 */
    /* border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.20); */
    background: #FFF;
    transition: all 0.3s ease-in-out;
    /* 添加宽度过渡动画 */
}

.hot-search {
    position: fixed;
    top: 53px;
    width: 100%;
    background: #fff;
    padding: 24px 40px;
}

.hot-search-title {
    color: var(--3, #666);

    /* H4 */
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.hot-search-list {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.hot-search-item {
    color: var(--1, #000);
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 100% */
    cursor: pointer;
}

.hot-search-item:hover {
    color: var(--accent-color);
}

@media (max-width: 768px) {
    .search-box {
        transform: translateX(0);
        left: 210px;
    }

    .join-container-con {
        flex-direction: column;
    }

    .new-page-box {
        justify-content: center;
    }

    .page-box {
        gap: 5px;
    }

    section,
    .section {
        padding: 30px 0 !important;
    }
}

.search-box input {
    padding: 8px;
    width: 100%;
    /* 输入框宽度为100% */
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    /* 确保内边距和边框包含在宽度内 */
    padding-left: 68px;
}

.hidden {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    /* 添加宽度过渡动画 */
}

.search-box.active {
    width: 50%;
    /* 展开后的宽度 */
    opacity: 1;
    transition: all 0.3s ease-in-out;
    /* 添加宽度过渡动画 */
}

.search-svg {
    left: 20px;
    top: 9px;
    position: absolute;
}

.close-svg {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

#imgSvg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.logo-svg {
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.whitemk {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.loadpic {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../public/images/load-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.p1 {
    animation: fillAnimation 2s forwards;
}

.p2 {
    animation: fillAnimation 2s forwards;
}

.p3 {
    animation: fillAnimation 2s forwards;
}

@keyframes fillAnimation {
    100% {
        clip-path: inset(0 0 100% 0);
    }

    0% {
        clip-path: inset(0 0 0 0);
    }
}


.right-nav {
    display: flex;
    /* height: 381px; */
    padding: 4px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex-shrink: 0;
    position: fixed;
    z-index: 20;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.right-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border-radius: 16px;
    border: 1px solid#F7F7F7;
    background: #F7F7F7;
    width: 100%;
    padding: 8px 4px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.right-nav-item span {
    color: #333;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    max-width: 68px;
    display: block;
    text-align: center;
}

.right-nav-item:hover span {
    color: #fff;
}

.right-nav-item:hover svg path {
    fill: #fff;
}

.right-nav-item:hover {
    background: var(--accent-color);
    transition: all 0.3s ease-in-out;
}

.contact-right-nav-item {
    position: relative;
}

.contact-code-box {
    position: absolute;
    right: -174px;
    bottom: -26px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.right-nav-item:hover .contact-code-box {
    position: absolute;
    right: 74px;
    bottom: -26px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.email-code-box {
    position: absolute;
    right: -174px;
    bottom: -26px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.imgcursor-section {
    /* cursor: url('../../public/svg/cursor-mask.svg'), auto; */
}

.join-mask-section {
    position: relative;
}

.mask-container {
    overflow: hidden;
    position: relative;
    height: 500px;
}

.mask-container .mask-row {
    width: 200%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}


.p1 {
    animation: fillAnimation 3s forwards;
}

.p2 {
    /* fill:red; */
    animation: fillAnimation 3s forwards;
}

.p3 {
    animation: fillAnimation 3s forwards;
}

.p4 {
    fill: #EA5514;
    animation: fillAnimation1 3s forwards;
}

@keyframes fillAnimation {
    100% {
        clip-path: inset(0 0 100% 0);
    }

    0% {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes fillAnimation1 {
    0% {
        clip-path: inset(100% 0 0 0);
    }

    100% {
        clip-path: inset(0 0 0 0);
    }
}

#preloader1 {
    /* background-color: black; */
    position: fixed;
    height: 100vh;
    width: 100vw;
    /* background-image: url("public/images/load-bg.png"); */
    /* background-size: contain; */
    background-color: #fff;
    z-index: 22222;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#preloader1 .ll {
    /* position: absolute; */
    z-index: 20;
    /* top: 0;
    left: 0; */
    /* width: 100%;
    height: 100%; */
    background-image: url("../../public/images/load-bg.png");
    background-size: cover;
    width: auto;
    height: auto;
}

.num-pecent {
    position: absolute;
    right: 14vw;
    bottom: 10vh;
    font-size: 3rem;
    color: var(--accent-color);
    color: var(--, #E95412);
    text-align: center;
    font-family: "PingFang SC";
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 62.5% */
    z-index: 9999;
}

.hidden-load {
    transform: translateY(-200vh);
    transition: all 0.3s ease-in-out;
}

.hidden-load svg {
    display: none;
    transition: all 0.3s ease-in-out;
}

.main {
    margin-top: 80px;
}

@media screen and (min-width: 992px) {
    .detail-top-con {
        width: 40%;
    }
}

@media screen and (max-width: 1620px) {
    .show-property-item .show-property-item-con {
        gap: 0;
    }

    .imgcursor-desc-box {
        left: 60px;
    }

    .home-page .zuoyoulunbo .swiper-pagination {
        left: calc(13% + 60px) !important;
    }

    .show-property-item-con-item-desc {
        font-size: 32px;
    }

    .show-property-item-con-item-title {
        font-size: 1rem;

    }

    .home-page .zuoyoulunbo .swiper-wrapper {
        /* gap: 2.8rem !important; */
    }
}

@media screen and (max-width: 1400px) {
    .pro-property-show {
        gap: 30px;
    }

    .show-property-item-con-item-desc {
        font-size: 32px;
    }

    .show-property-item-con-item-title {
        font-size: 1rem;
    }

    

    .home-page .zuoyoulunbo .swiper-wrapper {
        /* gap: 2.4rem !important; */
    }

    .solution-item-box {
        padding: 0 16px;
    }
}

.showfixed-pro-bg {
    display: none;
}

@media screen and (max-width: 1200px) {

    .global-img-desc {
        height: 100%;
    }

    .sm-screen-pro {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        width: 96%;
    }

    .showfixed-pro-bg {
        transform: rotate(-90deg);
        display: block;
        cursor: pointer;
    }

    .showfixed-pro-bg:hover svg path {
        fill: var(--accent-color);
    }

    .showfixed-pro-bg.active {
        transform: rotate(90deg);
    }

    .fixed-pro-bg {
        position: relative;
        opacity: 1 !important;
        transform: translateY(0) !important;
        height: auto;
        top: 0 !important;
        display: block;
    }

    .fixed-pro-bg.hide-fixed-pro-bg {
        display: none;
    }

    .fixed-pro-top {
        padding: 20px 0;
    }

    .pro-type-box {
        flex-direction: column;
        gap: 20px;
    }

    .pro-type-item-list {
        gap: 14px;
    }

    .pro-type-item {
        max-width: 100%;
    }

    .footer-top-right {
        justify-content: space-between;
        gap: 40px !important;
    }

    .footer-links-box {
        flex: 1;
    }

    .client-title .title-desc {
        max-width: 250px;
    }

    .mask-container {
        height: 1000px;
    }

    .join-box-inner,
    .join-mask,
    .join-box {
        transform: none;
    }

    .join-mask .bg img {
        transform: none;
        margin-left: 0 !important;
        margin-right: 0;
    }

    .mask-container .mask-row {
        transform: none;
        left: 0;
        width: 100%;
        --bs-gutter-y: 1rem;
    }

    .map-box-left {
        width: 100%;
    }

    .map-flex-box {
        flex-direction: column;
    }


    .solution-section .section-title {
        padding-top: 80px;
    }

    .solution-container {
        /* height: calc(100vh - 266px); */
    }

    .num-container {
        padding: 20px;
    }

    .num-item .num-item-number {
        font-size: 2.5rem;
    }

    /* .map-section {
        height: 90vh;
    } */
    .main {
        margin-top: 48px !important;
    }

    .home-page .main {
        margin-top: 0px !important;
    }

    .other-hero .bg .photo .pic {
        background-position: 0 56px;
    }

    .join-page .other-hero .bg .photo .pic {
        background-position: 0 56px;
    }

    .news-page .other-hero .bg .photo .pic {
        background-position: 0 56px;
    }

    .pro-property-show {
        flex-direction: column !important;
        align-items: center !important;
    }

    .pro-goods-item-title {
        font-size: 30px;
    }

    .home-page .zuoyoulunbo .swiper-wrapper {

    }

    .solution-item-num {
        padding-bottom: 15px;
    }

    .solution-item-title {
        font-size: 1.25rem;
    }

    .solution-item-text {
        font-size: 14px;
    }

    .map-section .section-title {
        padding-top: 30px;
    }

    .about-container {
        padding-top: 41px;
    }
}

@media screen and (max-width: 992px) {
    .point-item {
        padding: 30px;
    }

    .point-item img {
        width: 60px;
    }

    .deal-point-section {
        padding: 30px 0;
    }

    .fun-bg .case-bg-left {
        padding: 30px;

    }

    .other-hero .client-title {
        font-size: 36px;
    }

    .history-section {
        padding: 30px 0;
    }

    .paper-img-box {
        gap: 12px;
    }

    .history-item-right-item .histt {
        font-size: 1.25rem;
    }

    .lileft .year {
        font-size: 16px;
    }

    .home-page .zuoyoulunbo .swiper-pagination {
        left: 60px !important;
    }

    .imgcursor-desc-box .svg-border {
        margin-left: 0px;
        margin: 20px 0;
    }

    .imgcursor-section .client-title .title-desc {
        max-width: 70vw;
    }

    .imgcursor-desc-box {
        left: 20px;
    }

    .products-item:hover .products-item-desc-top-active-desc {
        width: 100%;
        margin-left: auto;
    }

    .pro-more-desc {
        width: 290px;
    }

    .products-item-desc {
        margin-top: 25px;
    }

    .points-svg-item .map-svg {
        left: -300%;
        top: 0;
    }

    .points-svg-item.active .map-svg {
        left: -300%;
        top: 100%;
    }

    .global-img-box1 {
        width: calc(100vw - 60px);
    }

    .global-img-box {
        width: calc(100vw - 60px);
        left: 10px;
    }

    .footer-top-right {
        flex-direction: column;
        gap: 20px;
        display: none;
    }

    .footer-links-box {
        gap: 40px 5px;
    }

    .img0 {
        width: 101%;
        left: -58%;
        top: -50%;
        height: 200%;
    }

    .fun-bg {
        flex-direction: column;
    }

    .fun-bg-item-img {
        order: 1;
    }

    .svgs-container-row {
        --bs-gutter-y: 2rem;
    }

    .deal-point-row.row {
        --bs-gutter-y: 1rem;
        flex-direction: column;
    }

    .join-page .icon-items-box {
        padding: 12px 0;
    }

    .story-box {
        flex-direction: column;
    }

    .img-box-svg:hover .pro-more-desc {
        right: -34%;
        bottom: 100%;
        left: auto;
        top: auto;
    }

    .img-box-svg:hover .pro-more-desc.right {
        right: -34%;
        bottom: 100%;
        left: auto;
        top: auto;
    }

    .pro-more-desc,
    .pro-more-desc.right {
        bottom: -200%;
        right: -34%;
        left: auto;
        top: auto;
    }

    .num-container {
        padding: 30px;
    }

    .num-item .num-item-number {
        font-size: 30px;
    }

    .index-news-container {
        --bs-gutter-y: 1rem;
    }

    /* .map-section {
        height: 70vh;
    } */
    /* .svg-item1 {
        top: 54vh;
        left: 60vw;
    }

    .global-img-section .svg-item1 {
        top: 24vh;
    }

    .svg-item2 {
        top: 40vh;
        left: 30vw;
    }

    .global-img-section .svg-item5 {
        left: 60vw;
    }

    .svg-item3 {
        top: 45vh;
        left: 20vw;
    }

    .svg-item4 {
        top: 43vh;
        left: 56vw;
    }

    .svg-item5 {
        top: 55vh;
        left: 40vw;
    } */

    .pro-goods-row.row {
        --bs-gutter-y: 1rem;
    }

    .pro-numbs-item {
        flex-direction: column;
    }

    .soft-tab-content {
        max-height: 513px;
    }

    .about-num {
        flex-direction: column;
    }

    .about-num-list {
        margin-top: 30px;
    }

    .news-top {
        flex-direction: column;
    }

    .news-bottom {
        flex-direction: column;
    }

    .news-bottom-left-top img {
        width: 100%;
    }

    .fuli-con,
    .fuli-item-2-box {
        --bs-gutter-y: 1rem;
    }

    .solution-item-title {
        font-family: 20px;
    }

    .home-page .zuoyou {
        left: -2% !important;
    }

    .pro-property .soft-tab-item-title {
        white-space: unset;
    }
}

.show-left {
    text-align: center;
    flex: 1;
}

.show-left img {
    width: 65%;
}

.show-right {
    flex: 1;
}

@media screen and (max-width: 768px) {
    .show-property-item-con-item {
        text-align: center;
    }

    .other-hero .client-title {
        font-size: 28px;
    }

    .title-box {
        font-size: 32px;
    }

    .title-desc {
        font-size: 14px;
    }

    .footer .copyright {
        padding: 0 12px !important;
    }

    .search-res-pro-item {
        flex-direction: column;
    }

    .choice-containe .solution-item-box .h-105 {
        height: 0;
    }

    .choice-containe .solution-row .botttom-desc {
        margin-top: 20px;
    }

    .choice-containe.solution-container {
        /* height: calc(100vh - 156px); */
        height: auto;
    }

    .choice-containe .solution-row {
        max-height: none;
    }

    .solution-section .section-title {
        padding-top: 15px;
    }

    .solution-section .section-title .svg-border {
        margin: 15px auto;
    }

    .solution-container {
        /* height: calc(100vh - 150px); */
        height: 150vh;
    }

    .solution-item img {
        width: 100%;
        object-fit: cover;
    }

    .solution-row {
        flex-direction: column;
    }

    /* .solution-container {
        height: calc(100vh - 236px);
    } */
    .solution-item-box {
        max-width: 100%;
    }

    .solution-item-num {
        padding-bottom: 2px;
        font-size: 1rem;
    }

    .solution-item-title {
        padding-bottom: 2px;
        font-size: 1rem;
    }

    .solution-item-text {
        font-size: 12px;
    }

    .right-nav {
        display: none;
    }

    .num-container {
        padding: 30px;
       
    }

    .num-item .num-item-title {
        font-size: 14px;
    }

    .num-item .num-item-number {
        font-size: 22px;
    }

    /* .map-section {
        height: 65vh;
    } */
    .about-section .mk {
        /* right: 38%; */
    }

    .about-section {
        height: 60vh;
    }

    .about-container {
        padding-top: 41px;
    }

    .pro-flex-con {
        flex-direction: column;
        gap: 20px !important;
    }

    .pro-filter {
        width: 100% !important;
    }

    .detail-top-container {
        padding: 0 12px !important;
    }

    .pro-numbs-item-right-content table tr th:first-child {
        padding-left: 2%;
    }

    .pro-numbs-item-right-content table tr th:last-child {
        padding-left: 2%;
        font-size: 1rem;
        line-height: 1.4;
    }

    .show-right {
        width: 100%;
        flex: 1;
    }

    .show-property-item {
        margin-bottom: 86px;
    }

    .show-property-item-con {
        width: 100%;
        gap: 0 !important;
        justify-content: space-between !important;
    }

    .show-property-item-con-item {
        flex-direction: column;
    }

    .show-property-item-con-item-desc {
        font-size: 22px;
    }

    .show-right-title {
        margin-bottom: 86px;
    }

    .download-btn {
        margin-top: 30px;
    }

    .show-right-title {
        font-size: 26px;
    }

    .show-property-app-con {
        gap: 0;
        justify-content: space-between;
    }

    .show-property-app-con-item-title {
        font-size: 14px;
    }

    .detail-top-desc {
        font-size: 1.25rem;
    }

    .show-left {
        width: 100%;
    }

    .show-left img {
        width: 100%;
    }

    .pro-property-show {
        gap: 40px;
    }

    .angle-item-box {
        gap: 3px;
        margin-top: 25px;
    }

    .soft-tab {
        justify-content: space-between;
        align-items: end;
    }

    .soft-tab-item-title {
        text-align: center;
    }

    .soft-tab-content {
        max-height: 345px;
    }

    .soft-card-section .join-container .row {
        --bs-gutter-y: 1.45rem;
    }

    .screen-section {
        padding: 90px 0;
    }

    .case-page .other-container {
        flex-direction: column;
        gap: 30px;
    }
}

.soft-tab-content img {
    width: 100%;
}

/* img{
    width: 100%;
} */
.home-page .main {
    margin-top: 0px;
}

.home-page .zuoyou {
    position: absolute;
    top: 50%;
    left: 21%;
    width: 79%;
    transform: translateY(-50%);
    height: 450px;
}

.home-page .zuoyoulunbo .swiper-slide {
    background-color: rgba(0, 0, 0, 0.20);
   
   
    overflow: hidden;
    width: 350px;
    height:450px;
    transform: skew(-15deg);
  
}

.home-page .zuoyoulunbo{
    height: 100%;
}

.home-page .zuoyoulunbo .swiper-wrapper {
    /* justify-content: center; */
}

.home-page .zuoyoulunbo .swiper-wrapper {
    /* gap: 3.8rem; */
    cursor: url(../../public/svg/cursor-mask.svg), auto !important;
}

.home-page .zuoyoulunbo .swiper-pagination-bullet {
    display: inline-block;
    width: 11px;
    height: 19px;
    transform: skew(-26deg);
    background-color: #D7D7D7;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 0;
}

.home-page .zuoyoulunbo .swiper-pagination-bullet-active {
    background-color: var(--accent-color) !important;
}

.home-page .zuoyoulunbo .swiper-pagination {
    left: calc(13% + 160px);
    text-align: left;
    /* transform: translateX(-50%); */
}

.soft-tab-box {
    display: flex;
    flex-direction: row;
    gap: 128px;
    justify-content: start;
    border-bottom: 1px solid #E9E9E9;
    width: 100%;
}

.products-detail-page .swiper-button-next,
.swiper-button-prev {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.4);
}

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

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

.products-detail-page .swiper-slide {
    position: relative;
    /* padding: 0 20px; */
}

.products-detail-page .swiper-slide .pro-use-item-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    justify-content: end;
    text-align: center;
    width: 100%;
    height: 100%;
    inset: 0;
    padding: 0 20px 48px;
    background: rgba(0, 0, 0, 0.40);
}

.products-detail-page .swiper-slide .pro-use-item-content .pro-use-item-title-left-title {
    color: #FFF;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.products-detail-page .swiper-slide .pro-use-item-content .pro-use-item-title-left-content {
    color: #FFF;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.follow-img-box {
    max-width: 600px;
    position: fixed;
    display: none;
    z-index: 100;
}

.follow-img-box img {
    width: 100%;
}

.news-top .title-box {
    text-align: left;
}

.news-top .svg-border {
    margin: 32px 0 36px;
}

.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* width: 200px; */
}

.select-button {
    /* padding: 10px; */
    background-color: #fff;
    /* border: 1px solid #ccc; */
    cursor: pointer;
    width: 95%;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1000;
    margin-top: 10px;
    border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    overflow: hidden;
    padding: 14px;
}

.option {
    padding: 10px;
    cursor: pointer;
}

.option:hover {
    border-radius: 4px;
    background: rgba(233, 84, 18, 0.10);
}

.index-bt-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    pointer-events: none;
}

.footer-links-big {
    width: 128px;
}

.autoh-section.section {
    height: auto;
    padding: 0 !important;
}

.autoh-section.section .bg {
    position: relative !important;
}

.autoh-section.section .bg .photo {
    position: relative !important;
}

.autoh-section.section .bg .photo img {
    width: 100%;
}

.autoh-title {
    position: absolute;
    top: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    padding-top: 0 !important;
    padding-left: 12px !important;
    left: 0;
    right: 0;
}

.autoh-section.detail-section .autoh-title {
    display: flex;
    justify-content: end;
}

@media screen and (max-width: 1440px) {
    .autoh-section.detail-section .autoh-title .detail-top-title {
        font-size: 2.5rem;
    }

    .detail-top-desc {
        font-size: 16px;
    }

    .case-detail-top {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1200px) {
    .global-img-desc {
        position: relative;
        left: 0px;
        bottom: 0px;
    }
    .points-svg-item img{
        width: 120%!important;
    }

    .points-svg-item.active .map-svg{
        left: 0!important;
    }
    
}

@media screen and (max-width: 768px) {
    .video-desc-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .video-desc-big-title {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }

    .video-desc-btn {
        height: 35px;
    }

    .video-desc-slogen {
        font-size: .8rem;
        margin-bottom: 5px;
    }

    .autoh-section.detail-section .autoh-title .detail-top-title {
        font-size: 1.5rem;
    }

    .detail-top-desc {
        font-size: 12px;
    }

    .case-imgs-item-desc {
        left: 10px;
    }

    .global-img-desc {
        position: relative;
        left: 0px;
        bottom: 0px;
    }

    .detail-top-con {
        gap: 0;
    }

    .soft-card-section .join-container {
        margin-top: 30px;
    }
}

.svg-flex-item {
    flex: 1;
}

@media screen and (min-width: 768px) {
    .svg-flex-item img {
        width: 100%;
        max-width: 167px;
    }
}

@media screen and (max-width:768px) {
    #solution {
        height: auto;
    }

    .solution-item-desc {
        padding-top: 40px;
    }

    .solution-index .solution-item-desc {
        padding-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .svg-flex-item img {
        min-width: 90px;
    }
}

.pro-goods-item-svg-box img {
    width: 100%;
    height: 100%;
}

.show-property-app-con-item-title {
    text-align: center;
}



.paper-img-box::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

paper-img-box-list-item {
    scroll-snap-align: start;
    flex: 0 0 auto;
    margin-right: 20px;
    /* 调整间距 */
}

.paper-img-box {
    animation: scrollAni 100s linear infinite;
}

@keyframes scrollAni {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@media screen and (max-width: 992px) {
    .autoh-section.section .bg .photo img {
        min-height: 250px;
        object-fit: cover;
    }

    .mask-container .mask-row {
        margin: 0 !important;
    }

    .autoh-section.detail-section .autoh-title .detail-top-title {
        font-size: 2rem;
    }

    .detail-top-desc {
        font-size: 14px;
    }

    .case-detail-card-con .case-detail-card-box:nth-child(2n) {
        transform: translateY(0) !important;
    }

    .case-detail-card-con {
        --bs-gutter-y: 1rem;
    }

    .video-desc-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .video-desc-big-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .video-desc-btn {
        height: 45px;
    }

    .video-desc-btn svg {
        height: 100%;
    }

    .video-desc-slogen {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .num-container {
        position: relative;

        
    }
  

    .global-img-desc {
        left: 20px;
        bottom: 20px;
    }

    .global-img-desc-con {
        margin-top: 10px;
    }

    .soft-tab-box {
        gap: 58px;
    }

    .pro-use-section .swiper-container .swiper-wrapper {
        justify-content: flex-start;
    }

    .products-detail-page .swiper-button-next,
    .swiper-button-prev {
        width: 53px;
        height: 53px;
    }

    .pro-numbs-item {
        gap: 30px;
    }

    .copyright-text {
        text-align: left;
    }

    .footer .credits {
        width: 100%;
        text-align: left;
    }

    .footer .credits a {
        margin-left: 0;
        margin-right: 20px;
    }

    .news-container {
        margin-top: 40px;
    }

    .news-container:nth-child(2) .index-news-container {
        flex-direction: column-reverse;
    }

    .paper-img-box {
        animation: scrollAni 10s linear infinite;
    }

    .svg-border {
        margin: 20px auto;
    }

    .paper-img-box {
        margin-top: 0;
    }

    .paper-img-box-item {
        flex: none;
        width: 150px;
    }

    .paper-img-box-item-pic img {
        width: 95%;
    }

    .liwrap {
        gap: 22px;
    }

    .history-con {
        max-height: none;
    }

    .history-item-right-item .histt {
        font-size: 16px;
    }

    .history-item-right-item .hisct {
        font-size: 14px;
    }

    .news-detail-title {
        font-size: 26px;
    }

    .mask-container {
        height: auto;
    }

    .mask-container .mask-row {
        position: static;
    }

    .join-box {
        height: 250px;
    }

    .map-box-right {
        gap: 30px;
    }

    .map-box-right-item img {
        width: 16px;
    }

    .map-box-right-item-right-top {
        font-size: 16px;
    }

    .map-box-right-item-right-bottom {
        font-size: 13px;
    }

    .cont-form-container {
        padding: 60px 5%;
    }

    .svg-flex-item{
        width: 50%;
        flex: none;
    }
    .svg-flex-item img{
        min-width: 0;
        width: 80px;
    }
    .filter-item-box{
        margin-bottom: 10px;
    }

    .case-imgs-item img{
        height: 350px;
    }
}
@media screen and (max-width: 1600px) {
.img0 {
    width: 47%;
}
}

@media screen and (max-width: 1400px) {
   
    /* .imgcursor-desc-box{
        background-color: #fff;
    } */

    .img0 {
        width: 48%;
    }
    .global-img-box1{
        padding-bottom: 170px;
    }

    .num-container{
        bottom: 30px;
    }

    /* .home-page .zuoyoulunbo .swiper-slide{

            transform: skew(0deg);
    }
    .hover-box{

        transform: skew(0deg);
    }

    .mask{transform: skew(0deg);} */

}

@media screen and (max-width: 1201px) {
    .client-title .title-desc{
        max-width: 100%;
    }
    .imgcursor-desc-box{
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 45px;
        top: 0px;
        transform: translateY(0%);
        left: 0px;
    
    }
    .img0{
        display: none;
    }

    .home-page .zuoyou{
        position: relative;
        width: 100%;
        top: 0;
        transform: none;
        left: 0
        
    }

}

@media screen and (max-width: 1024px) {
    .global-img-box1{
        padding-bottom:190px;
    }

    .num-container{
        bottom: 30px;

        margin-top: 20px!important;
    }



#clients{
    height: auto!important;
    padding-bottom: 35px;
}


.imgcursor-desc-box{
    position: relative;
    padding-left: 20px;
    padding-top: 35px;
    top: 0px;
    transform: translateY(0%);


}
.img0{
    display: none;
}

.home-page .zuoyou{
    position: relative;
    width: 100%;
    top: 0;
    transform: none;
    left: 0
    
}
}

@media screen and (max-width: 768px) {

   .home-page .zuoyoulunbo .swiper-slide{

            transform: skew(0deg);
    }
    .hover-box{

        transform: skew(0deg);
    }

    .mask{transform: skew(0deg);
    left: 0px;
    width: 100%;
    
    }
    .home-page .zuoyou{
        left: 0px!important;
    }
}