html,body{
    margin: 0;
    padding: 0;
}
#home{
    padding-top: 192px;
}

#ID-carousel{
    width: 100%;
    height: 700px!important;

}
#ID-carousel .item{
    width: 100%;
}

.img1{
    background: url(../images/slideshow1.png) no-repeat;
    background-size: 100% 100%;
    text-align: end;
    display: flex;
    align-items: center;
}
.img2{
    background: url(../images/slideshow2.png) no-repeat;
    background-size: 100% 100%;
}
.img3{
    background: url(../images/slideshow3.png) no-repeat;
    background-size: 100% 100%;
}
.first-box{
    height: 100%;
    padding-right: 12.4%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.text-box{
    
    text-align: right;
}
.text-box p{
    font-size: 45px;
    color: #fff;
    line-height: 65px;
}
.more{
    margin-top: 30px;
}
.more a{
    padding: 13px 75px;
    background-color: #1E50AE;
    color: #fff;
}
.more a:hover{
    color: #fff;
}
.cl-row{
    padding: 2.96875vw 12.4%;
    display: flex;
    justify-content: space-between;
}
.headline{
    margin-top: 0.574713vw;
    font-size: 30px;
    color: #333;
    padding-bottom: 33px;
    border-bottom: 3px solid #D9D9D9;
}
.cl-item{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cl-img{
    /* width: 50%; */
    text-align: end;
    overflow: hidden;
}
.cl-img:hover img{
    transform: scale(1.08);
    transition: transform .36s ease;

}
.cl-item p{
    font-size: 24px;
    color: #888;
    font-weight: bold;
}
.fiberglass-imgs{
    display: flex;
}

.application-box{
    
}
.application-title{
    text-align: center;
    padding: 1.66667vw 12.4%;
}
.application-title h2{
    font-size: 36px;
    line-height: 42px;
    margin-top: 1.35841vw;
}
.application-content{
    padding: 3.59375vw 12.4%;
}
.application-content ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
.application-content ul li{
    width: 25%;
}
.application-content ul img{
    width: 100%;
    object-fit: cover;
}
.text{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #333333;
}
.aboutUs-title{
    text-align: center;
    padding: 0 12.4%;
}
.aboutUs-title h2{
    padding-top:1.14943vw;
    font-size: 36px;
    color: #333;
}
.aboutUs-content{
    padding: 2.60417vw 22.1526% 5.20833vw 15.0822%;
    display: flex;
    gap: 33px;
}
.aboutUs-content .img{
    /* width: 100%; */
    text-align: center;
    padding-top: 12px;
}
.aboutUs-content img{
    width: 100%;
}
.about-item{
    width: 50%;
}
.about-item p{
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

.news-box{
    background-color: #FAFAFA;
}
.news{
    
    padding: 57px 12.4% 97px 12.4%;
}
.news h2{
    text-align: center;
    font-size: 36px;
    color: #333;
    margin-bottom: 51px;
}
.news ul{
    display: flex;
    gap: 26px;
    justify-content: space-between;
}
.news ul li{
    width: 32%;
    padding: 23px 23px 30px 23px;
    background-color: #fff;
}
.news-item{
    display: block;
    width: 100%;
    height: 100%;
}
.news li:hover .new-title{
   
    color:rgb(30, 80, 174);

}
.news li:hover {
    border-radius: 4px;
    box-shadow: 0 0 22px rgba(0, 0, 0, .12);
}

.news li:hover .newImg{
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.img-scale{
    overflow: hidden;
}
.newImg{
    width: 100%;
    transition: transform 0.3s ease;
}
.particulars-content{
    padding-top: 20px;
}
.new-title{
    color: #000;
    line-height: 24px;
    margin-bottom: 3px;
}
.date{
    line-height: 24px;
    color: #999;
}
.news-content{
    margin-top: 13px;
    color: #666;
    line-height: 24px;
}
.arrow{
    margin-top: 31px;
    text-align: right;
}
.form-box{
    padding: 56px 12.4% 56px 12.4%;
}


.name-email{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 21px;
}
.from-item{
    width: 50%;
}
.form-box .layui-input{
    border: none;
    background-color: #F8F8F8;

}
.form-box .layui-input:focus,
.form-box .layui-textarea:focus {
    border: none; 
    outline: none; 
    box-shadow: none; 
}
.form-box .layui-textarea{
    border: none;
    background-color: #F8F8F8;
    resize: none;
}

.form-box label{
    font-size: 18px;
    color: #666666;
    display: block;
    margin-bottom: 14px;
    line-height: 21px;
}
.form-box label::after{
    content: "*";
    color: red;
    
}
.submit{
    margin-top: 30px;
}
.submit button{
    display: block;
    width: 100%;
    background-color: #1E50AE;
}