@charset "utf-8";
/* CSS Document */

/*------------------------------
  顶部通用
-------------------------------*/
.top {
	width: 100%;
	height: 25px;
	background: #f7f7f6;
	font-size: 12px;
	line-height: 25px;
	color: #989998;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}
.top .l .top-right {
	float: right;
}
.top .l .top-right a {
	color: #989998;
}
.top .l .top-right span {
	display: inline-block;
	margin: 0 5px;
}
.top .l .top-right ul li {
	float: left;
}
.top .l .top-right .img_top {
	float: left;
	margin-top: 3px;
	margin-right: 7px;
}
.top .l .top-right .l1_1 {
	width: 90px;
}
.top .l .top-right .l1_2 {
	width: 67px;
}
.top .l .top-right .l1_3 {
	width: 70px;
}
.top-logo {
	padding: 20px 0px;
}
.top-logo .right img {
	margin-top: 14px;
}
.tel_img {
	margin-top: -17px;
	margin-right: 9px;
}
.tel_text {
	font-size: 14px;
	color: #9b9999;
	margin-top: -7px;
}
.tel_text span {
	font-size: 16px;
	color: #286cbd;
}
/*导航*/
.navBar {
	width: 100%;
	margin: 0px auto;
	height: 40px;
	line-height: 40px;
	background: #286cbd;
	color: #fff;
}
.nav {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	z-index: 2
}
.nav a {
	color: #fff;
}
.nav h3 {
	font-size: 100%;
	font-weight: normal;
}
.nav li{
	float: left;
	position: relative;
	z-index: 1;
}
.nav .s {
	float: left;
	width: 3px;
	text-align: center;
	color: #D4D4D4;
	font-size: 12px;
}
.nav h3 a {
	display: block;
	width: 171px;
	text-align: center;
}
.nav .sub li a:hover {
	color: #fff;
}
.nav .block {
	height: 8px;
	width: 120px;
	background: #FE7700;
	position: absolute;
	left: 0;
	top: 42px;
	overflow: hidden;
}
.nav h3 a:hover {
	background: #004bb0;
}
.select {
	background: #004bb0;
}
.nav .sub {
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
	z-index: 1;
	width: 150px;/*border:1px solid #5aa7f5;*/
	border-top: 0;
	background: #4c99e7;
}
.nav .sub li {
	text-align: center;/*padding:0 8px;*/
	margin-bottom: -1px;
}
.nav .sub li a {
	display: block;
	border-bottom: 1px solid #5aa7f5;
	padding: 8px 0;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
}
.nav .sub li a:hover {
	background: #4c6ce7;
}
/*banner*/
.flexslider {
	position: relative;
	height: 520px;
	overflow: hidden;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 520px;
}
.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(../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: 20px;
	background: url(../images/prev.png) center center no-repeat;
	top: 250px;
}
.flex-direction-nav li a.flex-next {
	right: 20px;
	background: url(../images/next.png) center center no-repeat;
	top: 250px;
}
/*banner-end*/

/*联络内容*/
.llnr_bj {
	width: 100%;
	height: 40px;
	background: #ececed;
}
.nrbt {
	font-size: 16px;
	color: #004bb0;
	line-height: 40px;
	float: left;
	width: 80px;
}
.notice {
	overflow: hidden;
	padding-top: 10px;
	height: 26px;
}
.noticTipTxt {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	margin: 0 0 0 10px;
}
.noticTipTxt li {
	height: 22px;
	line-height: 22px;
}
.noticTipTxt a {
	color: #636465;
	font-size: 14px;
	text-decoration: none;
}
.noticTipTxt a:hover {
	color: #004bb0;
}
