﻿/*
顶部样式
*/

#bottom {
    width: 100%;
    min-width: 1080px;

}

.bottom_bg {
    width: 100%;
    min-width: 1080px;
    height: 238px;
    background: #282828;
}

.bottom_box {
    margin: 0 auto;
    width: 975px;
    height: 170px;
    background: url('../images/bestv/bottom/bottom_bg.png');
}

.bottom_box .bottom_weblink {
    margin: 17px 73px;
    width: 828px;
    float: left;
}

.bottom_box .bottom_weblink .bottom_weblink_img {
    width: 126px;
    height: 66px;
    border: 1px solid #fbfbfb;
    background-color: #fbfbfb;
    margin: 0 6px;
    float: left;
    display: inline-block;
    text-align: center;
}

.bottom_box .bottom_weblink .bottom_weblink_img .zoom {
    width: 124px;
    height: 64px;
}

.bottom_box .bottom_weblink .bottom_weblink_img .zoom p {
    max-width: 124px;
    max-height: 64px;
}

.bottom_box .bottom_weblink .bottom_weblink_img .zoom p img {
    max-width: 124px;
    max-height: 64px;
}

.bottom_box .bottom_pronouncement {
    float: left;
    color: #ffffff;
    text-align: center;
    margin: 17px 0 0 0;
    width: 974px;
    height: 120px;
    overflow: hidden;
}



