@charset "utf-8"; 

*{margin:0; padding:0;}
a{outline:none; color:#555; text-decoration:none}
.clear{clear:both; font-size:0px; padding:0;height:0;line-height:0;  margin:0}
img{border:none; margin:0 auto}
ol, ul, li{list-style:none}
p{margin:0px 0 10px 0;}
 
#banner {
	background: url("/solution/Valve_web/images/bannerBg.jpg") no-repeat top;
	width: 100%;height:auto;
	overflow:auto;
	text-align: center;
	font-family: Arial, "微软雅黑", "宋体";
	position: relative;
	min-width: 1000px;
}
#banner #bannerPic {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

#shadow_line{width:100%;overflow:auto;background: url("/solution/Valve_web/images/shadow.jpg") no-repeat top;height:18px;position: relative;min-width: 1000px;}
 