﻿.joinBox {
    padding: 50px 0;
}

.joinTitle{
    text-align: center;
    margin-bottom: 50px;
}
.joinTitle .b{
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}
.joinTitle .s{
    font-size: 20px;
}
.joinTitle.white .s{
    color: #fff;
}

.joinTitle.white .b{
    color: #fff;
}
.joinTitle i{
    background-color: #fff;
    border-radius: 50%;
    color: #e5ab73;
    width: 1.1em;
    height: 1.3em;
    line-height: 1.3em;
    display: inline-block;
    margin: 0 10px;
}

.joinTitle .s {
    font-size: 20px;
}
@media (max-width: 768px) {
    .joinBox{
        padding: 40px 0;
    }
    .joinTitle{
        margin-bottom: 30px;
    }
    .joinTitle .b{
        font-size: 24px;
    }
    .joinTitle .s{
        font-size: 15px;
    }
}


.tx {
    background: url("../Images/tx-bg.jpg") no-repeat center center / cover;
}
.tx .cont li{
    float: left;
    width: 33.3%;
    padding: 40px 5px 30px 5px;
    text-align: center;
    box-sizing: border-box;
}
.tx .cont li:nth-child(2n+1){
    background: url("../Images/tx-li-bg.jpg") no-repeat center center / 100% 100%;
    color: #333333;
}
.tx .cont li:nth-child(2n){
    background-color: rgba(21,39,89, .89);
    color: #b9906a;
}
.tx .cont li .t1{
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}
.tx .cont li:nth-child(2n) .t1{
    /* background-image:-webkit-linear-gradient(to bottom right, red , yellow);  */
    background-image: linear-gradient(125deg, #b9906a , #fbe2c6, #b9906a);
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
    cursor:pointer;
}
.tx .cont li .t2{
    font-size: 14px;
    margin-top: 10px;
    color: #333;
}

.tx .cont li:nth-child(2n) .t2{
    color: #b9906a;
}


.tx .cont li .t3{
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin-top: 50px;
}

.tx .cont li:nth-child(2n) .t3{
    color: #b9906a;
}
.tx .t{
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-top: 35px;
}
@media (max-width: 768px) {
    .tx .cont li{
        width: 50%;
    }
    .tx .cont li:nth-child(3){
        float: right;
    }
    .tx .t{
        font-size: 15px;
    }
}



/* 品牌 */
.pp{
    background: url("../Images/pp-bg.jpg") no-repeat center center / cover;
}
.pp li {
    width: 32.5%;
    float: left;
    margin-left: 1.25%;
}
.pp li:first-child {
    margin-left: 0;
}
.pp li .imgBox{
    padding-bottom: 70%;
}
.pp .t{
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 2;
    margin-top: 50px;
}
@media (max-width: 768px) {
    .pp .cont li{
        width: 80%;
        margin: 0 auto 10px;
        float: none;
    }
    .pp .t{
        font-size: 15px;
        margin-top: 30px;
    }
}


/* 推广 */
.tg{
    background: url("../Images/tg-bg.jpg") no-repeat center center / cover;
}
.tg .cont img.m{
    width: 100%;
    margin-bottom: 10px;
}
.tg .t{
    color: #333333;
    font-size: 18px;
    line-height: 2;
    margin-top: 35px;
}
@media (max-width: 768px) {
    .tg .t{
        font-size: 15px;
        margin-top: 30px;
    }
}

/* 支持 */
.zc{
    background: url("../Images/zc-bg.jpg") no-repeat center center / cover;
}
.zc .cont li {
    float: left;
    width: 22%;
    margin-left: 4%;
}
.zc .cont li:first-child {
    margin-left: 0;
}
.zc .cont li .imgBox{
    padding-bottom: 66.5%;
}
.zc .cont li span{
    display: block;
    text-align: center;
}
.zc .t{
    font-size: 20px;
    color: #333333;
    line-height: 2;
    margin-top: 60px;
}
@media (max-width: 768px) {
    .zc .cont li{
        width: 48%;
        margin-bottom: 2%;
    }
    .zc .cont li:nth-child(2n+1){
        margin-left: 0;
    }
    .zc .t{
        font-size: 15px;
        margin-top: 30px;
    }
}

/* 营销 */
.yx{
    background: url("../Images/yx-bg.jpg") no-repeat center center / cover;
}
.yx .cont li{
    float: left;
    width: 32%;
    margin-left: 2%;
}
.yx .cont li:first-child{
    margin-left: 0;
}
.yx .cont li .imgBox{
    padding-bottom: 66.5%;
}
.yx .t{
    font-size: 20px;
    color: #fff;
    line-height: 2;
    margin-top: 45px;
}
@media (max-width: 768px) {
    .yx .cont li{
        width: 90%;
        margin: 0 auto 15px !important;
        float: none;
    }
    .yx .t{
        font-size: 15px;
        margin-top: 30px;
    }
}

/* 检查 */
.js{
    background: url("../Images/jc-bg.jpg") no-repeat center center / cover;
}
.js .cont img{
    width: 100%;
}
.js .t{
    color: #333333;
    font-size: 18px;
    text-align: center;
    margin-top: 34px;
    line-height: 2;
}
@media (max-width: 768px) {
    .js .t{
        font-size: 15px;
        margin-top: 30px;
    }
}

/* 展示 */
.zs{
    background: url("../Images/zs-bg.jpg") no-repeat center center / cover;
}
.zs .cont img{
    width: 100%;
}
.zs .t{
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 34px;
    line-height: 2;
}
@media (max-width: 768px) {
    .zs .cont img{
        width: 90%;
        margin: 0 auto;
    }
    .zs .t{
        font-size: 15px;
        margin-top: 30px;
    }
}




.joinLiu .list ul {
    font-size: 0;
}
.joinLiu .list li {
    display: inline-block;
    width: 15%;
    margin-left: 2%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    height: 210px;
        vertical-align: top;
}

.joinLiu .list li:first-child {
    margin-left: 0;
}
.joinLiu .list li span{
    margin-top: 50px;
    display: block;
    font-size: 40px;
}
.joinLiu .list li p{
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.joinLiu .list li:hover p {
    color: #fff;
}
.joinJia {
    margin-top: 60px;
}
.joinJia .cont {
    position: relative;
}
.joinJia .r{
    width: 50%;
    float: right;
    background-color: #d1a57b;
    padding: 50px;
    box-sizing: border-box;
}
    .joinJia .r .t {
        font-size: 40px;
        color: #fff;
        margin-bottom: 40px;
    }
    .joinJia .r form input,
    .joinJia .r form textarea {
        height: 70px;
        line-height: 70px;
        width: 100%;
        background: #141414;
        margin-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
        font-family: "微软雅黑";
            box-sizing: border-box;
        color: #fff;
        border: 0;
    }
    .joinJia .r form textarea {
        line-height: 30px;
        height: 150px;
        padding-top: 20px;
    }
    .joinJia .r form .btn input{
        width: 148px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        float: left;
        background-color: #000;
        color: #fff;
        margin-right: 30px;
        cursor: pointer;
    }
.joinJia .l {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(../Images/formBg.png) no-repeat center center / contain;
}

@media (max-width: 768px) {
    
    .joinLiu .list li {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 4%;
        height: 180px;
    }
        .joinLiu .list li:nth-child(2n+1) {
            margin-left: 0;
        }
        .joinLiu .list li span {
            margin-top: 20px;
        }

    .joinJia .l {
        display: none;
    }
    .joinJia .r {
        width: 100%;
        float: none;
        padding: 20px;
    }
        .joinJia .r .t {
            font-size: 24px;
        }
        .joinJia .r form input, .joinJia .r form textarea {
            height: 40px;
            line-height: 40px;
            margin-bottom: 20px;
        }
        .joinJia .r form textarea {
            height: 120px;
            padding-top: 0;
        }
        .joinJia .r form .btn input {
            height: 40px;
            line-height: 40px;
            width: 30%;
        }
}