/* 字体 */
@font-face {
    font-family: MiSans-Regular;
    src: url('../font/MiSans-Regular.ttf');
}

@font-face {
    font-family: MiSans-Semibold;
    src: url('../font/MiSans-Semibold.ttf');
}

@font-face {
    font-family: MiSans-Light;
    src: url('../font/MiSans-Light.ttf');
}

@font-face {
    font-family: MiSans-Bold;
    src: url('../font/MiSans-Bold.ttf');
}

@font-face {
    font-family: MiSans-Medium;
    src: url('../font/MiSans-Medium.ttf');
}

@font-face {
    font-family: MiSans-Normal;
    src: url('../font/MiSans-Normal.ttf');
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
img {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

p {
    margin: 0px;
    padding: 0px;
}

body,
button,
input,
select,
textarea {
    font: var(--font-size14) /1.5 HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
    font-family: "MiSans-Light" !important;
    color: #333;
}

img {
    border: 0px;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    border: 1px solid #ccc;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}

a,
input[type="button"],
button,
label,
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input,
textarea,
select {
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input:-webkit-autofill {
    /* 选择历史信息的样式 */
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
    -webkit-box-flex-color: #333;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: unset;
}

.auto_1600 {
    margin: auto;
    width: 83.33333333333333vw;
}

.auto_1440 {
    margin: auto;
    width: 75vw;
}

.auto_1260 {
    margin: auto;
    width: 65.625vw;
}

@media(max-width:992px) {

    .auto_1600,
    .auto_1440,
    .auto_1260 {
        width: 90%;
    }
}

.columns {
    display: flex;
}

.move {
    display: none;
}

@media(max-width:992px) {
    .pc {
        display: none !important;
    }

    .move {
        display: block;
    }
}

.image {
    overflow: hidden;
}

.image img {
    transition: 1s;
    width: 100%;
}

/*强制去除表单自带的样式*/
select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #878787;
    font-family: Arial;
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    outline: none;
    /*-webkit-appearance:none; */
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #999 !important;
    -webkit-transition: background-color 99999999s ease-in-out 0s !important;
    -o-transition: background-color 99999999s ease-in-out 0s !important;
    transition: background-color 99999999s ease-in-out 0s !important
}

textarea {
    resize: none;
    /*-webkit-appearance:none; */
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    max-width: 100%;
}

li {
    list-style: none;
}

/* 分页 */
.layui-box {
    /* margin-bottom: 6.25vw;/ */
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.layui-box em {
    font-style: normal
}

.layui-box a,
.layui-box .layui-laypage-curr {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    margin: 0 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: bold;
    /* background-color: #ebebeb */
}

.layui-box a:hover,
.layui-box .layui-laypage-curr:hover {
    color: #fff !important;
    background-color: rgba(53, 168, 224, 1);
    border: solid 1px rgba(53, 168, 224, 1)
}

.layui-box .layui-laypage-curr {
    color: #fff;
    border: solid 1px rgba(53, 168, 224, 1);
    background-color: rgba(53, 168, 224, 1)
}

.layui-box .layui-laypage-prev,
.layui-box .layui-laypage-next,
.layui-box .layui-laypage-last,
.layui-box .layui-laypage-first {
    line-height: 40px;
    margin: 0 10px
}

.layui-box .layui-laypage-next {
    margin-left: 17px
}

.layui-box .layui-laypage-prev {
    margin-right: 17px
}

.module_HL1GBCD1 .pageMain {
    padding: xsPaddingTop;
    overflow: hidden;
    position: relative;
    background: mainBgColor;
}

.module_HL1GBCD1 .pageMain .commonMain {
    max-width: var(--content-Wdith);
    margin: 0px auto;
    padding: 0px 20px;
}

.module_HL1GBCD1 .pageMain #pagination {
    text-align: center;
    display: none;
}

.module_HL1GBCD1 .pageMain #pagination a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0px;
    margin: 0px 4px;
    position: relative;
    border: none;
    font-size: 14px;
    /* border: 1px solid rgba(0, 0, 0, .2); */
}

.module_HL1GBCD1 .pageMain #pagination a:hover {
    color: #fff;
}

.module_HL1GBCD1 .pageMain #pagination a:hover .icon-zuojiantou,
.module_HL1GBCD1 .pageMain #pagination a:hover .icon-youjiantou {
    color: #fff;
}

.module_HL1GBCD1 .pageMain #pagination a .icon-zuojiantou,
.module_HL1GBCD1 .pageMain #pagination a .icon-youjiantou {
    color: rgba(102, 102, 102, 1);
}

.module_HL1GBCD1 .pageMain #pagination a.layui-laypage-prev {
    font-size: 16px;
}

.module_HL1GBCD1 .pageMain #pagination a.layui-laypage-next {
    font-size: 16px;
}

.module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
    border: none;
    padding: 0px;
    margin: 0px .390625vw;
    font-weight: 600;
}

.module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr em {
    color: #fff;
    background-color: rgba(53, 168, 224, 1);
}

.module_HL1GBCD1 .pageMain .loadMore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.module_HL1GBCD1 .pageMain .loadMore a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    -moz-transition: .8s ease;
    transition: .8s ease;
    font-size: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(102, 102, 102, 1);
    width: 110px;
    border-radius: 45px;
    height: 30px;
    border: 2px solid rgba(53, 168, 224, 1);
}

.module_HL1GBCD1 .pageMain .loadMore a .icon {
    margin-left: 10px;
    width: 12px;
    height: 13px;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    -moz-transition: .6s ease;
    transition: .6s ease;
    background-position: 0px -14px;
    background-repeat: no-repeat;
    background-image: url(xsloadmoreIcon);
    display: none;
}

.module_HL1GBCD1 .pageMain .loadMore a:hover {
    background: rgba(53, 168, 224, 1);
    color: #fff;
}

.module_HL1GBCD1 .pageMain .loadMore a:hover .icon {
    background-position: 0px 0px;
}

@media (min-width:768px) {
    .module_HL1GBCD1 .pageMain {
        padding: mdPaddingTop;
    }

    .module_HL1GBCD1 .pageMain .commonMain {
        max-width: mdContentWidth;
    }

    .module_HL1GBCD1 .pageMain #pagination {
        display: block;
    }

    .module_HL1GBCD1 .pageMain #pagination a {
        height: 2.5vw;
        line-height: 2.5vw;
        width: 2.5vw;
        margin: 0px .390625vw;
        font-size: .677083vw;
    }

    .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr {
        height: 2.5vw;
        line-height: 2.5vw;
        width: 2.5vw;
        font-size: .885417vw;
    }

    /* .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr em{border-radius: 8px;} */
    .module_HL1GBCD1 .pageMain #pagination a.layui-laypage-prev {
        font-size: .625vw;
    }

    .module_HL1GBCD1 .pageMain #pagination a.layui-laypage-next {
        font-size: .625vw;
    }

    .module_HL1GBCD1 .pageMain .loadMore {
        display: none;
    }
}

/* 分页 */
.banner_ .image img {
    animation: amplify 8s infinite;
    -webkit-animation: amplify 8s infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes amplify {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

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

@keyframes amplify {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

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

.bgimage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* 按钮 */
.SeeMore {
    width: 7.96875vw;
    height: 2.708333vw;
    border-radius: 50px;
    border: 2px solid #FFFFFF00;
    background: url('../images/2.png') no-repeat center;
    background-size: 100% 100%;

    font-weight: 400;
    font-size: var(--font-size14);
    color: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.302083vw;
}

.SeeMore:hover {
    background: rgba(53, 168, 224, 1);
    color: rgba(255, 255, 255, 1);
}

.SeeMore i {
    color: rgba(255, 255, 255, 1);
    transform: rotate(180deg);
    font-size: var(--font-size16);
}

@media (max-width:992px) {
    .SeeMore {
        width: 120px;
        height: 40px;
        padding: 5px 20px;
    }
}

/* 按钮 */
/* 触摸放大 */
.amplify:hover .image img {
    transform: scale(1.05);
}

/* 触摸放大 */
/* 弹窗 */
.tanchuang {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 30%);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.tanchuang.on {
    visibility: unset;
    opacity: 1;
    transition: .5s;
}

/* 弹窗 */
.title {
    font-size: var(--font-size38);
    /* font-weight: 600; */
    line-height: 1;
    color: #333333;

    font-family: "MiSans-Semibold" !important;
}

html {
    --font-size12: .625vw;
    --font-size13: .677083vw;
    --font-size14: 0.7291666666666667vw;
    --font-size15: .78125vw;
    --font-size16: 0.8333333333333333vw;
    --font-size17: 0.8854166666666667vw;
    --font-size18: 0.9375vw;
    --font-size19: .989583vw;
    --font-size20: 1.041666666666667vw;
    --font-size22: 1.145833333333333vw;
    --font-size24: 1.25vw;
    --font-size26: 1.354166666666667vw;
    --font-size28: 1.458333333333333vw;
    --font-size30: 1.5625vw;
    --font-size32: 1.666666666666667vw;
    --font-size34: 1.770833vw;
    --font-size36: 1.875vw;
    --font-size38: 1.979167vw;
    --font-size40: 2.083333333333333vw;
    --font-size45: 2.34375vw;
    --font-size46: 2.395833333333333vw;
    --font-size48: 2.5vw;
    --font-size50: 2.60417vw;
    --font-size54: 2.8125vw;
    --font-size55: 2.864583vw;
    --font-size56: 2.916666666666667vw;
    --font-size65: 3.385417vw;
    --font-size76: 3.958333vw;
    --font-size90: 4.6875vw;
}

@media(max-width:992px) {
    html {
        --font-size12: 12px;
        --font-size13: 12px;
        --font-size14: 12px;
        --font-size15: 12px;
        --font-size16: 13px;
        --font-size17: 14px;
        --font-size18: 14px;
        --font-size19: 15px;
        --font-size20: 15px;
        --font-size22: 16px;
        --font-size24: 18px;
        --font-size26: 18px;
        --font-size28: 18px;
        --font-size30: 18px;
        --font-size32: 18px;
        --font-size34: 18px;
        --font-size36: 18px;
        --font-size38: 18px;
        --font-size40: 18px;
        --font-size45: 20px;
        --font-size46: 20px;
        --font-size48: 20px;
        --font-size50: 40px;
        --font-size54: 20px;
        --font-size55: 20px;
        --font-size56: 20px;
        --font-size65: 20px;
        --font-size76: 22px;
        --font-size90: 22px;
    }
}

.maskLayer {
    position: fixed;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.banner {
    position: relative;
    height: 100vh;
}

.banner .list {
    overflow: hidden;
}

.banner .columns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 9.166667vw 0 0;
    text-align: center;

    display: none;
}

.banner .columns .title {
    font-weight: 500;
    font-size: var(--font-size55);
    color: #FFFFFF;
    font-family: 'MiSans-Medium' !important;
}

.banner .columns .icon img {
    width: 22.864583vw;
    margin: 0 0 -5.729167vw;
}

.banner .columns a {
    margin: 2.8125vw auto 0;
}

.banner .columns.on {
    display: block;
}

.banner .swiper-pagination {
    bottom: 3.125vw;
}

.swiper-pagination-bullet {
    width: .677083vw;
    height: .260417vw;
    background: #FFFFFF;
    border-radius: 50px;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    width: 1.145833vw;
    opacity: 1;
}

.banner .list #video4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

@media(max-width:992px) {
    .banner {
        height: auto;
    }
    .banner .columns a {
        margin: 28px auto 0;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 3px;
    }

    .swiper-pagination-bullet-active {
        width: 20px;
    }

    .banner .columns {
        padding: 100px 0 0;
    }

    .banner .columns .icon img {
        width: 220px;
        margin: 0 0 -45px;
    }

    .banner .columns .title {
        font-size: 22px;
    }

    .banner .swiper-pagination {
        bottom: 30px;
    }

}

.Mainbottom {
    padding: 4.166667vw 0 3.645833vw;
    position: relative;
}

.Mainbottom .logo {
    width: 7.083333vw;
    margin: auto;
}

.Mainbottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.864583vw 0 2.604167vw;
}

.Mainbottom ul li a {
    font-size: var(--font-size16);
    color: #FFFFFF;
    opacity: 0.95;
}

.Mainbottom ul li a:hover {
    opacity: 0.65;
}

.Mainbottom ul li:not(:last-child) {
    margin: 0 3.229167vw 0 0;
}

.Mainbottom dl {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 4.166667vw;
    border-bottom: 1px solid rgba(251, 251, 251, .1);
}

.Mainbottom dl dd {
    margin: 0 .364583vw;
}

.Mainbottom dl dd a {
    width: 2.34375vw;
    height: 2.34375vw;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0;
}

.Mainbottom dl dd a img {
    max-width: 1.09375vw;
}

.Mainbottom dl dd a:hover {
    background: rgba(53, 168, 224, 1);
}

.Mainbottom .copyright {
    padding: 2.34375vw 0 0;
    text-align: center;
}

.Mainbottom .copyright .columns {
    margin: .520833vw 0;
    justify-content: center;
}

.Mainbottom .copyright a,
.Mainbottom .copyright span {
    font-weight: 400;
    font-size: var(--font-size14);
    color: #FFFFFF;
    opacity: 0.6;
    margin: 0 .208333vw;
    line-height: 1;
}

.Mainbottom .copyright .columns:nth-child(2) a:nth-child(1) {
    padding: 0 .416667vw 0 0;
    border-right: 1px solid;
}

.Mainbottom .copyright a:hover {
    opacity: 1;
}

@media(max-width:992px) {
    .Mainbottom dl dd a {
        width: 30px;
        height: 30px;
    }

    .Mainbottom dl dd a img {
        max-width: 15px;
        max-height: 10px;
    }

    .Mainbottom dl dd {
        margin: 0 6px;
    }

    .Mainbottom dl {
        padding: 0 0 15px;
    }

    .Mainbottom {
        padding: 30px 0;
    }

    .Mainbottom .copyright {
        padding: 5px 0 0;
    }

    .Mainbottom .copyright .columns {
        margin: 10px 0 0;
        flex-wrap: wrap;
    }

    .Mainbottom .copyright a,
    .Mainbottom .copyright span {
        margin: 0 4px;
        line-height: unset;
    }

    .Mainbottom .copyright .columns:nth-child(2) a:nth-child(1) {
        padding: 0 8px 0 0;
    }

    .Mainbottom .logo {
        width: 70px;
        margin: 0 auto 25px;
    }
}

.Worldlevelv {
    padding: 6.770833vw 0;
    position: relative;
}

.Worldlevelv .text {
    width: 36.458333vw;
    min-width: 36.458333vw;
    margin: 0 5.208333vw 0 0;
}

.Worldlevelv .text .title {
    font-size: var(--font-size48);
    color: #040404;
    line-height: 1.2;
}

.Worldlevelv .text .intro {
    font-weight: 300;
    font-size: var(--font-size18);
    color: #747474;
    padding: 2.083333vw 0 3.125vw;
}

.Worldlevelv ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Worldlevelv ul li {
    width: 15.9375vw;
    margin: 1.5625vw 0 0;
    background: url('../images/7.jpg') no-repeat bottom / 100%;
    background-size: 100% 100%;
    border-radius: 1.041667vw 0px 1.041667vw 0px;
    overflow: hidden;
    padding: 3.645833vw 1.041667vw 3.645833vw 1.604167vw;
}

.Worldlevelv ul li:hover {
    box-shadow: 0 0 20px 0 #0000000f;
}

.Worldlevelv ul li .Htitle span {
    font-weight: bold;
    font-size: var(--font-size54);
    color: #26A0DC;
    line-height: .8;

    font-family: 'MiSans-Medium' !important;
}

.Worldlevelv ul li .Htitle span:last-child {
    margin: 0 .520833vw 0 0;
}

.Worldlevelv ul li .Htitle {
    /* font-weight: 600; */
    font-size: var(--font-size16);
    color: #333333;
    padding: 0 0 2.083333vw;
}

.Worldlevelv ul li .Hintro {
    font-weight: 300;
    font-size: var(--font-size16);
    color: #666666;
}

@media(max-width:992px) {
    .Worldlevelv {
        padding: 35px 0;
    }

    .Worldlevelv .columns {
        display: block;
    }

    .Worldlevelv .text {
        width: 100%;
        margin: 0 0 15px;
    }

    .Worldlevelv .text .title {
        line-height: unset;
        margin: 0 0 20px;
    }

    .Worldlevelv .text .intro {
        display: none;
    }

    .Worldlevelv ul li {
        width: calc(50% - 7px);
        margin: 10px 0 0;
        padding: 20px;
        border-radius: 15px 0px 15px 0px;
    }

    .Worldlevelv ul li .Htitle span {
        font-size: 30px;
    }
}

.indexProducts {
    padding: 8.072917vw 0 7.291667vw;
    position: relative;
    overflow: hidden;
}

.indexProducts .bgimage img {}

.indexProducts .columns {
    align-items: center;
    justify-content: space-between;
    margin: 0 0 4.166667vw;
}

.indexProducts .columns .title {
    /* font-weight: bold; */
    font-size: var(--font-size45);
    color: #FFFFFF;
    padding: 0 0 1.5625vw;
}

.indexProducts .columns .intro {
    font-weight: 300;
    font-size: var(--font-size17);
    color: #FFFFFF;
}

.indexProducts .columns a {
    width: 10.833333vw;
    background: url("../images/9.png") no-repeat center;
    background-size: 100% 100%;
    margin: 0 0 0 1.5625vw;
}

.indexProducts .columns>div:nth-child(2) {
    display: flex;
}

.indexProducts .columns a:hover,
.indexProducts .columns a.on {
    background: #35A8E0;
}

.indexProducts ul {
    margin: 0 -12.5vw 0 0;
    padding: 0 12.5vw 0 0;
    min-height: 33.395833vw;

    animation: fadeInUp 1s;
    -webkit-animation: fadeInUp 1s;
    animation-timing-function: linear;
}

.indexProducts ul li {
    background: #FFFFFF;
    width: 33.33%;
}

.indexProducts ul li .text {
    padding: 2.083333vw 2.083333vw 1.5625vw;
    transition: .5s;
}

.indexProducts ul li .title {
    font-weight: 500;
    font-size: var(--font-size26);
    color: #000000;
    line-height: unset;
}

.indexProducts ul li .intro {
    font-weight: 400;
    font-size: var(--font-size18);
    color: #333333;
    opacity: 0.6;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    margin: .78125vw 0 1.5625vw;
}

.indexProducts ul li .SeeMore {
    width: 7.5vw;
    color: rgba(94, 95, 95, .8);
    background: url("../images/11.png") no-repeat center;
    background-size: 100% 100%;
    height: 2.552083vw;
}

.indexProducts ul li .SeeMore i {
    color: rgba(72, 72, 72, 1);
}

.indexProducts ul li .image {
    height: 16.979167vw;
    transition: .5s;
}

.indexProducts ul li .image img {
    height: 100%;
    object-fit: cover;
}

.indexProducts ul li:hover .text {
    background: url('../images/10.jpg') no-repeat center;
    background-size: 100% 100%;
    transition: .5s;
}

.indexProducts ul li:hover .SeeMore {
    border: 2px solid #ffffff;
    background: unset;
    color: rgba(255, 255, 255, 0.8);
}

.indexProducts ul li:hover .SeeMore i {
    color: rgba(255, 255, 255, 1);
}

.indexProducts ul li:hover .intro,
.indexProducts ul li:hover .title {
    color: #fff;
}

.indexProducts ul li:hover .image {
    height: 19.53125vw;
    transition: .5s;
}

@media(max-width:992px) {
    .indexProducts {
        padding: 35px 0;
    }

    .indexProducts .columns .title {
        padding: 0 0 10px;
    }

    .indexProducts .columns {
        display: block;
        margin: 0 0 20px;
    }

    .indexProducts .columns a {
        width: 120px;
        height: 32px;
    }

    .indexProducts .columns>div:nth-child(2) {
        margin: 25px 0 0;
    }

    .indexProducts ul li .image,
    .indexProducts ul li:hover .image {
        height: auto;
    }

    .indexProducts ul li .text {
        padding: 20px;
    }

    .indexProducts ul li .SeeMore {
        width: 110px;
        height: 35px;
        padding: 0 15px;
        font-size: 12px;
    }

    .indexProducts ul li .intro {
        margin: 10px 0 15px;
    }

    .indexProducts ul {
        margin: 0 calc(-5%) 0 0;
        padding: 0 calc(5% + 80px) 28px 0;
    }

    .indexProducts .swiper-pagination {
        display: flex;
        justify-content: center;
        bottom: 0;
    }

    .indexProducts ul li .Htitle {
        font-weight: 600;
    }
}

.indexCase {
    padding: 5.208333vw 0;
    overflow: hidden;
}

.indexCase .columns {
    margin: 0 0 2.864583vw;
    align-items: center;
    justify-content: space-between;
}

.indexCase .columns a {
    margin: 0 0 0 1.041667vw;
}

.indexCase .columns a img {
    width: 3.645833vw;
}

.indexCase .columns .title {
    /* font-weight: bold; */
    font-size: var(--font-size45);
    color: #040404;
    padding: 0 0 1.5625vw;
}

.indexCase .columns .intro {
    font-weight: 300;
    font-size: var(--font-size17);
    color: #747474;
}

.indexCase ul {
    margin: 0 -12.5vw 0 -1.302083vw;
    padding: 1.302083vw 28.854167vw 1.302083vw 1.302083vw;
}

.indexCase ul li {
    position: relative;
    width: 28.28125vw;
}

.indexCase ul li:hover {
    box-shadow: 0 0 50px -30px rgba(38, 160, 220, 1);
}

.indexCase ul li .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.083333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexCase ul li .text .title {
    font-size: var(--font-size24);
    color: #FFFFFF;
    font-weight: 500;
    margin: 0 1.5625vw 0 0;
    line-height: 1.3;

    font-family: "MiSans-Medium" !important;
}

.indexCase ul li .text i {
    width: 2.604167vw;
    height: 2.604167vw;
    background: #FFFFFF;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size15);
    color: rgba(53, 168, 224, 1);
    transition: .3s;
}

.indexCase ul li:hover i {
    background: rgba(53, 168, 224, 1);
    color: #FFFFFF;
    transition: .3s;
}

@media(max-width:992px) {
    .indexCase {
        padding: 35px 0;
    }

    .indexCase .columns a {
        display: none;
    }

    .indexCase ul {
        margin: 0 -5.5%;
        padding: 15px 60px 0;
    }

    .indexCase .columns .title {
        padding: 0 0 10px;
    }

    .indexCase ul li {
        height: auto;
        margin: 25px 0;
        transition: .5s;
    }

    .indexCase ul li.swiper-slide-active {
        transition: .5s;
        margin: 0 0;
    }

    .indexCase ul li .image {
        height: 100%;
    }

    .indexCase ul li .image img {
        object-fit: cover;
        height: 100%;
    }

    .indexCase ul li .text {
        padding: 20px;
    }

    .indexCase ul li .text .Htitle {
        font-size: 14px;
        margin: 0 10px 0 0;
    }

    .indexCase ul li .text i {
        width: 25px;
        height: 25px;
    }
}

.indexCore {
    position: relative;
}

.indexCore ul li {
    position: relative;
}

.indexCore ul .text {
    position: absolute;
    top: 12.760417vw;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;

    animation: fadeInUp 1s;
    -webkit-animation: fadeInUp 1s;
    animation-timing-function: linear;
}

.indexCore ul li .text.on {
    display: block;
}

.indexCore ul .text .title {
    /* font-weight: bold; */
    font-size: var(--font-size45);
    color: #FFFFFF;
    position: relative;
    padding: 0 0 1.5625vw;
}

.indexCore ul .text .title::after {
    content: '';
    width: 31.25vw;
    height: 1px;
    background: linear-gradient(45deg, white, transparent 95%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.indexCore ul .text .Htitle {
    font-weight: 400;
    font-size: var(--font-size30);
    color: #FFFFFF;
    padding: 2.083333vw 0 1.041667vw;
}

.indexCore ul .text .intro {
    font-weight: 300;
    font-size: var(--font-size17);
    color: rgba(246, 246, 246, .5);
    padding: 0 0 2.083333vw;

    max-width: 18.229167vw;
}

.indexCore ul .text .intro>br {
    display: none;
}

.indexCore .list {
    border-top: 1px solid rgba(246, 246, 246, .2);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.indexCore .list dd a {
    border-right: 1px solid rgba(246, 246, 246, .2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.822917vw 2.083333vw;
    cursor: pointer;
    position: relative;
}

.indexCore .list dd .title {
    font-weight: 400;
    font-size: var(--font-size22);
    color: #FFFFFF;
    padding: 0 0 .520833vw;
    font-family: "MiSans-Regular" !important;
}

.indexCore .list dd .intro {
    font-weight: 300;
    font-size: var(--font-size14);
    color: #FFFFFF;
    opacity: 0.5;
}

.indexCore .list dd.on a {
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
}

/* .indexCore .list dd.on::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    background: rgb(175 175 175 / 50%);
    z-index: -1;
} */

.indexCore .list .icon img {
    max-height: 1.822917vw;
}

@media(max-width:992px) {
    .indexCore {
        margin: 0 0 35px;
    }
    .indexCore .list dd {
        display: none;
    }

    .indexCore ul .text {
        top: 100px;
    }

    .indexCore ul .text .title {
        padding: 0 0 20px;
    }

    .indexCore ul .text .title::after {
        width: 80%;
    }

    .indexCore ul .text .Htitle {
        padding: 20px 0 10px;
    }

    .indexCore ul .text .intro {
        padding: 0 0 20px;
        max-width: unset;
    }


    .indexCore ul .swiper-pagination {
        bottom: 40px;
    }
}

#animate.animate {
    position: fixed !important;
    min-height: 100vh;
}

#content {
    position: relative;
    z-index: 10;
    background: #ffffff;
}

.indexSustainable {
    /* padding: 5.208333vw 0; */
}

.indexSustainable .list {
    position: relative;
}

.indexSustainable .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.indexSustainable .text .title {
    /* font-weight: bold; */
    font-size: var(--font-size45);
    color: #FFFFFF;
    padding: 0 0 1.302083vw;
}

.indexSustainable .text .intro {
    font-weight: 300;
    font-size: var(--font-size17);
    color: #FFFFFF;
    padding: 0 0 2.083333vw;
}

.indexSustainable .text a {
    margin: 0 auto;
}

@media(min-width:992px) {
    .indexSustainable .list .image {
        transform: scale(.7);
    }
}

@media(max-width:992px) {
    .indexSustainable .text {
        display: flex;
    }

    .indexSustainable .text .title,
    .indexSustainable .text .intro {
        padding: 0 0 15px;
    }
}

.indexNews {
    position: relative;
    padding: 5.208333vw 0;
}

.indexNews .columns {
    margin: 0 0 2.864583vw;
    align-items: center;
    justify-content: space-between;
}

.indexNews .columns .title {
    /* font-weight: bold; */
    font-size: var(--font-size45);
    color: #040404;
    padding: 0 0 1.5625vw;
}

.indexNews .columns .intro {
    font-weight: 300;
    font-size: var(--font-size17);
    color: #747474;
}

.indexNews .columns a {
    color: rgba(94, 95, 95, .8);
    background: url("../images/16.png") no-repeat center;
    background-size: 100% 100%;
}

.indexNews .columns a i {
    color: rgba(72, 72, 72, 1);
}

.indexNews .columns a:hover {
    background: rgba(53, 168, 224, 1);
    color: rgba(255, 255, 255, 1);
}

.indexNews .columns a:hover i {
    color: rgba(255, 255, 255, 1);
}

.indexNews .list {
    display: flex;
    justify-content: space-between;
}

.indexNews .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 47.708333vw;
}

.indexNews .list ul li {
    width: 23.177083vw;
    background: #FFFFFF;
    position: relative;
}

.indexNews .list ul li .image {
    display: none;
}

.indexNews .list ul li .image img {
    height: 100%;
    object-fit: cover;
}

.indexNews .list ul li:nth-child(1) .image {
    display: block;
    min-height: 24.322917vw;
    height: 100%;
}

.indexNews .list ul li:nth-child(1) {
    width: 100%;
    margin: 0 0 1.40625vw;
}

.indexNews .list ul li .text {
    padding: 2.083333vw 1.5625vw 2.604167vw;
}

.indexNews .list ul li:nth-child(1) .text {
    background: transparent;
    padding: 2.083333vw 2.34375vw;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.indexNews .list ul li .text .Stitle {
    position: absolute;
    right: 2.239583vw;
    bottom: 2.291667vw;

    width: 4.0625vw;
    /* height: 1.354167vw;
    line-height: 1.354167vw; */
    padding: .130208vw 0;
    text-align: center;
    border: 1px solid rgba(89, 89, 89, .4);

    font-weight: 400;
    font-size: var(--font-size12);
    color: rgba(0, 0, 0, 0.7);

    font-family: "MiSans-Regular" !important;

    display: none;
}

.indexNews .list ul li .text .title {
    /* font-weight: 600; */
    font-size: var(--font-size18);
    color: #000000;
    line-height: 1.5;
    margin: 0 0 1.822917vw;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    font-family: "MiSans-Regular" !important;
}

.indexNews .list ul li .text .date {
    display: flex;
    align-items: center;
    font-size: var(--font-size14);
    color: #524444;
}

.indexNews .list ul li .text .date img {
    width: .677083vw;
    margin: 0 .520833vw 0 0;
}

.indexNews .list ul li:nth-child(1) .text .Stitle {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.8);
    position: unset;
}

.indexNews .list ul li:nth-child(1) .text .title {
    margin: 1.041667vw 0 .833333vw;
    font-weight: 400;
    font-size: var(--font-size22);
    color: #FFFFFF;
    line-height: unset;
}

.indexNews .list ul li:nth-child(1) .text .date {
    color: #FFFFFF;
}

.indexNews .list ul li:nth-child(1) .text .date img {
    filter: grayscale(100%) brightness(500%)
}

.indexNews .list ul li:hover {
    background: #35A8E0;
}

.indexNews .list ul li:hover .text .Stitle {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.8);
}

.indexNews .list ul li:hover .text .title {
    color: #FFFFFF;
}

.indexNews .list ul li:hover .text .date {
    color: #FFFFFF;
}

.indexNews .list ul li:hover .text .date img {
    filter: grayscale(100%) brightness(500%)
}

.indexNews .list ul li:nth-child(n+5) {
    display: none;
}


.indexNews .list dl {
    width: 25.260417vw;
    min-width: 25.260417vw;
}

.indexNews .list dd:nth-child(1) {
    margin: 0 0 .9375vw;
}

.indexNews .list dd {
    background: #fff;
}

.indexNews .list dd .text {
    padding: 1.5625vw 1.822917vw 1.822917vw;
}

.indexNews .list dd .text .title {
    font-size: var(--font-size18);
    color: #000000;
    margin: 0 0 .520833vw;

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

    font-family: "MiSans-Regular" !important;
}

.indexNews .list dd .text .date {
    display: flex;
    align-items: center;
    font-size: var(--font-size14);
    color: #524444;
}

.indexNews .list dd .text .date img {
    width: .677083vw;
    margin: 0 .520833vw 0 0;
}

.indexNews .list dd .image {
    height: 11.979167vw;
}

.indexNews .list dd:hover {
    background: #35A8E0;
}

.indexNews .list dd:hover .text .date,
.indexNews .list dd:hover .text .title {
    color: #ffffff;
}

.indexNews .list dd:hover .text .date img {
    filter: grayscale(100%) brightness(500%)
}

@media(max-width:992px) {
    .indexNews {
        padding: 35px 0;
    }

    .indexNews .columns a {
        display: none;
    }

    .indexNews .columns .title {
        padding: 0 0 10px;
    }

    .indexNews .columns {
        margin: 0 0 15px;
    }

    .indexNews .list {
        display: block;
    }

    .indexNews .list ul {
        display: block;
        width: 100%;
    }

    .indexNews .list ul li {
        width: 100%;
        margin: 10px 0 0;
    }

    .indexNews .list ul li .text {
        padding: 20px 20px 30px;
    }

    .indexNews .list ul li .text .title {
        margin: 0 0 20px;
        font-size: 16px;
    }

    .indexNews .list ul li .text .Stitle {
        right: 20px;
        bottom: 20px;
        width: 80px;
        height: 25px;
        line-height: 25px;
    }

    .indexNews .list ul li .text .date img {
        width: 11px;
        margin: 0 5px 0 0;
    }

    .indexNews .list ul li:nth-child(1) .text {
        padding: 20px;
    }

    .indexNews .list ul li:nth-child(1) .text .title {
        margin: 10px 0 8px;
        font-size: 14px;
    }

    .indexNews .list ul li:nth-child(1) {
        margin: 0 0 15px;
    }

    .indexNews .list dl {
        display: none;
    }

    .indexNews .list ul li:last-child {
        display: block;
    }
}

.indexBanner .image_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-image: url('../assets/21.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;

    display: flex;
    justify-content: center;
}

.indexBanner .imagebg {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
}

.indexBanner .introduce {
    /* min-height: 48.958333vw; */
    position: absolute;
    width: 100%;
    bottom: 5.729167vw;
    left: 0;
    display: none;
    align-items: flex-end;
    padding: 6.979167vw 0;
    /* background: #fff; */
    opacity: 0;
    z-index: 110;

    justify-content: center;
    text-align: center;
}

.indexBanner .image_text {
    -webkit-mask-image: url('../assets/25.png');
    mask-image: url('../assets/25.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 53.229167vw;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: 32%;
}

.indexBanner .introduce .title {
    font-size: var(--font-size54);
    color: #000000;
}

.indexBanner .factoryIntroText{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.indexBanner .factoryIntroText .btn {
    width: 40px;
    height: 40px;
    padding-left: 2px;
    cursor: pointer;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0px auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.indexBanner .factoryIntroText .btn span {
    border-left: 8px solid #fe6b00;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: relative;
    z-index: 10;
}
.indexBanner .factoryIntroText .btn::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.3;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: scale0 2s linear infinite;
    animation: scale0 2s linear infinite;
}
.indexBanner .factoryIntroText .btn::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.3;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: scale0 2s linear infinite;
    animation: scale0 2s linear infinite;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.indexBanner .factoryIntroText .indexTitle {
    padding-top: 20px;
}
@-webkit-keyframes scale0 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes scale0 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}
@media(max-width:992px) {
    .indexBanner .introduce {
        display: block;
        opacity: 1;
        position: unset;
        padding: 100px 0 150px;
        position: relative;
        bottom: auto;
        left: auto;
        z-index: 0;
    }

    .indexBanner .introduce .title {
        line-height: unset;
        font-size: 19px;
        padding: 20px 0 0;
        text-align: left;
    }
}

.banner_ {
    position: relative;
}

.banner_ .text {
    position: absolute;
    top: 16.510417vw;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.banner_ .text .title {
    font-size: var(--font-size45);
    color: #FFFFFF;
}

.banner_ .text .intro {
    font-weight: 300;
    font-size: var(--font-size17);
    color: #FFFFFF;
    opacity: 0.8;
    padding: 1.302083vw 0 0;
}

.banner_ .crumbs {
    position: absolute;
    left: 0;
    bottom: 1.822917vw;
    width: 100%;
}

.banner_ .crumbs ul {
    display: flex;
}

.banner_ .crumbs ul li {
    display: flex;
    align-items: center;
    line-height: 1;
}

.banner_ .crumbs ul a {
    font-weight: 400;
    font-size: var(--font-size14);
    color: rgba(255, 255, 255, 0.5);

    font-family: 'MiSans-Regular' !important;
}

.banner_ .crumbs ul i {
    font-size: var(--font-size14);
    color: rgba(255, 255, 255, 0.5);
    padding: 0 .416667vw;
}

.banner_ .crumbs ul li:last-child a {
    color: rgba(255, 255, 255, .8);
}

.banner_ .crumbs ul li:last-child i {
    display: none;
}

.banner_ .crumbs ul a img {
    margin: 0 0 2px;
    width: .833333vw;
}

@media(max-width:992px) {
    .banner_ .image img {
        min-height: 280px;
        object-fit: cover;
    }

    .banner_ .crumbs {
        display: none;
    }

    .banner_ .text {
        background: hsl(0deg 0% 0% / 20%);
        top: 0;
        height: 100%;
        padding: 20px 0 0;
    }

    .banner_ .text .intro {
        padding: 10px 0 0;
    }

    .banner_ .text .intro br {
        display: none;
    }
}

.companyintroduce {
    padding: 4.6875vw 0 8.177083vw;
    position: relative;
}

.companyintroduce .title {
    text-align: center;
    padding: 0 0 1.822917vw;
}

.companyintroduce .intro {
    font-size: var(--font-size17);
    color: #2B2B2B;
    line-height: 1.354167vw;
    margin: 0 0 1.822917vw;
    height: calc(1.354167vw * 2);
    overflow: hidden;
    text-align: center;
}

.companyintroduce .expand {
    position: relative;
    padding-right: 0.7813vw;
    line-height: 1;

    font-size: var(--font-size18);
    color: #363636;
    margin: auto;
    max-width: max-content;
    display: block;
}

.companyintroduce .expand::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    -moz-transition: .8s ease;
    transition: .8s ease;
    width: .520833vw;
    height: .625vw;
    background-image: url('../images/20.png');
    background-repeat: repeat-y;
    background-position: 0px 0px;
    -o-background-size: .520833vw .625vw;
    background-size: .520833vw 0.625vw;


    -webkit-animation: upDownIcon 10s linear infinite;
    -moz-animation: upDownIcon 10s linear infinite;
    -o-animation: upDownIcon 10s linear infinite;
    animation: upDownIcon 10s linear infinite;
}

.companyintroduce .expand.on::after {
    -webkit-transform: translateY(-50%) rotate(0deg) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(0deg) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(0deg) rotate(180deg);
    -o-transform: translateY(-50%) rotate(0deg) rotate(180deg);
    transform: translateY(-50%) rotate(0deg) rotate(180deg);
}

@-webkit-keyframes upDownIcon {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 0px 6.25vw;
    }
}

@-moz-keyframes upDownIcon {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 0px 6.25vw;
    }
}

@-o-keyframes upDownIcon {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 0px 6.25vw;
    }
}

@keyframes upDownIcon {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 0px 6.25vw;
    }
}

.tanchuang .view {
    width: 80%;
    margin: auto;
    text-align: right;
}

#video1 {
    width: 100%;
    display: block;
}

.icon-guanbi {
    font-size: var(--font-size20);
    color: #fff;
    cursor: pointer;
}

.companyintroduce .images {
    margin: 2.604167vw 0 3.90625vw;
    position: relative;
}

.companyintroduce .images .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.companyintroduce .images .icon img {
    width: 5.416667vw;
}

.companyintroduce ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.companyintroduce ul li {
    position: relative;
    flex: 1;
}

.companyintroduce ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 2px;
    height: calc(100% - .885417vw);
    top: .520833vw;
    right: 0;
    background: #E7E8E8;
}

.companyintroduce ul li .Htitle {
    font-family: 'MiSans-Medium' !important;
    font-weight: 600;
    font-size: var(--font-size65);
    color: #26A0DC;
    line-height: .8;
}

.companyintroduce ul li .Hintro {
    font-weight: 300;
    font-size: var(--font-size20);
    color: #272727;
    padding: 1.197917vw 0 0;
    margin: 0;
    height: auto;
}

@media(max-width:992px) {
    .companyintroduce {
        padding: 35px 0;
    }

    .companyintroduce .title {
        padding: 0 0 20px;
    }

    .companyintroduce .intro {
        line-height: 20px;
        height: calc(20px * 2);
        margin: 0 0 20px;
    }
    
    .companyintroduce .images {
        margin: 20px 0 0;
    }

    .companyintroduce .expand {
        padding-right: 24px;
    }

    .companyintroduce .expand::after {
        width: 15px;
        height: 100%;
        background-size: 10px 12px;
    }

    .companyintroduce ul {
        flex-wrap: wrap;
    }

    .companyintroduce ul li {
        width: 100%;
        flex: unset;
        padding: 20px 0;
        border-bottom: 1px solid #ccc6;
    }

    .companyintroduce ul li:not(:last-child)::after {
        display: none;
    }

    .companyintroduce .images .icon img {
        width: 60px;
    }

    .companyintroduce ul li .Htitle {
        font-family: 'MiSans-Bold' !important;
        font-size: var(--font-size34);
    }
}

.Memorabilia {
    padding: 5.208333vw 0 6.197917vw;
    position: relative;
}

.Memorabilia .bgimage img {
    height: auto;
    bottom: 0;
}

.Memorabilia .title {
    padding: 0 0 3.125vw;
    font-size: var(--font-size45);
}

.Memorabilia .columns .image {
    width: 28.4375vw;
    margin: 0 4.0625vw 0 0;
}

.Memorabilia .columns ul {
    flex: 1;
    height: 6.510417vw;
    padding: 0 0 calc(6.510417vw * 4);
    box-sizing: content-box;
}

/* .Memorabilia .columns ul::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.510417vw;
    background: linear-gradient(0deg, white, #ffffffa1);
    z-index: 10;
} */

.Memorabilia .columns ul i {
    position: relative;
    width: 100%;
    display: block;
    z-index: 10;
}

.Memorabilia .columns ul i::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 13.541667vw;
    height: .208333vw;
    background: #000000;
    z-index: 10;
}

.Memorabilia .columns ul i::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 27.083333vw;
    height: .208333vw;
    background: #000000;
    z-index: 10;
}

.Memorabilia .columns ul li {
    display: flex;
    height: 6.510417vw;
}

.Memorabilia .columns ul li .Htitle {
    font-weight: bold;
    font-size: var(--font-size34);
    color: #1E1E1E;
    line-height: .8;
    min-width: 13.541667vw;
    width: 13.541667vw;
    margin: 0 1.875vw 0 0;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    padding: 2.083333vw 0 1.041667vw;

    transition: .3s;
    font-family: 'MiSans-Bold' !important;
}

.Memorabilia .columns ul li .intro {
    font-weight: 400;
    color: #646464;
    flex: 1;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    padding: 2.083333vw 0 1.041667vw;

    transition: .3s;
    font-family: 'MiSans-Medium' !important;
}

.Memorabilia .columns ul li .intro span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: var(--font-size16);
}

.Memorabilia .columns ul li.swiper-slide-active .Htitle {
    color: rgba(38, 160, 220, 1);
}

.Memorabilia .columns ul li.swiper-slide-active .intro {
    color: #000000;
    /* font-weight: bold; */
}

.Memorabilia .columns {
    animation: fadeInUp 1.5s;
    -webkit-animation: fadeInUp 1.5s;
    animation-timing-function: ease;
}

.Memorabilia .columns.on {
    display: none;
}

.Memorabilia .columns ul li.swiper-slide-duplicate-prev .Htitle,
.Memorabilia .columns ul li.swiper-slide-duplicate-prev .intro {
    background: linear-gradient(to bottom, #858585, #cfcfd2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s;
    border-bottom: 1px solid rgba(216, 216, 216, 0);
}

@media(max-width:992px) {
    .Memorabilia {
        padding: 35px 0;
    }

    .Memorabilia .topTitle {
        padding: 0 0 20px;
    }

    .Memorabilia .columns {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .Memorabilia .columns ul {
        width: 100%;
        flex: auto;
        height: auto;
        padding: 0;
    }

    .Memorabilia .columns ul li {
        height: auto;
        display: block;
    }

    .Memorabilia .columns ul i {
        display: none;
    }

    .Memorabilia .columns .image {
        width: 100%;
        margin: 20px 0 15px;
    }

    .Memorabilia .columns .image.image1 {
        display: none;
    }

    .Memorabilia .columns li .image img {
        max-height: 200px;
        object-fit: cover;
    }

    .Memorabilia .columns ul::before {
        display: none;
    }

    .Memorabilia .columns ul li .Htitle {
        padding: 15px 0;
    }

    .Memorabilia .columns ul li .intro {
        padding: 10px 0 20px;
    }

    .Memorabilia .swiper-wrapper {
        display: block;
    }
}

.aboutAdvantageMain {
    overflow: hidden;
    background-image: url('../assets/33.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    transition: 1s;
}

.aboutAdvantageMain .commonweb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboutAdvantageMain .titleBox {
    width: 100%;
    padding: 30px 0px 0px;
    color: #fff;
}

/* .aboutAdvantageMain .titleBox .title {
    font-size: 14px;
    padding-bottom: 10px;
    opacity: 0.6;
} */

.aboutAdvantageMain .titleBox .btn {
    padding-top: 20px;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutAdvantageMain .titleBox .btn a {
    width: 50px;
    height: 50px;
    border: .104167vw solid rgb(255 255 255 / 50%);
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aboutAdvantageMain .aboutAdvantageListBox {
    width: 100%;
    position: relative;
    /* padding: 25px 0px 35px; */
}

.aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    /* background: rgba(0, 0, 0, 0.1); */
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* .aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide:hover{
    background: rgb(0 0 0 / 20%);
} */

.aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide .content {
    padding: 0px 20px;
    color: #fff;
    opacity: .5;
}

.aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide.swiper-slide-active .content {
    opacity: 1;
}

.aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide .content .enTitle {

    max-width: max-content;
    font-weight: 400;
    font-size: var(--font-size22);
    color: #FFFFFF;
    padding: .208333vw .572917vw;
    background: #26A0DC;
    line-height: 1;

    font-family: 'MiSans-Regular' !important;
}


.aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide .content .listTitle {
    margin-top: .625vw;
    position: relative;

    font-size: var(--font-size28);
    color: #FFFFFF;
    line-height: 1.3;
    min-height: 8.75vw;

    font-family: 'MiSans-Medium' !important;
}

.aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide .content .intro {
    font-weight: 400;
    font-size: var(--font-size16);
    color: #FFFFFF;
    line-height: 1.5;
    padding: 1.041667vw 0 0;
    opacity: 0.8;
    min-height: 5.052083vw;
}

.aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide .content .listTitle::after {
    content: '';
    width: 2px;
    height: 40px;
    background: #fff;
    position: absolute;
    left: -20px;
    top: 5px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide .content .icon {
    margin-top: 20px;

    width: 3.072917vw;
    height: 3.072917vw;
    border: .104167vw solid #FFFFFF;
    border-radius: 50px;

    display: flex;
    justify-content: center;
    align-items: center;
}

/* .aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide.swiper-slide-active .content .icon{
    background: #FF0041;
    border: 2px solid #FF0041;
    box-shadow: 0 0 20px 0px #ff1f58;
} */
.aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide:hover .content .icon {
    background: rgba(38, 160, 220, 1);
    border: 2px solid rgba(38, 160, 220, 1);
    box-shadow: 0 0 20px 0px rgba(38, 160, 220, 1);
}



.aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide .content .icon img {
    width: auto;
    max-width: 1.5625vw;
}

/* .aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide:hover .content .listTitle::after {
    background: #FF0041;
    width: .15625vw;
    height: 11.666667vw;
} */

.aboutAdvantageMain .title {
    padding: 1.5625vw 0 0;

    font-size: var(--font-size17);
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.4;
}

.aboutAdvantageMain .title span {
    font-size: var(--font-size12);
    display: block;
    padding: 8px 0 0;
    color: #fff;
    zoom: .7;
}

.aboutAdvantageMain .subtitle {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    font-weight: 400;

    font-size: var(--font-size45);
    color: #FFFFFF;
    line-height: 1;

    padding: 0 0 1.458333vw;

    font-family: 'MiSans-Semibold' !important;

}

.aboutAdvantageMain .intro {
    font-weight: 400;
    font-size: var(--font-size16);
    color: #FFFFFF;
    opacity: 0.8;
}

.aboutAdvantageMain .subtitle.on::before {
    background: url('/hangsheng/images/41.png') no-repeat center;
    background-size: cover;
}

.aboutAdvantageMain .swiper-slide-active {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide.swiper-slide-active .content .listTitle::after {
    background: rgba(38, 160, 220, 1);
    width: .15625vw;
    height: 11.666667vw;
}


.aboutAdvantageMain .aboutAdvantageListBox .commonPage {
    text-align: center;
}

.aboutAdvantageMain .aboutAdvantageListBox .swiper-pagination-bullet {
    background: #ffffff;
    opacity: .5;
    margin: 0 5px;
}

.aboutAdvantageMain .aboutAdvantageListBox .swiper-pagination-bullet-active {
    opacity: 1;
}

@media(min-width:992px) {
    .aboutAdvantageMain .titleBox {
        width: 25.989583vw;
        padding: 17.239583vw 0vw 17.03125vw;
        color: #fff;
    }

    .aboutAdvantageMain .titleBox .btn {
        padding-top: 7.8125vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .aboutAdvantageMain .titleBox .btn a {
        width: 3.072917vw;
        height: 3.072917vw;
        font-size: var(--font-size18);
        margin-left: 0.521vw;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

    .aboutAdvantageMain .aboutAdvantageListBox {
        width: -webkit-calc(100% - 30.729167vw);
        width: calc(100% - 30.729167vw);
    }

    .aboutAdvantageMain .titleBox .btn a:hover {
        /* color: rgba(38, 160, 220, 1); */
        border: 2px solid rgb(255, 255, 255);
    }

    .aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList {
        width: 134%;
        height: 100%;
    }

    .aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide {
        width: 27.135417vw;
        padding-top: 14.791667vw;
    }

    .aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide .content {
        padding: 0vw 2.604vw;
    }

    .aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide .content .listTitle::after {
        width: 0.104vw;
        height: 4.895833vw;
        left: -2.604vw;
        top: 0.33vw;
    }

    .aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide .content .icon {
        margin-top: .416667vw;
    }
}

@media(max-width:992px) {
    .aboutAdvantageMain {
        padding: 40px 0 60px;
    }

    .aboutAdvantageMain .title {
        padding: 10px 0 20px;
    }

    .aboutAdvantageMain .titleBox {
        padding: 0;
    }

    .aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide .content .icon {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }

    .aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide .content .icon img {
        width: 18px;
        max-width: unset;
    }

    .aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide .content .listTitle {
        font-size: 16px;
        margin: 15px 0 0;
    }

    .aboutAdvantageMain .subtitle {
        padding: 0 0 15px;
    }

    .aboutAdvantageMain .intro {
        padding: 0 0 20px;
    }

    .aboutAdvantageMain .aboutAdvantageListBox .aboutAdvantageList .swiper-slide .content .intro {
        padding: 20px 0 0;
    }
}

@media(max-width:992px) {
    .aboutAdvantageMain .aboutAdvantageListBox .commonPage {
        padding: 10px 0;
    }
}


.advantages {
    padding: 5.15625vw 0 6.614583vw;
}
.advantages#maodian3 {
    padding: 0 0 6.614583vw;
}
.advantages .title {
    font-size: var(--font-size45);
    color: #040404;
    padding: 0 0 1.302083vw;
    text-align: center;
}

.advantages .intro {
    font-weight: 300;
    font-size: var(--font-size20);
    color: #424242;
    line-height: 1.4;
    padding: 0 0 2.864583vw;
    text-align: center;
}

.advantages .columns .image {
    width: 36.979167vw;
    min-width: 36.979167vw;
    margin: 0 3.90625vw 0 0;
}

.advantages .columns ul {
    flex: 1;
}

.advantages .columns ul li {
    border-top: 1px solid rgba(34, 34, 34, 1);
    opacity: .3;
}

.advantages .columns ul li .Htitle {
    display: flex;
    /* align-items: center; */

    color: rgba(4, 4, 4, 1);
    font-size: var(--font-size26);
    padding: 1.5625vw 0;
    line-height: 1.35;


    font-family: 'MiSans-Regular' !important;
}
@media(min-width:992px){
    .advantages3 .columns ul li .Htitle {
        font-size: var(--font-size22);
    }
}
.advantages .columns ul li .Htitle span {
    min-width: 1.5625vw;
    width: 1.5625vw;
    height: 1.5625vw;
    border-radius: 50%;
    border: .104167vw solid rgba(4, 4, 4, 1);
    margin: 0 .46875vw 0 0;

    font-size: var(--font-size18);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages .columns ul li .Hintro {
    font-weight: 300;
    font-size: var(--font-size20);
    color: #424242;
    line-height: 1.8;
    padding: 0 0 3.645833vw;

    display: none;
}
@media(min-width:992px){
    .advantages3 .columns ul li .Hintro {
        padding: 0 0 1.045833vw;
    }
}

.advantages .columns ul li .Hintro .on{
    cursor: pointer;
}
.advantages .columns ul li .Hintro a {
    display: block;
    transition: all .4s ease;
}
.advantages .columns ul li .Hintro a i{
    font-size: var(--font-size17);
    padding: 0 0 0 .520833vw;
    transition: .3s;
}
.advantages .columns ul li .Hintro a:hover ,
.advantages .columns ul li .Hintro div:hover {
    color: rgba(53, 168, 224, 1);
}
.advantages .columns ul li .Hintro .on1 {
    color: rgba(53, 168, 224, 1);
}
.advantages .columns ul li .Hintro a:hover i {
    padding: 0 0 0 .78125vw;
    transition: .3s;
}

.advantages .columns ul li.on {
    opacity: 1;
}

.advantages .columns ul li.on .Htitle span {
    border: .104167vw solid rgba(53, 168, 224, 1);
    color: rgba(53, 168, 224, 1);
}

@media(max-width:992px) {
    .advantages {
        padding: 35px 0;
    }

    .advantages .title {
        padding: 0 0 20px;
    }

    .advantages .intro {
        padding: 0 0 25px;
    }

    .advantages .intro br {
        display: none;
    }

    .advantages .columns {
        flex-direction: column-reverse;
    }

    .advantages .columns ul li .Htitle {
        padding: 20px 0;
    }

    .advantages .columns ul li .Htitle span {
        min-width: 23px;
        width: 23px;
        height: 23px;
        margin: 0 10px 0 0;
    }

    .advantages .columns ul li .Hintro {
        padding: 0 0 25px;
    }

    .advantages .columns ul {
        margin: 0 0 20px;
        border-bottom: 1px solid rgba(4, 4, 4, .3);
    }

    .advantages .columns .image {
        width: 100%;
    }

    .advantages .columns ul li .Hintro a i {
        padding: 0 0 0 10px;
    }
    .advantages .columns ul li .Hintro a:hover i {
        padding: 0 0 0 15px;
    }
}

.sampling {
    /* padding: 5.208333vw 0 6.25vw; */
    position: relative;
}

/* .sampling .title {
    color: #040404;
    padding: 0 0 3.125vw;
    font-size: var(--font-size45);
}

.sampling ul {
    padding: 0 0 0 11.979167vw;
}

.sampling ul li {
    position: relative;
    width: auto;
}

.sampling ul li .Htitle {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1.302083vw 1.5625vw 1.302083vw 2.083333vw;
    font-size: var(--font-size20);
    color: #FFFFFF;
    line-height: 1.5;
} */

/* @media(max-width:992px) {
    .sampling {
        padding: 35px 0;
    }

    .sampling .title {
        padding: 0 0 20px;
    }

    .sampling ul li {
        width: 100%;
    }

    .sampling ul {
        width: 90%;
        margin: auto;
        padding: 0;
    }

    .sampling ul li .Htitle {
        padding: 20px;
    }

    .sampling ul li .Htitle br {
        display: none;
    }

    .sampling ul li .image img {
        height: 250px;
        object-fit: cover;
    }
} */

.professionalAdvantages1Bg {
    padding: 4.3229vw 0px 0px;
    margin-bottom: -1.4063vw;
}

.professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Title .title {
    font-size: var(--font-size45);

    margin-bottom: 2.6563vw;

    text-align: center;

    color: #1d1d1d;
}

.professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main {
    overflow: hidden;

    padding-bottom: 2.60417vw;
}

.professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main .swiper-wrapper .swiper-slide {
    position: relative;

    height: 9.58333vw;
    padding: 1.5625vw 8.59375vw 1.5625vw 1.5625vw;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;

    background: url('../assets/advantages1ItemBg.jpg') no-repeat center/cover;
    cursor: pointer;
}

.professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main .swiper-wrapper .swiper-slide:hover {
    -webkit-box-shadow: 0 .26042vw 1.04167vw rgba(53, 168, 224, .3);
    box-shadow: 0 .26042vw 1.04167vw rgba(53, 168, 224, .3);
}

.professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main .swiper-wrapper .swiper-slide:hover::after {
    visibility: visible;

    opacity: 1;
}

.professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main .swiper-wrapper .swiper-slide::after {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;

    opacity: 0;
    background: url('../assets/advantages1ItemBg-active.jpg') no-repeat center/cover;
}

.professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main .swiper-wrapper .swiper-slide .title {
    font-size: var(--font-size22);
    font-weight: 400;
    line-height: 1.66667vw;

    position: relative;
    z-index: 2;

    color: #fff;
}

.professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main .swiper-wrapper .swiper-slide .number {
    font-family: Bahnschrift;
    font-size: var(--font-size50);
    font-weight: 400;
    line-height: 1;

    position: absolute;
    z-index: 2;
    right: 4.94792vw;
    bottom: 1.09375vw;

    color: rgba(255, 255, 255, .1);
}

.professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main .swiper-pagination .swiper-pagination-bullet {
    width: .41667vw;
    height: .41667vw;
    margin: 0 .20833vw;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main .swiper-pagination .swiper-pagination-bullet-active {
    background: #35a8e0;
}

@media (max-width: 992px) {
    .professionalAdvantages1Bg {
        margin-bottom: 0;
        padding: 35px 0 0px;
    }

    .professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main .swiper-wrapper .swiper-slide .title {
        line-height: 1.4;
    }

    .professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Title {
        margin-bottom: 20px;
    }

    .professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main {
        padding-bottom: 40px;
    }

    .professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main .swiper-wrapper .swiper-slide {
        height: 160px;
        padding: 33px 25px;
    }

    .professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main .swiper-wrapper .swiper-slide:hover {
        -webkit-box-shadow: 0 5px 20px rgba(53, 168, 224, .3);
        box-shadow: 0 5px 20px rgba(53, 168, 224, .3);
    }

    .professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main .swiper-wrapper .swiper-slide .number {
        right: 25px;
        bottom: 20px;
    }

    .professionalAdvantages1Bg .professionalAdvantages1 .professionalAdvantages1Main .swiper-pagination .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0 3.5px;
    }
}

.choose2 {
    position: relative;
    overflow: hidden;
    padding: 5.208333vw 0px 6.25vw;
}

.choose2>.bgimage img {
    height: auto;
}

.choose2 .text {
    position: relative;
}

.choose2 .text .title {
    font-size: var(--font-size45);

    margin-bottom: 2.6563vw;

    text-align: center;

    color: #1d1d1d;
}

.choose2 .text .list {
    position: relative;
}

.choose2 .text ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 100%;
}

.choose2 .text ul li {
    width: 33.33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.choose2 .text ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.choose2 .text ul li .Stitle {
    font-weight: 400;
    font-size: var(--font-size24);
    color: #FFFFFF;
    line-height: 1;
}

.choose2 .text ul li .intro {
    margin: 1.302083vw 0 0;
    font-weight: 400;
    font-size: var(--font-size16);
    color: #FFFFFF;
    line-height: 1.5;
    opacity: 0.8;
    text-align: center;
    display: none;
}


@media(max-width:992px) {
    .choose2 .text dl dd span {
        font-size: 30px;
    }

    .choose2 {
        padding: 35px 0;
    }

    .choose2 .title {
        padding: 0 0 20px;
    }

    .choose2 .text .Htitle {
        padding: 0 0 20px;
    }

    .choose2 .text ul {
        display: block;
        position: unset;
    }

    .choose2 .text ul>.bgimage img {
        position: unset;
    }

    .choose2 .text ul li .Stitle {
        color: #333;
    }

    .choose2 .text ul li .intro {
        display: block;
        color: #666;
        padding: 10px 0 0;
    }

    .choose2 .text ul li {
        width: 100%;
        min-height: auto;
        padding: 25px 0;
    }

    .choose2 .text ul li:not(:last-child) {
        border-right: 0px solid rgba(0, 0, 0, .2);
    }

    .choose2 .text ul li {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }

    .choose2 .text dl {
        flex-wrap: wrap;
    }

    .choose2 .text dl dd {
        min-width: 100%;
        margin: 0 0 10px;
        padding: 20px;
        display: flex;
        justify-content: space-between;
    }
}

.Partners {
    padding: 8.854167vw 0 13.541667vw;
    position: relative;
}

.Partners>.bgimage {
    height: auto;
    bottom: 0;
    top: auto;
}

.Partners .columns {
    padding: 0 0 5.989583vw;
}

.Partners .columns .title {
    color: #040404;
    font-size: var(--font-size45);
    min-width: 25.729167vw;
}

.Partners .columns .intro {
    flex: 1;
    font-weight: 400;
    font-size: var(--font-size17);
    color: #424242;
    line-height: 1.6;
}

.Partners ul {
    display: flex;
    flex-wrap: wrap;
}

.Partners ul li {
    width: 14.583333vw;
    margin: 0 .520833vw .520833vw 0;
    position: relative;
}

.Partners ul li:nth-child(5n) {
    margin-right: 0;
}


.Partners ul li:hover .image {
    margin: -0.364583vw -1.041667vw -.260417vw;
    max-height: 8.958333vw;
    box-shadow: 7px 12px 26px 1px rgba(0, 15, 41, 0.4);
    position: relative;
    z-index: 1;
}

.Partners ul li:hover .image img {
    height: 100%;
    object-fit: cover;
}

.Partners ul li:hover::after {
    content: '';
    width: calc(100% + 1.041667vw);
    left: -0.520833vw;
    position: absolute;
    bottom: -0.520833vw;
    background: #0A4194;
    height: .260417vw;
    height: .260417vw;
    z-index: 1;
}

@media(max-width:992px) {
    .Partners {
        padding: 35px 0;
    }

    .Partners .columns {
        display: block;
        padding: 0 0 25px;
    }

    .Partners .columns .title {
        text-align: center;
        padding: 0 0 20px;
    }

    .Partners ul li,
    .Partners ul li:nth-child(5n) {
        width: calc(50% - 5px);
        margin: 0 10px 10px 0;
    }

    .Partners ul li:nth-child(2n) {
        margin-right: 0;
    }

    .Partners ul li:hover .image {
        margin: auto;
        max-height: unset;
        box-shadow: 0px 0px 25px -5px rgba(0, 15, 41, 0.4);
    }

    .Partners ul li:hover::after {
        display: none;
    }

}

.caseStudy {
    padding: .520833vw 0 5.208333vw;
}

.caseStudy ul {
    padding: 0 0 4.6875vw;
}

.caseStudy ul li a {
    display: flex;
    padding: 4.6875vw 0;
    border-bottom: 1px solid rgba(128, 128, 128, .2);
}

.caseStudy ul li .image {
    min-width: 47.96875vw;
    width: 47.96875vw;
    margin: 0 3.645833vw 0 0;
}

.caseStudy ul li .text {
    flex: 1;
    background: url('../images/30.png') no-repeat left calc(100%) / 4.635417vw;
}

.caseStudy ul li .text .title {
    font-size: var(--font-size36);
    color: #000000;
    line-height: 1.4;
    padding: 2.34375vw 0 1.041667vw;
}

.caseStudy ul li .text .intro {
    font-weight: 400;
    font-size: var(--font-size17);
    color: #424242;
    line-height: 1.5;
}

.caseStudy ul li .text .SeeMore {
    color: rgba(94, 95, 95, .8);
    margin: 2.34375vw 0 0;
    background: url('../images/16.png') no-repeat center;
    background-size: 100% 100%;
}

.caseStudy ul li .text .SeeMore i {
    color: rgba(72, 72, 72, 1);
    font-weight: 600;
}

.caseStudy ul li .text .SeeMore:hover {
    background: rgba(53, 168, 224, 1);
    color: rgba(255, 255, 255, 1);
}

.caseStudy ul li .text .SeeMore:hover i {
    color: rgba(255, 255, 255, 1);
}

.caseStudy ul li:nth-child(2n - 1) a {
    flex-direction: row-reverse;
}

.caseStudy ul li:nth-child(2n - 1) .image {
    margin: 0 0 0 3.645833vw;
}

@media(max-width:992px) {
    .caseStudy {
        padding: 15px 0 35px;
    }

    .caseStudy ul {
        padding: 0 0 30px;
    }

    .caseStudy ul li a {
        padding: 20px 0;
        display: block;
    }

    .caseStudy ul li .image {
        margin: 0 0 20px !important;
        width: 100%;
    }

    .caseStudy ul li .text .title {
        padding: 0 0 10px;
    }

    .caseStudy ul li .text .SeeMore {
        margin: 15px 0 0;
    }

    .caseStudy ul li .text {
        background: url('../images/30.png') no-repeat right calc(100%) / 50px;
    }
}

.Thyristor {
    position: relative;
    overflow: hidden;
}

.Thyristor .ThyristorMain {
    margin-bottom: 5.2083vw;
}

.Thyristor .ThyristorMain ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4.1667vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.Thyristor .ThyristorMain ul li:nth-child(odd) {
    flex-direction: row-reverse;
    background-image: url("../assets/ThyristorBg3.jpg");
}

.Thyristor .ThyristorMain ul li:nth-child(odd) .content {
    padding: 0px 5.2083vw 0px 12.5vw;
}

.Thyristor .ThyristorMain ul li:nth-child(odd) .images .imagesList {
    left: 2.6042vw;
}

.Thyristor .ThyristorMain ul li:nth-child(odd) .images .swiper-button-prev {
    transform: rotate(90deg);
    left: 10.2083vw;
    top: .4167vw;
    margin-top: 0px;
}

.Thyristor .ThyristorMain ul li:nth-child(odd) .images .swiper-button-next {
    transform: rotate(90deg);
    left: 10.2083vw;
    bottom: .4167vw;
    top: auto;
}

.Thyristor .ThyristorMain ul li:nth-child(1) {
    padding-top: 5.2083vw;
    background-image: url("../assets/ThyristorBg1.jpg");
}

.Thyristor .ThyristorMain ul li:nth-child(even) {
    flex-direction: row;
    background-image: url("../assets/ThyristorBg2.jpg");
}

.Thyristor .ThyristorMain ul li:nth-child(even) .content {
    padding: 0px 12.5vw 0px 5.2083vw;
}

.Thyristor .ThyristorMain ul li:nth-child(even) .images .imagesList {
    right: 2.6042vw;
}

.Thyristor .ThyristorMain ul li:nth-child(even) .images .swiper-button-prev {
    transform: rotate(90deg);
    left: auto;
    right: 10.2083vw;
    top: .4167vw;
    margin-top: 0px;
}

.Thyristor .ThyristorMain ul li:nth-child(even) .images .swiper-button-next {
    transform: rotate(90deg);
    left: auto;
    right: 10.2083vw;
    bottom: .4167vw;
    top: auto;
}

.Thyristor .ThyristorMain ul li .content {
    width: 37.5%;
}

.Thyristor .ThyristorMain ul li .content .title {
    font-size: var(--font-size46);
    color: #040404;
    line-height: 1.3;
    margin-bottom: .7813vw;
}

.Thyristor .ThyristorMain ul li .content .desc {
    font-size: var(--font-size22);
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.875vw;
}

.Thyristor .ThyristorMain ul li .content .desc p::before {
    color: #35a8e0;
    content: "•";
    display: inline-block;
    margin-right: .4688vw;
}

.Thyristor .ThyristorMain ul li .images {
    width: 62.5%;
    margin: 0px;
    position: relative;
}

.Thyristor .ThyristorMain ul li .images .imagesMain .swiper-wrapper .swiper-slide {
    opacity: 0 !important;
    overflow: hidden;
}

.Thyristor .ThyristorMain ul li .images .imagesMain .swiper-wrapper .swiper-slide-active {
    opacity: 1 !important;
}

.Thyristor .ThyristorMain ul li .images .imagesMain .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    transition: all 1s;
}

/* .Thyristor .ThyristorMain ul li .images .imagesMain .swiper-wrapper .swiper-slide:hover img {
    transform: scale(1.1);
} */

.Thyristor .ThyristorMain ul li .images .imagesList {
    position: absolute;
    top: 9%;
    width: 16.7188vw;
    height: 27.3958vw;
    /* transform: translateY(-50%); */
}

.Thyristor .ThyristorMain ul li .images .imagesList .swiper-wrapper .swiper-slide {
    position: relative;
    cursor: pointer;
}

.Thyristor .ThyristorMain ul li .images .imagesList .swiper-wrapper .swiper-slide .image {
    height: 100%;
}

.Thyristor .ThyristorMain ul li .images .imagesList .swiper-wrapper .swiper-slide .image img {
    width: auto;
    height: 100%;
}
@media(min-width:992px){
    .Thyristor .ThyristorMain ul li .images .imagesList .swiper-wrapper .swiper-slide .image {
        height: 8.4375vw;
        max-height: 8.4375vw;
    }
}

.Thyristor .ThyristorMain ul li .images .imagesList .swiper-wrapper .swiper-slide .title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 0px 1.0417vw .7813vw;
    font-size: var(--font-size18);
    color: #5c5c5c;
    text-align: center;
    /* font-weight: 600; */
    opacity: 0;
    transition: .3s;
    font-family: "MiSans-Light" !important;
}

.Thyristor .ThyristorMain ul li .images .imagesList .swiper-wrapper .swiper-slide:hover .title {
    opacity: 1;
    transition: .3s;
}

.Thyristor .ThyristorMain ul li .images .swiper-button-prev,
.Thyristor .ThyristorMain ul li .images .swiper-button-next {
    color: #fff;
    background: none;
}

.Thyristor .ThyristorMain ul li .images .swiper-button-prev::after,
.Thyristor .ThyristorMain ul li .images .swiper-button-next::after {
    font-size: 1.25vw;
}


@media(max-width:992px) {
    .Thyristor .ThyristorMain {
        margin-bottom: 35px;
    }

    .Thyristor .ThyristorMain ul li {
        padding: 0px 20px;
        padding-top: 25px;
    }

    .Thyristor .ThyristorMain ul li:nth-child(odd) {
        flex-direction: column;
    }

    .Thyristor .ThyristorMain ul li:nth-child(odd) .content {
        padding: 0px;
    }

    .Thyristor .ThyristorMain ul li:nth-child(even) {
        flex-direction: column;
    }

    .Thyristor .ThyristorMain ul li:nth-child(even) .content {
        padding: 0px;
    }

    .Thyristor .ThyristorMain ul li:nth-child(1) {
        padding-top: 40px;
    }

    .Thyristor .ThyristorMain ul li .images {
        width: 100%;
    }

    .Thyristor .ThyristorMain ul li .content {
        width: 100%;
        margin-top: 16px;
    }

    .Thyristor .ThyristorMain ul li .content .title {
        margin-bottom: 8px;
    }

    .Thyristor .ThyristorMain ul li .content .desc {
        display: flex;
        flex-wrap: wrap;
        line-height: 1.6;
    }

    .Thyristor .ThyristorMain ul li .content .desc p {
        width: 50%;
        padding-right: 20px;
    }

    .Thyristor .ThyristorMain ul li .content .desc p::before {
        margin-right: 6px;
    }

    .Thyristor .ThyristorMain ul li .images .imagesList {
        position: static;
        width: 90%;
        height: auto;
        transform: none;
        margin: 10px auto 0px;
    }

    .Thyristor .ThyristorMain ul li .images .imagesList .swiper-wrapper .swiper-slide .title {
        font-size: 12px;
        padding: 10px 5px 0px ;
        position: unset;
        line-height: 1.5;
        min-height: 46px;
    }

    .Thyristor .ThyristorMain ul li .images .imagesList .swiper-wrapper .swiper-slide .image img {
        width: 100%;
        height: auto;
    }

    .Thyristor .ThyristorMain ul li .images .swiper-button-prev,
    .Thyristor .ThyristorMain ul li .images .swiper-button-next {
        /* display: none; */
    }
    .Thyristor .ThyristorMain ul li .images .swiper-button-prev::after, .Thyristor .ThyristorMain ul li .images .swiper-button-next::after {
        font-size: 20px;
    }
    .Thyristor .ThyristorMain ul li:nth-child(odd) .images .swiper-button-pre,
    .Thyristor .ThyristorMain ul li:nth-child(even) .images .swiper-button-prev,
    .Thyristor .ThyristorMain ul li:nth-child(odd) .images .swiper-button-prev {
        transform: unset;
        left: -7px;
        top: unset;
        margin-top: 0px;
        bottom: 50px;
        color: #000;
    }
    .Thyristor .ThyristorMain ul li:nth-child(odd) .images .swiper-button-next ,
    .Thyristor .ThyristorMain ul li:nth-child(even) .images .swiper-button-next {
        transform: unset;
        left: unset;
        right: -7px;
        top: unset;
        margin-top: 0px;
        bottom: 50px;
        color: #000;
    }
}

.Sustainability ul li {
    padding: 8.333333vw 0;
    position: relative;
}

.Sustainability ul li:nth-child(1) {
    padding: 6.25vw 0 8.333333vw;
}

.Sustainability ul li .list {
    display: flex;
}

.Sustainability ul li .list .image {
    margin: 0 6.25vw 0 0;
    width: 40.625vw;
    min-width: 40.625vw;
}

.Sustainability ul li:nth-child(2) .list .image {
    margin: 0 0 0 7.291667vw;
    width: 42.708333vw;
    min-width: 42.708333vw;
}

.Sustainability ul li .list .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Sustainability ul li .list .text .title {
    font-size: var(--font-size45);
    color: #000000;
    padding: 1.927083vw 0 1.302083vw;
}

.Sustainability ul li .list .text span {
    width: 4.166667vw;
    height: 4.166667vw;
    border-radius: 50%;
    border: 1px solid #12B4FF;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: var(--font-size22);
    color: #12B4FF;
}

.Sustainability ul li .list .text .intro {
    font-weight: 400;
    font-size: var(--font-size17);
    color: #424242;
    line-height: 1.5;
    padding: 0 0 3.125vw;
}

.Sustainability ul li:nth-child(2) .list {
    flex-direction: row-reverse;
}

.Sustainability ul li:nth-child(2) .list .text .intro {
    color: #FFFFFF;
    opacity: 0.9;
}

.Sustainability ul li:nth-child(2) .list .text .title {
    color: #FFFFFF;
}

@media(max-width:992px) {
    .Sustainability ul li {
        padding: 35px 0 !important;
    }

    .Sustainability ul li .list {
        display: block;
    }

    .Sustainability ul li .list .image {
        width: 100% !important;
        margin: 0 0 20px !important;
    }

    .Sustainability ul li .list .text span {
        width: 36px;
        height: 36px;
    }

    .Sustainability ul li .list .text .title {
        padding: 15px 0 10px;
    }

    .Sustainability ul li .list .text .intro {
        padding: 0 0;
    }
}

.module_zl6cOKfDVksL {
    padding: 5.208333vw 0;
    position: relative;
}

.module_zl6cOKfDVksL .newsListMain {
    overflow: hidden;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox {
    display: flex;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList .swiper-slide {
    position: relative;
    overflow: hidden;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList .swiper-slide .imgBox {
    position: relative;
    overflow: hidden;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList .swiper-slide .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .8s ease;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList .swiper-slide .content {
    padding-top: 15px;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList .swiper-slide .content .title {
    font-size: 16px;
    color: #333;
    line-height: unset;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList .swiper-slide .content .time {
    padding-top: 10px;
    font-size: 14px;
    color: #b0b0b0;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList .newsImgListPage {
    display: none;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList .swiper-slide:hover img {
    transform: scale(1.1);
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList .newsImgListPage {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList .newsImgListPage span {
    background: mRoundPageColor;
    opacity: 1;
    margin: 0px 3px
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList .newsImgListPage span.swiper-pagination-bullet-active {
    background: mRoundCurPageColor;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgListText {
    width: 29%;
    margin-left: 80px;
    display: none;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgListText .list {
    border-bottom: 1px solid #ebe5e5;
    position: relative;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgListText .list a {
    padding: 30px 0px;
    display: block;
    position: relative;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgListText .list::after {
    content: '';
    display: block;
    bottom: -1px;
    left: 0px;
    width: 0px;
    height: .104167vw;
    position: absolute;
    background: rgba(53, 168, 224, 1);
    transition: .8s ease;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgListText .list a .title {
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;

    font-weight: 500;
    font-size: var(--font-size19);
    line-height: 1.5;
    font-family: 'MiSans-Medium' !important;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgListText .list a .time {
    margin-top: 15px;

    font-weight: 600;
    font-size: var(--font-size14);
    color: #524444;
    line-height: 1;
    padding: 0 0 0 1.09375vw;
    background: url('../images/31.png') no-repeat left 0 / .677083vw;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgListText .list.cur::after {
    width: 100%;
}

.module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgListText .list.cur a .title {
    color: SelectColor;
}

.module_zl6cOKfDVksL .newsListMain .newsList {
    display: flex;
    flex-wrap: wrap;
    margin: 3.125vw -1.042vw 2.604167vw;
}

.module_zl6cOKfDVksL .newsListMain .newsList .list {
    width: 100%;
    margin: 0 1.041667vw 2.083333vw;
    transform: translate3d(0px, 0px, 1px);
    transition: .8s ease;
    background: #FFFFFF;
}

.module_zl6cOKfDVksL .newsListMain .newsList .list .text {
    padding: 1.5625vw 1.822917vw;
}

.module_zl6cOKfDVksL .newsListMain .newsList .list .imgBox {
    position: relative;
    padding-top: 57.4%;
    overflow: hidden;
    transition: .8s ease;
}

.module_zl6cOKfDVksL .newsListMain .newsList .list .imgBox img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .8s ease;
}

.module_zl6cOKfDVksL .newsListMain .newsList .list .imgBox .time {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.15);
}

.module_zl6cOKfDVksL .newsListMain .newsList .list .title {
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

    font-family: 'MiSans-Regular' !important;
    font-weight: 400;
    font-size: var(--font-size18);
    color: #000000;
    margin: 0 0 .9375vw;
}

.module_zl6cOKfDVksL .newsListMain .newsList .list .time {
    /* font-weight: 600; */
    font-size: var(--font-size14);
    color: #524444;
    line-height: 1;
    padding: 0 0 0 1.09375vw;
    background: url('../images/31.png') no-repeat left 0 / .677083vw;
}

.module_zl6cOKfDVksL .newsListMain .newsList .list:hover .imgBox img {
    transform: scale(1.1);
}

@media (min-width:992px) {
    .module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList .swiper-slide {
        padding-top: 0vw;
    }

    .module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList .swiper-slide .imgBox {
        position: inherit;
        overflow: visible;
        padding-top: 0vw;
        border-radius: 0vw;
    }

    .module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList .swiper-slide .content {
        display: none;
    }

    .module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgListText {
        margin-left: 4.167vw;
        display: block;
    }

    .module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgListText .list a {
        padding: 1.822917vw 0vw;
    }

    .module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgListText .list a .time {
        margin-top: .885417vw;
    }

    .module_zl6cOKfDVksL .newsListMain .newsList .list {
        width: calc(33.33% - 2.083vw);
    }

    .module_zl6cOKfDVksL .newsListMain .newsList .list .imgBox .time {
        left: 0.781vw;
        top: 0.781vw;
        padding: 0vw 1.042vw;
        line-height: 2.083vw;
        font-size: 0.781vw;
    }

    .module_zl6cOKfDVksL .newsListMain .newsList .list:hover .text {
        background: #35A8E0;
    }

    .module_zl6cOKfDVksL .newsListMain .newsList .list:hover .title {
        color: #fff;
    }

    .module_zl6cOKfDVksL .newsListMain .newsList .list:hover .time {
        filter: grayscale(100%) brightness(500%);
    }
}


@media(max-width:992px) {
    .module_zl6cOKfDVksL {
        padding: 35px 0;
    }

    .module_zl6cOKfDVksL .newsListMain .newsImgListBox {
        margin: 0 0 20px;
    }

    .module_zl6cOKfDVksL .newsListMain .newsList {
        margin: 25px 0 10px;
    }

    .module_zl6cOKfDVksL .newsListMain .newsList .list {
        margin: 0 0 20px;
    }

    .module_zl6cOKfDVksL .newsListMain .newsList .list .text {
        padding: 20px;
    }

    .module_zl6cOKfDVksL .newsListMain .newsList .list .title {
        margin: 0 0 10px;
    }

    .module_zl6cOKfDVksL .newsListMain .newsList .list .time {
        padding: 0 0 0 20px;
        background: url(../images/31.png) no-repeat left 0 / 12px;
    }

    .module_zl6cOKfDVksL .newsListMain .newsImgListBox .newsImgList {
        padding: 0 0 30px;
    }
}


.news {
    position: relative;
    padding: 11.979167vw 0 6.25vw;
    background: #e6fbff;
    overflow: hidden;
}

.news>.bgimage img {
    height: auto;
    z-index: 0;
}

.news .newsTop {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .newsTop .crumbs ul {
    display: flex;

    background: #FFFFFF;
    border-radius: 50px;
    padding: .9375vw 2.395833vw .9375vw 1.25vw;
    max-width: max-content;
}

.news .newsTop .crumbs ul li {
    display: flex;
    align-items: center;
    line-height: 1;
}

.news .newsTop .crumbs ul a {
    font-weight: 400;
    font-size: var(--font-size14);
    color: #4C505F;

    font-family: 'MiSans-Regular' !important;
}

.news .newsTop .crumbs ul i {
    font-size: var(--font-size14);
    color: #4C505F;
    padding: 0 .416667vw;
}

.news .newsTop .crumbs ul li:last-child a {
    color: #4C505F;
}

.news .newsTop .crumbs ul li:last-child i {
    display: none;
}

.news .newsTop .crumbs ul a img {
    margin: 0 0 2px;
    width: .833333vw;
    filter: grayscale(100%) brightness(0%);
}

.news .newsTop dl {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(251, 251, 251, .1);
}

.news .newsTop dt {
    font-weight: 400;
    font-size: var(--font-size14);
    color: #2A303B;
}

.news .newsTop dl dd {
    margin: 0 .364583vw;
}

.news .newsTop dl dd a {
    width: 1.770833vw;
    height: 1.770833vw;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0;
}

.news .newsTop dl dd a img {
    max-width: 1.09375vw;
    filter: grayscale(100%) brightness(0%);
}

.news .newsTop dl dd a:hover {
    background: rgba(53, 168, 224, 1);
}

.news .newsTop dl dd a:hover img {
    filter: unset;
}

.newsContent {
    position: relative;
    z-index: 1;
}

.newsContent .title {
    padding: 2.083333vw 0 1.041667vw;
    font-size: var(--font-size46);
}

.newsContent .date {
    font-weight: 600;
    font-size: var(--font-size14);
    color: #414141;
}

.newsContent .intro {
    padding: 3.125vw 0 4.166667vw;
    margin: 2.604167vw 0 0;
    border-top: 1px solid rgba(187, 188, 188, 1);

    font-weight: 400;
    font-size: var(--font-size17);
    color: #323232;
    line-height: 1.75;
}

.newsContent .intro p {
    font-family: 'MiSans-Regular' !important;
}

@media(max-width:992px) {
    .news {
        padding: 100px 0 35px;
    }

    .newsContent .intro img {
        width: auto !important;
        height: auto !important;
    }

    .news .newsTop dl dd a {
        width: 25px;
        height: 25px;
        background: rgba(53, 168, 224, 1);
        margin: 0 4px;
    }

    .news .newsTop dl dd a img {
        max-width: 12px;
        filter: unset;
    }

    .news .newsTop dt {
        font-size: 14px;
    }

    .news .newsTop .crumbs ul {
        display: none;
    }

    .news .newsTop {
        justify-content: unset;
    }

    .newsContent .title {
        line-height: 1.3;
        padding: 20px 0 10px;
    }

    .newsContent .intro {
        padding: 25px 0;
        margin: 20px 0 0;
    }
}

.newsContent .columns a {
    width: 26.666667vw;
    margin: 0 1.71875vw 0 0;
    font-family: 'MiSans-Regular' !important;
    font-weight: 400;
    font-size: var(--font-size20);
    color: #000000;
    line-height: 1.4;
    background: #fff;

    display: block;
    padding: 1.770833vw 2.34375vw 2.34375vw;
}

.newsContent .columns a span {
    font-family: 'MiSans-Regular' !important;
    font-weight: 400;
    font-size: var(--font-size12);
    color: #FFFFFF;
    background: #35A8E0;
    padding: .104167vw .416667vw;
    display: inline-block;
    margin: 0 0 .78125vw;
}

.newsContent .columns a:last-child {
    margin: 0;
    max-width: 8.854167vw;
    width: 8.854167vw;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.302083vw;
}

.newsContent .columns a:last-child img {
    width: .833333vw;
    margin: 0 .520833vw 0 0;
}

.newsContent .columns a:hover {
    color: #35A8E0;
}

@media(max-width:992px) {
    .newsContent .columns {
        display: block;
    }

    .newsContent .columns a {
        padding: 5px 20px;
        margin: 15px 0 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .newsContent .columns a span {
        margin: 0 0 5px;
    }

    .newsContent .columns a:last-child img {
        width: 14px;
        margin: 0 10px 0 0;
    }
}

.contact {
    padding: 5.208333vw 0 0;
    position: relative;
    overflow: hidden;
}

.contact .bgimage img {
    height: auto;
}

.contact .title {
    font-size: var(--font-size45);
    color: #1D1D1D;
    padding: 0 0 3.125vw;
}

.contact ul {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.15);
    border-top: .208333vw solid rgba(53, 168, 224, 1);
    position: relative;
}

.contact ul li {
    width: 33.33%;
    margin: 1.197917vw 0;
    padding: 1.041667vw;
}

.contact ul li:nth-child(2) {
    border-right: 1px solid rgba(242, 242, 242, 1);
    border-left: 1px solid rgba(242, 242, 242, 1);
    display: flex;
    justify-content: center;
    width: 27.552083vw;
}

.contact ul li:nth-child(1) {
    width: 21.145833vw;
    padding: 1.041667vw 3.125vw;
}

.contact ul li:nth-child(3) {
    padding: 1.041667vw 1.041667vw 1.041667vw 4.166667vw;
    width: 26.197917vw;
}

.contact ul li .icon img {
    width: 2.34375vw;
}

.contact ul li .title {
    /* font-weight: 600; */
    font-size: var(--font-size20);
    color: #000000;
    padding: 1.25vw 0 .625vw;
}

.contact ul li .intro {
    font-weight: 400;
    font-size: var(--font-size18);
    color: #1C1C1C;
    opacity: 0.8;
    /* line-height: 1; */
}

.contact .image {
    margin: -5.208333vw 0 0;
}

@media(max-width:992px) {}

.Talent {
    padding: 5.208333vw 0;
    position: relative;
}

.Talent ul {
    padding: 0 0 3.645833vw;
}

.Talent ul li {
    margin: 0 0 1.041667vw;
}

.Talent ul li .top {
    display: flex;
    align-items: center;
    padding: 1.25vw 0;
    background: #FFFFFF;
    cursor: pointer;
}

.Talent ul li.on .top {
    background: url('../images/37.jpg') no-repeat center;
    background-size: 100% 100%;
}

.Talent ul li .top span {
    font-size: var(--font-size16);
    color: #575757;
    /* font-weight: 600; */

    display: flex;
    align-items: center;
}

.Talent ul li .top span img {
    width: .885417vw;
    margin: 0 .520833vw 0 0;
}

.Talent ul li .top span:nth-child(1) {
    width: 20.104167vw;
    font-size: var(--font-size19);
    color: #333333;
    padding: 0 0 0 3.125vw;
}

.Talent ul li .top span:nth-child(2) {
    width: 15.9375vw;
}

.Talent ul li .top span:nth-child(3) {
    width: 16.666667vw;
}

.Talent ul li .top span:nth-child(4) {
    width: 18.229167vw;
}

.Talent ul li .top i {
    font-size: var(--font-size16);
    color: #575757;
    font-weight: 600;
    transform: rotate(45deg);
}

.Talent ul li .intro {
    padding: 2.604167vw 3.125vw 3.4375vw;
    background: #fff;

    font-weight: 500;
    font-size: var(--font-size16);
    color: rgba(28, 28, 28, .8);
    line-height: 1.6;
    display: none;
}

.Talent ul li .intro .SeeMore {
    background: url('../images/16.png') no-repeat center;
    background-size: 100% 100%;
    color: #5E5F5F;
    margin: 1.822917vw 0 0;
}

.Talent ul li .intro .SeeMore i {
    color: rgba(72, 72, 72, 1);
    font-weight: 600;
    line-height: 1;
}

.Talent ul li .intro .SeeMore:hover {
    background: rgba(53, 168, 224, 1);
    color: rgba(255, 255, 255, 1);
}

.Talent ul li .intro .SeeMore:hover i {
    color: rgba(255, 255, 255, 1);
}

.Talent ul li .intro .Htitle {
    font-family: 'MiSans-Medium' !important;
    font-size: var(--font-size19);
    color: #3B3B3B;
    line-height: 1;
}

.Talent ul li .intro .SeeMore:hover {
    background: rgba(53, 168, 224, 1);
    color: rgba(255, 255, 255, 1);
}

.Talent ul li .intro .SeeMore:hover i {
    color: rgba(255, 255, 255, 1);
}

.Talent ul li.on .top span,
.Talent ul li.on .top i {
    color: #fff !important;
}

.Talent ul li.on .top i {
    transform: rotate(0deg);
}

@media(max-width:992px) {
    .Talent {
        padding: 35px 0;
    }

    .Talent ul li {
        margin: 0 0 15px 0;
    }

    .Talent ul li .top {
        padding: 10px 25px 10px 0;
    }

    .Talent ul li .top span:nth-child(2),
    .Talent ul li .top span:nth-child(3) {
        display: none;
    }

    .Talent ul li .top span:nth-child(4) {
        width: auto;
        flex: 1;
    }

    .Talent ul li .top span:nth-child(1) {
        width: 40%;
        padding: 0 0 0 25px;
    }

    .Talent ul li .intro {
        padding: 25px;
    }

    .Talent ul li .intro .SeeMore {
        margin: 25px 0 0;
    }
}

.MESSAGE {
    padding: 5.208333vw 0;
}

.MESSAGE .title {
    font-size: var(--font-size45);
    color: #1D1D1D;
    padding: 0 0 1.041667vw;
}

.MESSAGE .intro {
    font-weight: 300;
    font-size: var(--font-size17);
    color: #333333;
    opacity: 0.8;
}

.MESSAGE .columns {
    margin: 2.34375vw 0 0;
    justify-content: space-between;
}

.MESSAGE .columns ul {
    padding: 0 0 1.041667vw;
}

.MESSAGE .columns ul li {
    display: flex;
    justify-content: center;
    margin: 0 0 .78125vw;
}

.MESSAGE .columns ul li input,
.MESSAGE .columns ul li textarea {
    width: 26.041667vw;
    height: 2.8125vw;
    background: #F8F8F8;
    border: 1px solid #F0F1F3;
    padding: 0 1.5625vw;

    font-weight: 300;
    font-size: var(--font-size14);
    color: rgba(28, 28, 28, .7);
}

.MESSAGE .columns ul li input:nth-child(1) {
    margin: 0 .78125vw 0 0;
}

.MESSAGE .columns ul li textarea {
    min-height: 10.416667vw;
    padding: 1.041667vw 1.5625vw;
    width: 100%;
}

.MESSAGE .columns ul li:nth-child(3) input:nth-child(1) {
    width: 42.395833vw;
    flex: 1;
}

.MESSAGE .columns ul li img {
    height: 2.8125vw;
}

.MESSAGE .columns ul .layui-btn {
    width: 153px;
    height: 52px;
    border-radius: 26px;
    border: 2px solid #C6D9E9;
}

.MESSAGE .columns .SeeMore {
    background: url('../images/16.png') transparent no-repeat center;
    background-size: 100% 100%;
    color: rgba(28, 28, 28, .8);
    margin: 0 .520833vw 0 0;
}

.MESSAGE .columns .button {
    display: flex;
}

.MESSAGE .columns .SeeMore i {
    color: rgba(72, 72, 72, 1);
    font-weight: 600;
    line-height: 1;
}

.MESSAGE .columns .SeeMore:hover {
    background: rgba(53, 168, 224, 1);
    color: rgba(255, 255, 255, 1);
}

.MESSAGE .columns .SeeMore:hover i {
    color: rgba(255, 255, 255, 1);
    font-size: var(--font-size14);
}

.MESSAGE .columns .right {
    position: relative;
    width: 17.708333vw;
    padding: 2.604167vw;
    height: 100%;
}

.MESSAGE .columns .right .Htitle {
    font-weight: 400;
    font-size: var(--font-size20);
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    padding: 0 0 1.145833vw;
    font-family: 'MiSans-Regular' !important;
}

.MESSAGE .columns .right .image {
    width: 6.71875vw;
    margin: auto;
}

.MESSAGE .columns .right .Hintro {
    font-family: 'MiSans-Regular' !important;
    font-weight: 400;
    font-size: var(--font-size16);
    color: #FFFFFF;
    opacity: 0.5;
    text-align: center;
    padding: .520833vw 0 0;
}

@media(max-width:992px) {
    .contact {
        padding: 35px 0 0;
    }

    .contact .title {
        padding: 0 0 20px;
    }

    .contact ul {
        display: block;
    }

    .contact ul li {
        width: 100% !important;
        display: block !important;
        padding: 15px 20px !important;
        margin: 0 !important;
    }

    .contact ul li:nth-child(2) {
        border: unset;
        border-top: 1px solid rgba(242, 242, 242, 1);
        border-bottom: 1px solid rgba(242, 242, 242, 1);
    }

    .contact ul li .icon img {
        width: 30px;
    }

    .contact ul li .title {
        padding: 15px 0 10px;
    }

    .contact .image {
        margin: 30px 0 0;
    }

    .MESSAGE {
        padding: 35px 0;
    }

    .MESSAGE .title {
        padding: 0 0 15px;
    }

    .MESSAGE .columns {
        display: block;
        margin: 20px 0 0;
    }

    .MESSAGE .columns ul li {
        display: block;
    }

    .MESSAGE .columns ul li input,
    .MESSAGE .columns ul li textarea {
        height: 35px;
        width: 100%;
        padding: 0 20px;
        margin: 0 0 15px !important;
    }

    .MESSAGE .columns ul li:nth-child(3) {
        display: flex;
    }

    .MESSAGE .columns ul li img {
        height: 35px;
    }

    .MESSAGE .columns ul li textarea {
        min-height: 120px;
        padding: 20px;
    }

    .MESSAGE .columns .right {
        width: 100%;
        padding: 30px;
        margin: 20px 0 0;
    }

    .MESSAGE .columns .right .image {
        width: 100px;
    }

    .MESSAGE .columns .right .Htitle {
        padding: 0 0 15px;
    }

    .MESSAGE .columns .right .Hintro {
        padding: 10px 0 0;
    }

    .MESSAGE .columns .SeeMore {
        margin: 0 10px 0 0;
    }
}

.detailsBanner .text .title {
    text-align: center;
    font-size: 3.125vw;

    background-image: linear-gradient(0deg, #d9d9d9bf, white);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.detailsBanner .text {
    top: 20.208333vw;
}

.detailsBanner .text .intro {
    font-size: var(--font-size20);
    text-align: center;
}

@media(max-width:992px) {
    .detailsBanner .text {
        top: 0;
    }

    .detailsBanner .text .title {
        font-size: 20px;
    }
}

.detailsTOP {
    position: fixed;
    top: 5.364583vw;
    left: 0;
    width: 100%;
    z-index: 9;
    border-top: 1px solid rgba(194, 194, 194, 0.2);
    transition: 1s;
}

.detailsTOP .columns {
    justify-content: space-between;
    padding: 0vw 4.166667vw;
}

.detailsTOP .columns .Htitle {
    position: relative;
}

.detailsTOP .columns .Htitle span {
    cursor: pointer;
}

.detailsTOP .columns .Htitle i {
    font-size: var(--font-size14);
    color: #fff;
    margin-left: .4688vw;
}

.detailsTOP .columns .Htitle:hover .select {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.detailsTOP .columns .Htitle .select {
    position: absolute;
    background-color: #fff;
    /* border-radius: .4167vw; */
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: .3125vw 0px;
    margin-top: .5208vw;
    opacity: 0;
    visibility: hidden;
}

.detailsTOP .columns .Htitle .select::after {
    position: absolute;
    top: -0.8333vw;
    left: 1.0417vw;
    width: 0px;
    height: 0px;
    border: .5208vw solid transparent;
    border-bottom-color: #fff;
    content: "";
    display: block;
}

.detailsTOP .columns .Htitle .select a {
    display: block;
    font-size: var(--font-size13);
    color: #666666;
    line-height: 1.4583vw;
    padding: 0px .4167vw;
    white-space: nowrap;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.detailsTOP .columns .Htitle .select a:hover {
    color: var(--vi-color);
}

.detailsTOP .columns .Htitle span,
.detailsTOP .columns li a {
    font-weight: 400;
    font-size: var(--font-size14);
    color: #FFFFFF;
    padding: .78125vw 0;
    display: block;
}

.detailsTOP .columns ul {
    display: flex;
}

.detailsTOP .columns ul li {
    margin: 0 0 0 1.822917vw;
    cursor: pointer;
}

.detailsTOP.on {
    background: #fff;
}

.detailsTOP.on .columns .Htitle .select {
    box-shadow: 1px -1px 8px #ddd;
}

.detailsTOP.on .Htitle span,
.detailsTOP.on .columns .Htitle i,
.detailsTOP.on li a {
    color: #000000;
}



@media(max-width:992px) {
    .detailsTOP {
        display: none;
    }
}

.PlanDetails {
    position: relative;
    padding: 5.208333vw 0;
    overflow: hidden;
}

.PlanDetails>.bgimage img {
    height: auto;
}

.PlanDetails .PlanDetailsMain {}

.PlanDetails .PlanDetailsMain ul li .images {
    padding: 0 5.208333vw 0 0 ;
}

.PlanDetails .PlanDetailsMain ul li .images .swiper-wrapper .swiper-slide {
    position: relative;
    height: 33.3333vw;
}

.PlanDetails .PlanDetailsMain ul li .images .swiper-wrapper .swiper-slide img,
.PlanDetails .PlanDetailsMain ul li .images .swiper-wrapper .swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.PlanDetails .PlanDetailsMain ul li .images .swiper-wrapper .swiper-slide .Htitle {
    /* min-width: 29.270833vw; */
    position: relative;
    z-index: 2;
    font-size: var(--font-size36);
    color: #fff;
    font-family: "MiSans-Semibold" !important;
    display: inline-block;
    padding: .416667vw 3.125vw .416667vw 3.854167vw;
    /* background: url('../images/116.png') no-repeat center; */
    background-size: 100% 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #00000040; */
    /* font-family: "MiSans-Semibold" !important; */

    /* opacity: 0; */
    transition: .5s;
}
.PlanDetails .PlanDetailsMain ul li .images .swiper-wrapper .swiper-slide:hover .Htitle  {
    opacity: 1;
    transition: .5s;
}

.PlanDetails .PlanDetailsMain ul li .images .swiper-pagination-bullets {
    bottom: auto;
    top: 30.46875vw;
}

.PlanDetails .PlanDetailsMain ul li .images .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .130208vw;
    height: .260417vw;
    background: #FFFFFF;
    border-radius: 50px;

    width: .677083vw;
    opacity: 0.6;
}

.PlanDetails .PlanDetailsMain ul li .images .swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 1.145833vw !important;
}

.PlanDetails .PlanDetailsMain ul li .text {
    padding: 2.083333vw 0;
    display: flex;
    align-items: center;
}

.PlanDetails .PlanDetailsMain ul li .text .title {
    min-width: 17.604167vw;
    padding: 0 2.604167vw 0 0;
    font-weight: 400;
    font-size: 2.1875vw;
    color: #000000;
}

.PlanDetails .PlanDetailsMain ul li .text .intro {
    font-weight: 400;
    font-size: var(--font-size24);
    color: #000000;
    flex: 1;
    padding: 0 5.208333vw 0 0;
}

.PlanDetails .PlanDetailsMain ul li .text .icon img {
    min-height: 2.604167vw;
    max-height: 2.864583vw;
}

@media(max-width:992px) {
    .PlanDetails .PlanDetailsMain ul li .images .swiper-wrapper .swiper-slide .Htitle  {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        padding: 2px 30px;
        width: 100%;
    }
    .PlanDetails {
        padding: 35px 0;
    }

    .PlanDetails .PlanDetailsMain ul li .text .title {
        font-size: 20px;
    }

    .PlanDetails .PlanDetailsMain ul li .text {
        padding: 20px 0 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .PlanDetails .PlanDetailsMain ul li .text .intro {
        padding: 15px 0;
    }

    .PlanDetails .PlanDetailsMain ul li .text .icon img {
        max-height: 32px;
    }

    .PlanDetails .PlanDetailsMain ul li .images {
        padding: 0;
    }
    .PlanDetails .PlanDetailsMain ul li .images .swiper-pagination-bullets .swiper-pagination-bullet {
        /* background: var(--vi-color); */
        width: 10px;
        height: 3px;
        margin: 0 3px;
    }

    .PlanDetails .PlanDetailsMain ul li .images .swiper-pagination-bullets {
        top: auto;
        bottom: 10px;
    }

    .PlanDetails .PlanDetailsMain ul li .images .swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: 18px !important;
    }

    .PlanDetails .PlanDetailsMain ul li .images .swiper-wrapper .swiper-slide {
        height: auto;
    }

    .PlanDetails .PlanDetailsMain ul li .images .swiper-wrapper .swiper-slide img,
    .PlanDetails .PlanDetailsMain ul li .images .swiper-wrapper .swiper-slide video {
        position: static;
        width: 100%;
        height: auto;
        min-height: 200px;
    }
    .PlanDetails .PlanDetailsMain .swiper-button-next:after, 
    .PlanDetails .PlanDetailsMain .swiper-button-prev:after {
        font-size: 30px;
    }
}
.PlanDetails .PlanDetailsMain .swiper-button-next,
.PlanDetails .PlanDetailsMain .swiper-button-prev {
    background: unset;
    color: #fff;
}
@media(min-width:992px){
    /* .PlanDetails .PlanDetailsMain .swiper-button-prev{
        right: auto;
        left: 40%;
        bottom: 30px;
        top: unset;
    } */
    .PlanDetails .PlanDetailsMain .swiper-button-next {
        /* left: auto;
        right: 45%;
        bottom: 30px;
        top: unset; */
        right: 5.729167vw;
    }
    
}
.planMoreBg {
    padding: 5vw 0px 2.8125vw;
}

.planMoreBg .planMore .planMoreTitle {
    text-align: center;
    font-size: var(--font-size45);
    font-weight: 600;
    margin-bottom: 2.3958vw;
}

.planMoreBg .planMore .planMoreMain {
    padding-bottom: 3.6458vw;
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper {}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide {
    position: relative;
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide a {
    display: block;
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide .content {
    height: 10.3125vw;
    padding: 1.5104vw 1.8229vw 1.6667vw;
    transition: all .4s ease;
    position: relative;
    background-color: #fff;
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide .content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../assets/planMoreHover.jpg") no-repeat center/cover;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide .content .title {
    font-size: var(--font-size24);
    color: #000;
    font-weight: 500;
    margin-bottom: .6771vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide .content .desc {
    font-size: var(--font-size16);
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 1.1458vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide .SeeMore {
    color: rgba(94, 95, 95, .8);
    background: url('../images/16.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide .SeeMore i {
    color: rgba(94, 95, 95, .8);
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: auto;
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide:hover .image img {
    transform: scale(1.1);
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide:hover .content {
    height: 11.9792vw;
    padding-top: 2.0833vw;
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide:hover .content::after {
    opacity: 1;
    visibility: visible;
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide:hover .content .title {
    color: #fff;
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide:hover .content .desc {
    color: rgba(255, 255, 255, .8);
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide:hover .content .SeeMore {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide:hover .content .SeeMore i {
    color: #fff;
}

.planMoreBg .planMore .planMoreMain .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .130208vw;
    height: .260417vw;
    background: var(--vi-color);
    border-radius: 50px;

    width: .677083vw;
    opacity: 0.6;
}

.planMoreBg .planMore .planMoreMain .swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 1.145833vw !important;
}

@media(max-width:992px) {
    .planMoreBg {
        padding: 35px 0px 20px;
    }

    .planMoreBg .planMore .planMoreTitle {
        margin-bottom: 20px;
    }

    .planMoreBg .planMore .planMoreMain {
        padding-bottom: 35px;
    }

    .planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide .content {
        height: auto;
        padding: 23px 20px;
        text-align: center;
    }

    .planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide .content .title {
        margin-bottom: 6px;
    }

    .planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide .content .desc {
        margin-bottom: 0;
    }

    .planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide:hover .content {
        height: auto;
        padding-top: 23px;
    }

    .planMoreBg .planMore .planMoreMain .swiper-pagination-bullets .swiper-pagination-bullet {
        background: var(--vi-color);
        width: 10px;
        height: 3px;
        margin: 0 3px;
    }

    .planMoreBg .planMore .planMoreMain .swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: 18px !important;
    }
    .planMoreBg .planMore .planMoreMain .swiper-wrapper .swiper-slide .SeeMore {
        margin: 20px auto 0;
    }
}

.Solution ul li {
    position: relative;
}

.Solution ul li .text {
    position: absolute;
    top: 11.71875vw;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
}

.Solution ul li .text .title {
    font-weight: 400;
    font-size: 3.125vw;
    color: #040404;
    transition: all .9s ease-in-out;
}

.Solution ul li .text .intro {
    font-weight: 400;
    font-size: var(--font-size20);
    color: #424242;
    padding: 1.041667vw 0 2.083333vw;
    transition: all .9s ease-in-out;
}

.Solution ul li .image {
    clip-path: inset(55% 4% -5%);
    /* transition: 1.2s; */
    /* transition: all .2s ease-in-out; */
}

.Solution ul li .image img {
    height: 100vh;
    object-fit: cover;
}

.Solution ul li .SeeMore {
    background: url('../images/16.png') transparent no-repeat center;
    background-size: 100% 100%;
    color: rgba(28, 28, 28, .8);
    margin: auto;
    /* transition: all .9s ease-in-out; */
}

.Solution ul li .SeeMore i {
    /* color: rgba(72, 72, 72, 1); */
    font-weight: 600;
    line-height: 1;
    color: unset;
}

.Solution ul li .SeeMore:hover {
    background: rgba(53, 168, 224, 1);
    color: rgba(255, 255, 255, 1);
}

.Solution ul li .SeeMore:hover i {
    font-size: var(--font-size14);
}

@media(max-width:992px) {
    .Solution ul li .text .title {
        font-size: 22px;
        /* color: rgba(255, 255, 255, 1); */
    }

    .Solution ul li .image {
        clip-path: inset(0% 0% -0% round 0px);
    }

    /* .Solution ul li .text .intro {
        color: rgba(255, 255, 255, 1);
    }
    .Solution ul li .SeeMore {
        color: rgba(255, 255, 255, 1);
    } */
    .Solution ul li a {
        padding: 35px 0;
        display: block;
    }

    .Solution ul li .text {
        position: unset;
    }

    .Solution ul li {
        display: flex;
        flex-direction: column-reverse;
    }

    .Solution ul li .text .intro {
        padding: 15px 0 25px;
    }

    .Solution ul li .image img {
        height: 190px;
        object-fit: cover;
    }

}

.Honorary {
    padding: 7.416667vw 0 0;
    position: relative;
    overflow: hidden;
}

.Honorary>.mgimage img {
    top: unset;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.Honorary .columns {
    padding: 0 0 0 11.979167vw;
    align-items: flex-start;
}

.Honorary .columns .title {
    font-weight: 400;
    font-size: var(--font-size45);
    color: #1D1D1D;
    padding: 0 0 2.604167vw;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Honorary .columns .title i {
    font-size: var(--font-size22);
    transition: .5s;
}
.Honorary .columns .on .title i {
    transform: rotate(90deg);
    transition: .5s;
}
.Honorary .columns .title1,
.Honorary .columns .title2 {
    font-size: var(--font-size30);
    margin: 0 .78125vw;
    padding: 0 0 1.041667vw;
    position: relative;
    z-index: 4;
    cursor: pointer;
}
.Honorary .columns .left dl {
    width: 22.916667vw;
}

.Honorary .columns .left dl dd {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 1.041667vw 2.03125vw;

    font-family: 'MiSans-Regular' !important;
    font-weight: 400;
    font-size: var(--font-size18);
    color: #000000;
    opacity: 0.8;
    line-height: 1.2;

    height: 3.28125vw;
    margin: 0 0 15px;
    /* transition: .5s; */
}

.Honorary .columns .left dl dd img {
    width: 1.145833vw;
    margin: 0 .520833vw 0 0;
}

.Honorary .columns .right {
    flex: 1;
    margin: 0 5.208333vw;
    max-width: 53.645833vw;
    /* max-width: 69.0625vw; */
    position: relative;
    z-index: 10;
}

.Honorary .columns .right .swiper {
    height: 40.416667vw;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.Honorary .columns .right .swiper2{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: -1;
}
.Honorary .columns .right .swiper.on {
    opacity: 1;
    visibility: unset;
    z-index: 1;
}
.Honorary .columns .right .swiper-slide {
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 25vw;
}

.Honorary .columns .right .swiper-slide::after {
    width: 25.625vw;
    height: 26vw;
    position: absolute;
    left: 50%;
    bottom: -1vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../assets/111.png) no-repeat bottom;
    background-size: 25.625vw 26vw;
    content: "";
    display: block;
}

.Honorary .columns .right .swiper-slide .image img {
    width: auto;
    height: 17.1875vw;
    position: absolute;
    left: 50%;
    bottom: 23.020833vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    transition: 0s;
}

/* @media(min-width:992px){
    .Honorary .columns .right .swiper-slide.swiper-slide-next .image img {
        height: 14.479167vw;
        transition: 0s;
    }
} */

.Honorary .columns .right .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    margin-top: 3.125vw;
    position: relative;
    z-index: 3;
}

.Honorary .columns .right .swiper-slide-prev {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    margin-top: 1.5625vw;
}

.Honorary .columns .right .swiper-slide-next {
    opacity: 1;
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    transform: scale(0.90);
    margin-top: 1.5625vw;
}


.Honorary .columns .left  {
    position: relative;
}
/* .Honorary .columns .left .dl dl {
    opacity: 0;
    visibility: hidden;
} */
/* .Honorary .columns .left .dl dl:nth-child(2) {
    position: absolute;
    bottom: 0;
    transition: .3s;
    z-index: -2;
} */
/* .Honorary .columns .left .dl dl.on{
    opacity: 1;
    visibility: unset;
    z-index: 1;
} */
.Honorary .columns .left dl {
    padding: 0 2.604167vw;
    margin: 0 -2.604167vw;
    box-sizing: content-box;
    height: 8.125vw;
    margin-bottom: 1.563vw;
}
.Honorary .columns .left .on dl {
    height: auto;
}
.Honorary .columns .left dl .swiper-wrapper {
    display: block;
}
.Honorary .columns .left .list {
    margin: 0 0 1.604167vw;
    position: relative;
    z-index: 5;
}
.Honorary .columns .left .list a{
    font-size: var(--font-size30);
    margin: 0 2.083333vw 0 0;
    color: #ccc;
}
.Honorary .columns .left .list a.on{
    color: #000;
}
/* .Honorary .columns .left dl::after{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url('/dist/assets/128.png') no-repeat ;
} */

/* .Honorary .columns .left .swiper-wrapper ,
.Honorary .columns .right .swiper-wrapper {
    transition: 1s;
    transition-duration:1s !important;
} */
.Honorary .columns .left dl dd.swiper-slide-active,
.Honorary .columns .left dl dd.on {
    height: 5.677vw !important;
    background: #FFFFFF;
    box-shadow: 0px 8px 18px 0px rgba(103, 103, 103, 0.1);
    position: relative;
    opacity: 1;
    margin-bottom: 1.666667vw !important;
}

.Honorary .columns .left dl dd.swiper-slide-active::after,
.Honorary .columns .left dl dd.on::after {
    content: '';
    width: calc(100% - .520833vw);
    margin: auto;
    position: absolute;
    bottom: -0.208333vw;
    left: .260417vw;
    height: .208333vw;
    background: #12B4FF;
    box-shadow: 0px 8px 18px 0px rgba(103, 103, 103, 0.1);
}

.Honorary .columns .left dl dd.swiper-slide-active img,
.Honorary .columns .left dl dd.on img  {
    width: 1.25vw;
}

.Honorary .columns .left dl dd.swiper-slide-active .Htitle,
.Honorary .columns .left dl dd.on .Htitle {
    font-family: 'MiSans-Regular' !important;
    font-size: var(--font-size22);
    color: #000000;
}


.Honorary .columns .right .image img {
    padding: 1.041667vw;
    background: url('../images/115.png') no-repeat;
    background-size: 100% 100%;
}

@media(max-width:992px) {
    .Honorary .columns {
        display: block;
        width: 90%;
        margin: auto;
        padding: 0;
    }

    .Honorary .columns .right {
        max-width: unset;
        padding: 0;
        margin: 0;
    }

    .Honorary .columns .right .swiper-slide {
        margin-top: 0 !important;
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;

        width: 100%;
        opacity: 1;
    }

    .Honorary .columns .right .swiper-slide .image {
        text-align: center;
        margin: 30px 0 60px;
    }

    .Honorary .columns .right .swiper-slide .image img {
        height: auto;
        width: 200px;
        max-height: 200px;
        object-fit: contain;
        /* position: unset; */
        position: unset;
        margin: auto;
        transform: unset;
    }

    .Honorary .columns .right .swiper {
        height: auto;
        opacity: 1;
        visibility: unset;
        position: unset;
        display: none;
    }
    .Honorary .columns .right .swiper.on {
        display: block;
    }
    .Honorary .columns .right .swiper-slide::after {
        width: 240px;
        background-size: 240px 30px;
        bottom: -8vw;
        height: 199px;
        z-index: -1;

    }
    .Honorary .columns .title i {
        display: none;
    }
    .Honorary .columns .title {
        text-align: center;
        padding: 5px 20px 15px;
        width: 100%;
        display: block;
    }
    .Honorary .columns .title1.on,
    .Honorary .columns .title2.on{
        color: #12B4FF;
    }
    .Honorary .columns .left {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .Honorary .columns .left .list {
        text-align: center;
        margin: 0 0 20px;
    }
    .Honorary .columns .left .list a {
        margin: 0 10px;
    }
    .Honorary .columns .left dl {
        padding: 0 0 2px;
        margin: 0;
        height: auto;
        width: 100%;
        display: none;
    }

    .Honorary .columns .left dl .swiper-wrapper {
        display: block;
    }

    /* .Honorary .columns .left dl dd {
        height: auto !important;
        padding: 20px;
    }
    .Honorary .columns .left dl dd img {
        width: 24px;
        min-width: 24px;
        margin: 0 10px 0 0;
    }
    .Honorary .columns .left dl dd.swiper-slide-active{
        height: auto !important;
        box-shadow: unset;
        margin-bottom: unset !important;
    }
    .Honorary .columns .left dl dd.swiper-slide-active::after {
        height: 2px;
        width: calc(100% - 10px);
        left: 5px;
    } */
    .Honorary .columns .right dd {
        height: auto !important;
        padding: 20px;

        display: flex;
        align-items: center;
        background: #fff;

        font-size: var(--font-size22);
    }

    .Honorary .columns .right dd img {
        width: 24px;
        min-width: 24px;
        margin: 0 10px 0 0;
    }

    .Honorary .columns .right dd.swiper-slide-active {
        height: auto !important;
        box-shadow: unset;
        margin-bottom: unset !important;
    }

    .Honorary .columns .right dd.swiper-slide-active::after {
        height: 2px;
        width: calc(100% - 10px);
        left: 5px;
    }

    .Honorary>.mgimage img {
        display: none;
    }

    .Honorary .swiper-wrapper {
        display: block;
    }

    .Honorary .columns .right .image img {
        padding: 10px;
    }
}

.tanchuang1 {
    transition: 0s !important;
    display: none;
    visibility: unset;
    opacity: 1;
}
.tanchuang1.on {
    display: flex;
}
.tanchuang1 .text{
    width: 60%;
    background: #fff;
    padding: 1.041667vw;
}
.tanchuang1 .text i{
    font-size: var(--font-size28);
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin: 0 .260417vw;
    cursor: pointer;
    line-height: 1;
}
.tanchuang1 .text .title{
    font-size: var(--font-size30);
    text-align: center;
    padding: 1.302083vw 0 0;
}
@media(max-width:992px) {
    .tanchuang1 .text {
        padding: 20px ;
        width: 90%;
    }
    .tanchuang1 .text i{ 
        font-size: 22px;
        margin: 0;
    }
    .tanchuang1 .text .title{
        padding: 20px 0 0;
    }
}

@media(max-width:992px) {}


/* font-family: 'MiSans-Medium' !important; */
/* 动画 */

/* transform: translate3d(0, -100px, 0); 上 fadeInUp wow" data-wow-duration="2s"   */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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