*{
	padding: 0;
	margin: 0;
}
body{
	margin-bottom: 30px;
	margin-top: 30px;
}
a{
	text-decoration: none;
}
.margin_auto{
	margin: 0 auto;
}
.full{
	width: 100%;
	height: 100%;
}
.box_sizing{
	box-sizing: border-box;
}
.box{
	margin: 0 auto;
	width: 950px;
	display: block;
	overflow:hidden;
	border: 20px solid #F0F7C9;
}
.web_banner {	
	width: 950px;
	height: 200px;
}

.container {
	width: 950px;
	display: block;
	overflow:hidden;
	background: linear-gradient(to bottom, #F0F0F0, blanchedalmond);
}

.nav {
	float: left;
	width: 250px;
	overflow:hidden;
	background-color: red;
}

.navigation li{
	width: 250px;
	height: 60px;
	padding: 10px 15px;
	box-sizing: border-box;
	list-style-type:none;
}
.bg_li1{
	background-color: #F0D19B;
}
.bg_li2{
	background-color: #F0E0C6;
}
.navigation a{
	display:table-cell;
	vertical-align:middle;
	width: 220px;
	height: 40px;
	font-weight: bolder;
	color: #000;
	text-align: center;
	line-height: 40px;
}

.navigation li a:hover,#location_a{
	background-color: #C24050;
	color: #fff;
}
.content{
	width: 700px;
	display: block;
	overflow:hidden;
	padding: 20px;
	box-sizing: border-box;
	background-color: blanchedalmond;
	background: linear-gradient(to top left , #F0F0F0 ,blanchedalmond);
}
.middle{
	width: 300px;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
.right{
	padding-top: 35px;
	width: 360px;
	float: left;
	box-sizing: border-box;
}
.middle img{
	margin-top:25px;
	width: 250px;
	box-sizing: border-box;

}
.right img{
	margin-top:25px;
	width: 350px;
	height: 250px;
	box-sizing: border-box;
}
.middle img:hover,.right img:hover{
	border: 10px #F0B44D solid;
}
.content h1{
	border-bottom: 3px solid #F0B44D;
}
.content h2{
	margin-top: 8px;
	color: #438989;
}
.text{
	display:block;
	text-indent: 2em;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size: 22px;
	margin-top: 8px;
}
.content_img{
	margin-top:20px;
	width: 560px;
}

.content video{
	margin-top:20px;
	width: 560px;
}
