﻿@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑", "宋体";
	position: relative;
}/*网站字体颜色*/
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: 0;
} /*for ff f6n.net*/
a:hover {
	text-decoration: underline;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
ol, ul {
	list-style: none;
}
p {
	word-spacing: -1.5px;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.center {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pa {
	position: absolute;
}
.pr {
	position: relative
}
/*title*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/* -- 页面整体布局 -- */
.head, .content, .foot {
	width: 980px;
	margin: 0 auto;
	font-family: 微软雅黑;
}
.left {
	width: 201px;
	float: left;
	overflow: hidden;
}
.left2 {
	width: 680px;
	float: left;
	overflow: hidden;
}
.left3 {
	width: 754px;
	float: left;
	overflow: hidden;
	color: #666;
}
.lefttop {
	background: url(../images/left_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-top: 10px;
}
.left2top {
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.leftbot {
	background: url(../images/left_bot_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.left2bot {
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.rightbot {
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right {
	width: 764px;
	float: right;
	display: inline;
	margin-left: 15px;
	overflow: hidden;
}
.right2 {
	width: 275px;
	float: right;
	overflow: hidden;
}
.right3 {
	width: 201px;
	float: right;
	overflow: hidden;
	color: #666;
}
.right2top {
	background: url(../images/right2_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.right2bot {
	background: url(../images/left_bot2_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right_main {
	width: 762px;
	min-height: 458px;
	border: solid 1px #d5d5d5;
	padding-bottom: 15px;
	overflow: hidden;
	background: #fff;
}
.right2_main {
	width: 273px;
	border: solid 1px #d5d5d5;
	border-top: 0;
	padding-bottom: 15px;
	overflow: hidden;
	background: #fff
}
.left2_main {
	width: 678px;
	border: solid 1px #d5d5d5;
	padding-bottom: 15px;
	overflow: hidden;
	background: #fff;
}
 .h_nav li a:-webkit-any-link {
display:block;
}
.container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
/*页眉*/
.head {
	position: relative;
	z-index: 9999;
	width: 100%;
}
/*--顶部链接导航*/
.head_top {
	border-bottom: 1px solid #e6f0f8;
}
.head_top .container {
	height: 33px;
	line-height: 33px;
	color: #8d8d8d;
}
.head_top a {
	padding: 0 4px;
	color: #8d8d8d;
}
/*--页眉内容*/
.head_cont {
	position: relative;
	height: 124px;
	overflow: hidden;
}
.head_cont .head_logo {
	position: absolute;
	left: 0;
	top: 38px;
}
.head_cont .head_logo dd {
	margin-left: 14px;
	padding: 10px 0 10px 18px;
	border-left: 1px solid #e5e5e5;
}
.head_cont .head_logo dd h2 {
	font-size: 18px;
	color: #024fa1;
}
.head_cont .head_logo dd p {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.head_cont .head_phone {
	padding: 4px 44px 4px 0px;
	margin-top: 48px;
	background: url(../images/hdPhoen_ico.png) no-repeat right center;
	text-align: right;
	color: #555;
}
.head_cont .head_phone dd {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #024fa1;
}
/*--导航栏*/
.nav {
	position: relative;
	height: 0;
}
.nav ul {
	position: absolute;
	left: 50%;
	bottom: -46px;
	margin-left: -490px;
	overflow: hidden;
	background: url(../images/navBg.png) no-repeat center;
}
.nav li {
	float: left;
}
.nav li a {
	display: block;
	_float: left;
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-family: microsoft yahei;
	background: url(../images/navLi.png) no-repeat left center;
}
.nav li a.navHome {
	padding: 0 19px;
	background-image: none;
}
.nav li a.navCur, .nav li a:hover {
	background: url(../images/navLiH.png) repeat-x center;
}
/*页尾*/
.footbg {
	background-color: #333;
}
.foot {
	position: relative;
	height: 322px;
	overflow: hidden;
}
.yqlj {
	margin: 20px 0;
}
.yqlj .contTit {
}
.yqlj .contTit .titA {
	background-image: url(../images/yqljTit_ico.png);
	color: #fff;
}
.yqlj .contTit span {
	color: #4c4c4c;
}
.yqlj p {
	margin-left: -10px;
	margin-top: 10px;
	line-height: 30px;
	width:986px;
	height: 65px;
	overflow: hidden;
}
.yqlj p a {
	padding: 0 10px;
	color: #9c9c9c;
}
.fotNav {
	margin-left: -16px;
	height: 44px;
	line-height: 44px;
	color: #fff;
}
.fotNav a {
	margin: 0 16px;
	color: #fff;
}
.fotTxt {
	padding-left: 206px;
	margin-top: 14px;
	line-height: 20px;
	color: #ccc;
	background: url(../images/fotLogo.png) no-repeat left center;
}
.fotTxt a {
	color: #ccc;
}
.fotPhone {
	position: absolute;
	right: 0px;
	bottom: 35px;
	padding: 4px 0 4px 46px;
	background: url(../images/fotPhone_ico.png) no-repeat left center;
	color: #fff;
}
.fotPhone dd {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
}
.contTit {
	position: relative;
	height: 44px;
	line-height: 44px;
}
.contTit .titA {
	padding-left: 22px;
	font-size: 16px;
	color: #024fa1;
	background: url(../images/Index/titA_ico.png) no-repeat left center;
}
.contTit span {
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #b0b0b0;
}
.contTit .titMore {
	position: absolute;
	right: 0px;
	top: 14px;
	width: 52px;
	height: 16px;
	background: url(../images/Index/titMore_ico.png) no-repeat center;
}
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#184e9c  url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#184e9c  url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#184e9c  url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#184e9c  url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}