@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
ul, li, ol, h1, h2, h3, dl, dt, dd, form, p, span, b, u, s, i {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
input, textarea {
	outline: none;
	list-style: none;
}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a {
blr:expression(this.onFocus=this.blur()); /* IE Opera */
	outline: none; /* FF Opera */
}
a:focus {
	-moz-outline-style: none; /* FF */
} /*去掉a标签超链接的虚线框*/
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
body {
	color: #131313;
	font-size: 12px;
	line-height: 1.5;
	font-family: "微软雅黑", 宋体, Arial, Helvetica, sans-serif;
}
/*公共样式*/
.clear {
	clear: both;
	margin: 20px 0;
}
i {
	font-style: normal;
}
em{ font-style:normal;}
.left {
	float: left;
}
.right {
	float: right;
}
.wrap {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.fixedNav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100000;
	_position: absolute;
 _top: expression(eval(document.documentElement.scrollTop));
}
/*头部样式*/
.header_top {
	height: 35px;
	line-height: 35px;
	background:#d3d3d3;
}
.header_top div>div a {
	margin: 0 5px;
}
.header_top div>div a i {
	display: inline-block;
	width: 12px;
	height: 12px;
	overflow: hidden;
}
.header {
	height: 122px;
	overflow: hidden;
}
.header div>h1 {
	display: inline-block;
	text-transform: uppercase;
	margin-right: 20px;
}
.header div>h1 a {
	font-size: 24px;
	font-weight: bold;
	color: #0268c8;
}
.header div>h1 b {
	font-size: 16px;
	text-transform: uppercase;
	color: #989898;
	font-family:Arial, Helvetica, sans-serif;
}
.header div>h1 span {
	font-size: 18px;
	color: #a1a1a1;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.header div>div.comn {
	float: left;
	border-right: 1px solid #a9a9a9;
	padding: 18px 20px 20px 10px;
	margin-right: 20px;
}
.header div>div.comn a {
	font-size: 30px;
	font-weight: bold;
	color: #009ae9;
}
.header div>div.comn b {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9a9a9a;
	text-transform: uppercase;
}
.header div>div.comn_txt {
	padding: 5px 0 10px 10px;
	border-left: 1px solid #a0a0a0;
}
.header div>div.comn_txt span {
	font-size: 18px;
	color: #333333;
}
.header div>div.comn_txt span b{ font-weight:bold; color:#ff7e00;}
.header div>div.comn_txt div {
	font-size: 18px;
	color: #333;
	font-weight:normal;
}
.header div>div.comn_txt strong{color:#0268c8; font-weight:bold;}

.logoname {
	margin-top: 30px;
}

.tell {
	padding-top: 5px;
	margin-top: 15px;
}
.tell div {
	margin-right: 20px;
}
.tell span {
	display:inline-block;
	background:url(../images/tell.jpg) no-repeat left center;
	padding-left:60px; height:50px; line-height:50px;
	font-size: 18px;
	color: #595959;
	font-weight:bold;
}
.tell strong {
	font-size:30px;
	font-family:Impact;
	display: inline-block;
	font-weight: normal;
	margin-right:15px;
}
/*导航样式*/
.nav {
	height: 51px;
	line-height:51px;
	background:url(../images/nav_bg.jpg) repeat-x;
}
.nav li:first-child {
	background: none;
}
.nav li {
	text-align: center;
	float: left;
	font-size: 15px;
	padding: 0 29px;
	color: #fff;
	
}
.nav li a {
	color: #fff;
}
.nav li span {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
.nav li:hover, .nav li.another{ background:url(../images/nav_hover.jpg) repeat-x;
}
/*banner样式*/
.banner {
	width: 100%;
	margin: 0 auto;
}
.flexslider {
	position: relative;
	height: 560px;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 560px;
}
.slides li a {
	display: block;
	width: 100%;
	height: 560px;
}
.flex-control-nav {
	position: absolute;
	bottom: 30px;
	z-index: 999;
	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(../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}
.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(../images/next.png) center center no-repeat;
}/*搜索样式*/
.search {
	height: 40px;
	line-height: 40px;
}
.search_wz a {
	margin: 0 5px;
}
.search_ss {
	width: 276px;
	height: 31px;
	background: url(../images/search_bg.jpg) no-repeat;
	margin-top: 5px;
}
.text {
	float: left;
	width: 240px;
	height: 31px;
	background: none;
	line-height: 25px;
	padding-left: 10px;
	font-size: 12px;
	border: 0;
	color: #a0a0a0;
}
.submit {
	float: left;
	width: 26px;
	height: 31px;
	border: 0;
	background: none;
	cursor: pointer;
}

.links{ height:74px;}
.web-alls1{ height:50px; line-height:50px; background:url(../images/links_bg.jpg) no-repeat center top;}
.web-alls1 h4 {
	float:left;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-left:24px;
}
.web-alls1 h4 span {
	display: inline-block;
	padding: 0 10px 0 30px;
	font-size: 18px;
}
.web-alls1 h4 b {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 18px;
	color: #fff;
}
.linkLj {
	float:right;
	width:80%;
}
.linkLj a {
	margin-left: 15px;
}
/*底部导航*/

.foot {
	background: #167fd4;
	overflow: hidden;
	padding-bottom: 20px;
}
.foot_l {
	padding: 0 30px 0 132px;
	border-right: 1px solid #b5b5b5;
}
.foot_r {
	width: 905px;
	overflow: hidden;
	color: #fff;
	margin-top: 15px;
	line-height: 30px;
}
.foot_r h2{display:inline-block; font-size:12px;}
.foot_r a {
	color: #fff;
}
.db_nav {
	height: 45px;
	background:#333;
	margin-bottom: 20px;
}
.db_nav ul {
	line-height: 45px;
}
.db_nav li:first-child {
background:none;
}
.db_nav li {
	float: left;
	font-size: 14px;
	color: #fff;
	padding: 0 31px;
	background:url(../images/db_line.jpg) no-repeat left center;
}
.db_nav li a {
	color: #fff;
	display: inline-block;
}
.ewmt {
	float: left;
	width: 86px;
	margin: 7px;
}
.ewm_txt {
	float: left;
	width: 100px;
	color: #fff;
	padding-top: 58px;
	text-align: center;
}
