﻿.footerbox{
	background:#2e2e2c;
	font-size:16px;
	color:#dadada;
}
.footerbox .footmain{
	width:100%;
	max-width:1240px;
	margin:0 auto;
}
.footerbox .foottop{
	padding-top:80px;
	padding-bottom:25px;
}
.foottop .footleft{
	float:left;
	width:25%;
	max-width:310px;
    padding-left:20px;
    padding-right: 20px;
}
.footleft .footlogo img{
	margin-left:0;
}
.footleft .ftlcen{
	width:310px;
    padding-left:20px;
    padding-right: 20px;
	text-align:left;
	margin:0 auto;
}

.footleft .ftlcen strong{
	display:block;
	font-weight:normal;
	height:35px;
	line-height:35px;
	margin-top:16px;
	margin-bottom:7px;
}
.footleft .ftlcen strong i{
	display:inline-block;
	width:18px;
	height:18px;
	background:url(../images/footico1.png) no-repeat center center;
	margin-right:10px;
	vertical-align:text-top;
}
.footleft .ftlcen span{
	line-height:24px;
}
.footleft .ftlcen strong.tel{
	margin-top:12px;
	margin-bottom:0;
}
.footleft .ftlcen strong.tel i{
	background-image:url(../images/footico2.png);
}
.footerbox .footcenter{
	float:left;
	width:25%;
	max-width:310px;
    padding-left:20px;
    padding-right: 20px;
}
.footerbox .footcenter ul{
	width:100%;
	float:left;
}
.footcenter ul li strong{
	height:44px;
	font-weight:normal;
	display:block;
	margin-top:18px;
}
.footcenter ul li i{
	display:block;
	width:40px;
	height:1px;
	background:#dadada;
	margin-bottom:18px;
}
.footcenter ul a{
	font-size:12px;
	color:#787878;
}
.footcenter ul a:hover{
	color:#dadada;
}


.footerbox .footright{
	float:left;
	width:25%;
	max-width:310px;
    padding-left:20px;
    padding-right: 20px;
	text-align:center;
}
.footerbox .footright .footimg{
    display: block;
    width: 140px;
    height: 150px;
    position: relative;
    margin: 0 auto;
}
.footerbox .footimg img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.footerbox .footimg img:hover{
	top:-2px;
}
.footerbox .footright span{
	display:block;
	line-height:35px;
	font-size:12px;
	margin-bottom:10px;
}
.footright .wxwb{
	font-size:0;
	letter-spacing: -3px;
}
.footright .wxwb a{
	display:inline-block;
	width:25px;
	height:20px;
	background:url(../image/ico_wx.png) no-repeat center center;
	position:relative;
}
.footright .wxwb a.weibo{
	margin-left:15px;
	background-image:url(../image/ico_wb.png);
}
.footright .wxwb a.weixin:hover{
	background-image:url(../image/ico_wx2.png);
}
.footright .wxwb a.weibo:hover{
	background-image:url(../image/ico_wb2.png);
}
.footright .weixin .footwx{
	display:block;
	position:absolute;
	top:30px;
	left:-22px;
	z-index:99;
	width:110px;
	height:110px;
	display:none;
}
.footright .weixin .footwx:before {
    position: absolute;
    content: '';
    width: 0;
    border-style: solid;
    left:25px;
    top:-15px;
    z-index: 20;
    border-width: 9px;
    border-color: transparent  transparent  #fff transparent;
}
.footright .weixin:hover .footwx{
	display:block;
}
.footerbox .footbottom{
	font-size:12px;
	color:#646464;
	border-top:1px solid #616161;
	text-align:center;
	padding-top:30px;
	padding-bottom:90px;
}