@charset "utf-8";
/* CSS Document */

body{
	width:100%;
	padding: 0px;
	margin: 0px;
}
.top{
	height: 70px;
line-height: 70px;
margin-top: 20px;
	
}
.top_logo{
	width: 30px;
	height: 30px;
	margin-left: 100px;
	float: left;
	padding: 0px;
}
.logo_p{
	width: 80px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	float: left;
	margin-top: 10px;
	height: 30px;
}
.top_mid{
	width: 40%;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	float: left;
	margin-top: 10px;
	height: 30px;	
	margin-left: 650px;
	
}
.top_mid li,.top_rihgt li{
	float: left;
	margin-left: 30px;
	list-style-type: none;
	text-align: center;
	
}
.top_rihgt{
	width: 10%;
	text-align: right;
	font-size: 14px;
	line-height: 30px;
	float: left;
	margin-top: 10px;
	height: 30px;
}
.banner{
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 700px;
	background-image:url("images/banner.jpg");
	background-repeat: no-repeat;
	background-size:100%;
}
.bot{
	height: 80px;
	text-align: center;
	line-height: 50px;
	padding-top: 10px;
}