/** {margin: 0; padding: 0; outline: 0;}


body {	font-family: Helvetica, Arial, Verdana, sans-serif;	color: #999;	font-size: 12px;	background:#bfbfbf;	}
h1, h2 {	font-family: 'Open Sans', sans-serif;	font-weight: 300;	margin:0 0 15px 0;}
h1 {	font-size: 36px;	letter-spacing: -2px;	line-height: 100%;}
h1.title {	font-size: 46px;	font-weight: 700;	color: #6a6a6a;}
h2 {
	font-size: 24px;}

p {	margin: 0 0 15px 0;}
*/
.menuBtn {
	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;

}
.clear {
	clear: both;
}
.wrap {
		/*background:url(../images/bg.png) top left repeat-x;*/
		/*width: 100%;*/
		/*max-width: 1140px;*/
	    /*max-width: 1100px;   设定导航无边宽 或者限定宽度 */
		/*min-width: 1100px;*/
		z-index: 10;
		position: relative;
		margin: 0 auto;
		padding: 0;
}


@media screen and (min-width:0px) and (max-width:767px){
    .wrap { width: 100%; }
}
@media screen and (min-width:768px){
	.wrap { width: 100%; min-width: 1100px;}
}


.section_nav {
/*	width: 100%;
    max-width: 1100px;
	min-width: 1100px;*/
	z-index: 10;
	position: relative;
	margin: 0px auto;
	padding: 0 0 50px 0;
	
}

.inner {
	/*width: 960px;*/
	/*width: 1100px;*/
	margin: 0 auto;
	position: relative;
	/*min-height: 50px;*/
	padding:30px 0;
	/*font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding:30px 0;*/
}

@media screen and (min-width:0px) and (max-width:767px){
    .inner { width: 100%; }
}
@media screen and (min-width:768px){
	.inner { width: 1100px; min-height: 50px;}
}



/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	/*top值 决定导航栏初始及恢复的高度 */
	/*top: 202px;*/
	/*body背景图高度500px*/
	/*top: 500px;*/
	/*height: 50px;*/
	z-index: 1000;
	width: 100%;
	/*max-width: 1140px;   设定导航无边宽 或者限定宽度*/
	/*min-width: 960px;*/
	background: #f7a524;
}

@media screen and (min-width:0px) and (max-width:767px){
    .subMenu { width: 100%; height:auto; padding: 5px 0px; top: 50%;}
}
@media screen and (min-width:768px){
	.subMenu { min-width: 1100px; height: 50px; top: 500px;}
}


.subMenu .inner {
	padding:0;
	font-weight: 400;
}

.subNavBtn {
	display: block;
	/*height: 50px;*/
	/*line-height: 50px;*/
	/*width: 8%可以改变导航栏的宽度和li数量 百分比还适应移动端*/
	width: 10%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	/*font-size: 2rem;*/
	font-weight: bold;
	padding: 0 3%;
	text-align: left;
	/*text-align: center;*/
	color: #fff;
}
@media screen and (min-width:0px) and (max-width:767px){
    .subNavBtn { font-size: 1.6rem; line-height: 2rem;}
}
@media screen and (min-width:768px){
	.subNavBtn { font-size: 2rem; line-height: 50px;}
}

.end {
	margin: 0;
}


/* SECTIONS 导航栏距离顶部最小高度 该高度可以自定*/
.sTop {
	/*body背景图高度500px*/
	min-height: 500px;
	/*background:#e5e5e5;*/
	color:#3d3d3d;	
}

@media screen and (min-width:0px) and (max-width:767px){
    .sTop { min-height: 50%; }
}
@media screen and (min-width:768px){
	.sTop { min-height: 500px;}
}

/*.s1, .s2, .s3, .s4,.s5 {min-height: 100px; width: 1100px; margin: 0 auto;}*/

/*.s1 {	background: #2e2e2e;}
.s2 {	background: #3f3f3f;}
.s3 {	background: #504f4f;}
.s4 {	background: #6e87a1;}
.s5 {	background: #293b4d;}*/




