@charset "utf-8";




@media screen and ( max-width: 1024px){

	footer{
		padding: 32px 5% 40px;
		font-size:12px;
		color: #999999;
		width:100%;
	}
	footer .mob-footer-top{
		height: 20px;
		line-height: 20px;
	}
	footer .mob-footer-top .shareitem{
		display: inline-block;
		padding-left: 28px;
		background: no-repeat left center/22px auto;
		font-size:12px;
		min-height: 22px;
		line-height: 22px;
		vertical-align: middle;
		position: relative;
		color: #333333;
	}
	footer .mob-footer-top .shareitem + .shareitem{
		margin-left: 92px
	}
	footer .mob-footer-top .shareitem.wx{
		background-image: url('../images/wx-ico.png');
	}
	footer .mob-footer-top .shareitem.qq{
		background-image: url('../images/qq-ico.png');
	}
	footer .mob-footer-top .shareitem.qq:after{
		content: '';
		position: absolute;
		width: 1px;
		height: 40px;
		top: 50%;
		margin-top: -20px;
		left: -20px;
		background-color: #b2b2b2;
	}
	footer .mob-footer-top .shareitem.qq:before{
	content: '';
		position: absolute;
		width: 1px;
		height: 40px;
		top: 50%;
		margin-top: -20px;
		left: -20px;
		background-color: #b2b2b2;
	}
	footer .mob-footer-top .telbox{
		display: inline-block;
		vertical-align: middle;
		line-height: 18px;
		margin-left: 20px;
	}
	footer .mob-footer-top .telbox .d1{
		color: #e60012;
	}
	footer .mob-footer-top .telbox .telnumber{
		color: #666666;
	}
	footer .mob-footer-bottom {
		padding: 24px 0 0;
	}
	footer .mob-footer-bottom .abox{
		color: #666666;
		font-size: 0;
	}
	footer .mob-footer-bottom .abox a{
		font-size: 12px;
		position: relative;
	}
	footer .mob-footer-bottom .abox a + a{
		margin-left:12px;
	}
	footer .mob-footer-bottom .abox a + a:after{
		content: '';
		position: absolute;
		width: 1px;
		height: 14px;
		background-color: #999999;
		left: -6px;
		top: 50%;
		margin-top: -7px;
	}
	footer .mob-footer-bottom .d2{
		line-height: 20px;
	}
	footer .mob-footer-bottom .d2 span{
		display: inline-block;
		padding-left: 20px;
		background: url('../images/ga-ico.png') no-repeat left center/14px auto;
		margin-left: 8px;
	}
}
