.footer_contain {
    width: 100%;
    background: url('../imgs/footer_bg.png') no-repeat;
    background-size: 100% 100% ;
    color: #FFFFFF;
}
.footer_contain>.footer_con {
    display: flex;
    flex-direction: column;
    margin: auto auto;
    width: 1200px;
}

.footer_contain>.footer_con>.con_flex {
    display: flex;
    justify-content: space-between;
}
.footer_con>.con_flex>.con_flex_items {
    margin-top: 60px;
    margin-bottom: 28px;
    text-align: left;
}
.footer_con>.con_flex>.con_flex_items>.items_name {
    font-size: 16px;
    margin-bottom: 25px;
}
.footer_con>.con_flex>.con_flex_items>div {
    font-size: 14px;
    margin-bottom: 20px;
    cursor: pointer;
}
.footer_con>.con_flex>.con_flex_items>div:hover:first-child {
    color: #fff;
}
.footer_con>.con_flex>.con_flex_items>div:hover {
    color: #0075FF;
}
.footer_con>.con_flex>.con_flex_items>div:last-child {
    margin-bottom: 0;
}
.footer_con>.con_flex>.con_flex_items>.logo  {
    width: 129px;
    margin-bottom: 10px;
    /* background: red; */
}
.footer_con>.con_flex>.con_flex_items>.phone  {
    font-size: 18px;
    margin-bottom: 26px;
    /* background: red; */
}
.footer_con>.con_flex>.con_flex_items>.ty_items  {
    display: flex;
    align-items: center;
}
.footer_con>.con_flex>.con_flex_items>.ty_items > .code {
    width: 110px;
    margin-right: 20px;
}
.footer_con>.con_flex>.con_flex_items>.ty_items > .ty_desc>.name {
    font-size: 16px;
    margin-bottom: 13px;
}
.copy_right {
    border-top: 1px solid #424F67;
    color: #FFFFFF;
    font-size: 14px;
    padding: 28px 0;
    text-align: center;
    a{
        color: #fff;
        text-decoration: none;
    }
}