.service01{
	width:90%;
	margin:0 auto;
}
.service01 p{
	text-indent:2em;
}
.service01 h2{
	margin-top:60px;
	margin-bottom:50px;
	text-align:center;
}
a.EnterBtn{
	color:#fff;
	width:26%;
	margin:60px auto;
	text-align:center;
	background:#f8bd5a;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:2px 2px 2px #333;
	-moz-box-shadow:2px 2px 2px #333;
	box-shadow:2px 2px 2px #333;
	display:block;
	padding:3px;
}
.service01list{
	width:105%;
	min-height:1px;
	padding-top:10px;
	padding-left:5%;
	margin-left:-3px;
}
a.service01item{
	border:3px solid #fff;
	display:block;
	width:40%;
	margin-right:5%;
	float:left;
	margin-bottom:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	overflow:hidden;
	position:relative;
}
a.service01item.selected{
	border:3px solid #f39800;
}
.service01cover{
	display:block;
	position:absolute;
	width:100%;
	left:0;
	top:0;
	display:none;
}
.service03{
	padding-top:10px;
}
.service03list{
	padding-left:2%;
}
.service03item{
	display:block;
	width:48%;
	margin-right:2%;
	float:left;
	margin-bottom:10px;
}
.service03txt{
	display:block;
	color:#fff;
	background:#f7ac00;
}
.service03txt p{
	height:60px;
	line-height:60px;
	text-align:center;
}
.service03top{
	width:96%;
	margin:0 auto;
	border:3px solid #fff;
}
.service02{
	padding-top:20px;
	background:url(../images/back05.jpg) left top no-repeat;
	background-size:100%;
	min-height:1000px;
}
.service02txt{
	width:85%;
	margin:0 auto;
	margin-bottom:40px;
	
}
.service02txt h2{
	margin-bottom:25px;
	text-align:center;
	color:#222;
}
.service02txt p{
	color:#222;
	
}
@media (max-width:480px){
	.intro01contentinner2{
		min-height:400px;
	}
	a.EnterBtn{
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
		padding:3px;
	}
	.service03txt p{
		height:50px;
		line-height:50px;
	}
	.service02{
		min-height:700px;
	}
}
@media (max-width:440px){
	
}
@media (max-width:360px){
	.service01 h2{
		margin-top:40px;
		margin-bottom:30px;
	}
	.intro01contentinner2{
		min-height:300px;
	}
	a.EnterBtn{
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		padding:3px;
	}
	.service03txt p{
		height:40px;
		line-height:40px;
	}
	.service03{
		padding-top:7px;
	}
	.service03item{
		margin-bottom:7px;
	}
	.service02{
		min-height:500px;
	}
}
@media (max-width:320px){
	
}