@charset "utf-8";
/* CSS Document */
html, body {
	font-family: "微软雅黑";
}
a {
	cursor: pointer;
	font-family: "微软雅黑";
}
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, button, input, textarea, th, td, img, tr, td, form, select, div, strong, span, s {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
i {
	font-style: normal;
}
table {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	display: block;
}
a:focus {
	outline: none;
}
input, select, textarea {
	outline: none;
}
table {
	border-spacing: 0px;
}
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	position: relative;
	min-width: 1200px;
	width: 100%;
}
a {
	color: #666;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
/* 通用分页样式 */
.pages {
	height: 26px;
	padding: 35px 0;
	margin-top: 5px;
	clear: both;
	text-align: center;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
	display: inline-block;
}
.pages li {
	float: left;
	margin-right: 5px;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
}
.pages li a:hover {
	border: 1px solid #00824a;
	background: #00824a;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}
.pages .current a {
	border: 1px solid #00824a;
	background: #00824a;
	color: #fff;
}
/*头部*/
.toper {
	background: #f5f5f5;
	height: 38px;
	display: block;
	width: 100%;
}
.toper .welcome {
	font-size: 12px;
	color: #8b8a8a;
	line-height: 38px;
	background: url("../images/inico1.jpg")no-repeat left center;
	padding-left: 19px;
}
.topwei ul i {
	display: block;
	float: left;
	width: 1px;
	height: 17px;
	background: #e4e4e4;
	margin: 12px 15px;
}
.topwei ul li {
	font-size: 14px;
	color: #666;
	line-height: 38px;
	float: left;
	width: 85px;
}
.topwei ul li .ewen {
	float: left;
	width: 85px;
	color: #666;
	line-height: 38px;
	background: url(../images/inico2.png) no-repeat left center;
	position: relative;
	padding: 0 0 0 30px;
}
.topwei ul li .ewen .eimg {
	display: none;
	position: absolute;
	top: 38px;
	left: -14px;
	z-index: 999999999;
	width: 115px;
	height: 115px;
}
.topwei ul li .ewen:hover .eimg {
	display: block;
}
.topwei ul .headzx img {
	float: left;
	margin: 9px 5px 0 0;
}
.logos {
	padding: 30px 0;
	overflow: hidden;
	width: 100%;
}
.loimg {
	float: left;
	margin-top: 14px;
}
.logoins img {
	float: left;
}
.loimg .syss {
	display: block;
	float: left;
	margin-left: 12px;
}
.logoins .syss span {
	display: block;
	font-weight: bold;
	font-size: 32px;
	color: #222;
	letter-spacing: 2.2px;
}
.syss em {
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #c0c0c0;
}
.loimg i {
	display: block;
	float: left;
	width: 1px;
	height: 57px;
	background: #e4e4e4;
	margin: 0 15px;
}
.lowen {
	float: left;
}
.lowen p {
	font-size: 33px;
	color: #222;
	font-weight: bold;
	display: block;
	line-height: 37px;
}
.lowen p em {
	color: #00824a;
	font-style: normal;
}
.lowen span {
	display: block;
	font-size: 16px;
	color: #777777;
	line-height:35px;
}
.lotel {
	margin-top: 20px;
	margin-right: 55px;
	height:auto;
}
.lotel p {
	color: #2d2d2d;
	display: block;
	background: url("../images/inico4.png")no-repeat left center;
	padding-left: 35px;
	font-size: 35px;
	font-weight: bold;
}
.lotel span {
	color: #00824a;
	background: url("../images/inico5.png")no-repeat left center;
	display: block;
	padding-left: 35px;
	font-size: 35px;
	font-weight: bold;
}
/*导航*/

.h_head_gd {
	position: fixed;
	top: -1px;
	width: 100%;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop)0);
	z-index: 9999;
	left: 0;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.topnav {
	background: #00824a;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	height: 60px;
	line-height: 60px;
	background: #00824a;
	position: relative;
	z-index: 999999;
}
.nav a {
	color: #fff;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	background: url("../images/nav_y.jpg")no-repeat right center;
}
.nav .nLi h3 {
	float: left;
}
.nav .nLi:hover h3 a {
	color: #fff;
		background: #ffc000;
}
.nav .nLi h3 a {
	display: block;
	padding: 0 45px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
.nav .subs {
	width: 160px!important;
	
}
.nav .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 60px;
	position: absolute;
	background: rgba(0,0,0,0.9);
	line-height: 26px;
	padding: 12px 0;
	text-align: center;
	padding: 0 14px 15px;
	
}
.nav .sub li {
	zoom: 1;
	border-bottom: 1px solid rgba(92,91,89,0.4);
}
.nav .sub a {
	display: block;
	font-size: 14px;
	line-height: 49px;
	color: rgba(255,255,255,0.7);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.nav .sub a:hover {
	color: rgba(255,255,255,1);
	
}
.nav .nLi h3 a.on {
	background: #ffc000;
	color: rgba(255,255,255,1);
}
/*导航结束*/
/*底部*/
.foot {
	padding: 58px 0;
	overflow: hidden;
	background: #f5f5f5;
}
.foot .foottel {
	float: left;
	width: 350px;
	overflow: hidden;
}
.foot .foottel p {
	font-size: 16px;
	color: #222222;
	font-weight: bold;
}
.foot .foottel .stwo {
	background: url("../images/fico2.png")no-repeat left center!important;
}
.foot .foottel span:last-child {
	background: url("../images/fico3.png")no-repeat left center!important;
}
.foot .foottel span {
	display: block;
	font-size: 14px;
	color: #7c7c7c;
	line-height: 38px;
	background: url("../images/fico1.png")no-repeat left center;
	padding-left: 25px;
}
.foot i {
	width: 25px;
	height: 1px;
	background: #ffc000;
	margin: 19px 0 23px 0;
	display: block;
}
.footlist {
	float: left;
	width: 685px;
}
.footlist ul li {
	float: left;
	width: 155px;
	margin: 0 50px;
}
.footlist ul li:first-child {
	margin: 0 60px 0 0!important;
}
.footlist ul li:last-child {
	margin: 0 0 0 60px;
}
.footlist ul li p a {
	font-size: 16px;
	color: #00824a;
	font-weight: bold;
}
.footlist dl dt a {
	color: #7c7c7c;
	font-size: 14px;
	line-height: 30px;
}
.footlist dl dt:hover a {
	color: #333;
}
.erweima {
	float: right;
	width: 115px;
}
.erweima p {
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 38px;
}
.footer {
	border-top: 1px solid #dadada;
	padding: 30px 0;
	overflow: hidden;
	background: #f5f5f5;
}
.fobq {
	color: #7c7c7c;
	font-size: 12px;
}
.foban a {
	font-size: 12px;
	color: #7c7c7c;
}
.abwen {
	width: 50%;
}
.abpics {
	width: 50%;
}
