@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    /* font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit; */
    list-style: none;
    box-sizing: border-box;
}

a {
    /* color: #999; */
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.w1024 {
    width: 1024px;
    margin: 0 auto;
}
.m_auto{
    margin: 0 auto; 
}

.clear {
    clear: both;
}

body {
    height: auto;
    font-family: "微软雅黑";
    /* text-align: justify; */
}

.container {
    width: 100%;
}

header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.091);
}

#meta{
    height: 100px;
  }

/* pc头部 */
.pcNav {
    display: flex;
    align-items: center;
    height: 100px;
}

.pcNav .logo {
    /* width: 50px; */
    height: 50px;
    margin-left: 30px;
    cursor: pointer;
}
.pcNav .logo a{
    display: flex;
    align-items: center;
}
.pcNav .logo img {
    width: 50px;
}
.pcNav .logo .titlebox{
    margin-left: 10px;
}
.pcNav .logo .titlebox b{
    color: #000;
    font-size: 22px;
    font-weight: bold;
}
.pcNav .logo .titlebox div{
    font-size: 20x;
    color: #333;
    font-weight: bold;
    /* text-align: center; */
}

.pcNav .nav_menu {
    /* margin-left: auto; */
    margin-left: 100px;
}

.aBtn{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.pcNav .loginBtn{
    /* margin-left: auto; */
    color: white;
    background-color: #1890ff;
    width: 90px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s;
    margin-right: 15px;
 }
 .pcNav .loginBtn:hover{
     background-color: #409EFF;
 }
.pcNav .join{
   color: white;
   background-color: #f68b1e;
   width: 90px;
   height: 30px;
   border-radius: 15px;
   text-align: center;
   line-height: 30px;
   font-size: 14px;
   font-weight: bold;
   transition: all 0.2s;
  
}
.pcNav .join:hover{
    background-color: #f7ab5f;
}




.nav_menu .list ul {
    display: flex;
    align-items: center;
    /* width: 800px; */
}

.nav_menu .list ul li {
    /* flex: 1; */
    /* width: 100px; */
    padding: 0 30px;
    cursor: pointer;
    line-height: 100px;
    transition: all 0.2s;
}

.nav_menu .list ul li a {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    transition: all .3s;
}

.nav_menu .list ul li i {
    color: #000;
    font-weight: bold;
    margin-left: 5px;
    transition: all .3s;
}

.nav_menu .list ul li.now a {
    color: #f68b1e;
}

.nav_menu .list ul li.now i {
    color: #f68b1e;
}

.pcNav .box {
    position: absolute;
    top: 100px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    height: 0;
    /* filter: alpha(opacity=0); */
    opacity: 0;
    z-index: 100;
    left: 0;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, .2);
}

.pcNav .box .cont {
    position: relative;
    /* padding-top: 24px; */
    padding: 30px 30px 0px 30px;
    display: none;
    background-color: #fff;
}

.mobile_nav{
    width: 100%;
    display: none;
    position: fixed;
    height: 56px;
    left: 0;
    top: 0;
    background-color: #fff;
    color: #000;
}
.mobile_nav .box{
    width: 100%;
    display: flex;
    height: 56px;
    align-items: center;
    padding: 0 30px;
}
.mobile_nav .logo img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.mobile_nav .logo a{
    display: flex;
    align-items: center;
    color: #000;
    
}
.mobile_nav .logo a .titlebox div{
    font-size: 12px;
    color: #333;
    font-weight: bold;
}
.mobile_nav .logo a b{
    font-weight: bold;
    font-size: 18px;
}
.mobile_nav .icon{
    margin-left: auto;
}
.mobile_nav .icon i{
    font-size: 1.5rem;
    cursor: pointer;
}
.mobile_drawer{
    display: none;
    position: fixed;
    top: 56px;
    /* top: 0; */
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}
.drawer{
    position: fixed;
    width: 200px;
    height: 100%;
    padding-bottom: 56px;
    background: #fff;
    top: 56px;
    transform: translateX(-240px);
    transition: all .2s;
}
.drawer.curn{
    transform: translateX(0);
}
.drawer ul div{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-left:20px;
    margin-top: 20px;
}
.drawer ul li{
    font-size: 16px;
    color: #666;
    padding-left:30px;
    margin-top: 10px;
}
.drawer ul li a{
    font-size: 16px;
    color: #666;
}
/*  */
.about{
    padding: 30px;
}
.about .pic{
        display: block;
        width: 50px;
        margin: 0 auto;
}
.about h3{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 30px 0;
    color: #333;
}
.about .box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
   
}
.about .box .info .tit1{
    font-size: 4.5rem;
    /* line-height: 1; */
    color: #333;
}
.about .box .info .tit2{
    display: flex;
    font-size: 4.5rem;
    /* line-height: 1; */
    color: #f68b1e;
    margin: 30px 0;
}
.about .box .info .tit2 b{
    font-weight: normal;
}
.about .box .info .tit2 span{
    color: #333;
}
.about .box .info .tit3{
    font-size: 1.5rem;
    /* line-height: 1; */
    color: #333;
}
.about .box .info .submit{
    display: inline-block;
    margin: 30px 0;
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    background: rgba(234, 88 ,12 ,.8);
    transition: all .3s;
}
.about .box .info .submit:hover{
    background: rgba(234, 88 ,12 ,1);
}
.about .box .video{
   /* margin-left: auto; */
}
.about .box .video img{
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}


/*  */
.main1{
    background: #FFF0E8;
    
}
.main1 .content{
    /* padding-top: 2.5rem; */
    padding: 2.5rem 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.main1 .content .box2{
    padding: 1rem 0 1rem 1rem;
}
.main1 .content .box2 h1{
    font-size: 3.2rem;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
}
.main1 .content .box2 p{
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
    line-height: 1.4rem;
    color: #333;
    /* text-align: center; */
}
.main1 .content .box2 .btn{
    display: flex;
}
.main1 .content .box2 .submit{
    /* display: inline-block; */
    margin: 0 auto;
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    background: rgba(234, 88 ,12 ,.8);
    transition: all .3s;
}
.main1 .content .box2 .submit:hover{
    background: rgba(234, 88 ,12 ,1);
}

/*  */
.main2 .pic{
    display: block;
    margin: 2rem auto;
    width: 500px;
}
.line{
    border: 2px solid;
    margin: 0 auto;
    display: block;
    width: 50px;
    border-radius: 10px;
    color: #f68b1e;
}
.navtext{
    padding:  1.25rem 0 0 0;
    margin: 0 auto;
    display: block;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.navtext .n1{
    font-size: 28px;
    font-weight: 500;
}
.navtext .n2{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    color: #6b7280;
    margin: 1.5rem 0;
    padding: 0 10px;
}
.navtext .n3 a{
    padding: 12px 24px;
    display: block;
    background-color: #f68b1e;
    color: white;
    font-size: 1.125rem;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
}
.navtext .n3 a:hover{
    background-color: #d87512;
}
.flex{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
/*  */
.main3{
    width: 100%;
    background-color: #f8f9fb;
}
.main3 .dm-we{
    width: 100%;
    height: 273px;
    padding-top: 80px;
    background-image: linear-gradient(270deg,#f79717,#f68b1e);
}
.main3 .dm-we h3{
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.main3 .advantage{
    width: 100%;
    /* max-width: 1180px; */
    margin: 0 auto;
}
.main3 .advantage .nav{
    position: relative;
    top: -77px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 hsla(0,0%,70.2%,.18);
    border-radius: 8px;
}
.main3 .advantage .nav .item{
    width: 100%;
    display: flex;
    flex-wrap:wrap;
}
.main3 .advantage .nav .item .i{
    display: block;
    /* flex: 0 0 100%;
    max-width: 100%; */
    flex-grow: 1;
    flex-basis: 200;
}
.advantage .nav .item .i .i-con{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 80px 0 56px;
}
.advantage .nav .item .i .i-con::after{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 227px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #ededed;
}
.advantage .nav .item>.i:last-child>.i-con::after{
    display:none;
}
    
.advantage .nav .item .i .i-con img{
    display: block;
    width: 168px;
    height: 168px;
    margin: 0 auto 63px;
}
.allfact h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #333;
    margin-bottom: 0.5em;
}
.allfact p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
/*  */
.main4{
    width: 100%;
    background-color: #f8f9fb;
    padding: 68px 0 48px;
}
.main4 .service {
    /* padding: 0 16px; */
}
.main4 .service h3{
    font-size: 40px;
    line-height: 56px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5em;
}
.main4 .service .ser-nav{
    margin: 0 -10px;
    display: flex;
    flex-flow:wrap;
    align-items: center;
    min-width: 0;
    justify-content: space-between;
}
.main4 .service .ser-nav .n{
    padding: 0 10px;
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}
.service .ser-nav .n .n-con{
    position: relative;
    width: 100%;
    height: 420px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 hsla(0,0%,70.2%,.18);
    cursor: pointer;
    transition: all .3s ease;
    margin-bottom: 20px;
}
.service .ser-nav .n .n-con .n-img{
    display: block;
    width: 100%;
    height: 210px;
    transition: all .3s ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}
.service .ser-nav .n .n-con p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 1em;
}
.service .ser-nav .n .n-con h4{
    margin: 49px 0 24px;
    font-size: 24px;
    line-height: 33px;
    color: #333;
    font-weight: 700;
}
.service .ser-nav .n .n-con .n1{
    background-image: url('../images/service1.jpg');
}
.service .ser-nav .n .n-con .n2{
    background-image: url('../images/service2.jpg');
}
.service .ser-nav .n .n-con .n3{
    background-image: url('../images/service3.jpg');
}
.allfact h4 {
    margin: 49px 0 24px;
    font-size: 24px;
    line-height: 33px;
    color: #333;
    font-weight: 700;
}
/*  */
.main5 .navtop{
    height: auto;
    width: 100%;
    position: relative;
}
.main5 .navbottom{
    height: 100%;
    width: 100%;
    margin-top: -2.5rem;
    z-index: 0;
}
.main5 .navtop img{
    height: auto;
    width: 100%;
    display: block;
    vertical-align: middle;
}
.main5 .navtop .ttext {
   position: absolute;
   z-index: 100%;
}
.main5 .navtop .ttext .textmd{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #FFFFFF;
}
.main5 .navtop .ttext .textmd .text-orange{
    color: #f68b1e;
}
.main5 .navbottom .navlist{
    display: flex;
    align-items: flex-end;
    height: 100%;
    justify-content: center;
}
.main5 .navbottom .navlist .gap{
    gap: 0.5rem;
    display: flex;
    justify-content: center;
}
.main5 .navbottom .navlist .gap .bg{
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 0.5rem 0.75rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    /* background-color: #FFF0E8; */
    background-color: white;
    cursor: pointer;
}
.main5 .navbottom .navlist .gap .bg:hover{
    background-color: #FFF0E8;
}
.cur{
    background-color: #FFF0E8 !important;
}
.main5 .navbottom .index_cont {
    background-color: #FFF0E8;
    padding: 2.5rem 1rem;
    display: flex;
    flex-direction: column;
}
.main5 .navbottom .index_cont .list{
    display: none;
    text-align: center;
    padding-top: 4rem;
}
.selected{
    display: block !important;
}
.line{
    border: 2px solid;
    margin: 0 auto;
    display: block;
    width: 50px;
    border-radius: 10px;
    color: #f68b1e;
}
.title{
    font-weight: 500;
    font-size: 28px;
    margin: 12px 0px 20px;
}
.main5 .navbottom .index_cont .nav1 .grid{
    /* display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1,minmax(0,1fr)); */
    display: flex;
    flex-flow: row wrap;
}
.main5 .navbottom .index_cont .nav1 .grid .py_img{
    flex-direction: column;
    display: flex;
    align-items: center;
    padding: 12px;
    flex: 0 0 100%;
    max-width: 100%;
}
.py_img img{
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
}
.py_img .font_bold{
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 1.25rem auto;
}
.py_img .my_nav{
    text-underline-offset: 2px;
    text-decoration-line: underline;
    margin: 1.25rem auto;
}
.py_img .my_nav a{
    color: inherit;
    text-decoration: inherit;
    color: #f68b1e;
}
.main5 .navbottom .index_cont .nav2 .grid{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1,minmax(0,1fr));
}
.rounded{
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}
.py_throu{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.font_mudium{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 1.25rem;
    height: 80px;
}
.text_gary{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    height: 100px;
    color: #9ca3af;
}
.py_throu .my_nav{
    text-underline-offset: 2px;
    text-decoration-line: underline;
    margin: 1.25rem 0;
}
.py_throu .my_nav a{
    color: inherit;
    text-decoration: inherit;
    color: #f68b1e;
}
.mt{
    margin-top: 2.5rem;
}
.showmore{
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    background-color: #f68b1e;
    color: white;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
}
.main5 .navbottom .index_cont .nav3 .grid{
    grid-template-columns: repeat(1,minmax(0,1fr));
    gap: 1rem;
    display: grid;
}
.nav3 .grid .py_img{
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    flex-direction: column;
}
.nav3 .grid .py_img .text_gray{
    color: #9ca3af;
    text-align: left;
    /* height: 100px; */
}
.main5 .navbottom .index_cont .nav4 .grid{
    grid-template-columns: repeat(1,minmax(0,1fr));
    /* grid-template-columns: repeat(3,minmax(0,1fr)); */
    padding: 0 7rem;
    display: grid;
}
.nav4 .grid .posbox{
    padding: 0.75rem 0;
    position: relative;
}
.nav4 .grid .posbox img{
    width: 100%;
}
.nav4 .grid .posbox .text_center{
    text-align: center;
    position: absolute;
}
.text_center .font_mudium{
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
}
/* footer */
.mx-auto{
    padding: 2rem;
}
.mx-auto .pt1{
    padding: 2.5rem 0 1.5rem 0;
    display: flex;
    justify-content: space-between;
}
.pt1 .flollow{
    display: flex;
    align-items: center;
    color: white;
}
.pt1 .flollow span{
    font-size: .14px;
    line-height: 1.25rem;
}
.pt1 .flollow .text_bg{
    background-color: white;
    border-width: 1px;
    justify-content: center;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    width: 33px;
    height: 33px;
    margin: 0 0.5rem;
}
.pt1 .flollow .text_bg img{
    /* width: 1.5rem; */
    /* height: auto; */
    width: 24px;
    height: 24px;
    margin: 0 auto;
    cursor: pointer;
}
.logo_footer{
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}
.logo_footer img{
    margin-right: 10px;
    /* width: auto;
    height: 2rem; */
    width: 60px;
    border-radius: 5px;
}
.mx-auto .py_con{
    padding: 1rem 0;
    display: grid;
    color: white;
    grid-template-columns: rwyepeat(q,minmax(0,1fr));
}
.mx-auto .py_con .tit{
    margin-top: 1rem;
    color: #d4d4d4;
}
.mx-auto .py_con .tit a{
    color: #d4d4d4;
}
.mx-auto .py_con .bb1 .wiw{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 11rem;
}
.erwm{
    display: flex;
    flex-direction: column;
    width: 5rem;
}
.erwm img{
    width: 100%;
    height: auto;
}
.erwm div{
    margin-top: 0.5rem;
    text-align: center;
}
.text-sm{
    padding: 1rem 0;
    font-size: .875rem;
    line-height: 1rem;
}
.pad4{
    padding-right: 30px !important;
}
.mx-auto .address{
    text-align: center;
    color: white;
    padding: 2rem 0 0 0;
}
/* 开店指南 */
.open{
    display: flex;
    align-items: center;
}
.open .m_open{
    /* flex: 1; */
    padding: 0 10px;
}
.open .m_open a{
    display: block;
    color: #333;
}
.open .m_open .m_img{
    width: 100%;
    max-width: 380px;
    max-height: 240px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 4px 5px #d8d8d8;
}
.open .m_open .m_img .posi{
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
}
.open .m_open .m_img .posi:hover{
    background-color: #ffa64e4d;
}
.open .m_open .m_img:hover{
    background-color: wheat;
}
.open .m_open .m_img img{
    width: 100%;
}
.open .m_open .m_text{
    margin-top: 20px;
}

@media (min-width: 1240px) {
    .container {
        max-width: 1240px;
    }
    .main5 .navtop .ttext .textmd{
        font-size: 4.5rem;
        line-height: 1;
    }
    
    .nav3 .grid .py_img .text_gray{
        height: 100px;
    }
    .main5 .navbottom .index_cont .nav1 .grid{
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .main5 .navbottom .index_cont .nav1 .grid .py_img{
        align-items: flex-start;
    }
    .main5 .navbottom .index_cont .nav4 .grid{
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .main5 .navbottom .index_cont .nav3 .grid{
        grid-template-columns: repeat(5,minmax(0,1fr));
    }
    .main5 .navbottom .index_cont .nav3 .grid .py_img{
        align-items: flex-start;
    }
    .mx-auto .py_con{
        grid-template-columns: repeat(5,minmax(0,1fr));
        gap: 0;
    }
    /* .main3 .advantage .nav .item .i{
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .main4 .service .ser-nav .n{
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    } */
}
@media (max-width: 1200px) {
    .nav_menu .list ul li{
        padding: 0 20px;
    }
    
    .main4 .service{
        padding: 0 16px;
    }
}
@media (max-width: 1130px) {
    .nav_menu .list ul li{
        padding: 0 10px;
    }
    .about .box .info .tit1{
        font-size: 2.8rem;
    }
    .about .box .info .tit2{
        font-size: 2.8rem;
        margin: 15px 0;
    }
    .about .box .info .tit3{
        font-size: 1rem;
    }
    .main3 .advantage{
        padding: 0 16px;
    }
}
@media (max-width: 1024px) {
    /* .container {
        width: 100%;
    } */
    .pcNav{
        display: none;
    }
    .mobile_nav{
        display: block;
    }
    #meta{
      height: 56px;
    }
    /*  */
    .about .box{
        display: block;
    }
    .about .box .info .tit1{
        font-size: 4.5rem;
    }
    .about .box .info .tit2{
        font-size: 4.5rem;
        margin: 30px 0;
    }
    .about .box .info .tit3{
        font-size: 1.5rem;
    }
    .about .box  .video img{
        width: 100%;
    }

    /*  */
    .main1 .content .box img{
        width: 100%;
    }
    .main1 .content{
        display: block;
    }
}
@media ((min-width: 768px)) {
    .main3 .advantage .nav .item .i{
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .main4 .service .ser-nav .n{
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .main5 .navbottom .index_cont .nav1 .grid .py_img{
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}