.md-tit {
    margin-bottom: .4rem;
    text-align: center;
}

.md-tit .big {
    font-size: .6rem;
    font-family: 'myfont_b';
    color: #002ac4;
}

.md-tit .cn {
    font-size: .6rem;
    font-weight: bold;
    color: #727171;
}

.md-tit .cn span {
    position: relative;
}

.md-tit .cn span::before,
.md-tit .cn span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: .8rem;
    height: .21rem;
    background: url(../img/md/md-tit-icon.jpg) center no-repeat;
    background-size: 100%;
}

.md-tit .cn span::before {
    left: -1rem;
}

.md-tit .cn span::after {
    right: -1rem;
}

.md-tit .en {
    font-size: .24rem;
    color: #606060;
    font-family: 'myfont_b';
}

.md-swiper {
    margin-bottom: 1rem;
}

.md-swiper .md-img {
    margin-bottom: .25rem;
}

.md-swiper .md-img img {
    display: block;
}

.md-swiper .swiper-box {
    position: relative;
    height: 2.9rem;
}

.md-swiper .swiper-box .swiper {
    height: 100%;
}

.md-swiper .swiper-slide {
    overflow: hidden;
    width: 3.9rem !important;
    height: 2.9rem !important;
}

.md-swiper .swiper-slide img {
    transition: all .4s ease-in-out;
    display: block;
    width: 3.9rem !important;
    height: 2.9rem !important;
}

.md-swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.md-swiper .swiper-button-next::after,
.md-swiper .swiper-button-prev::after {
    display: none;
}

.md-swiper .swiper-button-next,
.md-swiper .swiper-button-prev {
    width: .45rem;
    height: .8rem;
    top: unset;
    bottom: 1.2rem;
    outline: none;
}

.md-swiper .swiper-button-next {
    right: -.85rem;
    background: url(../img/next.png) center no-repeat;
    background-size: 100%;
}

.md-swiper .swiper-button-prev {
    left: -.85rem;
    background: url(../img/prev.png) center no-repeat;
    background-size: 100%;
}