﻿
.footer
{
    height: 265px;
    width: 100%;
    margin: 0 auto;
}
.footer_bottom
{
    height: 32px;
    background-color: #1b1b1b;
}
.footer_bottom p
{
    text-align: center;
    color: #ffffff;
    line-height: 32px;
    height: 32px;
}
.top_left, .top_right
{
    float: left;
}
.top_left
{
    width: 60%;
    height: 60%;
    margin: 0 auto;
}
.top_right
{
    width: 40%;
    height: 60%;
    float: right;
    margin: 0 auto;
}
.left_color
{
    color: #ffffff;
    text-align: center;
}
.left_color2
{
    color: #9b9b9b;
    text-align: center;
}
.top_float
{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.top_float li
{
    float: left;
    width: 30%;
    font-size: 15px;
}
.top_left_ul
{
    width: 70%;
    height: 100%;
    float: right;
}
.top_left_ul .top_left_ul_li
{
    width: 100%;
    margin: 0 auto;
    height: 30%;
}
.footer_top
{
    width: 100%;
    height: 233px;
    background-color: #333333;
    position: relative; /*margin-top:50px;*/
}
.top_left
{
    position: absolute;
    top: 42%;
}
.top_left_ul
{
    position: relative;
    top: -50%;
}
.top_right img
{
    width: 140px;
    height: 140px;
}
.zgwm
{
    width: 100px;
    text-align: center;
    color: #ffffff;
}

.top_right ul li
{
    float: left;
    display: flex;
    align-items: center;
}
.top_right
{
    vertical-align: middle;
    display: table-cell;
    position: absolute;
    top: 50%;
    right: 0;
}
.top_right ul
{
    position: relative;
    top: -50%;
}
