
        /* 轮播图 */
        .lb_banner .swiper-container {
            width: 100%;
            height: 100%;
        }
        .lb_banner .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;
        }
        .lb_banner_item {
            width: 100%;
        }
        .lb_banner_item a {
            display: block;
        }
        .lb_banner .swiper-pagination-bullet-active {
            background: white;
        }


        .title_out {
            text-align: center;
            font-size: 40px;
            font-weight: bold;
        }
        .title_des_out {
            text-align: center;
            margin-top: 10px;
        }

        @media (max-width:720px) {
            .title_out {
                font-size: 25px;
            }
        }



        /* 案例 */
        .rcase_out {
            padding: 100px 0;
            background: #f7f7f7;
        }
        .rcase {
            margin: 0 auto;
            width: 1280px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            box-shadow: 5px 5px 15px rgba(211, 211, 211, 0.5);
        }
        .rcase_items {
            width: 32%;
            margin-top: 30px;
            background: #e2e1e1;
        }
        .rcase_img {
            overflow: hidden;
            position: relative;
        }
        .rcase_img_bg {
            position: absolute;
            width: 100%;height: 100%;
            top: -100%;left: 0;
            background: rgba(0, 0, 0, 0.75);
            color: rgba(255, 255, 255, 0.842);
            box-sizing: border-box;
            padding: 20px;
            line-height:26px;
            transition: all 0.5s;
            overflow: hidden;
        }
        .rcase_img:hover .rcase_img_bg {
            top: 0;
        }
        .rcase_con {
            text-align: center;
            box-sizing: border-box;
            padding: 8px 15px;
        }
        .rcase_con h4 {
            font-size: 20px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .rcase_con p{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        @media screen and (max-width:640px) {
            .rcase_out {
                padding: 20px 0;
            }
            .rcase {
                width: 100%;
            }
            .rcase_items {
                width: 98%;
                margin: 10px auto;
            }
            
        }







        /* 案例 */
        /* .case_out {
            padding: 100px 0;
            background: #f7f7f7;
        }
        .case {
            margin: 0 auto;
            width: 1280px;
            margin-top: 40px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            box-shadow: 5px 5px 15px rgba(211, 211, 211, 0.5);
        }

        .case_left li {
            padding: 8px 20px;
            cursor: pointer;
            border-radius: 3px;
            font-size: 22px;
            margin-bottom: 5px;
        }
        .case_left li:nth-child(1) {
            background: #E5004F;
            color:white;
        }
        .case_left li:hover {
            background: #E5004F !important;
            color:white !important;
        }
        .case_left_dd {
            text-align: center;
            font-size: 20px;
            font-weight: bold;
        }
        .case_right {
            position: relative;
            width: 80%;
            background: white;
        }
        .case_right_item {
            position: absolute;
            top: 0;left: 0;
            width: 100%;
            box-sizing: border-box;
            padding: 20px 20px 40px;
            background: white;
            display: none;
        }
        .case_right_item:nth-child(1) {
            display: block;
            position: relative;
        }

        .case_right_item dt {
            font-size: 28px;
        }
        .case_right_item dd:nth-child(2) {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            font-size: 14px;
        }
        .case_right_item dd:nth-child(2) div span {
            margin-left: 8px;
            color: #2F99D2;
            font-weight: bold;
        }
        .case_right_item dd:nth-child(3) {
            margin-top: 20px;
        }
        .case_right_item dd:nth-child(4) {
            margin-top: 20px;
            font-size: 13px;
            line-height: 22px;
        }

        .case_right_item a {
            position: absolute;
            right: 20px;
            bottom: 20px;
            padding: 5px 25px;
            border: 1px solid black;
            font-size: 14px;
            background:white;
            border-radius: 3px;
        }
        .case_right_item a:hover {
            color: white;
            background: #E5004F;
            border: 1px solid white;
        }
        @media (max-width:1500px) {
            .case_out {
                padding: 40px 0;
            }
            .case {
                width: 1000px;
            }
            .case_right {
                width: 73%;
            }
         }
        @media (max-width:720px) {
            .case_out {
                padding: 20px 10px;
            }
            .case {
                max-width: 100%;
            }
            .case_left_out {
                width: 100%;
                padding: 10px;
            }
            .case_left li {
                float: left;
                padding: 3px 0px;
                width: 33%;
                font-size: 10px;
                text-align: center;
            }
            .case_right {
                width: 100%;
            }
           

        } */





        /* 合作 */
        .cooperation_out {
            padding: 100px 0;
            background: #f7f7f7;
        }
        .cooperation {
            margin: 0 auto;
            width: 1280px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            box-shadow: 5px 5px 15px rgba(211, 211, 211, 0.5);
        }
        .cooperation_left {
            width: 45%;
            padding: 60px 100px;
            box-sizing: border-box;
            background: white;
            position: relative;
        }
        .cooperation_left dt {
            font-size: 28px;
            font-weight: bold;
        }
        .cooperation_left dd:nth-child(2) {
            font-size: 14px;
            margin-top: 10px;
        }
        .cooperation_left dd:nth-child(3) {
            font-size: 13px;
            margin-top: 40px;
            line-height: 23px;
            text-align: justify;
        }
        .cooperation_left a {
            position: absolute;
            bottom: 60px;
            left: 100px;
            padding: 5px 25px;
            border: 1px solid black;
            font-size: 14px;
            background:white;
            border-radius: 3px;
        }
        .cooperation_left a:hover {
            color: white;
            background: #E5004F;
            border: 1px solid white;
        }
        .cooperation_right {
            width: 55%;
            padding: 60px 100px;
            box-sizing: border-box;
            background: #E4E4E4;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .cooperation_right li {
            width: 50%;
            text-align: center;
        }
        .cooperation_right li:nth-child(3) {
            margin-top: 60px;
        }
        .cooperation_right li:nth-child(4) {
            margin-top: 60px;
        }
        .cooperation_right li i {
            font-size: 80px;
        }
        .cooperation_right li div {
            margin-top: 5px;
            font-weight: bold;
            font-size: 25px;
        }
        .cooperation_right li p {
            margin-top: 2px;
            font-size: 14px;
        }
        @media (max-width:1500px) {
            .cooperation_out {
                padding: 40px 0;
            }
            .cooperation {
                width: 1000px;
            }
            .cooperation_right {
                padding: 18px;
            }
            .cooperation_left {
                padding: 40px;
            }
        }

        @media (max-width:720px) {
            .cooperation_out {
                padding: 20px 10px;
            }
            .cooperation {
                max-width: 100%;
            }
            .cooperation_left {
                width: 100%;
                padding: 10px;
            }
            .cooperation_left a{
                position: relative;
                margin-top: 20px;
                left: 0;
                bottom: 0;
                display: inline-block;
            }
            .cooperation_right {
                width: 100%;
                padding: 10px;
            }
        }



        /* 方法 */
        .method_out {
            padding: 100px 0;
            background: #e2e1e1;
        }
        .method {
            margin: 0 auto;
            margin-top: 50px;
            width: 1280px;
        }

        /* 方法论轮播 */
        .method  .swiper-container {
            width: 100%;
            height: 100%;
        }
        .method .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
            bottom: -3px;
        }
        .method .swiper-pagination-bullet-active {
            background: black;
        }

        .method  .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;
        }
        .method_item {
            background: #F7F7F7;
        }
        .method_item_img {
            position: relative;
        }
        .method_item_img img {
            display: block;
        }
        .method_item_img div {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0; left: 0;
            color: white;
            display: flex;
            text-align:left;
            justify-content:center;
            align-items: center;
            flex-direction:column;
            font-size: 14px;
            background: rgba(0, 0, 0, 0.2);
            transition: all 0.3s;
        }
        .method_item_img div p {
            padding: 2px 20px;
            opacity: 0;
            transition: all 0.3s

        }
        .method_item_img div:hover {
            background: rgba(0, 0, 0, 0.6);
        }
        .method_item_img div:hover  img{
            background: rgba(0, 0, 0, 0.6);
        }
        .method_item_img div:hover p {
            opacity: 1;
        }

        .method_item p {
            margin-top: 10px;
            padding-bottom: 10px;
        }
        @media (max-width:1500px) {
            .method_out {
                padding: 40px 0;
            }
            .method {
                width: 1000px;
            }
            .method_item p {
                font-size: 10px;
                margin-top: 2px;
            }
        }
        @media (max-width:720px) {
            .method_out {
                padding: 20px 10px;
            }
            .method {
                max-width: 100%;
            }
        }



        /* 关于美御 */
        .pc_about_out {
            padding: 100px 0;
            box-sizing: border-box;
            background: #f7f7f7;
        }
        .pc_about {
            width: 1280px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .pc_about_left {
            width: 49%;
        }
        .pc_about_left div:nth-child(1) {
            font-size: 35px;
            font-weight: bold;
        }
        .pc_about_left div:nth-child(2) {
            font-size: 17px;
            color: #888888;
            margin-top: 17px;
            text-align: justify;
            text-indent: 40px;
        }
        .pc_about_left div:nth-child(3) {
            font-size: 30px;
            margin-top: 17px;
            color: #E5004F;
        }
        .pc_about_left div:nth-child(4) {
            font-size: 17px;
            margin-top: 12px;
            color: #888888;
        }
        .pc_about_left div:nth-child(5), .pc_about_left div:nth-child(6), .pc_about_left div:nth-child(7), .pc_about_left div:nth-child(8){
            font-size: 17px;
            margin-top: 20px;
            color: #888888;
        }
        .pc_about_right {
            width: 42%;
        }
        .pc_about_right img{
            margin-top: 20px
        }
        .pc_about_left a {
            padding: 5px 25px;
            border: 1px solid black;
            font-size: 14px;
            border-radius: 3px;
            margin-top: 50px;
            display: inline-block;
        }
        .pc_about_left a:hover {
            background: black;
            color: white;
        }

        @media (max-width:1500px) { 
            .pc_about_out {
                padding: 40px 0;
            }
            .pc_about {
                width: 1000px;
            }
            .pc_about_right {
                width: 49%;
            }
            .pc_about_left div:nth-child(1) {
                font-size: 28px;
            }
            .pc_about_left div:nth-child(3) {
                font-size: 28px;
            }
            .pc_about_left div:nth-child(2) {
                font-size: 15px;
                margin-top: 6px;
            }
            .pc_about_left div:nth-child(5), .pc_about_left div:nth-child(6), .pc_about_left div:nth-child(7), .pc_about_left div:nth-child(8) {
                margin-top: 5px;
            }
            .pc_about_left a {
                margin-top: 38px;
            }
        }

        @media (max-width:720px) {
            .pc_about_out {
                padding: 20px 10px;
            }
            .pc_about {
                max-width: 100%;
            }
            .pc_about_left {
                width: 100%;
            }
             .pc_about_right {
                 width: 100%;
             }
             .pc_about_left div:nth-child(1) {
                font-size: 24px;
            }
            .pc_about_left div:nth-child(2) {
                font-size: 14px;
                margin-top: 10px;
                text-indent: 26px;
            }
            .pc_about_left div:nth-child(3) {
                font-size: 21px;
                margin-top: 12px;
            }
            .pc_about_left div:nth-child(4) {
                margin-top: 6px;
            }
            .pc_about_left div:nth-child(5), .pc_about_left div:nth-child(6), .pc_about_left div:nth-child(7), .pc_about_left div:nth-child(8) {
                margin-top: 8px;
            }
            .pc_about_left a {
                margin-top: 15px;
            }
        }


        /* 八大服务模块 */
        .fu_out {
            padding: 100px  0;
            background: #e2e1e1;
        }
        .fu_con {
            width:1280px;
            margin: 0  auto;
            margin-top: 100px;
        }
        .fu_con li{
            display:none;
            text-align: center;
            font-size: 23px;
            color: #E5004F;
        }
        .fu_con li:nth-child(1) {
            display: block;
          
        }
        .fu {
            width:1280px;
            margin: 0 auto;
            display:flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 100px;
        }
        .fu li {
            margin-bottom: 60px;
            font-weight: bold;
            width:25%;
            text-align:center;
            font-size:25px;
            cursor: pointer;
        }
        .fu li:nth-child(1) {
            color:  rgb(229, 0, 79);
        }
        .fu li:hover {
            color: rgb(229, 0, 79);
        }

        @media screen and (max-width: 1280px) {
            .fu_out {
                padding: 40px 0;
            }
            .fu_con {
                width: 1000px;
            }
            .fu {
                width: 1000px;
            }
        }

        @media screen and (max-width: 720px) {
            .fu_con, .fu {
                max-width: 100%;
            }
            .fu_out {
                padding: 20px 10px;
                box-sizing: border-box;
            }
            .fu {
                margin-top: 20px;
            }
            .fu li {
                font-size: 18px;
                margin-bottom: 13px;
            }
            .fu_con {
                margin-top: 20px;
            }
            .fu_con li {
                font-size: 15px;
            }
        }

     


        /* 餐饮服务 */
        /* .restaurant_out {
            padding: 100px 0;
            background: #f7f7f7;
        }
        .restaurant {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 1280px;
            margin: 0 auto;
            margin-top: 40px;
        }
        .restaurant_item {
            width: 30%;
            border-radius: 5px;
            background: white;
            margin-bottom: 30px;
            box-shadow: 5px 5px 15px rgba(211, 211, 211, 0.5);
            transform:translateY(0);
            transition: all 0.3s;
        }
        .restaurant_item:hover {
            transform:translateY(-8px);
            box-shadow: 5px 5px 10px rgba(211, 211, 211, 1);
        }

        .restaurant_caption {
            margin-top: 6px;
            box-sizing: border-box;
            padding: 5px 20px;
        }
        .restaurant_title {
            text-align: center;
            font-size: 29px;
            font-weight: bold;

        }

        .restaurant_des {
            margin-top: 8px;
            font-size: 14px;
            line-height: 24px;
        }

        @media (max-width:720px) {
            .restaurant_out {
                padding: 20px 10px;
            }
            .restaurant {
                max-width: 100%;
            }
            .restaurant_item {
                width: 98%;
                margin-bottom: 20px;
            }

        } */







        /* 餐饮困境 */
        .dilemma_out {
            padding: 100px 0;
            background: #e2e1e1;
        }
        .dilemma {
            width: 1280px;
            margin: 40px auto 0;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .dilemma li {
            width: 32%;
            background: white;
            box-sizing: border-box;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 5px 5px 15px rgba(211, 211, 211, 0.5);
        }
        .dilemma li:hover {
            background: #E4E4E4;
        }
        .dilemma_title {
            font-size: 28px;
            font-weight: bold;
            color: #E5004F;
        }
        .dilemma_des {
            margin-top: 20px;
        }
        .dilemma_out_a {
            padding: 5px 14px;
            border: 1px solid #000;
            display: block;
            width: 120px;
            margin: 40px auto 0;
            text-align: center;
        }
        .dilemma_out_a:hover {
            background:black;
            color: white;
        }
        @media (max-width:1500px) {
            .dilemma_out {
                padding: 40px 0;
            }
            .dilemma {
                width: 1000px;
            }
            .dilemma_out_a {
                margin-top: 0;
            }
         }

        @media (max-width:720px) {
            .dilemma_out {
                padding: 20px 10px;
            }
            .dilemma {
                max-width: 100%;
            }
            .dilemma li {
                width: 98%;
                margin-bottom: 20px;
            }

        }



     /* 底部样式 */
     .ft_out {
        /* background: url(./A6.png) no-repeat  center 0; */
        background-color: #2F3030;
        padding: 100px 0;
        position: relative;
        color: #b1b1b1;
        /* margin-top: 80px; */
    }
    .ft {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .ft_left img {
        width: 300px;
    }
    .ft_left p:nth-child(2) {
        margin-top: 25px;
    }
    .ft_left p:nth-child(3) {
        margin-top: 10px;
    }
    .ft_left p:nth-child(4) {
        margin-top: 10px;
    }
    .ft_left p:nth-child(5) {
        margin-top: 10px;
    }
    .ft_left p:nth-child(6) {
        margin-top: 10px;
    }


    .ft_right {
        width: 35%;
        display: flex;
        justify-content: space-between;
    }
    .ft_right div {
        width: 46%;
        text-align: center;
    }
    .ft_right div p{
        margin-top: 5px;
    }
    .ft_right div p span {
        margin: 0 5px;
    }

    .link_out {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-bottom: 20px;
    }
    .link {
        width: 1280px;
        margin:  0 auto;
    }

    .ft_shan {
        position: absolute;
        width: 200px;
        left: 0;right: 0;
        margin: 0 auto;
        top: 0;
        transform: translateY(-53%);
        z-index: -1;
    }
    @media (max-width:1500px) {
        .ft_out {
            padding: 60px 0;
        }
        .ft {
            width: 1000px;
        }
    }
    @media (max-width:720px) {
        .ft_out {
            display: none;
        }
    }




        /* 移动样式 */
        .mp_out {
            width: 100vw;
            height: 100vh;
            position: fixed;
            overflow-y: scroll;
            top: 0;
            left: 0;
            display: none;
            z-index: 999999;
        }
        .mp .swiper-container {
            width: 100%;
            height: 100%;
        }
        .mp {
            width: 100%;
            background: white;
        }
        .mp_logo {
            /* background: rgba(0, 0, 0, 0.301); */
            padding: 5px 0;
            text-align: center;
        }
        .mp_logo img {
            width: 180px;
            margin: 0 auto;
        }
        .mp_swiper {
            height: 260px;
            width: 100%;
            border-top: 1px solid transparent;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .mp_swiper1 {
            background: #E50251;
            color: white;
        }
        .mp .swiper-pagination-bullet-active {
            background: #000;
        }
        .mp_swiper1 p:nth-child(1) {
            font-size: 30px;
        }
        .mp_swiper1 p:nth-child(2) {
            font-size: 30px;
            margin: 5px 0;
        }
        .mp_swiper1 p:nth-child(2) span{
            font-size: 50px;
        }
        .mp_swiper1 p:nth-child(3) {
            font-size: 20px;
            margin-top: 50px;
        }
        .mp_swiper2 {
            background: #f2f2f2;
            color: black;
            text-align: center;
        }
        .mp_swiper2_center p {
            font-size: 20px;
            margin-top: 5px;
            font-weight: bold;
        }
        .mp_swiper2_center p:nth-child(1) {
            color: #E50251;
            font-size: 28px;
            font-weight: bold;
        }
        .mp_aniu {
            margin-top: 20px;
            width: 100%;
            overflow: hidden;
        }
        .mp_aniu span {
            float: left;
            border-top: 1px solid #9E9E9E;
            border-bottom: 1px solid #9E9E9E;
            padding: 8px 0;
            width: 50%;
            text-align: center;
            color: #61575B;
        }
        .mp_aniu span:nth-child(1) {
            background: #E50251;
            color: white;
        }
        .mp_aniu_con {
            display: none;
            padding-bottom: 20px;
            border-bottom: 1px solid #9E9E9E;
        }
        .mp_aniu_item {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
            text-align: center;
        }
        .mp_aniu_item div {
            width: 33.33333%;
            margin-top: 20px;
        }
        .mp_aniu_item i {
            font-size: 45px;
            color: #868686;
        }
        .mp_aniu_item span {
            display: block;
            font-size: 15px;
            font-weight: bold;
            margin-top: 3px;
        }
        .mp_aniu_item1 {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            color: white;
        }
        .mp_aniu_item1 div {
            height: 120px;
            width: 42%;
            background: #E50251;
            margin-top: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            border-radius: 5px;
        }
        .mp_aniu_item1 div dt {
            font-size: 30px;
        }
        .mp_aniu_item1 div dd {
            margin-top: 2px;
            font-size: 13px;
        }
        .mp_aniu_item2 {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .mp_aniu_item2 img {
            width: 33.33333%;
        }
        .mp_case_title {
            text-align: center;
            font-size: 20px;
            margin-top: 20px;
            margin-bottom: 10px;
        }
        .mp_case_item {
            margin-top: 20px;
        }
        .mp_case_item_title {
            display: flex;
            justify-content: space-between;
            box-sizing: border-box;
            padding: 6px 20px 0;
        }
        .mp_case_item_title div:nth-child(1){
            font-size: 18px;
            font-weight: bold;
        }
        .mp_case_item_title span {
            color: #61575B;
            font-size: 12px;
        }
        .mp_case_item_des {
            padding: 0 20px 15px;
            font-size: 12px;
            margin-top: 4px;
            border-bottom: 1px solid #9E9E9E;
        }
        .mp_close {
            width: 80%;
            text-align: center;
            margin: 30px auto;
            background: #E50251;
            color: white;
            padding: 10px;
            border-radius: 5px;
        }
        .mp_contact {
            position: fixed;
            width: 100%;
            bottom: 0;
            display: flex;
            justify-content: space-between;

        }
        .mp_contact a {
            width: 50%;
            text-align: center;
            background: #E50251;
            color: white;
            padding: 3px 0;
            font-size: normal;
        }
        .mp_contact a:nth-child(1) {
            border-right: 1px solid white;
        }
        .mp_contact a i {
            font-size: 26px;
        }
        .mp_contact a span {
            display: block;
            font-size: 10px;
        }
        .mp_contact_space {
            height: 48px;
        }



