﻿@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
::selection {
	background-color: #50a132;
	color: #fff;
}
::-moz-selection {
 background-color: #50a132;
color:#fff;
}
::-webkit-selection {
 background-color: #50a132;
color:#fff;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
ul, li, ol, h1, h2, h3, dl, dt, dd, form, p, b, u, s, i {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;/*ie6*/
}
*+html .clearfix {
	min-height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
input, textarea {
	outline: none;
	border: 0px;
}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a {
blr:expression(this.onFocus=this.blur()); /* IE Opera */
	outline: none; /* FF Opera */
}
a:focus {
	-moz-outline-style: none; /* FF */
} /*去掉a标签超链接的虚线框*/
.clearboth {
	clear: both
}
a:link {
	text-decoration: none;
	color: #404040;
}
a:visited {
	text-decoration: none;
	color: #404040;
}
a:hover {
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease-out 0s;
}
a:active {
	text-decoration: none;
	color: #404040;
}
em {
	font-style: normal;
}
.mainall {
	width: 1180px;
	margin: 0 auto;
	overflow:hidden;
}
.mainalll {
	width: 1180px;
	margin: 0 auto;	
}
.mainall1 {
	width: 1180px;
	margin: 0 auto;
}
.tnr {
	font-family: times new roman;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc {
	text-align: center;
}
.block {
	display: block;
}
.re {
	position: relative;
}
.ab {
	position: absolute;
}
body {
	margin: 0px;
	color: #404040;
	background: #FFF;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", 宋体, Arial, Helvetica, sans-serif;
}
/*头部*/
.top_bg {
	height: 35px;
	line-height: 35px;
	background: #f4f4f4;
	color: #333;
}
.top_sw {
	float: right;
	display: inline;
	color: #333;
}
.top_sw a {
	display: inline-block;
	padding: 0 10px;
	color: #333;
}
.top_sw a:first-child {
	background: none;
}
/*logo标志*/
.top_bgk {
	overflow: hidden;
	padding-bottom: 24px;
}
.logo h1 {
	height: 90px;
	margin-top: 15px;
}
.logo a {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
}
.logo b {
	text-transform: uppercase;
	font-size: 14px;
	color: #cbcbcb;
	font-family: Arial, Helvetica, sans-serif;
}
.biaoyu {
	padding: 0px 0 10px 30px;
	margin: 31px 0 0 35px;
	border-left: 1px solid #d1dae0;
}
.biaoyu p.p1 {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
}
.biaoyu p.p2 {
	font-size: 18px;
	font-weight: normal;
	color: #50a132;
}
.tellall {
	margin-top: 36px;
	height: 59px;
	padding-left: 77px;
	background: url(../images/top_tels.png) no-repeat left center;
}
.tellall span {
	display: inline-block;
	font-size: 14px;
}
.tellall strong {
	font-size: 24px;
	color: #50a132;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.navall {
	height: 100px;
	position: relative;
}


.navBar {
	position: relative;
	height: 50px;
	background: #50a132;
	line-height: 50px;
	z-index: 99;
	padding-left: 10px;
	color: #333;
}

.nav {
	position: relative;
	width: 1180px;
	margin: 0 auto;
	font-family: "Microsoft YaHei", SimSun, SimHei;
	font-size: 15px;
}

.nav a {
	color: #ffffff;
}

.nav h3 {
	font-size: 100%;
	font-weight: normal;
}

.nav .m {
	float: left;
	position: relative;
	z-index: 99;
}


.nav h3 a {
	display: block;
	width: 118px;
	text-align: center;
	font-size: 15px;
}
.nav h3 a:hover{
	color: #FFFFFF;
	background: #ffa800;;
}
.nav .sub {
	display: none;
	/*默认隐藏*/
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 99;
	width: 118px;
	border-top: 0;
	
}

.nav .sub li {
	text-align: center;
	padding: 0 8px;
	background: #50a132;
	border-bottom: 1px solid #E6E4E3;
}

.nav .sub li a {
	display: block;
	font-size: 13px;
	
	padding: 8px 0;
	height: 28px;
	line-height: 28px;
	color: #FFFFFF;
}
.nav .sub li:hover{
	background: #ffa800;
}
.nav .sub li a:hover {
	color: #FFFFFF;
}

.fixedNav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100000;
	_position: absolute;
 _top: expression(eval(document.documentElement.scrollTop));
	
}




.foot {
	padding: 0 0 70px;
	background: #333;
	color: #fff;
}
.foot_nav {
	height: 60px;
	line-height: 60px;
	background: #50a132;
}
.foot_nav li:first-child {
	background: none;
}
.foot_nav li {
	padding: 0 26px;
	font-size: 15px;
	float: left;
	background: url(../images/foot_navli.png) no-repeat left center;
}
.foot_nav li a {
	color: #fff;
}
.foot_ins {
	padding-top: 60px;
	width: 816px;
	margin-left: 33px;
	line-height: 30px;
}
.foot_ins h2 {
	display: inline-block;
	font-size: 14px;
}
.foot_ins a {
	color: #fff;
}
.foot_ewm {
	overflow: hidden;
	margin: 65px 40px 0 0;
}
.foot_ewm img {
	display: block;
	width: 160px;
	height: 160px;
	padding: 5px;
	background: #fff;
	margin: 0 auto;
}
