@font-face {
    font-family: fzdh;
    src: url("../fonts/fzdh.ttf");
}

body {
    color: white;
    padding: 0;
    margin: 0;
}

p {
    margin: 30px 0;
}

#nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}

#nav ul {
    font-family: "黑体";
    font-size: 22pt;
    padding: 0;
    margin: 0;
    display: inline-block;
}

#nav ul:after {
    content: " ";
    clear: both;
    display: table;
}

#nav li {
    float: left;
    margin: 40px 50px;
    list-style: none;
    cursor: pointer;
}

#nav li.selected, #nav li:hover {
    color: #e9d52a;
}

#body {
    background: url("../images/bg.jpg") no-repeat fixed;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

#content {
    font-family: "fzdh";
    width: 80%;
    margin: 180px auto 0;
    text-align: center;
	font-size: 24pt;
}

#index {
}

#intro {
    display: none;
}

#culture {
    display: none;
}

#contact {
    display: none;
}

#footer {
	position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.block .title {
	background: rgba(0,0,0,.36);
	margin: 30px 0;
	padding: 20px 0;
}

.block .des {
	text-align: left;
	font-size: 20pt;
}