﻿/* logo部分css */
#header {
    width: 1080px;
    margin: 35px auto 0;
    position: relative;
}

    #header a {
        color: #000;
    }

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo_city {
    display: flex;
    flex-direction: row;
}

    .logo_city span, .city_choice h3 {
        font-size: 14px;
        display: inline-block;
    }

.city_choice h3 {
    margin: 0;
    padding: 0;
}

.logo_city span {
    margin-top: 6px;
}

.city_choice img {
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
}

.city_choice {
    width: 195px;
    border: 1px solid #fff;
    font-size: 14px;
    padding: 5px 0 0 5px;
    position: absolute;
    left: 65px;
    z-index: 1;
    background: #fff;
    cursor: pointer;
}

    .city_choice ul {
        margin: 10px 0;
        overflow: hidden;
        display: none;
    }

        .city_choice ul li {
            float: left;
            margin: 10px;
            width: 45px;
            list-style: none;
        }

            .city_choice ul li a {
                text-decoration: none;
            }

.logo_img {
    display: block;
    margin: 0 auto;
}

.navigation {
    border-top: 1px solid #e2e4e5;
    margin-top: 40px;
    position: relative;
}

    .navigation ul {
        overflow: hidden;
    }

    .navigation li {
        margin: 0 35px;
        float: left;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        width: 56px;
        text-align: center;
        list-style: none;
    }

        .navigation li a {
            text-decoration: none;
        }

.nav_search {
    position: absolute;
    top: 15px;
    right: 15px;
}

.current {
    border-bottom: 2px solid #000000;
}

/* 底部 */
#footer {
    border-top: 1px solid #ededed;
}

.foot {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-left:130px;
}

    .foot a {
        color: #000;
    }

    .foot dd a {
        text-decoration: none;
    }

.foot_box dl {
    width: 11%;
    float: left;
    height: 160px;
}

.foot_box {
    overflow: hidden;
}

.foot_box2 {
    margin-top: 90px;
}

.foot_box dl dt {
    font-size: 16px;
    border-bottom: 1px solid #000000;
    display: inline-block;
    margin-bottom: 35px;
}

.foot_box dl dd {
    font-size: 12px;
    color: #666666;
    line-height: 25px;
}

    .foot_box dl dd:hover {
        text-decoration: underline;
    }

.foot_bottom {
    background: #ededed;
    padding: 70px 0 60px 0;
}

    .foot_bottom i {
        font-style: normal;
    }

.bottom_box {
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
}

.bottom_left {
    width: 165px;
    border-right: 1px solid #d2d2d2;
    color: #333333;
    float: left;
}

    .bottom_left p {
        font-size: 16px;
        line-height: 30px;
    }

    .bottom_left span {
        font-size: 12px;
    }

.bottom_right {
    float: right;
    width: 740px;
    margin-top: 15px;
    position: relative;
}

    .bottom_right span {
        font-size: 16px;
        display: block;
        margin-bottom: 20px;
    }

    .bottom_right p {
        font-size: 12px;
    }

    .bottom_right a {
        width: 188px;
        height: 32px;
        background: #000000;
        text-align: center;
        line-height: 32px;
        font-size: 16px;
        color: #FFFFFF;
        display: block;
        position: absolute;
        top: -10px;
        right: 30px;
    }

.bottom_main {
    width: 87px;
    text-align: center;
}

    .bottom_main div {
        width: 10px;
        height: 1px;
        background: #000000;
        margin: 15px auto 5px;
    }
