/* 关于我们 */
.about {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-weight: 500;
    font-size: 48px;
    color: #313332;
}

.section-title p {
    font-weight: 400;
    font-size: 16px;
    color: #BBBBBB;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-text {
    flex: 1;
    width: 688px;
}

.about-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.about-text p {
    font-weight: 400;
    font-size: 15px;
    color: #737877;
    line-height: 24px;
}

.about-text p:not(:last-child) {
    margin-bottom: 40px;
}

.about-image {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
}

.about-solo {
    width: 688px;
    height: 172px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-solo img {
    height: 152px;
    display: block;
}

.about-blank {
    width: 55px;
}

.m28 {
    margin-top: 30px;
}

.about-text2 {
    height: 152rpx;
}

.about-text2 p {
    font-weight: 400;
    font-size: 15px;
    color: #737877;
    line-height: 24px;
}

.about-text2 p:not(:last-child) {
    margin-bottom: 40px;
}

.about-image img {
    width: 688px;
    height: 356px;
    display: block;
}

/* 产品展示 */
.products {
    padding: 60px 0;
    height: 758px;
    background: url("../images/product.png");
    background-size: cover;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-card {
    height: 378px;
    background: #FFFFFF;
    border-radius: 24px;
    transition: transform 0.5s;
    font-weight: 400;
    font-size: 20px;
    color: #313332;
    padding: 24px 24px 32px 24px;
}

.product-card:hover {
    transform: translateY(-16px);
    background: linear-gradient(180deg, #C0FCEC 0%, #E5FCF6 33%, #FFFFFF 63%, #FFFFFF 100%);
    box-shadow: 0px 3px 16px 1px rgba(8, 51, 39, 0.16);
    border-radius: 24px 24px 24px 24px;
    border: 2px solid #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    color: #0AD69E;
}

.p-title {
    margin-top: 32rpx;
}

.product-img {
    height: 270px;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    padding: 15px;
    text-align: center;
}

.product-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.product-info p {
    font-size: 14px;
    color: #666;
}

/* 成功案例 */
.cases {
    padding-top: 68px;
    height: 796px;
    background: url("../images/case.png");
    background-size: cover;
}

.case-list {
    margin-top: 50px;
}

.case-item {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.case-img {
    height: 200px;
    overflow: hidden;
}

.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-content {
    padding: 20px;
}

.case-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.case-content p {
    font-size: 14px;
    color: #666;
}

/* 新闻动态 */
.news {
    padding-top: 68px;
    height: 866px;
    background: url("../images/news.png");
    background-size: cover;
}

.news-list {
    display: flex;
    justify-content: space-between;
    /* 两端对齐 */
}

.new-left {
    width: 48%;
    /* 近似 688/1440 ≈ 48% */
    display: flex;
    flex-direction: column;
}

.new-left img {
    width: 100%;
    /* 图片宽度充满容器 */
    height: auto;
    /* 高度自适应 */
    aspect-ratio: 688/356;
    /* 保持原比例 */
    margin-bottom: 44px;
}

.new-right {
    width: 48%;
    /* 近似 688/1440 ≈ 48% */
    margin-left: 0;
    /* 使用justify-content替代margin */
}

.new-item {
    display: flex;
}

.item-left {

    display: flex;
    flex-direction: column;
    align-items: center;
}

.date {
    font-weight: 400;
    font-size: 44px;
    color: #727776;
}

.month {
    width: 98px;
    font-weight: 400;
    font-size: 24px;
    color: #727776;
}

.item-right {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
}

.news-title {
    font-weight: bold;
    font-size: 20px;
    color: #313332;

}
.news-title a {
    font-weight: bold;
    font-size: 20px;
    color: #313332;
}

.new-item:hover .news-title a {
    color: #2ecc71;
}

.news-content {
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #727776 !important;
    line-height: 28px;
    /* 添加多行文本截断 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-content a {
    color: #727776 !important;
}

.white {
    color: white !important;
}

.mt40 {
    margin-top: 80px;
}

.line {
    margin: 52px 0;
    height: 1px;
    background: #EFEFEF;
}

.s-t1 {
    font-weight: 400;
    font-size: 14px;
    color: #737877;
    line-height: 24px;
}

.s-t2 {
    font-weight: 400;
    font-size: 24px;
    color: #939997;
    line-height: 24px;
}

.s-t3 {
    font-weight: 400;
    font-size: 16px;
    color: #737877;
    line-height: 24px;
}

.gzh {
    margin-left: 50px;
    margin-top: 25px;
}

/* 新闻动态大屏 */
.news-xs-box{
    background: url("../images/news.png");
    background-size: cover;   
}
.news-container-left{
    margin-right: 0.32rem;
}
.news-container-left-img img{
    width: 100%;
    height: 3.95rem;
    object-fit: cover;
}
.news-container-right{
    margin-left: 0.32rem;
}
.news-common{
    display: flex; 
    flex-direction: row;     
    border-bottom: #EFEFEF solid 1px;
    padding-bottom: 0.56rem;
    padding-top: 0.56rem;
    color: #313332;
}
.news-common-left{
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 0.4rem;
}
.news-common-left h1{
    font-weight: 400;
    font-size: 0.48rem;
    color: #727776;
    line-height: 0.48rem;
}
.news-common-left  h2{
    font-weight: 400;
    font-size: 0.24rem;
    color: #727776;
    line-height: 0.24rem;
    margin-top: 0.16rem;
}
.news-common-right{
    flex: 1;
}
.news-common-right h3{
    font-weight: bold;
    font-size: 0.2rem;
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}  
.news-common-right p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 0.16rem;
    color: #727776;
    line-height: 0.28rem;
    margin-top: 0.18rem;
} 
.pad-none{
    padding-top: 0.44rem;
    padding-bottom: 0;
    border-bottom: none;
}
.news-container-right:nth-child(1) .news-common{
    padding-top: 0;
}
.news-container-right:nth-child(3) .news-common{
    padding-bottom: 0;
    border-bottom: none;
}
.news-common:hover{
    color: #09BD81;
}
@media (max-width: 767px) {
    .news-common-left h1{
        font-weight: 400;
        font-size: 0.56rem;
        color: #727776;
        line-height: 0.56rem;
    }
    .news-common-left h2{
        font-weight: 400;
        font-size: 0.32rem;
        color: #727776;
        line-height: 0.32rem;
        margin-top: 0.24rem;
    }
    .news-common-right h3{
        font-weight: 500;
        font-size: 0.28rem;
        color: #313332;
    }
    .news-common-right p{
        font-weight: 400;
        font-size: 0.28rem;
        color: #727776;
        line-height: 0.48rem;
        margin-top: 0.22rem;
    }
    .news-common-left{
        margin-right: 0.32rem;
    }
    .news-common{
        padding: 0.4rem 0;
    }
}
/* 新闻动态大屏 */
@media (max-width: 767px) {
    .news-container-left {
        margin-right: 0
    }

    .news-container-right {
        margin-left: 0;
    }
    .pad-none {
        padding-bottom: 0.4rem;
        padding-top: 0.4rem;
        border-bottom: #EFEFEF solid 1px;
    }
    .news-container-right:nth-child(1) .news-common {
        padding-top: 0.56rem;
    }
    .news-container-left-img img{
            width: 100%;
            height: 3.64rem;
            /* height: auto; */
            object-fit: cover;
            object-position: bottom;
    }
}
/* 公司简介 */
.company-profile-box{
    background-color: #f9f9f9;
}
.company-top-box{
    display: flex;   
}
.company-left-box{
    width: 50%;
    padding-right: 0.32rem;
    overflow: hidden;
    height: 4.32rem;   
}
.company-left-box p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #737877;
    line-height: 0.28rem;
    margin-top: 0.34rem;
}
.company-left-box p:nth-child(1){
    margin-top: 0;  
}
.company-right-box{
    flex: 1;
    padding-left: 0.32rem;    
}
.company-right-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company-bottom-box{
    margin-top: 0.4rem;
    display: flex;    
}
/* 针对Webkit内核浏览器（Chrome、Safari、Edge等） */
.company-rights-box::-webkit-scrollbar {
    width: 5px;           /* 垂直滚动条宽度 */
    height: 5px;          /* 水平滚动条高度 */
}

/* 滚动条轨道 */
.company-rights-box::-webkit-scrollbar-track {
    background: #f1f1f1;   /* 轨道背景色 */
    border-radius: 2px;     /* 圆角 */
}

/* 滚动条滑块 */
.company-rights-box::-webkit-scrollbar-thumb {
    background: #09BD81;   /* 滑块颜色#c1c1c1 */
    border-radius: 2px;     /* 圆角 */
    border: 2px solid #f1f1f1;  /* 边框（创造间隔效果） */
}

/* 滑块悬停效果 */
.company-rights-box::-webkit-scrollbar-thumb:hover {
    background: #c03232;   /* 悬停时颜色 */
}

/* 滚动条按钮（上下箭头） */
.company-rights-box::-webkit-scrollbar-button {
    display: none;         /* 隐藏箭头按钮 */
}
.scroll-bar {
    scrollbar-width: thin;
    scrollbar-color: #09BD81 #f1f1f1;        /* 红色主题 */
}
.company-lefts-box{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;          
    justify-self: center;
}
.company-lefts-box img{
    width: 84%;
    object-fit: cover;
}
.company-profile-xs{
    background-color: #f9f9f9;    
}
.company-profile-xs-img img{
    width: 100%;
 }
 .company-profile-xs-img img:nth-child(2){
    margin-top: 0.5rem;
 }
.company-profile-xs-text{
    padding-bottom: 0.5rem;    
}
.company-profile-xs-text p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #737877;
    line-height: 0.28rem;
    margin-top: 0.34rem; 
}
@media (max-width: 1024px) {
    .company-profile-xs-text{
        margin-top: -0.07rem;
        padding-bottom: 0.41rem;
    }
    .company-profile-xs-text p{
        font-size: 0.28rem;
        color: #737877;
        line-height: 0.42rem;
    }
    .company-profile-xs-img img:nth-child(2){
        margin-top: 0.4rem;
     }
}
.company-rights-box{
    padding-left: 0.32rem;
    flex: 1;
    position: relative;
    overflow: auto; 
    margin-right: -10px;   
}
.company-rights-box p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #737877;
    line-height: 0.28rem;
    margin-top: 0.34rem;
}
.company-rights-box p:nth-child(1){
        margin-top: 0;  
}
.company-rights-box .company-copy{
   position: absolute;
   top: -4.35rem;
   left: 0;
   padding-left: 0.32rem;                 
}
@media (min-width: 1025px) {
    .company-profile-xs{
        display: none;
    }
}
@media (max-width: 1024px) {
    .company-profile-md{
        display: none;
    }
}
/* 公司简介 */
/* 产品中心 */
.products-md-box{
    background: url(../images/product.png);
    background-size: 100% 100%;    
}
.products-img-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 0.24rem;
    padding-top: 0.24rem;
    padding-bottom: 0.32rem;
    transition: transform 0.5s;
    cursor: pointer;
    color: #313332;    
}    
.products-img-box img{
    width: 85.2%;
    object-fit: cover;
}
.products-img-box p{
    font-weight: 400;
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: inherit;
    margin-top: 0.32rem;
} 
@media (max-width: 767px) {
    .products-img-box p{
        font-size: 0.28rem;
        line-height: 0.28rem;
    }
}
@media (min-width: 1025px) {
    .products-img-box:hover{
        transform: translateY(-16px);
        background: linear-gradient(180deg, #C0FCEC 0%, #E5FCF6 33%, #FFFFFF 63%, #FFFFFF 100%);
        box-shadow: 0px 3px 16px 1px rgba(8, 51, 39, 0.16);
        border-radius: 24px 24px 24px 24px;
        border: 2px solid #FFFFFF;       
        color: #09C788;
    }
}
/* 产品中心 */
/* 成功案例 */
.cases-md-box{
    background: url(../images/case.png);
    background-size: cover;   
}
.cases-md-box .blank-space{
    padding: 0 0.68rem; 
    position: relative;      
}
.cases-md-box .container {
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: white;
    overflow: hidden;     
}   

.cases-md-box .swiper-container {
    width: 100%;
}
.cases-md-box .swiper-wrapper {
    padding: 20px 0;
}

.cases-md-box .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 70%;
    height: 3rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
}

.cases-md-box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cases-md-box .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 15px;
    color: white;
    text-align: left;
}

.cases-md-box .slide-title {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}

.cases-md-box .slide-desc {
    font-size: 12px;
    opacity: 0.9;
}

.cases-md-box .controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.cases-md-box .control-btn {
    background-color: #cccccc;
    border: none;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    cursor: pointer;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cases-md-box .control-btn:active {
    background-color: #09BD81;
    transform: scale(0.95);
}
.cases-md-box .swiper-button-prevs{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 1rem;
}
.cases-md-box .swiper-button-nexts{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 1rem;
}
.cases-md-box .layui-icon{
    font-size: 0.24rem !important;
    color: #fff !important;
}
.cases-md-box .layui-icon-left{
    
}
.cases-md-box .swiper-pagination {
    position: relative;
    margin-top: 15px;
}

.cases-md-box .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.cases-md-box .swiper-pagination-bullet-active {
    background: white;
}

.cases-md-box .auto-rotate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    gap: 8px;
}

.cases-md-box .toggle-label {
    font-size: 14px;
}

.cases-md-box .toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.cases-md-box .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cases-md-box .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    transition: .4s;
    border-radius: 20px;
}

.cases-md-box .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.cases-md-box input:checked + .slider {
    background-color: #4CAF50;
}

.cases-md-box input:checked + .slider:before {
    transform: translateX(20px);
}
@media (max-width: 1025px) {
    /* .cases-md-box .common-title {
        padding-bottom: 0 !important;
    } */
    .container-smbox{
        margin-top: -0.4rem;
    }
    .cases-md-box .swiper-button-prevs {
        margin-top: 0.5rem;
    }
}
@media (min-width: 1025px) {
    .cases-md-box .container {
        margin-top: 0 !important;
    }
}
 /* 平板优化 */
 @media (min-width: 768px) {
    .cases-md-box{
        .swiper-slide {
            width: 60%;
            height: 350px;
        }
       
        
        .slide-title {
            font-size: 20px;
        }
        
        .slide-desc {
            font-size: 14px;
        }
    }    
}

/* 桌面优化 */
@media (min-width: 1024px) {
    .cases-md-box .swiper-slide {
        width: 50%;
        height: 4rem;
    }      
}
/* 成功案例 */
/* 轮播图 */
.banner-box{
    overflow: hidden;
    position: relative;
}
.banner-box .swiper-container {
    width: 100%;
    height: 100%;
}
.banner-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;  
}
.banner-box .swiper-slide img{
    width: 100%;
    object-fit: cover;
}
.banner-box .swiper-pagination-bullet {
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.05rem;
    background-color: rgba(49, 51, 50, 0.2);
    margin: 0 0.12rem !important;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    
}
.banner-box .swiper-pagination-bullet-active{
    background: #313332;
    width:0.32rem;
}
.banner-box .swiper-pagination{
    bottom: 0.6rem !important;
}
@media (max-width: 1025px) {
    .banner-box .swiper-pagination-bullet{
        background-color: rgba(49, 51, 50, 1);
        width: 0.12rem;
        height: 0.12rem;
        border-radius: 50%;
    }
    .banner-box .swiper-pagination-bullet-active{
        background: #313332;
        width:0.32rem;
        height: 0.12rem;
        border-radius: 0.06rem;
    }
    .banner-box .swiper-pagination{
        bottom: 0.32rem !important;
    }
    .bannerSm{
        padding-top: 1.26rem;
    }
    .banner-pc{
        display: none;
    }
    .banner-yidong{
        display: block;
    }
}
@media (min-width: 1025px) {
    .banner-pc{
        display: block;
    }
    .banner-yidong{
        display: none;
    }
}
/* 轮播图 */