*{ font-family: "微软雅黑"}

.header{width:100%; height: auto;}
.header .h_t
{
    width:100%;
    height: 40px;
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #fefefe, #e7e7e7);
    /* Safari 4-5, Chrome 1-9 */
    /* -webkit-gradient(,  [, ]?,  [, ]? [, ]*) */
    background: -webkit-gradient(linear,0% 50%, 0% 100%,from(#fefefe),to(#e7e7e7));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(top, #fefefe, #e7e7e7);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #fefefe, #e7e7e7);
}
.header .h_t .top{width:1000px; height: 40px;}
.header .h_t .top .t_left{ width: 240px;height: 40px; float: left;}
.header .h_t .top .t_left .top_line{ padding: 0 5px;}
.header .h_t .top .t_left div{ font-size: 18px; color:#abacaf; height: 40px; line-height: 40px; vertical-align: middle; float: right; cursor: pointer; }

.header .h_t .top .t_right{ width: 400px;height: 40px; float: right;}
.header .h_t .top .t_right ul li{height: 24px; display: inline-block; line-height: 40px; vertical-align: middle; color: #737373; font-size: 18px; padding:0 5px;}
.header .h_t .top .t_right ul li a{color: #737373;}

#middle{ width:100%; height: auto;}
#middle img{width: 100%}

#bottom{ width:100%; height: 141px; margin-top: 10px;}
#bottom .bottom{width:1000px; height: 70px; font-size: 14px;padding-top: 30px;}
.bottom .b_menu ul{ width: 870px;}
.bottom .b_menu ul li{ display: inline-block; font-size: 14px; font-family: "宋体"; padding:0 4px;}
.bottom .b_menu ul li a{ color: #FFF;}
.bottom .copyright{width:780px; margin-top: 10px;}
.bottom .last{ width:380px;margin-top: 10px;}








