@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, input, textarea, button, select, pre, xmp, tt, code, kbd, samp {
    font-family: "微软雅黑";
}

h1, h2, h3, h4, h5, h6, small, big, input, textarea, button, select {
    font-size: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-family: "微软雅黑";
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: normal
}

address, cite, dfn, em, i, optgroup, var {
    font-style: normal
}





ul, ol, menu {
    list-style: none
}
input,button {
    border: none;
    outline: none;
}
fieldset, img {
    border: 0
}

img, object, input, textarea, button, select {
    vertical-align: middle
}



article, aside, footer, header, section, nav, figure, figcaption, hgroup, details, menu {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "\0020"
}

textarea {
    overflow: auto;
    resize: vertical
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

mark {
    background-color: transparent
}

a, ins, s, u, del {
    text-decoration: none !important;
}
.un,.un:link,.un:visited,.un:hover,.un:active{
    text-decoration: none;
    color:inherit;
}
a:-webkit-any-link {
    color: inherit;
    cursor: pointer;
    text-decoration: none !important;
}
sup, sub {
    vertical-align: baseline
}


body {
    font-family: "Microsoft Yahei", "微软雅黑", Arial;
    color: #333;
    font-size: 14px;
    min-width: 1400px;
}

hr {
    height: .02rem;
    margin: .1rem 0;
    border: medium none;
    border-top: .02rem solid #cacaca;
}


.flex-center {
    display: flex;
    align-items: center;
}

.flex-start {
    display: flex;
    align-items: flex-start;
}

.around-box {
    justify-content: space-around;
}

.between-box {
    justify-content: space-between;
}
.bx {
    width: 1400px;
    margin: 0 auto;
}
.act {
    width: 1200px;
    margin: 0 auto;
}
.act-big {
    width: 1920px;
    margin: 0 auto;
    position: relative;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 146px;
    background-color: #7e6b5a;
}

.footer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.footer-left-img {
    margin-right: 30px;
}

.footer-info div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 30px;
    margin-top: 20px;
}

.footer-info div a {
    display: block;
    height: 37px;
    padding: 8px 12px;
    background-color: #2a2620;
    border-radius: 8px;
    font-family: FZLTHK--GBK1-0;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-right: 32px;
    border-radius: 5px;
    margin-bottom: 24px;
}
