* {
	font-family: "microsoft yahei";
}

.ns-bg-color {
	background-color: #FF8143;
}

.ns-text-color {
	color: #FF8143;
}

.layui-header {
	height: 80px;
}

.layui-layout-admin .layui-header {
	background-color: #FFFFFF;
}

.layui-layout-admin .layui-logo {
	line-height: 80px;
	position: unset;
	width: auto;
	text-align: left;
	display: inline-block;
	margin-left: 80px;
}

.layui-logo h1 {
	display: inline-block;
	font-size: 16px;
}

.layui-layout-left {
	position: unset !important;
	display: inline-block;
	margin-left: 100px;
	vertical-align: top;
}

.layui-nav .layui-nav-item {
	line-height: 80px;
}

.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
	color: #FF835A !important;
}

.layui-nav .layui-nav-item a {
	color: #333333;
	padding: 0 35px;
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
	height: 0;
}

.layui-layout-right {
	height: 80px;
	line-height: 80px;
	right: 80px;
}

.layui-btn {
	height: 32px;
	line-height: 32px;
}

.layui-btn-primary:hover {
	border-color: #FF8143;
}

/*底部导航*/
.ns-text_left {
	text-align: left !important
}

.ns-footer .ns-content-box {
	display: flex;
	padding-top: 35px;
}

.ns-footer-item {
	flex: 1;
	text-align: center;
	margin-top: 45px;
}

.ns-footer-item p, .ns-footer-item a {
	display: block;
	font-size: 12px;
	color: #373737;
	padding: 8px 0;
}

.ns-footer-title {
	font-size: 16px;
	margin-bottom: 20px
}

.ns-logo_bottom {
	width: 200px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin-bottom: 20px
}

.ns-logo_bottom img {
	max-height: 100%;
	max-width: 100%;
}

.ns-erweima > img {
	height: 150px;
	width: 150px;
}

.ns-footer-item a:hover {
	color: #FF8143;
}

/* banner */
.ns-banner {
	width: 100%;
	height: 480px;
	position: relative;
	overflow: hidden;
}

.ns-banner img {
	width: 1920px;
	height: 480px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.ns-banner-desc {
	width: 1200px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 160px;
	z-index: 2;
}

.ns-banner-desc h1 {
	margin-bottom: 36px;
}

.ns-banner-desc .layui-btn {
	width: 128px;
	height: 47px;
	line-height: 47px;
	margin-top: 65px;
}

.ns-content-box {
	width: 1200px;
	margin: 0 auto;
}

.layui-header .ns-logo {
	width: 200px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
}

.layui-header .ns-logo img {
	max-height: 100%;
	max-width: 100%;
	margin-top: -3px;
}

.copy-right-wrap {
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 10px;
	line-height: 1.8;
	color: #999;
}

.copy-right-wrap a {
	color: #999;
}

.copy-right-wrap .gov-box img {
	height: 20px;
	width: 20px;
	margin-right: 5px;
}

.copy-right-img {
	margin-bottom: 18px;
}

.copy-right-img a {
	display: block;
	text-align: center;
}

.copy-right-img img {
	max-width: 100px;
	max-height: 27px;
}
