@charset "utf-8";
/* 关键词搜索 */
.keyword{   
    line-height: 58px;
    border-bottom:1px solid #ddd;
    margin-bottom: 25px;
}
.keyword .key-box {
    height:50px;
}
.keyword .key-box strong{
    font-size: 14px; 
}
.keyword .key-box ul{
    display: inline-block;
    margin:0;
}
.keyword .key-box ul li{
    display: inline-block;
    font-size: 14px;
}
.keyword .key-box ul li:last-child span{
    display: none;
}

/* 产品中心 */
.product{
    padding: 40px 0px;
}
.title {
    text-align: center;
}
.title .p0{
    color:#000;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0;
}
.title .p1{
    font-size: 20px;
    font-weight: bold;
}
.title b{
    display: inline-block;
    width:40px;
    height:2px;
    background:#919191;
}
.product .product-box{
    padding:20px 0 0 0;
}
.product-list{
    margin-bottom:30px;
    background-color: #fff;
    position: relative;
}
.product-list .product-img{
    overflow: hidden;
    
}
.product-list .product-img img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    max-height:210px;
}
.product .product-list .product-title{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    text-align: center;   
    background-color: #069f7152;   
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product .product-list .product-title p{
    margin-top:40%;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product .product-list .product-title span{
    display: inline-block;
    width:90px;
    height:27px;
    line-height: 27px;
    background:#e62727;
    font-size: 14px;
    border-radius: 27px;
    margin:10px 0;
}
.product .product-list:hover{
    box-shadow: 0 0 10px #ddd;
}
.product .product-list:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product .product-list:hover .product-title{
    opacity: 1
}
.product .more{
    text-align: center;
}
.product .more a{
    width: 210px;
    line-height: 45px;
    margin: 35px auto;
    text-align: center;
    border: 1px solid #ababab;
    display: inline-block;
}
.product .more a:hover {
    background: #366fa6;
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #FFF;
}
@media(max-width:992px){
    .title .p0{
        font-size: 20px;
    }
    .title .p1{
        font-size: 14px;
    }
    .title b{
        width:30px;
    }
}

/* 应用领域 */
.application{
    padding:60px 0;
    background-color: #fff;
}
.application .application-content{
    margin-top:30px;
}
.application .application-box {
    overflow: hidden;
}
.application .application-box .application-list{
    float: left;
    width:19%;
    margin-right:1.25%;
    text-align: center;
    border: 1px solid #16aa54;
    margin-bottom:15px;
    padding:15px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.application .application-box .application-list:last-child{
    margin:0;
}
.application .application-box .application-list .application-img span{
    font-size: 50px;
    color: #16aa54;
    min-height: 55px;
}
.application .application-box .application-list:hover{
    background-color: #16aa54;
    color: #fff;
}
.application .application-box .application-list:hover .application-img span{
    color: #fff;
}
.application .application-box .application-list b{
    display: inline-block;
    width:30px;
    height:2px;
    background:#e62727;
    margin:5px 0;
}
.application .application-box .application-list p{
    margin:0;
    min-height: 85px;
}
.application .application-box .application-list p span{
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
@media(max-width:992px){
    .application .application-box .application-list{
        width:100%;
        margin:0;
        margin-bottom:10px;
    }
}

/* 空压机系统解决方案提供者 */
.solve{
    padding:60px 0;
    background: url(../img/bg-05.gif) no-repeat top center;
    background-size: cover;
    color: #fff;
}
.solve .solve-img img{
    width:100%;
}
.solve .solve-content h1{
    font-size: 18px;
    font-weight: bold;
    margin-bottom:30px;
}
.solve .solve-content p{
    font-size: 14px;
    margin:0;
    line-height: 1.6;
}
.solve .solve-content p strong{
    font-size: 14px;
}

@media(max-width:992px){
    .solve .solve-content h3{
        font-size: 20px;
        margin:20px 0 10px 0;
    }
    .solve .solve-content h5{
        font-size: 14px;
    }
    .solve .solve-content b{
        width:30px;
    }
}

/* 新闻中心 */
.news{
    padding:70px 0;   
}
.news .news-content{
    margin-top:30px;
    background: #FFF;
    padding: 20px;
    box-shadow: 3px 3px 3px 3px #eaeaea;
}
.news .news-content .ntitle{
    line-height: 65px;
    font-size: 22px;
    font-weight: bolder;
    border-bottom: 1px solid #c6c6c6;
}
.news .news-content .ntitle:after{
    content: "";
    width: 50px;
    margin-bottom: -1px;
    height: 1px;
    display: block;
    background-color: #16aa54;

}

.news .news-box{
    width:47.5%;
    float: left;
}
.news .news-box:first-child{
    margin-right: 5%;
}
.news .news-box .news-img{
    padding:25px 15px;
    background:#fff;
}
.news .news-box .news-img .news-img-box img{
    width:100%;
}
.news .news-box .news-img strong{
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news .news-box .news-img p{
    font-size: 18px;
    color:#c4c4c4;
    margin:0;
}
.news .news-box .news-img b{
    display: block;
    width:40px;
    height:2px;
    background:#e62727;
    margin:3px 0 8px 0;
}
.news .news-box .news-img span{
    display: inline-block;
    padding:8px 20px;
    background:#f7f7f7;
    font-size: 14px;
    margin-top:20px;
}
.news .news-list .news-list-box {
    font-size: 14px;
    padding:13px 0 13px 10px;
    border-bottom:1px dotted #ddd;
    position: relative;
}
.news .news-list .news-list-box span {
    float: left;
    width: 40px;
    height: 60px;
    margin: 10px 10px 0px 0px;
    text-align: center;
    background: url(../img/bg-114.gif) no-repeat;
    display: block;
}
.news .news-list .news-list-box span p{width:40px;height:30px;margin:0px;line-height:30px;color:#FFF;}

.news .news-list .news-list-box .news-name{
    width:75%;
    overflow: hidden;    
    margin-top: 10px;
}
.news .news-list .news-list-box .news-name a {
    font-size: 12px;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
}
.news .news-list .news-list-box .news-desc{
   background-color: #fff;
   font-size: 11px;
  color: #474747;
}

@media(max-width:992px){
    .news .news-content{
        margin-top:20px;
    }
    .news .news-box{
        width:100%;
        margin-bottom:30px;
    }
    .news .news-box:first-child{
        margin-right: 0;
    }
}


.faq-list .news-list-box{margin-bottom:10px;  margin-top: 7px; background:url(../img/bg-07.gif) no-repeat top left; padding-left: 55px; padding-top: 10px; height: 85px;}
.faq-list .news-list-box:hover{background:url(../img/bg-08.gif) #f6f6f6 no-repeat top left;}
.faq-list .news-name a{font-size:12px;font-weight:bold;color:#16aa54;}
.faq-list .news-name .news-desc{font-size:11px;color:#474747;}

.servers_center {text-align:center; overflow: hidden; margin-top: 22px;}
.img .servers_center a {color:#FFF;}
.servers_center li{float:left;width:50%;height:130px;margin:0px;background:#05a17a;}
.servers_center li a{font-size:14px;color:#FFF;text-align:center;}