.bannerWrapper {
    width: 100%;
    /* height: 516px; */
}

.banner a {
    display: block;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
}

/* main 开始 */
.page-main {
    width: 100%;
}

.container {
    /* width: 1200px;
    margin: 0 auto; */
}

.brick-box-bg {
    background-color: #FFF;
}

.brick-box-bgcolor {
    background-color: #F2F9FF;
}

.brick-box {
    width: 1200px;

    margin: 0 auto;
}

.brick-padding-box {
    padding-bottom: 40px;
}

.birck-hd {
    padding: 30px;
}

.birck-hd .title {
    text-align: center;
    color: #282828;
    font-size: 20px;
    font-weight: 400;
}

.birck-bd-img {
    width: 1050px;
    height: 350px;
    padding: 0 75px;
    margin: 0 auto;
}

.birck-bd-img img {
    display: block;
    width: 100%;
}

.birck-bd-list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.birck-bd-item {
    float: left;
    width: 235px;
    margin: 0 30px;
}

.birck-bd-item-img {
    width: 95px;
    height: 120px;
    margin: 0 auto;
}

.birck-bd-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.birck-bd-item-img-line {
    width: 235px;
    height: 4px;
    margin-top: 12px;
}

.birck-bd-title-1 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #282828;
    margin-top: 16px;
}

.birck-bd-title-2 {
    font-size: 12px;
    text-align: center;
    color: #4F4F4F;
    margin-top: 12px;
}

.birck-bd-title-2 span {
    display: block;
}

.w-img {
    width: 113px;
    height: 130px;
}

.w-img img {
    display: block;
    margin: 0 auto;
}

.w-img1 img {
    width: 113px;
    height: 131px;
}

.w-img2 img {
    width: 113px;
    height: 127px;
}

.w-img3 img {
    width: 113px;
    height: 132px;
}

.honor-list {
    position: relative;
    padding: 0 50px;
    overflow: hidden;
}

.swiper {
    width: 1000px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 450px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.arrow-next {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 50px;
    margin-top: -25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/about/lt_arrow.png");
}

.arrow-prev {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 50px;
    margin-top: -25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/about/gt_arrow.png");
}