@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; font-size:12px; font-family:Arial, Helvetica, sans-serif; background:url(topbg.jpg) repeat-x;}
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;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
table, th, td {
	
}
.wp{ width:960px; margin:auto;}
/*新闻页*/
.neinews{ color:#333; margin-top:10px;}
.neinews li{ background:url(tb2.gif) no-repeat 7px 13px; line-height:35px; border-bottom:#CCC dotted 1px; padding-left:20px;}
.neinews li span{ float:right;}
.neinews a{ color:#333;}
.neinews a:hover{ text-decoration:underline;}
/*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;}
.infoimg img{max-width:410px;}
/*产品展示里表格*/
.proinfo table{ border-spacing:1px; width:95% !important; margin-top:5px;}
.proinfo td{  padding:1px;  font-family:Arial, Helvetica, sans-serif !important; border:#ddd 1px solid;min-height:20px;}
.proinfo td *{font-family:Arial, Helvetica, sans-serif !important; font-size:12px !important; border:none !important; }
.proinfo td table{ vertical-align:top;}
.proinfo>table>td{ vertical-align:top; border:#ddd 1px solid;}
/*分页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;}