@charset "utf-8";
.footer{
	width: 100%;
	min-width:1200px;
	min-height:200px;
	background-color:#363636;
	color:#ffffff;
	padding:1.5em 0 2em;
	display:none;
}
.footer_box{ 
	overflow:hidden;
}
.footer_copy{
	text-align: center;
    padding: 0;
    font-size: 0.7em;
    padding-top: 30px;
}
.footer_copy a{
	color:#ffffff;
}
.footer_dw{
	float:left;
	width: 50%;
	padding-right: 30px;
	box-sizing:border-box;
	font-size:14px;
	position:relative;
}
.footer_dw p,.footer_zs p,.footer_code p{
	line-height: 2;
}
.footer_zs{
	float:left;
	font-size:14px;
	width: 28%;
	padding-right: 30px;
	/* width:346px; */
	/* padding-left:55px; */
	box-sizing:border-box;
	position:relative;
}
.footer_code{
	float:left;
	font-size:14px;
	width:22%;
	min-width: 140px; 
    display: -webkit-box;  
    display:box;  
    display: -o-box;  
    display:-moz-box;  
    box-pack:center;  
    -webkit-box-pack:center;  
    -o-box-pack:center;  
    -moz-box-pack:center;  
    box-align:center;  
    -webkit-box-align:center;  
    -o-box-align:center;  
    -moz-box-align:center; 
	-webkit-box-orient: vertical;
}
.code_txt{
	text-align:center;
	width: 198px;
    line-height: 35px;
    display: -webkit-box;  
    display:box;  
    display: -o-box;  
    display:-moz-box;  
    box-pack:center;  
    -webkit-box-pack:center;  
    -o-box-pack:center;  
    -moz-box-pack:center;  
    box-align:center;  
    -webkit-box-align:center;  
    -o-box-align:center;  
    -moz-box-align:center; 
}
.code_img{
	width:198px;
	height:100px;
	text-align:center;
    /* display: -webkit-box;  
    display:box;  
    display: -o-box;  
    display:-moz-box;  
    box-pack:center;  
    -webkit-box-pack:center;  
    -o-box-pack:center;  
    -moz-box-pack:center;  
    box-align:center;  
    -webkit-box-align:center;  
    -o-box-align:center;  
    -moz-box-align:center;  */
}
.code_img img{
	width:auto;
	height:100px;
}
.rightBoder{
	height:108px;
	border-right:1px solid #ffffff;
	position:absolute;
	top:0 ;
	right: 0;
}
