/* reset */
@charset "utf-8";

body,
h1,
h2,
h3,
p,
ul,
li,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    font: 16px/1.4 "\5FAE\8F6F\96C5\9ED1,\5B8B\4F53";
    color: #000;
    background-color: #F5F5F5;
}

html,
body {
    height: 100%
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    cursor: pointer;
}

img {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

ul {
    list-style: none;
}

em,
i {
    font-style: normal;
}

input,
textarea {
    outline: none
}

/* common */
.page {
    min-width: 1160px;
}

.header {
    position: relative;
    width: 100%;
    background: #fff;
    cursor: pointer;
}

.hcont {
    width: 1160px;
    height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.htxt {
    font-size: 18px;
    font-weight: 800;
    color: #000000;
    line-height: 24px;
}

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

.hul {
    position: relative;
    display: flex;
}

.hli {
    margin-right: 40px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.hli a {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    color: #1F2329;
    line-height: 24px;
}

.hli.hliactive a {
    font-weight: bold;
    color: #00A364;
}

.hliactive::after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #00A364;
}

.hsearch {
    width: 144px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(51, 181, 131, 0.1);
    border-radius: 8px;
}

.hicon.iconfont {
    font-size: 20px;
    color: #00A364;
    margin-right: 5px;
}

.hinput {
    outline: none;
    border: none;
    background: none;
    width: 100px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
}

.hinput::placeholder {
    /*color: #00A364;*/
}

.footer {
    margin-top: 50px;
    position: relative;
    width: 100%;
    background: #fff;
    cursor: pointer;
}

.fcont {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 0;
}

.fleft {
    display: flex;
}

.ftable {
    display: flex;
    flex-direction: column;
    margin-right: 32px;
}

.fth {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #00A364;
    line-height: 24px;
}

.ftd {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #1F2329;
    line-height: 24px;
}

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

.fqrcodebox {
    display: flex;
}

.fqrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 16px;
}

.fqrcodeimg {
    display: block;
    width: 104px;
    height: 104px;
}

.fqrcodetxt {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    white-space: nowrap;
}

.ftextbox {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

.ftextrow {
    margin-top: 8px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #1F2329;
    line-height: 24px;
}

.ftextle {
    position: relative;
}

.ftextri {
    width: 300px;
}

.wrap {
    width: 1160px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.swiper.swiper-free-mode>.swiper-wrapper {
    /* 默认是ease-out */
    -webkit-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}