.intelligent_banner{
    width: 100%;
    font-size: 0;
    position: relative;
}
.intelligent_banner .swiper {
    width: 100%;
    height: 100%;
  }

.intelligent_banner  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

 .intelligent_banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

 .intelligent_banner .swiper {
    margin-left: auto;
    margin-right: auto;
  }








 .intelligent_banner .swiper-slide  .layer{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
   z-index: 9;

}




.intelligent_banner .swiper-slide   .box{
    width: 100%;
    height: 150px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%,-50%);
    text-align: center;
   z-index: 10;
    
}


.intelligent_banner .swiper-slide .box h3{
    font-size: 50px;
}

.intelligent_banner .swiper-slide   .box h5{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
}





















.process{
    width: 100%;
    font-size: 0;
    background-color: #e7e7e7;
    padding-bottom: 70px;
    

}

.process .processs{
    width: 1200px;
    height: 600px;
    display: block;
    margin: 0 auto;
}

.process .process_tit{
    width: 1200px;
     height: 200px;
     line-height: 200px;
     display: block;
     margin: 0 auto;
}
.process .process_tit h3{ 
      width: 100%;
      height: 100%;
     font-size: 35px;
     color: #0536be;
  
  }
  
  .process .process_tit h3 span{
    font-size: 15px;
    color: #5B5B5B;
    text-transform: uppercase;
  }




.process .processs .processs_l{
    float: left;
}

.process .processs .processs_l a{
   overflow: hidden;
   width: 587px;
   height: 350px;
   display: inline-block;
}
.process .processs .processs_l img{
    width: 100%;
}

/* 鼠标移入图片 hover放大效果 */
.process .processs .processs_l a img{
    transition: transform 0.3s ease;
}

.process .processs .processs_l a img:hover{
    transform: scale(1.2);
}







.process .processs .processs_r{
    float: right;
}


.process .processs .processs_r a{
    overflow: hidden;
    width: 587px;
    height: 350px;
    display: inline-block;
 }

 
 .process .processs .processs_r a img{
     transition: transform 0.3s ease;
 }
 


 .process .processs .processs_r img{
    width: 100%;
}

 .process .processs .processs_r a img:hover{
     transform: scale(1.2);
 }
 













.manufacture{
    width: 100%;
    height: 570px;
    font-size: 0;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    
    
}


.manufacture .manufacture_tit{
    width: 1200px;
    height: 200px;
    line-height: 200px;
    display: block;
    margin: 0 auto;
}

.manufacture .manufacture_tit h3{
    width: 100%;
    font-size: 35px;
    color: #0536be;
}

.manufacture .manufacture_tit h3 span{
    font-size: 15px;
    color: #5B5B5B;
    text-transform: uppercase;
}


.manufacture .manufactures{
    width: 1200px;
    height: 118px;
    display: block;
    margin: 0 auto;
    margin-bottom: 100px;

}

.manufacture .manufactures ul li{
    float: left;
    width: 375px;
    height: 118px;
    line-height: 118px;
    border: 1px solid #EFEFEF;
    margin-right: 20px;
    color: #0536BE;
    font-size: 22px;
    text-align: center;
}








.manufacture  .chain_b{
    width: 450px;
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.manufacture  .chain_b button{
    height: 50px;
    display: flex;
    align-items: center;
    border: 0;
    color: #fff;
    background-color: #0536BC;
    padding: 10px 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.manufacture  .chain_b button img{
  margin-right: 10px;
}
