* {
	margin:0;
	padding:0;
	list-style:none;
	font-family:微软雅黑;
	font-weight:200;
}
a {
	text-decoration:none;
}
img {
	border:0;
}
.daohang a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	/*color:#FF8400;*/
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix10:after {
	content:".";
	display:block;
	height:10px;
	clear:both;
	visibility:hidden;
}
.h10{height:10px;}
.h15{height:15px;}
#header{width:1200px; margin:0 auto;}
.navBar {
	width:1100px;
	margin:0 auto;
	height:46px;
	line-height:46px;
	/*background:#006BB3;*/
	background:#ffffff;
	/*background: #00144D;*/
	/*color:#333;*/
	color:#000000;
}
.nav {
	position:relative;
	width:1200px;
	margin:0 auto;
	font-family:"Microsoft YaHei",SimSun,SimHei;
	font-size:13px;
}
.nav a {
	color:#000000;
}
.nav h3 {
	font-size:15px;
	font-weight: 300;
}
.nav .m {
	float:left;
	position:relative;
	z-index:1;
}
.nav .s {
	float:left;
	width:3px;
	text-align:center;
	color: #cccccc;;
	font-size:20px;
}
.nav h3 a {
	display:block;
	width:120px;
	text-align:center;
	font-weight: 300;
}
.nav .sub {
	display:none;
	position:absolute;
	left:-3px;
	top:46px;
	z-index:1;
	width:120px;
	border:2px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:0;
	background:#fff;
}
.nav .sub li {
	text-align:center;
	padding:0 8px;
	margin-bottom:-1px;
}
/*导航下拉菜单*/
.nav .sub li a {
	display:block;
	border-bottom:1px solid #cccccc;
	padding:8px 0;
	height:28px;
	line-height:28px;
	color:#000000;
	font-size:13px;
	/*font-weight:bold;*/
}
.nav .sub li a:hover {
	color:#82AFD3;
}
.nav .block {
	height:5px;
	width: 120px;
	background:#559824;
	position:absolute;
	left:0;
	top:42px;
	overflow:hidden;
}
/*轮播*/
.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 400px;
	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(../image/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(../image/dot.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: 400px;
	display: block;
}