@charset "utf-8";
/*
* @describe：cnkifooter
* @Author: UI_group
* @Date:   2020-05-27
*/

/**********************/
/* footer */
/*----通用底部------*/
.flx {
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.the_footer {
    width: 100%;
    height: 340px;
    background-color: #27282f;
}
.the_footer .the_wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
    box-sizing: border-box;
}

.the_footer .line_top {
    padding-bottom: 20px;
    border-bottom: 1px solid #4a4b4d;
    margin-bottom: 30px;
}

.the_footer .title {
    font-size: 20px;
    color: #adaeb2;
    margin-bottom: 8px;
}

.the_footer .title img {
    display: inline-block;
    margin-right: 20px;
}

.the_footer p {
    line-height: 22px;
}

.the_footer .line_top p {
    margin-left: 52px;
}

.the_footer a {
    display: inline-block;
    vertical-align: middle;
    color: #7c7c80;
    margin-left: 20px;
}

.the_footer a:first-child {
    margin-left: 0;
}

.the_footer a:hover {
    color: #adaeb2;
}

.the_footer .line_down p {
    color: #7c7c80;
}

.the_footer .left {
    margin-right: 100px;
}

.the_footer .left p {
    margin-left: 52px;
}

.the_footer .mid {
    padding: 15px 0px 0px 95px;
    box-sizing: border-box;
    position: relative;
    margin-right: 150px;
}

.the_footer .mid:before {
    display: block;
    content: "";
    width: 1px;
    height: 125px;
    background-color: #4a4b4d;
    position: absolute;
    top: 0;
    left: 0;
}

.the_footer .right {
    padding-top: 5px;
}

.the_footer .right .fl {
    margin-right: 30px;
}

.the_footer .pic {
    padding-top: 18px;
}
