@charset "utf-8";
/* CSS Document */
body{
	line-height: 1.6;
}
#head,#main,#foot{
	min-width: 1380px;
	margin: 0 auto;
}
.w_1200{
	width: 1200px;
	margin: 0 auto;
}
a,.slow{
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.hiddens{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
 /*头部公共 */
#head{
	position: fixed;
	z-index: 999;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.head_top{
	height: 42px;
	line-height: 42px;
	background: #83C125;
	color: #fff;
	padding: 0 3%;
	overflow: hidden;
}
.head_top .ht_l{
	float: left;
}
.head_top .ht_r{
	float: right;
}
.head_top .ht_r strong{
	font-weight: bold;
	font-size: 16px;
}
.head_c{
	position: relative;
}
#head .logo{
	position: absolute;
	left: 3%;
	height: 80px;
	display: table;
	width: 205px;
	top:10px;
	bottom: 0;
}
#head .logo a{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#head .logo img{
	height: 52px;
}
#head .nav{
	float:right;
	padding-right: 3%;
	margin-right: -20px;
}
#head .nav li{
	float: left;
	position: relative;
	padding: 19px 18px;
}
#head .nav li .nav_a{
	display: block;
	line-height: 30px;
	padding: 10px 2px;
	font-size: 16px;
	color: #333333;
	border-bottom: 2px solid #fff;
}
#head .nav li .nav_a:hover ,#head .nav li .a_hv{
	border-color: #83C125;
	color:#83C125;
}
.small .head_top{
	height: 0;
}
.small #head .nav li{
	padding: 11px 18px;
}
.small #head .logo{
	height: 64px;
}
.small #head .logo img{
	height: 44px;
}
@media screen and (max-width:1500px ) {
	#head .nav li{
		padding: 19px 12px;
	}
	.small #head .nav li{
		padding: 11px 12px;
	}
}
#main{
	padding-top: 132px;
}
.small #main{
	padding-top: 74px;
}



#foot{
	background: #1F1F1F;
	color: #999999;
}
#foot .foot_a{
	padding: 44px 0 45px;
	border-bottom: 1px solid #383838;
}
#foot .foot_a .foot_a_l{
	float: left;
	width: 390px;
}
#foot .foot_a .f_tel{
	padding-top: 20px;
	font-size: 16px;
	color: #AAA8A8;
}
#foot .foot_a .f_tel strong{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
#foot .foot_a .foot_a_r{
	float: right;
	width: 630px;
}
#foot .foot_a .foot_a_r dl{
	float: left;
	width: 474px;
}
#foot .foot_a .foot_a_r dl dt{
	float: left;
	width: 50%;
	line-height: 30px;
	padding: 5px 0;
}
#foot .foot_a .foot_a_r dl dt a{
	color: #fff;
	font-size: 15px;
}
#foot .foot_a .foot_a_r dl dt a:hover{
	color: #83C125;
}
#foot .foot_a .foot_a_r .f_ewm{
	float: right;
	text-align: center;
	width: 146px;
}
#foot .foot_a .foot_a_r .f_ewm img{
	width: 95px;
	display: inline-block;
	vertical-align: top;
}
#foot .foot_a .foot_a_r .f_ewm p{
	color: #fefefe;
	padding-top: 8px;
}

#foot .foot_b{
	padding: 18px 0;
}
#foot .foot_b a{
	color: #999;
}
#foot .foot_b a:hover{
	color:  #83C125;
}