body {
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}
.data-cont{
    background: #f5f5f5;
}
.data-cont h2{
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color:#575757;
}
.data-cont .data-big{
    width: 1198px;
    height: 840px;

    background: #f5f5f5;
    padding-bottom: 44px;
}

.data-cont .data-big .data-left{
    width: 918px;
    /*height: 840px;*/
    border:1px solid #e1e8e4;
    background: #fff;
    float:left;
}

.data-cont .data-big .data-ul{
    margin:0 30px;
    height: 54px;
    border-bottom: 1px solid #e1e8e4;
}
.data-cont .data-big .data-ul li{
    float: left;
    line-height: 52px;
    padding: 0 26px;
    font-size: 14px;
    color:#737373;
    cursor: pointer;
}
.data-cont .data-big .data-ul li.current{
    color:#009941;
    border-bottom: 2px solid #008a3b;
}



.data-1{
    width: 860px;
    /*height: 170px;*/
    background: #f5f5f5;
    margin:20px 30px 15px 30px;
    padding-bottom: 20px;

}

.data-1a input{
    height: 34px;
    line-height: 36px;
    border:1px solid #fff;
    background: #fff;
    margin-top: 30px;
    padding: 0 7px;
}
.data-1a .int-1{
    width: 104px;
    margin-left: 30px;
}
.data-1a .int-2{
    width: 214px;
    margin-left: 10px;
}
.data-1a .int-3{
    width: 214px;
    margin-left: 10px;
}
.data-1a button{
    width: 130px;
    height: 34px;
    border:1px solid #009941;
    font-size: 14px;
    color:#fff;
    background: #009941;
    margin-left: 10px;
    cursor: pointer;
}
.data-1b{
    margin:20px 30px 0 30px;
}
.data-1b p:first-child{
    font-size: 14px;
    color:#000;
    font-weight: 600;
}
.data-1b p:nth-child(2){
    font-size: 12px;
    color:#000;
    padding: 4px 0;
}
.data-1b p:nth-child(3){
    font-size: 12px;
    color:#000;
}
.data-2{
    width: 100%;
    height: 594px;
    background: #fff;
}

.data-2 span{
    width: 859px;
    height: 551px;
    display: block;
    margin:15px 30px 0 30px;
}
.li-1{
    display: block;
}
.li-2{
    display: none;
}

.li-3{
    display: none;
}
.li-3 ul{
    margin:0 30px;

}
.li-3 ul li{
    width: 860px;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px dashed #e7e7e7;
}

.li-3 ul li a{
    float: left;
    font-size: 14px;
    color:#515151;
}
.li-3 ul li em{
    float: right;
    width: 12px;
    height: 12px;
    background: url("../image/jia-w.png") no-repeat;
    margin:20px 10px 20px 0;
}
.li-3 ul li:hover a{
    color:#008a3b;
    /*background: url("../image/jia-g.png") no-repeat;*/
}
    /*分页1-3*/
.li-page{
    height: 106px;
    line-height: 106px;
}
.li-page .total-ul{
    width: 252px;
    height: 34px;
    margin-left: 308px;
    margin-top: 30px;
}
.li-page .total-ul li{
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border:1px solid #e1e8e4;
    background: #f7faf8;
    margin-left: 10px;
    text-align: center;
}
.li-page .total-ul li .aaa{
    text-align: center;
    font-size: 14px;
    color:#748673;
    margin-left: 10px;
}
.li-page .total-ul li .bbb{
    margin-left: 6px;
}

    /*右边样式*/
.data-cont .data-big .data-right{
    width: 250px;
    height: 536px;
    border:1px solid #e1e8e4;
    background: #fff;
    float: right;
}
.data-a1{
    height: 48px;
    line-height: 48px;
    color:#0bb66a;
    font-size: 16px;
    background: #f5f5f5;
    border-bottom: 1px solid #e1e8e4;
    padding-left: 20px;
}
.data-b1{
    height: 80px;
    border-bottom: 1px solid #e1e8e4;
}
.data-b1 img{
    float: left;
    width: 90px;
    height: 60px;
    overflow: hidden;
    margin:10px 9px;
}
.data-b1 span{
    float: right;
    width: 126px;
    font-size: 12px;
    color:#495f69;
    margin:10px 15px 10px 0;
}
.data-b1 span p{
   line-height: 20px;
}

/*手机版*/
@media screen and (max-width:480px){
    .data-cont{
        width: 100%;
    }

    /*.data-cont .data-big{*/
        /*height: 520px;*/
    /*}*/
    /*.data-cont .data-big .data-left{*/
        /*height: 505px;*/
    /*}*/
    .content{
        width: 100%;
        margin:0 0 ;
    }
    .data-cont h2{
        width: 100%;
    }
    .data-cont .data-big{
        width: 100%;
    }
    .data-cont .data-big .data-left{
        width: 100%;
    }
    .data-cont .data-big .data-ul{
        width: 98%;
        margin: 0 auto;
        height: 54px;
        border-bottom: 1px solid #e1e8e4;
    }
    .data-cont .data-big .data-ul li{
        padding: 0 16px;
    }
    .li-big{
        width: 100%;
    }
    .li-1{
        width: 100%;
    }
    .data-1{
        width: 100%;
        margin: 20px 0px 15px 0px;
    }
    .data-1a .int-1{
        width: 48px;
        margin-left: 0;
    }
    .data-1a .int-2 {
        width: 58px;
        margin-left: 0; 
    }
    .data-1a .int-3 {
        width: 102px;
        margin-left: 0; 
    }
    .data-1a button{
        width: 48px;
        margin-left: 0;
    }
    .data-1b{
        width: 100%;
        margin: 20px 2px 0 2px;
    }
    .data-2{
        height: 0;
        margin-top: 40px;
    }
    .data-2 span{
        width: 100%;
        height: 0;
        margin:15px 0 0 0;
    }
    .data-2 span img{
        width: 100%;
    }

    /*右边推荐新闻隐藏*/
    .data-cont .data-big .data-right{
        display: none;
    }

    /*MSDS下载 开始*/
    .li-2{
        width: 100%;
    }
    /*MSDS下载 结束*/
    .li-3{
        width: 100%;
    }
    .li-3 ul{
        width: 100%;
        margin:0 4px;
    }
    .li-3 ul li{
        width: 100%;
    }
    .li-3 ul li a{
        margin-left: 4px;
    }
    .li-3 ul li em{
        margin: 20px 20px 20px 0;
    }
    /*分页*/
    .li-page{
        width: 100%;
    }
    .li-page .total-ul {
        width: 252px;
        height: 34px;
        margin:30px 20px 0 56px;
    }

}
























































