body {
    background-color: #fcfcfc !important;
}
.Product{
    margin: 100px 0; 
} 

.Product .container-md{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-column-gap: 20px;
    grid-row-gap: 20px;

}

.Product .container-md .box{
    background-color: #FFFFFF; 
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 55%;
}
.Product .container-md .box .fd{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.Product .container-md .js .wwd{
    color: #FF7100; 
}
.Product .container-md .js h2{
    font-weight: bold;
    font-size: 35px;
}
.Product .container-md .js p{
    max-width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制显示4行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Product .container-md .js button{
    background-color: #FF7100;
    border: none;
    border-radius: 999px;
    color: white;
    padding: 15px 40px; 
    margin-top: 5px;
    position: absolute; 
    font-weight: bold;
    transition: 0.3s;
}
.Product .container-md .js button:hover{
    background-color: white;
    color: black;
}



.Product .container-md  .cpbox{
    /* background-color: red; */
    box-shadow: 0 0 5px rgba(0,0,0,0.1);

}
.Product .container-md  .cpbox .fd{
    padding: 30px;
    width: 100%;
}
.Product .container-md  .cpbox .fd a{
    display: block;
    width: 100%;
    height: 100%;
}
.Product .container-md  .cpbox .fd .nbox{
    height: 100%;
    position: relative; 

}
.Product .container-md  .cpbox .fd h5{
    font-weight: bold;
    color: black;
    position: absolute;
    top: 0;
    font-size: 25px;
    max-width: 50%;
    overflow: hidden; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    text-overflow: ellipsis; 



}
.Product .container-md  .cpbox .fd  button{
    position: absolute;
    bottom: 0;
    background-color: transparent;
    color: #FF7100;
    border: none;
    font-weight: bold;
    font-size: 18px;
}


.Product .container-md  .cpbox .fd img{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; 
    width: 50%;
    object-fit: contain;
}
.Product .container-md  .cpbox .fd::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #FFA500, #FF4500);
} 
.Product .container-md  .cpbox{
    transition: 0.3s;
}
.Product .container-md  .cpbox:hover{
    transform: translateY(-10px) !important;
}



.News {
    margin: 100px 0 0 0;
    text-align: center;
    background-color: #F4F4F4;
    padding-top: 50px;
    padding-bottom: 100px;
}
.News  h2{
    text-align: center;
    color: #ff7100;
    font-weight: bold;
}
.News  .titleSpan{
    text-align: center;
    font-size: 16px;
    color: black;
    display: inline-block;
    margin-bottom: 50px;
}

.News .container-md{
    display: flex;
    justify-content: space-between;
}
.News .container-md .left{
    width: 50%;
    position: relative;
}
.News .container-md .left{
    padding: 20px;
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
}
.News .container-md .left a{
    height: 100%;
}
.News .container-md .left::before{
    background-image: url('../img/Index/bg-5.png'); 
    position: absolute;
    content: ""; 
    background-repeat: repeat;
    left: -20px;
    top: -18px;
    width: 80%;
    height: 80%;
    z-index: -1;
} 
.News .container-md .left .imgzz{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.News .container-md .left .imgzz::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000005e;    
    z-index: 1;
}
.News .container-md .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.News .container-md .left:hover img{
    transform: scale(1.1);
}
.News .container-md .left div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: 2;
    color: white; 
}
.News .container-md .left div h1{
    padding: 5%;
    font-size: 20px;
    max-width: 200px;
} 
.News .container-md .left div h1::before {
    content: attr(data-first-two);
    font-weight: bold;
    font-size: 80px; /* 放大后的字体大小 */
    color: #fff;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    font-family: 'Oswald', sans-serif;
    }




.News .container-md .left div div{
    position: absolute;
    top: auto;
    left: 5%;
    bottom: 5%;
    width: fit-content;
    height: fit-content; 
    color: white;
    text-align:left;
}
.News .container-md .left div  .left-di{
    width: 100%;
}
.News .container-md .left div  .left-di h3{
    font-size: 24px;
    max-width: 80%  ;
}

.News .container-md .left div  .left-di{
    border-left: 6px solid #ff7100;
    margin-left: 10px;
    padding: 20px 0 20px 10px;
    margin-bottom: 10px;
}
.News .container-md .left div  .left-di button{
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
    font-size: 14px;
}



.News .container-md .right{
    width: 50%;
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.News .container-md .right a{
    color: black;
    border: 1px solid #ccc;
    transition: 0.5s;
}
/* .News .container-md .right a:hover{
    border: 3px solid #ff7100;
} */
.News .container-md .right .right-box{
    text-align: left;
    padding: 10px;
    height: 100%;
    transition: 0.5s;
} 

.News .container-md .right .right-box h1{
    font-size: 20px;
}

.News .container-md .right .right-box h1::before {
    content: attr(data-first-two);
    font-weight: bold;
    font-size: 40px; /* 放大后的字体大小 */
}


.News .container-md .right .right-box h6{
    color: #242623;

}
.News .container-md .right .right-box h3{
    font-size: 22px;
    font-weight: bold;
    transition: 0.5s;
}
.News .container-md .right .right-box:hover h3{
    color: #ff7100;
}

.News .container-md .right .right-box span:not(h6 span){
    font-size: 14px;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-box-orient: vertical; /* 设置内容垂直排列 */
    -webkit-line-clamp: 2; /* 限制为两行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 显示省略号 */
    line-height: 1.5; /* 设置行高，确保两行高度正确 */
    max-height: 3em; /* 设置最大高度（行高 × 行数） */
}


.wsm{
    margin: 100px 0;
    background-color: #F4F4F4;
    text-align: center;
    padding: 50px 0;
}
.wsm .xtitle{
    color: #FF7100 ;
    font-size: 20px;
    font-weight: bold;
}
.wsm .dtitle{
    color: black;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}

.wsm .mian {
    display: flex;
    justify-content: space-between;
}
.wsm .mian .box{
    width: 24%;
    background-color: white;
    text-align: left;
    position: relative;
    padding: 30px 20px;
}
.wsm .mian .box::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url('../img/service6.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    z-index: 3;
    clip-path: polygon(
        50% 0, 50% 0, 50% 50%, 50% 100%, 
        50% 100%, 50% 50%);
    transition: 0.7s;
}
.wsm .mian .box:hover::before {
    clip-path: polygon(
      25% -70%,
      75% -70%,
      120% 50%,
      75% 170%,
      25% 170%,
      -20% 50%
    );
    z-index: 1;
}
  


.wsm .mian .box span{
    color: #FF7100;
    font-size: 35px;
    position: relative;
    z-index: 2;
    transition: 0.4s;
}
.wsm .mian .box:hover span{
    color: white;
}
.wsm .mian .box  h3{
    color: black;
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0;
    position: relative;
    z-index: 2;
    transition: 0.4s;
}
.wsm .mian .box:hover h3{
    color: white;
}
.wsm .mian .box  h6{
    font-size: 15px;
    color: #7a7a7a;
    position: relative;
    z-index: 2;
    transition: 0.4s;
} 
.wsm .mian .box:hover h6{
    color: white;
}
.wsm .mian .box button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    z-index: 2;
   }
   
   .wsm .mian .box  button.learn-more {
    width: 12rem;
    height: auto;
    margin-top: 20px;
   }
   
   .wsm .mian .box   button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #F4F4F4;
    border-radius: 1.625rem;
   }
   
   .wsm .mian .box button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ff7100;
   }
   
   .wsm .mian .box  button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   .wsm .mian .box  button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #ff7100;
    border-right: 0.125rem solid #ff7100;
    transform: rotate(45deg);
   }
   
   .wsm .mian .box  button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.55rem 0;
    margin: 0 0 0 1.85rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
   }
   
   .wsm .mian .box    button:hover .circle {
    width: 100%;
   }
   
   .wsm .mian .box   button:hover .circle .icon.arrow {
    background: #ff7100;
    transform: translate(1rem, 0);
   }
   
   .wsm .mian .box   button:hover .button-text {
    color: #ff7100;
   }

   



    .About {
        margin: 100px 0;
    }
    .About .container-md{
        display: flex;
        justify-content: space-between;
    }
    .About .left{
        width: 48%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;

    }
  .About .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .About .left::before{
    content: '';
    width: 30%;
    height: 30%;
    position: absolute;
    left: -3%;
    top: -4%;
    background-color:#FF7100;
    z-index: -1;
    animation: fadeIn 2s ease-in-out forwards; 
}
  .About .left::after{
    content: '';
    width: 30%;
    height: 30%;
    position: absolute;
    right:-3%;
    bottom: -4%;
    background-color: #FF7100;
    z-index: -1;
  }

    .About .right{
        width: 48%;
    }
    .About .right h5{
        color: black;
        font-size: 16px;
        margin: 20px 0;
        font-weight: bold;
        display: flex;
        align-items: center;
    }
    .About .right h5 span{
        font-size: 35px !important;
        color: #FF7100;
    }
    .About .right h2{
        color: black;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5;
    }
    .About .right span{
        font-size: 14px;
    }
    .About .right button{
        background-color:#FF7100;
        color: white;
        border: none;
        outline: none;
        padding: 6px 15px;
        border-radius: 999px;
        margin-top: 20px;
    }
    
@media screen and (max-width:1200px) {
    .About .container-md{
        display: block;
    }
    .About .left{
        width: 100%;
    }
    .About .right{
        width: 100%;
    }
    .wsm .mian{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .wsm .mian .box{
        width: 100%;
    }
    
}
@media screen and (max-width:991px) {
    .Product .container-md{
        grid-template-columns: repeat(2, 1fr)
    }
    .News .container-md{
        display: block;
    }
    .News .container-md .left,
    .News .container-md .right{
        width: 100% !important;
    }
}
@media screen and (max-width:768px) {
    .Product .container-md{
        grid-template-columns: repeat(1, 1fr)
    }
}
@media screen and (max-width:576px) {
    .wsm .mian{
        display: block;
    }
    .wsm .mian .box{
        margin-bottom: 30px;
    }
    .wsm .dtitle{
        font-size: 25px;
    }
    .Product .container-md .js p{
        max-width: 95%;
    }
}