/* footer */
.footer{
	width: 100%;
	height: 400px;
	background: #000;
	/* background-image: url({HOME_THEME_PATH}pc/img/footerBg.png) ; */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin-top: 40px;
}
.footer-connection{
	width: 310px;
	height: 262px;
	position: absolute;
	left: 0px;
	top: 98px;
}
.footer-title{
	position: absolute;
}
.footer-title h1{
	width: 109px;
	height: 35px;
	font-size: 24px;
	font-family: Source Han Sans-Medium, Source Han Sans;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 35px;
}
.footer-title div{
	width: 100px;
	height: 2px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}
.footer-title h3{
	width: 64px;
	height: 23px;
	font-size: 16px;
	font-family: Source Han Sans-Medium, Source Han Sans;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 23px;
}
.footer-info{
	width: auto;
	height: auto;
	position:relative;
	top: 80px;
}
.footer-info li{
	margin-bottom:10px;
}
.footer-info div{
	width: auto;
	height: 16px;
	position: relative;
}
.footer-info div img{
	width: 16px;
	height: 16px;
	display: inline-block;
	    position: absolute;
	    top: 0;
	    left: 0;
}
.footer-info div span{
	font-size: 14px;
	font-family: Source Han Sans-Regular, Source Han Sans;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
	position: absolute;
	    left: 26px;
}
.qrcode{
	width: 160px;
	height: 193px;
	position: absolute;
	left: 392px;
	top: 127px;
	text-align: center;
	line-height: ;
}
.qrcode img{
	width: 160px;
	height: 160px;
}
.qrcode p{
	font-size: 16px;
	font-family: Source Han Sans-Regular, Source Han Sans;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 10px;
}
.map{
	width: 560px;
	height: 260px;
	background: orange;
	border-radius: 8px;
	position: absolute;
	right:0;
	top:98px;
}
.map iframe{
	width: 560px;
	height: 260px;
	border-radius: 8px;
}