@chrset 'utf-8';
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul,li{
	list-style: none;
}
.footer,.footer .footer-lg-piece{
	width: 100%;
	background-color: white;
}
.footer .footer-bg{
	background-color: #F6F6F6;
}
.footer .footer-sm-piece{
	max-width: 1200px;
	margin: 0 auto;
	padding: 56px 0;
	position: relative;
}
@media screen and (min-width:1201px) and (max-width:1400px){
  .footer{
	width: 1000px;
	margin: 0 auto;
    padding:0;
	}
}
.footer .footer-title{
	font-size: 28px;
	color: #666;
	margin-bottom: 35px;
}
.footer .footer-title .footer-title-icon{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #f95759;
	vertical-align: middle;
	margin-right: 20px;
}
.footer .footer-partner-gov,.footer .footer-partner-media,.footer .footer-partner-enterprise,.footer .footer-link{
	width: 100%;
	padding-left: 35px;
	font-size: 0;
}
.footer .footer-partner-gov{
	margin-bottom: 9px;
}
.footer .footer-partner-media{
	margin: 9px 0;
}
.footer .footer-partner-enterprise{
	margin-top: 9px;
}
.footer .footer-partner-line{
	border: 1px solid #EDEDED;
	margin-left: 35px;
}
.footer .footer-partner-gov li,.footer .footer-partner-media li,.footer .footer-partner-enterprise li{
	display: inline-block;
	width: 16.6%;
	margin-top: 14px;
}
.footer .footer-partner-gov li:nth-child(1),.footer .footer-partner-gov li:nth-child(2),.footer .footer-partner-gov li:nth-child(3),.footer .footer-partner-gov li:nth-child(4),.footer .footer-partner-gov li:nth-child(5),.footer .footer-partner-gov li:nth-child(6){
	margin-top: 0;
}
.footer .footer-partner-media li:nth-child(1),.footer .footer-partner-media li:nth-child(2),.footer .footer-partner-media li:nth-child(3),.footer .footer-partner-media li:nth-child(4),.footer .footer-partner-media li:nth-child(5),.footer .footer-partner-media li:nth-child(6){
	margin-top: 0;
}
.footer .footer-partner-enterprise li:nth-child(1),.footer .footer-partner-enterprise li:nth-child(2),.footer .footer-partner-enterprise li:nth-child(3),.footer .footer-partner-enterprise li:nth-child(4),.footer .footer-partner-enterprise li:nth-child(5),.footer .footer-partner-enterprise li:nth-child(6){
	margin-top: 0;
}
.footer .footer-partner-gov li img,.footer .footer-partner-media li img,.footer .footer-partner-enterprise li img{
	width: 100%;
	vertical-align: bottom;
}
.footer .footer-link li{
	display: inline-block;
	width: 16.66%;
	margin-top: 5px;
}
.footer .footer-link li:nth-child(1),.footer .footer-link li:nth-child(2),.footer .footer-link li:nth-child(3),.footer .footer-link li:nth-child(4),.footer .footer-link li:nth-child(5),.footer .footer-link li:nth-child(6){
	margin-top: 0;
}
.footer .footer-link li a{
	font-size: 16px;
	color: #666;
	text-decoration: none;
}
.footer .footer-contact{
	width: 100%;
	padding-left: 35px;
	padding-right: 140px;
	font-size: 0;
	position: relative;
}
.footer .footer-contact p{
	display: inline-block;
	font-size: 16px;
	color: #666;
	margin-right: 40px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.footer .footer-contact p span{
	vertical-align: middle;
}
.footer .footer-contact .contact-icon{
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	background-image: url(../image/footer-icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 5px;
}
.footer .footer-contact .telphone-icon{
	background-position: 0 0;
}
.footer .footer-contact .mbphone-icon{
	background-position: -22px 0;
}
.footer .footer-contact .email-icon{
	background-position: -44px 0;
}
.footer .footer-contact .address-icon{
	background-position: -66px 0;
}
.footer .footer-contact .footer-QRcode{
	position: absolute;
	right: 20px;
	bottom: 0;
}
.footer .footer-info{
	border-top: 1px solid #E9E9E9;
	padding-top: 40px;
	padding-bottom: 60px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
@media (max-width:1200px){
	.footer .footer-sm-piece{
		width: 92%;
	}
	.footer .footer-contact p{
		margin-right: 25px;
	}
}
@media (max-width:640px){
	.footer{
		display: none;
	}
}