body {
	background-color: #eee;
}

.header {
	height: 130px;
}

.layui-nav {
	text-align: center;
	position: absolute;
	right: 30%;
	top: 25px;
	padding: 0;
	background: none;
}

.logo {
	position: absolute;
	left: 20%;
	top: 20px;
}

.site-banner1 {
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: #393D49;
}

.site-banner-bg1 {
	position: absolute;
	left: 0;
	top: 0;
	background-position: center 0;
	background-image: url(../images/top-banner.png);
	background-size: cover;
}

.site-banner-bg1, .site-banner-main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.site-banner2 {
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: #393D49;
}

.site-banner-bg2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center 0;
	background-size: cover;
}

.site-banner-title {
	position: absolute;
	top: 30%;
	left: 20%;
	width: 25%;
	font-size: 20px;
	color: #352857;
}

.site-banner-title h1 {
	font-family: "Microsoft YaHei UI";
	font-weight: bold;
}

.site-banner-other {
	position: absolute;
	top: 10%;
	right: 20%;
	width: 25%;
	font-size: 18px;
}

.site-idea {
	margin: 50px 0;
	font-size: 0;
	text-align: center;
	font-weight: 300;
}

.site-idea li:first-child {
	margin-left: 0;
}

.site-idea li {
	width: 298px;
	height: 150px;
	padding: 30px;
	line-height: 24px;
	margin-left: 30px;
	border: 1px solid #d2d2d2;
	text-align: center;
}

.site-idea li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.footer {
	padding: 30px 0;
	line-height: 30px;
	text-align: center;
	background-color: #352857;
	font-weight: 300;
}

.footer a {
	color: #FFFFFF;
	padding: 0 5px;
	text-decoration: none;
}