body{
	background:url("../img/background.png") no-repeat;
	background-color:#F1F1F1;
}

.content{
	width:924px;
	border:1px solid #EFEFEF;
	margin:130px auto 100px;
	background-color:#f1f1f1;
	padding:0 38px 0 38px;

}
.content .up h2{
	display:inline-block;
	font-size:28px;
	line-height:100px;
}
.content .up{
	border-bottom: 1px solid #EDEDED;
	height: 100px;
	width:100%;
	margin-bottom:30px;
}
.content button{
	display:inline-block;
	width:168px;
	height: 48px;
	background-color:#02BBD1;
	text-align:center;
	line-height:48px;
	color:#fff;
	float:right;
	margin-top: 26px;
	border: 0;
	cursor: pointer;
	outline: none;
	font-size:18px;
}
.content h3{
	display:inline-block;
	float:left;
	font-size:16px;
	padding-top:8px;

}
.content .list{
	float:left;
	width:90%;
	margin-bottom:32px;
}
.content p{
	width:100%;
	padding-left:20px;
	font-size:14px;
	line-height:30px;

}
.content .con{
	width:100%;
	overflow:hidden;
	
}
.mask{
	width:100%;
	height: 100%;
	z-index:200;
	background:rgba(0, 0, 0, 0.3);
	position:fixed;
	top:0;
	display:none;
}
.submission{
	width:400px;
	height:566px;
	padding:20px;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
	text-align: center;
	background:#fff;
	display: none;
	}
.submission .close{
	width:18px;
	height: 18px;
	background:url("../img/close.png");
	position:absolute;
	top:12px;
	right:12px;
	cursor:pointer;
}

.submission .erweima{}
.submission h1{
	font-size: 23px;
	color: #333;
	line-height: 40px;

}
.submission h6{
	font-size: 17px;
	color: #333;
	line-height: 40px;

}
.submission .erweima{
	width: 200px;
	height: 200px;
	background:url(../img/erweima-1.png) no-repeat;
	background-size: 100% 100%;
	margin: 30px auto;
}
.submission p{
	font-size: 17px;
	color: #333;
}
.nav_h5{
	display: none;
}