ul,
ol {
    list-style: none;
}

body {
    font-family: "Microsoft Yahei";
    background: #f0f0f0;
    font-size: 14px;
}

a {
    text-decoration: none;
}

.guide-slider {
    margin: 5% auto;
    height: 375px;
}

.guide-slider .guide {
    width: 19.75%;
    height: 375px;
    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: 100%;
    height: 100%;
    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: 80px;
    height: 80px;
    margin-top: 95px;
    
}


.guide-slider .guide .display .title {
    font-size: 17px;
    color: #666666;
    height: 40px;
    line-height: 40px;
}

.guide-slider .guide .display .introduction {
    border-top: 1px solid #ddd;
    width: 110px;
    margin: 0 auto;
    font-size: 12px;
    color: #999999;
    text-align: center;
    line-height: 20px;
}

.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: 50%;
    height: 100%;
    display: inline-block;
    border-right: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 10px 30px;
}


.guide-slider .guide .behind .function-list-wrap {
    margin: 0 auto;
    text-align: left;
}

.guide-slider .guide .behind .function-list {
    margin-right: -10px;
    margin-top: 20px;
}

.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: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 18px;
    color: #0876c2;
}

.guide-slider .guide .behind .function-list > li > a:hover {
    text-decoration: none;
    border: 1px solid #0876c2;
    background: #0876c2;
    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: 40%;
}
.guide-slider .guide.on .display.on {
    width: 50%;
}
.guide-slider .guide.on .display {
    background: #4fa0d8;
    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::after {
    top: 50%;
    margin-top: -5px;
}

.guide-slider .display .icon.icon1 {
    background-size: cover;
    background-image: url("../images/cloud01_01.png");
}
.guide-slider .guide.on .display .icon.icon1 {
    background-size: cover;
    background-image: url("../images/cloud01_02.png");
}

.guide-slider .display .icon.icon2 {
    background-size: cover;
    background-image: url("../images/cloud02_01.png");
}
.guide-slider .guide.on .display .icon.icon2 {
    background-size: cover;
    background-image: url("../images/cloud02_02.png");
}

.guide-slider .display .icon.icon3 {
    background-size: cover;
    background-image: url("../images/cloud03_01.png");
}
.guide-slider .guide.on .display .icon.icon3 {
    background-size: cover;
    background-image: url("../images/cloud03_02.png");
}

.guide-slider .display .icon.icon4 {
    background-size: cover;
    background-image: url("../images/cloud04_01.png");
}
.guide-slider .guide.on .display .icon.icon4 {
    background-size: cover;
    background-image: url("../images/cloud04_02.png");
}

.guide-slider .guide.on .display .icon.icon5 {
    background-position: -666px 0;
}

.shutter-item-ct-bd {
    padding-right: 14px;
}











.navbar-default {
  background: transparent;
}


.title {
  padding: 0;
}
.line {
  margin-bottom: 0;
}