/* banner图 */
.banner-wrap{
    width: 100%;
    height: auto;
    font-size: 0;
}
.banner-wrap img{
    width: 100%;
    height: 100%;
}
/* 路由跳转 */
.router-wrap{
    width: 100%;
    height: 80px;
    box-shadow:0 2px 5px rgba(100, 100, 100, 0.5);
}
.router-list{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.router-item a{
    display: inline-block;
    width: 130px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}
.router-itemOn a{
    color: white;
    background-color: #54B33E;
}
/* 为什么选择康来福 */
.choose-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.choose-box{
    max-width: 1200px;
    margin: 0 auto;
}
.choose-title{
    text-align: center;
    font-size: 36px;
    color: #000000;
}
.choose-list{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.choose-item{
    position: relative;
}
.chooseText{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}
.chooseText-title{
    width: 100%;
    margin-top: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.chooseText-text{
    width: 100%;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
/* 携手同行 合作共赢 */
.winWin-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.winWin-box{
    max-width: 1200px;
    margin: 0 auto;
}
.winWin-title{
    text-align: center;
    font-size: 36px;
    color: #000000;
}
.winWin-list{
    margin-top: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.winWin-item{
    width: 386px;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #F7F7F7;
}
.winWinIcon{
    width: 160px;
    height: 160px;
    background-color: #54B33E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.winWinIcon1{
    display: inline-block;
    width: 96px;
    height: 91px;
    background: url(../image/businessCooperation/page2/icon1.png) no-repeat;
    background-size: 100% 100%;
}
.winWinIcon2{
    display: inline-block;
    width: 77px;
    height: 102px;
    background: url(../image/businessCooperation/page2/icon2.png) no-repeat;
    background-size: 100% 100%;
}
.winWinIcon3{
    display: inline-block;
    width: 96px;
    height: 96px;
    background: url(../image/businessCooperation/page2/icon3.png) no-repeat;
    background-size: 100% 100%;
}
.winWinText{
    width: 100%;
    margin-top: 56px;
    text-align: center;
}
.winWinText-title{
    color: #333333;
    font-size: 24px;
}
.winWinText-text{
    color: #666666;
    font-size: 14px;
    margin-top: 19px;
}
/* 已入驻供应商 */
.supplier-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.supplier-box{
    max-width: 1200px;
    margin: 0 auto;
}
.supplier-title{
    text-align: center;
    font-size: 36px;
    color: #000000;
}
.supplier-text{
    margin-top: 40px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}
.supplier-list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.supplier-item{
    width: calc(100% / 6);
    height: 144px;
    border-bottom: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666666;
    overflow: hidden;
}
.supplier-item:nth-child(-n+6){
    border-top: 1px solid #F5F5F5;
}
.supplier-item:nth-child(6n){
    border-right: 1px solid #F5F5F5;
}
/* 入驻流程 */
.flowPath-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.flowPath-box{
    max-width: 1200px;
    margin: 0 auto;
}
.flowPath-title{
    text-align: center;
    font-size: 36px;
    color: #000000;
}
.flowPath-list{
    margin-top: 60px;
    width: 100%;
    height: 225px;
    padding: 0 60px;
    background-color: #54B33E;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.flowPath-item{
    width: 100%;
    text-align: center;
}
.flowPathIcon{
    position: relative;
}
.flowPathIcon::after{
    content: "";
    display: inline-block;
    width: 19px;
    height: 36px;
    background: url(../image/businessCooperation/page2/arrow.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.flowPath-item:last-child .flowPathIcon::after{
    position: static;
    display: inline;
}
.flowPathIcon1{
    display: inline-block;
    width: 77px;
    height: 56px;
    background: url(../image/businessCooperation/page2/4.png) no-repeat;
    background-size: 100% 100%;
}
.flowPathIcon2{
    display: inline-block;
    width: 58px;
    height: 57px;
    background: url(../image/businessCooperation/page2/5.png) no-repeat;
    background-size: 100% 100%;
}
.flowPathIcon3{
    display: inline-block;
    width: 65px;
    height: 67px;
    background: url(../image/businessCooperation/page2/6.png) no-repeat;
    background-size: 100% 100%;
}
.flowPathIcon4{
    display: inline-block;
    width: 63px;
    height: 59px;
    background: url(../image/businessCooperation/page2/7.png) no-repeat;
    background-size: 100% 100%;
}
.flowPathText{
    margin-top: 20px;
    text-align: center;
    color: white;
    font-size: 14px;
}

/* 申请表单 */
.apply-wrap{
    width: 100%;
    height: auto;
    margin-top: 134px;
    margin-bottom: 100px;
}
.apply-box{
    max-width: 1200px;
    margin: 0 auto;
}
.apply-title{
    text-align: center;
    font-size: 36px;
    color: #000000;
}
.apply-content{
    margin-top: 60px;
    text-align: center;
}
.Inp-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nameInp,.phoneInp{
    width: 542px;
    height: 40px;
    font-size: 16px;
    outline: none;
    border: none;
    border-bottom: 1px solid #CDCDCD;
}
.leaveWordInp{
    width: 100%;
    height: 232px;
    outline: none;
    font-size: 16px;
    margin-top: 15px;
    padding: 13px 11px;
    resize: none;
    border: 1px solid #D3D3D3;
}
.subBtn{
    width: 120px;
    height: 40px;
    border: 0;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    margin-top: 50px;
    line-height: 40px;
    color: white;
    background-color: #54B33E;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
/* 移动端 */
@media screen and (max-width:768px){
    .choose-wrap{
        margin-top: 30px;
    }
    .choose-list{
        margin-top: 30px;
    }
    .choose-list{
        flex-wrap: wrap;
    }
    .choose-item{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .chooseImg{
        width: 100%;
        height: auto;
        font-size: 0;
    }
    .chooseImg img{
        width: 100%;
        height: auto;
    }
    .winWin-wrap{
        margin-top: 20px;
    }
    .winWin-list{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .winWin-item{
        width: 100%;
        height: auto;
        padding: 25px 0;
        margin-top: 10px;
    }
    .supplier-wrap{
        margin-top: 30px;
    }
    .supplier-item{
        width: calc(100% / 2);
    }
    .flowPath-wrap{
        margin-top: 30px;
    }
    .flowPath-list{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        padding: 0 0 20px;
    }
    .flowPath-item{
        width: 50%;
        margin-top: 20px;
    }
    .apply-wrap{
        margin: 30px 0;
        padding: 0 20px;
    }
}