/* CSS Document */
.con_foot {
	height:210px;
	width:100%;
	background:#333;
	color:#fff;
	font-size:12px;
	line-height:12px;
}
.con_foot .content {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	padding-top: 30px;
}
.con_foot .content .con_info {
	text-align:center;
	height:12px;
}
.con_foot .content .con_add {
	text-align:center;
}
.con_foot .content .con_img {
	text-align:center;
}
.con_foot .content .con_img img {
	margin-rihgt:10px;
	border:1px solid #ccc;
	width: auto;
	display: inline;
}
.con_foot a{ color:#FFFFFF;}

.QR_code {
width: 108px;
height: 125px;
background: #efefef;
position: absolute;
top: 260px;
right: -120px;
text-align: center;
z-index: 999;
display:block;
}

 .QR_code .QR_text {
	height:12px;
	color:#333;
	font-size:12px;
	line-height:12px;
	margin:5px 0;
}
@media screen and (max-width:1020px){
.QR_code {
display:none;
}}