.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: 80px;
	left: 40px;
	text-shadow: 0 3px 2px rgba(0,0,0,0.5);
	line-height: 150%;
}
.inner{
	width: 1140px;
	margin: 0 auto;
}
.text{
	color: #545454;
	font-size: 16px;
	line-height: 200%;
}
.inner p.text{
	width: 60%;
	margin: 40px auto 0 auto;
}
.icon{
	background: url(../images/shop_icon.png) 0 0 no-repeat;
    width: 48px;
    height: 48px;
}
.icon-customer{
	background-position: 0 0;
}
.icon-order{
	background-position: 0 -48px;
}
.icon-prepaid{
	background-position: 0 -96px;
}
.icon-income{
	background-position: 0 -144px;
}
.icon-service{
	background-position: 0 -192px;
}
.icon-employee{
	background-position: 0 -240px;
}
.icon-checkout{
	background-position: 0 -288px;
}
.icon-item{
	background-position: 0 -336px;
}
.icon-rank{
	background-position: -48px 0;
}
.icon-appoint{
	background-position: -48px -48px;
}
.icon-coupon{
	background-position: -48px -96px;
}
.icon-scan{
	background-position: -48px -144px;
}
.icon-schedule{
	background-position: -48px -192px;
}
.gray-bg{	
	background: #f8f8f8;
}
.content>h3{
	margin-top: 60px;
	text-align: center;
	font-size: 24px;
	color: #333;
}
h3 span{
	color: #ffc410;
}
.sysfun{
	padding: 90px 0 30px 0;
}
.sysfun dl{
	position: relative;
	width: 50%;
	float: left;
	padding-left: 180px;
	margin-bottom: 70px;
}
.sysfun dt {
	position: absolute;
	left: 90px;
	top: 15px;    
    margin: 0 auto;
    text-indent: -9999px;
 }
 .sysfun dd{
 	font-size: 20px;
 	font-weight: 500;
 	margin-bottom: 20px;
 }
 .sysfun dd + span{
 	color: #999999;
 	font-size: 16px;
 }
 .special{
 	position: relative;
 	padding:90px 40px 90px 700px;
 }
.special p.img{
	position: absolute;
	left: 0;
	top: 160px;
}
.special-list{
	position: relative;
}
 .special-list:before{
	content: "";
    position: absolute;
    background-color: #ddd;
    left: 30px;
    top: 10px;
    width: 1px;
    bottom: 40px;
 }
 .special-list dl{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 50px;
	padding-left: 130px;
}
 .special-list dt {
	position: absolute;
	left: 0;
	top: 0;    
    margin: 0 auto;
    text-indent: -9999px;
    border: 1px solid #ffc410;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
 }
  .special-list dt p{
  	margin-top: 4px;
  	margin-left: 5px;
  }
 .special-list dd{
 	font-size: 20px;
 	font-weight: 500;
 	margin-bottom: 20px;
 }
 .special-list dd + span{
 	color: #999999;
 	font-size: 14px;
 	line-height: 24px;
 } 
.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;
	}
	.special{
		padding: 60px 40px;
	}
	.special>p{
		width: 100%;
		text-align: center;
	}
	.special p.img {
	    position: static;
	}
	.special p.img img{

	    max-width: 100%;
	}
	.special>.special-list{
		width: 70%;
		margin: 50px auto 0 auto;
	}
}
@media (max-width:990px)  {
	.sysfun dt{
		left: 60px;
	}
	.sysfun dl{
		padding-left: 130px;
		height: 90px;
	}
	.banner-content img{
		position: absolute;
		bottom: 10px;
		width: 100%;
	}

}
@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;
	}
	.banner-content {
	    height: 500px;
	}

}
@media (max-width:640px) {
	.banner-content {
	    height: 400px;
	}
}
@media (max-width:480px) {
	.sysfun dl {
	    width: 100%;
	    padding-left: 120px;
	    padding-right: 30px;
	}
	.sysfun dt {
	    left: 40px;
	}
	.special>.special-list {
	    width: 100%;
	    margin: 50px auto 0 auto;
	}
	.special-list dl {
	    padding-left: 100px;
	}
	.content>h3{
		font-size: 20px;
	}
}
@media (max-width: 414px){
	.banner-content h2{
		top: 50px;
		font-size: 24px;
	}
	.banner-content {
	    height: 300px;
	}
}