*{margin:0;padding:0;}
.w1200{margin: 0 auto;width: 1200px;}
input,textarea{outline: none;resize: none}
body{background:#fff}
/*留言板*/
.ny_ly{ padding:35px;}
.ny_ly > h3{ font-size:36px; font-weight:bold; }
.ny_ly > p{ font-size:14px; margin-top: 20px;}
.mes_form{ margin-top:40px; display:table;}
.mes_form_l{ float:left;width: 570px;}
.mes_form_l > p{ margin-bottom:13px;position: relative}
.mes_form_l > p > input{ width:550px; height: 50px; background: #eee; border: none; text-indent: 10px; font-size: 14px; color: #434343;}
.required{position: absolute;right:35px;top:0;line-height: 50px;color: #f00}
.error{position: absolute;right: 50px;line-height: 50px;color: #ff0000;font-size: 12px;display: none}
.mes_form_r{ float:right;width:520px;}
.mes_form_r > textarea{ height: 230px; width:480px; padding: 10px 10px 0 10px;  background: #eee; border: none;margin-bottom:13px;}
.mes_form_r > p > input{width:500px; height: 50px; background: #eee; border: none; text-indent: 10px; font-size: 14px; color: #434343;margin-bottom:13px;}
.mes_form_tj{ cursor: pointer;display:block; float:left; width:192px; height: 45px;margin-top: 30px; clear: left; background: #c70303; border: none; color:#fff; font-size: 16px;}
.mes_form_cz{cursor: pointer;width:192px; height: 45px;margin-top: 30px; float: left; margin-left: 10px; background: #a0a0a0;border: none;color:#fff; font-size: 16px;}
.ny_zxyjy{margin-top: 90px;border-top: 1px solid #a0a0a0;padding-top: 30px; }
.ny_zxyjy > h3{ font-size:24px; font-weight:bold; border-left: 5px solid #c70303; height: 30px; padding-left: 20px; line-height: 30px; margin-bottom: 60px;}
.nyly_li{ display:table; margin:34px 0; border-bottom:1px solid #eee;width:100%;}
.nyly_li > h3{ color:#333333; font-size: 16px; font-weight: bold;}
.nyly_li > h3 > span{ display:inline-block; width:8px; height: 8px; border: 3px solid #c70303; border-radius: 50%; margin: 8px 10px 0 4px;}
.nyly_li > p{ color:#666666; font-size: 14px; margin-top: 14px;}
.nyly_li > div > p{ float:left; margin-left: 10px; font-size: 14px; color:#666666; line-height: 30px;}
.nyly_li > div{display: table; float:right;}
.icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: sub;
}
.icon-shijian{background: url("../message/time.png") no-repeat center}
.icon-liulan{background: url("../message/look.png") no-repeat center}

.content_4_box{ height: 380px; background: url(../images/1920-380.jpg) center center no-repeat; font-size: 0; text-align: center;}
.content_4_box ul{ padding-top: 50px;list-style: none}
.content_4_box li{list-style: none; display: inline-block; *display: inline; zoom: 1; width: 301px; height: 301px; background: url(../images/300-301.png) left top no-repeat; overflow: hidden; margin: 0 30px;}
.content_4_box li i{ display: block; width: 104px; height: 104px; margin: 50px auto 0;}
.content_4_box li i.s1{ background: url(../images/10494.png) center center no-repeat;}
.content_4_box li i.s2{ background: url(../images/104-104.png) center center no-repeat;}
.content_4_box li i.s3{ background: url(../images/100-99.png) center center no-repeat;}
.content_4_box li h3{ font: bold 36px/42px "microsoft yahei"; color: #fff;}
.content_4_box li p{ font: 18px/21px "microsoft yahei"; color: #fff; background: url(../images/36-36.png) center bottom no-repeat; padding-bottom: 50px;}



/*产品分类*/
.pro_fl{ display:table;}
.profl_li{ float:left; margin-left:4px; margin-right: 4px;}
.profl_li > a > div{ width:286px; height: 250px; overflow: hidden;}
.profl_li > a > div > img{width:286px; height: 250px; transition: 1s;}
.profl_li > a > p{ line-height:50px; font-size:16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center;}
.profl_li:hover a > p{ color:#fb4848}
.profl_li:hover > a > div > img{ transform:scale3d(1.1,1.1,1);}
.xxk_active{background:#323136 !important; color:#fc4a4a !important;}
.proshow_xxk{ width: 140px; height: 60px; background: #fff; display: block;float: left;text-align: center; line-height: 60px; font-size: 18px; border: 1px solid #323136;margin-left: -1px; color: #000; transition: 0.3s;}
.proshow_xxk:hover{ background:#323136; color:#fc4a4a;}
.cpjs_title{ width:100%; height: 40px; line-height: 40px; padding-left: 20px; color: #fff; background: #d7d7d7; color:#000; font-weight: bold; font-size: 16px; border-left: 2px solid #fc4a4a; margin-bottom: 30px; margin-top: 30px;border-bottom: 2px solid #a0a0a0}
.cpjs_title > p{ font-size:16px; float: left; margin-right: 4px;}
.cpjs_title > span{ color:#a0a0a0;}
.zxbj {
    width: 290px;
    height: 50px;
    background: #fb5858;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 21px;
    line-height: 50px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
}


@media screen and (max-width: 1024px) {
    .w1200{width: 100%;padding: 0 15px;box-sizing: border-box}
    .mes_form_r{float: none;width: 100%}
    .mes_form_l{float: none;width: 100%}
    .mes_form_tj{width: 45%}
    .mes_form_cz{width: 45%;margin-left: 10%}
    .mes_form_l > p > input,.mes_form_r > textarea,
    .mes_form_r > p > input{width: 100%;box-sizing: border-box;}
    .ny_ly > h3{text-align: center}
    .ny_ly > p{text-align: center}
    .mes_form{display: block}

}



.Validform_checktip{
	    display: block;
    position: absolute;
    color: #f00;
    right: 20px;
    top: 20px;
    line-height: 50px;
}
