@charset "utf-8";
/* CSS Document */
.banner {
	height: 700px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	min-width: 1200px;
		background: rgb(238, 238, 238)
}
.banner img {

}
.service-container {
	width: 330px;
	height: 530px;
	top: 120px;
	left: 230px;
	position: absolute;
	z-index: 999999;
	background: red;
	padding: 8px;
}
.service-content {
	width: 800px;
	height: 100px;
	top: 560px;
	left: 630px;
	position: absolute;
	z-index: 999999;
	color:000;
	font-size:16px;	
}
.service-content h2
{
	display:block;
	font-size:24px;
	margin-bottom:20px;
}
.service-poplayer {
	height: 100%;
	border: 1px solid #FFF;
	padding-left:40px;
}
.service-container h2, .service-container span {
	width: 300px;
	margin: 0 auto;
	color: #FFF;
	font-size: 24px;
	line-height: 3;
}
.service-container span.normal {
	font-size: 18px;
	color: #FFF;
	display: block;
}
.service-container span.span_y {
	font-size: 22px;
	font-weight: bold;
	color: yellow;
}
.bottom_icon {
	width:300px;
	height:20px;
	margin:15px auto;
	color:#4D4D4D;
	font-size:16px;
}
.bottom_icon i {
	margin-left:20px;
}
.service_warp {
	padding-top: 50px;
	min-width: 1200px;
		background: rgb(238, 238, 238)
}
.aftersales_story {
	width:1200px;
	height:400px;
	margin:0 auto;
}
.aftersales_story li {
	width:280px;
	height:350px;
	display:block;
	background:#FFF;
}
.aftersales_story li span {
	margin-top:15px;
			
}
.aftersales_story li span.moreicon a {
	color:red;
}
.aftersales_story li span.desc {
	display:block;
	height:60px;
	color:#CCC;
	margin-bottom:5px;
}
.as_4s {
	width:1200px;
	margin:0 auto;
}
.as_ul {
	width:100%;
}
.as_ul li {
	display:block;
	float:left;
	margin:0 8px;
}
.as_ul li img {
	width:280px;
	height:180px;
}
.as_ul li span {
	font-size:16px;
	display:block;
	width:280px;
	text-align:center;
}
span.indent2em {
	display:block;
		text-indent: 2em;
}
.title {
	text-align: center;
	color: rgb(72, 72, 72);
	margin:20px 0;
}
.title .inner {
	display: inline-block;
}
.title h2 {
	margin: 0 auto;
	padding: 0px 48px;
	width: 220px;
	line-height: 1;
	font-size: 30px;
	font-weight: normal;
	border-right-color: rgb(72, 72, 72);
	border-left-color: rgb(72, 72, 72);
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	display: block;
}
.title span {
	color: rgb(157, 157, 157);
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 5px;
	display: block;
}
.title .desc {
	color: rgb(157, 157, 157);
	font-size: 14px;
	margin-top: 16px;
}