
.indexguide{
	width:100%;
	height:154px;
	background: url(../images/black.png) repeat;
	position:absolute;
	bottom:0;
	z-index:100;
}

.guide-slider {
    width: 1200px;
    height:154px;
	margin:0 auto;
}

.guide-slider .guide {
    width: 154px;
    height:154px;
    float: left;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    position: relative;
    overflow: hidden;
}

.guide-slider .guide .title {
	font-size:14px;
	color:#fff;
	line-height:18px;
}
.guide-slider .guide .title span {
	font-size:12px;
}


.guide-slider .guide .display {
    border-right: 1px solid #fff;
    width: 154px;
    height:154px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 2;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.guide-slider .guide .display .icon {
    display: inline-block;
    width:60px;
    height:60px;
    margin-top:26px;
}

.guide-slider .guide .display .icon.icon1 {
	 background:url(../images/about0.png) no-repeat center center;
}

.guide-slider .guide .display .icon.icon2 {
	 background:url(../images/pro0.png) no-repeat center center;
}

.guide-slider .guide .display .icon.icon3 {
	 background:url(../images/news0.png) no-repeat center center;
}

.guide-slider .guide .display .icon.icon4 {
	 background:url(../images/case0.png) no-repeat center center;
}


.guide-slider .guide .behind {
    width:584px;
    height:154px;
    display: inline-block;
    border-right: 1px solid #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
	color:#fff;
	filter: alpha(opacity=0);   
-moz-opacity: 0;   
-khtml-opacity: 0;   
opacity: 0;  
		-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}



.guide-slider .guide.on {
    width:738px;
}
.guide-slider .guide.on .behind {
filter: alpha(opacity=100);   
-moz-opacity: 1;   
-khtml-opacity: 1;   
opacity:1;  
		-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}


.guide-slider .guide.on .display {
    background: #2074ca;
    border-right-color: transparent;
}


