* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html {
    background: url(../images/bg.jpg);
}

header {
    background-color: #BD1A2D;
}

#title {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

#logo {
    height: 60px;
    line-height: 60px;
}

#logo p {
    font-size: 20px;
    color: #DE8669;
    font-family: "楷体";
    font-weight: bolder;
}

#logo img {
    margin-top: 10px;
    height: 40px;
    margin-right: 10px;
    float: left;
}

#title_nav {
    position: absolute;
    right: 0px;
    top: 0px;
}

#title_nav a {
    text-decoration: none;
    display: inline-block;
    line-height: 60px;
    margin-left: 50px;
    color: #f8d1c4;
}

#title_nav a:hover {
    color: #FCF4E9;
}

#banner {
    font-size: 0px;
    width: 100%
}

#banner img {
    font-size: 0px;
    width: 100%
}

/* 通用 标题 */
#img_beijing_title {
    position: relative;
    width: 1080px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
}

#img_beijing_title h2 {
    display: inline-block;
    color: #BD1A2D;
}

.title_left {
    position: absolute;
    left: 0px;
    top: 30px;
    height: 1px;
    width: 450px;
    background-color: #BD1A2D;
}

.title_right {
    position: absolute;
    right: 0px;
    top: 30px;
    height: 1px;
    width: 450px;
    background-color: #BD1A2D;
}

/* 底部 */
footer {
    width: 100%;
    height: 30px;
    background: url(../images/footer.png);
    text-align: center;
    padding-top: 160px;
    color: #ffff;
}