
.banner>img{
    display:block;
    width:100%;
    height:500px;
}

.banner>ul{
    width:1200px;
    height:100%;
    margin:0 auto;
    position: relative;
}

.banner>ul>li{
    position: absolute;
    bottom:204px;
    left:0px;
    color:#ffffff;
}

.banner>ul>li>h1{
    font-size: 52px;
    color: rgb( 255, 255, 255 );
    padding:20px 0px;
}

.banner>ul>li>p{
    font-size: 24px;
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
}

/* 生产水处理 */

.contain{
    background: #f8f8f8;
}

.cpzx_nav>ul{
    width:70%;
    margin: 0 auto;
}

.cpzx_nav>ul>li{
    margin: 50px 20px;
    float:left;
    display: block;
    font-size: 16px;
    color: rgb( 84, 84, 84 );
    border-bottom:1px solid transparent;
}

.cpzx_cont{
    width:100%;
    height:auto;
    padding-bottom:80px;
}

.lihover{
    color:#000000 !important;
    border-bottom:1px solid rgb( 0, 0, 0 ) !important;
}

.cpzx_cont .title_s{
    text-align:center;
    padding-bottom: 40px;
}

.cpzx_cont .title_s>h1{
    font-size: 30px;
    color: rgb( 51, 51, 51 );
    text-transform: uppercase;
    line-height: 60px;
}

.cpzx_cont .title_s>p{
    font-size: 18px;
    color: rgb( 51, 51, 51 );
    line-height: 1.667;
}

.cpzx_cont>.libox_b>.cont_s>ul{
    margin-right:-30px;
}

.cpzx_cont>.libox_b>.cont_s>ul>li{
    float:left;
    margin-right:30px;
}

.cpzx_cont>.libox_b>.cont_s>ul>li>.lidiv{
    width:380px;
    height:480px;
}
.cpzx_cont>.libox_b>.cont_s>ul>li:hover .boximg>img{
    transform: scale(1.10, 1.10);
    -moz-transform:scale(1.10, 1.10);  
    -webkit-transform:scale(1.10, 1.10);  
    -o-transform:scale(1.10, 1.10); 
    transition: transform 0.6s ease 0s;
}
.cpzx_cont>.libox_b>.cont_s>ul>li:hover .dow_tex>p{
    text-decoration:underline
}
.cpzx_cont>.libox_b>.cont_s>ul>li:hover .dow_tex>span{
    text-decoration:underline
}
.lidiv>.boximg{
    width:100%;
    height:380px;
    overflow: hidden;
}
.lidiv>.boximg>img{
    width:100%;
    height:100%;
}
.lidiv>.dow_tex{
    height:100px;
    text-align: center;
    background-color: rgb( 26, 26, 26 );
}
.lidiv>.dow_tex>p{
    font-size: 14px;
    color: rgb( 204, 204, 204 );
    text-transform: uppercase;
    padding:15px 0px 10px 0px;
}
.lidiv>.dow_tex>span{
    display:block;
    font-size: 14px;
    color: rgb( 204, 204, 204 );
    padding:0px 10px;
}



