.new-ls {
    width: 100%;
    padding: 5vw 0 0;
}

.new-ls .data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

}

.new-ls .data li {
    float: left;
    width: 33.33%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 42px;
}

.new-ls .data .pic {
    width: 100%;
    overflow: hidden;
}
.new-ls .data .pic img{
    width: 100%;
}


.new-ls .data img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.new-ls .data a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.new-ls .data .conter{
    margin: 30px 0;
}

.new-ls .data .views {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999999;
    padding-left: 25px;
    background: url("../img/eye.png") no-repeat left center;
    position: relative;
    margin-left: 30px;
}

.new-ls .data .views::before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #bbbbbb;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.new-ls .data .tit {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin: 15px 0 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.new-ls .data .tit::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
}
.new-ls .data .more{
    width: 105px;
  margin: 0 auto;
  text-align: center;
}
.new-ls .data .check-more {
    font-size: 16px;
    color: #666666;
    text-align: center;
}

/* .new-ls .data .check-more::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 9px;
    background-size: 100% 100%;
    margin-left: 20px;
} */

.new-ls .data a:hover .tit,
.new-ls .data a:hover .check-more {
    color: #00a4e0
}
/* 
.new-ls .data a:hover .tit::after {
    background-color: #00a4e0
} */
/* 详情 */
.casedetails{
    margin: 3vw 0;
}
.casedetails h1{
    font-size: 48px;
    color: #000;
    text-align: center;
}
.product_other{
    margin: 2vw 0 0;
    position: relative;
}
.product_other .swiper{
    width: 100%;
    overflow: hidden;
}
.product_other .swiper .swiper-slide{
    width: 100% !important;
    padding: 0;
}
.product_other .swiper .swiper-slide .img{
    width: 100%;
}
.product_other .swiper .swiper-slide .img img{
    width: 100%;
}
.product_other .swiper p{
    font-size: 14px;
    color: #000;
    margin-top: 3vw;
    margin-left: 2%;
}

.product_other .prev,.product_other .next {
    position: absolute;
    top: 45%;
    width: 49px;
    z-index: 2;
    height: 49px;
    line-height: 49px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;

}

.prev {
    left: 0;
}
.product_other .prev:hover,.product_other .next:hover{
    background: #00a4e0;
}
.product_other .prev:hover::after,.product_other .next:hover::after{
    color: #fff;

}
.product_other .prev::after{
    font-family: "宋体";
    content:"←" ;
    font-size: 30px;
    color: #666;
    text-align: center;
}
.product_other .next::after{
    content:'→' ;
    font-family: "宋体";
    font-size: 30px;
    color: #666;
    text-align: center;
}

.next {
    right: 0;
   
}
.swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 45px !important;
}
.swiper-pagination-bullet-active{
    background: #00a4e0 !important;
}
.nxq-a1{
    width: 210px;
    height: 70px;
    border-radius: 50px;
    border: 1px solid #cacaca;
    margin: 3vw auto;
    text-align: center;
    line-height: 68px;
    font-size: 16px;
    color: #666666;
    transition: 0.5s;
}

.nxq-a1:hover {
    color: #fff;
    background: #00a4e0;
    border: 1px solid #00a4e0;
    transition: 0.5s;
}
.nxq-a1:hover a{
    color: #fff;
}
.nxq-a1 a{
    color: #666;
}
.nxq-a2 {
    width: 100%;
    margin-top: 50px;
    height: 24px;
}

.nxq-a2>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    color: #999999;
}

.nxq-a2>div:nth-child(1) {
    float: left;
}
.nxq-a2>div img{
    margin-right: 20px;
}
.nxq-a2>div:nth-child(2) {
    float: right;
}
.nxq-a2>div a:hover{
    color: #00a4e0;
}
.nxq-a2>div a {
    color: #666;
}
@media (max-width: 768px) {
    .new-ls .data{
        margin: 0;
    }
    .new-ls .data li{
        width: 50%;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .new-ls .data .tit{
        margin: 0;
    }
    .new-ls .data .conter{
        margin: 15px 0;
    }
    .new-ls .data .check-more{
        font-size: 14px;
    }
    .new-ls{
        margin: 32px 0 0;
    }
    .casedetails h1{
        font-size: 20px;
    }
    .product_other .prev, .product_other .next{
        top: 25%;
    }
    

}
@media (max-width:640px){
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio
    .nxq-a1{
        height: 42px;
        line-height: 42px;
        margin: 42px auto 0;
    }
    .product_other .swiper p{
        margin: 0 !important;
        padding: 10px 10px !important;
    }
    .product_other .swiper{
        height: 300px;
    }
    .product_other .prev, .product_other .next{
        top: 19%;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 0 !important;
    }
    .nxq-a1{
        width: 120px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
}