.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

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

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -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
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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

progress {
    display: inline-block;
    vertical-align: baseline
}

[type=checkbox],
[type=radio] {
    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-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

img {
    vertical-align: top
}

em {
    font-style: normal
}

menu,
ol,
ul {
    list-style: none outside none
}

fieldset,
iframe {
    border: 0 none
}

article,
aside,
audio,
blockquote,
button,
canvas,
code,
dd,
details,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
mark,
menu,
nav,
ol,
output,
p,
pre,
ruby,
section,
summary,
td,
textarea,
th,
time,
ul,
video {
    margin: 0;
    padding: 0
}

iframe {
    display: block
}

th {
    text-align: inherit
}

textarea {
    resize: vertical;
    overflow: auto
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a9a9a9;
    opacity: 1
}

del {
    text-decoration: line-through
}

abbr {
    cursor: help
}

pre {
    overflow: auto
}

hr {
    height: 10px;
    margin-bottom: .8em;
    border: 0;
    border-bottom: 1px solid #cfcfcf
}

blockquote {
    position: relative;
    padding: 0 15px;
    margin: 15px 0;
    border-left: 4px solid #ddd;
    color: #999
}

body {
    -webkit-font-smoothing: antialiased
}

body,
html {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow-x: hidden
}

@media (-webkit-min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    body {
        -webkit-font-smoothing: subpixel-antialiased
    }
}

.fade-in,
.fade-in-section {
    opacity: 0;
    transform: translateY(10vh);
    visibility: hidden;
    transition: opacity 1.2s ease-out, transform .6s ease-out, visibility 1.2s ease-out;
    will-change: opacity, transform, visibility
}

.fade-in-section.is-visible,
.fade-in.is-visible {
    opacity: 1;
    transform: none;
    visibility: visible
}

@font-face {
    font-family: iconfont;
    src: url(/fonts/.iconfont.ttf) format("truetype")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-leaf:before {
    content: "\E657"
}

.icon-yezi:before {
    content: "\E601"
}

.icon-daocha:before {
    content: "\E615"
}

.icon-yezi1:before {
    content: "\E67F"
}

.icon-daocha1:before {
    content: "\E604"
}

.icon-sharpicons_fork-spoon:before {
    content: "\E809"
}

.icon-chunshui:before {
    content: "\E630"
}

.icon-wushuifeishui:before {
    content: "\E631"
}

.icon-icon_xinyong_xianxing_jijin-:before {
    content: "\E63C"
}

.icon-huanbao:before {
    content: "\E666"
}

.icon-PhoneContact-Red:before {
    content: "\E6EE"
}

.icon-phonelinegray:before {
    content: "\E653"
}

.icon-shuidi:before {
    content: "\E682"
}

.icon-yezi2:before {
    content: "\E503"
}

.icon-tubiao_dongfangmingzhu:before {
    content: "\E63A"
}

.icon-dongfangmingzhu:before {
    content: "\E609"
}

.icon-qititanceqi:before {
    content: "\E701"
}

.icon-phone2:before {
    content: "\E633"
}

.icon-right:before {
    content: "\E608"
}

.icon-kejifuwu:before {
    content: "\E72E"
}

.icon-keji:before {
    content: "\E825"
}

.icon-jishu:before {
    content: "\E6DC"
}

.icon-location:before {
    content: "\E64F"
}

.icon-keji1:before {
    content: "\E689"
}

.icon-ziyuan10:before {
    content: "\E52A"
}

body {
    font: 400 18px/1.5 -apple-system, BlinkMacSystemFont, PingFang SC, Helvetica Neue, STHeiti, Microsoft Yahei, Tahoma, Simsun, sans-serif;
    color: #5c5c5c;
    background: #f5f8fc
}

body a {
    text-decoration: none;
    color: #fff
}

body a:active,
body a:hover {
    font-weight: 400
}

header {
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 8vh;
    background: rgba(0, 0, 0, .5)
}

header .logo {
    position: absolute;
    width: 6.5vh;
    height: 6.5vh;
    margin: 1vh;
    box-sizing: border-box;
    display: block;
    top: 0;
    left: 0
}

header .logo img {
    width: 100%
}

header .logo2 {
    width: 16.5vh
}

header .header-title {
    display: none
}

header .logoTop {
    width: 130px;
    top: 50px
}

header ul.link-list {
    z-index: 2;
    color: #fff;
    display: block;
    text-align: right;
    height: 8vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    padding-right: 10vw
}

header ul.link-list-m {
    display: none
}

header ul.link-list li {
    display: inline-block;
    position: relative;
    white-space: nowrap
}

header ul.link-list li.link {
    font-size: 15px;
    padding: 0 2vw;
    height: 8vh;
    display: table
}

header ul.link-list li.link a {
    position: relative;
    line-height: 1.5;
    padding: 8px 0;
    white-space: nowrap;
    word-wrap: normal;
    word-break: keep-all
}

header ul.link-list li.link a:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform .25s ease-out
}

header ul.link-list li.link a.cur:before,
header ul.link-list li.link a:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left
}

header ul.link-list li.link a {
    height: 100%;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle
}

header ul.link-list li.link a:before {
    bottom: 1.7vh
}

header ul.link-list li.link ul.link-sec {
    position: absolute;
    visibility: hidden;
    top: 8vh;
    left: 0;
    text-align: left
}

header ul.link-list li.link ul.link-sec li {
    padding: .2vw .6vw;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    display: block;
    line-height: 2;
    text-align: center
}

header ul.link-list li.link ul.link-sec li a {
    display: inline-block
}

header ul.link-list li.link ul.link-sec li a:before {
    bottom: 0
}

header ul.link-list .link:hover>.link-sec {
    visibility: visible;
    display: block
}

header ul.link-list .cur {
    font-weight: 400
}

header .top-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 7vw;
    -ms-flex: 0 0 7vw;
    flex: 0 0 7vw;
    cursor: pointer;
    height: 7vw;
    z-index: 104;
    margin: 2vw;
    text-align: left;
    display: none
}

header .close {
    margin: 50% 0
}

header .active:after,
header .active:before,
header .close,
header .off:after,
header .off:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) .2s
}

header .active:before {
    transform: rotate(45deg)
}

header .active:after {
    transform: rotate(-45deg)
}

header .active {
    height: 0
}

header .off {
    transform: translateY(0);
    transition: .2s .25s
}

header .off:before {
    transform: translateY(-2vw)
}

header .off:after {
    transform: translateY(2vw)
}

@media (max-width:1025px) {
    .top-close {
        display: block
    }

    .lang {
        display: none
    }

    .lang-m {
        position: absolute;
        right: 12vw;
        top: .5vh;
        display: block;
        height: 40px;
        overflow: hidden;
        z-index: 100
    }

    .lang-m p {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 2;
        border: 1px solid #000;
        border-radius: 50%;
        margin: 2vw 0;
        text-align: center;
        background-color: #fff
    }

    .lang-m p.cur {
        font-weight: 700
    }

    header {
        height: 8vh;
        background: rgba(0, 0, 0, .9)
    }

    header.cur {
        background-color: #000
    }

    header .header-title {
        display: block;
        position: absolute;
        width: 100vw;
        font-size: 15px;
        font-weight: 400
    }

    header .top-close {
        display: block
    }

    header a {
        z-index: 2
    }

    header .logoTop {
        height: 7vh;
        width: auto
    }

    header .link-list-bg {
        display: none;
        position: fixed;
        top: 8vh;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 103;
        background-color: #000
    }

    header ul.link-list-m {
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    header ul.link-list {
        position: absolute;
        top: 0;
        -ms-flex-pack: center;
        justify-content: center;
        box-sizing: border-box;
        right: -65vw;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-top: -8vh;
        padding-right: 0
    }

    header ul.link-list li.link {
        font-size: 13px;
        display: block;
        width: 60%;
        margin: 0 auto;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2)
    }

    header ul.link-list li.link a:hover:before {
        display: none
    }

    header ul.link-list li.link a,
    header ul.link-list li.link a:active,
    header ul.link-list li.link a:hover,
    header ul.link-list li.link a:visited {
        font-size: 17px;
        padding: 3vh 0;
        display: block;
        color: #fff
    }
}

footer {
    position: relative;
    width: 100%;
    background-color: #333;
    color: #999
}

footer .footer-msg {
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
    line-height: 2.5
}

footer .footer-msg a {
    padding: 0;
    color: #999;
    display: inline-block
}

footer .footer-msg .icon-www {
    width: 28px;
    height: 28px;
    vertical-align: top;
    display: inline-block;
    background-size: contain;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABjCAMAAABaOVXeAAABwlBMVEUAAAAAirsAibwAircAibwAibwAibwAibwAibwAibwAibwAibwAibwAib0AibwAibwAibwAirwAib0Bib0AirwAibwAiLwAibwAibwAibwAibwAibwAibwAibwAibwAibwAi7wAibwBh7wAibwAibwAibwAibwAib0AibwEibwAh7wAibwAibwAibwAibwAibwAibwAibwAibwAibwAibwAibwAibwAibwAibwAib0AibwAibwAiLwAibwAibwAibwAiLs3kL////8AZq6qxtz///++0uT4+v32+vr///8Aibz///8Ah7sAir39/v8Ak8oAhboAe7YAgrn8/f4AfbcAlc36/P0AkMYGibwLirwAeLUai70AjsQAgLgAi78wj74RirwAjcI0kMAVir0AdrQejL32+vwsjr4ojb4kjL0ijL3p8fbu9PgAf7jy9/pAlcLb5/Chwtpzqcy40OJqpcoXjL4AcrOavth/r8/j7fTT4u3M3urJ2+mUu9ZRm8U5k8Hf6/LF2efC1+Zdn8fX5O6px92PuNSHs9FkoslYncZImMXP4OuyzeC+1OSuyt54rM0Aa7CKtdJvqMwelssNjr/v9/vCLjCPAAAASnRSTlMAAwYJ9yv9/PreaeLlSnTFqxwVDRmuJ8vpYFr1o1FEPQ+NEu2Cfm45MSEL1Z5l0ZqS2rezR6jxwIY1u1VOQpd6QPYKraKCcW43INQT9q8AAA61SURBVGjetZkHX+JYEMBDjw2kSEdABFHsvXu9QDhIFqU3BXvva131tl5v3/fmpecOOb3f3exKkpdk/m9m3ps3SbDniYzb/NciRZi6pjr+R4wMFAdHHOOO8V49c/TfI+QYZpgvWFzd5r4m3A9H8v8GI+NFLodD7bjPzpzQ4k1oTy7nL/i3QLm0q7MhzSRwe+TyHgzzOKO6LslQUMj/pXsE6bZNhEe6MUwho89B6Kd0mjaXQdKpfxNlvb+VlRFLs3V4jjaO6z3s2HW+Jl0be8lYwPhsCjACyqa21jZanF5bNzQa9RxgVIUpYF/VODjGXNE6YvXNPpcix7Q5f4+kSTUWHDGaPbQRrW55R6dectrQW54F8jNEganKAdYmxjAj1q4z6gKhDqRosLNN5Z2GYEtGxoBDgcmf5SydDlDM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")
}

footer .divider {
    height: 1px;
    width: 85%;
    background-color: #5c5c5c;
    margin: 0 auto
}

footer .footer-menu {
    padding: 40px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    color: #5c5c5c
}

footer .footer-menu .logo {
    width: 6vw;
    height: 6vw;
    vertical-align: top;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/img/logo-2.png)
}

footer .footer-menu .content {
    line-height: 2.5;
    width: 77vw;
    text-align: right
}

footer .footer-menu .content dl {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 5vw
}

footer .footer-menu .content dt {
    font-weight: 400;
    font-size: 15px
}

footer .footer-menu .content dd {
    font-size: 12px;
    color: gray;
    opacity: .6
}

footer .footer-menu .content dd:hover {
    opacity: 1
}

footer .footer-menu .content a {
    margin: 0 10px 0 0
}

@media (max-width:1025px) {
    footer .footer-menu {
        padding: 5% 0 0;
        box-sizing: content-box
    }

    footer .footer-menu .logo {
        display: none
    }

    footer .footer-menu .content {
        width: 90%;
        font-size: .2rem;
        margin-bottom: 5vh;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    footer .footer-menu .content dt {
        font-size: .7rem
    }

    footer .footer-menu .content dd,
    footer .footer-menu .content dl {
        font-size: .7rem;
        margin: 0;
        text-align: center
    }

    footer .footer-msg {
        width: 99%;
        text-align: center
    }
}

.pic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.pic img {
    width: 31%;
    height: auto;
    margin: 2vh 1%
}

.pic img.pc {
    width: 100%;
    display: block
}

.pic .mo {
    display: none
}

.pic .one {
    width: 80%
}

.pic .all {
    width: 100%
}

.pic.two img {
    width: 48%
}

@media (max-width:1025px) {

    .pic.two img,
    .pic img {
        width: 100%
    }

    .pic img.pc {
        display: none
    }

    .pic .mo {
        display: block
    }

    .pic .one {
        width: 100%
    }
}

.modal {
    z-index: 900;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: none
}

.modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 90%;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    align-items: center
}

.modal-container .modal-border {
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 0;
    box-sizing: border-box
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main {
    width: 100vw;
    padding-top: 15vh;
    background-position: 0 0, 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 100vw 56vw, 100vw auto;
    background-color: #f7f7f7;
    background-image: url(/img/bg-solution.jpg), url(/img/bg-main.jpg);
    padding-bottom: 5vh
}

.main .main-title {
    text-align: center;
    width: 15rem;
    margin: 0 auto 3rem;
    position: relative
}

.main .main-title img {
    width: 100%
}

.main .main-title .en {
    font-size: 30px
}

.main a {
    color: #333
}

@media (max-width:1025px) {
    .main {
        background-position: 0 0, 0 20vh
    }

    .main .main-title {
        font-size: 25px
    }

    .main .main-title .en {
        font-size: 15px
    }

    .main .main-title:after {
        top: 100%;
        left: 50%;
        width: .7rem;
        height: 3.8rem
    }
}

.project .tabs {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2vw auto
}

.project .tab {
    text-align: center;
    min-width: 120px;
    padding: 0 1rem;
    line-height: 1.8;
    font-size: 15px;
    color: #333;
    border: 1px solid #4c4c4c;
    max-width: 10rem;
    margin: 2vw;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    word-wrap: normal;
    word-break: keep-all
}

.project .tab.cur,
.project .tab:hover {
    background-image: linear-gradient(254deg, #00a7eb, #82d11d), linear-gradient(#00a7eb, #00a7eb);
    background-blend-mode: normal, normal;
    color: #fff;
    border: 1px solid transparent
}

@media (max-width:1025px) {
    .project .tabs {
        text-align: center;
        margin: 1vh auto;
        display: -ms-flexbox;
        display: flex
    }

    .project .tab {
        width: 33vw;
        max-width: 33vw;
        min-width: 0;
        line-height: 1.8;
        font-size: .8rem;
        margin-bottom: 1rem
    }
}

.project-box {
    height: auto;
    width: 70vw;
    background: #fff;
    margin: 7vh auto;
    overflow: hidden;
    padding: 0 0 5rem;
    box-sizing: border-box
}

.project-box .total {
    width: 100%
}

.project-box-title {
    text-align: center;
    font-size: 30px;
    margin: 5% auto 2%
}

.project-box-title:after {
    content: "";
    width: 8rem;
    height: 3px;
    background: #000;
    position: relative;
    display: block;
    margin: 1.5rem auto
}

.project-box-title-secs {
    text-align: center;
    font-size: 24px
}

.project-box-text {
    position: relative;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin-bottom: 3%
}

@media (max-width:1025px) {
    .project-box {
        width: 95vw
    }

    .project-box-title {
        font-size: 15px
    }

    .project-box-title-secs {
        font-size: 24px
    }

    .project-box-text {
        font-size: 13px
    }
}

.project-box .solution-box-text {
    text-align: left
}

.project-box .projecttem {
    width: 27vw;
    height: 13vw;
    color: #333;
    font-size: 24px;
    position: relative;
    font-weight: 400;
    margin-bottom: 3rem;
    cursor: pointer;
    outline: none;
    background-size: cover
}

.project-box .projecttems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 5vw
}

.project-box .projecttem1 {
    background-image: url(/img/p2-1.jpg)
}

.project-box .projecttem2 {
    background-image: url(/img/p2-2.jpg)
}

.project-box .projecttem3 {
    background-image: url(/img/p2-3.jpg)
}

.project-box .projecttem4 {
    background-image: url(/img/p2-4.jpg)
}

.project-box .projecttem5 {
    background-image: url(/img/p2-5.jpg)
}

.project-box .projecttem6 {
    background-image: url(/img/p2-6.jpg)
}

.project-box .projecttem8 {
    background-image: url(/img/p2-8.png)
}

.project-box .projecttem .cover {
    background-color: hsla(0, 0%, 100%, .8);
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.project-box .projecttem .cover .iconfont {
    vertical-align: middle;
    transition: 1s
}

.project-box .projecttem .name {
    width: 15rem
}

.project-box .projecttem .name img {
    width: 100%;
    vertical-align: middle
}

.project-box .projecttem:hover>.cover {
    height: 20%
}

.project-box .projecttem:hover>.cover .iconfont {
    margin-left: 2vw
}

@media (max-width:1025px) {
    .main .project-box .pic-vocs-1 {
        width: 84vw;
        height: 23vw;
        margin: 0
    }

    .main .projecttem {
        width: 85vw;
        height: 40vw;
        font-size: 15px
    }

    .main .projecttems {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        margin-top: 5vh
    }
}