.c-title > ul > li > a > b {
    color: rgba(0, 0, 0, .8) !important;
}

.m-r-10 {
    margin-right: 10px;
}

@media (min-width: 767px) {
    .c-anli-img {
        height: 200px !important;
    }

    .info-img {
        margin-top: 12%;
    }

    .join-right {
        width: 60%;
        float: right;
    }

    .join-right img {
        width: 100%;
        height: 200px;
    }

    .join-left {
        width: 100%;
        margin-top: 50px;
    }

    .join-item {
        background: #CCCCCC;
        padding: 30px 17px;
        text-align: center;
        color: #303030;
        float: left;
        width: 18%;
        height: 230px;
        margin: 0 10px;
        cursor: pointer;
    }

    .join-item:hover {
        -moz-box-shadow: 0px 0px 12px -4px #333333;
        -webkit-box-shadow: 0px 0px 12px -4px #333333;
        box-shadow: 0px 0px 12px -4px #333333;
        background: #A28867;
        color: white;
    }

    .join-item:hover i {
        color: black;
    }

    .j-i-icon i {
        font-size: 30px;
        background: #fff;
        width: 80px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        height: 80px;
        zoom: 1;
        display: inline-block;
        vertical-align: middle;
        line-height: 80px;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .j-i-why {
        font-weight: bolder;
        font-size: 16px;
    }

    .j-i-con {
        font-size: 12px;
    }

    .join-item-lianxi {
        display: none;
    }

    .col_cont {
        width: 23%;
        margin: 1%;
        float: left;
    }

    .thumbnail {
        text-align: center;
        cursor: pointer;
        text-decoration: none;
        display: block;
        height: 200px;
        font-weight: bold
    }

    .thumbnail img {
        margin-top: 30px;
        height: 200px;
    }

    .brand-item {
        background: #fff;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        width: 25%;
        padding: 20px 30px;
        color: #606060;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        text-align: center;
        float: left;
        margin-top: 20px;
        cursor: pointer;
    }

    .brand-item:hover {
        background: #A28867;
        color: #fff;
        -webkit-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        transform: translate(0, -30px);
    }

    .brand-item:hover p {
        color: white;
    }

    .brand-item-img {
        border-radius: 50%;
        overflow: hidden;
        zoom: 1;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
    }

    .brand-item-img img {
        width: 100%;
        height: 180px;
    }

    .brand-item p {
        line-height: 1.8;
        margin-top: 20px;
        font-size: 20px;
        font-weight: bolder;
    }

    .load-box img {
        width: 26% !important;
    }
}

@media (max-width: 767px) {
    .load-box img {
        width: 68% !important;
    }

    .c-anli-img {
        height: 140px !important;
    }

    .join-left {
        margin-top: 30px;
    }

    .join-item {
        background: #CCCCCC;
        padding: 14px 10px;
        text-align: center;
        color: #303030;
        float: left;
        width: 26.5%;
        height: 115px;
        margin: 0 10px 10px 10px;
        cursor: pointer;
    }

    .join-item:hover {
        -moz-box-shadow: 0px 0px 12px -4px #333333;
        -webkit-box-shadow: 0px 0px 12px -4px #333333;
        box-shadow: 0px 0px 12px -4px #333333;
        background: #A28867;
        color: white;
    }

    .join-item:hover i {
        color: black;
    }

    .j-i-icon i {
        font-size: 20px;
        background: #fff;
        width: 50px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        height: 50px;
        zoom: 1;
        display: inline-block;
        vertical-align: middle;
        line-height: 50px;
        border-radius: 50%;
        margin-bottom: 6px;
    }

    .j-i-why {
        font-weight: bolder;
        font-size: 14px;
    }

    .j-i-con {
        display: none;
    }

    .join-item-lianxi {
        display: block;
    }

    .col_cont {
        width: 48%;
        margin: 5% 1% 0 1%;
        float: left;
    }

    .thumbnail {
        text-align: center;
        cursor: pointer;
        text-decoration: none;
        display: block;
        font-weight: bold
    }

    .thumbnail img {
        height: 100px;
    }

    .brand-item {
        background: #fff;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        width: 50%;
        padding: 5px 40px;
        color: #606060;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        text-align: center;
        float: left;
        margin-top: 10px;
        cursor: pointer;
    }

    .brand-item:hover {
        background: #A28867;
        color: #fff;
        -webkit-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        transform: translate(0, -30px);
    }

    .brand-item:hover p {
        color: white;
    }

    .brand-item-img {
        border-radius: 50%;
        overflow: hidden;
        zoom: 1;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
    }

    .brand-item-img img {
        width: 100%;
        height: 70px;
    }

    .brand-item p {
        line-height: 1.8;
        margin-top: 10px;
        font-size: 16px;
        font-weight: bolder;
    }
}

.thumbnail img, .thumbnail span {
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.thumbnail span {
    color: #6a6a6a
}

.thumbnail:hover img {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.thumbnail:hover span {
    color: #A28867
}