.mobile_phone {color: #fff}
/* 手机端 */
.slideBoxa {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: .2rem;
}

.slideBoxa .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBoxa .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBoxa .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBoxa .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBoxa .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBoxa .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBoxa .bd img {
    width: 100%;
    height: 300px;
    display: block;
}

/*下面是前/后按钮代码，如果不需要删除即可 */
.slideBoxa .prev,
.slideBoxa .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(/static/home/images/slider-arrow.png) filter:alpha(opacity=50);
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.1) url(/static/home/images/slider-arrow.png) -110px 5px no-repeat;
}

.slideBoxa .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBoxa .prev:hover,
.slideBoxa .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBoxa .prevStop {
    display: none;
}

.slideBoxa .nextStop {
    display: none;
}
.index .swiper-containera {
    width: 100%;
    overflow: hidden;
    /* height: 300px; */
    /* margin: 20px auto; */
}
.index .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mask_index {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    height: 100%;
    z-index: 99;
    display: none;
    transition: all 500ms ease-in;
}
.swiper-slide:hover .mask_index{display: block}

.imggeju li:hover .mask_index{
    display: block;
    left: -15px;
    top: -14px;
    width: 106%;
    height: 108%;
}
.imggeju li img{transition: all 500ms ease-in}
.imggeju li:hover img{transform:scale(1.1)}
.imggeju2 li:hover .mask_index{display: block; left: -15px;
    top: -14px;
    width: 150%;
    height: 150%;}
.imggeju2 li img{transition: all 500ms ease-in}
.imggeju2 li:hover img{transform:scale(1.1)}