@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; font-size:12px; font-family:"微软雅黑"; background:url(bg0.gif);}
ul,a,p,h1,h2,li,dl,dt,dd{ padding:0; margin:0; text-decoration:none; list-style:none;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;} 
img{ border:none}
.clear{ clear:both;}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
/*友情链接*/
.link { color:#666}
.link a{ color:#666}
	
/*新闻页*/
.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:#000; font-size:14px}
.info2 p{line-height:22px !important; color:#000; font-size:14px !important}
.infoimg{ text-align:center}
.infoimg img{ max-width:80%}
/*产品展示里表格*/

/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */
	.content table {background: #fff;margin: 0 0 18px;border:none;margin:auto;width:100%;}
	table {border-collapse: collapse;border-spacing: 0;}

	.content table thead tr th,
	.content table tfoot tr th,
	.content table tbody tr td,
	.content table tr td,
	.content table tfoot tr td {font-size: 16px;line-height: 18px;}
	.content table thead tr th,
	.content table tfoot tr td {padding: 8px 10px 9px;font-size: 14px;font-weight: bold;color: #222;}
	.content table thead tr th:first-child, table tfoot tr td:first-child {border-left: none;}
	.content table thead tr th:last-child, table tfoot tr td:last-child {border-right: none;}

	.content table tr:ntd-child(even) {background: #f00;}

	.content table tbody tr.even,
	.content table tbody tr.alt {background: #f9f9f9;}
	.content table tbody tr:nth-child(even) {}
	.content table tbody tr td {padding: 5px;vertical-align:middle;font-size:16px; line-height:30px;}
	.content table tbody tr td img{width:130px;}
	
	table th {font-weight: bold;}
	.content table td, .content table th {padding: 9px 10px;border: 1px solid #cfcecd;}
	
	

/*分页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;}