@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;
}
.brack {
	font-family: "黑体";
}
.cl1 {
	color: #008000;
}
.cl2 {
	color: #ff5400
}
.left {
	float: left;
}
.right {
	float: right;
}
.wrap {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
.more {
	display: inline-block;
	width: 114px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background: #ff5400;
	border-radius: 5px;
}
/*头部样式*/
.header_top {
	height: 38px;
	line-height: 38px;
	background:#f8f8f8;
	border-bottom:1px solid #ddd;
}
.header_top div>div a {
	margin: 0 5px;
}
.header {
	padding-bottom: 20px;
	overflow: hidden;
}
.header div>h1 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 26px;
	padding-right: 20px;
	padding-right: 10px;
	border-right: 1px dashed #aaa;
}
.header div>h1 a {
	font-size: 36px;
	font-weight: bold;
	color: #1691cf;
}
.header div>h1 span {
	font-size: 14px;
	color: #a1a1a1;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.header div>div {
	padding: 8px 0 20px 20px;
	color: #5c5c5c;
	line-height: 32px;
}
.logoname {
	margin-top: 30px;
}
.logoname div strong {
	display: block;
	font-size: 16px;
	font-weight:normal;
}
.logoname div i {
	display: block;
	font-size: 16px;
}
.tell {
	padding-left: 58px;
	padding-top: 22px;
	height: 80px;
	line-height: 26px;
	margin-top: 20px;
	background:url(../images/tell.jpg) no-repeat left center;
}
.tell span {
	font-size: 14px;
	color: #333;
}
.tell strong {
	font-size: 24px;
	color: #c50000;
	font-family: Arial, Helvetica, sans-serif;
	display:inline-block; height:30px; line-height:30px;
}
/*导航样式*/
.nav {
	height: 59px;
	line-height: 59px;
	background:#1b4084;
}
.nav li:first-child{ background:none;}
.nav li {
	float: left;
	font-size: 15px;
	padding: 0 23px;
	background:url(../images/nav-line.jpg) no-repeat left center;
}
.nav li a {
	color: #fff;
}
.nav li span {
	display: block;
	height: 46px;
	padding-right: 20px;
}
.nav li:hover,.nav li.another {
	background:#1828a1;
	cursor: pointer;
}
/*banner样式*/
.banner {
	width: 100%;
	margin: 0 auto;
}
.flexslider {
	position: relative;
	height: 484px;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 484px;
}
.slides li a{ display:block; width:100%; height:484px;}
.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: 55px;
	line-height: 55px;
	background:#f3f3f3;
}
.search_wz a {
	margin: 0 5px;
}
.search_ss {
	width: 264px;
	height: 31px;
	background: url(../images/search_bg_17.jpg) no-repeat;
	margin-top: 14px;
}
.text {
	float: left;
	width: 226px;
	height: 31px;
	background: none;
	line-height: 31px;
	padding-left: 10px;
	font-size: 12px;
	border: 0;
	color: #878787;
}
.submit {
	float: left;
	width: 28px;
	height: 31px;
	border: 0;
	background: none;
	cursor: pointer;
}
.links{ padding:20px 0; color:#1b4084;}
.links h4{ border-bottom:1px solid #1b4084; height:40px; line-height:40px; padding-left:25px; background:url(../images/tit_icon.png) no-repeat 5px center;}
.links h4 span{ font-size:18px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}
.links h4 i{ font-size:18px;}
.linkLj{ padding:15px 0;}
.linkLj a{ margin-right:10px; color:#333;}
/*底部导航*/
.db_nav{border-bottom:1px solid #fff;}
.db_nav ul{ height:48px; line-height:48px;}
.db_nav li {
	float: left;
	font-size: 14px;
	 color:#fff;
}
.db_nav li a {
	color: #fff; display:inline-block; padding:0 20px;
}
.foot {
	background: #1b4084;
	overflow: hidden;
	padding: 20px 0;
}
.foot_l {
	width: 210px;
	padding: 36px 0;
	background: url(../images/db_line_09.jpg) no-repeat right center;
	color: #fff;
}
.foot_l strong {
	font-size: 20px;
}
.foot_l span {
	font-size: 24px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.foot_r {
	width: 758px;
	color: #fff;
	margin-top: 30px;
	line-height: 30px;
}
.foot_r a {
	color: #fff;
}
.ewm {
	width: 140px;
	margin: 30px 10px 0 100px;
	padding: 20px;
	border-right:1px solid #fff;
	
}
/*qq css*/
.main-im{ position:fixed; right: 10px; top:100px; z-index: 100; width: 110px; height: 272px; }
.main-im .qq-a { display: block; width: 106px; height: 116px; font-size: 14px; color: #0484cd; text-align: center; position: relative; }
.main-im .qq-a span { bottom: 5px; position: absolute; width: 90px; left: 10px; }
.main-im .qq-hover-c { width: 70px; height: 70px; border-radius: 35px; position: absolute; left: 18px; top: 10px; overflow: hidden; z-index: 9; }
.main-im .qq-container { z-index: 99; position: absolute; width: 109px; height: 118px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 1px solid #dddddd; background: url(../images/qq-icon-bg.png) no-repeat center 8px; }
.main-im .img-qq {max-width: 60px; display: block; position: absolute; left: 6px; top: 3px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.main-im .im-qq:hover .img-qq{ max-width: 70px; left: 1px; top: 8px; position: absolute; }
.main-im .im_main {background: #F9FAFB; border: 1px solid #dddddd; border-radius: 10px; background: #F9FAFB; display:block;}
.main-im .im_main .im-tel { color: #000000; text-align: center; width: 109px; height: 105px; border-bottom: 1px solid #dddddd; }
.main-im .im_main .im-tel div{font-weight:bold;font-size: 12px;margin-top:11px;}
.main-im .im_main .im-tel .tel-num { font-family: Arial; font-weight: bold; color: #e66d15;}
.main-im .im_main .im-tel:hover { background: #fafafa; }
.main-im .im_main .weixing-container {width: 55px; height: 47px; border-right: 1px solid #dddddd; background: #f5f5f5; border-bottom-left-radius: 10px; background: url(../images/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show {width: 112px; height: 172px; background: #ffffff; border-radius: 10px; border: 1px solid #dddddd; position: absolute; left: -125px; top: -126px; }
.main-im .im_main .weixing-show .weixing-sanjiao {width:0; height: 0; border-style: solid; border-color: transparent transparent transparent #ffffff; border-width: 6px; left: 112px; top: 134px; position: absolute; z-index: 2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big { width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #dddddd; border-width: 8px; left: 112px; top: 132px; position: absolute; }
.main-im .im_main .weixing-show .weixing-ma { width: 104px; height: 103px; padding-left: 5px; padding-top: 5px; }
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto; text-align:center;}
.main-im .im_main .go-top { width: 50px; height: 47px; background: #f5f5f5; border-bottom-right-radius: 10px; background: url(../images/toTop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a { display: block; width: 52px; height: 47px; }
.main-im .close-im { position: absolute; right: 10px; top: -12px; z-index: 100; width: 24px; height: 24px; }
.main-im .close-im a { display: block; width: 24px; height: 24px; background: url(../images/close_im.png) no-repeat left top; }
.main-im .close-im a:hover { text-decoration: none; }
.main-im .open-im { cursor: pointer; margin-left: 68px; width: 40px; height: 133px; background: url(../images/open_im.png) no-repeat left top; display:none; }
.clear_h2{font-weight:normal;font-size:12px; padding:0px; margin:0px; text-align:center;display: inline;}