@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'apercubold';
    src: url('apercu-bold_0-webfont.woff2') format('woff2'),
         url('apercu-bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html{
    height:100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	-webkit-font-smoothing:antialiased;
	overflow-x: hidden; /*隐藏横向滚动条*/
	overflow-y: hidden; /*隐藏纵向滚动条*/
}

body{
	margin:0;
	padding:0;
	min-height:100%;
	height:auto !important;
	height:100%;
	font-family:"微软雅黑";
	font-size:12px;
	
}
p,figure,form{
    margin:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
img{
	border:0;
    vertical-align:middle;
    -ms-interpolation-mode: bicubic;
}
a{
	text-decoration:none;
}
a:focus {
    outline: thin dotted;
}
a:hover{
	text-decoration:none;
}
/* ul ol dl */
ul,li,ol{
    margin: 0;
	padding:0;
	list-style: none outside none;
}
ul.has-style li,ol li{
	margin-left:25px;
}
ul.has-style li{
    list-style:disc;
}
ol li{
	list-style:decimal;
}
ul.inline-style li{
	float:left;
	display:inline;
}
dl{
    margin-bottom: 18px;
}
dt{
    font-weight: bold;
}
dd{
    margin:0 0 0 9px;
	padding:0;
}
svg:not(:root) {
    overflow: hidden;
}
/* clearfix */
.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{
	clear:both;
	overflow:hidden;
}
.clearfix{
    zoom:1;
}

#bodyPage{
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	top:0px;
}

/*首页图片*/
img.bg {
  position:absolute;
  top: 0px;
  left: 0px;
  z-index:1;
  display:none;
}

#logo{
	position:fixed;
	top:100px;
	margin-left:100px;
	z-index:999;
	
	}
#logo img{
	width:300px;
	}

#ComingSoon{
	position:fixed;
	top:45%;
	z-index:999;
	color:#fff;
	font-size:100px;
	width:100%;
    left:90px;
	font-family: 'apercubold';
	}
#content{
	position:fixed;
	/*top:50%;*/
	bottom:100px;
	z-index:999;
	color:#fff;
	font-size:18px;
	width:1200px;
	left:100px;
	/*margin-left:-600px;*/
	}
	#content-us{
		font-size:14px;}
	#content-us a{
		color:#fff;}
.list{
	width:500px;
	padding-right:100px;
	float:left;
	text-align:left;
	}
	.ewm{
	width:100px;	
		}
@media screen and (max-width: 1400px) {
	#logo{
		top:60px;
		margin-left:60px;
		}
	#ComingSoon{
		top:300px;
		left:60px;
		}
	#content{
		left:0;
		width:90%;
		padding:0 60px;}
		
	}
@media screen and (max-width: 1280px) {
	}
@media screen and (max-width: 960px) {
#logo{
	top:20px;
	margin-left:20px;
	}
	#logo img{
		width:200px;
		}

#ComingSoon{
	top:250px;
	font-size:70px;
	width:100%;
    left:20px;
	}
#content{
	/*top: 250px;*/
	padding:0 20px;
	/*margin-left:-600px;*/
	}

	.ewm{
	width:80px;	
		}
	}
@media screen and (max-width: 768px) {
	}