/*setion1*/
#setion1{
	width:100%;height:100%;
	background:url(../img/wd/setion1.jpg);
	background-size:100% 100%;
}
#setion1 .s_wrap{
	width:1024px;
	margin:0 auto;
}
	#setion1 p:nth-of-type(1),#setion1 p:nth-of-type(2){
		font-family:'fzzz';
		font-size:54px;color:#000;
		line-height:40px;
	}
	#setion1 p:nth-of-type(2){
		padding-top:5%;
	}
	#setion1 p:nth-of-type(3){
		font-size:30px;
	}
	#setion1 p:nth-of-type(4){
	}
	#setion1 a{
		display:block;
		width:40%;height:30%;
		line-height:45px;
		text-align:center;
		background:#ff8334;border-radius:5px;
		color:#fff;
	}
/*Î»Æ«ÒÆ*/
#setion1 .s_wrap .setion_left{
 	position:absolute;
	left:24%;
	margin-top:4%;
}
#setion1 .s_wrap .setion_right{
	position:absolute;
	margin-top:18%;
	left:25%;
}
/*setion2*/
#setion2{
	width:100%;height:100%;
	background:url(../img/wd/setion2.jpg);
	background-size:100% 100%;
}
#setion2 .s_wrap{
	width:1024px;
	margin:0 auto;
}
	#setion2 p:nth-of-type(1){
		font-family:'fzzz';
		font-size:54px;color:#000;
		line-height:50px;
		padding-bottom:6%;
	}
	#setion2 p:nth-of-type(2){
		font-family:'fzzz';
		font-size:24px;color:#000;
	}
#setion2 .s_wrap .setion_left{
 	position:absolute;
	left:24%;
	margin-top:8%;
}
#setion2 .s_wrap .setion_right{
	position:absolute;
	margin-top:35%;
	left:25%;
}

/*setion3*/
#setion3{
	width:100%;height:100%;
	background:url(../img/wd/setion3.jpg);
	background-size:100% 100%;
}
#setion3 .s_wrap{
	width:1024px;
	margin:0 auto;
}
#setion3 .s_wrap .setion_left{
 	position:absolute;
	left:24%;
	margin-top:15%;
}
#setion3 .s_wrap .setion_right{
	position:absolute;
	margin-top:8%;
	left:62%;
}

#setion3 p:nth-of-type(1){
	font-family:'fzzz';color:#fff;
	font-size:54px;
}
#setion3 p:nth-of-type(2){
	font-family:'fzzz';color:#fff;
	font-size:24px;
}
#setion3 p:nth-of-type(3){
	font-family:'fzzz';color:#fff;
	font-size:24px;
}


/*setion4*/
#setion4{
	background:url(../img/wd/setion4.jpg) no-repeat;
	background-size:100% 100%;
}
#setion4 .s_wrap{
	width:1024px;height:100%;
	margin:0 auto;
}

#setion4 .setion_left{
	width:50%;
 	position:absolute;
	left:20%;
	margin-top:15%;
	color:#fff;
}

#setion4 .s_wrap .setion_right{
	position:absolute;
	margin-top:5%;
	left:62%;
}

#setion4 p:nth-of-type(1){
	font-family:'fzzz';color:#fff;
	font-size:54px;
}
#setion4 p:nth-of-type(2){
	font-family:'fzzz';color:#fff;
	font-size:24px;
}


#fix{
	position:fixed;
	width:12%;height:58%;
	background:#fff;
	border:1px solid #00c1de;
	top:20%;left:2%;
	z-index:99;
}
ul#menu{
	display:inline-block;
	background:#fff;
}
ul#menu li{float:left;width:94%;height:40px;color:#00a2ba;padding:3%;margin-top:10px;margin-left:-10%}
ul#menu li span{
	display:block;
	float:left;font-size:30px;line-height:30px;
}
ul#menu li a{
	padding:0 0 0 7%;color:#00a2ba;font-size:14px;line-height:30px;
}
ul#menu .active,#menu li.active a{background:#00a2ba;color:#fff}