@charset "utf-8";
/* 底部 */
.footer{
	margin-top: 60px;
	background: #F9F9F9 url(../img/footer-bg.png) center bottom no-repeat;
	text-align: center;
	margin-top: 55px;
	padding-top: 15px;
  	color:#999;
  	font-size:14px;
}
.footer .link ul {
	text-align: left;
}
.footer .link ul li{
	display: inline-block;
	width:200px;
  	text-align:center;
  	margin-bottom: 10px;
	border-right: 1px solid #A2A2A2;
}
.footer .link ul li:last-child{
	border: none;
}
.footer .link ul li a{
	color: #A2A2A2;
}
.info{
	width: 1240px;
	height: 152px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin: 15px 0;
	padding: 0 30px;
}
.infoL{
	display: inline-block;
	float: left;
	margin-top: 24px;
}
.infoL ul{
	width: 300px;
}
.infoL ul li{
	display: block;
	text-align: left;
	line-height: 26px;
  	width: 300px;
}
.infoM{
	display: block;
	float: left;
	margin-left: 150px;
	margin-top: 30px;
	
}
.infoM ul li{
	display: inline-block;
	width: 58px;
	margin: 10px;
}
.infoM ul li a{
  color:#999;
  display:block;
}
.infoM ul li a span{
  display:block;
  height:58px;
  width:58px;
}
.infoM ul li a p{
	height:40px;
  	line-height:40px;
    font-size:14px !important;
}

.infoM ul li a span.wx{
	background: url(../img/wx-icon.png) center no-repeat;
}
.infoM ul li a span.wb{
	background: url(../img/wb-icon.png) center no-repeat;
}
.infoM ul li a span.dy{
	background: url(../img/dy-icon.png) center no-repeat;
}
.infoM ul li a span.app{
	background: url(../img/app-icon.png) center no-repeat;
}
.infoM ul li a span.tt{
	background: url(../img/tt-icon.png) center no-repeat;
}

.infoM ul li a:hover span.wx{
	background: url(../img/wx-iconH.png) center no-repeat;
}
.infoM ul li a:hover span.wb{
	background: url(../img/wb-iconH.png) center no-repeat;
}
.infoM ul li a:hover span.dy{
	background: url(../img/dy-iconH.png) center no-repeat;
}
.infoM ul li a:hover span.app{
	background: url(../img/app-iconH.png) center no-repeat;
}
.infoM ul li a:hover span.tt{
	background: url(../img/tt-iconH.png) center no-repeat;
}


.infoR{
	display: block;
	float: right;
	margin-top: 20px;
}
.infoR img{
	width:112px;
  	height:112px;
}
.copyright{
	height: 100px;
}
.copyright p{
	line-height: 30px;
}
.center{
  height：auto !important;
}