/* footer style */
.footer_wrap {
    position: relative;
    width: 100%;
    height: 436px;
    background-color: #242D38;
}
.footer_inner {
    box-sizing: border-box;
    padding-top: 29px;
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
.footer_left {
    width: 500px;
}
.footer_left_list {
    position: relative;
    box-sizing: border-box;
    padding: 20px 0;
    width: 154px;
    background-color: #19222C;
}
.footer_left_list > li {
    text-align: center;
    width: 100%;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}
.footer_second_list {
    display: none;
    position: absolute;
    left: 154px;
    top: 0;
    font-size: 14px;
    width: 160px;
    height: 100%;
    background-color: #1F2932;
}
.footer_third_list {
    display: none;
    position: absolute;
    top: 0;
    /*left: 140px;*/
    left: 160px;
    width: 160px;
    font-size: 14px;
    height: 100%;
}
.footer_third_list > li {
    color: #fff;
}
.footer_third_list > li:hover {
    color: #0072D4;
}
.footer_left_item_ac {
    background-color: #0072D4;
}
.footer_second_item_ac {
    background-color: #1A232C;
    color: #0072D4;
}
.footer_right {
    flex: 1;
}
.label_list {
    box-sizing: border-box;
    padding: 20px 35px;
    display: flex;
    flex-wrap: wrap;
    background-color: #19222C;
}
.label_item {
    display: flex;
    align-items: center;
    margin: 15px;
    cursor: pointer;
}
.label_item > img {
    width: 28px;
    height: 28px;
    margin-right: 5px;
}
.label_item > p {
    font-size: 14px;
    color: #fff;
}
.company_info {
    margin-top: 30px;
    box-sizing: border-box;
    padding-left: 40px;
    display: flex;
    align-items: center;
}
.company_qr {
    width: 109px;
    height: 109px;
    margin-right: 28px;
}
.addr_phone > div {
    display: flex;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
}
.addr_phone > div > span {
    width: 70px;
}
.link_wrap {
    box-sizing: border-box;
    padding-left: 40px;
    margin-top: 32px;
    width: 519px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link_wrap > p {
    font-size: 14px;
    color: #fff;
}
.link_wrap > p > a {
    color: #0072D4;
    cursor: pointer;
}
.footer_bot {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
    background-color: #1E2730;
}

