.contain {
    width: 1200px;
    margin: auto;
}


/* 上 start */

.honor_Btn_wrap_Btn_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.honor_Btn_wrap_picfocus_wrap {
    width: 85%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.honor_Btn_wrap_picfocus {
    width: 99999px;
    position: relative;
    left: 0px;
    transition: 0.8s;
}

.honor_Btn_wrap_prev,
.honor_Btn_wrap_next {
    width: 7.5%;
    height: 125px;
    float: left;
    z-index: 9;
    position: relative;
}

.honor_Btn_wrap_prev .con_left,
.honor_Btn_wrap_next .con_right {
    width: 20px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.honor_Btn_wrap_prev .con_left {
    background: url(../images/honor_left.png) no-repeat;
    background-size: cover;
}

.honor_Btn_wrap_next .con_right {
    background: url(../images/honor_right.png) no-repeat;
    background-size: cover;
}

.honor_Btn_wrap_prev .con_left:hover {
    background: url(../images/honor_left_hover.png) no-repeat;
    background-size: cover;
}

.honor_Btn_wrap_next .con_right:hover {
    background: url(../images/honor_right_hover.png) no-repeat;
    background-size: cover;
}

.honor_Btn_wrap_picfocus a {
    float: left;
    width: 204px;
    height: 125px;
    position: relative;
    /* padding: 0 13px; */
    outline: none;
    text-decoration: none;
}

.honor_Btn_wrap_picfocus a span {
    width: 100%;
    color: #5b5b5b;
    font-size: 36px;
    line-height: 125px;
    text-align: center;
    display: block;
    transition: 0.3s;
    font-weight: bold;
}

.honor_Btn_wrap_picfocus a:hover span,
.honor_Btn_wrap_picfocus a.active span {
    color: #cea87d;
}


/* 上 end */


/* 下 start*/

.honor_box_wrap {
    width: 100%;
    position: relative;
    margin: 60px 0 40px;
    overflow: hidden;
}

.holiday_content_pop_block {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 0;
    margin: 0 auto;
}

.holiday_content_pop_block_box {
    width: 100%;
    position: relative;
}

.holiday_content_pop_block_box .holiday_picbox {
    width: 100%;
    margin: 0 auto;
}

.honor_box_wrap .honor_box_s {
    width: 100%;
    height: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 32px;
}

.honor_box_wrap .honor_box_s .honor_box_s_left {
    width: 30.42%;
}

.honor_box_wrap .honor_box_s .honor_box_s_right {
    width: 69.58%;
    height: 100%;
    padding: 55px;
    color: #575757;
    font-size: 18px;
    line-height: 34px;
    text-align: left;
}


/* 下 end*/