/*CSS DOCUMNET*/

/*各块级元素边界的定义*/
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,form,input{margin:0px;}

ul,ol,li,dl,dt,dd{list-style-type: none;padding:0px;}

img{border:0px;}

.clear{clear:both;}

a {text-decoration: none;}

*{margin:0px;}

body{
	font: 12px/20px "宋体", Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #e9eff7;
}

.wrapper {
	width:980px;
	height:auto;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
.wrapper1 {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.blank5{line-height:5px;overflow:hidden;}

.blank2{line-height:2px;overflow:hidden;}

h1{color:#003366;font-weight:bold;font-size:14px;}



h2{color:#fff;font-weight:bold;font-size:14px;}

h3{color:#444;font-size:14px;font-weight:normal;}
