﻿
body {
    background-color: #fff;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.data_main {
    width: 950px;
    margin: 0 auto;
    padding: 57px 0 24px;
}
.introInfo{
    padding: 20px 25px;
    font-size: 20px;
    line-height: 36px;
    color: #333;
    border-radius: 16px;
    border: 1px solid;
    border-color: rgba(151,151,151, 0.3);
    margin-bottom: 46px;
}
.classify{
    border-bottom: 2px solid #ff9000;
}
.data_flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.data_flex_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.two_data {
    padding-top: 50px;
}

.data_left {
    margin-right: 134px;
    min-width: 368px;
}

    .data_left h1 {
        color: #222222;
        font-size: 36px;
        line-height: 56px;
        padding-top: 27px;
        padding-bottom: 17px;
    }

    .data_left p {
        color: #FF8000;
        font-size: 22px;
    }

.data_number img {
    width: 72px;
    transition: all .4s cubic-bezier(.4,0,.2,1);
}

.data_number:hover img {
    transition: all .4s cubic-bezier(.4,0,.2,1);
    transform: rotateY(180deg);
}

.data_number h2 {
    color: #FF8000;
    font-size: 26px;
    padding: 20px 0;
}

    .data_number h2 b {
        font-size: 40px;
    }

.data_number h3 {
    color: #222222;
    font-size: 20px;
}

.data_left img {
    width: 162px;
}

.data_left span {
    color: #FF8000;
    font-size: 26px;
    padding-left: 25px;
}

.padding-bottom {
    padding-bottom: 50px;
}

.padding-right {
    padding-right: 80px;
    min-width: 290px;
}

.business_title {
    color: #222222;
    font-size: 36px;
    padding-bottom: 20px;
    text-align: center;
}

/*奶叔合作模式*/
.model {
    padding-bottom: 72px;
}

    .model ul {
        overflow: hidden;
        zoom: 1;
        width: 1200px;
        margin: 0 auto;
    }

.slide-item {
    position: relative;
    float: left;
    color: #000;
    font-size: 0;
    text-align: center;
    width: 24%;
    height: 360px;
    cursor: pointer;
    margin: 0 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

    .slide-item .item-bg {
        width: 100%;
        height: 100%;
    }

    .slide-item .mask {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

        .slide-item .mask .bg {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #161a1d;
            opacity: .2;
            filter: alpha(opacity=20);
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
            transition: all .4s cubic-bezier(.4,0,.2,1);
        }

        .slide-item .mask .slide_txt {
            position: absolute;
            left: 0;
            right: 0;
            top: 190px;
            bottom: 0;
            transition: all .4s cubic-bezier(.4,0,.2,1);
        }



            .slide-item .mask .slide_txt .item-img-panel {
                position: relative;
                width: 68px;
                height: 68px;
                display: inline-block;
            }

                .slide-item .mask .slide_txt .item-img-panel .item-img {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    width: 100%;
                    display: inline-block;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
                    transition: all .4s cubic-bezier(.4,0,.2,1);
                }

            .slide-item .mask .slide_txt .item-title {
                color: #fff;
                font-size: 36px;
                margin: 30px 0 0;
                padding: 0;
                transition: all .4s cubic-bezier(.4,0,.2,1);
            }

                .slide-item .mask .slide_txt .item-title span {
                    display: block;
                    font-size: 14px;
                    padding-top: 15px;
                }

            .slide-item .mask .slide_txt .item-desc {
                font-size: 20px;
                color: #fff;
                text-align: center;
                margin-top: 60px;
                line-height: 1.2;
            }

            .slide-item .mask .slide_txt .item-link {
                display: inline-block;
                width: 152px;
                height: 53px;
                line-height: 53px;
                font-size: 26px;
                color: #FF8000;
                text-decoration: none;
                margin-top: 80px;
                background-color: #fff;
                border-radius: 14px;
            }


            .slide-item .mask .slide_txt .item-desc, .slide-item .mask .slide_txt .item-link {
                opacity: 0;
                filter: alpha(opacity=0);
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
                transition: all .4s cubic-bezier(.4,0,.2,1);
            }

    .slide-item:hover .bg {
        background: #FF8000;
        opacity: .6;
        filter: alpha(opacity=60);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
    }

    .slide-item:hover .slide_txt {
        top: 103px;
    }



        .slide-item:hover .slide_txt .item-img-panel .item-img {
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
        }


        .slide-item:hover .slide_txt .item-title {
            margin-top: 0px;
        }

        .slide-item:hover .slide_txt .item-desc, .slide-item:hover .slide_txt .item-link {
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
        }

        .slide-item:hover .slide_txt .item-desc {
            margin-top: 40px;
        }

        .slide-item:hover .slide_txt .item-link {
            margin-top: 50px;
        }


/*swiper*/
.swiper_main {
    width: 1280px;
    margin: 0 auto 30px;
    padding: 0 35px 72px;
    position: relative;
    min-height: 460px;
}

    .swiper_main:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 192px;
        background-color: #FF8001;
        border-radius: 10px;
    }

    .swiper_main .swiper-wrapper {
        align-items: flex-end;
    }

    .swiper_main .swiper-slide {
        text-align: center;
        min-height: 370px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

        .swiper_main .swiper-slide img {
            transition: 300ms;
            width: 86%;
            border-radius: 35px;
            box-shadow: 0px 0px 8px 0px rgba(228,228,228,0.5);
        }

    .swiper_main .swiper-slide-active img, .swiper_main .swiper-slide-duplicate-active img {
        width: 92%;
        transition: 300ms;
    }

.swiper-home {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 20px;
    right: 0;
    position: absolute;
}

    .swiper-home .swiper-pagination-bullet {
        transition: 300ms;
        background-color: #fff;
        opacity: 1;
        margin: 0 22px;
        z-index: 12;
        position: relative;
    }

    .swiper-home .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        outline: none;
    }

.good {
    width: 950px;
    margin: 65px auto;
}

    .good h1 {
        color: #222;
        font-size: 36px;
    }

.good_main {
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 670px;
}

    .good_main div {
        text-align: center;
    }

        .good_main div p {
            position: absolute;
            top: 50px;
            left: 0px;
            color: #222222;
            font-size: 18px;
            right: 0px;
        }

    .good_main .good-two p {
        top: 35px;
    }

    .good_main .good-three p {
        top: 41px;
        color: #fff;
        font-size: 22px;
    }

    .good_main .good-four p {
        top: 60px;
    }

    .good_main .good-five p {
        top: 60px;
    }

    .good_main .good-six p {
        right: 30px;
        left: 45px;
        line-height: 25px;
        top: 45px;
        text-align: left;
    }

.good-one {
    position: absolute;
    top: 94px;
    left: -28px;
}
.good-one>img{
    height:122px;
}
.good_main .good-one p{
    top: 50px;
    left: 30px;
    right: 52px;
    line-height: 22px;
}

.good-two {
    position: absolute;
    top: 20px;
    right: -115px;
}

.good-three {
    position: absolute;
    top: 330px;
    left: -219px;
}

.good-four {
    position: absolute;
    top: 317px;
    right: -268px;
}
.good-four>img{
    height:120px;
}

.good-five {
    position: absolute;
    bottom: 39px;
    left: -137px;
}

.good-six {
    position: absolute;
    bottom: 0;
    right: -108px;
}

.plan {
    padding: 65px 0 86px;
}

.plan_main {
    width: 1200px;
    margin: 0 auto;
}

    .plan_main > h1 {
        color: #222222;
        font-size: 36px;
        line-height: 50px;
        padding-left: 70px;
        padding-bottom: 85px;
    }

.plan_flex {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.plan_left img {
    width: 240px;
}

.plan_left {
    padding-right: 80px;
    padding-top: 65px;
    position: relative;
}

    .plan_left span {
        font-size: 16px;
        position: absolute;
        top: 145px;
        right: 66px;
        color: #FF8000;
    }

.plan_swiper .swiper-slide {
    transition: 300ms;
    width: 500px;
    padding-bottom: 10px;
    padding-left: 5px;
}

    .plan_swiper .swiper-slide img {
        width: 100%;
    }

.plan_swiper .swiper-slide-next {
    width: 260px;
    transition: 300ms;
}

.plan_right {
    flex: 1;
    overflow: hidden;
}

.plan_item {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 355px;
    box-shadow: 0px 5px 10px rgba(188,188,188,0.2);
}

.plan_bg {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.plan_info {
    padding: 30px;
}

    .plan_info h1 {
        font-size: 40px;
        color: #FF8000;
        padding-bottom: 10px;
    }

    .plan_info p {
        clear: both;
    }

    .plan_info span {
        color: #999999;
        font-size: 18px;
    }

    .plan_info a {
        color: #666666;
        font-size: 18px;
        float: right;
        transition: all 0.3s ease .0s;
    }

.plan_swiper .swiper-slide-next .plan_info a {
    opacity: 0;
    transition: all 0.3s ease .0s;
}

.store_main {
    width: 885px;
    margin: 0 auto;
    padding: 65px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.store_swiper {
    width: 615px;
    border-radius: 30px;
    overflow: hidden;
}

    .store_swiper .swiper-slide {
        border-radius: 30px;
        overflow: hidden;
    }

        .store_swiper .swiper-slide img {
            width: 100%;
        }

    .store_swiper .swiper-pagination-bullet {
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        background-color: transparent;
        position: relative;
        margin: 0 20px;
    }

        .store_swiper .swiper-pagination-bullet:after {
            content: '';
            position: absolute;
            width: 14px;
            height: 14px;
            top: 7px;
            left: 7px;
            border: 1px solid #fff;
            border-radius: 50%;
            background-color: #fff;
        }
        .swiper-pagination-bullet{
            background: inherit;
            opacity: inherit;
        }

    .store_swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 20px;
    }

    .store_swiper .swiper-pagination-bullet-active {
        width: 30px;
        height: 30px;
        border: 1px solid #FF8000;
    }

        .store_swiper .swiper-pagination-bullet-active:after {
            border: 1px solid #FF8000;
            background-color: #FF8000;
        }

.store_title {
    margin-left: -20px;
    width: 285px;
    margin-bottom: 22px;
}

    .store_title img {
        width: 100%;
    }

.flow {
    width: 880px;
    margin: 0 auto;
    clear: both;
    padding-bottom: 72px;
}

    .flow li {
        width: 220px;
        float: left;
        height: 220px;
        border: 1px solid #A7A8A8;
        background-color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        border-radius: 5px;
        margin-left: -1px;
        margin-bottom: -1px;
    }

        .flow li h1 {
            color: #222222;
            position: relative;
            z-index: 3;
            font-size: 22px;
            transition: all 0.5s ease .0s;
            margin-top: 16px;
        }

        .flow li p {
            color: #222222;
            font-size: 12px;
            line-height: 1.5;
            position: relative;
            z-index: 3;
            transition: all 0.5s ease .0s;
            margin-top: 0;
            /*opacity: 0;*/
            display:none;
        }

        .flow li span {
            color: #FF8000;
            font-size: 36px;
            position: relative;
            z-index: 3;
            transition: all 0.5s ease .0s;
        }

        .flow li:after {
            content: '';
            width: 260px;
            height: 260px;
            border: 0;
            background-color: #FF8000;
            /*left: -20px;
            right: -20px;
            top: -20px;*/
            position: absolute;
            /*bottom: -20px;*/
            z-index: 2;
            border-radius: 5px;
            transition: all 0.5s ease .0s;
            transform: scale(0);
        }

        .flow li:hover:after {
            transition: all 0.5s ease .0s;
            transform: scale(1);
        }

        .flow li:hover h1, .flow li:hover p, .flow li:hover span {
            color: #fff;
            transition: all 0.5s ease .0s;
        }

        /*.flow li:hover h1 {
            margin-top: 17px;
        }*/

        .flow li:hover p {
            margin-top: 50px;
            /*opacity: 1;*/
            display:block;
        }

.clearfix:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.business_city {
    color: #999999;
    font-size: 28px;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 15px;
}

#home_map {
    height: 956px;
    width: 80%;
}

.business_map {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.map_number {
    position: absolute;
    left: 0;
    top: 0;
    width: 264px;
    height: 64px;
    /*background-color: #FF8000;*/
    border-radius: 60px;
    text-align: center;
    font-size: 26px;
    color: #333;
    line-height: 64px;
}

    .map_number span {
        /*padding: 6px 12px;*/
        background-color: #fff;
        color: #FF8000;
        border-radius: 30px;
        font-size: 46px;
        font-weight: bold;
        font-style: italic;
    }

.map_right {
    border: 1px solid #FF8000;
    border-radius: 10px;
    width: 200px;
    background-color: #fff;
    padding: 30px 0 0;
    overflow: hidden;
}

.right_item_flex {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 15px;
}

    .right_item_flex span {
        color: #222222;
        font-size: 16px;
    }

    .right_item_flex img {
        width: 50px;
        margin-right: 16px;
    }

.right_item {
    padding: 0 25px;
}

    .right_item p {
        text-align: center;
        color: #FF8000;
        font-size: 30px;
        margin-bottom: 30px;
    }

.right_item_bottom {
    background-color: #FF8001;
    padding: 20px 10px;
    text-align: center;
}

    .right_item_bottom .right_item_flex {
        justify-content: center;
    }

        .right_item_bottom .right_item_flex span {
            color: #fff;
            font-size: 30px;
        }

        .right_item_bottom .right_item_flex img {
            width: 24px;
        }

    .right_item_bottom h1 {
        font-size: 24px;
        color: #222;
        margin-bottom: 10px;
    }

.business_product {
    background-color: #F6F6F6;
    padding: 65px 0;
}

.business_product_main {
    width: 1200px;
    margin: 0 auto;
}

    .business_product_main h1 {
        font-size: 36px;
        color: #222;
        margin-left: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

.product_flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.product_group {
    width: 260px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
    padding-right: 80px;
}

.product_swiper {
    width: 800px;
    margin-left: 0px;
}

    .product_swiper .product_img {
        width: 100%;
        transform: scale(0.8) translate3d(0px, 12%, 0px);
        transition: all 0.5s ease-in;
        box-shadow: 3px 3px 3px #dfdfdf;
        border-radius: 22px;
    }

    .product_swiper .swiper-slide-active .product_img {
        transform: scale(1);
        transition: all 0.5s ease-in;
    }

.product_btn {
    margin-left: 52px;
    margin-top: -24px;
    opacity: 0;
    position: relative;
    z-index: 1;
}

.product_swiper .swiper-slide-active .product_btn {
    opacity: 1;
}

.product_group span {
    font-size: 62px;
    color: #CBCBCB;
    outline: none;
}

    .product_group span:hover {
        color: #FF8000;
    }

.good_phone {
    display: none;
}

    .good_phone img {
        width: 100%;
    }

    /**/
    
/**/
.plan_open {
    padding: 53px 96px;
    width:1200px;
}

    .plan_open h1 {
        padding-top: 18px;
        padding-bottom: 12px;
        margin-bottom: 0;
        color: #333333;
        font-size: 40px;
        line-height: 55px;
        position:relative;
    }
.plan_open h1:before{
    content:'';
    position:absolute;
    top:0;
    width:54px;
    height:3px;
    border-radius:5px;
    background-color:#FF8000;
}

    .plan_open p {
        color: #3E3A39;
        font-size: 26px;
            margin-bottom: 43px;
    }

    .plan_open h2 {
        color: #3E3A39;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 44px;
        text-align:center;
    }
#form_submit{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.plan_group {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .plan_group .form-ico {
        width: 18px;
        height: 18px;
        border: 1px solid #3E3A39;
        border-radius: 50%;
    }

    .plan_group span.form-name {
        width: 160px;
        color: #3E3A39;
        font-size: 22px;
        padding-left: 6px;
    }

    .plan_group input, .p_c_select {
        border: 1px solid #9E9C9B;
        height: auto;
        /*line-height: 46px;*/
        padding-left: 16px !important;
        font-size: 14px;
        color: #3E3A39;
        width: 300px;
        border-radius: 23px;
        padding-right: 0 !important;
        padding:8px 0;
    }
    .plan_group .p_c_select select{
        width: 90px;
    }
    

.plan_open_group .prev {
    background: url(/Content/images/Business/open_jt.png) no-repeat center  #3E3A39;
    background-size: 30px;
    width: 72px;
    height: 48px;  
    border-radius:5px;
    transition: all 0.5s ease .0s;
}

.plan_open_group .prev:hover {
    background-color: #FF8000;
    color: #85329c;
    border: 1px solid #FF8000;
    transition: all 0.5s ease .0s;
}

.plan_open_group .next {
    background: url(/Content/images/Business/open_jt1.png) no-repeat center  #3E3A39;
    background-size: 30px;
     width: 72px;
    height: 48px;  
    border-radius:5px;
    transition: all 0.5s ease .0s;
}

.plan_open_group .next:hover {
    background-color: #FF8000;
    color: #85329c;
    border: 1px solid #FF8000;
    transition: all 0.5s ease .0s;
}
.plan_open_group{
    display:flex;
    justify-content:space-between;
}
.plan_submit{
    width: 72px;
    height: 48px;  
    background-color:#FF8000;
    text-align:center;
    line-height:48px;
    color:#FFFFFF;
    font-size:24px;
    border-radius:5px;
}

.plan_code{
    padding-top:40px;
    text-align:center;
}
.plan_code img{
    width:210px;
}
.plan_code h2{
    color:#3E3A39;
    font-size:20px;
    padding-top:30px;
}
.plan_code h3{
    color:#3E3A39;
    font-size:20px;
    padding-top:30px;
}
.hope_main{
    padding:180px 0 206px;
    display:flex;
    justify-content:space-between;
}
.hope_input{
    display:flex;
    justify-content:flex-start;
    cursor:pointer;
    margin-bottom:36px;
}
.hope_input span{
    border:1px solid #3E3A39;
    border-radius:50%;
    width: 22px;
    height: 22px;
    text-align: center;
    padding: 1px 0 0;
    margin-right:13px;

}
#plan_dilemma .hope_input {
    min-width: 310px
}
#plan_dilemma .hope_main {
    padding:120px 120px;   
    flex-wrap: wrap;
}

#plan_state .hope_input {
    min-width: 320px
}
#plan_state .hope_main {
    padding:120px 120px;   
    flex-wrap: wrap;
}
.hope_input span i{
    background-color:#fff;
    width:18px;
    height:18px;
    border-radius:50%;
    display:inline-block;
}
.hope_input.active span i{
    background-color:#FF8000;
}
.hope_input  p{
    color:#3E3A39;
    font-size:26px;
    margin-bottom: 0px;
}
.prev_box,.next_box{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    cursor:pointer;
}
.plan_open_group .prev_box .prev,.plan_open_group .next_box .next{
    width:72px;
    height:48px;
    background-size:30px;
}
.plan_open_group .prev_box .prev:hover, .plan_open_group .next_box .next:hover {
    background-position:center;
}
.plan_open_group .prev_box span{
    font-size:16px;
    color:#3E3A39;
    margin-left:12px;
}
.plan_open_group .next_box span{
    font-size:16px;
    color:#3E3A39;
    margin-right:12px;
}
.store_open_main{
    padding:88px 120px 60px;
    text-align: center;
}
.store_item{
    width:88px;
    height:88px;
    border:1px solid #3E3A39;
    border-radius:50%;
    margin:0 55px 42px;
    color:#3E3A39;
    font-size:26px;
    line-height:35px;
    text-align: center;
    padding: 5px 0 0;
    display: inline-block;
    cursor:pointer;
    transition: all 0.5s ease .0s;
}
.store_item:hover,.store_item.active{
    background-color:#FF8000;
    border:1px solid #FF8000;
    color:#fff;
    transition: all 0.5s ease .0s;
}
#plan_contact .plan_code{
    padding:0 0 50px;
}

/*产品弹框*/

.product_open {
    position: relative;
    padding: 0 100px;
    width: 800px;
    display:none;
}

.open_right, .open_left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.open_left {
    left: 10px;
}

.open_right {
    right: 10px;
}

    .open_right span, .open_left span {
        font-size: 50px;
        color: #999999;
    }

.open_swiper .swiper-slide {
    text-align: center;
}

.open_swiper .product_img {
    width: 100%;
}

.open_right:hover span, .open_left:hover span {
    color: #FF8000;
}
.M_topImg{
    margin-top:80px;
}

@media screen and (max-width:768px){
    .product_open{
        width:737px;
    }
    /*.open_swiper .swiper-slide {
        width:100%!important;
    }*/
}
@media screen and (max-width:414px){
   .open_right span, .open_left span{
       font-size:36px;
   }
   .open_left{
       left:1px;
   }
   .open_right{
       right:1px;
   }
   .product_open {
        width: 385px;
        padding: 0 39px;
    }
   .M_topImg{
        margin-top:46px;
    }
   /*.open_swiper .swiper-slide{
       width:inherit!important;
   }*/
}
@media screen and (max-width:375px){
   .product_open {
        width: 345px;
        padding: 0 30px;
    }
   /*.open_swiper .swiper-slide{
       width:inherit!important;
   }*/
   .open_right span, .open_left span{
       font-size:30px;
   }
}
@media screen and (max-width:375px){
   .product_open {
        width: 290px;
    }
   
}
/**/


.store_open_flex {
    display: flex;
    justify-content: flex-start;
}

.store_left {
    width: 740px;
    height: 670px;
    padding:50px 35px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.store_left_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}
.closeImg{
    width: 40px; 
    height: 40px; 
    display: block; 
    position: absolute; 
    top: 0px; 
    right: 0px;
    cursor:pointer;
}
.store_right {
    width: 470px;
    padding: 0 30px;
}

.store_open_ico {
    align-items: flex-end;
    position: relative;
}

    .store_open_ico span {
        font-size: 24px;
        position: relative;
        color: #FF8000;
    }

.store_left h1 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 16px;
    position: relative;
    line-height: 36px;
}

.store_left p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 28px;
    position: relative;
}

.store_left ul {
    margin-top: -17px;
}

.store_left li {
    display: inline-block;
    padding: 7px 12px;
    margin: 15px 10px;
    border-radius: 20px;
    background-color: #fff;
    color: #FF8001;
    font-size: 26px;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 14px rgba(196, 196, 196, 0.5);
}

.store_right h1 {
    padding-top: 114px;
    margin-bottom: 66px;
    color: #3E3A39;
    font-size: 30px;
}

.form_group {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .form_group .form-ico {
        width: 18px;
        height: 18px;
        border: 1px solid #3E3A39;
        border-radius: 50%;
    }

    .form_group span.form-name {
        width: 106px;
        color: #3E3A39;
        font-size: 20px;
        padding-left: 6px;
    }

    .form_group input, .form_group .pick-show {
        border: 1px solid #9E9C9B;
        height: 46px;
        line-height: 46px;
        padding-left: 16px !important;
        font-size: 14px;
        color: #3E3A39;
        width: 280px;
        border-radius: 23px;
        padding-right: 0 !important;
    }

    .form_group .pick-area {
        width: 220px !important;
    }

.submit_save{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #FF8001;
    margin: auto;
    border-radius: 23px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}   

.store_right p {
    margin-top: 60px;
    color: #3E3A39;
    font-size: 16px;
    line-height: 22px;
}

.pick-show em.pick-arrow {
    display: none !important;
}

.pick-show span {
    height: 44px !important;
    line-height: 44px !important;
    margin-top: 0px !important;
}
.business_wechat{
    text-align:center;
}
.business_wechat img{
    max-width:50%
}
@media screen and (max-width:1280px) {

    .swiper_main, .model ul, .plan_main, .business_map, .business_product_main {
        width: 90%;
    }

    .product_group {
        width: 20%;
    }

    .product_swiper {
        width: 80%;
    }
    .swiper_main{
        min-height:400px;
    }
    .swiper_main .swiper-slide{
        min-height:330px;
    }
    .slide-item .mask .slide_txt .item-title{
        font-size:28px;
    }
    
}

@media screen and (max-width:1024px) {
    #form_submit{
        display:inherit;
    }
    .plan_open {
    width:100%;
    padding:20px;
}
    .swiper_main .swiper-slide {
        min-height: 260px;
    }
    #plan_state .hope_main,.hope_main{
        padding:20px;
        flex-direction: column;
    }
    .store_open_main{
         padding:20px;
    }
    .store_item{
        margin:10px;
        font-size:16px;
            line-height: 20px;
    width: 50px;
    height: 50px;
    }
    .swiper_main {
        min-height: 310px;
    }

    .good_main {
        display: none;
    }

    .good_phone {
        display: block;

    }
    .plan_open p{
        font-size:12px;
        margin-bottom:20px;
    }
    .plan_open h1{
        font-size:20px;
        line-height: 30px;
    }
    #plan_state .hope_input{
        min-width:auto;
            margin-bottom: 20px;
    }
    .plan_group{
        margin-bottom:10px;
        display:inherit;
    }
    .plan_group span.form-name{
         font-size:14px;
         width: 104px;
    }
    .plan_group .p_c_select{
        width: 280px;
        height:auto;
        font-size:12px;
    }
    .plan_group .p_c_select select{
        width: 120px!important;
    }
    .hope_input span{
            width: 12px;
    height: 12px;
    position:relative;
    }
    .plan_open_group .prev_box .prev, .plan_open_group .next_box .next,.plan_open_group .prev,.plan_submit {
    width: 40px;
    height: 30px;
    background-size: 20px;
}
    .plan_submit{
        font-size:14px;
        line-height: 30px;
    }
    .plan_group input{
        width:60%;
        height:30px;
        line-height:30px;
        font-size: 12px;
    }
    .plan_group .form-ico{
        width: 14px;
        height: 13px;
        display: block;
        float: left;
        margin-top: 7px;
    }
    .plan_code{
        padding-top:20px;
    }
    .plan_open h2{
        font-size:14px;
        line-height:20px;
            margin-bottom: 20px;
    padding-top: 10px;
    }
    .plan_code img{
        width:50%;
    }
    .plan_code h2{
        font-size:14px;
    }
    .store_left{
        display:none;
    }
    .store_right{
        width:100%;
        padding:0 20px;
        text-align:center;
    }
    .store_right h1{
       padding-top: 30px;
       margin-bottom: 30px;
       font-size:22px;
    }
.plan_open_group .prev_box span{
    font-size:12px;
    margin-left: 6px;
}
.plan_open_group .next_box span{
    margin-right: 6px;
     font-size:12px;
}
    .hope_input span i{
        width: 8px;
    height: 8px;
        position: absolute;
    left: 1px;
    }
    .hope_input p{
        font-size:16px;
        margin-bottom:0;
    }
    .store_right p{
        margin-top:30px;
        padding-bottom:20px
    }
    .plan_open_group{
        padding-top:30px;
    }

    
}

@media screen and (max-width:950px) {
    .data_main, .store_main, .flow, .good {
        width: 90%;
    }

    .good {
        margin: 30px auto 30px;
    }

    .flow li {
        width: 25%;
    }

        .flow li:after {
            width: 120%;
            height: 120%;
            left: -10%;
            right: -10%;
            top: -10%;
            bottom: -10%;
        }

    .store_swiper {
        width: 65%;
    }

    .store_title {
        width: 40%;
        margin-left: -5%;
    }

    /*.swiper_main .swiper-slide, .swiper_main {
        min-height: initial;
    }*/

        /*.swiper_main .swiper-slide img {
            width: 100%;
        }*/

    .swiper-home .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .swiper_main {
        padding: 0 20px 20px;
    }

        .swiper_main:after {
            height: 100px;
        }

        .swiper_main .swiper-home {
            bottom: 0;
        }
}

@media screen and (max-width:768px) {
    .swiper_main{
        min-height:390px;
    }
    .swiper_main .swiper-slide{
        min-height:370px;
    }
    .swiper_main .swiper-slide img{
        width:80%;
    }
    .swiper_main .swiper-slide-active img, .swiper_main .swiper-slide-duplicate-active img{
        width: 84%;
    }
    .data_main {
        padding: 30px 0;
    }

    .data_flex {
        padding-bottom: 30px;
        align-items: flex-start;
        flex-direction: column;
    }

    .data_left {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .padding-right {
        padding-right: 0;
        padding-bottom:30px;
        text-align: center;
    }

    .product_group {
        display: none;
    }

    .product_swiper {
        width: 100%;
    }

    .business_product {
        padding: 30px 0;
    }

    .business_product_main h1 {
        font-size: 24px;
        margin-left: 0;
    }
    .data_flex_item{
        flex-direction: column;
     align-items: flex-start;
     justify-content: center;
    width: 100%;
    }
    .data_number{
        width: 100%;
        text-align: center;
    }
    
    
}

@media screen and (max-width:640px) {
    .swiper_main{
        min-height:330px;
    }
    .swiper_main .swiper-slide{
        min-height:294px;
    }
    .swiper_main .swiper-slide img{
        width:80%;
    }
    .swiper_main .swiper-slide-active img, .swiper_main .swiper-slide-duplicate-active img{
        width: 84%;
    }
    .data_left h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .good h1 {
        font-size: 28px;
        padding-bottom: 30px;
    }

    .plan_info h1 {
        font-size: 32px;
    }

    .plan_item {
        height: auto;
    }

    .plan_swiper .swiper-slide {
        padding: 10px;
    }

    .plan_info span, .plan_info a {
        font-size: 12px;
    }

    .data_left p {
        font-size: 14px;
    }

    .data_number h1, .data_left span {
        font-size: 18px;
    }

        .data_number h1 b {
            font-size: 32px;
        }

    .data_number p, .slide-item .mask .slide_txt .item-desc {
        font-size: 12px;
    }

    .business_title {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .slide-item {
        width: 100%;
        margin: 10px 0;
    }

        .slide-item .mask .slide_txt .item-title {
            font-size: 28px;
            margin: 20px 0 0;
        }

        .slide-item .mask .slide_txt .item-link {
            width: 100px;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
        }

    .plan, .store_main {
        padding: 30px 0;
    }

    .plan_main > h1 {
        font-size: 28px;
        line-height: 40px;
        padding-left: 20px;
        padding-bottom: 35px;
    }

    .plan_left {
        display: none;
    }

    .store_swiper .swiper-pagination-bullet {
        border-color: transparent;
    }

    .flow li {
        width: 50%;
        height: 120px;
    }

        .flow li h1 {
            font-size: 16px;
        }

        .flow li:hover p {
            margin-top: 20px;
        }

    .business_map {
        flex-direction: column;
    }

    #home_map {
        width: 100%;
        height: 300px;
    }

    .map_right {
        width: 100%;
        padding: 15px 0 0;
        margin-bottom: 30px;
    }

    .right_item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 15px;
    }

        .right_item p {
            font-size: 22px;
            margin-bottom: 0;
        }

    .right_item_bottom h1 {
        font-size: 16px;
    }

    .right_item_bottom .right_item_flex img {
        width: 20px;
    }

    .right_item_bottom .right_item_flex span {
        font-size: 22px;
    }

    .right_item_bottom {
        padding: 10px;
    }

    .business_city {
        font-size: 20px;
    }

    .map_number {
        font-size: 18px;
        width: 200px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
    }

    .right_item_flex {
        padding-bottom: 0;
        padding-right: 20px;
    }

    .map_number span {
        /*padding: 0 12px;*/
        font-size: 32px;
    }

    .store_swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
    }

}
@media screen and (max-width:1200px){
    .store_one,.store_two,.store_three,.store_four{
        display:none!important;
    }
    .form_group{
        display:inherit;
    }
    .form_group .form-ico{
        display:inline-block;
        float:left;
        margin-top:7px;
    }
    .form_group span.form-name{
        float:left;
    }
}


.map_city {
        position: absolute;
        bottom: 41%;
        right: 28%;
        font-size:12px;
        color:#ff9000;
        width:100px;
        cursor:pointer;
        transform: scale(0.8);
    }
    .map_city li{
        display:inline-block;
    }
@media screen and (max-width:1024px) {
    .map_city {
         right: 25%;
    }

}
@media screen and (max-width:1024px) {
    .map_city {
         bottom: 46%;
    }

}
    @media screen and (max-width: 640px){ 
    .map_city {
        width: 100%; 
        position:relative;
        margin:10px auto;
        left:0;
        bottom:0;
        
    }
    }