body {
	margin-top: 0px;
	background: url(/statics/images/bg.png) center 0 repeat-y;
	background-image: url(/statics/images/bg.png);
	background-repeat-x: no-repeat;
	background-repeat-y: repeat;
	background-attachment: initial;
	background-position-x: 50%;
	background-position-y: 0px;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	background-size: initial;
}
/*<!--幻灯样式-->*/
* { margin: 0; padding: 0;}
.flexslider { position: relative; height: 435px; overflow: hidden; background: url(/statics/images/loading.gif) 50% no-repeat;}
.slides { position: relative; z-index: 1;}
.slides li { height: 435px;}
.flex-control-nav { position: absolute; bottom: 10px; z-index: 2; width: 100%; text-align: center;}
.flex-control-nav li { display: inline-block; width: 14px; height: 14px; margin: 0 5px; *display: inline; zoom: 1;}
.flex-control-nav a { display: inline-block; width: 14px; height: 14px; line-height: 40px; overflow: hidden; background: url(/statics/images/dot.png) right 0 no-repeat; cursor: pointer;}
.flex-control-nav .flex-active { background-position: 0 0;}
/*<!--幻灯样式结束-->
<!-- 轮播样式开始-->*/
.flexslider {
	margin: 0px auto 20px;
	position: relative;
	width: 100%;
	height: 482px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(/statics/images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(/statics/images/dot1.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 482px;
	display: block;
}
/*<!-- 轮播样式结束-->
<!--网站头部样式开始-->*/
body, div, ul, li{
	margin:0;
	padding:0;
}
body{
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:25px;
	font-size:14px;
}
a:link, a:visited {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration: underline;
	color:#0b5999;
	text-decoration:none;
}

ul, ul li {
	list-style-type:none;
}
.cl {
	zoom:1;
}
.col960 {
	width:960px;
	margin:auto;
}
.col980 {width:980px;margin:auto;}
.navbg {
	height:40px;
	width: 100%;
	background: #0b5999;
	box-shadow: 1px 1px 7px #999;
	position:absolute;
	z-index:99;
	left:0;
}
#navul li {
	float: left;
	margin-right: 1px;
	/*width:103px;*/
	padding: 0 35px;
	height:40px;
	position:relative;
	text-align:center;
	line-height:40px;
}
#navul li.navhome {
	text-align:left;
	/*padding:0 0px 0 40px;
	width:60px;*/
	padding: 0 38px;
}
#navul li a:link, #navul li a:visited {
	color:#FFFFFF;
}
#navul li ul {
	display:none;
	position:absolute;
	z-index:10000;
	top:38px;
	left:-1px;
	background:#000;
	border:#004E6C 1px solid;
	border-bottom:none;
}
#navul li ul li {
	display:block;
	width:115px;
	float:none;
	margin-right:0px;
	height:32px;
	position:relative;
	line-height:32px;
	border-bottom:#004E6C 1px solid;
	font-size:14px;
}
#navul li.navmoon {
	background: #0b5999;
	box-shadow: 1px 1px 7px #999;
	border:#004E6C 1px solid;
	/*width:115px;*/
	height:38px;
	line-height:38px;
	padding: 0 39px;
}
#navul li.navmoon a {
	color:#FFFFFF;
}
#navul li.navhome a:hover {
	color:#FCFF00;
}
#navul li.navmoon ul {
	display:block;
}
#navul li.navmoon ul a {
	display:block;
	width:115px;
	height:28px;
	line-height:28px;
}
#navul li.navmoon ul a:hover {
	background:#000000;
}
/*<!--网站头部样式结束-->*/
a:link,a:visited,a:hover,a:active {text-decoration: none;}
.mt10{margin-top:10px;}

span.form_list {
    display: inline-block;
    max-width: 30%;
    border-bottom: #ff0000 solid 1px;
    text-align: center;
    width: 120px;
}