charset "utf-8";
/* CSS Document */
body { font-family: "microsoft yahei", Arial; font-size: 12px; margin:0; padding:0; background:#ffffff; color:#3c3c3c; background:#ffffff;text-align: center;width: 100%;}
* { margin:0; padding:0 }
div, ul, li, h1, h2, h3, h4, h5, h6, img, p, dl, dt, dd, ol, th, td { margin: 0px; padding: 0px; }
li { list-style-type: none; }
form, input, button, option, textarea, select { margin: 0px; padding: 0px; }
input, button, textarea, select { font:100% Tahoma, Helvetica, Arial, sans-serif; }
a { text-decoration: none; cursor:pointer; outline:none; blr:expression(this.onFocus=this.blur());
color:#272727;font-family: "microsoft yahei"; }
span{font-family: "microsoft yahei";}
p{font-family: "microsoft yahei";}
a:link { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
th { font-weight:normal; }
img { border: 0; }
h1{ color:#fff; font-weight:normal;line-height: 75px;font-size: 24px; font-family: "microsoft yahei";}
h2{font-family: "microsoft yahei";}
h3 { font-size:14px;  font-weight:bold;  font-family: "microsoft yahei";}
h4 { font-size: 12px;    font-weight:bold; font-family: "microsoft yahei";}
.clear { clear: both; }
.copy { font-family:Arial, Helvetica, sans-serif; }
table { font-size:inherit; font:100%; }
img { border:none;  }



/*banner*/
.banner{
	position: relative;
	width: 100%;
	height: 450px;
}
.banner .bd{
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banner .bd ul {
	width: 100% !important;
	height: 450px !important;
}

.banner .bd ul li {
	width: 100% !important;
	text-align: center;
}

.banner .bd ul li a {
	display: block;
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
	z-index: 1;
}
.banner .hd ul {}
.banner .hd ul li {
	margin: 0 6px;
	width: 36px;
	height: 5px;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	font-size: 0;
}

.banner .hd .on {
	background: #0c2b60;
}

