/*首页产品分类*/
.chanpin{
    padding-top: 50px;
}
.english{
    color: #969696;
    font-size: 26px;
    text-align: center;
}
.chinese{
    text-align: center;
    font-size: 24px;
    color: #969696;
}
.more{
    width: 150px;
    margin: 10px auto;
    text-align: center;
    border-top: 1px solid #c7c7c7;
    padding-top: 2px;
}
.more a{
    border-top: 2px solid #75af3a;
}
.chanpin_list{
    margin-top: 20px;
}
.chanpin_list>div{
    position: relative;
    float: left;
    height: 318px;
    margin-bottom: 6px;
}
.chanpin_list>div>div{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background: rgba(0,0,0,.4);
    display: none;
}
.chanpin_list>div>div>h4{
    margin: 50px 0 30px 0;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.chanpin_list>div>div>div{
    width: 200px;
    height: 1px;
    background: #fff;
    margin: 0 auto 10px;
}
.chanpin_list>div>div>p{
    font-size: 16px;
    text-align: center;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.chanpin_list>div img{
    -webkit-transition: all .3s;
    transition: all .3s;
}
.chanpin_list>div:hover img{
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.chanpin_list>div:hover>div{
    -webkit-transform: scale(.8);
    display: block;
    transform: scale(.8);
}
.chanpin_list img{
    width: 100%;
    height: 100%;
}
.chanpin_list .list_big{
    width: 590px;
    margin-right: 6px;
    background: url("../images/chanpin1_bg_left.png") left top no-repeat,url("../images/chanpin1_bg_right.png") right bottom no-repeat;
}
.chanpin_list .list{
    width: 292px;
    margin-right: 6px;
    background: url("../images/list_bg_left.png") left bottom no-repeat,url("../images/list_bg_right.png") right top no-repeat;
}
/*首页产品认证*/
.renzheng{
    padding-top: 50px;
}
.rz_info{
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    color: #c7c7c7;
}
.swiper-button-next, .swiper-button-prev{
    width: 30px;
    height: 26px;
    margin-top: -13px;
    opacity: .4;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    opacity: 1;
}
.swiper-container2,.swiper-container4{
    margin: 50px 0;
}
/*首页横线箭头*/
.arrow_bg{
    width: 100%;
    margin: 50px 0;
    position: relative;
    height: 1px;
    background: #ccc;
}
.arrow_bg img{
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: -10px;
}
/*首页关于我们*/
.guanyu{
    width: 100%;
}
.guanyu .guanyu_img{
    width: 45%;
}
.guanyu .guanyu_img .swiper-container{
    min-width: 100%;
}
.guanyu .guanyu_text{
    padding-left: 5%;
    width: 50%;
    line-height: 30px;
    text-indent: 2em;
}
/*首页新闻动态*/
.news .news_body{
    margin-top: 20px;
}
.news .news_box{
    width: 100%;
    margin-right: 20px;
}
.news .news_box .news_th{
    height: 100px;
}
.news .news_box .news_type{
    width: 30%;
    height: 100%;
    font-size: 16px;
    background: #292929;
    text-align: center;
    color: #fff;
}
.news .news_box .news_img{
    width: 70%;
    height: 100%;
}
.news .news_box .news_img img{
    width: 100%;
    height: 100%;
}
.news .news_box .news_type div:first-child{
    margin: 20px 0 5px 0;
}
.news .news_box ul{
    padding-top: 20px;
    height: 260px;
}
.news .news_box ul li{
    width: 50%;
    height: 80px;
    padding: 20px 0;
    float: left;
}
.news .news_box ul li>div:first-child{
    width: 80px;
    height: 60px;
    background: #eee;
    padding-top: 20px;
}
.news .news_box ul li>div:first-child>p:first-child{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.news .news_box ul li>div:first-child>p:last-child{
    text-align: right;
    color: #ccc;
    padding-right: 5px;
}
.news .news_box ul li>div:last-child{
    width: 480px;
    padding: 0 20px;
}
.news .news_box ul li>div:last-child>a{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
}
.news .news_box ul li>div:last-child>p{
    line-height: 25px;
    color: #999;
}
/*首页相关展会*/
.zhanhui_img img{
    display: block;
    width: 200px;
    height: 140px;
    float: left;
    margin: 0 20px 30px;
}
.zhanhui_img a:nth-of-type(5n) img{
    margin-right: 0;
}