@charset "utf-8";
:root {
    --shen-color: #333;
    --qian-color: #666;
    --main-color: #76b44f;
    --hover-color: #479e80;
    --AlibabaPuHuiTi-2-105-Heavy: AlibabaPuHuiTi-2-105-Heavy;
    --Ubuntu-Bold: Ubuntu-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: .510938px !important
    }
}

body {
    font-family: '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
}

@-moz-document url-prefix() {
    html, body {
        scroll-behavior: auto !important
    }
}

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: 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: 0
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 0;
    color: 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 {
    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
}

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

#section-footer .fp-tableCell {
    display: block
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38rem;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

.section {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
}

.fp-section.fp-table,.fp-slide.fp-table {
    overflow: hidden !important
}

.section1 {
    position: relative;
    width: 100%;
    z-index: 400
}

.section1 .bg {
    z-index: 80
}

.section1 .bg img {
    display: none
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 55%;
    opacity: 1;
    width: 50px;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.right {
    right: 70px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,.fp-slidesNav ul li {
    display: block;
    width: 50px;
    height: 30px;
    text-align: center;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a:before,.fp-slidesNav ul li a:before {
    content: '';
    width: 0;
    height: 1px;
    left: 50%;
    bottom: 5px;
    display: none;
    background: #fff;
    position: absolute;
    transition: all 334ms ease;
    -webkit-transition: all 334ms ease
}

#fp-nav ul li a.active:before,#fp-nav ul li:hover a.active:before,.fp-slidesNav ul li a.active:before,.fp-slidesNav ul li:hover a:before {
    width: 20px;
    left: 24px
}

#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span {
    background: #76b44f
}

#fp-nav ul li a span,.fp-slidesNav ul li a span {
    position: absolute;
    z-index: 1;
    border: 0;
    color: #76b44f;
    font-size: 0;
    width: 12px;
    height: 12px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: solid 2px #76b44f;
    border-radius: 100%
}

#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span {
    background: #76b44f
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: helvetica,sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@keyframes 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: AlibabaPuHuiTi-2-105-Heavy;
    src: url('../font/AlibabaPuHuiTi-2-105-Heavy.woff2') format('woff2'), url('../font/AlibabaPuHuiTi-2-105-Heavy.woff') format('woff'), url('../font/AlibabaPuHuiTi-2-105-Heavy.ttf') format('truetype'), url('../font/AlibabaPuHuiTi-2-105-Heavy.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Ubuntu-Bold;
    src: url('../font/Ubuntu-Bold.woff2') format('woff2'), url('../font/Ubuntu-Bold.woff') format('woff'), url('../font/Ubuntu-Bold.ttf') format('truetype'), url('../font/Ubuntu-Bold.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
}

.sitemap {
    background: #fff
}

.sitemap .home-title {
    margin-bottom: 35rem
}

.sitemap .sitemap-bottom {
    font-size: 18rem;
    line-height: 30rem;
    color: #333;
    padding-bottom: 100rem
}

.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
}

.fix {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: .5s;
    left: 0
}

.transparent {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
    top: 0;
    left: 0;
    z-index: 888;
    backdrop-filter: blur(5px)
}

.transparent.active {
    display: block
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1560rem
}

.height {
    height: 1px;
    position: absolute;
    top: -82rem;
    left: 0;
    width: 100%
}

.height1 {
    height: 82rem
}

.header {
    height: 82rem;
    width: 100%;
    transition: .5s;
    position: relative;
    z-index: 2;
    background: #fff
}

.header .container {
    max-width: 1760rem
}

.header .logo {
    float: left;
    transition: .5s;
    padding-top: 13rem
}

.header .logo a {
    display: block;
    position: relative;
    transition: .5s
}

.header .logo a img {
    display: inline-block;
    vertical-align: top;
    width: 155rem;
    z-index: 5;
    position: relative;
    transition: .5s
}

.header .logo a .lg2 {
    display: none
}

.header .header-right {
    float: right;
    position: relative
}

.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: #666;
    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 .login, .header .header-right .collection {
    float: right;
    margin-left: 20rem
}

.header .header-right .login a, .header .header-right .collection a {
    width: 42rem;
    height: 82rem;
    display: block;
    display: flex;
    align-items: center
}

.header .header-right .login a img, .header .header-right .collection a img {
    width: 24rem
}

.header .header-right .success {
    float: right;
    font-size: 16rem;
    line-height: 28rem;
    padding: 0 35rem;
    color: #333
}

.header .header-right .success a {
    color: var(--main-color)
}

.header .header-right .header-search {
    float: right;
    position: relative;
    transition: .7s;
    margin-left: 31rem
}

.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: 42rem;
    height: 82rem;
    transition: .7s;
    background: url(../images/search.png) no-repeat center center;
    background-size: 24rem !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: 24rem !important
}

.headerfix {
    box-shadow: -6rem 0 59rem 0 rgba(51, 51, 51, 0.08)
}

.nav {
    transition: .2s;
    float: left;
    margin-left: 84rem
}

.nav ul {
    z-index: 1
}

.nav ul li {
    float: left;
    margin-right: 85rem;
    position: relative
}

.nav ul li a {
    font-size: 20rem;
    font-weight: normal;
    color: #000;
    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 i {
    height: 82rem;
    display: inline-block;
    vertical-align: top;
    width: 10rem;
    background: url(../images/xia.png) no-repeat left center;
    background-size: 100%;
    margin-left: 7rem
}

.nav ul li a .txt-1 {
    display: block;
    line-height: 82rem
}

.nav ul li a .txt-2 {
    display: none;
    transform: translateY(100%)
}

.nav ul li .subnav {
    width: 240rem;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -120rem;
    display: none;
    z-index: 333;
    text-align: left
}

.nav ul li .subnav ul {
    margin: 0;
    padding: 12rem;
    background: #fff;
    box-shadow: -6rem 0 59rem 0 rgba(51, 51, 51, 0.08)
}

.nav ul li .subnav ul li {
    width: auto;
    padding: 0;
    float: none;
    margin: 0
}

.nav ul li .subnav ul li a {
    font-size: 16rem;
    line-height: 30rem;
    color: #333 !important;
    height: auto;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: left;
    padding: 10rem 16rem;
    border-radius: 4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-weight: normal !important;
    display: block
}

.nav ul li .subnav ul li a:after {
    display: none
}

.nav ul li .subnav ul li a: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:hover a span {
    color: var(--main-color)
}

.nav ul li:hover a i {
    background: url(../images/xia1.png) no-repeat left center;
    background-size: 100%
}

.nav ul li:nth-child(1) {
    margin-left: 0
}

.nav ul .active a span {
    color: var(--main-color)
}

.nav ul .active a i {
    background: url(../images/xia1.png) no-repeat left center;
    background-size: 100%
}

.home {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 320;
    padding-top: 91rem;
    transform: translateY(-50%)
}

#menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    background: #fff;
    z-index: 9999;
    height: 100%;
    transition: .5s;
    overflow: auto;
    padding: 62px 8px
}

#menu .lan {
    text-align: center;
    padding: 15px 0
}

#menu .lan a {
    color: #666;
    font-size: 16px;
    margin: 0 5px 10px 5px
}

#menu .btn {
    text-align: center
}

#menu .hide {
    display: none
}

#menu .search {
    z-index: 777;
    width: 100%;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px
}

#menu .search .form-control {
    text-align: left;
    border: 0;
    width: 100%;
    font-size: 14px;
    color: #999;
    height: 42px;
    vertical-align: top;
    padding: 0 40px 0 20px;
    border-radius: 2px;
    border: solid 1px #d1d1d1;
    background: none
}

#menu .search .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    background: url(../images/search.png) no-repeat center center;
    background-size: 15px !important
}

#menu ul .subnav {
    display: none;
    text-transform: inherit
}

#menu ul .subnav a {
    text-transform: inherit
}

#menu ul ul {
    padding: 0;
    margin: 0 -5px;
    padding-left: 10px
}

#menu ul ul li {
    width: 100%;
    float: left;
    border: 0
}

#menu ul ul li i {
    right: 5px
}

#menu ul ul li a {
    padding: 9px 48px 9px 0;
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: #666
}

#menu ul ul li ul {
    display: none
}

#menu ul ul li ul a {
    padding-left: 15px
}

#menu ul ul li ul a:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: 0;
    background: #999
}

#menu ul {
    overflow: hidden;
    padding: 0 0 0 10px
}

#menu ul li {
    position: relative;
    border-bottom: 1px solid #f1f1f1
}

#menu ul li i {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    text-align: center;
    background: url(../images/jt.png) no-repeat center center;
    background-size: 13px
}

#menu ul li a {
    font-size: 18px;
    color: #333;
    display: block;
    line-height: 38px;
    padding: 9px 0;
    padding-right: 48px;
    position: relative;
    z-index: 2
}

#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
}

@media (max-width: 1025px) {
    .phone {
        display: block
    }

    .pc {
        display: none
    }
}

.home-title span {
    font-family: var(--Ubuntu-Bold);
    font-size: 36rem;
    font-weight: normal;
    line-height: 60rem;
    color: #4b5345
}

.home-title p {
    font-size: 46rem;
    font-weight: bold;
    line-height: 54rem;
    color: var(--main-color)
}

.home-title1 span {
    color: #fff
}

.home-title1 p {
    color: #fff
}

.more a, .more p {
    font-size: 16rem;
    font-weight: normal;
    line-height: 37rem;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 0 23rem;
    border-radius: 30rem;
    background: var(--hover-color);
    position: relative;
    overflow: hidden
}

.more a img, .more p img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20rem;
    width: 6rem;
    margin-top: -2rem;
    position: relative;
    z-index: 33
}

.more a span, .more p span {
    position: relative;
    z-index: 33
}

.more a:before, .more p:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    background: var(--main-color);
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform .4s cubic-bezier(.3, 1, .8, 1)
}

@media (min-width: 1025px) {
    .more a:hover::before {
        transform: translate3d(100%, 0, 0)
    }
}

.moreh a img, .moreh p img {
    width: 20rem
}

.more1 a, .more1 p {
    line-height: 25rem;
    font-size: 14rem;
    font-weight: normal;
    color: #333
}

.more1 a i, .more1 p i {
    width: 25rem;
    height: 25rem;
    background: #333 url(../images/more.png) no-repeat center center;
    background-size: 12rem;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5rem;
    margin-top: -2rem
}

.center {
    text-align: center
}

.white {
    color: #fff
}

.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)
    }
}

.swiper-renewal-main {
    position: relative;
    overflow: hidden
}

.swiper-renewal-main .swiper-slide {
    overflow: hidden
}

.swiper-renewal-main .swiper-slide img, .swiper-renewal-main .swiper-slide video {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100vh
}

.swiper-renewal-main .swiper-slide img {
    -webkit-animation: wave 2s alternate;
    animation: wave 2s alternate
}

.swiper-renewal-main .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh
}

.swiper-renewal-main .img1 {
    display: none
}

.swiper-renewal-main .banner-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 340;
    padding-top: 120rem
}

.swiper-renewal-main .banner-hover .bt {
    font-size: 56rem;
    font-weight: normal;
    font-family: var(--AlibabaPuHuiTi-2-105-Heavy);
    color: #fff;
    text-shadow: -3rem 0 7rem rgba(25, 16, 108, 0.35)
}

.swiper-renewal-main .banner-hover .container {
    max-width: 1760rem
}

.swiper-renewal-main .banner-hover .span {
    margin-bottom: 25rem
}

.swiper-renewal-main .banner-hover .span img {
    width: 293rem;
    height: auto;
    display: block
}

.swiper-renewal-main .swiper-pagination {
    bottom: 80rem;
    text-align: right;
    right: 80rem;
    left: auto
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    width: 48rem;
    height: 4rem;
    margin: 0 6rem;
    overflow: hidden;
    opacity: 1;
    border-radius: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.3)
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-renewal-main .swiper-slide-active img {
    -webkit-animation: wave 2s alternate;
    animation: wave 2s alternate
}

.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 .span {
    -webkit-animation: fadeInUp2 3s alternate;
    animation: fadeInUp2 3s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .more {
    -webkit-animation: fadeInUp2 4s alternate;
    animation: fadeInUp2 4s alternate
}

.swiper-renewal-main .swiper-button-next, .swiper-renewal-main .swiper-button-prev {
    width: 56rem;
    height: 56rem;
    left: 22rem;
    margin-top: -28rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.8);
    display: none
}

.swiper-renewal-main .swiper-button-next:after, .swiper-renewal-main .swiper-button-prev:after {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20rem
}

@media (min-width: 1025px) {
    .swiper-renewal-main .swiper-button-next:hover, .swiper-renewal-main .swiper-button-prev:hover {
        border: solid 1px var(--main-color)
    }
}

.swiper-renewal-main .swiper-button-next {
    right: 22rem;
    left: auto
}

.home-about {
    padding-top: 34rem
}

.home-about .nr {
    position: relative;
    min-height: 926rem;
    padding-top: 124rem
}

.home-about .nr .left {
    width: 780rem;
    position: absolute;
    top: 0;
    left: -85rem
}

.home-about .nr .left img {
    display: block
}

.home-about .right {
    background-image: linear-gradient(90deg, rgba(171, 223, 174, 0.21) 0, rgba(190, 233, 180, 0.21) 100%);
    border-radius: 330rem 330rem 0 330rem;
    padding-left: 50%;
    padding-top: 65rem;
    width: 105%;
    padding-right: 105rem;
    padding-bottom: 66rem;
    position: relative
}

.home-about .right:after {
    content: '';
    display: block;
    width: 175rem;
    height: 60rem;
    background: url(../images/line.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    bottom: -6rem;
    right: 30rem
}

.home-about .right .img {
    margin-bottom: 13rem
}

.home-about .right .img img {
    display: block;
    width: 293rem
}

.home-about .right .p {
    font-size: 18rem;
    font-weight: lighter;
    line-height: 35rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    margin-top: 38rem;
    margin-bottom: 60rem;
    color: #1d1d1d
}

.home-service {
    overflow: hidden;
    background: #fff
}

.home-service .part1 {
    position: relative
}

.home-service .part1 .pics {
    position: relative;
    height: 960rem;
    overflow: hidden
}

.home-service .part1 .pics .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    opacity: 0;
    transition: all .5s
}

.home-service .part1 .pics .on {
    opacity: 1
}

.home-service .txts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 333
}

.home-service .txts .container {
    height: 100%;
    position: relative
}

.home-service .txts .txt {
    width: 51.5%;
    float: right;
    padding: 172rem 0;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0
}

.home-service .txts .txt .span {
    font-size: 30rem;
    font-weight: bold;
    line-height: 28rem;
    margin-top: 48rem;
    margin-bottom: 33rem;
    color: #fff
}

.home-service .txts .txt .p {
    font-size: 18rem;
    font-weight: lighter;
    line-height: 36rem;
    margin-bottom: 105rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #fff
}

.home-service .txts .txt.on {
    opacity: 1;
    pointer-events: all
}

.home-service .tabs {
    position: absolute;
    z-index: 4444;
    width: 100%;
    bottom: 28rem;
	bottom: 66rem;
    padding-top: 40rem
}

.home-service .tabs .container {
    display: flex;
    justify-content: space-between
}

.home-service .tabs .item {
    position: relative;
    top: 0;
    z-index: 2;
    cursor: pointer;
    transition: all .5s;
    padding: 20rem
}

.home-service .tabs .item:hover {
    top: -10rem
}

.home-service .tabs .item:nth-child(1) {
    transform: translateY(-2rem)
}

.home-service .tabs .item:nth-child(2) {
    transform: translateY(-29rem)
}

.home-service .tabs .item:nth-child(3) {
    transform: translateY(-33rem)
}

.home-service .tabs .item .pic {
    width: 148rem;
    margin-bottom: 20rem
}

.home-service .tabs .item .pic:after {
    padding-bottom: 106.08108108%
}

.home-service .tabs .item .bt {
    text-align: center;
    font-size: 30rem;
    font-weight: bold;
    line-height: 28rem;
    color: #fff
}

.home-service .tabs {
    overflow: hidden
}

.home-service .tabs svg {
    position: absolute;
    left: 0;
    top: -110rem;
    z-index: 1
}

.home-service .tabs svg .wave {
    animation: wave1 3s linear;
    animation-iteration-count: infinite;
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: .1px;
    fill: transparent
}

.home-service .tabs svg #wave3 {
    animation-duration: 7s
}

@keyframes wave1 {
    to {
        transform: translateX(-100%)
    }
}

.home-product {
    padding: 87rem 0;
	padding: 0;
}

.home-product .home-top .left {
    float: left;
    width: 40%
}

.home-product .home-top .left .home-title {
    margin-bottom: 38rem
}

.home-product .home-top .right {
    float: right;
    width: 56%
}

.home-product .home-top .right .p {
    font-size: 18rem;
    font-weight: lighter;
    line-height: 42rem;
    color: #1d1d1d
}

.home-product .home-bottom {
    padding-top: 77rem;
	padding-top: 50rem;
}

.prolist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 42rem;
    grid-column-gap: 42rem
}

.prolist .item .box {
    position: relative
}

.prolist .item .pic {
    border-radius: 180rem 180rem 0 0;
    border: solid 2rem #f6f6f6
}

.prolist .item .pic:after {
    padding-bottom: 168.88888889%;
    padding-bottom: 125.88888889%;
}

.prolist .item .bt {
    position: absolute;
    font-size: 24rem;
    font-weight: normal;
    line-height: 28rem;
    left: 0;
    padding: 0 30rem;
    width: 100%;
    z-index: 33;
    bottom: 20rem;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

@media (min-width: 1025px) {
    .prolist .item:hover .pic img {
        transform: scale(1.1)
    }
}

.home-news {
    padding: 95rem 0 95rem 0
}

.home-news .home-bottom {
    position: relative;
    overflow: hidden;
    padding-top: 43rem;
    padding-bottom: 14rem;
    border-bottom: 1px solid #dfdfdf
}

.home-news .home-bottom .swiper {
    position: relative;
    overflow: hidden
}

.re-news .home-bottom {
    overflow: auto;
}

.newslist .item {
    width: 33.33333333%;
    float: left;
    margin-right: 40rem
}

.newslist .item .pic {
    border-radius: 20rem
}

.newslist .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newslist .item .pic:after {
    padding-bottom: 54.69387755%
}

.newslist .item .text {
    padding: 0 34rem;
    padding-top: 30rem
}

.newslist .item .date {
    line-height: 26rem;
    font-size: 14rem;
    font-weight: normal;
    color: #222
}

.newslist .item .date span {
    padding: 0 15rem;
    background: var(--main-color);
    border-radius: 6rem;
    margin-right: 10rem;
    display: inline-block;
    vertical-align: top;
    color: #fff
}

.newslist .item .bt {
    font-size: 18rem;
    font-weight: normal;
    line-height: 28rem;
    color: #1b1a1a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 56rem;
    margin-top: 14rem;
    margin-bottom: 30rem
}

@media (min-width: 1025px) {
    .newslist .item:hover .pic img {
        transform: scale(1.1)
    }
}

.footer {
    font-size: 14rem;
    color: #fff;
    padding-top: 104rem;
    position: relative;
    z-index: 2;
    background: #000
}

.footer a {
    color: #fff;
    transition: all .5s
}

.footer a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.footer .bd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 132rem
}

.footer .left {
    width: 67%;
    float: left
}

.footer .right {
    width: 26%;
    float: left
}

.footer .right .info {
    font-size: 13rem;
    line-height: 26rem;
    color: #666;
    margin-bottom: 17rem
}

.footer .title {
    text-align: right;
    font-size: 16rem;
    font-weight: lighter;
    line-height: 32rem;
    color: #fff;
    margin-bottom: 18rem;
    position: relative
}

.footer .title a {
    color: #fff
}

.footer .input {
    position: relative;
    margin-bottom: 25rem
}

.footer .input input {
    width: 100%;
    height: 42rem;
    background-color: #fff;
    border-radius: 4rem;
    border: none;
    font-size: 14rem;
    padding: 0 135rem 0 16rem;
    color: #6f6f6f
}

.footer .input .sub {
    position: absolute;
    top: 5rem;
    right: 5rem;
    font-size: 16rem;
    color: #fff;
    width: 127rem;
    border-radius: 4rem;
    border: solid 1px var(--main-color);
    line-height: 32rem;
    background: var(--main-color);
    display: block;
    text-align: center
}

.footer .menu1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    overflow: hidden
}

.footer .menu1 > .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -15rem
}

.footer .menu1 > .list > li {
    padding-right: 15rem;
    position: relative
}

.footer .menu1 > .list > li > a, .footer .menu1 > .list > li > span {
    display: inline-block;
    text-align: left;
    font-size: 20rem;
    font-weight: bold;
    line-height: 32rem;
    color: #fff;
    margin-bottom: 20rem;
    position: relative
}

.footer .menu1 .arrowM {
    display: none
}

.footer .menu1 .subnav {
    position: relative
}

.footer .menu1 .subnav a {
    font-size: 16rem;
    font-weight: normal;
    line-height: 47rem;
    color: #f5fff3;
    display: block;
    transition: all .5s;
    position: relative;
    transition: .5s
}

.footer .menu1 .subnav a:hover {
    color: var(--main-color)
}

.footer .flist {
    float: right
}

.footer .flist li {
    position: relative;
    margin-left: 17rem;
    float: left
}

.footer .flist li:hover .box .icon {
    background: var(--main-color);
    color: #fff;
    border: solid 1px var(--main-color)
}

.footer .flist li:hover .box img, .footer .flist li:hover .box svg {
    fill: #fff
}

.footer .flist li:hover .hover {
    display: block
}

.footer .flist li:hover .hover1 {
    display: block
}

.footer .flist .douyin .icon img, .footer .flist .douyin .icon svg {
    width: 20rem;
    height: 20rem
}

.footer .flist .box {
    transition: .5s;
    display: block
}

.footer .flist .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    border: solid 1px #fff
}

.footer .flist .icon img, .footer .flist .icon svg {
    width: 26rem;
    height: 26rem;
    fill: #fff
}

.footer .flist .down {
    display: none;
    color: #666;
    font-size: 14rem;
    align-items: center;
    width: 120rem;
    cursor: initial;
    padding-bottom: 20rem;
    position: absolute;
    top: 120%;
    left: 0
}

.footer .flist .down .txt {
    margin-right: 10rem
}

.footer .flist .down .ewm {
    width: 119rem;
    position: relative
}

.footer .flist .active .down {
    display: flex
}

.footer .flist .box:hover .icon {
    opacity: 1
}

.copyright {
    border-top: 1px solid #e3e7ec;
    font-size: 14rem;
    font-weight: normal;
    line-height: 30rem;
    color: #f5fff3;
    padding: 14rem 0
}

.copyright span {
    margin: 0 20rem
}

.copyright a {
    margin: 0 5rem
}

#video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000000000000000;
    display: none
}

#video .close {
    position: absolute;
    width: 34rem;
    height: 34rem;
    top: -30rem;
    right: -30rem;
    text-align: center;
    line-height: 30rem;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 22rem;
    color: #fff;
    cursor: pointer;
    z-index: 3333
}

#video video {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    margin: 0 auto;
    border-radius: 20rem;
    overflow: hidden
}

#Privacy {
    z-index: 10000;
    position: fixed;
    width: 800px;
    background: #fff;
    border: 4px solid rgba(0, 0, 0, 0.15);
    top: 50%;
    left: 50%;
    margin-top: -264px;
    margin-left: -400px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

#Privacy .dialog_header {
    width: 100%;
    position: relative;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f3f3f3
}

#Privacy .dialog_header .title {
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px
}

#Privacy .dialog_header .close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #c5c5c5;
    cursor: pointer
}

#Privacy .privacy_policy_title {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px
}

#Privacy .p-1 {
    font-size: 20px
}

#Privacy .p-2 {
    font-size: 16px
}

#Privacy .privacy_content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    padding: 20px 30px;
    overflow: auto;
    line-height: 30px
}

#Privacy .privacy_footer {
    width: 100%;
    padding: 20px 0;
    text-align: center
}

#Privacy .close_btn {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    min-width: 200px;
    height: 40px;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

@media (max-width: 1025px) {
    #Privacy {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0
    }
}

.content {
    padding: 61rem 0 98rem 0;
    min-height: 600rem
}

.inmain {
    padding: 92rem 0 0 0
}

.inmain-title {
    padding-bottom: 54rem
}

.inmain-title .left {
    float: left;
    width: 45%
}

.inmain-title .right {
    float: right;
    width: 53%
}

.inmain-title .jsh {
    font-size: 18rem;
    line-height: 36rem;
    color: #1d1d1d;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 14rem;
    grid-column-gap: 14rem
}

.inmain-title .bt {
    font-size: 46rem;
    font-weight: bold;
    line-height: 60rem;
    margin-bottom: 22rem;
    color: #000
}

.inmain-title .p {
    font-size: 20rem;
    color: #666
}

.inmain-title1 .left {
    width: 100%
}

.inbanner {
    color: #fff;
    position: relative;
    overflow: hidden
}

.inbanner img, .inbanner video {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inbanner .img {
    position: relative;
    overflow: hidden;
    border-radius: 20rem
}

.inbanner .img img {
    -webkit-animation: wave 2s alternate;
    animation: wave 2s alternate;
    display: block
}

.inbanner .img1 {
    position: relative;
    overflow: hidden;
    display: none;
    border-radius: 20rem
}

.inbanner .item {
    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)
    }
}

.current .info {
    padding: 12rem 0;
    max-width: 100%
}

.current span {
    font-size: 14rem;
    font-weight: normal;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.current span a {
    color: #666
}

.current span b {
    color: #666;
    font-weight: normal
}

.line {
    width: 100%;
    height: 2px;
    margin-bottom: 100rem;
    background: #ebebeb
}

.technologylist {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 100rem;
    grid-column-gap: 100rem
}

.technologylist .item .box {
    justify-content: space-between;
    display: flex;
    align-items: center
}

.technologylist .item .left {
    float: left;
    width: 45.5%;
    border-radius: 20rem;
    overflow: hidden
}

.technologylist .item .right {
    float: right;
    width: 41%
}

.technologylist .item img {
    display: block;
    width: 100%;
    height: auto
}

.technologylist .item .bt {
    font-size: 46rem;
    font-weight: normal;
    line-height: 72rem;
    margin-bottom: 36rem;
    color: #000
}

.technologylist .item .p {
    font-size: 20rem;
    font-weight: lighter;
    line-height: 40rem;
    color: #1d1d1d
}

.technologylist .item:nth-child(2n) .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.join .home-title p {
    font-weight: normal;
    color: #000
}

.joinlist {
    padding-top: 50rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 50rem;
    grid-column-gap: 50rem
}

.joinlist .item {
    border-radius: 20rem;
    border: solid 1px #dcdcdc;
    padding: 48rem 63rem;
    background: #fff
}

.joinlist .item .bt {
    font-size: 30rem;
    font-weight: normal;
    line-height: 30rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 21rem;
    margin-bottom: 31rem;
    color: #000
}

.joinlist .item .p {
    font-size: 20rem;
    font-weight: lighter;
    line-height: 35rem;
    color: #666;
    margin-bottom: 45rem
}

.joinlist .item .p p {
    margin-bottom: 8rem
}

.joinlist .item .more a {
    font-size: 20rem;
    line-height: 43rem
}

.contact .home-title p {
    font-weight: normal;
    color: #000
}

.contact-main {
    margin-top: 48rem;
    padding: 73rem 80rem;
    border-radius: 20rem
}

.contact-main .p-1 {
    font-size: 20rem;
    font-weight: lighter;
    line-height: 40rem;
    color: #fff
}

.contact-main .p-2 {
    font-size: 20rem;
    margin-top: 174rem;
    font-weight: lighter;
    line-height: 35rem;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 25rem;
    grid-column-gap: 25rem
}

.contact-main .p-2 p {
    padding-left: 50rem;
    position: relative
}

.contact-main .p-2 p img {
    width: 26rem;
    position: absolute;
    top: 5rem;
    left: 0
}

.contact-message {
    padding: 99rem 0 0 0;
    overflow: hidden
}

.contact-message .left {
    width: 46%;
    float: left;
    border-radius: 20rem;
    overflow: hidden
}

.contact-message .left img {
    width: 100%;
    height: auto;
    display: block
}

.contact-message .right {
    width: 46.3%;
    float: right;
    padding-top: 83rem
}

.contact-message .message-bottom {
    margin-top: 36rem
}

.contact-message ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17rem
}

.contact-message li {
    width: 50%;
    padding: 0 17rem;
    margin-bottom: 25rem
}

.contact-message li .p {
    font-size: 20rem;
    font-weight: lighter;
    line-height: 28rem;
    color: #4b5345
}

.contact-message li .text-input {
    position: relative
}

.contact-message li .text-input label {
    line-height: 40rem;
    font-size: 20rem;
    font-weight: lighter;
    color: #1d1d1d
}

.contact-message li .text-input i {
    color: #f00;
    font-style: normal
}

.contact-message li .text-input input {
    padding-right: 10rem;
    padding-left: 10rem;
    background: #fff;
    height: 42rem;
    width: 100%;
    font-size: 16rem;
    font-weight: lighter;
    color: #b3b3b3;
    border-radius: 4rem;
    border: solid 1px #dedede
}

.contact-message li .text-input-2 input {
    padding-left: 170rem
}

.contact-message li .text-textarea {
    position: relative
}

.contact-message li .text-textarea label {
    line-height: 40rem;
    font-size: 20rem;
    font-weight: lighter;
    color: #1d1d1d
}

.contact-message li .text-textarea i {
    color: #f00;
    font-style: normal
}

.contact-message li .text-textarea textarea {
    padding: 10rem;
    background: #fff;
    height: 142rem;
    width: 100%;
    font-size: 16rem;
    font-weight: lighter;
    color: #b3b3b3;
    border-radius: 4rem;
    border: solid 1px #dedede
}

.contact-message .li-1 {
    width: 100%
}

.contact-message .li-1 .sibmit a {
    border-radius: 22rem;
    line-height: 43rem;
    display: block;
    font-size: 20rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: var(--main-color);
    transition: all 500ms ease
}

.contact-message .li-1 .sibmit a:hover {
    background: var(--hover-color)
}

.contact-message .li-2 {
    width: 100%
}

.contact-message .li-2 .text-input input {
    color: #333;
    font-size: 16rem;
    padding-left: 20rem
}

.contact-message .li-2 .text-input input::-webkit-input-placeholder {
    color: #333
}

.contact-message .li-2 .text-input input:-moz-placeholder {
    color: #333;
    opacity: 1
}

.contact-message .li-2 .text-input input::-moz-placeholder {
    color: #333;
    opacity: 1
}

.contact-message .li-2 .text-input input:-ms-input-placeholder {
    color: #333
}

.verifyDiv {
    position: relative
}

.verify {
    overflow: hidden;
    height: 45rem;
    border-radius: 10rem;
    background-color: #fff;
    position: relative;
    border-radius: 4rem;
    border: solid 1px #e5e5e5
}

.verify .drag-btn {
    left: 0;
    top: 0;
    width: 45rem;
    height: 45rem;
    position: absolute;
    background: #eaeaea url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 14rem 14rem;
    z-index: 2;
    cursor: move
}

.verify .suc-drag-btn {
    background: #fff url(../images/drag-success.svg) no-repeat center center;
    background-size: 14rem 14rem;
    border-radius: 10rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.verify .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 45rem;
    line-height: 43rem;
    color: #666;
    background-color: #7ac23c;
    text-align: center
}

.verify .fix-tips, .verify .verify-msg {
    width: 100%;
    right: 0;
    left: 0;
    height: 100%;
    color: #999;
    z-index: 1;
    border-radius: 10rem;
    position: absolute;
    font-size: 16rem;
    line-height: 43rem;
    padding-left: 60rem;
    text-align: left
}

.verify .verify-msg {
    color: #fff;
    display: none;
    background-color: #7ac23c
}

.news-top {
    padding: 0 !important
}

.news-top .home-title p {
    font-weight: normal;
    color: #000
}

.news-bottom {
    padding-top: 110rem
}

.news-bottom .nr .left {
    width: 78%;
    float: left
}

.news-bottom .nr .right {
    width: 18.3%;
    float: right;
    position: sticky;
    top: 50rem
}

.news-bottom .nr .right .info {
    margin-top: 55rem;
    padding: 37rem 29rem;
    background: #f2f2f2;
    border-radius: 20rem;
    overflow: hidden
}

.news-bottom .nr .right .info .bt {
    font-size: 16rem;
    font-weight: normal;
    line-height: 22rem;
    color: #1b1a1a
}

.news-bottom .nr .right .info input {
    width: 100%;
    height: 60rem;
    background: #fff;
    border-radius: 12rem;
    padding: 0 20rem 0 50rem;
    margin-top: 26rem;
    margin-bottom: 9rem;
    border: solid 1px rgba(51, 51, 51, 0.1)
}

.news-bottom .nr .right .info .more a, .news-bottom .nr .right .info .more p {
    font-size: 15rem;
    line-height: 60rem;
    color: #fff;
    display: block;
    padding: 0 53rem;
    background: #1b1a1a;
    border-radius: 12rem;
    text-align: center;
    width: 100%
}

.newslist1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 51rem
}

.newslist1 .item .box {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center
}

.newslist1 .item .pic {
    border-radius: 20rem;
    width: 40%;
    float: left
}

.newslist1 .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newslist1 .item .pic:after {
    padding-bottom: 54.16666667%
}

.newslist1 .item .pic .class {
    font-size: 14rem;
    font-weight: normal;
    line-height: 26rem;
    color: #222;
    position: absolute;
    top: 0;
    left: 20rem;
    z-index: 33
}

.newslist1 .item .pic .class span {
    padding: 0 15rem;
    background: var(--main-color);
    border-radius: 0 0 6rem 6rem;
    margin-right: 10rem;
    display: inline-block;
    vertical-align: top;
    color: #fff
}

.newslist1 .item .text {
    width: 55%;
    float: right
}

.newslist1 .item .date {
    line-height: 26rem;
    font-size: 14rem;
    font-weight: normal;
    color: #222;
    margin-bottom: 8rem
}

.newslist1 .item .bt {
    font-size: 18rem;
    font-weight: normal;
    line-height: 28rem;
    color: #1b1a1a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 18rem
}

.newslist1 .item .p {
    font-size: 16rem;
    font-weight: normal;
    line-height: 27rem;
    height: 108rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #9b9b9b
}

@media (min-width: 1025px) {
    .newslist1 .item:hover .pic img {
        transform: scale(1.1)
    }
}

.fenye {
    padding-top: 82rem
}

.page {
    clear: both;
    font-size: 0;
    color: #947d58
}

.page em {
    font-style: normal;
    font-size: 18rem
}

.page a {
    color: #666;
    display: inline-block;
    text-align: center;
    font-size: 14rem;
    min-width: 46rem;
    line-height: 44rem;
    height: 46rem;
    margin: 0 5rem;
    padding: 0 5rem;
    vertical-align: top;
    -webkit-transition: background .5s;
    transition: background .5s;
    background: none;
    border-radius: 2rem;
    border: solid 1px #dfdfdf
}

.page a svg {
    width: 12rem;
    height: 44rem;
    fill: #141414
}

.page span {
    font-size: 16rem;
    line-height: 44rem
}

.page a span {
    display: block
}

.page a.cur, .page a:hover {
    background: var(--main-color);
    color: #fff
}

.page a.prev1, .page a.next1 {
    padding: 0 15rem
}

@media (min-width: 1025px) {
    .page a.prev:hover svg, .page a.next:hover svg {
        fill: #fff
    }
}

.neleft {
    padding-bottom: 92rem
}

.h1 {
    font-size: 36rem;
    font-weight: normal;
    color: #000;
    text-align: center
}

.h2 {
    font-size: 16rem;
    font-weight: normal;
    line-height: 30rem;
    color: #666;
    border-bottom: 1px solid #e1e1e1;
    padding: 12rem 0;
    text-align: center
}

.h2 span {
    margin-right: 20rem;
    padding: 0 6rem
}

.news-info {
    font-size: 18rem;
    font-weight: lighter;
    line-height: 36rem;
    color: #1d1d1d;
    padding: 22rem 0 27rem 0
}

.news-info p {
    margin-bottom: 16rem
}

.lable {
    font-size: 16rem;
    padding-bottom: 9rem;
    line-height: 40rem
}

.lable span {
    color: var(--main-color);
    display: block;
    float: left;
    font-size: 16rem;
    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: 12rem 0
}

.list-page-news ul li a {
    display: block;
    line-height: 28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16rem;
    color: #666;
    position: relative;
    padding-left: 93rem
}

.list-page-news ul li a span {
    line-height: 28rem;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 82rem;
    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
}

.about01 {
    padding: 95rem 0
}

.about01 .box {
    justify-content: space-between;
    display: flex;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.about01 .left {
    float: left;
    width: 74%;
    border-radius: 20rem;
    overflow: hidden
}

.about01 .right {
    float: right;
    width: 21%
}

.about01 img {
    display: block;
    width: 100%;
    height: auto
}

.about01 .bt {
    font-size: 46rem;
    font-weight: normal;
    line-height: 72rem;
    margin-bottom: 36rem;
    color: #000
}

.about01 .p {
    font-size: 20rem;
    font-weight: lighter;
    line-height: 40rem;
    color: #1d1d1d
}

.about02 {
    padding: 0 0 111rem 0
}

.about02 .box {
    justify-content: space-between;
    display: flex;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.about02 .left {
    float: left;
    width: 52%;
    overflow: hidden
}

.about02 .right {
    float: right;
    width: 47%
}

.about02 img {
    display: block;
    width: 100%;
    height: auto
}

.about02 .p {
    font-weight: lighter;
    font-size: 24rem;
    line-height: 60rem;
    color: #000
}

.about02 .p p {
    padding-left: 48rem;
    position: relative
}

.about02 .p p img {
    width: 33rem;
    position: absolute;
    top: 14rem;
    left: 0
}

.about03 {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 100rem
}

.about03 .home-title p {
    font-weight: normal;
    color: #000
}

.about03 .left {
    overflow: hidden;
    margin-top: 57rem;
    border-radius: 20rem
}

.about03 img {
    display: block;
    width: 100%;
    height: auto
}

.about04 {
    padding-top: 94rem
}

.about04 .home-title p {
    font-weight: normal;
    color: #000
}

.about04 .about-bottom {
    padding-top: 60rem
}

.about04 .about-bottom ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 28rem;
    grid-column-gap: 28rem
}

.about04 .about-bottom ul li .pic {
    border-radius: 20rem
}

.about04 .about-bottom ul li .pic:after {
    padding-bottom: 118%
}

.about04 .about-bottom ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about04 .about-bottom ul li .text {
    padding-top: 26rem
}

.about04 .about-bottom ul li .bt {
    font-size: 24rem;
    margin-bottom: 15rem;
    font-weight: normal;
    color: #000
}

.about04 .about-bottom ul li .p {
    font-size: 20rem;
    font-weight: lighter;
    line-height: 40rem;
    color: #1d1d1d
}

.inmain-title2 .container {
    max-width: 1760rem;
    justify-content: space-between;
    display: flex;
    align-items: end
}

.inmain-title2 .left {
    width: 17%
}

.inmain-title2 .inbanner {
    width: 80%;
    float: right
}

.inmain-title2 .p {
    margin-bottom: 45rem
}

.inmain1 {
    padding: 33rem 0 0 0
}

.inside-1 {
    padding-bottom: 105rem;
    position: relative;
    padding-top: 0 !important
}

.inside-1 .container {
    max-width: 1760rem
}

.inside-1 .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between
}

.inside-1 .con .leftAsideMDiv {
    display: none
}

.inside-1 .con-2 .leftAsideMDiv {
    display: block
}

.inside-1 .con-2 .listProduct > li {
    width: 33.33333333%
}

.inside-1 .con-2 .rightCon {
    width: 81%;
    float: right
}

.inside-1 .class-bt {
    font-size: 16rem;
    font-weight: normal;
    color: #000
}

.inside-1 .asideBtnM {
    display: none;
    font-size: 14px;
    line-height: 30px;
    width: 40px;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: var(--main-color);
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 0;
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 0
}

.inside-1 .asideBtnM .txt {
    display: none
}

.inside-1 .asideBtnM .icon {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: -5px
}

.inside-1 .leftAsideMDiv {
    width: 16%;
    float: left;
    padding-right: 4rem;
    padding-bottom: 90rem
}

.inside-1 .leftAsideMDiv .closeM {
    display: none
}

.inside-1 .leftAsideMDiv .ft-btnDivM {
    display: none
}

.inside-1 .leftAside {
    position: sticky;
    top: 100rem;
    left: 0
}

.inside-1 .classifyAside {
    font-size: 18rem;
    position: relative;
    z-index: 1
}

.inside-1 .classifyAside .nr {
    padding: 20rem 0
}

.inside-1 .classifyAside .list > li {
    overflow: hidden;
    padding-bottom: 10rem;
    margin-bottom: 10rem
}

.inside-1 .classifyAside .list > li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.inside-1 .classifyAside .list > li .title {
    position: relative;
    z-index: 1;
    margin-bottom: 6rem
}

.inside-1 .classifyAside .list > li .title > a {
    display: flex;
    line-height: 30rem;
    font-size: 18rem;
    font-weight: normal;
    line-height: 40rem;
    color: #000;
    padding: 0 44rem 0 0;
    position: relative
}

.inside-1 .classifyAside .list > li .title > a:hover {
    color: var(--main-color)
}

.inside-1 .classifyAside .list > li .title > a:hover .icon {
    background: var(--main-color)
}

.inside-1 .classifyAside .list > li .title > a:hover .icon::before {
    border-color: #fff
}

.inside-1 .classifyAside .list .icon {
    cursor: pointer;
    width: 30rem;
    height: 40rem;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    background: url(../images/arrow-down.svg) no-repeat center center;
    background-size: 16rem
}

.inside-1 .classifyAside .list .active .icon {
    background: url(../images/arrow-up.svg) no-repeat center center;
    background-size: 16rem
}

.inside-1 .classifyAside .list .active .child {
    display: block
}

.inside-1 .classifyAside .list .child {
    display: none
}

.inside-1 .classifyAside .list .child .list > li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.inside-1 .classifyAside .list .child a {
    color: #666;
    display: block;
    font-size: 16rem;
    font-weight: normal;
    line-height: 34rem;
    color: #000;
    padding: 0 0 0 25rem;
    position: relative
}

.inside-1 .classifyAside .list .child a::before {
    content: '';
    display: block;
    width: 17rem;
    height: 17rem;
    border: solid 1px #95989c;
    background: url(../images/check-white.svg) no-repeat center center;
    background-size: 20rem 20rem;
    position: absolute;
    top: 9rem;
    left: 0
}

.inside-1 .classifyAside .list .child a:hover {
    color: var(--main-color)
}

.inside-1 .classifyAside .list .child .active a {
    color: var(--main-color)
}

.inside-1 .classifyAside .list .child .active a::before {
    background-color: #2d3132;
    border: solid 1px #2d3132
}

.inside-1 .classifyAside .list .child1 .list > li {
    width: 33.33333333%;
    float: left
}

.inside-1 .classifyAside .list .child1 a {
    text-align: center;
    padding-left: 0
}

.inside-1 .classifyAside .list .child1 a:before {
    display: none
}

.inside-1 .classifyAside .list .child1 a .color-filter {
    position: relative;
    height: 30rem;
    width: 30rem;
    display: block;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #444
}

.sortDiv {
    margin-bottom: 20rem
}

.sortDiv > span {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    line-height: 40rem;
    color: #000;
    font-size: 18rem;
    position: relative
}

.sortDiv > span:hover .drop {
    display: block
}

.sortDiv .icon {
    display: inline-flex;
    margin-right: 10rem;
    font-style: normal
}

.sortDiv .arrow {
    display: inline-block;
    width: 8rem;
    height: 8rem;
    margin-left: 10rem;
    position: relative;
    transform: translateY(-3rem)
}

.sortDiv .arrow::after {
    content: '';
    display: inline-block;
    width: 8rem;
    height: 8rem;
    border-right: 1px #333 solid;
    border-bottom: 1px #333 solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.sortDiv .drop {
    display: none;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
    background: #fff;
    min-width: 216px;
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: absolute;
    z-index: 999;
    top: 100%;
    right: -20rem
}

.sortDiv .drop a {
    display: block;
    line-height: 36rem;
    padding-left: 30px;
    padding-right: 45px;
    position: relative
}

.sortDiv .drop a::before {
    content: '';
    display: none;
    width: 20rem;
    height: 20rem;
    background: url(../images/check.svg) no-repeat center center;
    background-size: 20rem 20rem;
    position: absolute;
    top: 8rem;
    right: 15rem
}

.sortDiv .drop a:hover {
    background-color: #f7f7f7
}

.sortDiv .drop a.active::before {
    display: block
}

.swiper-collections {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 50rem;
    grid-column-gap: 40rem
}

.swiper-collections .item {
    float: left
}

.swiper-collections .item .pic {
    border-radius: 20rem
}

.swiper-collections .item .pic .mh {
    opacity: 0
}

.swiper-collections .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-collections .item .tabs {
    position: relative
}

.swiper-collections .item .tabs .ne {
    width: 48rem;
    line-height: 26rem;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 8rem;
    font-size: 13rem;
    position: absolute;
    top: 20rem;
    left: 20rem;
    color: #333;
    z-index: 32
}

.swiper-collections .item .tabs .tabs-header .tab-link {
    display: none
}

@media (min-width: 1025px) {
    .swiper-collections .item .tabs .tabs-header .tab-link:hover .pic .m {
        opacity: 0
    }

    .swiper-collections .item .tabs .tabs-header .tab-link:hover .pic .mh {
        opacity: 1
    }
}

.swiper-collections .item .tabs .tabs-header .tab-link.active {
    display: block
}

.swiper-collections .item .bt {
    margin-top: 18rem;
    font-size: 20rem;
    font-weight: normal;
    line-height: 60rem;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 60rem;
    margin-bottom: 13rem;
    overflow: hidden
}

.swiper-collections .item .p {
    margin-bottom: 17rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.swiper-collections .item .tabs-content {
    transition: .5s;
    margin-bottom: 24rem
}

.swiper-collections .item .tabs-content .tab-content {
    width: 20rem;
    height: 20rem;
    padding: 1px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-right: 7rem
}

.swiper-collections .item .tabs-content .tab-content span {
    display: block;
    width: 100%;
    height: 100%
}

.swiper-collections .item .tabs-content .tab-content.active {
    border: 1px solid var(--main-color)
}

.swiper-collections .item .tabs-price .tab-li {
    display: none
}

.swiper-collections .item .tabs-price .tab-li span {
    display: block;
    float: left;
    font-size: 24rem;
    font-weight: normal;
    color: #ff3800
}

.swiper-collections .item .tabs-price .tab-li span i {
    font-style: normal;
    font-size: 16rem;
    font-weight: normal;
    line-height: 30rem;
    color: #000;
    text-decoration: line-through
}

.swiper-collections .item .tabs-price .tab-li .gouwuche {
    float: right
}

.swiper-collections .item .tabs-price .tab-li .gouwuche img {
    width: 24rem;
    display: inline-block;
    vertical-align: middle
}

.swiper-collections .item .tabs-price .tab-li.active {
    display: block
}

@media (min-width: 1025px) {
    .swiper-collections .item:hover .pic img {
        transform: scale(1.1)
    }
}

.product-show {
    padding: 0 !important;
    background: #fff
}

.ps01 {
    padding-bottom: 96rem
}

.ps01 .container {
    max-width: 1760rem
}

.ps01 .left {
    float: left;
    width: 59.5%
}

.ps01 .left ul li {
    float: left;
    width: 50%
}

.ps01 .left ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ps01 .left .video a {
    display: block;
    position: relative
}

.ps01 .left .video a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ps01 .left .video a .hover {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/video.png) no-repeat center center;
    background-size: 81rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 44
}

.ps01 .right {
    float: right;
    width: 36.5%;
    padding-top: 40rem;
    position: sticky;
    top: 80rem
}

.ps01 .bt {
    font-size: 46rem;
    font-weight: normal;
    line-height: 60rem;
    color: #000
}

.ps01 .span {
    font-size: 20rem;
    margin-top: 21rem;
    margin-bottom: 16rem;
    font-weight: normal;
    color: #000
}

.ps01 .price {
    display: block;
    font-size: 24rem;
    font-weight: normal;
    color: #ff3800;
    margin-bottom: 21rem
}

.ps01 .price i {
    font-style: normal;
    font-size: 16rem;
    font-weight: normal;
    line-height: 30rem;
    color: #000;
    text-decoration: line-through
}

.ps01 .info {
    padding: 31rem 27rem 45rem 27rem;
    background-color: #fafafa;
    border-radius: 12rem;
    margin-bottom: 13rem
}

.ps01 .info ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 27rem
}

.ps01 .info ul li {
    position: relative;
    padding-left: 16rem;
    padding-bottom: 24rem;
    border-bottom: 1px solid #ebebeb
}

.ps01 .info ul li::before {
    content: "";
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: #000;
    background-size: cover;
    position: absolute;
    top: 10rem;
    left: 0
}

.ps01 .info ul li .tit {
    font-size: 20rem;
    font-weight: normal;
    line-height: 28rem;
    margin-bottom: 6rem;
    color: #000
}

.ps01 .info ul li .txt {
    font-size: 16rem;
    font-weight: normal;
    line-height: 30rem;
    color: #1d1d1d
}

.ps01 .info ul li:nth-last-child(1) {
    border: 0
}

.ps01 .info1 {
    padding: 43rem 17rem;
    background: #fafafa;
    border-radius: 12rem
}

.ps01 .info1 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 27rem;
    grid-column-gap: 27rem
}

.ps01 .info1 ul li {
    position: relative;
    text-align: center
}

.ps01 .info1 ul li .pic {
    width: 50rem;
    margin: 0 auto
}

.ps01 .info1 ul li .tit {
    font-size: 20rem;
    font-weight: normal;
    line-height: 28rem;
    margin-top: 14rem;
    color: #000
}

.ps01 .color {
    padding-top: 21rem;
    margin-bottom: 23rem
}

.ps01 .color .cspan {
    font-size: 24rem;
    font-weight: normal;
    color: #000;
    margin-bottom: 22rem
}

.ps01 .color .tabs-content a {
    font-size: 20rem;
    font-weight: normal;
    color: #000;
    padding: 0 18rem;
    border-radius: 12rem;
    border: solid 1px #f5f5f5;
    margin-right: 20rem;
    margin-bottom: 20rem;
    line-height: 78rem;
    min-width: 168rem;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    background: #fff
}

.ps01 .color .tabs-content a span {
    border-radius: 50%;
    width: 30rem;
    height: 30rem;
    margin-right: 20rem;
    margin-top: -3rem;
    display: inline-block;
    vertical-align: middle
}

.ps01 .color .tabs-content a:hover {
    border: solid 1px var(--main-color)
}

.ps01 .color .tabs-content a.active {
    border: solid 1px var(--main-color)
}

.ps02 {
    padding-bottom: 89rem
}

.ps02 .home-title p {
    font-weight: normal;
    color: #000
}

.ps02 .ps-bottom {
    padding-top: 41rem
}

.ps02 .ps-bottom ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 72rem;
    grid-column-gap: 100rem
}

.ps02 .ps-bottom ul li .pic {
    width: 80rem;
    margin-bottom: 15rem
}

.ps02 .ps-bottom ul li .bt {
    font-size: 24rem;
    font-weight: normal;
    color: #000;
    margin-bottom: 16rem
}

.ps02 .ps-bottom ul li .span {
    font-size: 20rem;
    font-weight: lighter;
    line-height: 35rem;
    color: #666
}

.ps03 {
    padding-bottom: 98rem
}

.ps03 .home-title p {
    font-weight: normal;
    color: #000
}

.ps03 .ps-bottom {
    margin-top: 41rem;
    padding: 0 50rem 0 150rem;
    border-radius: 20rem;
    background: url(../images/psbg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    min-height: 605rem
}

.ps03 .ps-bottom .show {
    float: left;
    width: 44.5%;
	overflow: hidden;
}

.ps03 .ps-bottom .show .info {
    display: none;
}

.ps03 .ps-bottom ul {
    float: right;
    width: 38%;
    margin: 86rem 0;
    position: relative
}


.ps03 .ps-bottom ul:after {
    content: '';
    display: block;
    width: 3rem;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.ps03 .ps-bottom ul li {
    font-size: 24rem;
    font-weight: normal;
    line-height: 72rem;
    color: #fff;
    position: relative;
    cursor: pointer;
	transition: .5s;
}

.ps03 .ps-bottom ul li:after {
    content: '';
    display: block;
    width: 3rem;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
	transition: .5s;
}

.ps03 .ps-bottom ul li.swiper-slide-thumb-active:after{
	opacity: 1;
}

.ps03 .ps-bottom ul li .tit {
    padding-left: 32rem;
	transition: .5s;
}

.ps03 .ps-bottom ul .active,
.ps03 .ps-bottom ul li.swiper-slide-thumb-active {
    font-size: 30rem;
    color: #fff
}

.ps03 .ps-bottom ul .active:after {
    opacity: 1;
    z-index: 33;
}

.ps04 {
    padding-bottom: 98rem
}

.ps04 .home-title p {
    font-weight: normal;
    color: #000
}

.ps04 .ps-bottom {
    padding-top: 46rem
}

.ps04 .ps-bottom .nr {
    justify-content: space-between;
    display: flex
}

.ps04 .ps-bottom .left {
    background: #f5f5f5;
    border-radius: 20rem;
    float: left;
    width: 63%;
    padding: 6rem
}

.ps04 .ps-bottom .right {
    float: right;
    width: 30%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 28rem 0
}

.ps04 .ps-bottom .right ul li {
    font-size: 20rem;
    font-weight: normal;
    line-height: 55rem;
    color: #000
}

.ps04 .ps-bottom .right ul li span {
    width: 40%;
    float: left
}

.ps04 .ps-bottom .right ul li p {
    width: 60%;
    float: right;
    color: #666;
    font-weight: lighter
}

.ps05 {
    overflow: hidden;
    position: relative;
    padding-bottom: 98rem
}

.ps05 .home-title p {
    font-weight: normal;
    color: #000
}

.ps05 .swiper-case {
    width: 43%;
    margin: 0 auto;
    position: relative;
    margin-top: 30rem
}

.ps05 .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: 54rem
}

.ps05 .swiper-pagination .swiper-pagination-bullet {
    width: 12rem;
    height: 2rem;
    background: #979797;
    border-radius: 0;
    opacity: 1;
    margin: 0 4rem
}

.ps05 .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff
}

.ps05 .swiper-button-prev, .ps05 .swiper-button-next {
    width: 43rem;
    height: 43rem;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    opacity: .5;
    left: -77rem;
    margin-top: -21rem;
    transition: .5s
}

.ps05 .swiper-button-prev:after, .ps05 .swiper-button-next:after {
    font-size: 20rem;
    content: ''
}

.ps05 .swiper-button-prev svg, .ps05 .swiper-button-next svg {
    width: 30rem;
    height: 48rem;
    fill: var(--main-color)
}

@media (min-width: 1025px) {
    .ps05 .swiper-button-prev:hover, .ps05 .swiper-button-next:hover {
        opacity: 1;
        background: var(--main-color)
    }

    .ps05 .swiper-button-prev:hover svg, .ps05 .swiper-button-next:hover svg {
        fill: #fff
    }
}

.ps05 .swiper-button-next {
    right: -77rem;
    left: auto
}

.ps06 .swiper-button-prev, .ps06 .swiper-button-next {
    width: 43rem;
    height: 43rem;
    border-radius: 50%;
    background: var(--main-color);
    opacity: 1;
    margin-top: -21rem;
    transition: .5s
}

.ps06 .swiper-button-prev:after, .ps06 .swiper-button-next:after {
    font-size: 20rem;
    content: ''
}

.ps06 .swiper-button-prev svg, .ps06 .swiper-button-next svg {
    width: 30rem;
    height: 48rem;
    fill: #fff;
}

.ps06 .swiper-button-next {
    left: auto
}

.re-news .swiper-button-prev, .re-news .swiper-button-next {
    width: 43rem;
    height: 43rem;
    border-radius: 50%;
    background: var(--main-color);
	top:110%;
	left:45%;
}

.re-news .swiper-button-prev:after, .re-news .swiper-button-next:after {
    font-size: 20rem;
    content: ''
}

.re-news .swiper-button-prev svg, .re-news .swiper-button-next svg {
    width: 30rem;
    height: 48rem;
    fill: #fff;
}

.re-news .swiper-button-next {
    left: auto;
	right:45%;
}

.caselist .item .pic {
    border-radius: 20rem
}

.caselist .item .pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/cbg1.png) no-repeat center bottom;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 33
}

.caselist .item .hover {
    position: absolute;
    bottom: 20rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 24rem;
    font-weight: normal;
    line-height: 42rem;
    color: #fff;
    z-index: 335
}

.caselist .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (min-width: 1025px) {
    .caselist .item:hover .pic img {
        transform: scale(1.1)
    }
}

.ps06 {
    overflow: hidden;
    position: relative;
    padding-bottom: 98rem
}

.ps06 .home-title p {
    font-weight: normal;
    color: #000
}

.ps06 .ps-top .home-title {
    float: left
}

.ps06 .ps-top .more1 {
    float: right
}

.ps06 .ps-top .more1 a {
    line-height: 54rem;
    display: block
}

.ps06 .ps-bottom {
    padding-top: 55rem
}

.ps06 .swiper {
    overflow: hidden;
    position: relative
}

.ps07 {
    overflow: hidden;
    position: relative;
    padding-bottom: 98rem
}

.ps07 .home-title p {
    font-weight: normal;
    color: #000
}

.ps07 .ps-top .home-title {
    float: left
}

.ps07 .ps-top .more1 {
    float: right
}

.ps07 .ps-top .more1 a {
    line-height: 54rem;
    display: block
}

.ps07 .ps-bottom {
    padding-top: 55rem
}

.ps07 .swiper {
    overflow: hidden;
    position: relative
}

.agent {
    padding-bottom: 0 !important
}

.agent02 {
    padding: 97rem 0 91rem 0
}

.agent02 .home-title p {
    font-weight: normal;
    color: #000
}

.agent02 .agent-bottom {
    padding-top: 59rem
}

.agent02 .agent-bottom .nr {
    justify-content: space-between;
    display: flex
}

.agent02 .agent-bottom .left {
    float: left;
    width: 52.2%
}

.agent02 .agent-bottom .left .list {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 5rem
}

.agent02 .agent-bottom .left dl {
    padding: 25rem 34rem 26rem 34rem;
    overflow: hidden;
    cursor: pointer;
    background: #f2f2f2;
    border-radius: 20rem 0 0 20rem
}

.agent02 .agent-bottom .left dl dt {
    font-size: 24rem;
    line-height: 60rem;
    color: #000
}

.agent02 .agent-bottom .left dl dt .box {
    position: relative;
    padding-left: 86rem;
    padding-right: 50rem
}

.agent02 .agent-bottom .left dl dt .pic {
    width: 60rem;
    position: absolute;
    top: 0;
    left: 0
}

.agent02 .agent-bottom .left dl dt i {
    width: 19rem;
    height: 60rem;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: url(../images/xia.png) no-repeat center center;
    background-size: 100%
}

.agent02 .agent-bottom .left dl dd .xx {
    overflow: hidden;
    transition: .4s cubic-bezier(.35, 0, 0, 1);
    opacity: 0;
    height: 0
}

.agent02 .agent-bottom .left .active dt {
    margin-bottom: 20rem
}

.agent02 .agent-bottom .left .active dt i {
    background: url(../images/xia.png) no-repeat center center;
    background-size: 100%
}

.agent02 .agent-bottom .left .active dd .xx {
    opacity: 1;
    height: auto;
    overflow: hidden;
    font-size: 20rem;
    font-weight: lighter;
    line-height: 35rem;
    color: #666
}

.agent02 .agent-bottom .right {
    float: right;
    width: 47.4%
}

.agent02 .agent-bottom .right .show {
    height: 100%
}

.agent02 .agent-bottom .right .show .info {
    display: none;
    border-radius: 0 20rem 20rem 0;
    height: 100%;
    overflow: hidden
}

.agent02 .agent-bottom .right .show .info img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.agent03 .item .span {
    font-size: 24rem;
    font-weight: normal;
    line-height: 42rem;
    color: #4b5345
}

.agent03 .item .info {
    padding: 25rem 0
}

.agent03 .item .right {
    width: 47%
}

.agent04 {
    padding: 119rem 0 104rem 0
}

.agent04 .home-title p {
    font-weight: normal;
    color: #000
}

.agent04 .agent-bottom {
    padding-top: 56rem
}

.agent04 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20rem;
    grid-column-gap: 32rem
}

.agent04 ul li .box {
    background: #f2f2f2;
    border-radius: 20rem;
    position: relative;
    padding: 28rem 25rem;
    padding-left: 129rem;
    overflow: hidden;
    height: 100%
}

.agent04 ul li .pic {
    width: 70rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 32rem
}

.agent04 ul li .bt {
    font-size: 24rem;
    font-weight: normal;
    line-height: 41rem;
    margin-bottom: 8rem;
    color: #000
}

.agent04 ul li .p {
    font-size: 20rem;
    font-weight: lighter;
    line-height: 35rem;
    color: #666
}

.agent05 .home-title p {
    font-weight: normal;
    color: #000
}

.agent05 .agent-bottom {
    padding-top: 49rem
}

.agent05 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 12rem;
    grid-column-gap: 12rem
}

.agent05 ul li .box {
    position: relative;
    height: 100%;
    text-align: center
}

.agent05 ul li .span {
    font-size: 30rem;
    font-weight: normal;
    line-height: 66rem;
    color: #fff;
    background: var(--main-color);
    position: relative;
    border-radius: 4rem
}

.agent05 ul li .span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -33rem;
    width: 36rem;
    height: 100%;
    background: url(../images/li.png) no-repeat center center;
    background-size: 100%;
    z-index: 433
}

.agent05 ul li .span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 27rem;
    height: 100%;
    background: url(../images/li1.png) no-repeat center center;
    background-size: 100%;
    z-index: 33
}

.agent05 ul li .pic {
    width: 128rem;
    background: #e5e5e5;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 25rem
}

.agent05 ul li .text {
    padding: 58rem 24rem;
    min-height: 481rem;
    background: #f2f2f2;
    border-radius: 0 0 20rem 20rem
}

.agent05 ul li .bt {
    font-size: 24rem;
    font-weight: normal;
    line-height: 41rem;
    margin-bottom: 10rem;
    color: #4b5345
}

.agent05 ul li .p {
    font-size: 20rem;
    font-weight: lighter;
    line-height: 35rem;
    color: #666
}

.agent05 ul li:nth-child(1) .span {
    border-radius: 20rem 4rem 4rem 4rem
}

.agent05 ul li:nth-child(1) .span:before {
    display: none
}

.agent05 ul li:nth-last-child(1) .span {
    border-radius: 4rem 20rem 4rem 4rem
}

.agent05 ul li:nth-last-child(1) .span:after {
    display: none
}

.agent06 {
    padding: 95rem 0 73rem 0
}

.agent06 .home-title p {
    font-weight: normal;
    color: #000
}

.agent06 .agent-bottom {
    padding-top: 49rem
}

.agent06 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 58rem;
    grid-column-gap: 58rem
}

.agent06 ul li .box {
    position: relative
}

.agent06 ul li .pic {
    border-radius: 20rem
}

.agent06 ul li .pic:after {
    padding-bottom: 70.58823529%
}

.agent06 ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.agent06 ul li .text {
    padding: 23rem 0
}

.agent06 ul li .bt {
    font-size: 30rem;
    font-weight: normal;
    line-height: 35rem;
    color: #010101;
    margin-bottom: 27rem
}

.agent06 ul li .p {
    font-size: 20rem;
    font-weight: lighter;
    line-height: 37rem;
    color: #666
}

.agent06 ul li .p b {
    font-weight: bold
}

.agent07 {
    overflow: hidden;
    position: relative;
    padding-bottom: 104rem
}

.agent07 .home-title p {
    font-weight: normal;
    color: #000
}

.agent07 .agent-bottom {
    padding-top: 33rem
}

.agent07 .p {
    font-size: 20rem;
    font-weight: lighter;
    line-height: 35rem;
    color: #4b5345
}

.agent07 .p p {
    margin-bottom: 17rem
}

.agent07 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 36rem;
    grid-column-gap: 36rem
}

.agent07 ul li .box {
    position: relative
}

.agent07 ul li .pic {
    border-radius: 20rem
}

.agent07 ul li .pic:after {
    padding-bottom: 70.58823529%
}

.agent07 ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.agent08 {
    overflow: hidden;
    position: relative;
    padding-bottom: 141rem;
    background: #fff url(../images/agtent0.webp) no-repeat right bottom;
    background-size: 100%
}

.agent08 .home-title {
    padding-top: 50rem
}

.agent08 .home-title p {
    font-weight: normal;
    color: #000
}

.agent08 .agent-bottom {
    padding-top: 46rem
}

.agent08 .p {
    font-size: 20rem;
    font-weight: lighter;
    line-height: 37rem;
    margin-bottom: 20rem;
    color: #666
}

.agent08 .p b {
    font-weight: bold
}

.agent08 .p p {
    margin-bottom: 5rem
}

.agent08 .ewm {
    width: 174rem
}

@media (max-width: 1025px) {
    .container {
        max-width: 750px;
        padding: 0 15px;
        width: 100%
    }

    body {
        font-size: 16px
    }

    table td {
        font-size: 16px;
        line-height: 30px;
        padding: 9px 15px
    }

    input, textarea, select {
        font-size: 16px
    }

    input[type='checkbox'], input[type='radio'] {
        position: relative;
        vertical-align: middle;
        margin-top: -2px;
        margin-bottom: 1px;
        margin-left: 5px;
        margin-right: 5px
    }

    .sitemap .home-title {
        margin-bottom: 25px
    }

    .sitemap .sitemap-bottom {
        font-size: 18px;
        line-height: 37px;
        padding-bottom: 100px
    }

    .sitemap .sitemap-bottom li {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .sitemap .sitemap-bottom li .top1 {
        font-size: 22px
    }

    .sitemap .sitemap-bottom li .top1 .txt-2 {
        display: none
    }

    .sitemap .sitemap-bottom li .subnav {
        margin-top: 15px
    }

    .sitemap .sitemap-bottom li .subnav a {
        font-size: 16px;
        margin-right: 20px;
        padding: 5px 0
    }

    .sitemap .p p {
        margin-bottom: 15px
    }

    .height {
        top: -60px
    }

    .height1 {
        height: 60px
    }

    .header {
        height: 60px;
        box-shadow: -6px 0 59px 0 rgba(51, 51, 51, 0.08)
    }

    .header .container {
        max-width: 750px
    }

    .header .logo {
        padding-top: 2px
    }

    .header .logo a img {
        width: 155px
    }

    .header .header-right .menu {
        display: block
    }

    .header .header-right .login, .header .header-right .collection {
        margin-left: 10px
    }

    .header .header-right .login a, .header .header-right .collection a {
        width: 32px;
        height: 60px
    }

    .header .header-right .login a img, .header .header-right .collection a img {
        width: 24px
    }

    .header .header-right .success {
        font-size: 16px;
        line-height: 30px;
        padding: 0 35px
    }

    .header .header-right .header-search {
        margin-left: 31px;
        display: none
    }

    .header .header-right .header-search .pull-right a {
        width: 42px;
        height: 60px;
        background-size: 24px !important
    }

    .header .header-right .header-search .search .search-main {
        top: 100%;
        right: 0;
        z-index: 777;
        width: 300px;
        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: 16px;
        color: #666;
        height: 50px;
        vertical-align: top;
        padding: 0 60px 0 30px;
        -webkit-appearance: none;
        background: none
    }

    .header .header-right .header-search .btn {
        top: 0;
        border: 0;
        right: 0;
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        background: url(../images/search.png) no-repeat center center;
        background-size: 24px !important
    }

    .headerfix {
        box-shadow: -6px 0 59px 0 rgba(51, 51, 51, 0.08)
    }

    .nav {
        display: none
    }

    .home-title span {
        font-size: 22px;
        line-height: 30px
    }

    .home-title p {
        font-size: 32px;
        line-height: 44px
    }

    .more a, .more p {
        font-size: 14px;
        line-height: 32px;
        padding: 0 20px;
        border-radius: 30px
    }

    .more a img, .more p img {
        margin-left: 10px;
        width: 6px;
        margin-top: -2px
    }

    .moreh a img, .moreh p img {
        width: 20px
    }

    .more1 a, .more1 p {
        line-height: 25px;
        font-size: 14px
    }

    .more1 a i, .more1 p i {
        width: 25px;
        height: 25px;
        background-size: 12px;
        margin-right: 5px;
        margin-top: -2px
    }

    .swiper-renewal-main .swiper-slide img, .swiper-renewal-main .swiper-slide video {
        height: auto
    }

    .swiper-renewal-main .img {
        display: none
    }

    .swiper-renewal-main .img1 {
        display: block
    }

    .swiper-renewal-main .banner-hover {
        padding-top: 100px
    }

    .swiper-renewal-main .banner-hover .bt {
        font-size: 26px;
        text-shadow: -3px 0 7px rgba(25, 16, 108, 0.35)
    }

    .swiper-renewal-main .banner-hover .container {
        max-width: 750px
    }

    .swiper-renewal-main .banner-hover .span {
        margin-bottom: 20px
    }

    .swiper-renewal-main .banner-hover .span img {
        width: 146px
    }

    .swiper-renewal-main .swiper-pagination {
        bottom: 20px;
        right: 20px;
        left: auto
    }

    .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
        width: 28px;
        height: 2px;
        margin: 0 6px
    }

    .swiper-renewal-main .swiper-button-next, .swiper-renewal-main .swiper-button-prev {
        width: 56px;
        height: 56px;
        left: 22px;
        margin-top: -28px;
        border-radius: 50%;
        border: solid 1px rgba(255, 255, 255, 0.8);
        display: none
    }

    .swiper-renewal-main .swiper-button-next:after, .swiper-renewal-main .swiper-button-prev:after {
        color: rgba(255, 255, 255, 0.8);
        font-size: 20px
    }

    .swiper-renewal-main .swiper-button-next {
        right: 22px;
        left: auto
    }

    .home-about {
        padding: 40px 0
    }

    .home-about .nr {
        min-height: 0;
        padding-top: 0
    }

    .home-about .nr .left {
        width: 100%;
        position: relative;
        top: auto;
        left: auto
    }

    .home-about .right {
        border-radius: 30px;
        width: 100%;
        padding: 25px
    }

    .home-about .right:after {
        width: 175px;
        height: 60px;
        bottom: -6px;
        right: 30px
    }

    .home-about .right .img {
        margin-bottom: 13px
    }

    .home-about .right .img img {
        width: 146px
    }

    .home-about .right .p {
        font-size: 16px;
        line-height: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 6;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .home-service .part1 {
        margin-top: 25px;
        background: #fafafa
    }

    .home-service .part1 .pics {
        height: auto;
        background: none !important
    }

    .home-service .part1 .pics .img {
        position: relative;
        top: auto;
        left: auto;
        display: none
    }

    .home-service .part1 .pics .img.on {
        display: block
    }

    .home-service .txts {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        overflow: hidden
    }

    .home-service .txts .txt {
        width: 100%;
        padding: 40px 0;
        position: relative;
        top: auto;
        right: auto;
        display: none
    }

    .home-service .txts .txt .span {
        font-size: 24px;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 15px;
        color: #000
    }

    .home-service .txts .txt .p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
        color: #666
    }

    .home-service .txts .txt.on {
        display: block
    }

    .home-service .tabs {
        border-top: 1px solid #dfdfdf;
        position: relative;
        bottom: auto;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .home-service .tabs .container {
        display: flex;
        justify-content: space-between
    }

    .home-service .tabs .item {
        top: 0;
        padding: 20px
    }

    .home-service .tabs .item:nth-child(1) {
        transform: translateY(0)
    }

    .home-service .tabs .item:nth-child(2) {
        transform: translateY(0)
    }

    .home-service .tabs .item:nth-child(3) {
        transform: translateY(0)
    }

    .home-service .tabs .item .pic {
        width: 74px;
        margin-bottom: 10px
    }

    .home-service .tabs .item .bt {
        font-size: 16px;
        line-height: 30px;
        color: #333
    }

    .home-service .tabs svg {
        top: -110px
    }

    .home-product {
        padding: 40px 0
    }

    .home-product .home-top .left {
        width: 100%
    }

    .home-product .home-top .left .home-title {
        margin-bottom: 15px
    }

    .home-product .home-top .right {
        width: 100%;
        padding-top: 15px
    }

    .home-product .home-top .right .p {
        font-size: 16px;
        line-height: 30px
    }

    .home-product .home-bottom {
        padding-top: 25px
    }

    .prolist {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 20px
    }

    .prolist .item .pic {
        border-radius: 180px 180px 0 0;
        border: solid 2px #f6f6f6
    }

    .prolist .item .bt {
        font-size: 18px;
        line-height: 37px;
        padding: 0 20px;
        bottom: 20px
    }

    .home-news {
        padding: 40px 0
    }

    .home-news .home-bottom {
        padding-top: 25px;
        padding-bottom: 14px
    }

    .newslist .item {
        width: 50%;
        margin-right: 20px
    }

    .newslist .item .pic {
        border-radius: 10px
    }

    .newslist .item .text {
        padding: 0 22px;
        padding-top: 20px
    }

    .newslist .item .date {
        line-height: 26px;
        font-size: 14px
    }

    .newslist .item .date span {
        padding: 0 10px;
        border-radius: 6px;
        margin-right: 10px
    }

    .newslist .item .bt {
        font-size: 16px;
        line-height: 30px;
        height: 56px;
        margin-top: 7px;
        margin-bottom: 15px
    }

    .footer {
        font-size: 14px;
        padding-top: 40px
    }

    .footer .bd {
        padding-bottom: 40px
    }

    .footer .left {
        width: 67%;
        display: none
    }

    .footer .right {
        width: 100%
    }

    .footer .right .info {
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 17px
    }

    .footer .title {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 18px
    }

    .footer .input {
        margin-bottom: 20px
    }

    .footer .input input {
        width: 100%;
        height: 42px;
        background-color: #fff;
        border-radius: 4px;
        border: none;
        font-size: 14px;
        padding: 0 135px 0 16px;
        color: #6f6f6f
    }

    .footer .input .sub {
        top: 5px;
        right: 5px;
        font-size: 16px;
        width: 127px;
        border-radius: 4px;
        line-height: 32px
    }

    .footer .menu1 {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        text-align: left;
        overflow: hidden
    }

    .footer .menu1 > .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-right: -15px
    }

    .footer .menu1 > .list > li {
        padding-right: 15px;
        position: relative
    }

    .footer .menu1 > .list > li > a, .footer .menu1 > .list > li > span {
        display: inline-block;
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        line-height: 32px;
        color: #fff;
        margin-bottom: 20px;
        position: relative
    }

    .footer .menu1 .arrowM {
        display: none
    }

    .footer .menu1 .subnav {
        position: relative
    }

    .footer .menu1 .subnav a {
        font-size: 16px;
        font-weight: normal;
        line-height: 47px;
        color: #f5fff3;
        display: block;
        transition: all .5s;
        position: relative;
        transition: .5s
    }

    .footer .flist li {
        margin-left: 17px
    }

    .footer .flist .douyin .icon img, .footer .flist .douyin .icon svg {
        width: 20px;
        height: 20px
    }

    .footer .flist .box {
        transition: .5s;
        display: block
    }

    .footer .flist .icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: solid 1px #fff
    }

    .footer .flist .icon img, .footer .flist .icon svg {
        width: 26px;
        height: 26px;
        fill: #fff
    }

    .footer .flist .down {
        display: none;
        color: #666;
        font-size: 14px;
        align-items: center;
        width: 120px;
        cursor: initial;
        padding-bottom: 20px;
        position: absolute;
        bottom: 100%;
        left: 0
    }

    .footer .flist .down .txt {
        margin-right: 10px
    }

    .footer .flist .down .ewm {
        width: 119px;
        position: relative
    }

    .footer .flist .active .down {
        display: flex
    }

    .copyright {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 0;
        overflow: hidden;
        text-align: center
    }

    .copyright span {
        margin: 0 10px
    }

    .copyright .fr {
        float: none
    }

    .copyright a {
        margin: 0 5px
    }

    #video {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10000000000000000;
        display: none;
        width: 90%
    }

    #video .close {
        position: absolute;
        width: 34px;
        height: 34px;
        top: 10px;
        right: 10px;
        text-align: center;
        line-height: 30px;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 22px;
        color: #fff;
        cursor: pointer;
        z-index: 3333
    }

    #video video {
        display: block;
        max-width: 100%;
        max-height: 90vh;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden
    }

    .content {
        padding: 40px 0;
        min-height: 600px
    }

    .inmain {
        padding: 40px 0 0 0
    }

    .inmain-title {
        padding-bottom: 25px
    }

    .inmain-title .left {
        width: 100%
    }

    .inmain-title .right {
        width: 100%
    }

    .inmain-title .jsh {
        font-size: 16px;
        line-height: 30px;
        grid-row-gap: 7px;
        grid-column-gap: 7px
    }

    .inmain-title .bt {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 11px
    }

    .inmain-title .p {
        font-size: 18px;
        margin-bottom: 10px
    }

    .inbanner .img {
        display: none
    }

    .inbanner .img1 {
        display: block;
        border-radius: 10px
    }

    .current .info {
        padding: 12px 0
    }

    .current span {
        font-size: 14px
    }

    .line {
        height: 1px;
        margin-bottom: 40px
    }

    .technologylist {
        grid-row-gap: 30px;
        grid-column-gap: 30px
    }

    .technologylist .item .box {
        display: block
    }

    .technologylist .item .left {
        width: 100%;
        border-radius: 10px
    }

    .technologylist .item .right {
        width: 100%;
        padding-top: 15px
    }

    .technologylist .item .bt {
        font-size: 28px;
        line-height: 44px;
        margin-bottom: 10px
    }

    .technologylist .item .p {
        font-size: 16px;
        line-height: 30px
    }

    .joinlist {
        padding-top: 25px;
        grid-row-gap: 20px;
        grid-column-gap: 20px
    }

    .joinlist .item {
        border-radius: 10px;
        padding: 25px
    }

    .joinlist .item .bt {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .joinlist .item .p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .joinlist .item .p p {
        margin-bottom: 5px
    }

    .joinlist .item .more a {
        font-size: 16px;
        line-height: 43px
    }

    .contact-main {
        margin-top: 25px;
        padding: 30px;
        border-radius: 10px
    }

    .contact-main .p-1 {
        font-size: 16px;
        line-height: 30px
    }

    .contact-main .p-2 {
        font-size: 16px;
        margin-top: 34px;
        line-height: 35px;
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
        grid-column-gap: 15px
    }

    .contact-main .p-2 p {
        padding-left: 50px
    }

    .contact-main .p-2 p img {
        width: 26px;
        top: 5px
    }

    .contact-message {
        padding: 40px 0 0 0
    }

    .contact-message .left {
        width: 100%;
        border-radius: 10px
    }

    .contact-message .right {
        width: 100%;
        padding-top: 25px
    }

    .contact-message .message-bottom {
        margin-top: 20px
    }

    .contact-message ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -4px
    }

    .contact-message li {
        width: 100%;
        padding: 0 4px;
        margin-bottom: 15px
    }

    .contact-message li .p {
        font-size: 16px;
        line-height: 30px
    }

    .contact-message li .text-input label {
        line-height: 40px;
        font-size: 16px
    }

    .contact-message li .text-input input {
        padding-right: 10px;
        padding-left: 10px;
        height: 42px;
        font-size: 16px;
        border-radius: 4px
    }

    .contact-message li .text-input-2 input {
        padding-left: 170px
    }

    .contact-message li .text-textarea {
        position: relative
    }

    .contact-message li .text-textarea label {
        line-height: 40px;
        font-size: 16px
    }

    .contact-message li .text-textarea textarea {
        padding: 10px;
        height: 142px;
        font-size: 16px;
        border-radius: 4px
    }

    .contact-message .li-1 .sibmit a {
        border-radius: 22px;
        line-height: 43px;
        font-size: 16px
    }

    .contact-message .li-2 {
        width: 100%
    }

    .contact-message .li-2 .text-input input {
        font-size: 16px;
        padding-left: 20px
    }

    .verify {
        height: 45px;
        border-radius: 10px;
        border-radius: 4px
    }

    .verify .drag-btn {
        left: 0;
        top: 0;
        width: 45px;
        height: 45px;
        position: absolute;
        background: #eaeaea url(../images/drag-arrow.svg) no-repeat center center;
        background-size: 14px 14px;
        z-index: 2;
        cursor: move
    }

    .verify .suc-drag-btn {
        background: #fff url(../images/drag-success.svg) no-repeat center center;
        background-size: 14px 14px;
        border-radius: 10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .verify .drag-progress {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 45px;
        line-height: 43px;
        color: #666;
        background-color: #7ac23c;
        text-align: center
    }

    .verify .fix-tips, .verify .verify-msg {
        width: 100%;
        right: 0;
        left: 0;
        height: 100%;
        color: #999;
        z-index: 1;
        border-radius: 10px;
        position: absolute;
        font-size: 16px;
        line-height: 43px;
        padding-left: 60px;
        text-align: left
    }

    .verify .verify-msg {
        color: #fff;
        display: none;
        background-color: #7ac23c
    }

    .news-bottom {
        padding-top: 110px
    }

    .news-bottom .nr .left {
        width: 100%
    }

    .news-bottom .nr .right {
        width: 100%;
        position: relative;
        top: auto
    }

    .news-bottom .nr .right .info {
        margin-top: 25px;
        padding: 25px;
        border-radius: 10px
    }

    .news-bottom .nr .right .info .bt {
        font-size: 16px;
        line-height: 22px
    }

    .news-bottom .nr .right .info input {
        width: 100%;
        height: 60px;
        background: #fff;
        border-radius: 12px;
        padding: 0 20px 0 20px;
        margin-top: 26px;
        margin-bottom: 9px;
        border: solid 1px rgba(51, 51, 51, 0.1)
    }

    .news-bottom .nr .right .info .more a, .news-bottom .nr .right .info .more p {
        font-size: 15px;
        line-height: 60px;
        color: #fff;
        display: block;
        padding: 0 53px;
        background: #1b1a1a;
        border-radius: 12px;
        text-align: center;
        width: 100%
    }

    .newslist1 {
        grid-row-gap: 31px
    }

    .newslist1 .item .box {
        display: block
    }

    .newslist1 .item .pic {
        border-radius: 10px;
        width: 100%
    }

    .newslist1 .item .pic .class {
        font-size: 14px;
        font-weight: normal;
        line-height: 26px;
        color: #222;
        position: absolute;
        top: 0;
        left: 20px;
        z-index: 33
    }

    .newslist1 .item .pic .class span {
        padding: 0 15px;
        background: var(--main-color);
        border-radius: 0 0 6px 6px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: top;
        color: #fff
    }

    .newslist1 .item .text {
        width: 100%;
        padding-top: 15px
    }

    .newslist1 .item .date {
        line-height: 26px;
        font-size: 14px;
        margin-bottom: 8px
    }

    .newslist1 .item .bt {
        font-size: 18px;
        line-height: 37px;
        margin-bottom: 10px
    }

    .newslist1 .item .p {
        font-size: 16px;
        line-height: 27px;
        height: 54px;
        margin-bottom: 10px
    }

    .fenye {
        padding-top: 30px
    }

    .page {
        clear: both;
        font-size: 0;
        color: #947d58
    }

    .page em {
        font-style: normal;
        font-size: 16px
    }

    .page a {
        color: #666;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        min-width: 46px;
        line-height: 44px;
        height: 46px;
        margin: 0 5px;
        padding: 0 5px;
        vertical-align: top;
        -webkit-transition: background .5s;
        transition: background .5s;
        background: none;
        border-radius: 2px;
        border: solid 1px #dfdfdf;
        display: none
    }

    .page a svg {
        width: 12px;
        height: 44px;
        fill: #141414
    }

    .page span {
        font-size: 16px;
        line-height: 44px
    }

    .page a span {
        display: block
    }

    .page a.prev1, .page a.next1 {
        padding: 0 15px;
        display: inline-block;
        vertical-align: top
    }

    .page a.prev, .page a.next {
        display: inline-block;
        vertical-align: top
    }

    .neleft {
        padding-bottom: 40px
    }

    .h1 {
        font-size: 28px
    }

    .h2 {
        font-size: 16px;
        line-height: 30px;
        padding: 10px 0
    }

    .h2 span {
        margin-right: 10px;
        padding: 0 6px
    }

    .news-info {
        font-size: 16px;
        line-height: 30px;
        padding: 20px 0
    }

    .news-info p {
        margin-bottom: 8px
    }

    .lable {
        font-size: 16px;
        padding-bottom: 9px;
        line-height: 40px
    }

    .lable span {
        color: var(--main-color);
        display: block;
        float: left;
        font-size: 16px;
        padding-right: 4px
    }

    .lable a {
        color: #333;
        line-height: 40px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        margin-bottom: 5px;
        margin-right: 15px;
        text-align: center;
        display: block;
        float: left
    }

    .list-page-news {
        border-top: solid 1px #d9d9d9;
        margin-bottom: 25px
    }

    .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: 12px 0
    }

    .list-page-news ul li a {
        display: block;
        line-height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-size: 16px;
        color: #666;
        position: relative;
        padding-left: 93px
    }

    .list-page-news ul li a span {
        line-height: 30px;
        color: #333;
        position: absolute;
        top: 0;
        left: 0;
        width: 82px;
        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
    }

    .about01 {
        padding: 40px 0
    }

    .about01 .box {
        display: block
    }

    .about01 .left {
        width: 100%;
        border-radius: 10px
    }

    .about01 .right {
        width: 100%;
        padding-top: 15px
    }

    .about01 .bt {
        font-size: 28px;
        line-height: 44px;
        margin-bottom: 16px
    }

    .about01 .p {
        font-size: 16px;
        line-height: 30px
    }

    .about02 {
        padding: 0 0 40px 0
    }

    .about02 .box {
        display: block
    }

    .about02 .left {
        width: 100%
    }

    .about02 .right {
        width: 100%;
        padding-top: 15px
    }

    .about02 .p {
        font-size: 16px;
        line-height: 30px
    }

    .about02 .p p {
        padding-left: 28px
    }

    .about02 .p p img {
        width: 20px;
        top: 5px;
        left: 0
    }

    .about03 {
        padding-bottom: 40px
    }

    .about03 .left {
        margin-top: 25px;
        border-radius: 10px
    }

    .about04 {
        padding-top: 40px
    }

    .about04 .about-bottom {
        padding-top: 25px
    }

    .about04 .about-bottom ul {
        grid-template-columns: 1fr;
        grid-row-gap: 25px;
        grid-column-gap: 25px
    }

    .about04 .about-bottom ul li .pic {
        border-radius: 10px
    }

    .about04 .about-bottom ul li .text {
        padding-top: 15px
    }

    .about04 .about-bottom ul li .bt {
        font-size: 20px;
        margin-bottom: 10px
    }

    .about04 .about-bottom ul li .p {
        font-size: 16px;
        line-height: 30px
    }

    .inmain-title2 .container {
        max-width: 750px;
        display: block
    }

    .inmain-title2 .left {
        width: 100%
    }

    .inmain-title2 .inbanner {
        width: 100%;
        float: none
    }

    .inmain-title2 .p {
        margin-bottom: 25px
    }

    .inmain1 {
        padding: 33px 0 0 0
    }

    .inside-1 {
        padding-bottom: 40px
    }

    .inside-1 .container {
        max-width: 750px
    }

    .inside-1 .con {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        margin-top: -19px;
        justify-content: space-between
    }

    .inside-1 .con .leftAsideMDiv {
        display: none
    }

    .inside-1 .con-2 .leftAsideMDiv {
        display: block
    }

    .inside-1 .con-2 .listProduct > li {
        width: 33.33333333%
    }

    .inside-1 .con-2 .rightCon {
        width: 100%;
        float: right;
        margin-top: 0
    }

    .inside-1 .class-bt {
        font-size: 16px;
        font-weight: normal;
        color: #000
    }

    .inside-1 .asideBtnM {
        display: block !important
    }

    .inside-1 .leftAsideMDiv {
        width: 100%;
        padding-right: 0;
        padding-bottom: 0
    }

    .inside-1 .leftAsideMDiv .closeM {
        display: block;
        width: 100%;
        text-align: right;
        height: 60px;
        background: #fff;
        position: -webkit-sticky;
        position: sticky;
        z-index: 9999;
        top: 0;
        left: 0;
        -webkit-transition: .5s;
        transition: .5s
    }

    .inside-1 .leftAsideMDiv .closeM .closeBtn {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #000;
        position: absolute;
        right: 15px;
        top: 10px
    }

    .inside-1 .leftAsideMDiv .closeM .closeBtn:before, .inside-1 .leftAsideMDiv .closeM .closeBtn:after {
        content: '';
        display: block;
        background: #000;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .inside-1 .leftAsideMDiv .closeM .closeBtn:before {
        width: 25px;
        height: 1px
    }

    .inside-1 .leftAsideMDiv .closeM .closeBtn:after {
        width: 1px;
        height: 25px
    }

    .inside-1 .leftAsideMDiv .closeM.show {
        display: block
    }

    .inside-1 .leftAsideMDiv .ft-btnDivM {
        display: none
    }

    .inside-1 .leftAside {
        display: block;
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        z-index: 10000000;
        top: 0;
        left: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        background: #fff
    }

    .inside-1 .leftAside.openM {
        left: 0
    }

    .inside-1 .classifyAside {
        font-size: 18px;
        position: relative;
        z-index: 1;
        padding: 20px
    }

    .inside-1 .classifyAside .nr {
        padding: 20px 0
    }

    .inside-1 .classifyAside .list > li {
        overflow: hidden;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .inside-1 .classifyAside .list > li:last-child {
        margin-bottom: 0;
        border-bottom: none
    }

    .inside-1 .classifyAside .list > li .title {
        position: relative;
        z-index: 1;
        margin-bottom: 6px
    }

    .inside-1 .classifyAside .list > li .title > a {
        display: flex;
        line-height: 30px;
        font-size: 18px;
        font-weight: normal;
        line-height: 37px;
        color: #000;
        padding: 0 44px 0 0;
        position: relative
    }

    .inside-1 .classifyAside .list .icon {
        cursor: pointer;
        width: 30px;
        height: 40px;
        position: absolute;
        z-index: 999;
        top: 0;
        right: 0;
        background: url(../images/arrow-down.svg) no-repeat center center;
        background-size: 16px
    }

    .inside-1 .classifyAside .list .active .icon {
        background: url(../images/arrow-up.svg) no-repeat center center;
        background-size: 16px
    }

    .inside-1 .classifyAside .list .active .child {
        display: block
    }

    .inside-1 .classifyAside .list .child {
        display: none
    }

    .inside-1 .classifyAside .list .child .list > li {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }

    .inside-1 .classifyAside .list .child a {
        color: #666;
        display: block;
        font-size: 16px;
        font-weight: normal;
        line-height: 34px;
        color: #000;
        padding: 0 0 0 25px;
        position: relative
    }

    .inside-1 .classifyAside .list .child a::before {
        content: '';
        display: block;
        width: 17px;
        height: 17px;
        border: solid 1px #95989c;
        background: url(../images/check-white.svg) no-repeat center center;
        background-size: 20px 20px;
        position: absolute;
        top: 9px;
        left: 0
    }

    .inside-1 .classifyAside .list .child .active a {
        color: var(--main-color)
    }

    .inside-1 .classifyAside .list .child .active a::before {
        background-color: #2d3132;
        border: solid 1px #2d3132
    }

    .inside-1 .classifyAside .list .child1 .list > li {
        width: 33.33333333%;
        float: left
    }

    .inside-1 .classifyAside .list .child1 a {
        text-align: center;
        padding-left: 0
    }

    .inside-1 .classifyAside .list .child1 a:before {
        display: none
    }

    .inside-1 .classifyAside .list .child1 a .color-filter {
        position: relative;
        height: 30px;
        width: 30px;
        display: block;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        border: 1px solid #444
    }

    .sortDiv {
        margin-bottom: 20px
    }

    .sortDiv > span {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        line-height: 40px;
        color: #000;
        font-size: 18px;
        position: relative
    }

    .sortDiv .icon {
        display: inline-flex;
        margin-right: 10px;
        font-style: normal
    }

    .sortDiv .arrow {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-left: 10px;
        position: relative;
        transform: translateY(-3px)
    }

    .sortDiv .arrow::after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-right: 1px #333 solid;
        border-bottom: 1px #333 solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .sortDiv .drop {
        display: none;
        box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
        background: #fff;
        min-width: 216px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        z-index: 999;
        top: 100%;
        right: auto;
        left: 0
    }

    .sortDiv .drop a {
        display: block;
        line-height: 36px;
        padding-left: 30px;
        padding-right: 45px;
        position: relative
    }

    .sortDiv .drop a::before {
        content: '';
        display: none;
        width: 20px;
        height: 20px;
        background: url(../images/check.svg) no-repeat center center;
        background-size: 20px 20px;
        position: absolute;
        top: 8px;
        right: 15px
    }

    .sortDiv .drop a.active::before {
        display: block
    }

    .swiper-collections {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 20px
    }

    .swiper-collections .item {
        float: left
    }

    .swiper-collections .item .pic {
        border-radius: 10px
    }

    .swiper-collections .item .tabs {
        position: relative
    }

    .swiper-collections .item .tabs .ne {
        width: 48px;
        line-height: 26px;
        border-radius: 8px;
        font-size: 13px;
        top: 20px;
        left: 20px
    }

    .swiper-collections .item .tabs .tabs-header .tab-link {
        display: none
    }

    .swiper-collections .item .tabs .tabs-header .tab-link.active {
        display: block
    }

    .swiper-collections .item .bt {
        margin-top: 10px;
        font-size: 18px;
        line-height: 37px;
        height: 37px;
        margin-bottom: 8px
    }

    .swiper-collections .item .p {
        margin-bottom: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1
    }

    .swiper-collections .item .tabs-content {
        margin-bottom: 16px
    }

    .swiper-collections .item .tabs-content .tab-content {
        width: 20px;
        height: 20px;
        padding: 1px;
        margin-right: 7px
    }

    .swiper-collections .item .tabs-price .tab-li {
        display: none
    }

    .swiper-collections .item .tabs-price .tab-li span {
        font-size: 24px
    }

    .swiper-collections .item .tabs-price .tab-li span i {
        font-size: 16px;
        line-height: 30px
    }

    .swiper-collections .item .tabs-price .tab-li .gouwuche img {
        width: 24px
    }

    .ps01 {
        padding-bottom: 40px
    }

    .ps01 .container {
        max-width: 750px
    }

    .ps01 .left {
        width: 100%
    }

    .ps01 .left ul li {
        float: left;
        width: 50%
    }

    .ps01 .left .video a .hover {
        background-size: 41px
    }

    .ps01 .right {
        width: 100%;
        padding-top: 20px;
        position: relative;
        top: auto
    }

    .ps01 .bt {
        font-size: 28px;
        line-height: 42px
    }

    .ps01 .span {
        font-size: 18px;
        margin-top: 11px;
        margin-bottom: 8px
    }

    .ps01 .price {
        font-size: 24px;
        margin-bottom: 11px
    }

    .ps01 .price i {
        font-size: 16px;
        line-height: 30px
    }

    .ps01 .info {
        padding: 25px;
        border-radius: 12px;
        margin-bottom: 13px
    }

    .ps01 .info ul {
        grid-row-gap: 20px
    }

    .ps01 .info ul li {
        padding-left: 16px;
        padding-bottom: 14px
    }

    .ps01 .info ul li::before {
        width: 7px;
        height: 7px;
        top: 10px
    }

    .ps01 .info ul li .tit {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 6px
    }

    .ps01 .info ul li .txt {
        font-size: 16px;
        line-height: 30px
    }

    .ps01 .info1 {
        padding: 23px 17px;
        border-radius: 12px
    }

    .ps01 .info1 ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 20px
    }

    .ps01 .info1 ul li .pic {
        width: 40px
    }

    .ps01 .info1 ul li .tit {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px
    }

    .ps01 .color {
        padding-top: 20px;
        margin-bottom: 15px
    }

    .ps01 .color .cspan {
        font-size: 24px;
        margin-bottom: 15px
    }

    .ps01 .color .tabs-content a {
        font-size: 16px;
        padding: 0 18px;
        border-radius: 12px;
        margin-right: 10px;
        margin-bottom: 10px;
        line-height: 48px;
        min-width: 138px
    }

    .ps01 .color .tabs-content a span {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        margin-top: -3px
    }

    .ps02 {
        padding-bottom: 40px
    }

    .ps02 .ps-bottom {
        padding-top: 25px
    }

    .ps02 .ps-bottom ul {
        grid-template-columns: 1fr;
        grid-row-gap: 25px;
        grid-column-gap: 25px
    }

    .ps02 .ps-bottom ul li .pic {
        width: 40px;
        margin-bottom: 10px
    }

    .ps02 .ps-bottom ul li .bt {
        font-size: 20px;
        margin-bottom: 10px
    }

    .ps02 .ps-bottom ul li .span {
        font-size: 16px;
        line-height: 30px
    }

    .ps03 {
        padding-bottom: 40px
    }

    .ps03 .ps-bottom {
        margin-top: 25px;
        padding: 30px;
        border-radius: 10px;
        min-height: 0
    }

    .ps03 .ps-bottom .show {
        width: 100%
    }

    .ps03 .ps-bottom ul {
        width: 100%;
        margin: 25px 0 0 0
    }

    .ps03 .ps-bottom ul:after {
        width: 3px
    }

    .ps03 .ps-bottom ul li {
        font-size: 16px;
        line-height: 42px
    }

    .ps03 .ps-bottom ul li:after {
        width: 3px
    }

    .ps03 .ps-bottom ul li .tit {
        padding-left: 32px
    }

    .ps03 .ps-bottom ul .active {
        font-size: 20px
    }

    .ps04 {
        padding-bottom: 40px
    }

    .ps04 .ps-bottom {
        padding-top: 25px
    }

    .ps04 .ps-bottom .nr {
        display: block
    }

    .ps04 .ps-bottom .left {
        border-radius: 10px;
        width: 100%;
        padding: 6px
    }

    .ps04 .ps-bottom .right {
        width: 100%;
        padding: 20px 0
    }

    .ps04 .ps-bottom .right ul li {
        font-size: 16px;
        line-height: 35px
    }

    .ps04 .ps-bottom .right ul li span {
        width: 40%;
        float: left
    }

    .ps04 .ps-bottom .right ul li p {
        width: 60%;
        float: right;
        color: #666;
        font-weight: lighter
    }

    .ps05 {
        padding-bottom: 40px
    }

    .ps05 .swiper-case {
        width: 100%;
        margin-top: 25px
    }

    .ps05 .swiper-button-prev, .ps05 .swiper-button-next {
        width: 43px;
        height: 43px;
        border-radius: 50%;
        border: 1px solid var(--main-color);
        opacity: .5;
        left: 17px;
        margin-top: -21px;
        transition: .5s
    }

    .ps05 .swiper-button-prev:after, .ps05 .swiper-button-next:after {
        font-size: 20px;
        content: ''
    }

    .ps05 .swiper-button-prev svg, .ps05 .swiper-button-next svg {
        width: 30px;
        height: 48px;
        fill: var(--main-color)
    }

    .ps05 .swiper-button-next {
        right: 17px;
        left: auto
    }

    .caselist .item .pic {
        border-radius: 10px
    }

    .caselist .item .hover {
        bottom: 10px;
        font-size: 18px;
        line-height: 37px
    }

    .ps06 {
        padding-bottom: 40px
    }

    .ps06 .ps-top .more1 a {
        line-height: 44px
    }

    .ps06 .ps-bottom {
        padding-top: 25px
    }

    .ps07 {
        padding-bottom: 40px
    }

    .ps07 .ps-top .more1 a {
        line-height: 44px
    }

    .ps07 .ps-bottom {
        padding-top: 25px
    }

    .agent02 {
        padding: 40px 0
    }

    .agent02 .agent-bottom {
        padding-top: 25px
    }

    .agent02 .agent-bottom .nr {
        display: block
    }

    .agent02 .agent-bottom .left {
        width: 100%
    }

    .agent02 .agent-bottom .left .list {
        grid-row-gap: 5px
    }

    .agent02 .agent-bottom .left dl {
        padding: 25px;
        border-radius: 10px 10px 0 0
    }

    .agent02 .agent-bottom .left dl dt {
        font-size: 18px;
        line-height: 37px
    }

    .agent02 .agent-bottom .left dl dt .box {
        padding-left: 60px;
        padding-right: 40px
    }

    .agent02 .agent-bottom .left dl dt .pic {
        width: 37px
    }

    .agent02 .agent-bottom .left dl dt i {
        width: 19px;
        height: 37px
    }

    .agent02 .agent-bottom .left .active dt {
        margin-bottom: 10px
    }

    .agent02 .agent-bottom .left .active dd .xx {
        font-size: 16px;
        line-height: 30px
    }

    .agent02 .agent-bottom .right {
        width: 100%
    }

    .agent02 .agent-bottom .right .show {
        height: 100%
    }

    .agent02 .agent-bottom .right .show .info {
        display: none;
        border-radius: 0 0 10px 10px;
        height: 100%
    }

    .agent03 .item .span {
        font-size: 20px;
        line-height: 35px
    }

    .agent03 .item .info {
        padding: 10px 0
    }

    .agent03 .item .right {
        width: 100%
    }

    .agent04 {
        padding: 40px 0
    }

    .agent04 .agent-bottom {
        padding-top: 25px
    }

    .agent04 ul {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 20px
    }

    .agent04 ul li .box {
        border-radius: 10px;
        padding: 22px;
        padding-left: 90px
    }

    .agent04 ul li .pic {
        width: 50px;
        left: 22px
    }

    .agent04 ul li .bt {
        font-size: 18px;
        line-height: 37px;
        margin-bottom: 0
    }

    .agent04 ul li .p {
        font-size: 16px;
        line-height: 30px
    }

    .agent05 .agent-bottom {
        padding-top: 25px
    }

    .agent05 ul {
        grid-template-columns: 1fr;
        grid-row-gap: 12px;
        grid-column-gap: 12px
    }

    .agent05 ul li .span {
        font-size: 20px;
        line-height: 46px;
        border-radius: 10px 10px 0 0
    }

    .agent05 ul li .span:after {
        display: none
    }

    .agent05 ul li .span:before {
        display: none
    }

    .agent05 ul li .pic {
        width: 64px;
        margin-bottom: 15px
    }

    .agent05 ul li .text {
        padding: 25px;
        min-height: 0;
        border-radius: 0 0 10px 10px
    }

    .agent05 ul li .bt {
        font-size: 20px;
        line-height: 41px;
        margin-bottom: 5px
    }

    .agent05 ul li .p {
        font-size: 16px;
        line-height: 30px
    }

    .agent05 ul li:nth-child(1) .span {
        border-radius: 10px 10px 0 0
    }

    .agent05 ul li:nth-child(1) .span:before {
        display: none
    }

    .agent05 ul li:nth-last-child(1) .span {
        border-radius: 10px 10px 0 0
    }

    .agent05 ul li:nth-last-child(1) .span:after {
        display: none
    }

    .agent06 {
        padding: 40px 0
    }

    .agent06 .agent-bottom {
        padding-top: 25px
    }

    .agent06 ul {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 20px
    }

    .agent06 ul li .pic {
        border-radius: 10px
    }

    .agent06 ul li .text {
        padding: 15px 0 0 0
    }

    .agent06 ul li .bt {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 12px
    }

    .agent06 ul li .p {
        font-size: 16px;
        line-height: 30px
    }

    .agent07 {
        padding-bottom: 40px
    }

    .agent07 .agent-bottom {
        padding-top: 25px
    }

    .agent07 .p {
        font-size: 16px;
        line-height: 30px
    }

    .agent07 .p p {
        margin-bottom: 8px
    }

    .agent07 ul {
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 6px;
        grid-column-gap: 6px
    }

    .agent07 ul li .pic {
        border-radius: 10px
    }

    .agent08 {
        padding-bottom: 100px
    }

    .agent08 .home-title {
        padding-top: 0
    }

    .agent08 .agent-bottom {
        padding-top: 25px
    }

    .agent08 .p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .agent08 .p p {
        margin-bottom: 5px
    }

    .agent08 .ewm {
        width: 124px
    }
}

@media (max-width: 520px) {
    .home-service .tabs .item {
        width: 50%;
        float: left
    }

    .home-service .tabs .container {
        display: block
    }

    .home-service .tabs .item .pic {
        margin: 0 auto
    }

    .swiper-collections {
        grid-template-columns: 1fr
    }

    .ps01 .info1 ul {
        grid-template-columns: 1fr 1fr 1fr
    }

    .home-title p {
        font-size: 28px
    }

    .agent06 ul {
        grid-template-columns: 1fr
    }

    .agent07 ul {
        grid-template-columns: 1fr
    }

    .agent08 {
        padding-bottom: 50px
    }
}

.swiper-collections .item .tabs-content {
    padding-left: 1px;
}