:root {
    --shen-color: #333;
    --qian-color: #666;
    --main-color: #9f2024;
    --hover-color: #112352;
    --Poppins-Regular: Poppins-Regular;
    --Poppins-Bold: Poppins-Bold;
    --Poppins-Light: Poppins-Light;
    --Din-Bold: Din-Bold;
    --D-DIN: D-DIN
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

#bsWXBox {
    box-sizing: content-box
}

div,
p,
span,
i,
em {
    white-space: inherit !important
}

ul {
    list-style: none
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

html {
    font-size: 1px !important
}

html,
body {
    position: relative
}

@media (max-width:1730px) {
    html {
        font-size: .901042px !important
    }
}

@media (max-width:1600px) {
    html {
        font-size: .824479px !important
    }
}

@media (max-width:1530px) {
    html {
        font-size: .792708px !important
    }
}

@media (max-width:1440px) {
    html {
        font-size: .741146px !important
    }
}

@media (max-width:1366px) {
    html {
        font-size: .702604px !important
    }
}

@media (max-width:1360px) {
    html {
        font-size: .699479px !important
    }
}

@media (max-width:1280px) {
    html {
        font-size: .657813px !important
    }
}

@media (max-width:1200px) {
    html {
        font-size: .617188px !important
    }
}

body {
    font-family: var(--Poppins-Regular), "Microsoft Yahei", "微软雅黑", "思源黑体 CN-Medium", "思源黑体 CN", "Microsoft YaHei New", "PingFang SC", "Hiragino Sans GB", "Arial", "Helvetica", sans-serif;
    font-size: 16rem;
    color: var(--qian-color);
    line-height: 1.1;
    width: 100%;
    background: #fff;
    font-weight: normal;
    margin: 0 auto !important;
    word-break: break-word;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
    color: var(--qian-color)
}

a:hover,
a:active,
a:focus {
    color: var(--qian-color);
    text-decoration: none
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

table {
    border-collapse: collapse;
    width: 100%
}

table td {
    font-size: 16rem;
    line-height: 32rem;
    padding: 9rem 15rem;
    color: #212121;
    border: 1px solid #d3d7db
}

input,
textarea,
select {
    font-size: 16rem;
    outline: 0;
    overflow: hidden;
    font-family: var(--Poppins-Regular), "Microsoft Yahei", "微软雅黑", "思源黑体 CN-Medium", "思源黑体 CN", "Microsoft YaHei New", "PingFang SC", "Hiragino Sans GB", "Arial", "Helvetica", sans-serif
}

select::-ms-expand {
    display: none
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fafafa url(../images/arrow.webp) no-repeat scroll 95% center;
    background: #fafafa\9 \0
}

input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="radio"] {
    cursor: pointer;
    outline: 0
}

input[type="checkbox"],
input[type="radio"] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

textarea,
input[type="email"],
input[type="date"],
input[type="password"],
input[type="text"] {
    padding: 0;
    color: var(--qian-color);
    outline: 0
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
select,
button {
    -webkit-appearance: none
}

input,
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0
}

::-webkit-input-placeholder {
    color: #888
}

:-moz-placeholder {
    color: #888;
    opacity: 1
}

::-moz-placeholder {
    color: #888;
    opacity: 1
}

:-ms-input-placeholder {
    color: #888
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

.pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.pic:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    object-fit: cover
}

.ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.ellipsis3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

.ellipsis4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    word-break: break-all;
}

.ellipsis5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    word-break: break-all;
}

.ellipsis6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    word-break: break-all;
}

.ellipsis7 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    word-break: break-all;
}

.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: Din-Bold;
    src: url('../font/Din-Bold.woff2') format('woff2'), url('../font/Din-Bold.woff') format('woff'), url('../font/Din-Bold.ttf') format('truetype'), url('../font/Din-Bold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: D-DIN;
    src: url('../font/D-DIN.woff2') format('woff2'), url('../font/D-DIN.woff') format('woff'), url('../font/D-DIN.ttf') format('truetype'), url('../font/D-DIN.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins-Light;
    src: url('../font/Poppins-Light.ttf');
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../font/Poppins-Bold.woff2') format('woff2'), url('../font/Poppins-Bold.woff') format('woff'), url('../font/Poppins-Bold.ttf') format('truetype'), url('../font/Poppins-Bold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../font/Poppins-Regular.woff2') format('woff2'), url('../font/Poppins-Regular.woff') format('woff'), url('../font/Poppins-Regular.ttf') format('truetype'), url('../font/Poppins-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.webp) 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.webp) no-repeat center center;
    cursor: pointer
}

.sitemap {
    background: #fff;
    padding: 100rem 0
}

.sitemap .home-title {
    margin-bottom: 35rem
}

.sitemap .sitemap-bottom {
    font-size: 18rem;
    line-height: 30rem;
    color: #333
}

.sitemap .sitemap-bottom li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 20rem;
    margin-bottom: 20rem
}

.sitemap .sitemap-bottom li .top1 {
    font-size: 22rem;
    color: var(--main-color);
    font-family: var(--Montserrat-Bold)
}

.sitemap .sitemap-bottom li .top1 .txt-2 {
    display: none
}

.sitemap .sitemap-bottom li .top1:hover {
    color: var(--main-color);
    text-decoration: underline
}

.sitemap .sitemap-bottom li .subnav {
    margin-top: 15rem
}

.sitemap .sitemap-bottom li .subnav a {
    font-size: 16rem;
    color: var(--qian-color);
    margin-right: 20rem;
    padding: 5rem 0;
    display: block;
    float: left
}

.sitemap .sitemap-bottom li .subnav a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.sitemap .p {
    color: var(--shen-color)
}

.sitemap .p p {
    margin-bottom: 15rem
}

.transparent {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
    top: 0;
    left: 0;
    z-index: 888;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.transparent.active {
    display: block
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200rem
}

.container02 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1820rem
}

.height {
    height: 1px;
    position: absolute;
    top: -70rem;
    left: 0;
    width: 100%
}

.height1 {
    height: 70rem
}

.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 555
}

.header {
    height: 70rem;
    width: 100%;
    transition: .5s;
    position: relative;
    z-index: 2;
    background: #fff
}

.header .logo {
    float: left;
    transition: .5s;
    padding-top: 11rem;
    padding-left: 14rem
}

.header .logo a {
    display: block;
    position: relative;
    transition: .5s
}

.header .logo a img {
    display: inline-block;
    vertical-align: top;
    width: 202rem;
    z-index: 5;
    position: relative;
    transition: .5s
}

.header .logo a .lg2 {
    display: none
}

.header .header-right {
    float: right;
    margin-right: 0
}

.header .header-right .menu {
    float: right;
    position: relative;
    width: 36px;
    height: 36px;
    margin-top: 12px;
    display: none
}

.header .header-right .menu .navPhoneBtn {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    float: left;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    text-align: right
}

.header .header-right .menu .navPhoneBtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: var(--main-color);
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 20px;
    transform-origin: 20px;
    -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

.header .header-right .menu .navPhoneBtn span:last-child {
    margin-bottom: 0
}

.header .header-right .lan {
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 111;
    margin-left: 40rem;
    transition: .7s
}

.header .header-right .lan h3,
.header .header-right .lan .lan-title {
    color: #fff
}

.header .header-right .lan h3 img,
.header .header-right .lan .lan-title img {
    width: 28rem;
    height: 28rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10rem;
    border-radius: 50%;
    object-fit: cover
}

.header .header-right .lan span {
    display: block;
    height: 70rem;
    transition: .7s;
    font-size: 18rem;
    line-height: 70rem;
    color: #282a29;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle
}

.header .header-right .lan ul {
    position: absolute;
    top: 100%;
    width: 120rem;
    background: #fff;
    color: #353535;
    display: none;
    z-index: -1;
    border-radius: 5rem;
    padding: 10rem 0;
    left: 50%;
    margin-left: -60rem;
    text-align: center;
    box-shadow: 0 0 10rem rgba(0, 0, 0, 0.2)
}

.header .header-right .lan ul::after {
    content: "";
    border: 8rem solid transparent;
    border-bottom-color: #fff;
    width: 0;
    height: 0;
    margin: 0 auto;
    position: absolute;
    top: -16rem;
    left: 0;
    right: 0
}

.header .header-right .lan ul li a {
    display: block;
    color: #666;
    text-align: center;
    font-size: 16rem;
    line-height: 40rem
}

.header .header-right .lan ul li a img {
    width: 24rem;
    margin-right: 5rem;
    margin-top: -3rem;
    display: inline-block;
    vertical-align: middle
}

@media (min-width:1025px) {
    .header .header-right .lan ul li a:hover {
        background: #eee
    }
}

.header .header-right .get {
    float: right;
    padding-top: 16rem;
    padding-bottom: 16rem
}

.header .header-right .get>a {
    padding: 0 29rem;
    display: block;
    font-size: 16rem;
    font-weight: normal;
    line-height: 36rem;
    height: 38rem;
    border: solid 1rem #282a29;
    color: #282a29
}

@media (min-width:1025px) {
    .header .header-right .get>a:hover {
        background: var(--main-color);
        color: #fff
    }
}

.header .header-right .get .get-drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #e6e8f0;
    box-shadow: 0 16rem 38rem rgba(17, 35, 82, 0.12);
    display: none;
    padding: 58rem 0;
    z-index: 360
}

.header .header-right .get .get-tabs {
    float: left;
    width: 41%;
    border-right: 1rem solid rgba(17, 35, 82, 0.15);
    padding-right: 55rem;
    margin-left: -20rem
}

.header .header-right .get .get-tabs li {
    cursor: pointer;
    transition: .3s;
    position: relative;
    margin-bottom: 7rem
}

.header .header-right .get .get-tabs li a {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
    font-size: 18rem;
    line-height: 50rem;
    color: #1d3557;
    font-family: var(--Poppins-Bold);
    padding: 0 55rem 0 35rem;
    border-radius: 24rem;
    position: relative
}

.header .header-right .get .get-tabs li a:before {
    content: "> ";
    font-family: var(--Poppins-Bold);
    position: absolute;
    top: 0;
    left: 22rem;
    line-height: 50rem;
    display: block
}

.header .header-right .get .get-tabs li a:after {
    content: '';
    display: block;
    width: 20rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 30rem;
    z-index: 4;
    background: url(../images/jiantou.webp) no-repeat center center;
    background-size: 16rem;
    opacity: 0
}

.header .header-right .get .get-tabs .active a {
    background: #fff;
    color: var(--main-color);
    border-radius: 24rem
}

.header .header-right .get .get-tabs .active a:after {
    opacity: 1
}

.header .header-right .get .get-panels {
    min-height: 290rem;
    float: right;
    width: 57%
}

.header .header-right .get .get-panels .item {
    display: none
}

.header .header-right .get .get-panels .item.active {
    display: block
}

.header .header-right .get .get-panels .shop-panel-inner {
    justify-content: space-between;
    display: flex
}

.header .header-right .get .get-panels ul {
    width: 43%
}

.header .header-right .get .get-panels ul li {
    margin-bottom: 7rem
}

.header .header-right .get .get-panels a {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
    font-size: 18rem;
    line-height: 50rem;
    color: #1d3557;
    font-family: var(--Poppins-Regular);
    padding: 0 55rem 0 35rem;
    border-radius: 24rem;
    position: relative
}

.header .header-right .get .get-panels a:before {
    content: "> ";
    font-family: var(--Poppins-Bold);
    position: absolute;
    top: 0;
    left: 22rem;
    line-height: 50rem;
    display: block
}

.header .header-right .get .get-panels a:after {
    content: '';
    display: block;
    width: 20rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 30rem;
    z-index: 4;
    background: url(../images/jiantou.webp) no-repeat center center;
    background-size: 16rem;
    opacity: 0
}

.header .header-right .get .get-panels .shop-panel-pic {
    width: 53%
}

.header .header-right .get .get-panels .shop-panel-pic a {
    padding: 0;
    margin: 0;
    border-radius: 24rem;
    overflow: hidden
}

.header .header-right .get .get-panels .shop-panel-pic a:before {
    display: none
}

.header .header-right .get .get-panels .shop-panel-pic img {
    display: block;
    width: 100%;
    height: 294rem;
    object-fit: cover;
    transition: .5s
}

@media (min-width:1025px) {
    .header .header-right .get .get-tabs li:hover a {
        background: #fff;
        color: var(--main-color)
    }

    .header .header-right .get .get-panels a:hover {
        background: #fff;
        color: var(--main-color);
        border-radius: 24rem
    }

    .header .header-right .get .get-panels a:hover:after {
        opacity: 1
    }

    .header .header-right .get .get-panels .shop-panel-pic a:hover img {
        transform: scale(1.06)
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.nav {
    transition: .2s;
    float: right;
    margin-right: 65rem
}

.nav ul {
    z-index: 1
}

.nav ul li {
    float: left;
    margin-left: 45rem
}

.nav ul li a {
    color: #282a29;
    font-size: 18rem;
    font-family: var(--Poppins-Bold);
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top
}

.nav ul li a>span {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.nav ul li a .txt-1 {
    display: block;
    line-height: 70rem
}

.nav ul li a .txt-2 {
    display: none;
    transform: translateY(100%)
}

.nav ul li:not(:first-child)>a {
    padding-right: 16rem
}

.nav ul li:not(:first-child)>a:after {
    content: "";
    width: 6rem;
    height: 6rem;
    border-right: 1.5rem solid #282a29;
    border-bottom: 1.5rem solid #282a29;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5rem;
    transform: rotate(45deg);
    transition: .3s
}

.nav ul li.fo4>a {
    padding: 0
}

.nav ul li.fo4>a:after {
    display: none
}

.nav ul li .subnav {
    width: 260rem;
    position: absolute;
    top: 70rem;
    left: 50%;
    margin-left: -130rem;
    display: none;
    z-index: 333;
    text-align: center;
    padding: 24rem 0;
    background: #e6e8f0;
    border-radius: 0 0 40rem 40rem;
    box-shadow: 0 12rem 30rem rgba(0, 0, 0, 0.08)
}

.nav ul li .subnav .container {
    display: flex;
    justify-content: center
}

.nav ul li .subnav ul {
    margin: 0;
    padding: 0
}

.nav ul li .subnav ul li {
    margin: 0;
    width: auto;
    padding: 0 20rem;
    float: none
}

.nav ul li .subnav ul li a {
    font-size: 16rem;
    line-height: 24rem;
    color: #3f4652 !important;
    height: auto;
    margin: 0;
    padding: 10rem 18rem;
    text-decoration: none;
    text-align: center;
    font-weight: normal !important;
    display: block;
    border-radius: 6rem;
    transition: .3s;
    font-family: var(--Poppins-Light)
}

.nav ul li .subnav ul li a:after {
    display: none
}

.nav ul li .subnav ul li a:before {
    display: none
}

@media (min-width:1025px) {
    .nav ul li .subnav ul li:hover>a {
        color: #fff !important;
        background: var(--main-color)
    }

    .nav ul li .subnav ul li:hover>a span {
        color: #fff !important
    }
}

.nav ul li:hover>a>span {
    color: var(--main-color)
}

.nav ul li:hover>a:after {
    border-color: var(--main-color)
}

.nav ul li.fo3,
.nav ul li.fo5 {
    position: relative
}

.nav ul li:nth-child(1) {
    margin-left: 0
}

.nav ul .active>a>span {
    color: var(--main-color)
}

.nav ul .active>a:after {
    border-color: var(--main-color)
}

.nav ul li .product-subnav {
    padding: 54rem 0;
    background: #e6e8f0;
    border-radius: 0 0 40rem 40rem;
    width: 100%;
    left: 0;
    margin: 0
}

.nav ul li .product-subnav .container {
    display: block
}

.nav ul li .product-subnav .product-sub-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 19rem;
    margin: 0;
    padding: 0
}

.nav ul li .product-subnav .product-sub-list li {
    float: none;
    width: auto;
    margin: 0;
    padding: 0
}

.nav ul li .product-subnav .product-sub-list a {
    display: block;
    padding: 0;
    border-radius: 12rem;
    background: #fff;
    color: #112352 !important;
    text-align: center;
    overflow: hidden;
    transition: .3s
}

.nav ul li .product-subnav .product-sub-list a:before {
    display: none
}

.nav ul li .product-subnav .product-sub-list a:after {
    display: none
}

.nav ul li .product-subnav .product-sub-list .box {
    padding: 12rem 12rem 10rem
}

.nav ul li .product-subnav .product-sub-list .pic {
    width: 124rem;
    margin: 0 auto
}

.nav ul li .product-subnav .product-sub-list .bt {
    font-family: var(--Poppins-Regular);
    font-size: 18rem;
    line-height: 30rem;
    padding: 0 20rem;
    color: #1d3557;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    margin-top: 20rem;
    height: 60rem;
    font-weight: normal;
    transition: .3s
}

@media (min-width:1025px) {
    .nav ul li .product-subnav a:hover {
        transform: translateY(-4rem);
        box-shadow: 0 12rem 24rem rgba(17, 35, 82, 0.12)
    }

    .nav ul li .product-subnav a:hover img {
        transform: scale(1.06)
    }

    .nav ul li .product-subnav a:hover .bt {
        color: #fff
    }
}

#menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 82%;
    max-width: 430px;
    background: #fff;
    z-index: 9999;
    height: 100%;
    transition: .5s;
    overflow: auto;
    padding: 78px 22px 40px;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.12)
}

#menu .lan {
    text-align: center;
    padding: 15px 0
}

#menu .lan a {
    color: #666;
    font-size: 16px;
    margin: 0 5px 10px 5px
}

#menu .btn {
    text-align: center;
    margin-bottom: 18px
}

#menu .login,
#menu .collection {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px
}

#menu .login a,
#menu .collection a {
    width: 28px;
    height: 28px;
    background: #f3f3f3;
    display: block;
    border-radius: 50%
}

#menu .success {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 28px;
    padding: 0 35px;
    color: #333
}

#menu .success a {
    color: var(--main-color)
}

#menu .hide {
    display: none
}

#menu .search-in {
    z-index: 777;
    width: 100%;
    position: relative;
    margin-bottom: 24px
}

#menu .search-in .form-control {
    text-align: left;
    border: 0;
    width: 100%;
    font-size: 14px;
    color: #999;
    height: 44px;
    vertical-align: top;
    padding: 0 40px 0 20px;
    border-radius: 22px;
    border: solid 1px #dbe3ee;
    background: none
}

#menu .search-in .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    background: url(../images/search.webp) no-repeat center center;
    background-size: 15px !important
}

#menu ul .subnav {
    display: none;
    text-transform: inherit;
    background: #f6f9fd;
    border-radius: 8px;
    margin: 0 0 12px;
    padding: 10px 14px
}

#menu ul .subnav a {
    text-transform: inherit
}

#menu ul .subnav .container {
    width: auto;
    max-width: none;
    margin: 0
}

#menu ul ul {
    padding: 0;
    margin: 0
}

#menu ul ul li {
    width: 100%;
    float: none;
    padding: 7px 0;
    border: 0;
    margin: 0
}

#menu ul ul li i {
    right: 0
}

#menu ul ul li a {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #5f6870
}

#menu ul ul li ul {
    display: none
}

#menu ul {
    overflow: hidden;
    padding: 0
}

#menu ul li {
    position: relative;
    border-bottom: 1px solid #eef1f5
}

#menu ul li i {
    display: block;
    width: 44px;
    height: 52px;
    line-height: 52px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    text-align: center;
    background: url(../images/jt.webp) no-repeat center center;
    background-size: 12px;
    transition: .3s
}

#menu ul li a {
    font-size: 17px;
    color: #202121;
    display: block;
    line-height: 32px;
    padding: 10px 0;
    padding-right: 48px;
    position: relative;
    z-index: 2
}

#menu ul li a .txt-2 {
    display: none
}

#menu ul li.active>i {
    transform: rotate(90deg)
}

#menu ul li.active>a {
    color: var(--main-color)
}

#menu>ul>li>a {
    font-size: 18px;
    line-height: 32px;
    padding: 10px 0;
    padding-right: 54px
}

#menu .subnav {
    padding: 10px 14px
}

#menu .close {
    display: block;
    height: 36px;
    width: 36px;
    position: absolute;
    right: 17px;
    top: 18px;
    border-radius: 50%;
    background: url(../images/closed.webp) no-repeat center center;
    background-size: 15px
}

#menu.show1 {
    right: 0
}

.hide {
    display: none
}

.pc {
    display: block
}

.phone {
    display: none
}

.home-title {
    font-size: 56rem;
    font-weight: normal;
    color: #282a29
}

.home-title h1,
.home-title h2 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: normal
}

.home-title1 {
    color: #1d3557
}

.home-p {
    font-size: 24rem;
    font-weight: normal;
    line-height: 28rem;
    color: #1d3557
}

.home-more1 a,
.home-more1 p {
    font-size: 16rem;
    font-weight: normal;
    line-height: 47rem;
    color: #fff;
    padding: 0 32rem;
    display: inline-block;
    vertical-align: top;
    transition: .5s;
    background: var(--main-color)
}

.home-more1 a.a1 {
    background: none;
    border: 1px solid #fff;
    border-right: 0
}

.home-more1 a.a2 {
    border: 1px solid #9f2024
}

@media (min-width:1025px) {
    .home-more1 a:hover {
        background: var(--hover-color)
    }

    .home-more1 a.a1:hover {
        border-color: var(--hover-color)
    }

    .home-more1 a.a2:hover {
        border-color: var(--hover-color)
    }
}

.home-more2 a,
.home-more2 p {
    padding: 0 117rem
}

.more a,
.more p {
    font-size: 16rem;
    line-height: 45rem;
    height: 47rem;
    padding: 0 32rem;
    text-align: center;
    color: #26384f;
    border: 1rem solid #26384f;
    display: inline-block;
    transition: .5s
}

@media (min-width:1025px) {
    .more a:hover {
        background: var(--hover-color);
        border-color: var(--hover-color);
        color: #fff
    }
}

.center {
    text-align: center
}

.white {
    color: #fff !important
}

.black {
    color: #000
}

.banner {
    position: relative;
    overflow: hidden
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes wave {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.swiper-renewal-main {
    position: relative;
    overflow: hidden;
    margin-top: 70rem
}

.swiper-renewal-main .swiper-slide {
    overflow: hidden
}

.swiper-renewal-main .swiper-slide img,
.swiper-renewal-main .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-renewal-main .swiper-slide img {
    transform: scale(1.2);
    transition: 2.5s
}

.swiper-renewal-main .img {
    position: relative;
    overflow: hidden;
    width: 100%;height: 1080rem;

}

.swiper-renewal-main .img1 {
    display: none
}

.swiper-renewal-main .banner-hover {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 340;
    transform: translateY(-50%);
    display: block;
    text-align: left
}

.swiper-renewal-main .banner-hover-2 {
    top: 20%
}

.swiper-renewal-main .banner-hover .info {
    width: 50%
}

.swiper-renewal-main .banner-hover-1 .info {
    width: 100% !important;
    text-align: center
}

.swiper-renewal-main .banner-hover-2 .info {
    width: 100% !important;
    text-align: center
}

.swiper-renewal-main .banner-hover .bt {
    font-family: var(--Poppins-Bold);
    font-size: 40rem;
    font-weight: normal;
    line-height: 65rem;
    color: #fff;
    margin-bottom: 15rem
}

.swiper-renewal-main .banner-hover-2 .bt {
    margin-bottom: 0
}

.swiper-renewal-main .banner-hover .bt span {
    color: #fff
}

.swiper-renewal-main .banner-hover .p {
    font-size: 18rem;
    font-weight: normal;
    line-height: 35rem;
    color: #fff;
    margin-bottom: 44rem
}

.swiper-renewal-main .banner-hover02 {
    top: 10%;
    transform: none;
}

.swiper-renewal-main .banner-hover02 .info {
    width: 100%;
}

.swiper-renewal-main .banner-hover02 .bt {
    font-family: var(--Din-Bold);
    font-size: 64rem;
    font-weight: normal;
    line-height: 70rem;
    margin-bottom: 10rem;
    color: #f6f6f6;
    text-align: center;
    text-shadow: -10rem 6rem 16rem rgba(0, 0, 0, 0.1);
}

.swiper-renewal-main .banner-hover02 .p {
    text-align: center;
    font-family: var(--Din-Bold);
    font-size: 32rem;
    font-weight: normal;
    line-height: 57rem;
    color: #f6f6f6;
    text-shadow: -10rem 6rem 16rem rgba(0, 0, 0, 0.1);
}
.swiper-renewal-main .banner-hover02 .p img{
       width: 76rem;
    transform: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10rem;
}
.swiper-renewal-main .bannerlist {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 77rem;
    z-index: 340;
    color: #fff;
    text-align: center;
}

.swiper-renewal-main .bannerlist .container {
    max-width: 1600rem;
}

.swiper-renewal-main .bannerlist-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20rem;
}

.swiper-renewal-main .bannerlist-item {
    min-width: 0;
}

.swiper-renewal-main .bannerlist-icon {
    width: 51rem;
    margin: 0 auto 8rem;
    border: 2rem solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.swiper-renewal-main .bannerlist-item strong {
    display: block;
    font-family: var(--Din-Bold);
    font-size: 20rem;
    font-weight: normal;
    line-height: 28rem;
    color: #f6f6f6;
}

.swiper-renewal-main .bannerlist-item p {
    min-height: 34rem;
    margin: 5rem 0 0;
    font-size: 14rem;
    font-weight: normal;
    line-height: 30rem;
    color: #f6f6f6;
}

.swiper-renewal-main .bannerlist-actions {
    margin-top: 8rem;
}

.swiper-renewal-main .bannerlist-actions a {
    min-width: 142rem;
    margin: 0 4rem;
    padding: 0 18rem;
    font-family: var(--Din-Bold);
    font-size: 14rem;
    line-height: 38rem;
}

.swiper-renewal-main .swiper-pagination {
    bottom: 36rem;
    text-align: center
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    width: 24rem;
    height: 24rem;
    margin: 0 9rem;
    overflow: hidden;
    opacity: 1;
    background: #d8dce2;
    border-radius: 50%;
    position: relative
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    box-shadow: 0 0 0 4rem #b8c0cb inset;
    border-radius: 50%
}

.swiper-renewal-main .swiper-slide-active .img img {
    transform: scale(1)
}

.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .p {
    -webkit-animation: fadeInUp2 3s alternate;
    animation: fadeInUp2 3s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .home-more1 {
    -webkit-animation: fadeInUp2 4s alternate;
    animation: fadeInUp2 4s alternate
}

.swiper-renewal-main .swiper-button-next,
.swiper-renewal-main .swiper-button-prev {
    width: 60rem;
    height: 80rem;
    left: 0;
    display: none
}

.swiper-renewal-main .swiper-button-next:after,
.swiper-renewal-main .swiper-button-prev:after {
    color: #666;
    font-size: 24rem
}

.swiper-renewal-main .swiper-button-next {
    right: 0;
    left: auto
}

@media (prefers-reduced-motion:reduce) {
    .banner .swiper-renewal-main {
        opacity: 1;
        transform: none;
        transition: none
    }

    .swiper-renewal-main .banner-hover .fontani-char {
        opacity: 1;
        transform: none;
        transition: none
    }
}

.home-main {
    overflow: hidden
}

.home-product {
    padding: 112rem 0 127rem
}

.home-product .home-p {
    margin-top: 20rem
}

.home-product-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16rem;
    margin-top: 51rem
}

.home-product-list li {
    min-height: 295rem
}

.home-product-list .big {
    grid-row: span 2
}

.home-product-list .big .box {
    height: 100%;
    min-height: 606rem
}

.home-product-list .big .pic {
    height: 100%;
    width: 100%
}

.home-product-list .big .pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/pbg.webp) no-repeat bottom center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}

.home-product-list .big .pic:after {
    display: none
}

.home-product-list .big .text {
    width: 100%;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    padding: 0 50rem 42rem;
    color: #fff;
    z-index: 4;
    transform: none
}

.home-product-list .big .bt,
.home-product-list .big .p {
    color: #fff
}

.home-product-list .big .more p {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color)
}

.home-product-list .box {
    height: 100%;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(180deg, #c5cfdb 0, #e6e8f0 100%);
    border-radius: 20rem;
    display: flex;
    align-items: center;
    transition: .5s
}

.home-product-list .pic {
    width: 35%
}

.home-product-list .text {
    position: absolute;
    right: 28rem;
    top: 50%;
    width: 54%;
    z-index: 2;
    transform: translateY(-50%)
}

.home-product-list .bt {
    font-size: 20rem;
    font-weight: normal;
    color: #1d3557;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    line-height: 34rem;
    font-family: var(--Poppins-Bold);
    margin-bottom: 10rem
}

.home-product-list .bt a {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
    color: #1d3557
}

.home-product-list .p {
    font-size: 16rem;
    font-weight: normal;
    line-height: 20rem;
    color: #1d3557;
    margin-bottom: 17rem
}

@media (min-width:1025px) {
    .home-product-list li:hover .pic img {
        transform: scale(1.05)
    }

    .home-product-list li:hover .more p {
        background: var(--hover-color);
        border-color: var(--hover-color);
        color: #fff
    }
}

.home-case,
.home-factory,
.home-service {
    border-radius: 80rem
}

.home-case {
    padding: 112rem 0 120rem
}

.home-case .home-p {
    margin-top: 20rem
}

.home-case-list {
    margin: 62rem 0 49rem
}

.home-case-list .pic {
    border-radius: 30rem;
    overflow: hidden
}

.home-case-list .pic:after {
    padding-bottom: calc(110.85714286%)
}

.home-case-list .bt {
    font-size: 18rem;
    font-weight: normal;
    line-height: 32rem;
    color: #1d3557;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    word-break: break-all;
    height: 96rem;
    font-family: var(--Poppins-Bold);
    margin-top: 22rem;
    transition: .5s
}

@media (min-width:1025px) {
    .home-case-list a:hover .pic img {
        transform: scale(1.06)
    }

    .home-case-list a:hover .bt {
        color: var(--hover-color)
    }
}

.home-about {
    padding: 120rem 0;
    position: relative;
    overflow: hidden
}

.home-about .left {
    float: left;
    width: 51%
}

.home-about .right {
    float: right;
    width: 45.6%;
    padding-top: 30rem;
    position: relative;
    z-index: 3
}

.home-about .home-p {
    margin-top: 15rem;
    font-size: 18rem;
    font-weight: normal;
    line-height: 31rem;
    color: #1d3557
}

.home-about .home-video {
    width: 100%;
    height: 541rem;
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background: #07152b;
    transform-origin: center center;
    transition: border-radius .2s linear;
    will-change: transform;
    z-index: 4
}

.home-about .home-video video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-about .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 1;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    max-height: 100vh
}

.home-about .overlay .img_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:1025px) {
    .home-about {
        height: 100vh;
        overflow: hidden
    }
}

.home-about-num {
    margin: 30rem -20rem 30rem
}

.home-about-num li {
    float: left;
    width: 50%;
    padding: 0 20rem;
    margin-bottom: 15rem
}

.home-about-num strong {
    font-size: 44rem;
    line-height: 1;
    color: #0c2354;
    font-family: var(--Poppins-Bold);
    display: block
}

.home-about-num sup {
    font-size: 28rem;
    top: auto
}

.home-about-num em {
    font-style: normal;
    font-size: 18rem;
    font-weight: normal;
    font-family: var(--Poppins-Light);
    color: #112352
}

.home-about-num p {
    font-size: 18rem;
    line-height: 26rem;
    color: #1d2e45;
    margin-top: 16rem
}

.home-factory {
    padding: 109rem 0 119rem;
    margin-top: -110rem;
    position: relative;
    z-index: 55
}

.home-factory .home-p {
    margin-top: 13rem;
    line-height: 42rem
}

.home-factory-list {
    display: flex;
    gap: 13rem;
    margin-top: 42rem;
    margin-bottom: 48rem
}

.home-factory-list li {
    flex: 1;
    transition: .6s
}

.home-factory-list .active {
    flex: 3.9
}

.home-factory-list .box {
    height: 418rem;
    position: relative;
    overflow: hidden;
    border-radius: 16rem
}

.home-factory-list .pic {
    height: 100%;
    transition: .5s
}

.home-factory-list .pic:after {
    display: none
}

.home-factory-list .text {
    position: absolute;
    left: 0;
    padding: 0 30rem;
    bottom: 13rem;
    z-index: 2;
    width: 100%
}

.home-factory-list .bt {
    font-size: 18rem;
    line-height: 45rem;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
    font-weight: normal
}

.home-factory-list .active .text {
    text-align: center;
    bottom: 50%;
    transform: translateY(50%)
}

.home-factory-list .active .text .bt {
    font-size: 36rem;
    font-weight: normal;
    line-height: 45rem
}

.home-news {
    padding: 120rem 0 90rem
}

.home-news .home-p {
    margin-top: 9rem
}

.home-news .nr {
    margin-top: 51rem
}

.home-news .nr.ph {
    display: none
}

.home-news .left {
    float: left;
    width: 48%
}

.home-news .right {
    float: right;
    width: 49.3%
}

.home-news .left .pic:after {
    padding-bottom: calc(59.42622951%)
}

.home-news .left .pic {
    border-radius: 16rem;
    overflow: hidden
}

.home-news .left .bt {
    font-size: 20rem;
    font-weight: normal;
    line-height: 30rem;
    color: #112352;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    font-family: var(--Poppins-Bold);
    margin-top: 22rem;
    transition: .5s
}

.home-news .left .p {
    font-size: 16rem;
    font-weight: normal;
    line-height: 27rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    color: #666;
    margin-top: 8rem
}

.home-news .right li {
    margin-bottom: 30rem
}

.home-news .right .box {
    display: flex;
    align-items: center
}

.home-news .right .pic {
    width: 38%;
    border-radius: 16rem;
    overflow: hidden;
    flex-shrink: 0
}

.home-news .right .pic:after {
    padding-bottom: calc(59.44055944%)
}

.home-news .right .text {
    padding-left: 34rem
}

.home-news .right .bt {
    font-size: 20rem;
    font-weight: normal;
    line-height: 23rem;
    color: #1d3557;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    font-family: var(--Poppins-Bold);
    transition: .5s
}

.home-news .right .p {
    font-size: 16rem;
    font-weight: normal;
    line-height: 21rem;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    margin-top: 20rem
}

@media (min-width:1025px) {
    .home-news a:hover .pic img {
        transform: scale(1.06)
    }

    .home-news a:hover .bt {
        color: var(--main-color)
    }
}

.home-service {
    padding: 112rem 0 120rem;
    border-radius: 80rem 80rem 0 0;
    background: #e6e8f0
}

.home-service .ph {
    display: none
}

.home-service .home-p {
    margin-top: 9rem
}

.home-service-list {
    margin: 62rem 0 29rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 36rem;
    grid-column-gap: 34rem
}

.home-service-list .box {
    min-height: 297rem;
    background: #fff;
    border-radius: 24rem;
    padding: 36rem 20rem 22rem;
    text-align: center;
    transition: .5s;
    height: 100%;
}

.home-service-list .icon {
    height: 80rem;
    margin-bottom: 3rem
}

.home-service-list .icon img {
    max-height: 80rem;
    width: auto
}

.home-service-list .bt {
    font-size: 20rem;
    font-weight: normal;
    line-height: 28rem;
    color: #112352;
    font-family: var(--Poppins-Bold);
    margin-bottom: 9rem
}

.home-service-list .p {
    font-size: 16rem;
    font-weight: normal;
    line-height: 27rem;
    color: #898989
}

@media (min-width:1025px) {
    .home-service-list .box:hover {
        transform: translateY(-8rem);
        box-shadow: 0 20rem 45rem rgba(12, 35, 84, 0.12)
    }
}

.home-footer {
    background: var(--hover-color);
    color: #fff
}

.home-footer a {
    color: #fff;
    transition: .5s
}

.home-footer .footer-top {
    padding: 46rem 0 36rem;
    border-bottom: 1rem solid rgba(255, 255, 255, 0.16)
}

.home-footer .footer-logo {
    float: left
}

.home-footer .footer-logo img {
    width: 121rem
}

.home-footer .footer-social {
    float: right;
    padding-top: 57rem;
    font-size: 18rem;
    color: rgba(255, 255, 255, 0.55)
}

.home-footer .footer-social span,
.home-footer .footer-social a {
    display: inline-block;
    vertical-align: middle
}

.home-footer .footer-social a {
    width: 34rem;
    height: 34rem;
    line-height: 34rem;
    text-align: center;
    border-radius: 5rem;
    background: rgba(255, 255, 255, 0.25);
    margin-left: 28rem;
    border: solid 1rem #f9fefb
}

.home-footer .footer-social a img {
    max-width: 34rem;
    max-height: 34rem;
    display: inline-block;
    vertical-align: top;
    filter: brightness(0) invert(1)
}

.home-footer .footer-mid {
    border-bottom: 1rem solid rgba(255, 255, 255, 0.16)
}

.home-footer .footer-mid .container {
    display: grid;
    grid-template-columns: 1.35fr .9fr 1.35fr 1fr
}

.home-footer .footer-mid .footer-form,
.home-footer .footer-mid .footer-links,
.home-footer .footer-mid .footer-products,
.home-footer .footer-mid .footer-contact {
    min-height: 560rem;
    padding: 82rem 20rem 70rem;
    border-right: 1rem solid rgba(255, 255, 255, 0.16)
}

.home-footer .footer-mid .footer-form {
    padding-left: 0
}

.home-footer .footer-mid .footer-contact {
    border-right: 0;
    padding-right: 0
}

.home-footer .footer-mid .bt {
    font-size: 28rem;
    line-height: 36rem;
    font-family: var(--Din-Bold);
    margin-bottom: 11rem
}

.home-footer .footer-mid .p,
.home-footer .footer-mid p,
.home-footer .footer-mid a {
    font-size: 16rem;
    font-weight: normal;
    line-height: 30rem;
    font-family: var(--D-DIN);
    color: #fff
}

.home-footer .footer-mid li a {
    font-size: 18rem;
    font-weight: normal;
    font-family: var(--D-DIN);
    line-height: 38rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    color: #fff
}

.home-footer .footer-mid li a:before {
    content: "> "
}

.home-footer .footer-mid form {
    padding-top: 6rem
}

.home-footer .footer-mid input,
.home-footer .footer-mid textarea {
    width: 100%;
    height: 40rem;
    border: 1rem solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    padding: 0 22rem;
    font-size: 16rem;
    font-weight: normal;
    color: #5b68a8;
    font-family: var(--D-DIN);
    margin-bottom: 10rem
}

.home-footer .footer-mid input::-webkit-input-placeholder,
.home-footer .footer-mid textarea::-webkit-input-placeholder {
    color: #5b68a8
}

.home-footer .footer-mid input:-moz-placeholder,
.home-footer .footer-mid textarea:-moz-placeholder {
    color: #5b68a8;
    opacity: 1
}

.home-footer .footer-mid input::-moz-placeholder,
.home-footer .footer-mid textarea::-moz-placeholder {
    color: #5b68a8;
    opacity: 1
}

.home-footer .footer-mid input:-ms-input-placeholder,
.home-footer .footer-mid textarea:-ms-input-placeholder {
    color: #5b68a8
}

.home-footer .footer-mid textarea {
    height: 56rem;
    padding-top: 8rem;
    resize: none
}

.home-footer .footer-mid button {
    width: 150rem;
    height: 42rem;
    background: var(--main-color);
    border: 0;
    color: #fff;
    font-size: 16rem;
    transition: .5s;
    cursor: pointer
}

.home-footer .footer-mid .footer-contact h3 {
    font-size: 28rem;
    line-height: 36rem;
    font-family: var(--Din-Bold);
    margin-bottom: 11rem
}

.home-footer .footer-mid .footer-contact strong {
    display: block;
    font-family: var(--Din-Bold);
    font-size: 28rem;
    font-weight: normal;
    line-height: 33rem;
    color: #fff;
    margin-bottom: 11rem
}

.home-footer .footer-mid .footer-contact p {
    margin-bottom: 12rem;
    font-size: 16rem;
    font-weight: normal;
    font-family: var(--D-DIN);
    color: #fff
}

.home-footer .footer-bottom {
    padding: 18rem 0;
    font-size: 14rem;
    color: #d1d1d1
}

.home-footer .footer-bottom p {
    float: left
}

.home-footer .footer-bottom .links {
    float: right
}

.home-footer .footer-bottom .links a {
    margin-left: 34rem;
    color: #d1d1d1;
    text-decoration: underline
}

@media (min-width:1025px) {
    .home-footer a:hover {
        color: var(--main-color);
        text-decoration: underline
    }

    .home-footer .footer-social a:hover,
    .home-footer button:hover {
        background: var(--main-color);
        text-decoration: underline;
        color: #fff
    }
}

.fixed-side {
    position: fixed;
    right: 6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 666;
    background: #fff;
    box-shadow: 5rem 5rem 26rem 0 rgba(6, 43, 118, 0.22);
    border-radius: 29rem;
    padding: 16rem 0
}

.fixed-side>ul>li {
    position: relative;
    width: 67rem;
    padding: 6rem 10rem
}

.fixed-side>ul>li>a {
    height: 58rem;
    background: #fff;
    color: #1d3557;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14rem;
    line-height: 18rem;
    text-align: center;
    transition: .4s;
    border-bottom: 1rem solid #e5e5e5
}

.fixed-side>ul>li>a img {
    width: 22rem;
    margin: 0 auto;
    margin-bottom: 5rem
}

.fixed-side>ul>li>a span {
    display: block;
    font-size: 18rem;
    line-height: 14rem
}

.fixed-side>ul>li:last-child>a {
    border-bottom: 0
}

.fixed-side .side-pop {
    position: absolute;
    right: 67rem;
    top: 0;
    display: none;
    padding-right: 20rem
}

.fixed-side .offer-pop form {
    width: 268rem;
    padding: 22rem;
    background: #fff;
    box-shadow: 5rem 5rem 26rem 0 rgba(6, 43, 118, 0.22);
    border-radius: 12rem
}

.fixed-side .offer-pop input,
.fixed-side .offer-pop textarea {
    width: 100%;
    height: 33rem;
    border: 0;
    background-color: #fafafa;
    border-radius: 4rem;
    padding: 0 18rem;
    margin-bottom: 8rem;
    font-size: 12rem;
    color: #898989
}

.fixed-side .offer-pop textarea {
    height: 90rem;
    padding-top: 16rem;
    resize: none
}

.fixed-side .offer-pop button {
    width: 100%;
    height: 33rem;
    border: 0;
    background: var(--main-color);
    color: #fff;
    font-size: 12rem;
    border-radius: 4rem;
    transition: .4s;
    cursor: pointer
}

.fixed-side .tel-pop p {
    min-width: 210rem;
    padding: 18rem 22rem;
    font-size: 18rem;
    line-height: 28rem;
    color: #112352;
    background: #fff;
    box-shadow: 5rem 5rem 26rem 0 rgba(6, 43, 118, 0.22);
    border-radius: 12rem;
    white-space: nowrap
}

@media (min-width:1025px) {
    .fixed-side>ul>li:hover>a {
        color: var(--main-color)
    }

    .fixed-side>ul>li:hover .side-pop {
        display: block
    }

    .fixed-side .offer-pop button:hover {
        background: var(--hover-color)
    }
}

.fixed-top {
    position: fixed;
    right: 28rem;
    bottom: 44rem;
    z-index: 665
}

.fixed-top a {
    width: 66rem;
    height: 66rem;
    background: var(--main-color) url(../images/top.webp) no-repeat center center;
    background-size: 34rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14rem;
    line-height: 18rem;
    text-align: center;
    transition: .4s
}

.fixed-top a span {
    display: block;
    font-size: 18rem;
    line-height: 14rem
}

@media (max-width:1025px) {
    .container {
        width: auto;
        margin-left: 15px;
        margin-right: 15px
    }

    .fix {
        position: fixed
    }

    .header {
        height: 60px
    }

    .header .logo {
        padding-top: 10px;
        padding-left: 0
    }

    .header .logo a img {
        width: 150px
    }

    .header .header-right {
        margin-right: 0
    }

    .header .header-right .menu {
        display: block;
        margin-top: 12px
    }

    .header .header-right .lan,
    .header .header-right .get {
        display: none
    }

    .nav {
        display: none
    }

    .home-title {
        font-size: 30px;
        line-height: 42px
    }

    .home-p {
        font-size: 14px;
        line-height: 24px
    }

    .home-more1 a,
    .home-more1 p {
        font-size: 14px;
        line-height: 40px;
        padding: 0 26px
    }

    .more p {
        font-size: 14px;
        line-height: 40px;
        height: 42px;
        padding: 0 20px
    }

    .swiper-renewal-main {
        margin-top: 60px
    }

    .swiper-renewal-main .img {
        display: none
    }

    .swiper-renewal-main .img1 {
        display: block
    }

    .swiper-renewal-main .banner-hover {
        top: 50%;
        transform: translateY(-50%)
    }

    .swiper-renewal-main .banner-hover-2 {
        top: 30%
    }

    .swiper-renewal-main .banner-hover .info {
        width: 100%
    }

    .swiper-renewal-main .banner-hover .bt {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 12px
    }

    .swiper-renewal-main .banner-hover .p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px
    }

    .swiper-renewal-main .bannerlist {
        bottom: 54px;
    }

    .swiper-renewal-main .bannerlist-items {
        display: none;
    }

    .swiper-renewal-main .bannerlist-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 12px;
    }

    .swiper-renewal-main .banner-hover .info {
        width: 100% !important;
    }

    .swiper-renewal-main .banner-hover02 {
        top: 8% !important;
        transform: none !important;
    }
    .swiper-renewal-main .banner-hover02 .bt {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .swiper-renewal-main .banner-hover02 .p {
        font-size: 14px!important;
        line-height: 22px!important;
    }
    .swiper-renewal-main .bannerlist-icon {
        width: 32px;
        height: 32px;
        margin-bottom: 4px;
        font-size: 13px;
        line-height: 9px;
    }

    .swiper-renewal-main .bannerlist-item strong {
        font-size: 11px;
        line-height: 16px;
    }

    .swiper-renewal-main .bannerlist-item p {
        min-height: 0;
        margin-top: 2px;
        font-size: 10px;
        line-height: 13px;
    }

    .swiper-renewal-main .bannerlist-actions {
        margin-top: 8px;
    }

    .swiper-renewal-main .bannerlist-actions a {
        min-width: 0;
        padding: 0 10px;
        font-size: 11px;
        line-height: 30px;
    }
    
    .swiper-renewal-main .swiper-pagination {
        bottom: 16px
    }

    .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 5px
    }

    .home-product {
        padding: 40px 0
    }

    .home-product .home-p {
        margin-top: 12px
    }

    .home-product-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 28px
    }

    .home-product-list li,
    .home-product-list .big {
        min-height: 300px
    }

    .home-product-list .big .box {
        min-height: 300px
    }

    .home-product-list .box {
        border-radius: 12px
    }

    .home-product-list .text {
        padding: 22px
    }

    .home-product-list .bt {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .home-product-list .p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 14px
    }

    .home-case,
    .home-factory,
    .home-service {
        border-radius: 30px;
        background: #e6e8f0
    }

    .expand-bg {
        display: none
    }

    .home-case,
    .home-factory,
    .home-service,
    .home-about,
    .home-news {
        padding: 40px 0
    }

    .home-case-list .bt {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin-top: 10px
    }

    .home-case-list .pic {
        border-radius: 12px
    }

    .case-list {
        margin: 25px 0;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
        grid-column-gap: 10px
    }

    .case-list .bt {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        margin-top: 12px
    }

    .case-list .pic {
        border-radius: 12px
    }

    .home-about .left,
    .home-about .right {
        width: 100%;
        float: none
    }

    .home-about .home-p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 24px
    }

    .home-about .home-video {
        height: 300px;
        clip-path: none;
        border-radius: 16px;
        overflow: hidden
    }

    .home-about .home-video img {
        width: 120px;
        height: auto;
        position: relative;
        inset: auto;
        object-fit: contain
    }

    .home-about .home-video video {}

    .home-about .overlay {}

    .home-about-num {
        margin: 28px -8px 18px
    }

    .home-about-num li {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 20px
    }

    .home-about-num strong {
        font-size: 34px
    }

    .home-about-num sup {
        font-size: 18px
    }

    .home-about-num em {
        font-size: 15px
    }

    .home-about-num p {
        font-size: 15px;
        line-height: 23px;
        margin-top: 8px
    }

    .home-factory {
        margin-top: 0
    }

    .home-factory .home-p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 24px
    }

    .home-factory-list {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 28px;
        margin-bottom: 26px
    }

    .home-factory-list li {
        margin-bottom: 0
    }

    .home-factory-list .box {
        height: 220px;
        border-radius: 12px
    }

    .home-factory-list .text {
        bottom: 20px;
        padding: 0 20px
    }

    .home-factory-list .active .text {
        text-align: left;
        bottom: 20px;
        transform: none
    }

    .home-factory-list .bt,
    .home-factory-list .active .text .bt {
        font-size: 20px;
        line-height: 30px;
        position: static;
        text-align: left
    }

    .home-news .home-p {
        margin-top: 12px
    }

    .home-news .nr {
        margin-top: 28px
    }

    .home-news .nr.pc {
        display: none
    }

    .home-news .nr.ph {
        display: block
    }

    .home-news .left,
    .home-news .right {
        width: 100%;
        float: none
    }

    .home-news .left {
        margin-bottom: 26px
    }

    .home-news .left .bt {
        margin-top: 10px
    }

    .home-news .left .bt,
    .home-news .right .bt {
        font-size: 16px;
        line-height: 27px
    }

    .home-news .left .p,
    .home-news .right .p {
        font-size: 14px;
        line-height: 24px
    }

    .home-news .right .p {
        margin-top: 10px
    }

    .home-news .right li {
        margin-bottom: 18px
    }

    .home-news .right li:nth-last-child(1) {
        margin-bottom: 0
    }

    .home-news .right .box {
        align-items: flex-start;
        display: flex
    }

    .home-news .right .pic {
        width: 38%;
        flex-shrink: 0
    }

    .home-news .right .text {
        padding-left: 15px
    }

    .home-service {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .home-service .home-p {
        margin-top: 12px
    }

    .home-service-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin: 28px -8px 26px
    }

    .home-service-list li {
        padding: 0 8px;
        margin-bottom: 0;
        height: 100%
    }

    .home-service-list .box {
        min-height: 260px;
        border-radius: 12px;
        padding: 28px 16px;
        height: 100%
    }

    .home-service-list .icon {
        height: 40px;
        margin-bottom: 18px
    }

    .home-service-list .icon img {
        max-height: 40px
    }

    .home-service-list .bt {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .home-service-list .p {
        font-size: 14px;
        line-height: 24px
    }

    .home-footer .footer-top {
        padding: 30px 0
    }

    .home-footer .footer-logo,
    .home-footer .footer-social {
        float: none;
        text-align: center
    }

    .home-footer .footer-logo img {
        width: 100px
    }

    .home-footer .footer-social {
        padding-top: 22px;
        font-size: 15px
    }

    .home-footer .footer-social a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 6px 0
    }

    .home-footer .footer-social a img {
        max-width: 30px;
        max-height: 30px
    }

    .home-footer .footer-mid .container {
        display: block
    }

    .home-footer .footer-mid form {
        padding-top: 10px
    }

    .home-footer .footer-mid .footer-form,
    .home-footer .footer-mid .footer-links,
    .home-footer .footer-mid .footer-products,
    .home-footer .footer-mid .footer-contact {
        min-height: 0;
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16)
    }

    .home-footer .footer-mid .bt {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 14px
    }

    .home-footer .footer-mid .p,
    .home-footer .footer-mid p,
    .home-footer .footer-mid a {
        font-size: 15px;
        line-height: 25px
    }

    .home-footer .footer-mid li {
        margin-bottom: 10px
    }

    .home-footer .footer-mid li a {
        font-size: 14px;
        line-height: 24px
    }

    .home-footer .footer-mid input,
    .home-footer .footer-mid textarea {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
        margin-bottom: 10px
    }

    .home-footer .footer-mid textarea {
        height: 70px;
        padding-top: 12px
    }

    .home-footer .footer-mid button {
        width: 135px;
        height: 40px;
        font-size: 15px
    }

    .home-footer .footer-mid .footer-contact strong {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 14px
    }

    .home-footer .footer-mid .footer-contact h3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .home-footer .footer-mid .footer-contact p {
        margin-bottom: 5px;
        font-size: 14px
    }

    .home-footer .footer-bottom {
        padding: 18px 0;
        font-size: 12px
    }

    .home-footer .footer-bottom p,
    .home-footer .footer-bottom .links {
        float: none;
        text-align: center
    }

    .home-footer .footer-bottom .links {
        margin-top: 10px
    }

    .home-footer .footer-bottom .links a {
        margin: 0 8px
    }

    .header .header-right .get .get-drop,
    .nav ul li .product-subnav {
        display: none
    }

    .fixed-side {
        display: none
    }

    .fixed-top {
        right: 10px;
        bottom: 20px
    }

    .fixed-top a {
        width: 54px;
        height: 54px;
        font-size: 13px;
        line-height: 16px;
        background-size: 20px
    }
}

@media (max-width:640px) {
    .home-title {
        font-size: 30px;
        line-height: 38px
    }

    .swiper-renewal-main .banner-hover .info {
        width: 65%
    }

    .swiper-renewal-main .banner-hover .bt {
        font-size: 18px;
        line-height: 24px
    }

    .swiper-renewal-main .banner-hover .p {
        font-size: 14px;
        line-height: 18px
    }

    .home-product-list,
    .home-factory-list,
    .home-service-list {
        grid-template-columns: 1fr 1fr
    }

    .home-service .pc {
        display: none
    }

    .home-service .ph {
        display: block
    }

    .home-service .ph .home-service-list {
        display: flex;
        margin: 0;
        gap: inherit
    }

    .home-service .home-more2 {
        margin-top: 20px
    }

    .home-product-list li:last-child {
        display: none
    }

    .home-product-list .big {
        grid-row: span 1
    }

    .home-about .home-about-num li {
        width: 100%;
        float: none
    }

    .home-product-list .text,
    .home-product-list .big .text {
        padding: 18px
    }

    .home-product-list .bt {
        font-size: 16px;
        line-height: 27px
    }

    .home-product-list .p {
        display: none
    }

    .home-product-list li,
    .home-product-list .big {
        min-height: auto
    }

    .home-about-num {
        margin-left: 0;
        margin-right: 0
    }

    .home-about-num li {
        padding: 0
    }

    .home-factory-list .box {
        height: 210px
    }

    .home-news .right .box {
        display: block
    }

    .home-news .right .pic {
        width: 100%
    }

    .home-news .right .text {
        padding-left: 0;
        padding-top: 12px
    }

    .home-service-list {
        margin-left: 0;
        margin-right: 0
    }

    .home-service-list li {
        padding: 0
    }

    .home-footer .footer-social a {
        margin-left: 4px;
        margin-right: 4px
    }

    .home-product-list .box {
        display: block
    }

    .home-product-list .pic {
        width: 100%
    }

    .home-product-list .text {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        right: auto;
        top: auto;
        transform: none
    }

    .home-product-list .big .text {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.expand-bg-section {
    position: relative;
    width: 100%
}

.expand-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 100%;
    background: #e6e8f0;
    transition: width .08s ease-out;
    will-change: width;
    z-index: 0
}

.expand-bg-section .container {
    position: relative;
    z-index: 2
}

.inbanner {
    position: relative;
    overflow: hidden
}

.inbanner .img,
.inbanner .img1 {
    position: relative;
    overflow: hidden
}

.inbanner .img img,
.inbanner .img1 img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: 2.5s;
    transform: scale(1.2)
}

.inbanner .img img {
    opacity: 0;
    transform: scale(1.15);
    transition: all 1.5s cubic-bezier(.16, 1, .3, 1);
    transform-origin: center bottom
}

.inbanner .img img.ani-active {
    opacity: 1;
    transform: scale(1)
}

.inbanner .img1 {
    display: none
}

.inbanner .text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #fff;
    transform: translateY(-50%)
}

.inbanner .text h1 {
    font-family: var(--Poppins-Bold);
    font-size: 45rem;
    font-weight: normal;
    line-height: 65rem;
    color: #fff;
    margin-bottom: 16rem
}

.inbanner .text h1 span {
    display: inline-block;
    vertical-align: top
}

.inbanner .text h1 font {
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    transform: translateY(100%);
    transition: all .6s cubic-bezier(.25, .46, .45, .94)
}

.inbanner .text h1.fontani-active font {
    opacity: 1;
    transform: translateY(0)
}

.inbanner .text .p {
    font-size: 20rem;
    font-weight: normal;
    line-height: 35rem;
    color: #fff
}

.inbanner .text .p span {
    display: inline-block;
    vertical-align: top
}

.inbanner .text .p font {
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    transform: translateY(100%);
    transition: all .9s cubic-bezier(.25, .46, .45, .94)
}

.inbanner .text .p.fontani-active font {
    opacity: 1;
    transform: translateY(0)
}

.inbanner .path {
    position: absolute;
    left: 0;
    bottom: 18rem;
    font-size: 15rem;
    line-height: 24rem;
    color: #fff;
    width: 100%
}

.inbanner .path a {
    color: #fff;
    transition: .4s
}

@media (min-width:1025px) {
    .inbanner .text .path a:hover {
        color: var(--main-color)
    }
}

.project-page {
    padding: 114rem 0 120rem;
    background: #fff
}

.project-page .home-title1 {
    margin-bottom: 41rem
}

.project-filter {
    font-size: 0;
    margin-bottom: 35rem;
}

.project-filter span {
    display: inline-block;
    vertical-align: top;
    font-size: 18rem;
    font-weight: normal;
    line-height: 49rem;
    color: #1d3557;
}

.project-filter a {
    display: inline-block;
    vertical-align: top;
    min-width: 82rem;
    height: 49rem;
    line-height: 47rem;
    padding: 0 33rem;
    border-radius: 24rem;
    border: solid 1rem #a5a5a5;
    text-align: center;
    font-size: 20rem;
    font-weight: normal;
    color: #1d3557;
    margin: 0 22rem 24rem 0;
    transition: .4s
}

.project-filter a.active {
    color: #fff;
    border-color: var(--main-color);
    background: var(--main-color)
}

.project-filter button {
    display: inline-block;
    vertical-align: top;
    width: 69rem;
    height: 49rem;
    border: 0;
    border-radius: 24rem;
    background: var(--main-color) url(../images/search.webp) no-repeat center center;
    background-size: 20rem;
    cursor: pointer;
    transition: .4s
}

@media (min-width:1025px) {
    .project-filter a:hover {
        color: #fff;
        border-color: var(--main-color);
        background: var(--main-color)
    }

    .project-filter button:hover {
        background-color: var(--hover-color)
    }
}

.case-list {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 57rem;
    grid-column-gap: 40rem
}

.fenye {
    padding-top: 15rem
}

.page {
    clear: both;
    text-align: center;
    font-size: 0;
    color: #947d58
}

.page em {
    font-style: normal
}

.page a {
    color: #000;
    display: inline-block;
    text-align: center;
    font-family: arial;
    font-size: 13rem;
    min-width: 40rem;
    line-height: 42rem;
    height: 40rem;
    text-transform: uppercase;
    border-radius: 30rem;
    margin: 0 5rem;
    padding: 0 5rem;
    vertical-align: top;
    background: none;
    -webkit-transition: background .5s;
    transition: background .5s;
    -webkit-box-shadow: 0 0 0 1px #c5ced8
}

.page a span {
    display: block
}

.page a.prev,
.page a.next {
    padding: 0 20rem
}

.page a.prev svg,
.page a.next svg {
    width: 14rem;
    height: 19rem;
    margin: 0 5rem;
    fill: #000;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3rem
}

.page a.cur,
.page a:hover {
    background: var(--main-color);
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px var(--main-color)
}

.page a.cur svg,
.page a:hover svg {
    fill: #fff
}

@media (max-width:1025px) {
    .height {
        top: -60px
    }

    .height1 {
        height: 60px
    }

    .inbanner .img {
        display: none
    }

    .inbanner .img1 {
        display: block
    }

    .inbanner .text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .inbanner .text .p {
        font-size: 15px;
        line-height: 24px
    }

    .inbanner .path {
        bottom: 18px;
        font-size: 13px;
        line-height: 22px
    }

    .project-page {
        padding: 40px 0
    }

    .project-page .home-title {
        margin-bottom: 22px
    }

    .project-filter {
        margin-bottom: 30px;
        padding-left: 0
    }

    .project-filter span {
        display: block;
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 10px;
        position: relative;
        top: auto;
        left: auto
    }

    .project-filter a {
        min-width: auto;
        height: 34px;
        line-height: 32px;
        padding: 0 16px;
        font-size: 14px;
        margin: 0 8px 10px 0;
        border-radius: 18px
    }

    .project-filter button {
        width: 42px;
        height: 34px;
        border-radius: 20px;
        background-size: 15px
    }

    .fenye {
        padding-top: 15px
    }

    .page a {
        font-size: 13px;
        min-width: 40px;
        line-height: 42px;
        height: 40px;
        border-radius: 30px;
        margin: 0 5px;
        padding: 0 5px;
        display: none
    }

    .page a.prev,
    .page a.next {
        padding: 0 20px;
        display: inline-block;
        vertical-align: top
    }

    .page a.prev svg,
    .page a.next svg {
        width: 14px;
        height: 19px;
        margin: 0 5px;
        margin-top: -3px
    }
}

@media (max-width:640px) {
    .inbanner .text h1 {
        font-size: 26px;
        line-height: 34px
    }

    .project-page .project-filter a {
        padding: 0 13px
    }
}

.project-show-page {
    padding: 103rem 0
}

.project-show-page .h1 {
    font-size: 33rem;
    font-weight: normal;
    line-height: 50rem;
    color: #1d3557
}

.project-show-page .project-show-swiper-wrap {
    position: relative;
    overflow: hidden;
    margin-top: 45rem;
    margin-bottom: 45rem
}

.project-show-page .project-show-swiper-wrap .pic {
    border-radius: 0
}

.project-show-page .project-show-swiper-wrap .pic:after {
    padding-bottom: calc(48.81578947%)
}

.project-show-page .project-show-swiper-wrap .swiper-button-next,
.project-show-page .project-show-swiper-wrap .swiper-button-prev {
    width: 56rem;
    height: 56rem;
    margin-top: -28rem;
    border-radius: 50%;
    background: #fff;
    color: #1d3557;
    transition: .4s
}

.project-show-page .project-show-swiper-wrap .swiper-button-next svg,
.project-show-page .project-show-swiper-wrap .swiper-button-prev svg {
    width: 22rem;
    height: 56rem;
    fill: #243b74
}

.project-show-page .project-show-swiper-wrap .swiper-button-next:after,
.project-show-page .project-show-swiper-wrap .swiper-button-prev:after {
    content: ''
}

@media (min-width:1025px) {

    .project-show-page .project-show-swiper-wrap .swiper-button-next:hover svg,
    .project-show-page .project-show-swiper-wrap .swiper-button-prev:hover svg {
        fill: #fff
    }
}

.project-show-page .project-show-swiper-wrap .swiper-button-prev {
    left: 40rem
}

.project-show-page .project-show-swiper-wrap .swiper-button-next {
    right: 40rem
}

.project-show-page .project-show-swiper-wrap .swiper-pagination {
    left: 40rem;
    bottom: 30rem;
    width: auto;
    text-align: left;
    font-size: 0
}

.project-show-page .project-show-swiper-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 12rem;
    height: 12rem;
    background: #fff;
    opacity: 1;
    margin: 0 12rem 0 0;
    transition: .4s
}

.project-show-page .project-show-swiper-wrap .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--main-color)
}

.project-show-page .p {
    font-size: 16rem;
    font-weight: normal;
    line-height: 26rem;
    font-family: var(--Poppins-Light);
    color: #4c5d75
}

@media (min-width:1025px) {

    .project-show-page .project-show-swiper-wrap .swiper-button-next:hover,
    .project-show-page .project-show-swiper-wrap .swiper-button-prev:hover {
        background: var(--main-color);
        color: #fff
    }
}

.related-project {
    padding: 97rem 0 0 0
}

.related-project .home-title {
    margin-bottom: 58rem
}

.related-project .home-case-list {
    margin-bottom: 0
}

@media (max-width:1025px) {
    .project-show-page {
        padding: 40px 0
    }

    .project-show-page .h1 {
        font-size: 26px;
        line-height: 34px
    }

    .project-show-page .project-show-swiper-wrap {
        margin-top: 22px;
        margin-bottom: 28px
    }

    .project-show-page .project-show-swiper-wrap .swiper-button-next,
    .project-show-page .project-show-swiper-wrap .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px
    }

    .project-show-page .project-show-swiper-wrap .swiper-button-next:after,
    .project-show-page .project-show-swiper-wrap .swiper-button-prev:after {
        font-size: 14px
    }

    .project-show-page .project-show-swiper-wrap .swiper-button-next svg,
    .project-show-page .project-show-swiper-wrap .swiper-button-prev svg {
        width: 20px;
        height: 40px
    }

    .project-show-page .project-show-swiper-wrap .swiper-button-prev {
        left: 14px
    }

    .project-show-page .project-show-swiper-wrap .swiper-button-next {
        right: 14px
    }

    .project-show-page .project-show-swiper-wrap .swiper-pagination {
        left: 14px;
        bottom: 16px
    }

    .project-show-page .project-show-swiper-wrap .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-right: 7px
    }

    .project-show-page .p {
        font-size: 16px;
        line-height: 26px
    }

    .related-project {
        padding: 40px 0 0 0
    }

    .related-project .home-title {
        margin-bottom: 25px
    }

    .related-project .home-case-list {
        margin-bottom: 0
    }

    .case-list {
        margin: 0;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
        grid-column-gap: 10px
    }

    .case-list .bt {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        margin-top: 12px
    }

    .case-list .pic {
        border-radius: 12px
    }
}

@media (max-width:640px) {

    .project-show-page .project-show-swiper-wrap .swiper-button-next,
    .project-show-page .project-show-swiper-wrap .swiper-button-prev {
        width: 34px;
        height: 34px;
        margin-top: -17px
    }

    .project-show-page .project-show-swiper-wrap .swiper-button-prev {
        left: 10px
    }

    .project-show-page .project-show-swiper-wrap .swiper-button-next {
        right: 10px
    }
}

.news-page {
    padding: 115rem 0 120rem
}

.news-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 78rem;
    grid-column-gap: 38rem
}

.news-list .box,
.relevant-news .box {
    display: block
}

.news-list .pic,
.relevant-news .pic {
    border-radius: 16rem
}

.news-list .pic:after,
.relevant-news .pic:after {
    padding-bottom: calc(59.33609959%)
}

.news-list .text,
.relevant-news .text {
    padding-top: 28rem
}

.news-list .date,
.relevant-news .date {
    font-size: 14rem;
    line-height: 22rem;
    color: var(--main-color);
    margin-bottom: 9rem
}

.news-list .bt,
.relevant-news .bt {
    font-family: var(--Poppins-Bold);
    font-size: 20rem;
    line-height: 30rem;
    color: var(--hover-color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    transition: .4s
}

.news-list .p,
.relevant-news .p {
    font-size: 16rem;
    font-weight: normal;
    line-height: 28rem;
    color: #1d3557;
    margin-top: 9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3
}

.news-list .more3,
.relevant-news .more3 {
    font-size: 14rem;
    line-height: 24rem;
    color: #1d3557;
    margin-top: 29rem;
    transition: .4s
}

@media (min-width:1025px) {

    .news-list a:hover .pic img,
    .relevant-news a:hover .pic img {
        transform: scale(1.06)
    }

    .news-list a:hover .bt,
    .relevant-news a:hover .bt,
    .news-list a:hover .more3,
    .relevant-news a:hover .more3 {
        color: var(--main-color)
    }
}

.news-show-page {
    padding: 105rem 0 112rem
}

.news-detail .h1 {
    font-size: 34rem;
    line-height: 48rem;
    letter-spacing: -0.5px;
    color: #1d3557;
    font-weight: normal;
    margin-bottom: 26rem
}

.news-detail .news-meta {
    border-bottom: 1rem solid #d7dbe3;
    padding-bottom: 14rem;
    margin-bottom: 52rem
}

.news-detail .news-meta span {
    display: inline-block;
    vertical-align: top;
    font-size: 18rem;
    font-weight: normal;
    line-height: 32rem;
    color: #4c5d75;
    margin-right: 42rem
}

.news-detail-text {
    font-size: 16rem;
    font-weight: normal;
    line-height: 28rem;
    color: #4c5d75;
    letter-spacing: -0.55px;
    font-family: var(--Poppins-Light)
}

.news-detail-text h3 {
    font-family: var(--Poppins-Bold);
    font-size: 24rem;
    line-height: 34rem;
    color: #243a5b;
    margin: 32rem 0 19rem
}

.news-detail-text ol {
    list-style: none
}

.news-detail-text li {
    text-decoration: underline;
    font-size: 16rem;
    margin-bottom: 8rem;
    font-weight: normal;
    color: #4c5d75
}

.news-detail-text a {
    color: #1d3557;
    text-decoration: underline;
    transition: .4s
}

@media (min-width:1025px) {
    .news-detail-text a:hover {
        color: var(--main-color)
    }
}

.news-tags {
    font-size: 0;
    margin-top: 40rem
}

.news-tags span,
.news-tags a {
    display: inline-block;
    vertical-align: middle
}

.news-tags span {
    font-size: 17rem;
    line-height: 40rem;
    color: #1d3557;
    margin-right: 14rem
}

.news-tags a {
    min-width: 230rem;
    height: 40rem;
    line-height: 40rem;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    padding: 0 20rem;
    font-size: 16rem;
    margin-right: 15rem;
    transition: .4s
}

@media (min-width:1025px) {
    .news-tags a:hover {
        background: var(--hover-color);
        color: #fff
    }
}

.news-prev-next {
    border-top: 1rem solid #d7dbe3;
    border-bottom: 1rem solid #d7dbe3;
    margin-top: 43rem
}

.news-prev-next a {
    float: left;
    height: 58rem;
    line-height: 58rem;
    font-size: 15rem;
    color: #1d3557;
    transition: .4s
}

.news-prev-next .prev,
.news-prev-next .next {
    width: 43%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    padding: 0 20rem
}

.news-prev-next .prev span,
.news-prev-next .next span {
    margin-right: 22rem;
    padding-right: 23rem;
    background: url(../images/prev.webp) no-repeat center right;
    background-size: 10rem
}

.news-prev-next .prev em,
.news-prev-next .next em {
    font-style: normal;
    color: #4c5d75
}

.news-prev-next .back {
    width: 14%;
    text-align: center;
    border-left: 1rem solid #d7dbe3;
    border-right: 1rem solid #d7dbe3
}

.news-prev-next .next span {
    background: url(../images/next.webp) no-repeat center right;
    background-size: 10rem
}

@media (min-width:1025px) {
    .news-prev-next a:hover {
        color: var(--main-color)
    }

    .news-prev-next a:hover em {
        color: var(--main-color)
    }
}

.relevant-news {
    padding-top: 112rem;
    position: relative;
    overflow: hidden
}

.relevant-news .home-title {
    text-align: center;
    margin-bottom: 46rem
}

.relevant-news .relevant-news-wrap {
    position: relative
}

.relevant-news .swiper-button-next,
.relevant-news .swiper-button-prev {
    width: 46rem;
    height: 46rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 18rem rgba(17, 35, 82, 0.15);
    color: #1d3557;
    transition: .4s
}

.relevant-news .swiper-button-next:after,
.relevant-news .swiper-button-prev:after {
    font-size: 16rem
}

.relevant-news .swiper-pagination {
    position: static;
    margin-top: 30rem;
    font-size: 0
}

.relevant-news .swiper-pagination-bullet {
    width: 10rem;
    height: 10rem;
    margin: 0 6rem;
    background: #d7dbe3;
    opacity: 1
}

.relevant-news .swiper-pagination-bullet-active {
    background: var(--main-color)
}

@media (min-width:1025px) {

    .relevant-news .swiper-button-next:hover,
    .relevant-news .swiper-button-prev:hover {
        background: var(--main-color);
        color: #fff
    }
}

@media (max-width:1025px) {
    .news-page {
        padding: 40px 0
    }

    .news-list {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 20px
    }

    .news-list .pic,
    .relevant-news .pic {
        border-radius: 12px
    }

    .news-list .text,
    .relevant-news .text {
        padding-top: 14px
    }

    .news-list .date,
    .relevant-news .date {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 6px
    }

    .news-list .bt,
    .relevant-news .bt {
        font-size: 17px;
        line-height: 25px
    }

    .news-list .p,
    .relevant-news .p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px
    }

    .news-list .more3,
    .relevant-news .more3 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 14px
    }

    .news-show-page {
        padding: 40px 0
    }

    .news-detail .h1 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 18px
    }

    .news-detail .news-meta {
        padding-bottom: 16px;
        margin-bottom: 26px
    }

    .news-detail .news-meta span {
        font-size: 14px;
        line-height: 24px;
        margin-right: 26px
    }

    .news-detail-text {
        font-size: 15px;
        line-height: 26px
    }

    .news-detail-text p {
        margin-bottom: 14px
    }

    .news-detail-text h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 22px 0 12px
    }

    .news-detail-text li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px
    }

    .news-tags {
        margin-top: 26px
    }

    .news-tags span {
        display: block;
        font-size: 15px;
        line-height: 28px;
        margin-right: 0;
        margin-bottom: 8px
    }

    .news-tags a {
        min-width: auto;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        padding: 0 18px;
        margin: 0 8px 10px 0
    }

    .news-prev-next {
        margin-top: 24px
    }

    .news-prev-next a {
        height: 44px;
        line-height: 44px;
        font-size: 14px
    }

    .news-prev-next .prev,
    .news-prev-next .next {
        width: 33.33333%;
        text-align: center
    }

    .news-prev-next .prev span,
    .news-prev-next .next span {
        margin-right: 8px;
        padding: 0;
        margin: 0;
        background: none
    }

    .news-prev-next .prev em,
    .news-prev-next .next em {
        display: none
    }

    .news-prev-next .back {
        width: 33.33333%
    }

    .relevant-news {
        padding-top: 40px
    }

    .relevant-news .home-title {
        margin-bottom: 25px
    }

    .relevant-news .swiper-button-next,
    .relevant-news .swiper-button-prev {
        display: none
    }

    .relevant-news .swiper-pagination {
        margin-top: 18px
    }

    .relevant-news .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px
    }
}

.contact-page {
    padding: 114rem 0 110rem;
    background: #fff
}

.contact-layout-2 {
    padding-top: 50rem
}

.contact-layout .contact-form-box {
    float: left;
    width: 54.5%
}

.contact-layout-2 .contact-form-box {
    float: right
}

.contact-layout .contact-info-box {
    float: right;
    width: 39%
}

.contact-layout-2 .contact-info-box {
    float: left
}

.contact-layout .home-title {
    color: #1d3557;
    margin-bottom: 15rem
}

.contact-layout .contact-intro {
    font-size: 18rem;
    font-weight: normal;
    line-height: 32rem;
    color: #1d3557;
    padding-bottom: 6rem
}

.contact-layout .contact-intro p {
    margin-bottom: 16rem
}

.contact-form-list {
    margin: 0 -8rem
}

.contact-form-list li {
    float: left;
    width: 50%;
    padding: 0 8rem;
    margin-bottom: 23rem
}

.contact-layout-2 .contact-form-list li {
    margin-bottom: 0
}

.contact-form-list .full {
    width: 100%
}

.contact-form-list label {
    display: block;
    font-size: 16rem;
    font-weight: normal;
    line-height: 42rem;
    color: #2c4261;
    margin-bottom: 2rem
}

.contact-layout-2 .contact-form-list label {
    color: #fff
}

.contact-form-list sup {
    color: #f00;
    line-height: 42rem;
    display: inline-block;
    vertical-align: top
}

.contact-form-list input,
.contact-form-list textarea {
    width: 100%;
    height: 42rem;
    background: #fff;
    border: solid 1rem #dcdcdc;
    padding: 0 12rem;
    font-size: 14rem;
    color: #1d3557
}

.contact-form-list textarea {
    height: 141rem;
    padding-top: 10rem;
    resize: none
}

.contact-agree {
    font-size: 16rem;
    font-weight: normal;
    line-height: 25rem;
    color: #2c4261;
    margin-bottom: 18rem
}

.contact-submit {
    padding-right: 194rem;
    position: relative
}

.contact-submit .verify-code {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1rem #dcdcdc;
    background: #fff
}

.contact-submit .verify-code input {
    width: 100%;
    height: 55rem;
    background: #fff;
    border: 0;
    border-right: solid 1rem #dcdcdc;
    padding: 0 12rem;
    font-size: 14rem;
    color: #1d3557
}

.contact-submit .verify-code strong {
    width: 58rem;
    height: 34rem;
    line-height: 34rem;
    text-align: center;
    font-size: 20rem;
    color: #111;
    background: #f4f4f4
}

.contact-submit button {
    width: 180rem;
    height: 55rem;
    border: 0;
    background: var(--main-color);
    font-size: 16rem;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    transition: .4s
}

@media (min-width:1025px) {
    .contact-submit button:hover {
        background: var(--hover-color)
    }
}

.contact-info h3 {
    font-size: 24rem;
    font-weight: normal;
    line-height: 35rem;
    color: #394b67;
    margin-bottom: 19rem
}

.contact-info p {
    font-size: 18rem;
    line-height: 28rem;
    font-weight: normal;
    color: #394b67;
    margin-bottom: 14rem
}

.contact-info strong {
    color: #1d3557
}

.contact-layout-2 .contact-info h3 {
    color: #fff
}

.contact-layout-2 .contact-info p {
    color: #fff
}

.contact-layout-2 .contact-info strong {
    color: #fff
}

.contact-info .contact-map {
    margin-top: 31rem;
    overflow: hidden
}

.contact-info .contact-map img {
    display: block;
    width: 100%
}

.shop-page {
    padding: 0 0 120rem
}

.shop-page .shop-path {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 27rem 0;
    background: #1d3557
}

.shop-page .shop-path a {
    color: #fff;
    transition: .4s
}

@media (min-width:1025px) {
    .shop-page .shop-path a:hover {
        color: var(--main-color)
    }
}

.shop-layout {
    padding-top: 124rem
}

.shop-filter {
    float: left;
    width: 20%;
    position: sticky;
    top: 100rem
}

.shop-filter .shop-filter-title {
    font-size: 36rem;
    color: #1d3557;
    letter-spacing: -1rem;
    padding-bottom: 11rem
}

.shop-filter .shop-search {
    border-bottom: 1rem solid #c4c5cc;
    position: relative;
    border-top: 1rem solid #c4c5cc
}

.shop-filter .shop-search input {
    width: 100%;
    height: 78rem;
    border: 0;
    font-size: 16rem;
    color: #1d3557;
    padding-right: 46rem
}

.shop-filter .shop-search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 42rem;
    height: 78rem;
    border: 0;
    background: url(../images/search.webp) no-repeat center center;
    background-size: 22rem;
    cursor: pointer
}

.filter-group {
    border-bottom: 1rem solid #d7dbe3
}

.filter-group summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    font-family: var(--Poppins-Bold);
    font-size: 20rem;
    line-height: 30rem;
    color: #1d3557;
    padding: 21rem 34rem 21rem 0
}

.filter-group summary::-webkit-details-marker {
    display: none
}

.filter-group summary:after {
    content: "";
    position: absolute;
    right: 8rem;
    top: 50%;
    width: 12rem;
    height: 12rem;
    border-right: 1.5rem solid #9098a5;
    border-bottom: 1.5rem solid #9098a5;
    transform: translateY(-70%) rotate(45deg);
    transition: .4s
}

.filter-group[open] summary:after {
    transform: translateY(-30%) rotate(225deg)
}

.filter-group ul {
    padding-bottom: 36rem
}

.filter-group li {
    position: relative;
    margin-bottom: 10rem;
}

.filter-group label {
    display: flex;
    align-items: center;
    font-family: var(--Poppins-Light);
    font-size: 18rem;
    font-weight: normal;
    line-height: 32rem;
    color: #898989;
    cursor: pointer
}

.filter-group input {
    width: 32rem;
    height: 32rem;
    border-radius: 4rem;
    border: solid 1rem #17344f;
    margin: 0 18rem 0 0;
    appearance: none;
    -webkit-appearance: none;
    flex-shrink: 0
}

.filter-group input:checked {
    background: var(--hover-color);
    border-color: var(--hover-color);
    position: relative
}

.filter-group input:checked:after {
    content: "";
    position: absolute;
    left: 11rem;
    top: 6rem;
    width: 8rem;
    height: 14rem;
    border-right: 2rem solid #fff;
    border-bottom: 2rem solid #fff;
    transform: rotate(45deg)
}

.filter-group span {
    flex: 1
}

.filter-group em {
    font-style: normal;
    color: #898989
}

.shop-products {
    float: right;
    width: 75.6%
}

.shop-product-list {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 45rem;
    margin-top: 0
}

.shop-product-list .btns {
    font-size: 0;
    margin-top: 21rem
}

.shop-product-list .btns .more {
    display: inline-block;
    margin-right: 15rem;
    vertical-align: top
}

.shop-product-list .btns .more a {
    min-width: 110rem;
    padding: 0 10rem;
    margin-bottom: 5rem;
}

.shop-product-list .btns .more:nth-last-child(1) {
    margin: 0
}

@media (max-width:1025px) {
    .contact-page {
        padding: 40px 0
    }

    .contact-layout .contact-form-box,
    .contact-layout .contact-info-box {
        float: none;
        width: 100%;
        padding: 0
    }

    .contact-layout .contact-info-box {
        margin-top: 36px
    }

    .contact-layout .home-title {
        margin-bottom: 12px
    }

    .contact-layout .contact-intro {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 16px;
        padding-bottom: 0
    }

    .contact-layout .contact-intro p {
        margin-bottom: 8px
    }

    .contact-form-list {
        margin: 0 -6px
    }

    .contact-form-list li {
        padding: 0 6px;
        margin-bottom: 14px
    }

    .contact-layout-2 .contact-form-list li {
        margin-bottom: 14px
    }

    .contact-form-list label {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 3px
    }

    .contact-form-list input {
        height: 38px;
        padding: 0 12px;
        font-size: 14px
    }

    .contact-form-list textarea {
        height: 110px;
        padding-top: 10px;
        font-size: 14px
    }

    .contact-agree {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 14px
    }

    .contact-submit {
        padding-right: 0
    }

    .contact-submit .verify-code {
        font-size: 12px
    }

    .contact-submit .verify-code input {
        height: 36px;
        line-height: 36px;
        font-size: 13px
    }

    .contact-submit button {
        width: 120px;
        height: 38px;
        font-size: 13px;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 6px
    }

    .contact-info h3 {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .contact-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .contact-info .contact-map {
        margin-top: 18px
    }

    .shop-page {
        padding-bottom: 40px
    }

    .shop-page .shop-path {
        font-size: 14px;
        padding: 15px 0
    }

    .shop-layout {
        padding-top: 40px
    }

    .shop-filter,
    .shop-products {
        float: none;
        width: 100%;
        padding: 0;
        top: auto;
        position: relative
    }

    .shop-filter {
        margin-bottom: 32px
    }

    .shop-filter .shop-filter-title {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 12px
    }

    .shop-filter .shop-search input {
        height: 50px;
        font-size: 14px;
        padding-right: 42px
    }

    .shop-filter .shop-search button {
        width: 40px;
        height: 50px;
        background-size: 18px
    }

    .filter-group summary {
        font-size: 18px;
        line-height: 28px;
        padding: 16px 30px 16px 0
    }

    .filter-group summary:after {
        right: 8px;
        width: 12px;
        height: 12px
    }

    .filter-group ul {
        padding-bottom: 14px
    }

    .filter-group li {
        margin-bottom: 10px
    }

    .filter-group label {
        font-size: 15px;
        line-height: 28px
    }

    .filter-group input {
        width: 20px;
        height: 20px;
        margin-right: 12px
    }

    .filter-group input:checked:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 6px;
        height: 12px;
        border-right: 2rem solid #fff;
        border-bottom: 2rem solid #fff;
        transform: rotate(45deg);
        margin-left: -3px;
        margin-top: -8px
    }

    .shop-product-list {
        grid-template-columns: 1fr;
        padding-bottom: 20px
    }

    .shop-product-list .box {
        border-radius: 12px
    }

    .shop-product-list .bt {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px
    }

    .shop-product-list .p {
        font-size: 14px;
        line-height: 23px
    }

    .shop-product-list .btns {
        clear: both;
        margin-top: 16px
    }

    .shop-product-list .btns .more a {
        min-width: 110px;
        height: 36px;
        line-height: 34px;
        padding: 0 10px;
        font-size: 14px
    }
}

@media (max-width:640px) {
    .contact-form-list {
        margin: 0
    }

    .contact-form-list li {
        float: none;
        width: 100%;
        padding: 0
    }

    .contact-submit .verify-code,
    .contact-submit button {
        float: none;
        width: 100%
    }

    .contact-submit button {
        margin-top: 10px
    }

    .shop-product-list {
        margin: 0
    }

    .shop-product-list li {
        float: none;
        width: 100%;
        padding: 0
    }
}

.shop-quote-page,
.shop-show-page {
    padding-bottom: 0;
    background: #e6ebf4
}

.shop-quote-page .shop-path,
.shop-show-page .shop-path {
    margin-bottom: 0
}

.shop-quote {
    padding: 67rem 0 110rem
}

.shop-quote .home-title {
    margin-bottom: 42rem;
    color: #1d3557
}

.shop-quote .home-title p {
    margin-top: 5rem;
    font-size: 30rem;
    font-weight: normal;
    color: #1d3557;
    line-height: 1.5
}

.shop-quote .home-title p i {
    display: inline-block;
    vertical-align: middle;
    width: 37rem;
    height: 37rem;
    background-color: #1d3557;
    border-radius: 4rem;
    border: solid 2rem #1d3557;
    margin-left: 8rem;
    position: relative
}

.shop-quote .home-title p i:after {
    content: "";
    position: absolute;
    left: 12rem;
    top: 6rem;
    width: 10rem;
    height: 14rem;
    border-right: 2rem solid #fff;
    border-bottom: 2rem solid #fff;
    transform: rotate(45deg)
}

.quote-product-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 19rem;
    grid-column-gap: 16rem;
    margin-bottom: 50rem
}

.quote-product-list .box {
    display: block;
    position: relative;
    height: 104rem;
    background: #fff;
    border-radius: 4rem;
    padding: 12rem 97rem 12rem 146rem;
    cursor: pointer;
    overflow: hidden;
    transition: .5s
}

.quote-product-list input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.quote-product-list .pic {
    position: absolute;
    left: 28rem;
    top: 50%;
    width: 104rem;
    transform: translateY(-50%)
}

.quote-product-list .text {
    display: block;
    padding-top: 3rem
}

.quote-product-list .bt {
    font-size: 20rem;
    line-height: 32rem;
    font-family: var(--Poppins-Bold);
    color: #1d3557;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1
}

.quote-product-list em {
    display: block;
    margin-top: 2rem;
    font-style: normal;
    font-family: var(--Poppins-Light);
    font-size: 18rem;
    font-weight: normal;
    line-height: 28rem;
    color: #263c5c
}

.quote-product-list .checkmark {
    position: absolute;
    right: 26rem;
    top: 50%;
    width: 45rem;
    height: 45rem;
    border-radius: 4rem;
    border: solid 2rem #1d3557;
    transform: translateY(-50%)
}

.quote-product-list input:checked~.checkmark {
    background: #183451
}

.quote-product-list input:checked~.checkmark:after {
    content: "";
    position: absolute;
    left: 17rem;
    top: 9rem;
    width: 10rem;
    height: 16rem;
    border-right: 2rem solid #fff;
    border-bottom: 2rem solid #fff;
    transform: rotate(45deg)
}

.quote-form-section {
    margin-top: 88rem
}

.quote-form-section .home-title {
    margin-bottom: 47rem;
    color: #1d3557
}

.quote-form-section .home-title p {
    font-size: 18rem;
    font-weight: normal;
    line-height: 32rem;
    margin-top: 12rem
}

.quote-form-section .quote-form {
    width: 86%
}

.quote-form-list {
    margin: 0 -14rem
}

.quote-form-list li {
    float: left;
    width: 50%;
    padding: 0 14rem 25rem
}

.quote-form-list label,
.quote-form-list em {
    font-size: 16rem;
    font-weight: normal;
    line-height: 30rem;
    color: #2c4261;
    font-style: normal
}

.quote-form-list em {
    color: #b01f2a
}

.quote-form-list input {
    display: block;
    width: 100%;
    height: 42rem;
    background: #fff;
    border: solid 1rem #dcdcdc;
    border: 0;
    margin-top: 6rem;
    padding: 0 12rem;
    font-size: 14rem;
    color: #203853
}

.quote-table {
    margin-bottom: 18rem;
    background: #fff;
    border-top: 1rem solid #d3d8e0
}

.quote-table .quote-row {
    display: grid;
    grid-template-columns: 105rem 1fr 390rem;
    align-items: center;
    min-height: 44rem;
    border-bottom: 1rem solid #d3d8e0;
    gap: 20rem;
    padding-right: 20rem
}

.quote-table .quote-row>span {
    text-align: center;
    font-size: 16rem;
    font-weight: normal;
    line-height: 25rem;
    color: #2c4261
}

.quote-table .quote-head {
    min-height: 44rem
}

.quote-table .quote-head span {
    text-align: center
}

.quote-table input {
    width: 100%;
    height: 29rem;
    background: #e6e8f0;
    border: 0;
    text-align: center;
    font-size: 14rem;
    color: #203853
}

.quote-message-label {
    display: block;
    font-size: 16rem;
    font-weight: normal;
    line-height: 30rem;
    color: #2c4261;
    font-style: normal
}

.quote-message-label em {
    color: #b01f2a;
    font-style: normal
}

.quote-message {
    display: block;
    width: 100%;
    height: 146rem;
    border: solid 1rem #dcdcdc;
    padding: 12rem;
    background: #fff;
    resize: none;
    font-size: 14rem;
    color: #203853
}

.quote-policy {
    margin: 26rem 0 20rem;
    font-size: 16rem;
    font-weight: normal;
    line-height: 25rem;
    color: #2c4261
}

.quote-submit {
    width: 64%
}

.shop-show {
    padding: 56rem 0 122rem
}

.shop-show-top {
    margin-bottom: 67rem
}

.shop-show-top .shop-show-pic {
    float: left;
    width: 540rem;
    background: #fff;
    position: relative
}

.shop-show-top .shop-show-pic .pic:after {
    padding-bottom: calc(75.92592593%)
}

.shop-show-top .shop-show-info {
    padding-top: 9rem;
    float: right;
    width: 51%
}

.shop-show-top .shop-show-info h1 {
    margin-bottom: 12rem;
    font-size: 46rem;
    font-weight: normal;
    line-height: 60rem;
    color: #1d3557;
    font-family: var(--Poppins-Bold)
}

.shop-show-top .shop-show-info label {
    display: block;
    margin-bottom: 8rem;
    font-family: var(--Poppins-Light);
    font-size: 16rem;
    font-weight: normal;
    line-height: 28rem;
    color: #263c5c
}

.shop-show-top .shop-show-info select {
    width: 420rem;
    height: 49rem;
    border: solid 1rem #465d73;
    background: #fff url(../images/arrow.webp) no-repeat scroll 95% center;
    background: #ffffff\9 \0;
    background-size: 16rem;
    padding: 0 18rem;
    font-size: 16rem;
    color: #203853
}

.shop-show-top .shop-show-info .price {
    margin: 20rem 0 12rem;
    font-size: 24rem;
    font-weight: normal;
    font-family: var(--Poppins-Bold);
    line-height: 28rem;
    color: #9f2024
}

.shop-show-top .shop-show-info .p {
    font-family: var(--Poppins-Light);
    font-size: 16rem;
    font-weight: normal;
    line-height: 28rem;
    color: #263c5c
}

.shop-show-top .shop-show-info .quote-btn {
    display: block;
    width: 220rem;
    height: 47rem;
    line-height: 47rem;
    margin-top: 31rem;
    text-align: center;
    background: #aa2028;
    color: #fff;
    font-size: 16rem
}

.shop-show-detail {
    margin-bottom: 115rem;
    color: #203853
}

.shop-show-detail h2 {
    margin: 28rem 0 3rem;
    font-size: 24rem;
    font-weight: normal;
    line-height: 60rem;
    color: #9f2024;
    font-family: var(--Poppins-Bold)
}

.shop-show-detail h3 {
    font-size: 18rem;
    color: #9f2024
}

.shop-show-detail h2 span {
    color: #9f2024;
    font-family: var(--Poppins-Light)
}

.shop-show-detail p {
    margin-bottom: 16rem;
    font-family: var(--Poppins-Light);
    font-size: 16rem;
    font-weight: normal;
    line-height: 28rem;
    color: #263c5c
}

.shop-show-detail strong {
    font-family: var(--Poppins-Bold);
    color: #263c5c
}

.related-shop-products>h2 {
    margin-bottom: 43rem;
    font-size: 46rem;
    line-height: 60rem;
    color: #1d3557;
    font-family: var(--Poppins-Bold)
}

.related-shop-products .swiper {
    padding-bottom: 0;
    overflow: hidden;
    position: relative
}

@media (min-width:1025px) {
    .quote-product-list .box:hover {
        box-shadow: 0 12rem 32rem rgba(24, 52, 81, 0.12);
        transform: translateY(-2rem)
    }

    .quote-submit button:hover,
    .shop-show-top .shop-show-info .quote-btn:hover {
        background: #183451
    }
}

@media (max-width:1025px) {

    .shop-quote,
    .shop-show {
        padding: 40px 0
    }

    .shop-show .home-title {
        margin-bottom: 24px
    }

    .shop-show .home-title h1,
    .shop-show .home-title h2 {
        font-size: 34px
    }

    .shop-show .home-title p {
        font-size: 17px
    }

    .shop-show .home-title p i {
        width: 22px;
        height: 22px;
        vertical-align: -5px
    }

    .shop-show .home-title p i:after {
        left: 6px;
        top: 4px;
        width: 8px;
        height: 12px
    }

    .quote-product-list {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 14px;
        grid-column-gap: 14px;
        margin-bottom: 20px
    }

    .quote-product-list .box {
        height: 76px;
        padding: 12px 54px 12px 96px
    }

    .quote-product-list .pic {
        left: 22px;
        width: 54px;
        height: 46px
    }

    .quote-product-list .bt {
        font-size: 16px;
        line-height: 26px
    }

    .quote-product-list em {
        font-size: 13px;
        line-height: 20px
    }

    .quote-product-list .checkmark {
        right: 18px;
        width: 28px;
        height: 28px
    }

    .quote-form-section {
        margin-top: 40px
    }

    .quote-form-section .home-title {
        margin-bottom: 25px
    }

    .quote-form-section .home-title p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 6px
    }

    .quote-form-section .quote-form {
        width: 100%
    }

    .quote-form-list {
        margin: 0 -8px
    }

    .quote-form-list li {
        padding: 0 8px 16px
    }

    .quote-form-list label,
    .quote-form-list em {
        font-size: 14px;
        line-height: 24px
    }

    .quote-form-list input {
        height: 36px;
        font-size: 14px;
        margin-top: 4px;
        padding: 0 10px
    }

    .quote-table .quote-row {
        grid-template-columns: 56px 1fr 32%;
        min-height: 40px;
        gap: 15px;
        padding-right: 15px
    }

    .quote-table .quote-row>span {
        font-size: 14px;
        line-height: 25px
    }

    .quote-message {
        height: 120px;
        padding: 12px;
        font-size: 14px
    }

    .quote-table input {
        height: 29px;
        font-size: 14px
    }

    .quote-message-label {
        font-size: 14px;
        line-height: 30px
    }

    .quote-submit button {
        width: 120px;
        height: 40px
    }

    .shop-show-top {
        margin-bottom: 30px
    }

    .shop-show-top .shop-show-pic {
        float: none;
        width: 100%
    }

    .shop-show-top .shop-show-info {
        margin-left: 0;
        padding-top: 20px;
        width: 100%
    }

    .shop-show-top .shop-show-info h1 {
        font-size: 34px;
        margin-bottom: 6px;
        line-height: 40px
    }

    .shop-show-top .shop-show-info label {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 28px
    }

    .shop-show-top .shop-show-info select {
        width: 360px;
        height: 40px;
        background-size: 12px;
        padding: 0 10px;
        font-size: 14px
    }

    .shop-show-top .shop-show-info .p {
        max-width: none;
        font-size: 14px;
        line-height: 24px
    }

    .shop-show-top .shop-show-info .price {
        margin: 10px 0;
        font-size: 20px;
        line-height: 28px
    }

    .shop-show-top .shop-show-info .quote-btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin-top: 13px;
        font-size: 15px
    }

    .shop-show-detail {
        margin-bottom: 30px
    }

    .shop-show-detail h2 {
        font-size: 24px;
        margin: 15px 0 5px 0;
        line-height: 40px
    }

    .shop-show-detail h3 {
        font-size: 18px
    }

    .shop-show-detail p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 6px
    }

    .related-shop-products>h2 {
        font-size: 30px;
        margin-bottom: 25px
    }
}

@media (max-width:640px) {

    .shop-quote,
    .shop-show {
        padding: 32px 0 52px
    }

    .quote-title h1,
    .quote-title h2 {
        font-size: 28px
    }

    .quote-title p {
        font-size: 15px
    }

    .quote-product-list {
        margin: 0
    }

    .quote-product-list li {
        float: none;
        width: 100%
    }

    .quote-submit {
        width: 100%
    }

    .quote-form-list {
        margin: 0
    }

    .quote-form-list li {
        float: none;
        width: 100%;
        padding: 0 0 14px
    }

    .quote-policy {
        margin: 20px 0;
        font-size: 14px;
        line-height: 25px
    }

    .quote-table {
        overflow-x: auto
    }

    .quote-table .quote-row {
        min-width: 560px;
        grid-template-columns: 46px 1fr 180px
    }

    .quote-submit .verify-code,
    .quote-submit button {
        float: none;
        width: 100%;
        margin-left: 0
    }

    .quote-submit button {
        margin-top: 12px
    }

    .shop-show-top .shop-show-pic {
        height: 240px
    }

    .shop-show-top .shop-show-info h1 {
        font-size: 30px
    }

    .shop-show-top .shop-show-info .quote-btn {
        width: 100%
    }

    .shop-show-detail h2 {
        font-size: 21px
    }

    .related-shop-products>h2 {
        font-size: 30px
    }
}

.about-page {
    background: #fff
}

.about-intro-section {
    padding: 117rem 0 34rem
}

.about-intro-section .left {
    float: left;
    width: 42%
}

.about-intro-section .right {
    float: right;
    width: 48%
}

.about-intro-section .about-brand {
    width: 449rem;
    margin-bottom: 39rem
}

.about-intro-section h2 {
    font-family: var(--D-DIN);
    font-size: 38rem;
    font-weight: normal;
    line-height: 50rem;
    color: #282a29
}

.about-intro-section .p {
    font-size: 18rem;
    font-weight: normal;
    line-height: 31rem;
    color: #1d3557
}

.about-intro-section .p p {
    margin-bottom: 18rem
}

.about-data-section {
    padding: 54rem 0 219rem;
    background: url(../images/about-data-bg.webp) no-repeat top center;
    background-size: 1762rem
}

.about-data-section li {
    float: left;
    width: 25%;
    text-align: center
}

.about-data-section li:nth-child(2n) {
    padding-top: 180rem
}

.about-data-section .box {
    width: 315rem;
    height: 315rem;
    box-shadow: 0 8rem 21rem 0 rgba(62, 119, 190, 0.16);
    margin: 0 auto;
    padding: 38rem 18rem 20rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9)
}

.about-data-section img {
    display: block;
    width: 70rem;
    margin: 0 auto
}

.about-data-section strong {
    display: block;
    font-family: var(--Poppins-Bold);
    font-size: 50rem;
    font-weight: normal;
    line-height: 55rem;
    color: #112352
}

.about-data-section sup,
.about-data-section em {
    font-size: 35rem;
    font-style: normal
}

.about-data-section em {
    font-size: 20rem;
    font-weight: normal;
    color: #112352;
    font-family: var(--Poppins-Regular)
}

.about-data-section p {
    margin-top: 6rem;
    font-family: var(--Poppins-Light);
    font-size: 18rem;
    font-weight: normal;
    color: #112352
}

.about-video-section {
    position: relative;
    overflow: hidden;
    padding: 151rem 0 128rem 0
}

.about-video-section .pic {
    border-radius: 40rem
}

.about-video-section .pic:after {
    padding-bottom: calc(55.68627451%)
}

.about-video-section .about-video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 74rem;
    height: 74rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2
}

.about-video-section .about-video-btn span {
    position: absolute;
    left: 31rem;
    top: 24rem;
    width: 0;
    height: 0;
    border-top: 13rem solid transparent;
    border-bottom: 13rem solid transparent;
    border-left: 20rem solid #aa2028
}

.about-video-section .about-video-btn:before,
.about-video-section .about-video-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    transform: translate(-50%, -50%);
    animation: aboutVideoPulse 2s infinite
}

.about-video-section .about-video-btn:after {
    animation-delay: .65s
}

@keyframes aboutVideoPulse {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.8)
    }
}

.about-video-pop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    background: rgba(0, 0, 0, 0.78)
}

.about-video-pop .video-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 920rem;
    max-width: 86%;
    transform: translate(-50%, -50%)
}

.about-video-pop video {
    display: block;
    width: 100%;
    background: #000
}

.about-video-pop .video-close {
    position: absolute;
    right: -46rem;
    top: -46rem;
    width: 36rem;
    height: 36rem;
    border: 0;
    background: none;
    cursor: pointer
}

.about-video-pop .video-close:before,
.about-video-pop .video-close:after {
    content: "";
    position: absolute;
    left: 4rem;
    top: 17rem;
    width: 28rem;
    height: 2rem;
    background: #fff
}

.about-video-pop .video-close:before {
    transform: rotate(45deg)
}

.about-video-pop .video-close:after {
    transform: rotate(-45deg)
}

.about-history-section {
    --go: 0;
    padding: 114rem 0 120rem;
    border-radius: 80rem;
    background: url(../images/bg3.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 4
}

.about-history-section .home-title {
    text-align: center;
    margin-bottom: 98rem
}

.about-history-section .about-history-nav-wrap {
    position: relative;
    padding: 0 72rem;
    margin: 0 -72rem;
    margin-bottom: 44rem
}

.about-history-section .swiper-about-years {
    text-align: center;
    font-family: var(--Poppins-Bold);
    font-size: 24rem;
    font-weight: normal;
    line-height: 28rem;
    color: #333;
    padding-bottom: 15rem
}

.about-history-section .swiper-about-years .item {
    position: relative;
    padding-bottom: 47rem;
    cursor: pointer
}

.about-history-section .swiper-about-years .item:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: url(../images/clock.webp) no-repeat center center;
    background-size: 100%;
    transform: translateX(-50%)
}

.about-history-section .swiper-about-years .swiper-slide-thumb-active {
    color: #aa2028
}

.about-history-section .swiper-about-years .swiper-slide-thumb-active:after {
    background: url(../images/clock1.webp) no-repeat center center;
    background-size: 100%
}

.about-history-section .about-history-prev,
.about-history-section .about-history-next {
    width: 50rem;
    height: 50rem;
    border-radius: 50%;
    background: #172f6c;
    color: #fff;
    margin-top: 20rem;
    top: auto;
    bottom: 0
}

.about-history-section .about-history-prev:after,
.about-history-section .about-history-next:after {
    font-size: 14rem
}

.about-history-section .about-history-next {
    background: #aa2028
}

.about-history-section .swiper-about-history {
    width: 78%;
    margin: 0 auto
}

.about-history-section .swiper-about-history .box {
    min-height: 294rem;
    padding: 48rem 470rem 26rem 80rem;
    background: #fff;
    box-shadow: 0 8rem 21rem 0 rgba(62, 119, 190, 0.16);
    border-radius: 12rem;
    position: relative
}

.about-history-section .swiper-about-history .bt {
    margin-bottom: 12rem;
    font-size: 24rem;
    font-weight: normal;
    line-height: 42rem;
    font-family: var(--Poppins-Bold);
    color: #112352
}

.about-history-section .swiper-about-history .p {
    font-size: 18rem;
    font-weight: normal;
    line-height: 31rem;
    color: #1d3557
}

.about-history-section .swiper-about-history strong {
    position: absolute;
    right: 73rem;
    top: 15%;
    font-size: 129rem;
    font-weight: normal;
    line-height: 147rem;
    color: #9f2024
}

.about-culture-section {
    padding: 171rem 0 194rem;
    background: url(../images/bg5.webp) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin-top: -68rem;
    position: relative;
    z-index: 3
}

.about-culture-section .home-title {
    margin-bottom: 5rem;
    color: #fff
}

.about-culture-section .nr {
    justify-content: space-between;
    display: flex;
    align-items: center
}

.about-culture-section .left {
    float: left;
    width: 40%;
    text-align: right
}

.about-culture-section .right {
    float: right;
    width: 49%
}

.about-culture-section .about-culture-tabs {
    padding-top: 16rem
}

.about-culture-section .about-culture-tabs li {
    font-size: 32rem;
    font-weight: normal;
    height: 130rem;
    display: flex;
    align-items: center;
    color: #a9afb8;
    cursor: pointer;
    transition: .3s;
    width: 100%
}

.about-culture-section .about-culture-tabs li p {
    width: 100%
}

.about-culture-section .about-culture-tabs .active {
    font-size: 56rem;
    font-weight: normal;
    height: 180rem;
    color: #fff
}

.about-culture-section .about-culture-tabs .active p {
    padding-right: 97rem;
    background: url(../images/jiantou1.webp) no-repeat bottom right;
    background-size: 39rem
}

.about-culture-section .pic {
    overflow: hidden;
    margin-bottom: 58rem;
    border-radius: 24rem
}

.about-culture-section .pic:after {
    padding-bottom: calc(46.66666667%)
}

.about-culture-section .bt {
    font-size: 32rem;
    font-weight: normal;
    line-height: 48rem;
    font-family: var(--Poppins-Bold);
    color: #fff
}

.about-culture-section .p {
    margin-bottom: 48rem;
    font-size: 24rem;
    line-height: 48rem;
    font-weight: normal;
    color: #fff
}

.about-factory-section {
    padding: 114rem 0 173rem;
    border-radius: 80rem;
    background: url(../images/bg4.webp) no-repeat center center;
    background-size: cover;
    margin-top: -68rem;
    position: relative;
    z-index: 4;
    overflow: hidden
}

.about-factory-section .home-title {
    margin-bottom: 67rem
}

.about-factory-marquee {
    min-height: 100vh;
    position: relative;
    overflow: visible
}

.about-factory-track {
    display: flex;
    justify-content: space-between;
    gap: 0;
    position: relative;
    z-index: 44;
    will-change: transform
}

.about-factory-track .factory-col {
    width: 50%;
    height: auto;
    will-change: transform;
    position: relative;
    z-index: 444
}

.about-factory-track .factory-col ul {
    position: relative;
    will-change: transform
}

.about-factory-track .factory-col li {
    padding: 0 62rem;
    margin-bottom: 117rem
}

.about-factory-track .factory-col-right {
    margin-top: 0
}

.about-factory-track .box {
    width: 100%;
    padding: 64rem;
    box-shadow: 5rem 5rem 22rem 0 rgba(29, 53, 87, 0.14);
    border-radius: 40rem;
    position: relative;
    overflow: hidden;
    background: #fff
}

.about-factory-track .box .dot_img {
    z-index: 1;
    width: 31.25vw;
    pointer-events: none;
    margin-top: -15.625vw;
    margin-left: -15.625vw;
    position: absolute;
    top: -46%;
    left: 15%
}

.about-factory-track .box:nth-child(2n) {
    animation-delay: -4s
}

.about-factory-track .bt {
    margin-bottom: 8rem;
    font-size: 36rem;
    font-weight: normal;
    line-height: 48rem;
    color: #1d3557
}

.about-factory-track .p {
    margin-bottom: 36rem;
    font-size: 18rem;
    font-weight: normal;
    line-height: 27rem;
    color: #1d3557;
    color: #8a8a8a;
    background: url(../images/dizhi.webp) no-repeat top right;
    background-size: 49rem;
    padding-top: 8rem;
    padding-right: 63rem;
    min-height: 50rem
}

.about-factory-track .p p {
    margin-bottom: 9rem
}

.about-factory-track .p span {
    color: #1d3557
}

.about-factory-track .pic:after {
    padding-bottom: calc(40.52532833%)
}

@media (min-width:1025px) {
    .about-factory-marquee {
        height: var(--about-factory-scroll-height, 180vh);
        min-height: 100vh
    }

    .about-factory-track {
        height: 100vh;
        align-items: flex-start
    }
}

.ani_in {
    --go: 0;
    will-change: opacity, clip-path;
    animation-name: scrP1;
    will-change: transform, opacity;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: paused;
    animation-delay: calc(var(--go) * -1s);
    animation-timing-function: cubic-bezier(.22, .61, .36, 1)
}

@keyframes scrP1 {
    0% {
        opacity: .95;
        -webkit-clip-path: inset(1.5rem 10vw 0 round 3.64583vw 3.64583vw 0 0);
        clip-path: inset(1.5rem 10vw 0 round 3.64583vw 3.64583vw 0 0)
    }

    to {
        opacity: 1;
        -webkit-clip-path: inset(0 round 3.64583vw 3.64583vw 0 0);
        clip-path: inset(0 round 3.64583vw 3.64583vw 0 0)
    }
}

@keyframes aboutFactoryFloat {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(34rem)
    }
}

.about-workshop-section {
    padding-bottom: 121rem;
    overflow: hidden;
    position: relative;
    padding-top: 107rem
}

.about-workshop-section .home-title,
.about-workshop-section .home-p {
    text-align: center
}

.about-workshop-section .home-p {
    margin: 16rem 0 55rem;
    font-size: 18rem;
    line-height: 32rem
}

.about-workshop-section .workshop-row {
    width: 100vw;
    overflow: hidden
}

.about-workshop-section .workshop-row ul {
    overflow: hidden;
    zoom: 1
}

.about-workshop-section .workshop-row li {
    float: left;
    width: 483rem;
    margin-right: 20rem
}

.about-workshop-section .workshop-row .box {
    position: relative;
    border-radius: 12rem;
    overflow: hidden
}

.about-workshop-section .workshop-row .pic:after {
    padding-bottom: calc(68.18181818%)
}

.about-workshop-section .workshop-row .bt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 32rem;
    font-size: 18rem;
    font-weight: normal;
    line-height: 50rem;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    width: 100%;
    background: rgba(23, 47, 108, 0.6)
}

.about-workshop-section .workshop-row-reverse {
    margin-top: 14rem
}

@media (min-width:1025px) {
    .about-workshop-section .box:hover .pic img {
        transform: scale(1.06)
    }

    .about-culture-tabs li:hover {
        color: #fff
    }
}

@media (max-width:1025px) {
    .about-intro-section {
        padding: 40px 0
    }

    .about-intro-section .left,
    .about-intro-section .right {
        float: none;
        width: 100%
    }

    .about-intro-section .right {
        margin-top: 22px
    }

    .about-intro-section .about-brand {
        width: 220px;
        margin-bottom: 16px
    }

    .about-intro-section h2 {
        font-size: 24px;
        line-height: 32px
    }

    .about-intro-section .p {
        font-size: 15px;
        line-height: 26px
    }

    .about-data-section {
        padding: 30px 0 0 0;
        background-size: 100%
    }

    .about-data-section li {
        width: 50%;
        margin-bottom: 18px
    }

    .about-data-section .box {
        width: 100%;
        height: auto;
        background: none;
        box-shadow: none;
        padding: 0 10px
    }

    .about-data-section img {
        width: 38px;
        height: 38px;
        margin-bottom: 10px
    }

    .about-data-section strong {
        font-size: 26px;
        line-height: 34px
    }

    .about-data-section p {
        font-size: 14px;
        line-height: 20px
    }

    .about-data-section li:nth-child(2n) {
        padding-top: 0
    }

    .about-video-pop .video-box {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 90%;
        max-width: 86%;
        transform: translate(-50%, -50%)
    }

    .about-video-section {
        width: 100%;
        padding: 40px 0;
        border-radius: 12px
    }

    .about-video-section .about-video-btn {
        width: 58px;
        height: 58px
    }

    .about-video-section .about-video-btn span {
        left: 25px;
        top: 19px;
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 16px
    }

    .about-history-section,
    .about-culture-section,
    .about-factory-section {
        border-radius: 28px
    }

    .about-history-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .about-history-section .home-title {
        margin-bottom: 28px
    }

    .about-history-section .about-history-nav-wrap {
        padding: 0 42px;
        display: none
    }

    .about-history-section .swiper-about-years {
        font-size: 14px
    }

    .about-history-section .swiper-about-history .box {
        min-height: 130px;
        padding: 22px 130px 22px 22px
    }

    .about-history-section .swiper-about-history strong {
        right: 24px;
        font-size: 42px
    }

    .about-history-section .swiper-about-history {
        width: 80%;
        margin: 0 auto
    }

    .about-history-section .swiper-about-history .bt {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 40px
    }

    .about-history-section .swiper-about-history .p {
        font-size: 14px;
        line-height: 24px
    }

    .about-culture-section {
        padding-top: 80px;
        padding-bottom: 40px
    }

    .about-culture-section .nr {
        display: block
    }

    .about-culture-section .left,
    .about-culture-section .right {
        float: none;
        width: 100%
    }

    .about-culture-section .about-culture-tabs {
        display: flex;
        overflow-x: auto;
        padding: 0 0 18px
    }

    .about-culture-section .about-culture-tabs li,
    .about-culture-section .about-culture-tabs .active {
        flex: 0 0 auto;
        margin: 0 22px 0 0;
        font-size: 17px;
        line-height: 26px;
        height: 56px;
        width: auto
    }

    .about-culture-section .about-culture-tabs li p,
    .about-culture-section .about-culture-tabs .active p {
        background: none;
        padding: 0
    }

    .about-culture-section .pic {
        width: 100%;
        margin-bottom: 18px
    }

    .about-factory-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .about-factory-track {
        height: auto
    }

    .about-factory-track .factory-col,
    .about-factory-track .factory-col-right {
        height: auto;
        margin: 0;
        padding: 0;
        overflow: visible
    }

    .about-factory-track .factory-col li {
        padding: 0 10px;
        margin-bottom: 18px
    }

    .about-factory-track .box,
    .about-factory-track .box:nth-child(2n) {
        width: 100%;
        margin: 0;
        padding: 20px;
        border-radius: 20px;
        animation: none
    }

    .about-factory-track .bt {
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 34px
    }

    .about-factory-marquee {
        height: auto;
        position: relative
    }

    .about-factory-track .p {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        color: #1d3557;
        color: #8a8a8a;
        background: url(../images/dizhi.webp) no-repeat top right;
        background-size: 24px;
        padding-top: 0;
        padding-right: 30px;
        min-height: 40px
    }

    .about-workshop-section {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .about-workshop-section .home-p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 24px
    }

    .about-workshop-section .workshop-row {
        margin-top: 15px
    }

    .about-workshop-section .workshop-row li {
        width: 240px;
        margin-right: 10px
    }

    .about-workshop-section .workshop-row .bt {
        font-size: 14px
    }
}

@media (max-width:640px) {
    .about-data-section li {
        float: none;
        width: 100%
    }

    .about-history-section .swiper-about-history .box {
        padding: 20px
    }

    .about-history-section .swiper-about-history strong {
        position: static;
        display: block;
        margin-top: 16px;
        transform: none
    }

    .about-video-pop .video-close {
        right: 0;
        top: -42px;
        width: 32px;
        height: 32px
    }
}

.product-intro-section {
    padding: 117rem 0 173rem;
    position: relative;
    background: #fff;
    z-index: 1
}

.product-intro-section .home-title {
    margin-bottom: 15rem
}

.product-intro-section .home-p {
    font-size: 18rem;
    font-weight: normal;
    line-height: 32rem;
    color: #1d3557
}

.product-intro-section .home-p p {
    margin-bottom: 6rem
}

.product-types-section,
.product-application-section {
    padding: 119rem 0 99rem;
    border-radius: 80rem
}

.product-types-section .home-title,
.product-application-section .home-title {
    margin-bottom: 14rem
}

.product-types-section .home-p,
.product-application-section .home-p {
    margin-bottom: 42rem;
    font-size: 18rem;
    line-height: 32rem
}

.product-types-section {
    margin-top: -68rem;
    position: relative;
    z-index: 34
}

.product-type-list {
    margin: 0 -12rem
}

.product-type-list li {
    float: left;
    width: 33.333%;
    padding: 0 12rem 22rem
}

.product-type-list .box {
    position: relative;
    border-radius: 20rem;
    overflow: hidden
}

.product-type-list .pic:after {
    padding-bottom: calc(63.26530612%)
}

.product-type-list .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24rem 25rem 18rem;
    background: linear-gradient(180deg, rgba(17, 35, 82, 0), rgba(17, 35, 82, 0.82));
    color: #fff;
    max-height: 100%;
    overflow: auto;
}

.product-type-list .bt {
    font-size: 20rem;
    font-weight: normal;
    line-height: 34rem;
    font-family: var(--Poppins-Bold);
    color: #fff
}

.product-type-list .p {
    max-height: 0;
    overflow: hidden;
    font-family: var(--Poppins-Light);
    font-size: 16rem;
    font-weight: normal;
    line-height: 24rem;
    color: #fff;
    transition: .4s
}

.product-analysis-section {
    padding: 112rem 0 73rem;
    background: url(../images/bg2.webp) no-repeat bottom center;
    background-size: cover
}

.product-analysis-section .home-title {
    margin-bottom: 15rem
}

.product-analysis-section .home-p {
    margin-bottom: 22rem;
    font-size: 18rem;
    line-height: 32rem
}

.product-analysis-section .left {
    float: left;
    width: 51%;
    margin-left: -183rem
}

.product-analysis-section .right {
    float: right;
    width: 58.8%;
    padding-top: 23rem
}

.product-analysis-section0 {
    margin-top: -68rem;
    position: relative;
    z-index: 3;
    padding: 180rem 0 73rem
}

.analysis-feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 17rem;
    grid-column-gap: 20rem
}

.analysis-feature-list .box {
    min-height: 132rem;
    border-radius: 12rem;
    height: 100%;
    padding: 15rem 20rem 8rem 20rem;
    background: #e6e8f0;
    position: relative;
    text-align: center
}

.analysis-feature-list img {
    width: 60rem;
    margin: 0 auto
}

.analysis-feature-list .bt {
    font-size: 20rem;
    font-weight: normal;
    line-height: 32rem;
    font-family: var(--Poppins-Bold);
    color: #172f6c
}

.analysis-feature-list .p {
    font-size: 16rem;
    font-weight: normal;
    line-height: 26rem;
    color: #898989
}

.analysis-icon-list,
.application-icon-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 20rem;
    grid-column-gap: 20rem;
    text-align: center;
    width: 100%;
    border-radius: 24rem;
    transform: translateY(-41rem);
    padding: 19rem 0;
    background: #fff
}

.analysis-icon-list li,
.application-icon-list li {
    padding: 0 10rem
}

.analysis-icon-list img,
.application-icon-list img {
    display: block;
    width: 150rem;
    margin: 0 auto 10rem
}

.analysis-icon-list .bt,
.application-icon-list .bt {
    font-size: 16rem;
    font-weight: normal;
    line-height: 26rem;
    font-family: var(--Poppins-Bold);
    color: #182c65
}

.product-flip-section {
    padding: 80rem 0 121rem 0
}

.product-flip-section .home-p {
    margin: 15rem 0 29rem;
    font-size: 18rem;
    line-height: 32rem
}

.product-flip-wrap {
    position: relative
}

.product-flip-wrap:after {
    content: '';
    display: block;
    width: 100%;
    background: url(../images/pbg1.webp) no-repeat top center;
    background-size: 865rem;
    height: 52rem;
    position: absolute;
    bottom: -52rem;
    left: 0;
    z-index: 2
}

.product-flip-wrap2 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 10rem;
    grid-column-gap: 10rem
}

.product-flip-wrap2:after {
    display: none
}

.product-flip-wrap .flip-items {
    overflow: visible
}

.product-flip-wrap .flip-item {
    width: 828rem;
    height: 490rem;
    border-radius: 12rem;
    box-shadow: 0 0 43rem 0 rgba(66, 66, 66, 0.24)
}

@media (min-width:1025px) {
    .product-flip-wrap .flip-item:hover .pic img {
        transform: scale(1.04)
    }
}

@media (max-width:1025px) {
    .product-flip-wrap2 ul {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 20px
    }
}

.product-flip-wrap .box {
    position: relative;
    overflow: hidden;
    border-radius: 12rem
}

.product-flip-wrap .pic:after {
    padding-bottom: 59.17874396%
}

.product-flip-wrap .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 33;
    padding: 10rem;
    background-color: rgba(27, 45, 105, 0.6);
    opacity: 0;
    transition: .5s
}

.product-flip-wrap2 .text {
    opacity: 1
}

.product-flip-wrap .text .bt {
    font-size: 20rem;
    font-weight: normal;
    line-height: 24rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    font-family: var(--Poppins-Bold);
    color: #fff
}

.product-flip-wrap2 .text .bt {
    font-size: 14rem;
    font-weight: normal;
    line-height: 20rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    font-family: var(--Poppins-Bold);
    color: #fff
}

.product-flip-wrap .text .p {
    font-size: 18rem;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    color: #fff
}

.product-flip-wrap .flip-current .text {
    opacity: 1
}

.product-flip-wrap .flipster-carousel .flip-item {
    visibility: visible;
    opacity: 1
}

.product-flip-wrap .flipster-carousel .flip-prev1 {
    transform: translateX(-72%) translateZ(0) rotateY(0) scale(.86);
    z-index: 6
}

.product-flip-wrap .flipster-carousel .flip-next1 {
    transform: translateX(72%) translateZ(0) rotateY(0) scale(.86);
    z-index: 6
}

.product-flip-wrap .flipster-carousel .flip-prev2 {
    transform: translateX(-130%) translateZ(0) rotateY(0) scale(.74);
    z-index: 4
}

.product-flip-wrap .flipster-carousel .flip-next2 {
    transform: translateX(130%) translateZ(0) rotateY(0) scale(.74);
    z-index: 4
}

.product-flip-wrap .flipster-carousel .flip-prev3 {
    transform: translateX(-167%) translateZ(0) rotateY(0) scale(.62);
    z-index: 2
}

.product-flip-wrap .flipster-carousel .flip-next3 {
    transform: translateX(167%) translateZ(0) rotateY(0) scale(.62);
    z-index: 2
}

.product-flip-wrap .flipto-next,
.product-flip-wrap .flipto-prev {
    width: 62rem;
    height: 62rem;
    background: var(--main-color);
    border-radius: 50%;
    left: -77rem;
    margin-top: -31rem;
    transition: .5s;
    z-index: 66;
    top: 50%;
    position: absolute;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-flip-wrap .flipto-next:after,
.product-flip-wrap .flipto-prev:after {
    font-size: 20rem;
    color: #fff;
    font-family: swiper-icons;
    line-height: 1;
    content: 'next';
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial
}

.product-flip-wrap .flipto-prev {
    left: -77rem
}

.product-flip-wrap .flipto-prev:after {
    content: 'prev'
}

.product-flip-wrap .flipto-next {
    right: -77rem;
    left: auto
}

.product-application-section {
    padding: 126rem 0 119rem;
    position: relative;
    z-index: 3
}

.product-application-section .home-title {
    margin-bottom: 16rem
}

.product-application-section .home-case-list {
    margin: 0;
    text-align: center
}

.product-application-section .application-icon-list {
    transform: none;
    padding: 22rem 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr
}

.product-application-section .application-icon-list img {
    width: 60rem;
    margin: 0 auto 14rem
}

.product-choice-section {
    padding: 178rem 0 187rem;
    background: #182d65;
    margin-top: -68rem;
    position: relative;
    z-index: 1
}

.product-choice-section .home-title {
    margin-bottom: 7rem
}

.product-choice-section .home-title,
.product-choice-section .home-p {
    text-align: center;
    color: #fff
}

.product-choice-section .home-p {
    margin: 0 0 52rem;
    font-size: 18rem;
    line-height: 32rem
}

.product-choice-section .left {
    float: left;
    width: 46.7%
}

.product-choice-section .right {
    float: right;
    width: 50%
}

.choice-tabs {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20rem;
    grid-column-gap: 20rem
}

.choice-tabs li {
    display: flex;
    align-items: center;
    height: 60rem;
    padding: 0 18rem;
    background: #fff;
    cursor: pointer;
    transition: .3s
}

.choice-tabs img {
    width: 60rem;
    margin-right: 14rem
}

.choice-tabs .bt {
    font-size: 18rem;
    font-weight: normal;
    line-height: 81rem;
    color: #1d3557;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    font-family: var(--Poppins-Bold)
}

.choice-tabs .active {
    background: #aa2028
}

.choice-tabs .active img {
    filter: brightness(0) invert(1)
}

.choice-tabs .active .bt {
    color: #fff
}

.choice-panel {
    display: none;
    border-radius: 12rem;
    position: relative;
    overflow: hidden
}

.choice-panel.active {
    display: block
}

.choice-panel .pic:after {
    padding-bottom: calc(63.42105263%)
}

.choice-panel .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20rem 30rem;
    background-color: rgba(29, 53, 87, 0.8)
}

.choice-panel .bt {
    font-size: 24rem;
    font-weight: normal;
    line-height: 32rem;
    color: #fff;
    font-family: var(--Poppins-Bold)
}

.choice-panel .p {
    font-size: 16rem;
    font-weight: normal;
    line-height: 28rem;
    color: #fff
}

.product-faq-section {
    padding: 114rem 0 120rem;
    border-radius: 80rem 80rem 0 0;
    background: #e8edf6;
    margin-top: -68rem;
    position: relative;
    z-index: 3
}

.product-faq-section .left {
    float: left;
    width: 36%;
    width: 100%;
    text-align: center;
    margin-bottom: 20rem
}

.product-faq-section .right {
    float: right;
    width: 63%;
    width: 100%
}

.product-faq-list li {
    margin-bottom: 17rem;
    border-radius: 8rem;
    background: #fff
}

.product-faq-list .bt {
    position: relative;
    padding: 20rem 90rem 20rem 25rem;
    font-size: 20rem;
    font-weight: normal;
    font-family: var(--Poppins-Bold);
    line-height: 48rem;
    color: #1d3557;
    cursor: pointer;
    transition: .5s
}

.product-faq-list .bt:after {
    content: "";
    position: absolute;
    right: 40rem;
    top: 27rem;
    width: 48rem;
    height: 48rem;
    background: url(../images/jia.webp) no-repeat center center;
    background-size: 100%;
    color: #203853;
    transition: .5s;
    transform: rotate(180deg)
}

.product-faq-list .p {
    display: none;
    padding: 13rem 25rem 20rem 25rem;
    font-size: 16rem;
    font-weight: normal;
    line-height: 28rem;
    color: #4c5d75;
    min-height: 80rem;
    transition: .5s
}

.product-faq-list .active .bt {
    padding-bottom: 0
}

.product-faq-list .active .bt:after {
    transform: rotate(0deg)
}

.product-faq-list .active .p {
    display: block
}

@media (min-width:1025px) {
    .product-type-list .box:hover .p {
        max-height: 230rem;
        margin-top: 8rem
    }

    .product-type-list .box:hover .pic img {
        transform: scale(1.06)
    }
}

@media (max-width:1025px) {

    .product-intro-section,
    .product-types-section,
    .product-analysis-section,
    .product-flip-section,
    .product-application-section,
    .product-choice-section {
        padding: 40px 0
    }

    .product-intro-section .home-p,
    .product-types-section .home-p,
    .product-analysis-section .home-p,
    .product-flip-section .home-p,
    .product-application-section .home-p,
    .product-choice-section .home-p {
        font-size: 15px;
        line-height: 26px
    }

    .product-types-section,
    .product-application-section,
    .product-choice-section,
    .product-faq-section {
        border-radius: 28px
    }

    .product-types-section,
    .product-application-section,
    .product-choice-section {
        padding-top: 38px;
        padding-bottom: 42px
    }

    .product-types-section {
        background: #e6e8f0;
        margin-top: 0
    }

    .product-type-list {
        margin: 0 -6px
    }

    .product-type-list .bt {
        font-size: 16px;
        line-height: 40px
    }

    .product-type-list .text {
        padding: 10px 20px
    }

    .product-type-list li {
        width: 50%;
        padding: 0 6px 12px
    }

    .product-analysis-section .left,
    .product-analysis-section .right {
        float: none;
        width: 100%
    }

    .product-analysis-section .left {
        margin-left: -15px
    }

    .product-analysis-section0 {
        margin-top: -40px;
        padding-top: 80px
    }

    .analysis-feature-list {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 15px;
        grid-column-gap: 15px
    }

    .analysis-feature-list .box {
        min-height: 126px;
        padding: 15px
    }

    .analysis-feature-list img {
        width: 38px
    }

    .analysis-feature-list .bt {
        font-size: 16px;
        line-height: 30px
    }

    .analysis-feature-list .p {
        font-size: 14px;
        line-height: 24px
    }

    .analysis-icon-list,
    .application-icon-list {
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 10px;
        grid-column-gap: 10px;
        border-radius: 12px;
        transform: none;
        padding: 15px
    }

    .analysis-icon-list .bt,
    .application-icon-list .bt {
        font-size: 14px;
        line-height: 24px
    }

    .analysis-icon-list img,
    .application-icon-list img {
        width: 75px;
        margin: 0 auto 10px
    }

    .product-flip-wrap:after {
        background-size: 440px
    }

    .product-flip-wrap .flip-item {
        width: 420px;
        height: 249px;
        border-radius: 6px
    }

    .product-flip-wrap .box {
        width: 420px;
        border-radius: 6px
    }

    .product-flip-wrap .text {
        padding: 15px
    }

    .product-flip-wrap .text .bt {
        font-size: 16px;
        line-height: 25px
    }

    .product-flip-wrap .text .p {
        font-size: 14px
    }

    .product-flip-wrap .flipto-next,
    .product-flip-wrap .flipto-prev {
        width: 40px;
        height: 40px;
        left: 10px;
        margin-top: -20px
    }

    .product-flip-wrap .flipto-next {
        right: 10px;
        left: auto
    }

    .product-application-section .application-icon-list {
        transform: none;
        padding: 10px 0;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .product-choice-section {
        margin-top: -40px;
        padding-bottom: 80px;
        padding-top: 80px
    }

    .product-choice-section .left,
    .product-choice-section .right {
        float: none;
        width: 100%
    }

    .product-choice-section .left {
        margin-bottom: 22px
    }

    .choice-panel .text {
        padding: 15px;
        position: relative;
        bottom: auto;
        left: auto
    }

    .choice-panel .bt {
        font-size: 16px;
        line-height: 30px
    }

    .choice-panel .p {
        font-size: 14px;
        line-height: 24px
    }

    .product-faq-section {
        margin-bottom: 0;
        padding-top: 38px;
        padding-bottom: 42px;
        border-radius: 28px 28px 0 0
    }

    .product-faq-section .left,
    .product-faq-section .right {
        float: none;
        width: 100%
    }

    .product-faq-section .home-title {
        max-width: none;
        margin-bottom: 18px
    }

    .product-faq-list li {
        margin-bottom: 10px;
        border-radius: 8px
    }

    .product-faq-list .bt {
        padding: 36rem 90rem 36rem 25rem;
        font-size: 16px;
        line-height: 30px
    }

    .product-faq-list .p {
        font-size: 14px;
        line-height: 24px;
        min-height: 48px
    }
}

@media (max-width:640px) {
    .product-type-list {
        margin: 0
    }

    .analysis-feature-list {
        margin: 0 0 16px
    }

    .product-flip-wrap .product-flipster {
        height: 220px
    }

    .product-flip-wrap .box {
        width: 300px
    }

    .choice-tabs li {
        height: auto;
        min-height: 46px;
        padding: 10px 14px
    }
}

.swiper-home-case {
    margin: 62rem 0 49rem;
    overflow: hidden
}

.swiper-home-case .home-case-list {
    display: flex;
    margin: 0;
    grid-template-columns: none;
    grid-row-gap: 0
}

.swiper-home-case .swiper-slide {
    height: auto
}

.swiper-home-case .swiper-pagination-bullet {
    background: #1d3557;
    opacity: .35
}

.swiper-home-case .swiper-pagination-bullet-active {
    background: var(--main-color);
    opacity: 1
}

.table0 td {
    border: 0;
    border: 1px solid #d7d7d7;
    font-size: 16rem;
    line-height: 30rem;
    padding: 5rem 25rem;
    text-align: center;
    color: #666
}

.table0 tr {
    background: #f7f7f7
}

.table0 tr td:nth-child(1) {
    font-size: 16rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    color: #333;
    text-align: left
}

.table0 tr:nth-child(2n) {
    background: #fff
}

.table0 img {
    width: 22rem;
    margin-right: 11rem;
    margin-top: -4rem;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:1025px) {
    .swiper-home-case {
        margin: 25px 0;
        padding-bottom: 28px
    }

    .swiper-home-case .home-case-list {
        display: flex;
        grid-template-columns: none;
        grid-row-gap: 0;
        grid-column-gap: 0
    }

    .product-application-section {
        background: #e6e8f0
    }

    .about-factory-section .home-title {
        margin-bottom: 20px
    }

    .table0 {
        overflow: auto
    }

    .table0 table {
        width: 1200px
    }

    .table0 td {
        font-size: 14px;
        line-height: 24px;
        padding: 5px 25px
    }

    .table0 tr td:nth-child(1) {
        font-size: 14px
    }

    .table0 img {
        width: 22px;
        margin-right: 11px;
        margin-top: -4px
    }
}

@media (max-width:520px) {
    .inbanner .text .p {
        display: none
    }

    .product-flip-wrap {
        overflow: hidden
    }

    .product-flip-wrap .flip-item {
        width: 300px;
        height: 178px;
        box-shadow: none;
        border-radius: 6px
    }

    .product-application-section .application-icon-list {
        transform: none;
        padding: 10px 0;
        grid-template-columns: 1fr 1fr
    }

    .analysis-icon-list,
    .application-icon-list {
        grid-template-columns: 1fr 1fr
    }

    .inbanner .text h1 {
        font-size: 20px;
        line-height: 34px
    }

    .about-factory-track .factory-col {
        width: 100%;
        height: 100%
    }

    .about-factory-track {
        height: auto;
        display: block
    }

    .about-factory-track .factory-col li {
        padding: 0
    }

    .shop-show-top .shop-show-info select {
        width: 100%
    }

    .quote-product-list {
        grid-template-columns: 1fr
    }
}

.project-filter {
    font-size: 0;
    margin-bottom: 35rem;
    position: relative
}

.project-filter span {
    display: inline-block;
    vertical-align: top;
    font-size: 18rem;
    font-weight: normal;
    line-height: 49rem;
    margin-right: 10rem;
    color: #1d3557;
}

.project-filter a {
    display: inline-block;
    vertical-align: top;
    min-width: 82rem;
    height: 49rem;
    line-height: 47rem;
    padding: 0 33rem;
    border-radius: 24rem;
    border: solid 1rem #a5a5a5;
    text-align: center;
    font-size: 20rem;
    font-weight: normal;
    color: #1d3557;
    margin: 0 22rem 24rem 0;
    transition: 0.4s
}

.project-filter a.active {
    color: #fff;
    border-color: var(--main-color);
    background: var(--main-color)
}

.project-filter button {
    display: inline-block;
    vertical-align: top;
    width: 69rem;
    height: 49rem;
    border: 0;
    border-radius: 24rem;
    background: var(--main-color) url(../images/search.png) no-repeat center center;
    background-size: 20rem;
    cursor: pointer;
    transition: 0.4s
}

.project-filter .sec {
    position: absolute;
    top: 60rem;
    right: 0;
    z-index: 20;
    display: flex;
    width: 360rem;
    padding: 8rem;
    background: #fff;
    border: 1rem solid #e0e0e0;
    border-radius: 28rem;
    box-shadow: 0 12rem 30rem rgba(17, 35, 82, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8rem);
    transition: 0.3s
}

.project-filter .sec input {
    flex: 1;
    min-width: 0;
    height: 44rem;
    padding: 0 18rem;
    border: 0;
    background: transparent;
    font-size: 16rem;
    color: #1d3557
}

.project-filter .sec button {
    flex: 0 0 auto;
    width: 52rem;
    height: 44rem;
    border-radius: 22rem;
    background-size: 18rem
}

.project-filter.search-open .sec {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.product-page table tr td {
    padding: 0 5px !important
}

@media (min-width:1025px) {
    .project-filter a:hover {
        color: #fff;
        border-color: var(--main-color);
        background: var(--main-color)
    }

    .project-filter button:hover {
        background-color: var(--hover-color)
    }
}

@media(max-width:1025px) {
    .project-filter {
        margin-bottom: 30px;
        padding-left: 0
    }

    .project-filter span {
        display: block;
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 10px;
        position: relative;
        top: auto;
        left: auto
    }

    .project-filter a {
        min-width: auto;
        height: 34px;
        line-height: 32px;
        padding: 0 16px;
        font-size: 14px;
        margin: 0 8px 10px 0;
        border-radius: 18px
    }

    .project-filter button {
        width: 42px;
        height: 34px;
        border-radius: 20px;
        background-size: 15px
    }

    .project-filter .sec {
        top: auto;
        left: 0;
        right: auto;
        width: 100%;
        max-width: 360px;
        margin-top: 8px;
        padding: 6px;
        border-radius: 22px
    }

    .project-filter .sec input {
        height: 36px;
        padding: 0 14px;
        font-size: 14px
    }

    .project-filter .sec button {
        width: 42px;
        height: 36px
    }
}

.product-faq-section .home-title h2 {
    font-size: 50rem
}

.home-about .overlay .img_logo .play-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 60rem;
    margin-left: -30rem;
    margin-top: -30rem
}

@media (max-width:640px) {
    .project-page .project-filter a {
        padding: 0 13px
    }
}

.videoPopup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0
}

.videoPopup.show {
    display: block
}

.videoPopup .maskPopup {
    display: block;
    position: fixed;
    z-index: 9;
    top: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

.videoPopup .videoPopupCon {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.videoPopup .videoPopupWrap {
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
    padding: 0;
    margin: auto;
    vertical-align: top
}

.videoPopup .con {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 100
}

.videoPopup video {
    width: 100%;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    vertical-align: top
}

.videoPopup .closeBtn {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--main-color);
    color: #000;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0
}

.videoPopup .closeBtn:before,
.videoPopup .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)
}

.videoPopup .closeBtn:before {
    width: 24px;
    height: 2px
}

.videoPopup .closeBtn:after {
    width: 2px;
    height: 24px
}

@media screen and (max-width:1023px) {
    .videoPopup .videoPopupWrap {
        width: 100%
    }

    .videoPopup .closeBtn {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px
    }

    .videoPopup .closeBtn:before {
        width: 17px;
        height: 1px
    }

    .videoPopup .closeBtn:after {
        width: 1px;
        height: 17px
    }

    .videoPopup iframe {
        width: 100% !important;
        height: 100% !important
    }
}