@charset "utf-8";
/* banner */
.carousel-control{
    display: none;
}
.carousel:hover .carousel-control{
    display: block;
}
/* 关键词搜索 */
.hot{
    height:100px;
    background:#f8f9fb;
    border-top: 12px solid #0a51a1;
}
.hot .hot-box{
    line-height: 100px;
}
.hot .hot-box strong{
    font-size: 16px;  
    margin-right: 10px;
}
.hot .hot-box strong i{
    font-size: 24px;
}
.hot .hot-box a{
    display: inline-block;
    padding-right:10px;
    color:#5a5a5a;
}
.search{
    margin-top:30px;
}
.search .search-box{
    height:40px;
    width:335px;
    background:#fff;
    border-radius: 40px;
}
.search .search-box input{
    width:85%;
    height:100%;
    border:none;
    background:none;
    padding:0 15px;
}
.search .search-box input:-moz-placeholder {
    color: #999;
    font-size: 14px;
}
.search .search-box input:-ms-input-placeholder{
    color: #999;
    font-size: 14px;
}
.search .search-box input::-webkit-input-placeholder{
    color: #999;
    font-size: 14px;
}
.search .search-box button{
    width:15%;
    height:100%;
    border:none;
    background:#0a51a1;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.search .search-box button span{
    font-size: 20px;
    color:#fff;
}

@media (max-width:992px){
    .hot{
        display: none;
    }
}
/* 产品中心 */
.index_common{
    padding:90px 0;
}
.title h3{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.8;
    margin:0px 0 10px 0;
    display: inline-block;    
}
.title h3 span{
    display: block;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
}
.title h3 span:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 26px;
    height: 2px;
    background: #4b4b4b;
}
.title h3 b{
   border-bottom: 3px solid #d50002;
   display: inline-block; 
}
.title .title-box p{
    font-size: 16px;
    margin:0;
    color: #5a5a5a;   
}
.title .title-box p::after{
    content:'';
    display: block;
    width:45px;
    height:4px;
    background:#0a51a1;
    margin-top: 10px; 
}
.title .title-box a{
   border: 1px solid #dcdcdc;
    padding: 5px 15px;
    font-size: 16px;
    margin-top: -5px; 
}
.product .product-box {
    margin-top:30px;
    position: relative;
}
.product-list{
    background-color: #f8f9fb;
    padding: 25px;
    position: relative;
    font-size: 14px;
}
.product .product-box .product-img img{
    width:100%;  
}
.product .product-box .product-name{     
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.product .product-box .product-desc{   
    margin: 20px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    text-align: center;
}
.product-more .btn-link{
   border-radius: 20px;
   padding: 4px 25px;
   color: #444444;
   margin-bottom: 20px;
   border-color: #d1d1d1;
}
.product-list .div-hover{
    background: #0a51a1;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    height: 0;
    width: 100%;    
    overflow: hidden;
    z-index: 2;
    transition: all 0.3s linear;
}
.product-list .div-hover .product-more .btn-link{
    color: #fff;
}
.product-list:hover .div-hover{
    height: 100%;
    padding: 35% 25px;
}
.product-box .swiper-btn{
    margin-top:-80px;
    position: absolute;
    top:50%;
    width: 55px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #f6f6f6;
    z-index: 99;
    font-size: 20px;
    color:#848484;
}
.product-box .btn-zuo{
    right:60px;
    top: 0px;
}
.product-box .btn-you{
    right:0px;
    top: 0;
}
.product-box .swiper-btn:hover{
    background:#0a51a1;;
    color:#fff;
}

@media (max-width:992px){
    .product-box .btn-zuo{
        right:70px;
        top: 8px;
    }
    .product-box .btn-you{
        right:10px;
        top: 8px;
    }
}

@media (max-width:992px){
    .index_common{
        padding:20px 0;
    }
    .title h3{
        font-size: 18px;
    }
    .product-type{
        display: none;
    }
    .product .product-box .product-list{
        margin-top:20px;
    }
    .product .product-box .product-list .product-list-box{
        margin-bottom:10px;
    }
    .product .product-box .product-list .product-list-box .product-img img{
        height:auto;
    }
}

/* 关于我们 */
.about .about-img img{
    width:100%;
    margin-top: 50px;
}
.about .about-content{   
    font-size: 14px;
    line-height: 1.8; 
}
.about .about-content a{
    display: block;   
    line-height: 2.8; 
    font-size: 16px;
    text-decoration: underline;  
    color:#0a51a1; 
    transition: all 0.3s;
}
.about .about-content a i{
    border: 1px solid #4a4a4a;
    border-radius: 100%;
    padding: 7px;
    margin-right: 10px;
}
.about .about-content a i{
    font-size: 30px;
}
@media (max-width:992px){
    .about .about-content h3{
        font-size: 18px;
    }
    .about .about-content{
        padding-left:0;
    }
    .about .about-img{
        padding-right:0;
    }
}

/* 解决方案 */
.solution-case{
    position: relative;
    overflow: hidden;
}
.sol-case-img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s; 
}
.sol-case-img img{
    width: 100%;
    height: 761px;
    object-fit: cover;
}
.sol-case-img.on{
    opacity: 1
}
.solution-case .sol-case-con{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    padding-top: 10rem;
}
.solution-case .sol-case-con h5{
    font-size: 34px;
    line-height: 1.2;
    font-weight: bolder;
}
.solution-case .sol-case-con h5 span{
    display: block;
    font-size: 50px;
}
.solution-case .sol-case-con p{
    width: 42%;
    font-size: 16px;
}

.sol-case-con a{
 color: #fff;
 font-size: 16px;
 margin-top: 30px;
 display: block;
}
@media(max-width:768px){
    .solution-case .sol-case-con p{
        width: 100%;
        font-size: 16px;
    }
    .sol-case-con a{
        margin-top: 20px;
       }
}
.sol-case-nav{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10%;
}
.sol-case-nav .sol-li a{
    background: #fff;
    text-align: center;
    padding: 20px 10px;
    font-size: 16px;
    margin-bottom: 15px;
    transition: all 0.5s;
    display: block;
    position: relative;
}
.sol-case-nav .on .sol-li a{
    background: #196cb8;
    color: #fff;
}
.sol-case-nav .on .sol-li a:after{
    content: "";
    width: 100%;
    height: 3px;
    background: #f60100;
    position: absolute;
    bottom: 0px;
    left: 0;
}
/* 荣誉资质 */
.news{
    background:#fff;
}
.honor-box{
    margin-top:30px;
    position: relative;
}
.honor-box .honor-list{
    position: relative;
}
.honor-box .honor-list:hover::after{
    background:#d50002;
    border:none;
}
.honor-box .honor-list::after{
    content:'';
    display: block;
    height:35%;
    width:100%;
    background: #f9f9f9;
    position: absolute;
    bottom:0;
    left:0;
    z-index:-1;
}
.honor-box .honor-img{   
    margin:0 auto;
    line-height: 200px;
    background: #fff;
}
.honor-box .honor-img img{
    width:100%;
    vertical-align: middle;
}
.honor-box .honor-con{
    background: #f8f9fb;
    padding: 25px;
    font-size: 14px;
}
.honor-box .honor-con .time{
    margin-top: 5px;
}
.honor-box .honor-list p{
    font-size: 16px;
    padding:5px 0px;
    white-space: nowrap;   
    overflow: hidden;
    text-overflow:ellipsis;
}
.honor-box .swiper-btn{
    margin-top:-44px;
    position: absolute;
    top:50%;
    width:40px;
    height:88px;
    text-align: center;
    line-height: 88px;
    background:#f6f6f6;
    z-index:99;
    font-size: 25px;
    color:#848484;
}
@media(max-width:992px){
    .honor-box .swiper-btn{
        margin-top:-110px;
        height:40px;
        line-height: 40px;
    }
}
@media(max-width:768px){
    .honor-box .swiper-btn{
        margin-top:-100px;
        height:40px;
        line-height: 40px;
    }
}
.honor-box .btn-zuo{
    left:-60px;
}
.honor-box .btn-you{
    right:-60px;
}
.honor-box .swiper-btn:hover{
    background:#d50002;;
    color:#fff;
}

@media (max-width:992px){
    .honor-box .btn-zuo{
        left:10px;
    }
    .honor-box .btn-you{
        right:10px;
    }
}


/* apply在线申请 */
.apply{
    background:url('../img/apply.jpg') no-repeat;
    background-size:cover;
    overflow: hidden;
}
.apply .nav_left .h1 {
    font-size: 34px; 
    color: rgb(255, 255, 255);
    margin-top: 100px;
    line-height: 50px;
    font-weight: bolder;
}
.apply .nav_left .info{
    font-size: 18px;  
    color: rgb(255, 255, 255);
    line-height: 27px;
    text-align: left;
    margin-top: 15px;
    width: 60%;
}
.apply .nav_left .tel {
    font-size: 24px;   
    color: rgb(255, 255, 255);
    display: block;
    text-align: left;
    margin-top: 40px;  
    font-weight: 600;
}  
.apply .nav_left .tel i{
    font-size: 24px;
}   
.apply .nav_right{    
    background-color: #fff;
    margin-top: 50px;
    padding:35px 45px;
}
.apply .nav_right .hh1{
    font-size: 24px;  
    color: #403e3e;
    font-weight: bolder;
}
.apply .nav_right .ul .li{  
    display: block;
    margin-top: 10px;
}
.apply .nav_right .ul .li p{
    font-size: 16px;  
    color: rgb(64, 62, 62);
    margin-top: 10px;
}  
.apply .nav_right .ul .input1{
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    height: 40px;
    background-color:#f8f9fb;
    border: 0;
    margin-top: 11px;
}
.apply .nav_right p{
    display: block;
    text-align: left;
    margin-top: 54px;
    font-size: 16px;  
    color: rgb(64, 62, 62);      
}
.apply .nav_right textarea{
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    margin-top: 8px;
    border: 0;
    height: 120px;
    background-color:#f8f9fb;
}
.apply .nav_right .btn{
    margin-top: 18px;
    height: 48px;
    width: 100%;
    margin: 0 auto;
    margin-top: 18px;
    color: #fff;
    background-color: #0a51a1;
    font-size: 17px;
}
@media (max-width:992px){
    .index_common{
        padding:20px 0;
    } 
    .apply .nav_left .h1 {
        font-size: 18px;
        margin-top: 100px;
        line-height: 30px;
    }
    .apply .nav_left .info {
        font-size: 14px;       
        line-height: 20px;        
        width: 100%;
    }
}