#carouselExample .carousel-item{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 38%;
}
#carouselExample .carousel-item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:768px) {
    #carouselExample .carousel-item{
        padding-top: 250px;
    }
}

#carouselExample  .carousel-control-prev .iconfont,
  .carousel-control-next .iconfont{
    color: rgba(0, 0, 0, 0.7) ;
    font-size: 45px; 
}
#carouselExample  .carousel-indicators [data-bs-target]{
    background-color:#353535;
} 


.about{

    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
}
.about-main{
    
   display: flex;
   justify-content: center;


}
.about-main .left{
    width:50%;
    overflow: hidden;
}
.about-main .left .left-h4{
    font-size: 16px;
    color: #e79009;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    align-items: center;
}
.about-main .left .left-h4 span{
    margin-right: 30px;
    font-size: 50px;
}
.about-main .left .left-h3{
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: black;
    max-width: 500px;
    font-size: 30px;
}
.about-main .left .left-h3s{
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: black;
    max-width: 650px;
    font-size: 30px;
    margin-top: 20px;
}
.about-main .left .left-h3s span{
    color: #e79009;
}
.about-main .left .left-p{
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    max-width: 650px;
    color: gray;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-top: 20px;
}
.about-main .left .left-boxs{
    max-width: 600px;
    margin-bottom: 20px;
}
.about-main .left .left-boxs .left-icon{
    color: #e79009;
    margin-left: 10px;
}
.about-main .left .left-boxs .left-con{
    font-size: 16px;
    color: gray;
    margin-left: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.about-main .left .left-button{
    background-color: transparent;
    color: #e79009;
    border: 2px solid #e79009;
    font-size: 16px;
    height: 45px;
    width: 150px;
    border-radius: 50px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition: 0.3s;
    margin-top: 10px;
}
.about-main .left .left-button:hover{
    border: none;
    color: white;
    background-color: #e79009;
}


.about-main .right{
    width: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.about-main .right .right-main{
    width: 100%;
    height: 400px;
    /* background-color: red; */
    padding: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-main .right .right-main img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:768px) {
    .about-main .right .right-main{
        padding: 0;
        height: 350px;
    }
}




.product{

    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    background-image: url('../img/Product/back.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* .product-main{


} */
.product-main .product-h4{
    color: #e79009;
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
}
.product-main .product-h2{
    font-size: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
}
.product-main .product-h2 span{
    color: #e79009;
}
.product-main .proder-boxs{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
    width: 100%;
}


.Product-there{
    width: 33%;
    height: 500px;
}
.Product-there div{
    width: 100%;
    height:50%;
}
.Product-there  .image-Products{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    overflow: hidden;

}
.Product-there  .image-Products img{
    height: 100%;
    width: auto;
    transition: 0.3s;
}
.Product-there  .image-Products:hover img{
    height: 120%;
}


.Product-there  .a-Products{
    height: 50%;
    background: #f0f0f0;
    text-align: center;
    transition: 0.3s;
    position: relative;
}
.Product-there  .a-Products:hover{
    background: linear-gradient(to bottom right, #e79009, rgb(253, 190, 142));
}
.Product-there  .a-Products a{
    color: black;
    transition: 0.3s;
    font-size: 20px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.Product-there  .a-Products:hover a{
    color: white;
}





@media screen and (max-width:768px) {
    .product-main .proder-boxs{
        display: block;
    }
    .Product-there{
        display: flex;
        width: 100%;
        height: 200px;
    }
    .Product-there .a-Products{
        height: 100%;
    }
    .Product-there .image-Products{
        height: 100%;
    }
}







.choose{
    width: 100%;

}


.choose-main{
    background-image: url('../img/Choose/image.png');
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: top;
    padding-top: 100px;
    padding-bottom: 100px;
}
.choose-main .choose-one{
    padding-bottom: 100px;
}
.choose-main .choose-one .choose-one-one{
    text-align: center;
    font-size: 16px;
    color: #e79009;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
}
.choose-main .choose-one .choose-one-two{
    text-align: center;
    font-size: 40px;
    background: linear-gradient(to right, #e5b870 50%, #e38b00 50%);
    -webkit-background-clip: text;
    color: transparent; 
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
}
.choose-main .choose-one .choose-one-there{
    text-align: center;
    font-size: 40px;
    background: linear-gradient(to right, #e38b00 20%, #e5b870 80%);
    -webkit-background-clip: text;
    color: transparent; 
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
}


.gir-main{
    background-color: #eee;
    padding-bottom: 0px;
    height: auto;
}
.choose-two{
    margin: 0 auto;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    padding: 0;
    position: relative;
    top: -100px;
}
.gir-main .gir-sums{
    background-color: white;  

}
.gir-main .gir-sums div{

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top:20px;
    padding-bottom: 50px;
}
.gir-sums-yuan{
    position: absolute;
    left: 30%;
    top: 0;
    font-size: 80px;
    color: #eee;
    transition: 0.3s;
    top: 55%;
    left: 45%;
    transform: translate(-50%, -50%);
    
}
.gir-sums-icon{
    font-size: 40px;
    z-index: 1;
    color: #e38b00;
}
.gir-main .gir-sums:hover .gir-sums-yuan{
    /* left: 38%;
    top: -7%; */
    color: #e5b870;
    top: 40%;
    left: 50%;
    /* left: auto; */
}



.gir-main .gir-sums h4{
    color: #e38b00;
    font-size: 16px;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    transition: 0.3s;
}
.gir-main .gir-sums h4:hover{
    color: #e5b870;
}
.gir-main .gir-sums h5{
    font-size: 12px;
    color: #e38b00;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 50px;
}
.gir-main .gir-sums h5:hover{
    color: #e5b870;
}


.solutions{

    padding-top: 100px;
    /* padding-bottom: 100px; */
    width: 100%;
}
/* .solutions-main{

} */

.solutions-main h4 {
    font-size: 16px;
    color: #e79009;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    align-items: center;
}
.solutions-main h4  span{
    margin-right: 30px;
    font-size: 50px;
}
.solutions-main h2{
    font-size: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.solutions-main h2 span{
    color: #e79009;
}
.solutions-main .new-main{
    overflow: hidden;
    height: auto;
}
.new-main .slick-list{
    height: auto;
}
.solutions-main .new-main .new-main-imgs{
    margin: 5px;
    overflow: hidden;
    width: 23%;
    height: 300px;
    box-shadow: 1px 5px 5px rgba(0,0,0,0.3);
    
}
.solutions-main .new-main .new-main-imgs .new-main-images{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60%;
    width: 100%;
    overflow: hidden;
}
.solutions-main .new-main .new-main-imgs .new-main-images img{
    width: 100%;
    height: auto;
}
.new-main-content{
    padding: 20px;
}
.new-main-content h5{
    font-size: 16px;
    text-align: center;
    color: #e79009;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
.new-main-content button{
    background-color: white;
    color: #e79009;
    border: 2px solid  #e79009;
    border-radius: 50px;
    float: right;
    width: 130px;
    height: 35px;
    transition: 0.3s;
    margin-top: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
.new-main-content button:hover{
    color: white;
    border: none;
    background-color: #e79009;
   
}




.products{

    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
}
.products h4{
    font-size: 16px;
    color: #e79009;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    align-items: center;

}
.products h4 span{
    margin-right: 30px;
    font-size: 50px;
}
.products h2{
    font-size: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.products h2 span{
    color: #e79009;
}

.product-main .products-main{
    height: auto;
    width: 100%;
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
}
.product-main .products-main > div:nth-child(1) {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
}
.product-main .products-main .products-main-imgs{
    width: 300px;
    height: 400px;
    box-shadow: 0px 0px 5px black;
    margin-top: 30px;
}
.product-main .products-main .products-main-imgs .Images{
    width: 100%;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ccc;
}
.product-main .products-main .products-main-imgs .Images a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.product-main .products-main .products-main-imgs .Images img{
    height: 100%;
    width: auto;
}
.Titles{
    width: 100%; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    padding: 15px;
    text-align: center;
}
.Titles a{
    color: black;
    transition: 0.3s;
}
.Titles a:hover{
    color: #e79009;
}








@media screen and (max-width:991px) {
    .about-main{
        display: block;
    }
    .about-main .left{
        width: 100%; 
    }
    .about-main .right{
        width: 100%;
    }
}