body {
	background: none;
}

#divcss5 {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.nav_current {
	background: #EB6120;
	color: white;
}

.nav_link {
	background: #E2E2E2;
	color: #444;
}

.nav-down {
	margin-top: 100px;
}

.nav-down h1 {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}

form {
	margin: 100px auto 0 auto;
	width: 1280px;
	padding-bottom: 100px;
}


.dis {
	display: block;
	background: url("/templets/i/static/new/bg.jpg") no-repeat;
	background-position-y: 100%;
	background-size: 100%;
}

.undis {
	display: none;
	background: url("/templets/i/static/new/bg.jpg") no-repeat;
	background-position-y: 100%;
	background-size: 100%;
}

#n {
	margin: 10px auto;
	width: 920px;
	border: 1px solid #CCC;
	font-size: 12px;
	line-height: 30px;
}

#n a {
	padding: 0 4px;
	color: #333
}

.nav {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	padding-top: 60px;
	display: flex;
	justify-content: center;
}

.nav li {
	width: 320px;
	height: 50px;
	text-align: center;
	padding: 0;
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 300;
}

.nav li a {
	float: left;
	width: 98px;
	height: 26px;
	text-align: center;
	line-height: 26px
}

.nav li.nav_current a {}

.nav li.nav_link a {}

.footWrap {
	margin-top: 0;
}
