*{
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
	color:#fff;
}
ul{
	list-style: none
}
body{
	
	font-family: "宋体";
	background: rgb(232,227,215);
}
.box{
	width:1200px;
	margin:0 auto;
	position: relative;
	
}
header{
	background: rgb(232,227,215);
	padding-top:60px;
	padding-bottom: 30px;
	width:100%;
}
nav{
	width:600px;
	float:right;
}
nav ul li a{
	float:left;
	color:#333;
	line-height: 56px;
	font-size:30px;
}
nav ul li a img{
	width:50px;
	margin-left:10px;
}
.logo{
	position: absolute;
	top:10px;
	left:0;
	z-index:999;
	
}
.logo img{
	width:200px;
	height:250px;
}
.img{
	width:100%;
}
h1{
	font-size:60px;
	margin:20px 0px;
	text-align: center
}
.text{
	margin:20px 0px;
	font-size:30px;
	line-height: 30px;
	text-align: center
}
.container{
	background: #fff;
	border-radius:25px;
	padding:20px 20px;

}
.title{
	width:300px;
	height:60px;
	line-height: 60px;
	margin:60px auto;
	text-align: center;
	color:#fff;
	background: rgb(108,15,35)
}
.flow{
	overflow: hidden;
}
.a1{
	width:70%;
	float:left;
}
.a2{
	width:29%;
	float:left;
	margin-left:1%;
	margin-top:400px;
}