/* 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;
}
/* 我们正在寻找 */
.lookFor-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.lookFor-box{
    max-width: 1200px;
    margin: 0 auto;
}
.lookFor-title{
    text-align: center;
    font-size: 36px;
    color: #000000;
}
.lookFor-text{
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.lookFor-list{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.icon-wrap{
    width: 181px;
    height: 193px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #54B33E;
}
.icon1{
    display: inline-block;
    width: 70px;
    height: 62px;
    background: url(../image/businessCooperation/page1/icon1.png) no-repeat;
    background-size: 100% 100%;
}
.icon2{
    display: inline-block;
    width: 61px;
    height: 68px;
    background: url(../image/businessCooperation/page1/icon2.png) no-repeat;
    background-size: 100% 100%;
}
.icon3{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: url(../image/businessCooperation/page1/icon3.png) no-repeat;
    background-size: 100% 100%;
}
.icon4{
    display: inline-block;
    width: 59px;
    height: 68px;
    background: url(../image/businessCooperation/page1/icon4.png) no-repeat;
    background-size: 100% 100%;
}
.icon5{
    display: inline-block;
    width: 61px;
    height: 71px;
    background: url(../image/businessCooperation/page1/icon5.png) no-repeat;
    background-size: 100% 100%;
}
.icon6{
    display: inline-block;
    width: 79px;
    height: 89px;
    background: url(../image/businessCooperation/page1/icon6.png) no-repeat;
    background-size: 100% 100%;
}
.iconText{
    width: 181px;
    height: 54px;
    color: #666666;
    font-size: 14px;
    line-height: 54px;
    text-align: center;
    background-color: #F8F8F8;
}
/* 我们为您提供 */
.provide-wrap{
    width: 100%;
    height: auto;
    margin-top: 64px;
}
.provide-box{
    max-width: 1200px;
    margin: 0 auto;
}
.provide-title{
    text-align: center;
    font-size: 36px;
    color: #000000;
}
.provide-list{
    width: 100%;
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.provide-item{
    position: relative;
    width: 386px;
    height: 276px;
    margin-top: 21px;
}
.provideText{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}
.provideText p{
    font-size: 24px;
    color: white;
    line-height: 24px;
}
/* 合作流程 */
.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{
    display: flex;
    margin-top: 62px;
    align-items: center;
    justify-content: flex-start;
}
.flowPath-item{
    width: 200px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
    box-shadow:0px 5px 7px 0px rgba(0, 0, 0, 0.15);
}
.flowPath-item:nth-child(odd){
    padding: 5px 27px 15px 19px;
    background-color: #F9F9F9;
}
.flowPath-item:nth-child(even){
    padding: 20px 31px 5px 19px;
    background-color: #F1F1F1;
}
.flowPath-num{
    width: 100%;
    height: auto;
    text-align: right;
}
.flowPath-num span{
    color: #54B33E;
    font-size: 24px;
    opacity: 0.2;
}
.flowPath-num em{
    color: #54B33E;
    font-size: 46px;
}
.flowPath-text{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #666666;
    text-align: left;
}
/* 申请表单 */
.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%;
    resize: none;
    height: 232px;
    outline: none;
    font-size: 16px;
    margin-top: 15px;
    padding: 13px 11px;
    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){
    .lookFor-wrap{
        margin-top: 30px;
    }
    .lookFor-text{
        margin: 20px 0;
    }
    .lookFor-list{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .lookFor-item{
        margin-top: 10px;
    }
    .provide-wrap{
        margin-top: 30px;
    }
    .provide-list{
        margin-top: 20px;
        justify-content: space-around;
    }
    .flowPath-wrap{
        margin-top: 30px;
    }
    .flowPath-list{
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .flowPath-item{
        margin-top: 20px;
    }
    .apply-wrap{
        margin-top: 30px;
        padding: 0 20px;
    }
    .apply-content{
        margin-top: 30px;
    }
}