@charset "utf-8";

:root {
    --shen-color: #333;
    --qian-color: #666;
    --main-color: #55bf65;
    --hover-color: #112352;
    --Poppins-Regular: Poppins-Regular;
    --Poppins-Bold: Poppins-Bold;
    --Poppins-Light: Poppins-Light;
    --D-DINExp: D-DINExp;
    --Oswald-Bold: Oswald-Bold
}

*,
*: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
}

@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: .617188px !important
    }
}

body {
    font-family: var(--Poppins-Regular), "Microsoft Yahei", "微软雅黑", "思源黑体 CN-Medium", "思源黑体 CN", "Microsoft YaHei New", "PingFang SC", "Hiragino Sans GB", "Arial", "Helvetica", sans-serif;
    font-size: 16rem;
    color: var(--qian-color);
    line-height: 1.1;
    width: 100%;
    background: #fff;
    font-weight: normal;
    margin: 0 auto !important;
    word-break: break-word;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
    color: var(--qian-color)
}

a:hover,
a:active,
a:focus {
    color: var(--qian-color);
    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
}

input,
textarea,
select {
    font-size: 16rem;
    outline: 0;
    overflow: hidden;
    font-family: var(--Poppins-Regular), "Microsoft Yahei", "微软雅黑", "思源黑体 CN-Medium", "思源黑体 CN", "Microsoft YaHei New", "PingFang SC", "Hiragino Sans GB", "Arial", "Helvetica", sans-serif
}

select::-ms-expand {
    display: none
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fafafa url(../images/arrow.png) no-repeat scroll 95% center;
    background: #fafafa\9\0
}

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: var(--qian-color);
    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 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    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
}

.ellipsis7 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7
}

.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 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 scale {
    0% {
        opacity: 0;
        transform: scale(1.1)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.scale {
    animation-name: scale
}

@keyframes ants {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@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');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins-Light;
    src: url('../font/Poppins-Light.ttf');
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../font/Poppins-Bold.woff2') format('woff2'), url('../font/Poppins-Bold.woff') format('woff'), url('../font/Poppins-Bold.ttf') format('truetype'), url('../font/Poppins-Bold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@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');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../font/Poppins-Regular.woff2') format('woff2'), url('../font/Poppins-Regular.woff') format('woff'), url('../font/Poppins-Regular.ttf') format('truetype'), url('../font/Poppins-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.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: var(--qian-color)
}

.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
}

.scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 999
}

.scroll-indicator:after {
    width: 1rem;
    height: 110rem;
    background-color: #fff;
    content: '';
    display: block;
    margin: 0 auto
}

@media (max-width:1025px) {
    .scroll-indicator {
        display: none
    }
}

.mouse {
    width: 25rem;
    height: 35rem;
    border: 1rem solid #fff;
    border-radius: 30rem;
    position: relative
}

.mouse::before {
    content: '';
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 10rem;
    background: #fff;
    border-radius: 4rem;
    animation: scrollWheel 1.5s ease-in-out infinite
}

@keyframes scrollWheel {
    0% {
        top: 5rem;
        opacity: 1
    }

    50% {
        top: 15rem;
        opacity: .8
    }

    100% {
        top: 5rem;
        opacity: 1
    }
}

.sitemap {
    background: #fff;
    padding: 100rem 0
}

.sitemap .home-title {
    margin-bottom: 35rem
}

.sitemap .sitemap-bottom {
    font-size: 18rem;
    line-height: 30rem;
    color: #333
}

.sitemap .sitemap-bottom li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 20rem;
    margin-bottom: 20rem
}

.sitemap .sitemap-bottom li .top1 {
    font-size: 22rem;
    color: var(--main-color);
    font-family: var(--Montserrat-Bold)
}

.sitemap .sitemap-bottom li .top1 .txt-2 {
    display: none
}

.sitemap .sitemap-bottom li .top1:hover {
    color: var(--main-color);
    text-decoration: underline
}

.sitemap .sitemap-bottom li .subnav {
    margin-top: 15rem
}

.sitemap .sitemap-bottom li .subnav a {
    font-size: 16rem;
    color: var(--qian-color);
    margin-right: 20rem;
    padding: 5rem 0;
    display: block;
    float: left
}

.sitemap .sitemap-bottom li .subnav a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.sitemap .p {
    color: var(--shen-color)
}

.sitemap .p p {
    margin-bottom: 15rem
}

.transparent {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
    top: 0;
    left: 0;
    z-index: 888;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.transparent.active {
    display: block
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1760rem
}

.height {
    height: 1px;
    position: absolute;
    top: -90rem;
    left: 0;
    width: 100%
}

.height1 {
    height: 90rem
}

.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 555
}

.header {
    height: 90rem;
    width: 100%;
    transition: .5s;
    position: relative;
    z-index: 2
}

.header .logo {
    float: left;
    transition: .5s;
    padding-top: 23rem
}

.header .logo a {
    display: block;
    position: relative;
    transition: .5s
}

.header .logo a img {
    display: inline-block;
    vertical-align: top;
    width: 267rem;
    z-index: 5;
    position: relative;
    transition: .5s
}

.header .logo a .lg2 {
    display: none
}

.header .header-right {
    float: right;
    margin-right: 0
}

.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 .home-more1 {
    float: right;
    padding-top: 22rem;
    margin-left: 23rem
}

.header .header-right .lan {
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 111;
    margin-left: 15rem;
    transition: .7s
}

.header .header-right .lan h3,
.header .header-right .lan .lan-title {
    color: #fff
}

.header .header-right .lan h3 img,
.header .header-right .lan .lan-title img {
    width: 28rem;
    height: 28rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10rem;
    border-radius: 50%;
    object-fit: cover
}

.header .header-right .lan span {
    display: block;
    height: 90rem;
    transition: .7s;
    font-size: 18rem;
    line-height: 90rem;
    padding-right: 16rem;
    color: #222;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/arrow.png) no-repeat right center;
    background-size: 10rem
}

.header .header-right .lan ul {
    position: absolute;
    top: 100%;
    width: 120rem;
    background: #fff;
    color: #353535;
    display: none;
    z-index: -1;
    border-radius: 5rem;
    padding: 10rem 0;
    left: 50%;
    margin-left: -60rem;
    text-align: center;
    box-shadow: 0 0 10rem rgba(0, 0, 0, 0.2)
}

.header .header-right .lan ul::after {
    content: "";
    border: 8rem solid transparent;
    border-bottom-color: #fff;
    width: 0;
    height: 0;
    margin: 0 auto;
    position: absolute;
    top: -16rem;
    left: 0;
    right: 0
}

.header .header-right .lan ul li a {
    display: block;
    color: #666;
    text-align: center;
    font-size: 16rem;
    line-height: 40rem
}

.header .header-right .lan ul li a img {
    width: 24rem;
    margin-right: 5rem;
    margin-top: -3rem;
    display: inline-block;
    vertical-align: middle
}

@media (min-width:1025px) {
    .header .header-right .lan ul li a:hover {
        background: #eee
    }
}

.header .header-right .header-search {
    float: right;
    position: relative;
    transition: .7s
}

.header .header-right .header-search .pull-right {
    position: relative;
    z-index: 778
}

.header .header-right .header-search .pull-right a {
    display: block;
    overflow: hidden;
    width: 40rem;
    height: 90rem;
    transition: .7s;
    background: url(../images/search.png) no-repeat center center;
    background-size: 25rem !important
}

.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: url(../images/search.png) no-repeat center center;
    background-size: 25rem !important
}

.nav {
    transition: .2s;
    float: right;
    margin-right: 27rem
}

.nav ul {
    z-index: 1
}

.nav ul li {
    float: left;
    margin-left: 79rem;
    position: relative
}

.nav ul li a {
    color: #282a29;
    font-size: 20rem;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top
}

.nav ul li a>span {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.nav ul li a .txt-1 {
    display: block;
    line-height: 90rem
}

.nav ul li a .txt-2 {
    display: none;
    transform: translateY(100%)
}

.nav ul li .subnav {
    width: 260rem;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -130rem;
    display: none;
    z-index: 333;
    text-align: center;
    padding: 24rem 0;
    background: #fff;
    border-radius: 0 0 10rem 10rem;
    box-shadow: 0 12rem 30rem rgba(0, 0, 0, 0.08)
}

.nav ul li .subnav .container {
    display: flex;
    justify-content: center
}

.nav ul li .subnav ul {
    margin: 0;
    padding: 0
}

.nav ul li .subnav ul li {
    margin: 0;
    width: auto;
    padding: 0 20rem;
    float: none
}

.nav ul li .subnav ul li a {
    font-size: 16rem;
    line-height: 24rem;
    color: #3f4652 !important;
    height: auto;
    margin: 0;
    padding: 10rem 18rem;
    text-decoration: none;
    text-align: center;
    font-weight: normal !important;
    display: block;
    border-radius: 6rem;
    transition: .3s;
    font-family: var(--Poppins-Light)
}

.nav ul li .subnav ul li a:after {
    display: none
}

.nav ul li .subnav ul li a:before {
    display: none
}

@media (min-width:1025px) {
    .nav ul li .subnav ul li:hover>a {
        color: #fff !important;
        background: var(--main-color)
    }

    .nav ul li .subnav ul li:hover>a span {
        color: #fff !important
    }
}

.nav ul li:hover>a>span {
    color: var(--main-color)
}

.nav ul li:hover>a:after {
    border-color: var(--main-color)
}

.nav ul li:nth-child(1) {
    margin-left: 0
}

.nav ul .active>a>span {
    color: var(--main-color)
}

.nav ul .active>a:after {
    border-color: var(--main-color)
}

.headerfix .header,
.fix:hover .header,
.fix2 .header {
    background: #fff;
    box-shadow: 0 3rem 27rem 0 rgba(138, 153, 139, 0.35)
}

#menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 82%;
    max-width: 430px;
    background: #fff;
    z-index: 9999;
    height: 100%;
    transition: .5s;
    overflow: auto;
    padding: 78px 22px 40px;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.12)
}

#menu .lan {
    text-align: center;
    padding: 15px 0
}

#menu .lan a {
    color: #666;
    font-size: 16px;
    margin: 0 5px 10px 5px
}

#menu .btn {
    text-align: center;
    margin-bottom: 18px
}

#menu .login,
#menu .collection {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px
}

#menu .login a,
#menu .collection a {
    width: 28px;
    height: 28px;
    background: #f3f3f3;
    display: block;
    border-radius: 50%
}

#menu .success {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 28px;
    padding: 0 35px;
    color: #333
}

#menu .success a {
    color: var(--main-color)
}

#menu .hide {
    display: none
}

#menu .search-in {
    z-index: 777;
    width: 100%;
    position: relative;
    margin-bottom: 24px
}

#menu .search-in .form-control {
    text-align: left;
    border: 0;
    width: 100%;
    font-size: 14px;
    color: #999;
    height: 44px;
    vertical-align: top;
    padding: 0 40px 0 20px;
    border-radius: 22px;
    border: solid 1px #dbe3ee;
    background: none
}

#menu .search-in .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    background: url(../images/search.png) no-repeat center center;
    background-size: 15px !important
}

#menu ul .subnav {
    display: none;
    text-transform: inherit;
    background: #f6f9fd;
    border-radius: 8px;
    margin: 0 0 12px;
    padding: 10px 14px
}

#menu ul .subnav a {
    text-transform: inherit
}

#menu ul .subnav .container {
    width: auto;
    max-width: none;
    margin: 0
}

#menu ul ul {
    padding: 0;
    margin: 0
}

#menu ul ul li {
    width: 100%;
    float: none;
    padding: 7px 0;
    border: 0;
    margin: 0
}

#menu ul ul li i {
    right: 0
}

#menu ul ul li a {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #5f6870
}

#menu ul ul li ul {
    display: none
}

#menu ul {
    overflow: hidden;
    padding: 0
}

#menu ul li {
    position: relative;
    border-bottom: 1px solid #eef1f5
}

#menu ul li i {
    display: block;
    width: 44px;
    height: 52px;
    line-height: 52px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    text-align: center;
    background: url(../images/jt.png) no-repeat center center;
    background-size: 12px;
    transition: .3s
}

#menu ul li a {
    font-size: 17px;
    color: #202121;
    display: block;
    line-height: 32px;
    padding: 10px 0;
    padding-right: 48px;
    position: relative;
    z-index: 2
}

#menu ul li a .txt-2 {
    display: none
}

#menu ul li.active>i {
    transform: rotate(90deg)
}

#menu ul li.active>a {
    color: var(--main-color)
}

#menu>ul>li>a {
    font-size: 18px;
    line-height: 32px;
    padding: 10px 0;
    padding-right: 54px
}

#menu .subnav {
    padding: 10px 14px
}

#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
}

.hide {
    display: none
}

.pc {
    display: block
}

.phone {
    display: none
}

.home-more a,
.home-more p {
    display: inline-block;
    vertical-align: top;
    line-height: 40rem;
    border: 1px solid #fff;
    border-radius: 23rem;
    font-size: 16rem;
    font-weight: normal;
    color: #fff;
    padding: 3rem 3rem 3rem 27rem;
    transition: .5s
}

.home-more a i,
.home-more p i {
    display: inline-block;
    vertical-align: top;
    width: 40rem;
    height: 40rem;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 11rem;
    text-align: center
}

.home-more a i svg,
.home-more p i svg {
    height: 40rem;
    width: 24rem;
    fill: var(--main-color);
    display: block;
    margin: 0 auto;
    transition: .5s
}

@media (min-width:1025px) {
    .home-more a:hover i svg {
        transform: rotate(45deg)
    }
}

.home-more1 a,
.home-more1 p {
    display: inline-block;
    vertical-align: top;
    line-height: 40rem;
    background-color: var(--main-color);
    border-radius: 23rem;
    font-size: 16rem;
    font-weight: normal;
    color: #fff;
    padding: 3rem 3rem 3rem 27rem;
    transition: .5s
}

.home-more1 a i,
.home-more1 p i {
    display: inline-block;
    vertical-align: top;
    width: 40rem;
    height: 40rem;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 11rem;
    text-align: center
}

.home-more1 a i svg,
.home-more1 p i svg {
    height: 40rem;
    width: 24rem;
    fill: var(--main-color);
    display: block;
    margin: 0 auto;
    transition: .5s
}

@media (min-width:1025px) {
    .home-more1 a:hover i svg {
        transform: rotate(45deg)
    }
}

.home-more2 {
    transition: .4s
}

.home-more2 a,
.home-more2 p {
    display: inline-block;
    vertical-align: top;
    align-items: center;
    padding: 0 25rem;
    border: 1rem solid #fff;
    color: #fff;
    font-size: 16rem;
    line-height: 47rem
}

.home-more2 a i,
.home-more2 p i {
    display: inline-block;
    vertical-align: top;
    height: 47rem;
    text-align: center
}

.home-more2 a i svg,
.home-more2 p i svg {
    height: 47rem;
    width: 24rem;
    fill: #fff;
    display: block;
    margin: 0 auto;
    transition: .5s
}

@media (min-width:1025px) {
    .home-more2 a:hover i svg {
        transform: rotate(45deg)
    }
}

.home-more3 a,
.home-more3 p {
    border-radius: 30rem
}

.home-title h2 {
    font-size: 52rem;
    font-weight: normal;
    line-height: 61rem;
    color: #222
}

.center {
    text-align: center
}

.white {
    color: #fff !important
}

.black {
    color: #000
}

.banner {
    position: relative;
    overflow: hidden
}

@-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)
    }
}

.ani_in {
    --go: 0;
    will-change: opacity, clip-path;
    animation-name: imgS;
    will-change: transform, opacity;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: paused;
    animation-delay: calc(var(--go) * -1s);
    animation-timing-function: cubic-bezier(.22, .61, .36, 1)
}

@keyframes imgS {
    0% {
        opacity: 0;
        transform: scale(1.3)
    }

    12% {
        opacity: .5;
        transform: scale(1.3)
    }

    20% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.swiper-renewal-main {
    position: relative;
    overflow: hidden
}

.swiper-renewal-main .swiper-slide {
    overflow: hidden;
    position: relative
}

.swiper-renewal-main .swiper-slide img,
.swiper-renewal-main .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-renewal-main .swiper-slide img {
    transform: scale(1.2);
    transition: 2.5s
}

.swiper-renewal-main .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh
}

.swiper-renewal-main .img1 {
    display: none
}

.swiper-renewal-main .banner-hover {
    left: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 44;
    top: 50%;
    transform: translateY(-50%)
}

.swiper-renewal-main .banner-hover .bt {
    font-family: var(--Poppins-Bold);
    font-size: 52rem;
    font-weight: normal;
    line-height: 56rem;
    color: #fff;
    text-shadow: 1rem 3rem 8rem rgba(1, 27, 58, 0.36)
}

.swiper-renewal-main .banner-hover .home-more1 {
    margin-top: 67rem
}

.swiper-renewal-main .swiper-pagination {
    left: 0;
    padding: 0 80rem;
    bottom: 48rem;
    text-align: left
}

.swiper-renewal-main .swiper-pagination-bullet {
    width: 80rem;
    height: 30rem;
    border-radius: 0;
    background: none;
    color: #fff;
    opacity: 1;
    position: relative;
    font-size: 20rem;
    line-height: 30rem;
    margin: 0 45rem 0 0 !important
}

.swiper-renewal-main .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    background: rgba(255, 255, 255, 0.8)
}

.swiper-renewal-main .swiper-pagination-bullet-active {
    color: var(--main-color);
    font-family: var(--Poppins-Bold)
}

.swiper-renewal-main .swiper-pagination-bullet-active:after {
    background: var(--main-color)
}

.swiper-renewal-main .swiper-slide-active .img img {
    transform: scale(1)
}

.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .p {
    -webkit-animation: fadeInUp2 3s alternate;
    animation: fadeInUp2 3s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .home-more1 {
    -webkit-animation: fadeInUp2 4s alternate;
    animation: fadeInUp2 4s alternate
}

.swiper-renewal-main .swiper-button-next,
.swiper-renewal-main .swiper-button-prev {
    width: 60rem;
    height: 80rem;
    left: 0;
    display: none
}

.swiper-renewal-main .swiper-button-next:after,
.swiper-renewal-main .swiper-button-prev:after {
    color: #666;
    font-size: 24rem
}

.swiper-renewal-main .swiper-button-next {
    right: 0;
    left: auto
}

.home-video {
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100%;
    will-change: transform
}

.home-video .text {
    position: relative;
    height: 100%;
    will-change: opacity
}

.home-video .text video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    display: block
}

.home-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 444;
    overflow: hidden;
    will-change: opacity;
    filter: none
}

.home-video .overlay .img_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateZ(0) scale(1);
    will-change: transform;
    filter: none
}

.home-video .overlay .box {
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    text-align: center;
    z-index: 4;
    will-change: opacity, transform
}

.home-video .overlay .box .tit {
    font-size: 22rem;
    font-weight: normal;
    margin-top: 25rem;
    line-height: 27rem;
    color: #222
}

.home-video .play_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 77;
    opacity: 0;
    will-change: opacity
}

.home-video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72rem;
    height: 72rem;
    transform: translate(-50%, -50%) translateZ(0);
    border: 0;
    border-radius: 50%;
    background: rgba(73, 201, 109, 0.92) url(../images/video1.png) no-repeat center center;
    background-size: 17rem;
    z-index: 4;
    cursor: pointer;
    will-change: transform
}

.home-video-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 138rem;
    height: 138rem;
    border-radius: 50%;
    background: rgba(73, 201, 109, 0.22);
    transform: translate(-50%, -50%);
    animation: appPulse 2.2s infinite
}

@media (max-width:1200px) {
    .home-video {
        will-change: unset;
        height: auto
    }

    .home-video .overlay,
    .home-video .overlay .img_logo,
    .home-video .text {
        will-change: unset;
        background-size: 100%
    }

    .home-video .overlay .box .tit {
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
        line-height: 25px;
        color: #222;
        padding: 0 20px
    }

    .home-video .overlay .box .tit br {
        display: none
    }
}

@keyframes scale {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .9
    }

    100% {
        transform: translate(-50%, -50%) scale(7);
        opacity: 0
    }
}

@keyframes scale2 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .9
    }

    100% {
        transform: translate(-50%, -50%) scale(10);
        opacity: 0
    }
}

@keyframes appPulse {
    0% {
        width: 138rem;
        height: 138rem;
        opacity: .65
    }

    100% {
        width: 168rem;
        height: 168rem;
        opacity: 0
    }
}

.home-video-pop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.72)
}

.home-video-pop .video-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 980rem;
    max-width: 86%;
    transform: translate(-50%, -50%);
    background: #000
}

.home-video-pop video {
    display: block;
    width: 100%;
    aspect-ratio: 1.77777778
}

.home-video-pop .video-close {
    position: absolute;
    right: 0;
    top: -52rem;
    width: 40rem;
    height: 40rem;
    border: 1rem solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #fff;
    background: transparent;
    font-size: 32rem;
    line-height: 38rem
}

.home-offer-section {
    padding-top: 88rem
}

.home-offer-section .home-title {
    margin-bottom: 45rem
}

.home-offer-list {
    display: flex;
    height: 650rem
}

.home-offer-list li {
    flex: 1;
    transition: .55s;
    overflow: hidden
}

.home-offer-list li.active {
    flex: 1.82
}

.home-offer-list a,
.home-offer-list .box,
.home-offer-list .pic {
    display: block;
    height: 100%
}

.home-offer-list .pic:after {
    display: none
}

.home-offer-list .box {
    position: relative
}

.home-offer-list .box:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
    z-index: 2;
    transition: .4s
}

.home-offer-list .text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 20rem;
    transform: translateY(-50%);
    z-index: 3;
    text-align: center;
    color: #fff
}

.home-offer-list .bt {
    font-size: 40rem;
    line-height: 47rem;
    margin-bottom: 50rem;
    font-weight: normal;
    color: #fff
}

.home-offer-list .active .bt {
    text-shadow: 1rem 2rem 2rem rgba(17, 18, 17, 0.46)
}

.home-offer-list .active .home-more2 {
    opacity: 0
}

.home-solutions-section {
    padding-top: 100rem
}

.home-solutions-section .home-title {
    margin-bottom: 53rem
}

.home-solution-stage {
    position: relative;
    height: 778rem;
    overflow: hidden;
    background: #fff
}

.home-solution-stage .home-solution-bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: .5s
}

.home-solution-stage .home-solution-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-solution-stage .home-solution-bg.active {
    opacity: 1
}

.home-solution-tabs {
    position: absolute;
    left: 50%;
    bottom: 83rem;
    width: 1340rem;
    max-width: 70%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 10rem;
    background: rgba(23, 132, 67, 0.32);
    backdrop-filter: blur(10rem);
    overflow: hidden;
    z-index: 3
}

.home-solution-tabs li {
    cursor: pointer;
    color: #fff;
    position: relative;
    transition: .4s
}

.home-solution-tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 94rem
}

.home-solution-tabs li+li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 29rem;
    width: 1rem;
    height: 30rem;
    background: rgba(255, 255, 255, 0.68)
}

.home-solution-tabs span {
    margin-right: 22rem
}

.home-solution-tabs span img {
    width: 70rem
}

.home-solution-tabs .bt {
    font-size: 24rem;
    line-height: 34rem;
    color: #fff;
    font-weight: normal
}

.home-solution-tabs .active {
    background: rgba(73, 201, 109, 0.55)
}

.home-stories-section {
    padding: 105rem 0 79rem
}

.home-stories-section .home-story-head {
    margin-bottom: 74rem
}

.home-stories-section .home-title {
    float: left
}

.home-story-tabs {
    float: right;
    padding-top: 10rem
}

.home-story-tabs li {
    margin-left: 20rem;
    display: inline-block;
    vertical-align: top
}

.home-story-tabs li a {
    display: block;
    min-width: 130rem;
    height: 47rem;
    padding: 0 28rem;
    border: 1rem solid var(--main-color);
    border-radius: 26rem;
    text-align: center;
    line-height: 45rem;
    color: var(--main-color);
    cursor: pointer;
    font-size: 16rem;
    transition: .4s
}

@media (min-width:1025px) {
    .home-story-tabs li:hover a {
        background: var(--main-color);
        color: #fff
    }
}

.home-story-tabs .active a {
    background: var(--main-color);
    color: #fff
}

.home-story-panel {
    display: none;
    position: relative
}

.home-story-panel.active {
    display: block
}

.swiper-home-stories,
.swiper-home-cases {
    overflow: hidden;
    padding-bottom: 45rem
}

.swiper-home-stories .pic:after,
.swiper-home-cases .pic:after {
    padding-bottom: calc(62.54416961%)
}

.swiper-home-stories .bt,
.swiper-home-cases .bt {
    margin-top: 40rem;
    font-size: 22rem;
    line-height: 34rem;
    font-weight: normal;
    color: #222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.swiper-home-stories .span,
.swiper-home-cases .span {
    display: flex;
    justify-content: space-between;
    margin-top: 93rem;
    padding-top: 28rem;
    border-top: 1rem solid #d7d7d7;
    font-size: 22rem;
    line-height: 30rem;
    color: #222
}

.swiper-home-stories .span img,
.swiper-home-cases .span img {
    width: 15rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8rem
}

.swiper-home-stories .span em,
.swiper-home-cases .span em {
    font-style: normal;
    font-size: 20rem
}

.home-main {
    overflow: hidden
}

.home-network-section {
    padding: 82rem 0 131rem;
    background-color: #e3fae7
}

.home-network-section .home-title {
    margin-bottom: 79rem
}

.home-network-section .left {
    float: left;
    width: 22%
}

.home-network-section .right {
    float: right;
    width: 75%
}

.home-network-section .right img {
    width: 100%
}

.home-network-section .right .img {
    width: 1471rem;
    height: 598rem;
    position: relative;
    left: 50%;
    margin-left: -772rem
}

.home-network-section .right .img .hide {
    display: none
}

.home-network-section .right .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.home-network-section .right .img .globalMap {
    width: 100%;
    height: 598rem;
    position: relative;
    z-index: 66
}

.home-network-section .right .img .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
}

.home-network-section .right .img .area i {
    width: 28rem;
    height: 28rem;
    background: url(../images/net3.png) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: 2s ease mymove1 infinite;
    animation: 2s ease mymove1 infinite
}

.home-network-section .right .img .area span {
    font-size: 16rem;
    line-height: 28rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5rem;
    color: var(--main-color);
    transition: .5s
}

@media (min-width:1025px) {
    .home-network-section .right .img .area:hover span {
        opacity: 1
    }
}

.home-network-section .right .img .area00 i {
    background: url(../images/net1.png) no-repeat center center;
    background-size: 100%
}

.home-network-section .right .img .area01 i {
    background: url(../images/net2.png) no-repeat center center;
    background-size: 100%
}

.home-network-section .right .img .m01 {
    top: 18.8%;
    left: 3.6%
}

.home-network-section .right .img .m02 {
    top: 22.9%;
    left: 5.2%
}

.home-network-section .right .img .m03 {
    top: 19.4%;
    left: 11.5%
}

.home-network-section .right .img .m04 {
    top: 23%;
    left: 15.8%
}

.home-network-section .right .img .m05 {
    top: 27.8%;
    left: 18.1%
}

.home-network-section .right .img .m06 {
    top: 14%;
    left: 21.4%
}

.home-network-section .right .img .m07 {
    top: 39%;
    left: 30%
}

.home-network-section .right .img .m08 {
    top: 43.3%;
    left: 30.4%
}

.home-network-section .right .img .m09 {
    top: 44.6%;
    left: 37.4%
}

.home-network-section .right .img .m010 {
    top: 54.9%;
    left: 39%
}

.home-network-section .right .img .m011 {
    top: 72.1%;
    left: 39.5%
}

.home-network-section .right .img .m012 {
    top: 29.5%;
    left: 42.7%
}

.home-network-section .right .img .m013 {
    top: 83%;
    left: 55%
}

.home-network-section .right .img .m014 {
    top: 13.2%;
    right: 21.1%
}

.home-network-section .right .img .m015 {
    top: 28%;
    right: 13.7%
}

.home-network-section .right .img .m016 {
    top: 62.2%;
    right: 5.8%
}

.home-network-section .right .img .m017 {
    top: 21.3%;
    left: 9.5%
}

.home-network-section .right .img .m018 {
    top: 20.7%;
    left: 12.5%
}

.home-network-section .right .img .m019 {
    top: 31.7%;
    left: 12.5%
}

.home-network-section .right .img .m020 {
    top: 39.5%;
    left: 35.6%
}

.home-network-section .right .img .m021 {
    top: 25.4%;
    left: 42.5%
}

.home-network-section .right .img .m022 {
    top: 51%;
    left: 39.5%
}

.home-network-section .right .img .m023 {
    top: 27.5%;
    right: 24%
}

.home-network-section .right .img .m024 {
    top: 54.7%;
    left: 38%
}

.home-network-section .right .img .m025 {
    top: 33.3%;
    left: 40.4%
}

.home-network-section .right .img .m026 {
    top: 35.5%;
    left: 10.1%
}

.home-network-section .right .img .m027 {
    top: 68.1%;
    left: 17%
}

.home-network-section .right .img .m028 {
    top: 44%;
    left: 16.8%
}

.home-network-section .right svg {
    position: relative;
    z-index: 1
}

.home-network-section .right .map-lines {
    position: absolute;
    top: 6%;
    left: 10.7%;
    z-index: 10;
    fill: none;
    width: 1171.091rem;
    height: 476.31rem
}

.home-network-section .right svg:not(:root) {
    overflow: hidden
}

.home-network-section .right .cls-1 {
    fill: none;
    stroke: var(--main-color);
    stroke-width: 1;
    fill-rule: evenodd;
    stroke-linecap: round;
    stroke-dasharray: var(--l);
    stroke-dashoffset: var(--l);
    animation: animation-line 7s ease-in;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

@keyframes stroke {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes animation-line {
    0% {
        stroke-dashoffset: var(--l)
    }

    14.28571% {
        stroke-dashoffset: 0
    }

    61.42857% {
        stroke-dashoffset: 0
    }

    85.71429% {
        stroke-dashoffset: calc(-1*var(--l))
    }

    to {
        stroke-dashoffset: calc(-1*var(--l))
    }
}

.home-network-data li {
    position: relative;
    padding: 0 0 28rem 88rem;
    margin-bottom: 47rem;
    border-bottom: 1rem solid rgba(0, 0, 0, 0.08)
}

.home-network-data span {
    position: absolute;
    left: 9rem;
    top: 25rem;
    width: 60rem;
    height: 60rem;
    text-align: center;
    line-height: 60rem;
    font-size: 48rem;
    color: var(--main-color)
}

.home-network-data strong {
    display: block;
    font-size: 58rem;
    line-height: 62rem;
    color: #111;
    font-weight: normal;
    font-family: var(--D-DINExp)
}

.home-network-data em {
    font-style: normal
}

.home-network-data sup {
    font-size: 34rem;
    vertical-align: super
}

.home-network-data p {
    font-size: 20rem;
    line-height: 28rem;
    color: #222
}

.home-contact-section {
    padding: 160rem 0 123rem;
    background: url(../images/home-contact-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff
}

.home-contact-section .left {
    float: left;
    width: 42%
}

.home-contact-section .right {
    float: right;
    width: 52.5%
}

.home-contact-section .home-title {
    margin-bottom: 24rem
}

.home-contact-section .home-title h2 {
    color: #fff;
    font-size: 60rem;
    line-height: 65rem
}

.home-contact-section .home-span {
    font-size: 26rem;
    font-weight: normal;
    line-height: 33rem;
    font-family: var(--Poppins-Bold);
    color: #fff
}

.home-contact-section .home-p {
    margin-top: 20rem;
    font-size: 18rem;
    line-height: 30rem;
    color: #fff
}

.home-contact-section .home-more2 {
    margin-top: 27rem
}

.home-social {
    margin-top: 72rem
}

.home-social strong {
    display: block;
    margin-bottom: 22rem;
    font-size: 20rem;
    line-height: 28rem;
    color: #fff
}

.home-social ul {
    display: flex;
    gap: 24rem
}

.home-social a {
    display: block;
    width: 72rem;
    height: 72rem;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 72rem
}

.home-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18rem;
    margin-bottom: 16rem
}

.home-form input,
.home-form select,
.home-form textarea {
    width: 100%;
    height: 47rem;
    border: 0;
    border-radius: 6rem;
    background: #fff;
    padding: 0 22rem;
    font-size: 16rem;
    color: #51555c
}

.home-form textarea {
    display: block;
    height: 168rem;
    padding-top: 17rem;
    resize: none;
    margin-bottom: 26rem
}

.home-form .phone-row {
    display: grid;
    grid-template-columns: 110rem 1fr;
    gap: 0;
    overflow: hidden;
    border-radius: 4rem;
    background: #fff
}

.home-form .phone-row select,
.home-form .phone-row input {
    border-radius: 0
}

.home-form .form-foot {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home-form button {
    min-width: 175rem;
    cursor: pointer
}

.verifyDiv {
    width: 460rem
}

.verify-wrap {
    width: 100% !important;
    height: 52rem;
    background-color: #e5e5e5;
    position: relative
}

.verify-wrap .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 52rem;
    height: 52rem;
    background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 18rem;
    z-index: 2;
    cursor: move;
    border: 1px solid #e1e1e1
}

.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
}

.verify-wrap .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 52rem;
    width: 0;
    background-color: var(--main-color);
    color: #fff;
    font-size: 16rem;
    text-align: center;
    line-height: 50rem
}

.verify-wrap .fix-tips,
.verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #51555c;
    z-index: 1;
    line-height: 52rem;
    font-size: 14rem;
    text-align: center;
    padding-left: 50rem
}

.verify-wrap .verify-msg {
    background-color: var(--main-color);
    color: #fff;
    display: none;
    padding-left: 0;
    padding-right: 47rem
}

.home-footer-new {
    color: #1f2024;
    background: #f6f6f6
}

.home-footer-new a {
    color: #1f2024;
    transition: .4s
}

.home-footer-new .footer-top {
    padding: 72rem 0 71rem
}

.home-footer-new .footer-left {
    float: left;
    width: 34%;
    padding-left: 26rem
}

.home-footer-new .footer-logo {
    display: block;
    margin-bottom: 61rem
}

.home-footer-new .footer-logo img {
    width: 267rem
}

.home-footer-new .footer-contact-list li {
    position: relative;
    min-height: 42rem;
    padding-left: 48rem;
    margin-bottom: 11rem;
    font-size: 24rem;
    line-height: 34rem
}

.home-footer-new .footer-contact-list span {
    position: absolute;
    left: 0;
    top: 0;
    width: 34rem;
    height: 34rem;
    border: solid 2rem #56be66;
    border-radius: 50%;
    text-align: center
}

.home-footer-new .footer-contact-list p {
    color: #1f2024
}

.home-footer-new .footer-contact-list .fo2 {
    font-size: 22rem;
    font-weight: normal;
    line-height: 29rem;
    color: #0c0307
}

.home-footer-new .footer-contact-list .fo3 {
    font-size: 18rem;
    font-weight: normal;
    line-height: 29rem;
    color: #0c0307
}

.home-footer-new .footer-right {
    float: right;
    width: 56%;
    display: grid;
    grid-template-columns: .9fr .7fr 1.45fr .85fr;
    gap: 42rem
}

.home-footer-new dt {
    margin-bottom: 5rem
}

.home-footer-new dt a {
    display: block;
    font-size: 22rem;
    font-weight: normal;
    line-height: 36rem;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-family: var(--Poppins-Bold)
}

.home-footer-new dd a {
    display: block;
    font-size: 16rem;
    font-weight: normal;
    line-height: 40rem;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.home-footer-new .footer-bottom {
    padding: 28rem 0 22rem;
    color: #fff;
    background: #151515
}

.home-footer-new .footer-social-bottom {
    float: left;
    display: flex;
    gap: 10rem
}

.home-footer-new .footer-social-bottom a {
    color: #fff;
    width: 25rem
}

.home-footer-new .footer-social-bottom a img {
    width: 25rem;
    display: block
}

.home-footer-new .back-top {
    float: right;
    color: #fff;
    font-size: 16rem;
    line-height: 28rem;
    font-family: var(--Poppins-Bold)
}

.home-footer-new .back-top span {
    display: inline-block;
    width: 22rem;
    height: 22rem;
    margin-left: 14rem;
    background: url(../images/return.png) no-repeat center center;
    background-size: 12rem;
    border: 1rem solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 20rem
}

@media (min-width:1025px) {
    .home-offer-list li:hover .box:before {
        background: rgba(0, 0, 0, 0.2)
    }

    .home-solution-tabs li:hover {
        background: rgba(73, 201, 109, 0.65)
    }

    .swiper-home-stories .box:hover .pic img,
    .swiper-home-cases .box:hover .pic img {
        transform: scale(1.06)
    }

    .home-social a:hover {
        transform: translateY(-4rem);
        background: var(--main-color);
        color: #fff
    }

    .home-social a:hover img {
        filter: brightness(0) invert(1)
    }

    .home-footer-new a:hover {
        color: var(--main-color)
    }
}

.inbanner {
    position: relative;
    overflow: hidden
}

.inbanner .img,
.inbanner .img1 {
    position: relative;
    overflow: hidden
}

.inbanner .img img,
.inbanner .img1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-animation: wave 2s alternate;
    animation: wave 2s alternate
}

.inbanner .img1 {
    display: none
}

.inbanner .img {
    height: 100vh
}

.inbanner .text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2
}

.inbanner h1 {
    font-family: var(--Poppins-Bold);
    font-size: 52rem;
    font-weight: normal;
    line-height: 60rem;
    color: #fff;
    text-shadow: 0 3rem 8rem rgba(1, 27, 58, 0.36);
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate
}

.current .right {
    padding: 12rem 0
}

.current span {
    color: #666;
    font-size: 18rem;
    line-height: 32rem;
    background: url(../images/home.png) no-repeat center left;
    background-size: 20rem;
    padding-left: 30rem
}

.current span a {
    color: #666
}

.current span b {
    color: #666;
    font-weight: normal
}

.current1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 10
}

.current1 .left {
    float: left
}

.current1 .right {
    overflow: hidden;
    float: left
}

.current1 span {
    float: right;
    color: #fff;
    background: url(../images/home1.png) no-repeat center left;
    background-size: 20rem
}

.current1 span a {
    color: #fff
}

.current1 span b {
    color: #fff
}

@media (max-width:1025px) {
    .inbanner .img {
        display: none
    }

    .inbanner .img1 {
        display: block
    }

    .inbanner h1 {
        font-size: 32px;
        line-height: 42px
    }

    .current1 {
        display: none
    }
}

.home-story-tabs1 {
    float: none;
    text-align: center;
    padding-top: 55rem;
    margin-bottom: 60rem
}

@media (max-width:1025px) {
    .container {
        max-width: 750px;
        padding: 0 15px;
        width: 100%
    }

    .header {
        height: 60px
    }

    .header .logo {
        padding-top: 18px;
        padding-left: 0
    }

    .header .logo a img {
        width: 150px
    }

    .header .nav {
        display: none
    }

    .header .header-right {
        float: right
    }

    .header .header-right .lan,
    .header .header-right .home-more1,
    .header .header-right .header-search {
        display: none
    }

    .header .header-right .menu {
        display: block
    }

    .home-more a,
    .home-more p {
        line-height: 30px;
        border: 1px solid #fff;
        border-radius: 23px;
        font-size: 14px;
        padding: 3px 3px 3px 20px
    }

    .home-more a i,
    .home-more p i {
        width: 30px;
        height: 30px;
        margin-left: 11px
    }

    .home-more a i svg,
    .home-more p i svg {
        height: 30px;
        width: 20px
    }

    .home-more1 a,
    .home-more1 p {
        line-height: 30px;
        border-radius: 23px;
        font-size: 14px;
        padding: 3px 3px 3px 20px
    }

    .home-more1 a i,
    .home-more1 p i {
        width: 30px;
        height: 30px;
        margin-left: 11px
    }

    .home-more1 a i svg,
    .home-more1 p i svg {
        height: 30px;
        width: 20px
    }

    .home-more2 a,
    .home-more2 p {
        padding: 3px 20px;
        border: 1px solid #fff;
        font-size: 14px;
        line-height: 30px
    }

    .home-more2 a i,
    .home-more2 p i {
        height: 30px
    }

    .home-more2 a i svg,
    .home-more2 p i svg {
        height: 30px;
        width: 20px
    }

    .home-more3 a,
    .home-more3 p {
        border-radius: 30px
    }

    .banner .swiper-renewal-main .img {
        display: none
    }

    .banner .swiper-renewal-main .img1 {
        display: block
    }

    .banner .swiper-renewal-main .img img,
    .banner .swiper-renewal-main .img1 img {
        width: 100%;
        object-fit: cover
    }

    .banner .swiper-renewal-main .banner-hover {
        top: 50%;
        transform: translateY(-50%);
        text-align: center
    }

    .banner .swiper-renewal-main .banner-hover .bt {
        font-size: 34px;
        line-height: 42px;
        max-width: 720px;
        margin: 0 auto
    }

    .banner .swiper-renewal-main .swiper-pagination {
        left: 15px;
        right: 15px;
        bottom: 28px;
        width: auto;
        text-align: center
    }

    .banner .swiper-renewal-main .swiper-pagination-bullet {
        width: 32px;
        height: 20px;
        font-size: 14px;
        line-height: 20px
    }

    .home-offer-section,
    .home-solutions-section,
    .home-stories-section,
    .home-network-section,
    .home-contact-section {
        padding: 40px 0;
        overflow: hidden
    }

    .home-offer-section {
        padding-bottom: 0
    }

    .home-offer-section .home-title,
    .home-solutions-section .home-title,
    .home-network-section .home-title,
    .home-stories-section .home-title {
        margin-bottom: 24px
    }

    .home-offer-list {
        display: block;
        height: auto
    }

    .home-offer-list li,
    .home-offer-list li.active {
        width: 100%;
        height: auto;
        margin-bottom: 15px
    }

    .home-offer-list li:nth-last-child(1) {
        margin-bottom: 0
    }

    .home-offer-list a,
    .home-offer-list .box,
    .home-offer-list .pic {
        height: auto
    }

    .home-offer-list .pic:after {
        display: block;
        padding-bottom: 58%
    }

    .home-offer-list .text {
        left: 22px;
        right: 22px;
        top: auto;
        bottom: 24px;
        transform: none
    }

    .home-offer-list .bt {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .home-offer-list .home-more2 {
        margin-top: 10px;
        opacity: 1;
        display: none;
        transform: none
    }

    .home-solutions-section {
        padding-bottom: 0
    }

    .home-solution-stage {
        height: auto
    }

    .home-solution-stage .home-solution-bg {
        position: relative;
        display: none;
        height: 420px
    }

    .home-solution-stage .home-solution-bg.active {
        display: block
    }

    .home-solution-tabs {
        border-radius: 8px;
        bottom: 20px;
        width: 90%
    }

    .home-solution-tabs li {
        height: 58px
    }

    .home-solution-tabs li+li:before {
        display: none
    }

    .home-solution-tabs span {
        width: auto;
        margin-right: 0
    }

    .home-solution-tabs span img {
        width: 28px
    }

    .home-solution-tabs .bt {
        font-size: 0;
        line-height: 24px
    }

    .home-stories-section .home-story-head {
        margin-bottom: 24px
    }

    .home-stories-section .home-title {
        float: none
    }

    .home-story-tabs {
        float: none;
        padding-top: 0;
        overflow-x: auto
    }

    .home-story-tabs li {
        margin-left: 0;
        margin-right: 10px
    }

    .home-story-tabs li a {
        min-width: 110px;
        height: 38px;
        padding: 0 18px;
        font-size: 14px;
        line-height: 36px;
        border-radius: 30px
    }

    .home-story-tabs1 {
        padding-top: 20px;
        margin-bottom: 24px
    }

    .swiper-home-stories,
    .swiper-home-cases {
        padding-bottom: 0
    }

    .swiper-home-stories .bt,
    .swiper-home-cases .bt {
        margin-top: 16px;
        font-size: 17px;
        line-height: 26px
    }

    .swiper-home-stories .span,
    .swiper-home-cases .span {
        margin-top: 20px;
        padding-top: 14px;
        font-size: 14px;
        line-height: 24px
    }

    .home-network-section .nr {
        display: block
    }

    .home-network-section .left,
    .home-network-section .right {
        float: none;
        width: 100%
    }

    .home-network-section .left {
        padding-top: 0
    }

    .home-network-section .right .map-lines {
        display: none
    }

    .home-network-section .right .img {
        width: 100%;
        height: auto;
        left: 0;
        margin-left: 0
    }

    .home-network-section .right .img img {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        display: none
    }

    .home-network-section .right .img .globalMap {
        display: none
    }

    .home-network-section .right .img .hide {
        display: block
    }

    .home-network-data {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
        margin-bottom: 20px
    }

    .home-network-data li {
        min-height: 0;
        padding: 15px;
        margin: 0;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 8px
    }

    .home-network-data span {
        position: static;
        display: block;
        width: 34px;
        height: 34px;
        margin-bottom: 8px
    }

    .home-network-data strong {
        font-size: 34px;
        line-height: 42px
    }

    .home-network-data p {
        font-size: 14px;
        line-height: 22px
    }

    .home-contact-section {
        background-position: center center
    }

    .home-contact-section .left,
    .home-contact-section .right {
        float: none;
        width: 100%
    }

    .home-contact-section .left {
        margin-bottom: 28px
    }

    .home-contact-section .home-title {
        margin-bottom: 16px
    }

    .home-contact-section .home-span {
        font-size: 20px;
        line-height: 30px
    }

    .home-contact-section .home-p {
        font-size: 15px;
        line-height: 26px
    }

    .home-social {
        margin-top: 30px
    }

    .home-social strong {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 24px
    }

    .home-social ul {
        flex-wrap: wrap;
        gap: 12px
    }

    .home-social a {
        width: 48px;
        height: 48px;
        line-height: 48px
    }

    .home-form .form-row {
        gap: 10px;
        margin-bottom: 10px
    }

    .home-form input,
    .home-form select,
    .home-form textarea {
        height: 42px;
        padding: 0 12px;
        font-size: 14px
    }

    .home-form textarea {
        height: 130px;
        padding-top: 12px
    }

    .home-form .phone-row {
        grid-template-columns: 92px 1fr
    }

    .home-form .form-foot {
        display: block
    }

    .verifyDiv {
        width: 100%;
        max-width: none;
        margin-bottom: 14px
    }

    .verify-wrap,
    .verify-wrap .drag-btn,
    .verify-wrap .drag-progress {
        height: 42px
    }

    .verify-wrap .drag-btn {
        width: 42px
    }

    .verify-wrap .fix-tips,
    .verify-msg {
        line-height: 42px;
        font-size: 12px;
        padding-left: 42px
    }

    .home-footer-new .footer-top {
        padding: 40px 0
    }

    .home-footer-new .footer-left,
    .home-footer-new .footer-right {
        float: none;
        width: 100%;
        padding-left: 0
    }

    .home-footer-new .footer-logo {
        margin-bottom: 24px
    }

    .home-footer-new .footer-logo img {
        width: 160px
    }

    .home-footer-new .footer-contact-list li {
        min-height: 34px;
        padding-left: 46px;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 26px;
        padding-top: 4px
    }

    .home-footer-new .footer-contact-list .fo3 {
        font-size: 16px;
        line-height: 26px
    }

    .home-footer-new .footer-contact-list span {
        width: 32px;
        height: 32px
    }

    .home-footer-new .footer-right {
        grid-template-columns: 1fr 1fr;
        gap: 22px;
        margin-top: 26px;
        display: none
    }

    .home-footer-new dt a {
        font-size: 18px;
        line-height: 28px
    }

    .home-footer-new dd a {
        font-size: 14px;
        line-height: 30px
    }

    .home-footer-new .footer-bottom {
        padding: 20px 0
    }

    .home-footer-new .footer-social-bottom a,
    .home-footer-new .back-top {
        font-size: 14px;
        line-height: 24px
    }

    .home-footer-new .footer-social-bottom {
        gap: 10px
    }

    .home-footer-new .footer-social-bottom a img {
        width: 20px
    }

    .home-footer-new .back-top span {
        vertical-align: top;
        width: 22px;
        height: 22px;
        margin-left: 10px;
        background-size: 12px;
        line-height: 20px
    }

    .home-video-pop .video-box {
        width: 90%
    }

    .home-video-pop .video-close {
        top: -44px;
        width: 34px;
        height: 34px;
        font-size: 26px;
        line-height: 32px
    }
}

@media (max-width:640px) {
    .banner .swiper-renewal-main .banner-hover .bt {
        font-size: 28px;
        line-height: 36px
    }

    .home-brand-section .home-brand-logo img {
        max-width: 92%
    }

    .home-solution-stage .home-solution-bg {
        height: 360px
    }

    .home-network-data,
    .home-form .form-row,
    .home-footer-new .footer-right {
        grid-template-columns: 1fr
    }

    .home-footer-new .footer-social-bottom,
    .home-footer-new .back-top {
        float: none
    }

    .home-footer-new .back-top {
        display: inline-block;
        margin-top: 16px
    }
}

.news {
    padding: 97rem 0;
    background: #fff
}

.storieslist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 74rem;
    grid-column-gap: 30rem
}

.news-show-page {
    padding: 108rem 0 100rem;
    position: relative;
    background: #fff
}

.news-show-article {
    width: 85%;
    float: left;
    padding-top: 24rem
}

.news-show-article h1 {
    margin-bottom: 32rem;
    padding-bottom: 42rem;
    border-bottom: 1rem dashed #ddd;
    font-size: 48rem;
    font-weight: normal;
    line-height: 65rem;
    color: #3a4450
}

.news-show-article .news-show-meta {
    display: flex;
    gap: 48rem;
    margin-bottom: 47rem
}

.news-show-article .news-show-meta span {
    font-size: 13rem;
    line-height: 22rem;
    color: #8b949d
}

.news-show-article .news-show-meta span img {
    width: 16rem;
    margin-top: -3rem;
    margin-right: 5rem;
    display: inline-block;
    vertical-align: middle
}

.news-show-article .p {
    font-size: 18rem;
    font-weight: normal;
    color: #27282d;
    line-height: 30rem;
    padding-bottom: 70rem
}

.news-show-article .p h3 {
    margin: 51rem 0 15rem;
    font-size: 24rem;
    font-weight: normal;
    color: #27282d;
    line-height: 30rem;
    font-family: var(--Poppins-Regular)
}

.news-show-article .p h3 b {
    font-family: var(--Poppins-Bold);
    font-weight: normal
}

.news-show-article .p p {
    margin-bottom: 20rem
}

.lable {
    font-size: 24rem;
    padding-bottom: 39rem;
    line-height: 40rem;
    color: #333
}

.lable span {
    color: #333;
    display: block;
    float: left;
    padding-right: 4rem
}

.lable a {
    color: #333;
    line-height: 40rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin-bottom: 5px;
    margin-right: 15rem;
    text-align: center;
    display: block;
    float: left
}

@media (min-width:1025px) {
    .lable a:hover {
        text-decoration: underline;
        color: var(--main-color)
    }
}

.list-page-news {
    border-top: solid 1px #d9d9d9;
    margin-bottom: 27rem
}

.list-page-news ul {
    overflow: hidden
}

.list-page-news ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d9d9d9
}

.list-page-news ul li p {
    padding: 4rem 0
}

.list-page-news ul li a {
    display: block;
    line-height: 60rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 20rem;
    color: #333;
    position: relative;
    padding-left: 170rem
}

.list-page-news ul li a span {
    line-height: 60rem;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 130rem;
    font-size: 24rem;
    color: #222;
    background: url(../images/prev.png) no-repeat center right;
    background-size: 9rem
}

@media (min-width:1025px) {
    .list-page-news ul li:hover a {
        color: var(--main-color);
        text-decoration: underline
    }
}

.list-page-news ul li:nth-child(2) a span {
    background: url(../images/next.png) no-repeat center right;
    background-size: 9rem
}

.neright {
    float: right;
    width: 110rem;
    position: sticky;
    top: 120rem;
    padding: 43rem 0;
    box-shadow: 1px 6rem 46rem 0 rgba(72, 72, 72, 0.16);
    background: #fff
}

.neright .share {
    overflow: hidden;
    position: relative;
    z-index: 3
}

.neright .share span {
    display: block;
    margin-bottom: 19rem;
    text-align: center
}

.neright .share .dib {
    display: inline-block;
    font-size: 16rem
}

.neright .share a {
    background-color: #666e86;
    width: 40rem !important;
    height: 40rem !important;
    padding-left: 0 !important;
    display: block;
    margin: 0 auto 12rem auto !important;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.neright .share a i {
    width: 100%
}

.neright .share a svg {
    width: 20rem;
    height: 20rem;
    margin: 0 auto;
    fill: #fff;
    display: block
}

.neright .span {
    padding-top: 82rem;
    text-align: center;
    position: relative;
    z-index: 2
}

.neright .span a {
    display: block;
    font-size: 14rem;
    height: 52rem;
    width: 52rem;
    margin: 0 auto;
    color: #fff;
    background: url(../images/fanhui1.png) no-repeat center center;
    background-size: 100%
}

@media (max-width:1025px) {
    .home-title h2 {
        font-size: 26px;
        line-height: 40px
    }

    .news {
        padding: 40px 0
    }

    .news-show-page {
        padding: 60px 0 40px
    }

    .news-show-page .current {
        display: none
    }

    .news-show-current {
        margin-bottom: 22px
    }

    .news-show-current span,
    .news-show-current a,
    .news-show-current b {
        font-size: 12px;
        line-height: 22px
    }

    .news-show-article {
        width: 100%;
        float: left;
        padding-top: 20px
    }

    .news-show-article .news-show-meta span {
        font-size: 13px;
        line-height: 22px;
        color: #8b949d
    }

    .news-show-article {
        max-width: none
    }

    .news-show-article h1 {
        margin-bottom: 22px;
        padding-bottom: 22px;
        font-size: 26px;
        line-height: 36px
    }

    .news-show-article .news-show-meta {
        gap: 20px;
        margin-bottom: 20px
    }

    .news-show-article .p {
        font-size: 15px;
        line-height: 26px;
        padding-bottom: 30px
    }

    .news-show-article .p h3 {
        margin: 24px 0 10px;
        font-size: 18px;
        line-height: 28px
    }

    .lable {
        font-size: 14px;
        padding-bottom: 20px;
        line-height: 30px
    }

    .lable span {
        padding-right: 4px
    }

    .lable a {
        line-height: 30px;
        margin-bottom: 5px;
        margin-right: 15px
    }

    .list-page-news {
        margin-bottom: 20px
    }

    .list-page-news ul li {
        width: 100%
    }

    .list-page-news ul li p {
        padding: 4px 0
    }

    .list-page-news ul li a {
        line-height: 40px;
        font-size: 16px;
        padding-left: 120px
    }

    .list-page-news ul li a span {
        line-height: 40px;
        width: 90px;
        font-size: 16px;
        background: url(../images/prev.png) no-repeat center right;
        background-size: 9px
    }

    .list-page-news ul li:nth-child(2) a span {
        background: url(../images/next.png) no-repeat center right;
        background-size: 9px
    }

    .neright {
        display: none
    }

    .storieslist {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 20px
    }
}

@media (max-width:640px) {
    .news-show-article h1 {
        font-size: 22px;
        line-height: 32px
    }
}

.support-page {
    background: #f2f7fa
}

.support-download-section {
    padding: 76rem 0 70rem
}

.support-download-section .home-title {
    margin-bottom: 48rem
}

.support-search {
    display: grid;
    grid-template-columns: 440rem 1fr 46rem;
    margin-bottom: 53rem;
    background: #fff;
    padding: 15rem;
    gap: 14rem;
    position: relative
}

.support-search select,
.support-search input,
.support-search button {
    height: 58rem;
    height: 59rem;
    background-color: #fff;
    border: solid 1rem #d6d6d6;
    font-size: 15rem;
    color: #666
}

.support-search select,
.support-search input {
    padding: 0 24rem;
    background-size: 15rem
}

.support-search button {
    background: var(--main-color) url(../images/search1.png) no-repeat center center;
    background-size: 25rem;
    position: relative;
    position: absolute;
    border: 0;
    top: 15rem;
    right: 15rem;
    width: 66rem;
    height: 59rem
}

.support-doc-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30rem
}

.support-doc-list li {
    background: #fff
}

.support-doc-list .box {
    display: flex;
    align-items: center;
    min-height: 210rem;
    padding: 66rem 46rem
}

.support-doc-list .pic {
    flex: 0 0 144rem;
    margin-right: 55rem;
    border: solid 1rem #e0e1e1;
    box-shadow: 0 3rem 27rem 0 rgba(138, 153, 139, 0.35)
}

.support-doc-list .pic:after {
    padding-bottom: calc(140.27777778%)
}

.support-doc-list .pic .hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 44;
    background: var(--main-color);
    font-size: 11rem;
    font-weight: normal;
    line-height: 15rem;
    color: #fcfdfe;
    padding: 15rem
}

.support-doc-list .bt {
    margin-bottom: 20rem;
    font-size: 22rem;
    font-weight: normal;
    line-height: 27rem;
    color: #2b2c30
}

.support-doc-list .span {
    margin-bottom: 22rem;
    font-size: 17rem;
    font-weight: normal;
    line-height: 27rem;
    color: #a1a1a1
}

.support-doc-list .more {
    display: inline-block;
    padding: 0 36rem;
    border-radius: 2rem;
    border: solid 2rem #44c676;
    text-align: center;
    font-size: 22rem;
    font-weight: normal;
    line-height: 47rem;
    color: #75b4cd;
    color: var(--main-color);
    transition: .5s
}

.support-doc-list .more img {
    width: 20rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10rem
}

.support-faq-section {
    padding: 51rem 0 78rem
}

.support-faq-section .home-title {
    margin-bottom: 24rem
}

.support-faq-list li {
    border-bottom: 1rem solid #d9e4e8
}

.support-faq-list .bt {
    position: relative;
    padding: 25rem 120rem 25rem 0;
    font-size: 18rem;
    font-weight: normal;
    line-height: 44rem;
    color: #040300;
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-family: var(--Poppins-Bold)
}

.support-faq-list .bt:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20rem;
    height: 2rem;
    background-color: #44c676
}

.support-faq-list .bt:before {
    content: "";
    position: absolute;
    right: 9rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 20rem;
    background-color: #44c676
}

.support-faq-list .active .bt:before {
    opacity: 0
}

.support-faq-list .p {
    display: none;
    padding-top: 23rem;
    padding-bottom: 23rem;
    font-size: 18rem;
    font-weight: normal;
    line-height: 30rem;
    color: #3c3c3c
}

.support-message-section {
    padding: 44rem 0 111rem;
    background: url(../images/support-message-bg.jpg) no-repeat bottom center;
    background-size: cover
}

.support-message-section .container {
    padding: 0 32rem
}

.support-message-section .home-title {
    margin-bottom: 85rem
}

.support-form-tabs {
    display: flex;
    justify-content: center;
    gap: 14rem
}

.support-form-tabs li {
    padding: 0 26rem;
    text-align: center;
    min-width: 199rem;
    line-height: 68rem;
    background-color: #edf1f3;
    border-radius: 10rem 10rem 0 0;
    background: #fff;
    cursor: pointer;
    font-size: 22rem;
    font-weight: normal;
    color: #27282d
}

.support-form-tabs .active {
    background: var(--main-color);
    color: #fff
}

.support-form {
    padding: 74rem 50rem 60rem;
    box-shadow: 0 15rem 35rem 0 rgba(0, 10, 20, 0.08);
    border-radius: 30rem;
    background: #fff
}

.support-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13rem 20rem;
    margin-bottom: 10rem
}

.support-form input,
.support-form select,
.support-form textarea {
    width: 100%;
    height: 70rem;
    background: #f2f7f9;
    border-radius: 6rem;
    border: 0;
    padding: 0 30rem;
    font-size: 18rem;
    font-weight: normal;
    color: #3b433b
}

.support-form textarea {
    height: 188rem;
    padding-top: 30rem;
    resize: none
}

.support-form .form-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 41rem
}

.support-form .verifyDiv {
    width: 440rem
}

.support-form-panel {
    display: none
}

.support-form-panel.active {
    display: block
}

.support-form .form-field {
    position: relative
}

.support-form .form-field input,
.support-form .form-field select,
.support-form .form-field textarea {
    position: relative;
    z-index: 1;
    background: #f2f7f9
}

.support-form .form-field select {
    background: #f2f7f9 url(../images/jt.png) no-repeat scroll 95% center;
    background-size: 15rem
}

.support-form .form-field label {
    position: absolute;
    left: 30rem;
    top: 0;
    z-index: 2;
    font-size: 18rem;
    line-height: 70rem;
    color: #8a8f95;
    pointer-events: none;
    transition: .25s
}

.support-form .form-field em {
    color: #d92323;
    font-style: normal
}

.support-form .form-field input:focus+label,
.support-form .form-field input:not(:placeholder-shown)+label,
.support-form .form-field select:focus+label,
.support-form .form-field select:valid+label,
.support-form .form-field textarea:focus+label,
.support-form .form-field textarea:not(:placeholder-shown)+label {
    top: 6rem;
    font-size: 12rem;
    line-height: 18rem
}

.support-form .form-field input:focus,
.support-form .form-field input:not(:placeholder-shown),
.support-form .form-field select:focus,
.support-form .form-field select:valid,
.support-form .form-field textarea:focus,
.support-form .form-field textarea:not(:placeholder-shown) {
    padding-top: 20rem
}

.support-form .form-field textarea:focus,
.support-form .form-field textarea:not(:placeholder-shown) {
    padding-top: 25rem
}

.support-form .form-field-textarea {
    margin-bottom: 0
}

.support-form .form-field-textarea label {
    top: 0
}

.support-form .form-field-textarea textarea:focus+label,
.support-form .form-field-textarea textarea:not(:placeholder-shown)+label {
    top: 6rem
}

@media (min-width:1025px) {
    .support-doc-list li:hover .more {
        background: var(--main-color);
        color: #fff
    }

    .support-doc-list li:hover .more img {
        filter: brightness(0) invert(1)
    }
}

@media (max-width:1025px) {

    .support-download-section,
    .support-faq-section,
    .support-message-section {
        padding: 40px 0
    }

    .support-download-section .home-title,
    .support-faq-section .home-title,
    .support-message-section .home-title {
        margin-bottom: 24px
    }

    .support-download-section {
        padding-bottom: 0
    }

    .support-search {
        grid-template-columns: 1fr;
        margin-bottom: 24px;
        padding: 15px;
        gap: 15px
    }

    .support-search select,
    .support-search input,
    .support-search button {
        height: 48px;
        font-size: 14px
    }

    .support-search select,
    .support-search input {
        padding: 0 20px
    }

    .support-search button {
        background: var(--main-color) url(../images/search1.png) no-repeat center center;
        background-size: 20px;
        position: relative;
        border: 0;
        top: auto;
        right: auto;
        width: 120px;
        height: 48px
    }

    .support-doc-list .more img {
        width: 14px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px
    }

    .support-doc-list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px
    }

    .support-doc-list .box {
        min-height: 170px;
        padding: 20px
    }

    .support-doc-list .pic {
        flex-basis: 86px;
        margin-right: 18px
    }

    .support-doc-list .bt {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 22px
    }

    .support-doc-list .span {
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 22px
    }

    .support-doc-list .more {
        min-width: 110px;
        height: 36px;
        font-size: 14px;
        line-height: 34px
    }

    .support-faq-section {
        padding-bottom: 0
    }

    .support-faq-list .bt {
        padding: 18px 40px 18px 0;
        font-size: 15px;
        line-height: 24px
    }

    .support-faq-list .p {
        padding-bottom: 18px;
        font-size: 14px;
        line-height: 24px
    }

    .support-form-tabs li {
        min-width: 130px;
        height: 44px;
        font-size: 14px;
        line-height: 44px
    }

    .support-form {
        padding: 28px 20px;
        border-radius: 10px
    }

    .support-form .form-row {
        gap: 8px;
        margin-bottom: 8px
    }

    .support-form input,
    .support-form select,
    .support-form textarea {
        height: 44px;
        padding: 0 14px;
        font-size: 14px
    }

    .support-form .form-field label {
        left: 14px;
        font-size: 14px;
        line-height: 44px
    }

    .support-form .form-field input:focus+label,
    .support-form .form-field input:not(:placeholder-shown)+label,
    .support-form .form-field select:focus+label,
    .support-form .form-field select:valid+label,
    .support-form .form-field textarea:focus+label,
    .support-form .form-field textarea:not(:placeholder-shown)+label {
        top: 4px;
        font-size: 12px;
        line-height: 16px
    }

    .support-form .form-field input:focus,
    .support-form .form-field input:not(:placeholder-shown),
    .support-form .form-field select:focus,
    .support-form .form-field select:valid,
    .support-form .form-field textarea:focus,
    .support-form .form-field textarea:not(:placeholder-shown) {
        padding-top: 14px
    }

    .support-form textarea {
        height: 120px;
        padding-top: 12px
    }

    .support-form .form-foot {
        display: block;
        margin-top: 14px
    }

    .support-form .verifyDiv {
        width: 100%;
        margin-bottom: 14px
    }
}

@media (max-width:640px) {

    .support-doc-list,
    .support-form .form-row {
        grid-template-columns: 1fr
    }

    .support-doc-list .box {
        align-items: flex-start
    }

    .support-form-tabs {
        justify-content: flex-start;
        overflow-x: auto
    }
}

.product-page {
    padding: 78rem 0 122rem
}

.product-page .home-title {
    margin-bottom: 41rem
}

.product-top-tabs {
    display: flex;
    justify-content: center;
    gap: 28rem;
    margin-bottom: 64rem;
    border-bottom: 1px solid #e1e1e2;
    padding-bottom: 63rem
}

.product-top-tabs li a {
    padding: 0 60rem;
    border: 1rem solid var(--main-color);
    border-radius: 30rem;
    text-align: center;
    font-size: 22rem;
    line-height: 57rem;
    color: #222;
    background-color: #fafafa;
    cursor: pointer;
    display: block;
    transition: .5s
}

.product-top-tabs li:hover a,
.product-top-tabs .active a {
    background: var(--main-color);
    color: #fff
}

.product-layout .left {
    float: left;
    width: 23%;
    position: sticky;
    top: 120rem
}

.product-layout .right {
    float: right;
    width: 70%
}

.product-side-tabs li {
    margin-bottom: 15rem
}

.product-side-tabs li a {
    display: block;
    padding: 0 42rem;
    border: 2rem solid #edf2f0;
    border-radius: 12rem;
    background: #fafafa;
    font-size: 20rem;
    font-weight: normal;
    line-height: 72rem;
    color: #555;
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

@media (min-width:1025px) {
    .product-side-tabs li:hover a {
        border-color: var(--main-color)
    }
}

.product-side-tabs .active a {
    border-color: var(--main-color)
}

.product-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30rem
}

.product-list li {
    background: #fafafa;
    border: 3rem solid transparent;
    border-radius: 16rem;
    transition: .4s;
    overflow: hidden
}

@media (min-width:1025px) {
    .product-list li:hover .pic img {
        transform: scale(1.1)
    }

    .product-list li:hover .box:after {
        opacity: 1
    }

    .product-list li:hover .hover {
        opacity: 1
    }
}

.product-list a {
    display: block;
    color: #111
}

.product-list .box {
    padding: 38rem 44rem 40rem;
    min-height: 560rem;
    position: relative
}

.product-list .box:after {
    content: '';
    display: block;
    backdrop-filter: blur(10rem);
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 44;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s
}

.product-list .pic {
    margin: 0 auto 22rem
}

.product-list .pic:after {
    padding-bottom: 68%
}

.product-list .hover {
    position: absolute;
    width: 82rem;
    height: 82rem;
    background-color: #25a756;
    border-radius: 40rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .5s;
    z-index: 334
}

.product-list .hover svg {
    height: 82rem;
    width: 20rem;
    fill: #fff;
    display: block;
    margin: 0 auto;
    transform: rotate(-45deg)
}

.product-list .bt {
    margin-bottom: 22rem;
    font-size: 32rem;
    font-weight: normal;
    line-height: 45rem;
    color: #222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 90rem;
    font-family: var(--Poppins-Bold);
    text-align: center
}

.product-list .span {
    margin-bottom: 5rem;
    font-size: 20rem;
    font-weight: normal;
    line-height: 33rem;
    color: #555;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    text-align: center
}

.product-list .data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16rem;
    font-weight: normal;
    line-height: 53rem;
    color: #555
}

.product-list .data strong {
    font-size: 22rem;
    font-family: var(--Poppins-Bold);
    color: #38d4c1;
    background-image: -webkit-linear-gradient(top, #38d4c1, #4dd180, #5fcd45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.fenye {
    padding-top: 62rem
}

.page {
    clear: both;
    text-align: center;
    font-size: 0;
    color: #947d58
}

.page em {
    font-style: normal
}

.page a {
    color: #858585;
    display: inline-block;
    text-align: center;
    font-family: arial;
    font-size: 13rem;
    min-width: 40rem;
    line-height: 38rem;
    text-transform: uppercase;
    border-radius: 30rem;
    margin: 0 5rem;
    padding: 0 5rem;
    vertical-align: top;
    background: none;
    -webkit-transition: background .5s;
    transition: background .5s;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px #e6e6e6
}

.page a span {
    display: block
}

.page a.prev,
.page a.next {
    padding: 0 20rem
}

.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.cur,
.page a:hover {
    background: var(--main-color);
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px var(--main-color)
}

.page a.cur svg,
.page a:hover svg {
    fill: #fff
}

@media (min-width:1025px) {
    .product-list li:hover {
        border-color: var(--main-color);
        transform: translateY(-4rem)
    }
}

@media (max-width:1025px) {
    .product-page {
        padding: 40px 0
    }

    .product-page .home-title {
        margin-bottom: 24px
    }

    .product-top-tabs {
        gap: 10px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        justify-content: flex-start;
        display: block;
        overflow: hidden
    }

    .product-top-tabs li {
        float: left;
        margin: 5px;
        flex: 0 0 auto;
        min-width: 96px;
        height: 38px;
        font-size: 14px;
        line-height: 36px
    }

    .product-top-tabs li a {
        padding: 0 25px;
        border: 1rem solid var(--main-color);
        border-radius: 30px;
        font-size: 16px;
        line-height: 34px
    }

    .product-layout .left,
    .product-layout .right {
        float: none;
        width: 100%;
        position: relative;
        top: auto
    }

    .product-side-tabs {
        display: flex;
        width: auto;
        gap: 10px;
        margin-bottom: 24px;
        overflow-x: auto
    }

    .product-side-tabs li {
        flex: 0 0 auto;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 40px
    }

    .product-side-tabs li a {
        padding: 0 24px;
        border: 2rem solid #edf2f0;
        border-radius: 6px;
        font-size: 14px;
        line-height: 35px
    }

    .product-list {
        gap: 15px
    }

    .product-list .box {
        min-height: 0;
        padding: 24px 18px
    }

    .product-list .bt {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 28px;
        height: 56px
    }

    .product-list .span {
        margin-bottom: 24px;
        font-size: 12px;
        line-height: 20px
    }

    .product-list .data {
        font-size: 12px;
        line-height: 20px
    }

    .product-list .data strong {
        font-size: 14px
    }

    .fenye {
        padding-top: 25px
    }

    .page a {
        font-size: 13px;
        min-width: 40px;
        line-height: 38px;
        border-radius: 30px;
        margin: 0 5px;
        padding: 0 5px;
        display: none
    }

    .page a.prev,
    .page a.next {
        padding: 0 20px;
        display: inline-block
    }

    .page a.prev svg,
    .page a.next svg {
        width: 14px;
        height: 19px;
        margin: 0 5px;
        fill: #666;
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px
    }
}

@media (max-width:640px) {
    .product-list {
        grid-template-columns: 1fr
    }
}

.contact-info-section {
    padding: 74rem 0 111rem 0;
    background: #fff
}

.contact-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 136rem;
    width: 82%;
    margin: 0 auto;
    margin-top: 58rem
}

.contact-card-list .box {
    position: relative;
    min-height: 395rem;
    padding: 43rem 35rem 35rem;
    background: #fff;
    box-shadow: 0 10rem 57rem 0 rgba(107, 107, 107, 0.16);
    border-radius: 20rem;
    transition: .4s;
    overflow: hidden
}

.contact-card-list .icon {
    width: 77rem;
    height: 77rem;
    margin-bottom: 39rem;
    border: solid 1rem #25a756;
    border-radius: 50%
}

.contact-card-list span {
    position: absolute;
    top: 38rem;
    right: 30rem;
    writing-mode: vertical-rl;
    font-size: 12rem;
    line-height: 18rem;
    color: var(--main-color);
    font-family: var(--Poppins-Bold)
}

.contact-card-list .bt {
    margin-bottom: 14rem;
    font-size: 18rem;
    line-height: 28rem;
    color: #222
}

.contact-card-list .p {
    font-size: 22rem;
    font-weight: normal;
    line-height: 40rem;
    color: #1c1c1c
}

.contact-card-list .ci {
    position: absolute
}

.contact-card-list .ci img {
    display: block
}

.contact-card-list .ci1 {
    width: 138rem;
    bottom: -15rem;
    right: -13rem
}

.contact-card-list .ci2 {
    width: 124rem;
    bottom: -9rem;
    right: -4rem
}

.contact-card-list .ci3 {
    width: 121rem;
    bottom: -17rem;
    right: -30rem
}

.contact-map-section {
    position: relative;
    overflow: hidden
}

.contact-map-section .map-bg img {
    display: block;
    width: 100%
}

.contact-map-pop {
    position: absolute;
    left: 20%;
    top: 50%;
    width: 865rem;
    height: 391rem;
    padding: 65rem 110rem 54rem 84rem;
    background: url(../images/duobianxing.png) no-repeat left top;
    background-size: 100%;
    transform: translateY(-50%)
}

.contact-map-pop .text {
    width: 52%;
    padding-right: 30rem;
    float: left
}

.contact-map-pop .bt {
    margin-bottom: 8rem;
    font-size: 30rem;
    line-height: 38rem;
    color: #222;
    font-family: var(--Poppins-Bold)
}

.contact-map-pop .span {
    margin-bottom: 16rem;
    font-size: 20rem;
    font-weight: normal;
    line-height: 24rem;
    color: #333
}

.contact-map-pop .p {
    font-size: 18rem;
    font-weight: normal;
    line-height: 25rem;
    color: #1c1c1c
}

.contact-map-pop .p b {
    font-size: 18rem;
    font-weight: normal;
    line-height: 27rem;
    color: #1c1c1c
}

.contact-map-pop .pic {
    width: 48%;
    float: right
}

.contact-map-pop .pic:after {
    padding-bottom: calc(59.17808219%)
}

.contact-form-section {
    padding: 124rem 0 97rem 0;
    overflow: hidden;
    background: url(../images/form-bg.jpg) no-repeat bottom left;
    background-size: cover;
    scroll-margin-top: 100rem
}

.contact-form-section .home-title {
    margin-bottom: 77rem
}

.contact-form-section .right {
    float: right;
    width: 58%
}

.contact-form-section1 {
    padding: 93rem 0 97rem 0;
    background: url(../images/form-bg1.jpg) no-repeat bottom left;
    background-size: cover
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    height: 61rem;
    margin-bottom: 16rem;
    padding: 0 28rem;
    border: 0;
    border-radius: 4rem;
    background: #fff;
    font-size: 16rem;
    color: #333
}

.contact-form textarea {
    height: 180rem;
    padding-top: 30rem;
    resize: none
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12rem
}

.contact-form .phone-field {
    display: grid;
    grid-template-columns: 150rem 1fr;
    background: #fff
}

.contact-form .phone-field input {
    margin-bottom: 0
}

.contact-form .form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30rem;
    margin-top: 28rem
}

.contact-form .verifyDiv {
    width: 430rem
}

.contact-form .btns {
    display: flex;
    gap: 24rem
}

.contact-form button {
    min-width: 166rem;
    height: 52rem;
    border: 1rem solid #25a756;
    border-radius: 28rem;
    color: var(--main-color);
    cursor: pointer;
    font-size: 18rem;
    font-weight: normal;
    line-height: 50rem;
    color: #3c3c3c;
    background: none
}

.contact-form button svg {
    fill: #fff;
    width: 15rem;
    height: 50rem;
    margin-left: 10rem;
    transform: rotate(-45deg);
    display: inline-block;
    vertical-align: middle
}

@media (min-width:1025px) {
    .contact-form button:hover {
        background: var(--main-color);
        color: #fff;
        border: 1rem solid var(--main-color)
    }
}

.contact-form button[type="submit"] {
    background: #25a756;
    color: #fff
}

@media (min-width:1025px) {
    .contact-form button[type="submit"]:hover {
        background: var(--main-color);
        border: 1rem solid var(--main-color);
        color: #fff
    }
}

@media (min-width:1025px) {
    .contact-card-list li:hover .box {
        transform: translateY(-8rem);
        background: #25a756;
        color: #fff
    }

    .contact-card-list li:hover .box span,
    .contact-card-list li:hover .box .bt,
    .contact-card-list li:hover .box .p {
        color: #fff
    }

    .contact-card-list li:hover .box .icon {
        background: #fff
    }

    .contact-card-list li:hover .box .ci {
        filter: brightness(0) invert(1)
    }
}

@media (max-width:1025px) {

    .contact-info-section,
    .contact-form-section {
        padding: 40px 0
    }

    .contact-card-list {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 24px;
        width: 100%
    }

    .contact-card-list .box {
        min-height: 0;
        padding: 24px 18px
    }

    .contact-card-list .icon {
        width: 52px;
        height: 52px;
        margin-bottom: 24px
    }

    .contact-card-list span {
        top: 24px;
        right: 15px;
        font-size: 12px;
        line-height: 16px
    }

    .contact-card-list .bt {
        font-size: 18px;
        line-height: 26px
    }

    .contact-card-list .p {
        font-size: 14px;
        line-height: 24px
    }

    .contact-map-pop {
        position: static;
        width: auto;
        padding: 20px;
        transform: none;
        background: #fff
    }

    .contact-map-pop .bt {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 30px;
        color: #222;
        font-family: var(--Poppins-Bold)
    }

    .contact-map-pop .span {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #333
    }

    .contact-map-pop .p {
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        color: #1c1c1c
    }

    .contact-map-pop .p b {
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        color: #1c1c1c
    }

    .contact-form-section .nr {
        display: block
    }

    .contact-form-section .left,
    .contact-form-section .right {
        width: 100%
    }

    .contact-form-section .left {
        margin-bottom: 24px
    }

    .contact-form .form-row,
    .contact-form .form-bottom {
        display: block
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        height: 52px;
        margin-bottom: 12px;
        padding: 0 15px;
        font-size: 14px
    }

    .contact-form textarea {
        height: 130px;
        padding-top: 14px
    }

    .contact-form .phone-field {
        grid-template-columns: 118px 1fr;
        margin-bottom: 12px
    }

    .contact-form .verifyDiv {
        width: 100%;
        margin-bottom: 15px
    }

    .contact-form .btns {
        display: flex;
        gap: 12px
    }

    .contact-form button {
        min-width: 130px;
        height: 45px;
        border-radius: 30px;
        font-size: 14px;
        line-height: 43px
    }

    .contact-form button svg {
        fill: #fff;
        width: 15px;
        height: 45px;
        margin-left: 10px;
        transform: rotate(-45deg);
        display: inline-block;
        vertical-align: top
    }
}

@media (max-width:640px) {
    .contact-card-list {
        grid-template-columns: 1fr
    }

    .contact-map-pop {
        display: block
    }

    .contact-map-pop .text,
    .contact-map-pop .pic {
        width: 100%;
        padding-right: 0
    }

    .contact-map-pop .pic {
        margin-top: 16px
    }

    .contact-form .btns {
        justify-content: space-between
    }

    .contact-form button {
        min-width: 120px;
        height: 44px
    }
}

.application-scene-section {
    padding: 69rem 0 70rem
}

.application-scene-section .home-title {
    margin-bottom: 99rem
}

.application-scene-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70rem;
    text-align: center
}

.application-scene-list .icon {
    width: 212rem;
    margin: 0 auto 34rem
}

.application-scene-list .bt {
    margin-bottom: 16rem;
    font-size: 32rem;
    font-weight: normal;
    line-height: 68rem;
    color: #222
}

.application-scene-list .p {
    font-size: 18rem;
    font-weight: normal;
    line-height: 30rem;
    color: #27231f
}

.application-case-section {
    padding: 52rem 0 83rem;
    position: relative;
    overflow: hidden
}

.application-case-section .home-title {
    margin-bottom: 69rem
}

.application-case-section .swiper-pagination-progressbar {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 1760rem;
    margin: 0 auto;
    height: 2rem;
    position: relative;
    background: #d8eadf
}

.application-case-section .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main-color)
}

.swiper-application-cases {
    overflow: visible;
    padding-bottom: 81rem;
    width: 89%
}

.swiper-application-cases .pic:after {
    padding-bottom: calc(53.70152761%)
}

.application-feature-section {
    padding: 100rem 0 59rem 0;
    background: url(../images/application-product-bg.jpg) no-repeat center top;
    background-size: cover
}

.application-feature-section .home-title {
    margin-bottom: 63rem
}

.application-feature-section .swiper-application-feature {
    overflow: hidden;
    padding-bottom: 18rem;
    margin-bottom: 65rem;
    border-bottom: 1px solid #e1e1e1
}

.application-feature-section .nr {
    display: flex;
    justify-content: center;
    gap: 90rem
}

.application-feature-section .left {
    width: 25%;
    text-align: center
}

.application-feature-section .left .pic {
    width: 360rem;
    margin: 0 auto
}

.application-feature-section .left .pic:after {
    padding-bottom: calc(144.44444444%)
}

.application-feature-section .left img {
    max-width: 100%
}

.application-feature-section .right {
    width: 48%;
    padding-top: 35rem
}

.application-feature-section .bt {
    margin-bottom: 8rem;
    font-size: 38rem;
    font-weight: normal;
    line-height: 45rem;
    color: #222;
    font-family: var(--Poppins-Bold)
}

.application-feature-section .tp {
    font-size: 20rem;
    font-weight: normal;
    line-height: 45rem;
    margin-bottom: 24rem;
    color: #222
}

.application-feature-section .span ul {
    display: flex;
    gap: 60rem;
    margin-bottom: 31rem
}

.application-feature-section .span strong {
    font-size: 50rem;
    font-weight: normal;
    line-height: 52rem;
    color: #38d4c1;
    background-image: -webkit-linear-gradient(top, #38d4c1, #4dd180, #5fcd45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--Poppins-Bold)
}

.application-feature-section .span p {
    font-size: 14rem;
    font-weight: normal;
    line-height: 22rem;
    color: #222
}

.application-feature-section .p {
    margin-bottom: 35rem;
    font-size: 20rem;
    font-weight: normal;
    line-height: 45rem;
    color: #555
}

.application-feature-section .p p {
    padding-left: 20rem;
    position: relative
}

.application-feature-section .p p:after {
    content: '';
    display: block;
    width: 6rem;
    height: 6rem;
    background-color: #44c676;
    border-radius: 50%;
    position: absolute;
    top: 20rem;
    left: 0
}

.application-feature-section .btn2 {
    text-align: center
}

.application-feature-section .btn2 .home-more1 {
    display: inline-block;
    vertical-align: top;
    padding: 0 12rem
}

.application-feature-section .btn2 .home-more1 a {
    font-size: 22rem;
    line-height: 58rem;
    padding: 0 30rem;
    border-radius: 30rem;
    color: #fff
}

@media (min-width:1025px) {
    .application-feature-section .btn2 .home-more1 a:hover {
        background: #47c15a;
        text-decoration: underline
    }
}

.application-feature-section .btn2 .home-more2 {
    display: inline-block;
    vertical-align: top;
    padding: 0 12rem
}

.application-feature-section .btn2 .home-more2 a {
    font-size: 22rem;
    line-height: 58rem;
    padding: 0 30rem;
    border-radius: 30rem;
    color: #47c15a;
    border: 1px solid #47c15a
}

@media (min-width:1025px) {
    .application-feature-section .btn2 .home-more2 a:hover {
        background: var(--main-color);
        border: 1px solid var(--main-color);
        color: #fff;
        text-decoration: underline
    }
}

.application-value-section {
    padding: 42rem 0 100rem
}

.application-value-section .home-title {
    margin-bottom: 18rem
}

.application-value-section .line {
    position: relative;
    text-align: center
}

.application-value-section .line:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: #3ba457;
    border-radius: 30rem;
    width: 98rem;
    height: 7rem;
    margin: 0 4rem
}

.application-value-section .line:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 7rem;
    height: 7rem;
    margin: 0 4rem;
    border-radius: 50%;
    background: #3ba457
}

.application-value-section .home-p {
    margin-bottom: 65rem;
    font-size: 18rem;
    line-height: 28rem;
    color: #666;
    margin-top: 12rem
}

.application-value-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70rem;
    text-align: center;
    width: 66%;
    margin: 0 auto
}

.application-value-list .box {
    padding: 48rem 38rem;
    background: #fff;
    border-radius: 16rem;
    box-shadow: 0 12rem 35rem rgba(0, 30, 45, 0.08)
}

.application-value-list img {
    width: 132rem;
    margin: 0 auto;
    border-radius: 50%;
    background: #eef8f0;
    margin-bottom: 24rem
}

.application-value-list .bt {
    margin-bottom: 18rem;
    font-size: 20rem;
    line-height: 28rem;
    color: #222;
    font-family: var(--Poppins-Bold)
}

.application-value-list .line1 {
    width: 35rem;
    height: 3rem;
    margin: 0 auto;
    margin-bottom: 24rem;
    background: #3ba457;
    border-radius: 30rem
}

.application-value-list .p {
    font-size: 18rem;
    line-height: 28rem;
    color: #666
}

@media (max-width:1025px) {

    .application-scene-section,
    .application-case-section,
    .application-feature-section,
    .application-value-section {
        padding: 40px 0
    }

    .application-scene-list,
    .application-value-list {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .application-scene-list .icon {
        width: 86px;
        height: 86px;
        margin-bottom: 16px
    }

    .application-scene-section .home-title {
        margin-bottom: 24px
    }

    .application-scene-list .bt,
    .application-feature-section .bt,
    .application-value-list .bt {
        font-size: 20px;
        line-height: 28px
    }

    .application-scene-list .p {
        font-size: 14px;
        line-height: 24px
    }

    .application-case-section .home-title,
    .application-feature-section .home-title,
    .application-value-section .home-title {
        margin-bottom: 24px
    }

    .application-feature-section .nr {
        display: block
    }

    .application-feature-section .left,
    .application-feature-section .right {
        width: 100%
    }

    .application-feature-section .left {
        margin-bottom: 24px
    }

    .application-feature-section .span strong {
        font-size: 28px;
        line-height: 36px
    }

    .application-feature-section .home-more1 {
        flex-wrap: wrap
    }

    .swiper-application-cases {
        overflow: visible;
        padding-bottom: 40px;
        width: 89%
    }

    .application-feature-section {
        padding-bottom: 0
    }

    .application-feature-section .tp {
        font-size: 16px;
        font-weight: normal;
        line-height: 26px;
        margin-bottom: 12px;
        color: #222
    }

    .application-feature-section .span p {
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        color: #222
    }

    .application-feature-section .span ul {
        display: flex;
        gap: 20px;
        margin-bottom: 20px
    }

    .application-feature-section .p {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        color: #555
    }

    .application-feature-section .p p {
        padding-left: 20px;
        position: relative
    }

    .application-feature-section .p p:after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background-color: #44c676;
        border-radius: 50%;
        position: absolute;
        top: 9px;
        left: 0
    }

    .application-feature-section .btn2 .home-more1 a {
        font-size: 14px;
        line-height: 35px;
        padding: 0 20px;
        border-radius: 30px
    }

    .application-feature-section .btn2 .home-more2 a {
        font-size: 14px;
        line-height: 35px;
        padding: 0 20px;
        border-radius: 30px
    }

    .application-feature-section .swiper-application-feature {
        overflow: hidden;
        padding-bottom: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #e1e1e1
    }

    .application-value-list {
        gap: 25px;
        width: 100%
    }

    .application-value-section .home-p {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 24px;
        color: #666;
        margin-top: 10px
    }

    .application-value-list .box {
        padding: 20px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 12rem 35rem rgba(0, 30, 45, 0.08)
    }

    .application-value-list img {
        width: 80px;
        margin: 0 auto;
        border-radius: 50%;
        background: #eef8f0;
        margin-bottom: 12px
    }

    .application-value-list .bt {
        margin-bottom: 10px
    }

    .application-value-list .line1 {
        width: 20px;
        height: 3px;
        margin: 0 auto;
        margin-bottom: 16px;
        background: #3ba457;
        border-radius: 30px
    }

    .application-value-list .p {
        font-size: 14px;
        line-height: 24px;
        color: #666
    }
}

.join-page {
    background: #fff
}

.join-intro-section {
    background: #fff url(../images/joinbg.jpg) no-repeat top center;
    background-size: 100%
}

.join-intro-section .nr {
    display: flex;
    align-items: center
}

.join-intro-section .left,
.join-intro-section .right {
    width: 46%;
    float: left
}

.join-intro-section .right {
    width: 53.5%;
    float: right
}

.join-intro-section .left {
    display: flex;
    align-items: center
}

.join-intro-section .text {
    padding: 122rem 85rem 70rem 90rem
}

.join-intro-section .home-title {
    margin-bottom: 64rem
}

.join-intro-section .p {
    margin-bottom: 90rem;
    font-size: 18rem;
    font-weight: normal;
    line-height: 30rem;
    color: #666
}

.join-intro-section .right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.join-welcome a {
    display: inline-flex;
    align-items: center;
    min-height: 70rem
}

.join-welcome span {
    width: 70rem;
    height: 70rem;
    margin-right: 12rem;
    border-radius: 50%;
    background: #54ae57;
    display: flex;
    align-items: center;
    justify-content: center
}

.join-welcome p {
    background: #54ae57;
    padding: 0 33rem;
    border-radius: 50rem;
    line-height: 70rem;
    font-size: 22rem;
    font-weight: normal;
    color: #fff
}

.join-search-section {
    padding: 122rem 0 0
}

.join-search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 63rem 79rem;
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden
}

.join-search-box .text {
    max-width: 52%
}

.join-search-box .bt {
    margin-bottom: 16rem;
    font-size: 48rem;
    font-weight: normal;
    line-height: 54rem;
    color: #333
}

.join-search-box .p {
    font-size: 18rem;
    font-weight: normal;
    line-height: 32rem;
    color: #222
}

.join-search-box a {
    min-width: 136rem;
    height: 48rem;
    background: var(--main-color);
    font-size: 16rem;
    line-height: 48rem;
    text-align: center;
    color: #fff
}

.join-search-box .se {
    position: absolute;
    top: 50%;
    right: 223rem;
    transform: translateY(-50%)
}

.join-search-box .se a {
    font-size: 18rem;
    font-weight: lighter;
    line-height: 52rem;
    color: #fcfbfb;
    width: 160rem;
    text-align: center;
    background-color: #54ae57;
    border-radius: 4rem;
    display: block;
    position: relative;
    z-index: 44
}

.join-search-box .se a img {
    width: 16rem;
    margin-right: 10rem;
    display: inline-block;
    vertical-align: middle
}

.join-search-box .general {
    background-color: rgba(243, 246, 248, 0.1);
    border: 4px solid #e8f4ed;
    border-radius: 50%;
    height: 400px;
    left: 50%;
    opacity: .3;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    width: 400px
}

.join-search-box .general:after,
.join-search-box .general:before {
    border: 4px solid #d6f1e0;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
    z-index: 0
}

.join-search-box .general:before {
    height: 120px;
    opacity: .3;
    width: 120px
}

.join-search-box .general:after {
    height: 240px;
    opacity: .3;
    width: 240px
}

@media (min-width:1025px) {
    .join-search-box:hover {
        background-color: var(--main-color)
    }

    .join-search-box:hover .bt {
        color: #fff
    }

    .join-search-box:hover .p {
        color: #fff
    }

    .join-search-box:hover .general {
        border-width: 10px;
        height: 150vw;
        opacity: 1;
        width: 150vw
    }

    .join-search-box:hover .general:before {
        border: 20px solid #e8f4ed;
        height: 70vw;
        opacity: .7;
        width: 70vw
    }

    .join-search-box:hover .general:after {
        border: 10px solid #e8f4ed;
        height: 30vw;
        opacity: .6;
        width: 30vw
    }
}

.join-job-section {
    padding: 118rem 0 90rem 0;
    scroll-margin-top: 100rem;
    position: relative
}

.join-job-card-list {
    margin-top: 52rem
}

.join-job-card-list li {
    margin-bottom: 47rem
}

.join-job-card-list li:nth-last-child(1) {
    margin-bottom: 0
}

.join-job-card-list .bt {
    padding: 0 45rem;
    border-radius: 20rem 20rem 0 0;
    background-color: #25a756;
    font-size: 28rem;
    font-weight: normal;
    line-height: 86rem;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-family: var(--Poppins-Bold)
}

.join-job-card-list .box {
    display: flex;
    gap: 70rem;
    border-radius: 20rem 20rem 0 0;
    padding: 32rem 50rem;
    background: #f6f6f6
}

.join-job-card-list .left {
    width: 34%;
    padding-top: 30rem
}

.join-job-card-list .left p {
    font-size: 18rem;
    font-weight: normal;
    line-height: 30rem;
    color: #333
}

.join-job-card-list .right {
    flex: 1;
    font-size: 16rem;
    font-weight: normal;
    line-height: 36rem;
    color: #666
}

.join-job-card-list h4 {
    margin: 12rem 0 10rem 0;
    font-size: 20rem;
    font-weight: normal;
    line-height: 30rem;
    color: #222
}

.join-job-card-list a {
    display: inline-block;
    vertical-align: top;
    margin-top: 28rem;
    padding: 0 23rem;
    background: #2bc264;
    font-size: 18rem;
    font-weight: normal;
    line-height: 51rem;
    border-radius: 4rem;
    color: #fcfbfb
}

.join-job-card-list a img {
    width: 35rem;
    margin-right: 5rem;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:1025px) {
    .join-intro-section .nr {
        display: block
    }

    .join-intro-section .left,
    .join-intro-section .right {
        width: 100%
    }

    .join-intro-section .text {
        max-width: none;
        padding: 40px 15px
    }

    .join-intro-section .home-title {
        margin-bottom: 24px
    }

    .join-intro-section .p {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 26px
    }

    .join-search-section,
    .join-job-section {
        padding: 40px 0
    }

    .join-search-section {
        padding-bottom: 0
    }

    .join-search-box {
        display: block;
        padding: 28px 20px
    }

    .join-search-box .bt {
        font-size: 26px;
        line-height: 34px
    }

    .join-search-box .text {
        max-width: 100%
    }

    .join-search-box .p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 26px
    }

    .join-search-box .se {
        position: relative;
        top: auto;
        right: auto;
        transform: none
    }

    .join-search-box a {
        min-width: 140px;
        height: 40px;
        font-size: 14px;
        line-height: 40px
    }

    .join-search-box .se a img {
        width: 16px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle
    }

    .join-search-box .se a {
        font-size: 14px;
        font-weight: lighter;
        line-height: 40px;
        color: #fcfbfb;
        width: 140px;
        text-align: center;
        background-color: #54ae57;
        border-radius: 3px;
        display: block;
        position: relative;
        z-index: 44
    }

    .join-job-card-list .bt {
        padding: 0 20px;
        font-size: 18px;
        line-height: 48px
    }

    .join-job-card-list .box {
        display: block;
        padding: 24px 20px
    }

    .join-job-card-list .left,
    .join-job-card-list .right {
        width: 100%
    }

    .join-job-card-list {
        margin-top: 24px
    }

    .join-job-card-list .left {
        padding-top: 0
    }

    .join-job-card-list .left p {
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        color: #333
    }

    .join-job-card-list a {
        display: inline-block;
        vertical-align: top;
        margin-top: 15px;
        padding: 0 20px;
        background: #2bc264;
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        border-radius: 4px;
        color: #fcfbfb
    }

    .join-job-card-list a img {
        width: 25px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle
    }

    .join-job-card-list .right {
        flex: 1;
        font-size: 14px;
        line-height: 24px
    }

    .join-job-card-list h4 {
        margin: 10px 0;
        font-size: 18px;
        font-weight: normal;
        line-height: 30px;
        color: #222
    }
}

.about-overview-section {
    padding: 88rem 0;
    overflow: hidden
}

.about-overview-wrap {
    position: relative;
    margin-top: 63rem;
    padding: 0 220rem;
    padding-bottom: 55rem
}

.about-overview-wrap .about-overview-next,
.about-overview-wrap .about-overview-prev {
    position: absolute;
    width: 50rem;
    height: 50rem;
    background-color: #25a756;
    border-radius: 50%;
    top: 20%;
    left: 10rem;
    transition: .5s;
    z-index: 334;
    cursor: pointer
}

.about-overview-wrap .about-overview-next svg,
.about-overview-wrap .about-overview-prev svg {
    height: 50rem;
    width: 20rem;
    fill: #fff;
    display: block;
    margin: 0 auto;
    transform: rotate(-135deg)
}

@media (min-width:1025px) {

    .about-overview-wrap .about-overview-next:hover,
    .about-overview-wrap .about-overview-prev:hover {
        background: var(--main-color)
    }
}

.about-overview-wrap .about-overview-next {
    left: auto;
    right: 10rem
}

.about-overview-wrap .about-overview-next svg {
    transform: rotate(-45deg)
}

.about-overview-wrap .swiper-slide {
    height: auto
}

.about-overview-wrap .swiper-slide .box {
    height: 100%;
    background-color: #f0f0f0;
    box-shadow: 0 12rem 35rem rgba(0, 40, 60, 0.08)
}

.about-overview-wrap .pic:after {
    padding-bottom: calc(46.14220877%)
}

.about-overview-wrap .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 39rem 34rem
}

.about-overview-wrap .bt {
    width: 30%;
    font-size: 36rem;
    font-weight: normal;
    line-height: 47rem;
    color: #001b35
}

.about-overview-wrap .p {
    width: 65%;
    font-size: 18rem;
    font-weight: normal;
    line-height: 32rem;
    color: #222
}

.about-overview-wrap .swiper-pagination {
    bottom: 0;
    width: 100%;
    left: 0
}

.about-overview-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 12rem;
    height: 12rem;
    opacity: 1;
    margin: 0 3rem;
    background: none;
    border: solid 1rem #c4c5c6
}

.about-overview-wrap .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #47c15a;
    border: solid 1rem #47c15a
}

.common-title-2 {
    font-size: 50rem;
    font-family: var(--Poppins-Bold);
    font-weight: normal;
    line-height: 59rem;
    color: #3a4450
}

.about-profile {
    color: #3d3a39;
    font-size: 18rem;
    line-height: 2;
    position: relative;
    padding: 24rem 0 0 0
}

.about-profile .anchor {
    position: absolute;
    top: -120rem;
    left: 0
}

.about-profile .container {
    width: 100%;
    max-width: 100%
}

.about-profile .home-title {
    margin-bottom: 68rem
}

.about-profile .nr {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.about-profile .common-title-2 {
    margin-bottom: 50rem
}

.about-profile .left {
    text-align: right;
    height: calc(100% - 180rem);
    width: 51.5%;
    padding-top: 14rem;
    padding-bottom: 50rem;
    border-right: 1px #ddd dashed;
    position: sticky;
    top: 80rem;
    left: 0
}

.about-profile .left::before {
    content: "";
    display: block;
    width: 2rem;
    height: 120rem;
    background: var(--main-color);
    position: absolute;
    z-index: 9;
    top: 300rem;
    right: 0
}

.about-profile .left p {
    margin-bottom: 18rem
}

.about-profile .left .info {
    font-size: 18rem;
    font-weight: normal;
    line-height: 34rem;
    padding-right: 39rem;
    color: #3d3a39
}

.about-profile .leftC {
    padding-right: 50rem;
    display: inline-block;
    max-width: 840rem;
    text-align: left
}

.about-profile .videoDiv {
    margin-top: 60rem;
    display: flex;
    align-items: center;
    cursor: pointer
}

.about-profile .videoDiv .pic {
    overflow: hidden;
    position: relative;
    width: 23%
}

.about-profile .videoDiv .pic>img {
    transition: .5s
}

.about-profile .videoDiv .pic:after {
    padding-bottom: calc(59.7826087%)
}

.about-profile .videoDiv .playBtn {
    width: 30rem;
    height: 30rem;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: url(../images/bofang.png) no-repeat center center;
    background-size: 100%;
    transform: translate(-50%, -50%)
}

.about-profile .videoDiv .text {
    font-size: 20rem;
    font-weight: normal;
    line-height: 26rem;
    color: #47c159;
    font-family: var(--Poppins-Bold);
    padding-left: 20rem
}

.about-profile .videoDiv:hover .pic>img {
    transform: scale(1.1)
}

.about-profile .right {
    width: 48.5%;
    display: flex;
    align-items: self-start;
    padding: 0 0 20rem 73rem
}

.about-profile .shuju {
    flex: 1;
    padding-top: 28vh;
    padding-bottom: 28vh
}

.about-profile .listShuju li {
    font-size: 20rem;
    color: #666;
    padding-bottom: 40rem;
    position: relative
}

.about-profile .listShuju li:nth-last-child(1) {
    padding-bottom: 0
}

.about-profile .listShuju .box {
    transition: .5s;
    opacity: .05;
    transform: scale(.1, .1)
}

.about-profile .listShuju .font-change {
    color: #666;
    position: relative
}

.about-profile .listShuju .font-change>div {
    transition: .4 ease
}

.about-profile .listShuju .font-change .text-1 {
    color: #999;
    transition: opacity .4s ease
}

.about-profile .listShuju .font-change .text-2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(90deg, #38d4c1, #5fcd45 96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: opacity .4s ease
}

.about-profile .listShuju .box {
    transform-origin: left center;
    display: block;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1
}

.about-profile .listShuju .title {
    font-size: 20rem;
    line-height: 34rem
}

.about-profile .listShuju .num {
    font-family: var(--Oswald-Bold);
    font-size: 110rem;
    font-weight: 700;
    line-height: 1
}

.about-profile .listShuju .quantity {
    font-size: 32rem;
    font-family: var(--font-family-P-B);
    display: flex;
    align-items: flex-end
}

.about-profile .listShuju .fh {
    line-height: 1;
    margin-left: 5rem
}

.about-profile .listShuju .fh .sub sup {
    font-size: 16rem
}

.about-profile .listShuju .fh .sup sup {
    font-size: 16rem
}

.about-profile .mapBox {
    width: 50%;
    position: sticky;
    top: 80rem
}

.about-profile .mapBoxC {
    overflow: hidden
}

@media screen and (max-width:1023px) {
    .about-profile {
        font-size: 16px;
        padding: 0
    }

    .about-profile .anchor {
        top: -120px
    }

    .about-profile .common-title-2 {
        margin-bottom: 10px
    }

    .about-profile .left {
        height: initial;
        width: 100%;
        padding-top: 0;
        padding-bottom: 20px;
        border-right: none;
        position: static;
        top: 0
    }

    .about-profile .left::before {
        display: none
    }

    .about-profile .left p {
        margin-bottom: 18px
    }

    .about-profile .leftC {
        padding-right: 0;
        max-width: 100%
    }

    .about-profile .videoDiv {
        margin-top: 20px
    }

    .about-profile .videoDiv .playBtn {
        width: 42px;
        height: 42px
    }

    .about-profile .videoDiv .playBtn::after {
        border-top-width: 7px;
        border-bottom-width: 7px;
        border-left-width: 11px
    }

    .about-profile .videoDiv .text {
        font-size: 18px;
        line-height: 1.2;
        padding-left: 20px
    }

    .about-profile .right {
        width: 100%;
        padding: 0 0 0 0;
        margin-right: 0
    }

    .about-profile .shuju {
        padding-top: 0;
        padding-bottom: 0
    }

    .about-profile .listShuju {
        display: flex;
        flex-wrap: wrap
    }

    .about-profile .listShuju li {
        width: 50%;
        font-size: 20px;
        padding-top: 0;
        padding-bottom: 20px
    }

    .about-profile .listShuju .box {
        transition: .5s;
        opacity: 1;
        transform: scale(1)
    }

    .about-profile .listShuju .boxC {
        background: linear-gradient(90deg, #439e31, #65d9de);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .about-profile .listShuju .title {
        font-size: 16px;
        line-height: 24px
    }

    .about-profile .listShuju .num {
        font-size: 48px;
        font-weight: 700;
        line-height: 1
    }

    .about-profile .listShuju .quantity {
        font-size: 16px
    }

    .about-profile .listShuju .fh .sup sup {
        font-size: 16px
    }

    .about-profile .mapBox {
        display: none
    }

    .about-profile .mapBoxC {
        overflow: hidden
    }
}

#threebox {
    width: 87vh;
    height: 87vh;
    position: sticky;
    right: 0;
    top: 0
}

@media screen and (max-width:1023px) {
    #threebox {
        display: none
    }
}

.home-form .form-field,
.contact-form .form-field {
    position: relative;
    margin-bottom: 16rem
}

.home-form .form-field input,
.contact-form .form-field input,
.home-form .form-field select,
.contact-form .form-field select,
.home-form .form-field textarea,
.contact-form .form-field textarea {
    position: relative;
    z-index: 1;
    margin-bottom: 0
}

.home-form .form-field input:focus,
.contact-form .form-field input:focus,
.home-form .form-field textarea:focus,
.contact-form .form-field textarea:focus {
    outline: none
}

.home-form .form-field label,
.contact-form .form-field label {
    position: absolute;
    left: 22rem;
    top: 0;
    z-index: 2;
    height: 47rem;
    line-height: 47rem;
    font-size: 16rem;
    color: #666;
    pointer-events: none;
    transition: all .25s ease
}

.home-form .form-field em,
.contact-form .form-field em {
    color: #d92323;
    font-style: normal
}

.home-form .form-field input:focus,
.contact-form .form-field input:focus,
.home-form .form-field input:not(:placeholder-shown),
.contact-form .form-field input:not(:placeholder-shown),
.home-form .form-field textarea:focus,
.contact-form .form-field textarea:focus,
.home-form .form-field textarea:not(:placeholder-shown),
.contact-form .form-field textarea:not(:placeholder-shown) {
    padding-top: 16rem
}

.home-form .form-field input:focus+label,
.contact-form .form-field input:focus+label,
.home-form .form-field input:not(:placeholder-shown)+label,
.contact-form .form-field input:not(:placeholder-shown)+label,
.home-form .form-field textarea:focus+label,
.contact-form .form-field textarea:focus+label,
.home-form .form-field textarea:not(:placeholder-shown)+label,
.contact-form .form-field textarea:not(:placeholder-shown)+label {
    top: 5rem;
    height: 16rem;
    line-height: 16rem;
    font-size: 12rem;
    color: var(--main-color)
}

.home-form .form-field-phone label,
.contact-form .form-field-phone label {
    top: 5rem;
    height: 16rem;
    line-height: 16rem;
    font-size: 12rem
}

.home-form .form-field-phone .phone-row,
.contact-form .form-field-phone .phone-row,
.home-form .form-field-phone .phone-field,
.contact-form .form-field-phone .phone-field {
    position: relative;
    z-index: 1;
    margin-bottom: 0
}

.home-form .form-field-phone .phone-row input,
.contact-form .form-field-phone .phone-row input,
.home-form .form-field-phone .phone-field input,
.contact-form .form-field-phone .phone-field input {
    padding-top: 16rem
}

.home-form .form-field-phone .phone-row select,
.contact-form .form-field-phone .phone-row select,
.home-form .form-field-phone .phone-field select,
.contact-form .form-field-phone .phone-field select {
    padding-top: 0
}

.home-form .form-field-textarea,
.contact-form .form-field-textarea {
    margin-bottom: 26rem
}

.home-form .form-field-textarea label,
.contact-form .form-field-textarea label {
    top: 0
}

.contact-form .form-field label {
    left: 28rem;
    height: 61rem;
    line-height: 61rem
}

.contact-form .form-field input:focus,
.contact-form .form-field input:not(:placeholder-shown),
.contact-form .form-field textarea:focus,
.contact-form .form-field textarea:not(:placeholder-shown) {
    padding-top: 20rem
}

.contact-form .form-field input:focus+label,
.contact-form .form-field input:not(:placeholder-shown)+label,
.contact-form .form-field textarea:focus+label,
.contact-form .form-field textarea:not(:placeholder-shown)+label {
    top: 7rem;
    height: 18rem;
    line-height: 18rem
}

.contact-form .form-field-phone label {
    top: 7rem;
    height: 18rem;
    line-height: 18rem
}

.contact-form .form-field-phone .phone-field input {
    padding-top: 20rem
}

.contact-form .form-field-textarea {
    margin-bottom: 16rem
}

@media (max-width:1025px) {
    .common-title-2 {
        font-size: 20px;
        line-height: 30px
    }

    .about-profile .left .info {
        font-size: 16px;
        line-height: 26px;
        padding-right: 0
    }

    .home-form .form-field,
    .contact-form .form-field {
        margin-bottom: 12px
    }

    .home-form .form-field label,
    .contact-form .form-field label {
        left: 15px;
        height: 42px;
        line-height: 42px;
        font-size: 14px
    }

    .home-form .form-field input:focus,
    .contact-form .form-field input:focus,
    .home-form .form-field input:not(:placeholder-shown),
    .contact-form .form-field input:not(:placeholder-shown),
    .home-form .form-field textarea:focus,
    .contact-form .form-field textarea:focus,
    .home-form .form-field textarea:not(:placeholder-shown),
    .contact-form .form-field textarea:not(:placeholder-shown) {
        padding-top: 16px
    }

    .home-form .form-field input:focus+label,
    .contact-form .form-field input:focus+label,
    .home-form .form-field input:not(:placeholder-shown)+label,
    .contact-form .form-field input:not(:placeholder-shown)+label,
    .home-form .form-field textarea:focus+label,
    .contact-form .form-field textarea:focus+label,
    .home-form .form-field textarea:not(:placeholder-shown)+label,
    .contact-form .form-field textarea:not(:placeholder-shown)+label {
        top: 4px;
        height: 14px;
        line-height: 14px;
        font-size: 12px
    }

    .home-form .form-field-phone label,
    .contact-form .form-field-phone label {
        top: 4px;
        height: 14px;
        line-height: 14px;
        font-size: 12px
    }

    .home-form .form-field-phone .phone-row input,
    .contact-form .form-field-phone .phone-row input,
    .home-form .form-field-phone .phone-field input,
    .contact-form .form-field-phone .phone-field input {
        padding-top: 0
    }

    .home-form .form-field-textarea,
    .contact-form .form-field-textarea {
        margin-bottom: 12px
    }

    .contact-form .form-field label {
        height: 48px;
        line-height: 48px
    }
}

.about-history-section {
    padding: 87rem 0 144rem 0;
    background: #fff
}

.about-history-list {
    margin-top: 76rem;
    display: flex;
    gap: 14rem;
    height: 710rem;
    padding: 0 30rem
}

.about-history-list li {
    position: relative;
    flex: 0 0 148rem;
    overflow: hidden;
    border-radius: 20rem;
    transition: flex-basis .55s ease, filter .55s ease
}

.about-history-list li.active {
    flex-basis: 1px;
    flex-grow: 1
}

.about-history-list .pic {
    height: 100%;
    border-radius: inherit
}

.about-history-list .pic:after {
    display: none
}

.about-history-list .pic img {
    filter: blur(8rem);
    transform: scale(1.08)
}

.about-history-list li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 26rem;
    z-index: 2;
    width: 16rem;
    height: 16rem;
    border: 1rem solid #fff;
    border-radius: 50%;
    transform: translateX(-50%)
}

.about-history-list li.active:before {
    display: none
}

.about-history-list li.active .pic img {
    filter: none;
    transform: scale(1)
}

.about-honor-section {
    padding: 89rem 0;
    background-color: #f7f7f7
}

.about-honor-section .about-honor-wrap {
    padding-top: 90rem
}

.about-honor-section .img {
    border-radius: 25rem;
    overflow: hidden
}

.about-honor-section .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-honor-section .box {
    position: relative;
    -webkit-box-reflect: below 0 linear-gradient(transparent, transparent, rgba(255, 255, 255, 0.12));
    box-reflect: below 0 linear-gradient(transparent, transparent, rgba(255, 255, 255, 0.12))
}

.about-honor-section .flip-current .box .bt {
    opacity: 1
}

.about-honor-section .flipster-carousel .flip-past {
    transform: translateX(-170%) translateZ(0) rotateY(80deg) scale(.7)
}

.about-honor-section .flipster-carousel .flip-future {
    transform: translateX(170%) translateZ(0) rotateY(-80deg) scale(.7)
}

.about-honor-section .flipster-carousel .flip-prev {
    transform: translateX(-100%) translateZ(0) rotateY(45deg) scale(.8)
}

.about-honor-section .flipster-carousel .flip-next {
    transform: translateX(100%) translateZ(0) rotateY(-45deg) scale(.8)
}

.about-honor-section .flipto-next,
.about-honor-section .flipto-prev {
    width: 50rem;
    height: 50rem;
    margin-top: 0;
    border-radius: 50%;
    background: #c6c6c6;
    z-index: 66;
    top: -150rem;
    position: absolute;
    text-align: center
}

.about-honor-section .flipster {
    padding-bottom: 120rem
}

@media (min-width:1025px) {

    .about-honor-section .flipto-next:hover,
    .about-honor-section .flipto-prev:hover {
        border: solid 1px var(--main-color)
    }
}

.about-honor-section .flipto-prev {
    right: 60rem;
    left: auto;
    background: #c6c6c6 url(../images/prev1.png) no-repeat center center;
    background-size: 30rem
}

@media (min-width:1025px) {
    .about-honor-section .flipto-prev:hover {
        background: var(--main-color) url(../images/prev1.png) no-repeat center center;
        background-size: 30rem
    }
}

.about-honor-section .flipto-next {
    right: 0;
    background: #c6c6c6 url(../images/next1.png) no-repeat center center;
    background-size: 30rem;
    left: auto
}

@media (min-width:1025px) {
    .about-honor-section .flipto-next:hover {
        background: var(--main-color) url(../images/next1.png) no-repeat center center;
        background-size: 30rem
    }
}

.about-honor-section .join-welcome {
    text-align: center;
    margin-top: -70rem;
    position: relative;
    z-index: 44
}

.about-network-section {
    padding: 82rem 0 110rem;
    height: 819rem
}

.about-brand-section {
    padding: 133rem 0 130rem 0;
    text-align: center;
    background: #e9fbef url(../images/about-brand-bg.jpg) no-repeat top center;
    background-size: cover;
    overflow: hidden
}

.about-brand-section .about-brand-logo {
    position: relative;
    display: inline-block;
    max-width: 1287rem;
    width: 100%
}

.about-brand-section .about-brand-logo img {
    display: block;
    width: 100%
}

.about-brand-section .about-brand-logo .brand-logo-fill {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    pointer-events: none
}

.about-brand-list {
    position: relative;
    margin: 0 auto;
    margin-top: 57rem;
    width: 93%;
    font-size: 0
}

.about-brand-list .lr {
    transform: scale(1.3)
}

.about-brand-list .brand-wave {
    position: absolute;
    left: 50%;
    z-index: 0;
    display: block;
    width: 1920rem;
    max-width: none;
    pointer-events: none;
    will-change: transform
}

.about-brand-list .brand-wave path {
    stroke-dasharray: 14 16;
    stroke-linecap: round;
    animation: about-brand-wave-dash 2.8s linear infinite
}

.about-brand-list .brand-wave-top {
    top: -456rem;
    height: 469rem;
    transform: translate3d(-50%, 0, 0);
    animation: about-brand-wave-top 8s ease-in-out infinite alternate;
    fill: none;
    stroke: #47c15a;
    stroke-width: 1px;
    fill-rule: evenodd
}

.about-brand-list .brand-wave-top path {
    stroke-dasharray: none;
    animation: none
}

.about-brand-list .brand-wave-bottom {
    top: -129rem;
    height: 116rem;
    transform: translate3d(-50%, 0, 0);
    animation: about-brand-wave-bottom 7s ease-in-out infinite alternate;
    fill: none;
    stroke: #47c15a;
    stroke-width: 1px;
    fill-rule: evenodd
}

.about-brand-list .brand-wave-bottom path {
    stroke-dasharray: none;
    animation: none
}

.about-brand-list .bt {
    position: relative;
    z-index: 2;
    font-size: 20rem;
    font-weight: normal;
    font-family: var(--Poppins-Bold);
    line-height: 38rem;
    padding-bottom: 30rem;
    color: #47c15a;
    background: url(../images/dot2.png) no-repeat center bottom;
    background-size: 28rem
}

.about-brand-list li {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    width: 25%
}

.about-brand-list li:nth-child(2) {
    padding-top: 124rem;
    padding-left: 272rem
}

.about-brand-list li:nth-child(2n) .bt,
.about-brand-list li:nth-child(3) .bt {
    background: url(../images/dot2.png) no-repeat center top;
    background-size: 28rem;
    padding-top: 30rem;
    padding-bottom: 0
}

.about-brand-list li:nth-child(4) {
    padding-top: 45rem;
    padding-left: 158rem
}

.about-brand-list li:nth-child(3) {
    padding-top: 39rem
}

@keyframes about-brand-wave-top {
    from {
        transform: translate3d(-46%, 0, 0)
    }

    to {
        transform: translate3d(-54%, 0, 0)
    }
}

@keyframes about-brand-wave-bottom {
    from {
        transform: translate3d(-54%, 0, 0)
    }

    to {
        transform: translate3d(-46%, 0, 0)
    }
}

@keyframes about-brand-wave-dash {
    to {
        stroke-dashoffset: -30
    }
}

@media (max-width:1025px) {
    .join-welcome span {
        width: 40px;
        height: 40px;
        margin-right: 10px
    }

    .join-welcome p {
        padding: 0 20px;
        border-radius: 30px;
        line-height: 40px;
        font-size: 16px
    }

    .about-honor-section .flipster {
        padding-bottom: 100px
    }

    .about-overview-section,
    .about-honor-section,
    .about-history-section,
    .about-brand-section {
        padding: 40px 0
    }

    .about-overview-wrap {
        margin-top: 24px;
        padding: 0 0 35px
    }

    .about-overview-wrap .text {
        display: block;
        padding: 20px
    }

    .about-overview-wrap .bt,
    .about-overview-wrap .p {
        width: 100%
    }

    .about-overview-wrap .bt {
        font-size: 24px;
        line-height: 30px
    }

    .about-overview-wrap .p {
        font-size: 16px;
        line-height: 26px
    }

    .about-overview-wrap .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 3px
    }

    .about-profile .home-title {
        margin-bottom: 24px
    }

    .about-brand-list {
        width: 100%;
        margin-top: 24px
    }

    .about-brand-list li {
        width: 50%
    }

    .about-brand-list .bt {
        font-size: 18px;
        line-height: 35px
    }

    .about-brand-list li:nth-child(2) {
        padding-top: 0;
        padding-left: 0
    }

    .about-honor-section {
        overflow: hidden;
        position: relative
    }

    .about-honor-section .about-honor-wrap {
        padding-top: 30px
    }

    .about-honor-section .flipto-next,
    .about-honor-section .flipto-prev {
        width: 36px;
        height: 36px;
        margin-top: 0;
        top: -67px
    }

    .about-honor-section .flipto-next {
        right: 0;
        background: #c6c6c6 url(../images/next1.png) no-repeat center center;
        background-size: 20px;
        left: auto
    }

    .about-honor-section .flipto-prev {
        right: 45px;
        left: auto;
        background: #c6c6c6 url(../images/prev1.png) no-repeat center center;
        background-size: 20px
    }

    .about-history-list {
        margin-top: 24px;
        display: flex;
        gap: 10px;
        height: 280px;
        overflow-x: auto;
        padding-bottom: 6px
    }

    .about-history-list li {
        flex: 0 0 54px;
        border-radius: 8px
    }

    .about-history-list li.active {
        flex: 0 0 72%
    }

    .about-history-list li:before {
        top: 14px;
        width: 8px;
        height: 8px
    }

    .about-history-list .pic img {
        filter: blur(5px)
    }

    .about-history-list li.active .pic img {
        filter: none
    }
}

@media (max-width:640px) {
    .about-brand-list {
        grid-template-columns: 1fr
    }
}

.home-stories-section .home-story-head {
    position: relative;
    z-index: 30
}

.home-story-tabs .case-tab {
    position: static
}

.home-case-dropdown {
    justify-content: space-between;
    display: flex
}

.home-case-dropdown a {
    color: inherit
}

.home-case-dropdown .pic {
    overflow: hidden;
    border-radius: 8rem
}

.home-case-dropdown .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

@media (min-width:1025px) {
    .home-case-dropdown a:hover .pic img {
        transform: scale(1.05)
    }

    .home-case-dropdown a:hover em {
        color: var(--main-color)
    }
}

.case-feature {
    background: #effbf2;
    float: left;
    width: 44%
}

.case-feature .pic {
    border-radius: 8rem 8rem 0 0
}

.case-feature .pic:after {
    padding-bottom: 56.25%
}

.case-feature-text {
    padding: 22rem 36rem 50rem
}

.case-feature-text h3 {
    max-width: 720rem;
    font-size: 22rem;
    line-height: 34rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 102rem;
    font-weight: normal;
    color: #34363b
}

.case-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20rem;
    margin-top: 60rem;
    font-size: 16rem;
    line-height: 24rem;
    color: #b1b1b1
}

.case-meta em {
    position: relative;
    padding-right: 22rem;
    font-style: normal;
    color: #333;
    transition: color .3s
}

.case-meta em:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 12rem;
    height: 12rem;
    background: url(../images/more1.png) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%)
}

.case-meta em svg {
    width: 14rem;
    height: 24rem;
    fill: var(--main-color);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10rem;
    transform: rotate(-45deg)
}

.case-news-list {
    float: right;
    width: 52%
}

.case-news-list li {
    margin: 0;
    display: block;
    padding: 0 0 38rem;
    border-bottom: 1rem solid #d8d8d8
}

.case-news-list li+li {
    padding-top: 38rem
}

.case-news-list li a {
    display: grid;
    grid-template-columns: 286rem 1fr;
    gap: 32rem;
    min-width: 0;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    text-align: left;
    line-height: normal;
    color: inherit;
    background: none
}

.case-news-list .pic:after {
    padding-bottom: 56.25%
}

.case-news-list h3 {
    font-size: 22rem;
    line-height: 32rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 96rem;
    font-weight: normal;
    color: #33363b
}

.case-news-list .case-meta {
    margin-top: 22rem
}

.case-news-list .case-meta em svg {
    width: 14rem;
    height: 24rem;
    fill: var(--main-color);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10rem;
    transform: rotate(-45deg)
}

@media (min-width:1025px) {
    .case-news-list a:hover .pic img {
        transform: scale(1.05)
    }

    .case-news-list a:hover em {
        color: var(--main-color)
    }
}

.case-news-list1 {
    width: 100%;
    float: none;
    overflow: hidden
}

@media (max-width:1025px) {
    .case-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-top: 60px;
        font-size: 16px;
        line-height: 24px;
        color: #b1b1b1
    }

    .case-meta em {
        position: relative;
        padding-right: 22px;
        font-style: normal;
        color: #333;
        transition: color .3s
    }

    .case-meta em:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 12px;
        height: 12px;
        background: url(../images/more1.png) no-repeat center center;
        background-size: contain;
        transform: translateY(-50%)
    }

    .case-meta em svg {
        width: 14px;
        height: 24px;
        fill: var(--main-color);
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        transform: rotate(-45deg)
    }

    .case-news-list {
        width: 100%
    }

    .case-news-list li {
        margin: 0;
        display: block;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #d8d8d8
    }

    .case-news-list li+li {
        padding-top: 38px
    }

    .case-news-list li a {
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px;
        min-width: 0;
        height: auto;
        padding: 0;
        border: 0;
        border-radius: 0;
        text-align: left;
        line-height: normal;
        color: inherit;
        background: none
    }

    .case-news-list .pic {
        height: auto
    }

    .case-news-list h3 {
        font-size: 18px;
        line-height: 32px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        height: 96px;
        font-weight: normal;
        color: #33363b
    }

    .case-news-list .case-meta {
        margin-top: 22px
    }

    .case-news-list .case-meta em svg {
        width: 14px;
        height: 24px;
        fill: var(--main-color);
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        transform: rotate(-45deg)
    }
}

.product-show-page {
    padding-top: 100rem;
    color: #1f2024
}

.product-show-page .current {
    margin-bottom: 42rem
}

.product-detail-top {
    display: grid;
    grid-template-columns: 50% 45.5%;
    gap: 4.5%;
    align-items: start;
    margin-bottom: 82rem
}

.product-detail-top .pli {
    padding: 36rem 0;
    height: 720rem;
    position: relative
}

.product-gallery {
    display: grid;
    grid-template-columns: 170rem 1fr;
    gap: 56rem;
    overflow: hidden;
    position: relative
}

.product-thumbs {
    height: 100%;
    text-align: center;
    overflow: hidden
}

.thumb-btn {
    display: block;
    width: 100%;
    border: 0;
    background: #f4f4f4;
    cursor: pointer
}

.product-thumbs .swiper-slide {
    border: 1rem solid transparent;
    background: #f4f4f4;
    cursor: pointer
}

.product-thumbs .swiper-slide .pic {
    height: 100%
}

.product-thumbs .swiper-slide .pic:after {
    padding-bottom: 109.66666667%
}

.product-thumbs .swiper-slide-thumb-active {
    border-color: var(--main-color)
}

.product-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.thumb-btn {
    position: absolute;
    left: 0;
    z-index: 5;
    height: 18rem
}

.thumb-prev {
    top: 0
}

.thumb-next {
    bottom: 0
}

.thumb-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8rem;
    height: 8rem;
    border-top: 1rem solid #777;
    border-left: 1rem solid #777;
    transform: translate(-50%, -35%) rotate(45deg)
}

.thumb-next:after {
    transform: translate(-50%, -65%) rotate(225deg)
}

.product-main-pic {
    height: 720rem;
    background: #f7f7f7;
    overflow: hidden;
    position: relative
}

.product-main-pic .pic:after {
    padding-bottom: 109.66666667%
}

.product-main-pic .swiper-wrapper,
.product-main-pic .swiper-slide {
    height: 100%
}

.product-main-pic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.product-summary {
    padding-top: 76rem
}

.product-summary h1 {
    margin-bottom: 28rem;
    font-size: 32rem;
    line-height: 45rem;
    font-family: var(--Poppins-Bold);
    color: #111
}

.product-summary .sub {
    font-size: 18rem;
    line-height: 27rem;
    color: #555
}

.product-summary .line {
    height: 1rem;
    background: #e5e5e5;
    margin: 46rem 0 58rem
}

.product-summary h2 {
    margin-bottom: 18rem;
    font-size: 28rem;
    font-weight: normal;
    line-height: 45rem;
    color: #222;
    font-family: var(--Poppins-Bold)
}

.product-summary li,
.product-performance dd p {
    position: relative;
    padding-left: 34rem;
    margin-bottom: 2rem;
    font-size: 20rem;
    font-weight: normal;
    line-height: 45rem;
    color: #555
}

.product-summary li:before,
.product-performance dd p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20rem;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: var(--main-color)
}

.product-quote {
    margin-top: 73rem
}

.product-quote a {
    display: inline-block;
    padding: 0 29rem;
    border: 1rem solid var(--main-color);
    border-radius: 30rem;
    font-size: 22rem;
    line-height: 56rem;
    color: var(--main-color)
}

.product-quote a:hover {
    background: var(--main-color);
    color: #fff
}

.product-performance {
    margin-bottom: 0
}

.product-performance dl {
    display: grid;
    grid-template-columns: 36% 1fr;
    gap: 72rem;
    padding: 63rem 0;
    border-bottom: 1rem solid #ddd
}

.product-performance dl:nth-last-child(1) {
    border-bottom: 0
}

.product-performance dt {
    display: flex;
    gap: 45rem;
    font-size: 28rem;
    font-weight: normal;
    line-height: 68rem;
    color: #222;
    font-family: var(--Poppins-Bold)
}

.product-performance dt i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 76rem;
    height: 76rem;
    background-image: linear-gradient(91deg, #38d4c1 0, #4dd180 50%, #5fcd45 100%);
    border-radius: 16rem
}

.product-cable-section {
    padding: 92rem 0 114rem;
    background: #f2fef4
}

.product-cable-section .home-title {
    margin-bottom: 110rem
}

.product-cable-table table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.5);
    font-size: 20rem;
    line-height: 30rem;
    color: #1696a6;
    text-align: center;
    background: linear-gradient(90deg, #23a8d4, #5dc44b)
}

.product-cable-table th {
    padding: 20rem 20rem;
    color: #fff;
    border: 2rem solid #16b9c2;
    font-family: var(--Poppins-Bold)
}

.product-cable-table td {
    padding: 19rem 20rem;
    background: #fff;
    font-size: 20rem;
    line-height: 30rem;
    color: #1696a6;
    border: 2rem solid #16b9c2
}

.related-project-section {
    padding: 146rem 0 93rem
}

.section-head {
    margin-bottom: 123rem
}

.section-head .home-title {
    float: left
}

.product-arrows {
    float: right;
    display: flex;
    gap: 15rem;
    padding-top: 8rem
}

.product-arrows .project-next,
.product-arrows .project-prev {
    width: 50rem;
    height: 50rem;
    margin-top: 0;
    border-radius: 50%;
    background: #c6c6c6;
    z-index: 66;
    text-align: center;
    border: 0;
    cursor: pointer
}

@media (min-width:1025px) {

    .product-arrows .project-next:hover,
    .product-arrows .project-prev:hover {
        border: solid 1px var(--main-color)
    }
}

.product-arrows .project-prev {
    background: #c6c6c6 url(../images/prev1.png) no-repeat center center;
    background-size: 30rem
}

@media (min-width:1025px) {
    .product-arrows .project-prev:hover {
        background: var(--main-color) url(../images/prev1.png) no-repeat center center;
        background-size: 30rem
    }
}

.product-arrows .project-next {
    background: #c6c6c6 url(../images/next1.png) no-repeat center center;
    background-size: 30rem;
    left: auto
}

@media (min-width:1025px) {
    .product-arrows .project-next:hover {
        background: var(--main-color) url(../images/next1.png) no-repeat center center;
        background-size: 30rem
    }
}

.related-project .text {
    float: left;
    width: 45%;
    padding-top: 26rem
}

.related-project .text h3 {
    margin-bottom: 58rem;
    font-size: 32rem;
    font-weight: normal;
    line-height: 45rem;
    color: #222;
    font-family: var(--Poppins-Bold)
}

.related-project .text p {
    font-size: 18rem;
    font-weight: normal;
    line-height: 30rem;
    color: #27231f
}

.related-project .pic {
    float: right;
    width: 47%;
    background-color: #b4b4b4;
    border-radius: 16rem;
    overflow: hidden
}

.related-project .pic:after {
    padding-bottom: calc(51.21359223%)
}

.related-project .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.related-project-swiper {
    overflow: hidden
}

.product-show-related-list {
    display: flex;
    gap: 0
}

.related-product-section {
    padding: 45rem 0 165rem;
    overflow: hidden
}

.related-product-section .home-title {
    margin-bottom: 71rem
}

.product-show-related-list {
    display: flex;
    gap: 0
}

.product-message-section {
    padding: 80rem 0 70rem;
    background: linear-gradient(90deg, #f8fbfb 0, #fff 50%, #eefbf4 100%)
}

.product-message-section .home-title {
    margin-bottom: 50rem
}

.product-message-box .pic {
    float: left;
    width: 35%;
    height: 330rem;
    overflow: hidden
}

.product-message-box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-message-form {
    float: right;
    width: 56%;
    padding-top: 18rem
}

.product-message-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14rem
}

.product-message-form input,
.product-message-form textarea {
    width: 100%;
    height: 48rem;
    margin-bottom: 14rem;
    padding: 0 18rem;
    border: 0;
    background: #fff;
    font-size: 15rem;
    color: #333
}

.product-message-form textarea {
    height: 112rem;
    padding-top: 16rem;
    resize: none
}

.product-message-form .form-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18rem
}

.product-message-form .verifyDiv {
    margin-right: auto;
    width: 260rem;
    height: 36rem;
    background: #f0f0f0
}

.product-message-form button {
    min-width: 100rem;
    height: 36rem;
    border: 1rem solid var(--main-color);
    border-radius: 20rem;
    background: transparent;
    color: #333;
    cursor: pointer
}

.product-message-form button[type="submit"] {
    background: var(--main-color);
    color: #fff
}

@media screen and (max-width:1025px) {
    .product-show-page {
        padding-top: 60px
    }

    .product-show-page .current {
        margin-bottom: 42rem;
        display: none
    }

    .product-detail-top .pli {
        display: none
    }

    .product-detail-top,
    .product-gallery,
    .product-performance dl {
        display: block
    }

    .product-gallery {
        margin-bottom: 28px;
        padding-top: 40px
    }

    .product-thumbs {
        display: none
    }

    .product-main-pic {
        height: auto
    }

    .product-summary .sub {
        font-size: 16px;
        line-height: 26px;
        color: #555
    }

    .product-summary {
        padding-top: 0
    }

    .product-summary h1,
    .section-head h2,
    .product-cable-section .home-title h2,
    .related-product-section .home-title h2,
    .product-message-section .home-title h2 {
        font-size: 28px;
        line-height: 38px
    }

    .product-summary h1 {
        margin-bottom: 10px
    }

    .product-summary .line {
        margin: 20px 0
    }

    .product-summary h2 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px
    }

    .product-detail-top {
        margin-bottom: 40px
    }

    .product-summary li,
    .product-performance dd p {
        padding-left: 20px;
        margin-bottom: 1px;
        font-size: 14px;
        line-height: 24px
    }

    .product-summary li:before,
    .product-performance dd p:before {
        top: 10px;
        width: 5px;
        height: 5px
    }

    .product-performance dl {
        padding: 28px 0
    }

    .product-performance dt {
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 30px;
        gap: 15px
    }

    .product-performance dt i {
        width: 30px;
        height: 30px;
        border-radius: 10px
    }

    .product-quote {
        margin-top: 20px
    }

    .product-quote a {
        padding: 0 20px;
        border-radius: 30px;
        font-size: 14px;
        line-height: 35px
    }

    .product-cable-section,
    .related-project-section,
    .related-product-section,
    .product-message-section {
        padding: 40px 0
    }

    .product-cable-section .home-title,
    .related-product-section .home-title,
    .product-message-section .home-title,
    .section-head {
        margin-bottom: 24px
    }

    .product-cable-table {
        overflow-x: auto
    }

    .product-cable-table table {
        min-width: 720px;
        font-size: 14px;
        line-height: 24px
    }

    .product-cable-table th {
        padding: 15px
    }

    .product-cable-table td {
        padding: 15px;
        font-size: 14px;
        line-height: 24px
    }

    .related-project .text,
    .related-project .pic,
    .product-message-box .pic,
    .product-message-form {
        float: none;
        width: 100%
    }

    .related-project-section {
        padding-bottom: 0
    }

    .related-project .text {
        padding-top: 0;
        margin-bottom: 24px
    }

    .related-project .pic {
        height: 240px
    }

    .related-project .text h3 {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 30px
    }

    .related-project .text p {
        font-size: 14px;
        line-height: 24px
    }

    .product-show-related-list {
        display: flex
    }

    .product-message-box .pic {
        height: 220px;
        margin-bottom: 20px
    }

    .product-message-form .form-row,
    .product-message-form .form-actions {
        display: block
    }

    .product-message-form .verifyDiv {
        width: 100%;
        margin-bottom: 14px
    }

    .product-message-form button {
        margin-right: 10px
    }
}

.product-show-page .product-show-related-list {
    display: flex;
    gap: 0
}

.product-show-page .product-show-related-list li {
    margin: 0
}

@media screen and (max-width:1200px) {
    .product-show-page .product-show-related-list {
        display: flex;
        gap: 0
    }
}

.privacy-page {
    padding: 82rem 0 110rem;
    background: #fff
}

.privacy-page .home-title {
    margin-bottom: 52rem
}

.privacy-content {
    margin: 0 auto;
    font-size: 18rem;
    line-height: 32rem;
    color: #555
}

.privacy-content .bt {
    margin: 38rem 0 14rem;
    font-size: 26rem;
    line-height: 36rem;
    color: #111;
    font-family: var(--Poppins-Bold)
}

.privacy-content .p p {
    margin-bottom: 14rem
}

@media (max-width:1025px) {
    .privacy-page {
        padding: 40px 0
    }

    .privacy-page .home-title {
        margin-bottom: 24px
    }

    .privacy-content {
        max-width: none;
        font-size: 16px;
        line-height: 26px
    }

    .privacy-content .bt {
        margin: 24px 0 10px;
        font-size: 20px;
        line-height: 28px
    }

    .privacy-content .p p {
        margin-bottom: 12px
    }
}

@media (max-width:520px) {
    .inbanner h1 {
        font-size: 24px;
        line-height: 35px
    }

    .about-profile .videoDiv .pic {
        width: 100%
    }

    .about-profile .videoDiv {
        display: block
    }

    .about-profile .videoDiv .text {
        padding-left: 0;
        padding-top: 10px
    }

    .about-profile .videoDiv .text br {
        display: none
    }

    .about-profile .listShuju .num {
        font-size: 34px
    }

    .storieslist {
        grid-template-columns: 1fr
    }

    .news-show-article .p h3 {
        margin: 24px 0 10px;
        font-size: 16px;
        line-height: 28px
    }

    .news-show-article .p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 30px
    }

    .home-video .overlay .box {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        text-align: center;
        z-index: 4;
        will-change: opacity, transform
    }

    .home-video .overlay {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 444;
        overflow: hidden;
        will-change: opacity;
        filter: none
    }

    .home-video .overlay .box .tit {
        font-size: 16px;
        font-weight: normal;
        margin-top: 10px;
        line-height: 25px;
        color: #222;
        padding: 0 20px
    }
}



.banner .swiper-renewal-main .banner-hover3 {
    top: 18%;
    transform: none;
}

.banner .swiper-renewal-main .banner-hover3 .bt {
    font-size: 72rem;
    line-height: 77rem;
    color: #1d4466;
    text-shadow: none;
}

.banner .swiper-renewal-main .banner-hover3 .span {
    font-size: 52rem;
    font-weight: normal;
    line-height: 77rem;
    color: #1d4466;

}

.banner .swiper-renewal-main .swiper-slide-active .banner-hover3 .span {
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate;
}


.banner .swiper-renewal-main .banner-hover2 { 
    text-align: left;
}

.banner .swiper-renewal-main .banner-hover2 .info {
    padding-left: 40rem;
}

.banner .swiper-renewal-main .banner-hover2 .bt {
    font-size: 73rem;
    line-height: 85rem;
    color: #31841c;
    text-shadow: none;
    margin-bottom: 18rem;
}

.banner .swiper-renewal-main .banner-hover2 .span {
    font-size: 26rem;
    font-weight: normal;
    line-height: 33rem;
    color: #08243e;
    margin-bottom: 21rem;

}

.banner .swiper-renewal-main .banner-hover2 .tu img {
    width: 536rem;
    transform: scale(1);
    margin-bottom: 10rem;
    margin-left: -46rem;
}

.banner .swiper-renewal-main .banner-hover2 .tu1 img {
    width: 911rem;
    transform: scale(1);
    margin-left: -30rem;
}

.banner .swiper-renewal-main .swiper-slide-active .banner-hover2 .span {
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate;
}

.banner .swiper-renewal-main .swiper-slide-active .banner-hover2 .tu {
    -webkit-animation: fadeInUp2 3s alternate;
    animation: fadeInUp2 3s alternate;
}

.banner .swiper-renewal-main .swiper-slide-active .banner-hover2 .tu1 {
    -webkit-animation: fadeInUp2 4s alternate;
    animation: fadeInUp2 4s alternate;
}

@media(max-width:1025px){
    .banner .swiper-renewal-main .banner-hover3 .bt {
    font-size: 28px;
    line-height: 36px; 
}
   .banner  .swiper-renewal-main .banner-hover3 .span {
    font-size: 16px; 
    line-height: 26px; 
}
.banner .swiper-renewal-main .banner-hover2 .bt {
    font-size: 28px;
    line-height: 36px;  
    margin-bottom: 10px;
}
.banner .swiper-renewal-main .banner-hover2 .bt br{
    display: none;
}
.banner .swiper-renewal-main .banner-hover2 .span {
    font-size: 16px; 
    line-height: 26px; 
    margin-bottom: 5px;
}
.banner .swiper-renewal-main .banner-hover2 .span br{
    display: none;
}
.banner .swiper-renewal-main .banner-hover2 .tu img {
    width: 50%; 
    margin-bottom: 5px;
       margin-left: -15px;
}
.banner .swiper-renewal-main .banner-hover2 .info {
    padding-left: 0;
}
.banner .swiper-renewal-main .banner-hover2 .tu1 img {
    width: 100%; 
    margin-left: -10px;
}
}