@charset "utf-8";
/* CSS Document */


.top a {
    text-decoration: none;
    color: #FFF;
}
.top a:hover {
    text-decoration: underline;
    color: #F00;
}
.top {
    height: 50px;
    width: 100%;
    margin: 0px auto;
	background-color:#484848;
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
}
.top_a {
    color: #FFF;
    height: 50px;
    width: 1000px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}
.top_a_1 {
    height: 50px;
    width: 200px;
    line-height: 50px;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    word-spacing: 15px;
}
.top_a_2 {
    height: 50px;
    width: 200px;
    line-height: 50px;
    position: absolute;
    z-index: 2;
    left: 210px;
    top: 0px;
}
.top_a_3 {
    height: 50px;
    width: 540px;
    position: absolute;
    z-index: 2;
    left: 460px;
    top: 0px;
}
.top_a_3 li {
    display: inline;
    float: left;
}
.stv_001{
	background: url('image/header_bg1.jpg') repeat-x scroll center bottom transparent;
	
	
}