.max-wid {
    width: 83%;
    max-width: 1200px;
    margin: auto;
}
.cer-swiper .swiper-container {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    width: 100%;
}
.cer-swiper .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 300px ;
    width: 400px;
    height: 492px;
    opacity: 0.5;
}

.cer-swiper .lb_sty .swiper-slide{
    height: auto;
}

.lb_sty .swiper-wrapper{
    align-items: center;
}
.cer-swiper .swiper-slide img{
    display: block;
    margin: 20px auto;
    width: 75%;
}
.cer-swiper .swiper-slide-active{
    opacity: 1;
}
.cer-main{
    background-position:0  -500px;
    background-repeat: no-repeat;
    background-size: 1200px ;
    position: relative;
}
.cer-text{
    width: 3.3rem;
    position:absolute;
    bottom: -5%;
    left: 50%;
    transform: translate(-50%,0);
    opacity: 0;
    transition: all 0.3s;
}
.lb_sty .cer-text{
    position: relative;
    left: auto;
    bottom: auto;
    transform: translate3d(0,0,0);
    margin: 0 auto;
}
.swiper-slide-active .cer-text{
   opacity: 1;
}
.cer-text .title{
font-size: 0.26rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.18rem;
}
.cer-text>span{
font-size: 12px;
    color: #999;
    margin-bottom: 0.1rem;
}
.cer-text>text{
font-size: 14px;
    color: #666;
}
.pagination-list{
    width: 4.2rem;
    position:absolute;
    bottom: -1rem;
    left: 50%;
    transform: translate(-50%,0);
}
.pagination-list .swiper-pagination{
    position: relative;
    bottom: 0;
    left: 0;
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 0.21rem;
    font-weight: bold;
    color: #fff;
}
.pagination-list .swiper-button-next , .pagination-list .swiper-button-prev{
    background-size: 18px 34px;
    width: 18px;
    height: 34px;
    border: none;
    background-color: transparent;
}
.red-bg{
    width: 100%;
    height: 3.7rem;
    background-color: #d90909;
}
.lce-ul{
    background-color: #fff;
    margin-top: -1rem;
    padding: 1rem 0 0;
    box-sizing: border-box;
}
.lce-li{
    width: 50%;
    height: 4.64rem;
    border-right: 1px solid #ddd;
    float: left;
    margin-bottom: 1.6rem;
}
.lce-ul .lce-li:nth-child(2n){
    border-right: none;
}
.lce-li .title{
    line-height: 0.94rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #000;
    position: relative;
    margin-bottom: 0.3rem;
}
.lce-li .title .pic-xian{
width: 0.42rem;
    height: 0.04rem;
    background-color: #ddd;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
}
.lce-li  .pic{
    position: relative;
    margin-bottom: 0.4rem;
}
.lce-li  .pic img{
    width: 100%;
    height: 300px;
}
.lce-li  .pic .hui{
    width: 1rem;
    height: 1.09rem;
    position: absolute;
    top: -0.4rem;
    left:  -0.4rem;
    z-index: 2;
}
.lce-li .text{
    font-size: 0.2rem;
    color: #666;
}
.next-list{
    padding: 0.5rem 0 0.8rem;
    box-sizing: border-box;
}
.pagediv{
    max-width: 60%;
    margin: auto;
}