﻿@charset "utf-8";
/* CSS Document */

.footer{
	position: relative;
    z-index: 102;
	width:100%;
	overflow:hidden;
	background:#404040;
}
.footer .footer_box{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #666;
	color: #FFF;
}
.footer_box .about{
	width:100%;
	text-align:center;
	position:relative;
}
.about div{
	margin:15px 0
}
.about .footer_logo{
	position:absolute;
	top:5px;
	left:0;
}
.about>.QR_img{
	position:absolute;
	top:0;
	right:0;
	height:96px;
	margin:0;
	border-radius:5px;
	overflow:hidden;
}
.about>.QR_img>p{
	float:right;
	color:#f36a27;
	font-size:14px;
	background:#fff;
	height:100%;
	width:90px;
	display:table;
}
.about>.QR_img>p>span{
	display:table-cell;
	vertical-align:middle;
}

.about > .QR_img > img {
	height: 100%;
	float: right
}

.about div a, .about div span {
	font-size: 14px;
	color: #999;
}

.about .footer_function a, .about .footer_function span {
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	border-right: 1px #999 solid;
	cursor: pointer;
}

.about .footer_function .last {
	border: 0;
}
.about h2{
	color:#999;
	display:inline;
	font-size:inherit;
}
.footer .link{
	width:100%;
	font-size:14px;
	padding:10px;
	text-align:center;
}
.footer .link>div{
	max-width:1200px;
	margin:0 auto;
}
.footer .link a{
	color:#999;
	line-height:200%;
	transition:0.2s all;
	border-left:1px solid #666;
	padding:0 5px;
}
.footer a:hover{
	color:#f36a27;
}
.footer .link .link1{
	color:#3297de;
	border:none;
}

.dpi1200 .footer{
	padding:0 20px;
}

.dpi1200 .footer .footer_box {
	width: 100%;
}

.dpiMB .footer a, .dpiMB .footer span {
	display: inline-block;
}

.dpiMB .about .footer_function a,
.dpiMB .footer .link a {
	border: none;
	line-height: 150%;
}
.dpiMB .footer_logo,
.dpiMB .QR_img{
	display:none;
}
.dpiMB .footer{
	padding-bottom:40px;
}
.dpiMB .about h2{
	font-size:14px;
}