@charset "utf-8";
/* CSS Document */

html, body {
	font-size: 18px;
	width: 100%;
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-family: "Open Sans", Arial, "Hiragino Sans GB", "SimSun", "STHeiti", "WenQuanYi Micro Hei", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	outline: none;
	color: #4A4A4A;
	background-color: #f5f5f5;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-50 {
	padding-top: 50px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearb
{
	clear:both;
}
.topmain {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.topmain::after{
	content:'';
	clear: both;
}
.toplinebox{
	width:100%;
	height: 12px;
	background-color: #489515;
}
.logomenu {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.logomenu::after{
	content:'';
	clear: both;
}
.logomenu .logo {
	width: 270px;
	height: 80px;
	margin: 15px 0;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	float:left;
}
.logomenu .logo a {
	width: 100%;
	height: 100%;
	float: left;
}
.logomenu .topmenu {
	margin-right: 50px;
	position: relative;
	float: right;
}
.logomenu .topmenu ul {
	width: 100%;
	
}
.logomenu .topmenu li {
	width: 120px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	float:left;
	color: #2e2e2e;
	font-family: "SimHei";
	font-size: 20px;
}
.logomenu .topmenu .cur_menu {
	background-color: #489515;
	color: #fff;
}

.logomenu .topmenu .lev2m {
	width: 90px;
	padding:15px;
	position: absolute;
	background-color: #489515;
	color: #fff;
	font-size: 14px;
}
.logomenu .topmenu .lev2m .child_menu_list
{
	width:90px;
	float: left;
}
.logomenu .topmenu .lev2m .child_menu {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	float:left;
}
.logomenu .topmenu .lev2m .child_menu a {
}

.topbanner
{
	width:100%;
	height: 500px;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.topbanner .imgbox img{
	width:100%;
	height: 100%;
}

.container-main
{
	width:1200px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.bottom-main{
	width:100%;
	margin-top:50px;
	background-color: #858585;
	float:left;
}
.bottom-main .bottom-content{
	width:1200px;
	margin-top:20px;
	padding-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #fff;
}