@charset "utf-8";/* CSS Document */
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "微软雅黑","黑体";
    color: #898989;
    line-height: 1;
    background: #FFF;
    min-width: 1220px;
}

ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,ol,form,input {
    margin: 0px;
    padding: 0px;
}

input,textarea {
    font-family: "微软雅黑";
    border: none;
    outline: none;
    background: none;
}

ul,li {
    list-style: none
}

img {
    border: 0px;
    padding: 0px;
    display: block;
}

a {
    color: #5c5c5c;
    text-decoration: none
}

h2,h3,h4,b,strong {
    font-weight: normal;
}

em,i {
    font-style: normal;
}

.clear {
    zoom: 1; }

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left
}

.fr {
    float: right
}

.hidden {
    display: none;
    background: url() no-repeat center;
}

.header {
    height: 90px;
}

.headerbox {
    width: 1340px;
    margin: 0 auto;
    height: 90px;
}

.logo {
    width: 357px;
    padding-top: 3px;
    float: left;
}

.nav {
    float: right;
}

.nav ul {
}

.nav li {
    float: left;
    padding-left: 85px;
    position: relative;
}

.nav li h3 a {
    line-height: 90px;
    font-size: 24px;
    color: #543928;
    font-weight: bold;
}

.nav h3 img {
    display: inline-block;
    display: inline;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -3px;
}



.footer p {
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #333;
}

.sub {
    position: absolute;
    display: none;
}

.sub1 {
    background: #fff;
    border: 2px solid #ad8274;
    width: 578px;
    padding: 25px 25px 0 25px;
    border-radius: 5px;
    top: 80px;
    left: -150px;
}

.sub1 b {
    background: url(../images/a2.png);
    width: 16px;
    height: 10px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -9px;
}

.sub1 dl {
    overflow: hidden;
    padding-bottom: 10px;
}

.sub1 dt {
    float: left;
}

.mop1 {
    display: block;
    border: 1px solid #c8c8c8;
    width: 74px;
    height: 42px;
    color: #333;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background: #f0f0f0;
}

.mop2 {
    display: block;
    border: 1px solid #c8c8c8;
    width: 253px;
    height: 42px;
    color: #333;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background: #f0f0f0;
}

.sub1 img {
    margin: 14px 11px 0 11px;
}

.sub1 a {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 136px;
    background: #84432e;
    font-size: 16px;
    color: #fff;
}

.sub1 a:hover {
    background: #b06a54;
}

.nav li:hover .sub {
    display: block;
}
