@charset "utf-8";
/* CSS Document */

/*通用样式*/
.in-title{
    padding-bottom: 12px;
    font-size: 1.3em;
    font-weight: bold;
}

.pat24{
    padding: 32px 0;
}

/*banner*/
.banner img{
    width: 100%;
    height:auto;
}

/*数字*/
.clearfix:after{
    display:block;
    height:0;
    content:"";
    clear:both;
    visibility:hidden;
}
.clearfix{
    zoom:1;
}
.fullSlide .prev, .fullSlide .next {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 15%;
    width: 40px;
    height: 60px;
    background: url(../images/slide-btn.png) 0 12px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}
.number{
    margin: 0 auto;
    padding-top: 12px;
}

.numCount{
    /*background: #f8f8f8;*/
}

.numCount li{
    width: 42%;
    height: 78px;
    margin: 0 4%;
    padding-top: 20px;
    float: left;
    text-align: center;
}

/*.numCount .li1{*/
    /*background: #f2f2f2;*/
/*}*/
/*.numCount .li2{*/
    /*background: #e7e7e7;*/
/*}*/
.numCount li .item{
    margin: 0 auto;
}
.numCount li .numU{
    line-height:1.3;
}
.numCount li .numCX{
    color:#c7000c;
    font-size:2.8em;
}
.numCount li .numU .unitC{
    margin-left: 0.3em;
    font-size:1.1em;
    line-height: 1.3;
}
.numCount li .numU sup{
    vertical-align: baseline;
}
.numCount li .numU sub{
    vertical-align:baseline;
}
@media (max-width:800px){
    .numCount li .numCX{
        font-size:1.5em;
    }
}
@media (max-width:640px){
    .numCount li .numCX{
        font-size:1.7em;
    }
}
@media (max-width:480px){
    .numCount{
        font-size:1em;
    }
}

/*关于我们*/
.about{
    height: auto;
    overflow: hidden;
    border-bottom: 7px solid #f2f2f2;
}

.intro{
    height: 224px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

/*新闻*/
.newsbox{
    height: auto;
    overflow: hidden;
    border-top: 7px solid #f2f2f2;
    background: white;
}

.newsbox .news{

}

.newsbox .news .img{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 3px;
}

.newsbox .news .img img{
    width: 100%;
    height: auto;
}

.newsbox .n-list{
    height: auto;
    margin-bottom: 24px;
    overflow: hidden;
}

.newsbox .n-list li{
    line-height: 46px;
}
.newsbox .n-list a{
    display: inline-block;!important;
    width: 86%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsbox .n-list span{
    display: block;
    float: right;
}

.newsbox .more{
    text-align: center;
}

.newsbox .more a{
    display: block;
    line-height: 32px;
    border: 1px solid #f2f2f2;
    border-radius: 25px;
}

/*产品*/
.bgh{
    padding: 24px 0 8px 0;
    /*background: #f2f2f2;*/
}

.product-box{
    background: white url("../images/probg.png") left bottom repeat-x;
}

/*产品*/
.products{
    width: 90%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.products .four-item-list {
    overflow: hidden;
    padding: 4px 14px 0 4px;
}
.products .item {
    width: 46%;
    margin: 0 2% 18px 2%;
    float: left;
}
&:nth-child(even){
     margin-right: -10px;
 }
.products .img-bar{
    padding-top: 71%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.products .img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.products .title{
    height: 26px;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
}

.product-box .news{

}

.product-box .product .img{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product-box .product .img img{
    width: 100%;
    height: auto;
}

.product-box .p-list{
    height: auto;
    margin-bottom: 24px;
    overflow: hidden;
    background: white;
}

.product-box .p-list li{
    line-height: 66px;
}
.product-box .p-list a{
    display: inline-block;!important;
    width: 80%;
    padding: 0 10%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-box .more{
    text-align: center;
}

.product-box .more a{
    display: block;
    line-height: 32px;
    border: 1px solid #f2f2f2;
    border-radius: 25px;
}

/*联系方式*/
.contact{
    border-top: 7px solid #f2f2f2;
}

.contact .c-list{
    width: 100%;
    height: auto;
    padding: 46px 0;
    overflow: hidden;
    position: relative;
}

/*.contact .img{*/
    /*height: auto;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
/*}*/
/*.contact .img img{*/
    /*width: 100%;*/
    /*height: auto;*/
    /*z-index: 9;*/
/*}*/

/*.contact ul{*/
    /*position: absolute;*/
    /*top: 0;*/
    /*z-index: 10;*/
/*}*/

/*搜索*/
.search{

}

.search .wbk{
    width: 70%;
    height: 36px;
    padding-left: 7%;
    border: none;
    float: left;
    background: #f2f2f2;
}

.search .sous{
    width: 30%;
    height: 36px;
    border: none;
    float: left;
    background: #cccccc;
}