/* home.css - 首页专用样式（模块化CSS规范） */

/* Hero Banner Swiper */
.indx_banner {width:100%;height:auto;position:relative;/*background:no-repeat center center;background-size:auto 100%;*/overflow: hidden;}
.indx_banner .swiper-banner {width:100%;height:auto;}
.indx_banner .swiper-banner .swiper-slide {height:auto;background-position:center;background-size:cover;}
.indx_banner .swiper-banner .swiper-slide img {width:100%;height:auto;}
.indx_banner .swiper-banner .swiper-button-prev {width:98px;height:34px;border:1px solid #fff;background:url(../images/left_bn_1.png) no-repeat center center;opacity: .8;left:100px;bottom:100px;top:auto;}
.indx_banner .swiper-banner .swiper-button-prev:hover {border:1px solid #eea900;background:#eea900 url(../images/left_bn_1.png) no-repeat center center;opacity: 1;}
.indx_banner .swiper-banner .swiper-button-next {width:98px;height:34px;border:1px solid #fff;background:url(../images/right_bn_1.png) no-repeat center center;opacity: .8;left:200px;bottom:100px;top:auto;}
.indx_banner .swiper-banner .swiper-button-next:hover {border:1px solid #eea900;background:#eea900 url(../images/right_bn_1.png) no-repeat center center;opacity: 1;}
.indx_banner .swiper-banner .swiper-pagination {bottom:146px;left:100px;width:200px;font-size:40px;color:#fff;height:50px;line-height:50px;font-weight:100;text-align:left;background:url(../images/hr_bn_1.png) no-repeat 34px center;}
.indx_banner .swiper-banner .swiper-pagination span {opacity: .8;}
/*---end---*/
@media (min-width: 1501px) and (max-width: 1600px) {
  .indx_banner .swiper-banner .swiper-button-prev {left:55px;bottom:55px;}
  .indx_banner .swiper-banner .swiper-button-next {left:155px;bottom:55px;}
  .indx_banner .swiper-banner .swiper-pagination {left:55px;bottom:101px;}
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .indx_banner .swiper-banner .swiper-button-prev {left:50px;bottom:50px;}
  .indx_banner .swiper-banner .swiper-button-next {left:150px;bottom:50px;}
  .indx_banner .swiper-banner .swiper-pagination {left:50px;bottom:96px;}
}
@media (min-width: 1301px) and (max-width: 1400px) {
  .indx_banner .swiper-banner .swiper-button-prev {left:45px;bottom:45px;}
  .indx_banner .swiper-banner .swiper-button-next {left:145px;bottom:45px;}
  .indx_banner .swiper-banner .swiper-pagination {left:45px;bottom:91px;}
}
@media (min-width: 1201px) and (max-width: 1300px) {
  .indx_banner .swiper-banner .swiper-button-prev {left:40px;bottom:40px;}
  .indx_banner .swiper-banner .swiper-button-next {left:140px;bottom:40px;}
  .indx_banner .swiper-banner .swiper-pagination {left:40px;bottom:86px;}
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .indx_banner .swiper-banner .swiper-button-prev {left:35px;bottom:35px;width:80px;height:30px;}
  .indx_banner .swiper-banner .swiper-button-next {left:116px;bottom:35px;width:80px;height:30px;}
  .indx_banner .swiper-banner .swiper-pagination {left:35px;bottom:70px;font-size:30px;height:40px;line-height:40px;}
}
@media (min-width: 721px) and (max-width: 1024px) {
  .indx_banner .swiper-banner .swiper-button-prev {left:30px;bottom:30px;width:80px;height:30px;}
  .indx_banner .swiper-banner .swiper-button-next {left:111px;bottom:30px;width:80px;height:30px;}
  .indx_banner .swiper-banner .swiper-pagination {left:30px;bottom:70px;font-size:30px;height:40px;line-height:40px;}

}
@media (min-width: 501px) and (max-width: 720px) {
  .indx_banner .swiper-banner .swiper-button-prev {left:25px;bottom:25px;width:56px;height:24px;}
  .indx_banner .swiper-banner .swiper-button-next {left:82px;bottom:25px;width:56px;height:24px;}
  .indx_banner .swiper-banner .swiper-pagination {left:25px;bottom:50px;font-size:22px;height:40px;line-height:40px;}
}
@media (max-width: 500px) { 
  .indx_banner .swiper-banner .swiper-button-prev {left:20px;bottom:20px;width:56px;height:24px;}
  .indx_banner .swiper-banner .swiper-button-next {left:77px;bottom:20px;width:56px;height:24px;}
  .indx_banner .swiper-banner .swiper-pagination {left:20px;bottom:40px;font-size:22px;height:40px;line-height:40px;}
}




#section_title {width:100%;text-align:center;margin-bottom:40px;}
#section_title h2 {display:inline-block;height:50px;line-height:50px;font-size:44px;color:#333;font-weight:600;text-transform:uppercase;margin-bottom:24px;position:relative;}
/* #section_title h2:before {content: '';position:absolute;height:14px;width:30px;z-index:1;left:0;top:0;background:url(../images/inc_tit_1.png) no-repeat center;background-size:auto 100%;} */
#section_title h2 span {display:block;height:24px;line-height:24px;font-size:18px;color:#777;font-family:'Proxima Nova'; font-weight:200;text-transform:none;position:absolute;z-index:2;bottom:-24px;white-space:nowrap;}

@media (min-width:1920px) {}
@media (max-width:1681px) {}
@media (max-width:1501px) {}
@media (max-width:1441px) {}
@media (max-width:1361px) {
  #section_title h2 {height:46px;line-height:46px;font-size:40px;}
}
@media (max-width:1281px) {}
@media (max-width:1181px) {
  #section_title h2 {height:42px;line-height:42px;font-size:38px;margin-bottom:20px;}
  #section_title h2 span {height:20px;line-height:20px;font-size:17px;bottom:-20px;}
}
@media (max-width:1025px) {}
@media (max-width:961px) {
  #section_title {width:96%;text-align:left;padding-left:4%;}
  #section_title h2 {height:36px;line-height:36px;font-size:32px;margin-bottom:20px;padding-left:24px;}
  #section_title h2:before {width:24px;background-size:100% auto;}
  #section_title h2 span {height:20px;line-height:20px;font-size:16px;bottom:-20px;left:25px;}
}
@media (max-width:801px) {}
@media (max-width:701px) {}
@media (max-width:601px) {
  #section_title {width:96%;text-align:left;padding-left:0;margin-bottom:20px;}
  #section_title h2 {height:26px;line-height:26px;font-size:22px;margin-bottom:20px;padding-left:0;}
  #section_title h2:before {width:20px;background-size:100% auto;}
  #section_title h2 span {height:20px;line-height:20px;font-size:12px;bottom:-20px;left:1px;}
}


/* Product Services */
#ProductServices {
    padding: 3rem 0;
}

#ProductServices .container {
    width: 88%;
    margin: 0 auto;
}
@media screen and (min-width: 1681px) {
    #ProductServices .container {
        width: 1590px;
    }
}

#ProductServices .section-header {
    width: 34rem;
    margin: 0 auto 3rem auto;
}
#ProductServices .section-header .section-title {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    font-family: var(--font-family-heading);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1;
    text-align: left;
}
#ProductServices .section-header .section-description {
    color: #777;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    text-align: left;
}

#FeaturedProducts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    list-style: none;
    padding: 0;
}

#FeaturedProducts .product-card {
    background-color: #000;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#FeaturedProducts .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

#FeaturedProducts .product-image-link {
    display: block;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
    border-radius: 12px;
}

#FeaturedProducts .product-image {
    width: 100%;
    display: block;
    aspect-ratio: 1/0.82;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
    opacity: 0.96;
    filter: Alpha(opacity=96);
}
}

#FeaturedProducts .product-image-link:hover .product-image {
    transform: scale(1.05);
}

#FeaturedProducts .product-badge {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 4rem;
    height: 4rem;
    background-image: url('../images/icon_ps_hot.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    transition: transform 0.3s ease;
}

#FeaturedProducts .product-card:hover .product-badge {
    transform: scale(1.1);
}

#FeaturedProducts .product-info {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    color: #fff;
}

#FeaturedProducts .product-title {
    font-family: var(--font-family-body);
    font-size: 1.32rem;
    line-height:1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
}

#FeaturedProducts .product-title:hover {
    text-decoration: underline;
}

#FeaturedProducts .product-arrow {
    font-size: 1.5rem;
    color: #fff;
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 0.3s ease;
}

#FeaturedProducts .product-card:hover .product-arrow {
    transform: translateX(5px);
}

/* Product Carousel */
#ProductCarousel {
    width: 100%;
    margin: 0;
    padding: 0 0 3rem 0;
    background-color: #fff;
}

#ProductCarousel .container {
    width: 100%;
    margin: 0;
    padding: 0;
}

#ProductCarousel .product-carousel-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: auto; /* 自动高度 */
}

#ProductCarousel .product-carousel {
    overflow: hidden;
    width:calc(100% - 100px);
    margin:0 50px; /* Space for controls */
    height: auto; /* 自动高度 */
}

#ProductCarousel .carousel-controls {
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 0;
}

#ProductCarousel .carousel-btn {
    width: 44px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #f7be00;
    cursor: pointer;
    font-size: 20px;
    color: #333;
    border-radius: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: 0;
}
#ProductCarousel .carousel-btn:hover {
    background-color: #f7be00;
    color: #fff;
}
#ProductCarousel .carousel-btn i {
    width: 20px;
    height: 20px;
}
#ProductCarousel .carousel-prev {
    left:0;top:0;right:auto;
}
#ProductCarousel .carousel-next {
    left:auto;top:0;right:0;
}

#ProductCarousel .carousel-item {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    width: 170px !important;
    height: auto; /* 自动高度 */
    margin-right: 12px;
    flex-shrink: 0;
}
#ProductCarousel .carousel-item .carousel-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 170px; /* 保持最小高度 */
    object-fit: cover;
    z-index: 1;
}
#ProductCarousel .carousel-item .carousel-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 170px; /* 最小高度保持和宽度一致 */
    height: auto; /* 自动高度 */
    color: #fff;
    text-align: center;
    padding: 0.6rem;
}
#ProductCarousel .carousel-icon {
    margin-bottom: 0;
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#ProductCarousel .carousel-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
#ProductCarousel .carousel-icon-link {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

#ProductCarousel .carousel-icon-link:hover {
    transform: scale(1.05);
}

#ProductCarousel .carousel-title-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

#ProductCarousel .carousel-title-link:hover {
    color: #f7be00;
}

#ProductCarousel .carousel-title {
    font-family: var(--font-family-heading);
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    text-align: center;
    line-height: 1.2;
    margin-top: 1rem;
    margin-bottom: 0;
    transition: color 0.3s ease;
}


/* About Us */
#AboutUs {
    width: 100%;
    position: relative;
    background: #fff;
}
#AboutUs .container {
    padding: 0;
    max-width: none;
}
#AboutUs .about-image {
    width: 100%;
    height: auto;
    display: block;
}
#AboutUs .about-content {
    background-color: #e79900;
    border-bottom-right-radius: 120px;
    width: 100%;
}
#AboutUs .about-content-wrapper {
    width: 88%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 0;
    gap: 2rem;
}
@media screen and (min-width: 1681px) {
    #AboutUs .about-content-wrapper {
        width: 1590px;
    }
}
#AboutUs .about-info {
    color: #fff;
    max-width: 100%;
}
#AboutUs .about-company-name {
    font-family: var(--font-family-heading);
    font-size: 2rem;
    color:#fff;
    text-transform: uppercase;
}
#AboutUs .about-description {
    margin: 1rem 0 2rem;
    line-height: 1.6;
    color:#fff;
    font-weight: 300;
}
#AboutUs .about-btn {
    display: block;
    width: 14rem;
    background-color: #fff;
    border: none;
    padding: 0.6rem 0;
    color: #e89900;
    text-decoration: none;
    font-family: var(--font-family-heading);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

#AboutUs .about-btn:hover {
    background-color: #f7be00;
    color: #fff;
    transform: translateY(-2px);
}
#AboutUs .about-stats {
    display: flex;
    gap: 3rem;
    color: #fff;
    text-align: center;
}
#AboutUs .stat-item .stat-header {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

#AboutUs .stat-number {
    font-size: 3.5rem;
    color:#333;
    font-family: var(--font-family-numeric);
    font-weight: bold;
    line-height: 1;
}
#AboutUs .stat-label {
    font-size: 1.5rem;
    color:#333;
    font-weight: normal;
    line-height: 1;
}
#AboutUs .stat-item p {
    font-size: 1rem;
    margin-top: 0.5rem;
    color:#fff;
    font-weight:300;
}

/* Our Advantages */
#OurAdvantages {
    padding: 3rem 0;
}
#OurAdvantages .container {
    width: 88%;
    margin: 0 auto;
}
@media screen and (min-width: 1681px) {
    #OurAdvantages .container {
        width: 1590px;
    }
}

#OurAdvantages .section-header {
    width: 34rem;
    margin: 0 auto 3rem auto;
}
#OurAdvantages .section-header .section-title {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    font-family: var(--font-family-heading);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1;
    text-align: left;
}
#OurAdvantages .section-header .section-description {
    color: #777;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    text-align: left;
}
#OurAdvantages .advantages-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}
#OurAdvantages .advantage-item {
    padding: 2.2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
#OurAdvantages .advantage-item.support {
    background-color: #474747;
    border-radius: 60px 60px 0 60px;
    color: #fff;
}
#OurAdvantages .advantage-item.delivery {
    background-color: #eea900;
    border-radius: 0 60px 60px 60px;
    color: #fff;
}
#OurAdvantages .advantage-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

#OurAdvantages .advantage-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 260px;
}

#OurAdvantages .advantage-item.delivery .advantage-content {
    order: -1;
    margin-bottom: 1.5rem;
}

#OurAdvantages .advantage-item.delivery .advantage-image {
    order: 1;
    margin-bottom: 0;
}

#OurAdvantages .advantage-title {
    font-family: var(--font-family-heading);
    font-size: 2.4rem;
    color:#fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

#OurAdvantages .advantage-description {
    font-size: 1.04rem;
    color:#fff;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1rem;
    flex: 1;
}

#OurAdvantages .advantage-btn {
    display: block;
    border: 2px solid #fff;
    width: 12rem;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
}

#OurAdvantages .advantage-btn:hover {
    background-color: #fff;
    color: #eea900;
}

/* News & Information */
#NewsInformation {
    padding: 3rem 0;
}
#NewsInformation .container {
    width: 88%;
    margin: 0 auto;
}
@media screen and (min-width: 1681px) {
    #NewsInformation .container {
        width: 1590px;
    }
}

#NewsInformation .section-header {
    width: 34rem;
    margin: 0 auto 3rem auto;
}
#NewsInformation .section-header .section-title {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    font-family: var(--font-family-heading);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1;
    text-align: left;
}
#NewsInformation .section-header .section-description {
    color: #777;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    text-align: left;
}
#NewsInformation ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
#NewsInformation li {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
}
#NewsInformation .news-image {
    width: 100%;
    display: block;
}
#NewsInformation .news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 1.5rem 0 1.5rem;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
}
#NewsInformation .news-title {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: var(--font-family-body);
    color: #fff;
    width: 88%;
    margin-bottom: 0;
}
#NewsInformation .news-title a{
    font-family: var(--font-family-body);
    color: #fff;
}
#NewsInformation .news-date {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 200;
    margin-top: 0.5rem;
    margin-bottom:0;
}
#NewsInformation .all_more {
display:block;border:2px solid #e89900;width:16rem;padding:0.5rem 1.5rem;text-decoration:none;color:#e89900;text-transform:uppercase;font-weight:500;text-align:center;transition:all 0.3s ease;margin:40px auto 0 auto;
}
#NewsInformation .all_more:hover {
    border:2px solid #e89900;color:#fff;background-color: #e89900;
}
/* Our Customers */
#OurCustomers {
    padding: 3rem 0;
}
#OurCustomers .container {
    width: 88%;
    margin: 0 auto;
    position:relative;
}
@media screen and (min-width: 1681px) {
    #OurCustomers .container {
        width: 1590px;
    }
}

#OurCustomers .section-header {
    width: 34rem;
    margin: 0 auto 3rem auto;
}
#OurCustomers .section-header .section-title {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    font-family: var(--font-family-heading);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1;
    text-align: left;
}
#OurCustomers .section-header .section-description {
    color: #777;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    text-align: left;
}
#OurCustomers .kehu_swiper-container {position:relative;width:100%;height:auto;overflow:hidden;padding-bottom:36px;padding-top:16px;padding-left:16px;padding-right:16px;}

#OurCustomers .kehu_swiper-container .swiper-slide {height:auto;
box-shadow: 0 4px 15px rgba(0,0,0,0.09);
    border-radius: 0;
    background: #fff;
    padding: 1.5rem;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/0.7;
}
#OurCustomers .kehu_swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
#OurCustomers .kehu_swiper-container .swiper-pagination-bullets {bottom:0;left:0;width:100%;}
#OurCustomers .kehu_swiper-container .swiper-pagination-bullet {width:14px;height:14px;display:inline-block;border-radius:100%;background:none;opacity:1;border:#eea900 solid 1px;position:relative;}
#OurCustomers .kehu_swiper-container .swiper-pagination {bottom:o;}
#OurCustomers .kehu_swiper-container .swiper-pagination-bullet-active {opacity:1;background:none;border:#eea900 solid 1px;}
#OurCustomers .kehu_swiper-container .swiper-pagination-bullet-active:before {content: '';position:absolute;height:8px;width:8px;z-index:1;left:2px;top:2px;background-color:#eea900;border-radius:100%;}

#OurCustomers ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
}
#OurCustomers li {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 0; /* 无圆角 */
    background: #fff;
    padding: 1.5rem;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/0.7;
}
#OurCustomers li:hover {
    transform: translateY(-5px);
}
#OurCustomers li img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Responsive */
@media screen and (max-width: 992px) {
    #ProductServices .section-header,
    #OurAdvantages .section-header,
    #NewsInformation .section-header,
    #OurCustomers .section-header {
        width: 90%;
        max-width: 34rem;
        margin: 0 auto 3rem auto;
    }
    
    #FeaturedProducts {
        grid-template-columns: repeat(2, 1fr);
    }
    #OurAdvantages .advantages-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    #OurAdvantages .advantage-item {
        padding: 2rem;
    }
    
    #OurAdvantages .advantage-image {
        height: 240px;
    }
    
    #OurAdvantages .advantage-content {
        height: 240px;
    }
    
    #OurAdvantages .advantage-title {
        font-size: 2rem;
    }
    
    #OurAdvantages .advantage-description {
        font-size: 1rem;
    }
    
    #OurAdvantages .advantage-btn {
        width: 10rem;
        font-size: 0.95rem;
    }
    
    #OurAdvantages .advantage-item.support {
        border-radius: 50px 50px 0 50px;
    }
    
    #OurAdvantages .advantage-item.delivery {
        border-radius: 0 50px 50px 50px;
    }
    
    #OurAdvantages .advantage-image {
        border-radius: 10px;
    }
    #NewsInformation ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    
    #NewsInformation li {
        border-radius: 10px;
    }
    
    #NewsInformation .news-overlay {
        padding: 1.2rem 1.2rem 0 1.2rem;
    }
    
    #NewsInformation .news-title {
        font-size: 1.25rem;
        font-weight: 600;
        font-family: var(--font-family-body);
        color: #fff;
        width: 88%;
        margin-bottom: 0;
    }
    
    #NewsInformation .news-date {
        font-size: 0.85rem;
        color: #fff;
        font-weight: 200;
        margin-top: 0.5rem;
    }
    
    #OurCustomers ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
    
    #OurCustomers li {
        padding: 1.2rem;
        aspect-ratio: 1/0.7;
    }
    
    #OurCustomers li img {
        width:100%;
        height: auto;
        max-width: 100%;
        max-height:auto;
    }
    #AboutUs .about-content {
        border-bottom-right-radius: 90px;
    }
    #AboutUs .about-content-wrapper {
        flex-direction: column;
        padding: 3rem 0;
    }
    #AboutUs .about-info {
        max-width: 100%;
    }
    
    #AboutUs .about-btn {
        width: 12rem;
        font-size: 1.2rem;
        padding: 0.5rem 0;
    }
    
    #ProductCarousel .carousel-item {
        width: 150px !important;
        height: auto;
    }
    #ProductCarousel .carousel-item .carousel-content {
        min-height: 150px;
    }
    #ProductCarousel .carousel-item .carousel-bg {
        min-height: 150px;
    }
    #ProductCarousel .carousel-icon {
        width: 70px;
        height: 70px;
    }
    #ProductCarousel .carousel-icon img {
        width: 70px;
        height: 70px;
    }
    #ProductCarousel .carousel-title {
        font-size: 0.95rem;
    }
    #ProductCarousel .carousel-icon-link:hover {
        transform: scale(1.03); /* 在平板端稍微减少缩放效果 */
    }
}

@media screen and (max-width: 767px) {
    #ProductServices .section-header,
    #OurAdvantages .section-header,
    #NewsInformation .section-header,
    #OurCustomers .section-header {
        width: 100%;
        padding: 0 1rem;
        margin: 0 auto 3rem auto;
    }
    
    #ProductServices .section-header .section-title,
    #OurAdvantages .section-header .section-title,
    #NewsInformation .section-header .section-title,
    #OurCustomers .section-header .section-title {
        font-size: 2rem;
        margin: 0;
        line-height: 1;
    }
    #FeaturedProducts {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #OurAdvantages .advantages-grid {
        gap: 1.5rem;
    }
    
    #OurAdvantages .advantage-item {
        padding: 1.5rem;
    }
    
    #OurAdvantages .advantage-image {
        height: 200px;
    }
    
    #OurAdvantages .advantage-content {
        height: auto;
        min-height: 200px;
    }
    
    #OurAdvantages .advantage-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    
    #OurAdvantages .advantage-description {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    
    #OurAdvantages .advantage-btn {
        width: 9rem;
        font-size: 0.9rem;
        padding: 0.4rem 1rem;
        margin: 0 auto;
    }
    
    #OurAdvantages .advantage-item.support {
        border-radius: 40px 40px 0 40px;
    }
    
    #OurAdvantages .advantage-item.delivery {
        border-radius: 0 40px 40px 40px;
    }
    
    #OurAdvantages .advantage-image {
        border-radius: 8px;
    }
    
    #NewsInformation ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
    
    #NewsInformation li {
        border-radius: 8px;
    }
    
    #NewsInformation .news-overlay {
        padding: 1rem 1rem 0 1rem;
    }
    
    #NewsInformation .news-title {
        font-size: 1.1rem;
        font-weight: 600;
        font-family: var(--font-family-body);
        color: #fff;
        width: 88%;
        margin-bottom: 0;
    }
    
    #NewsInformation .news-date {
        font-size: 0.8rem;
        color: #fff;
        font-weight: 200;
        margin-top: 0.5rem;
    }
    
    #OurCustomers ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    #OurCustomers li {
        padding: 1rem;
        aspect-ratio: 1/0.7;
        margin: 0 auto;
    }
    
    #OurCustomers li img {
        width:100%;
        height: auto;
        max-width: 100%;
        max-height:auto;
    }
    #ProductCarousel .product-carousel-wrapper {
        flex-direction: column;
    }
    #ProductCarousel .product-carousel {
        margin: 0 36px;
        width: calc(100% - 72px);
    }
    #ProductCarousel .carousel-controls {
        position: static;
        flex-direction: row;
        margin-bottom: 1rem;
        left: auto;
        top: auto;
        height: auto;
        justify-content: center;
        gap: 1rem;
    }
    #ProductCarousel .carousel-btn {
        width: 30px;
        height: 100%;
        border-radius: 0;
    }
    #ProductCarousel .carousel-item {
        width: 140px !important;
        height: auto;
    }
    #ProductCarousel .carousel-item .carousel-content {
        min-height: 140px;
    }
    #ProductCarousel .carousel-item .carousel-bg {
        min-height: 140px;
    }
    #ProductCarousel .carousel-icon {
        width: 60px;
        height: 60px;
    }
    #ProductCarousel .carousel-icon img {
        width: 60px;
        height: 60px;
    }
    #ProductCarousel .carousel-title {
        font-size: 0.9rem;
    }
    #ProductCarousel .carousel-icon-link:hover {
        transform: scale(1.02); /* 在移动端进一步减少缩放效果 */
    }
    #ProductCarousel .carousel-title-link {
        min-height: 44px; /* 确保触摸目标足够大 */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #AboutUs .about-content {
        border-bottom-right-radius: 60px;
    }
    #AboutUs .about-content-wrapper {
        flex-direction: column;
        padding: 2.5rem 0; 
    }
    
    #AboutUs .about-info {
        max-width: 100%;
    }
    
    #AboutUs .about-btn {
        width: 10rem;
        font-size: 1rem;
        padding: 0.5rem 0;
    }
    
    #AboutUs .about-stats {
        flex-direction: column;
        gap: 2rem;
    }
    
    #AboutUs .stat-number {
        font-size: 2.5rem;
    }
    
    #AboutUs .stat-label {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 551px) {
    #FeaturedProducts {
        grid-template-columns: 1fr;
    }
    #OurCustomers ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
    #NewsInformation ul {
        grid-template-columns:1fr;
        gap: 1.2rem;
    }
}