.swiper-slide{
    overflow-y: hidden;
}
/*出行头图*/
.download{
    width: calc(100% - 20px);
    margin-left: 20px;
    height: 70%;
    position: relative;
    /*overflow: hidden;*/
}
.download .title{
    padding-top: 7vw;
    font-size: 1.8vw;
    font-weight: bold;
}
.download .title span{
    display: block;
}
.download .content{
    margin-top: 17px;
    line-height: 2vw;
    font-size: 1.3vw;
    color: #464646;
    font-family: -webkit-body;
}
.download .content p{
    letter-spacing: 0.04rem;
}
.download button{
    border: none;
    background: #ffcc20;
    color: #333;
    padding: 6px 0;
    width: 10vw;
    border-radius: 30px;
    margin-top: 25px;
    font-size: 1.1vw;
}
.download .background{
    position: absolute;
    width: 92%;
    top: 0;
    right: 0.4vw;
    z-index: -1;
}
.download .car{
    width: 70%;
    z-index: -2;
    right: 0;
    position: absolute;
    bottom: 6vw;
}
/*优势介绍*/
.strength{}
.strength .title{
    text-align: center;
    font-size: 1.4vw;
}
.strength .title span{
    display: block;
    /*border-top: 1px solid #E8E8E8;*/
    /*margin: 5px auto 0 auto;*/
    /*width: 9vw;*/
}
.strengths{
    margin-top: 90px;
    overflow: hidden;
}
.strengths .strengths-item{
    width: 24%;
    float: left;
    text-align: center;
    margin: 0 1%;
}
.strengths .strengths-item:nth-child(3n-1){
    margin: 0 12%;
}
.strengths .strengths-item .image{
    box-shadow:0px 2px 20px 0px rgba(222,222,222,0.5);
    border-radius:36px;
    /*padding: 10px;*/
    margin-top: 10px;
}
.strengths .strengths-item .image img{
    width: 100%;
    border-radius: 30px;
}
.strengths .strengths-item h4{
    margin-top: 18px;
    color: #FFCC21;
    font-size: 1.2vw;
}
.strengths .strengths-item h5{
    margin-top: 30px;
    font-size: 0.8vw;
}
.strengths .strengths-item p{
    width: 94%;
    margin-left: 3%;
    margin-top: 25px;
    font-size: 0.7vw;
}
/*产品特点*/
.product{
    overflow: hidden;
}
.product-left{
    width: 60%;
    float: left;
    margin-right: 5%;
}
.product-left img{
    width: 100%;
}
.product-right{
    width: 35%;
    padding-top: 80px;
    float: left;
}
.product-right .title{
    font-size: 1.4vw;
}
.product-right .title span{
    display: block;
    /*border-top: 1px solid #E8E8E8;*/
    /*margin-top: 5px;*/
    /*width: 6vw;*/
    /*white-space: nowrap;*/
}
.product-right .content{}
.product-right .content h3{
    margin-top: 40px;
    color: #FFCC21;
    font-size: 1.2vw;
    font-weight: bold;
}
.product-right .content h4{
    margin-top: 25px;
    font-size: 0.9vw;
    font-weight: bold;
    color: #333;
}
.product-right .content p{
    margin-top: 20px;
    font-size: 0.8vw;
    color: #333;
}
.recruit-qrcode{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: none;
}
.recruit-qrcode .qrcode{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 224px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
}
.recruit-qrcode .qrcode img{
    width: 100%;
}
.recruit-qrcode .qrcode p{
    font-size: 1.1vw;
    margin-top: 10px;
}
/*蜂派联盟*/
.download-2{
    overflow: hidden;

}
.download-2 .download-left{
    width: 40%;
    float: left;
    padding-top: 15vh;
}
.download-2 .download-left .item-title{
    font-size: 3vw;
    color: #ffcc20;
}
.download-2 .download-left .item-title span{
    display: none;
}
.download-2 .download-left .item-info{
    font-size: 1vw;
    margin-top: 10px;
    line-height: 2.4vw;
}
.download-2 .download-left .item-text{
    font-size: 1vw;
    margin-top: 50px;
}
.download-2 .download-left .item-links{
    margin-top: 10px;
}
.download-2 .download-left .item-links a{
    display: inline-block;
}
.download-2 .download-left .item-links a img{
    width: 140px;
    margin-right: 2vw;
}
.download-2 .download-right{
    width: 60%;
    float: left;
    position: relative;
}
.download-2 .download-right .item-bg{
    width: 64%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-left: 27%;
}
.download-2 .download-right .swiper2{
    overflow: hidden;
    position: absolute;
    top: 6.7vh;
    left: 8%;
    width: 100%;
    text-align: center;
}
.download-2 .download-right .swiper2 img{
    width: 42%;
    margin-left: 6%;
}
.download-2 .swiper2 .swiper-pagination{
    left: 0 !important;
    bottom: 0 !important;
}
/*优势介绍*/
.goodness{}
.goodness .goodness-title{
    padding-top: 1vh;
    text-align: center;
}
.goodness .goodness-title .title{
    font-size: 1.8vw;
}
.goodness .goodness-title .text{
    margin-top: 10px;
    padding: 0 30%;
    font-size: 1.1vw;
    line-height: 1.8vw;
}
.goodness .goodness-info{
    margin-top: 5vh;
    overflow: hidden;
    position: relative;
}
.goodness .goodness-info .info-left{
    width: 27%;
    float: left;
}
.goodness .goodness-info .info-left,.goodness .goodness-info .info-right{
    padding-top: 4vh;
}
.goodness .goodness-info .info-left .info-text{
    text-align: right;
    margin-bottom: 6vh;
}
.goodness .goodness-info .info-left .info-text .title,.goodness .goodness-info .info-right .info-text .title{
    font-size: 1.3vw;
    color: #ffcc20;
    margin-bottom: 5px;
    font-weight: bold;
}
.goodness .goodness-info .info-left .info-text .text{
    width: 78%;
    margin-left: 22%;
    font-size: 1vw;
}
.goodness .goodness-info .info-middle{
    width: 40%;
    margin: 0 3%;
    float: left;
    position: relative;
}
.goodness .goodness-info .info-middle .hexagon{
    width: 80%;
    margin: 0 10%;
}
.goodness .goodness-info .info-middle .info-img{
    position: absolute;
    top: 2%;
    width: 100%;
}
.goodness .goodness-info .info-middle .info-img img{
    width: 50%;
    margin-left: 27%;
}
.goodness .goodness-info .info-middle .go-link{
    width: 172px;
    background: #ffcc20;
    padding: 7px 0;
    border-radius: 5px;
    text-align: center;
    margin: 25px auto;
}
.goodness .goodness-info .info-middle .go-link a{
    color: #fff;
    font-size: 1vw;
    display: block;
}
.goodness .goodness-info .info-right{
    width: 27%;
    float: left;
}
.goodness .goodness-info .info-right .info-text{
    text-align: left;
    margin-bottom: 6vh;
}
.goodness .goodness-info .info-right .info-text .text{
    width: 78%;
    font-size: 1vw;
}
/*案例展示*/
.case{
    width: 100%;
    position: relative;
}
.case .hexagon2{
    width: 40%;
    margin: 10vh 30%;
}
.case .case-info{
    position: absolute;
    top: 20vh;
    left: 50%;
    width: 64%;
    transform: translateX(-50%);
}
.case .case-title{
    text-align: center;
}
.case .case-title .title{
    font-size: 2vw;
    margin-bottom: 5px;
}
.case .case-title .text{
    font-size: 1vw;
    letter-spacing: 2px;
}
.case .case-list{
    margin-top: 4vh;
    overflow: hidden;
    color: #fff;
}
.case .case-list .case-item{
    width: 27%;
    float: left;
    margin: 0 3%;
    background: rgb(253, 119, 166);
    padding: 3vh 3%;
    position: relative;
}
.case .case-list .case-item-bg2{
    background: rgb(255, 174, 108);
}
.case .case-list .case-item-bg3{
    background: rgb(99, 169, 255);
}
.case .case-list .case-item .tag{
    text-align: center;
    font-size: 0.8vw;
}
.case .case-list .case-item .title{
    text-align: center;
    font-size: 1.5vw;
}
.case .case-list .case-item button{
    width: 100%;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    padding: 5px 0;
}
.case .case-list .case-item button:hover{
    background: #fff;
    color: #333;
    cursor: pointer;
}
.case .case-list .case-item .content{
    overflow: hidden;
    margin: 15px 0 20px;
}
.case .case-list .case-item .content p{
    white-space: nowrap !important;
    font-size: 1vw;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
    color: #fff !important;
    width: 40%;
    float: left;
}
.case .case-list .case-item .qrcode{
    position: absolute;
    top: 2vh;
    height: 100%;
    width: 78%;
    display: none;
}
.case .case-list .case-item .qrcode img{
    width: 100%;
}
.case-list-mobile{
    display: none;
}
/*app介绍*/
.app-desc{
    padding-top: 10px;
}
.app-desc .app-desc-title{
    font-weight: bold;
}
.app-desc .app-desc-title .title{
    font-size: 2vw;
}
.app-desc .app-desc-title .text{
    font-size: 1.3vw;
}
.app-desc .slider{
    position: relative;
}
.app-desc .slider .hexagon{
    width: 36%;
    margin: 10vh 32%;
}
.app-desc .slider .swiper3{
    position: absolute;
    top: 12vh;
    width: 100%;
    left: 0;
    height: 50vh;
}
.app-desc .slider .swiper3 img{
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.app-desc .slider .swiper3 .slider-text{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 27%;
}
.app-desc .slider .swiper3 .slider-text .title{
    font-size: 1.4vw;
    margin-bottom: 10px;
    font-weight: bold;
}
.app-desc .slider .swiper3 .slider-text .text{
    font-size: 1vw;
    line-height: 1.8vw;
}
/*招商加盟*/
.business-banner{
    height: 100%;
    /*padding-top: 10vh;*/
}
.business-banner .banner-left{
    width: 35%;
    float: left;
    padding-top: 10vh;
}
.business-banner .banner-left .title{
    font-size: 1.8vw;
    margin-bottom: 30px;
}
.business-banner .banner-left .content{
    font-size: 1vw;
    line-height: 1.8vw;
    width: 74%;
}
.business-banner .banner-left a{
    background: #ffcc20;
    color: #333;
    width: 160px;
    padding: 7px 0;
    font-size: 0.9vw;
    text-align: center;
    display: block;
    border-radius: 50px;
    margin-top: 50px;
}
.business-banner .banner-right{
    width: 65%;
    float: left;
}
.business-banner .banner-right img{
    width: 100%;
}
.business-ecology{
    position: relative;
    max-height: 48vh;
    overflow: hidden;
}
.business-ecology img{
    width: calc(100% - 20px);
    margin-left: 20px;
}
.business-ecology .business-ecology-info{
    position: absolute;
    top: 20%;
    left: 12%;
    font-weight: bold;
}
.business-ecology .business-ecology-info .title{
    font-size: 2vw;
    margin-bottom: 30px;
}
.business-ecology .business-ecology-info .text{
    width: 40%;
    font-size: 1vw;
    line-height: 1.8vw;
}
.business-ecology-list{
    margin-top: 7vh;
}
.business-ecology-list .business-ecology-item{
    width: 21%;
    float: left;
    margin: 0 2%;
    text-align: center;
    color: #777777;
}
.business-ecology-list .business-ecology-item img{
    width: 50px;
}
.business-ecology-list .business-ecology-item .title{
    margin: 10px 0;
    font-size: 1vw;
}
.business-ecology-list .business-ecology-item .content{
    width: 84%;
    font-size: 0.8vw;
    line-height: 1.8vw;
    margin-left: 8%;
}
.business-ecology-swiper,.business-cooperate,.business-partner{
    padding-top: 10px;
    text-align: center;
}
.business-ecology-swiper .business-ecology-swiper-title,.business-cooperate .business-cooperate-title,.business-partner .business-partner-title{
    font-size: 2.1vw;
    font-weight: bold;
}
.business-ecology-swiper .swiper2{
    width: 100%;
    position: relative;
    /*height: 70vh;*/
}
.business-ecology-swiper .business-ecology-swiper-bg{
    background: linear-gradient(90deg, #f2d91a, #f5bb32, #fca282, #f2d91a, #f5bb32);
    background-size: 400% 400%;
    /*animation: mymove2 5s ease infinite;*/
    /*-webkit-animation: mymove2 5s ease infinite;*/
    /*-moz-animation: mymove2 5s ease infinite;*/
    border-radius: 100%;
    z-index: -1;
    width: 23vw;
    height: 23vw;
    margin: 50px auto;
}
.business-ecology-swiper .swiper-wrapper{
    position: absolute;
    top: 10vw !important;
    width: 100% !important;
    left: 0 !important;
    height: auto;
}
.business-ecology-swiper .business-ecology-swiper-item{
    width: 50% !important;
    margin: 0 25%;
}
.business-ecology-swiper .business-ecology-swiper-item img{
    width: 100%;
}
.business-ecology-swiper .business-ecology-swiper-item .title{
    margin-top: 8vw;
    font-size: 1.5vw;
}
.business-ecology-swiper .business-ecology-swiper-item .subtitle{
    font-size: 1vw;
    margin-top: 10px;
}
.business-ecology-swiper .swiper-button-prev,.app-desc .slider .swiper-button-prev{
    background-image: url("../images/left.png");
    left: 10%;
}
.app-desc .slider .swiper-button-prev{
    left: 20%;
}
.business-ecology-swiper .swiper-button-next,.app-desc .slider .swiper-button-next{
    background-image: url("../images/right.png");
    right: 10%;
}
.app-desc .slider .swiper-button-next{
    right: 20%;
}
.business-ecology-swiper .swiper-button-next,.business-ecology-swiper .swiper-button-prev,.app-desc .slider .swiper-button-prev,.app-desc .slider .swiper-button-next{
    top: 16vw;
    background-size: 100% 100%;
    width: 36px;
    height: 36px;
}
.app-desc .slider .swiper-button-prev, .app-desc .slider .swiper-button-next{
    top: 12vw;
}
.business-cooperate-list{
    padding-top: 10vh;
}
.business-cooperate-list .business-cooperate-item{
    width: 25%;
    float: left;
    position: relative;
}
.business-cooperate-list .business-cooperate-item img{
    width: 100%;
}
.business-cooperate-list .business-cooperate-item .title{
    color: #808080;
    font-size: 0.9vw;
    margin-top: 25px;
    text-align: center;
    width: 60%;
}
.business-cooperate-list .business-cooperate-item .subtitle{
    position: absolute;
    /*top: 30%;*/
    right: 9%;
    font-size: 1vw;
    display: none;
}
.business-partner-info{
    margin-top: 10vh;
}
.business-partner-info .info-left{
    width: 45%;
    float: left;
    margin-right: 10%;
}
.business-partner-info .info-left img{
    width: 100%;
}
.business-partner-info .info-right{
    width: 45%;
    float: left;
    text-align: left;
    padding-top: 3vh;
}
.business-partner-info .info-right .title{
    font-size: 1.2vw;
    margin-bottom: 20px;
}
.business-partner-info .info-right .content{
    font-size: 1vw;
    color: #000;
    margin-bottom: 50px;
}
.business-partner-info .info-right .subtitle{}
.business-partner-info .info-right .subtitle a{
    font-size: 1.2vw;
    color: #0D9DE5;
}
