@charset "utf-8";
/* CSS Document */

/* header */


/* header end */

/* nav */

nav{
	background: #0b1d33;
	padding: 8px;
	box-sizing: border-box;
}
nav ul{
	clear: both;
	overflow: hidden;
}
nav ul li{
	float: left;
	height: 44px;
	margin-left: 30px;
}
nav ul li a{
	color: white;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}
/* nav end*/

/* banner */

.banner > img{
	width: 100%;
}
.banner .home_info{
	position: absolute;
	right: 0;
	top: 0;
}

/* banner end */

/* footer */

footer{
	background: #ccccd4;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
footer em{
	display: inline-block;
	cursor: pointer;
}
footer > ul li{
	display: inline-block;
	padding: 0 30px;
}
footer > ul li a{
	font-size: 16px;
	font-weight: bold;
}
footer dl{
	width: 50%;
	display: inline-block;
	float: left;
	margin-top: 20px;
}
footer .bottom{
	margin-top: 35px;
	padding: 20px 0 15px;
	background: #0b1d33;
}
footer .bottom ul li{
	display: inline-block;
	margin: 0 17px;
}
footer .bottom ul{
	height: 57px;
}
footer .bottom p{
	line-height: 30px;
	color: white;
}
/* footer end */