/*
 * 
 * 走进绝味
 * 
 */
.cont-box {
    padding: 20px 0;
    padding-bottom: 40px;
    overflow: hidden;
}

.div-picbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #000000;
}

.floor-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.floor-box .header-title {
    height: 60px;
    font-weight: 600;
    font-size: 44px;
    color: rgba(0, 0, 0, 1);
    line-height: 60px;
    text-align: center;
}

.floor-box .des {
    margin-top: 12px;
    height: 32px;
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    line-height: 32px;
    text-align: center;
}

.swiper-content {
    margin-top: 32px;
}

.video-box {
    position: relative;
}

.video-box img {
    width: 640px;
    height: 320px;
}

.jwd_Pay {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.jwd_Pay h2 {
    font-size: 28px;
    line-height: 80px;
    height: 80px;
}

.jwd_Pay ul {
    width: 1200px;
    list-style-type: disc;
    background-color: #E60012;
    padding: 20px;
    clear: both;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.jwd_Pay ul li {
    width: 386px;
    float: left;
    display: block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 90px;
}

.jwd_welfare {
    display: block;
    width: 100%;
    position: relative;
}

.jwd_welfare h2 {
    font-size: 28px;
    line-height: 80px;
    height: 80px;
}

.jwd_welfare ul {
    width: 1220px;
    position: relative;
    overflow: hidden;
    clear: both;
}

.jwd_welfare ul li {
    width: 386px;
    height: 336px;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    float: left;
    background-color: #F3F3F3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.jwd_welfare ul li h3 {
    color: #F4101D;
    line-height: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.jwd_welfare ul li p {
    font-size: 16px;
    line-height: 30px;
    padding: 20px;
}


.cooperation {
    width: 100%;
    text-align: center;
}

.cooperation p {
    text-align: left;
    width: 100%;
    height: 60px;
    font-size: 16px;
    padding: 0 15px;
}

.swiper-content {
    width: 1200px;
}

.swiper-content .swiper-container {
    padding-bottom: 80px;
}

.swiper-content .swiper-slide {
    width: 640px;
    cursor: pointer;
}

.swiper-content .swiper-slide img {
    display: block;
}

.swiper-content .swiper-button-prev {
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
    top: 50%;
    left: 10px;
    width: 45px;
    height: 45px;
    background: url(../../pic/chevron-left-circle-gray.png?_v_=258414) no-repeat;
    background-size: 100%;
}

.swiper-content .swiper-button-prev:hover {
    width: 45px !important;
    height: 45px !important;
    background: url(../../pic/chevron-left-circle.png?_v_=258414) no-repeat;
    background-size: 100%;
}

.swiper-content .swiper-button-next {
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
    top: 50%;
    right: 10px;
    width: 45px;
    height: 45px;
    background: url(../../pic/chevron-right-circle-gray.png?_v_=258414) no-repeat;
    background-size: 100%;
}

.swiper-content .swiper-button-next:hover {
    width: 45px;
    height: 45px;
    background: url(../../pic/chevron-right-circle.png?_v_=258414) no-repeat;
    background-size: 100%;
}