* {
    margin: 0;
    padding: 0;

}
body {
    font-family: "Microsoft Yahei";
}
ul,ol {
    list-style: none;
}
a {
    text-decoration: none;
}
.guide-slider {
    width: auto;
    margin: 5.5% auto;
    background: #fff;
    height: 262px;
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;    
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;box-shadow: -7px 1px 14px 5px #ccc;
}

.guide-slider .guide {
    width: auto;
    height: 260px;
    float: left;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    position: relative;
    overflow: hidden;
}

.guide-slider .guide .display {
    border-right: 1px solid #d5d5d5;
    width: 218px;
    height: 260px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 2;
    background: #ffffff;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    box-sizing: border-box;
}

.guide-slider .guide .display .icon {
    display: inline-block;
    width: 96px;
    height: 96px;
    margin-top: 32px; 
}

.guide-slider .guide .display .icon.icon1 {
    background-position: 0px 0;
}

.guide-slider .guide .display .icon.icon2 {
    background-position: 0 0;
}

.guide-slider .guide .display .icon.icon3 {
    background-position: 0px 0;
}

.guide-slider .guide .display .icon.icon4 {
    background-position: 0px 0;
}

.guide-slider .guide.on .display .icon.icon1 {
    background-position: 0px 0;
}

.guide-slider .guide.on .display .icon.icon2 {
    background-position: 0px 0;
}

.guide-slider .guide.on .display .icon.icon3 {
    background-position: -222px 0;
}

.guide-slider .guide.on .display .icon.icon4 {
    background-position: -370px 0;
}


li.guide.i1 .icon {
    background:url(images/1.png) no-repeat center;
}
li.guide.i1.on .icon{
    background:url(images/11.png) no-repeat center;
}
li.guide.i2 .icon {
    background:url(images/2.png) no-repeat center;
}
li.guide.i2.on .icon{
    background:url(images/22.png) no-repeat center;
}
li.guide.i3 .icon {
    background:url(images/3.png) no-repeat center;
}
li.guide.i3.on .icon{
    background:url(images/33.png) no-repeat center;
}
li.guide.i4 .icon {
    background:url(images/4.png) no-repeat center;
}
li.guide.i4.on .icon{
    background:url(images/44.png) no-repeat center;
}
.guide-slider .guide .display .title {
    font-size: 16px;
    color: #323232;
    height: 40px;
    line-height: 40px;
}

.guide-slider .guide .display .introduction {
    border-top: 1px solid #ddd;
    width: 150px;
    margin: 0 auto;
    font-size: 13px;
    color: #9e9e9e;
    text-align: left;
    line-height: 20px;
    padding-top: 10px;
}

.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: -1px;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.guide-slider .guide .behind {
    width: 345px;
    height: 260px;
    display: inline-block;
    border-right: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.guide-slider .guide .behind .function-list-wrap {
    width: 210px;
    margin: 0 auto;
}

.guide-slider .guide .behind .function-list {
    margin-right: -10px;
    margin-top: 20px;
    width:345px;
}

.guide-slider .guide .behind .function-list > li {
    float: left;
    padding-right: 10px;
}

.guide-slider .guide .behind .function-list > li > a {
    display: block;
    border: 1px solid #ddd;
    width: 112px;
    height: 46px;
    text-align: center;
    line-height: 44px;
    margin-bottom: 12px;
    color: #272727;
    font-size: 13px;
    border-radius: 8px;
}

.guide-slider .guide .behind .function-list > li > a:hover {
    text-decoration: none;
    border: 1px solid #0876c2;
    background: #0063AE;
    color: #ffffff;
}

.guide-slider .guide .behind .function-list > li > a.important {
    color: #f58914;
}

.guide-slider .guide .behind .function-list > li > a.important:hover {
    border: 1px solid #f58914;
    background: #f58914;
    color: #ffffff;
}

.guide-slider .guide.on {
    width: 45.4%;
}

.guide-slider .guide.on .display {
    background: #0063AE;
    border-right-color: transparent;
}

.guide-slider .guide.on .display .title {
    color: #fff;
}

.guide-slider .guide.on .display .introduction {
    color: #fff;
    padding-top:10px;
}

.guide-slider .guide.on .display::after {
    top: 50%;
    margin-top: -5px;
}

