@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

.clear {
	clear: both;
}

div,strong,a,span,li {
	font-size: 12px;
}

img {
	border: none;
}

ul, li, ol {
	list-style: none;
}
/* CSS Document */
/* 样式重置
-----------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	min-width: 1300px;
}

.box {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.flex-between {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content:space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.flex-around {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-moz-justify-content:space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}
.flex-wrap {
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
}
.ll {
	float: left;
}
.rr {
	float: right;
}
.ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*公共头部样式*/
.headtop {
	width: 100%;
	max-width: 1920px;
	height: 40px;
	margin: 0 auto;
	background:#000;
}
.headtop span {
	color: #fff;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 40px;
}
.headtop span a {
	display: inline-block;
	float: left;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 40px;
	text-align: center;
}
.toptel {background: url(../images/tel.png) no-repeat left center;padding-left: 35px;margin-left: 280px;}
.toptel a {font-weight: bold;font-size: 14px !important;}
.tshare {display: inline-block;text-align: right;position: relative;}
.tshare a {display: inline-block;margin:0 10px;padding-left: 30px;}
.tshare .youxiang {background: url(../images/youxiang.png)no-repeat left center;}
.tshare .weibo {background: url(../images/weibo.png)no-repeat left center;}
.tshare .weixin {background: url(../images/weixin.png)no-repeat left center;}
.wx_drop {
	top: 40px;
	position: absolute;
	z-index: 999;
	right: 0;
}
.wx_drop  img{
	width: 100px;
	height: 100px;
	display: block;
	float: left;
}
.head {
	width: 100%;
	height: 120px;
	max-width: 1920px;
	background: url(../images/headerbg.png) no-repeat left center #fff;
	margin: 0 auto;
	overflow: hidden;
}
.keys {margin-top: 15px;height: 35px;line-height: 35px;}
.keys a {display: inline-block;color: #646464;font-size: 14px;font-family:"微软雅黑";}
.keys a:hover {color: #0089d8;}
.search {width:380px;height: 40px;box-shadow: 0 0 5px #f3f3f3;}
.search input {width: 280px;height: 40px;border:none;outline: none;background: #fff;float: left;padding: 0 10px;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fafafa inset;}
.search .btn {background: url(../images/mag.png)no-repeat center center #0089d8;border: none;cursor: pointer;float: right;height: 40px;margin: 0;width: 75px;padding: 0;color: #fff;border-radius: 0 5px 5px 0;}
.nav {
	width: 100%;
	max-width: 1920px;
	height: 60px;
	background: #0089d8;
	margin: 0 auto;
}
.nav ul {
	height: 60px;
	position: relative;
}
.nav li {
    width: 130px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    float: left;
}
.nav li:after {
	content: "";
	display: block;
	width: 2px;
	height: 10px;
	background: #fefefe;
    position: absolute;
    right: 0;
    top: 27px;
}
.nav li:last-child:after {
	background: #0089d8;
}
.nav li a {
	font-family: "微软雅黑";
	color: #fefefe;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.nav li:hover{
	background: #f5d22e;	
}
.nav li:hover:after{
	display: none;
}
.nav li:hover a {
	color: #333;
}
.nav ul li a:hover,.nav ul li .on{  color:#fff; height:52px; background:#f5d22e; color: #333;}
.navXL { width:130px; float:left;position:absolute;overflow:hidden;display:none;z-index:999999; top:60px; margin-left:0px;*margin-left:0px; overflow:hidden;}
.nav .navXL a{ background:#fff; width:128px; height:40px;line-height:40px;border:1px solid #0089d8;margin-bottom:2px;display:block;color:#0089d8;font-size:14px; overflow:hidden;z-index:9999; text-align:center; padding:0}
.nav .navXL a:hover{color:#fff;width:140px; height:40px;overflow:hidden;background:#0089d8;  }

/*banner*/
.flexslider { margin: 0px auto; position: relative; width: 100%; height: 500px; 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(../images/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: 0px; }
.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(../images/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:500px; display: block; }

.page {width: 1200px;padding: 0 50px;overflow: hidden;margin:0 auto 40px;}

/*内页banner*/
.nbanner {width: 100%;max-width: 1920px;height: 430px;margin:0 auto;background: url(../images/nbanner.jpg) no-repeat top center;position: relative;}
.title_5 {padding-top: 115px;text-align: center;}
.title_5 h3 {color: #121212;font-size: 30px;font-weight: normal;font-family: "微软雅黑";line-height: 50px;}
.title_5 h2 {color: #121212;font-size: 60px;font-weight: normal;font-family: "微软雅黑";line-height: 75px;}
.subbox {height: 50px;position: absolute;bottom: 0;left: 0;right: 0;text-align: center; }
.subbox a {display: inline-block;height: 50px;padding: 0 35px;background: #fff;margin:0 5px;line-height: 50px;color:#333;font-size: 18px;}
.subbox a.cur,.subbox a:hover {background: #0089d8;color: #fff;}

/*公共栏目样式*/
.sidebar {
	width: 300px;
    min-height: 60px;
    overflow: hidden;
 	float: left;
 	margin-bottom: 30px;
}
.title-1{padding:15px 20px;box-sizing: border-box;height: 45px; background: #008579;width: 100%;}
.title-1 span{display: inline-block;color: #fff;font-size: 18px;text-align: left;line-height: 16px;}
.title-1 .more{display: inline-block;text-align: center;line-height: 20px;color: #fff;font-size: 12px;margin: 0 auto;position: relative; float: right;}
.title-1 .more:hover{ color:#ee8d1f; transition-duration:0.4s;}
a.more1{display: block;width: 100%;height: 38px;background:url(../images/bg_icon.jpg) no-repeat 50px center #008579;border-radius: 5px;text-align: center;color: #fff;font-size: 14px;line-height: 38px;margin: 15px 0;}
.block-1{width:100%;padding:14px; border: 1px solid #dcdcdc;box-sizing: border-box;}
.block-1 span{font-size: 14px;color: #0d0d0d;display: block;width: 100%;line-height: 24px;}
.block-1 p{font-size: 14px;color: #333;line-height: 26px;}
.block-1 .more{margin-left: 230px; margin-top:35px;}
.b-1{background: url(../images/bg_zx.jpg) no-repeat center;width: 298px;height: 270px;}
.b-1 p:first-child{font-size: 18px;color: #fa8d00;font-weight: bold;line-height: 34px;padding-left: 110px;padding-top: 10px;height: 68px;}
.b-1 span{display: block; font-size: 18px;color: #fa8d00;font-weight: bold;line-height: 120px;padding-left: 60px;}
.b-1 p:last-child{font-size: 14px;color: #fa8d00;line-height: 26px;padding-left: 60px;}

/*底部公用样式*/
.links {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding: 17px 0;
	background: #fff;
	overflow: hidden;
}
.links h3 {height: 46px;background: url(../images/link.png) no-repeat left bottom;padding-left: 40px;color: #0089d8;font-size: 22px;font-family: "微软雅黑";line-height: 30px;margin-bottom: 17px;}
.link li {
	float: left;
	height: 25px;
	margin: 0 5px 10px;
}
.link li a {
	display: inline-block;
}
.link li img {
	width: auto;
	height: 25px;
	display: block;
}
.footer {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #161616;
	padding: 0 0 20px;
	overflow: hidden;
}
.fnav {
	width: 1265px;
	height: 60px;
	margin:0 auto;
	background: #232323;
	text-align: center;
	margin-bottom: 40px;
}
.fnav a {
	position: relative;
	display: inline-block;
	line-height: 60px;
	color: #fefefe;
	font-family: "微软雅黑";
	font-size: 16px;
	padding: 0 22px;
}
.fnav a:after {
	content: "";
	display: block;
	width: 2px;
	height: 10px;
	background: #c8c8c8;
	position: absolute;
	top:50%;
	margin-top: -5px;
	right:0;
}
.fnav a.last:after {background: #232323}
.fnav a:hover {
	color: #fff;
	text-decoration: underline;
}
.fleft {
	padding-left: 118px;
}
.fright {padding-right: 118px;}
.fright img {display: block;height: 162px;}
.copyright p {
    line-height: 30px;
	color: #fefefe;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
}
.copyright a {
	color: #fefefe;
	font-family: "微软雅黑";
	font-size: 14px;
}
.copyright a:hover {
	color: #000;
}
.copyright strong {
	color: #218b75;
	font-family: "Arial";
	font-size: 20px;
}
