.banner-content{
	position: relative;
	width: 1140px;
	margin: 0 auto;
	height: 600px;
}
.banner-content h2{
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	font-style: italic;
	top: 200px;
	right: 40px;
	text-shadow: 0 3px 2px rgba(0,0,0,0.5);
	line-height: 150%;
	text-align: right;
	z-index: 1000;
}
.banner-content img{
	position: absolute;
	top: 55px;
	left: 0;
}
.about{
	margin-top: 80px;
	font-size: 24px;
	padding-bottom: 60px;
}
.gray-bg{	
	background: #f8f8f8;
}
.inner{
	width: 1140px;
	margin: 0 auto;
}
h3 span{
	color: #ffc410;
}
.text{
	color: #545454;
	font-size: 14px;
	line-height: 200%;
}
.inner p.text{
	width: 60%;
	margin: 40px auto 0 auto;
}
#scene3{
	padding-bottom: 0;
} 
.scene>p{
	text-align: center;
}
.scene>p>img{
	margin: 0 auto;
	max-width: 100%;
}
#scene1>section,#scene3>section{
	padding-left:30px;
	padding-right:80px;
}
#scene2>section{
	padding-left:80px;
	padding-right: 30px;
}
#scene2>p{	
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}


@media (max-width:1140px){
	.inner, .banner-content{
		width: auto;
	}
}
@media (max-width:990px)  {
	.sysfun dt{
		left: 60px;
	}
	.sysfun dl{
		padding-left: 130px;
		height: 90px;
	}
	.banner-content img{
		width: 70%;
		bottom: -40px;
		top: auto;
	}

}
@media (max-width:750px) {
	.sysfun dl{
		float: none;
		clear: both;
		width: 80%;		
		padding-left: 180px;
	}
	.sysfun dt {
		left: 90px;
	 }	
	.scene>p{
		width: 90%;
		margin: 0 auto;
	}
	.scene>section{
		width: 80%;
    	margin: 50px auto 30px auto;
	}
	#scene1>section,#scene3>section{
		padding-left:0;
		padding-right:0;
	}
	#scene2>section{
		padding-left:0;
		padding-right:0;
	}
	.banner-content h2{
		font-size: 30px;
		top: 70px;
	}

}
@media (max-width: 568px){

	.inner p.text {
	    width: 80%;
	}
	.banner-content img{
		width: 90%;
	}
}
@media (max-width: 414px){
	.banner-content h2{
		top: 50px;
		font-size: 24px;
	}
	.banner-content {
	    height: 500px;
	}
}