@charset "utf-8";

:root {
    --main-color: #005bac;
    --Oswald-Bold: Oswald-Bold;
    --D-DINExp-Bold: D-DINExp-Bold;
    --D-DINExp: D-DINExp
}

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

#bsWXBox {
    box-sizing: content-box
}

div,
p,
span,
i,
em {
    white-space: inherit !important
}

ul {
    list-style: none
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

html {
    font-size: 1px !important
}

html,
body {
    position: relative;
    scroll-behavior: smooth
}

@media (max-width:1730px) {
    html {
        font-size: .901042px !important
    }
}

@media (max-width:1600px) {
    html {
        font-size: .824479px !important
    }
}

@media (max-width:1530px) {
    html {
        font-size: .792708px !important
    }
}

@media (max-width:1440px) {
    html {
        font-size: .741146px !important
    }
}

@media (max-width:1366px) {
    html {
        font-size: .702604px !important
    }
}

@media (max-width:1360px) {
    html {
        font-size: .699479px !important
    }
}

@media (max-width:1280px) {
    html {
        font-size: .657813px !important
    }
}

@media (max-width:1200px) {
    html {
        font-size: .510938px !important
    }
}

body {
    font-family: 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
    font-size: 14rem;
    color: #666;
    line-height: 1.1;
    width: 100%;
    background: #fff;
    margin: 0 auto !important;
    word-break: break-word;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
    color: #666
}

a:hover,
a:active,
a:focus {
    color: #666;
    text-decoration: none
}

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

table {
    border-collapse: collapse;
    width: 100%
}

table td {
    font-size: 16rem;
    line-height: 32rem;
    padding: 9rem 15rem;
    color: #212121;
    border: 1px solid #d3d7db
}

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

input,
textarea,
select {
    font-size: 14px;
    outline: 0;
    overflow: hidden;
    font-family: 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
    cursor: pointer;
    outline: 0
}

input[type='checkbox'],
input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
    padding: 0;
    color: #666;
    outline: 0
}

input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
    -webkit-appearance: none
}

input,
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0
}

::-webkit-input-placeholder {
    color: #888
}

:-moz-placeholder {
    color: #888;
    opacity: 1
}

::-moz-placeholder {
    color: #888;
    opacity: 1
}

:-ms-input-placeholder {
    color: #888
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    clear: both;
    height: 0;
    content: '';
    line-height: 0;
    font-size: 0;
    display: block
}

.pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

.pic img {
    transition: .5s
}

.pic:after {
    content: '';
    display: block;
    padding-bottom: 100%
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    object-fit: cover
}

.ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.ellipsis3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.ellipsis4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4
}

.ellipsis5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5
}

.ellipsis6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6
}

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

#section-footer .fp-tableCell {
    display: block
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38rem;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 55%;
    opacity: 1;
    width: 50px;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.right {
    right: 70px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 50px;
    height: 30px;
    text-align: center;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a:before,
.fp-slidesNav ul li a:before {
    content: '';
    width: 0;
    height: 1px;
    left: 50%;
    bottom: 5px;
    display: none;
    background: #fff;
    position: absolute;
    transition: all 334ms ease;
    -webkit-transition: all 334ms ease
}

#fp-nav ul li a.active:before,
#fp-nav ul li:hover a.active:before,
.fp-slidesNav ul li a.active:before,
.fp-slidesNav ul li:hover a:before {
    width: 20px;
    left: 24px
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    background: #fff
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    position: absolute;
    z-index: 1;
    border: 0;
    color: #fff;
    font-size: 0;
    width: 12px;
    height: 12px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: solid 2px #fff;
    border-radius: 100%
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    background: #fff
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0); /* 初始位置 */
  }
  50% {
    transform: translateY(-10px); /* 向下移动10像素 */
  }
}

@keyframes bounce2 {
  0%, 100% {
    transform: translateY(0); /* 初始位置 */
  }
  50% {
    transform: translateY(10px); /* 向下移动10像素 */
  }
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translate3d(-70px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft2 {
    animation-name: fadeInLeft2
}

@keyframes fadeInLeft3 {
    0% {
        opacity: 0;
        transform: translate3d(-10px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft3 {
    animation-name: fadeInLeft3
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translate3d(70px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight2 {
    animation-name: fadeInRight2
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 70px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp2 {
    animation-name: fadeInUp2
}

@keyframes fadeInDown2 {
    0% {
        opacity: 0;
        transform: translate3d(0, -70px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown2 {
    animation-name: fadeInDown2
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@keyframes ants {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Oswald-Bold;
    src: url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.ttf') format('truetype'), url('../font/Oswald-Bold.eot') format('embedded-opentype'), url('../font/Oswald-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: D-DINExp-Bold;
    src: url('../font/D-DINExp-Bold.woff2') format('woff2'), url('../font/D-DINExp-Bold.woff') format('woff'), url('../font/D-DINExp-Bold.ttf') format('truetype'), url('../font/D-DINExp-Bold.eot') format('embedded-opentype'), url('../font/D-DINExp-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: D-DINExp;
    src: url('../font/D-DINExp.woff2') format('woff2'), url('../font/D-DINExp.woff') format('woff'), url('../font/D-DINExp.ttf') format('truetype'), url('../font/D-DINExp.eot') format('embedded-opentype'), url('../font/D-DINExp.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SourceHanSansSC;
    src: url(../font/SourceHanSansSC-Regular.otf);
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: pangmen;
    src: url(../font/鸿雷板书简体.ttf);
    font-weight: normal;
    font-style: normal
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80
}

.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -152px;
    width: 304px;
    display: block;
    line-height: 24px;
    color: #666
}

.prompt span a {
    text-decoration: underline
}

.prompt .prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../images/closed.png) no-repeat center center;
    cursor: pointer
}

.sitemap {
    background: #fff
}

.sitemap .site-bottom {
    font-size: 18rem;
    line-height: 30rem;
    color: #666
}

.sitemap li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 20rem;
    margin-bottom: 20rem
}

.sitemap li .top1 {
    font-size: 22rem;
    color: #000;
    font-weight: bold
}

.sitemap li .top1 .txt-2 {
    display: none
}

.sitemap li .top1:hover {
    color: var(--main-color);
    text-decoration: underline
}

.sitemap li .subnav {
    margin-top: 15rem
}

.sitemap li .subnav .yi {
    padding-bottom: 5rem
}

.sitemap li .subnav a {
    font-size: 20rem;
    color: #333;
    margin-right: 20rem;
    padding: 5rem 0;
    display: block;
    float: left
}

.sitemap li .subnav a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.sitemap li .subnav .er {
    padding-bottom: 5rem;
    padding-left: 10rem
}

.sitemap li .subnav .er a {
    font-size: 16rem
}

.sitemap li .subnav .er .top2 {
    display: block;
    padding: 10rem 0;
    width: 100%;
    font-size: 18rem
}

.sitemap li .subnav .san {
    padding-left: 10rem;
    padding-bottom: 10rem
}

.sitemap li .subnav p {
    display: block;
    width: 100%;
    overflow: hidden
}

.sitemap li .subnav .hover {
    padding: 10rem 20rem
}

.sitemap li .subnav .hover a {
    color: #333
}

.sitemap li .subnav .hover a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.sitemap li .subnav .dot a {
    font-size: 16rem;
    color: #666
}

.sitemap li .subnav .dot a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.fix {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 155777;
    transition: .5s;
    left: 0
}

.transparent {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
    top: 0;
    left: 0;
    z-index: 888;
    backdrop-filter: blur(5px)
}

.transparent.active {
    display: block
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600rem
}

.height {
    height: 1px;
    position: absolute;
    top: -80rem;
    left: 0;
    width: 100%
}

.height1 {
    height: 80rem
}

.header {
    height: 80rem;
    width: 100%;
    transition: .7s;
    position: relative;
    z-index: 1
}

.header .logo {
    padding: 0;
    float: left;
    transition: .7s;
    padding-top: 18rem
}

.header .logo a {
    display: block;
    position: relative;
    transition: .5s
}

.header .logo a img {
    display: inline-block;
    vertical-align: top;
    width: 158rem;
    z-index: 5;
    position: relative;
    transition: .5s
}

.header .logo a .lg2 {
    display: none
}

.header .header-right {
    float: right
}

.header .header-right .menu {
    float: right;
    position: relative;
    width: 36px;
    height: 36px;
    margin-top: 12px;
    display: none
}

.header .header-right .menu .navPhoneBtn {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    float: left;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    text-align: right
}

.header .header-right .menu .navPhoneBtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: var(--main-color);
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 20px;
    transform-origin: 20px;
    -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

.header .header-right .menu .navPhoneBtn span:last-child {
    margin-bottom: 0
}

.header .header-right .header-search {
    float: right;
    position: relative
}

.header .header-right .header-search .pull-right {
    position: relative;
    z-index: 778
}

.header .header-right .header-search .pull-right a {
    display: block;
    overflow: hidden;
    height: 80rem;
    transition: .7s;
    background: url(../images/search.png) no-repeat center center;
    background-size: 21rem !important;
    line-height: 46rem;
    color: #fff;
    width: 40rem
}

.header .header-right .header-search .search .search-main {
    top: 100%;
    right: 0;
    z-index: 777;
    width: 300rem;
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

.header .header-right .header-search .form-control {
    text-align: left;
    border: 0;
    width: 100%;
    font-size: 16rem;
    color: #666;
    height: 50rem;
    vertical-align: top;
    padding: 0 60rem 0 30rem;
    -webkit-appearance: none;
    background: none
}

.header .header-right .header-search .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 50rem;
    height: 50rem;
    line-height: 50rem;
    position: absolute;
    background: var(--main-color) url(../images/search.png) no-repeat center center;
    background-size: 21rem !important
}

@media (min-width:1025px) {
    .header:hover {
        background: #fff;
        box-shadow: 2rem 3rem 7rem 0 rgba(0, 0, 0, 0.1)
    }
    .header:hover .header-right{
        opacity:1!important;
    }	

    .header:hover .logo a .lg1 {
        display: none
    }

    .header:hover .logo a .lg2 {
        display: block
    }

    .header:hover .nav ul li a {
        color: #333
    }

    .header:hover .header-right .header-search .pull-right a {
        background: url(../images/search1.png) no-repeat center center;
        background-size: 21rem !important
    }

    .header:hover .nav ul li a:after {
        background: #333;
        width:0;
    } 
}

.nav {
    transition: .2s;
    float: right;
    margin-right: 77rem
}

.nav ul {
    z-index: 1
}

.nav ul li {
    float: left;
    padding-left: 95rem
}

.nav ul li a {
    font-size: 16rem;
    color: #fff;
    height: 80rem;
    line-height: 80rem;
    transition: .7s;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top
}

.nav ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    transition: .5s;
    background: #fff;
    position: absolute;
    bottom: 25rem;
    left: 0
}

.nav ul li a>span {
    display: block;
    overflow: hidden;
    height: 80rem;
    line-height: 80rem;
    position: relative
}

.nav ul li a .txt-1 {
    display: block;
    transition: .5s
}

.nav ul li a .txt-2 {
    display: none;
    transform: translateY(100%);
    transition: .5s
}

.nav ul li .subnav {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 333;
    text-align: center;
    padding: 10rem 0;
    box-shadow: 2rem 3rem 7rem 0 rgba(0, 0, 0, 0.15)
}

.nav ul li .subnav ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.nav ul li .subnav ul li {
    margin: 0;
    width: auto;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 25rem
}

.nav ul li .subnav ul li a {
    font-size: 14rem;
    line-height: 40rem;
    color: #333 !important;
    height: auto;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 34rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-weight: normal !important;
    display: block
}

.nav ul li .subnav ul li a:after {
    display: none
}

.nav ul li .subnav ul li a .pic {
    width: 40rem;
    margin-right: 6rem;
    display: inline-block;
    vertical-align: top
}

@media (min-width:1025px) {
    .nav ul li .subnav ul li:hover>a {
        font-weight: bold !important;
        color: var(--main-color) !important
    }
    .nav ul li:hover a:after {
        width: 100% !important;
    }
}



.nav ul li:nth-child(1) {
    margin-left: 0
}

.nav ul .active a:after {
    width: 100%
}



.header1 {
    background: #fff;
    box-shadow: 2rem 3rem 7rem 0 rgba(0, 0, 0, 0.1);
}


.headerfix{
    background: none;
    box-shadow: none;
}


.header.headerfix .header-right{
	opacity: 0;
}

.headerfix .logo a .lg1,
.header1 .logo a .lg1 {
    display: none
}

.headerfix .logo a .lg2,
.header1 .logo a .lg2 {
    display: block
}

.headerfix .logo a .lg1,
.header1 .logo a .lg1 {
    display: none
}

.headerfix1 .logo a .lg1{
    display: block
}

.headerfix1 .logo a .lg2{
    display: none
}

.headerfix .nav ul li a,
.header1 .nav ul li a {
    color: #333
}

.headerfix .header-right .header-search .pull-right a,
.header1 .header-right .header-search .pull-right a {
    background: url(../images/search1.png) no-repeat center center;
    background-size: 21rem !important
}

.headerfix .nav ul li a:after,
.header1 .nav ul li a:after {
    background: #333
}

.header2 .logo a .lg1 {
    display: none
}

.header2 .logo a .lg2 {
    display: block
}

.header2 .nav ul li a {
    color: #333
}

.header2 .header-right .header-search .pull-right a {
    background: url(../images/search1.png) no-repeat center center;
    background-size: 21rem !important
}

.header2 .nav ul li a:after {
    background: #333
}

#menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    background: #fff;
    z-index: 9999;
    height: 100%;
    transition: .5s;
    overflow: auto;
    padding: 62px 8px
}

#menu .lan {
    text-align: center;
    padding: 15px 0;
    display: none
}

#menu .lan a {
    color: #666;
    font-size: 16px;
    margin: 0 5px 10px 5px
}

#menu .lan .active {
    color: var(--main-color)
}

#menu .search {
    background: #f1f1f1;
    position: relative
}

#menu .search .form-control {
    width: 100%;
    height: 40px;
    border: 0;
    background: none;
    padding: 0 20px;
    color: #666;
    font-size: 16px
}

#menu .search .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: var(--main-color) url(../images/search.png) no-repeat center center;
    background-size: 21px !important;
    padding: 0;
    margin: 0
}

#menu ul .subnav {
    display: none
}

#menu ul ul {
    padding: 0;
    margin: 0 -5px;
    padding-left: 10px
}

#menu ul ul li {
    width: 100%;
    float: left;
    padding: 0 5px;
    border: 0
}

#menu ul ul li a {
    padding: 0;
    font-weight: normal
}

#menu ul ul li ul {
    display: none
}

#menu ul {
    overflow: hidden;
    padding: 0 0 0 10px
}

#menu ul li {
    position: relative;
    border-bottom: 1px solid #f1f1f1
}

#menu ul li i {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    text-align: center;
    background: url(../images/jt.png) no-repeat center center;
    background-size: 13px
}

#menu ul li a {
    font-size: 18px;
    color: #333;
    display: block;
    line-height: 30px;
    padding: 10px 0;
    padding-right: 48px;
    position: relative
}

#menu ul li a span.txt-2 {
    display: none
}

#menu ul li ul li a {
    font-size: 16px;
    color: #555;
    line-height: 24px;
    margin: 10px 0
}

#menu ul li ul li ul li a {
    font-size: 14px
}

#menu ul li ul li ul li ul li a {
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
    position: relative
}

#menu ul li ul li ul li ul li a:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    margin-top: -3px
}

#menu ul li:nth-child(1):before {
    display: none
}

#menu .close {
    display: block;
    height: 36px;
    width: 36px;
    position: absolute;
    right: 17px;
    top: 18px;
    border-radius: 50%;
    background: url(../images/closed.png) no-repeat center center;
    background-size: 15px
}

#menu.show1 {
    right: 0
}

.pc {
    display: block
}

.phone {
    display: none
}

@media (max-width:1200px) {
    .phone {
        display: block
    }

    .pc {
        display: none
    }
}

.center {
    text-align: center
}

.more a,
.more p {
    display: inline-block;
    vertical-align: top;
    transition: all .5s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #000;
    min-width: 150rem;
    line-height: 48rem;
    cursor: pointer;
    padding: 0 30rem;
    text-align: center;
    font-size: 16rem;
    border: solid 1px #000
}

.more a i,
.more p i {
    font-family: 宋体;
    font-style: normal
}

.more a:before,
.more p:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all .5s .1s cubic-bezier(.55, 0, .1, 1);
    z-index: -1
}

.more a:after,
.more p:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #000;
    border-radius: 50%;
    display: block;
    transition: all .5s .1s cubic-bezier(.55, 0, .1, 1);
    z-index: -1
}

@media (min-width:1025px) {
    .more a:hover {
        color: #fff;
        border: 1px solid var(--main-color)
    }

    .more a:hover:before {
        top: -35%;
        background-color: var(--main-color);
        transform: translateX(-50%) scaleY(1.3) scaleX(.8)
    }

    .more a:hover:after {
        top: -45%;
        background-color: var(--main-color);
        transform: translateX(-50%) scaleY(1.3) scaleX(.8)
    }
}

.moreb a,
.moreb p {
    color: #fff;
    border: solid 1px #fff
}

.morel a,
.morel p {
    color: var(--main-color);
    border: solid 1px var(--main-color)
}

.morew a,
.morew p {
    background: var(--main-color);
    color: #fff;
    border: solid 1px var(--main-color)
}

.white {
    color: #fff
}

.black {
    color: #000
}

.banner {
    position: relative
}

.swiper-renewal-main {
    position: relative;
    overflow: hidden
}

.swiper-renewal-main .img1 {
    display: none
}

.swiper-renewal-main .swiper-slide img,
.swiper-renewal-main .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-renewal-main .img {
    position: relative;
    overflow: hidden;
    height: 100vh
}

.swiper-renewal-main .img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.swiper-renewal-main .img1 {
    display: none
}

.swiper-renewal-main .banner-hover {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 340
}

.swiper-renewal-main .banner-hover .tu img {
    width: 205rem
}

.swiper-renewal-main .banner-hover .bt {
    font-size: 36rem;
    margin-top: 24rem;
    margin-bottom: 60rem;
    color: #fff
}

.swiper-renewal-main .banner-list {
    position: absolute;
    bottom: 40rem;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 340
}

.swiper-renewal-main .swiper-slide-active .banner-hover .tu {
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
    -webkit-animation: fadeInUp2 3s alternate;
    animation: fadeInUp2 3s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .more {
    -webkit-animation: fadeInUp2 3.5s alternate;
    animation: fadeInUp2 3.5s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-list {
    -webkit-animation: fadeInUp2 4s alternate;
    animation: fadeInUp2 4s alternate
}

.youshi {
    border-bottom: 20rem solid rgba(0, 91, 172, 0.9);
    padding: 0 100rem;
    padding-bottom: 18rem;
    text-align: center
}

.youshi li {
    display: inline-block;
    vertical-align: top;
    margin: 0 25rem;
    position: relative;
    text-align: left;
    font-size: 0
}

.youshi li .box {
    position: relative;
    padding: 0 30rem 0 80rem
}

.youshi li .pic {
    width: 60rem;
    position: absolute;
    bottom: 0;
    left: 0;
    filter: brightness(0) invert(1)
}

.youshi li .num {
    font-size: 64rem;
    line-height: 70rem;
    height: 70rem;
    color: #fff
}

.youshi li .num span {
    display: inline-block;
    font-size: 64rem;
    margin-right: 5rem;
    vertical-align: top;
    font-family: var(--Oswald-Bold)
}

.youshi li .num em {
    vertical-align: bottom;
    display: inline-block;
    font-style: normal;
    font-size: 16rem;
    line-height: 32rem
}

.youshi li .num i {
    font-size: 20rem;
    line-height: 30rem;
    margin-right: -15rem;
    font-style: normal;
    display: inline-block;
    vertical-align: top
}

.youshi li .h3 {
    font-size: 18rem;
    margin-top: 17rem;
    color: #fff
}

@keyframes progress {
    from {
        stroke-dasharray: 1400 1400
    }

    to {
        stroke-dasharray: 0 1400
    }
}

.bg {
    padding-top: 100vh;
    position: relative;
    z-index: 300;
    background-size: cover;
    background-position: center center
}

.bg img {
    display: none
}

.bg video {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.section {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
}

.fp-section.fp-table,
.fp-slide.fp-table {
    overflow: hidden !important
}

.section1 {
    position: relative;
    width: 100%;
    z-index: 400
}

.section1 .bg {
    z-index: 80
}

.section1 .bg img {
    display: none
}

.bg1:after,
.bg2:after,
.bg3:after,
.bg4:after,
.bg5:after,
.bg6:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.bg2:after {
    background: rgba(0, 0, 0, 0.6)
}

.bg3:after {
    background: rgba(0, 0, 0, 0.6)
}

.bg4:after {
    background: rgba(0, 0, 0, 0.4)
}

.bg5:after {
    background: rgba(0, 0, 0, 0.4)
}

.bg6:after {
    background: rgba(0, 0, 0, 0.4)
}

.bg6:before {
    content: '';
    display: block;
    width: 100%;
    height: 30rem;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 350
}

.active .home-product .bt {
    -webkit-animation: fadeInDown2 2s alternate;
    animation: fadeInDown2 2s alternate
}

.active .home-product .tu {
    -webkit-animation: fadeInDown2 3s alternate;
    animation: fadeInDown2 3s alternate
}

.active .home-product .more {
    -webkit-animation: fadeInUp2 3s alternate;
    animation: fadeInUp2 3s alternate
}

.active .product02 .inmain-title {
    -webkit-animation: fadeInDown2 2s alternate;
    animation: fadeInDown2 2s alternate
}

.active .product01 .inmain-title {
    -webkit-animation: fadeInDown2 2s alternate;
    animation: fadeInDown2 2s alternate
}

.active .product01 .span {
    -webkit-animation: fadeInUp2 3s alternate;
    animation: fadeInUp2 3s alternate
}

.active .product01 .list {
    -webkit-animation: fadeInUp2 4s alternate;
    animation: fadeInUp2 4s alternate
}

.active .more {
    -webkit-animation: fadeInUp2 4s alternate;
    animation: fadeInUp2 4s alternate
}

.active .product01 .right {
    -webkit-animation: fadeInRight2 2s alternate;
    animation: fadeInRight2 2s alternate
}

.active .product02 .pic {
    -webkit-animation: fadeInUp2 3s alternate;
    animation: fadeInUp2 3s alternate
}

.active .product02 .list {
    -webkit-animation: fadeInUp2 4s alternate;
    animation: fadeInUp2 4s alternate
}

.home {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 320;
    padding-top: 100rem;
    transform: translateY(-50%)
}

#fp-nav {
    display: none !important
}

#Privacy {
    z-index: 10000;
    position: fixed;
    width: 800px;
    background: #fff;
    border: 4px solid rgba(0, 0, 0, 0.15);
    top: 50%;
    left: 50%;
    margin-top: -264px;
    margin-left: -400px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

#Privacy .dialog_header {
    width: 100%;
    position: relative;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f3f3f3
}

#Privacy .dialog_header .title {
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px
}

#Privacy .dialog_header .close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #c5c5c5;
    cursor: pointer
}

#Privacy .privacy_policy_title {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px
}

#Privacy .p-1 {
    font-size: 20px
}

#Privacy .p-2 {
    font-size: 16px
}

#Privacy .privacy_content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    padding: 20px 30px;
    overflow: auto;
    line-height: 30px
}

#Privacy .privacy_footer {
    width: 100%;
    padding: 20px 0;
    text-align: center
}

#Privacy .close_btn {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    min-width: 200px;
    height: 40px;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

@media (max-width:768px) {
    #Privacy {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0
    }
}

#menu1 {
    position: absolute;
    top: 50%;
    right: 30rem;
    color: #fff;
    z-index: 444;
    transform: translateY(-50%)
}

#menu1 a {
    color: #fff
}

#menu1 ul li {
    text-align: right;
    line-height: 30rem
}

#menu1 ul li p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16rem;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 6rem;
    transition: .5s;
    opacity: 0
}

#menu1 ul li span {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
    margin-left: 5px
}

@media (min-width:1025px) {
    #menu1 ul li:hover p {
        opacity: 1
    }
}

#menu1 ul .active span {
    height: 30rem;
    border-radius: 4rem
}

#menu1.menu2 {
    color: #fff
}

#menu1.menu2 a {
    color: #fff
}

#menu1.menu2 ul li p {
    color: #898989
}

#menu1.menu2 ul li span {
    background: #898989
}

#menu1.menu2 ul .active span {
    background: var(--main-color)
}

.home-product {
    text-align: center;
    padding-top: 0
}

.home-product .bt {
    font-size: 36rem;
    line-height: 62rem;
    color: #fff
}

.home-product .bt span {
    font-size: 64rem;
    margin-right: 10rem;
    color: #fff;
    position: relative;
	font-family:"SourceHanSansSC";
    display: inline-block;
}

.home-product .bt span i {
    color: #005bac;
    font-style: normal;
	font-family:"SourceHanSansSC";
    position: absolute;
    top: -5rem;
    right: -5rem;
    z-index: -1
}

.home-product .more {
    margin-top: 50rem
}

.footer a:hover {
    color: #fff !important;
    text-decoration: underline
}

.footer-bottom {
    padding-top: 70rem;
    padding-bottom: 58rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.footer-bottom .footer-left {
    float: left;
    width: 22%
}

.footer-bottom .footer-left .img {
    margin-bottom: 37rem
}

.footer-bottom .footer-left .f1 {
    padding-left: 63rem;
    margin-bottom: 3rem
}

.footer-bottom .footer-left .f1 span {
    font-size: 14rem;
    color: #fff
}

.footer-bottom .footer-left .f1 p {
    font-family: var(--D-DINExp-Bold);
    font-size: 28rem;
    line-height: 45rem;
    color: #fff
}

.footer-bottom .footer-left .f1 p a {
    color: #fff;
    display: block
}

.footer-bottom .footer-left .f3 {
    font-size: 16rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 32rem;
    font-family: var(--D-DINExp)
}

.footer-bottom .footer-left .f3 p {
    margin-bottom: 5rem
}

.footer-bottom .footer-left .f3 p img,
.footer-bottom .footer-left .f3 p svg {
    width: 20rem;
    height: 20rem;
    margin-right: 8rem;
    display: inline-block;
    vertical-align: middle;
    fill: #fff
}

.footer-bottom .footer-left .f3 a {
    color: rgba(255, 255, 255, 0.68)
}

.footer-bottom .footer-list {
    float: right;
    width: 71.5%
}

.footer-bottom .footer-list ul li {
    width: 14.2%;
    float: left
}

.footer-bottom .footer-list ul li a {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    color: #feffff;
    max-width: 100%;
    font-size: 18rem;
    font-weight: bold;
    padding-right: 5rem;
    padding-bottom: 29rem
}

.footer-bottom .footer-list ul li ul li {
    width: 100% !important
}

.footer-bottom .footer-list ul li ul li a {
    font-size: 14rem;
    line-height: 38rem;
    margin: 0;
    padding: 0;
    border: 0;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    position: relative
}

.footer-bottom .footer-list ul li .ewm .item {
    width: 50%;
    float: left;
    text-align: center
}

.footer-bottom .footer-list ul li .ewm .item .img {
    width: 120rem;
    padding: 7rem;
    background: rgba(255, 255, 255, 0.3);
    border: solid 1px #fff
}

.footer-bottom .footer-list ul li .ewm .item .h3 {
    font-size: 14rem;
    line-height: 64rem;
    color: #fff
}

.footer-bottom .footer-list ul .fo1 {
    width: 20%
}

.footer-bottom .footer-list ul li:nth-last-child(1) {
    width: 23.2%
}

.footer-copyright {
    padding: 26rem 0;
    font-size: 14rem;
    line-height: 22rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.4)
}

.footer-copyright a {
    color: rgba(255, 255, 255, 0.4)
}

.inbanner {
    color: #fff;
    position: relative;
    overflow: hidden
}

.inbanner img,
.inbanner video {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inbanner .img {
    position: relative;
    overflow: hidden
}

.inbanner .img img {
    -webkit-animation: wave 2s alternate;
    animation: wave 2s alternate;
    display: block
}

.inbanner .img1 {
    position: relative;
    overflow: hidden;
    display: none
}

.inbanner .item {
    position: relative;
    overflow: hidden
}

.inbanner .banner-hover {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 5;
    padding-bottom: 80rem;
    padding-top: 40rem
}

.inbanner .banner-hover .info {
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate;
    position: relative;
    padding-top: 86rem;
    margin-bottom: 20rem
}

.inbanner .banner-hover .bt {
    font-size: 40rem;
    font-weight: bold;
    color: #fff
}

.inbanner .banner-hover .p {
    font-size: 100rem;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--D-DINExp-Bold)
}

.inbanner .banner-hover .span {
    font-size: 20rem;
    color: #fff;
    -webkit-animation: fadeInUp2 4s alternate;
    animation: fadeInUp2 4s alternate
}

.inbanner .current {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.15)
}

.inbanner .current span {
    background: url(../images/home1.png) no-repeat left 6rem;
    background-size: 20rem;
    color: #fff
}

.inbanner .current span a {
    color: #fff
}

.inbanner .current span b {
    color: #fff
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes wave {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.current ul li {
    float: left
}

.current ul li a {
    font-size: 18rem;
    line-height: 80rem;
    color: #fff;
    position: relative;
    display: block;
    padding: 0 33rem;
    border-right: 1px solid rgba(242, 248, 251, 0.1)
}

.current ul li a .pic {
    width: 40rem;
    margin-right: 3rem;
    display: inline-block;
    vertical-align: middle;
    filter: brightness(0) invert(1)
}

@media (min-width:1025px) {
    .current ul li:hover a {
        color: #fff;
        background: var(--main-color)
    }
}

.current ul .active a {
    color: #fff;
    background: var(--main-color)
}

.current .chou {
    float: left;
    max-width: 77%;
    position: relative;
    padding-right: 51rem;
    overflow: hidden;
    height: 80rem
}

.current .chou .btn {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 80rem;
    font-size: 14rem;
    color: #999
}

.current .chou .btn .zk,
.current .chou .btn .sq {
    padding-left: 20rem
}

.current .chou .btn .zk {
    background: url(../images/jt1.png) no-repeat center left;
    background-size: 14rem
}

.current .chou .btn .sq {
    display: none;
    background: url(../images/jt1h.png) no-repeat center left;
    background-size: 14rem
}

.current .chou .active .zk {
    display: none
}

.current .chou .active .sq {
    display: block
}

.current .open {
    height: auto
}

.current .right {
    float: right;
    padding: 25rem 0;
    max-width: 23%
}

.current span {
    background: url(../images/home.png) no-repeat left 6rem;
    background-size: 20rem;
    padding-left: 30rem;
    font-size: 16rem;
    line-height: 30rem;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.current span a {
    color: #666
}

.current span b {
    color: var(--main-color);
    font-weight: normal
}

.current1 {
    position: absolute;
    top: 100rem;
    left: 0;
    width: 100%;
    z-index: 444
}

.current2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 444
}

.content {
    min-height: 600rem;
    padding: 94rem 0 71rem 0
}

.inmain-title {
    font-size: 36rem;
    line-height: 48rem;
    font-weight: bold;
    color: #333
}

.service .inmain-bottom {
    padding-top: 60rem
}

.service .qaList {
    margin: 0 -20rem;
    font-size: 0
}

.service .qaList li {
    width: 49.9%;
    margin-bottom: 40rem;
    display: inline-block;
    vertical-align: top;
    padding: 0 20rem
}

@media (min-width:1025px) {
    .service .qaList li:hover .content1 {
        box-shadow: 0 6rem 68rem 0 rgba(18, 52, 32, 0.16)
    }
}

.service .qaList li .content1 {
    background: #fff;
    padding: 38rem 43rem 49rem 40rem;
    position: relative;
    cursor: pointer
}

.service .qaList li .content1 .listTitleBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.service .qaList li .content1 .listTitleBox .Q,
.service .qaList li .content1 .descMain .A {
    width: 30rem;
    height: 30rem;
    text-align: center
}

.service .qaList li .content1 .listTitleBox .listTitle {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20rem;
    line-height: 30rem;
    font-weight: bold;
    color: #333;
    margin-left: 18rem
}

.service .qaList li .content1 .descMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15rem
}

.service .qaList li .content1 .descMain .A {
    background: #7e7e7e
}

.service .qaList li .content1 .descMain .descBox {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 48rem
}

.service .qaList li .content1 .descMain .descBox .desc .info {
    font-size: 16rem;
    line-height: 32rem;
    color: #666;
    display: -webkit-box;
    height: 64rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.service .qaList li .content1 .descMain .descBox .desc .more {
    display: none
}

.service .qaList li .content1 .descMain .descBox .moreBtn {
    width: 100%;
    height: 30rem;
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 38rem;
    right: 0;
    padding-right: 43rem
}

.service .qaList li .content1 .descMain .descBox .moreBtn img {
    width: 24rem
}

.service .qaList li .content1 .descMain .descBox .moreBtn span,
.service .qaList li .content1 .descMain .descBox .moreBtn b {
    float: right
}

.service .qaList li .content1 .descMain .descBox .moreBtn b {
    font-weight: normal;
    display: none
}

.service .qaList li .content1 .descMain .descBox .moreBtn.cur b {
    display: inline-block;
    vertical-align: top
}

.service .qaList li .content1 .descMain .descBox .moreBtn.cur span {
    display: none
}

.service .qaList li .content1 .descMain .descBox .desc.descShow .info {
    height: 320rem;
    -webkit-line-clamp: 10;
    margin-bottom: 40rem
}

.service .qaList li .content1 .descMain .descBox .desc.descShow .more {
    display: block
}

.service .qaList li .content1 .descMain .descBox .desc.descShow .more a,
.service .qaList li .content1 .descMain .descBox .desc.descShow .more p {
    padding: 0 67rem
}

.faq-show {
    padding: 75rem 0 71rem 0
}

.faq-show .nr {
    width: 90%;
    margin: 0 auto
}

.faq-show .inmain-title {
    font-size: 32rem
}

.faq-show .date {
    font-size: 16rem;
    color: #666;
    margin-top: 16rem;
    margin-bottom: 24rem
}

.faq-show .left {
    width: 69%;
    float: left
}

.faq-show .left .inmain-bottom {
    font-size: 16rem;
    line-height: 35rem;
    color: #666;
    padding-bottom: 100rem
}

.faq-show .left .inmain-bottom .h3 {
    font-size: 20rem;
    margin-bottom: 11rem;
    font-weight: bold;
    color: #333
}

.faq-show .right {
    float: right;
    width: 27%;
    position: sticky;
    top: 130rem
}

.faq-show .right .bt {
    font-size: 24rem;
    font-weight: bold;
    color: #333
}

.faq-show .right .list {
    padding-top: 20rem
}

.faq-show .right .list ul li {
    margin-bottom: 18rem
}

@media (min-width:1025px) {
    .faq-show .right .list ul li:hover .content1 {
        box-shadow: 0 6rem 68rem 0 rgba(18, 52, 32, 0.16)
    }
}

.faq-show .right .list ul li .content1 {
    background: #fff;
    padding: 30rem 33rem 25rem 34rem;
    position: relative;
    cursor: pointer
}

.faq-show .right .list ul li .content1 .listTitleBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    display: flex;
    margin-bottom: 12rem
}

.faq-show .right .list ul li .content1 .listTitleBox .Q,
.faq-show .right .list ul li .content1 .descMain .A {
    width: 21rem;
    height: 21rem;
    text-align: center
}

.faq-show .right .list ul li .content1 .listTitleBox .listTitle {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18rem;
    line-height: 21rem;
    font-weight: bold;
    color: #333;
    margin-left: 7rem
}

.faq-show .right .list ul li .info {
    font-size: 16rem;
    line-height: 26rem;
    color: #666;
    height: 52rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.faq-show .right .newslist {
    padding-top: 20rem;
    grid-template-columns: 1fr;
    grid-row-gap: 20rem;
    grid-column-gap: 20rem
}

.faq-show .right .newslist .item .date {
    margin-top: 0
}

.faq-show .right .newslist .item .text {
    padding: 19rem 29rem
}

.lable {
    font-size: 16rem;
    padding-bottom: 16rem;
    line-height: 30rem;
    color: #333
}

.lable span {
    color: #333;
    display: block;
    float: left;
    font-size: 16rem;
    padding-right: 17rem
}

.lable a {
    color: #666;
    width: 140rem;
    line-height: 30rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    padding: 0 5rem;
    margin-bottom: 5px;
    border: solid 1px #b9b9b9;
    margin-right: 15rem;
    text-align: center;
    display: block;
    float: left;
    font-size: 16rem
}

@media (min-width:1025px) {
    .lable a:hover {
        color: #fff;
        background: var(--main-color);
        border: solid 1px var(--main-color)
    }
}

.list-page-news {
    position: relative;
    font-size: 16rem;
    line-height: 32rem;
    color: #333
}

.list-page-news ul {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-top: 1px solid #e1e1e1
}

.list-page-news li {
    width: 50%;
    float: left;
    padding: 0 80rem 0 0;
    position: relative
}

@media (min-width:1025px) {
    .list-page-news li:hover p {
        color: var(--main-color)
    }

    .list-page-news li:hover p a {
        color: var(--main-color)
    }
}

.list-page-news li:nth-child(2) {
    padding: 0 0 0 80rem
}

.list-page-news li p {
    line-height: 75rem;
    overflow: hidden;
    color: var(--main-color)
}

.list-page-news li p svg {
    width: 20rem;
    height: 75rem;
    margin: 0 5rem;
    display: inline-block;
    vertical-align: top;
    fill: var(--main-color)
}

.list-page-news li p a {
    color: var(--main-color);
    text-align: left;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative
}

.list-page-news li:nth-child(2) p a {
    text-align: right
}

.list-page-news li:nth-child(2) p a span {
    left: auto;
    right: 0
}

.list-page-news .fanhui {
    top: 0;
    left: 50%;
    width: 160rem;
    text-align: center;
    vertical-align: top;
    line-height: 75rem;
    margin-left: -80rem;
    font-size: 16rem;
    color: var(--main-color);
    position: absolute;
    z-index: 3;
    overflow: hidden;
    display: block
}

.list-page-news .fanhui svg {
    width: 20rem;
    height: 20rem;
    margin-right: 10rem;
    fill: var(--main-color);
    display: inline-block;
    vertical-align: middle
}

.list-page-news .fanhui:hover {
    color: var(--main-color)
}

.download .inmain-bottom {
    padding-top: 55rem
}

.downlist ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 40rem;
    grid-column-gap: 40rem
}

.downlist li .item {
    overflow: hidden;
    background: #fff
}

.downlist li a {
    overflow: hidden;
    padding: 35rem 20rem;
    display: flex;
    align-items: center
}

.downlist li .pic {
    width: 32%;
    float: left;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 700ms ease
}

.downlist li .pic:after {
    padding-bottom: 141.49659864%
}

.downlist li .txtbox {
    width: 68%;
    float: left;
    padding-left: 40rem
}

.downlist li .tit {
    font-size: 20rem;
    line-height: 31rem;
    color: #212121;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.downlist li .tag {
    font-size: 13rem;
    line-height: 27rem;
    color: #626f81;
    margin: 7rem 0 29rem 0
}

.downlist li .dow {
    color: #666;
    font-size: 16rem;
    line-height: 46rem;
    padding: 0 30rem;
    border: solid 1px #666;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.downlist li .dow svg {
    width: 16rem;
    height: 16rem;
    margin-left: 10rem;
    margin-top: -3rem;
    fill: #666;
    display: inline-block;
    vertical-align: middle
}

@media (min-width:1025px) {
    .downlist li:hover .item {
        box-shadow: 0 16rem 21rem 0 rgba(42, 13, 13, 0.17)
    }

    .downlist li:hover .tit {
        color: var(--main-color);
        text-decoration: underline
    }

    .downlist li:hover .pic img {
        transform: scale(1.05)
    }

    .downlist li:hover .dow {
        color: #fff;
        background: var(--main-color);
        border: solid 1px var(--main-color)
    }

    .downlist li:hover .dow svg {
        fill: #fff
    }
}

.fenye {
    padding-top: 20rem
}

.page {
    clear: both;
    text-align: center;
    font-size: 0;
    color: #947d58
}

.page em {
    font-style: normal;
    font-size: 18rem
}

.page a {
    color: #858585;
    display: inline-block;
    text-align: center;
    font-size: 14rem;
    min-width: 40rem;
    line-height: 40rem;
    font-weight: bold;
    text-transform: uppercase;
    height: 40rem;
    border-radius: 30rem;
    margin: 0 8rem;
    padding: 0 5rem;
    vertical-align: top;
    background: none;
    -webkit-transition: background .5s;
    transition: background .5s;
    -webkit-box-shadow: 0 0 0 1px #e6e6e6
}

.page a span {
    display: block
}

.page a.prev,
.page a.next {
    margin-right: 5rem;
    padding: 0 27rem
}

.page a.prev svg,
.page a.next svg {
    width: 14rem;
    height: 19rem;
    margin: 0 5rem;
    fill: #666;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3rem
}

.page a.prev {
    padding-left: 24rem
}

.page a.next {
    padding-right: 24rem
}

.page a.cur,
.page a:hover {
    background: var(--main-color);
    -webkit-box-shadow: 0 0 0 1px var(--main-color);
    color: #fff
}

.page a.cur svg,
.page a:hover svg {
    fill: #fff
}

.privacy .inmain-bottom {
    padding-top: 58rem
}

.privacy .privacy-info {
    padding: 69rem 79rem 52rem 60rem;
    background: #fff
}

.privacy .privacy-info a {
    color: var(--main-color)
}

.privacy .privacy-info .bt {
    font-size: 28rem;
    margin-bottom: 34rem;
    font-weight: bold;
    color: var(--main-color)
}

.privacy .privacy-info .p {
    font-size: 16rem;
    line-height: 32rem;
    color: #666
}

.privacy .privacy-nr {
    padding: 52rem 0;
    font-size: 16rem;
    line-height: 32rem;
    color: #666
}

.privacy .privacy-nr a {
    color: var(--main-color)
}

.privacy .privacy-nr .h3 {
    font-size: 20rem;
    margin-bottom: 26rem;
    font-weight: bold;
    color: var(--main-color)
}

.privacy .privacy-nr .list {
    padding: 8rem 0 0 0
}

.privacy .privacy-nr .list ul li {
    position: relative;
    padding-left: 17rem;
    line-height: 36rem
}

.privacy .privacy-nr .list ul li img {
    width: 7rem;
    display: block;
    position: absolute;
    top: 13rem;
    left: 0
}

.message {
    position: relative;
    padding: 94rem 0 71rem 0
}

.message .inside-message {
    margin: 0 auto;
    margin-top: 59rem;
    padding: 76rem 81rem 63rem 81rem;
    background: #fff;
    box-shadow: 0 0 20rem 0 rgba(3, 0, 0, 0.08)
}

.message .inside-message .list {
    position: relative;
    margin: 0 -10rem
}

.message .inside-message li {
    width: 33.33333333%;
    float: left;
    padding: 0 10rem 35rem 10rem;
    position: relative
}

.message .inside-message .box {
    position: relative
}

.message .input-form,
.message select,
.message textarea {
    height: 45rem;
    width: 100%;
    border: none;
    border-bottom: 1px solid #eaeaea;
    background: none;
    font-size: 16rem;
    padding-left: 120rem;
    color: #959595
}

.message .red {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16rem;
    line-height: 45rem;
    color: #333
}

.message .red font {
    color: #f00
}

.message .red img {
    width: 20rem;
    display: inline-block;
    vertical-align: top;
    margin-top: 14rem;
    margin-right: 11rem
}

.message .verifyDiv {
    float: left
}

.message .span {
    color: #f00;
    display: block;
    padding-left: 18rem
}

.message .span span {
    font-size: 16rem;
    line-height: 43rem;
    color: #08060b
}

.message textarea {
    padding-top: 46rem;
    height: 154rem;
    padding-left: 33rem
}

.message .more {
    float: right
}

.message .more a {
    padding: 0 93rem
}

.message .more a span {
    line-height: 45rem
}

.verifyDiv .verify-wrap {
    width: 390rem !important;
    height: 50rem;
    background-color: #e5e5e5;
    position: relative
}

.verifyDiv .verify-wrap .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 50rem;
    height: 50rem;
    background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 18rem;
    z-index: 2;
    cursor: move;
    border: 1px solid #e1e1e1
}

.verifyDiv .verify-wrap .suc-drag-btn {
    background: #fff url(../images/drag-success.svg?t=1) no-repeat center center;
    background-size: 22rem;
    border: 1px solid #e1e1e1
}

.verifyDiv .verify-wrap .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 50rem;
    width: 0;
    background-color: var(--main-color);
    color: #fff;
    font-size: 16rem;
    text-align: center;
    line-height: 50rem
}

.verifyDiv .verify-wrap .fix-tips,
.verifyDiv .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #51555c;
    z-index: 1;
    line-height: 50rem;
    font-size: 14rem;
    text-align: center;
    padding-left: 50rem
}

.verifyDiv .verify-wrap .verify-msg {
    background-color: var(--main-color);
    color: #fff;
    display: none;
    padding-left: 0;
    padding-right: 50rem
}

.aftersale {
    padding: 0 0 100rem 0
}

.aftersale .inmain-title {
    margin-top: 18rem
}

.aftersale .second-list {
    background: #fff;
    box-shadow: 0 0 30rem 0 rgba(0, 24, 72, 0.1);
    padding: 48rem 22rem
}

.aftersale .second-list ul {
    font-size: 0;
    text-align: center
}

.aftersale .second-list ul li {
    width: 33.33333333%;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.aftersale .second-list ul li .box {
    padding: 20rem 22rem
}

.aftersale .second-list ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 100rem;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    right: 0
}

.aftersale .second-list ul li .pic {
    width: 42rem;
    margin-right: 30rem;
    display: inline-block;
    vertical-align: middle
}

.aftersale .second-list ul li .text {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.aftersale .second-list ul li .text .bt {
    font-size: 24rem;
    margin-bottom: 5rem;
    color: #333
}

.aftersale .second-list ul li .text .p {
    font-size: 18rem;
    line-height: 32rem;
    color: #333
}

.aftersale .second-list ul li:nth-child(3):after {
    display: none
}

.aftersale .choose-list {
    padding: 63rem 0 24rem 0
}

.aftersale .choose-list .item {
    position: relative;
    overflow: hidden;
    padding-left: 71rem
}

.aftersale .choose-list .item span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18rem;
    font-weight: bold;
    line-height: 32rem;
    color: #333
}

.aftersale .choose-list .item .ul .li {
    font-size: 16rem;
    line-height: 32rem;
    color: #666;
    float: left;
    padding-left: 22rem;
    margin-right: 34rem;
    margin-bottom: 9rem;
    position: relative;
    cursor: pointer
}

.aftersale .choose-list .item .ul .li i {
    width: 16rem;
    height: 16rem;
    display: block;
    background: url(../images/check.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

@media (min-width:1025px) {
    .aftersale .choose-list .item .ul .li:hover i {
        background: url(../images/check1.png) no-repeat center center;
        background-size: 100%
    }
}

.aftersale .choose-list .item .ul .active i {
    background: url(../images/check1.png) no-repeat center center;
    background-size: 100%
}

.aftersale .choose-list .item1 {
    padding-left: 109rem;
    margin-top: 16rem
}

.aftersale .inmain-bottom {
    padding-top: 58rem
}

.aftersale .inmain-bottom .list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 40rem;
    grid-column-gap: 40rem
}

.aftersale .inmain-bottom .list ul li .box {
    border-top: 3rem solid var(--main-color);
    padding: 38rem 39rem 51rem 39rem;
    height: 100%;
    background: #fff
}

.aftersale .inmain-bottom .list ul li .bt {
    font-size: 20rem;
    margin-bottom: 13rem;
    font-weight: bold;
    color: #333
}

.aftersale .inmain-bottom .list ul li .span {
    font-size: 14rem;
    line-height: 26rem;
    margin-bottom: 10rem;
    color: #666
}

.aftersale .inmain-bottom .list ul li .p {
    font-size: 16rem;
    line-height: 32rem;
    color: #666
}

.aftersale .inmain-bottom .list ul li .p p {
    padding-left: 29rem;
    position: relative
}

.aftersale .inmain-bottom .list ul li .p svg {
    width: 20rem;
    height: 32rem;
    margin-right: 10rem;
    fill: var(--main-color);
    position: absolute;
    top: 0;
    left: 0
}

.news {
    padding: 100rem 0 71rem 0
}

.news-one {
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 41rem;
    background: #fff;

}

.news-one .list {
    position: relative;
    z-index: 5
}

.news-one .list li .box {
    position: relative;
    min-height: 500rem;
    padding-left: 866rem;
    padding-right: 50rem;
    overflow: hidden
}

.news-one .list li .box .pic {
    width: 800rem;
    position: absolute;
    top: 0;
    left: 0
}

.news-one .list li .box .pic img {
    transition: .5s
}

.news-one .list li .box .pic:after {
    padding-bottom: 62.5%
}

.news-one .list li .box .text {
    padding-top: 90rem
}

.news-one .list li .box .text .date {
    font-size: 16rem;
    color: var(--main-color);
    font-family: var(--D-DINExp)
}

.news-one .list li .box .text .date span {
    font-size: 50rem;
    font-family: var(--D-DINExp-Bold)
}

.news-one .list li .box .text .bt {
    font-size: 22rem;
    line-height: 34rem;
    color: #3c3c3c;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 12rem;
    margin-top: 14rem
}

.news-one .list li .box .text .jsh {
    margin-top: 10rem;
    font-size: 16rem;
    line-height: 28rem;
    color: #666;
    margin-bottom: 54rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

@media (min-width:1025px) {
    .news-one .list li:hover .pic img {
        transform: scale(1.04)
    }

    .news-one .list li:hover .text .bt {
        color: var(--main-color)
    }

    .news-one .list li:hover .more p {
        color: #fff;
        border: 1px solid var(--main-color)
    }

    .news-one .list li:hover .more p:before {
        top: -35%;
        background-color: var(--main-color);
        transform: translateX(-50%) scaleY(1.3) scaleX(.8)
    }

    .news-one .list li:hover .more p:after {
        top: -45%;
        background-color: var(--main-color);
        transform: translateX(-50%) scaleY(1.3) scaleX(.8)
    }
}

.btn1 {
    position: relative;
    height: 34rem;
    margin: 0 auto;
    margin-bottom: 72rem;
    width: 64%
}

.btn1 .swiper-button-prev,
.btn1 .swiper-button-next {
    border-radius: 50%;
    width: 34rem;
    height: 34rem;
    border: solid 1px #e1e1e1;
    z-index: 5;
    top: auto;
    bottom: 0;
    margin: 0
}

.btn1 .swiper-button-prev svg,
.btn1 .swiper-button-next svg {
    fill: #333;
    width: 22rem;
    height: 22rem
}

.btn1 .swiper-button-prev:after,
.btn1 .swiper-button-next:after {
    content: ''
}

@media (min-width:1025px) {

    .btn1 .swiper-button-prev:hover,
    .btn1 .swiper-button-next:hover {
        background: var(--main-color)
    }

    .btn1 .swiper-button-prev:hover svg,
    .btn1 .swiper-button-next:hover svg {
        fill: #fff
    }
}

.btn1 .swiper-button-prev {
    left: 0
}

.btn1 .swiper-button-next {
    right: 0;
    left: auto;
    margin-left: auto
}

.btn1 .swiper-pagination {
    height: 2px;
    width: 88%;
    left: 50%;
    top: 16rem;
    background: #e1e1e1;
    transform: translateX(-50%)
}

.btn1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main-color)
}

.newslist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 40rem;
    grid-column-gap: 40rem;
    width: 90%;
    margin: 0 auto;
}

.newslist .item .box {
    background: #fff
}

.newslist .item .pic:after {
    padding-bottom: 62.5%
}

.newslist .item .text {
    padding: 24rem 29rem 33rem 29rem
}

.newslist .item .date {
    line-height: 22rem;
    font-size: 14rem;
    margin-bottom: 14rem;
    color: var(--main-color)
}

.newslist .item .date svg {
    width: 16rem;
    height: 22rem;
    margin-right: 5rem;
    fill: var(--main-color);
    display: inline-block;
    vertical-align: top
}

.newslist .item .bt {
    font-size: 18rem;
    line-height: 30rem;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 60rem;
    margin-bottom: 11rem;
    font-weight: bold
}

.newslist .item .p {
    font-size: 16rem;
    line-height: 26rem;
    height: 52rem;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

@media (min-width:1025px) {
    .newslist .item:hover .box {
        background: var(--main-color)
    }

    .newslist .item:hover .date {
        color: #fff
    }

    .newslist .item:hover .date svg {
        fill: #fff
    }

    .newslist .item:hover .pic img {
        transform: scale(1.1)
    }

    .newslist .item:hover .bt {
        color: #fff
    }

    .newslist .item:hover .p {
        color: #fff
    }
}

.fanhuih {
    position: fixed;
    bottom: 100rem;
    right: 20rem;
    z-index: 444
}

.fanhuih a {
    font-size: 16rem;
    line-height: 30rem
}
@media (min-width: 1025px) {
    .fanhuih a:hover{
        color:var(--main-color);
    }
	.fanhuih a:hover svg{
        margin: 0 8rem 0 0;
        fill:var(--main-color);
	}
}
.fanhuih svg {
    width: 16rem;
    height: 30rem;
    margin: 0 5rem 0 0;
    transition: 0.5s;
    display: inline-block;
    vertical-align: top
}
.fanhuip a { 
    color:#fff;
}
@media (min-width: 1025px) {
    .fanhuip a:hover{
        color:var(--main-color);
    }
	.fanhuip a:hover svg{
        margin: 0 8rem 0 0;
        fill:var(--main-color);
	}
}
.fanhuip svg {
   fill:#fff;
}
.mulu {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 444
}

.mulu .span {
    width: 60rem;
    font-size: 18rem;
    line-height: 22rem;
    color: #fff;
    text-align: center;
    background: var(--main-color);
    padding: 40rem 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 444;
    transition: .5s;
    margin-top: 100rem
}

.mulu .span svg {
    width: 18rem;
    height: 18rem;
    fill: #fff;
    display: block;
    margin: 0 auto;
    margin-bottom: 15rem
}

.mulu .hide {
    left: -60rem;
    z-index: 420
}

.mulu .close {
    display: block;
    height: 36rem;
    width: 36rem;
    position: absolute;
    right: -36rem;
    top: 100rem;
    background: #f9f9f9 url(../images/closed.png) no-repeat center center;
    background-size: 15rem;
    box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.1)
}

.mulu .list {
    position: absolute;
    top: 50%;
    left: -260rem;
    transform: translateY(-50%);
    z-index: 443;
    width: 260rem;
    transition: .5s;
    padding-top: 100rem
}

.mulu .list .info {
    max-height: calc(100vh - 100rem);
    overflow: auto;
    background: #fff;
    box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.1)
}

.mulu .list dl {
    border-bottom: 1px dashed #d9d9d9;
    cursor: pointer
}

.mulu .list dl dt {
    font-size: 16rem;
    font-weight: bold;
    line-height: 68rem;
    color: #333;
    padding: 0 30rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    position: relative;
    transition: .5s
}

.mulu .list dl dt .span-01 {
    padding-right: 30rem
}

.mulu .list dl dt i {
    width: 16rem;
    height: 16rem;
    position: absolute;
    top: 50%;
    right: 40rem;
    transform: translateY(-50%)
}

.mulu .list dl dt i:after,
.mulu .list dl dt i:before {
    content: '';
    display: block;
    background: var(--main-color);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 100%;
    transition: .5s
}

.mulu .list dl dt i:after {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2rem
}

.mulu .list dl dd {
    height: 0;
    font-size: 16rem;
    line-height: 36rem;
    color: #333;
    overflow: hidden
}

.mulu .list dl dd .nr {
    padding: 24rem 40rem;
    position: relative
}

.mulu .list dl dd .nr ul li a {
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    padding-left: 13rem;
    position: relative;
    padding-right: 20rem
}

.mulu .list dl dd .nr ul li a:after {
    content: '';
    display: block;
    width: 4rem;
    height: 4rem;
    background-color: #005bac;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}
.mulu .list dl dd .nr ul li .pro-san a{
    font-size: 14rem;
	padding-left: 20rem;
}
.mulu .list dl dd .nr ul li .pro-san a:after{
    font-size: 14rem;
    padding-left: 20rem;
    line-height: 30rem;
    margin-bottom: 5rem;
	display:none;
}

.mulu .list dl dd .nr ul li .pro-san a:hover,.mulu .list dl dd .nr ul li .pro-san a.active{
    color: #fff;
	background:var(--main-color);
}

.mulu .list dl dd .nr ul li .pro-san a:hover:after,.mulu .list dl dd .nr ul li .pro-san a.active:after{
	background-color:#fff;
}

.mulu .list dl dd .nr ul li a span {
    position: absolute;
    top: 0;
    right: 0
}

.mulu .list dl dd .nr ul li a span svg {
    width: 16rem;
    height: 36rem;
    fill: #999
}

@media (min-width:1025px) {
    .mulu .list dl dd .nr ul li:hover>a, .mulu .list dl dd .nr ul li.active>a{
        color: var(--main-color);
		font-weight: bold;
    }
	

    .mulu .list dl dd .nr ul li:hover a span svg,.mulu .list dl dd .nr ul li.active a span svg {
        fill: var(--main-color)
    }
	
	.mulu .list dl dd .nr ul li.active a span svg{
		transform: rotate(90deg);
    }
}

.mulu .list .cur dt {
    background: var(--main-color);
    color: #fff
}

.mulu .list .cur dt i:before {
    display: none
}

.mulu .list .cur dt i:after {
    background: #fff
}

.mulu .list .cur dd {
    height: auto
}

.mulu .active {
    left: 0;
    z-index: 453
}

@keyframes mymove1 {
    0% {
        transform: scale(.3)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes mymove1 {
    0% {
        transform: scale(.3)
    }

    100% {
        transform: scale(1)
    }
}

.product01 .nr {
    justify-content: space-between;
    justify-content: center;
    display: flex;
    padding-top: 50rem;
    align-items: center;
    width:90%;
    margin:0 auto;
}

.product01 .left {
    width: 40%
}

.product01 .left48 {
    width: 48%
}

.product01 .right {
    width: 60%;
	padding-left: 100rem;
    position: relative
}

.product01 .right .pic:after {
    padding-bottom: 85%
}

.product01 .right .area {
    position: absolute;
    -webkit-transition: transform 2s linear;
    -webkit-transition: -webkit-transform 2s linear;
    transition: -webkit-transform 2s linear;
    -o-transition: transform 2s linear;
    transition: transform 2s linear;
    transition: transform 2s linear, -webkit-transform 2s linear
}

.product01 .right .area i {
    width: 24rem;
    height: 24rem;
    background: url(../images/dot1.png) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10rem;
    -webkit-animation: 1s ease mymove1 infinite;
    animation: 1s ease mymove1 infinite
}

.product01 .right .area span {
    font-size: 13rem;
    line-height: 40rem;
    background: var(--main-color);
    padding: 0 30rem;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    opacity: 0;
    transition: .5s
}

@media (min-width:1025px) {
    .product01 .right .area:hover span {
        opacity: 1
    }
}

.product01 .right .m01 {
    top: 28%;
    left: 13%
}

.product01 .right .m02 {
    top: 28%;
    left: 41%
}

.product01 .right .m03 {
    top: 28%;
    left: 78%
}

.product01 .right .m04 {
    top: 66%;
    left: 17%
}

.product01 .right .m05 {
    top: 71%;
    left: 57%
}

.product01 .inmain-title {
    color: var(--main-color)
}

.product01 .span {
    font-size: 16rem;
    line-height: 32rem;
    margin-top: 59rem;
    margin-bottom: 33rem;
    color: #666
}

.product01 .list {
    padding-bottom: 30rem
}

.product01 .list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 34rem;
    grid-column-gap: 20rem
}

.product01 .list ul li {
    text-align: center
}

.product01 .list ul li .pic {
    width: 67rem;
    margin: 0 auto;
    border: solid 1px var(--main-color)
}

.product01 .list ul li .h3 {
    font-family: var(--D-DINExp-Bold);
    font-size: 22rem;
    line-height: 1.5;
    color: var(--main-color);
}

.product01 .list ul li .bt {
    font-size: 18rem;
    line-height: 32rem;
    padding-top: 12rem;
    color: #333
}

.product01 .li4 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media (min-width:1025px) {
    .product01 .more p:hover {
        color: #fff;
        border: 1px solid var(--main-color)
    }

    .product01 .more p:hover:before {
        top: -35%;
        background-color: var(--main-color);
        transform: translateX(-50%) scaleY(1.3) scaleX(.8)
    }

    .product01 .more p:hover:after {
        top: -45%;
        background-color: var(--main-color);
        transform: translateX(-50%) scaleY(1.3) scaleX(.8)
    }
}

.product02 .nr {
    padding-top: 50rem;
    text-align: center
}

.product02 .pic {
    width: 1000rem;
    margin: 0 auto
}

.product02 .pic:after {
    padding-bottom: 50%
}

.product02 .inmain-title {
    color: var(--main-color);
    margin-bottom: 30rem
}

.product02 .list {
    padding-bottom: 54rem
}

.product02 .list ul {
    font-size: 0;
    text-align: center
}

.product02 .list ul li {
    text-align: center;
    width: 320rem;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.product02 .list ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 98rem;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.product02 .list ul li .pic {
    width: 50rem;
    margin: 0 auto
}

.product02 .list ul li .pic:after {
    padding-bottom: 77.77777778%
}

.product02 .list ul li .h3 {
    font-family: var(--D-DINExp-Bold);
    font-size:30rem;
    line-height: 40rem;
    color: var(--main-color)
}

.product02 .list ul li .h3 span {
    font-size: 14rem;
    line-height: 32rem
}

.product02 .list ul li .bt {
    font-size: 18rem;
    line-height: 32rem;
    padding-top: 12rem;
    color: #333
}

.product02 .list ul li:nth-last-child(1):after {
    display: none
}

@media (min-width:1025px) {
    .product02 .more p:hover {
        color: #fff;
        border: 1px solid var(--main-color)
    }

    .product02 .more p:hover:before {
        top: -35%;
        background-color: var(--main-color);
        transform: translateX(-50%) scaleY(1.3) scaleX(.8)
    }

    .product02 .more p:hover:after {
        top: -45%;
        background-color: var(--main-color);
        transform: translateX(-50%) scaleY(1.3) scaleX(.8)
    }
}

.support {
    background: #f7f7f7
}

.support .inmain-bottom {
    padding-top: 50rem
}

.industry-r {
    float: left;
    position: relative
}

.industry-r:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #c6c6c6;
    position: absolute;
    top: 0;
    left: 50%
}

.industry-r ul {
    padding: 43rem 0
}

.industry-r ul li {
    margin-bottom: 33rem
}

.industry-r ul li a {
    position: relative;
    display: block
}

.industry-r ul li .img {
    width: 80px;
    background: #f7f7f7;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 75rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3
}

.industry-r ul li .img img {
    width: 100%;
    margin: 0 auto
}

.industry-r ul li .img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8rem solid #d2e0ec;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1);
    transition: .5s;
    z-index: -1;
    opacity: 0
}

.industry-r ul li .iblu_li_svg {
    width: 80px;
    height: 80px;
    transform: rotate(-90deg);
    position: absolute;
    opacity: 0;
    top: -2px;
    left: 2px;
    z-index: 33
}

.industry-r ul li .iblu_li_svg svg {
    pointer-events: none
}

.industry-r ul .on .img:before {
    opacity: 1
}

.industry-r ul .on .iblu_li_svg {
    opacity: 1
}

.industry-r ul .on .iblu_li_svg .circle1 {
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    -webkit-animation: 15s svgcircle1 linear;
    animation: 15s svgcircle1 linear
}

@-webkit-keyframes svgcircle1 {
    0% {
        stroke-dashoffset: 220
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes svgcircle1 {
    0% {
        stroke-dashoffset: 220
    }

    100% {
        stroke-dashoffset: 0
    }
}

.industry-banner {
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: 89%;
    float: right
}

.industry-banner .pic {
    width: 70rem;
    margin: 0 53rem
}

.industry-banner li .nr {
    justify-content: space-between;
    display: flex;
    align-items: center
}

.industry-banner .left {
    width: 35%;
    float: left
}

.industry-banner .right {
    width: 56%;
    float: right
}

.industry-banner .index-title {
    margin-bottom: 30rem;
    position: relative
}

.industry-banner .index-title .name {
    font-size: 28rem;
    font-weight: bold;
    line-height: 32rem;
    color: #333
}

.industry-banner .p {
    font-size: 16rem;
    line-height: 32rem;
    color: #666
}

.certif-btn .swiper-button-prev,
.certif-btn .swiper-button-next {
    border-radius: 50%;
    width: 60rem;
    height: 60rem;
    border: solid 1px var(--hover-color);
    z-index: 5;
    top: auto;
    bottom: 0;
    margin: 0
}

.certif-btn .swiper-button-prev svg,
.certif-btn .swiper-button-next svg {
    fill: var(--hover-color);
    width: 35rem;
    height: 35rem
}

.certif-btn .swiper-button-prev:after,
.certif-btn .swiper-button-next:after {
    content: ''
}

@media (min-width:1025px) {

    .certif-btn .swiper-button-prev:hover,
    .certif-btn .swiper-button-next:hover {
        background: var(--main-color);
        border: solid 1px var(--main-color)
    }

    .certif-btn .swiper-button-prev:hover svg,
    .certif-btn .swiper-button-next:hover svg {
        fill: #fff
    }
}

.certif-btn .swiper-button-prev {
    left: 44rem
}

.certif-btn .swiper-button-next {
    left: 126rem
}

.product-show {
    padding: 0;
    background: #fff
}
.product-show .container{
    max-width:1440rem;
}
.ps01 {
    padding: 162rem 0 0 0;
	height: 100vh;
    position: relative; 
}

.ps01 .span {
    font-size: 36rem;
    line-height: 62rem;
    color: #333;
    text-align: center;
    font-family: var(--D-DINExp)
}

.ps01 .span span {
    font-size: 64rem;
    margin-right: 10rem;
    font-weight: bold;
    color: #005bac;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1
}

.ps01 .span span i {
    color: #333;
    font-style: normal;
    position: absolute;
    top: -5rem;
    right: -5rem;
    z-index: -1
}

.ps01 .list {
    padding-bottom: 38rem;
    padding-top: 37rem
}

.ps01 .list ul {
    font-size: 0;
    text-align: center
}

.ps01 .list ul li {
    text-align: center;
    width: 320rem;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.ps01 .list ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 98rem;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.ps01 .list ul li .pic {
    width: 50rem;
    margin: 0 auto
}

.ps01 .list ul li .pic:after {
    padding-bottom: 77.77777778%
}

.ps01 .list ul li .h3 {
    font-family: var(--D-DINExp-Bold);
    font-size: 34rem;
    line-height: 40rem;
    color: var(--main-color)
}

.ps01 .list ul li .h3 span {
    font-size: 14rem;
    line-height: 32rem
}

.ps01 .list ul li .bt {
    font-size: 18rem;
    line-height: 32rem;
    padding-top: 12rem;
    color: #333
}

.ps01 .list ul li:nth-last-child(1):after {
    display: none
}
.ps01 .img{
    width:900rem;
    margin:0 auto;
}
.ps01 .img img {
    display: block
}

.ps01h .span {
    font-size: 48rem
}

.ps02 {
    position: relative;
    overflow: hidden;
    padding: 100rem 30rem 69rem 30rem
}

.ps02 .swiper-product {
    position: relative
}

.ps02 .swiper-product .item {
    padding-top: 223rem;
    transition: .5s
}

.ps02 .swiper-product .item .box {
    width: 50%;
    float: right;
    transition: .5s
}

.ps02 .swiper-product .pic {
    border: solid 1px #e1e1e1;
    background: #f9f9f9
}
.ps02 .swiper-product .pic:after {
    padding-bottom: 125%
}
.ps02 .swiper-product .pic img{
	
}
.ps02 .swiper-product .text {
    padding-top: 21rem
}

.ps02 .swiper-product .bt {
    font-size: 20rem;
    margin-bottom: 13rem;
    color: #333
}

.ps02 .swiper-product .p {
    font-size: 16rem;
    line-height: 32rem;
    color: #666
}

.ps02 .swiper-product .p p {
    position: relative;
    padding-left: 20rem
}

.ps02 .swiper-product .p p:after {
    content: '';
    display: block;
    width: 5rem;
    height: 5rem;
    background: var(--main-color);
    position: absolute;
    top: 10rem;
    left: 0
}

.ps02 .swiper-product .swiper-slide-active {
    padding-top: 0
}

.ps02 .swiper-product .swiper-slide-active .box {
    width: 82%;
    float: right;
	margin-right:9%;
}

.ps02 .swiper-product .swiper-slide-active .pic {
    border: solid 1px var(--main-color)
}

.ps02 .swiper-product .swiper-slide-active .bt {
    color: var(--main-color)
}

.ps02 .swiper-product .swiper-slide-next .box {
    float: left
}

.ps02 .swiper-product .swiper-button-prev{
    left: 590rem;
}

.ps02 .swiper-product .swiper-button-next{
    right: 590rem;
}

.ps03 .img img {
    width: 380rem;
    margin: 0 auto
}

.ps03 .bt {
    font-size: 36rem;
    line-height: 62rem;
    color: #333;
    text-align: center
}

.ps03 .list {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40rem;
    grid-column-gap: 40rem;
    margin-top: 174rem
}

.ps03 .list .item .tu {
    position: relative
}

.ps03 .list .item .tu .hover {
    position: absolute;
    left: 26%;
    top: -42%
}

.ps03 .list .item .tu .hover img {
    height: 402rem;
    display: block;
    width: auto;
    max-width: none
}

.ps03 .list .item .bottom {
    background: #fff;
    box-shadow: 0 0 200rem 0 rgba(0, 35, 67, 0.1), inset 0 0 100rem 0 rgba(0, 91, 172, 0.08);
    border: solid 3rem #fff;
    margin-top: -102rem;
    padding: 106rem 33rem 0 33rem;    height: 76%;
}

.ps03 .list .item .bottom .h3 {
    text-align: center;
    font-size: 24rem;
    margin-bottom: 58rem;
    font-weight: bold;
    color: #333
}

.ps03 .list .item .bottom ul li {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 24rem;
    margin-bottom: 24rem
}

.ps03 .list .item .bottom ul li .box {
    justify-content: space-between;
    display: flex;
    align-items: center
}

.ps03 .list .item .bottom ul li .pic {
    width: 73rem;
    border-radius: 50%;
    border: dashed 1px var(--main-color)
}

.ps03 .list .item .bottom ul li .text {
    width: 86%;
    padding-left: 10px
}

.ps03 .list .item .bottom ul li .text .p {
    font-size: 18rem;
    line-height: 30rem;
    color: #333
}

.ps03 .list .item .bottom ul li .text .p b {
    color: var(--main-color)
}

.ps03 .list .item .bottom ul li:nth-last-child(1) {
    border-bottom: 0
}

.ps03 .list .item1 .bottom ul li .text .p {
    font-size: 16rem
}

.ps04 {
    position: relative;
    overflow: hidden;
    padding-bottom: 65rem;
    padding-top: 96rem
}

.ps04 .swiper-related {
    padding-top: 55rem;
    width: 90%;
    margin: 0 auto
}

.ps04 .swiper-related .item .pic {
    border: solid 1px #e1e1e1
}

.ps04 .swiper-related .item .pic:after {
    padding-bottom: 75%
}

.ps04 .swiper-related .item .bt {
    text-align: center;
    font-family: var(--D-DINExp);
    font-size: 20rem;
    line-height: 32rem;
    margin-top: 22rem;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

@media (min-width:1025px) {
    .ps04 .swiper-related .item:hover .pic {
        box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.1)
    }

    .ps04 .swiper-related .item:hover .pic img {
        transform: scale(1.1)
    }

    .ps04 .swiper-related .item:hover .bt {
        color: var(--main-color);
        font-weight: bold
    }
}

.ps05 {
    padding: 92rem 0 0 0
}

.ps05 .inmain-bottom {
    padding-top: 92rem;
    width: 90%;
    margin: 0 auto
}

.ps05 .nr {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-left: 44rem;
}

.ps05 .left {
    width: 51.9%;
    position: relative
}

.ps05 .left .list ul li {
    position: absolute;
    text-align: center;
    width: 94rem;
    height: 94rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10rem 0 rgba(0, 91, 172, 0.1);
    cursor: pointer
}

.ps05 .left .list ul li .box {
    font-size: 16rem;
    font-weight: bold;
    line-height: 32rem;
    color: #333;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%)
}

.ps05 .left .list ul .active {
    background: var(--main-color)
}

.ps05 .left .list ul .active .box {
    color: #fff
}

.ps05 .left .list ul .ls1 {
    top: -5%;
    left: 55%
}

.ps05 .left .list ul .ls2 {
    top: 8%;
    right: 9%
}

.ps05 .left .list ul .ls3 {
    top: 27.5%;
    right: -4%
}

.ps05 .left .list ul .ls4 {
    top: 50%;
    right: -6%
}

.ps05 .left .list ul .ls5 {
    bottom: 16%;
    right: 2%
}

.ps05 .left .list ul .ls6 {
    bottom: 16%;
    left: 1%
}

.ps05 .left .list ul .ls7 {
    bottom: 37%;
    left: -7%
}

.ps05 .left .list ul .ls8 {
    top: 27%;
    left: -5%
}

.ps05 .left .list ul .ls9 {
    top: 8%;
    left: 8%
}

.ps05 .right {
    width: 42%
}

.ps05 .right .show .info {
    display: none
}

.ps05 .right .show .info .box {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.1);
    cursor: pointer
}

.ps05 .right .show .info .box .pic {
    width: 30%
}

.ps05 .right .show .info .box .pic:after {
    padding-bottom: 131.42857143%
}

.ps05 .right .show .info .box .text {
    width: 67%;
    padding: 10rem 20rem 10rem 0
}

.ps05 .right .show .info .box .text .bt {
    font-size: 20rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15rem
}

.ps05 .right .show .info .box .text .bt span {
    font-size: 16rem;
    font-weight: normal;
    color: #666
}

.ps05 .right .show .info .box .text .p {
    font-size: 14rem;
    line-height: 32rem;
    color: #666
}

.ps05 .right .show .info .box .text .p p {
    border-bottom: 1px solid #d9d9d9
}

.ps05 .right .show .info .box .text .p b {
    color: #333
}


.ps06 {
    /* padding: 92rem 0 0 0 */
}

.ps06 .inmain-bottom {
    /* padding-top: 54rem; */
    width: 90%;
    margin: 0 auto
}

.ps06 .ul {
    /* display: flex; */
    /* flex-wrap: wrap; */
    font-size: 18rem;
    line-height: 32rem;
    /* margin: 0 -20rem */
}
.ps06 .ul strong{
    font-size: 20rem;
}

.ps06 .ul .li {
    width: 100%;
    /* padding: 0 20rem; */
    float: left;
    margin-bottom: 40rem
}

.ps06 .ul .table {
    height: 100%
}

.ps06 .ul .table table {
    height: 100%;
    background: #eef1f4
}

.ps06 .ul .table td {
    font-size: 14rem;
    line-height: 28rem;
    color: #333;
    border: 1px solid #fff;
    padding: 7rem 20rem;
    background: #eef1f4
}

.ps06 .ul .table .firstRow td {
    font-size: 18rem;
    line-height: 45rem;
    background: #005bac;
    color: #fff;
    padding: 0 25rem
}


.ps06 .swiper-product .bt {
    font-size: 20rem;
    margin-bottom: 13rem;
    color: #333
}

.about {
    padding: 0
}

.about01 {
    padding-top: 91rem;
	padding-bottom: 91rem;
    /* padding-bottom: 510rem; */
    position: relative;
    overflow: hidden
}
/*@media (min-width:2160px){
	.about01 {
		padding-bottom: 610rem;
	}
}*/

.about01 .inmain-bottom {
    padding-top: 46rem;
}

.about01 .left {
    float: left;
    width: 19%
}

.about01 .left .youshi {
    border-bottom: 0;
    padding: 0;
    padding-bottom: 0;
    text-align: left
}

.about01 .left .youshi li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #cacfd3;
    padding-bottom: 20rem;
    margin-bottom: 15rem
}

.about01 .left .youshi li .pic {
    filter: brightness(1) invert(0)
}

.about01 .left .youshi li .num {
    color: var(--main-color)
}

.about01 .left .youshi li .h3 {
    color: #333;
    margin-top: 0
}

.about01 .left .youshi li .box {
    padding: 0 46rem 0 88rem
}

.about01 .left .youshi li .num span {
    font-size: 56rem;
    font-family: var(--D-DINExp-Bold)
}

.about01 .right {
    float: right;
    width: 71%
}

.about01 .right .bt {
    font-size: 24rem;
    margin-bottom: 49rem;
    font-weight: bold;
    color: #333
}

.about01 .right .p {
    font-size: 16rem;
    line-height: 32rem;
    color: #666
}

.about02 {
    padding: 91rem 0 0 0;
    position: relative;
    overflow: hidden
}

.about02 .about-bottom {
    padding-top: 56rem
}

.about02 .about-bottom ul {
    display: flex;
    flex-wrap: wrap
}

.about02 .about-bottom ul li {
    width: 11%;
    float: left;
    padding: 0 10rem;
    transition: .5s
}

.about02 .about-bottom ul li .box {
    height: 726rem;
    overflow: hidden;
    text-align: center;
    position: relative;
    transition: .5s
}

.about02 .about-bottom ul li .box .text {
    position: absolute;
    padding: 0 18rem 0 18rem;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    transition: .5s
}

.about02 .about-bottom ul li .box .text .pic {
    margin: 0 auto;
    width: 60rem
}

.about02 .about-bottom ul li .box .text .bt {
    font-size: 24rem;
    line-height: 32rem;
    color: #fff;
    line-height: 40rem;
    margin-bottom: 5rem;
    font-weight: bold
}

.about02 .about-bottom ul li .box .text .p {
    font-size: 16rem;
    line-height: 32rem;
    height: 0;
    overflow: hidden;
    color: #fff;
    transition: .5s
}

.about02 .about-bottom ul .active {
    width: 67%
}

.about02 .about-bottom ul .active .box .text .p {
    height: auto
}

.about03 {
    padding: 91rem 0;
    background: url(../images/hbg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.about03 .about-bottom {
    position: relative;
    min-height: 800rem;
    margin-top: 55rem
}

.about03 .about-bottom .li {
	position: absolute;
	right: 30rem;
	font-size: 30rem;
	width: 30rem;
	z-index: 999;
	color: #fff;
	font-family:"pangmen";
	opacity: 0.5;
	top: 50%;
	transform: translateY(-50%);	
}

.about03 .about-bottom .about-list1 {
    position: absolute;
    top: 47rem;
    left: 0;
    width: 45.5%;
    height: calc(100% - 94rem);
    overflow: hidden;
    padding: 94rem 0;
    padding-left: 283rem;
    z-index: 23
}

.about03 .about-bottom .about-list1:after {
    content: '';
    display: block;
    background: #bfbfbf;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 363rem
}

.about03 .mySwiper1 {
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 33
}

.about03 .mySwiper1 .swiper-slide {
    height: auto;
    padding-right: 70rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--D-DINExp);
    font-size: 24rem;
    color: #fff;
    line-height: 101rem;
    z-index: 23
}

.about03 .mySwiper1 .swiper-slide span {
    display: block;
    width: 100%;
    transition: .5s
}

.about03 .mySwiper1 .swiper-slide:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 11rem;
    height: 11rem;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    left: 75rem;
    z-index: 33
}

.about03 .mySwiper1 .swiper-slide:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 101rem;
    height: 101rem;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #fff;
    left: 31rem;
    opacity: 0;
    transition: .5s;
    z-index: 33
}

.about03 .mySwiper1 .swiper-slide-active {
    font-size: 64rem;
    line-height: 101rem
}

.about03 .mySwiper1 .swiper-slide-active:before {
    opacity: 1
}

.about03 .mySwiper1 .swiper-slide-active span {
    padding-left: 189rem
}

.about03 .swiper-button-next,
.about03 .swiper-button-prev {
    width: 36rem;
    height: 36rem;
    border: solid 1px #e1e1e1;
    margin-top: 0;
    border-radius: 50%;
    top: 0;
    left: 63rem;
    z-index: 66;
    transform: rotate(90deg)
}

.about03 .swiper-button-next:after,
.about03 .swiper-button-prev:after {
    content: ''
}

.about03 .swiper-button-next svg,
.about03 .swiper-button-prev svg {
    fill: #fff;
    width: 24rem;
    height: 36rem
}

.about03 .swiper-button-next:after,
.about03 .swiper-button-prev:after {
    font-size: 20rem;
    color: #fff
}

@media (min-width:1025px) {

    .about03 .swiper-button-next:hover,
    .about03 .swiper-button-prev:hover {
        background: var(--main-color);
        border: solid 1px var(--main-color)
    }
}

.about03 .swiper-button-next {
    top: auto;
    bottom: 0
}

.about03 .about-right {
    position: relative;
    overflow: hidden;
    width: 68%;
    float: right;
    height: 800rem;
    padding-top: 100rem;
    padding-left: 274rem
}

.about03 .mySwiper2 {
    position: relative;
    height: 600rem;
    z-index: 333
}

.about03 .mySwiper2 .swiper-slide .box {
    width: 100%;
    transition: .5s;
    color: rgba(255, 255, 255, 0.4);
    padding-left: 60rem;
    margin-top: 30rem;
    position: relative
}

.about03 .mySwiper2 .swiper-slide .box::after {
    content: '';
    display: block;
    width: 20rem;
    height: 1rem;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 15rem;
    left: 0;
    z-index: 333
}

.about03 .mySwiper2 .swiper-slide .box .bt {
    font-size: 28rem;
    font-family: var(--D-DINExp)
}

.about03 .mySwiper2 .swiper-slide .box .p {
    font-size: 16rem;
    line-height: 36rem
}

.about03 .mySwiper2 .swiper-slide-active .box {
    color: #fff
}

.about03 .mySwiper2 .swiper-slide-active .box:after {
    width: 140rem;
    left: -100rem;
    background: #fff
}

.about04 {
    padding: 91rem 0 160rem 0;
    position: relative;
    overflow: hidden
}

.about04 .about-bottom {
    width: 80%;
    padding-top: 35rem;
    margin: 0 auto;
    position: relative;
}

.about04 .bn {
    margin-top: 34rem;
	text-align: center;
}

@keyframes arrowRun {
  0% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7% {
    transform: translate3d(0, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7.1% {
    transform: translate3d(0, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  14% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}

@keyframes arrowRun1 {
  0% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7% {
    transform: translate3d(0, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7.1% {
    transform: translate3d(0, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  14% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}
@keyframes ants {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*.about04 .bn .more {
  width: 120rem;
  height: 120rem;
  position: relative;
  margin:0 auto;
}*/
.about04 .bn {
	width: 120rem;
	height: 120rem;
	margin: 0 auto;
	position: relative;
}
.content_pro {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: ease 0.3s;
  z-index: 1;
}
.content_pro:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: var(--main-color);
  z-index: -1;
}
.content_pro .cir {
  position: absolute;
  width: 120rem;
  height: 120rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  animation: ants 10s linear infinite;
}
.content_pro .text .end .overflow {
  width: 28rem;
  height: 28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.content_pro .text .end .iconfont {
  text-align: right;
  position: relative;
  left: 0;
  width: 28rem;
  height: 28rem;
  background: url(../images/icon3.png) no-repeat center center;
  background-size: 100%;
  animation: arrowRun 5s infinite;
}
@media (min-width: 1025px) {
  .dianji:hover .content_pro:after {
    filter: blur(10px);
    transform: scale(1.15);
  }
}

.content_pro::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: var(--main-color);
  z-index: -1;
}

.content_pro .cir2 {
	display:none;
}
.dianji.cur .content_pro .cir1 {
	display:none;
}
.dianji.cur .content_pro .cir2 {
	display:block;
}
.dianji.cur .content_pro .text .end .iconfont {
  background: url(../images/icon4.png) no-repeat center center;
  animation: arrowRun1 5s infinite;
}

.swiper-jiance {
    position: relative;
    overflow: hidden;
    font-size: 0
}

.swiper-jiance .swiper-wrapper{
    transform: none; 
    display:block;
}

.swiper-jiance .swiper-slide {
    width:33.333333%;
    float:left;
    padding:0 15rem;
    margin-bottom:40rem;
}
.swiper-shengchan .pic:after,
.swiper-jiance .pic:after {
    padding-bottom: 68.02721088%
}

.swiper-shengchan .bt,
.swiper-jiance .bt {
    text-align: center;
    font-size: 20rem;
    font-weight: bold;
    line-height: 32rem;
    margin-top: 23rem;
    color: #333
}

.swiper-shengchan .swiper-button-next,.swiper-shengchan .swiper-button-prev{
	width: 60rem;
	height: 60rem;
	background: rgba(0,91,172,0.7);
	border-radius: 50%;	
}

.swiper-shengchan .swiper-button-next:after, .swiper-shengchan .swiper-button-prev:after{
	color: #fff;
	font-size: 24rem;	
}

@media (min-width:1025px) {

    .swiper-shengchan .item:hover .pic img,
    .swiper-jiance .item:hover .pic img {
        transform: scale(1.1)
    }

    .swiper-shengchan .item:hover .bt,
    .swiper-jiance .item:hover .bt {
        color: var(--main-color)
    }
}

.about05 {
    padding: 91rem 0 98rem 0;
    position: relative;
    overflow: hidden
}

.about05 .about-bottom {
    width: 90%;
    padding-top: 55rem;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden */
}

.about05 .bn {
    width: 120rem;
    height: 120rem;
    margin: 0 auto;
    position: relative;
    margin-top: 34rem;
}


.about06 {
    padding: 91rem 0;
    position: relative;
    overflow: hidden
}

.about06 {
    padding: 111rem 0 98rem 0;
    position: relative;
    overflow: hidden
}

.about06 .abgg {
    padding-bottom: 125rem
}

.about06 .nr {
    margin-top: 46rem;
    position: relative;
    width: 1420rem;
    left: 50%;
    margin-left: -710rem
}

.about06 .swiper-container {
    margin: 0 auto
}

.about06 .swiper-wrapper {
    align-items: flex-end;
    min-height: 344px
}

.about06 .swiper-slide {
    cursor: pointer;
	width:20%;
	margin: 0 20rem;
}

.about06 .swiper-slide .pic {
    /* width: 130rem;
    height: 220rem;
    display: flex;
    align-items: end;
    margin: 0 auto; */
    position: relative
}

.about06 .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    transition: all .5s
}

/*.about06 .swiper-slide .title {
    text-align: center;
    color: #2c2c2c;
    font-size: 20rem;
    font-weight: bold;
    height: 40rem;
    line-height: 40rem;
    margin-bottom: 33rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: none
}

.about06 .swiper-slide-active {
    text-align: center;
    margin-right: 1% !important
}

.about06 .swiper-slide-active .pic {
    width: 458rem;
    height: 344rem;
    left: 50%;
    margin-left: -229rem
}

.about06 .swiper-slide-active .title {
    display: block
}

.about06 .swiper-slide-prev .pic {
    margin: 0;
    float: left
}

.about06 .swiper-slide-next .pic {
    margin: 0;
    float: right
}

.about06 .swiper-prev,
.about06 .swiper-next {
    background: none;
    width: auto;
    height: auto;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 0
}*/

.about06 .con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index: 200;
    background: url("../images/partner_bg.png") no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
}
.about06 .con .p1{
    font-size:90rem;
    font-weight: bold;
    color:var(--main-color);
    font-family: 'Arial';
    line-height: 1;
}
.about06 .con .p1 span{
    font-size: 200rem;
    line-height: 1;
    vertical-align: top;
}
.about06 .con .p2{
    font-size: 60rem;
    line-height: 1.2;
    margin-left: 20rem;
}


.about06 .icon {
    display: inline-block;
    width: 74rem;
    height: 74rem;
    background: url(../images/left1.png) no-repeat center center;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.about06 .txt {
    font-size: 16rem;
    line-height: 30rem;
    padding-left: 86rem;
    padding-top: 7rem;
    padding-bottom: 7rem
}

.about06 .title-1 {
    color: #666
}

.about06 .title-2 {
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 20rem;
    font-weight: bold;
    max-width: 200rem
}

.about06 .swiper-button-disabled {
    cursor: initial
}

.about06 .swiper-prev {
    left: 0
}

.about06 .swiper-next {
    text-align: right;
    right: 0;
    left: auto
}

.about06 .swiper-next .icon {
    background: url(../images/right1.png) no-repeat center center;
    background-size: 100%;
    top: 0;
    left: auto;
    right: 0
}

.about06 .swiper-next .txt {
    padding-left: 0;
    padding-right: 76rem
}

.about07 {
    padding: 91rem 0;
    position: relative;
    overflow: hidden
}

.about07 .about-bottom {
    padding-top: 55rem;
    position: relative;
    overflow: hidden
}

.about07 .about-bottom img,
.about07 .about-bottom video {
    width: 100%;
    display: block
}

.float ul li {
    width: 53rem;
    height: 53rem;
    text-align: center;
    position: relative;
    margin: 5rem 0
}

.float ul li .box {
    background: #ccd8e2;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }

    5% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.float ul li a::before {
    content: '';
    display: block;
    width: 90rem;
    height: 90rem;
    border-radius: 50%;
    background: rgba(37, 152, 229, 0.3);
    position: absolute;
    z-index: -1;
    top:50%;
    left:50%;
    margin:-45rem 0 0 -45rem;
    animation: ripple 4s ease-out 0s infinite
}

.float ul li a::after {
    content: '';
    display: block;
    width: 90rem;
    height: 90rem;
    border-radius: 50%;
    background: rgba(37, 152, 229, 0.3);
    position: absolute;
    z-index: -1; top:50%;
    left:50%;
    margin:-45rem 0 0 -45rem;
    animation: ripple 2s ease-out 0s infinite
}

 

.float ul li svg {
    width: 26rem;
    height: 53rem;
    fill: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 33;
}

.float {
    position: fixed;
    top: 75%;
    right: 15rem;
    z-index: 9999
}

.float1 {
    top: 75%;
    z-index: 9999
}

.float ul li .hover {
    position: absolute;
    top: 0;
    right: 0;
    width:200rem;
    background: var(--main-color);
    opacity: 0;
    border-radius: 30rem;
    line-height: 53rem;
    font-family: var(--D-DINExp-Bold);
    font-size: 18rem;
    padding-right: 53rem;
    padding-left: 30rem;
    color: #fff;
    transition: 0.5s;
    text-align: center
}

.float ul li:hover .pic .m {
    display: none
}

.float ul li:hover .pic .mh {
    display: block
}

.float ul li:hover .box {
    background: var(--main-color)
}

.float ul li:hover .hover {
  
   opacity: 1;
    box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.1);
}

@media (max-width:1200px) {
    body {
        font-size: 14px
    }

    table td {
        font-size: 14px;
        line-height: 24px;
        padding: 9px 15px;
        border: 1px solid #d3d7db
    }

    .sitemap .site-bottom {
        font-size: 14px;
        line-height: 24px
    }

    .sitemap li {
        border-bottom: 1px dashed #e0e0e0;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .sitemap li .top1 {
        font-size: 18px
    }

    .sitemap li .subnav {
        margin-top: 10px
    }

    .sitemap li .subnav a {
        font-size: 16px;
        margin-right: 10px;
        padding: 5px 0
    }

    .container {
        max-width: 750px;
        padding: 0 15px;
        width: 100%
    }

    .height {
        top: -60px
    }

    .height1 {
        height: 60px
    }

    .header {
        height: 60px;
        background: #fff;
        box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.1)
    }

    .header .logo {
        padding-top: 6px
    }

    .header .logo a img {
        width: 158px
    }

    .header .logo a .lg1 {
        display: none
    }

    .header .logo a .lg2 {
        display: block
    }

    .header .header-right .menu {
        display: block
    }

    .header .header-right .header-search {
        display: none
    }

    .nav {
        display: none
    }

    .more a,
    .more p {
        min-width: 120px;
        line-height: 35px;
        padding: 0 20px;
        font-size: 14px
    }

    .banner {
        padding-top: 60px
    }

    .swiper-renewal-main .swiper-slide img,
    .swiper-renewal-main .swiper-slide video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .swiper-renewal-main .img {
        position: relative;
        overflow: hidden;
        height: 50vh
    }

    .swiper-renewal-main .img:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3
    }

    .swiper-renewal-main .img1 {
        display: none
    }

    .swiper-renewal-main .banner-hover {
        top: 50%;
        transform: translateY(-50%)
    }

    .swiper-renewal-main .banner-hover .tu img {
        width: 205px
    }

    .swiper-renewal-main .banner-hover .bt {
        font-size: 24px;
        margin-top: 12px;
        margin-bottom: 30px
    }

    .banner-list {
        bottom: 20px;
        background: var(--main-color)
    }

    .youshi {
        border-bottom: 10px solid rgba(0, 91, 172, 0.9);
        padding: 0;
        padding-bottom: 18px;
        font-size: 0
    }

    .youshi li {
        margin: 0;
        width: 50%;
        padding: 0 10px;
        margin-top: 10px
    }

    .youshi li .box {
        padding: 0 10px 0 50px
    }

    .youshi li .pic {
        width: 30px
    }

    .youshi li .num {
        font-size: 32px;
        line-height: 50px;
        height: 50px
    }

    .youshi li .num span {
        font-size: 32px;
        margin-right: 5px
    }

    .youshi li .num em {
        font-size: 14px;
        line-height: 32px
    }

    .youshi li .num i {
        font-size: 16px;
        line-height: 30px;
        margin-right: -15px
    }

    .youshi li .h3 {
        font-size: 14px;
        margin-top: 2px
    }

    .bg {
        padding-top: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0
    }

    .section {
        width: 100%;
        height: 100%
    }

    .bg6:before {
        height: 15px
    }

    .home {
        position: relative;
        top: auto;
        left: auto;
        padding-top: 100px;
        padding-bottom: 100px;
        transform: none
    }

    #menu1 {
        display: none
    }

    .home-product .bt {
        font-size: 20px;
        line-height: 42px
    }

    .home-product .bt span {
        font-size: 32px;
        margin-right: 10px
    }

    .home-product .bt span i {
        top: -3px;
        right: -3px
    }

    .home-product .more {
        margin-top: 20px
    }

    .footer-bottom {
        padding-top: 40px;
        padding-bottom: 28px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }

    .footer-bottom .footer-left {
        width: 100%
    }

    .footer-bottom .footer-left .img {
        margin-bottom: 18px
    }

    .footer-bottom .footer-left .f1 {
        padding-left: 40px;
        margin-bottom: 3px;
        background-size: 27px !important
    }

    .footer-bottom .footer-left .f1 span {
        font-size: 14px
    }

    .footer-bottom .footer-left .f1 p {
        font-size: 20px;
        line-height: 32px
    }

    .footer-bottom .footer-left .f3 {
        font-size: 14px;
        line-height: 32px
    }

    .footer-bottom .footer-left .f3 p {
        margin-bottom: 5px
    }

    .footer-bottom .footer-left .f3 p img,
    .footer-bottom .footer-left .f3 p svg {
        width: 16px;
        height: 16px;
        margin-right: 8px
    }

    .footer-bottom .footer-list {
        display: none
    }

    .footer-copyright {
        padding: 13px 0;
        font-size: 12px;
        line-height: 22px
    }

    .inbanner {
        padding-top: 60px
    }

    .inbanner .img {
        display: none
    }

    .inbanner .img1 {
        display: block
    }

    .inbanner .banner-hover {
        padding-bottom: 0;
        padding-top: 0
    }

    .inbanner .banner-hover .info {
        padding-top: 30px;
        margin-bottom: 0
    }

    .inbanner .banner-hover .bt {
        font-size: 20px
    }

    .inbanner .banner-hover .p {
        font-size: 50px
    }

    .inbanner .banner-hover .span {
        font-size: 14px;
        line-height: 24px;
        display: none
    }

    .inbanner .current {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        background: var(--main-color)
    }

    .inbanner .current span {
        background: url(../images/home1.png) no-repeat left 6px;
        background-size: 20px;
        color: #fff
    }

    .inbanner .current span a {
        color: #fff
    }

    .inbanner .current span b {
        color: #fff
    }

    .current ul {
        display: none
    }

    .current .right {
        padding: 10px 0;
        max-width: 100%
    }

    .current span {
        background: url(../images/home.png) no-repeat left 6px;
        background-size: 20px;
        padding-left: 30px;
        font-size: 12px;
        line-height: 30px
    }

    .current1 {
        top: 60px
    }

    .content {
        min-height: 600px;
        padding: 40px 0
    }

    .inmain-title {
        font-size: 24px;
        line-height: 32px
    }

    .service .inmain-bottom {
        padding-top: 25px
    }

    .service .qaList {
        margin: 0 -5px;
        font-size: 0
    }

    .service .qaList li {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 5px
    }

    .service .qaList li .content1 {
        padding: 25px
    }

    .service .qaList li .content1 .listTitleBox {
        padding-right: 30px
    }

    .service .qaList li .content1 .listTitleBox .Q,
    .service .qaList li .content1 .descMain .A {
        width: 24px;
        height: 24px
    }

    .service .qaList li .content1 .listTitleBox .listTitle {
        font-size: 16px;
        line-height: 24px;
        margin-left: 18px
    }

    .service .qaList li .content1 .descMain {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 15px
    }

    .service .qaList li .content1 .descMain .descBox {
        margin-left: 42px
    }

    .service .qaList li .content1 .descMain .descBox .desc .info {
        font-size: 14px;
        line-height: 24px;
        height: 48px
    }

    .service .qaList li .content1 .descMain .descBox .moreBtn {
        width: 100%;
        height: 24px;
        top: 25px;
        padding-right: 25px
    }

    .service .qaList li .content1 .descMain .descBox .moreBtn img {
        width: 20px
    }

    .service .qaList li .content1 .descMain .descBox .desc.descShow .info {
        height: 120px;
        -webkit-line-clamp: 5;
        margin-bottom: 20px
    }

    .service .qaList li .content1 .descMain .descBox .desc.descShow .more a,
    .service .qaList li .content1 .descMain .descBox .desc.descShow .more p {
        padding: 0 30px
    }

    .faq-show {
        padding: 40px 0
    }

    .faq-show .nr {
        width: 100%
    }

    .faq-show .inmain-title {
        font-size: 24px
    }

    .faq-show .date {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 20px
    }

    .faq-show .left {
        width: 100%;
        padding-bottom: 20px
    }

    .faq-show .left .inmain-bottom {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 40px
    }

    .faq-show .left .inmain-bottom .h3 {
        font-size: 18px;
        margin-bottom: 6px
    }

    .faq-show .right {
        width: 100%;
        position: relative;
        top: auto
    }

    .faq-show .right .bt {
        font-size: 20px
    }

    .faq-show .right .list {
        padding-top: 20px
    }

    .faq-show .right .list ul li {
        margin-bottom: 9px
    }

    .faq-show .right .list ul li .content1 {
        padding: 24px
    }

    .faq-show .right .list ul li .content1 .listTitleBox {
        margin-bottom: 12px
    }

    .faq-show .right .list ul li .content1 .listTitleBox .Q,
    .faq-show .right .list ul li .content1 .descMain .A {
        width: 21px;
        height: 21px
    }

    .faq-show .right .list ul li .content1 .listTitleBox .listTitle {
        font-size: 16px;
        line-height: 21px;
        margin-left: 7px
    }

    .faq-show .right .list ul li .info {
        font-size: 14px;
        line-height: 24px;
        height: auto;
        max-height: 48px
    }

    .faq-show .right .newslist {
        padding-top: 20px;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 20px
    }

    .faq-show .right .newslist .item .date {
        margin-top: 0
    }

    .faq-show .right .newslist .item .text {
        padding: 19px 29px
    }

    .lable {
        font-size: 14px;
        padding-bottom: 8px;
        line-height: 30px
    }

    .lable span {
        font-size: 14px;
        padding-right: 12px
    }

    .lable a {
        width: 120px;
        line-height: 30px;
        padding: 0 5px;
        margin-bottom: 5px;
        border: solid 1px #b9b9b9;
        margin-right: 10px;
        font-size: 14px
    }

    .list-page-news {
        font-size: 14px;
        line-height: 32px
    }

    .list-page-news ul {
        border-top: 1px solid #e1e1e1
    }

    .list-page-news li {
        width: 50%;
        padding: 0 80px 0 0
    }

    .list-page-news li:nth-child(2) {
        padding: 0 0 0 80px
    }

    .list-page-news li p {
        line-height: 55px
    }

    .list-page-news li p svg {
        width: 20px;
        height: 55px;
        margin: 0 5px
    }

    .list-page-news .fanhui {
        top: 0;
        left: 50%;
        width: 160px;
        line-height: 55px;
        margin-left: -80px;
        font-size: 14px
    }

    .list-page-news .fanhui svg {
        width: 16px;
        height: 16px;
        margin-right: 10px
    }

    .download .inmain-bottom {
        padding-top: 25px
    }

    .downlist ul {
        grid-template-columns: 1fr;
        grid-row-gap: 12px;
        grid-column-gap: 12px
    }

    .downlist li a {
        padding: 24px
    }

    .downlist li .pic {
        width: 32%;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
    }

    .downlist li .txtbox {
        width: 68%;
        padding-left: 20px
    }

    .downlist li .tit {
        font-size: 16px;
        line-height: 30px
    }

    .downlist li .tag {
        font-size: 13px;
        line-height: 24px;
        margin: 5px 0 15px 0
    }

    .downlist li .dow {
        font-size: 14px;
        line-height: 30px;
        padding: 0 20px;
        border: solid 1px #666
    }

    .downlist li .dow svg {
        width: 12px;
        height: 12px;
        margin-left: 10px;
        margin-top: -3px
    }

    .fenye {
        padding-top: 20px
    }

    .page {
        clear: both;
        text-align: center;
        font-size: 0;
        color: #947d58
    }

    .page em {
        font-style: normal;
        font-size: 18px
    }

    .page a {
        color: #858585;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        min-width: 35px;
        line-height: 35px;
        font-weight: bold;
        text-transform: uppercase;
        height: 35px;
        border-radius: 30px;
        margin: 0 8px;
        padding: 0 5px;
        vertical-align: top;
        background: none;
        -webkit-transition: background .5s;
        transition: background .5s;
        -webkit-box-shadow: 0 0 0 1px #e6e6e6;
        display: none
    }

    .page a span {
        display: block
    }

    .page a.prev,
    .page a.next {
        margin-right: 5px;
        padding: 0 20px;
        display: inline-block;
        vertical-align: top
    }

    .page a.prev svg,
    .page a.next svg {
        width: 14px;
        height: 19px;
        margin: 0;
        margin-top: -3px
    }

    .page a.prev {
        padding-left: 20px
    }

    .page a.next {
        padding-right: 20px
    }

    .privacy .inmain-bottom {
        padding-top: 25px
    }

    .privacy .privacy-info {
        padding: 22px
    }

    .privacy .privacy-info .bt {
        font-size: 20px;
        margin-bottom: 17px
    }

    .privacy .privacy-info .p {
        font-size: 14px;
        line-height: 24px
    }

    .privacy .privacy-nr {
        padding: 22px 0 0 0;
        font-size: 14px;
        line-height: 24px
    }

    .privacy .privacy-nr .h3 {
        font-size: 16px;
        margin-bottom: 13px
    }

    .privacy .privacy-nr .list {
        padding: 8px 0 0 0
    }

    .privacy .privacy-nr .list ul li {
        padding-left: 17px;
        line-height: 26px
    }

    .privacy .privacy-nr .list ul li img {
        width: 7px;
        top: 6px;
        left: 0
    }

    .message {
        padding: 40px 0
    }

    .message .inside-message {
        margin-top: 25px;
        padding: 22px;
        box-shadow: 0 0 20px 0 rgba(3, 0, 0, 0.08)
    }

    .message .inside-message .list {
        margin: 0 -5px
    }

    .message .inside-message li {
        width: 100%;
        padding: 0 5px 15px 5px
    }

    .message .input-form,
    .message select,
    .message textarea {
        height: 35px;
        border-bottom: 1px solid #eaeaea;
        font-size: 14px;
        padding-left: 80px
    }

    .message .red {
        font-size: 14px;
        line-height: 35px
    }

    .message .red img {
        width: 20px;
        margin-top: 8px;
        margin-right: 11px
    }

    .message .verifyDiv {
        float: left;
        width: 100%
    }

    .message .span {
        padding-left: 18px
    }

    .message .span span {
        font-size: 14px;
        line-height: 43px
    }

    .message textarea {
        padding-top: 34px;
        height: 154px;
        padding-left: 33px
    }

    .message .more {
        float: left;
        margin-top: 12px
    }

    .message .more a {
        padding: 0 40px
    }

    .message .more a span {
        line-height: 35px
    }

    .verifyDiv .verify-wrap {
        width: 280px !important;
        height: 40px;
        background-color: #e5e5e5;
        position: relative
    }

    .verifyDiv .verify-wrap .drag-btn {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
        background-size: 18px;
        z-index: 2;
        cursor: move;
        border: 1px solid #e1e1e1
    }

    .verifyDiv .verify-wrap .suc-drag-btn {
        background: #fff url(../images/drag-success.svg?t=1) no-repeat center center;
        background-size: 22px;
        border: 1px solid #e1e1e1
    }

    .verifyDiv .verify-wrap .drag-progress {
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        width: 0;
        background-color: var(--main-color);
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 40px
    }

    .verifyDiv .verify-wrap .fix-tips,
    .verifyDiv .verify-msg {
        width: 100%;
        position: absolute;
        right: 0;
        left: 0;
        height: 100%;
        color: #51555c;
        z-index: 1;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
        padding-left: 40px
    }

    .verifyDiv .verify-wrap .verify-msg {
        background-color: var(--main-color);
        color: #fff;
        display: none;
        padding-left: 0;
        padding-right: 40px
    }

    .aftersale {
        padding: 0 0 40px 0
    }

    .aftersale .inmain-title {
        margin-top: 18px
    }

    .aftersale .second-list {
        box-shadow: 0 0 30px 0 rgba(0, 24, 72, 0.1);
        padding: 0
    }

    .aftersale .second-list ul li {
        width: 100%
    }

    .aftersale .second-list ul li .box {
        padding: 22px;
        text-align: left
    }

    .aftersale .second-list ul li:after {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: 0
    }

    .aftersale .second-list ul li .pic {
        width: 32px;
        margin-right: 15px
    }

    .aftersale .second-list ul li .text .bt {
        font-size: 18px;
        margin-bottom: 5px
    }

    .aftersale .second-list ul li .text .p {
        font-size: 14px;
        line-height: 24px
    }

    .aftersale .second-list ul li:nth-child(3):after {
        display: none
    }

    .aftersale .choose-list {
        padding: 40px 0 24px 0
    }

    .aftersale .choose-list .item {
        padding-left: 0
    }

    .aftersale .choose-list .item span {
        font-size: 14px;
        line-height: 32px;
        position: relative;
        top: auto;
        left: auto
    }

    .aftersale .choose-list .item .ul .li {
        font-size: 14px;
        line-height: 32px;
        padding-left: 22px;
        margin-right: 10px;
        margin-bottom: 4px
    }

    .aftersale .choose-list .item .ul .li i {
        width: 16px;
        height: 16px
    }

    .aftersale .choose-list .item1 {
        padding-left: 0;
        margin-top: 16px
    }

    .aftersale .inmain-bottom {
        padding-top: 25px
    }

    .aftersale .inmain-bottom .list ul {
        grid-template-columns: 1fr;
        grid-row-gap: 12px;
        grid-column-gap: 12px
    }

    .aftersale .inmain-bottom .list ul li .box {
        border-top: 3px solid var(--main-color);
        padding: 22px
    }

    .aftersale .inmain-bottom .list ul li .bt {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 7px
    }

    .aftersale .inmain-bottom .list ul li .span {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .aftersale .inmain-bottom .list ul li .p {
        font-size: 14px;
        line-height: 24px
    }

    .aftersale .inmain-bottom .list ul li .p p {
        padding-left: 29px
    }

    .aftersale .inmain-bottom .list ul li .p svg {
        width: 20px;
        height: 24px;
        margin-right: 10px
    }

    .news {
        padding: 40px 0
    }

    .news-one {
        width:100%;
        margin-bottom: 21px
    }

    .news-one .list li .box {
        min-height: 0;
        padding-left: 0;
        padding-right: 0
    }

    .news-one .list li .box .pic {
        width: 100%;
        position: relative;
        top: auto;
        left: auto
    }

    .news-one .list li .box .text {
        padding: 22px
    }

    .news-one .list li .box .text .date {
        font-size: 16px
    }

    .news-one .list li .box .text .date span {
        font-size: 30px
    }

    .news-one .list li .box .text .bt {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 6px;
        margin-top: 7px
    }

    .news-one .list li .box .text .jsh {
        margin-top: 5px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px
    }

    .btn1 {
        height: 34px;
        margin-bottom: 25px;
        width: 100%
    }

    .btn1 .swiper-button-prev,
    .btn1 .swiper-button-next {
        display: none
    }

    .btn1 .swiper-pagination {
        height: 2px;
        width: 100%;
        left: 50%;
        top: 16px;
        background: #e1e1e1;
        transform: translateX(-50%)
    }

    .btn1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--main-color)
    }

    .newslist {
        width:100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 12px;
        grid-column-gap: 12px
    }

    .newslist .item .text {
        padding: 22px
    }

    .newslist .item .date {
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 7px
    }

    .newslist .item .date svg {
        width: 16px;
        height: 22px;
        margin-right: 5px
    }

    .newslist .item .bt {
        font-size: 16px;
        line-height: 28px;
        height: 56px;
        margin-bottom: 6px
    }

    .newslist .item .p {
        font-size: 14px;
        line-height: 24px;
        height: 48px
    }

    .fanhuih {
        bottom: 50px;
        right: 20px
    }

    .fanhuih a {
        font-size: 14px;
        line-height: 30px;
        color: var(--main-color)
    }

    .fanhuih svg {
        width: 12px;
        height: 30px;
        fill: var(--main-color);
        margin: 0 5px 0 0
    }

    .mulu .span {
        width: 50px;
        font-size: 16px;
        line-height: 22px;
        padding: 20px 0;
        margin-top: 60px
    }

    .mulu .span svg {
        width: 18px;
        height: 18px;
        margin-bottom: 10px
    }

    .mulu .hide {
        left: -60px
    }

    .mulu .close {
        display: block;
        height: 36px;
        width: 36px;
        position: absolute;
        right: -36px;
        top: 100px;
        background: #f9f9f9 url(../images/closed.png) no-repeat center center;
        background-size: 15px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
    }

    .mulu .list {
        left: -260px;
        width: 260px;
        padding-top: 60px
    }

    .mulu .list .info {
        max-height: calc(100vh - 60px);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
    }

    .mulu .list dl dt {
        font-size: 16px;
        line-height: 48px;
        padding: 0 20px
    }

    .mulu .list dl dt .span-01 {
        padding-right: 30px
    }

    .mulu .list dl dt i {
        width: 16px;
        height: 16px;
        right: 20px
    }

    .mulu .list dl dt i:after,
    .mulu .list dl dt i:before {
        width: 2px
    }

    .mulu .list dl dt i:after {
        height: 2px;
        width: 100%
    }

    .mulu .list dl dd {
        height: 0;
        font-size: 14px;
        line-height: 30px
    }

    .mulu .list dl dd .nr {
        padding: 24px 20px
    }

    .mulu .list dl dd .nr ul li a {
        padding-left: 13px;
        padding-right: 20px
    }

    .mulu .list dl dd .nr ul li a:after {
        width: 4px;
        height: 4px
    }

    .mulu .list dl dd .nr ul li a span svg {
        width: 16px;
        height: 30px
    }

    .mulu .active {
        left: 0;
        z-index: 453
    }

    .current1 {
        top: auto;
        position: relative;
        left: auto
    }

    .current1 .right {
        padding: 10px 0 0 0
    }

    .product01 {
        padding: 40px 0;
        background: #fff
    }

    .product01 .nr {
        display: block;
        width:100%;
        padding-top: 0
    }

    .product01 .left {
        width: 100%;
        text-align: center
    }

    .product01 .left48 {
        width: 100%
    }

    .product01 .right {
        width: 100%;
		padding-left: 0;
    }

    .product01 .right .area {
        position: absolute;
        -webkit-transition: transform 2s linear;
        -webkit-transition: -webkit-transform 2s linear;
        transition: -webkit-transform 2s linear;
        -o-transition: transform 2s linear;
        transition: transform 2s linear;
        transition: transform 2s linear, -webkit-transform 2s linear
    }

    .product01 .right .area i {
        width: 24px;
        height: 24px;
        background: url(../images/dot1.png) no-repeat center center;
        background-size: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        -webkit-animation: 1s ease mymove1 infinite;
        animation: 1s ease mymove1 infinite
    }

    .product01 .right .area span {
        font-size: 13px;
        line-height: 40px;
        background: var(--main-color);
        padding: 0 30px;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        opacity: 0;
        transition: .5s
    }

    .product01 .right .m01 {
        top: 28%;
        left: 13%
    }

    .product01 .right .m02 {
        top: 28%;
        left: 41%
    }

    .product01 .right .m03 {
        top: 28%;
        left: 78%
    }

    .product01 .right .m04 {
        top: 66%;
        left: 17%
    }

    .product01 .right .m05 {
        top: 71%;
        left: 57%
    }

    .product01 .span {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .product01 .list {
        padding-bottom: 25px
    }

    .product01 .list ul {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 12px;
        grid-column-gap: 12px
    }

    .product01 .list ul li .pic {
        width: 42px;
        border: solid 1px var(--main-color)
    }

    .product01 .list ul li .h3 {
        font-size: 26px;
        line-height: 42px
    }

    .product01 .list ul li .bt {
        font-size: 14px;
        line-height: 24px;
        padding-top: 12px
    }

    .product01 .li4 ul {
        grid-template-columns: 1fr 1fr
    }

    .product02 {
        padding: 40px 0;
        background: #fff
    }

    .product02 .nr {
        padding-top: 0
    }

    .product02 .pic {
        width: 100%;
        margin-top: 15px
    }

    .product02 .inmain-title {
        margin-bottom: 15px
    }

    .product02 .list {
        padding-bottom: 0;
        padding-top: 15px
    }

    .product02 .list ul li {
        width: 50%;
        padding-top: 10px
    }

    .product02 .list ul li:after {
        height: 48px
    }

    .product02 .list ul li .pic {
        width: 45px
    }

    .product02 .list ul li .h3 {
        font-size: 20px;
        line-height: 35px
    }

    .product02 .list ul li .h3 span {
        font-size: 14px;
        line-height: 24px
    }

    .product02 .list ul li .bt {
        font-size: 14px;
        line-height: 32px;
        padding-top: 6px
    }

    .product02 .list ul li:nth-child(2n):after {
        display: none
    }

    .ph {
        background: #f9f9f9
    }

    .pbg {
        padding-top: 60px;
        background: #f9f9f9
    }

    .support .inmain-bottom {
        padding-top: 25px
    }

    .industry-r {
        display: none
    }

    .industry-banner {
        width: 100%
    }

    .industry-banner .pic {
        width: 70px;
        margin: 0 53px
    }

    .industry-banner li .nr {
        display: block
    }

    .industry-banner .left {
        width: 100%
    }

    .industry-banner .right {
        width: 100%;
        padding-bottom: 20px
    }

    .industry-banner .index-title {
        margin-bottom: 15px
    }

    .industry-banner .index-title .name {
        font-size: 20px;
        line-height: 32px
    }

    .industry-banner .p {
        font-size: 14px;
        line-height: 24px
    }

    .certif-btn {
        display: none
    }

    .certif-btn .swiper-button-prev,
    .certif-btn .swiper-button-next {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        border: solid 1px var(--hover-color);
        z-index: 5;
        top: auto;
        bottom: 0;
        margin: 0
    }

    .certif-btn .swiper-button-prev svg,
    .certif-btn .swiper-button-next svg {
        fill: var(--hover-color);
        width: 35px;
        height: 35px
    }

    .certif-btn .swiper-button-prev:after,
    .certif-btn .swiper-button-next:after {
        content: ''
    }

    .certif-btn .swiper-button-prev {
        left: 44px
    }

    .certif-btn .swiper-button-next {
        left: 126px
    }

    .product-show {
        padding: 0;
        padding-top: 60px
    }
    .product-show .container{
        max-width:750px;
    }
    .ps01 {
        padding: 60px 0 0 0;
		height:85vh;
    }

    .ps01 .span {
        font-size: 22px;
        line-height: 42px
    }

    .ps01 .span span {
        font-size: 32px;
        margin-right: 10px
    }

    .ps01 .span span i {
        top: -3px;
        right: -3px;
        z-index: -1
    }

    .ps01 .list {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .ps01 .list ul li {
        width: 50%
    }

    .ps01 .list ul li:after {
        height: 48px
    }

    .ps01 .list ul li .pic {
        width: 45px
    }

    .ps01 .list ul li .h3 {
        font-size: 20px;
        line-height: 35px
    }

    .ps01 .list ul li .h3 span {
        font-size: 14px;
        line-height: 24px
    }

    .ps01 .list ul li .bt {
        font-size: 14px;
        line-height: 32px;
        padding-top: 6px
    }

    .ps01 .list ul li:nth-last-child(1):after {
        display: none
    }
    .ps01 .img{
        width:100%;
    }
    .ps01 .img img {
        display: block
    }

    .current2 {
        bottom: auto;
        top: 0
    }

    .ps01h .span {
        font-size: 38px
    }

    .ps02 {
        padding: 40px 15px
    }

    .ps02 .swiper-product .item {
        padding-top: 0
    }

    .ps02 .swiper-product .item .box {
        width: 100%
    }

    .ps02 .swiper-product .pic {
        border: solid 1px #e1e1e1
    }

    .ps02 .swiper-product .text {
        padding-top: 21px
    }

    .ps02 .swiper-product .bt {
        font-size: 18px;
        margin-bottom: 7px
    }

    .ps02 .swiper-product .p {
        font-size: 14px;
        line-height: 24px
    }

    .ps02 .swiper-product .p p {
        padding-left: 15px
    }

    .ps02 .swiper-product .p p:after {
        width: 5px;
        height: 5px;
        top: 10px
    }

    .ps02 .swiper-product .swiper-slide-active {
        padding-top: 0
    }

    .ps02 .swiper-product .swiper-slide-active .box {
        width: 100%
    }

    .ps02 .swiper-product .swiper-slide-active .pic {
        border: solid 1px var(--main-color)
    }

    .ps02 .swiper-product .swiper-slide-active .bt {
        color: var(--main-color)
    }

    .ps03 .img img {
        width: 190px
    }

    .ps03 .bt {
        font-size: 24px;
        line-height: 42px
    }

    .ps03 .list {
        width: 100%;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 20px;
        margin-top: 25px
    }

    .ps03 .list .item .tu .hover {
        position: absolute;
        left: 46%;
        top: 7%
    }

    .ps03 .list .item .tu .hover img {
        height: 100px
    }

    .ps03 .list .item .bottom {
        box-shadow: 0 0 200px 0 rgba(0, 35, 67, 0.1), inset 0 0 100px 0 rgba(0, 91, 172, 0.08);
        border: solid 3px #fff;
        margin-top: -150px;
        padding: 146px 22px 0 22px
    }

    .ps03 .list .item .bottom .h3 {
        font-size: 20px;
        margin-bottom: 22px
    }

    .ps03 .list .item .bottom ul li {
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 12px;
        margin-bottom: 12px
    }

    .ps03 .list .item .bottom ul li .box {
        justify-content: space-between;
        display: flex;
        align-items: center
    }

    .ps03 .list .item .bottom ul li .pic {
        width: 73px;
        border: dashed 1px var(--main-color)
    }

    .ps03 .list .item .bottom ul li .text {
        width: 86%
    }

    .ps03 .list .item .bottom ul li .text .p {
        font-size: 14px;
        line-height: 24px
    }

    .ps03 .list .item .bottom ul li:nth-last-child(1) {
        border-bottom: 0
    }

    .ps03 .list .item1 .bottom ul li .text .p {
        font-size: 14px
    }

    .ps04 {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .ps04 .swiper-related {
        padding-top: 25px;
        width: 100%
    }

    .ps04 .swiper-related .item .pic {
        border: solid 1px #e1e1e1
    }

    .ps04 .swiper-related .item .bt {
        font-size: 16px;
        line-height: 32px;
        margin-top: 11px
    }

    .ps05 {
        padding: 40px 0 0 0
    }

    .ps05 .inmain-bottom {
        padding-top: 25px;
        width: 100%
    }

    .ps05 .nr {
        display: block;
        padding-left: 0
    }

    .ps05 .left {
        width: 100%
    }

    .ps05 .left .list {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ps05 .left .list ul li {
        display: inline-block;
        vertical-align: top;
        margin: 5px;
        position: relative;
        width: 94px;
        height: 94px;
        border-radius: 50%;
        box-shadow: 0 0 10px 0 rgba(0, 91, 172, 0.1);
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important
    }

    .ps05 .left .list ul li .box {
        font-size: 14px;
        line-height: 28px
    }

    .ps05 .right {
        width: 100%
    }

    .ps05 .right .show .info {
        display: none
    }

    .ps05 .right .show .info .box {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
    }

    .ps05 .right .show .info .box .pic {
        width: 30%
    }

    .ps05 .right .show .info .box .text {
        width: 67%;
        padding: 10px 20px 10px 0
    }

    .ps05 .right .show .info .box .text .bt {
        font-size: 18px;
        margin-bottom: 10px
    }

    .ps05 .right .show .info .box .text .bt span {
        font-size: 14px
    }

    .ps05 .right .show .info .box .text .p {
        font-size: 14px;
        line-height: 24px
    }

    .ps05 .right .show .info .box .text .p p {
        border-bottom: 1px solid #d9d9d9
    }

    .ps06 {
        padding: 40px 0 0 0
    }

    .ps06 .inmain-bottom {
        padding-top: 25px;
        width: 100%
    }

    .ps06 .ul {
        display: block;
        margin: 0 -5px
    }

    .ps06 .ul .li {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 10px
    }

    .ps06 .ul .table {
        height: 100%;
        overflow: auto
    }

    .ps06 .ul .table table {
        height: 100%;
        width: 1000px
    }

    .ps06 .ul .table td {
        font-size: 14px;
        line-height: 24px;
        border: 1px solid #fff;
        padding: 5px 15px
    }

    .ps06 .ul .table .firstRow td {
        font-size: 16px;
        line-height: 35px;
        padding: 0 15px
    }

    .float {
        display: none
    }

    .about {
        padding: 0
    }

    .about01 {
        padding-top: 40px;
		padding-bottom: 40px;
        /* padding-bottom: 200px */
    }

    .about01 .inmain-bottom {
        padding-top: 25px
    }

    .about01 .left {
        width: 100%
    }

    .about01 .left .youshi {
        border-bottom: 0;
        padding: 0;
        padding-bottom: 0
    }

    .about01 .left .youshi li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #cacfd3;
        padding-bottom: 15px;
        margin-bottom: 15px;
        float: left
    }

    .about01 .left .youshi li .h3 {
        margin-top: 0
    }

    .about01 .left .youshi li .box {
        padding: 0 26px 0 48px
    }

    .about01 .left .youshi li .num span {
        font-size: 32px
    }

    .about01 .right {
        width: 100%;
        padding-top: 15px
    }

    .about01 .right .bt {
        font-size: 24px;
        margin-bottom: 15px
    }

    .about01 .right .p {
        font-size: 14px;
        line-height: 24px
    }

    .about02 {
        padding: 40px 0 0 0
    }

    .about02 .about-bottom {
        padding-top: 25px
    }

    .about02 .about-bottom ul {
        display: flex;
        flex-wrap: wrap
    }

    .about02 .about-bottom ul li {
        width: 50%;
        padding: 0
    }

    .about02 .about-bottom ul li .box {
        height: 50vh
    }

    .about02 .about-bottom ul li .box .text {
        padding: 0 18px 0 18px
    }

    .about02 .about-bottom ul li .box .text .pic {
        width: 40px
    }

    .about02 .about-bottom ul li .box .text .bt {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px
    }

    .about02 .about-bottom ul li .box .text .p {
        font-size: 14px;
        line-height: 24px;
        height: auto
    }

    .about02 .about-bottom ul .active {
        width: 50%
    }

    .about02 .about-bottom ul .active .box .text .p {
        height: auto
    }

    .about03 {
        padding: 40px 0
    }
	.about03 .li{
		font-size: 14px;
	}
    .about03 .about-bottom {
        min-height: 0;
        margin-top: 25px
    }

    .about03 .about-bottom .li {
        top: 50%;
        right: 20px;
        font-size: 14px;
        line-height: 43px;
        width: 23px;
        display: none
    }

    .about03 .about-bottom .about-list1 {
        z-index: 23;
        opacity: 0
    }

    .about03 .about-right {
        width: 100%;
        height: auto;
        padding: 50px 30px
    }

    .about03 .mySwiper2 {
        height: auto;
        overflow: hidden
    }

    .about03 .mySwiper2 .swiper-slide .box {
        width: 100%;
        padding-left: 40px;
        margin-top: 0
    }

    .about03 .mySwiper2 .swiper-slide .box::after {
        content: '';
        display: block;
        width: 20px;
        height: 1px;
        background: rgba(255, 255, 255, 0.4);
        position: absolute;
        top: 15px;
        left: 0;
        z-index: 333
    }

    .about03 .mySwiper2 .swiper-slide .box .bt {
        font-size: 28px
    }

    .about03 .mySwiper2 .swiper-slide .box .p {
        font-size: 16px;
        line-height: 30px
    }

    .about03 .mySwiper2 .swiper-slide-active .box:after {
        width: 20px;
        left: 0
    }

    .about04 {
        padding: 40px 15px 100px 15px;
    }

    .about04 .about-bottom {
        width: 100%;
        padding-top: 25px
    }

    .about04 .bn {
        margin-top: 24px
    }

    .about04 .bn img {
        width: 20px
    }
    .swiper-shengchan .swiper-slide, .swiper-jiance .swiper-slide { 
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .swiper-shengchan .bt,
    .swiper-jiance .bt {
        font-size: 14px;
        line-height: 24px;
        margin-top: 13px
    }

    .about05 {
        padding: 40px 0;
        padding: 40px 15px
    }

    .about05 .about-bottom {
        width: 100%;
        padding-top: 25px
    }

    .about05 .bn {
        margin-top: 24px
    }

    .about05 .bn img {
        width: 20px
    }

    .about06 {
        padding: 40px 0
    }

    .about06 .abgg {
        padding-bottom: 0;
        background: none !important
    }

    .about06 .nr {
        margin-top: 25px;
        width: 100%;
        left: 0;
        margin-left: 0
    }

    .about06 .swiper-container {
        margin: 0 auto
    }

    .about06 .swiper-wrapper {
        align-items: flex-end;
        min-height: 344px
    }

    .about06 .swiper-slide {
        cursor: pointer
    }

    .about06 .swiper-slide .pic {
        width: 100%;
        height: 220px;
        display: flex;
        align-items: end;
        margin: 0 auto;
        position: relative
    }

    .about06 .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        transition: all .5s
    }

    .about06 .swiper-slide .title {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 13px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: none
    }

    .about06 .swiper-slide-active {
        text-align: center;
        margin-right: 1% !important
    }

    .about06 .swiper-slide-active .pic {
        width: 100%;
        height: 300px;
        left: 0;
        margin-left: 0
    }

    .about06 .swiper-slide-active .title {
        display: block
    }

    .about06 .swiper-slide-prev .pic {
        margin: 0;
        float: left
    }

    .about06 .swiper-slide-next .pic {
        margin: 0;
        float: right
    }

    .about06 .swiper-prev,
    .about06 .swiper-next {
        background: none;
        width: auto;
        height: auto;
        cursor: pointer;
        position: absolute;
        z-index: 999;
        top: 0;
        display: none
    }

    .about06 .icon {
        display: inline-block;
        width: 74px;
        height: 74px;
        background: url(../images/left1.png) no-repeat center center;
        background-size: 100%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0
    }

    .about06 .txt {
        font-size: 16px;
        line-height: 30px;
        padding-left: 86px;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .about06 .title-1 {
        color: #666
    }

    .about06 .title-2 {
        color: #333;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        font-size: 20px;
        font-weight: bold;
        max-width: 200px
    }

    .about06 .swiper-button-disabled {
        cursor: initial
    }

    .about06 .swiper-prev {
        left: 0
    }

    .about06 .swiper-next {
        text-align: right;
        right: 0;
        left: auto
    }

    .about06 .swiper-next .icon {
        background: url(../images/right1.png) no-repeat center center;
        background-size: 100%;
        top: 0;
        left: auto;
        right: 0
    }

    .about06 .swiper-next .txt {
        padding-left: 0;
        padding-right: 76px
    }

    .about07 {
        padding: 40px 15px
    }

    .about07 .about-bottom {
        padding-top: 25px
    }
}

@media (max-width:520px) {
    .about02 .about-bottom ul li {
        width: 100%
    }

    .about02 .about-bottom ul .active {
        width: 100%
    }

    .about01 {
        padding-bottom: 150px
    }

    .about02 .about-bottom ul li .box {
        height: 40vh
    }

    .about06 .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        transition: all .5s
    }
}
.ps04 .pro-text{
	margin-top: 30px;
    font-size: 14rem;
    color: #000;
}
.mulu .list dl dd .nr ul li .pro-san{
	display:none;
	padding-left: 15rem;
}

.about04 .about-bottom .box .bt {
	font-family: var(--D-DINExp-Bold);
	font-size: 28rem;
	line-height: 52rem;
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	left: 0;
	opacity: 0;
	bottom:0;
	width:100%;
	transition: .5s;
	z-index: 99;
	position:absolute;
	text-align: center;
}

.about04 .about-bottom .box .bt:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 75, 192, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about04 .about-bottom .flipto-next, .about04 .about-bottom .flipto-prev {
  width: 48rem;
  height: 48rem;
  border: solid 1px var(--main-color);
  margin-top: 0;
  border-radius: 50%;
  z-index: 66;
  top: auto;
  bottom: -80rem;
  position: absolute;
  text-align: center;
}

.about04 .about-bottom .flipto-prev {
  left: 50%;
  margin-left: -60rem;
  background: var(--main-color) url(../images/prev.png) no-repeat center center;
  background-size: auto;
  background-size: 30rem;
}

.about04 .about-bottom .flipto-next {
  right: 50%;
  margin-right: -60rem;
  background: var(--main-color) url(../images/next.png) no-repeat center center;
  background-size: auto;
  background-size: 30rem;
  left: auto;
}

.about04 .about-bottom .flip-current .box .bt {
  opacity: 1;
}

@media (max-width:1024px){
	.ps04 .pro-text{
		font-size: 20px;
	}
	.ps02 .swiper-product .swiper-button-next,.ps02 .swiper-product .swiper-button-prev{
		display:none;
	}
	.ps02 .swiper-product{
		overflow:hidden;
	}
}
