* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "微软雅黑", "Microsoft YaHei";
	line-height: 1.8;
	padding: 0;
	margin: 0;
}
.cl:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
a, a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	color: inherit;
}
img {
	padding: 0;
	margin: 0;
}

/* home start */
body {
	overflow: hidden;
}
.banner-home {
	position: relative;
	width: 100%;
	min-width: 1800px;
	height: 100%;
}
.banner-home .banner-img {
	width: 100%;
}
.banner-home ul {
	position: absolute;
	top: 200px;
	left: 200px;
	padding: 16px;
}
.banner-home ul li {
	background-color: #1e5d9f;
	color: #fff;
	width: 180px;
	height: 36px;
	font-size: 1.2rem;
	margin-bottom: 8px;
	text-align: center;
}
.banner-home ul li a {
}
.banner-home ul li a:hover {
	font-weight: bold;
	color: #C00;
}
.banner-home ul .nav-img {
	width: 180px;
	margin-bottom: 10px;
	line-height: 1;
}
.banner-home ul .nav-img img {
	width: 100%;
}

/* home end */
.copyright {
	position: fixed;
	right: 20px;
	bottom: 0;
	width: 340px;
	height: 180px;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	padding: 16px;
	font-size: 14px;
}
.copyright .wb {
	display: inline-block;
	width: 75px;
	height: 4px;
}
.copyright .wb2 {
	display: inline-block;
	width: 15px;
	height: 4px;
}

.copyright h4 {
	font-size: 15px;
}
