.banner {
    width: 100%;
    height: 430px;
    background: url(../images/solution_banner.html) no-repeat center;
}

.what {
    height: 902px;
    background: #fff;
}

.mainTxt {
    padding: 30px 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-30%) scale(.8);
    -moz-transform: translateY(-30%) scale(.8);
    -ms-transform: translateY(-30%) scale(.8);
    -o-transform: translateY(-30%) scale(.8);
    transform: translateY(-30%) scale(.8);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.open {
    opacity: 1!important;
    -webkit-transform: translate(0, 0) scale(1)!important;
    -moz-transform: translate(0, 0) scale(1)!important;
    -ms-transform: translate(0, 0) scale(1)!important;
    -o-transform: translate(0, 0) scale(1)!important;
    transform: translate(0, 0) scale(1)!important;
}

.mainTxt .mainTit {
    line-height: 62px;
    font-size: 35px;
}

.mainTxt .mainTip {
    line-height: 30px;
    font-size: 16px;
}

.what .whatImg {
    opacity: 0;
    -webkit-transform: translateY(30%) scale(.8);
    -moz-transform: translateY(30%) scale(.8);
    -ms-transform: translateY(30%) scale(.8);
    -o-transform: translateY(30%) scale(.8);
    transform: translateY(30%) scale(.8);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    height: 670px;
    width: 1150px;
    margin: 0 auto;
}

.what-list-box {
    /*margin: 0 -10px 30px;*/
   margin-bottom: 30px;
   width:1170px;
}

.what-list {
    float: left;
    width: 350px;
    text-align: center;
    box-shadow: 0 0 10px #eaeaea;
    margin: 0 20px;
    padding-bottom: 20px;
}
@media \0screen\,screen\9 {
	.what-list {outline:1px solid #eaeaea;}
}
.what-list-img {
    padding: 20px 0;
}

.what-list-tilte {
    font-size: 20px;
    line-height: 40px;
}

.chain {
    height: 694px;
    background: url(../images/solution_mode.jpg) no-repeat center top;
}

.chain .mainTxt {
    color: #fff;
}

.chain .chainImg {
    opacity: 0;
    -webkit-transform: translateY(30%) scale(.8);
    -moz-transform: translateY(30%) scale(.8);
    -ms-transform: translateY(30%) scale(.8);
    -o-transform: translateY(30%) scale(.8);
    transform: translateY(30%) scale(.8);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    width: 1232px;
    height: 525px;
    margin: 0 auto;
    position: relative;
}

.swiper-container .swiper-slide img {
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    background-size: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 9999;
}

.swiper-button-prev {
    background-image: url(../images/solution_swiper_left.png);
    left: 46px;
}

.swiper-button-next {
    background-image: url(../images/solution_swiper_right.png);
    right: 46px;
}

.functional-system {
    margin-bottom: 50px;
}

.functional-system .mainTxt {
    padding-top: 5px;
}

.functional-system .function-tab {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
}

.functional-system .fun-tab-list {
    float: left;
    list-style-type: none;
    height: 50px;
    line-height: 50px;
    width: 200px;
    cursor: hand;
    cursor: pointer;
}

.functional-system .fun-tab-list.active {
    color: #fff;
    background: url(../images/fun_tab_bg.png) no-repeat;
}

.functional-system .fun-tab-line {
    height: 1px;
    background: url(../images/solution_tab_line.png) no-repeat center;
    margin: 0 auto;
}

.func-tab-box {
    text-align: center;
    display: none;
}

.func-tab-box.active {
    display: block;
}

.func-tab-title {
    font-size: 24px;
    line-height: 42px;
}

.func-tab-decs {
    font-size: 16px;
    color: #666;
    line-height: 36px;
}

.tab-box {
    width: 1200px;
    margin: 40px auto 0;
}

.box-tab {
    /*margin: 0 -10px;*/
   width:1220px;
}

.tab-box-list {
    text-align: center;
    margin: 0 10px;
    float: left;
    width: 285px;
    box-shadow: 0 0 10px #eaeaea;
    padding: 50px 0 45px;
    color: #333;
    background: #fff;
    border-radius: 4px;
}

@media \0screen\,screen\9 {
	.tab-box-list {outline:1px solid #eaeaea;}
}
.tab-box-title {
    font-size: 18px;
    line-height: 40px;
    margin-top: 36px;
}

.tab-line {
    width: 18px;
    height: 3px;
    margin: 10px auto 16px;
    background: #333;
}

.tab-box-decs {
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

.m-order .tab-box {
    width: 1040px;
}

.m-order .box-tab {
    margin: 0 -20px;
}

.m-order .tab-box-list {
    width: 500px;
    margin: 0 20px;
}

.tab-box-img {
    margin-top: 40px;
    background: url(../images/tab-box11.png) no-repeat center;
    height: 247px;
}

.func-tab-box.dispatching {
    padding-bottom: 67px;
}

.solution-vip .tab-box {
    width: 1198px;
}

.solution-vip .tab-box-list {
    width: 386px;
}

.profit-type {
    height: 501px;
    background: url(../images/profit.jpg) no-repeat;
}

.profit-type .mainTxt {
    color: #fff;
}

.profit-type .tab-box {
    margin-top: 0;
}

.profit-type .tab-box-list {
    box-shadow: 0 1px 6px #ebebeb;
}
@media \0screen\,screen\9 {
	.profit-type .tab-box-list {outline:1px solid #ebebeb;}
}

.profit-type .tab-box-list .tab-box-title {
    margin-top: 20px;
}





/* 选择方维 */

.section-tit {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 24px;
    color: #222;
    opacity: 0;
    -webkit-transform: translateX(-30%) scale(.8);
    -moz-transform: translateX(-30%) scale(.8);
    -ms-transform: translateX(-30%) scale(.8);
    -o-transform: translateX(-30%) scale(.8);
    transform: translateX(-30%) scale(.8);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.section-tit em {
    font-style: normal;
    font-weight: bold;
}

.blue-line {
    width: 20px;
    height: 2px;
    background: #3d79d1;
}

.choose-fanwe {
    width: 1200px;
    margin: 0 auto;
    padding-top: 26px;
    padding-bottom: 60px;
    background: #fff;
}

.choose-fanwe .we-power {
    padding-top: 43px;
}

.choose-fanwe .we-power .we-power-left {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    float: left;
    width: 140px;
    border: 2px solid #a6a6a6;
    padding-top: 15px;
    padding-bottom: 38px;
}

.choose-fanwe .we-power .power-item {
    position: relative;
    width: 120px;
    padding-right: 20px;
    text-align: right;
    padding: 8px 0;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.choose-fanwe .we-power .power-item * {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.choose-fanwe .we-power .power-item .num {
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    padding-top: 9px;
    padding-right: 20px;
    border-radius: 2px 2px 0 0;
}

.choose-fanwe .we-power .power-item .text {
    line-height: 20px;
    font-size: 14px;
    color: #666;
    padding-bottom: 9px;
    padding-right: 20px;
    border-radius: 0 0 2px 2px;
}

.choose-fanwe .we-power .power-item .component {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 16px;
    height: 2px;
    background: #e5e5e5;
}

.choose-fanwe .we-power .power-item.active {
    left: 20px;
}

.choose-fanwe .we-power .power-item.active .num,
.choose-fanwe .we-power .power-item.active .text {
    background: #3c7ad1;
    color: #fff;
}

.choose-fanwe .we-power .power-item.active .component {
    width: 4px;
    height: 8px;
    top: 50%;
    bottom: auto;
    right: -4px;
    background: url(../images/index/power-sjj.html) 0 0 no-repeat;
}

.choose-fanwe .we-power .we-power-right {
    opacity: 0;
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    float: left;
    width: 975px;
    padding-left: 80px;
}

.choose-fanwe .we-power .we-power-right .power-con {
    display: none;
}

.choose-fanwe .we-power .we-power-right .power-con.active {
    display: block;
}

.choose-fanwe .we-power .we-power-right .zizhi-item {
    height: 141px;
    border-bottom: 1px dashed #e4e4e4;
}

.choose-fanwe .we-power .we-power-right .zizhi-item.less {
    height: 210px;
    border-bottom: 1px dashed #e4e4e4;
}

.choose-fanwe .we-power .we-power-right .zizhi-item:last-child {
    border-bottom: none;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-left {
    float: left;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-right {
    float: right;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-left,
.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-right {
    position: relative;
    width: 366px;
    height: 100%;
    padding-left: 96px;
    display: table;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-tit {
    display: table-cell;
    line-height: 30px;
    font-size: 20px;
    color: #3d3d3b;
    vertical-align: middle;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-tit p {
    line-height: 20px;
    font-size: 14px;
    padding-top: 10px;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo {
    position: absolute;
    top: 0;
    height: 141px;
    background: url(../images/zizhi-logo.png) 0 center no-repeat;
}

.choose-fanwe .we-power .we-power-right .zizhi-item.less .zizhi-logo {
    height: 210px;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.gaoxin {
    left: 16px;
    width: 60px;
    background-position: 0 center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.team {
    left: 15px;
    width: 57px;
    background-position: -60px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.invention {
    left: 17px;
    width: 59px;
    background-position: -117px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.technology {
    left: 7px;
    width: 70px;
    background-position: -176px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.software {
    left: 23px;
    width: 47px;
    background-position: -246px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.more {
    left: 20px;
    width: 50px;
    background-position: -293px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.yuanma {
    left: 20px;
    width: 56px;
    background-position: -343px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.gengxin {
    left: 20px;
    width: 55px;
    background-position: -399px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.yuansheng {
    left: 20px;
    width: 39px;
    background-position: -454px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.dingzhi {
    left: 20px;
    width: 51px;
    background-position: -493px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.erkai {
    left: 20px;
    width: 58px;
    background-position: -544px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.kehu {
    left: 20px;
    width: 52px;
    background-position: -602px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.yanjiu {
    left: 20px;
    width: 37px;
    background-position: -654px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.lingxian {
    left: 20px;
    width: 38px;
    background-position: -691px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.zuizao {
    left: 20px;
    width: 50px;
    background-position: -729px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.xunsu {
    left: 20px;
    width: 53px;
    background-position: -779px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.shouhou {
    left: 20px;
    width: 44px;
    background-position: -832px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.zhichi {
    left: 20px;
    width: 45px;
    background-position: -876px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.xiangying {
    left: 20px;
    width: 49px;
    background-position: -921px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.quanfangwei {
    left: 20px;
    width: 49px;
    background-position: -970px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.zhidao {
    left: 20px;
    width: 42px;
    background-position: -1019px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.qita {
    left: 20px;
    width: 43px;
    background-position: -1061px center;
}

.m-wap {
    display: none;
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 0 !important;
        min-width: auto;
        width: 100%;
    }
    div {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    a,
    a:hover,
    a:visited,
    a:link,
    a:active {
        -webkit-tap-highlight-color: transparent;
        /* color: #000; */
    }
    .m-pc {
        display: none;
    }
    .m-wap {
        display: block;
    }
    .wap-content {
        margin-top: 48px;
        width: 100%;
    }
    .wap-banner img {
        width: 100%;
    }
    .wap-title {
        text-align: center;
        line-height: 28px;
        font-size: 18px;
        box-sizing: border-box;
        padding: 20px 0;
        font-weight: bold;
    }
    .wap-title-text {
        color: #333;
    }
    .wap-title-decs {
        color: #7458f3;
    }
    .decs-wap {
        font-size: 12px;
        text-align: center;
        line-height: 16px;
        color: #807f7f;
        margin-top: 10px;
    }
    .function-box {
        margin-bottom: 11px;
    }
    .function-list {
        display: flex;
        justify-content: space-around;
        padding: 0 15px;
        text-align: center;
        padding-bottom: 12px;
    }
    .list-list {
        width: 60px;
    }
    .list-img img {
        width: 100%;
    }
    .lsit-title {
        font-size: 12px;
        line-height: 20px;
    }
    .supermarket {
        color: #554afb;
    }
    .convenient_store {
        color: #fe856c;
    }
    .catering {
        color: #f06e91;
    }
    .fresh_fruit {
        color: #44cdea;
    }
    .clothing {
        color: #923ced;
    }
    .solution_more {
        color: #ee596a;
    }
    .m-mode {
        height: 281px;
        background: url(../images/solution/mode.html) no-repeat center top;
        background-size: 100%;
    }
    .mode-text {
        text-align: center;
        color: #fff;
        padding: 16px 0;
    }
    .mode-title {
        font-size: 18px;
        font-weight: bold;
        line-height: 40px;
    }
    .mode-decs {
        font-size: 12px;
        line-height: 18px;
    }
    .wap-swiper .swiper-button-prev,
    .wap-swiper .swiper-button-next {
        width: 22px;
        height: 22px;
        margin-top: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .wap-swiper .swiper-button-prev {
        left: 5px;
    }
    .wap-swiper .swiper-button-next {
        right: 5px;
    }
    .wap-swiper {
        margin: 0 10px;
    }
    .banner_wap2 {
        padding-bottom: 18px;
    }
    .banner_wap2 .swiper-slide {
        box-shadow: 0 2px 6px #eaeaea;
    }
    
    
 
    .m-wap .wap-swiper .swiper-pagination {
        bottom: 0;
    }
    .m-wap .wap-swiper .swiper-pagination-bullet {
        width: 3px;
        height: 3px;
        margin: 0 2px;
    }
    .m-system {
        background: #fbfbfb;
        padding-bottom: 10px;
    }
    .banner_wap3 .swiper-button-prev,
    .banner_wap3 .swiper-button-next {
        top: 56%;
    }
    .banner_wap3 {
        padding-bottom: 16px;
    }
    .m-profit {
        background: url(../images/solution/profit.html) no-repeat;
        background-size: 100% 100%;
    }
    .banner_wap4 .swiper-button-prev {
    	background: url(../images/wap_left.html) no-repeat;
    	left: 0;
    }
    .banner_wap4 .swiper-button-next {
    	background: url(../images/wap_right.html) no-repeat;
    	right: 0;
    }
    .banner_wap4 .swiper-button-prev,
    .banner_wap4 .swiper-button-next {
    	width: 20px;
    	height: 20px;
    	top: 44%;
    	background-size: 10px 18px;
    	background-position: center;
    }
    .m-wap .banner_wap4 .swiper-pagination-bullet{
    	background: #fff;
    	opacity: 0.3;
    }
    .m-wap .banner_wap4 .swiper-pagination-bullet-active{
    	opacity: 1;
    	background: #fff;
    }
    .banner_wap4{
    	padding-bottom: 22px;
    }
    .m-wap .banner_wap4 .swiper-pagination{
    	bottom: 10px;
    }


    .m-mask {
        position: fixed;
        top: 48px;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 98;
        -moz-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        opacity: 0;
        pointer-events: none;
    }
    .nav-box {
        position: fixed;
        top: 48px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 99;
        opacity: 0;
        -moz-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .nav-list {
        height: 0;
        line-height: 48px;
        border-bottom: 1px solid #eee;
        -moz-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        overflow: hidden;
    }
    .nav-list:last-child {
        border-bottom: none;
    }
    .nav-list a {
        margin: 0 1rem;
        color: #333;
        font-size: 16px;
        display: block;
    }
    .nav-list.active a {
        color: #8165ff;
    }
    .nav-box.active {
        opacity: 1;
    }
    .nav-box.active .nav-list {
        height: 48px;
    }
    .m-mask.active {
        opacity: 1;
        pointer-events: auto;
    }
}

   