@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; font-size:100; font-family:"微软雅黑"; }
ul,a,p,h1,li,dl{ padding:0px; margin:0px; text-decoration:none; list-style:none;}
img{ border:none}
.clear{ clear:both;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*新闻页*/
.neinews{ color:#333; margin-top:10px;}
.neinews li{  line-height:35px;  padding-left:20px;}
.neinews li span{ float:right;}
.neinews a{ color:#333;}
.neinews a:hover{ text-decoration:underline;}
.imdex_tit{ font-size:24px;background:url(tb2.gif) no-repeat 7px 13px;}
.imdex_tit a{ color:#F00}
.index_cont{border-bottom:#CCC dotted 1px;}
/*neipro*/
.neipro{ color:#333; margin-top:10px; font-size:12px; width:850px;}
.neipro li{text-align:center; float:left; width:33.3%; list-style:none; box-sizing:border-box}
.neipro li p{ text-align:center; font-family:"微软雅黑";  white-space:nowrap;}
.neipro li img{ border:none; margin-top:8px;border:#FFF solid 1px; padding:5px; width:220px;}
.neipro a{ color:#333;}
.neipro a:hover{ text-decoration:underline}

/*详细页*/
h1{ line-height:25px; font-size:24px; text-align:center; margin-top:10px;}
.info1{ line-height:22px; color:#4d3a3c;text-align:center;}
.info2{line-height:22px; color:#4d3a3c;}
.infoimg{ text-align:center}
/*产品展示里表格*/
.proinfo table{ background:#ccc;border-spacing:1px; width:95% !important;}
.proinfo td{ border:none!important; background:#f0f5f8; padding:1px; text-align:center; font-family:"Microsoft YaHei" !important;}
.proinfo td *{font-family:"Microsoft YaHei" !important; font-size:12px !important; border:none !important;}

/*分页list*/
.fylist{ text-align:center; margin:20px 0px;}
.fylist .page-on{ background-color:#e4392a; color:#FFF}
.fylist a{ width:41px; height:41px; line-height:41px; background-color:#edecec; font-family:Arial, Helvetica, sans-serif; color:#666; font-size:18px; display:inline-block;border-radius:3px; text-align:center;margin:0 4px;}
.fylist2 .page-on{ background-color:#00AAF6 !important;border-color: #00AAF6 !important;}
.fylist2 a{ background-color:#fff; border-radius:0px; margin:0px;border: 1px solid #DDD;  border-right: none;}
.fylist2 a:last-child{border-right: 1px solid #DDD;}
/*在线留言*/
#form1 td{ font-size:14px;}
#ly_name,#ly_tel,#ly_QQ,#email,#ly_title,#ly_content{padding: 6px 12px;}
#CodeStr{ width:400px; border:#CCC solid 1px; line-height:30px; margin:8px;padding: 6px 12px;border-radius: 4px;}
.message-btn{height:33px; color:#FFF; width:500px;cursor:pointer; font-size:14px; font-weight:bold; border-width:0px; margin-top:20px; background-color:#4c5660;padding: 6px 12px;border-radius: 4px;}