.position{
    margin-top: 20px;
}
/*关于我们*/
.guanyu_inside{
    text-indent: 2em;
    padding: 50px 0;
    font-size: 14px;
    line-height: 25px;
}
.guanyu_inside .guanyu_img{
    margin-top: 10px;
}
.guanyu_inside .guanyu_img img{
    display: block;
    width: 295px;
    height: 285px;
    margin: 0 10px 10px 0;
    float: left;
}
.guanyu_inside .guanyu_img img:nth-of-type(2),.guanyu_inside .guanyu_img img:nth-of-type(4){
    width: 580px;
}
/*新闻动态*/
.news_list{
    margin: 50px auto;
}
.news_list li{
    margin-bottom: 20px;
}
.news_list li>div:first-child{
    width: 80px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #666666;
    color: #fff;
    font-size: 26px;
}
.news_list li>div:first-child span{
    font-size: 14px;
}
.news_list li>div:last-child{
    width: 1100px;
    height: 80px;
    background: #f7f7f7;
    padding: 10px;
}
.news_list li>div:last-child a{
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
}
.news_list li>div:last-child p{
    line-height: 25px;
}
/*新闻详情页*/
.news_detail{
    padding: 50px;
}
.news_detail h1 {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    padding: 20px 0;
}
.news_detail .detail_info {
    text-align: center;
    padding-bottom: 30px;
}
.news_detail .detail_info span {
    padding: 0 10px;
}
.news_detail .detail_content {
    text-indent: 2em;
    padding-top: 20px;
    line-height: 25px;
    border-top: 1px dashed #cecdcd;
}
/*产品认证*/
.renzheng_img{
    margin: 100px 0;
}
.renzheng_img li{
    float: left;
    margin: 0 20px 20px 0;
}
.renzheng_img li img{
    width: 350px;
}
.renzheng_img li p{
    text-align: center;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
/*产品分类*/
.fenlei{
    margin: 50px 0;
}
.fenlei .left{
    width: 200px;
}
.fenlei .left>div{
    padding-left: 50px;
    border: 1px solid #ebebeb;
}
.fenlei .left>div{
    border-top: none;
}
.fenlei .left h3{
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #75af3a;
}
.fenlei .left ul{
    padding-top: 5px;
}
.fenlei .left ul li{
    padding: 10px 0;
    list-style: square;
}
.fenlei .left ul li a{
    font-size: 14px;
}
.fenlei .left ul li.active a{
    color: #75af3a;
}
.fenlei .left ul li a:hover{
    color: #75af3a;
}
.fenlei .right{
    width: 950px;
}
.fenlei .right .fenlei_nav a{
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px dashed #75af3a;
    display: inline-block;
    margin: 0 10px;
}
.fenlei .right .fenlei_nav a.active{
    background: #75af3a;
    color: #fff;
}
.fenlei .fenlei_list{
    padding: 20px 0 0 10px;
}
.fenlei .fenlei_list li{
    width: 280px;
    height: 220px;
    position: relative;
    float: left;
    margin: 0 20px 30px 0;
    border: 1px solid #ccc;
}
.fenlei .fenlei_list li img{
    width: 100%;
    height: 100%;
}
.fenlei .fenlei_list li p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(0,0,0,.4);
    font-size: 16px;
    color: #fff;
}
/*产品分类详情页*/
.fenlei_detail{
    padding: 100px 0;
    font-size: 14px;
    line-height: 25px;
}
/*分页*/
.manu{padding:3px;margin:50px 0;text-align:center;}
.manu span{padding: 5px 10px}
.manu a{border:#eee 1px solid;padding:5px 10px;margin:2px;color:#999;text-decoration:none;}
.manu a:hover{border:#999 1px solid;}
.manu a:active{border:#999 1px solid;color:#666;}
.manu .current{border:#ccc 1px solid;font-weight:bold;margin:2px;color:#fff;background-color:#75af3a;}
.manu .disabled{border:#eee 1px solid;margin:2px;color:#ddd;}
/*实力优势*/
.shili_box{
    padding: 50px 0;
}
.shili_box .text{
    padding-left: 40px;
}
.shili_box .text h3{
    padding: 10px 20px;
    font-size: 22px;
    color: #717171;
}
.shili_box .text p{
    line-height: 30px;
}
.shili_box .text img{
    vertical-align: middle;
    padding-right: 10px;
}
.shili_box:nth-of-type(1){
    background: url("../images/shili_bg1.jpg") center bottom no-repeat;
}
.shili_box:nth-of-type(2){
    background: url("../images/shili_bg2.jpg") center bottom no-repeat;
}
.shili_box:nth-of-type(2) .img{
    float: right;
}
.shili_box:nth-of-type(2) .text{
    padding: 0;
}
.shili_box:nth-of-type(3) .text{
    padding-left: 200px;
}
/*联系我们*/
.lianxi_left{
    width: 600px;
    padding: 50px 0;
}
.lianxi_left .title{
    font-size: 20px;
    padding: 10px 0;
}
.lianxi_left input:not(.submit){
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    background: #eeeeee;
    margin: 10px 0;
    padding-left: 10px;
}
.lianxi_left textarea{
    background: #eeeeee;
    border: none;
    padding-left: 10px;
    margin: 10px 0;
    resize: none;
}
.lianxi_left .submit{
    width: 180px;
    height: 40px;
    border: none;
    border-radius: 5px;
    color: #fff;
    background: #75af3a;
}
.lianxi_right{
    padding: 50px 0 0 300px;
}
.lianxi_right h3{
    font-size: 20px;
    font-weight: normal;
    padding: 10px 0;
}
.lianxi_right p{
    line-height: 45px;
}
.lianxi_right p img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
    padding-right: 10px;
}