
.kc-display {
    margin: 20px 0 50px;
}

.display-list {
    box-shadow: 0 0 10px #ddd;
    padding: 10px;
    margin-top: 50px;
}

/*.display-list .display-item {
    float: left;
    margin: 5px;
    width: 287px;
}
*/
.ds-button-next {
    background: url('../../images/newImg/sh/next_kc_display.png');
    width: 70px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: -70px;
    transition: all .5s ease-in-out;
}
.ds-button-next:hover {
    background: url('../../images/newImg/sh/selectCircle.png');
    width: 70px;
    height: 40px;
    background-size: 100%;
}
.ds-button-prev:hover {
    background: url('../../images/newImg/sh/selectCircle-l.png');
    width: 70px;
    height: 41px;
    background-size: 100%;
}
.ds-button-prev {
    background: url('../../images/newImg/sh/prev_kc_display.png');
    width: 70px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: -70px;
    transition: all .5s ease-in-out;

}
.display-list .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.display-list .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 200px;

}
.display-list .swiper-slide img {width: 288px;height: 190px;}
.video-list {
    background: url("../../images/newImg/video_bg.jpg") no-repeat;
    height: 600px;
    padding-top: 20px;
    position: relative;
    margin-top: 150px;
}
.video-list .swiper-slide img{
    width: 100%;
}
.video-list .swiper-slide {
    border: 3px solid #fff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.video-list .swiper-slide:hover{
    border: 3px solid #ffaf02;
}
.viewInfo {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #ffaf02;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #000;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.video-list .com-tit-r {
    margin-bottom: 0;
}
#video {
    padding-top: 100px;
    margin-left: 30px;
}

.tit-bar {
    background: #ffaf02;
    padding: 0;
    overflow: hidden;
    height: 0px;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s;
}

.tit-bar .tit {
    float: left;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.tit-bar .mores {
    float: right;
    background: #000;
    color: #ffaf02;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#video .swiper-slide {
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

/*#video .swiper-slide img {width: 267px;height: 209px;}*/

#video .swiper-slide:hover {
    transform: translateY(-50px);
}

#video .swiper-slide:hover .tit-bar {
    height: 50px;
    padding: 10px 5px;
}

#video .swiper-slide:hover .viewInfo {
    opacity: 0;

}


.case {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.case .swiper-slide {
    background-size: cover;
    background-position: center;
}

.case .gallery-top {
    height: 400px;
    width: 100%;
    text-align: center;
}

.case .gallery-top .swiper-slide:after {
    content: '';
    background: #ffaf02;
    width: 100%;
    height: 80%;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;

}

.case .gallery-top img {
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.case .gallery-thumbs {
    height: 110px;
    box-sizing: border-box;
    padding: 10px 0;
}

.case .gallery-thumbs .swiper-slide {
    height: 100%;
    overflow: hidden;
        border-radius: 8px;
}
.case .gallery-thumbs .swiper-slide  img{
    width: 100%;
    height: 100%
}
.case .gallery-thumbs .swiper-slide-active {
    background: #ffaf02;
        border-radius: 8px;
}
.case .gallery-thumbs .swiper-slide-active img {
    opacity: .5;
}

.case .imgs {
    width: 590px;
    float: left;
    position: relative;
}

.case .container {
    position: relative;
}

.case .text-boxs {
    width: calc(100% - 590px);
    margin-top: calc(20% - 160px);
    padding: 20px;
    height: 83%;
    position: absolute;
    right: 0;
    box-shadow: 0 0 20px #ddd;
}
.case .text-boxs .swiper-container {
    height: 100%;
}
.case .text-box {
    width: 100%;
    margin-top: 40px;
}

.case .text-box .tit {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #ffaf02;
    padding: 20px 0;
    margin-bottom: 20px;
}

.case .job {
    margin-bottom: 20px;
    font-size: 16px;
}
.case .job strong{
    margin-left: 20px;
}
.case .job strong:first-child{
    margin-left: 0;
}
.case .con {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 28px;
}

.case .viewInfo {
    border-radius: 1000px;
    padding: 5px 30px;
    position: static;
}
.case .gallery-thumbs .swiper-wrapper {
    width: 90%;
}
.case .gallery-thumbs {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

/*.case .gallery-btns {
    width: 10%;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    height: 100%;

}
.case .gallery-btns .swiper-button-prev {
    top: 35px!important;
}
.case .gallery-btns .swiper-button-next {
    top: 70px!important;
}
.case .gallery-btns .swiper-button-white,
.case .gallery-btns .swiper-button-next {
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    height: 20px;
}*/

.swiper-scrollbar {
    opacity: 1!important;
    background: rgba(255,255,255, .5)!important;
    height: 3px;
    margin-top: 50px;
    position: absolute;
    bottom: 60px;
    width: 1200px;
}
.swiper-scrollbar-drag {
    background: #ffaf02;
}
.gallery-btns {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    height: calc(100% - 20px);
    width: 28px;
}
.gallery-btns .swiper-button-next {
    background: url("../../images/new/arr-r.png") #ffaf02 no-repeat center;
}
.gallery-btns .swiper-button-prev {
    background: url("../../images/new/arr-l.png") #ffaf02  no-repeat center;
}
.gallery-btns .swiper-button-next:hover {
    background: url("../../images/new/arr-r-h.png") #000 no-repeat center;
}
.gallery-btns .swiper-button-prev:hover {
    background: url("../../images/new/arr-l-h.png") #000  no-repeat center;
}

.gallery-btns .swiper-button-next,
.gallery-btns .swiper-button-prev,
.gallery-btns .swiper-button-next:hover,
.gallery-btns .swiper-button-prev:hover{
    position: static;
    height: 45px;
    margin: 0;
    -webkit-background-size: 110% auto;
    background-size: 110% auto;
}
.case .gallery-thumbs {
    width: calc(100% - 33px);
    /*overflow: visible;*/
}

.case .gallery-btns {
    top: auto;
    bottom: 10px;
    height: auto;
}
