﻿.fy {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    float: left;
    text-align:center;
    margin-bottom: 20px;
}

    .fy span {
        display: inline-block;
        min-width: 45px;
        padding: 0 10px;
        background: #ffffff;
        height: 48px;
        vertical-align: middle;
        line-height: 48px;
        font-size: 14px;
        border: 1px solid #e5e5e5;
        margin-left: -1px;
        float: left;
    }

    .fy a {
        display: inline-block;
        width: 65px;
        background: #ffffff;
        height: 48px;
        vertical-align: middle;
        line-height: 48px;
        font-size: 14px;
        border: 1px solid #e5e5e5;
        margin-left: -1px;
        float: left;
        text-decoration: none;
        color: #333;
        outline: none;
    }

    .fy span font {
        display: inline-block;
        width: 150%;
        background: #EB2A2B;
        height: 48px;
        vertical-align: middle;
        line-height: 48px;
        float: left;
        color: #FFF;
        margin-left:-10px;
    }

    .fy select {
        display: inline-block;
        width: 50px;
        height: 48px;
        vertical-align: middle;
        line-height: 48px;
        float: left;
        padding:0 5px;
    }


.header_middle .logo {
    width: 500px;
    /*text-align: center;*/
    height: 100px;
}

.header_middle .logo img{
    margin-left:20%;
}

.footer .foot_content .footer_LOGO {
    width:240px;
    height:120px;
}

.footer .foot_content .footer_LOGO img {
    float:left;
    height:120px;
    text-align:center;
    margin-left: 30%;
}

