*{
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration:none;
}

img {
    border:0;
}

svg, img {
    display: block;
}

html, body {
    font-size:1.4rem;
    line-height:160%;
}

#header{
	height: 12vw;
	background-color: #000;
	line-height: 12vw;
	padding-left: 12vw;
	color: #fff;
	font-size: 1.8rem;
	background-image: url(../img/logo_about.png);
	background-repeat: no-repeat;
	background-size: 12vw;
}

#banner img{
	width: 100%;
}

#introbox{
	font-size: 1.2rem;
	padding:7.2vw 3.6vw;
	line-height: 150%;
}
#introbox p{
	margin-bottom: 3.6vw;
	font-size: 1.2rem;
    line-height:160%;
}

.address{
	font-size: 1.2rem;
	padding:7.2vw 3.6vw;
    line-height:160%;
}	

.address i {
	padding: 1vw 2vw;
	border: 1px solid #ccc;
	border-radius: 1vw;
}
.address p{
	margin-top: 5vw;
}
.social {
	font-size: 1.2rem;
	padding:7.2vw 3.6vw;
    margin-bottom:13.6vw;
}
.social a{
	display: block;
	font-size: 1.2rem; 
	line-height: 6vw;
	background-size: 6vw;
	color:#000;

	text-decoration:underline;
}
.social a.weibo{
	display: block;
	font-size: 1.2rem; 
	line-height: 6vw;
	background: url(../img/weibo-icon.png) no-repeat;
	background-size: 6vw;
	padding-left: 8vw;
	text-decoration:underline;
}
.social p{
	font-size: 1.2rem;
	padding-top:3.6vw;
}

.social .qrcode{
	width: 60vw;
	margin-top:7.2vw;
}

#footer{
	padding-top:2vw;
    padding-bottom:2vw;
	text-align: center;
    position:fixed;
    bottom:0;
    display:block;
    width:100%;
    background-color:#fff;
}
#footer i {
    font-size: 1.6rem;
}
#footer a {
	background-color: #9fa0a0;
	color: #fff;
	display: inline-block;
	width: 40vw;
	height: 10vw;
	line-height: 10vw;
	font-size: 1.6rem;
}

#footer a.cur{
	background-color: #e83428;
}