/* CSS Document */

html, span, object, h1, h2, h3, h4, h5, h6, p, em, dd, dl, dt, ol, ul, li, form {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	list-style: none;
}
input.btn {
	border: none
}
label {
	vertical-align: middle
}
.inputcheckbox {
	vertical-align: middle;
}
body {
	margin: 0 auto;
	padding: 0px;
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #094faf;
	text-decoration: none;
}
.clear_all {
	clear: both;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
	display: block;
}
ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none
}
.container {
    width: 1200px;
    margin: 0 auto;
	overflow:hidden;
}
.top{
	height:100px;
	width:100%;
	}
.logo{
	float:left;
	width:38%;
	}
.tel{
	float:right;
	width:19%;
	}
.tel dl{
	width:100%;
	}
.tel dl dt{
	width:50px;
	height:50px;
	margin-top:25px;
	float:left;
	}
.tel dl dt img{
	width:100%;
	height:100%;
	}
.tel dl dd{
	margin-top:30px;
	float:right;
	}
.tel dl dd span{
	font-size:15px;
	color:#666666;
	font-weight:bold;
	}
.tel dl dd p{
	font-size:15px;
	color:#2284c5;
	font-weight:bold;
	}
	
	
/* nav parts */

.nav{
	background:#4ab344;
	height:50px;
	}
.nav ul{
	width:100%;
	}
.nav ul li{
	height: 50px;
	position: relative;
	float: left;
	}
.nav ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding:0 33px;
	line-height:50px;
	}
.nav ul li a:hover {
	background:#2f9f29;
	color: #fff;	
}
.nav ul li.cur>a {
    background:#2f9f29;
    text-decoration: none;
}


/*  底部  */
.footer {
	width: 100%;
	overflow: hidden;
	background:linear-gradient(to bottom,#348111,#0f5b10);

}
.foot {
	width: 1200px;
	margin: 0 auto;
}
.index_bot1 {
	padding: 25px 0 0;
}
.index_bot1 .kuai {
	width: 65%;
	float:left;
	overflow: hidden;
	
}
.index_bot1 .dnav{
	border-bottom:1px solid #cccccc;
	padding-bottom:20px;
	
}
.index_bot1 .dnav a {
	text-decoration: none;
	color: #cccccc;
	padding:0 11px;
	font: 100 15px/40px "微软雅黑";
	
}
.index_bot1 .f_ewm {
	height:50px;
	padding:10px 0; 
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #cccccc;
}
.index_bot1 .f_ewm ul{width:100%;}
.index_bot1 .f_ewm ul li{text-indent:8px;float:left;padding:15px 76px 5px 0;color:#cccccc;font-size:14px;font-weight:normal;}
.index_bot1 .f_ewm ul li:nth-child(3){padding-right:0;}
.index_bot1 .f_ewm img {
	float: left;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.f_tel {
	width:100%;
	line-height:60px;	
}
.f_tel span{
	font-size:14px;
	color:#cccccc;
	font-weight:normal;
}
.bot2_t {
	width:100%;
	line-height:40px;
	padding-bottom:40px;
}
.bot2_t a{
	font-size:14px;
	color:#eeeeee;
	font-weight:normal;
	padding-right:10px;
}
.bot2_t a:hover {
	color: #333;
}
.link {
	width: 340px;
	margin-top:39px;
	float:right;
}
.link_t {
	height: 30px;
	float:left;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	width:90px;
	font-weight:normal;
}
.link_con {
	display: inline-block;
	float: right;
	width:36px;
	font-size: 14px;
	color: #bbb;
}
.link_con a {
	line-height: 30px;
	display: inline-block;
	color: #bbb;
}
.link_con a:hover {
	color: #094faf;
}