
body{
	font-size: 14px;
	font-family: "思源黑体";
	color: #2b2b2b;
}


.banner{
	width: 100%;
	height: 400px;
	background: url(../images/system/retail_bg.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	position: relative;
}
.banner-text{
	width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner-text>h2{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 3px;
}
.banner-text>p{
	color: #fff;
	font-size: 24px;
	letter-spacing: 3px;
	padding-top: 10px;
	width:500px;
}
.system{
	width: 100%;
	background: #f2f1f1;
}

.title-text{
	text-align: center;
	color: #313131;
	font-size: 48px;
	font-weight: bold;
	padding-top: 80px;
}
.title-text-detail{
	padding-top: 10px;
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
}
.system-list{
	width: 100%;
	margin:0 auto;
	padding: 50px 0;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.system-list>li{
	width: 25%;
}
.system-list-logo{
	width: 70px;
	height: 70px;
}
.system-list-text{
    color: #000000;
	font-size: 18px;
	letter-spacing: 1px;
	padding-top: 50px;
}
.system-produce{
	width: 100%;
	margin:0 auto;
	padding-bottom: 50px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.system-produce-info{
	width: 25%;
	position: relative;
}
.system-produce-img{
	width: 60px;
	height: 51px;
	display: inline-block;	
	position:absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.system-produce-text{
	display: inline-block;	
	margin-left: 75px;
}
.system-produce-text>h2{
	color: #000000;
	font-size: 18px;
	text-align: left;
	font-weight: 600;
}
.system-produce-text>p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	width: 200px;
}
.white-back{
	background:#fff;
}
.play-list{
	width: 100%;
	margin:0 auto;
	padding: 80px 0 50px 0;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.play-list>li{
	width: 25%;
}
.play-list-img{
	width: 92px;
	height: 98px;
}
.play-title{
	padding-top: 40px;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	padding-bottom:10px;
}
.play-text{	
	color: #000000;	
	font-size: 16px;		
}

.application-list{
	width: 100%;
	margin:0 auto;
	padding:50px 0;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.application-list>li{
	width: 16.6%;
}
.application-list-img{
	width: 130px;
	height: 111px;
}
.application-text{
    color: #000000;
	font-size: 18px;
	letter-spacing: 1px;
	padding-top: 40px;
}
.product-program-market{
	margin-top: 30px;
	padding-bottom: 50px;
}
.product-program-market-item{
	width: 180px;
	height: 90px;
	float: left;
	margin: 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-box-shadow:0px 0px 8px 6px #f6f6f6;
  -moz-box-shadow:0px 0px 8px 6px #f6f6f6;
	box-shadow: 0px 0px 8px 6px #f6f6f6;
}
.market-image{
	width: 180px;
	height: 90px;
}
.operate-img{
	width: 1110px;
	margin: 0 auto;
	padding: 30px 0 80px 0;
}
.retail-bg{
	width: 100%;
}
