/*初始化样式*/
*{margin:0;padding: 0;font-family: "微软雅黑"}
a{text-decoration: none;color:#fff}
li{list-style: none;}
/*顶部样式*/
.top_head {
    width: 100%;
    height: 45px;
    margin: 0px auto;
    text-align: center;
    background: #333;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

.top_main {
    width: 900px;
    height: 45px;
    text-align: center;
    margin: 0px auto;
}

.top_left {
    width: 200px;
    float: left;
    height: 45px;
}

.logo {
    width: auto;
    height: 40px;
    float: left;
    margin-top: 4px;
    display: inline;
}

.top_left .zx {
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    font-family: "微软雅黑";
    font-size: 14px;
    width: 200px;
    margin-left: 10px;
    float: left;
    display: inline;
}

.top_right {
    width: auto;
    float: right;
    height: 45px;
    font-weight: bold;
    font-family: "微软雅黑";
    line-height: 45px;
    margin-right: 10px;
    display: inline;
    font-size: 12px;
}

.top_right a {
    color: #fff;
}

.top_right a:hover {
    text-decoration: underline;
    color: #fff;
}
/*底部*/
body{
    font-size: 12px;
}
.bottom {
    width: 100%;
    height: 150px;
    margin: 0px auto;
    text-align: center;
    background: #333333;
    padding-bottom: 20px;
}

.bottom_bt {
    width: 966px;
    height: auto;
    text-align: center;
    margin: 0px auto;
}

.bottom_seem {
    width: 1049px;
    height: auto;
    float: left;
    margin-top: 10px;
    display: inline;
}

.bottom_nav {
    line-height: 25px;
    padding: 5px;
    color: #fff;
    height: 25px;
}

.bottom_nav a {
    margin: 0px 4px;
    color: #fff;
}

.bottom_nav a:hover {
    text-decoration: underline;
    color: #fff;
}

.bottom_nav a:active,.bottom_nav a:focus {
    color: #fff;
}

.bottom_logo {
    float: left;
    width: 330px;
    height: auto;
    margin-top: 10px;
    display: inline;
}

.bottom_xi {
    float: left;
    width: 462px;
    height: auto;
    margin-left: 10px;
    display: inline;
}

.bottom_xi p {
    color: #fff;
    line-height: 35px;
    height: 35px;
    text-align: left;
}

.bottom_xi p a:hover {
    text-decoration: underline;
    color: #fff;
}

.bottom_xi p a:active,.bottom_xi p a:focus {
    color: #fff;
}

.bottom_tm {
    width: 210px;
    height: auto;
    float: right;
    text-align: right;
    display: inline;
}

.bottom_tm span {
    width: 80px;
    height: auto;
    float: right;
    margin-right: 20px;
}

.bottom_tm span p {
    color: #fff;
    text-align: center;
    line-height: 25px;
}