

.yun-solution-slider-content {
    position: relative
}
.yun-solution-slider-content .yun-solution-wrap {
    position: relative;
    height: 451px;

}
.yun-solution-slider-content .yun-solution-item {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 475px;
    color: #fff;
    background-size: cover!important;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}
.yun-solution-slider-content .yun-solution-item.current {
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100)
}


.yun-solution-btn {
    margin-top: 15px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 70px;
    background: #fff;
    color: #03004c;
    text-align: center;
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 14px;
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}
.yun-solution-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 0 10px 0 rgba(3, 0, 76, .3)
}
.yun-solution-slider-content .yun-solution-title {
    line-height: 44px;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.yun-solution-slider-content .yun-solution-title em {
    font-size: 28px
}
.yun-solution-slider-content .yun-solution-des {
    margin-top: 15px;
    max-height: 120px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px
}
.yun-solution-slider-content .yun-solution-logo-wrap {
    float: left;
    margin-left: 40px;
    width: 420px;
    max-height: 230px;
    overflow: hidden;
    font-size: 0
}
.yun-solution-slider-content .yun-solution-logo-wrap:after {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}
.yun-solution-slider-content .yun-solution-logo-list {
    display: inline-block
}
.yun-solution-slider-content .yun-solution-logo-list li {
    display: inline-block;
   
    width: 33%;
    vertical-align: middle;
    text-align: left
}
.yun-solution-list-wrap { 
    position: relative;
    height: 95px;
    overflow: hidden
}
.yun-solution-list-wrap:hover .yun-solution-btn {
    display: block
}
.yun-solution-list-wrap .yun-solution-btn {
    display: none;
    position: absolute;
    top: 0px;
    width: 40px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 40px;

    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}
.yun-solution-list-wrap .yun-solution-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.yun-solution-list {
    padding-top: 0px;
    text-align: center;
    font-size: 0
}
.yun-solution-list .yun-solution-list-item { height: 77px; width: 12.5%;
  
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    cursor: pointer; border-left: 1px #11e9fe solid;border-right: 1px #0067fc solid; box-sizing: border-box;
    display: flex; justify-content:center; align-items: center;
}

.yun-solution-list .yun-solution-text {
    margin-top: 15px;
    line-height: 20px;
  
}
.yun-arrow-wrap {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 18px;
    overflow: hidden
}
.yun-arrow-wrap .yun-arrow-item { 
    display: table-cell;
    position: relative;
    width: auto;
   


}
.yun-arrow-wrap .yun-arrow-triangle {
    width: 100%;
    height: 17px;

}
.yun-arrow-wrap .yun-arrow-triangle:after, .yun-arrow-wrap .yun-arrow-triangle:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    box-sizing: border-box
}
.yun-arrow-wrap .yun-arrow-triangle:before {
    right: 50%;
    border-bottom: 18px solid #02acfa;
    border-right: 22px solid transparent
}
.yun-arrow-wrap .yun-arrow-triangle:after {
    left: 50%;
    border-bottom: 18px solid #02acfa;
    border-left: 22px solid transparent
}
.yun-arrow-wrap.yun-arrow-current1 .yun-arrow-triangle:before {
    right: 94%
}
.yun-arrow-wrap.yun-arrow-current1 .yun-arrow-triangle:after {
    left: 6%;
    width: 94%
}
.yun-arrow-wrap.yun-arrow-current2 .yun-arrow-triangle:before {
    right: 81%
}
.yun-arrow-wrap.yun-arrow-current2 .yun-arrow-triangle:after {
    left: 19%;
    width: 81%
}
.yun-arrow-wrap.yun-arrow-current3 .yun-arrow-triangle:before {
    right: 69%
}
.yun-arrow-wrap.yun-arrow-current3 .yun-arrow-triangle:after {
    left: 31%;
    width: 69%
}
.yun-arrow-wrap.yun-arrow-current4 .yun-arrow-triangle:before {
    right: 56%
}
.yun-arrow-wrap.yun-arrow-current4 .yun-arrow-triangle:after {
    left: 44%;
    width: 56%
}
.yun-arrow-wrap.yun-arrow-current5 .yun-arrow-triangle:before {
    right: 44%;
    width: 56%
}
.yun-arrow-wrap.yun-arrow-current5 .yun-arrow-triangle:after {
    left: 56%
}
.yun-arrow-wrap.yun-arrow-current6 .yun-arrow-triangle:before {
    right: 31%;
    width: 69%
}
.yun-arrow-wrap.yun-arrow-current6 .yun-arrow-triangle:after {
    left: 69%
}
.yun-arrow-wrap.yun-arrow-current7 .yun-arrow-triangle:before {
    right: 19%;
    width: 81%
}
.yun-arrow-wrap.yun-arrow-current7 .yun-arrow-triangle:after {
    left: 81%
}
.yun-arrow-wrap.yun-arrow-current8 .yun-arrow-triangle:before {
    right: 6%;
    width: 94%
}
.yun-arrow-wrap.yun-arrow-current8 .yun-arrow-triangle:after {
    left: 94%
}
