.content{
	width:100%;
    margin:auto;
}
h1,h2,h3,h4,h5{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	*line-height:normal;
	_line-height:normal;
	font-weight:normal;
}
.panel {
	display:block;
	width:100%;
	height:100vh;
	font-family:Microsoft YaHei;
/*	font-family:"方正兰亭超细黑简体",Microsoft YaHei;*/
	font-size:13px;
	line-height:26px;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.cgw-wrap{
	margin:0 auto;
	width:1240px;
}
@font-face {
  font-family: '方正兰亭超细黑简体';
  src: url('font/font-cgwang.TTF'); /* IE9 Compat Modes */
  src: url('font/font-cgwang.TTF') format('truetype'); /* Safari, Android, iOS */
 }

/*导航*/
.subMenu{
	position:absolute;
	top:0;
	height:40px;
	z-index:1000;
	width:100%;
	background:url(images/bg_transparent_wit.png) repeat;
	opacity:0.0;
	font-size:14px;
	line-height:40px;
	color:#999999;
}
.subMenu h1{
	float:left;
	width:35%;
	font-size:20px;
}
.subMenu .inner{
	display:block;
	width:1120px;
	margin:0 auto;
}
.subMenu a{
	margin:0 8px;
}
.subMenu .btsub{
	display:inline-block;
	width:125px;
	height:30px;
	color:#FFFFFF;
	line-height:30px;
	background-color:#2ba6e1;
	text-align:center;
}