.swiper_con p {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #0A5F9E;
    text-align: center;
    margin-top: 30px;
}

.swiper_con a {
    float: right;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-right: 14px;
    margin-top: 26px;
    overflow: hidden;
    margin-bottom: 27px;
}

.swiper, .swiper1, .swiper2 {
    width: 100%;
    overflow: hidden;
}

.swiper-slide a {
    margin: 0;
}

.swiper-slide a img {
    width: 100%;
    height: 15%;
}

/* .swiper, .swiper1, .swiper2 {
    overflow: hidden;
} */

.swiper .swiper-slide {
    text-align: center;
}

.swiper-slide a div {
    width: 100%;
    height: 72px;
    background: #D1E9FF;
    line-height: 72px;
    text-align: center;
    font-size: 17px;
}

.swiper-slide a div span {
    color: #000 !important;
}

.swiper1, .swiper2 {
    margin: 18px 0;
}

.swiper1 .swiper-slide, .swiper2 .swiper-slide {
    width: 90%;
    text-align: center;
}

.swiper1 .swiper-slide a img, .swiper2 .swiper-slide a img {
    width: 90%;
    height: inherit;
}

.mb18 {
    margin-bottom: 18px;
}