body {
	background-color: #F5F5F5;
	margin: 0px;
	max-width: 100%;
	boder-color: #FFFFFF;
	color: black;
}

#header {
	background: url(../img/bg.png);
	background-size: 100% 100%;
	position: relative;
	height: 150px;
}


.header-title {
  font-size: 50px;
  font-weight: 800;
  /*font-family: 庞门正道标题体;*/
  font-family: 'PingFang SC';
  letter-spacing: 2px;
  background: linear-gradient(to bottom, #ffff, #f8fdff, #f8fdff, #98d2f6, #98d2f6);
  -webkit-background-clip: text;
  color: transparent;
}
.header-font {
	margin-left: 10px;
	margin-top: 4px;
	width: 260px;
}

.nav-title1 {
	color: rgb(255, 255, 255) !important;
	font-weight: 800;
	font-size: 18.5px;
}

.th-center{
    text-align: center;
}


.span01 {
	display: block;
	width: 100%;
	text-align: right;
}

.span01 a, .span01 a:hover {
	color: #FFFFFF;
}

.blank-top {
	height: 20px;
	overflow: hidden;
	clear: both;
}

.input01 {
	width: 400px;
	height: 30px;
	border: 1px #ccc solid;
}

.input02 {
	width: 300px;
	height: 30px;
	border: 1px #ccc solid;
}

.padding01 {
	padding-right: 30px;
	padding-bottom: 20px;
}

.text-nowrap {
	white-space: normal;
}

.footer {
    width: 100%;
}
