@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    background: transparent;
}
.restaurant section {
    position: relative;
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    font-size: 16px;
}
.container {
    position: relative;
    width: 1220px;
    margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1.4;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 40px;
}

h3{
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
p {
    font-size: 16px;
    line-height: 1.7;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pc{
    display: block;
}
.mobile{
    display: none;
}
.txt1{
    color: #333;
    font-size: 20px;
    line-height: 35px;
}
/*banner*/

#banner{
    position: relative;
    height: 500px;
    background: url("/solution/restaurant/images/bannerbg.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
#banner h1{
    color: #fff;
    font-size: 72px;
    padding-top: 100px;
    padding-left: 170px;
}

#banner .txt1{
    padding-top: 10px;
    padding-left: 178px;
    color: #fff;
    letter-spacing: 3px;
}

.bframea{
    width: 280px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #fff;
    background: none;
    padding: 0;
    margin-top: 20px;
    margin-left: 178px;
    box-sizing: border-box;
    text-align: center;
}
.bframea a{
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}
.titlss{
    float: right;
    width: 320px;
    height: 350px;
    background: #fff;
    box-shadow:0 0 20px 2px rgba(153,153,153,.5);
    margin-top: 80px;
    opacity: .95;
}
.titlss .tith3{
    font-size: 24px !important;
    color: #000;
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 20px;
}
#titlsses{
    margin-left: 30px;
}

#titlsses .outline{
    position: relative;
    width: 260px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.titlss .inputTitle{
    position: absolute;
    top: 10px;
    left: 10px;
    /*z-index: -1;*/
    /*-webkit-transition: 0.5s;*/
    /*transition: 0.5s;*/
    color: #777;

}
.titlss input{
    display: block;
    width: 100%;
    height: 40px;
    padding: 14px 0 4px 10px;
    background: #f0f0f5;
    border: none;
    border-bottom: 1px solid #999;
    font-size: 18px;

}
.titlss #submit_a{
    display: block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    /*border: 1px solid #24a3ff;*/
    /*border-radius: 3px;*/
    color: #fff;
    font-size: 20px;
    /*letter-spacing: 5px;*/
    cursor: pointer;
    /*-webkit-transition: 0.5s;*/
    /*transition: 0.5s;*/
    padding: 0;
    background-color: #24a3ff;
}

.titlss .inputTitle {
    margin-bottom: 4px;
    font-size: 16px;
}

.titlss .inputTitle .requiredHint {
    margin-right: 4px;
    color: #fe5757;
}

.titlss .inputTitle .fillHint {
    color: #888;
    font-size: 14px;
}

.titlss .inputTitle .fa {
    display: none;
    margin-left: 4px;
    color: #ffa800;
    /*font-size: 14px;*/
}
.titlss  .noInput .inputTitle .fa{
    display: inline-block;
}


.titlss  .outline {
    position: relative;
    margin-bottom: 10px;
}

.titlss .inputTitle.focus {
    top: 0;
    font-size: 0;
    color: #3798e4;
}

.titlss .inputTitle .focus .requiredHint {
    color: #3798e4;
}

.titlss input:focus {
    outline: none;
}

.titlss input.noInput + .inputTitle .fa {
    display: inline-block;
}

#slides{
    height: 680px;
    background: #f5f5f5;
    overflow: hidden;
}
#slides h2{
    color: #555 !important;
}

.slide {
    height: 450px;

}
.slide .swiper-container {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    max-height: 450px;
    padding-bottom: 50px !important;
}
.slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-image: url(/solution/restaurant/images/video-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* Center slide text vertically */
    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;
    transition: 300ms;
    width: 740px;
    height:380px;
    /*transform: scale(0.8);*/
}
.slide .swiper-slide-active,.slide .swiper-slide-duplicate-active{
    /*transform: scale(1.2);*/
    z-index: 999;
    opacity: 1;
}


.slide .swiper-slide img {
    width: 100%;
    max-width: 700px;
    padding: 0;
    display: inline-block;
    /*padding-top: 30px;*/
}


.slide .swiper-slide .tag {
    text-align: left;
    color: #555;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 10px 0;
    padding-bottom: 10px;
    font-weight: 500;
}

.slide .swipe-wrap p {
    display: inline-block;
    margin-left: 15px;
}
.slide .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;}

.slide .swiper-pagination-fraction,.slide .swiper-pagination-custom,
.slide .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px !important;
}
.slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
}
.slide .swiper-button-prev .swiper-button-white,
.slide .swiper-container-rtl .swiper-button-next {
    left: 0px !important;
    display: none;
}
.slide .swiper-button-next .swiper-button-white,
.slide .swiper-container-rtl .swiper-button-prev {
    right: 0px !important;
    display: none;
}
#slides .slide .swiper-button-prev,#slides .slide .swiper-button-next {
    color: #fff !important;
    display: none;
}

.slide .swiper-slide.swiper-slide-next .swipe-wrap:hover img {
    opacity: 1;
}
.slide .swiper-slide.swiper-slide-prev .swipe-wrap:hover img {
    opacity: 1;
}
.slide .swiper-pagination-bullet {
    opacity: 1 !important;
    background: #fff !important;
}
.slide .swiper-pagination-bullet-active {
    opacity: .5 !important;
    background: #000 !important;
}
#zx{
    position: relative;
    background: url("/solution/restaurant/images/zbannerbg.jpg") no-repeat center center;
    height: 546px;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}
.btnimg{
    margin-top: 400px;
    margin-left: 300px;
}


/*困扰*/
#nag,#journey,#distribution{
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    overflow: hidden;
}

#slides h2,#nag h2,#journey h2,#distribution h2,#opt h2{
    text-align: center;
    color: #191919;
    padding: 60px 0 30px;
}
.htxt{
    color: #555;
    font-size: 20px;
    line-height: 30px;
}
#nag .nlist{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 30px auto;
}
#nag .nlist>li{
    float: left;
    width: 280px;
    height: 304px;
    background: #ff6969;
    margin-right: 26px;
}
#nag .nlist>li:last-child{
    margin-right: 0;
}
#nag .nlist>li h3{
    color: #fff;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 15px;
}

#nag .nlist>li ol>li{
    line-height: 1.5;
    text-align: left;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    letter-spacing: -1px;
}
#nag .nlist>li ol .kong:before{
    content:'';
    position: absolute;
    margin-left: -10px;
}
#nag .nlist>li ol>li:before{
    content:'●';
    position: absolute;
    margin-left: -10px;
}
#journey,#opt{
    background: #f5f5f5;
}
#journey .h2txt{
    font-weight: 500;
    font-size:28px;
    padding-bottom: 25px;
}
.tab1,.tab2,.tab3,.tab4{
    overflow: hidden;
}

.tab1 .h2txt{
    color: #ffa800;
}
.tab2 .h2txt{
    color: #0090ff;
}
.tab3 .h2txt{
    color: #bb6cff;
}
.tab4 .h2txt{
    color: #ff4a4a;
}
.mbox{
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.mbox .menus_left{
    width:220px;
    /*height: 430px;*/
    float: left;
    overflow: hidden;
}

.mbox .menus_left>li{
    width: 160px;
    height: 38px;
    line-height: 38px;
    text-align: left;
    margin-bottom:10px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.mbox .menus_left>li>p{
    display: block;
    padding-left: 10px;
    line-height: 38px;
    cursor: default;
    font-weight: bold;
}
.mbox .menus_left .on{
    background: #ff7200;
    border-radius: 10px;
    position: relative;
}
.mbox .menus_left .on:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #ff7200;
    right: 0;
    top: 9px;
    margin-right: -18px;
}

.mbox .menus_left .on p{
    position: relative;
    color: #fff;
}
.tab2 .mbox .menus_left>li{
    height: 56px;
    line-height: 56px;
}
.tab2 .mbox .menus_left>li>p{
    line-height: 1.6;
}
.tab2 .mbox .menus_left .on{
    background: #0090ff;
}
.tab2 .mbox .menus_left .on:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border: 20px solid transparent;
    border-left-color: #0090ff;
    right: 0;
    top: 8px;
    margin-right: -32px;
}
.tab3 .mbox .menus_left .on{
    background: #bb6cff;
}
.tab3 .mbox .menus_left .on:after{
    border-left-color: #bb6cff;
}

.tab4 .mbox .menus_left .on{
    background: #ff4a4a;
}
.tab4 .mbox .menus_left .on:after{
    border-left-color: #ff4a4a;
}
.mbox .menus_right{
    width: 790px;
    height: 430px;
    float: left;
    overflow: hidden;
}
.mbox .tab_right{
    width: 790px;
    height: 430px;
    position: relative;
}
.tab2 .mbox .menus_right,.tab2 .mbox .tab_right{
    width: 810px;
    height: 450px;
}
.tab3 .mbox .menus_right,.tab3 .mbox .tab_right{
    width: 820px;
    height: 540px;
}
.tab4 .mbox .menus_right,.tab4 .mbox .tab_right{
    width: 838px;
    height: 360px;
}
.mbox .tab_right>p{
    padding: 0 40px 20px;
}
.mbox .scroll {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*#journey{*/
/*text-align: center;*/
/*}*/
#journey .J_btn{
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 65px;
}
#journey .J_btn>li{
    display: inline-block;
    width: 193px;
    height: 40px;
    line-height: 40px;
    background: #ececec;
    border: 1px solid #626262;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    margin-right: 15px;
}
#journey .J_btn>li:first-child{
    width: 115px;
    border: none;
    background: #e94b4b;
    color: #fff;
}
#journey .J_btn>li>a{
    text-decoration: none;
    color: #626262;
}
#journey .J_btn>li:first-child>a{
    text-decoration: none;
    color: #fff;
}
#distribution img{
    margin: 70px auto;
}

#opt{
     width: 100%;
     margin: 0 auto;
     position: relative;
     overflow: hidden;
 }

#opt .swiper-container{
    margin-bottom: 40px;
}
#opt .swiper-slide{
    margin-bottom: 50px;
}
#opt .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
#opt .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e7534c;
}
#opt .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0;
}
.pbox{
    width: 650px;
    position: relative;
}
.pbox .pstyle{
    position: absolute;
    top: 90px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: justify;
    line-height: 30px;
}
.h2title{
    font-size: 28px;
    text-align: left;
    padding-bottom: 28px;
}
.pbox>button{
    position: absolute;
    background: #e7534c;
    border: none;
    width: 115px;
    height: 40px;
    border-radius: 10px;
    bottom: -20px;
    left: 60px;
}
.pbox>button a{
    color: #fff;
    text-align: center;
}

/*new*/
#news_r{
    position: relative;
    height: 490px;
    background: url("/solution/restaurant/images/newbg.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
#news_r h2{
    font-size: 36px;
    color: #fff;
    padding: 40px 0;
}
#news_r ul{
    margin: 0 auto;
}
#news_r ul li{
    float: left;
    width: 285px;
    margin-right: 20px;
}
#news_r ul li:last-child{
    margin-right: 0;
}
#news_r ul li time{
    display: inline-block;
    width: 90px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #ff7639;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
#news_r ul li p{
    color: #fff;
}


@media (max-width:768px){
    .restaurant section {
        min-width: 100%;
        max-width: 100%;
    }
    .container {
        width: 100%;
    }
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    h3{
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
        line-height: 1.75;
    }
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    #banner .fl{
        float: none;
    }
    #banner h1 {
        color: #fff;
        font-size: 48px;
        padding: 0 10%;
        padding-top: 30%;
    }
    #banner .txt1{
        padding: 0 10%;
        letter-spacing: 0;
    }
    .bframea {
        width: 80%;
        margin-top: 5%;
        margin-bottom: 8%;
        margin-left:10%;
        box-sizing: border-box;
    }
    .titlss{
        float: none;
        margin: 40px auto;
    }
    .htxt {
        font-size: 16px;
        line-height: 1.75;
        padding: 0 5%;
        text-align: justify;
    }

    #slides{
        height: auto;
        background: #ff6969;
        overflow: hidden;
    }
    #slides h2{
        color: #fff !important;
        font-size: 26px;
        padding: 40px 18px 20px;
    }

    .slide {
        height: auto;
        margin-bottom: 5%;
    }
    .slide .swiper-container {
        max-width: 100%;
        width: 90%;
        height: 100%;
        max-height: 100%;
        padding-bottom: 5% !important;
    }

    .slide .swiper-slide {
        background-size: 100%;
        /* Center slide text vertically */
        transition: 300ms;
        width: 100%;
        height: 100%;
        /*transform: scale(0.8);*/
    }
    .slide .swipe-wrap {
        width: 100%;
        margin: 0 auto;
    }
    .slide .swiper-slide img {
        width: 100%;
        max-width: 90%;
        padding: 0;
        display: inline-block;
        /*padding-top: 30px;*/
    }

    .slide .swiper-button-prev .swiper-button-white,
    .slide .swiper-container-rtl .swiper-button-next {
        left: 0px !important;
        display: block;
    }
    .slide .swiper-button-next .swiper-button-white,
    .slide .swiper-container-rtl .swiper-button-prev {
        right: 0px !important;
        display: block;
    }
    #slides .slide .swiper-button-prev,#slides .slide .swiper-button-next {
        color: #fff !important;
        display: block;
    }
    #zx{
        background: url("/solution/restaurant/images/zbannerbg_h.jpg") no-repeat top center;
        /*height: 100%;*/
        padding-top:750px;
        padding-bottom: 100px;
        background-size: cover;
        text-align: center;
    }
    .btnimg{
        margin: 0 auto;
    }
    #nag h2,#journey h2{
        font-size: 26px;
        padding: 40px 18px 20px;
    }
    #nag .nlist{
        overflow: hidden;
        margin-bottom: 10%;

    }
    #nag .nlist>li{
        position: relative;
        float: none;
        margin: 0 auto;
        margin-bottom: 3%;
        overflow: hidden;

    }
    #nag .nlist>li:last-child {
        margin-right: auto;
    }
    #journey .h2txt {
        font-weight: 500;
        font-size: 24px;
        padding: 0 5% 5%;
        text-align: justify;
    }
    .tab1 .h2txt {
        color: #ffa800;
    }
    .mbox{
        width: 100%;
        text-align: center;
    }
    .mbox .tabf{
        margin: 0 auto;
        overflow: hidden;
    }
    .tabm{
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .tab1 .tabf li{
        float: left;
        height: 38px;
    }
    .tab1 .tabf li:first-child{
        width:30%;
    }
    .tab1 .tabf li:last-child{
        width:40%;
    }
    .tab1 .tabf li>p{
        line-height: 38px;
    }
    .tab1 .tabf .on{
        background: #ff7200;
        border-radius: 10px;
        position: relative;
    }
    .tab2 .tabf li{
        width: 50%;
        float: left;
        height: 56px;
    }

    .tab2 .tabf li>p{
        line-height: 56px;
    }
    .tab2 .tabf .on{
        background: #0090ff;
        border-radius: 10px;
        position: relative;
    }
    .tab3 .tabf li{
        width: 50%;
        float: left;
        height: 38px;
    }

    .tab3 .tabf li>p{
        line-height: 38px;
    }
    .tab3 .tabf .on{
        background: #bb6cff;
        border-radius: 10px;
        position: relative;
    }
    .tab4 .tabf li{
        width: 50%;
        float: left;
        height: 38px;
    }

    .tab4 .tabf li>p{
        line-height: 38px;
    }
    .tab4 .tabf .on{
        background: #ff4a4a;
        border-radius: 10px;
        position: relative;
    }
    .tabf .on>p{
        color: #fff;
    }
    .tabf_img{
        width: 100%;
        height: 240px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #journey .J_btn {
        margin-bottom: 10%;
    }



    #journey .htxt{
        text-align: center;
    }

    #distribution .htxt br{
        display: none;
    }
    #distribution img{
        min-width: 100%;
    }
    #opt{
        text-align: center;
    }
    #opt .h2title{
        font-size: 20px;
        text-align: center;
        padding: 5% 0;
    }
    #opt .pstyle{
        height: 380px;
        padding: 0 15%;
        text-align: justify;
    }
    #opt button {
        position: relative;
        background: #e7534c;
        border: none;
        width: 115px;
        height: 40px;
        border-radius: 10px;
        margin: 0 auto;
    }
    #opt button a{
        color: #fff;
        font-size: 16px;
    }
    #opt .swiper-slide {
        margin-bottom: 0;
    }
    #opt .swiper-container-horizontal>.swiper-pagination-bullets {
        top: 30%;
    }
    #news_r{
        position: relative;
        height: auto;
        background: #ff7132;
        background-size: cover;
        overflow: hidden;
        margin: 0 auto;
    }
    #news_r h2{
        font-size: 30px;
        padding: 5%;
    }
    #news_r ul li{
        float: none;
        margin: 10% auto;
    }
    #news_r ul li:last-child{
        margin: 10% auto;
    }

}
@media screen and(max-width: 640px) {
    #zx{
        background: url("/solution/restaurant/images/zbannerbg_h.jpg") no-repeat top center;
        /*height: 100%;*/
        padding-top:650px;
        padding-bottom: 100px;
        background-size: cover;
        text-align: center;
    }
}