/*整体开始*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle; }
 select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; }
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
body {font-size:12px; color:#000;font-family:"Microsoft YaHei","微软雅黑","SimHei","黑体","SimSun","宋体";}
a { color:#000; text-decoration:none; font-weight:normal;}
a:hover { color:#000; text-decoration:none;}
html {
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust: 100%;
}
p{font-weight:normal;}

video embed, video object, video iframe {
width: 100%;
height: auto;
}
		*{
			margin:0px;
			padding:0px;
		}
		div{
			display:block;
		}
		body{
    		font-weight: lighter;
    		background:#ccf2e2;
		}
		html{
			color:#666;
		}
		html,body{
			width: 100%;
		}
/*banner*/
.spwz_banner{
	width:100%;
}
.spwz_banner img{
	width:100%;
	display:block;
}
/*内容*/
.spwz_con{
	width:100%;
	background:url(../images/lb_back.jpg) top center no-repeat;
	padding-bottom: 230px;
}
.spwz_con .spwz_con1{
	width:1200px;
	margin:0 auto;
}
.spwz_con ul{
	width:100%;
	overflow:hidden;
	padding:65px 0;
}
.spwz_con ul li{
	width:29.33%;
	float: left;
	margin:5% 2%;
}
.spwz_con ul li img{
	width:100%;
}