@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 .search-box{ 
    background:#fff;
    height: 22px;
    border: 1px solid #c9c9c9;
}
.search .search-box input{
    width:85%;
    height:100%;
    border:none;
    background:none;
    padding:0 15px;
}
.search .search-box input:-moz-placeholder {
    color: #b1b1b1;
	font-size: 12px;
}
.search .search-box input:-ms-input-placeholder{
    color: #b1b1b1;
	font-size: 12px;
}
.search .search-box input::-webkit-input-placeholder{
    color: #b1b1b1;
	font-size: 12px;
}
.search .search-box button{
    width:15%;
    height:100%;
    border:none;
    background:transparent;
}
.search .search-box button span{
    font-size: 16px;
    color:#c9c9c9;
}

@media (max-width:992px){
    .hot{
        display: none;
    }
}

/* 产品中心 */
.index_common{
    padding:90px 0;
}
.title h3{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8;
    margin:0px 0 20px 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:#0577be;
    margin-top: 10px; 
}
.title .title-box a{
   border: 1px solid #dcdcdc;
    padding: 5px 15px;
    font-size: 16px;
    margin-top: -5px; 
}
.product{
    background: #f6f6f6;
}
.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 .about-img img{
    width:100%;
}
.about .about-content{   
    font-size: 14px;
    line-height: 1.8; 
}
.about .about-content a{
    display: block;   
    line-height: 2.8;   
    color:#4a4a4a;   
    margin-top:50px;
    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;
    }
}
.adv{
    padding:150px 0;
    background:url(../img/adv-bg.jpg) no-repeat fixed;
    background-size: 100% 100%;
}

/* 新闻资讯 */
.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{
    padding-right:30px;
}
.news .news-box .news-left-top{
    padding:0 0 10px 0;
}
.news .news-box .news-left-top .news-img{
    width:26%;
}
.news .news-box .news-left-top .news-img img{
    width:100%;
}
.news .news-box .news-left-top .news-top-name{
    width:74%;
    padding-left:30px;
    padding-top:25px;
}
.news .news-box .news-left-top .news-top-name{
    font-size: 14px;
}
.news .news-box .news-left-top .news-top-name .news-top-name-box p{
    width:70%;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news .news-box .news-left-top .news-top-name .news-top-name-box span{
    width:30%;
    font-size: 14px;
    color:#666;
    text-align: right;
}
.news .news-box .news-left-bottom .news-left-list{
    padding:30px 0 15px 0;
    border-bottom:1px solid #eee;
}
.news .news-box .news-left-bottom .news-left-list p{
    margin:0;
    font-size: 14px;
}
.news .news-box .news-left-bottom .news-left-list .news-name{
    width:70%;
    padding-left:30px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news .news-box .news-left-bottom .news-left-list .news-name::before{
    content:'';
    display: block;
    position: absolute;
    top:10px;
    left:0;
    width:15px;
    height:2px;
    background:#555555;
}
.news .news-box .news-left-bottom .news-left-list .news-time{
    width:30%;
    text-align: right;
}
.news .news-box .news-right-list{
    padding:20px 15px;
    background:#f9f9f9;
    margin-bottom:5px;
}
.news .news-box .news-right-list .news-more{
    width:22px;
    height:22px;
    background:#d5d5d5;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
}
.news .news-box .news-right-list .news-name{
    margin:0;
    font-size: 14px;
    padding-left:30px;
    position: relative;
}
.news .news-box .news-right-list .news-name::before{
    content:'';
    display: block;
    position: absolute;
    top:10px;
    left:0;
    width:15px;
    height:2px;
    background:#555555;
}
.news .news-box .news-right-list .news-more span{
    font-size: 14px;
    color:#fff;
}
.news .news-box .news-right-list:hover{
    background:#d50002;
}
.news .news-box .news-right-list:hover a{
    color:#fff;
}
.news .news-box .news-right-list:hover .news-name::before{
    background:#fff;
}
.news .news-box .news-right-list:hover .news-more{
    background:#fff;
}
.news .news-box .news-right-list:hover .news-more span{
    color:#d50002;
}

@media (max-width:992px){
    .news .news-box .news-left-top .news-top-name{
        padding-top:5px;
    }
    .news .news-box .news-left{
        padding-right:0;
    }
}
/* 荣誉资质 */
.business{
    position: relative;
    overflow: hidden;
    padding: 15% 0px;
}
.business-box{
    position: relative;
    background: rgba(0,0,0,0.66);
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    padding: 20px 10px;
    transition: all 0.3s;
    position: relative;
}
.business-box i{
    font-size: 45px;
    display: block;   
}
.business-box span{
    font-size: 14px;
    display: block;
}
.business-box:hover{
     background:#ff0103;
 }
.business .bus-img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s; 
}
.business .bus-img img{
    width: 100%;
}
.business .bus-img.cur{
    opacity: 1
}
/* 荣誉资质 */
.honor{
    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:hover p{
    color:#fff;
}
.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{
    width:80%;
    margin:0 auto;
    line-height: 235px;
    border: 2px solid #9f5321;
    padding: 2px;
    background: #fff;
}
.honor-box .honor-img img{
    width:100%;
    vertical-align: middle;
}
.honor-box .honor-list p{
    font-size: 14px;
    text-align: center;
    padding:10px 0 20px 0;
}
.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;
}
.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;
    }
}
/*合作伙伴*/
.partner {
    background: #f6f6f6;
}
.partner .partner-box .partner-list {
    margin-top:40px;
}
.partner .partner-box .partner-list .partner-list-box{
    position: relative;
    overflow: hidden;
    margin-bottom:30px;
}
.partner .partner-box .partner-list .partner-list-box .partner-img img{
    width:100%;   
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.partner .partner-box .partner-list .partner-list-box:hover .partner-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width:992px){
    .index_common{
        padding:20px 0;
    }     
    .partnerpartner .partner-box .partner-list{
        margin-top:20px;
    }
    .partner .partner-box .partner-list .partner-list-box{
        margin-bottom:10px;
    }    
}
/*团队优势*/
.advantage{    
    background:url(../img/advantage-bg.jpg) no-repeat fixed;
    background-size: 100% 100%;
}
.trans-3.transShow {
    transform: translateY(0) rotateY(0deg);
    opacity: 1;
}
.ir-title {
    position: relative;
    width: 230px;
    height: 230px;
    text-align: center;
    margin: 0 auto;
    color: #d50002;
}
.ir-title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.ir-title .rel {
    padding-top: 80px;
    position: relative;
}
.ir-title .ch {
    font-size: 32px;
    font-weight: bold;
}
.ir-title .en {
    font-size: 14px;
    color: #4d4d4d;
    letter-spacing: -1px;
    line-height: 1.1;
}
.advantage .more {
    margin-top: 80px;
    font-size: 18px;
    text-align: center;
}
.advantage .more a {
    color: #fff;
}