
.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    /*background-color: #e60f1e;*/
    background-color: #f8f8f8;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_info {
    width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 0 0 16px;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_info .footer_item {
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_info .footer_item .fi_ico {
    min-width: 250px;
}

.footer .footer_info .footer_item .fi_ico .sTitle {
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: block;
    margin: 0;
    padding: 0 0 0 8px;
    color: #000;
    text-align: left;
    font-size: 32px;
    font-weight: 600;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_info .footer_item .fi_ico img {
    width: 156px;
    height: 48px;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_info .footer_item .fi_nav {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_info .footer_item .fi_nav a {
    height: 28px;
    line-height: 28px;
    display: block;
    padding: 0 8px;
    border-radius: 8px;
    /*color: #fff;*/
    color: #777;
    font-family: Arial, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, sans-serif;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_info .footer_item .fi_nav a:hover {
    background-color: #fff;
    color: #333;
    font-weight: bold;
}

.footer .footer_info .footer_item .fi_com_info {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_info .footer_item .fi_com_info .iIconWrap {
    width: 550px;
    line-height: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_info .footer_item .fi_com_info .iIconWrap i._footer_ico {
    width: 24px;
    line-height: 32px;
    color: #c8102e;
    text-align: center;
}

.footer .footer_info .footer_item .fi_com_info .iIconWrap img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_info .footer_item .fi_com_info .iIconWrap .i_lbl {
    height: 32px;
    line-height: 32px;
    padding-left: 4px;
    color: #444;
    text-align: left;
    font-size: 16px;
}

.footer .footer_info .footer_item .fi_com_info .iTxt {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0;
    color: #777;
    text-align: left;
    font-size: 16px;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_info .footer_item .fi_com_info .iTxt.address {
    height: auto;
    word-break: break-word;
}

.footer .footer_info .footer_item .fi_com_info .iTxt.r2 {
    padding-left: 32px;
}

.footer .footer_info .footer_item .fi_com_info .mlTxt {
    width: 100%;
    max-height: 76px;
    line-height: 32px;
    padding-left: 32px;
    color: #fff;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 16px;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_info .footer_item .fi_com_info img {
    width: 550px;
}

.footer .footer_info .footer_item .fi_follow_us {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_info .footer_item .fi_follow_us a {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_info .footer_item .fi_follow_us a img {
    width: 171px;
    height: 108px;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footer_line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .copyRightWrapper {
    width: 100%;
    background-color: #e60f1e;

}

.footer .copyRightWrapper .footer_copyRight {
    width: 633px;
    height: 52px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;

    box-sizing: border-box;
    overflow: hidden;
}

.footer .copyRightWrapper .footer_copyRight label {
    height: 52px;
    line-height: 52px;
    display: block;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
