.bg{
	width: 100%;
	height:1300px;
	background: url(../img/bg.png) ;
	display: block;
}
.content{
	width:1200px;
	
	display: block;
	position: relative;
	margin: 0 auto;
	padding-top: 150px;
}
.title{
	position: relative;
	display: block;
	margin: 0px auto;
	width:680px;
	height:120px;
	background:#03132D url(../img/title.png) no-repeat center;
}
.mengban{
	width:800px;
	background:rgba(255,255,255,0.2);
	color:#fff;
	margin: 80px auto;
	padding: 20px 20px 80px;
	letter-spacing:5px;
	font-size: 20px;
	line-height:30px;
	border-radius: 20px;
}
.other{
	margin-top:250px;
	display: block;
}
li{  
list-style-type:none;  
}  
.other li{
	width:28%;
	float: left;
	margin-right: 8%;
	color:#fff;
}
.non-right{
	margin-right: 0px!important;
}
.text-title{
	margin-left: 50px;
	font-size: 25px;
}
.mengban2{
	margin-top: 20px;
	padding: 20px;
	border-radius: 15px;
	background:rgba(255,255,255,0.2);
	width:100%;
	letter-spacing:2px;
	font-size: 15px;
	line-height:25px;
	height:200px;
}
.other2{
	margin: 0px auto;
	margin-top:50px;
	display: block;
}
.clear{
	clear: both;
}
.bigText{
	color:#fff;
	text-align: center;
	font-size: 35px;
}