.tc_000000 {
    color: #000 !important;
}

.tc_f75944 {
    color: #f75944 !important;
}

.tc_8b8b8b {
    color: #8b8b8b !important;
}

.tc_adadad {
    color: #adadad;
}

.tc_999999 {
    color: #999;
}

.tc7e9edf {
    color: #7e9edf;
}

.tc_ffffff {
    color: #fff !important;
}

.bc_13131c {
    background-color: #13131c !important;
}

.bc_f75944 {
    background-color: #f75944;
}

.bc_18d26e {
    background-color: #18d26e;
}

.bc_018fce {
    background-color: #018fce;
}

.bc_4876d2 {
    background-color: #4876d2;
}

.bc_ffffff {
    background-color: #fff;
}

.bc_f7f7f7 {
    background-color: #f7f7f7;
}

.yx {
    clip-path: circle(50% at 50% 50%);
}

.qc_mlr {
    margin-right: 0;
    margin-left: 0;
}

.qc_plr {
    padding-right: 0;
    padding-left: 0;
}

.fw_b {
    font-weight: bold !important;
}

.pc {
    display: block;
}

.phone {
    display: none;
}


/*  */

.jb:hover {
    transition: all 0.5s;
    background: -webkit-linear-gradient(left, #6cb6e3, #a381c4);
}

.active a {
    color: #fff !important;
}

.more {
    width: 10%;
    border: 1px solid #000;
    border-radius: 20px;
    margin: 0px 45%;
    padding: 5px 0;
    font-weight: bold;
}

.more a {
    padding: 5px 25px;
}

.ftb {
    border: 1px solid #383848;
    background-color: #272734;
    padding: 5px;
}

.about {
    background: url("../images/index/about.jpg")no-repeat;
}

.bd {
    width: 20%;
    padding: 2%;
    margin: 0 40%;
    margin-top: -10%;
}

.col-md-4:hover .bd {
    padding: 0%;
    transition: all 0.25s;
}

.lc {
    width: 228px;
    height: 184px;
    overflow: hidden;
}

.bt {
    padding: 13% 0;
    height: 184px;
    overflow: hidden;
}

.d {
    height: 0px;
    overflow: hidden;
}

.lc:hover .bt {
    transition: all 0.5s;
    padding: 0% 0;
    height: 0px;
}

.lc:hover .d {
    transition: all 0.5s;
    height: 184px;
}

.tw {
    background: url("../images/index/wh.png") no-repeat bottom left;
    /* border-bottom: 1px solid #a1a1a1; */
    padding-left: 18%;
    padding-top: 10%;
    margin-top: 10%;
}

.footer {
    background: url("../images/index/foot.jpg")no-repeat;
    background-size: 100% 100%;
}

.foot_lx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    margin: 0 25%;
    border-radius: 50px;
    overflow: hidden;
}


/*  */

@media (min-width: 1200px) {
    .navbar .container,
    .fwlc .container {
        max-width: 1400px;
    }
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }
    .phone {
        display: block;
    }
    .w-s-100 {
        width: 100%;
    }
    .lc {
        width: 33.3%;
        margin-bottom: 3%;
    }
    .more {
        width: 30%;
        margin: 0px 35%;
    }
    .tw {
        padding-left: 25%;
        padding-top: 7%;
        margin-top: 0%;
        background-position-x: 30px;
    }
    .foot_lx {
        display: none;
    }
}