@charset "utf-8";
/* CSS Document */
body,input{
	font-family:"Microsoft YaHei";
	line-height: 1.8;
	color: #212121;
}
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;
}
.fast{
	transition: all 0.3s ease-out 0s;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.chang{
	transition: all 0.3s ease-out 0s;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.linear{
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.simg{
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
#head,#main,#foot{
    width:100%;
	min-width:1230px;
}
.hidden{
	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*/
}
.w_1200{
	width: 1200px;
	margin: 0 auto;
}
#head{
	background-color: #fff;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
}
#head .head{
	position: relative;
	padding:0 2%;
	text-align: center;
	height: 90px;
}
#head .logo{
	position: absolute;
	top: 14px;
	left:2%;
}
#head .logo a{
	display: block;
}
#head .logo img{
	transform: scale(1, 1);
	height: 56px;
}
#head .nav{
	display: inline-block;
	padding-left: 10%;
}
#head .nav ul{
	display:inline-block;
	font-size: 0;
}
#head .nav li{
	display: inline-block;
	padding: 18px 24px 0;
	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;
}
#head .nav li a{
	display: block;
	padding: 12px 2px 24px;
	position: relative;
	color: #656565;
	font-size: 15px;
	line-height: 36px;
}
#head .nav li a span{
	position: absolute;
	left: 50%;
	width: 0;
	bottom: 0;
	height:3px;
	background:#00AD4F;
}
#head .nav li a:hover span ,#head .nav li a.a_hv span{
	width:100%;
	left:0;
} 
#head .nav li a:hover ,#head .nav li a.a_hv{
	color: #333;
}
#head .head_r{
	position: absolute;
	height: 40px;
	right: 2%;
	top: 0;
	padding: 24px 0 26px;
	padding-left: 40px;
	border-left: 1px solid #E3E3E3;
	text-align: left;
	line-height: 1.3;
}
#head .head_r p{
	font-size: 15px;
	color: #656565;
}
#head .head_r span{
	font-weight: bold;
	color: #00AD4F;
	font-size: 22px;
}

.small #head{
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.small #head .head{
	height: 70px;
}
.small #head .logo{
	top:6px;
}
.small #head .logo img{
	transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
	-o-transform: scale(0.8,0.8);
}
.small #head .nav li{
	display: inline-block;
	padding: 10px 24px 0;
}
.small #head .nav li a{
	padding: 6px 2px 19px;
}
.small #head .head_r{
	padding: 13px 0 16px 30px;
}

#main{
	margin-top: 90px;
}
.small #main{
	margin-top: 68px;
}




#foot{
	line-height: 1.6;
	padding: 58px 0 5px;
	background:#fff;
	color: #656565;
	font-size: 12px;
	position: relative;
	z-index: 9;
	border-top: 4px solid #00AD4F;
}
#foot a{
	color:#656565;
}
#foot a:hover{
	color:#00AD4F;
}
#foot .foot_top{
	padding-bottom: 45px;
	border-bottom:1px solid #E3E3E3;
	position: relative;
	z-index: 9;
}
#foot .foot_l{
	float: left;
	width: 770px;
}
#foot .foot_l dl{
	float: left;
	width: 126px;
	margin-right: 70px;
	min-height: 150px;
	position: relative;
	line-height: 24px;
}
#foot .foot_l dl:after{
	height: 150px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background:#E3E3E3;
}
#foot .foot_l dl:before{
	height: 40px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background:#00AD4F;
	z-index: 2;
}

#foot .foot_l dl:last-child{
	margin-right: 0;
}
#foot .foot_l dl dt{
	font-size: 14px;
	color: #333333;
	padding-bottom: 12px;
	font-weight: bold;
}
#foot .foot_l dl dt a{
	color: #333333;
	font-weight: bold;
}

#foot .foot_r{
	float: right;
	width: 412px;
}
#foot .foot_ewm{
	width: 104px;
	padding: 5px;
	background: #fff;
	float: left;
	border: 1px solid #E3E3E3;
}
#foot .foot_ewm img{
	width: 104px;
	height: 104px;
	display: block;
}
#foot .foot_ewm p{
	text-align: center;
	color: #656565;
	padding: 3px 0;
}
#foot .foot_rrr{
	float: right;
	width: 268px;
}
#foot .tel_nb{
	color: #00AD4F;
	font-size: 22px;
	line-height: 1.4;
}
#foot .foot_link{
	margin-top: 12px;
	position: relative;
	z-index: 9;
}
#foot .click_link{
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #656565;
	font-size: 14px;
	border-radius: 5px;
	position: relative;
	padding: 0 20px;
	cursor: pointer;
	border: 1px solid #E3E3E3;
}
#foot .click_link i{
	width: 12px;
	height: 6px;
	position: absolute;
	display: block;
	right: 20px;
	top: 18px;
	background-image: url(../img/d_ico.png);
	background-repeat: no-repeat;
}
#foot .click_link.on i{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
} 
#foot .link_list{
	position: absolute;
	width: 100%;
	background: #FFFFFF;
	top: 50px;
	left: 0;
	padding: 6px 20px 0;
	box-sizing: border-box;
	border-radius: 0 0 5px 5px;
	line-height: 1.8;
	max-height: 135px;
	overflow-y: auto;
	display: none;
	border: 1px solid #E3E3E3;
	z-index: 9;
}
#foot .link_list ul{
	padding-bottom: 10px;
}
#foot .link_list a{
	display: block;
	font-size: 12px;
	color: #666;
}
#foot .link_list a:hover{
	color: #0D69BB;
}
#foot .foot_fx{
	padding-top: 12px;
}
#foot .foot_fx span{
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
}
#foot .foot_fx .bdsharebuttonbox{
	display: inline-block;
	vertical-align: top;
}



#foot .foot_dd{
	padding: 16px 0 10px;
	color: #999;
}
#foot .foot_dd a{
	color: #999;
}
#foot .foot_dd a:hover{
	color: #00AD4F;
}
#foot .foot_dd .foot_dl{
	float: left;
}
#foot .foot_dd .foot_dr{
	float: right;
}

/*右边浮动*/

.fade_cm{
	position:fixed;
	z-index:999;
	right:0;
	top:60%;
	margin-top:-150px;
	width:60px;
}
.fade_cm li{
	width:60px;
	height:60px;
	padding-bottom:1px;
	position:relative;
}
.fade_cm li a{
	display:block;
	width:60px;
	height:60px;
	cursor:pointer;
}
.fade_cm li a.kf_wx{
	background:rgba(0,0,0,0.6);
}
.fade_cm li a.kf_wx:hover{
	background:#025baa;
}
.fade_cm li i{
	width:60px;
	height:60px;
	display:block;
	background:url(../img/fr_ico.png) no-repeat;
}
.fade_cm li i.i1{
	background-position:center 11px;
}
.fade_cm li i.i2{
	background-position:center -49px;
}
.fade_cm li i.i3{
	background-position:center -110px;
}
.fade_cm li i.i4{
	background-position:center -172px;
}
.fade_cm li i.i5{
	background-position:center -232px;
}
.fade_cm li .sidebox{
	position: absolute;
	width:170px;
	height:60px;
	overflow:hidden;
	top:0;
	right:-110px;
	background:rgba(0,0,0,0.6);
}
.fade_cm li .sidebox i{
	float:left;
}
.fade_cm li p{
	float:left;
	line-height:60px;
	height:60px;
	font-size:15px;
	color:#fff;
}
.fade_cm li .wx_ewm{
	position:absolute;
	width:125px;
	right:75px;
	bottom:0;
	display:none;
}
.fade_cm li .wx_ewm img{
	display:block;
	width:100%;
}

