/* .container{
    width: 1200px!important;
} */

/* 公共内容头部样式 */
.product-head{
    position: relative;
    padding-top: 100px;
    display: flex;
    justify-content: center;
}
.product-head-img{
    width: 41%;
    
}
.product-head-img img{
    width: 100%;
}
.product-head-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,50%);
}
.product-head-text span{
    color: rgba(26, 29, 33, 1);
    font-size: 36px;
}
.product-head-text i{
    display: block;
    width: 80px;
    border: 2px solid rgba(45, 141, 250, 1);
}

.nav-list{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 60%;
}
.nav-text{
    padding: 0;
}
.m-nav-list-btn{
    font-size: 20px;
}



/* 导航栏右侧电话图标 */
.header-box{
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.header-box-img{
    width: 44px;
    height: 44px;
}
.header-box-img img{
    width: 100%;
}
.header-box-text{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
.header-box-text-img{
    width: 185px;
    height: 32px;
}
.header-box-text-img img{
    width: 100%;
}

/* 产品中心 */
.product{
    width: 100%;
    background-color: rgba(246, 246, 246, 1);
}

.product-content{
    width: 100%;
    height: auto;
    padding: 50px 0 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} 
.product-content-box{
    width: 270px;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin-top: 10px;
   
   
}
.product-content-box-img{
    height: 225px;
    padding: 10px;
}
.product-content-box-img img{
    width: 100%;
    height: 100%;
} 
.product-content-box-text{
    color: rgba(26, 29, 33, 1);
    font-size: 24px;
}
.product-ceng{
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 320px;
    background: rgba(45, 141, 250, 0.7);
    box-shadow: 0px 4px 8px rgba(45, 47, 54, 0.58);
    padding: 32px 24px ;
    overflow: hidden;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
    
}
.product-content-box:hover .product-ceng{
    display: block;
   opacity: 1;
}
.product-content-box:hover .product-content-box-text{
    z-index: 1;
    color: #fff;
}

/* 应用领域 */
.use{
    width: 100%;
    background-color: rgba(246, 246, 246, .6);
    
}

#swipers{
    padding: 70px 0 100px 0;
}
/* 轮播项 */
#swipers #swiper-slide-1 {
    width: 90%;
    height: 520px;
}

#swiper-slide-1 img{
    width: 100%;
    height: 100%;
}
#swiper-slide-text{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color:rgba(15, 115, 255, 0.8);
    height: 175px;
    width: 100%;
    color: rgba(255, 255, 255, 1);  
   
  
}

.swiper-slide-text-box-1{
    padding: 15px 15px 15px 24px;
    font-size: 20px;
}

.swiper-slide-text-box-2{
    
    padding: 0 195px 0 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow:ellipsis ;
    font-size: 16px;
    
}
#swiper-slide-text a{
    display: block;
    text-align: end;
    padding: 10px 24px 0 0 ;
}
#swiper-slide-text a img{
    width: 16px;
    height: 16px;
}
.zj{
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 10;
}
.yj{
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 10;
   
}

/* 产品优势 */
.advantage{
    width: 100%;
    background-color: rgba(235, 236, 237, 1);
    
}
.advantage-box{
    width: 100%;
    margin: 70px 0 100px 0 ;
    height: auto;
}
.advantage-box1{
    display: flex;
    justify-content: space-between;
    
}
.advantage-box1-z{
    background-color: rgba(255, 255, 255, 1);
    width: 50%;
   padding: 20px;
}
.advantage-box1-z-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.advantage-box1-z-nub{
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(55, 136, 250, 1) 0%, rgba(0, 100, 240, 1) 100%);
    border: 1px solid rgba(166, 166, 166, 1);
    box-shadow: -3px -3px 4px rgba(255, 255, 255, 0.5), 3px 3px 6px rgba(136, 138, 148, 0.5);
    border-radius: 8px;
    color: rgba(255, 255, 255, 1);
    font-size: 48px;
    text-align: center;
    
}
.advantage-box1-z-nub2{
    color: rgba(56, 56, 56, 1);
    font-size: 28px;
    font-weight: bold;
    width: 240px;
}
#abimg{
    width: 25%;
    
}
.advantage-box1-z p{
    color: rgba(56, 56, 56, 1);
    font-size: 16px;
    width: 367px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    text-overflow:ellipsis ;
    font-weight: bold;
}
.advantage-box1-y {
    width: 50%;
}
.advantage-box1-y img{
    width: 100%;
    height: 100%;
}

/* 关于我们 */
.about{
    width: 100%;
    height: 500px;
    background-image: url(/public/static/index/images/tt1.png);
    background-size: cover;
}
.about-box{
    padding-top: 70px;
    color: rgba(86, 87, 99, 1);
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
}
.about-btn{
    width: 100px;
    height: 32px;
    background: rgba(45, 141, 250, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto;
    color: #fff;
}

/* 新闻资讯 */
.news{
    width: 100%;
    background-color: rgba(246, 246, 246, 1);
    height: auto;

}
.news-box{
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
    width: 100%;

}
.news-box-left{
    width: 38%;
    position: relative;
}
.news-box-left-text{
    width: 100px;
    height: 75px;
    background: rgba(45, 141, 250, 1);
    border-radius: 5px;
    backdrop-filter: blur(4px);
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-box-left-text2{
    position: absolute;
    bottom: 0;
    padding: 0 24px 10px 24px;
    background: linear-gradient(180deg, rgba(0, 65, 140, 0) 0%, rgba(0, 38, 82, 1) 100%);
backdrop-filter: blur(4px);
}
.nbtext1{
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow:ellipsis ;
}
.nbtext2{
    color: rgba(237, 237, 237, 1);
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow:ellipsis ;
}

.news-box-right{
    width: 58%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-box-right-1{
    display: flex;
}
.news-box-right-img{
    width: 45%;
    height: 0;
    padding-bottom: 20%;
    position: relative;
}
.news-box-right-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.news-box-right-text{

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2px 0 2px 20px;
}
.news-box-right-text1{
    color: rgba(45, 141, 250, 1);
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    font-weight: 600;
}
.news-box-right-text2{
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: rgba(26, 29, 33, 1);
    
}
.news-box-right-text3{
    font-size: 18px;
    color: #A6A6A6;
    font-weight: 600;
    text-align: end;
}
.news-a{
    width: 90px;
    border: 1px solid rgba(92, 91, 85, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 16px 5px 16px;
    color: rgba(92, 91, 85, 1);
    font-size: 14px;
    line-height: 22px;
    margin: 40px auto;
}


/* 底部内容 */
.footer-top{
    background-color: rgba(46, 47, 56, 1);
    margin-top: 0;
    border-bottom: 0;
}
#footer-text-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;

}
.footerlog-img{
    width: 136px;
    height: 136px;
    margin-bottom: 14px;

}
.footer-img img{
    width: 100%;
  
}

.footer-text{
    width: 40%;
    padding-top: 0;
}
.footer-desc{
    display: flex;
  
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}
.footer-desc-img{
    width: 18px;
    height: 18px;
}
.footer-desc-img img{
    width: 100%;
}
.footer-desc-text{
    padding-left: 5px;
}
.erweima{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.erweima-s{
    display: flex;
    justify-content: flex-end;
}
.erweima-box{
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    text-align: center;
    padding-left: 80px;
}
.erweima-box div{
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}
.erweima-box div img{
    width: 100%;
}
.footer-down{
    background-color: rgba(30, 31, 36, 1);
    padding: 10px 0;
    
}
.footer-fir{
    padding: 50px 0 0 120px;
    
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
        }
}
@media (max-width: 992px){
    #swipers #swiper-slide-1{
        height: 390px;
    }
    .footer-fir{
        padding: 0;
        margin-top: 50px;
    }
    .erweima-s{
        justify-content: space-around;
    }
    .erweima-box{
        padding-left: 0;
    }
}

    
@media(max-width:768px){
    .container{
        width: 100%;
    }
    .advantage-box1-y{
        width: 100%;
    }
    .advantage-box1-z{
        width: 100%;
    }
    .advantage-box1{
        display: flex;
        flex-wrap: wrap;
    }
    #footer-text-box{
        display: none;
    }
    .erweima{
        width: 100%;
        padding-top: 20px;
    }
    .erweima-s{
        display: flex;
        justify-content: space-around;
    }
    .erweima-box{
        padding-left: 0;
    }
    .footer-fir {
    padding: 0;
    margin-top: 50px;
    }
    .footer-text{
        width: 100%;
    }
    .footerlog-img{
        margin: 0 auto;
    }
    .footer-title{
        text-align: center;
    }
    
    
    .header-box-text{
        padding: 10px;
    }
    .header-box-text-img{
        /* width: 100px; */
		width: 100%;
    }
    #abimg{
        display: none;
    }
    #footbox{
        display: flex;
        justify-content: center;
    }
    .advantage-box1-z-nub{
        width: 50px;
        height: 50px;
        font-size: 32px;
    }
    .advantage-box1-z-box{
        justify-content: inherit;
    }
    .advantage-box1-z p{
        width: auto;
    }
    .advantage-box1-z-nub2 {
        font-size: 20px;
        width: 65%;
        padding-left: 10px;
    }
    .footer-title{
        display: none;
    }
    .product-ceng{
        display: none;
    }
    .product-content-box:hover .product-ceng{
        display: none;
        opacity: 0;
    }
    .product-content-box:hover .product-content-box-text{
        z-index: 1;
        color: #000;
    }
}
@media screen and (max-width:600px){
    #ctupian{
        width: 100%;
    }
    .product-content-box{
        width: 100%;
        padding: 20px;
    }
   
    .product-content-box-img{
        height: 100%;
    }
   
    .news-box{
      
        flex-wrap: wrap;
    }
    .news-box-left{
        width: 100%;
    }
    .news-box-right{
        width: 100%;
    }
    .news-box-left-img {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .news-box-right-1{
        padding-bottom: 10px;
    }
    .head-logo{
        width: 30%  ;
    }
    #swiper-slide-text{
        display: none;
    }
    #swipers #swiper-slide-1{
        height: auto;
    }
    
    
    .news-box-right{
        margin-top: 10px;
    }
    .footer-top{
        text-align: inherit;
    }
}