.case-list {
    overflow: hidden;
}

.case-list ul {
    width: 990px;
    padding-top: 20px;
}

.case-list li {
    float: left;
    margin: 0 20px 20px 0;
}

.case-list a {
    width: 220px;
    height: 169px;
    display: block;
    position: relative;
}

.case-list a img {
    width: 220px;
    height: 139px;
    display: block;
}

.case-list a span {
    width: 100%;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    background: #eee;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-list a:hover span {
    background: #0075d8;
    color: #fff;
}


/*详情*/

.case-detail {
    position: relative;
    overflow: hidden;
    padding: 0 0 50px;
}

.case-detail-title {
    line-height: 30px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
}

.case-detail-pic {
    width: 310px;
    height: 357px;
    display: block;
    overflow: hidden;
    background: #f3f3f3;
    float: left;
}

.case-detail-des {
    width: 590px;
    display: none;
    overflow: hidden;
    margin: 20px auto;
    color: #333;
    line-height: 20px;
}

.case-detail-des:before {
    content: "“";
    font-size: 24px;
    color: #0075d8;
    vertical-align: -5px;
    margin-right: 5px;
}

.bdsharebuttonbox {
    position: absolute;
    right: 0;
    top: 10px;
}


/**/

.pc-slide {
    width: 300px;
    margin: 0 auto;
    position: relative;
}

.view .swiper-container {
    width: 300px;
    height: 300px;
}

.view .arrow-left {
    background: url(../../img/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url(../../img/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}


/* .view .swiper-slide img {
    width: 590px;
    height: 372px;
    display: block;
} */

.view .swiper-slide {
    position: relative;
    overflow: hidden;
}

.view .swiper-slide img {
    width: auto;
    height: auto;
    /* min-width: 100%; */
    max-height: 100%;
    display: block;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.preview {
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
    height: 57px;
    z-index: 10;
    position: relative;
}

.preview .swiper-container {
    width: 300px;
    margin: 5px auto 0;
}

.preview .swiper-slide {
    width: 50px;
    position: relative;
}

.preview .swiper-slide img {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
}

.preview .slide6 {
    width: 45px;
}

.preview .arrow-left {
    background: url(../../img/feel3.png) no-repeat left top;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../../img/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav img {
    padding: 0;
    border: 1px solid #F00;
}

.case-detail-info {
    float: right;
    width: 386px;
}

.case-detail-info .title {
    line-height: 30px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.case-detail-info .decslist p {
    line-height: 20px;
    padding: 5px 0;
    color: #666;
}