body, html {
    scroll-behavior: smooth;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1, h2, h3, h4, h5, h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: .9rem
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #c36
}

a:active, a:hover {
    color: #336
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    height: auto;
    max-width: 100%
}

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400
}

[hidden], template {
    display: none
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

@media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        page-break-inside: avoid;
        border: 1px solid #ccc
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: .7rem;
    line-height: 1.5;
    margin: 0
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 5px 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #333
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    width: auto;
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #ab001a;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #ab001a;
    padding: 5px 40px;
    font-size: 13px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    margin: 0 auto;
}

[type=button]:focus, [type=submit]:focus, button:focus {
    outline: 5px auto -webkit-focus-ring-color
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #ab001a;
    text-decoration: none
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical;
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

select {
    display: block
}

table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843137255)
}

table th {
    font-weight: 700
}

table tfoot th, table thead th {
    font-size: 1em
}

table caption + thead tr:first-child td, table caption + thead tr:first-child th, table colgroup + thead tr:first-child td, table colgroup + thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border-top: 1px solid hsla(0, 0%, 50.2%, .5019607843137255)
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background-color: hsla(0, 0%, 50.2%, .07058823529411765)
}

table tbody tr:hover > td, table tbody tr:hover > th {
    background-color: hsla(0, 0%, 50.2%, .10196078431372549)
}

table tbody + tbody {
    border-top: 2px solid hsla(0, 0%, 50.2%, .5019607843137255)
}

@media (max-width: 767px) {
    table table {
        font-size: .8em
    }

    table table td, table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }
}

dd, dl, dt, li, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

header.page-header {
    display: none;
}

.flex-row-wrap-1, .flex-row-wrap-1-parent > * {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-row-wrap-1 > *, .flex-row-wrap-1-parent > * > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-grow: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.flex-row-nowrap-middle {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-row-nowrap-between, .flex-row-nowrap-between-parent > * {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex-row-wrap-middle, .flex-row-wrap-middle-parent > *, .flex-row-wrap-middle-rootofdl dl {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-colum-nowrap-middle, .flex-colum-nowrap-middle-parent > * {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*
.flex-row-wrap-1 > *,.flex-row-wrap-1-parent>* > *,.flex-row-nowrap-middle,.flex-row-nowrap-middle-parent>* > *,.flex-colum-nowrap-middle > *,.flex-colum-nowrap-middle-parent>* > *,.flex-colum-wrap-middle > *,.flex-colum-wrap-middle-parent > *>*{
    display: block;
}
*/
html {
    font-size: calc(11px + 0.8vw);
    color: rgb(63, 63, 63);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

header {
    width: 100%;
    background-color: silver;
    padding: 3.125vw;
}

header img {
    height: 2rem;
    width: auto;
}

p {
    text-indent: 0;
}

.call, .call:link, .call:hover, .call:visited {
    text-decoration: none;
    color: black;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 0;
    margin: 0
}

.navbar li {
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    border-right: 1px solid gray;
    padding: 0.25rem 1rem;
    font-size: 1.2rem;
    list-style: none;
}

.navbar li:last-of-type {
    border-right: none;
}

li a, li a:link, li a:hover, li a:visited {
    text-decoration: none;
    color: white;
}

.ad-contain img {
    width: 99.99%;
    padding: 3.2vw 0;
}

.ad-contain {
    text-align: center;
}

.gongneng-contain {
    padding: 3.2vw;
}

.gongneng-contain h1 {
    text-align: center;
    margin-bottom: 3.2vw;
}

.guige-img {
    min-width: 225px;
    text-align: center;
    padding: 0;
    margin: 3.2vw;
    flex-basis: 0;
}

.guige-img img {
    width: 99.99%;
    height: auto;
    display: block;
}

.guige-list {
    min-width: 225px;
    padding: 0;
    margin: 3vw;
    flex-basis: 0;
}

.guige-list li {
    border-bottom: dotted 1px silver;
}

.guige-list li span {
    padding: 0;
    margin: 0;
}

.guige-contain, .teshe-list, .ad-contain, .gongneng-contain {
    font-family: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ, "Arial";
    line-height: 2.5;
}

.teshe-list {
    padding: 0;
    margin: 3vw;
}

.teshe-list li {
    padding: 3.2vw 0 3.2vw 0;
}

.teshe-list li:nth-child(odd) {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -moz-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    -o-flex-wrap: wrap-reverse;
}

.teshe-list li:nth-child(even) {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
}

.teshe-img {
    min-width: 225px;
    flex-basis: 0;
}

.teshe-img img {
    width: 99.99%;
    height: auto;
    display: block;
}

.teshe-img iframe {
    width: 99.99%;
    max-height: 61.8vh;
    min-height: 66.67vw;
    height: auto;
}

.teshe-text {
    flex: 1;
    min-width: 225px;
    padding: 3.2vw;
    line-height: 2;
    flex-basis: 0;
}

.teshe-text p a, .teshe-text p a:link, .teshe-text p a:hover, .teshe-text p a:visited {
    color: rgb(63, 63, 63);
    text-decoration: underline;
}

.teshe-list h2, .ad-contain h2, .guige-contain h2, .gongneng-contain h1 {
    font-size: calc(22px + 0.8vw);
    line-height: 1.5;
    margin: 2vw 0;
}

.ad-contain h2 {
    font-size: calc(14px + 0.8vw);
    line-height: 1;
}

.ad-contain h3 {
    font-size: calc(12px + 0.8vw);
    line-height: 1;
}

@media screen and (max-width: 520px) {
    .teshe-list li {
        border-bottom: dotted 1px silver;
    }
}

a, a:link, a:hover, a:visited {
    text-decoration: none;
    color: black;
}

.flow-list {
    width: 100%;
    padding: 0;
    margin: 0;
    border-left: 1px solid #eae8e4;
    border-top: 1px solid #eae8e4;
}

.flow-list li {
    padding: 50px;
    border-bottom: 1px solid #eae8e4;
    border-right: 1px solid #eae8e4;
    background-color: white;
    flex: 50%;
}

.flow-list em {
}

.flow-list img {
    display: block;
    width: 100%;
    object-fit: contain;
    margin-bottom: 0.5rem;
}

.flow-list strong {
    font-size: 1.5rem;
}

.flow-list dl {
}

.flow-list dl dd {
    margin: 0;
    padding: 0 0.5rem;
    border-right: 1px solid #eae8e4;
}

.flow-list dl dd:last-of-type {
    border-right: 0;
}

@media screen and (max-width: 520px) {
    .flow-list img, .flow-list dl {
        width: calc(93.75vw - 22px);
    }
}

.price-tag {
    align-self: flex-end;
}

.price {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

h1.custom-title {
    padding: 60px 0 30px 0;
    font-size: 32px;
    text-align: center;
    color: #333;
    margin: 0;
}

.home h1.custom-title:after{
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background-color: #000000;
	margin: 0 auto;
	margin-top: 30px;
}

.home-about-warp .custom-title {
}

.home-warp .about {margin-bottom: 100px;}

.home-warp .about .img {
    max-width: 700px;
    width: 50%;
    padding: 10px;
}

.home-warp .about .img img {
    display: block;
    border-radius: 5px;
}

.home-warp .about .info {
}

.home-warp .about .info .custom-btn.more {
    box-shadow: 0 0 9px 0 #2a2a2a;
    margin: 0 auto;
    max-width: 100px;
    display: block;
    text-align: center;
}

.home-warp .about .info pre {
    font-size: 16px;
    text-align: center;
}

.custom-container {
    margin: 0 auto;
}

.home-about-warp {
    padding-bottom: 120px;
}
.home-about-warp .custom-container{
    width: 100%;
    padding: 30px;
}

.download-item {
    border: 1px solid #eae8e4;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    align-items: center;
    padding: 10px 10px;
    transition: all .2s ease;
    width: 50%;
    background: #ffff;
    box-shadow: 0 0 9px 0 #ebebeb;
    border-radius: 5px;
}

.download-item h3 {
    font-size: 18px;
    margin: 0;
}

.download-item a {
    font-size: 16px;
    padding: 2px 20px;
    background: #0089e4;
    color: #fff;
    border-radius: 5px;
    transition: all .2s ease;
}

.download-item a:hover {
    filter: brightness(1.3);
}

.download {
    border-radius: 5px;
    padding: 20px;
    margin: 10px;
    text-align: right;
}
.download_warp{
    display:
    flex;
    gap: 5px;
}
.home-download-warp .custom-container {
    padding-bottom: 60px;
}

.download-item:hover {
    background: #e8e8e8;
}

.fenye {
    background: #ffff;
    box-shadow: 0 0 9px 0 #ebebeb;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 10px;
}

.fenye span {
    font-size: 14px;
    margin-left: 5px;
}

.fenye a {
    padding: 5px 10px;
    margin: 0 2px 0 2px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    box-shadow: 0 0 9px 0 #e1e1e1;
    border-radius: 5px;
}

.fenye a.current {
    background: #0089e4;
    color: #fff;
}

.fenye a:hover {
    background: #0089e4;
    color: #fff;
}

/*-- footer --*/
.footer {
    width: 100%;
    height: 64px;
    background: #E6E9ED;
    border-top: 1px solid #e2e2e3;
}

/*-- post --*/
.post {
    background: none;
}

.post .entry-cnt {
    height: auto;
    line-height: 2;
    font-size: 14px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #eee;
    padding: 15px 0 0;
}

.post .entry-cnt p {
    line-height: 2;
    font-size: 14px;
}

.related {
    padding: 10px 5px 10px 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20px auto 10px auto;
}

.r-left {
    float: left;
}

.r-right {
    float: right;
}

/*-- discuss --*/
.discuss {
    padding: 25px;
}

.custom-btn.more {
    background: #ffff;
    box-shadow: 0 0 9px 0 #ebebeb;
    border-radius: 5px;
    padding: 5px 30px;
    margin: 20px auto 0 auto;
    font-size: 16px;
    display: inline-block;
    color: #0089e4;
    transition: all .2s ease;
}

.custom-btn.more:hover {
    background: #0089e4;
    color: #fff;
}

.page-warp {
    padding: 60px 10px;
}

.page-warp h1 {
    text-align: center;
    color: #333333;
    font-family: "Helvetica", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.page-contain {
    font-size: 20px;
}

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 0px;
    top: 30%
}

#toolbar li {
    margin-bottom: 3px;
    position: relative
}

#toolbar li,#toolbar li a {
    font-size: 0;
    width: 3vw;
    height: 3vw;
    right: 0
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    overflow: hidden;
    background: #ab001a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap
}

#toolbar li .iconfont {
    width: 3vw;
    height: 3vw;
    background-color: #d9d9d9;
    text-align: center;
    color: #2b2b2b;
    font-size: 26px
}

#toolbar li .iconfont,#toolbar li .wz {
    display: inline-block;
    vertical-align: middle;
    line-height: 3vw
}

#toolbar li .wz {
    font-size: 14px;
    color: #fff;
    padding-left: 10px
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #ab001a;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%
}

#toolbar li.ewm .ewm-box:after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #ab001a;
    border-right: none
}

#toolbar li.ewm:hover .icon {
    background-position: -3vw -180px
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#toolbar li.backtop {
    cursor: pointer
}

#toolbar li.backtop .custom-icon {
    color: #fff;
    background-color: #ab001a
}

#toolbar li:hover a {
    width: 200px
}

#toolbar li:hover .custom-icon {
    background-color: #ab001a;
    color: #fff
}

@media (max-width: 990px) {
    #toolbar {
        display:none
    }
}
.custom-icon {

    display: inline-block;
    vertical-align: middle;
    line-height: 3vw;
    font-size: 26px;
    text-align: center;
    width: 3vw;
    height: 3vw;
    background-color: #d9d9d9;
    text-align: center;
    color: #2b2b2b;
    font-size: 26px;
}
div#wpcf7-f1244-o1 {
    background: #ffff;
    box-shadow: 0 0 9px 0 #ebebeb;
    border-radius: 5px;
    padding: 50px 20px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
div#wpcf7-f1244-o1 p{
    display: flex;
    justify-content: center;
    align-items: center;
}
div#wpcf7-f1244-o1 label {}
div#wpcf7-f1244-o1 label span:nth-child(1){
    display: block;
    margin-bottom: 10px;
    text-align: left;
    text-indent: 0;
    color: #333;
    font-size: 15px;
}
span.wpcf7-spinner {
    position: absolute;
    opacity: 1;
    transform: translateX(90px);
}
.wpcf7-not-valid-tip{
    text-align: left;
    text-indent: 0;
}


.imgs img{
  width: 100%;
  display: block;
}


#historyinfo ul{
    list-style: none;
    padding: 0;
}
#historyinfo .wrap1 .htit{
	text-align: center;
	color: #000000;
	font-size: 30px;
	margin: 100px 0 90px;
}
#historyinfo .wrap1 li{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#historyinfo .wrap1 li .imgs{
	/* float: left; */
	width: 50%;
}
#historyinfo .wrap1 li .text{
	width: 50%;
	display: flex;
	justify-content: center;
}
#historyinfo .wrap1 li .box{
	font-size: 0;
	font-weight: 300;
}
#historyinfo .wrap1 li .time{
	font-size: 18px;
	color: #007bb7;
	line-height: 1.5;
}
#historyinfo .wrap1 li .d1{
	width: 420px;
	font-size: 26px;
	line-height: 1.4;
	padding: .3em 0;
	color: #000000;
	max-width: 90%;
}
#historyinfo .wrap1 li .con{
	width: 380px;
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	max-width: 80%;
}
#historyinfo .wrap1 li:nth-child(2n) .imgs{
	/* float: right; */
}
#historyinfo .wrap1 li:nth-child(2n) .text{
	left: 0;
	right: auto;
}
#historyinfo .wrap2{
	margin: 200px 0 60px;
}
#historyinfo .wrap2 .swiper-slide{
	width: 25%;
}
#historyinfo .wrap2 .datetit{
	font-size: 18px;
	color: #007bb7;
	text-align: center;
	line-height: 1;
}
#historyinfo .wrap2 .tit{
	font-size: 30px;
	color: #000000;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#historyinfo .wrap2 .tit:after{
	content: '';
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #000000;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
#historyinfo .wrap2 .swiper-slide{
	text-align: center;
}
#historyinfo .wrap2 .d1{
	font-size: 19px;
	color: #000000;
	padding: 24px 0 0;
}
#historyinfo .wrap2 .d2{
	font-size: 17px;
	color: #4d4d4d;
}

.culture-warp{
    width: 75%;
    margin: 0 auto;
}
#culture .pchad{
	position: absolute;
}
#culture .ad{
	position: relative;
	width: 100%;
}
#culture .ad .w1440{
	position: relative;
	left: 0;
	top: 0;
}
#culture .ad-text{
	color: #ffffff;
	width: 920px;
	max-width: 80%;
	margin: 80px auto 65px;
	font-size: 0;
	position: relative;
}
#culture .ad-text .ad-text-jitem{
	position: absolute;
	top: -48px;
}
#culture .ad-text:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background-color: #e9e9e9;
}
/* #culture .ad .text .box{
	position: absolute;
    width: 380px;
    top: 62%;
    left: 53.4%;
    transform: translate(-50%, -50%);
} */
#culture .htit{
	font-size: 30px;
	color: #1a1a1a;
	position: relative;
}
#culture .ad .htit{
	padding-bottom: 0.7em;
	color: #fff;
	font-size: 22px;
}
#culture .ad-text .d2{
	font-size: 22px;
	line-height: 1.818;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	color: #000000;
	text-align: center;
	line-height: 1;
}
#culture .ad-text .d2 span{
	font-size: 16px;
	color: #000000;
	display: block;
	padding-top: 25px;
}
#culture .ad .d2 p+p{
	margin-top: 1em;
}
#culture .w1440{
	font-size: 0;
}
#culture .nicescroll-rails div{
}
#culture .wrap1 .htit{
	text-align: center;
	margin: 50px 0 10px;
}
#culture .wrap1 .subtit{
	font-size: 18px;
	color: #1a1a1a;
	text-align: center;
}
#culture .wrap1 .con{
	font-size: 14px;
	color: #4d4d4d;
	text-align: center;
	line-height: 2;
	margin-top: 14px;
	margin-bottom: 46px;
}
#culture .wrap1 .con p{
  line-height: 2;
}
#culture .wrap2 .imgs,
#culture .wrap4 .imgs{
	width: 54.16666666666666%;
	display: inline-block;
	vertical-align: top;
}
#culture .wrap2 .text,
#culture .wrap4 .text{
	width: 40.2%;
	display: inline-block;
	vertical-align: top;
	line-height: 2.25;
	margin-left: 5.2%;
	margin-top: 60px;
}
#culture .wrap2 .imgs{
	vertical-align: middle;
}
#culture .wrap2 .text{
	vertical-align: middle;
	margin-top: 0;
}
#culture .wrap2 .con{
	padding-right: 30px;
	max-height: 31em;
}
#culture .nicescroll-rails{
	display: block;
	border-left: none;
}
#culture .wrap2 .con,
#culture .wrap3 .con,
#culture .wrap4 .con{
	font-size: 14px;
  color: #4d4d4d;
  
}
#culture .wrap2 .con p,
#culture .wrap3 .con p,
#culture .wrap4 .con p{
	line-height: 2;
  
}
#culture .wrap2 .htit,
#culture .wrap3 .htit,
#culture .wrap4 .htit{
	padding-bottom: 10px;
	margin-bottom: 26px;
}
#culture .wrap2 .htit:after,
#culture .wrap3 .htit:after,
#culture .wrap4 .htit:after{
	content: '';
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #000000;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}
#culture .wrap2 .htit .htit-d1{
	font-size: 22px;
	color: #1a1a1a;
	line-height: 1;
	padding-bottom: 18px;
}
#culture .wrap2{
	margin: 110px 0; 
}
#culture .wrap3{
	text-align: center;
	padding-bottom: 100px;
}
#culture .wrap3 .htit:after{
	right: 0;
}
#culture .wrap3 .con{
	margin-bottom: 50px;
}
#culture .wrap4{
	margin: 160px 0 120px;
	display: none;
}
#culture .wrap1 .culture-wrap1-maodian{
	position: absolute;
	top: 80%;
	left: 0;
}
#culture .wrap1 .culture-wrap1-maodian +  .culture-wrap1-maodian{
	margin-top: 10px;
}
#culture .wrap1 .imgs,
#culture .wrap2 .imgs,
#culture .wrap3 .imgs,
#culture .wrap4 .imgs{
	overflow: hidden;
}
#culture .wrap1 .imgs img,
#culture .wrap2 .imgs img,
#culture .wrap3 .imgs img,
#culture .wrap4 .imgs img{
	transition: all .6s ease-out;
}
#culture .culturenav{
	font-size: 0;
}
#culture .culturenav span{
	display: inline-block;
	color: #333333;
	font-size: 14px;
	margin-left: 60px;
	vertical-align: top;
	cursor: pointer;
}
#culture .culturenav span.on{
	color: #007bbe;
}
#culture .fixnav{
	height: 70px;
	line-height: 70px;
}
#culture .fixnav .subnav.fix{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

#honorlist p{
    font-size: 13px;
}
#honorlist .wrap1{
	padding: 100px 0 170px;
}
#honorlist .wrap1 .tit{
	font-size: 36px;
	color: #000000;
	text-align: center;
	margin-bottom: 90px;
}
#honorlist .wrap1 .tit span{
	font-size: 40px;
	color: #4d4d4d;
}
#honorlist .wrap1 .topbox .swiper-container{
	width: 980px;
	margin: 0 auto;
	width: 80%;
}
#honorlist .wrap1 .topbox .swiper-container .imgs{
	width: 51%;
    padding-bottom: 32.84%;
	float: left;
	margin-left: 10px;
	position: relative;
}
#honorlist .wrap1 .topbox .swiper-container .imgs img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#honorlist .wrap1 .topbox .swiper-container .text{
	width: 39.8%;
	padding-right: 1%;
	float: right;
	font-weight: 300;
}
#honorlist .wrap1 .year{
	font-size: 18px;
	color: #007bb7;
	margin-top: 46px;
}
#honorlist .wrap1 .ytit{
	font-size: 26px;
	color: #000000;
	line-height: 1.5;
}
#honorlist .wrap1 .ycon{
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
	margin-top: 20px;
}
#honorlist .wrap1 .ajaxbox.init{
	opacity: 0;
}
#honorlist .wrap1 .ajaxbox{
	opacity: 1;}
#honorlist .wrap1 .wrap{
	width: 1240px;
	margin: 0 auto;
	position: relative;
	max-width: 90%;
}
#honorlist .wrap1 .wrap.tac {
    text-align: center;
}
#honorlist .wrap1 .topbox .prev,
#honorlist .wrap1 .topbox .next{
	width: 42px;
	height: 82px;
	background: no-repeat center/42px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	cursor: pointer;
	z-index: 3;
}
#honorlist .wrap1 .topbox .prev{
	left: 0;
	background-image: url('./assets/images/79.png');
}
#honorlist .wrap1 .topbox .next{
	right: 0;
	background-image: url('./assets/images/80.png');
}
#honorlist .botbox{
	position: relative;
	margin: 136px 0 0;
}
#honorlist .botbox:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #e2e2e2;
	top: 10px;
	left: 0;
}
#honorlist .botbox .swiper-slide{
	width: auto;
	font-size: 14px;
	color: #1a1a1a;
	padding: 30px 15px 0;
	position: relative;
	cursor: pointer;
}
#honorlist .botbox .swiper-slide.on{
	color: #007bb7;
}
#honorlist .botbox .swiper-container{
	margin: 0 20px;
	padding-top: 10px;
	display: inline-block;
	max-width: 100%;
	text-align: center;
}
#honorlist .botbox .swiper-slide:after,
#honorlist .botbox .swiper-slide:before{
	content: '';
	display: block;
	width: 1px;
	position: absolute;
	top: 0px;
	transform: translate(0, -100%);
}
#honorlist .botbox .swiper-slide:after{
	height: 7px;
	background-color: #eaeaea;
	left: 0;
}
#honorlist .botbox .swiper-slide:before{
	height: 13px;
	background-color: #eaeaea;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #909090;
}
.about_list_warp {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.about_item_image{
    height: 66%;
    overflow: hidden;
}

.about_item_image:hover img{
    transform: scale(1.2)
}

.about_item_image img{
    transition: all .3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_item_d1 {
    font-size: 20px;
    font-weight: 400;
}

.about_item_d2 {
    font-size: 16px;
    margin-top: 10px;
}

.about_item_text {
    margin-top: 30px;
}
.elementor-editor-active .navbar.flex-row-nowrap-middle{
    display: none;
}
.metaslider .flexslider {
    margin-bottom: 0 !important;
}
.metaslider .flex-control-nav {
    bottom: 20px !important;
}
.metaslider .flex-control-nav {bottom: 20px;}
@media (max-width: 700px) {
    .about_item_d1{
        font-size: 18px;
    }
    .about_item_d2{
        font-size: 14px;
    }
    h1.custom-title{
        font-size: 19px;
        padding: 40px 0 20px 0;
    }
    .home h1.custom-title:after{
        height: 1px;
        margin-top: 20px;
    }
    .about_list_warp{
        flex-direction: column;
    }
    #honorlist .wrap1 .tit{
		font-size: 0.36rem;
		margin-bottom: 1rem;
	}
	#honorlist .wrap1 .tit span{
		font-size: 0.36rem;
	}
	#honorlist .wrap1{
		padding: 0.76rem 0;
	}
	#honorlist .wrap1 .topbox .swiper-slide{
		/* padding: 0 0.3rem; */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#honorlist .wrap1 .topbox .swiper-container .imgs{
		width: 100%;
    	padding-bottom: 64.4%;
		margin: 0;
	}
	#honorlist .wrap1 .topbox .swiper-container .text{
		width: 100%;
		text-align: center;
	}
	#honorlist .wrap1 .topbox .swiper-container{
		width: 20.6rem;
	}
	#honorlist .wrap1 .year{
		font-size: 12px;
		margin-top: 40px;
	}
	#honorlist .wrap1 .ytit{
		font-size: 14px;
	}
	#honorlist .wrap1 .ycon{
		font-size: 0.24rem;
		margin-top: 0.14rem;
	}
	#honorlist .wrap1 .wrap{
		max-width: 100%;
	}
	#honorlist .botbox{
		margin-top: 1.14rem;
	}
	#honorlist .botbox .swiper-container{
		margin: 0;
    	max-width: 100%;
	}
	#honorlist .botbox .swiper-slide{
		font-size: 0.2rem;
		padding-top: 0.2rem;
	}
	#honorlist .wrap1 .topbox .prev, #honorlist .wrap1 .topbox .next{
		width: 1.42rem;
		height: 9.84rem;
		background-size: 1.42rem auto;
		top: 1.22rem;
		margin: 0;
	}
	#honorlist .wrap1 .topbox .prev{
		left: 0.34rem;
	}
	#honorlist .wrap1 .topbox .next{
		right: 10px;
	}
    .culture-warp{
        width: 100%;
    }
    #culture .ad-text{
		max-width: 100%;
		margin: 30px 0;
	}
	#culture .ad-text .d2{
		font-size: 19px;
		width: 100%;
	}
	#culture .ad-text .d2 + .d2{
		margin-top: 20px;
	}
    #culture .wrap1 .imgs img{
        height: 200px;
    }
	#culture .ad-text .d2 span{
		font-size: 15px;
		padding-top: 10px;
	}
	#culture .ad-text:after{
		display: none;
	}
	#culture .w1440{
		width: 100%;
	}
	#culture .ad .w1440,
	#culture .ad .text,
	#culture .ad .text .box{
		width: 100%;
		position: relative;
		transform: none;
		top: 0;
		left: 0;
	}
	#culture .wrap2 .htit .htit-d1{
		font-size: 15px;
		color: #1a1a1a;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#culture .wrap2 .con{
		padding-right: 10px;
		height: auto;
	}
	#culture .ad .text .box{
		padding: 0.5rem 0.8rem 0.74rem;
		box-sizing: border-box;
		color: #1a1a1a;
		text-align: center;
	}
	#culture .ad .htit{
		font-size: 0.36rem;
		color: #000000;
	}
	#culture .ad .d2{
		font-size: 0.28rem;
		font-weight: 300;
		line-height: .52rem;
	}
	#culture .ad .d2 span{
		font-size: .28rem;
	}
	#culture .ad .d2 p+p{
		margin-top: 0.1rem;
	}
	#culture .wrap1 .subtit{
		font-size: 15px;
	}
	#culture .wrap1 .con{
		font-size: 14px;
		padding: 20px;
		text-align: left;
		text-indent: 2em;
		margin-bottom: 30px;
		font-weight: 300;
		margin-top: 0;
	}
	#culture .htit{
		font-size: 19px;
	}
	#culture .wrap1 .htit{
		margin: 20px 0 6px 0;
	}
	#culture .wrap2 .imgs, #culture .wrap4 .imgs{
		width: 100%;
	}
	#culture .wrap2 .text, #culture .wrap4 .text{
		width: 100%;
		box-sizing: border-box;
		padding: 0.54rem 0.5rem 0.7rem;
		margin: 0;
	}
	#culture .wrap4 .text{
		padding-bottom: 1rem;
	}
	#culture .wrap2 .htit, #culture .wrap3 .htit, #culture .wrap4 .htit{
		text-align: center;
		margin-bottom: 0.3rem;
		padding-bottom: 0.2rem;
	}
	#culture .wrap2 .htit:after, #culture .wrap3 .htit:after, #culture .wrap4 .htit:after{
		right: 0;
		width: 50px;
		height: 1px;
	}
	#culture .wrap2 .con, #culture .wrap3 .con, #culture .wrap4 .con{
		font-size: 15px;
		text-align: left;
		text-indent: 2em;
		line-height: 1.84;
		font-weight: 300;
		padding: 20px;
	}
	#culture .wrap3 .con{
		padding: 0 0.5rem;
		margin-bottom: 0.7rem;
	}
	#culture .wrap2{
		margin: 0;
	}
	#culture .wrap2 .lookmore{
		text-align: center;
		font-size: 0.23rem;
		color: #686868;
		background: url('../img/84.png') no-repeat bottom center/0.15rem auto;
		margin-top: 0.4rem;
		padding-bottom: 0.14rem;
		font-weight: 300;
	}
	#culture .wrap3 .htit{
		margin-top: 0.5rem;
	}
	#culture .wrap4{
		margin: 0;
	}
	#culture .wrap4 .con p:not(:first-child){
		/* text-indent: 0; */
	}
	#culture .wrap3,#culture .wrap4{
		display: none;
	}
	#culture.cur .wrap3,
	#culture.cur .wrap4{
		display: block;
	}
	#culture .wrap4,
	#culture.cur .wrap4{
		display: none;
	}
    .download_warp{
        flex-direction: column;
    }
    .download-item{
        width: 100%;
    }
    .custom-btn.more{
        font-size: 15px;

    }
    .download{
        text-align: center;
    }
    .download-item a{
        font-size: 13px;
    }
    .home-warp .about {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .home-warp .about .info pre{
        font-size: 14px
    }

    .home-warp .about .info,
    .home-warp .about .img {
        width: 100%;
    }
    .home-about-warp{
        padding-bottom: 50px
    }
    .flow-list li {
        padding: 20px;
    }
    .download-item h3{
        font-size: 13px;
    }
}
