.page_banner {
    background: url("../images/banner/about_banner.jpg") no-repeat center
}

.about_box {
    padding-bottom: 35px
}

.about_box h1 {
    text-align: center;
    color: #000000;
    font-size: 32px;
    font-weight: bold
}

.about_box h4 {
    text-align: center;
    color: #050505;
    margin: 0 0 25px
}

.about_box p {
    text-indent: 2em;
    font-size: 16px
}

.about_img {
    margin: 25px 0
}

.honor_box {
    background: #f8f8f8;
    padding: 40px 0 75px
}

.honor_box .about_title h1 {
    background: #f8f8f8
}

.about_swiper {
    position: relative
}

.about_swiper .imgs_box {
    height: 232px
}

.about_swiper .imgs_box img {
    max-width: 100%;
    max-height: 232px
}

.about_title {
    position: relative;
    padding: 35px 0
}

.about_title::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-bottom: 1px solid #e5e5e5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.about_title h1 {
    position: relative;
    z-index: 2;
    color: #2d2d2e;
    font-size: 28px;
    padding: 0 25px;
    background: #fff
}

.about_title h1 span {
    color: #d0b584
}

.team_box {
    padding: 30px 0 15px
}

.team_list li {
    width: 390px;
    margin-bottom: 15px
}

.team_list li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.team_list li img {
    width: 100%;
    height: auto
}

.team_list li:nth-child(2),
.team_list li:nth-child(5) {
    margin: 0 15px 15px
}

@media screen and (min-width: 1400px) {
    .swiper_left {
        display: block;
        width: 65px;
        height: 66px;
        position: absolute;
        left: -100px;
        top: 50%;
        cursor: pointer;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background: url("../images/index/swiper_left.jpg") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .swiper_left:hover {
        background: url("../images/index/swiper_active_left.jpg") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .swiper_right {
        display: block;
        width: 65px;
        height: 66px;
        position: absolute;
        right: -100px;
        top: 50%;
        cursor: pointer;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background: url("../images/index/swiper_right.jpg") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .swiper_right:hover {
        background: url("../images/index/swiper_active_right.jpg") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .about_prev {
        background: url("../images/index/about_left.png") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .about_prev:hover {
        background: url("../images/index/about_active_left.png") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .about_next {
        background: url("../images/index/about_right.png") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .about_next:hover {
        background: url("../images/index/about_active_right.png") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
}