﻿.main_content {
    overflow: inherit;
}

.rel .swiper-wrapper .swiper-slide {
    width: 256px;
    text-align: center;
    height: 160px !important;
    font-size: 18px;
    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;
    box-sizing: border-box;
    float: left;
    padding: 0 5px;
}

.swiper-slide a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

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

.swiper-slide .icon img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 26px auto;
    transition: all 0.3s;
}

.swiper-slide a span {
    display: block;
    margin-top: 10px;
}

.swiper-wrapper .column1 a {
    background: #55a5aa;
}

.swiper-wrapper .column2 a {
    background: #a9a9a9;
}

.swiper-wrapper .column3 a {
    background: #e5ca8f;
}

.swiper-wrapper .column4 a {
    background: #139144;
}

.swiper-wrapper .column5 a {
    background: #528eb5;
}

.swiper-wrapper .column6 a {
    background: #a9a9a9;
}

.swiper-wrapper .column7 a {
    background: #009CA0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(/Content/Areas/Common/images/chifeng/slide_icon.png)left bottom !important;
    background-image: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(/Content/Areas/Common/images/chifeng/slide_icon.png)right bottom !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    margin-top: -11px !important;
    width: 24px !important;
    height: 24px !important;
    top: 82px;
}

.swiper-button-next {
    right: -40px !important;
}

.swiper-button-prev {
    left: -40px !important;
}

@media screen and (max-width:768px) {
    .main_content,
    .main {
        width: 100%;
        overflow: hidden;
    }
}