@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}
ul,ol{
    list-style: none;
}
a{
    font-family: "Microsoft YaHei";
    text-decoration: none;
    border: 0;
}
img{
    max-width: 100%;
    height: auto;
}
a img{
    border: none;
}
input{
    outline: none;
}
/* 首页 */
.home{
    width: 100%;
    background: white;
}
/* 首页头部导航 */
.home .m-header{
    display:none;
}
.home .header{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;left: 0;
    z-index: 5;
}
.home .header>img{
    width: 170px;
    float: left;
    margin: 10px 0 0 24px;
}
.home .header .xiala_logo{
    display: none;
}
.home .header .nav{
    margin-left:214px;
}

.home .header .nav li{
    float: left;
    padding: 0 25px;
    line-height: 80px;
}
.home .header .nav .on a {
    color: #FFBE00;
}
.home .header .nav li a {
    font-size: 16px;
    color: white;   
    padding-bottom: 10px;
}
.home .header .nav .one{
    background: url(../img2/xiala01.png) no-repeat right center;
}

.home .header .nav .one:hover{
    background: url(../img2/xiala_hover.png) no-repeat right center;
}
.home .header .nav .two{
    background: url(../img2/xiala01.png) no-repeat right center;
}
.home .header .nav .two:hover{
    background: url(../img2/xiala_hover.png) no-repeat right center;
}

.home .header .nav .one .xiala_one{
    width: 100%;
    height: 0px;
    overflow: hidden;
    background: white;
    position: absolute;
    /* border-top: 1px solid #F0F0F0; */
    top: 80px;
    left:0;
    z-index: 3;
    /* display: none; */
}
.home .header .nav .one .xiala_one>div{
    margin-left: 430px;
    margin-top: 50px;
    overflow: hidden;
}
.home .header .nav .one .xiala_one>div p{
    line-height: 16px;
}
.home .header .nav .one .xiala_one>div>p{
    font-size: 14px;
    color: #999;
    margin-bottom: 32px;
}
.home .header .nav .one .xiala_one>div ul li{
    margin: 0;
    padding: 0;
    width: 230px;
    padding: 10px;
    height: 42px;
    display: inline-block;
    overflow: hidden;
    margin-left: 30px;
    border-radius: 5px;
}
.home .header .nav .one .xiala_one>div ul li:hover{
    background: #F5F5F5;
}
.home .header .nav .one .xiala_one>div ul li .left{
    float: left;
}
.home .header .nav .one .xiala_one>div ul li .right{
    float: left;
    margin-left: 10px;
}
.home .header .nav .one .xiala_one>div ul li .right .p1{
    font-size: 15px;
    color: black;
    line-height: 22px;
}
.home .header .nav .one .xiala_one>div ul li .right .p2{
    font-size: 12px;
    color: #999;
}
.home .header .nav .two .xiala_two{
    width: 100%;
    height: 0px;
    overflow: hidden;
    background: white;
    position: absolute;
    top: 80px;
    left: 0;
    /* border-top: 1px solid #F0F0F0; */
    z-index: 3;
    /* display: none; */
}
.home .header .nav .two .xiala_two  p{
    line-height: 16px;
}
.home .header .nav .two .xiala_two ul{
    margin-top: 40px;
    margin-left: 350px;
}
.home .header .nav .two .xiala_two ul li{
    display: inline-block;
    width: 210px;
    height: 50px;
    padding: 18px;
    margin-left: 25px;
    border-radius: 5px;
}
.home .header .nav .two .xiala_two ul li:hover{
    background: #F5F5F5;
}
.home .header .nav .two .xiala_two ul li .left{
    float: left;
}
.home .header .nav .two .xiala_two ul li .right{
    float: left; 
    margin-top: 8px;
    margin-left: 10px;
}
.home .header .nav .two .xiala_two ul li .right .p1{
    font-size: 15px;
    color: black;
}
.home .header .nav .two .xiala_two ul li .right .p2{
    font-size: 12px;
    color: #999;
    margin-top: 15px;
}
.home .header .user{
    float: right;

}
.home .header .user a{
    float:left;
    width: 84px;
    height: 30px;
    border: 1px solid #FFBE00;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    color: white;
    margin-top: 26px;
}
.home .header .dl{
    margin-right:16px;
}
.home .header .zc{
    margin-right:24px;
}
.home .header .user a:hover{
    border:1px solid #FFBE00;
    background: #FFBE00;
    color: white;
}

/* 滚动条滚动添加样式 */
.home  .scroll{
    background: white;
}
.home  .scroll .nav li a{
    color: black;
}
.home  .scroll .nav .one{
    background: url(../img2/xiala02.png) no-repeat right center;
}
.home  .scroll .nav .two{
    background: url(../img2/xiala02.png) no-repeat right center;
}
.home  .scroll .nav .on a{
    color: #FFBE00;  
}
.home  .scroll .user a{
    border: 1px solid #666666;
    color: black;
}


/* 背景轮播图 */
.swiper-container {
    width: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-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-slide{
    width: 100%;
}
.swiper-slide .pc-slide{
    display: block;
}
.swiper-slide .m-slide{
    display: none;
}
.swiper-slide img{
    width: 100%;
}
.swiper-slide a {
    width: 100%;
}
.swiper-container .swiper-button-next{
    position: absolute;
    right:200px;
}
.swiper-container .swiper-button-prev{
    position: absolute;
    left: 200px;
}
.swiper-button-white{
    height: 23px!important;
    margin-top: -12px!important;
}
/* 小程序优势 */
.home .smail{
    width: 100%;
    height: 766px;
    text-align: center;
}
.home .smail h4{
    padding-top: 72px;
    padding-bottom: 67px;
    font-size: 36px;
    text-align: center;
    font-weight: 400;
}
.home .smail div{
    width: 1000px;
    margin: 0 auto;
}
.home .smail div ul {
    width: 100%;
}
.home .smail div ul li{
    float: left;
    width: 33.33%;
    height: 250px;
    margin: 0 -25px;
    padding: 0 25px;
    text-align: center;
    cursor: pointer;
}
.home .smail div ul li div{
    width: 100%;
    background: white;
}
.home .smail div ul li div a{
    margin: 0 auto;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 10px #eee; 
    transition: all 0.5s;
}
.home .smail div ul li :hover a{
    transform: rotate(360deg);
    transition: all 0.5s;
}
.home .smail div ul li div a img{
    width: 50px;
    margin-top: 15px;
}
.home .smail div ul li div h6{
    font-size: 20px;
    padding-top: 46px;
    font-weight: 400;
}
.home .smail div ul li div p{
    font-size: 15px;
    padding: 16px 10% 0 10%;
    color: #989898;
}
/* 解决方案 */
.home .plan{
    width: 100%;
    text-align: center;
}
/* 新零售商店 */
.home .plan .plan_one {
    width: 100%;
    height: 600px;
}
.home .plan .plan_one h1{
    /* display: none; */
    font-size: 36px;
    margin-bottom: 88px;
    font-weight: 400;
}
.home .plan .plan_one div{
    width: 1100px;
    margin: 0 auto;
}
.home .plan .plan_one div .left{
    /* display: none; */
    width: 50%;
    float: left;
    text-align: left;
    padding-top: 46px;
}
.home .plan .plan_one div .left ul li{
    opacity: 0;
    margin-top: 36px;
}
.home .plan .plan_one div .left ul li h4{
    line-height: 32px;
    font-size: 20px;
    font-weight: 400;
}
.home .plan .plan_one div .left ul li p{
    font-size: 16px;
    color: #989898;
}
.home .plan .plan_one div .left ul li a{
    display: inline-block;
    width: 86px;
    height: 30px;
    font-size: 12px;
    color: #FFBE00;
    line-height: 30px;
    text-align: center;
    border: 1px solid #FFBE00;
    border-radius: 15px;
    transition: all 0.5s;
    margin-right:10px;
}
.home .plan .plan_one div .left ul li .on{
    background: #FFBE00;
    color: white;
}
.home .plan .plan_one div .left ul li a:hover{
    background: #FFBE00;
    color: white;
    transition: all 0.5s;
}
.home .plan .plan_one div .right{
    /* display: none; */

    width: 50%;
    float: left;
}
.home .plan .plan_one div .right img{
    opacity: 0;
    float: right;
    width: 480px;
}
/* 餐饮商家 */
.home .plan .plan_two {
    width: 100%;
    height: 600px;
    margin-top: 120px;
}
.home .plan .plan_two div{
    width: 1100px;
    margin: 0 auto;
}
.home .plan .plan_two div .left{
    /* display: none; */
    float: left;
}
.home .plan .plan_two div .right{
    /* display: none; */

    float: left;
}
.home .plan .plan_two h1{
    /* display: none; */
    font-size: 36px;
    margin-bottom: 88px;
    font-weight: 400;
}
.home .plan .plan_two div .left{
    width: 50%;
    float: left;
}
.home .plan .plan_two div .left img{
    opacity: 0;

    float: left;
    width: 420px;
}
.home .plan .plan_two div .right{
    width: 50%;
    float: left;
    text-align: left;
    padding-top: 46px;
}
.home .plan .plan_two div .right ul li{
    opacity: 0;
    margin-top: 36px;
    margin-left: 100px;
}
.home .plan .plan_two div .right ul li h4{
    line-height: 32px;
    font-size: 20px;
    font-weight: 400;
}
.home .plan .plan_two div .right ul li p{
    font-size: 16px;
    color: #989898;
}
.home .plan .plan_two div .right ul li a{
    display: inline-block;
    width: 86px;
    height: 30px;
    font-size: 12px;
    color: #FFC208;
    line-height: 30px;
    text-align: center;
    border: 1px solid #FFC208;
    border-radius: 15px;
    transition: all 0.5s;
    margin-right:10px;
}
.home .plan .plan_two div .right ul li .on{
    background: #FFC208;
    color: white;
}
.home .plan .plan_two div .right ul li a:hover{
    background: #FFC208;
    color: white;
    transition: all 0.5s;
}
/* 社区拼团 */
.home .plan .plan_three {
    width: 100%;
    height: 700px;
    margin-top: 120px;
}
.home .plan .plan_three h1{
    font-size: 36px;
    margin-bottom: 88px;
    font-weight: 400;
}
.home .plan .plan_three div{
    width: 1100px;
    margin: 0 auto;
}
.home .plan .plan_three div .left{
    width: 50%;
    float: left;
    text-align: left;
    padding-top: 46px;
}
.home .plan .plan_three div .left ul li{
    opacity: 0;
    margin-top: 36px;
}
.home .plan .plan_three div .left ul li h4{
    line-height: 32px;
    font-size: 20px;
    font-weight: 400;
}
.home .plan .plan_three div .left ul li p{
    font-size: 16px;
    color: #989898;
}
.home .plan .plan_three div .left ul li a{
    display: inline-block;
    width: 86px;
    height: 30px;
    font-size: 12px;
    color: #FFC208;
    line-height: 30px;
    text-align: center;
    border: 1px solid #FFC208;
    border-radius: 15px;
    transition: all 0.5s;
    margin-right:10px;
}
.home .plan .plan_three div .left ul li .on{
    background: #FFC208;
    color: white;
}
.home .plan .plan_three div .left ul li a:hover{
    background: #FFC208;
    color: white;
    transition: all 0.5s;
}
.home .plan .plan_three div .right{
    width: 50%;
    float: left;
}
.home .plan .plan_three div .right img{
    opacity: 0;

    float: right;
    width: 480px;
}
/* 营销战略 */
.home .market{
    width: 100%;
    height: 800px;
    background: url(../img2/zhanlue2.jpg)  no-repeat center;
    /* background-size: 100% 100%; */
}
.home .market div{
    width: 1000px;
    margin: 0 auto;
}
.home .market div h1{
    font-size: 44px;
    padding: 100px 0 60px 0;
    color: white;
    text-align: center;
    font-weight: 400;
}
.home .market div ul{
    width: 134px;
    height: 480px;
    float: left;
}
.home .market div ul li{
    line-height:60px;
    text-align: left;
}
.home .market div ul li a{
    font-size: 16px;
    color: white;
}
.home .market div ul li.on a{
    color: #FDCF01;
}
.home .market div .right{
    width: 856px;
    height: 480px;
    float: right;
}
.home .market div .right div{
    display: none;
}
.home .market div .right a{
    float: left;
    width: 198px;
    height: 150px;
    margin: 10px  8px 0px;
    background: white;
    border-radius: 2px;
    text-align: center;
}
.home .market div .right a img{
    height: 50px;
    margin-top: 30px;
}
.home .market div .right a p{
    margin-top: 28px;
    font-size: 16px;
    color: #444;
}
/* 优势 */
.home .good{
    width: 100%;
    height: 1056px;
    text-align: center;
}
.home .good img{
    width: 1145px;
    margin-top: 60px;
}
/* 缩放动画 */
.ss{
    animation: good 0.5s linear;
}
.home .good h2{
    text-align: center;
    font-size: 36px;
    margin-top: 82px;
}
.home .good p{
    font-size: 16px;
    margin-top: 26px;
    line-height: 28px;
    color: #989898;
}
@keyframes  good{
    /* 0%  {transform: scale(1.0)}
    10% {transform: scale(0.9)}
    20% {transform: scale(0.8)}
    30% {transform: scale(0.9)}
    40% {transform: scale(0.8)}
    50% {transform: scale(0.9)}
    60% {transform: scale(1.0)}
    70% {transform: scale(1.1)}
    80% {transform: scale(1.2)}
    90% {transform: scale(1.1)}
    100%  {transform: scale(1.0);} */
    0% {transform: scale(1.0)}
    25% {transform: scale(0.7)}
    50% {transform: scale(0.9)}
    75% {transform: scale(0.7)}
    100% {transform: scale(1.0)}
}
/* 小程序平台 */
.home .platform{
    width: 100%;
    height: 416px;
    background: url(../img2/pingtai.jpg) no-repeat center;
    /* background-size: 100% 100%; */
}
.home .platform h1{
    padding-top: 100px;
    font-size: 30px;
    color: white;
    text-align: center;
}
.home .platform h3{
    padding-top: 32px;
    font-size: 24px;
    color: white;
    text-align: center;
}
.home .platform div{
    width: 816px;
    height: 60px;
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
    border-top: 1px solid #eaeaea;
    border-radius: 5px;
    background: white;
    
}
.home .platform div p{
    display: inline-block;
    width: 271px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-right: 1px solid #EAEAEA;
    font-size: 24px;
}
.home .platform div p span{
    color: #FED20D;
}
/* 客户案例 */
.home .cases{
    width: 100%;
    height: 750px;
    background: #F7F8FC;
    text-align: center;
}
.home .cases>div{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.home .cases h2{
    padding-top: 56px;
    font-size: 36px;
    font-weight: bold;
}
.home .cases ul{
    overflow: hidden;
    /* height: 578px; */
    margin: 0 auto;
    margin-top: 66px;
}
.home .cases ul li{
    float: left;
    width: 20%;
    margin: 0 -10px;
    padding: 0 10px;
    /* height: 578px; */
    background: #F7F8FC;
}
.home .cases ul li .kuang{
    width: 100%;
    background: white;
    padding-top: 50px;
    height: 450px;
}
.home .cases ul li:hover .kuang{
    background: #FFD101;
}
.home .cases ul li h5{
    margin-top: 25px;
    color: #343434;
    font-size: 23px;
    font-weight: 400;
}
 .home .cases ul li .p1{
    font-size: 16px;
    color: #333;
}
.home .cases ul li .p2{
    margin: 0 auto;
    text-align: left;
    margin-top: 34px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
    color: #989898;
}
.home .cases ul li:hover h5{
    color: white;
}
.home .cases ul li:hover .p1{
    color: white;
}
.home .cases ul li:hover .p2{
    color: white;
}
.home .cases ul li .kuang div{
    width: 138px;
    height: 138px;
    border-radius: 50%;
    margin:0 auto;

}
.home .cases ul li .kuang .img1{
    background-image: url(../img2/CoCo.png);
}
.home .cases ul li .kuang:hover .img1{
    background-image: url(../img2/CoCo2.png);
}
.home .cases ul li .kuang .img2{
    background-image: url(../img2/laoxiangji.png);
}
.home .cases ul li .kuang .img3{
    background-image: url(../img2/xianguoyuan.png);
}
.home .cases ul li .kuang .img4{
    background-image: url(../img2/liangping.png);
}
.home .cases ul li .kuang .img5{
    background-image: url(../img2/guangheyuan.png);
}
/* 合作伙伴 */
.friend{
    width: 100%;
    height: 500px;
    background: url(../img2/friend.jpg) no-repeat center;
    /* background-size: 100% 100%; */
}
.friend h1{
    color: white;
    padding-top: 152px;
    text-align: center;
    font-size: 40px;
}
.friend div{
    width: 100%;
    margin-top: 80px;
    text-align: center;
}
.friend p{
    display: inline-block;
    width: 340px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 4px solid #FFD101;
    border-radius: 6px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    margin: 0 45px;
    transition: all 0.3s;
}
.friend p a{
    color: white;
    display: block;
}
.friend .on{
    background: #FDD101;
}
.friend p:hover{
    background: #FDD101;
    box-shadow:0 0 5px #FDD101;
    transition: all 0.3s;
}
/* 首页底部 */
.home .bot{
    width: 100%;
    height: 466px;
    background: #040000;
    /* background: #ccc; */
}
.home .bot>div{
    width: 1200px;
    margin: 0 auto;
}
.home .bot>div .youshi{
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #222;
}
.home .bot  .youshi li{
    float: left;
    width: 33.33%;
    text-align: center;
}
.home .bot .youshi li p{
    color: white;
    font-size: 16px;
    padding-top: 40px;
}
.home .bot .youshi li span{
    font-size: 14px;
    color: #999;
}
.home .bot .bot_xinxi{
    width: 1200px;
    height: 200px;
    padding-top:48px; 
}
.home .bot .bot_xinxi ul{
    float: left;
}
.home .bot .bot_xinxi .left{
    text-align: left;
    margin-right: 140px;
}
.home .bot .bot_xinxi ul li h4{
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    color: #989898;
    position: relative;
    margin-bottom: 25px;
}
.home .bot .bot_xinxi ul li h4::before{
    position: absolute;
    content: '';
    width: 28px;
    height: 3px;
    background: #5C5C5C;
    left: 0;
    top: 35px;
}
.home .bot .bot_xinxi ul li h4::after{
    position: absolute;
    content: '';
    width: 126px;
    height: 1px;
    left: 0;
    top: 37px;
    background: #282828;
}
.home .bot .bot_xinxi .left a{
    font-size: 12px;
    color: #999798;
    line-height: 30px;
    cursor: pointer;
}
.home .bot .bot_xinxi .main .main_one div{
    display: inline-block;
}
.home .bot .bot_xinxi .main .main_one .left{
    margin-right: 20px;
}
.home .bot .bot_xinxi .main .main_one p{
    font-size: 12px;
    color: #989898;
    line-height: 24px;
}
.home .bot .bot_xinxi .main .main_two{
    margin-top: 20px;
}
.home .bot .bot_xinxi .main .main_two div{
    float: left;
    margin-right: 20px;
}
.home .bot .bot_xinxi .main .main_two p{
    float: left;
    line-height: 42px;
    color: #989898;
    font-size: 12px;
}
.home .bot .bot_xinxi .right{
    margin-left:100px;
}
.home .bot .bot_xinxi .right p{
    font-size: 12px;
    color: #989898;
    line-height: 30px;
    padding-left: 22px;
}
.home .bot .bot_xinxi .right .p1{
    background: url(../img2/dibiao.png) no-repeat left center;
}
.home .bot .bot_xinxi .right .p2{
    background: url(../img2/dianhua.png) no-repeat left center;
}
.home .bot .bot_xinxi .right .p3{
    background: url(../img2/web.png) no-repeat left center;
}
.home .bot .bot_xinxi>img{
    width: 128px;
    float: right;
    margin-top: 72px;
}
.home .bot>p{
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 70px;
}
/* 移动端底部隐藏 */
.home .m-bot{
    display: none;
}
.home .m-bot{
    font-size: 10px;
    line-height: 30px;
    color: #8C8A89;
    padding: 20px 5%;
    background: #3F3C3A;
    text-align: center;
}
/* fixed */
.fixed{
    width: 104px;
    height: 242px;
    position: fixed;
    right: 5px;
    bottom: 150px;
    z-index: 10;
    background: #FCD100;
    border-radius: 50px 50px 0 0 ;
}
.fixed>i{
    display: block;
    position: absolute;
    top: -4px;
    right: 0px;
    width: 10px;
    height: 10px;
    overflow: hidden;  
    background: url(../img2/fixed_close.png) no-repeat center center;
    cursor: pointer;
}
.fixed>a{
    display: block;
    height: 100%;
}
.fixed .phone span{
    display: block;
    text-align: center;
    margin-left: 10px;
    font-size: 14px;
    color: white;
    background: url(../img2/fixed_phone.png) no-repeat left center;
    background-size: 14px 14px;
}
.fixed .phone p{
    font-size: 14px;
    color: white;
    text-align: center;
    margin-top: 14px;
}
.fixed .phone div{
    width: 80px;
    color: #FCD100;
    background: white;
    margin: 20px auto;
    text-align: center;
    line-height: 30px;
}
.fixed .phone div:hover{
    opacity: 0.9;
}