.index_footer {
    margin-top: 40px;
    width: 100%;
   /* height: 200px;*/
    background: #3e3f43
}
.index_footer li{
    list-style: none;
}
.index_footer ul,.index_telfooter ul{
    margin: 0;
    padding: 0;
}
.index_telfooter li{
    list-style: none;
}
.clear:after{
    display: block;
    content: "";
    clear: both;
}
.index_footer .index_footer_text {
    width: 1200px;
    /*height: 200px;*/
    margin: 0 auto
}

.index_footer .index_footer_left {
    height: 200px;
    margin: 0 auto;
    float: left
}

.index_footer .index_footer_left li {
    font-size: 22px;
    color: #fff !important
}

.index_footer .index_footer_left li:nth-child(2) {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;

}

.index_footer .index_footer_left li:nth-child(1) {
    margin-top: 68px;
    width: 153px;
    height: 153px
}

.index_footer .index_footer_left li:nth-child(2) img {
    width: 100%;
    height: 100%
}

.index_footer .index_footer_right {
    text-align: left;
    margin-top: 55px;
    float: right;
    font-size: 12px;
    line-height: 26px;
    padding-bottom: 38px;
}

.index_footer .index_footer_right li {
    color: #fff !important;
    line-height: 30px;
}

.index_footer .index_footer_right li:first-child {
    font-size: 18px;
    margin-bottom: 26px;
}

.ICP {
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 72px;
    height: 72px;
    color: #a2a6a8;
    background: #353535;
}

.index_telfooter, .tel_ICP {
    display: none
}

@media screen and (max-device-width: 800px) {
    .index_footer_right li, .index_footer_text, .index_telfooter {
        color: #fff !important
    }

    .index_footer_right, .tel_ICP {
        font-size: 12px;
        line-height: 28px
    }

    .ICP, .index_footer {
        display: block
    }

    .index_telfooter {
        display: block;
        width: 100%;
        margin: 20px auto 0;
        background: #3c3f42
    }

    .index_telfooter img {
        width: 30%;
        margin: 10px 0
    }

    .index_footer_text {
        width: 95%;
        margin: 0 auto
    }

    .tel_ICP {
        display: block;
        width: 100%;
        text-align: center;
        color: #000;
        background: #dcdcdc
    }
    .index_footer{
        width: 100%;
    }
    .index_footer .index_footer_text{
        width: 90%;
        box-sizing: border-box;

    }
    .index_footer .index_footer_left
    .index_footer_left li{
        width: 30%;
        text-align: center;
    }
    .index_footer .index_footer_left li:nth-child(1){
        margin-top: 0.8rem;
        width: auto;
        height: auto;
    }
    .index_footer_left img{
        width: 1.8rem;
    }
    .index_footer .index_footer_right{
        width: 65%;
        margin-top:0.8rem;
    }
    .index_footer .index_footer_right li{
        line-height: 0.4rem;
        font-size: 0.23rem;
    }
    .index_footer .index_footer_right li:first-child{
        margin-bottom: 0.15rem;
    }
    .index_footer .index_footer_left li:nth-child(2){
        margin-top: 0.1rem;
    }
    .index_footer .index_footer_left{
        height: auto;
        padding-left: 0.1rem;
    }
}