*{
	margin: 0;
	padding: 0;
}

/*header*/
#header{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}

.wp{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.logo{
	width: 40%;
	height: auto;
	overflow: hidden;
	float: left;
}

.logo h2{
	font-size: 25px;
	display: inline-block;
	float: left;
	padding-left: 20px;
	padding-top: 35px;
}

.logo img{
	width: 10%;
	padding-top: 30px;	
	display: inline-block;
	float: left;
}

.tell{
	width: 20%;
	height: auto;
	overflow: hidden;
	float: right;
	background-image: url("../images/toptel.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	margin-top: 30px;
}

.tell span{
	display: block;
	font-size: 14px;
	color: #666;
}

.tell p{
	font-size: 18px;
	color: #65aa66;
}

/*header end*/
/*nav*/
.nav{
	width: 100%;
	height: auto;
	background-color: #5ac75c;
	float: left;
}

.nav li{
	width: 12.5%;
	height: auto;
	float: left;
	list-style: none;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}

.nav li:hover{
	background-color: #48a24b!important;
}

.nav li a{
	text-decoration: none;
	color: #fff;
	width: 100%;
	display: inline-block;
}

.nav .on{
	background-color: #48a24b!important;
}

.sidebar{
	width: 168px;
	height: auto;
	overflow: hidden;
	position: absolute;
	display: none;
	background-color: #666;
	z-index: 999;

}

.sidebar dd{
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 50px;
	font-size: 14px!important;
}

.sidebar dd:hover{
	background-color: #b8b8b8;
}

.sidebar dd a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
}

.nv{
	width: 168px;
	height: auto;
	overflow: hidden;
	display: none;
	background-color: #b8b8b8;
	z-index: 999;
}

.nv dd{
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 50px;
	font-size: 14px!important;
}

.nv dd a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
}

/*nav end*/
/*banner*/
#banner{
	width: 100%;
	height: 40%;
	background-image: url("../images/20161108154029_870.jpg");
	background-size: cover;
	background-position: bottom center;
	margin-top: 50px;
}

/*banner end*/
/*container*/
#container{
	width:100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	background-color: #f5f5f5;
}

.container-left{
	width: 40%;
	height: auto;
	overflow: hidden;
	float: left;
}

.container-left li{
	list-style: none;
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
}

.container-left li a{
	text-decoration: none;
	color: #000;
}

.container-left .on a{
	color: #269729;
}

/*container end*/
/*main*/
#main{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 0;
}

.main-top{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}

.main-top img{
	width: 100%;
}

.main-middle{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main-middle h3{
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
}

.main-middle p{
	line-height: 25px;
	padding: 5px 0;
	font-size: 14px;
}

.main-bottom{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.left{
	width: 45%;
	height: auto;
	overflow: hidden;
	float: left;
}

.left img{
	width: 100%;
}

.right{
	width: 45%;
	height: auto;
	overflow: hidden;
	float: right;
}

.right img{
	width: 100%;
}

/*main end*/
/*foorter*/
#foorter{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #363636;
	padding: 40px 0;
}

.foorter-left{
	width: 60%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0 5%;
}

.foorter-left p{
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}

.foorter-right{
	width: 15%;
	height: auto;
	overflow: hidden;
	float: right;
}

.right-top{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.right-top img{
	display: block;
	margin: 0 auto;
}

.right-bottom{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #ccc;
	line-height: 25px;
	text-align: center;
	margin-top: 10px;
}

/*foorter end*/
/*foorter1*/
#foorter1{
	width: 23%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
}

.foorter1-left{
	width: 9%;
	height: auto;
	overflow: hidden;
	float: left;
}

.foorter1-left i{
	width: 20px;
	height: 20px;
	margin-right: 15px;
	display: inline-block;
	background-image: url("../images/ga.png");
	background-repeat: no-repeat;
	margin-top: 5px;
}

.foorter1-right{
	font-size: 14px;
	line-height: 30px;
	float: left;
}