.guide-slider {
	width: 1284px;
	margin: 0px auto;
	background: #fff;
	height: 320px;

}
.guide-slider .guide {
	width: 214px;
	height: 320px;
	float: left;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
	position: relative;
	overflow: hidden;

}
.guide-slider .guide .display {

	width: 214px;
	height: 320px;
	text-align: center;
	float: left;
	position: relative;
	z-index: 2;
	background: #ffffff;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
}
.guide-slider .guide .display .icon {
	display: inline-block;
	width:120px;
	height: 72px;
	margin-top: 42px;
	background-image: url("../images/serviceIcon.png");
	margin-bottom: 20px;
}
.guide-slider .guide .display .icon.icon0 {background-position: -840px 0;}
.guide-slider .guide .display .icon.icon1 {background-position: -610px 0;}
.guide-slider .guide .display .icon.icon2 {background-position: -480px 0;}
.guide-slider .guide .display .icon.icon3 {background-position: -170px 0;}
.guide-slider .guide .display .icon.icon4 {background-position:30px 0;}

.guide-slider .guide .display .title {
	font-size: 18px;
	color: #333;
	font-weight: bold; display: inline-block; padding: 40px 0px 20px 0px;
}
.guide-slider .guide .display .introduction {
	width: 210px;
	margin: 0 auto;
	font-size: 12px;
	color: #333;
	text-align:center;
	line-height: 24px;
}

.guide-slider .guide .display span {
	width:190px;
	margin: 0 auto; padding:15px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	text-align:center;
	line-height: 24px; display:block; border-top:dashed 1px #cfcfcf;
}


.guide-slider .guide .display::after {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-color: transparent #ffffff transparent transparent;
	border-width: 10px 15px;
	top: 100%;
	margin-top: 0;
	right:0px;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
}
.guide-slider .guide .behind {
	width:214px;
	height: 320px;
	display:table;

	background:url(../images/businessbg2.jpg) top center no-repeat;
	overflow: hidden;
	position: absolute;
	font-size: 12px;
	line-height: 24px;

	right: 0;
	top: 0;
	z-index: 1;
}

.guide-slider .guide .behind   dl{width: 190px;margin: 0 auto;display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 5;
}

.guide-slider .guide .behind dl dd{width: 190px; text-align:center; color:#fff; line-height:30px;}

.guide-slider .guide .behind .function-list {
	margin-right: -10px;
	margin-top: 20px;
}
.guide-slider .guide .behind .function-list > li {
	float: left;
	padding-right: 10px;
}

.display a{ color:#cc0000;display: inline-block; }

.guide-slider .guide.on .display a{	color: #fff;}
.guide-slider .guide.on .display a:hover {	color: #F5ABAB}



.guide-slider .guide.on {
	width: 428px;
}
.guide-slider .guide.on .display {
	background:url(../images/businessbg1.jpg) top center no-repeat;
	border-right-color: transparent;
}
.guide-slider .guide.on .display .title {
	color: #fff;
}
.guide-slider .guide.on .display .introduction {
	color: #fff;
}

.guide-slider .guide.on .display span {
	color: #fff; border-top:dashed 1px #fff;
}


.guide-slider .guide.on .display::after {
	top: 50%;
	margin-top: -5px;
}



.guide-slider .guide.on .display .icon.icon0 {background-position: -950px 0;}
.guide-slider .guide.on .display .icon.icon1 {background-position: -730px 0;}
.guide-slider .guide.on .display .icon.icon2 {background-position: -480px 0;}
.guide-slider .guide.on .display .icon.icon3 {background-position: -265px 0;}
.guide-slider .guide.on .display .icon.icon4 {background-position:-70px 0;}