@charset "utf8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFF;
    font-family: "Microsoft YaHei", "微软雅黑", "\5b8b\4f53", "Arial Narrow", HELVETICA, sans-serif;
    line-height: 1.5;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none outside none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

form {
    display: inline;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #BD0A01;
    text-decoration: underline;
}

img {
    vertical-align: bottom;
}

.hideText {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    *font: 0/0 serif;
    *text-shadow: none;
    *color: transparent;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    font: 0px Arial;
}

.cl:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.cl {
    zoom: 1
}

.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body {
    background: #fff url("../tplimg/banner.jpg") no-repeat center top;
}

.banner {
    width: 100%;
    height: 220px;
}

.nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: rgba(108, 78, 30, 0.8);
}

.nav a {
    color: #fff;
}

.nav a:hover {
    text-decoration: none;
}

#nav {
    width: 972px;
    height: 60px;
    padding: 0 9px;
    margin: 0 auto;
    background: url("../tplimg/nav-bg.png") no-repeat center center;
}

#nav .menu-li {
    float: left;
    position: relative;
    width: 108px;
}

#nav .menu-li:hover {
    background: url("../tplimg/nav-on-ico.png") no-repeat center center;
}

#nav li .sub {
    display: none;
    position: absolute;
    width: 110px;
    left: 0;
    top: 60px;
    z-index: 999;
    background: #78531b;
}

#nav li .sub li {
    width: 100%;
    height: 55px;
    line-height: 55px;
}

#nav li .sub li:hover {
    background: #694714;
}

#nav li .sub li a {
    width: 100%;
    display: block;
}

.footer {
    width: 100%;
    padding: 0 0 5%;
    margin-top: 5%;
    font-size: 14px;
    line-height: 2.3;
    text-align: center;
    color: #fff;
    background: #8f7142;
}

.footer a {
    color: #fff;
}

.footer-link {
    height: 50px;
    line-height: 50px;
    background: #7d5c29;
    margin-bottom: 30px;
}

.footer-link a {
    margin: 0 15px;
}

.footer-section {
    width: 1000px;
    margin: 0 auto;
}

.footer-left {
    width: 700px;
    text-align: left;
    float: left;
    font-size: 14px;
}

.reg-logo {
    float: left;
}

.footer-left-content {
    float: left;
    width: 620px;
}

.footer-right {
    float: right;
}

.sns {
    float: left;
    margin-right: 20px;
    margin-top: 30px;
}

.sns a {
    color: #fff;
}

.weixin {
    float: left;
}

.weixin-qr {
    float: left;
    margin-left: 15px;
    margin-top: -10px;
}