﻿@charset "utf-8";
/*reset*/
/* CSS reset for c_b */

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;
}
ol, ul {
	list-style: none;
}
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: none;
} /*for ff f6n.net*/
a:hover {
	text-decoration: underline;
}
/*定位*/

.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/* CSS Document */

body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	font-family: microsoft yahei, "宋体";
	position: relative;
}/*网站字体颜色*/
.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
/*页眉*/

.header {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.header .top {
	overflow: hidden;
	padding: 25px 0px 10px 0px;
	background-color: #fff
}
.header .top .logo {
	float: left;
	width: 420px;
	height: 80px;
	background: url(../images/logo6.png) no-repeat;
	text-indent: -999px;
}
.header .top .logo a {
	display: block;
	width: 300px;
	height: 80px;
}
.header .top .toptext {
	font-size: 24px;
	color: #00824a;
	float: left;
	margin-left: 15px;
	background: url("../images/hdwen.png") no-repeat left center;
	text-indent: 85px;
}
.header .top .toptext p {
	font-weight: normal;
	font-size: 16px;
	color: #3f3f3f;
	margin-top: 5px;
}
.header .phone {
	float: right;
	background: url(../images/hdphone.png) no-repeat left center;
	padding-left: 60px;
	margin-top: 5px;
	font-size: 30px;
	color: #ffba00;
	font-weight: normal
}
.header .phone p {
	font-size: 14px;
	color: #333
}
.header .Nav {
	height: 50px;
	background: #00824a
}
.header .navBox {
	height: 50px;
	line-height: 50px;
}
.header .navUl {
	width: 102%
}
.header .navUl li {
	font-size: 14px;
	float: left;
}
.header .navUl li a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 150px;
	text-align: center
}
.header .navUl>li:hover, .header .navUl>li.cur {
	color: #fff;
	background-color: #ffba00;
}
.header .erj {
	position: absolute;
	display: none;
	z-index: 9999;
	border-top: 2px solid #00824a;
	z-index: 9999;
	background: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	width: 150px;
}
.header .erj li {
	height: 40px;
	line-height: 40px;
	border: none;
}
.header .erj li a {
	color: #333;
	font-weight: normal;
	-webkit-transition: margin 0.2s ease-out;
	-moz-transition: margin 0.2s ease-out;
	-khtml-transition: margin 0.2s ease-out;
}
.header .erj li a:hover {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
/*footer*/

.footer {
	overflow: hidden;
	width: 100%;
	background: #00824a;
	padding-bottom: 10px;
}
.footer .ftConBox {
	overflow: hidden;
	padding: 15px 0;
}
.footer .ftLt {
	float: left;
}
.footer .ftLt p {
	line-height: 32px;
	color: #fff;
}
.footer .ftLt i {
	width: 25px;
	height: 3px;
	background-color: #ffae00;
	display: block;
	margin-top: 15px;
}
.footer .ftDl {
	float: right;
	width: 375px;
}
.footer .ftDl dt {
	width: 91px;
	text-align: center;
	color: #fff;
	float: left;
}
.footer .ftDl dt p {
	line-height: 25px
}
.footer .ftDl dd {
	float: right;
	width: 265px;
	font-size: 16px;
	color: #fff;
	line-height: 25px
}
.footer .ftDl dd span {
	float: right;
	width: 215px;
	text-align: left;
}
.footer .ftDl dd span i {
	font-style: normal;
}
.footer .ftDl dd img {
	display: block;
	margin-top: 10px;
}
.footer .ftDl dd p {
	color: #ffba00;
	font-size: 32px;
	font-family: Arial;
	margin: 8px 0
}
.footer .bqBox {
	padding: 10px 0;
	overflow: hidden;
	border-top: 1px solid #389d72;
}
.footer .bqBox p {
	font-size: 13px;
	color: #fff
}
.footer .bqBox p a {
	color: #fff
}

