@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
}
a {
	text-decoration: none;
	cursor: pointer;
}
img {
	border: none;
}
p, li, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
* {
	font-family: "微软雅黑";
}
.clear {
	clear: both;
}
.main {
	width: 1200px;
	margin: 0px auto;
}
.main .mbx {
	margin-top: 15px;
	height: 65px;
	line-height: 65px;
	width: 1200px;
	background: url(../img/icon72.png) no-repeat bottom;
	font-size: 32px;
	color: #1e9b01;
}
.main .mbx span {
	font-size: 24px;
	color: #ababab;
}
.main .mbx .right {
	float: right;
	font-size: 14px;
	color: #5f5f5f;
}
.main .mbx .right a, .main .mbx .right a:hover {
	font-size: 14px;
	color: #5f5f5f;
	display: inline;
}
.about_title {
	font-size: 32px;
	color: #1e9b01;
	width: 1200px;
	margin: 0px auto;
	margin-top: 50px;
	text-align: center;
}
.about_info {
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	color: #999;
	width: 1200px;
	margin: 0px auto;
	text-align: center;
	border-bottom: 1px solid #adacac;
}
.about_content {
	font-size: 18px;
	margin-top: 20px;
	color: #757575;
	line-height: 55px;
}
.about_content p {
	margin-top: 10px;
	font-size: 16px;
	color: #757575;
	line-height: 35px;
}
.about_content a {
	font-size: 18px;
	color: #757575;
}
.about_content img {
	max-width: 1200px;
}
.page_ud {
	font-size: 18px;
	line-height: 35px;
	color: #585858;
	margin-top: 60px;
	margin-bottom: 60px;
	border-top:1px #ededed solid;
	padding-top:50px;

}
.page_ud a {
	font-size: 18px;
	color: #585858;
}
 .page_ud a:hover {
	color: #1d9b00;
}