.section1 {
    width: 100%;
    /* height: 890px; */
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.section1 img {
    display: block;
}

.section1 .section1Back {
    display: block;
    width: 100%;
    height: 46.35416vw;
}

.section1 .wrap {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

.section1 .logo {
    width: 5.10416vw;
    margin-top: 8.64583vw;
    flex-shrink: 1;
}

.section1 .VerTip {
    width: 100%;
    text-align: center;
    font-size: 1.25vw;
    color: #000;
    margin-top: 1.3vw;
}

.section1 .slogan {
    width: 100%;
    text-align: center;
    font-size: 3.54166vw;
    margin-top: 1.52083vw;
    font-weight: lighter;
}

.section1 .btnDownload {
    /* width: 9.6875vw; */
    /* height: 3.125vw; */
    padding: 9.5px 20px;
    background: #000;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 0.74vw;
    margin-top: 1.40625vw;
}

.section1 .section1BackMobile {
    display: none;
    width: 100%;
}

.section2 {
    width: 100%;
    height: auto;
    padding-top: 4.79166vw;
    padding-bottom: 4.41666vw;
}

.section2 .wrap1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section2 .wrap1 .slogan {
    width: 100%;
    text-align: center;
    font-size: 3.54166vw;
    line-height: 1.1;
    margin-bottom: 3.22222vw;
}

.section2 .wrap1 .sloganTip {
    width: 100%;
    text-align: center;
    font-size: 1.66666vw;
    color: #6B6B6B;
    /* margin-top: 1.25vw; */
    margin-bottom: 2.96875vw;
}

.section2 .wrap2 {
    width: 100%;
    /* min-height: 21.1vw; */
    /* overflow: hidden; */
    white-space: nowrap;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
}

#scroll {
    width: 94.47916vw;
    margin: 0 auto;
    margin-bottom: 2.08333vw;
}

#scroll2 {
    width: 75.41666vw;
    margin: 0 auto;
}

.section2 .wrap2 .part {
    display: block;
    width: 18.22916vw;
    height: 13.02083vw;
    /* background: #ff9c01; */
    margin-right: 0.83333vw;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    /* justify-content: center; */
    box-shadow: 0px 3px 24px 0px #E1E1E1;
    border-radius: 8px;
    /* background: #6B6B6B; */
    box-sizing: border-box;
    cursor: pointer;
}

.section2 .wrap2 .part:hover {
    box-shadow: 0px 3px 24px 0px #bbb;
}

.section2 .wrap2 .part:last-child {
    margin-right: 0;
}

.section2 .wrap2 .part h6 {
    font-size: 1.14583vw;
    color: #252525;
    text-align: center;
    margin-top: 2.43750vw;
    margin-bottom: 1.2vw;
    font-weight: bold;
}

.section2 .wrap2 .part .imgBox {
    width: 11.45833vw;
    height: 6.25vw;
    margin: 0 auto;
}

.section2 .wrap2 .part .imgBox svg {
    width: 100%;
    height: 100%;
}

.section2 .wrap2 .part .imgBox img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s linear;
}

.section2 .wrap2 .part:hover .imgBox img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section2Mobile {
    display: none;
}

.section3 {
    width: 100%;
    height: auto;
    padding-left: 8.54166vw;
    box-sizing: border-box;
    height: 46.35416vw;
    overflow: hidden;
    padding-top: 6vw;
}

.section3 .swiper-container {
    width: 100%;
    height: 100%;
}

.section3 .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section3 .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
}

.section3 .swiper-container .swiper-slide .txtImgPosition {
    position: absolute;
    left: 2.34375vw;
    top: 7.34375vw;
    z-index: 1;
    width: 35.83333vw;
    height: 16.66666vw;
}

.section3 .swiper-container .swiper-slide .productImg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 49.21875vw;
    height: 28.33333vw;
}

.section3 .swiper-container .swiper-slide .s3Slide1Back {
    position: absolute;
    top: 0;
    right: 0;
    width: 52.5vw;
    height: 44.79166vw;
    z-index: 1;
}

.section3 .swiper-slide1 .txtBox {
    position: absolute;
    top: 0;
    left: 4.01041vw;
    display: flex;
    flex-direction: column;
    width: 33.59375vw;
}

.section3 .swiper-slide1 .txtBox h6 {
    font-size: 1.92708vw;
    color: #000;
    line-height: 1;
    margin-bottom: 0.72916vw;
    font-weight: bold;
}

.section3 .swiper-slide1 .txtBox p {
    font-size: 1.35416vw;
    color: #6B6B6B;
}

.section3 .swiper-slide1 .txtBox2 {
    width: 24.47916vw;
    position: absolute;
    right: 12.39583vw;
    top: 15.47916vw;
    z-index: 2;
}

.section3 .swiper-slide1 .txtBox2 h6 {
    font-size: 3.54166vw;
    color: #000;
    font-weight: bold;
    margin-bottom: 2.08333vw;
    line-height: 1.1;
}

.section3 .swiper-slide1 .txtBox2 p {
    font-size: 1.66666vw;
    color: #000;
    opacity: .9;
}

.section3 .swiper-slide1 .txtBox2 .lookMore {
    /* width: 7.8125vw;
  height: 3.125vw; */
    padding: 9.5px 20px;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    border-radius: 4px;
    font-size: 0.74vw;
    color: #242424;
    border: 0.10416vw solid #000;
    cursor: pointer;
    margin-top: 3.35416vw;
    cursor: pointer;
}

.section3 .swiper-slide1 .txtBox2 .lookMore:hover {
    border: 1px solid rgb(0 0 0 / 60%);
}

.section3 .swiper-slide2 .txtBox {
    position: absolute;
    top: 0;
    left: 4.01041vw;
    display: flex;
    flex-direction: column;
    width: 34.47916vw;
}

.section3 .swiper-slide2 .txtBox h6 {
    font-size: 1.92708vw;
    color: #000;
    line-height: 1;
    margin-bottom: 0.72916vw;
    font-weight: bold;
}

.section3 .swiper-slide2 .txtBox p {
    font-size: 1.25vw;
    color: #6B6B6B;
}

.normalPagination {
    width: 20px;
    height: 20px;
    background-color: #2992FF;
}

.section3 .swiper-pagination {
    text-align: center;
    padding-left: 3vw;
    box-sizing: border-box;
}

.section3 .swiper-pagination .swiper-pagination-bullet {
    width: 6vw;
    height: 0.15vw;
    opacity: 1;
    background-color: #ccc;
    border-radius: 0;
    position: relative;
}

.section3 .swiper-pagination .swiper-pagination-bullet .line {
    display: none;
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}

.section3 .swiper-pagination .swiper-pagination-bullet-active .line {
    display: block;
    transition: all 1s linear;
    -ms-transition: all 1s liner;
    -ms-animation-duration: 4.4s;
    animation-duration: 4.4s;
    animation-name: swiperLine;
    -ms-animation-name: swiperLine;
}

.section3Mobile {
    display: none;
}

.section4 {
    padding-top: 7.13541vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-bottom: 14.44791vw; */
    margin-bottom: 3.64583vw;
}


/* .section4 .svgSeat{
	width: 16.66666vw;
	height: 11.45833vw;
	margin-bottom: 3.48958vw;
} */

.section4 .svgSeat {
    width: 19.58333vw;
    height: 13.28125vw;
    margin: 0 auto;
    margin-bottom: 3.48958vw;
    /* display: none; */
}

.section4 .svgSeat svg {
    width: 100%;
    height: 100%;
    display: block;
}

.section4 .svgSeat img {
    width: 100%;
    height: 100%;
    display: block;
    margin-left: 0.3vw;
}


/* .section4 .svgSeat img {
	display: none;
} */

.section4 h6 {
    font-size: 3.54166vw;
    color: #000;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 3.33333vw;
    text-align: center;
}

.section4 p {
    font-size: 1.66666vw;
    color: #6B6B6B;
}

.line {
    display: block;
    width: 100%;
    /* height: 8.02083vw; */
    margin-bottom: 5.20833vw;
}

.section5 {
    width: 100%;
    height: 49.47916vw;
    position: relative;
    overflow: hidden;
}

.sectionsTips {
    position: absolute;
    left: 0;
    bottom: 1.5625vw;
    width: 100%;
    text-align: center;
    font-size: 0.625vw;
    /* opacity: 0; */
    color: #b2b2b2;
}

.section5 .inner {
    width: 100%;
    height: 100%;
    background: #FFEEE7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.section5 .s5TxtImg {
    width: 35.9375vw;
    height: 16.97916vw;
    display: block;
    position: absolute;
    left: 0;
    top: 5.05208vw;
    position: absolute;
    z-index: 1;
}

.section5 h6 {
    width: 100%;
    text-align: center;
    font-size: 3.54166vw;
    color: #000;
    font-weight: bold;
    padding-top: 5.41666vw;
}

.section5 .notebookBox {
    width: 46.14583vw;
    height: 34.375vw;
    padding: 0 5.57291vw;
    padding-top: 1.5625vw;
    background: url(../img/s5NotebookBg.png) no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 9.27083vw;
    bottom: 0;
    z-index: 2;
}

.section5 .notebookBox .videoBox {
    width: 100%;
    height: 22.91666vw;
    /* background: #fff; */
    text-align: center;
}

.section5 .notebookBox .videoBox img {
    width: 100%;
    height: 100%;
    /* display: none; */
}

.section5 .describeBox {
    width: 41.30208vw;
    height: 34.79166vw;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 4.89583vw;
    padding-left: 4.0625vw;
    overflow: hidden;
    box-sizing: border-box;
}

.section5 .svgBox {
    width: 6.09375vw;
    height: 6.09375vw;
    margin-bottom: 3.22916vw;
}

.section5 .svgBox img {
    width: 100%;
    height: 100%;
}

.section5 .describeBox h2 {
    font-size: 2.5vw;
    color: #000;
    font-weight: bold;
    padding-left: 1.04166vw;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.1;
    margin-bottom: 2.44791vw;
}

.section5 .describeBox p {
    font-size: 1.35416vw;
    color: #6B6B6B;
    line-height: 1.1;
    margin-bottom: 0.41666vw;
    margin-left: 1.04166vw;
}

.section5 .describeBox .iconRow {
    width: 16.45833vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.section5 .describeBox .iconRow img {
    display: block;
    width: 3.02083vw;
    height: 3.02083vw;
}

.section5Mobile {
    display: none;
}

.section6 {
    width: 100%;
    height: auto;
    padding-top: 6.97916vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 7.55208vw;
}

.section6 .svgSeat {
    width: 14.94791vw;
    height: 13.28125vw;
    text-align: center;
    margin-bottom: 2.60416vw;
}

.section6 .svgSeat svg {
    width: 100%;
    height: 100%;
}

.section6 .svgSeat img {
    width: 100%;
    height: 100%;
}

.section6 h6 {
    font-size: 3.54166vw;
    color: #000;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 3.33333vw;
}

.section6 p {
    font-size: 1.66666vw;
    color: #6B6B6B;
    margin-bottom: 3.54166vw;
    text-align: center;
}

.section6 .fnRow {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.section6 .fnRow img {
    display: block;
    width: 9.0625vw;
    height: 4.375vw;
    box-shadow: 0px 3px 24px 0px rgba(67, 67, 67, 0.15);
    margin-right: 1.04166vw;
    border-radius: 0.41666vw;
}

.section6 .fnRow img:last-child {
    margin-right: 0;
}

.section7 {
    padding-top: 7.55208vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 12.1875vw;
    overflow: hidden;
}

.section7 h6 {
    font-size: 3.54166vw;
    color: #000;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 3.43750vw;
}

.section7 p {
    font-size: 1.66666vw;
    color: #6B6B6B;
    margin-bottom: 6.97916vw;
    text-align: center;
}

.section7 .fnBox {
    width: 69.89583vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /* overflow: hidden; */
}

.section7 .fnBox .block {
    width: 10.78125vw;
    height: 10.78125vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.14583vw;
    color: #000;
    box-shadow: 0px 3px 24px 0px rgba(67, 67, 67, 0.11);
    border-radius: 0.41666vw;
}

.section7 .fnBox .block p {
    font-size: 1.14583vw;
    margin: 0;
}

.section7 .fnBox .block img {
    width: 3.85416vw;
    height: 3.85416vw;
    display: block;
    margin-bottom: 1.66666vw;
}

.section8 {
    width: 100%;
    height: 49.47916vw;
    background-color: #E8FBFC;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section8 .inner {
    display: flex;
    flex-direction: row;
}

.section8 .inner .left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.section8 .inner .left .s8Img1 {
    display: block;
    width: 27.08333vw;
    height: 14.27083vw;
    margin-bottom: 2.39583vw;
    /* margin-left: 1.875vw; */
}

.section8 .inner .left .row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.section8 .inner .left .row .block {
    width: 7.8125vw;
    height: 7.8125vw;
    background: #fff;
    font-size: 0.9375vw;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 2.70833vw;
    border-radius: 8px;
}

.section8 .inner .left .row .block:last-child {
    margin: 0;
}

.section8 .inner .left .row .block img {
    display: block;
    width: 3.33333vw;
    height: 3.33333vw;
    margin-bottom: 0.83333vw;
}

.section8 .inner .left .row .block p {
    text-align: center;
}

.section8 .inner .right {
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
    margin-left: 2.86458vw;
    padding-top: 2.5vw;
}

.section8 .inner .right .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.92708vw;
}

.section8 .inner .right .row .block {
    width: 7.8125vw;
    height: 7.8125vw;
    background: #fff;
    font-size: 0.9375vw;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 2.70833vw;
    border-radius: 8px;
}

.section8 .inner .right .row .block:last-child {
    margin: 0;
}

.section8 .inner .right .row .block img {
    display: block;
    width: 3.33333vw;
    height: 3.33333vw;
    margin-bottom: 0.83333vw;
}

.section8 .inner .right .row .block p {
    text-align: center;
}

.section8 .inner .right .s8Img2 {
    display: block;
    width: 26.04166vw;
    height: 13.64583vw;
}

.section8 .s8BigImg {
    /* display: block; */
    width: 46.875vw;
    height: 34.89583vw;
    position: absolute;
    /* margin-top: 4vw; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.msdelay15s {
    -ms-animation-delay: 1.5s;
}

.msdelay2s {
    -ms-animation-delay: 2s;
}

.msdelay25s {
    -ms-animation-delay: 2.5s;
}

.msdelay3s {
    -ms-animation-delay: 3s;
}

.msdelay4s {
    -ms-animation-delay: 4s;
}

.section8 .txtBox {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 12.5vw;
    top: 17.8125vw;
}

.section8 .txtBox h6 {
    font-size: 3.54166vw;
    color: #000;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 1.66666vw;
}


/* 2021年7月13日-添加 */

.section8 .txtBox h3 {
    font-size: 2.5vw;
    color: #000;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 1.1;
    margin-bottom: 0.5vw;
}

.section8 .txtBox h2 {
    font-size: 1.66666vw;
    color: #6B6B6B;
}

.section8 .txtBox p {
    font-size: 1.66666vw;
    color: #6B6B6B;
}

.section8Mobile {
    display: none;
}

.section9 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 6.09375vw;
    padding-bottom: 7.76041vw;
    overflow: hidden;
    position: relative;
    margin-bottom: 2.60416vw;
}

.section9 h6 {
    font-size: 3.54166vw;
    color: #000;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 3.33333vw;
    text-align: center;
}

.section9 h2 {
    font-size: 1.66666vw;
    color: #6B6B6B;
    margin-bottom: 4.42708vw;
    text-align: center;
}

.section9 .imgBox {
    width: 41.40625vw;
    height: 32.76041vw;
    margin: 0 auto;
    position: relative;
}

.section9 .imgBox .s9Coumputer {
    display: block;
    width: 100%;
    height: 100%;
}

.section9 .imgBox .s9ComCon {
    display: block;
    width: 48.4375vw;
    height: 22.39583vw;
    position: absolute;
    left: -3.48958vw;
    top: 0.52083vw;
}

.section9 .imgBox .inner {
    width: 39.0625vw;
    height: 21.14583vw;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -19.53125vw;
    top: 1.19791vw;
    display: flex;
    display: -ms-flexbox;
    padding: 3.95833vw 0;
    box-sizing: border-box;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
}

.section9 .imgBox .inner .wrap {
    width: 35.52083vw;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section9 .imgBox .inner .wrap .row {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    flex-direction: row;
}

.section9 .imgBox .inner .wrap .row1 {
    margin-bottom: 1.71875vw;
}

.section9 .imgBox .inner .wrap .row1 img {
    display: block;
    width: 17.08333vw;
    height: 6.77083vw;
}

.section9 .imgBox .inner .wrap .row2 img {
    display: block;
    width: 8.48958vw;
    height: 4.73958vw;
    margin-right: 0.52083vw;
    border: 1px solid #E1E1E1;
    border-radius: 0.41666vw;
    background: #fff;
}

.section9 .imgBox .inner .wrap .row2 img:last-child {
    margin-right: 0;
}

.section9 .s9mImg {
    display: none;
}

.section10 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 5.98958vw;
    overflow: hidden;
}

.section10 h6 {
    font-size: 3.54166vw;
    color: #000;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 3.38541vw;
    text-align: center;
}

.section10 .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 82.8125vw;
    margin: 0 auto;
}

.section10 .wrap .left {
    width: 40.67708vw;
    height: 28.69791vw;
    background: url(../img/s10bg1.png) no-repeat;
    padding-top: 4.375vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: 100% 100%;
    border-radius: 0.83333vw;
}

.section10 .wrap .right {
    width: 40.67708vw;
    height: 28.69791vw;
    background: url(../img/s10bg2.png) no-repeat;
    padding-top: 4.375vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: 100% 100%;
    border-radius: 0.83333vw;
}

.section10 .wrap img {
    width: 6.25vw;
    height: 6.25vw;
    display: block;
    margin: 0 auto;
    margin-bottom: 2.44791vw;
}

.section10 .wrap h6 {
    font-size: 1.875vw;
    color: #000;
    font-weight: bold;
    margin-bottom: 1.82291vw;
    text-align: center;
}

.section10 .wrap p {
    font-size: 1.04166vw;
    color: #6B6B6B;
    margin-bottom: 2.70833vw;
    text-align: center;
    line-height: 1.6;
}

.section10 .wrap a {
    font-size: 0.9375vw;
    color: #6B6B6B;
    cursor: pointer;
}

.section11 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4.53125vw;
    padding-bottom: 2.91666vw;
    background: url(../img/s11Bg.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.section11 .logo {
    width: 5vw;
    height: 5vw;
    margin: 0 auto;
    margin-bottom: 1.04166vw;
}

.section11 .logoName {
    font-size: 1.25vw;
    color: #000;
    text-align: center;
    margin-bottom: 1.35416vw;
}

.section11 h6 {
    font-size: 2.5vw;
    text-align: center;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 1.25vw;
}

.section11 .VerTip {
    font-size: 0.9375vw;
    color: #000;
    text-align: center;
    margin-bottom: 1.5625vw;
}

.section11 .btnDownload {
    /* width: 9.6875vw;
    height: 3.125vw; */
    padding: 9.5px 20px;
    background: #000;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 0.74vw;
    margin: 0 auto;
    margin-bottom: 4.94791vw;
}

.btnDownload:hover {
    background: rgb(0 0 0 / 80%);
}

.btnDownload {
    display: block;
}

.section11 .s11Computer {
    display: block;
    width: 24.94791vw;
    margin: 0 auto;
}

.goTop {
    width: 9.375vw;
    height: 9.375vw;
    position: fixed;
    bottom: 6vw;
    right: 0;
    z-index: 99;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
    .section1 .btnDownload {
        font-size: 12px;
    }
    .section3 .swiper-slide1 .txtBox2 .lookMore {
        font-size: 12px;
    }
    .section11 .btnDownload {
        font-size: 12px;
    }
}
@media screen and (min-width: 1000px) {
    .section2 {
        min-height: 30vw;
    }
}

@media screen and (min-width: 834px) {
    .goTop {
        bottom: 10vw;
    }
}


/* mobileStyle */

@media screen and (max-width: 769px) {
    .section1 {
        overflow: hidden;
    }

    .section1 .section1BackMobile {
        display: block;
    }

    .section1 .section1Back {
        display: none;
    }

    .section1 .logo {
        width: 13.06666vw;
        height: 13.06666vw;
        margin-top: 28.66666vw;
    }

    .section1 .VerTip {
        font-size: 3.46666vw;
        margin-top: 6.66666vw;
    }

    .section1 .slogan {
        font-size: 7.73333vw;
        margin-top: 4vw;
    }

    .section1 .btnDownload {
        padding: 7px 16px;
        font-size: 3.33333vw;
        line-height: 1.6;
        margin-top: 4vw;
    }

    .section2 {
        display: none;
    }

    .section2Mobile {
        display: block;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 0 5.33333vw;
        padding-top: 10vw;
        padding-bottom: 10vw;
        overflow: hidden;
        box-sizing: border-box;
    }

    .section2Mobile h6 {
        font-size: 6.67vw;
        color: #000;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }

    .section2Mobile .tip {
        font-size: 4.26666vw;
        color: #6B6B6B;
        margin-top: 3.5vw;
        width: 100%;
        text-align: center;
        margin-bottom: 10.66666vw;
    }

    .section2Mobile .wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section2Mobile .wrap .part {
        width: 43.46666vw;
        height: 43.73333vw;
        box-shadow: 0px 3px 24px 0px rgba(67, 67, 67, 0.06);
        border-radius: 8px;
        margin-bottom: 1.86666vw;
        /* background: yellow; */
    }

    .section2Mobile .wrap .part h2 {
        font-size: 4.26666vw;
        color: #000;
        font-weight: bold;
        text-align: center;
        margin-bottom: 4.53333vw;
        margin-top: 8vw;
    }

    .section2Mobile .wrap .part .imgBox {
        width: 26.66666vwvw;
        height: auto;
        margin: 0 auto;
    }

    .section2Mobile .wrap .part .imgBox img {
        display: block;
        width: 100%;
    }

    .section3 {
        display: none;
    }

    .section3Mobile {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .swiperContainerMobile {
        width: 100%;
        height: 152vw;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
    }

    .section3Mobile .slide1 {
        background: #fff url(../img/s3mBg.png) no-repeat;
        background-size: 100%;
    }

    .section3Mobile .slide2 {
        background: #fff url(../img/s3mBg2.png) no-repeat;
        background-size: 100%;
    }

    .section3Mobile .swiper-slide h6 {
        font-size: 6.67vw;
        color: #000;
        font-weight: bold;
        width: 100%;
        text-align: center;
        margin-top: 8vw;
        margin-bottom: 3.5vw;
    }

    .section3Mobile .swiper-slide .p-top {
        font-size: 4.26666vw;
        color: #6B6B6B;
        text-align: center;
        margin-bottom: 6.66666vw;
    }

    .section3Mobile .swiper-slide .mSlideTxtImg {
        width: 84.8vw;
        display: block;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .section3Mobile .swiper-slide .mSlideProductImg {
        display: block;
        width: 88vw;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        margin-top: -16.46666vw;
    }

    .section3Mobile .swiper-slide h2 {
        font-size: 4.93333vw;
        color: #000;
        font-weight: bold;
        text-align: center;
        margin-top: -8.66666vw;
        position: relative;
        z-index: 3;
        margin-bottom: 2vw;
    }

    .section3Mobile .swiper-slide .p-bottom {
        width: 86vw;
        margin: 0 auto;
        font-size: 3.46666vw;
        color: #6B6B6B;
        text-align: center;
    }

    /* .section3Mobile .swiperContainerMobile .swiper-pagination-bullet{
		background: #fff;
		opacity: 1;
		width: 1.56666vw;
		height: 1.56666vw;
		border-radius: 50%;
	} */
    .section3Mobile .swiper-pagination .swiper-pagination-bullet {
        width: 10vw;
        height: 0.5vw;
        opacity: 1;
        background-color: #ccc;
        border-radius: 0;
        position: relative;
    }

    .section3Mobile .swiper-pagination .swiper-pagination-bullet .line {
        display: none;
        position: absolute;
        width: 0;
        height: 100%;
        left: 0;
        top: 0;
        background: #000;
    }

    .section3Mobile .swiper-pagination .swiper-pagination-bullet-active .line {
        display: block;
        transition: all 1s linear;
        -ms-transition: all 1s linear;
        -ms-animation-duration: 4.3s;
        animation-duration: 4.3s;
        animation-name: swiperLine;
        -ms-animation-name: swiperLine;
    }

    /* .section3Mobile .swiperContainerMobile .swiper-pagination-bullet-active{
		opacity: 1;
		background: #2992ff;
	}
	
	.section3Mobile .swiperContainerMobile .swiper-pagination {
		bottom: 1vw;
	} */
    .section4 {
        padding-top: 10vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 10vw;
    }

    .section4 .svgSeat {
        width: 50.13333vw;
        height: 34vw;
        margin-bottom: 8.26666vw;
    }

    .section4 .svgSeat svg {
        display: none;
    }

    .section4 .svgSeat img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .section4 h6 {
        font-size: 6.67vw;
        color: #000;
        font-weight: bold;
        line-height: 1.1;
        margin-bottom: 4.4vw;
    }

    .section4 p {
        font-size: 4.26666vw;
        color: #6B6B6B;
    }

    .section5 {
        display: none;
    }

    .section5Mobile {
        display: block;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 203.33333vw;
        position: relative;
        padding-top: 10.66666vw;
        box-sizing: border-box;
        background: #FFEEE7;
    }

    .section5Mobile h6 {
        display: block;
        text-align: center;
        line-height: 1.1;
        font-size: 8vw;
        color: #000;
        font-weight: bold;
        margin-bottom: 22.13333vw;
    }

    .section5Mobile .s5TxtImgM {
        width: 85.86666vw;
        height: 40.66666vw;
        position: absolute;
        left: 8vw;
        top: 20vw;
        /* z-index: -1; */
    }

    .section5Mobile .s5mVideoBox {
        width: 90.53333vw;
        height: 74.66666vw;
        margin: 0 auto;
    }

    .section5Mobile .describeBoxMobile {
        width: 89.60000vw;
        height: 88.13333vw;
        background: #fff;
        padding-top: 7.06666vw;
        padding-left: 6.66666vw;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .section5Mobile .describeBoxMobile .imgSeat {
        width: 15.86666vw;
        height: 15.73333vw;
        display: block;
        margin-bottom: 8vw;
    }

    .section5Mobile .describeBoxMobile h2 {
        font-size: 6.4vw;
        color: #000;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 4.5vw;
    }

    .section5Mobile .describeBoxMobile p {
        font-size: 3.46666vw;
        color: #6B6B6B;
        margin-bottom: 1.06666vw;
    }

    .section5Mobile .describeBoxMobile .iconRowM {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 42.8vw;
    }

    .section5Mobile .describeBoxMobile .iconRowM img {
        display: block;
        width: 8vw;
        height: 8vw;
    }

    .section6 {
        padding-top: 11.60000vw;
        padding-bottom: 13.46666vw;
    }

    .section6 .svgSeat {
        width: 38.26666vw;
        height: 34vw;
        margin-bottom: 8vw;
    }

    .section6 h6 {
        font-size: 6.67vw;
        margin-bottom: 4.4vw;
    }

    .section6 p {
        font-size: 4.26666vw;
        margin-bottom: 5.33333vw;
    }

    .section6 .fnRow {
        flex-wrap: wrap;
    }

    .section6 .fnRow img {
        width: 28.00000vw;
        height: 14.00000vw;
        margin-right: 2.66666vw;
        margin-bottom: 3.2vw;
        border-radius: 0.41666vw;
    }

    .section7 {
        padding-top: 10vw;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 10vw;
    }

    .section7 h6 {
        font-size: 6.67vw;
        color: #000;
        font-weight: bold;
        line-height: 1.1;
        margin-bottom: 4.4vw;
    }

    .line {
        display: none;
    }

    .section7 p {
        font-size: 4.26666vw;
        color: #6B6B6B;
        margin-bottom: 10.4vw;
        text-align: center;
    }

    .section7 .fnBox {
        width: 88.4vw;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        /* overflow: hidden; */
    }

    .section7 .fnBox .block {
        width: 27.6vw;
        height: 27.6vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 3.2vw;
        color: #000;
    }

    .section7 .fnBox .block p {
        font-size: 3.2vw;
        margin: 0;
    }

    .section7 .fnBox .block img {
        width: 10.13333vw;
        height: 10.13333vw;
        display: block;
        margin-bottom: 3.46666vw;
    }

    .section8 {
        display: none;
    }

    .section8Mobile {
        display: block;
        padding-top: 9.6vw;
        display: flex;
        flex-direction: column;
        padding-bottom: 13.46666vw;
        background: #DBF2F3;
        overflow: hidden;
        position: relative;
    }

    .sectionsTips {
        display: none;
        font-size: 2vw;
        bottom: 4vw;
    }

    .section8Mobile h6 {
        font-size: 6.67vw;
        color: #000;
        font-weight: bold;
        line-height: 1.1;
        margin-bottom: 4.4vw;
        text-align: center;
    }

    .section8Mobile h2 {
        font-size: 4.26666vw;
        color: #6B6B6B;
        margin-bottom: 9.6vw;
        text-align: center;
    }

    .section8Mobile img {
        display: block;
        width: 90.13333vw;
        margin: 0 auto;
    }

    .section9 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding-top: 14.00000vw;
        padding-bottom: 4.53333vw;
        overflow: hidden;
    }

    .section9 h6 {
        font-size: 6.67vw;
        color: #000;
        font-weight: bold;
        line-height: 1.1;
        margin-bottom: 4.4vw;
        text-align: center;
    }

    .section9 h2 {
        font-size: 4.26666vw;
        color: #6B6B6B;
        margin-bottom: 17.06666vw;
        text-align: center;
    }

    .section9 .imgBox {
        width: 41.40625vw;
        height: 32.76041vw;
        margin: 0 auto;
        display: none;
    }

    .section9 .s9mImg {
        display: block;
        width: 90.8vw;
        margin: 0 auto;
    }

    .section10 {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 10vw;
        overflow: hidden;
    }

    .section10 h6 {
        font-size: 6.67vw;
        color: #000;
        font-weight: bold;
        line-height: 1.1;
        margin-bottom: 9.33333vw;
        text-align: center;
    }

    .section10 .wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 89.46666vw;
        margin: 0 auto;
    }

    .section10 .wrap .left {
        width: 100%;
        background: url(../img/s10bg1.png) no-repeat;
        padding-top: 7.6vw;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 4vw;
        height: auto;
        padding-bottom: 8vw;
        background-size: 100% 100%;
    }

    .section10 .wrap .right {
        width: 100%;
        background: url(../img/s10bg2.png) no-repeat;
        padding-top: 7.6vw;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding-bottom: 8vw;
        background-size: 100% 100%;
    }

    .section10 .wrap img {
        width: 16vw;
        height: 16vw;
        display: block;
        margin: 0 auto;
        margin-bottom: 4.8vw;
    }

    .section10 .wrap h6 {
        font-size: 4.8vw;
        color: #000;
        font-weight: bold;
        margin-bottom: 4.53333vw;
        text-align: center;
        line-height: 1.1;
    }

    .section10 .wrap p {
        font-size: 2.93333vw;
        color: #6B6B6B;
        margin-bottom: 5.06666vw;
        text-align: center;
        line-height: 1.6;
        width: 74.73333vw;
    }

    .section10 .wrap a {
        font-size: 2.93333vw;
        color: #6B6B6B;
        cursor: pointer;
    }

    .section11 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 7.6vw;
        /* background-color: #FFECF6FD; */
        background: url(../img/s11Bg.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .section11 .logo {
        width: 13.06666vw;
        height: 13.06666vw;
        margin: 0 auto;
        margin-bottom: 5.33333vw;
    }

    .section11 .logoName {
        font-size: 3.46666vw;
        color: #000;
        text-align: center;
        margin-bottom: 4.93333vw;
    }

    .section11 h6 {
        font-size: 7.73333vw;
        text-align: center;
        line-height: 1.1;
        font-weight: bold;
        margin-bottom: 4vw;
    }

    .section11 .VerTip {
        font-size: 0.9375vw;
        color: #000;
        text-align: center;
        margin-bottom: 1.5625vw;
        display: none;
    }

    .section11 .btnDownload {
        padding: 7px 16px;
        font-size: 3.2vw;
        line-height: 1.6;
        margin-bottom: 7.46666vw;
    }

    .section11 .s11Computer {
        display: block;
        width: 63.86666vw;
        margin: 0 auto;
        margin-bottom: 7.46666vw;
    }

    .goTop {
        width: 30vw;
        height: 30vw;
        position: fixed;
        bottom: 23vw;
        right: -8vw;
        z-index: 99;
        cursor: pointer;
    }
}

#scroll2 {
    width: 94.47916vw !important;
}

@media screen and (max-width: 769px) {
    .section7 .fnBox .block {
        margin-bottom: 3vw;
    }

    .section6 .fnRow img:last-child {
        margin-right: 2.66666vw !important;
    }

    .section7 .fnBox {
        justify-content: center !important;
    }

    .section7 .fnBox .block {
        margin-right: 2.8vw;
    }

    .section7 .fnBox .block:nth-child(3n) {
        margin-right: 0;
    }
}

.section10 .wrap a:hover span {
    -webkit-transform: translateX(0.2rem);
    -ms-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
    content: '';
    display: inline-block;
}