/* 案例轮显 */
.case-content {
    position: relative;
}

.case-content .swiper-container {
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -o-transition: all 0.4s;
}

.case-content .swiper-wrapper {
    height: 400px;
}

.case-content .swiper-slide {
    width: 540px;
    height: 400px;
}

.case-content .swiper-slide .cover_img {
    display: block;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 540px;
    height: 300px;
    -o-transition: all 0.4s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.case-content .swiper-slide a.cover_img:hover {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -o-transform: scale(1.05);
}
.case-content.swiper-picture .swiper-slide .cover_img,.case-content.swiper-picture .swiper-slide{
    width:600px;
    height:400px;
}
.case-content.swiper-picture .swiper-slide,.case-content.swiper-picture .swiper-wrapper{
    height:auto;
}
.case-content .swiper-button-prev {
    left: -50px;
    margin-top: -65px;
}

.case-content .swiper-button-next {
    right: -50px;
    margin-top: -65px;
}

.case-content .swiper-slide .info {
    padding: 20px 0;
    text-align: center;
    background: #fff;
    display: none;
}
.case-content .swiper-slide.swiper-slide-active .info{
    display: block;
    background: #F7F7F7;
    box-shadow: none;
}
.case-content .swiper-slide .info .title {
    font-size: 20px;
    color: #333;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    /*margin-top: 20px;*/
}

.case-content .swiper-slide .info .txt {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.case-content .swiper-slide .info .txtCol {
    color: #EA111C;
    font-family: Arial, Helvetica, sans-serif;
}

.case-content .swiper-slide .info .link,.link-more {
    margin: 5px auto 0;
    padding-right: 15px;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: rgb(253, 120, 15);
    font-weight: 500;
    display: inline-block;
    transition: none;
}

.case-content .swiper-slide .info .link:hover,.link-more:hover {
    text-decoration: underline;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transform: scale(1);
}
