ul,
p {
    margin: 0;
}

.banner {
    width: 100%;
    height: 380px;
    position: relative;
    background: url(/static/images/cooperation/banner.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 118px;
}

.banner h2 {
    font-size: 40px;
    font-weight: bold;
    color: #F3F3F3;
    line-height: 40px;
    margin: 0;
}

.banner p {
    font-size: 14px;
    font-weight: 400;
    color: #D0D0D0;
    line-height: 14px;
    margin: 42px 0 52px 0;
}

.banner-icon span {
    display: block;
    width: 63px;
    height: 2px;
    opacity: 0.49;
    background-color: #C9D2DF;
    margin-left: 10px;
}

.B_contactBtn img {
    width: 22px;
    height: 22px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.B_contactBtn {
    display: block;
    width: 276px;
    height: 65px;
    z-index: 99;
    position: absolute;
    bottom: 1px;
    right: 0;
    left: auto;
    text-align: center;
    line-height: 65px;
    background-color: #DD9C06;
}

.B_contactBtn span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}

.join-coop {
    padding: 20px 0 39px 0;
}

.join-coop-tab {
    width: 216px;
    height: 415px;
    margin-right: 18px;
    background-color: #FFFFFF;
}

.join-coop-tab_title {
    width: 100%;
    height: 85px;
    background: url(/static/images/cooperation/cooperation.png) no-repeat;
    background-size: 100% 100%;
    padding: 22px 29px 0;
}

.join-coop-tab_title h4 {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 12px;
}

.join-coop-tab_title p {
    font-size: 12px;
    font-weight: 400;
    color: #C3CCDA;
    line-height: 12px;
    text-transform: capitalize;
}

.join-coop-tab ul {
    padding: 10px 17px;
}

.join-coop-tab .is-active span {
    color: #1852A9 !important;
}

.join-coop-tab ul li {
    width: 100%;
    position: relative;
    padding: 21px 15px;
    cursor: pointer;
    transition: all .4s;
}

.join-coop-tab ul li:not(:last-child) {
    border-bottom: 1px solid #EDEDED;
}

.join-coop-tab ul li span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #626262;
    line-height: 16px;
    margin: 0 35px 0 12px;
}

.join-coop-tab ul li span:first-child {
    margin: 0;
}

.join-coop-tab ul li span:last-child {
    margin: 0;
    color: #B5B5B5;
}

.ioin-coop-tab_content {
    flex: 1;
}

.coop-tab-item {
    width: 100%;
    display: none;
}

.coop-tab-item_title {
    width: 100%;
    height: 85px;
    padding: 0 42px;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 85px;
    background-color: #FFFFFF;
}

.coop-tab-item_content {
    width: 100%;
    min-height: 796px;
    margin-top: 5px;
    background-color: #FFFFFF;
    padding: 30px;
}

.coop-tab-item_bottom {
    width: 100%;
    height: 142px;
    margin-top: 5px;
    background-color: #FFFFFF;
    line-height: 142px;
    text-align: center;
}

.coop-tab-item_bottom a {
    display: inline-block;
    width: 236px;
    height: 74px;
    background-color: #1752A9;
    line-height: 74px;
}

.coop-tab-item_bottom img {
    width: 25px;
    height: 21px;
    margin-bottom: 5px;
}

.coop-tab-item_bottom span {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    margin-left: 10px;
}