* {
    margin: 0;
    padding: 0;
}
html{
    color:#2e1e07;
}
body {
    width: 1920px;
    overflow-x:hidden;
    position: relative;
    height: 100%;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

input, button, select, textarea {
    outline: 0
}
ul, li, dl, ol {
    list-style-type:none;
}
a{
    text-decoration:none;
    color:#2e1e07;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#999;font-size:25px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#999;font-size:25px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#999;font-size:25px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#999;font-size:25px;
}

/*头部*/
.header{
    background-image: url("../images/home/header.jpg");
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
.header-1{
    float: left;
    width: 50%;
    height: 100%;
}
.header-2{
    float: right;
    width: 50%;
    height: 100%;
}
.header-1 .header-ul{
    padding-left: 370px;
    overflow: hidden;
    height: 100%;
}
.header-1 .header-ul li{
    float: left;
    height: 100%;
    margin-right: 75px;
    cursor: pointer;
}
.header-1 .header-ul li img{
    padding-top: 80px;
}
.header-2 .header-ul{
    padding-left: 175px;
    overflow: hidden;
    height: 100%;
}
.header-2 .header-ul li{
    float: left;
    height: 100%;
    margin-right: 40px;
}
.header-2 .header-ul li img{
    padding-top: 80px;
}

.header-menu{
    position: fixed;
    width: 100%;
    height: 90px;
    left: 0;
    top: 180px;
    z-index: 9;
    opacity: 0.2;
    background-color: white;
    display: none;
}
.header-menu-01{
    position: fixed;
    left: 475px;
    top: 210px;
    z-index: 19;
    overflow: hidden;
    display: none;
}
.header-menu-01 li{
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

.header-menu-04{
    position: fixed;
    left: 1120px;
    top: 210px;
    z-index: 19;
    overflow: hidden;
    display: none;
}
.header-menu-04 li{
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

.header-menu-05{
    position: fixed;
    left: 1165px;
    top: 210px;
    z-index: 19;
    overflow: hidden;
    display: none;
}
.header-menu-05 li{
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

/*底部*/
.bottom-navigation{
    width: 100%;
    height: 276px;
    background-image: url("../images/home/bottom.jpg");
}
.bottom-navigation-box1{
    text-align: center;
    padding-top: 65px;
}
.bottom-navigation-box1 label{
    padding: 0 14px;
    font-size: 18px;
    font-family: 微软雅黑;
    cursor: pointer;
}
.bottom-navigation-box2{
    text-align: center;
    padding-top: 120px;
}
.bottom-navigation-box2-01{
    font-size: 18px;
    letter-spacing: 2px;
}
.bottom-navigation-box2-02{
    margin-left: 60px;
    font-size: 18px;
    letter-spacing: 2px;
}

/*首页内容*/
.content{
    width: 100%;
    margin-top: 180px;
    background-color: #f7f4ef;
}
.banner{
    width: 100%;
    height: 657px;
    overflow: hidden;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
}
.swiper-button-prev{
    margin-left: 50px;
}
.swiper-button-next{
    margin-right: 70px;
}

:root{
    --swiper-theme-color:white
}

.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 29px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 25px;
}
/*以上轮播图*/


.middle{
    width: 100%;
    padding-top: 130px;
    padding-bottom: 155px;
    background-color: #f7f4ef;
}
.middle-b{
    width: 1180px;
    margin-left: 370px;
}
.middle-b1{
    margin-bottom: 40px;
}
.middle-b2{
    margin-bottom: 40px;
    overflow: hidden;
}
.middle-b2-img{
    float: left;
    margin-right: 15px;
}
.middle-b2-image{
    float: left;
    width: 383px;
    height: 258px;
    overflow: hidden;
}
.middle-b2-image01{
    float: left;
}
.middle-b2-image02{
    float: left;
    margin-left: 383px;
}
/*回到顶部*/
#top{
    position: fixed;
    z-index: 99;
    right: 50px;
    bottom: 100px;
    width: 52px;
    height: 67px;
    cursor: pointer;
    display: none;
    transform: scale(1.5);
}
/*回到顶部结束*/

.join-img-01{
    height: 182px;
    width: 100%;
}
.join{
    width: 100%;
    background-color: #f7f4ef;
}
.join-img-02{
    width: 100%;
}
.join-img-02 img{
    margin-left: 800px;
    margin-top: 35px;
}
.join-content{
    width: 1180px;
    margin-left: 370px;
    margin-top: 60px;
}
.join-text{
    width: 95.5%;
    margin: 30px 25px 50px 25px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 30px;
    font-size: 20px;
}
.join-condition{
    width: 100%;
}
h1{
    font-size: 36px;
    letter-spacing: 5px;
    line-height: 18px;
}
.join-condition-text{
    margin-top: 60px;
    margin-left: 27px;
}
.join-condition-text-label{
    letter-spacing: 2px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.join-content-text{
    margin-top: 30px;
    margin-left: 25px;
}
.join-content-text h2{
    margin-top: 30px;
    margin-bottom: 8px;
}
.join-submit{
    width: 100%;
    margin-top: 65px;
    border: 2px solid black;
}
.join-submit-img{
    width: 233px;
    height: 51px;
    margin-top: 35px;
    margin-left: 475px;
}
.join-submit-div{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
    padding-left: 70px;
}
.join-submit-div input{
    width: 428px;
    height: 85px;
    margin-left: 50px;
    padding-left: 15px;
    font-size: 25px;
    border: 1px solid black;
}
.submit-bottom{
    width: 294px;
    height: 78px;
    margin-bottom: 35px;
    margin-left: 440px;
    cursor: pointer;
}
.join-bottom{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 180px;
}

.toast-message{
    text-align:center;
    color:red;
    font-size:14px;
    width:150px;
    padding:10px;
    background-color:rgba(255,255,255,0.8);
    box-shadow:0 8px 16px 0 rgba(51,51,51,0.30);
    border-radius:4px;
    position:fixed;
    z-index:9999;
    left:47%;
}

.product{
    width: 100%;
}
.category{
    width: 100%;
}
.category ul{
    overflow: hidden;
    margin-top: 50px;
    margin-left: 530px;
}
.category-ul-li-01{
    float: left;
    width: 130px;
    height: 80px;
    margin-right: 20px;
    cursor: pointer;
}
.category-ul-li-02{
    float: left;
    width: 218px;
    height: 80px;
    margin-right: 20px;
    cursor: pointer;
}
.category-ul-li-03{
    float: left;
    width: 180px;
    height: 80px;
    margin-right: 20px;
    cursor: pointer;
}
.productDetail{
    width: 1180px;
    margin-left: 370px;
    padding-top: 120px;
    padding-bottom: 90px;
}
.product-01{
    width: 100%;
}
.product-02{
    width: 100%;
}
.product-03{
    width: 100%;
}
.product-04{
    width: 100%;
}
.product-05{
    width: 100%;
}

.pizza-text-01{
    width: 100%;
    margin-top: 10px;
    padding-bottom: 75px;
}
.pizza-text-01 label{
    font-size: 32px;
    line-height: 31px;
    font-weight: bold;
}
.pizza-text-name-01{
}
.pizza-text-name-02{
    margin-left: 140px;
}
.pizza-text-name-03{
    margin-left: 190px;
}
.pizza-text-name-04{
    margin-left: 165px;
}
.pizza-text-name-05{
    margin-left: 350px;
}
.pizza-text-name-06{
    margin-left: 75px;
}
.pizza-text-name-07{
    margin-left: 200px;
}
.pizza-text-name-08{
    margin-left: 170px;
}


.burger-text-name-01{
    margin-left: 40px;
}
.burger-text-name-02{
    margin-left: 308px;
}
.burger-text-name-03{
    margin-left: 285px;
}
.burger-text-name-04{
    margin-left: 285px;
}
.burger-text-name-05{
    margin-left: 300px;
}
.burger-text-name-06{
    margin-left: 57px;
}
.burger-text-name-07{
    margin-left: 245px;
}
.burger-text-name-08{
    margin-left: 220px;
}


.chicken-text-name-01{
    margin-left: 235px;
}
.chicken-text-name-02{
    margin-left: 520px;
}
.chicken-text-name-03{
    margin-left: 205px;
}
.chicken-text-name-04{
    margin-left: 420px;
}
.chicken-text-name-05{
     margin-left: 65px;
 }
.chicken-text-name-06{
    margin-left: 280px;
}
.chicken-text-name-07{
    margin-left: 300px;
}
.chicken-text-name-08{
    margin-left: 55px;
}
.chicken-text-name-09{
    margin-left: 330px;
}
.chicken-text-name-010{
    margin-left: 320px;
}

.meat-text-name-01{
    margin-left: 30px;
}
.meat-text-name-02{
    margin-left: 240px;
}
.meat-text-name-03{
    margin-left: 280px;
}
.meat-text-name-04{
    margin-left: 60px;
}
.meat-text-name-05{
    margin-left: 320px;
}
.meat-text-name-06{
    margin-left: 350px;
}

.snack-text-name-01{
    margin-left: 95px;
}
.snack-text-name-02{
    margin-left: 330px;
}
.snack-text-name-03{
    margin-left: 320px;
}
.snack-text-name-04{
    margin-left: 90px;
}
.snack-text-name-05{
    margin-left: 300px;
}
.snack-text-name-06{
    margin-left: 290px;
}
.snack-text-name-07{
    margin-left: 110px;
}
.snack-text-name-08{
    margin-left: 310px;
}
.snack-text-name-09{
    margin-left: 270px;
}
.snack-text-name-010{
    margin-left: 120px;
}
.snack-text-name-011{
    margin-left: 320px;
}
.snack-text-name-012{
    margin-left: 350px;
}
.snack-text-name-013{
    margin-left: 130px;
}
.snack-text-name-014{
    margin-left: 320px;
}
.snack-text-name-015{
    margin-left: 290px;
}
.snack-text-name-016{
    margin-left: 240px;
}
.snack-text-name-017{
    margin-left: 440px;
}

.about{
    width: 100%;
}
.about-cate{
    width: 100%;
}

.cate-ul{
    overflow: hidden;
    margin-top: 50px;
    margin-left: 675px;
}
.cate-ul-li-01{
    float: left;
    width: 162px;
    height: 80px;
    margin-right: 40px;
    cursor: pointer;
}
.cateDetail{
    width: 1180px;
    margin-left: 370px;
    padding-bottom: 90px;
}
.cateDetail-title{
    padding-top: 55px;
    font-size: 36px;
    line-height: 18px;
    margin-left: 500px;
    font-weight: bold;
}
.cate-01{
    width: 100%;
}
.cateDetail-img{
    padding-top: 30px;
    width: 1180px;
    height: 316px;
}
.cateDetail-content{
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    padding: 30px 30px 55px 30px;
    letter-spacing: 2px;
}
.declaration{
    width: 100%;
    margin-top: 55px;
    position: relative;
}
.declaration-text {
    margin-left: 25px;
    width: 73%;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    padding-bottom: 110px;
}
.declaration-img{
    position: absolute;
    width: 305px;
    height: 260px;
    top: -100px;
    right: 0;
}
.develop{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
}
.honor{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.title{
    float: left;
    margin-top: 30px;
}
.title-01{
    margin-top: 25px;
    font-size: 36px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 2px;
}
.title-02{
    font-size: 20px;
    line-height: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 20px;
}
.title-03{
    width: 31px;
    height: 31px;
    margin-top: 30px;
}
.title-05{
    position: absolute;
    width: 516px;
    height: 157px;
    bottom: 0;
}
.honor-img{
    float: right;
    width: 711px;
    height: 464px;
    margin-top: 40px;
}
.team-title{
    margin-top: 60px;
    margin-left: 240px;
}
.team-title-01{
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 5px;
}
.team-title-02{
    font-size: 31px;
    font-weight: bold;
    color: #f34411;
    letter-spacing: 5px;
}
.team-depart{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-left: 238px;
    margin-top: 5px;
}
.team-img{
    width: 1180px;
    height: 755px;
    margin-top: 60px;
}
.team-style{
    width: 100%;
    margin-top: 80px;
    overflow: hidden;
}
.team-style-name{
    float: left;
    width: 222px;
}
.title-04{
    width: 31px;
    height: 31px;
    margin-top: 60px;
}
.team-style-img{
    float: right;
    margin-left: 20px;
}
.group{
    width: 100%;
    margin-top: 20px;
}
.group-img{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.group-img-01{
    float: left;
    width: 741px;
    height: 538px;
}
.group-img-02{
    float: right;
}
.group-img-03{
    width: 413px;
    height: 262px;
    margin-bottom: 15px;
}
.group-img-04{
    width: 413px;
    height: 262px;
}
.contact{
    width: 1920px;
    margin-left: -370px;
}
.contact-01{
    width: 100%;
    height: 639px;
    background-image: url("../images/home/about/17.jpg");
    background-size: 100% 100%;
}
.contact-tel-01{
    padding-top: 400px;
    padding-left: 400px;
}
.contact-tel-02{
    padding-left: 400px;
    padding-top: 10px;
}
.contact-tel-03{
    padding-left: 400px;
    padding-top: 10px;
}
.contact-title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
}
.company{
    width: 100%;
}
.company-cate{
    width: 100%;
}
.company-ul{
    overflow: hidden;
    margin-top: 50px;
    margin-left: 675px;
}
.company-ul-li{
    float: left;
    width: 162px;
    height: 80px;
    margin-right: 40px;
    cursor: pointer;
}
.company-01{
    width: 100%;
}
.company-img{
    padding-top: 60px;
}
.company-recruit{
    font-size: 35px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    margin-top: 20px;
}
.company-select{
    width: 209px;
    height: 60px;
    margin-left: 480px;
    margin-top: 15px;
}
.company-contact{
    width: 1920px;
    margin-left: -370px;
    margin-top: 90px;
}
.contact-img{
    margin-bottom: 50px;
}
.contact-msg{
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 3px;
    line-height: 30px;
    font-size: 25px;
    margin-left: 630px;
}
.new-content{
    width: 1180px;
    margin-left: 370px;
    padding-top: 50px;
    padding-bottom: 80px;
}
.box{
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.box-1{
    float: left;
    cursor: pointer;
    width: 381px;
    height: 345px;
    background-color: white;
    margin: 0 18px 20px 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 18px 5px #00000017;

}
.box-1:nth-child(3n) {
    margin-right: 0;
}
.box-img{
    height: 241px;
    text-align: center;
}
.box-img img{
    vertical-align: top;
    border: none;
}

.box-text{
    height: 124px;
    padding: 15px 20px 10px;
}
.box-text p{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    height: 56px;
}
.box-text span{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.new-detail{
    width: 1180px;
    margin-left: 370px;
    padding-bottom: 90px;
    word-break:break-all;
}
.new-title{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 50px;
}
.new-date{
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}
.new-subject{
    font-size: 20px;
    margin-top: 30px;
    line-height: 40px;
}

.clause-content{
    width: 1180px;
    margin-left: 370px;
    padding-top: 40px;
    padding-bottom: 155px;
}
.clause-title{
    font-size: 28px;
    letter-spacing: 5px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
}
.clause-01{
    font-size: 20px;
    letter-spacing: 4px;
    padding-top: 20px;
    font-weight: bold;
}
.clause-02{
    padding-top: 20px;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 25px;
    text-align: justify;
}