
.container{
    overflow-x: hidden;
}
.sol-case{
    padding: 2.4rem 0 0 0;
    width: 100%;
    position: relative;
}
.w1400{
    width:92%;
    position: relative;
    margin: 0 auto;
    max-width:1440px;
}
.w1400 .sol-case-title,.sol-news-title{
    font-size: 30px;
    color: #24272b;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 22px;
}
.w1400 .sol-case-list{
    padding-bottom: 28rem;
}
.w1400 .sol-case-list .flex-viewport{
    overflow: visible!important;
}
.w1400 .sol-case-list .slides{
    width: 2000%;
    transition-duration: 0s;
    transform: translate3d(-475px, 0px, 0px);
}
.w1400 .sol-case-list .slide{
    float: left;
    width: 460px;
    height: 22.75rem;
    margin-right: 25px;
    display: block;
    overflow: hidden;
    position: relative;
}
.w1400 .sol-case-list .slides li img{
    width: auto;
}
.sol-case-list .slides .bg{
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
    filter: alpha(opacity = 0);
    -ms-filter: alpha(opacity = 0);
}
.sol-case-list .slides .font-bg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    background: #000;
    z-index: 1;
    opacity: 0;
    -ms-filter: alpha(opacity = 0);
    filter: alpha(opacity = 0);
    transition-property: opacity;
    -moz-transition-property: opacity; /* Firefox 4 */
    -webkit-transition-property: opacity; /* Safari 鍜� Chrome */
    -o-transition-property: opacity;
    transition-duration: .3s;
    transition-delay: .2s;
}
.sol-case-list .slides li:hover .font-bg {
    opacity: .4;
    filter: alpha(opacity=30);
}
.sol-case-list .slides .con{
    position: absolute;
    bottom: -14.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    padding: 40px 40px 0 40px;
}
.sol-case-list .slides .tit{
    margin-top:50px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.sol-case-list .slides .en{
    font-size: 16px;
    color: #fff;
    opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity = 60);
    line-height: 24px;
    min-height: 24px;
}
.sol-case-list .slides .font{
    font-size: 18px;
    color: #fff;
    line-height: 34px;
    margin-top: 35px;
}
.sol-case-list .slides .more{
    margin-top: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.3);
    background: url(/images/solArrow.png)no-repeat center;
}
/*婊氬姩鎸夐挳*/
.sol-case-list .flex-direction-nav a{
    opacity: 1;
    filter: alpha(opacity = 100);
    background-color: #000;
    width: 80px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    z-index: 2;
}
.sol-case-list .flex-direction-nav .flex-prev{
    background: url(/images/prev1.png)no-repeat center;
    left: -120px;
}
    .sol-case-list .flex-direction-nav .flex-prev:hover {
        background: url(/images/prev2.png)no-repeat center;
    }
.sol-case-list .flex-direction-nav .flex-next {
    background: url(/images/next1.png)no-repeat center;
    right: -120px;
}
    .sol-case-list .flex-direction-nav .flex-next:hover {
        background: url(/images/next2.png);
    }
.sol-case-list .flex-direction-nav a:before{
    font-size: 0;
}
/*缈婚〉椤电爜*/
.sol-case .flex-control-nav{
    bottom: 20px;
}
.sol-case .flex-control-nav li{
    margin: 0 8px;
}
.sol-case .flex-control-nav li a{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #d9d9d9;
    transition: background .3s;
    box-shadow: none;
}
.sol-case .flex-control-nav li a.flex-active{
    background-color: #f08311;
    background-size: 100% 100%;
    box-shadow: none;
}
/*鏂伴椈鍜ㄨ*/
.sol-news{
    padding-bottom: 80px;
    overflow: hidden;
}
.sol-news-title a{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #24272b;
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    transition: color .3s;
    padding-right: 10px;
}
.sol-news-title a:hover{
    color: #f08311;
    transition: color .3s;
}
.sol-news-title span{
    width: 20px;
    height: 20px;
    background: url(/images/more.png) no-repeat center;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 60%;
    margin-top: -15px;
    transition: background .3s;
}

@media screen and (max-width: 1600px) {
    .sol-case-list .flex-direction-nav .flex-prev{
        left: 50px;
    }
    .sol-case-list .flex-direction-nav .flex-next{
        right: 50px;
    }
    .w1400 .sol-case-list .slide{
        width: 400px;
        height: 22.75rem;
    }
    .w1400 .sol-case-list{
        padding-bottom: 28rem;
    }
}