@charset "utf-8";
/* CSS Document */
body{
	line-height: 1.6;
}
#head,#main,#foot{
	min-width: 1280px;
	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 .logo{
	position: absolute;
	left: 4%;
	height: 76px;
	display: table;
	width: 182px;
	top:0;
	bottom: 0;
}
#head .logo a{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#head .logo img{
	height: 38px;
}
#head .nav{
	float:right;
	margin-right: 4%;
	padding-right: 190px;
}
#head .nav li{
	float: left;
	position: relative;
}
#head .nav li .nav_a{
	display: block;
	line-height: 36px;
	padding: 20px 24px 18px;
	font-size: 16px;
	color: #333333;
	border-bottom: 2px solid #fff;
}
#head .nav li .nav_a:hover ,#head .nav li.on .nav_a ,#head .nav li .a_hv{
	border-color: #1DA737;
	color:#1DA737;
}
#head .nav li .sub{
	position: absolute;
	width: 100%;
	left: 0%;
	top: 76px;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	padding: 8px 0;
	display: none;
}
#head .nav li .sub dt{
	text-align: center;
}
#head .nav li .sub dt a{
	display: block;
	padding: 5px 0;
	line-height: 22px;
	font-size: 14px;
}
#head .head_r{
	position: absolute;
	right: 4%;
	top: 20px;
}
#head .head_r dt{
	float: left;
	margin-right: 15px;
	position: relative;
	padding-bottom: 20px;
}
#head .head_r dt a{
	display: block;
	width: 36px;
	height: 36px;
	background: url(../img/h_ico.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
}
#head .head_r dt a.i1{
	background-position: 0 0;
}
#head .head_r dt a.i2{
	background-position: -51px 0;
}
#head .head_r dt a.i3{
	background-position: -102px 0;
}
#head .head_r dt a:hover{
	transform: rotateZ(360deg);
}
#head .head_r .h_wxcm{
	position: absolute;
	width: 100px;
	left:-36px;
	background: #fff;
	padding: 5px;
	top: 65px;
	border-top: 2px solid #1DA737;
	display: none;
}
#head .head_r .h_wxcm img{
	width: 100%;
	display: block;
}

.f-32{
	font-size: 32px;
}
.f-26{
	font-size: 26px;
}
.f-24{
	font-size: 24px;
}
.f-22{
	font-size: 22px;
}
.f-20{
	font-size: 20px;
}
.f-blod{
	font-weight: bold;
}
.c-fff{
	color: #fff;
}
.c-333{
	color: #333;
}
.tit_com{
	padding: 15px 0;
}
.tit_com .h3{
	padding: 0 0px 0 60px;
	display: inline-block;
	position: relative;
	line-height: 1.2;
}
.tit_com .h3 i{
	width: 80px;
	height: 2px;
	background: #1DA737;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	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;
}
.tit_com p{
	padding: 0 0px 0 60px;
}

#foot{
	padding: 15px 0 20px;
}
#foot .foot_cont{
	text-align: center;
}
#foot .tit_com{
	margin-left: -66px;
}
#foot .tit_com h3{
	line-height: 1.2;
}
#foot .foot_cont .f_contp{
	font-size: 16px;
	color: #333333;
	padding: 0px 0 25px;
}
#foot .foot_cont .f_contbtn{
	text-align: center;
}
#foot .foot_cont .f_contbtn a{
	display: inline-block;
	width: 228px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #333333;
	font-size: 14px;
}
#foot .foot_cont .f_contbtn a font{
	color: #1DA737;
}
#foot .foot_cont .f_contbtn a:hover{
	border-color: #1DA737;
	background: #1DA737;
	color: #fff;
	padding: 0 10px;
}
#foot .foot_cont .f_contbtn a:hover font{
	color: #fff;
}
#foot .foot_d{
	font-size: 13px;
	color: #656565;
	padding: 30px 4% 5px;
}
#foot .foot_d .f_link{
	float: left;
}
#foot .foot_d .f_link p{
	padding-bottom:6px;
}
#foot .foot_d a{
	color: #656565;
	padding: 0 2px;
	font-size: 13px;
}
#foot .foot_d a:hover{
	color: #1DA737;
}
#foot .foot_d .f_cpr{
	float: right;
	font-size: 13px;
	padding-top:48px;
}


.fade_cm{
	position:fixed;
	z-index:999;
	right:0;
	top:50%;
	margin-top:-150px;
	width:46px;
}
.fade_cm li{
	width:46px;
	height:46px;
	padding-bottom:1px;
	position:relative;
}
.fade_cm li a{
	display:block;
	width:46px;
	height:46px;
	cursor:pointer;
}
.fade_cm li a.kf_wx ,.fade_cm li a.kf_top{
	background:#1DA737;
}
.fade_cm li a.kf_top{
	background:#7F7F7F
}
.fade_cm li a.kf_wx:hover ,.fade_cm li a.kf_top:hover{
	background:#1DA737;
}
.fade_cm li i{
	width:46px;
	height:46px;
	display:block;
	background:url(../img/r_ico.png) no-repeat;
}
.fade_cm li i.i2{
	background-position:center -92px;
}
.fade_cm li i.i3{
	background-position:center -46px;
}
.fade_cm li i.i4{
	background-position:center -138px;
}
.fade_cm li i.i5{
	background-position:0 0;
}
.fade_cm li .sidebox{
	position: absolute;
	width:170px;
	height:46px;
	overflow:hidden;
	top:0;
	right:-124px;
	background:#1DA737;
}
.fade_cm li .sidebox i{
	float:left;
}
.fade_cm li p{
	float:left;
	line-height:46px;
	height:46px;
	font-size:15px;
	color:#fff;
}
.fade_cm li .wx_ewm{
	position:absolute;
	width:125px;
	right:65px;
	bottom:0;
	display:none;
	padding: 2px;
	background: #fff;
}
.fade_cm li .wx_ewm img{
	display:block;
	width:100%;
}