.cooperateItem {
    margin: 20px;
    width: 300px;
    height: 150px;
    position: relative;
    padding: 70px 0 68px 230px;
}

.cooperateBox {
    margin: 0;
}

.cooperateBg1 {
    background: url(../images/cooperation/cooperation-1.png) no-repeat center center;
    background-size: 100% auto;
}

.cooperateBg2 {
    background: url(../images/cooperation/cooperation-2.png) no-repeat center center;
    background-size: 100% auto;
}

.cooperateBg3 {
    background: url(../images/cooperation/cooperation-3.png) no-repeat center center;
    background-size: 100% auto;
}

.cooperateBg4 {
    background: url(../images/cooperation/cooperation-4.png) no-repeat center center;
    background-size: 100% auto;
}

.cooperateItem h2 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 26px;
}

.cooperateItem p {
    color: #464646;
    font-size: 16px;
    line-height: 2;
}

.cooperateBg1 h2 {
    color: #72BB4B
}

.cooperateBg2 h2 {
    color: #AD7D33
}

.cooperateBg3 h2 {
    color: #A47DD2
}

.cooperateBg4 h2 {
    color: #43A88F
}