*{
	margin: 0;
	padding: 0;
}
body{
	background:#f0ccbc;
}
.top{
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	background: #ECECEC;
}
ul,li,a,p{
	margin: 0;
	padding: 0;
}
.nav{
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	background: #D3141B;
}
.nav ul{
	width: 960px;
	margin: 0 auto;
}
.nav ul li{
	width: 160px;
	line-height: 50px;
	float: left;
	list-style-type: none;
}
.nav ul li a{
	text-align: center;
	text-decoration: none;
	color: white;
	display:block;
}
.nav ul li a:hover{
	background: deepskyblue;
}
.banner{
	width: 1000px;
	margin: 0 auto;
	background: #ECECEC;
}
.container{
	width: 1000px;
	margin: 0 auto;
	background: #ECECEC;
}
.container .left{
	width: 720px;
	height: 530px;
	float: left;
}
.container .right{
	width: 270px;
	float: right;
	height: 530px;
}
.container .box1{
	width: 710px;
	height: 240px;
	margin: 0 auto;
	margin-top: 18px;
}
.container .box1 .left1{
	width: 330px;
	height: 240px;
	background: white;
	border-radius:16px ;
	float: left;
	margin-left: 10px;
}
.container .box1 .right1{
	width: 320px;
	height: 240px;
	background: white;
	border-radius:16px ;
	float: right;
}
.box2{
	width: 260px;
	margin: 0 auto;
	background: white;
	height: 250px;
	border-radius: 15px;
	margin-top: 15px;
}
.box3{
	width: 260px;
	height: 235px;
	margin: 0 auto;
	margin-top: 15px;
	border-radius: 15px;
	background: white;
}
.footer{
	width: 1000px;
	margin: 0 auto;
	background: #D3141B;
}
.container1{
	width: 980px;
	margin: 0 auto;
	background: white;
}
.box5{
	width: 310px;
	height: 270px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
