/* 公共 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%; */
	vertical-align: baseline;
	box-sizing: border-box;
	font-family: "HarmonyOS_Sans", "Microsoft YaHei", Arial, Helvetica, sans-serif;	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* body {
	line-height: 1;
} */
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	color: inherit;
}

/* pc */
.stringGrid-container {
    background-color: rgb(255, 255, 255);
}
/* kv */
.stringGrid-kv {
    position: relative;
}
.kv-bg-img {
    width: 100%;
    display: block;
}
.kv-icon-img {
    display: block;
    width: 6.445313vw;
    position: absolute;
    top: 3.75vw;
    left: 45.729167vw;
}
.stringGrid-kv-content {
    position: absolute;
    top: 5.104167vw;
    left: 28.28125vw;
    width: 41.25vw;
}
.stringGrid-kv-content .stringGrid-kv-title {
    font-weight: 700;
    font-size: 2.916667vw;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.stringGrid-kv-content .stringGrid-kv-text {
    margin: 0 auto;
    margin-top: .625vw;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.35;
    letter-spacing: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
}
/* kv end */
/* s2 */
.stringGrid-section {
    padding: 5vw 0;
}
.stringGrid-s2 > div {
    position: relative;
}
.stringGrid-s2 .stringGrid-s2-title {
    width: 41.25vw;
    margin: 0 auto;
    font-weight: 300;
    font-size: 2.083333vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    color: rgb(0, 0, 0);
}
.stringGrid-main-img {
    width: 100%;
    display: block;
}
.s2-marginTop {
    margin-top: 2.5vw;
}
.stringGrid-s2-iconProduct1 {
    position: absolute;
    width: fit-content;
    top: 20.989583vw;
    left: 28.958333vw;
    text-align: center;
}
.stringGrid-s2-iconProduct2 {
    position: absolute;
    width: fit-content;
    top: 14.791667vw;
    left: 57.604167vw;
    text-align: center;
}
.stringGrid-s2-iconProduct3 {
    position: absolute;
    width: fit-content;
    top: 11.40625vw;
    left: 79.479167vw;
    text-align: center;
}
.stringGrid-s2-iconProduct {
    background-color: rgb(255, 255, 255);
    border-radius: 1.25vw;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: .703125vw .833333vw;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.3;
    letter-spacing: 0px;
    color: rgb(0, 0, 0);
}
.stringGrid-s2-product-icon {
    width: 1.041667vw;
    height: 1.041667vw;
    margin-top: .416667vw;
}
/* s2 end */
/* 视频点击播放展示 */
.stringGrid-container .solar-pop-video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,1);
    display: none;
    z-index: 999;
}
.stringGrid-container .solar-pop-video-content{
    position: absolute;
    top: calc(50% + 3.125vw);
    left: 50%;
    transform: translate(-50%,-50%);
    width: 62.5vw;
}
.stringGrid-container .solar-pop-video-content .solar-pop-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 2vw;
    z-index: 99;
    cursor: pointer;
}
/* 视频点击播放展示 end */
/* s3 */
.stringGrid-title {
    width: 41.25vw;
    margin: 0 auto;
    font-weight: 300;
    font-size: 2.916667vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    color: rgb(0, 0, 0);
}
.stringGrid-s3-content {
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 5vw;
}
.design-content{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.design-content .design-swiper{
    overflow: hidden;
    width: 41.25vw;
    margin: 0;
    background-color: rgb(255, 255, 255);
}
.design-content .design-swiper .swiper-slide {
    width: 100%;
    overflow: hidden;
}
.stringGrid-s3-content video {
    width: 100%;
    display: block;
    overflow: hidden;
}
.design-content .design-swiper .swiper-slide img {
    width: 100%;
}
.design-content .swiper-pagination{
    position: initial;
    display: flex;
    width: auto;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}
.design-content .swiper-pagination::before{
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    opacity: 30%;
}
.design-content .swiper-pagination-bullet{
    width: 13.4375vw;
    height: auto;
    text-align: left;
    opacity: 30%;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    color: rgb(0, 0, 0);
    background: none;
    display: inline-block;
    border-radius: 0;
    padding: 0px 0 0px 1.25vw;
    position: relative;
    margin: 0 !important;
    margin-bottom: 1.666667vw !important;
}
.design-content .swiper-pagination-bullet:last-of-type {
    margin-bottom: 0 !important;
}
.design-content .swiper-pagination-bullet-active{
    opacity: 1;
    color: rgb(0, 0, 0);
    font-weight: 700;
}
.design-content .swiper-pagination-bullet-active::after{
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
}
.design-content .desc-content{
    margin-top: .78125vw;
    width: 41.25vw;
}
.design-content .desc-content p{
    font-size: 1.041667vw;
    color: white;
    line-height: 1.5;
    opacity: 0;
    transition: .3s;
    text-align: left;
}
.design-content .desc-content p.active{
    opacity: 60%;
    color: rgb(0, 0, 0);
    transition: .3s;
}
.stringGrid-s3-content video {
    width: 100%;
    display: block;
}
.stringGrid-s3-content img {
    width: 100%;
    display: block;
}
.subsection-safelink-1 {
    overflow: hidden;
    display: none;
}
.subsection-safelink-1 .caption-item {
    width: 30.208333vw;
    cursor: pointer;
    transition: opacity .4s;
    opacity: .4;
    outline: 0;
}  
.subsection-safelink-1 .caption-item.active {
    opacity: 1;
}
.subsection-safelink-1 .caption-item.active .bar {
    height: 2px;
}
.subsection-safelink-1 .colour-wrapper {
    position: relative;
}
/* .subsection-safelink-1 .caption-bar {
    display: none;
    height: 1px;
}
.subsection-safelink-1 .bar {
    display: block;
    height: 2px;
    transition: height .4s;
    background-color: rgb(0, 0, 0);
}
.subsection-safelink-1 .sroll-bar{
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    opacity: 1 !important;
}
.subsection-safelink-1 .sroll-bar > div{
    width: 0;
    height: 2px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
  
}
.subsection-safelink-1 .caption-item.active .sroll-bar > div{
   width: 100%;
   transition: 9s;
} */
.design-content .kv-text{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    border-radius: 0.416667vw;
    overflow: hidden;
    transition: .5s;
}
.design-content .swiper-slide:hover .kv-text{
    opacity: 1;
}
.solar-video-btn-click {
    width: fit-content;
    padding: .572917vw .833333vw;
    font-size: .729167vw;
    line-height: 1.3;
    color: #fff;
    border: 1px solid #fff;
    border-radius: .208333vw;
    cursor: pointer;
    z-index: 1;
    font-weight: 400;
}
.design-content .kv-text p:nth-of-type(1){
    font-size: .833333vw;
    line-height: 1.35;
    color: #fff;
    transition: .3s;
}
.design-content .kv-text p:nth-of-type(1):hover{
    background: #ffffff;
    color: #000;
    transition: .3s;
}


.stringGrid-s3 .stringGrid-s3-content {
    width: 62.5vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stringGrid-s3-img {
    width: 30.625vw;
    padding: 5.9375vw 0;
}
.stringGrid-s3-inner {
    width: 25.3125vw;
    padding: 5vw 0;
}
.stringGrid-s3-location {
    display: flex;
    align-items: center;
}
.stringGrid-s3-icon {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: .416667vw;
}
.stringGrid-s3-location-text {
    font-weight: 700;
    font-size: 1.041667vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}
.stringGrid-s3-title {
    margin-top: .833333vw;
    font-weight: 700;
    font-size: 2.083333vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    color: rgb(0, 0, 0);
}
.stringGrid-s3-text {
    margin-top: .833333vw;
    font-weight: 400;
    font-size: 1.041667vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
}
/* s3 end */
/* s4，s7, s8 */
.stringGrid-text {
    width: 41.25vw;
    margin: 0 auto;
    margin-top: .416667vw;
    font-weight: 400;
    font-size: 1.041667vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}
.stringGrid-video {
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 2.5vw;
}
video {
    width: 100%;
    display: block;
    border-radius: 0.416667vw;
}
.stringGrid-video {
    position: relative;
}
.stringGrid-s4 .kv-text{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    border-radius: 0.416667vw;
    overflow: hidden;
    transition: .5s;
}
.stringGrid-s4 .stringGrid-video:hover .kv-text{
    opacity: 1;
}
.stringGrid-s4 .kv-text p:nth-of-type(1){
    font-size: .833333vw;
    line-height: 1.35;
    color: #fff;
    transition: .3s;
}
.stringGrid-s4 .kv-text p:nth-of-type(1):hover{
    background: #ffffff;
    color: #000;
    transition: .3s;
}
/* s4 end */
/* s5 */
.stringGrid-s5-swiper {
    width: 62.5vw;
    margin: 0 auto;
    overflow: hidden
}
.stringGrid-s5-swiper .swiper-slide {
    width: 100%;
    overflow: hidden;
    margin-left: -0.1px;
}
.stringGrid-s5-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.stringGrid-s5-inner {
    width: 20vw;
}
.stringGrid-s5-location {
    display: flex;
    align-items: center;
}
.stringGrid-s5-icon {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: .416667vw;
}
.stringGrid-s5-location-text {
    font-weight: 700;
    font-size: 1.041667vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}
.stringGrid-s5-title {
    margin-top: .833333vw;
    font-weight: 700;
    font-size: 1.666667vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    color: rgb(0, 0, 0);
}
.stringGrid-s5-text {
    margin-top: .833333vw;
    font-weight: 400;
    font-size: 1.041667vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
}
.stringGrid-s5-video {
    width: 35.9375vw;
    overflow: hidden;
}
.stringGrid-s5-video video {
    width: 100%;
    display: block;
    overflow: hidden;
}
.swiper-mode {
    position: relative;
    margin-top: 1.041667vw;
    width: 16.25vw;
    height: 2.083333vw;
    margin-left: 26.5625vw;
    margin-bottom: 1px;
}
.stringGrid-s5-swiper .swiper-button-prev {
    left: auto;
    right: 3.958333vw;
    top: 50%;
    transform: translateY(-50%);
}
.stringGrid-s5-swiper .swiper-button-next {
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}
.stringGrid-s5-swiper .swiper-button-prev, .stringGrid-s5-swiper .swiper-button-next{
    position: absolute;
    border-radius: 50%;
    width: 2.083333vw;
    height: 2.083333vw;
    display: flex;
    justify-items: center;
    align-items: center;
    margin-top: 0;
    border: 1px solid #000;
    box-sizing: border-box;
}
.stringGrid-s5-swiper .swiper-button-prev::after, .stringGrid-s5-swiper .swiper-button-next::after {
    font-size: .625vw;
    color: #000000;
}
.stringGrid-s5-swiper .lunbo-swiper-pagination {
    width: 5.208333vw;
    height: .104167vw;
    position: absolute;
    bottom: .416667vw;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    z-index: 10;
}
.stringGrid-s5-swiper .lunbo-swiper-pagination .swiper-pagination-bullet {
    width: 2.604167vw;
    height: .104167vw;
    margin: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all .5s;
}
.stringGrid-s5-swiper .lunbo-swiper-pagination .swiper-pagination-bullet-active {
    background: #000000;
}
/* s5 end */
/* s6 */
.stringGrid-s6 .stringGrid-s6-content {
    width: 62.5vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stringGrid-s6-img {
    width: 30.625vw;
    padding: 5.9375vw 0;
}
.stringGrid-s6-inner {
    width: 25.3125vw;
    padding: 5vw 0;
}
.stringGrid-s6-location {
    display: flex;
    align-items: center;
}
.stringGrid-s6-icon {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: .416667vw;
}
.stringGrid-s6-location-text {
    font-weight: 700;
    font-size: 1.041667vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}
.stringGrid-s6-title {
    margin-top: .833333vw;
    font-weight: 700;
    font-size: 2.083333vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    color: rgb(0, 0, 0);
}
.stringGrid-s6-text {
    margin-top: .833333vw;
    font-weight: 400;
    font-size: 1.041667vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
}
/* s6 end */
/* s9 */
.stringGrid-s9 {
    background-color: rgb(250, 250, 250);
}
.stringGrid-s9 .stringGrid-s9-text{
    width: 57.291667vw;
    margin: 0 auto;
    text-align: center;
}
.stringGrid-s9 .stringGrid-s9-text h2{
    font-weight: 700;
    font-size: 2.083333vw;
    line-height: 1.5;
    color: rgb(25, 25, 25);
    margin-bottom: .416667vw;
}
.stringGrid-s9 .stringGrid-s9-text p{
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 1.666667vw;
}
.stringGrid-s9 .stringGrid-s9-text a{
    margin: auto;
}
.new-services-a{
    display: block;
    width: 6.25vw;
    height: 2.083333vw;
    padding: 0;
    border-radius: .208333vw;
    border: 1px solid rgb(0, 0, 0);
    text-decoration: none;
    font-size: .729167vw;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stringGrid-s9 .stringGrid-s9-text a div{
    width: auto;
    text-align: center;
}
.stringGrid-s9 .stringGrid-s9-box{
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 5vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.stringGrid-s9 .stringGrid-s9-box .stringGrid-s9-box-left{
    width: 22.5vw;
}
.stringGrid-s9 .stringGrid-s9-box .stringGrid-s9-box-left .stringGrid-s9-box-left-item{
    width: 100%;
    padding: 1.25vw 0;
    color: rgb(25, 25, 25);
    border-bottom: 1px solid rgba(25, 25, 25, 0.05);
}
.stringGrid-s9 .stringGrid-s9-box .stringGrid-s9-box-left .stringGrid-s9-box-left-item:last-of-type{
    border-bottom: 0;
}
.stringGrid-s9 .stringGrid-s9-box .stringGrid-s9-box-left .stringGrid-s9-box-left-item .stringGrid-s9-box-left-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.stringGrid-s9 .stringGrid-s9-box .stringGrid-s9-box-left .stringGrid-s9-box-left-item .stringGrid-s9-box-left-title h3{
    font-size: 1.25vw;
    line-height: 1.5;
    font-weight: 400;
    cursor: pointer;
    color: rgb(25, 25, 25);
}
.stringGrid-s9 .stringGrid-s9-box .stringGrid-s9-box-left .stringGrid-s9-box-left-item .stringGrid-s9-box-left-title img{
    width: 1.666667vw;
    height: 1.666667vw;
    transform: rotate(180deg);
    transition: .3s;
}
.stringGrid-s9 .stringGrid-s9-box .stringGrid-s9-box-left .stringGrid-s9-box-left-item p{
    font-size: .833333vw;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    margin-top: .625vw;
    cursor: default;
    display: none;
}
.stringGrid-s9 .stringGrid-s9-box img{
    display: block;
    width: 35.833333vw;
}
.stringGrid-s9 .stringGrid-s9-box .stringGrid-s9-box-left .stringGrid-s9-box-left-item .stringGrid-s9-box-left-title.sec-arrow-active img{
    transform: rotate(0);
}
/* s9 end */
/* last */
.stringGrid-last-text {
    background-color: rgb(250, 250, 250);
    padding-left: 18.75vw;
    padding-right: 18.75vw;
    padding-bottom: 2.5vw;
    font-weight: 400;
    font-size: .625vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    color: rgb(102, 102, 102);
}
/* last end */

/* mb */
@media screen and (max-aspect-ratio: 11/10) {
    /* kv */
    .kv-icon-img {
        width: 30.555556vw;
        top: 11.111111vw;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .stringGrid-kv-content {
        top: 16.666667vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 86.666667vw;
    }
    .stringGrid-kv-content .stringGrid-kv-title {
        font-size: 6.666667vw;
        line-height: 1.5;
    }
    .mb-none {
        display: none;
    }
    .stringGrid-kv-content .stringGrid-kv-text {
        margin-top: 1.111111vw;
        font-size: 3.333333vw;
        line-height: 1.5;
    }
    /* kv end */
    /* s2 */
    .stringGrid-section {
        padding: 13.333333vw 0;
    }
    .stringGrid-s2 .stringGrid-s2-title {
        width: 86.666667vw;
        font-weight: 400;
        font-size: 6.666667vw;
        text-align: left;
    }
    .s2-marginTop {
        margin-top: 6.666667vw;
    }
    .stringGrid-s2-iconProduct1 {
        top: 92.222222vw;
        left: 6.666667vw;
    }
    .stringGrid-s2-iconProduct2 {
        top: 65.277778vw;
        left: 26.111111vw;
    }
    .stringGrid-s2-iconProduct3 {
        top: 54.444444vw;
        left: 55.277778vw;
    }
    .stringGrid-s2-iconProduct {
        border-radius: 39.166667vw;
        padding: 1.666667vw 2.222222vw;
        font-size: 2.777778vw;
    }
    .stringGrid-s2-product-icon {
        width: 2.777778vw;
        height: 2.777778vw;
        margin-top: 1.666667vw;
    }
    /* s2 end */
    /* 视频点击播放展示 */
    .solar-pop-video-content .solar-pop-close{
        width: 5.555556vw !important;
    }
    .solar-pop-video-content{
        width: 86.666667vw !important;
    }
    /* 视频点击播放展示 end */
    /* s3 */
    .stringGrid-title {
        width: 86.666667vw;
        font-weight: 400;
        font-size: 6.666667vw;
        text-align: left;
    }
    .stringGrid-s3-content {
        width: 86.666667vw;
        margin-top: 6.666667vw;
    }
    .design-content {
        display: none;
    }
    /* .subsection-safelink-1 .sroll-bar{
        margin-top: 11.805556vw;
        margin-bottom: 5.416667vw;
        width: 42.222222vw;
    } */
    .safety-content .nowrap{
        white-space: nowrap;
    }
    .subsection-safelink-1 {
        position: relative;
        display: block;
        padding-bottom: 17.777778vw;
    }
    .subsection-safelink-1 .caption-list {
        width: 86.666667vw;
        margin: 0 auto;
        transition: transform .4s;
        display: flex;
        justify-content: start;
        margin-top: 6.666667vw;
    }
    .subsection-safelink-1 .caption-list[data-active='1'] {
      transform: translateX(-86.666667vw);
    }
    .subsection-safelink-1 .caption-list[data-active='2'] {
        transform: translateX(-173.333334vw);
    }
    .subsection-safelink-1 .caption-list[data-active='3'] {
        transform: translateX(-260.000001vw);
    }
    .subsection-safelink-1 .caption-item {
      flex-shrink: 0;
      width: 86.666667vw;
    }
    /* .subsection-safelink-1 .caption-item + .caption-item {
      margin-left: 4.444444vw;
    } */
    /* .subsection-safelink-1 .caption-item.active .bar {
      height: 2px;
      background: rgb(0, 0, 0);
    }
    .subsection-safelink-1 .caption-bar {
        height: 1px;
        margin-top: 11.805556vw;
        margin-bottom: 5.416667vw;
    }
    .subsection-safelink-1 .bar {
      height: 2px;
      background: rgb(0, 0, 0);
    } */
    .subsection-safelink-1 h3{
        font-weight: 400;
        margin-bottom: 2.222222vw;
        font-size: 4.444444vw;
        line-height: 1.5;
        color: rgb(0, 0, 0);
        text-align: left;
    }
    .subsection-safelink-1 p{
        font-weight: 400;
        font-size: 3.888889vw;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.6);
        margin-top: 0;
        /* opacity: .6; */
    }
    .subsection-safelink-1 .all-swiper-button {
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        width: 24.444444vw;
    }
    .subsection-safelink-1 .all-swiper-button .swiper-button-prev,
    .subsection-safelink-1 .all-swiper-button .swiper-button-next {
        width: 11.111111vw;
        height: 11.111111vw;
        border-radius: 11.111111vw;
        border: 1px solid rgb(0, 0, 0);
        position: relative;
        left: 0;
        right: 0;
        color: rgb(0, 0, 0);
    }
    .subsection-safelink-1 .all-swiper-button .swiper-button-prev:after,
    .subsection-safelink-1 .all-swiper-button .swiper-button-next:after  {
        font-size: 2.361111vw;
    }
    .subsection-safelink-1 .all-swiper-button .swiper-button-disabled {
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: rgba(0, 0, 0, 0.1);
        opacity: 1;
    }
    .subsection-safelink-1 .all-swiper-button .swiper-button-disabled:after {
        opacity: 1;
    }
    .subsection-safelink-1 .s3Mob-swiper-pagination {
        width: 42.222222vw;
        /* height: .555556vw; */
        height: .277778vw;
        position: absolute;
        bottom: 5.416667vw;
        left: 0;
        display: flex;
        justify-content: space-between;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .subsection-safelink-1 .s3Mob-swiper-pagination .swiper-pagination-bullet {
        /* width: 50%; */
        width: 16.666667vw;
        height: .277778vw;
        margin: 0;
        border-radius: 0;
        /* background-color: rgba(0, 0, 0, 0.6); */
        transition: all .5s;
    }
    .subsection-safelink-1 .s3Mob-swiper-pagination .swiper-pagination-bullet-active {
        background: rgb(0, 0, 0);
        height: .555556vw;
        margin-top: -.277778vw;
    }
    .subsection-safelink-1 .kv-text{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 0;
        background: rgba(0, 0, 0, .4);
        border-radius: 0.416667vw;
        overflow: hidden;
        transition: .5s;
    }
    .subsection-safelink-1 .kv-text {
        border-radius: 2.22222vw;
    }
    .subsection-safelink-1 .swiper-slide .kv-text{
        opacity: 1;
    }
    .subsection-safelink-1 .kv-text p:nth-of-type(1){
        font-size: 3.333333vw;
        line-height: 1.5;
        color: #fff;
        transition: .3s;
        padding: 1.388889vw 3.333333vw;
    }
    .subsection-safelink-1 .kv-text p:nth-of-type(1):hover{
        background: #ffffff;
        color: #000;
        transition: .3s;
    }

    .stringGrid-s3 {
        padding: 13.333333vw 0;
    }
    .stringGrid-s3 .stringGrid-s3-content {
        width: 86.666667vw;
        flex-direction: column;
    }
    .stringGrid-s3-img {
        width: 100%;
        padding: 0 0;
        margin-bottom: 6.666667vw;
    }
    .stringGrid-s3-inner {
        width: 100%;
        padding: 0;
    }
    .stringGrid-s3-icon {
        width: 3.333333vw;
        height: 3.333333vw;
        margin-right: 1.111111vw;
    }
    .stringGrid-s3-location-text {
        font-size: 3.333333vw;
    }
    .stringGrid-s3-title {
        margin-top: 2.222222vw;
        font-weight: 400;
        font-size: 4.444444vw;
    }
    .stringGrid-s3-text {
        margin-top: 2.222222vw;
        font-size: 3.888889vw;
    }
    /* s3 end */
    /* s4，s7, s8 */
    .stringGrid-text {
        width: 86.666667vw;
        margin-top: 2.222222vw;
        font-size: 3.888889vw;
        text-align: left;
    }
    .stringGrid-video {
        width: 86.666667vw;
        margin-top: 6.666667vw;
    }
    video {
        width: 100%;
        display: block;
    }
    video {
        border-radius: 2.22222vw;
    }
    .stringGrid-s4 .kv-text {
        border-radius: 2.22222vw;
    }
    .stringGrid-s4 .stringGrid-video .kv-text{
        opacity: 1;
    }
    .stringGrid-s4 .kv-text p:nth-of-type(1){
        font-size: 3.333333vw;
        line-height: 1.5;
        color: #fff;
        transition: .3s;
        padding: 1.388889vw 3.333333vw;
    }
    /* s4 end */
    /* s5 */
    .stringGrid-section.stringGrid-s5 {
        padding: 0;
    }
    .stringGrid-s5-swiper {
        width: 86.666667vw;
    }
    .stringGrid-s5-swiper .swiper-slide {
        margin-left: 0px;
    }
    .stringGrid-s5-content {
        flex-direction: column-reverse;
    }
    .stringGrid-s5-inner {
        width: 86.666667vw;
        margin-top: 6.666667vw;
    }
    .stringGrid-s5-icon {
        width: 3.333333vw;
        height: 3.333333vw;
        margin-right: 1.111111vw;
    }
    .stringGrid-s5-location-text {
        font-size: 3.333333vw;
    }
    .stringGrid-s5-title {
        margin-top: 2.222222vw;
        font-weight: 400;
        font-size: 4.444444vw;
    }
    .stringGrid-s5-text {
        margin-top: 2.222222vw;
        font-size: 3.888889vw;
    }
    .stringGrid-s5-video {
        width: 86.666667vw;
    }
    .swiper-mode {
        margin-top: 6.666667vw;
        width: 100%;
        height: 11.111111vw;
        margin-left: 0;
        margin-bottom: 0px;
    }
    .stringGrid-s5-swiper .swiper-button-prev {
        right: 13.333333vw;
    }
    .stringGrid-s5-swiper .swiper-button-prev, .stringGrid-s5-swiper .swiper-button-next{
        width: 11.111111vw;
        height: 11.111111vw;
    }
    .stringGrid-s5-swiper .swiper-button-disabled {
        opacity: 0.1;
    }
    .stringGrid-s5-swiper .lunbo-swiper-pagination {
        width: 42.222222vw;
        height: .277778vw;
        background-color: rgba(0, 0, 0, 0.6);
        justify-content: space-between;
    }
    .stringGrid-s5-swiper .lunbo-swiper-pagination .swiper-pagination-bullet {
        width: 16.666667vw;
        height: .277778vw;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .stringGrid-s5-swiper .lunbo-swiper-pagination .swiper-pagination-bullet-active {
        background: #000000;
        height: .555556vw;
        margin-top: -.277778vw;
    }
    /* s5 end */
    /* s6 */
    .stringGrid-s6 {
        padding: 13.333333vw 0;
    }
    .stringGrid-s6 .stringGrid-s6-content {
        width: 86.666667vw;
        flex-direction: column;
    }
    .stringGrid-s6-img {
        width: 100%;
        padding: 0 0;
        margin-bottom: 6.666667vw;
    }
    .stringGrid-s6-inner {
        width: 100%;
        padding: 0;
    }
    .stringGrid-s6-icon {
        width: 3.333333vw;
        height: 3.333333vw;
        margin-right: 1.111111vw;
    }
    .stringGrid-s6-location-text {
        font-size: 3.333333vw;
    }
    .stringGrid-s6-title {
        margin-top: 2.222222vw;
        font-weight: 400;
        font-size: 4.444444vw;
    }
    .stringGrid-s6-text {
        margin-top: 2.222222vw;
        font-size: 3.888889vw;
    }
    /* s6 end */
    /* s9 */
    .stringGrid-s9 .stringGrid-s9-text{
        width: 86.666667vw;
        text-align: left;
    }
    .stringGrid-s9 .stringGrid-s9-text h2{
        font-size: 7.222222vw;
        margin-bottom: 2.222222vw;
    }
    .stringGrid-s9 .stringGrid-s9-text p{
        font-size: 3.888889vw;
        margin-bottom: 6.666667vw;
    }
    .stringGrid-s9 .stringGrid-s9-text a{
        margin: 0;
    }
    .new-services-a{
        width: 33.333333vw;
        height: 11.111111vw;
        padding: 0;
        border-radius: 1.111111vw;
        font-size: 3.888889vw;
    }
    .stringGrid-s9 .stringGrid-s9-box{
        width: 86.666667vw;
        margin-top: 6.666667vw;
        flex-direction: column;
    }
    .stringGrid-s9 .stringGrid-s9-box .stringGrid-s9-box-left{
        width: 100%;
        margin-bottom: 6.666667vw;
    }
    .stringGrid-s9 .stringGrid-s9-box .stringGrid-s9-box-left .stringGrid-s9-box-left-item{
        width: 100%;
        padding: 6.666667vw 0;
    }
    .stringGrid-s9 .stringGrid-s9-box .stringGrid-s9-box-left .stringGrid-s9-box-left-item .stringGrid-s9-box-left-title h3{
        font-size: 4.444444vw;
    }
    .stringGrid-s9 .stringGrid-s9-box .stringGrid-s9-box-left .stringGrid-s9-box-left-item .stringGrid-s9-box-left-title img{
        width: 8.888889vw;
        height: 8.888889vw;
    }
    .stringGrid-s9 .stringGrid-s9-box .stringGrid-s9-box-left .stringGrid-s9-box-left-item p{
        font-size: 3.333333vw;
        color: rgba(25, 25, 25, 0.64);
        margin-top: 3.333333vw;
    }
    .stringGrid-s9 .stringGrid-s9-box img{
        width: 100%;
    }
    /* s9 end */
    /* last */
    .stringGrid-last-text {
        padding-left: 6.666667vw;
        padding-right: 6.666667vw;
        padding-bottom: 13.333333vw;
        margin: 0 auto;
        width: 100%;
        font-size: 3.333333vw;
    }
    /* last end */
}