.banner-bg2{
	background: url('../images/banner-bg2.jpg') top center;
	-webkit-background-size: cover;
	background-size: cover;
}
.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: 100px;
	font-size: 24px;
	color: #000;
}
.inner{
	width: 1140px;
	margin: 0 auto;
}
.text{
	color: #545454;
	font-size: 14px;
	line-height: 200%;
}
.inner p.text{
	width: 60%;
	margin: 40px auto 0 auto;
}
.gray-bg{	
	background: #f8f8f8;
}
.content>h3{
	padding-top: 60px;
	text-align: center;
	font-size: 24px;
	color: #333;
}
h3 span{
	color: #ffc410;
}

.icon{
	background: url(../images/admin_icon.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
}
.fun-customer{
	background-position: 0 0;
}
.fun-sales{
	background-position: 0 -60px;
}
.fun-purchase{
	background-position: 0 -120px;
}
.fun-store{
	background-position: 0 -180px;
}
.fun-fin{
	background-position: 0 -240px;
}
.fun-report{
	background-position: 0 -300px;
}
.fun-admin{
	background-position: 0 -360px;
}
.fun-coupon{
	background-position: 0 -420px;
}
.fun-list{
	margin-top: 80px;
}
.fun-list dl{
	float: left;
	width: 12.5%;
    text-align: center;
}
.fun-list dl dt{
	margin: 0 auto;
}
.fun-list dl dd{
	margin-top: 10px;
	font-size: 16px;
}
.fun-img{
	text-align: center;
	padding: 100px 0;
} 
.scene>p{
	width: 60%;
	text-align: center;
}
.scene>section{
	width: 40%;
}
.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:1023px)  {
	.fun-img img{
		max-width: 90%;
	}
}
@media (max-width:750px) {	
	.banner-content h2{
		font-size: 30px;
		top: 150px;
	}
	.banner-content {
	    height: 500px;
	}
	.banner-content img{
		width: 80%;
	}
	.fun-list dl{
		float: left;
		width: 25%;
	    text-align: center;
	    margin-bottom: 30px;
	}
	.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;
	}
}
@media (max-width: 568px){

	.fun-list dl {
	    float: left;
	    width: 50%;
	    text-align: center;
	    margin-bottom: 30px;
	}
	.fun-img {
	    padding: 50px 0;
	}
}
@media (max-width:480px) {	
	.content>h3{
		font-size: 20px;
	}
	.banner-content {
	    height: 400px;
	}

}
@media (max-width: 414px){
	.banner-content h2{
		top: 100px;
		font-size: 24px;
	}
	.banner-content {
	    height: 300px;
	}
	.banner-content img{
		top: 20px;
	}
}