﻿/* 页脚样式 */
.footer_box {
    border-top: 1px solid #e8e9eb;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fafafa;
}

.footer_box .footer_centers {
    width: 1200px;
    height: 194px;
    overflow: hidden;
    margin: 0 auto;
}

.footer_box .footer_centers .ewm_box {
    float: left;
}

.footer_box .footer_centers .ewm_box .img {
    float: left;
    margin: 60px 10px auto 5px;
}

.footer_box .footer_centers .ewm_box p {
    margin-top: 36px;
    width: 10px;
    float: left;
    padding-right: 34px;
    border-right: 1px solid #dadada;
}

.footer_box .footer_centers .ewm_box p span {
    font-size: 13px;
    color: #666666;
    line-height: 23px;
    display: inline-block;
    height: 23px;
    width: 135px;
}

.footer_box .footer_centers .qq_box {
    width: 350px;
    height: auto;
    overflow: hidden;
    margin-top: 36px;
    padding-left: 46px;
    float: left;
    color: #666;
}

.footer_box .footer_centers .qq_box h1 {
    margin: 0 auto;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: inherit;
}

.footer_box .footer_centers .qq_box p {
    font-size: 13px;
    line-height: 25px;
}

.footer_box .footer_centers .channel_box {
    float: right;
    margin-top: 28px;
}

.footer_box .footer_centers .channel_box dl {
    float: left;
    color: #666;
    margin: 0 auto;
}

.footer_box .footer_centers .channel_box dl.bzzx {
    width: 105px;
}

.footer_box .footer_centers .channel_box dl.yqlj {
    width: 315px;
}

.footer_box .footer_centers .channel_box dl dt {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}

.footer_box .footer_centers .channel_box dl dd {
    display: inline-block;
    float: left;
    text-align: left;
    width: 105px;
    margin: 0 auto;
    height: 29px;
    line-height: 29px;
}

.footer_box .footer_centers .channel_box dl dd a {
    color: #989898;
}

.footer_box .footer_centers .channel_box dl dd a:hover {
    text-decoration: underline;
    color: #666;
}

.footer_box .footer_ends {
    background: #323441;
}

.footer_box .footer_ends .nei {
    width: 850px;
    height: auto;
    overflow: hidden;
    padding: 18px 0 22px 0;
    text-align: center;
}

.footer_box .footer_ends .nei .left {
    color: #a3a4aa;
    line-height: 28px;
}

.footer_box .footer_ends .nei .left {
    text-align: center;
}

.footer_box .footer_ends .nei .left img {
    vertical-align: middle;
    margin: -3px 5px auto auto;
}

.footer_box .footer_ends .nei .left ul {
    text-align: center;
}

.footer_box .footer_ends .nei .left ul li {
    color: #a3a4aa;
    display: inline-block;
    margin: 0 10px;
    line-height: 40px;
}

.footer_box .footer_ends .nei .left ul li a {
    color: #a3a4aa;
}

.footer_box .footer_ends .nei .left ul li a:hover {
    color: #fff;
}

.footer_box .footer_ends .nei .right {
    float: right;
}

/* 媒体查询：适应小屏幕设备 */
@media (max-width:1200px) {
    body {
        width: 1200px;
        overflow-x: hidden;
    }


}
