﻿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: 14px/1.5  HarmonyOS Sans SC ,OPPOSans ,PingFang SC ,Source Han Sans ,Microsoft YaHei;
    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(0, 114, 188, 1);
    border: solid 1px rgba(0, 114, 188, 1)
}
.layui-box .layui-laypage-curr {
    color: #fff;
    border: solid 1px rgba(0, 114, 188, 1);
    background-color: rgba(0, 114, 188, 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,.layui-laypage .layui-laypage-spr{ 
    width: 3.125vw;
    height: 3.125vw;
    background: #8DBB7E00;
    border-radius: 50px;
    padding: 0;
    margin: 0 .260417vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEEBE5;
    font-size: .729167vw;
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
    font-weight: 500;
    color: #333333;
}
.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,
.module_HL1GBCD1 .pageMain #pagination a:hover{
    width: 3.125vw;
    height: 3.125vw;
    background: #8DBB7E;
    border: 1px solid #EEEBE500;
    padding: 0;
    margin: 0 .260417vw;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .729167vw;
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
    font-weight: 500;
}
.module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr em{ 
    color: #fff;

}

.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 #0d5e9e;}
.module_HL1GBCD1 .pageMain .loadMore a .icon{display: none;}
.module_HL1GBCD1 .pageMain .loadMore a:hover{background:var(--vi-color); color: #fff;}
.module_HL1GBCD1 .pageMain .loadMore a:hover .icon{background-position: 0px 0px;}
.module_HL1GBCD1 .pageMain .loadMore a {
    margin:  0;
    border: 2px solid var(--vi-color);
}
@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 .layui-laypage .layui-laypage-curr{height: 48px; line-height: 48px; width: 48px;font-size: 18px;} */
    /* .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr em{border-radius: 8px;} */
    .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 .loadMore{display: none;}
}
@media (min-width:1200px) {
    .module_HL1GBCD1 .pageMain{padding: lgPaddingTop;}
    .module_HL1GBCD1 .pageMain .commonMain{ max-width: lgContentWidth;}
    /* .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr{height: 48px; line-height: 48px; width: 48px;font-size: 18px;} */
    /* .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr em{border-radius: 8px;} */
    .module_HL1GBCD1 .pageMain #pagination a.layui-laypage-prev{font-size: 16px;}
    .module_HL1GBCD1 .pageMain #pagination a.layui-laypage-next{font-size: 16px;}
}
/* 分页 */
.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: 11.145833vw;
    background: #8DBB7E;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

    /* font-weight: bold; */
    font-size: var(--font-size16);
    color: #FFFFFF;
    padding: .833333vw;
    position: relative;
    overflow: hidden;
    transition: .3s;
}
.SeeMore img{
    width: 1.302083vw;
    margin: 0 .364583vw 0 0;
}
/* .SeeMore::after {
    content: '';
    position: absolute;
    width: 15.625vw;
    height: .520833vw;
    background: #ffffff;
    left: -150%;
    transform: rotate(45deg);
    transition: 1s;
    opacity: .4;
}
 */
 @media (min-width:992px) {
    .SeeMore:hover {
        box-shadow: 0px 10px 20px -4px #8DBB7E;
        transition: .3s;
    }
}
@media (max-width:992px) {
    .SeeMore {
        width: 130px;
        padding: 10px 10px;
    }
    .SeeMore img {
        width: 14px;
        margin: 0 10px 0 0;
    }
}
/* 按钮 */
/* 触摸放大 */
.amplify:hover .image img{
    transform: scale(1.05);
}
/* 触摸放大 */
/* 轮播图圆点 */
.slick-dots {
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}
.slick-dots li button {
    background: #0071bc3f;
    display: block;
    font-size: 0;
    padding: 4px;
    border: 0;
    border-radius: 50px;
}
li.slick-active button {
    background: #0071bc;
}
/* 轮播图圆点 */
/* 弹窗 */
.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;
}
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-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-size44:2.291667vw;
    --font-size46:2.395833333333333vw;
    --font-size48:2.5vw;
    --font-size50:2.604167vw;
    --font-size52:2.708333vw;
    --font-size54:2.8125vw;
    --font-size56:2.916666666666667vw;
    --font-size60:3.125vw;
    --font-size70:3.645833vw;
    --font-size80:4.166667vw;
    --font-size90:4.6875vw;
    --font-size100:5.208333vw;
    --font-size140:7.291667vw;
}
@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-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-size46:20px;
        --font-size44:20px;
        --font-size48:20px;
        --font-size50:20px;
        --font-size52:20px;
        --font-size54:20px;
        --font-size56:20px;
        --font-size60:20px;
        --font-size70:22px;
        --font-size90:22px;
        --font-size80:24px;
        --font-size100:28px;
        --font-size140:28px;
    }
}


.banner {
    position: relative;
}
.banner .images {
    position: relative;
}
.banner .swiper-slide-active .images .image img{
    animation: amplify2 13s infinite;
    -webkit-animation: amplify2 13s infinite;
    animation-timing-function:linear;
}
@-webkit-keyframes amplify2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes amplify2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.banner .images video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
}

/* 控件父级div */
.banner video::-webkit-media-controls-panel {
    /* display: none !important;  */
    background: transparent;
}
.banner video::-webkit-media-controls-play-button{
    display: none !important;
}
.banner video::-webkit-media-controls-start-playback-button {
    display: none !important;
}
.banner video::-webkit-media-controls-timeline {
    display: none !important;
}
.banner video::-webkit-media-controls-current-time-display {
    display: none !important;
}
.banner video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}
/* .banner video::-webkit-media-controls-mute-button {
    display: none !important;
} */
.banner video::-webkit-media-controls-toggle-closed-captions-button {
    display: none !important;
}
.banner video::-webkit-media-controls-volume-slider {
    display: block !important;
}
/* Optionally, you can hide the fullscreen button as well */
.banner video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

.banner .columns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 0 2.864583vw;
    z-index: 5;
    animation: fadeInUp .8s;
    -webkit-animation: fadeInUp .8s;
    display: none;
}
.banner .columns.on {
    display: flex;
}
.banner .columns.center {
    text-align: center;
}
.banner .columns.left {
    text-align: left;
}
.banner .columns.center .SeeMore {
    margin: 0 auto;
}
.banner .columns.left .SeeMore{
    margin: 0;
}
.banner .columns .SeeMore {
    border: 2px solid #FFFFFF;
    background: transparent;
}
.banner .columns .SeeMore:hover {
    box-shadow: 0px 10px 20px -4px #98AAB6;
    transition: .3s;
}
.banner .columns .title{
    /* font-weight: bold; */
    font-size: var(--font-size70);
    color: #FFFFFF;
    padding: 0 0 2.083333vw;
    line-height: unset;
}
.banner .columns .image img {
    min-height: 100vh;
    object-fit: cover;
}
.banner .swiper-pagination-bullet {
    width: 1.197917vw;
    height: .208333vw;
    background: #FFFFFF;
    border-radius: 50px;
    opacity: 0.2;  
}
.banner .swiper-pagination-bullet-active {
    width: 2.34375vw;
    height: .208333vw;
    opacity: 1;   
    border-radius: 50px;
}
.banner .swiper-pagination {
    bottom: 2.604167vw;
}


.banner.Inner .columns .title {
    font-size: var(--font-size90);
    padding: 3.125vw 0 0;
}
.banner.Inner .columns .intro {
    font-size: var(--font-size20);
    color: #fff;
    padding: .364583vw 0 1.145833vw;
}

.banner.Inner .columns .icon{display: none;}

.banner.Inner .columns .icon img {
    width: 2.916667vw;
    animation: float 3s  infinite;
    -webkit-animation: float 3s infinite;
}

.banner.Inner .crumbs {
    position: absolute;
    bottom: 1.875vw;
    left: 0;
    width: 100%;
    z-index: 6;
}
.banner.Inner .crumbs ul {
    display: flex;
    align-items: center;
}
.banner.Inner .crumbs ul li img{
    width: .729167vw;
    margin: 0 .520833vw 0 0;
    display: block;
}
.banner.Inner .crumbs ul li a{
    font-size: var(--font-size14);
    color: #FFFFFF;
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
}
.banner.Inner .crumbs ul li a:hover{
    opacity: .8;
}
.banner.Inner .crumbs ul li i{
    font-size: var(--font-size13);
    font-weight: 600;
    color: #FFFFFF;
    padding: 0 .364583vw;
}
.banner.Inner .crumbs ul li:last-child i{
    display: none;
}
@media(max-width:992px){ 
    .banner .columns .title {
        font-size: 24px;
        line-height: unset;
        padding: 0 0 18px;
    }
    .banner .columns {
        padding: 0 0 80px;
    }
    .banner .columns.left {
        text-align: center;
    }
    .banner .columns.left .SeeMore {
        margin: auto;
    }
    .banner .columns .SeeMore  {
        padding: 8px 10px;
    }
    .banner .swiper-pagination {
        bottom: 25px ;
    }
    .banner .swiper-pagination-bullet {
        width: 15px;
        height: 2px;
    }
    .banner .swiper-pagination-bullet-active {
        width: 20px;
    }

    .banner.Inner .crumbs {
        display: none;
    }
    .banner.Inner .image img {
        height: 320px;
        object-fit: cover;
    }
    .banner.Inner .columns{
        padding: 0 0;
    }
    .banner.Inner .columns .title {
        padding: 35px 0 0 ;
    }
    .banner.Inner .columns .intro {
        padding: 6px 0 10px;
    }
    .banner.Inner .columns .intro br {
        display: none;
    }
    .banner.Inner .columns .icon img {
        width: 32px;
    }
}

.Mainbottom {
    padding: 3.645833vw 0 2.083333vw;
    position: relative;
}
.Mainbottom .columns {
    /* margin: 0 0 2.34375vw;
    padding: 0 2.604167vw 0 1.5625vw; */
    justify-content: space-between;
}
.Mainbottom .Copyright .columns {
    margin: 0;
    align-items: center;
}
.Mainbottom .Copyright .columns span,
.Mainbottom .Copyright .columns a {
    /* font-weight: bold; */
    font-size: var(--font-size16);
    color: #515853;
    margin: 0 .78125vw 0 0;
}

.Mainbottom .text .Htitle{
    /* font-weight: bold; */
    font-size: var(--font-size24);
    color: #515853;
    line-height: 1;
}
.Mainbottom .text input{
    width: 26.927083vw;
    height: 3.59375vw;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    margin: 1.041667vw 0 1.302083vw;
    background: transparent;
    /* font-weight: bold; */
    padding: 0 1.822917vw;

    font-size: var(--font-size18);
}
.Mainbottom .text input::-webkit-input-placeholder {color: rgba(81, 88, 83, .3);}
.Mainbottom .text input::-webkit-input-placeholder {color: rgba(81, 88, 83, .3);}
.Mainbottom .text input:-moz-placeholder {color: rgba(81, 88, 83, .3);}
.Mainbottom .text input::-moz-placeholder {color: rgba(81, 88, 83, .3);}
.Mainbottom .text input:-ms-input-placeholder {color: rgba(81, 88, 83, .3);}

.Mainbottom .layui-form {
    position: relative;
}
.Mainbottom .layui-form .layui-btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 3.59375vw;
    padding: 0 1.5625vw;
    border-radius: 50px;
    background: transparent;
    color: rgba(6, 8, 11, .6);
    transform: rotate(180deg);
}
.Mainbottom .layui-form .layui-btn i {
    font-size: var(--font-size20);
    font-weight: bold;
}
.Mainbottom .columns .TOP img {
    width: 3.697917vw;
    animation: float 3s  infinite;
    -webkit-animation: float 3s infinite;
}
.Mainbottom dl {
    display: flex;
    align-items: center;
}
.Mainbottom dl a{
    margin: 0 1.302083vw 0 0;
    display: inline-block;
    filter: grayscale(100%) brightness(70%);
}
.Mainbottom dl a:hover{
    filter: unset;
}
.Mainbottom dl img {
    max-width: 1.302083vw;
    max-height: 1.302083vw;
}
.Mainbottom .columns ul a{
    /* font-weight: bold; */
    font-size: var(--font-size16);
    color: #515853;
}
.Mainbottom .columns ul a:hover  {
    color: rgba(141, 187, 126, 1);
}
.Mainbottom .columns ul li{
    margin: 0 0 .729167vw;
}

/*  */
.Mainbottom .title {
    font-weight: 500;
    font-size: var(--font-size32);
    color: #515853;
    line-height: 1.3;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Mainbottom .title a{
    width: 3.697917vw;
    animation: float 3s  infinite;
    -webkit-animation: float 3s infinite;

    position: fixed;
    bottom: 4.2292vw;
    right: 2.9792vw;
    z-index: 9;

    display: none;
}
.Mainbottom .button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.822917vw 0 0;
}
.Mainbottom .button .left {
    font-size: var(--font-size16);
    color: #515853;
}
.Mainbottom .button .right {
    display: flex;
    align-items: center;
}
.Mainbottom .button .right a{
    font-size: var(--font-size16);
    color: #515853;
}
.Mainbottom .button .right a:hover {
    color: var(--vi-color);
}
.Mainbottom .button .right span {
    margin: 0 .78125vw;
}
.Mainbottom ul {
    display: flex;
    padding: 1.5625vw 0 3.125vw;
}
/* .Mainbottom ul li:nth-child(2),
.Mainbottom ul li:nth-child(3){
    display: none;
} */
.Mainbottom ul li p {
    font-weight: 200;
    font-size: var(--font-size16);
    color: #000000;
    line-height: 1.5;
    opacity: 0.8;
    max-width: 20.666667vw;
    margin: 0 3.645833vw 0 0;
}
.Mainbottom ul li p:not(:first-child){
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
}
.Mainbottom ul li p:first-child{
    font-size: var(--font-size22);
    color: rgba(81, 88, 83, 1);
    padding: 0 0 .520833vw;
    opacity: 1;
    line-height: 1;
}
.Mainbottom ul li:last-child{
    flex: 1;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 0 1.302083vw;
}
.Mainbottom ul li:last-child a{
    width: 9.635417vw;
    height: 3.020833vw;
    border-radius: 50px;
    border: 1px solid rgba(40, 42, 45, .3);

    font-weight: 400;
    font-size: var(--font-size18);
    color: #515853;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Mainbottom ul li:last-child a i {
    margin: 0 0 0 .625vw;
    font-size: var(--font-size18);
    transform: rotate(180deg);
}
.Mainbottom ul li:last-child a:hover {
    border: 1px solid var(--vi-color);
    color: var(--vi-color);
}

.Mainbottom .columns .logo img {
    height: 1.302083vw;
}
@media(max-width:992px){ 
    .Mainbottom {
        padding: 30px 0;
    }
    .Mainbottom .text {
        width: 100%;
    }
    .Mainbottom .text input {
        width: 100%;
        height: 35px;
        padding: 0 15px;
        margin: 10px 0 15px;
        font-size: 13px;
    }
    .Mainbottom .layui-form .layui-btn {
        height: 35px;
        padding: 0 15px;
        color: rgba(6, 8, 11, .2);
    }
    .Mainbottom .Copyright {
        display: flex;
        align-items: center;
    }
    .Mainbottom dl img {
        max-width: 20px;
        max-height: 15px;
    }
    .Mainbottom .Copyright .columns span, .Mainbottom .Copyright .columns a{
        font-size: 12px;
    }
    .Mainbottom .columns {
        margin: 15px 0;
    }
    .Mainbottom dl a {
        margin: 0 15px 0 0 ;
    }
    .Mainbottom .columns .logo img {
        height: 16px;
    }
    .Mainbottom .button {
        /* display: block; */
        line-height: 1.4;
        padding: 0;
    }
    .Mainbottom .button .right {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .Mainbottom .button .right span {
        display: none;
    }
    .Mainbottom .button .right a {
        margin: 0 7px;
    }

    .Mainbottom .title a {
        width: 40px;
        bottom: 130px;
        right: 5%;
    }
}

.indexNews {
    padding: 8.333333vw 0 7.8125vw;
}
.indexNews .columns {
    justify-content:space-between;
    margin: 0 0 3.958333vw;
    align-items: flex-start;
}
.indexNews .columns .title {
    font-size: var(--font-size70);
    color: #404750;
    font-weight: 400;
}
.indexNews ul {
    display: flex;
}
.indexNews ul li {
    width: 20.3125vw;
    margin: 0 1.5625vw 0 0;
    transition: 1s;
}
.indexNews ul li.on {
    transition: 1s;
    width: 39.583333vw;
}
.indexNews ul li a{
    position: relative;
    display: flex;

    border-radius: .520833vw ;
    overflow: hidden;

}
.indexNews ul li a .image {
    width: 100%;
}
.indexNews ul li a .image img{
    height: 25.416667vw;
    object-fit: cover;
}
.indexNews ul li a .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2.083333vw 2.083333vw 2.5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.indexNews ul li:nth-child(3) a .text{
    padding: 2.447917vw 2.083333vw 2.5vw;
}
.indexNews ul li a .text .intro{
    font-weight: 400;
    font-size: var(--font-size24);
    color: #FFFFFF;
    line-height: 1.1;
}
.indexNews ul li a .text .Discover {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: var(--font-size18);
    color: #ffffff;
    line-height: 1;

    padding: .520833vw 1.042vw;
    border: 1px solid;
    max-width: max-content;
    margin: 0 0 0 auto;
    border-radius: 50px;
}
.indexNews ul li a .text .Discover i {
    margin: 0 0 0 .572917vw;
    transform: rotate(180deg);
}

.indexNews ul li a:hover .Discover {
    background: #8DBB7E;
    border: 1px solid #8DBB7E;
}
@media(max-width:992px){ 
    .indexNews {
        padding: 40px 0;
    }
    .indexNews .columns {
        margin: 0 0 30px;
    }
    .indexNews ul {
        margin: 0 -5% ;
        padding: 0 5%;
    }
    .indexNews ul li {
        margin: 0;
    }
    .indexNews ul li a {
        border-radius: 10px;
    }
    .indexNews ul li a .image img {
        height: auto;
    }
    .indexNews ul li a .text,
    .indexNews ul li:nth-child(3) a .text {
        padding: 20px ;
    }
    .indexNews ul li a .text .intro{
        font-size: 16px;
    }
    .indexNews ul li a .text .Discover {
        display: none;
    }
}
.indexStudy {
    padding: 8.333333vw 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(6, 8, 11, .1);
}
.indexStudy .columns .text{
    min-width: 22.239583vw;
    width: 22.239583vw;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    padding: 3.125vw 3.6875vw .9375vw 0;
}
.indexStudy .columns .text .title {
    font-size: var(--font-size70);
    color: #404750;
    font-weight: 400;
}
.indexStudy .columns .text .intro {
    font-weight: 400;
    font-size: var(--font-size18);
    color: #959595;
    line-height: 1.35;
    padding: 1.5625vw 0 2.604167vw;
}
.indexStudy .columns>div:nth-child(2) {
    flex: 1;
}
.indexStudy .columns ul {
    margin: 0 -8.333333vw 0 0;
    /* border-radius: .520833vw 0 0 .520833vw; */

    display: flex;
    flex-direction: column;
}
.indexStudy .columns ul li {
    width: 40.625vw;
    border-radius: .520833vw;
    overflow: hidden;
    position: relative;
}
.indexStudy .columns ul li .text {
    padding: 3.541667vw 2.239583vw 1.927083vw;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, hwb(0deg 0% 100% / 60%), transparent);
}
.indexStudy .columns ul li .text .title {
    font-size: var(--font-size30);
    color: #FFFFFF;
    font-weight: 400;
}
 .pagination {
    margin: 1.875vw 0 0;
    display: flex;
    align-items: center;

}
 .pagination  .swiper-pagination1 {
    display: flex;
    align-items: center;
    margin: 0 .885417vw 0 0;
}
 .pagination .swiper-pagination1 span:nth-child(1){
    font-size: var(--font-size22);
    color: #8DBB7E;
    margin: 0 -0.15625vw 1.302083vw 0 ;
    display: block;
}
 .pagination .swiper-pagination1 span:nth-child(2){
    width: 1.041667vw;
    height: 1px;
    background: #D9D9D9;
    display: inline-block;
    transform: rotate(-45deg);
}
 .pagination .swiper-pagination1 span:nth-child(3){
    font-size: var(--font-size12);
    color: #404750;
    opacity: 0.3;
    margin: .729167vw 0 0 -0.208333vw;
    font-weight: 600;
    display: block;
}
 .pagination .swiper-pagination-progressbar {
    width: 49.114583vw;
    position: relative;
    height: 2px;
    background: rgba(0, 0, 0, .1);
    flex: 1;
}
.indexStudy .pagination .swiper-pagination-progressbar  {
    flex: unset;
}
 .pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(144, 189, 130, 1);
}
 .pagination .button {
    display: flex;
    align-items: center;
    margin: 0 0 0 2.083333vw;
}
 .pagination .button a{
    margin: 0 0 0 .46875vw;
    border-radius: 50px;
    transition: .3s;
    position: relative;
}
.pagination .button a::before{
    content: '';
    position: absolute;
    width: calc(100% - .104167vw);
    height: calc(100% - .104167vw);
    top: .052083vw;
    left: .052083vw;
    border-radius: 100%;
    overflow: hidden;
    transition: .3s;
}
 .pagination .button img{
    width: 2.916667vw;
    transition: .3s;
}
 .pagination .button a:hover::before{
    background: #8dbb7e;
    transition: .3s;
}
 .pagination .button a:hover img{
    filter: grayscale(100%) brightness(500%);
    transition: .3s;
}
@media(max-width:992px){ 
    .indexStudy {
        padding: 40px 0;
    }
    .indexStudy .columns{
        display: block;
    }
    .indexStudy .columns .text {
        width: 100%;
        padding: 0 0 25px;
    }
    .indexStudy .swiper-wrapper {
        display: block;
    }
    .indexStudy .columns ul {
        margin: 0;
    }
    .indexStudy .columns ul li {
        width: 100%;
        margin: 0 0 20px;
        border-radius: 10px;
    }
    .indexStudy .columns ul li .text .title {
        padding: 15px ;
        line-height: unset;
    }
    .indexStudy .SeeMore {
        width: 100%;
    }
}
.supply {
    position: relative;
    background: #F7F7F7;
    /* min-height: 100vh; */
}
.supply .columns{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;

    display: none;

    animation: fadeInUp 2s;
    -webkit-animation: fadeInUp 2s;
    animation-timing-function:linear;
}
.supply .columns.on{
    display: block;
}
.supply .columns .auto_1600{
    margin: 0 auto;
}
.supply .columns ul{
    padding: 3.208333vw 0 0;
}
.supply .columns ul li{
    padding: 1.125vw 0 0;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.supply .columns .Htitle {
    font-size: var(--font-size60);
    color: #FFFFFF;
    padding: 0 0 1.5625vw;
    width: 100%;
}
.supply .columns .title,
.supply .columns .Stitle {
    font-size: var(--font-size100);
    color: #FFFFFF;
    line-height: .8;
    font-weight: 400;

    background: linear-gradient(to top, #ffffff54 0%, #ffffff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.supply .columns .Stitle {
    font-size: var(--font-size60);
    display: flex;
    align-items: flex-end;
}
.supply .columns ul li:nth-child(2){
    opacity: 0;
}

/* @media(min-width:992px){ 
    .supply .swiper-wrapper{
        display: block;
    }
    .supply .image img{
        min-height: 100vh;
        object-fit: cover;
    }
} */
@media(max-width:992px){ 
    .supply {
        min-height: auto;
    }
    .supply .columns ul {
        padding: 0 0;
        height: 100%;
    }
    .supply .columns ul li {
        padding: 60px 0 0;
    }
    .supply .columns .Htitle{
        padding: 0 0 10px;
        font-size: 20px ;
    }
    /* .supply .columns .title {
        font-size: 40px;
    } */
    .supply .columns ul li:nth-child(2) {
        opacity: 1;
    }

    .supply .columns .Stitle {
        font-size: 20px ;
    }
}
.capabilities {
    position: relative;
    overflow: hidden;
    display: flex;
    max-height: 100vh;
}
.capabilities ul ,
.capabilities ul li ,
.capabilities ul li .image,
.capabilities ul li .image img {
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
}
.capabilities ul {
    position: relative;
}
.capabilities ul::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000061;
}
.capabilities2 ul::after{
    display: none;
}
.capabilities .title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5.208333vw 0;

    font-size: var(--font-size70);
    color: #FFFFFF;
    z-index: 1;
}
.capabilities .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 4.6875vw 0;
    z-index: 1;
    /* height: 100%; */
}

.capabilities .text dl {
    height: 100%;
}
.capabilities .text dl dd {
    width: calc(33.33% - (5.208333vw / 3));
    margin: 0 2.604167vw 0 0;
}
.capabilities .text dl dd:last-child{
    margin: 0;
}
.capabilities .text dl dd .Htitle {
    font-size: var(--font-size24);
    color: #FFFFFF;
    opacity: 0.2;
    border-top: .15625vw solid rgba(141, 187, 126, 1) ;
    padding: 1.5625vw 0;
    transition: .5s;
}
.capabilities .text dl dd .intro {
    font-size: var(--font-size16);
    color: #FFFFFF;
    line-height: 1.3;
    opacity: 0.2;
}
.capabilities .text dl dd.on .Htitle ,
.capabilities .text dl dd.on .intro {
    transition: .5s;
    opacity: 1;
}

.capabilities ul li:not(:first-child){
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}
.capabilities ul li{
    transform: translate(25%, 25%);
    transition: .5s;
}
.capabilities ul li.on{
    opacity: 1;
    transition: .5s;
    transform: translate(0%, 0%);
}
@media(max-width:992px){ 
    .capabilities ul, .capabilities ul li, .capabilities ul li .image, .capabilities ul li .image img{
        min-height: auto;
    }
    .capabilities .title {
        padding: 40px 0 0;
        line-height: unset;
    }

    .capabilities .text {
        height: 100%;
    }
    .capabilities .text .auto_1600 {
        height: 100%;
        margin: 0 auto;
    }
    .capabilities .text dl .swiper-wrapper {
        height: auto;
    }
    .capabilities .text {
        padding: 0 0 35px;
    }
    .capabilities .text dl {
        margin: 0 -5% 0 0 ;
        padding: 0 55px 0 0 ;
        display: flex;
        align-items: flex-end;
    }
    .capabilities .text dl dd .Htitle {
        padding: 20px 0 0px;
        border-top: 2px solid rgba(141, 187, 126, 1);
    }
}
.indexProduct {
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    padding: 0 0 5.208333vw;
}
.indexProduct ul {
    position: relative;
    width: 35.364583vw;
    margin: 13.333333vw 0 0;
    overflow: unset;
}
.indexProduct ul li{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
}
.indexProduct ul li.on{
    opacity: 1;
    transition: 1s;
    z-index: 1;
}
.indexProduct ul li .title {
    font-size: var(--font-size70);
    color: #404750;
    line-height: 1.1;
    font-weight: 400;
}
.indexProduct ul li .Htitle {
    font-size: var(--font-size18);
    color: #000000;
    opacity: 0.6;
    padding: 1.979167vw 0 3.541667vw;
    font-weight: 600;
}
.indexProduct dl {
    margin: 7.8125vw -5.208333vw 0 0;
    flex: 1;
    position: relative;
    height: 36.458333vw;
    /* overflow: hidden; */
}
.indexProduct dl dd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateX(100%);
    opacity: 0;
}
.indexProduct dl dd.on{
    transform: translateX(0%);
    opacity: 1;
    transition: 1s;
}
.indexProduct dl .image{
    display: flex;
    align-items: center;
    height: 36.458333vw;
}
.indexProduct dl .image img {
    max-height: 100%;
    width: auto;
}
.indexProduct .imagebg {
    position: absolute;
    top: 26.041667vw;
    left: 8.333333vw;
    width: 100%;
    z-index: -1;
    /* background: #000; */
}
.indexProduct .list {
    position: absolute;
    bottom: 7.291667vw;
    left: 0;
    width: 100%;
}
.indexProduct .list .column{
    display: flex;
    align-items: center;
}
.indexProduct .list .column .index{
    font-size: var(--font-size18);
    color: #000000;
    opacity: 0.5;
    padding: 0 0 .677083vw;
    width: 7.291667vw;
    margin: 0 1.354167vw 0 0;
    position: relative;
}
.indexProduct .list .column .index::after{
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #E5E5E5;
}
.indexProduct .list .column .index.on {
    font-weight: bold;
    color: #8DBB7E;
}
.indexProduct .list .column .index.on::after{
    height: 2px;
    background: #8DBB7E;
}
@media(max-width:992px){ 
    .indexProduct {
        min-height: auto;
        display: block;
        padding: 40px 0 ;
    }
    .indexProduct ul li ,
    .indexProduct dl dd,
    .indexProduct .list{
        opacity: 1;
        transform: unset;
        position: unset;
    }
    .indexProduct dl dd {
        height: auto;
        display: flex;
        align-items: center;
    }
    .indexProduct .columns {
        flex-direction: column-reverse;
    }
    .indexProduct dl .image {
        height: auto ;
    }
    .indexProduct ul {
        width: 100%;
        margin: 35px 0 0;
        overflow: hidden;
    }
    .indexProduct dl {
        margin: 0 0 0 ;
        height: auto;
        overflow: hidden;
    }
    .indexProduct ul li .title br {
        display: none;
    }
    .indexProduct ul li .Htitle {
        padding: 15px 0 20px;
    }
    .indexProduct .list .column {
        margin: 30px 0  0;
    }
    .indexProduct .list .column .index {
        width: calc(33.33% - 10px);
        margin: 0 15px 0 0;
    }
    .indexProduct .list .column .index:nth-child(3){
        margin: 0;
    }
    .indexProduct .imagebg {
        display: none;
    }
}

.details {
    padding: 11.979167vw 0 7.291667vw;
}
.details .TopCrumbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.details .TopCrumbs ul {
    background: #F3F6F2;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: .78125vw 1.302083vw;
}
.details .TopCrumbs ul li img {
    width: .729167vw ;
    margin: 0 .520833vw 0 0;
    display: block;
    filter: grayscale(100%) brightness(00%)
}
.details .TopCrumbs ul li a {
    font-size: var(--font-size14);
    color: #525252;
}
.details .TopCrumbs ul li a:hover {
    color: #000000;
}
.details .TopCrumbs ul li i{
    padding: 0 .260417vw;
    font-size: var(--font-size13);
    font-weight: 600;
}
.details .TopCrumbs .Share dl {
    display: flex;
    align-items: center;
}
.details .TopCrumbs .Share dl a {
    width: 1.770833vw;
    height: 1.770833vw;
    background: #F4F4F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size14);
    top: 0;
    margin: 0 0.260417vw;
    transition: 0s;
}
.details .TopCrumbs .Share dl a img {
    width: .729167vw;
    filter: grayscale(100%) brightness(70%);
}
.details .TopCrumbs .Share dl a img 
.details .TopCrumbs .Share dl a:not(:last-child){
    margin: 0 .729167vw 0 0;
}
.details .TopCrumbs .Share dl dt {
    font-size: var(--font-size14);
    color: #000000;
    opacity: 0.6;
}
.details .TopCrumbs .Share dl dd img{
    width: .729167vw;
    filter: grayscale(100%) brightness(00%) ;
}
.details .TopCrumbs .Share dl a:hover  {
    background: var(--vi-color);
}
.details .TopCrumbs .Share dl a:hover img {
    /* background: var(--vi-color); */
    filter: grayscale(100%) brightness(1000%);
}
.details .columns{
    justify-content: space-between;
    padding: 3.90625vw 0 0 ;
}
.details .columns a {
    width: calc(50% - 1.041667vw);
    display: block;
    padding: 1.5625vw 2.604167vw 2.604167vw;
    background: #F3F6F2;
    border-radius: .78125vw;
}
.details .columns a span{
    height: 1.041667vw;
    line-height: 1.041667vw;
    background: #8DBB7E;
    font-size: var(--font-size12);
    color: #FFFFFF;
    margin: 0 0 1.041667vw;
    display: inline-block;
    padding: 0 .416667vw;
}
.details .columns .text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.details .columns .text .icon img{
    width: 2.916667vw ;
    min-width: 2.916667vw ;
}
.details .columns .text .Htitle {
    font-size: var(--font-size20);
    color: #000000;
    line-height: 1.4;
    padding: 0 4.166667vw 0 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.details .columns a:hover .text .Htitle {
    color: rgba(141, 187, 126, 1);
}
.details .title {
    font-size: var(--font-size50);
    color: #000000;
    line-height: 1.2;
    padding: 1.5625vw 0 .260417vw;
}
.details .date{
    font-size: var(--font-size14);
    color: #777676;
    padding: 0 0 2.604167vw;
    border-bottom: 1px solid rgba(187, 188, 188, 1);
    margin: 0 0 3.125vw;
} 
.details .intro {
    font-size: var(--font-size18);
    color: rgba(42, 48, 59, 1);
    line-height: 1.7;
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
}
@media(max-width:992px){ 
    .details {
        padding: 95px 0 35px;
    }
    .details .TopCrumbs {
        display: none;
    }
    .details .title {
        padding: 0 0 15px;
    }
    .details .date {
        padding: 0 0 20px;
        margin: 0 0 20px;
    }
    .details .columns {
        display: block;
        padding: 10px 0 0;
    }
    .details .columns a {
        padding: 20px ;
        width: 100%;
        margin: 20px 0 0;
    }
    .details .columns a span {
        height: 22px;
        line-height: 22px;
        padding: 0 6px;
        margin: 0 0 6px;
    }
    .details .columns .text .icon img {
        width: 35px;
        min-width: 35px;
    }
    .details .columns .text .Htitle {
        padding: 0 30px 0 0;
    }
}

.Company {
    padding: 3.125vw 0 3.645833vw;
    overflow: hidden;
    position: relative;
}
.Company .title{
    font-size: var(--font-size48);
    color: #282A2D;
    line-height: 1.2;
    padding: 3.645833vw 0 3.125vw;
}
.Company ul {
    display: flex;
    padding: 0 0 3.125vw;
}
.Company ul li {
    width: 17.708333vw;
    background: #FAFAFA;
    border-radius: .78125vw;
    padding: 2.864583vw 1.822917vw;
    text-align: center;
    margin: 0 1.354167vw 1.5625vw 0;
}
.Company ul li:nth-child(4n) {
    margin-right: 0;
}
.Company ul li .icon img{
    width: 3.4375vw;
    margin: 0 auto 1.822917vw;
}
.Company ul li .Htitle {
    font-size: var(--font-size24);
    color: #282A2D;
    padding: 0 0 .520833vw;
}
.Company ul li .intro {
    font-size: var(--font-size18);
    color: #000000;
    line-height: 1.4;
    opacity: 0.6;
}
.Company ul li:nth-child(1){animation-delay: 0.1s;}
.Company ul li:nth-child(2){animation-delay: 0.2s;}
.Company ul li:nth-child(3){animation-delay: 0.3s;}
.Company ul li:nth-child(4){animation-delay: 0.4s;}
@media(max-width:992px){ 
    .Company {
        padding: 35px 0 ;
    }
    .Company ul {
        display: block;
    }
    .Company ul li {
        width: 100%;
        margin: 20px 0 0;
        padding: 20px;
    }
    .Company .title {
        padding: 0 ;
    }
    .Company ul li .icon img {
        width: 40px;
        margin: 0 auto 12px;
    }
    .Company ul li .Htitle {
        padding: 0 0 5px;
    }
}
.message {
    display: flex;
}
.message .layui-form {
    padding: 4.6875vw 8.28125vw 4.166667vw 4.166667vw;
    background: #8DBB7E;
    width: 100%;
}
.message .title{
    font-weight: 400;
    font-size: var(--font-size48);
    color: #FFFFFF;
    padding: 0 0 1.302083vw;
}
.message .intro {
    font-size: var(--font-size18);
    color: #FFFFFF;
    line-height: 1.4;
    opacity: 0.6;
    padding: 0 0 2.604167vw;
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
}
.message ul li {
    display: flex;
    justify-content: space-between;
}
.message ul li>div{
    width: 100%;
}
.message ul li>div div {position: relative;}
.message ul li>div div img {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100%);
    border-radius: 0 .78125vw .78125vw 0;
}
.message ul li:nth-child(1)>div{
    width: 48.5%;
}

.message ul li input,
.message ul li textarea{
    width: 100%;
    height: 3.020833vw;
    line-height: 3.020833vw;
    border-radius: .78125vw;
    border: 1px solid rgba(206, 218, 224, .5);

    font-size: var(--font-size14);
    color: rgba(255, 255, 255);
    padding: 0 1.197917vw;
    background: transparent;

    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
    font-weight: 600;
}
.message ul li textarea {
    height: 6.40625vw;
    line-height: unset;
    border-radius: .78125vw;
    border: 1px solid rgba(206, 218, 224, .5);
    padding: 1.197917vw 1.354167vw;
}
.message ul li>div>span {
    font-size: var(--font-size15);
    color: #FFFFFF;
    opacity: .9;
    padding: 0 0 .520833vw .416667vw;
    line-height: 1;
    display: block;
    margin: 1.041667vw 0 0 ;
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
    font-weight: 600;
}
.message ul li>div:hover span {
    opacity: 1;
} 
.message ul li>div:hover input,
.message ul li>div:hover textarea {
    border: 1px solid rgb(255, 255, 255);
} 
.message ul li input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.9);}
.message ul li input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.9);}
.message ul li input:-moz-placeholder {color: rgba(255, 255, 255, 0.9);}
.message ul li input::-moz-placeholder {color: rgba(255, 255, 255, 0.9);}
.message ul li input:-ms-input-placeholder {color: rgba(255, 255, 255, 0.9);}

.message ul li textarea::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.9);}
.message ul li textarea::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.9);}
.message ul li textarea:-moz-placeholder {color: rgba(255, 255, 255, 0.9);}
.message ul li textarea::-moz-placeholder {color: rgba(255, 255, 255, 0.9);}
.message ul li textarea:-ms-input-placeholder {color: rgba(255, 255, 255, 0.9);}

.message .SeeMore {
    border: 2px solid #FFFFFF;
    background: rgba(0, 0, 0, 0.08);
    margin: 2.604167vw 0 0;
}
.message .SeeMore:hover {
    background: rgba(0, 0, 0, 0.0);
}
@media(max-width:992px){ 
    .message {
        display: block;
    }
    .message .image img {
        height: 150px;
        object-fit: cover;
    }
    .message .layui-form {
        width: 100%;
        padding: 35px 5%;
    }
    .message .title {
        padding: 0 0 15px;
    }
    .message .intro {
        padding: 0 0 10px;
    }
    .message ul li {
        display: block;
    }
    .message ul li>div span {
        padding: 0 0 5px 5px;
        margin: 15px 0 0 ;
    }
    .message ul li input, .message ul li textarea {
        height: 40px;
        line-height: 40px;
        border-radius: 6px;
        padding: 0 20px;
    }
    .message ul li textarea {
        padding: 15px 20px;
    }
    .message ul li:nth-child(1)>div {
        width: 100%;
    }
    .message .SeeMore {
        width: 145px;
        margin: 20px 0 0;
        padding: 8px 10px;
    }
}

.NewsList {
    padding: 2.96875vw 0 6.041667vw;
}
.NewsList .top {
    box-shadow: 0px 4px 27px 0px rgba(123,143,194,0.39);
    border-radius: 1.041667vw;
    overflow: hidden;
    margin: 2.291667vw 0 .78125vw;
}
.NewsList .top a {
    padding: 2.083333vw;
    background: #FFFFFF;
    align-items: center;
}
.NewsList .top a .text {
    padding: 0 4.166667vw 0 2.083333vw;
}
.NewsList .top a .text .title {
    font-size: var(--font-size40);
    color: #282A2D;
    padding: 0 0 2.34375vw;
}
.NewsList .top a .text .intro {
    font-size: var(--font-size18);
    color: #000000;
    line-height: 1.4;
    opacity: 0.6;
    padding: 0 0 2.34375vw;
} 
.NewsList .icon {
    position: relative;
    max-width: max-content;
}
.NewsList .icon::before{
    content: '';
    position: absolute;
    width: calc(100% - .104167vw);
    height: calc(100% - .104167vw);
    top: .052083vw;
    left: .052083vw;
    border-radius: 100%;
    overflow: hidden;
}
.NewsList .icon:hover::before{
    background: #8dbb7e;
}
.NewsList .icon:hover img{
    filter: grayscale(100%) brightness(500%);
}
.NewsList .icon img {
    width: 2.916667vw;
}
.NewsList .top a .image {
    width: 33.333333vw;
    min-width: 33.333333vw;
    border-radius: 1.041667vw;
}
.NewsList .swiper-pagination-bullet {
    background: #00000000;
    border: .104167vw solid #BFBFBF;
    opacity: 1;
    width: .572917vw;
    height: .572917vw;
}
.NewsList .swiper-pagination-bullet-active {
    background: #8DBB7E;
    border: 0 solid #BFBFBF;
}
.NewsList .swiper-pagination {
    width: auto;
    right: 39.270833vw;
    left: unset;
    bottom: 4.6875vw;
}

.NewsList ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 4.6875vw;
}
.NewsList ul li{
    width: 22.395833vw;
    margin: 3.90625vw 3.90625vw 0 0 ;
}
.NewsList ul li:nth-child(3n){
    margin-right: 0;
}
.NewsList ul li .title {
    font-size: var(--font-size22);
    color: #282A2D;
    line-height: 1.1;
    padding: 1.302083vw 0 1.041667vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 4.895833vw;
}
.NewsList ul li .image {
    border-radius: 1.041667vw;
}
@media(max-width:992px){ 
    .NewsList {
        padding: 35px 0;
    }
    .NewsList .top a {
        display: block;
        padding: 20px;
    }
    .NewsList .top {
        border-radius: 10px;
    }
    .NewsList .top a .text .title {
        padding: 0 0 12px 0;
    }
    .NewsList .top a .text .title {
        padding: 0 0 15px;
    }
    .NewsList .top a .image {
        width: 100%;
        margin: 20px 0 0 ;
        border-radius: 10px;
    }
    .NewsList .icon img {
        width: 38px;
    }

    .NewsList ul {
        display: block;
        padding: 0 0 20px;
    }
    .NewsList ul li {
        width: 100%;
        margin: 25px 0 0 ;
    }
    .NewsList ul li .title {
        padding: 15px 0;
    }
    .NewsList .swiper-pagination-bullet  {
        height: 8px;
        width: 8px;
        border: 1px solid #BFBFBF;
    }
    .NewsList .swiper-pagination-bullet-active {
        border: 0 solid #BFBFBF;
    }
    .NewsList .swiper-pagination {
        right: auto;
        bottom: 30px;
        width: 100%;
    }
    .NewsList ul li .image {
        border-radius: 10px;
    }
}
/* .module_62EAAP2O .jobsMain .commonMain{ max-width: var(--content-Wdith); margin: 0px auto; padding:0px 20px;} */
/* .module_62EAAP2O .jobsMain{padding: var(--padding); overflow: hidden; position: relative; background: #eef4f8;} */
.module_62EAAP2O .jobsMain .title{font-size:var(--bigTitle-fontSize); line-height: var(--bigTitle-lineheight); text-align: center; font-weight: 540; color: var(--title-color);}

.module_62EAAP2O .jobsMain .jobsListBox{ 
    display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; 
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    margin: 0px;
    padding: 0 0 4.6875vw;
}
.module_62EAAP2O .jobsMain .jobsListBox .list{ 
    display: block; width: 100%; margin: 20px 0px 0px; border-radius: 15px; padding: 20px; background: #fff; 
    border: 1px solid #E5E5E5;
}
.module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex;}
.module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .icon{padding-right: 10px;}
.module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .icon img{width: 23px;display:block;}
.module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .jobTitle{-webkit-box-flex: 1;-webkit-flex: 1;-moz-box-flex: 1;-ms-flex: 1;flex: 1;}
.module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .subTitle{
    font-size: var(--font-size26);
    color: #171A20;
    display: -webkit-box; 
    -o-text-overflow: ellipsis; text-overflow: ellipsis;overflow: hidden;
    -webkit-box-orient: vertical;-webkit-line-clamp:1}
.module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .city{
    margin-top: 8px; font-size: var(--font-size14);
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
    color: #858585; 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;}
.module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .city img{margin-right: 10px;}
.module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .city span{margin: 0 10px;display: inline-block;}
.module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .jobDetail,
.module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .SeeMore{display: none;}
.module_62EAAP2O .jobsMain .jobsListBox .list .desc{
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;

    margin-top:15px; font-size: 14px; color: #5e647a; line-height: 24px;
    /* height:48px; */
    display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp:2}
.module_62EAAP2O .jobsMain .jobsListBox .list .more{padding-top: 12px; font-size: 24px; color: #5e647a;}

.module_62EAAP2O .jobsMain .jobsListBox .list:hover{
    border-color: var(--vi-color);
    background: url('../image/25.png') no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0px 4px 27px 0px rgba(123,143,194,0.39);
}
/* .module_62EAAP2O .jobsMain .jobsListBox .list:hover .more{color:var(--vi-color);} */


.module_62EAAP2O .jobsEjectMain{position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 999; background-color: rgba(0,0,0,0.5); display: none;}
.module_62EAAP2O .jobsEjectBox{
    position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;display: -webkit-box;display: -webkit-flex;
    display: -moz-box;display: -ms-flexbox;display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; 
    -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; 
    /* -webkit-box-pack: center; 
    -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center;  */
    justify-content: center;
    align-items: center;
}
.module_62EAAP2O .jobsEject{
    width: 1060px; max-width: 95%; 
    display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient:vertical; 
    -webkit-box-direction:normal; -webkit-flex-direction:column; -moz-box-orient:vertical; -moz-box-direction:normal; -ms-flex-direction:column; 
    flex-direction:column; max-height: 85%; padding:20px;
    background: #fff; border-radius: 15px 15px ; position: relative;}
.module_62EAAP2O .jobsEjectClose{position: absolute; right:20px; top: 20px; font-size: 20px; color:#000; font-weight: 700; cursor: pointer;}
.module_62EAAP2O .jobsEjectTitle{
    padding-bottom: 15px; margin-right: 9%;position: relative;}
    .module_62EAAP2O .jobsEjectTitle::before {
        content: '';
        position: absolute;
        right: calc(-9%);
        bottom: -5px;
        width: .416667vw;
        height: .416667vw;
        background: #8DBB7E;
        border-radius: 50%;
        display: block;
        transform: translateX(135%);
    }
.module_62EAAP2O .jobsEjectTitle::after{content: ''; background: #e1e1e1; position: absolute; bottom: 0px; width: 100%; height: 1px;}
.module_62EAAP2O .jobsEjectTitle .subTitle{font-size: var(--font-size36); line-height: 1.2; color: #000000; font-weight: 600;}
.module_62EAAP2O .jobsEjectTitle .city{
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
    padding-top: 10px; font-size: var(--font-size16); color: #535353; 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;}
.module_62EAAP2O .jobsEjectTitle .city img{
    width: .729167vw; margin-right: .416667vw;
    padding: .104167vw 0 0;
}
.module_62EAAP2O .jobsEjectTitle .city span{margin: 0 8px;}

.module_62EAAP2O .SeeMore {
    margin: 2.083333vw 0 0;
    width: 11.875vw;
    min-height: 2.96875vw;
    height: 2.96875vw;
    line-height: 2.96875vw;
}
.module_62EAAP2O .jobsEjectContent{
    padding:.78125vw 10% .78125vw 0px;font-size: var(--font-size16);
    line-height: 1.9;
    -webkit-box-flex: 1;-webkit-flex: 1;-moz-box-flex: 1;-ms-flex: 1;
    flex: 1; overflow-y: auto; 
    color: rgba(71, 75, 81, .8);
}
.module_62EAAP2O .jobsEjectContent .contentTitle{font-size: 14px; color: #000000; font-weight: 600;}

.module_62EAAP2O .jobsEjectContent::-webkit-scrollbar {
    width: 2px;
    height: 16px;
    background-color: #fff;
}
.module_62EAAP2O .jobsEjectContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #fff;
}
.module_62EAAP2O .jobsEjectContent::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    background-color:var(--vi-color);
}            @media (min-width:768px) {
    /* .module_62EAAP2O .jobsMain{padding: var(--padding-768);} */
    /* .module_62EAAP2O .jobsMain .commonMain{ max-width: var(--content-Wdith-768);} */
    .module_62EAAP2O .jobsMain .title{font-size:var(--bigTitle-fontSize-768); line-height: var(--bigTitle-lineheight-768);}
    .module_62EAAP2O .jobsMain .jobsListBox{margin: 0vw -1.302083vw;}
    .module_62EAAP2O .jobsMain .jobsListBox .list{
        width: -webkit-calc(50% - 2.604167vw);
        width: -moz-calc(50% - 2.604167vw);
        width: calc(50% - 2.604167vw); 
        margin: 2.604167vw 1.302083vw 0vw;
        padding: 3.125vw;
    }
    /* .module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .subTitle{font-size: 1.375vw; line-height: 1.5vw;} */
    .module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .city{margin-top: .78125vw;
        /* font-size: 0.9375vw; */
    }
    .module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .city img{margin-right: .364583vw; width: .729167vw;padding: .104167vw 0 0;}
    .module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .icon{padding-right: 1.875vw;}
    .module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .icon img{width: 1.875vw;}
    .module_62EAAP2O .jobsMain .jobsListBox .list .desc{
        font-size: var(--font-size18);
        color: #555555;
        line-height: 1.55;
        opacity: 0.8;
    }
    .module_62EAAP2O .jobsMain .jobsListBox .list .more{padding-top: 1.25vw; font-size: 1.5vw;}
    .module_62EAAP2O .jobsEjectBox{-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;}
    .module_62EAAP2O .jobsEject{
        padding: 4.6875vw 3.125vw 4.6875vw 4.6875vw ;
        max-width: 92%;border-radius: .78125vw;
    }
    .module_62EAAP2O .jobsEjectClose{right: 3.75vw; top: 3.75vw;}
    .module_62EAAP2O .jobsEjectTitle{padding-bottom: 1.5625vw;}
    /* .module_62EAAP2O .jobsEjectTitle .subTitle{font-size: 2.125vw;} */
    .module_62EAAP2O .jobsEjectTitle .city{ 
        /* font-size: 0.9375vw; */
        padding-top: 1.25vw;}
    .module_62EAAP2O .jobsEjectTitle .city i{margin-right: 0.625vw;}
    /* .module_62EAAP2O .jobsEjectContent{padding:1.875vw 10% 1.875vw 0vw;font-size: 1vw;line-height:2vw;} */
    .module_62EAAP2O .jobsEjectContent .contentTitle{font-size: 1.125vw;}
}            @media (min-width:1200px) {
    /* .module_62EAAP2O .jobsMain{padding: var(--padding-1200);} */
    /* .module_62EAAP2O .jobsMain .commonMain{ max-width: var(--content-Wdith-1200);} */
    .module_62EAAP2O .jobsMain .title{font-size: var(--bigTitle-fontSize-1200); line-height: var(--bigTitle-lineheight-1200);}
    .module_62EAAP2O .jobsMain .jobsListBox{
         margin: 0vw -1.041667vw;
    }
    .module_62EAAP2O .jobsMain .jobsListBox .list{
        width: -webkit-calc(33.333% - 2.083333vw);width: -moz-calc(33.333% - 2.083333vw);
        width: calc(33.333% - 2.083333vw); 
        margin: 2.083333vw 1.041667vw 0vw;
        padding: 2.6042vw;
    }
    /* .module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .subTitle{font-size: 1.1458vw; line-height: 1.25vw;} */
    .module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .city{margin-top: 0.4167vw;
        /* font-size: 0.7813vw; */
    }
    .module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .jobTitle .city i{margin-right: 0.5208vw;}
    .module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .icon{padding-right: 1.5625vw;}
    .module_62EAAP2O .jobsMain .jobsListBox .list .jobTitleBox .icon img{width: 1.40625vw;}
    /* .module_62EAAP2O .jobsMain .jobsListBox .list .desc{margin-top:1.3021vw;font-size: 0.8333vw;line-height: 1.4583vw;height:2.9167vw;} */
    .module_62EAAP2O .jobsMain .jobsListBox .list .more{padding-top: 1.0417vw; font-size: 1.25vw;}
    /* .module_62EAAP2O .jobsEject{padding:3.125vw; border-radius: 0.7813vw;} */
    .module_62EAAP2O .jobsEjectClose{right: 3.125vw; top: 3.125vw;}
    .module_62EAAP2O .jobsEjectTitle{padding-bottom: 1.3021vw;}
    /* .module_62EAAP2O .jobsEjectTitle .subTitle{font-size: 1.7708vw;} */
    .module_62EAAP2O .jobsEjectTitle .city{ 
        /* font-size: 0.7813vw; */
        padding-top: 1.0417vw;}
    .module_62EAAP2O .jobsEjectTitle .city i{margin-right: 0.5208vw;}
    /* .module_62EAAP2O .jobsEjectContent{padding:1.5625vw 10% 1.5625vw 0vw;font-size: 0.8333vw;line-height: 1.6667vw;} */
    .module_62EAAP2O .jobsEjectContent .contentTitle{font-size: 0.9375vw;}
}
.recruitment {
    padding: 2.96875vw 0 5.208333vw;
}
@media(max-width:992px){ 
    .module_62EAAP2O .jobsEjectTitle .city img {
        width: 14px;
        margin: 0 10px 0 0;
        padding: 2px 0 0 ;
    }
    .module_62EAAP2O .jobsEjectTitle::before {
        display: none;
    }
    .module_62EAAP2O .jobsEjectContent {
        padding: 30px 9% 30px 0;
    }
    .module_62EAAP2O .SeeMore {
        width: 150px;
        height: auto;
        line-height: unset;
        padding: 15px 10px;
        margin: 20px 0 0 ;
    }

    .recruitment {
        padding: 15px 0 35px;
    }
}

.Support {
    padding: 2.96875vw 0 6.25vw;
}
.Support .columns {
    box-shadow: 0px 4px 27px 0px rgba(123,143,194,0.39);
    margin: 2.34375vw 0 0;
    border-radius: .78125vw;
    overflow: hidden;
}
.Support .columns .images{
    position: relative;
}
.Support .columns .image{
    width: 22.916667vw;
    min-width: 22.916667vw;
    height: 100%;
}
.Support .columns .image img {
    height: 100%;
    object-fit: cover;
}
.Support .columns .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2.604167vw 2.34375vw;
}
.Support .columns .text .title {
    font-size: var(--font-size32);
    color: #FFFFFF;
    padding: 0 0 1.302083vw;
}
.Support .columns .text .intro {
    font-size: var(--font-size18);
    color: #FFFFFF;
    line-height: 1.3;
    opacity: 0.6;
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
}
.Support .layui-form{
    padding: 2.083333vw 7.291667vw 3.125vw;
    flex: 1;
}
.Support ul li {
    display: flex;
    justify-content: space-between;
}
.Support ul li>div{
    width: 100%;
}
.Support ul li>div div {position: relative;}
.Support ul li>div div img {
    position: absolute;
    top: .052083vw;
    right: .052083vw;
    height: calc(100% - .104167vw);
    border-radius: 0 .78125vw .78125vw 0;
}
.Support ul li:nth-child(1)>div,
.Support ul li:nth-child(2)>div,
.Support ul li:nth-child(3)>div{
    width: 18.177083vw;
}
.Support ul li input,
.Support ul li textarea{
    width: 100%;
    height: 3.020833vw;
    line-height: 3.020833vw;
    border-radius: .78125vw;
    border: 1px solid rgba(206, 218, 224, .5);

    font-size: var(--font-size14);
    color: rgba(0, 0, 0);
    padding: 0 1.354167vw;
    background: transparent;
}
.Support ul li textarea {
    height: 4.635417vw;
    line-height: unset;
    border-radius: .78125vw;
    border: 1px solid rgba(206, 218, 224, .5);
    padding: 1.197917vw 1.354167vw;
}
.Support ul li>div>span {
    font-size: var(--font-size15);
    color: #000000;
    padding: 0 0 .520833vw .416667vw;
    line-height: 1;
    display: block;
    margin: 1.041667vw 0 0 ;
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
}
.Support ul li>div>span i {
    color: rgba(141, 187, 126, 1);
}
.Support ul li>div:hover span {
    opacity: 1;
} 
.Support ul li>div:hover input,
.Support ul li>div:hover textarea {
    border: 1px solid rgba(141, 187, 126, 1);
} 
.Support ul li input::-webkit-input-placeholder {color: rgba(0, 0, 0, .3);}
.Support ul li input::-webkit-input-placeholder {color: rgba(0, 0, 0, .3);}
.Support ul li input:-moz-placeholder {color: rgba(0, 0, 0, .3);}
.Support ul li input::-moz-placeholder {color: rgba(0, 0, 0, .3);}
.Support ul li input:-ms-input-placeholder {color: rgba(0, 0, 0, .3);}

.Support ul li textarea::-webkit-input-placeholder {color: rgba(0, 0, 0, .3);}
.Support ul li textarea::-webkit-input-placeholder {color: rgba(0, 0, 0, .3);}
.Support ul li textarea:-moz-placeholder {color: rgba(0, 0, 0, .3);}
.Support ul li textarea::-moz-placeholder {color: rgba(0, 0, 0, .3);}
.Support ul li textarea:-ms-input-placeholder {color: rgba(0, 0, 0, .3);}

.Support .SeeMore {
    border: 0 solid #FFFFFF00;
    background: rgba(141, 187, 126, 1);
    margin: 2.34375vw 0 0;
}

.Support .layui-form-danger+.layui-form-select .layui-input, 
.Support .layui-form-danger:focus {
    border-color: #8BC34A !important;
}
@media(max-width:992px){ 
    .Support {
        padding: 35px 0;
    }
    .Support .layui-form {
        width: 100%;
        padding: 15px 5%;
    }
    .Support .title {
        padding: 0 0 15px;
    }
    .Support .intro {
        padding: 0 0 10px;
    }
    .Support ul li {
        display: block;
    }
    .Support ul li>div span {
        padding: 0 0 5px 5px;
        margin: 15px 0 0 ;
    }
    .Support ul li input, .Support ul li textarea {
        height: 40px;
        line-height: 40px;
        border-radius: 6px;
        padding: 0 20px;
    }
    .Support ul li textarea {
        padding: 15px 20px;
    }
    .Support ul li>div {
        width: 100% !important;
    }
    .Support .SeeMore {
        margin: 20px auto 0;
        width: 145px;
    }
    .Support .columns {
        display: block;
        border-radius: 10px;
        margin: 0;
    }
    .Support .columns .image {
        width: 100%;
    }
    .Support .columns .image img {
        height: 220px;
        object-fit: cover;
    }
    .Support .columns .text {
        padding: 40px 20px;
        height: 100%;
        background: #0000004a;
    }
    .Support .columns .text .title {
        padding: 0 0 15px;
    }
    .Support ul li>div div img {
        top: 1px;
        right: 1px;
        height: calc(100% - 2px);
        border-radius: 0 10px 10px 0;
        height: 35px;
        margin: 1.5px 1.5px 0;
    }
}

.FAQ {
    padding: 2.96875vw 0 5.208333vw;
}
.FAQ ul {
    margin: 2.34375vw 0 0 ;
    border-top: 1px solid rgba(0, 0, 0, 1);
}
.FAQ ul li{
    border-bottom: 1px solid rgba(237, 237, 237, 1);
}
.FAQ ul li .title {
    display: flex;
    padding: 2.239583vw 0 2.34375vw;
    align-items: center;
    cursor: pointer;
}
.FAQ ul li .title span:nth-child(2) {
    font-size: var(--font-size24);
    color: #282A2D;
    flex: 1;
}
.FAQ ul li .title span:nth-child(1) {
    font-size: var(--font-size18);
    margin: 0 4.6875vw 0 2.083333vw;
    display: block;
}
.FAQ ul li .title img{
    width: 1.614583vw;
    margin: 0 2.083333vw;
    transform: rotate(180deg);
    transition: .3s;
}
.FAQ ul li .intro {
    font-size: var(--font-size20);
    color: #8A8A8A;
    line-height: 1.55;
    display: none;
    padding: 1.5625vw 0 3.90625vw;
    background: #FBFBFB;
    border-top: 1px solid rgba(237, 237, 237, 1);
}
.FAQ ul li .intro span {
    color: #8DBB7E;
    margin: 0 4.6875vw 0 2.083333vw;
}

.FAQ ul li .title:hover span:nth-child(2){
    color: rgba(141, 187, 126, 1);
}
.FAQ ul li.on .title img{
    transform: rotate(0deg);
    transition: .3s;
}
@media(max-width:992px){ 
    .FAQ {
        padding: 35px 0;
        min-height: 50vh;
    }
    .FAQ ul {
        margin: 0;
    }
    .FAQ ul li .title {
        padding: 15px 0;
    }
    .FAQ ul li .title img {
        display: none;
    }
    .FAQ ul li .intro {
        padding: 15px 0 20px;
        font-size: 13px;
    }
    .FAQ ul li .intro br {
        display: none;
    }
    .FAQ ul li .intro span:nth-child(1),
    .FAQ ul li .title span:nth-child(1) {
        margin: 0 20px 0 10px;
    }
}

.Download {
    padding: 2.96875vw 0 5.208333vw;
}
.Download ul {
    padding: .677083vw 0 4.6875vw;
    display: flex;
    flex-wrap: wrap;
}
.Download ul li {
    width: 17.447917vw;
    margin: 1.71875vw 1.71875vw 0 0;
}
.Download ul li a{
    border: 1px solid #E5E5E5;
    display: block;
    border-radius: .78125vw;
    overflow: hidden;
}
.Download ul li:nth-child(4n) {
    margin-right: 0;
}
.Download ul li .images {
    height: 10.208333vw;
    display: flex;
    align-items: center;
    background: url('../image/27.jpg') no-repeat center;
    background-size: 100% 100%;
}
.Download ul li .images .icon{
    margin: 0 2.083333vw ;
    width: 4.895833vw;
    height: 4.895833vw;
    background: #8DBB7E;
    border-radius: 1.5625vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Download ul li .images .icon img {
    width: 2.34375vw;
}
.Download ul li .text {
    padding: 1.822917vw 1.5625vw 1.822917vw 2.083333vw;
}
.Download ul li .title {
    font-size: var(--font-size24);
    color: #000000;
    padding: .260417vw 0 1.041667vw;
}
.Download ul li .intro {
    display: flex;
    align-items: center;
}
.Download ul li .intro span {
    font-size: var(--font-size14);
    color: #383838;
    margin: 0 .729167vw 0 0;
    display: block;
    line-height: 1;
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
}
.Download ul li .intro img {
    height: .651042vw;
    margin: 0 .416667vw 0 0;
}
.Download ul li .SeeMore {
    width: 7.8125vw;
    height: 2.291667vw;
    border: 1px solid #E5E5E5;
    background: transparent;
    font-size: var(--font-size15);
    margin: 1.822917vw 0 0;
    color: #818181;
}
.Download ul li .SeeMore img {
    width: .729167vw;
    margin: 0 0 0 .520833vw;
}
.Download ul li .SeeMore:hover{
    box-shadow: unset;
}
.Download ul li a:hover {
    box-shadow: 0px 4px 27px 0px rgba(123,143,194,0.39);
    border: 1px solid #8DBB7E;
}
.Download ul li a:hover .SeeMore {
    color: #FFFFFF;
    background: #8DBB7E;
    transition: 0s;
}
.Download ul li a:hover .SeeMore img {
    filter: grayscale(100%) brightness(500%)
}
.Download ul li a:hover .text {
    background: url('../image/32.jpg') no-repeat center;
    background-size: 100% 100%;
}
@media(max-width:992px){ 
    .Download ul {
        display: block;
    }
    .Download ul li {
        width: 100%;
        margin: 20px 0 0;
    }
    .Download ul li .images {
        height: 80px;
    }
    .Download ul li .images .icon {
        margin: 0 20px;
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }
    .Download ul li .images .icon img {
        width: 30px;
    }
    .Download ul li .text {
        padding: 20px ;
    }
    .Download ul li .title {
        padding: 0 0 10px;
    }
    .Download ul li .intro img {
        height: 10px;
        margin: 0 8px 0 0 ;
    }
    .Download ul li .intro span {
        margin: 0 10px 0 0 ;
    }
    .Download ul li .SeeMore {
        width: 130px;
        height: auto;
        padding: 10px;
        margin: 15px 0 0 ;
    }
    .Download ul li .SeeMore img {
        width: 12px;
        margin: 0 0 0 10px;
    }
    .Download ul li a {
        border-radius: 10px;
    }
}

.details .swiper-pagination-progressbar {
    flex: 1;
}
.details.anli {
    padding: 11.979167vw 0 5.729167vw;
}
.details.anli .swiper {
    padding: 2.34375vw 0 0;
}
.details.anli .swiper .swiper-slide {
    overflow: hidden;
    border-radius: 1.5625vw;
}
.details.anli .swiper .swiper-slide img {
}
.details.anli .title {
    padding: 1.5625vw 0 2.083333vw;
}
.anli.details .date{
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
}
@media(max-width:992px){ 
    .details.anli .swiper {
        padding: 20px 0 0 ;
    }
    .details.anli {
        padding: 95px 0 35px;
    }
    .details.anli .swiper-pagination {
        position: unset;
        display: flex;
        justify-content: center;
        margin: 20px 0 0;
    }
    .details.anli .swiper-pagination-bullet {
        background: rgb(255, 255, 255 , 0);
        border: 1px solid rgba(141, 187, 126, 1);
        opacity: 1;
    }
    .details.anli .swiper-pagination-bullet-active {
        background: rgba(141, 187, 126, 1);
    }
}

.Cases {
    padding: 6.770833vw 0 7.8125vw;
    overflow: hidden;
    position: relative;
}
.Cases ul li a{
    display: flex;
    align-items: center;
    margin: 0 0 5.208333vw;
}
.Cases ul li:nth-child(2n) a {
    flex-direction: row-reverse;
}
.Cases ul li:last-child a{
    margin: 0;
}
.Cases ul li .image{
    width: 39.635417vw;
    margin: 0 4.427083vw 0 0;
    border-radius: .78125vw;
}
.Cases ul li:nth-child(2n) .image{
    margin: 0 0 0 4.427083vw ;
}
.Cases ul li .text{
    flex: 1;
}
.Cases ul li .title{
    font-weight: 400;
    font-size: var(--font-size48);
    color: #282A2D;
    padding: 0 0 1.302083vw;
}
.Cases ul li .intro{
    font-weight: 400;
    font-size: var(--font-size18);
    color: rgba(173, 173, 173, 1);
    line-height: 1.8;
}
.Cases ul li .intro span{
    color: #000000;
    margin: 0 .3125vw 0 0;
}
.Cases ul li .icon {
    max-width: max-content;
    margin: 4.166667vw 0 0 ;
    position: relative;
}
.Cases ul li .icon img {
    width: 2.916667vw;
}
.Cases ul li .icon::before{
    content: '';
    position: absolute;
    width: calc(100% - .104167vw);
    height: calc(100% - .104167vw);
    top: .052083vw;
    left: .052083vw;
    border-radius: 100%;
    overflow: hidden;
}
.Cases ul li .icon:hover::before{
    background: #8dbb7e;
}
.Cases ul li .icon:hover img{
    filter: grayscale(100%) brightness(500%);
}
@media(max-width:992px){ 
    .Cases {
        padding: 35px 0;
    }
    .Cases ul li a {
        display: block;
        margin: 0 0 30px;
    }
    .Cases ul li .image {
        width: 100%;
        border-radius: 10px;
        margin: 0 0 20px !important;
    }
    .Cases ul li .title {
        padding: 0 0 10px;
        line-height: 1.3;
    }
    .Cases ul li .intro span {
        margin: 0 5px 0 0 ;
    }
    .Cases ul li .icon img {
        width: 35px;
        margin: 0px 0 0 ;
    }
}
.features {
    padding: 5.208333vw 0 ;
    position: relative;
}
.features .title{
    font-weight: 400;
    font-size: var(--font-size48);
    color: #FFFFFF;
    padding: 0 0 4.6875vw;
}
.features ul{
    font-weight: 400;
    font-size: var(--font-size48);
    color: #FFFFFF;
    /* padding: 0 0 4.6875vw; */
    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;
}
.features ul li {
    margin: 0 0 1.041667vw 0;
    text-align: center;
}
.features ul li:nth-child(4n) {
    margin-right: 0;
}
.features ul li .icon{
    height: 3.489583vw;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1.302083vw;
}
.features ul li .icon img {
    min-height: 2.604167vw;
    max-height: 100%;
}
.features ul li .Htitle {
    font-size: var(--font-size28);
    color: #FFFFFF;
    max-width: 17.708333vw;
}
.features ul li .intro {
    font-size: var(--font-size20);
    color: #FFFFFF;
    line-height: 1.3;
    opacity: 0.6;
    padding: .78125vw 0 0 0;
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
    font-weight: 300;

    max-width: 18.145833vw;
}
.features ul li:nth-child(1){animation-delay: 0.1s;}
.features ul li:nth-child(2){animation-delay: 0.2s;}
.features ul li:nth-child(3){animation-delay: 0.3s;}
.features ul li:nth-child(4){animation-delay: 0.4s;}
.features ul li:nth-child(5){animation-delay: 0.5s;}

@media(max-width:992px){ 
    .features {
        padding: 35px 0;
    }
    .features .title {
        padding: 0 0 20px;
        text-align: center;
    }
    .features ul {
        border-top: 1px solid #ccc;
        padding: 20px 0 0;  
    }
    .features ul li .icon {
        height: 34px;
        margin: 0 0 15px;
    }
    .features ul li {
        width: 100%;
        margin: 0 0 20px;
        padding: 0 0 20px;
        border-bottom: 1px solid #ccc;
    }
    .features ul li .Htitle {
        max-width: 100%;
    }
    .features ul li .intro {
        padding: 5px 0 0 ;
        max-width: 100%;
    }
}
.EMSECS {
    padding: 5.208333vw 0;
}
.EMSECS .columns .title{
    font-size: var(--font-size52);
    color: #282A2D;
    min-width: 23.28125vw;
    padding: 0 5.208333vw 0 0;
}
.EMSECS .columns .Htitle{
    font-size: var(--font-size20);
    color: rgba(45, 45, 45, 1);
    padding: 0 0 1.041667vw;
}
.EMSECS .columns .intro {
    color: rgba(141, 141, 141, 1);
    font-size: var(--font-size20);
    line-height: 1.2;
} 
.EMSECS .columns {
    padding: 0 0 3.125vw;
}
.EMSECS .button {
    padding: 3.385417vw 3.125vw;
    position: relative;
    display: flex;
    border-radius: .78125vw;
    overflow: hidden;
    align-items: center;
} 
.EMSECS .button .image {
    width: 20.260417vw;
    -webkit-box-reflect: below -0.625vw -webkit-linear-gradient(transparent 40%, rgba(0 0 0 / 30%));
}
.EMSECS .button .title{
    font-size: var(--font-size20);
    color: #2D2D2D;
    text-align: center;
    padding: 1.875vw 0 0;
} 
.EMSECS .button>div:nth-child(2) {
    margin: 0 7.291667vw 0 0;
}
.EMSECS .button>div:nth-child(3) {
    flex: 1;
}
.EMSECS .button dl {
    display: flex;
    justify-content: center;
    text-align: center;
}
.EMSECS .button dl dd {
    margin: 0 2.34375vw;
}
.EMSECS .button dl dd:last-child::after {
    content: '';
    display: block;
    height: 1.041667vw;
    width: .104167vw;
    background: #000;
    margin: .260417vw auto 0;
}
.EMSECS .button dl .icon img{
    width: 3.90625vw;
    padding: 0 0 .520833vw;
}
.EMSECS .button dl .Htitle{
    font-size: var(--font-size20);
    color: #4A4949;
}
.EMSECS .button dl .jiantou{
    position: absolute;
    margin: 1.458333vw 0;
    transform: translateX(15%);
}
.EMSECS .button dl .jiantou img{  
    width: 5.9375vw;
}
.EMSECS .button ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
}
.EMSECS .button ul::before {
    content: '';
    display: block;
    position: absolute;
    width: 91%;
    height: .104167vw ;
    background: #000;
    left: 50%;
    transform: translateX(-50%);
}
.EMSECS .button ul .icon img {
    width: 3.541667vw;
    padding: 0 0 .520833vw;
}
.EMSECS .button ul li .jiantou{
    margin: 0 0 .520833vw;
}
.EMSECS .button ul li .jiantou img{
    width: .3125vw 0 0 ;
}
.EMSECS .button ul .Stitle {
    font-size: var(--font-size20);
    color: #4A4949;
}
.EMSECS .button dl img,
.EMSECS .button ul img {
    filter: grayscale(100%) brightness(00%);
}
@media(max-width:992px){ 
    .EMSECS {
        padding: 35px 0;
    }
    .EMSECS .columns {
        display: block;
        padding: 0 0 20px;
    }
    .EMSECS .columns .title {
        width: 100%;
        text-align: center;
        padding: 0 0 15px;
    }
    .EMSECS .columns .Htitle {
        padding: 0 0 10px;
    }
    .EMSECS .button {
        display: block;
        padding: 20px ;
    }
    .EMSECS .button {
        border-radius: 10px;
    }
    .EMSECS .button dl dd:last-child::after {
        display: none;
    }
    .EMSECS .button .image {
        width: 100%;
        -webkit-box-reflect: below -10px -webkit-linear-gradient(transparent 40%, rgba(0 0 0 / 30%));
    }
    .EMSECS .button>div:nth-child(2) {
        margin: 0 0 30px;
    }
    .EMSECS .button .title {
        padding: 25px 0 0 ;
    }
    .EMSECS .button dl {
        flex-wrap: wrap;
    }
    .EMSECS .button dl .icon img {
        width: 40px;
        padding: 0 0 5px;
    }
    .EMSECS .button dl .jiantou img{
        width: 50px;
    }
    .EMSECS .button dl .jiantou {
        margin: 11px 0;
        transform: translateX(5%);
    }
    .EMSECS .button dl dd:last-child::after {
        height: 20px;
        width: 2px;
    }
    .EMSECS .button dl dd {
        width: 50%;
        margin: 0px 0 15px;
    }
    .EMSECS .button ul {
        flex-wrap: wrap;
    }
    .EMSECS .button ul li {
        width: 50%;
        margin: 0 0 20px;
    }
    .EMSECS .button ul .icon img {
        width: 35px;
        padding: 0 0 5px;
    }
    .EMSECS .button ul li .jiantou {
        margin: 0 0 7px;
    }
    .EMSECS .button ul li .jiantou {
        display: none;
    }
    .EMSECS .button ul li:nth-child(1) .jiantou,
    .EMSECS .button ul li:nth-child(2) .jiantou {
        display: block;
    }
    .EMSECS .columns .intro{
        line-height: unset;
    }
}
.Features {
    padding: 5.729167vw 0;
    position: relative;
}
.Features .title {
    font-size: var(--font-size52);
    color: #282A2D;
    padding: 0 0 3.645833vw;
    text-align: center;
}
.Features .columns .image{
    width: 36.927083vw;
    margin: 0 3.645833vw;
    -webkit-box-reflect: below -2.604167vw -webkit-linear-gradient(transparent 70%, rgba(0 0 0 / 10%));
}
.Features .columns dl {
    flex: 1;
    margin: 1.71875vw 0 0;
}
.Features .columns dl dd {
    display: flex;
    align-items: center;
    margin: 0 0 3.125vw;
}
.Features .columns dl dd img {
    min-width: 3.458333vw;
    width: 3.458333vw;
    margin: 00 1.25vw 0 0;
}
.Features .columns dl dd .Htitle {
    font-size: var(--font-size22);
    color: #282A2D;
}
@media(max-width:992px){ 
    .Features {
        padding: 35px 0 20px;
    }
    .Features .columns {
        display: block;
    }
    .Features .columns dl dd img {
        min-width: 35px;
        width: 35px;
        margin: 0 15px 0 0;
    }
    .Features .columns .image {
        width: 100%;
        margin: 20px 0;
    }
    .Features .columns dl dd {
        padding: 0 0 20px;
        margin: 0 0 20px;
        border-bottom: 1px solid #ccc;
    }
    .Features .columns dl {
        margin: 0;
    }
    .Features .title {
        padding: 0 0 20px;
    }
}
.parameters {
    padding: 5.208333vw 0;
}
.parameters .title {
    font-size: var(--font-size48);
    color: #282A2D;
    padding: 0 0 3.125vw;
}
.parameters .image {
    min-width: 29.166667vw;
    max-width: 33.854167vw;
    margin: 0 7.552083vw 0 0;
}
.parameters dl {
    display: flex;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.parameters dl dd{
    border-radius: .78125vw .78125vw 0px 0px;
    padding: 1.302083vw 1.5625vw;
    font-size: var(--font-size22);
    color: #979797;
    opacity: 0.8;
    cursor: pointer;
}
.parameters dl dd.on {
    background: #8DBB7E;
    color: #FFFFFF;
    opacity: 1;
}
.parameters dl dd:not(:last-child) {
    margin: 0 1.5625vw 0 0;
}
.parameters .columns{
    justify-content: space-between;
}
.parameters .columns>div:nth-child(2) {
    flex: 1;
    max-width: 33.645833vw;
}
.parameters .columns ul {
    padding: 2.291667vw 0 0 ;
    display: none;

    animation: fadeInUp 1.5s;
    -webkit-animation: fadeInUp 1.5s;
}
.parameters .columns ul li {
    background: #F7F7F7;
    border-radius: .78125vw;
    display: flex;
    margin: 0 0 .885417vw;
}
.parameters .columns ul >div {
    display: none;
}
.parameters .columns ul li>div {
    padding: 1.5625vw 2.34375vw;
}
.parameters .columns ul li>div:nth-child(1) {
    width: 15.625vw;
    border-right: 1px solid rgba(233, 232, 232, 1);
} 
.parameters .columns ul li>div:nth-child(2) {
    flex: 1;
}
.parameters .columns ul li>div span:nth-child(1) {
    font-size: var(--font-size20);
    color: #000000;
    display: block;
    padding: 0 0 .78125vw ;
}
.parameters .columns ul li>div span:nth-child(2) {
    font-size: var(--font-size20);
    color: #909090;
} 
.parameters .columns ul .SeeMore {
    margin: 1.5625vw 0 0;
}
@media(max-width:992px){ 
    .parameters {
        padding: 35px 0;
    }
    .parameters .title {
        padding: 0 0 20px;
    }
    .parameters .columns {
        display: block;
    }
    .parameters .image {
        width: 80%;
        margin: 0 auto 20px;
        max-width: 100%;
    }
    .parameters dl {
        display: block;
    }
    .parameters dl dd {
        padding: 10px 20px;
        margin: 0;
        border-radius: 10px 10px 0 0;
    }
    .parameters .columns ul {
        padding: 20px 0 0 ;
    }
    .parameters .columns ul li {
        display: block;
        padding: 20px;
        margin: 0 0 15px;
        border-radius: 10px;
    }
    .parameters .columns ul li>div {
        padding: 0;
    }
    .parameters .columns ul li>div:nth-child(1) {
        width: 100%;
        border-right: 0px solid rgba(233, 232, 232, 1);
        padding: 0 0 20px;
    }
    .parameters .columns ul li>div span:nth-child(1) {
        padding: 0 0 5px;
    }
    .parameters .columns ul .SeeMore {
        margin: 25px 0 0;
    }
    .parameters .columns>div:nth-child(2) {
        max-width: 100%;
    }
}
.Video_ {
    position: relative;
    cursor: pointer;

    /* height: 100vh;
    overflow: hidden; */
}
.Video_ video{
    width: 100%;
    display: block;
    /* height: 100vh;
    object-fit: cover; */
}
.Video_ .text {
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
/* .Video_ .icon{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
} */
.Video_ .icon img {
    width: 4.229167vw;
    display: block;
    margin: auto;
    border-radius: 50px;
    border: 1px solid #fff;
}
@media(max-width:992px){ 
    /* .Video_ {
        height: auto;
    } */
    .Video_ .icon img {
        width: 30px;
    }
}
.Scenarios {
    padding: 5.208333vw 0 6.25vw;
    overflow: hidden;
}
.Scenarios .title{
    font-size: var(--font-size48);
    color: #282A2D;
    padding: 0 0 3.645833vw;
}
.Scenarios ul {
    margin: 0 -11.979167vw 0 0 ;
    padding: 0 22.916667vw 0 0 ;
}
.Scenarios ul li{
    width: calc(50% - (1.71875vw / 2));
    border-radius: .78125vw;
    overflow: hidden;
    position: relative;
}
.Scenarios ul li .Htitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: var(--font-size24);
    color: #FFFFFF;
    padding: 1.5625vw 1.770833vw;
}
@media(max-width:992px){ 
    .Scenarios {
        padding: 35px 0;
    }
    .Scenarios ul {
        padding: 0 ;
        margin: 0 ;
    }
    .Scenarios ul li{
        width: 100%;
        border-radius: 10px;
    }
    .Scenarios ul li .Htitle {
        padding: 20px 30px ;
        font-size: 16px;
    }
    .Scenarios .title {
        padding: 0 0 20px;
    }
    .Scenarios .swiper-pagination{
        position: unset;
        padding: 15px 0 0 ;
        display: flex;
        justify-content: center;
    }
}
.programme {
    padding: 3.125vw 0 3.385417vw;
    overflow: hidden;
}
.programme .columns{
    padding: 3.645833vw 0 0;
}
.programme .columns .text{
    max-width: 25.520833vw;
    width: 25.520833vw;
    margin: 0 5.208333vw 0 0;
}
.programme .columns .title{
    font-size: var(--font-size52);
    color: #282A2D;
    padding: 0 0 2.604167vw;
}
.programme .columns .intro{
    font-size: var(--font-size20);
    color: #000000;
    line-height: 1.2;
    opacity: 0.6;
}
.programme .columns ul {
    flex: 1;
    /* margin: -10.416667vw;
    padding: 10.416667vw; */
}
.programme .columns ul .image {
    width: 40.104167vw;
}

.programme .columns ul .image img{ width: 100%; display: block;}

.programme ul .images{
    position: relative;
}
.programme ul .images dd{
    position: absolute;
    width: .520833vw;
    height: .520833vw;
}
.programme ul .images dd::after{
    content: '';
    /* position: absolute; */
    width: .520833vw;
    height: .520833vw;
    background: #8AB67B;
    border-radius: 50%;
    /* top: 6.1875rem;
    left: 1.09375vw; */
    display: block;
    position: relative;
    z-index: 2;
    opacity: .5;
}
.programme ul .images dd .dian{
    opacity: .5;
}
.programme ul .images dd .dian span {
    width: 1.5625vw;
    height: 1.5625vw;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: drop_amplify 3s linear infinite;
    -moz-animation: drop_amplify 3s linear infinite;
    animation: drop_amplify 3s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.programme ul .images dd .dian span:nth-child(2) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 0.1;
}
@keyframes drop_amplify {
    0% {
      transform: translate(-50%, -50%) scale(0.2);
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(1.8);
    }
}
.programme ul .images dd .xian {
    background: #8AB67B;
    position: absolute;
    top: calc(50% - .052083vw);
    left: calc(50% - .052083vw);
    transform-origin: top;
    width: .104167vw;
}
.programme ul .images dd .Htitle {
    font-size: var(--font-size20);
    color: #282A2D;
    min-width: max-content;
    position: absolute;
}


.programme ul .images dd:nth-child(1) {
    top: 6.510417vw;
    left: 2.239583vw;
}
.programme ul .images dd:nth-child(1) .xian {
    width: .104167vw;
    height: 9vw;
    transform: rotate(160deg);
}
.programme ul .images dd:nth-child(1) .Htitle {
    margin: -9.791667vw 0 0 -7.291667vw;
}

.programme ul .images dd:nth-child(2) {
    top: 11.927083vw;
    left: 19.947917vw;
}
.programme ul .images dd:nth-child(2) .xian {
    height: 12.664583vw;
    transform: rotate(180deg);
}
.programme ul .images dd:nth-child(2) .Htitle {
    margin: -15.364583vw 0 0 -10.041667vw;
}

.programme ul .images dd:nth-child(3) {
    top: 8.927083vw;
    left: 37.947917vw;
}
.programme ul .images dd:nth-child(3) .xian {
    height: 10.645833vw;
    transform: rotate(205deg);
}
.programme ul .images dd:nth-child(3) .Htitle {
    margin: -12.364583vw 0 0 1.041667vw;
}

.programme ul .images dd:nth-child(4) {
    top: 16.227083vw;
    left: 14.247917vw;
}
.programme ul .images dd:nth-child(4) .xian {
    height: 13.9375vw;
    transform: rotate(5deg);
}
.programme ul .images dd:nth-child(4) .Htitle {
    margin: 14.335417vw 0 0 -5.28333vw;
}

.programme ul .images dd:nth-child(5) {
    top: 19.227083vw;
    left: 15.947917vw;
}
.programme ul .images dd:nth-child(5) .xian {
    height: 13.510417vw;
    transform: rotate(-37deg);
}
.programme ul .images dd:nth-child(5) .Htitle {
    margin: 11.335417vw 0 0 4.21667vw;
}


.programme ul .images dd:nth-child(6) {
    top: 21.227083vw;
    left: 27.947917vw;
}
.programme ul .images dd:nth-child(6) .xian {
    height: 10.772917vw;
    transform: rotate(313deg);
}
.programme ul .images dd:nth-child(6) .Htitle {
    margin: 8.135417vw 0 0 4.41667vw;
}
.programme ul .images dd:nth-child(7) {
    top: 10.527083vw;
    left: 5.47917vw;
}
.programme ul .images dd:nth-child(7) .xian {
    height: 20.772917vw;
    transform: rotate(10deg);
}
.programme ul .images dd:nth-child(7) .Htitle {
    margin: 21.135417vw 0 0 -7.58333vw;
}


@-webkit-keyframes height1 {
    0% { height: 0; }
    to { height: 9vw; }
}
@keyframes height1 {
    0% { height: 0; }
    to { height: 9vw; }
}
@-webkit-keyframes height2 {
    0% { height: 0; }
    to { height: 12.664583vw; }
}
@keyframes height2 {
    0% { height: 0; }
    to { height: 12.664583vw; }
}
@-webkit-keyframes height3 {
    0% { height: 0; }
    to { height: 10.645833vw; }
}
@keyframes height3 {
    0% { height: 0; }
    to { height: 10.645833vw; }
}
@-webkit-keyframes height4 {
    0% { height: 0; }
    to { height: 13.9375vw; }
}
@keyframes height4 {
    0% { height: 0; }
    to { height: 13.9375vw; }
}
@-webkit-keyframes height5 {
    0% { height: 0; }
    to { height: 13.510417vw; }
}
@keyframes height5 {
    0% { height: 0; }
    to { height: 13.510417vw; }
}
@-webkit-keyframes height6 {
    0% { height: 0; }
    to { height: 10.772917vw; }
}
@keyframes height6 {
    0% { height: 0; }
    to { height: 10.772917vw; }
}
@-webkit-keyframes height7 {
    0% { height: 0; }
    to { height: 20.772917vw; }
}
@keyframes height7 {
    0% { height: 0; }
    to { height: 20.772917vw; }
}
.height1{
    -webkit-animation-name: height1;
    animation-name: height1
}
.height2{
    -webkit-animation-name: height2;
    animation-name: height2
}
.height3{
    -webkit-animation-name: height3;
    animation-name: height3
}
.height4{
    -webkit-animation-name: height4;
    animation-name: height4
}
.height5{
    -webkit-animation-name: height5;
    animation-name: height5
}
.height6 {
    -webkit-animation-name: height6;
    animation-name: height6
}
.height7 {
    -webkit-animation-name: height7;
    animation-name: height7
}

@media(min-width:992px){ 
    .programme .swiper-pagination {
        display: flex;
        flex-direction: column;
        width: auto;
        right: 0vw;
        left: unset;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .programme .swiper-pagination-bullet {
        width: .364583vw;
        height: .364583vw;
        margin: .3125vw 0 !important;
    }
    .programme .swiper-pagination-bullet-active {
        width: .572917vw;
        height: .572917vw;
    }
    .programme .columns ul{
        padding: 2.604vw 0px;
    }
    .programme ul li{
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    .programme ul li .images {
        zoom: .8;
    }
}

.programme2 ul .images dd .dian span {
    background: #88ac86;
}
.programme2 ul .images dd:nth-child(1) {
    top: 10.810417vw;
    left: 3.339583vw;
}
.programme2 ul .images dd:nth-child(2) {
    top: 11.927083vw;
    left: 17.947917vw;
}
.programme2 ul .images dd:nth-child(3) {
    top: 6.927083vw;
    left: 28.17917vw;
}
.programme2 ul .images dd:nth-child(4) {
    top: 16.57083vw ;
    left: 11.47917vw;
}
.programme2 ul .images dd:nth-child(5) {
    top: 14.027083vw;
    left: 26.447917vw;
}
.programme2 ul .images dd:nth-child(6) {
    top: 21.227083vw;
    left: 24.947917vw;
}



.programme2 ul .images dd:nth-child(1) .xian {
    width: .104167vw;
    height: 15.075vw;
    transform: rotate(144deg);
}
.programme2 ul .images dd:nth-child(1) .Htitle {
    margin: -13.591667vw 0 0 -13.291667vw;
}
.programme2 ul .images dd:nth-child(2) .xian {
    height: 13.364583vw;
    transform: rotate(165deg);
}
.programme2 ul .images dd:nth-child(2) .Htitle {
    margin:-15.364583vw 0 0 -11.958333vw;
}
.programme2 ul .images dd:nth-child(3) .xian {
    height: 10.645833vw;
    transform: rotate(220deg);
}
.programme2 ul .images dd:nth-child(3) .Htitle {
    margin: -9.591667vw 0 0 1.041667vw;
}
.programme2 ul .images dd:nth-child(4) .xian {
    height: 20.9375vw;
    transform: rotate(45deg);
}
.programme2 ul .images dd:nth-child(4) .Htitle {
    margin: 15.535417vw 0 0 -19.58333vw;
}
.programme2 ul .images dd:nth-child(5) .xian {
    height: 21.710417vw;
    transform: rotate(331deg);
}
.programme2 ul .images dd:nth-child(5) .Htitle {
    margin: 19.7335417vw 0 0 6.41667vw;
}
.programme2 ul .images dd:nth-child(6) .xian {
    height: 13.772917vw;
    transform: rotate(395deg);
}
.programme2 ul .images dd:nth-child(6) .Htitle {
    margin: 11.735417vw 0 0 -13.58333vw;
}

@-webkit-keyframes height11 {
    0% { height: 0; }
    to { height:  15.075vw; }
}
@keyframes height11 {
    0% { height: 0; }
    to { height:  15.075vw; }
}
@-webkit-keyframes height22 {
    0% { height: 0; }
    to { height: 12.364583vw; }
}
@keyframes height22 {
    0% { height: 0; }
    to { height: 12.364583vw; }
}
@-webkit-keyframes height33 {
    0% { height: 0; }
    to { height: 10.645833vw; }
}
@keyframes height33 {
    0% { height: 0; }
    to { height: 10.645833vw; }
}
@-webkit-keyframes height44 {
    0% { height: 0; }
    to { height: 20.9375vw; }
}
@keyframes height44 {
    0% { height: 0; }
    to { height: 20.9375vw; }
}
@-webkit-keyframes height55 {
    0% { height: 0; }
    to { height: 21.710417vw; }
}
@keyframes height55 {
    0% { height: 0; }
    to { height: 21.710417vw; }
}
@-webkit-keyframes height66 {
    0% { height: 0; }
    to { height: 13.772917vw; }
}
@keyframes height66 {
    0% { height: 0; }
    to { height: 13.772917vw; }
}
.height11{
    -webkit-animation-name: height11;
    animation-name: height11
}
.height23{
    -webkit-animation-name: height23;
    animation-name: height23
}
.height33{
    -webkit-animation-name: height33;
    animation-name: height33
}
.height44{
    -webkit-animation-name: height44;
    animation-name: height44
}
.height55{
    -webkit-animation-name: height55;
    animation-name: height55
}
.height66{
    -webkit-animation-name: height66;
    animation-name: height66
}

@media(max-width:992px){ 
    .programme {
        padding: 35px 0;
    }
    .programme .columns{
        display: block;
        padding: 0;
    }
    .programme .columns .text {
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px;
    }
    .programme .columns .title {
        padding: 0 0 15px;
    }
    .programme .columns ul .image {
        max-width: 100%;
        margin: auto;
        width: 100%;
    }
    .programme .swiper-pagination  {
        position: unset;
        display: flex;
        justify-content: center;
        padding: 20px 0 0 ;
    }
    .programme .columns ul {
        padding: 0 ;
        margin: 0 ;
    }
    .programme ul .images dd .Htitle {
        margin: auto !important;
        position: unset;
    }
    .programme ul .images dd {
        position: unset;
        width: 100%;
        height: auto;
    }
    .programme ul .images dd .xian {
        display: none;
    }
    .programme ul .images dl {
        display: none;
    }
}

.tanchuang .text{
    background: #fff;
    border-radius: .78125vw;
    padding: 1.604167vw 1.5625vw 2.604167vw;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
}
.tanchuang .text .title{
    font-size: var(--font-size36);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1.604167vw;
    padding: 0 1.041667vw;
}
.tanchuang .text .title img {
    width: .833333vw;
    cursor: pointer;
}
.tanchuang .text table {
    width: calc(100% + 2px);
    border-radius: .78125vw;
    overflow: hidden;
    /* border-collapse: unset; */
    border: 1px solid #000000;
    margin: -1px;
}
.tanchuang .text table tr td {
    font-size: var(--font-size16);
    color: rgba(37, 37, 37, .85);
    padding: .625vw 1.041667vw;
    text-align: center;
    /* border-collapse: collapse; */
}
.tanchuang .text table tr:nth-child(1) td {
    padding: .885417vw 1.041667vw ;
    color: #FFFFFF;
    background: #8DBB7E;
    overflow: hidden;
}

.tanchuang .text .biaoge {
    max-height: 90%;
    overflow: auto;
    padding: 0 1.041667vw 00 ;
}
.tanchuang .text .biaoge>div {
    border-radius: .78125vw;
    border: 1px solid #D9D9D9;
}

@media(min-width:992px){
.tanchuang .text .biaoge::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #DFDFDF;
}
.tanchuang .text .biaoge::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); 
    border-radius: 6px;
    background-color: #DFDFDF;
}
.tanchuang .text .biaoge::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    background: #8DBB7E;
}
}

/* .tanchuang .text table tr:nth-child(1){
    border-radius: .78125vw 0 0 0;
}
.tanchuang .text table tr:nth-child(1) td {
    border-radius: 0 .78125vw 0 0;
}
.tanchuang .text table tr:last-child td:nth-child(1){
    border-radius: 0 0 0 .78125vw;
}
.tanchuang .text table tr:last-child td:last-child{
    border-radius: 0 0 .78125vw 0 ;
} */
@media(max-width:992px){ 
    .tanchuang .text {
        padding: 30px 20px;
    }
    .tanchuang .text .title img {
        width: 11px;
    }
    .tanchuang .text .biaoge>div {
        border: unset;
    }
    .tanchuang .text .title {
        margin: 0 0 20px;
    }
    .tanchuang .text table {
        width: 100%;
        border: 0px solid #000000;
        margin: 0;
        overflow: unset;
    }
    .tanchuang .text .title {
        padding: 0;
    }
    .tanchuang .text .biaoge {
        padding: 0;
    }
    .tanchuang .text table tr:nth-child(1) td,
    .tanchuang .text table tr td {
        padding: 10px 20px;
        /* min-width: 210px; */
    }
}
.programme2 .columns {
    padding: 0;
    align-items: center;
}
/* .programme2 .columns ul {
    padding: 0 ;
    margin: 0 ;
} */
@media(min-width:992px){
    .programme2 .columns ul .image {
        width: 32.34375vw;
    }
} 
.programme2 .columns ul .image img {
    width: 100%;
    margin: 0 0 0 auto;
    display: block;
}
.programme2 .swiper-pagination {
    right: 0;
}
@media(max-width:992px){ 
}
.Video_2 .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4.6875vw 0;
    text-align: center;
    /* display: block; */
    z-index: 1;
}
.Video_2 .text .title {
    font-size: var(--font-size44);
    color: #FFFFFF;
}
.Video_2 .text .intro {
    font-weight: 400;
    font-size: var(--font-size18);
    color: #FFFFFF;
    line-height: 1.3;
    opacity: 0.6;
    padding: 1.822917vw 0 3.385417vw;
}
.Video_2 .text .icon {
    position: unset;
}
@media(max-width:992px){ 
    .Video_2 .text {
        position: unset;
        padding: 35px 0 0;
    }
    .Video_2 .text .title ,
    .Video_2 .text .intro{
        color: #000000;
        padding: 15px 0 25px;
    }
    .Video_2 .text .intro br {
        display: none;
    }
    .Video_2 .text .icon {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
}
.parameters2 .image{
    width: 29.166667vw;
}
@media(max-width:992px){ 
}
.completely {
    padding: 5.729167vw 0;
    background: #FAFAFA;
}
.completely .columns {
    align-items: center;
}
.completely .image{
    width: 45.052083vw;
    min-width: 45.052083vw;
    margin: 0 3.125vw 0 0;
    position: relative;
    border-radius: .78125vw;
}
.completely .image video{
    width: 100%;
    display: block;
    cursor: pointer;
}
.completely .image .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.completely .image .icon img{
    width: 3.229167vw;
}
.completely .text {
    padding: 1.041667vw 0 3.125vw;
}
.completely .text .title {
    font-size: var(--font-size44);
    color: #282A2D;
    line-height: 1.05;
    padding: 0 0 2.864583vw;
}
.completely .text .intro {
    font-size: var(--font-size18);
    color: #000000;
    line-height: 1.3;
    opacity: 0.6;
}
@media(max-width:992px){ 
    .completely {
        padding: 35px 0;
    }
    .completely .columns {
        display: block;
    }
    .completely .image {
        width: 100%;
        border-radius: 10px;
        margin: 0 0 20px;
    }
    .completely .image .icon img {
        width: 30px;
    }
    .completely .text .title {
        padding: 0 0 15px;
    }
    .completely .text .title br {
        display: none;
    }
    .completely .text {
        padding: 0 ;
    }
}
.Whoarewe {
    padding: 3.125vw 0 0 ;
    position: relative;
    overflow: hidden;
}
.Whoarewe .columns{
   padding: 2.864583vw 0 4.427083vw;
}
.Whoarewe .columns .title{
    min-width: 29.6875vw;
    width: 29.6875vw;
    padding: 0 5.208333vw 0 0;

    font-size: var(--font-size70);
    color: #282A2D;
    line-height: 1.1;
    margin: -0.260417vw 0 0;
}
.Whoarewe .columns .intro{
    font-size: var(--font-size18);
    color: #000000;
    line-height: 1.15;
    opacity: 0.6;
}
.Whoarewe .list {
    position: relative;
    /* margin: 0 2.447917vw; */
}
.Whoarewe .list .image {
    clip-path: inset(0% 2.447917vw 0%);
    transition: all .5s ease-in-out;
}
.Whoarewe .list ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 9.53125vw;
    display: flex;

    max-width: 75vw;
    margin: auto;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}
.Whoarewe .list ul li{
    width: 33.33%;
    border-right: 1px solid rgba(250, 250, 250, .15);
    padding: 4.947917vw 4.208333vw 4.166667vw;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.Whoarewe .list ul li:nth-child(1){
    border-left: 1px solid rgba(250, 250, 250, .15);
}
.Whoarewe .list ul li .title{
    font-size: var(--font-size36);
    color: #FFFFFF;
    padding: 0px 0 1.041667vw;
}
.Whoarewe .list ul li .intro{
    font-size: var(--font-size20);
    color: #FFFFFF;
    line-height: 1.2;
    opacity: 0.6;
    padding: 0 0 1.822917vw;
    font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei;
    font-weight: 300;
}
.Whoarewe .list ul li .icon img {
    width: 3.90625vw;
}
.Whoarewe .list ul li .text {
    display: none;
}
/* .Whoarewe .list .image img:not(:first-child){
    position: absolute;
} */
@media(max-width:992px){ 
    .Whoarewe {
        padding: 35px 0 0;
    }
    .Whoarewe .columns {
        padding: 0 0 25px;
        display: block;
    }
    .Whoarewe .columns .title {
        width: 100%;
        margin: 0 0 15px;
    }
    .Whoarewe .columns .title br {
        display: none;
    }

    .Whoarewe .list ul {
        position: unset;
        width: 100%;
        padding: 0;
        display: block;

        transform:unset;
        max-width: 100%;
    }
    .Whoarewe .list .image {
        clip-path: unset;
    }
    .Whoarewe .list .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
    .Whoarewe .list ul li {
        width: 100%;
        padding: 35px 0;
        border-bottom: 1px solid rgba(250, 250, 250, .5);
        border-right: 0px solid rgba(250, 250, 250, .15);
    }
    .Whoarewe .list ul li .text {
        display: block;
    }
    .Whoarewe .list ul li .title {
        padding: 0 0 15px ;
    }
    .Whoarewe .list ul li .intro {
        padding: 0 0 25px;
    }
    .Whoarewe .list ul li .icon img {
        width: 40px;
    }
    .Whoarewe .columns .intro{
        line-height: unset;
    }
    .Whoarewe .list ul li:nth-child(1) {
        border-left: 0px solid rgba(250, 250, 250, .15);
    }
}
.customers {
    padding: 5.208333vw;
    overflow: hidden;
    position: relative;
}
.customers .columns {
    justify-content: space-between;
}
.customers .columns .image{
    width: 35.416667vw;
    min-width: 35.416667vw;
    border-radius: .78125vw;
}
.customers .columns .text {
    margin: 0 7.291667vw 0 0 ;
}
.customers .columns .text .title{
    font-size: var(--font-size48);
    color: #282A2D;
    padding: 0 0 2.34375vw;
}
.customers .columns .text .intro{
    font-size: var(--font-size18);
    color: #000000;
    line-height: 1.35;
    opacity: 0.6;
    padding: 0 0 3.385417vw;
}
.customers .columns:nth-child(1) .text {
    padding: 5.46875vw 0 ;
}
.customers .columns:nth-child(2) .text {
    padding: 12.5vw 0 5.208333vw;
    margin: 0 0 0 7.291667vw;
}
.customers .columns:nth-child(2) {
    margin: -6.510417vw 0 0 ;
}
.customers .columns .icon img {
    width: 2.916667vw;
    animation: float 3s infinite;
    -webkit-animation: float 3s infinite;
    cursor: pointer;
}
@media(max-width:992px){ 
    .customers .columns .icon img {
        width: 30px;
    }
    .customers {
        padding: 35px 0;
    }
    .customers .columns {
        display: block;
    }
    .customers .columns .text {
        margin: 0 0 40px !important;
        padding: 0 !important;
    }
    .customers .columns .text .title {
        padding: 0 0 15px ;
    }
    .customers .columns .image {
        width: 100%;
    }
    .customers .columns:nth-child(2) {
        margin: 25px 0 0;
        flex-direction: column-reverse;
        display: flex;
    }
    .customers .columns .text .intro br {
        display: none;
    }
}


.capabilities2 .title {
    font-size: var(--font-size48);
    padding: 8.489583vw 0;
}
.capabilities2 .text {
    padding: 0 0 1.5625vw;
}
.capabilities2 .text dl dd {
    width: calc(25% - (7.8125vw / 4));
    margin: 0 2.604167vw 0 0;
}
@media(max-width:992px){ 
    .capabilities2 .title {
        padding: 40px 0;
    }
    .capabilities2 .title br {
        display: none;
    }
    .capabilities2 .text {
        padding: 0 0 35px;
    }
    .capabilities .text .auto_1440 {
        height: 100%;
        margin: 0 auto;
    }
}
.Honorary {
    padding: 7.291667vw 0 0;
    position: relative;
    overflow: hidden;
}
.Honorary .columns {
    padding: 0 .885417vw 0 11.979167vw;
    justify-content: space-between;
}
.Honorary .columns .left {
    flex: 1;
}
.Honorary .columns .right {
    flex: 1;
    /* padding: 0 5.208333vw; */
    max-width: 55.729167vw;
    /* max-width: 69.0625vw; */
}
.Honorary .columns .right .swiper {
    height: 40.416667vw;
}
.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('../image/67.png') no-repeat bottom;
    background-size: 25.625vw 26vw;
    content: "";
    display: block;
}
.Honorary .columns .right .swiper-slide img {
    width: auto;
    height: 18.1875vw;
    position: absolute;
    left: 50%;
    bottom: 23.620833vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.Honorary .columns .right .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-top: 7.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.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    margin-top: 0px;
}
.Honorary .columns .right .swiper-wrapper {
    transition: 1s;
    transition-duration:1s !important;
}
.Honorary .columns .right .frame1.image img {
    padding: 1.041667vw;
    background: url('../image/68.png') no-repeat;
    background-size: 100% 100%;
    bottom: 23.2020833vw;
}
.Honorary .columns .right .frame2.image img {
    padding: 1.041667vw;
    background: url('../image/69.png') no-repeat;
    background-size: 100% 100%;
    max-width: 12.604167vw;
    height: auto;
    object-fit: cover;
}

@media(max-width:992px) {
    .Honorary .columns {
        display: block;
        width: 90%;
        margin: auto;
        padding: 0;
    }
    .Honorary .columns .right {
        max-width: unset;
        padding: 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;
    }
    .Honorary .columns .right .swiper-slide img {
        height: auto;
        width: 200px;
        max-height: 200px;
        object-fit: contain;
    }
    .Honorary .columns .right .swiper {
        height: 330px;
    }
    .Honorary .columns .right .swiper-slide::after {
        width: 240px;
        background-size: 240px 199px;
        bottom: -27vw;
        height: 199px;
    }
    .Honorary .columns .title {
        text-align: center;
        padding: 0 0 20px;
    }
}
.Honorary .title {
    padding: 2.604167vw 0 2.083333vw;
    border-bottom: 1px solid rgba(223, 223, 223, 1);
    font-weight: 400;
    font-size: var(--font-size48);
    color: #282A2D;
    margin: 0 0 2.604167vw;
}
.Honorary .Htitle {
    font-weight: 400;
    font-size: var(--font-size22);
    color: #282A2D;
    padding: 0 0 .78125vw ;
}
.Honorary .intro {
    font-size: var(--font-size18);
    color: #000000;
    line-height: 1.3;
    opacity: 0.6;
    padding: 0 0 2.34375vw;
}
@media(max-width:992px){ 
    .Honorary {
        padding: 35px 0 0;
    }
    .Honorary .columns .title {
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
    .Honorary .Htitle {
        padding: 0 0 15px;
    }
    .Honorary .intro {
        padding: 0 0 20px;
    }
    .Honorary .columns .right .frame2.image img {
        max-width: 100%;
        padding: 10px;
        bottom: 85px;
        width: auto;
    }
    .Honorary .columns .right .frame1.image img {
        width: auto;
        bottom: 95px;
        padding: 10px;
    }
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}

/* .icon_jiantou:hover .icon {
    background: #8dbb7e;
    transition: .3s;
}
.icon_jiantou:hover .icon img {
    filter: grayscale(100%) brightness(500%);
    transition: .3s;
} */

/* 动画 */

/* transform: translate3d(0, -100px, 0); 上 fadeInUp wow" data-wow-duration="2s"   */
.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-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 float {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    50%{
        -webkit-transform: none;
        transform: none;
    }
    to {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
}
@keyframes float {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    50%{
        -webkit-transform: none;
        transform: none;
    }
    to {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

/* 区号 */
.message ul li>div div.intl-tel-input {
    width: 100%;
}
.message .intl-tel-input .flag-container {
    background: #ffffff47;
    border-radius: .78125vw 0 0 .78125vw;
}
.message .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0);
}
.message .intl-tel-input .country-list .country {
    display: block;
}
.message .intl-tel-input .country-list {
    width: 17.96875vw;
    font-size: var(--font-size14);
    box-shadow: 1px 1px 20px rgb(218 218 218 / 40%);
    top: 110%;
}
@media(min-width:992px){
    .message .intl-tel-input .country-list {
        max-height: 20.833333vw;
    }
}
.message .intl-tel-input .country-list::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background-color: #DFDFDF;
}
.message .intl-tel-input .country-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); 
    border-radius: 6px;
    background-color: #DFDFDF;
}
.message .intl-tel-input .country-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    background: #c1c1c1;
}
.message .intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0);
    color: #8dbb7e;
}
.message .intl-tel-input.allow-dropdown .selected-flag, 
.message .intl-tel-input.separate-dial-code .selected-flag {
    width: 2.395833vw;
}
.message .intl-tel-input.allow-dropdown input, 
.message .intl-tel-input.allow-dropdown input[type=text] {
    padding-left: 3.125vw !important;
}
.message .image{
    flex: 1;
}
.message .iti-flag {
    width: 1.041667vw !important;
    height: .572917vw !important;
}
.message .intl-tel-input .selected-flag .iti-arrow {
    right: .3125vw;
    border-left: 0.15625vw solid transparent;
    border-right: 0.15625vw solid transparent;
    border-top: 0.208333vw solid #ffffff;
}
.message .intl-tel-input .selected-flag {
    padding: 0 0 0 .416667vw;
}
.message .intl-tel-input .country-list .flag-box, 
.message .intl-tel-input .country-list .country-name {
    word-wrap: break-word;
    white-space: pre-wrap;
}
@media(max-width:992px) {
    .message .intl-tel-input .selected-flag {
        padding: 0 0 0 8px;
    }
    .message .intl-tel-input.allow-dropdown .selected-flag, 
    .message .intl-tel-input.separate-dial-code .selected-flag {
        width: 46px;
    }
    .message .iti-flag {
        width: 20px !important;
        height: 11px !important;
    }
    .message .intl-tel-input.allow-dropdown input, 
    .message .intl-tel-input.allow-dropdown input[type=text] {
        padding-left: 60px !important;
    }
    .message .intl-tel-input .selected-flag .iti-arrow {
        right: 6px;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #ffffff;
    }
    .message .intl-tel-input .country-list {
        width: 300px;
    }
}

/*  */
.Support ul li>div div.intl-tel-input {
    width: 100%;
}
.Support .intl-tel-input .flag-container {
    background: #f0f0f0;
    border-radius: .78125vw 0 0 .78125vw;
}
.Support .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0);
}
.Support .intl-tel-input .country-list .country {
    display: block;
}
.Support .intl-tel-input .country-list {
    width: 17.96875vw;
    font-size: var(--font-size14);
    box-shadow: 1px 1px 20px rgb(218 218 218 / 40%);
    top: 110%;
}
@media(min-width:992px){
    .Support .intl-tel-input .country-list {
        max-height: 20.833333vw;
    }
}
.Support .intl-tel-input .country-list::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background-color: #DFDFDF;
}
.Support .intl-tel-input .country-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); 
    border-radius: 6px;
    background-color: #DFDFDF;
}
.Support .intl-tel-input .country-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    background: #c1c1c1;
}
.Support .intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0);
    color: #8dbb7e;
}
.Support .intl-tel-input.allow-dropdown .selected-flag, 
.Support .intl-tel-input.separate-dial-code .selected-flag {
    width: 2.395833vw;
}
.Support .intl-tel-input.allow-dropdown input, 
.Support .intl-tel-input.allow-dropdown input[type=text] {
    padding-left: 3.125vw !important;
}
.Support .iti-flag {
    width: 1.041667vw !important;
    height: .572917vw !important;
}
.Support .intl-tel-input .selected-flag .iti-arrow {
    right: .3125vw;
    border-left: 0.15625vw solid transparent;
    border-right: 0.15625vw solid transparent;
    border-top: 0.208333vw solid #000000;
}
.Support .intl-tel-input .selected-flag {
    padding: 0 0 0 .416667vw;
}

.Support .intl-tel-input .country-list .flag-box, 
.Support .intl-tel-input .country-list .country-name {
    word-wrap: break-word;
    white-space: pre-wrap;
}
@media(max-width:992px) {
    .Support .intl-tel-input .selected-flag {
        padding: 0 0 0 8px;
    }
    .Support .intl-tel-input.allow-dropdown .selected-flag, 
    .Support .intl-tel-input.separate-dial-code .selected-flag {
        width: 46px;
    }
    .Support .iti-flag {
        width: 20px !important;
        height: 11px !important;
    }
    .Support .intl-tel-input.allow-dropdown input, 
    .Support .intl-tel-input.allow-dropdown input[type=text] {
        padding-left: 60px !important;
    }
    .Support .intl-tel-input .selected-flag .iti-arrow {
        right: 6px;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #000000;
    }
    .Support .intl-tel-input .country-list {
        width: 300px;
    }
}

