body {
	padding: 0;
	margin: 0;
}

h1 {
	margin-top: 0;
}

* {
	font-family: "微软雅黑", "华文细黑", Arial, Helvetica, sans-serif;
}
.up{

	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
.banner{
	width: 100%;
	height: 520px;
}
.title-top{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 100%;
	background: rgba(255,255,255,0.4);
	
}

.logo{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 80px;
}
h3{
	color: white;
	font-size: 22px;
	font-weight: bold;
	letter-spacing:8px;
	position: absolute;
	top: 0px;
	left: 130px;
}
.margin-top20{
	margin-top: 30px;
}
.text-title{
	text-align: center;
	
}

.font-p{
	margin-top: 20px;
	font-size: 16px;
	color: #626262;
	text-indent: 32px;
	line-height:25px;
}
.pic{
	width: 100%;
}

/*footer*/
.footer {
     height: 40px;
	background: #27084c;
	
}
.text-center{
	line-height: 40px;
	font-size: 12px;
	color: #FFFFFF;

}


