
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}
body {
    line-height: 1;
    font-size: 13px;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}
body:before {
     content: "";
     position: fixed;
     top: -10px;
     left: 0;
     z-index: 110;
     width: 100%;
     height: 10px;
     -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
     box-shadow: 0px 0px 10px rgba(0,0,0,.8);
 }
.wrapper {
    width: 100%;
    margin: 0 auto;
}
#header {
    background: #8e0f00;
}
#header .inner {
    height: 156px;
    position: relative;
}

.wrapper .inner {
    width: 1266px;
    margin: 0 auto;
}
.clearfix {
    display: block;
}
.header .head-left {
    float: left;
    display: inline-block;
}
.header .sitelogo {
    float: left;
    padding-top: 50px;
    padding-left: 10px;
}
a {
    color: #000000;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
#nav {
    background: #a51908;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
li {
     list-style: none;
 }
.wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}
.wp-menu {
    margin: 0 auto;
}
.wp-menu .menu-item.i1 {
    background: none;
}
.wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 0px;
    line-height: 42px;
    color: #fefefe;
    font-size: 17px;
    margin-left: 66px;
}
#footer {
    background: #8e0f00;
    height: 176px;
}
#footer .inner {
    padding: 12px 0px;
    position: relative;
}
#footer .inner .foot-left {
    float: left;
    padding: 0px 0px;
    margin-top: 35px;
}
#footer .inner p {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    text-align: left;
    color: #c0908d;
}
#footer .inner .foot-center {
    float: left;
    padding-left: 160px;
    padding-top: 35px;
}
#footer .inner .foot-right {
    float: right;
    margin-top: 12px;
}
.foot-right li {
    list-style: none;
    float: left;
    padding-left: 7px;
}
.foot-right img {
    width: 113px;
    padding-top: 3px;
    vertical-align: top;
}
.foot-right span a {
    text-align: center;
    color: #fff;
    padding-left: 30px;
    margin-top: 0px;
    position: relative;
    top: 10px;
}