body{
    margin: 0;
}


body {
    background: #eee;
    font-family: 微软雅黑, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper_max>.swiper-wrapper{
    transition-delay:.3s;
}
.swiper_max {
    width: 100%;
    height: 100vh;
    position: relative;
}

.swiper_max .min_img{
    position: absolute;
    z-index: 99;
    bottom: 10px;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.swiper_max .min_img img{
    width: 80px;
}

.swiper_max>.swiper-wrapper>.swiper-slide{
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.swiper_max>.swiper-wrapper>.swiper-slide video{
    min-width: 100%;
    min-height: 100%;
}

/*廣告*/
.banner_box{
    height: 100vh;
}


.banner_box .swiper-container {
    width: 100%;
    height: 100%;
}

.banner_box .swiper-container-horizontal > .swiper-scrollbar{
    opacity: 1 !important;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 6px;
    background: rgb(154, 154, 154);
}

.banner_box .swiper-scrollbar .swiper-scrollbar-drag{
    background: #7bcbbf;
    border-radius: 0 !important;
}

.banner_box .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.banner_box .swiper-slide img{
    width: 100%;
    height: 100%;
}
.banner_box .swiper-slide .banner_message{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 80%;
    text-align: center;
    font-size: 16px;
    color: rgba(255,255,255,0.5);
}
.banner_box .swiper-slide .banner_message .title{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5px;
}

/*.swiper_max>.swiper-wrapper>.swiper-slide .banner_box{*/
    /*transform:translateY(100px);*/
    /*opacity:0;*/
    /*transition:all 0.5s;*/
/*}*/

/*.swiper_max>.swiper-wrapper>.ani-slide .banner_box{*/
    /*transform:translateY(0);*/
    /*opacity:1;*/
/*}*/

/*方案計劃*/
.programme_plan{
    margin-top: 80px;
    padding-bottom: 30px;
    text-align: center;
    padding-top: 150px;
}
.programme_plan .title{
    color: #7bcbbf;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #7bcbbf;
    text-align: center;
    margin: 10px auto;
    display: inline-block;
}
.programme_plan .min_title{
    font-size: 20px;
    margin-bottom: 50px;
}

.programme_plan .item_box{
    width: 90%;
    margin: 0 auto;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}
.programme_plan .item_box .item{
    width: 90%;
    height: 30vh;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 26px 0;
    color: #fff;
    text-decoration:none;
    font-size: 1.5rem;
}

.programme_plan .item_box .item img{
    width: 100px;
}
.programme_plan .item_box .item .vertical_line{
    width: 80%;
    height: 1px;
    background: #fff;
    margin: 20px 0;
}
.programme_plan .item_box .item div > p{
    margin: 0;
    text-align: left;
}

.swiper_max>.swiper-wrapper>.swiper-slide .programme_plan .item1,.swiper_max>.swiper-wrapper>.swiper-slide .programme_plan .item3{
    transform:translateY(100px);
    opacity:0;
    transition:all 1s;
}

.swiper_max>.swiper-wrapper>.ani-slide .programme_plan .item1,.swiper_max>.swiper-wrapper>.ani-slide .programme_plan .item3{
    transform:translateY(0);
    opacity:1;
}

.swiper_max>.swiper-wrapper>.swiper-slide .programme_plan .item2,.swiper_max>.swiper-wrapper>.swiper-slide .programme_plan .item4{
    transform:translateY(-100px);
    opacity:0;
    transition:all .5s;
}

.swiper_max>.swiper-wrapper>.ani-slide .programme_plan .item2,.swiper_max>.swiper-wrapper>.ani-slide .programme_plan .item4{
    transform:translateY(0);
    opacity:1;
}

/*流動辦公室*/
.mobile_office{
    width: 100%;
    height: 100vh;
    position: relative;
}

.mobile_office img{
    height: 100%;
    width: 100%;
}

.mobile_office .content{
    position: absolute;
    width: 100%;
    top:20%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mobile_office .content .l_content{
    text-align: center;
    width: 50%;
}

.mobile_office .content .l_content .title{
    color: #7bcbbf;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #7bcbbf;
    text-align: center;
    margin: 10px auto;
    display: inline-block;
}

.mobile_office .content .l_content .min_title{
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.mobile_office .content .r_content{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    margin-top: 50px;
}

.mobile_office .content .r_content .mobile_office_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    margin-right: 40px;
    /*width: 25%;*/
    color: #fff;
    min-height: 30vh;
}


.mobile_office .content .r_content a{
    text-decoration: none;
}

.mobile_office .content .r_content .mobile_office_item1{
    background: #38c6ab;
}

.mobile_office .content .r_content .mobile_office_item2{
    background: #42a587;
    margin-top: 15%;
}

.mobile_office .content .r_content .mobile_office_item3{
    background: #93c01f;
    margin-top: 5%;
}


.mobile_office .content .r_content .mobile_office_item .title{
    font-size: 26px;
    margin-bottom: 30px;
}

.mobile_office .content .r_content .mobile_office_item .message{
    font-size: 16px;
}

.swiper_max>.swiper-wrapper>.swiper-slide .mobile_office .content{
    transform:translateX(100px);
    opacity:0;
    transition:all 0.5s;
}

.swiper_max>.swiper-wrapper>.ani-slide .mobile_office .content{
    transform:translateX(0);
    opacity:1;
}

.classification{
    width: 60%;
    height: 100vh;
    margin:  0 auto;
    display: flex;
    align-items: center;
    align-content:center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.classification .classification_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #676767;
    width: 28%;
    height: 15vh;
    padding: 1%;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    text-decoration: none;
    margin: 1%;
}

.classification .classification_item:hover{
    background: #5E5E5E;
    color: rgba(225,225,225,0.8);
    box-shadow:none;
}

.classification .classification_item:hover .default{
    display: none;
}

.classification .classification_item:hover .hover{
    display: block;
}

.classification .classification_item img{
    width: 40px;
}

.classification .classification_item .hover{
    display: none;
}

.classification .classification_item .title{
    font-size: 20px;
    margin: 5px 0;
}

.classification .classification_item .message{
    font-size: 14px;
    width: 60%;
    text-align: center;
}

.swiper_max>.swiper-wrapper>.swiper-slide .classification{
    transform:translateY(200px);
    opacity:0;
    transition:all 0.5s;
}

.swiper_max>.swiper-wrapper>.ani-slide .classification{
    transform:translateY(0);
    opacity:1;
}

.customer_case{
    width: 100%;
    height: 100vh;
    margin:  0 auto;
}

.customer_case .customer_case_title{
    text-align: center;
    margin-top: 130px;
    margin-bottom: 20px;
    font-size: 26px;
}

.customer_case .customer_case_list{
    width: 100%;
    height: calc(100vh - 190px);
    display: flex;
    align-items: center;
    align-content:center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.customer_case .customer_case_item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #676767;
    width: 25%;
    height: 25%;
    text-decoration: none;
    overflow: hidden;
}

.customer_case .customer_case_item img{
    width: 100%;
}

.customer_case .customer_case_item .title{
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    color: #fff;
    display: none;
}

.customer_case .customer_case_item:hover .title{
    display: flex;
}

.swiper_max>.swiper-wrapper>.swiper-slide .customer_case{
    transform:translateX(200px);
    opacity:0;
    transition:all 0.5s;
}

.swiper_max>.swiper-wrapper>.ani-slide .customer_case{
    transform:translateX(0);
    opacity:1;
}

.cooperative_merchants{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cooperative_merchants .cooperative_merchants_title{
    text-align: center;
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.cooperative_merchants .cooperative_merchants_list{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink:0;
    padding: 30px 0;
    overflow: auto;
}

.cooperative_merchants .cooperative_merchants_list .cooperative_merchants_item{
    width: 100%;
    /*height: 300px;*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cooperative_merchants .cooperative_merchants_list .cooperative_merchants_item .base_img{
    width: 90%;
}

.cooperative_merchants .cooperative_merchants_list .cooperative_merchants_item .item{
    width: 60%;
    position: absolute;
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
}

.swiper_max>.swiper-wrapper>.swiper-slide .cooperative_merchants{
    transform:translateY(-200px);
    opacity:0;
    transition:all 0.5s;
}

.swiper_max>.swiper-wrapper>.ani-slide .cooperative_merchants{
    transform:translateY(0);
    opacity:1;
}

footer{
    height: 100%;
}

.swiper_max>.swiper-wrapper>.swiper-slide .footer{
    transform:translateY(200px);
    opacity:0;
    transition:all 0.5s;
}

.swiper_max>.swiper-wrapper>.ani-slide .footer{
    transform:translateY(0);
    opacity:1;
}