.nav{
	width:100%;
	height:40px;
	background:rgba(0,0,0,.4);
	display: none;
	color:#fff;
	position:fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0 1px 5px #c7bf90;
}
/*@media  screen and (min-width:1600px){
	.nav ul{
	max-width:1460px;
	}
}
@media  screen and (max-width:1599px){
	.nav ul{
	max-width:1220px;
	}
}*/
.nav ul{
	width:780px;
	margin: 0 auto;
	overflow: hidden;
	}
.nav ul li{
	float: left;
	width:120px;
	height:30px;
	line-height:30px;
	margin-top: 5px;
	margin-right:10px;
	text-align: center;
}
.nav ul li a{
	color:#fff;
	float: left;
	width:100%;
	height:100%
}
.nav ul li:hover,.nav ul li.hover{
	background: #ff6000;
}
.nav ul li.blue{
	background: #39759a;
}
.nav ul li.red{
	background:red;
}
.banner{
	width:100%;
	margin: 0;
	padding:0;
}
.banner>img{
	width:100%;
}
#section{
	background: #fffceb;
	overflow: hidden;
	margin: 0;
	padding:0;
}
@media  screen and (min-width:1600px){
	#section .secBox{
	width:1460px;
	overflow: hidden;
	margin: 0 auto;
	}
}
@media  screen and (max-width:1599px){
	#section .secBox{
	width:1220px;
	overflow: hidden;
	margin: 0 auto;
	}
}
/*#section .secBox2 .btn{
	width:12%;
	height:4%;
	cursor: pointer;
	position:absolute;
}*/
#section .secBox>img{
		width:100%;
	}
#section .secBox>a>img{
		width:100%;
	}



.sTop{
	position: fixed;
	right:20px;
	bottom:10px;
	width:120px;
	height:150px;
	background: #fff;
	display: none;
}

















