.cases-page{
    background-color: #f5f5f5;
}
.cases-page-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
    padding-bottom: 100px;
}
.cases-page-title{
    font-size: 24px;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
    transform: skew(-8deg);
    padding-bottom: 20px;
}
.cases-page-b-img-box{
    width: 100%;
    display: block;
    background-color: #FFF;
    margin-bottom: 20px;
}
.cases-page-b-img-list{
    width: 100%;
    height: 700px;
    display: block;
}
.cases-page-b-img{
    width: 100%;
    height: 100%;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.news-page-img-bg{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.cases-page-s-img-box{
    width: 100%;
    max-width: 100%;
    display: block;
}
.cases-page-s-img-box,
.cases-page-s-img-list{
    height: 100px;
}

.cases-page-s-img-box .slick-list,
.cases-page-s-img-box .slick-list .slick-track{
    height: 100%;
}
.cases-page-s-img-list{
    width: 100px;
    display: block;
    margin: 0 10px;
    cursor: pointer;
}
.cases-page-s-img-list.slick-current{
    border: 2px solid #888;
    box-sizing: border-box;
}
.cases-page-title-box{
    padding-top: 30px;
    padding-bottom: 10px;
}
.cases-page-edit-box{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #FFF;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 2px;
}
.cases-page-back{
    width: 100%;
    display: block;
    height: 60px;
    line-height: 58px;
    border: 1px solid #fffffe;
    font-size: 26px;
    font-family: "Abel";
    text-align: center;
    box-sizing: border-box;
    margin-top: 50px;
    letter-spacing: 6px;
    background-color: #FFF;
    margin-bottom: 30px;
}
.cases-page-back span,
.cases-page-back p{
    display: inline-block;
    vertical-align: middle;
    transform: skewX(-8deg);
    position: relative;

    transition: all .5s ease;
}

.arrow {
    z-index: 1;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
}
.arrow .a1 {
    display: block;
    position: absolute;
    height: 1px;
    background: rgb(255, 255, 255);
    right: 150px;
    width: 600px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.arrow .a2 {
    display: block;
    position: absolute;
    height: 1px;
    background: rgb(255, 255, 255);
    right: -35px;
    width: 0;
    opacity: 0;
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    transform-origin: 100% 50% 0px;
    -webkit-transition: all .5s ease .0s;
    -moz-transition: all .5s ease .0s;
    -o-transition: all .5s ease .0s;
    -ms-transition: all .5s ease .0s;
    transition: all .5s ease .0s;
}
.arrow .a3 {
    display: block;
    position: absolute;
    height: 1px;
    background: rgb(255, 255, 255);
    right: -35px;
    width: 0;
    opacity: 0;
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
    transform-origin: 100% 50% 0px;
    -webkit-transition: all .5s ease .0s;
    -moz-transition: all .5s ease .0s;
    -o-transition: all .5s ease .0s;
    -ms-transition: all .5s ease .0s;
    transition: all .5s ease .0s;
}