@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;
}
.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: 39px;
	line-height: 39px;
	background:#f6f6f6;
	color:#333;
}
.header_top div>div a {
	margin: 0 5px;
	color:#333;
}
.header_top div>div a i{ display:inline-block; width:12px; height:12px; overflow:hidden;}
.header { height:120px;}
.header div>h1 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 26px;
	padding-right: 20px;
	padding-right: 10px;
}
.header div>h1 a {
	font-size: 36px;
	font-weight: bold;
	color: #6f0000;
}
.header div>h1 span {
	font-size: 18px;
	color: #a1a1a1;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.header div>div.comn {
	float:left;
	padding: 0 10px 0 0;
	
}
.header div>div.comn a{ font-size:30px; font-weight:bold;color: #159300;}
.header div>div.comn b{ font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#9a9a9a; text-transform:uppercase;}
.header div>div.comn_txt{ font-size:14px; color:#333; padding-top:12px; background:url(../images/nav-line.jpg) no-repeat left center; padding-left:15px; height:48px; margin-top:5px;}
.logoname {
	margin-top: 18px;
	width:440px;
}
.logoname div strong {
	display: block;
	font-size: 18px;
	color:#b36700;
}
.logoname div i {
	display: block;
	font-size: 14px;
}
.tell {
	padding-left: 72px;
	padding-top: 26px;
	height: 80px;
	line-height: 26px;
	margin-top: 30px;
	background:url(../images/tell.jpg) no-repeat left center;
}
.tell span {
	font-size: 18px;
	color: #009ae9;
}
.tell strong {
	font-weight:normal;
	font-size: 24px;
	color: #000;
	font-family:Impact;
	display:inline-block; height:30px; line-height:30px;
}
/*导航样式*/
.nav {	height: 57px; padding-top: 60px;}
.nav li:first-child{ background:none;}
.nav li {
	float: left;
	width:100px;
	text-align:center;
	font-size: 15px;


}
.header .nav ul{ position:relative;}
.nav li div{ position:absolute; top:25px; z-index:999; width:80px; text-align:center; background:url(../images/nav_bg_x.png) repeat; padding:0 10px; display:none;}
.nav li span {
	display: block;
	text-align:center;
	height: 40px;
	 line-height:40px;
	z-index:999;
	border-bottom:1px dashed #fff;
	font-size:12px;
}
.nav li:hover{background:#1cae03;display:block}
.nav li  a{ color:#fff;}
/*banner样式*/
.banner {

	margin: 0 auto;
}
.flexslider {
	position: relative;
	height: auto;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.flex-control-nav {
	position: asolute;
	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_con{ }
.search_wz a {
	margin: 0 5px;
}

.text {
	float: left;
	width: 213px;
	height: 30px;
	background: none;
	line-height: 36px;
	padding-left: 10px;
	font-size: 12px;
	border: 0;
}
.submit {
	float: left;
	width: 40px;
	height: 30px;
	border: 0;
	background: none;
	cursor: pointer;
}
.web-alls1 {border-bottom:1px solid #a0a0a0;}
.web-alls1 h4 b{color:#bbb; font-size:18px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; padding-left:5px;}
.web-alls1 h4 span{ font-size:24px; color:#159300; font-weight:bold;}
.links{overflow:hidden; padding-top:10px;}
.linkLj{ padding:15px 0; }
.linkLj a{ margin-right:10px; color:#333;}

/*底部导航*/
.banquan{text-align:center;height:45px;background:#1d1d1d; float: left;width:100%; margin-top: 20px;}
.wenzi{width:1080px;color:#817e7e; margin:0 auto; line-height: 35px;}
.wenzi a:link{color:#817e7e;}
.wenzi a{color:#817e7e;}
.wenzi a:hover{color:#fff;}

.foot {border-top:2px solid #178e03;background:url(../images/db.jpg) repeat-y center top;overflow: hidden;padding:30px 0 0 0}
.foot_l {width: 500px;}
.foot_l strong {font-size: 20px;}

.db_navs{ overflow:hidden;}
.db_navs dl{ float:left; width:100px;}
.db_navs dl dt a{ display:block; padding-bottom:10px; font-size:15px; color:#fff;}
.db_navs dl dd a{ display:block; padding-top:5px; font-size:15px; color:#fff;}
.bq_con{ color:#fff; padding:15px 0;}
.bq_con a{ color:#fff;}

.bq_con p{font-size:25px;font-family:微软雅黑;margin-bottom:10px}
.bq_con span{width:200px;line-height: 30px;font-size: 14px;}
.webx{width:210px;float:right;    margin-top: 11px;}
.foot_r {width:500px;padding-left:24px;color: #fff;}
.ew{width:288px;float: left}
.lyxx{ overflow:hidden; padding-bottom:20px;}
.lyname{ height:26px; line-height:26px; padding-left:35px; background:url(../images/db_icon1.jpg) no-repeat left center; color:#ebebeb; margin-bottom:15px;}
.ew img{ margin:0 0 0 15px}
.ew_header{line-height:40px;background:url(../images/db_icon2.jpg) no-repeat left center; color:#ebebeb; font-size: 16px;}
.ly{ widows:350px;}
.lyk1{ width:146px; margin-right:3px;}
.lyk1 input{ margin:0; padding:0; border:0; background:#565656; color:#898989; width:140px; height:26px; line-height:26px; padding-left:6px; margin-bottom:3px;}
.lyk2{ width:177px; margin-right:3px;}
.lyk2 textarea{margin:0; padding:0; border:0; background:#565656; color:#898989; height:200px; height:72px; padding:6px;}
.lyk3{width:20px;}
.lyk3 input{margin:0; padding:0; border:0; color:#fff; width:20px; height:84px; background:url(../images/tj.jpg) no-repeat center;}
.dtel{ padding-left:75px; background:url(../images/db_tell.jpg) no-repeat left center; }
.dtel span{ font-size:16px; color:#6c6c6c;}
.dtel b{ font-size:22px; font-family:Arial, Helvetica, sans-serif; color:#fff;}
.foot_r a {
	color: #fff;
}
.db_nav{ height:60px;}
.db_nav ul{ height:60px; line-height:60px;}
.db_nav li:first{ background:none;}
.db_nav li {
	float: left;
	font-size: 14px;
	 color:#fff;
	
}
.db_nav li a {
	color: #fff; display:inline-block; padding:0 23px;
}
.ewmt{ float:left; width:86px; margin:7px;}
.ewm_txt{ float:left; width:100px; color:#fff; padding-top:58px; text-align:center;}

