.top{
	font-size: 25px;
	height: 120px;
	line-height: 120px;
	font-weight: bold;
	color: #fe6415;
	/* background-color: #ffeadf; */
	font-family: "Microsoft Yahei";
}
.nav {
	/* background-color: #ffeadf; */
	overflow: hidden;
}
.nav li{
	width: 110px;
	height: 40px;
	background-color: #ffeadf;
	float: left;
	margin: 0 10px;
	line-height: 40px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	border-radius: 6px;
	color: #fe6415;
}
.nav a{
	color: #fe6415;
}
.nav-img video{
	width: 100%;
	margin-top: 20px;
}
.nav-img img{
	width: 100%;
	margin-top: 20px;
}
#navactive{
		width: 110px;
		height: 40px;
		background-color: #fe6415;
		color: #fff;
}
#navactive a{
	color: #fff;
}
.biaoyan{
	border-radius: 20px 20px 0 0;
	background-color: #fff7f3;
	margin-top: 30px ;
	overflow: hidden;
}
.biaoyan h2{
	font-size: 20px;
	height: 80px;
	line-height: 80px;
	font-weight: bold;
	color: #fe6415;
	font-family: "Microsoft Yahei";
	width: 95%;
	border-bottom: solid 1px #fd9763;
	margin: 0 auto;
	
}
.bianyan-list{
	margin: 15px;
	float: left;
	position: relative;
}
.biaoyan-play{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 250px;
	left: 130px;
	background-image: url(../img/play.png);
}


.bianyan-list img {
	width: 370px;
	height: auto;
}
.biaoyan p{
	font-size: 16px;
	line-height: 60px;
	font-family: "Microsoft Yahei";
}
.btn{
	height: 80px;
	line-height: 80px;
	background-color: #333;
	color: #f0f0f0;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	
}
.bgtop{
	margin-top: 40px;
}
.cont3{
	text-align: left;
	padding: 20px 40px;
	box-sizing: border-box;
}
.cont3 h1{
	line-height: 80px;
	font-size: 25px;
	text-align: center;
	font-family: "Microsoft Yahei";
}
.cont3 img{
	width: 1000px;
	
}
.cont9{
	text-align: center;
}