@charset "UTF-8";

body, form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, header, menu, footer, section, iframe, video, article, button {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    min-width: 1140px;
    font-size: 12px;
    font-family: Microsoft Yahei, Avenir, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    background: #fbf9f9;
    /*color: #666;*/
    position: relative;
}

a {
    outline: 0;
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
    border: 0;
}

p {
    word-break: break-all;
}

ul, li {
    list-style: none;
}

.float_l {
    position: relative;
    float: left;
}

.float_r {
    position: relative;
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

#main {
    width: 100%;
    min-width: 1140px;
    margin: 0 auto;
}

.header {
    width: 100%;
    min-width: 1000px;
    background: #fbfafa;
    position: fixed;
    top: 0;
    z-index: 99999999999;
}

#nav {
    left:50%;
    margin-left:-500px;
    width: 1000px;
    height: 120px;
    position: relative
}

#nav .logo {
    width: 300px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

#nav .logo a {
    display: block;
}

#nav .nav-item {
    height: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

#nav .nav-item li {
    width: auto;
    height: 26px;
    line-height: 26px;
    position: relative;
    display: inline-block;
    margin-left: 40px;
    font-size: 0;
}

#nav .nav-item li .active {
    color: #21b66c;
}

#nav .nav-item li a {
    display: block;
    font-size: 18px;
    color: #000000;
    opacity: 0.8;
}

#nav .nav-item li a.cur, #nav .nav-item li a:hover {
    color: #67b690;
}

#nav .nav-item li span {
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0e0e0e;
}

#content {
    margin-top: 120px;
}


.footer {
    width: 100%;
    background: #e5e5e5;
    height: 150px;
    margin:0 auto;
}

#footNav {
    width:1180px;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    position: relative
}

#footNav li {
    width: auto;
    height: 26px;
    line-height: 26px;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    font-size: 0;
}

#footNav li a {
    display: block;
    font-size: 20px;
    color: #67552d;
}

#footNav .record:hover{
	color:#77b53a;
	text-decoration:underline;
}
