body{
    margin: 0;
    padding: 0;
    color: #333333;
    font-family: Tahoma,Verdana,sans-serif,simsun;
    font-size: 12px;
    background-color: #000;
}
/* 页面头部 */
#top{
    position: relative;
    width: 1000px;
    height: 350px;
    margin: auto;
    text-align: center;
}
strong{
    color: #000;
}
/* 顶部工具条 */
#head_top{
    background: url(../image/h_lkp.png) #3E3A38 no-repeat bottom center;
    height: 25px;
    text-align: left;
    line-height: 25px;
    padding: 10px;
    width: 1000px;
    padding-left: 0px; margin-left: 0px; padding-right: 0px;
}
/* LOGO图片 */
#head_top .logo{
    position: relative;
    margin-left: 20px;
    float: left;
}

#head_top #link_panle{
    position: relative;
    float: right;
    width: 185px;;
    margin: 0;
    padding: 0;
    line-height: 25px;
    height: 25px;
    top: 7px;
}

#link_panle li{
    float: left;
    list-style-type: none;
}

.head_btn{
    position: absolute;
    top: 0px;
}

/* 中部 */
.center{
    position: relative;
}
#center_top{
    width: 980px;
    height: 332px;
    margin: auto;
    text-align: center;
     background: url(../image/zt_bg_2.png) center center no-repeat transparent;
     position: relative;
     top: -100px;
}
.modal{
    position: relative; float: left;
    margin-left: 10px;
    
}
.h_bm{
    background: url(../image/btn_2.png);
    width: 109px; height: 30px;
}
.modal p {
    color: #727171;
    font-size: 12px;
    font-weight: normal;
    line-height: 180%;
    font-family: 宋体,serif;
}

#center_top_left{

    height: 321px;
    width: 360px;
}

#center_top_center{

    height: 321px;
    width: 327px;

}

#center_top_right{

    height: 321px;
    width: 251px;
}

#center_bottom{
    background: url(../image/zt_bg_3.jpg) no-repeat transparent;
    width: 960px;
    height: 2386px;
    margin: auto;
    text-align: center;
    position: relative;
    top: -120px;
}

#footers{
    position: relative;
    background: url(../image/jdan.jpg) no-repeat transparent;
    width: 960px;
    height: 194px;
    top:10px;
    margin: auto;
    text-align: center;
}
.f_left_ul{
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.f_left_ul li{
    float: left;
    margin-left: 20px;
    _margin-left: 10px;
    margin-right: 10px;
    list-style-type: none;
    position: relative;
}

.f_left_ul li img {
    width: 120px;
    height: 100px;
    position: relative;
    border: none;
}
.f_left_ul li div{
    position:absolute;
    bottom:5px;
    *bottom:0px;
    height:20px;
    font-size:12px;
    line-height:20px;
    background-color:#333;
    opacity:0.5;width:100%;
    text-align:center;
    color:#fbfbfb;
    left:0px;
    filter:alpha(opacity=50);
}
#footer{
    margin: auto;
    left: 0px;
    width: 960px;
    top: -120px;
}