﻿@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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: none;
} /*for ff f6n.net*/
a:hover {
	text-decoration: none;
}
/*定位*/
.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;
}
p {
	word-spacing: -1.5px;
}
 -moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.curp {
	cursor: pointer
}
/*原reset*/
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align: middle;
}
body {
	font: 12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size:108%;
	line-height: 100%;
}
/*title*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/*end reset*/



/* 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;
	font-family: microsoft yahei;
}
/*页眉*/
.header {
	width: 100%;
	background-color: #fff;
}
.headerTop {
	overflow: hidden;
	width: 100%;
	height: 35px;
	background: #f5f5f5;
}
.headerTop p {
	float: left;
	line-height: 32px;
	font-size: 12px;
	color: #666;
}
.headerTop ul {
	overflow: hidden;
	float: right;
	margin-top: 10px;
}
.headerTop li {
	float: left;
	font-size: 12px;
	border-right: 1px dotted #ccc;
	padding: 0 10px;
}
.headerTop li a {
	color: #666;
}
.headerTop li.last {
	border: none;
	padding-right: 0;
}
.headerCenter {
	overflow: hidden;
	height: 130px;
}
.lv{
	color: #009a44;
}
.headerCenter dl {
	overflow: hidden;
	float: left;
	width: 600px;
	margin-top: 31px;
	background: url(../images/logobj.jpg) no-repeat 215px 0;
}
.headerCenter dt {
	overflow: hidden;
	float: left;
}
.headerCenter dd {
	overflow: hidden;
	float: left;
	width: 350px;
	margin-left: 20px;
	padding-left: 15px;
}
.headerCenter dd p {
	font-size: 15px;
	color: #333;
}
.headerCenter dd span.zhuanzhuyf{
	font-size: 28px;
	color: #333;
	font-weight: 700;
	line-height: 28px;
	    line-height: 37px;
}
.headerCenter .phone {
	overflow: hidden;
	float: right;
	margin-top: 40px;
	background: url(../images/tel.png) no-repeat;
	padding-left: 58px;
	padding-bottom: 10px;
}
.headerCenter .phone p {
	font-size: 12px;
	color: #535353;
}
.headerCenter .phone h3 {
	font-size: 30px;
	font-family: Arial;
	color: #333;
}
/*网站导航*/
.headerNav {
	width: 100%;
	height: 58px;
	background:#009a44;
}
#nav {
	overflow: visible!important;
}
.headerNav li {
	float: left;
	line-height: 58px;
	font-size: 14px;
}
.headerNav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 45px;
	background: url(../images/navge.jpg) no-repeat right top;
}
.headerNav li.cur, .headerNav li:hover {
	background: #006837;
	color: #fff;
}
.headerNav li.cur a, .headerNav li:hover a{
	
	color: #fff;
}
.headerNav .sub {
	display: none;
	width: auto;
	min-width: 100%;
	left: 0;
	top: 58px;
	position: absolute;
	background: rgba(255,255,255,0.95);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5ffffff,endcolorstr=#e5ffffff);
	z-index: 9999999;
	text-align: center;
}
.headerNav {
	position: relative;
	z-index: 9999999;
}
.nLi {
	float: left;
	position: relative;
	display: inline;
}
.headerNav .sub dt {
	zoom: 1;
}
.headerNav .sub a {
	display: block;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	color: #333!important;
	font-size: 14px;
	white-space: nowrap;
	background: none!important;
}
.headerNav .sub dt a:hover {
	background: #009a44!important;
	color: #fff!important;
}

.nav_f{
	    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
/*网站导航结束*/

/*sousuo*/



.sousuo {
	width: 100%;
	height: 70px;
	background-color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
}
.sousuo p {
	float: left;
	line-height: 70px;
	color: #666;
	font-size: 14px;
	font-weight: 700;
}
.sousuo p a {
	color: #999;
	margin: 0 5px;
	font-weight: normal;
}
.sousuo .sousuo_box {
	float: right;
	width: 300px;
	height: 40px;
	margin-top: 15px;
	
}
.sousuo .sousuo_box .input {
	width: 235px;
	padding-left: 13px;
	float: left;
	height: 40px;
	line-height: 40px;
	border: none;
	background: #f7f7f7;
	outline: none;
}
.sousuo .sousuo_box .btn {
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	font-weight: 700;
	float: left;
	border: none;
	cursor: pointer;
	background: url(../images/search.jpg) no-repeat;
}



/*网站底部*/
.footer{
	width: 100%;
	overflow: hidden;
	background: #333;
	padding: 50px 0;
}
.footer01{
	width: 150px;
	float: left;
	padding: 0 30px
}
.footer01 .ft01tit{
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}
.footer01 a{
	display: block;
	line-height: 28px;
	color: #999;
	font-size: 14px;
}
.ftewm{
	width: 130px;
	float: right;
	padding-top: 20px;
}
.ftewm img{
	width: 130px;
	height: 130px;
	display: block;
}
.ftewm span{
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	text-align: center;
	padding-top: 10px;
}

.footer02{
	width: 100%;
	background: #1b1b1b;
	height: 50px;
	left: 50px;
	line-height: 50px;
}
.footer02 .ftfl{
	font-size: 12px;
	color: #545454;
}
.footer02 .ftfl a{
	color: #545454;
	line-height: 50px;
}
.footer02 .ftfr{
	text-align: right;
	font-size: 12px;
}
.footer03{
	margin-left: 55px;
}

.ftlianxi{
	width:300px;
	float: left;
	    margin-top: 12px;
}
.fttel{
	padding: 0 0 0 55px;
	background: url(../images/fttel.png) no-repeat;
	font-size: 28px;
	color: #00a14b;
	font-weight: 700;
}
.fttel span{
	font-size: 14px;
	color: #999;
	display: block;
	font-weight: normal;
}
.ftlianxi p{
	padding: 0 0 0 55px;
	font-size: 14px;
	line-height: 28px;
	color: #999;
}
.ftge{
	width: 25px;
	height: 1px;
	background: #00a14b;
	margin-bottom: 7px;
}