/*body{background-color: #eee;}*/
.page8 #serveBox, .page8 #serveBox div, .page8 #serveBox p, .page8 #serveBox span, .page8 #serveBox ul, .page8 #serveBox li, .page8 #serveBox img{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.page8 #serveBox{
	font-size: 0;
	width: 1000px;
	margin: 0 auto;
	color: #373737;
	font-family: "Microsoft YaHei";
}
.page8 #serveBox .title{
	font-weight: bold;
	text-align: center;
}
.page8 #serveBox .top .title{
	font-size: 38px;
	line-height: 54px;
}
.page8 #serveBox .top p{
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 45px;
}
.page8 #serveBox .container{
	position: relative;
	height: 391px;
}
.page8 #serveBox .container .wrapBox{
	width: 936px;
	height: 353px;
	position: relative;
	margin: 0 auto 30px;
	overflow: hidden;
}
.page8 #serveBox .wrapBox .wrap{
	position: absolute;
	left: 0;
	width: 1000%;
	height: 353px;
}
.page8 #serveBox .wrap li{
	float: left;
	list-style: none;
}
.page8 #serveBox .wrap li .item{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 353px;
	margin-right: 18px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.page8 #serveBox .wrap li .item.last{margin-right: 0;}
.page8 #serveBox .wrap li .item .circle{
	position: absolute;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color: #fde541;
	left: -35px;
	top: -38px;
}
.page8 #serveBox li .item  img{
	width: 300px;
	height: 117px;
	display: block;
}
.page8 #serveBox .wrap li .item .circle span{
	position: absolute;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	bottom: 13px;
	right: 13px;
}
.page8 #serveBox .wrap .item .content{
	height: 236px;
	width: 100%;
	background-color: #e4f7f3;;
	padding: 0 28px;
	position: relative;
}
.page8 #serveBox .wrap .item .content:after{
	background:url(../images/serve-img.png) no-repeat;
	width: 300px;
	height: 14px;
	content:"";
	position:absolute;
	top:-14px;
	left:0;
}
.page8 #serveBox .wrap .item .content .title{
	font-size: 18px;
	line-height: 56px;
	font-weight: bold;
	text-align: center;
}
.page8 #serveBox .wrap .item .content p{
	font-size: 14px;
	line-height: 26px;
	position: relative;
	padding-left: 10px;
}
.page8 #serveBox .wrap .item .content p:before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #373737;
	left: 0;
	top: 10px;
}
.page8 #serveBox .arrow{
	width: 12px;
	height: 20px;
	position: absolute;
	top: 167px;
	cursor: pointer;
}
.page8 #serveBox .arrow.prev{
	background-image: url(https://www.igo.cn/zt/serve/images/arrow_01.png);
	left: 0;
}
.page8 #serveBox .arrow.next{
	background-image: url(https://www.igo.cn/zt/serve/images/arrow_02.png);
	right: 0;
}
.page8 #serveBox .points{text-align: center;}
.page8 #serveBox .points li{
	width: 8px;
	height: 8px;
	border:1px solid #2c301c;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 4px;
	display: inline-block;
	background-color: transparent;
}
.page8 #serveBox .points li.active{background-color: #2c301c;}
.page8 #serveBox .tip{
	font-size: 14px;
	line-height: 14px;
	color: #888;
	position: absolute;
	bottom: 0;
	right: 32px;
}