@CHARSET "UTF-8";

/*清除默认样式(start)*/
ul,li,p,h1{
	display: block;
	margin: 0;
	padding: 0;
}
/*清除默认样式(end)*/

/*导入字体(start)*/
@font-face{
	font-family: PingHei;
	src: url('../fonts/PingHei/PingHei-light.ttf');
	font-weight: 300;
	font-style: normal;
}
@font-face{
	font-family: 'PingHei';
	src: url('../fonts/PingHei/PingHei-text.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family: 'PingHei';
	src: url('../fonts/PingHei/PingHei-semibold.ttf');
	font-weight: 600;
	font-style: normal;
}
/*导入字体(end)*/

body{
	font-size: 100%;
	font-family: 'PingHei', 'Microsoft YaHei', sans-serif;
	font-weight: 400;
	color: rgb(255, 255, 255);
	margin: 0;
	padding: 0;
	background: rgb(0, 0, 0);
	width: 100%; height: 100%;
}

a{text-decoration:none; }
a:link{color:rgb(255, 255, 255); }
a:visited{color:rgb(255, 255, 255); }
a:hover{color:rgb(200, 200, 200); }
a:active{color:rgb(200, 200, 200); }

/* 百度地图样式 */
#allmap{
	width: 100%; height: 100%;
	overflow: hidden;
	margin:0; 
}

header{
	font-size: 1.25em;
	background: rgba(0, 0, 0, .7);
	height: 44px; 
	width: 100%;
	position: fixed;
	z-index: 999;
}
nav ul{
	margin: 0 auto;
	height: 44px; width: 960px;
	display: -webkit-box;			/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;				/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;			/* TWEENER - IE 10 */
	display: -webkit-flex;			/* NEW - Chrome */
	display: flex;
	justify-content: space-between;	/* Safari not support */
}
nav li{
	padding: 12px 0;
}
#contact a{
	color: rgb(200, 200, 200);
}
#language-icon{
	text-align: center;
	color: rgba( 0, 0, 0, 1);
	background-color: rgba( 255, 255, 255, 1 );
	border-radius: 20%;
	width: 1.25em; height: 1.25em;
}

main{
	position: absolute;
	height: 100%; width: 100%; 
}
.contact-mask{
	height: 360px; width: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .7);
	z-index: 998; top: 44px;
}
.contact{
	width: 960px;
	margin: 0 auto;
	padding-top: 3em;
}
.contact .title{
	float: left;
	text-align: center;
}
.contact .address{
	float: right;
	padding-top: 2em;
}
.contact h1{
	font-size: 4.5em;
	line-height: 1.5em;
}
.contact p{
	font-size: 1.25em;
	line-height: 1.5em;
}
.luogang {
	font-style: normal;
	font-size: .86em;
}