@charset "utf-8";
/* banner */
.carousel-control{
    display: none;
}
.carousel:hover .carousel-control{
    display: block;
}
/* 关键词搜索 */
.hot{
    height:100px;
    background:#f5f6fa;
}
.hot .hot-box{
    line-height: 100px;
}
.hot .hot-box strong{
    font-size: 16px;
    color: #0577be;
    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:#0577be;
    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: 32px;
    color: #5a5a5a;
    font-weight: bold;
    margin:0 0 10px 0;
}
.title .title-box p{
    font-size: 16px;
    margin:0;
    color: #5a5a5a;   
}
.title .title-box p::after{
    content:'';
    display: block;
    width:45px;
    height:4px;
    background:#0577be;
    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: #f5f6fa;
}
.product .product-box .product-img img{
    width:100%;  
}
.product .product-box .product-name{    
    height: 50px;
    font-weight: bold;
    text-align: center;
    padding:0px 20px;
    transition: all .5s;
}
.product-more .btn-primary{
   border-radius: 20px;
   padding: 4px 25px;
   margin-bottom: 20px;
}
.product-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;
}
.product-box .btn-zuo{
    left:-60px;
}
.product-box .btn-you{
    right:-60px;
}
.product-box .swiper-btn:hover{
    background:#0577be;;
    color:#fff;
}

@media (max-width:992px){
    .product-box .btn-zuo{
        left:10px;
    }
    .product-box .btn-you{
        right:10px;
    }
}

@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{
    padding:150px 0;
    background:url(../img/about-bg.jpg) no-repeat fixed;
    background-size: 100% 100%;
}
.about .about-img img{
    width:100%;
}
.about .about-content{
    color:#fff;
    font-size: 14px;
    line-height: 1.8; 
}
.about .about-content h3{
    font-size: 32px;
    font-weight: bold;
    line-height: 2;
    margin:0px 0 20px 0;
}
.about .about-content h3:after{
    content: "";
    width: 40px;
    height: 4px;
    background-color: #fff;
    display: block;
}
.about .about-content a{
    display: block;
    width:150px;
    background:#fff;
    line-height: 2.8;
    text-align: center;
    color:#4a4a4a;
    margin-top:50px;
    transition: all 0.3s;
}
.about .about-content a:hover{
    background:#0577be;
    color:#fff;
}
.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;
    }
}


/* 新闻资讯 */
.news .news-type{
    position: relative;
    top:-30px;
}
.news .news-type a{
    display: inline-block;
    padding:0 5px;
}
.news .news-box{
    margin-top:30px;
}
.news .news-box .news-left-top{
    padding:0 0 10px 0;
}

.news .news-box .news-left-top .news-img img{
    width:100%;
}
.news .news-box .news-left-top .news-top-name{   
    padding-top:25px;
    font-size: 18px; 
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.news .news-box .news-left-top .news-top-name::before{
    content:'▸';
    display: block;
    position: absolute;
    top:30px;
    line-height: 13px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    left:0;
    width:15px;
    height:15px;
    background:#0577be;
}
.news .news-box .news-left-top .news-top-name span i{   
    font-size: 24px;
    color:#666;
    text-align: right;
}
.news .news-box .news-right-list .news-time{
   display: inline-block;
    text-align: left;
    color: #ababab;
    font-size: 12px;
}
.news .news-box .news-right-list .news-time span{
    display: block;
    font-size: 40px;
    color: #373737;
    font-weight: bold;
}
.news .news-box .news-right-list{   
    margin-bottom:20px;
}
.news .news-box .news-right-list .news-more{  
    padding-left: 100px;
    line-height: 22px;
    font-size: 14px;
    color: #999999;
}
.news .news-box .news-right-list .news-name{   
    font-size: 18px;
    padding-top: 5px;
    color: #666666;  
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news-box .news-right-list .news-name::before{
    content:'▸';
    display: block;
    position: absolute;
    top:9px;
    line-height: 13px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    left:-22px;
    width:15px;
    height:15px;
    background:#a5a5a5;
}
.news .news-box .news-right-list .news-name::after{
    content:'';
    display: block;      
    width:15px;
    height:2px;
    background:#d6d6d6;
    margin-top: 5px;
}
.news .news-box .news-right-list .news-more span{
    font-size: 20px;  
}
.news .news-box .news-right-list:hover .news-name::before{
    background:#0577be;
}
/* 荣誉资质 */
.business{
    background:#f9f9f9;
}
.business-box{
    margin-top:30px;
    position: relative;
    background-color: #fff;
    text-align: center;
    color: #5a5a5a;
    font-size: 20px;
    line-height: 55px;
    padding: 35px 30px;
    transition: all 0.3s;
    position: relative;
}
.business-box i{
    font-size: 55px;
    float: left;
}
.business-box:hover{
     background:#0577be;
     color: #fff;
}
.business-box:hover::after{
    border:4px solid #024c7c;
}
.business-box:hover p{
    color:#fff;
}
.business-box::after{
    content:'';
    display: block;
    height:1px;
    width:100%;
    border:4px solid #f9f9f9;
    position: absolute;
    left: 0;
    bottom: -4px;
}
