.ca-banner{
    width:100%;
    height:375px;
    min-width: 1200px;
    background:url("../images/cooperation/bg-1.jpg") no-repeat center;
    background-size:cover;
}

.ca-plan{
    width:100%;
    height: 413px;
    min-width: 1200px;
    background:url("../images/cooperation/bg-2.jpg") no-repeat center;
    background-size:cover;
    position: relative;
}
.ca-plan-text{
    top: 28%;
    left: 20%;
    position: absolute;
    min-width: 360px;
    max-width: 452px;
}
.ca-plan-title{
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
}
.ca-plan-desc{
    color: #666;
}

.ca-level{
    width:100%;
    height: 658px;
    min-width: 1200px;
    background:url("../images/cooperation/bg-3.jpg") no-repeat center;
    background-size:cover;
}
.ca-step{
    width:100%;
    min-width: 1200px;
    background:url("../images/cooperation/bg-7.jpg") no-repeat center;
    background-size:cover;
}
/* 城市代理 start */
.ca-agent{
    width:100%;
    height: 378px;
    min-width: 1200px;
    background:url("../images/cooperation/bg-8.jpg") no-repeat center;
    background-size:cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.common-title{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.code-box{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.code-box .code-img{
    margin: 36px 0 16px 0;
    max-width: 100px;
}
/* 城市代理 end */

/* 资源支持 start */
.ca-resource{
    background: #F4F4F4;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 35px 0;
    min-width: 1200px;
}
.resource-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 68%;
    margin-top: 30px;
}
.resource-item{
    min-width: 31%;
    background: #fff;
    padding: 36px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
.resource-item .icon{
    margin-bottom: 12px;
}
.resource-item:hover{
    background: #FF682F;
    color: #fff;
}
.resource-item .icon1 {
    display: none;
}
.resource-item:hover .icon1 {
    display: block;
}
.resource-item:hover .icon2 {
    display: none;
}
/* 资源支持 end */

/* 寻找这样的你 start */
.ca-find{
    width:100%;
    min-width: 1200px;
    background:url("../images/cooperation/bg-4.jpg") no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F4F4F4;
    margin-bottom: 100px;
}
.ca-find .common-title{
    color: #fff;
    margin: 100px 0 0;
}
.find-list{
    display: flex;
    justify-content: space-between;
    width: 68%;
    margin: 90px 0 60px;
    min-height: 300px;
    font-size: 14px;
}
.find-item{
    background: #fff;
    margin-right: 20px;
    border-radius: 4px;
    flex: 1;
    min-height: 100%;
    margin-bottom: 20px;
    padding: 24px 12px;
    position: relative;
}
.find-item:last-child{
    margin-right: 0;
}
.find-item:hover{
    background: #FF682F;
    color: #fff;
}
.find-item .icon{
    position: absolute;
    right: 13px;
    bottom: 13px;
}
.find-item:hover .icon1{
    display: block;
}
.find-item:hover .icon2{
    display: none;
}
.find-item .find-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.find-user{
    color: #FF682F;
}
/* 寻找这样的你 end */

/* 加入我们 start */
.ca-joinus{
    background: #fff;
}
.ca-joinus .common-title{
    padding: 25px 0;
}
.ca-joinus-content{
    width:100%;
    height: 456px;
    min-width: 1200px;
    background:url("../images/cooperation/bg-5.jpg") no-repeat center;
    background-size:cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ca-joinus-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 68%;
}
.ca-joinus-item{
    max-width: 48%;
    min-width: 48%;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 44px;
    display: flex;
    margin-bottom: 24px;
    font-size: 12px;
    color: #666;
}
.ca-joinus-item:hover{
    background:url("../images/cooperation/join-bg.png") no-repeat center;
    background-size:cover;
}
.joinus-title-box{
    margin-left: 8px;
}
.joinus-title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #333;
}
/* 加入我们 end*/

/* 幸福奋斗 start */
.ca-happy{
    width:100%;
    height: 675px;
    min-width: 1200px;
    background:url("../images/cooperation/bg-6.jpg") no-repeat center;
    background-size:cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.ca-happy .common-title{
    margin-bottom: -48px;
}
.ca-happy-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 68%;
}
.ca-happy-item{
    background-size:cover;
    background: #fff;
    border-radius: 4px;
    margin-right: 24px;
    flex: 1;
}
.ca-happy-item:last-child{
    margin-right: 0;
}
.happy-1{
    background:url("../images/cooperation/happy-1.png") no-repeat;
    background-color: #fff;
}
.happy-2{
    background:url("../images/cooperation/happy-2.png") no-repeat;
    background-color: #fff;
}
.happy-3{
    background:url("../images/cooperation/happy-3.png") no-repeat;
    background-color: #fff;
}
.happy-desc{
    padding: 20px 10px;
    border-bottom: 1px solid #FF682F;
    background: #fff;
    min-height: 160px;
    margin: 180px 12px 20px;
}
/* 幸福奋斗 end */

@media (min-width: 1200px) {
    .ca-banner{
        height:375px;
    }
    .ca-plan{
        height: 388px;
    }
    .ca-plan-text{
        max-width: 360px;
    }
    .ca-level{
        height: 617px;
    }
    .ca-step{
        height: 360px;
    }
    .ca-agent{
        height: 378px;
    }
}
@media (min-width: 1280px) {
    .ca-banner{
        height:400px;
    }
    .ca-plan{
        height: 413px;
    }
    .ca-level{
        height: 658px;
    }
    .ca-step{
        height: 384px;
    }
    .ca-agent{
        height: 402px;
    }
}
@media (min-width: 1440px) {
    .ca-banner{
        height:450px;
    }
    .ca-plan{
        height: 465px;
    }
    .ca-level{
        height: 718px;
    }
    .ca-step{
        height: 432px;
    }
    .ca-agent{
        height: 452px;
    }
}
@media (min-width: 1679px) {
    .ca-banner{
        height:524px;
    }
    .ca-plan{
        height: 542px;
    }
    .ca-level{
        height: 863px;
    }
    .ca-step{
        height: 502px;
    }
    .ca-agent{
        height: 528px;
    }
}
@media (min-width: 1920px) {
    .ca-banner{
        height:600px;
    }
    .ca-plan{
        height: 620px;
    }
    .ca-level{
        height: 986px;
    }
    .ca-step{
        height: 576px;
    }
    .ca-agent{
        height: 604px;
    }
}
