@charset "UTF-8";
*, *:before, *:after { box-sizing: border-box; outline: none; word-wrap: break-word; }

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset { margin: 0; padding: 0; font-weight: normal; -webkit-tap-highlight-color: transparent; }

ul, ol, dl { list-style-type: none; }

html, body { *position: static; width: 100%; height: auto; background: #fff; font-size: 16px; color: #000; line-height: 1; font-family: Microsoft YaHei, system-ui, -apple-system, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: 400; }

input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }

input, button { overflow: visible; vertical-align: middle; outline: none; }

a { text-decoration: none; cursor: pointer; -webkit-tap-highlight-color: transparent; -webkit-transition: all .5s ease; transition: all .5s ease; color: #000; }

a:hover, a:focus, a:active { text-decoration: none; outline: none; }

b, i { font-weight: normal; font-style: normal; }

sub, sup { vertical-align: baseline; }

button, input[type="button"], input[type="submit"] { line-height: normal !important; }

img { max-width: 100%; border: 0; object-fit: cover; display: block; -webkit-user-drag: none; }

a img { -webkit-transition: all .5s ease; transition: all .5s ease; }

input, textarea { border: 0; background: none; outline: none; resize: none; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="email"], textarea { -webkit-appearance: none; border-radius: 0; -webkit-tap-highlight-color: transparent; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #bbb; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #bbb; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #bbb; }

.cover { width: 100%; height: 100%; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); display: none; z-index: 24; }

.cl:after, .clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

.cl, .clearfix { zoom: 1; }

.fl { float: left !important; }

.fr { float: right !important; }

.xs-display { display: none !important; }

@keyframes mouseMove { from { transform: translateY(-40px);
    opacity: 1; }
  to { transform: translateY(0);
    opacity: 0; } }

/* IE低版本提示 */
.pageTips { width: 100%; height: 100%; background: #f8f8f8; position: fixed; left: 0; top: 0; z-index: 1000; }

.pageTips .con { width: 660px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.pageTips .con svg { width: 100px; height: 100px; margin: 0 auto; fill: orangered; display: block; }

.pageTips .con .msg { font-size: 18px; line-height: 36px; padding-top: 10px; color: #000; }

.container { width: 93%; margin: 0 auto; position: relative; transition: all .5s ease; }

.banner { max-height: 100vh; overflow: hidden; position: relative; }

.banner .logo { width: 1.12rem; position: absolute; left: 6.25%; top: 0.25rem; z-index: 1; }

.banner .t400 { width: 1.7rem; position: absolute; right: 6.25%; top: 0.55rem; z-index: 1; }

.banner .img { width: 100%; height: 100%; }

.banner .t { width: 7.14rem; position: absolute; left: 35%; top: 25%; z-index: 1; }

.banner .icon-mouse { width: 0.5rem; font-size: 0.5rem; color: #fff; position: absolute; left: 0; right: 0; bottom: 2%; margin: auto; animation: mouseMove 2s infinite; }

.section { overflow: hidden; position: relative; padding: 1rem 0; }

.section .title { text-align: center; }

.section .title h2 { font-size: 0.4rem; color: #0D313A; font-weight: bold; position: relative; display: flex; align-items: center; justify-content: center; }

.section .title h2 span { width: 0.3rem; height: 0.02rem; background: #ACACAC; margin: 0 0.13rem; }

.section .title h3 { font-size: 0.4rem; color: #0D313A; text-transform: uppercase; }

.section .title-dsc { font-size: 0.16rem; color: #0D313A; line-height: 0.3rem; margin-top: 0.3rem; text-align: center; }

.section1 .tabs { position: relative; overflow: hidden; margin-top: 0.7rem; }

.section1 .tabs:before { content: ""; width: 100%; height: 0.02rem; background: #DFDDDD; position: absolute; left: 0; top: 0.6rem; }

.section1 .tabs .swiper-slide { text-align: center; position: relative; z-index: 1; cursor: pointer; }

.section1 .tabs .swiper-slide h3 { width: 0.86rem; height: 0.42rem; font-size: 0.2rem; font-weight: bold; color: #0D313A; margin: 0 auto; display: flex; justify-content: center; line-height: 0.6rem; }

.section1 .tabs .swiper-slide .dot { width: 0.16rem; height: 0.16rem; border: 0.05rem solid #5C6975; border-radius: 50%; overflow: hidden; margin: 0.1rem auto; background: #fff; transition: all .5s ease; }

.section1 .tabs .swiper-slide h4 { font-size: 0.18rem; font-weight: bold; color: #0D313A; transition: all .5s ease; }

.section1 .tabs .swiper-slide:hover h3, .section1 .tabs .swiper-slide:hover .dot, .section1 .tabs .swiper-slide:hover h4 { color: #1E926F; border-color: #1E926F; }

.section1 .tabs .swiper-slide.active .dot, .section1 .tabs .swiper-slide.active h4 { color: #1E926F; border-color: #1E926F; }

.section1 .tabs .swiper-slide.active h3 { color: #fff; line-height: 0.3rem; background: url(../images/section1-tabs-active.png) no-repeat center/100%; }

.section1 .tabs .swiper-slide.future { cursor: no-drop; }

.section1 .tabs .swiper-slide.future h3, .section1 .tabs .swiper-slide.future .dot, .section1 .tabs .swiper-slide.future h4 { color: #B7B5B5; border-color: #B7B5B5; }

.section1 .slide { overflow: hidden; position: relative; margin-top: 0.6rem; }

.section1 .slide .swiper-slide .box { display: flex; justify-content: space-between; flex-wrap: wrap; }

.section1 .slide .swiper-slide .box .video { width: 66.7%; height: 6.89rem; position: relative; overflow: hidden; cursor: pointer; }

.section1 .slide .swiper-slide .box .video img { width: 100%; height: 100%; transition: all .5s ease; }

.section1 .slide .swiper-slide .box .video i { font-size: 0.75rem; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.section1 .slide .swiper-slide .box .video:before { content: ""; width: 1.16rem; height: 1.16rem; background: url(../images/video-icon.png) no-repeat center/100%; position: absolute; left: -1px; top: -1px; z-index: 1; }

.section1 .slide .swiper-slide .box .video:hover img { transform: scale(1.05); }

.section1 .slide .swiper-slide .box .imgs { width: 32.7%; }

.section1 .slide .swiper-slide .box .imgs a { height: 3.39rem; margin-top: 0.1rem; display: block; position: relative; overflow: hidden; }

.section1 .slide .swiper-slide .box .imgs a img { width: 100%; height: 100%; }

.section1 .slide .swiper-slide .box .imgs a i { font-size: 0.4rem; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.section1 .slide .swiper-slide .box .imgs a:first-child { margin: 0; }

.section1 .slide .swiper-slide .box .imgs a:hover img { transform: scale(1.05); }

.section1 .slide .swiper-slide .news { margin-top: 0.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; }

.section1 .slide .swiper-slide .news .left { width: 33%; overflow: hidden; position: relative; }

.section1 .slide .swiper-slide .news .left img { width: 100%; height: 100%; transition: all .5s ease; }

.section1 .slide .swiper-slide .news .left h2 { font-size: 0.22rem; color: #fff; width: 100%; position: absolute; left: 0; bottom: 0; padding: 0.5rem 0.4rem 0.3rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: linear-gradient(180deg, transparent 0%, #010101 100%); }

.section1 .slide .swiper-slide .news .left:hover img { transform: scale(1.05); }

.section1 .slide .swiper-slide .news .right { width: 66%; display: flex; justify-content: space-between; flex-wrap: wrap; }

.section1 .slide .swiper-slide .news .right li { width: 49.55%; height: auto; overflow: hidden; background: #F7F8F6; padding: 0.4rem; margin-top: 0.12rem; }

.section1 .slide .swiper-slide .news .right li h3 { font-size: 0.16rem; color: #606060; }

.section1 .slide .swiper-slide .news .right li h2 { font-size: 0.22rem; color: #0D313A; line-height: 0.34rem; font-weight: bold; margin-top: 0.2rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.section1 .slide .swiper-slide .news .right li .more { font-size: 0.16rem; color: #1E926F; margin-top: 0.2rem; text-align: right; }

.section1 .slide .swiper-slide .news .right li .more i { vertical-align: -0.01rem; font-size: 0.2rem; }

.section1 .slide .swiper-slide .news .right li .more span { margin-left: 0.1rem; width: 0; opacity: 0; display: none; }

.section1 .slide .swiper-slide .news .right li:nth-child(-n+2) { margin: 0; }

.section1 .slide .swiper-slide .news .right li:hover { background: linear-gradient(108deg, #00BB63 0%, #0C97CC 100%); }

.section1 .slide .swiper-slide .news .right li:hover h3, .section1 .slide .swiper-slide .news .right li:hover h2, .section1 .slide .swiper-slide .news .right li:hover .more { color: #fff; }

.section1 .slide .swiper-slide .news .right li:hover .more span { width: auto; opacity: 1; display: inline-block; }

.section2 { height: 7.8rem; background: url(../images/section2-bg.jpg) no-repeat center/cover; }

.section2 .title h3 { color: rgba(0, 187, 99, 0.1); text-stroke: 1px #DDEEE6; -webkit-text-stroke: 1px #DDEEE6; opacity: .4; }

.section2 .title h2 { color: #fff; top: -0.15rem; }

.section2 i { font-size: 0.8rem; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); cursor: pointer; }

.section3 { height: 8.36rem; background: url(../images/section3-bg.jpg) no-repeat center/cover; }

.section3 .slide { position: relative; margin-top: 0.8rem; }

.section3 .slide .swiper-slide { padding-left: 0.3rem; position: relative; }

.section3 .slide .swiper-slide:before { content: ""; width: 0.11rem; height: 0.11rem; background: linear-gradient(180deg, #00BB63 0%, #0C97CC 100%); border-radius: 50%; overflow: hidden; position: absolute; left: 0; top: 0.1rem; z-index: 1; }

.section3 .slide .swiper-slide:after { content: ""; width: 1px; height: 250%; background: #E3E3E3; position: absolute; left: 0.05rem; top: 0.1rem; }

.section3 .slide .swiper-slide h2 { font-size: 0.45rem; color: #0D313A; font-weight: bold; }

.section3 .slide .swiper-slide .line { width: 0.25rem; height: 0.02rem; background: #099F59; margin: 0.4rem 0; }

.section3 .slide .swiper-slide p { font-size: 0.2rem; color: #0D313A; line-height: 0.34rem; font-weight: bold; }

.section3 .slide .swiper-slide:nth-child(odd) { margin-top: 0.6rem; }

.section3 .btns { width: 100%; text-align: center; position: absolute; z-index: 1; bottom: 1.2rem; }

.section3 .btns a { width: 0.6rem; height: 0.6rem; line-height: 0.6rem; border-radius: 50%; background: linear-gradient(180deg, #00BB63 0%, #0C97CC 100%); display: inline-block; margin: 0 0.15rem; }

.section3 .btns a i { color: #fff; font-size: 0.22rem; }

.section4 { height: 9.88rem; background: url(../images/section4-bg.jpg) no-repeat top/100% #F6F6F6; }

.section4 ul { margin-top: 5.7rem; padding: 0.5rem 0; display: flex; justify-content: space-between; flex-wrap: wrap; background: linear-gradient(290deg, #00BB63 0%, #0C97CC 100%); box-shadow: 0 0.03rem 0.15rem 1 rgba(7, 46, 37, 0.27); }

.section4 ul li { position: relative; padding: 0 0.7rem; }

.section4 ul li p { font-size: 0.17rem; color: #fff; margin-top: 0.1rem; }

.section4 ul li p b { font-weight: bold; font-size: 0.44rem; }

.section4 ul li p:first-child { margin: 0; }

.section4 ul li:before { content: ""; width: 1px; height: 100%; background: #fff; position: absolute; left: 0; top: 0; opacity: .3; }

.section4 ul li:first-child:before { display: none; }

.section5 { background: #F6F6F6; padding: 0.6rem 0 0; }

.section5 .title h3 { color: #F6F6F6; text-stroke: 1px #8DC997; -webkit-text-stroke: 1px #8DC997; opacity: .4; }

.section5 .title h2 { color: #0D313A; top: -0.15rem; }

.section5 .block .title h2 { font-size: 0.36rem; }

.section5 .block1 .container { width: 88%; }

.section5 .block1 .title { margin: 0.55rem 0 0.35rem; }

.section5 .block1 .title h2 { color: #099F59; }

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

.section5 .block1 ul li { width: 31.5%; background: #fff; position: relative; padding: 0.8rem 0.5rem 0.6rem; }

.section5 .block1 ul li img { width: 3.15rem; position: absolute; right: 0; top: 0; }

.section5 .block1 ul li h4 { font-size: 0.36rem; font-weight: bold; color: #000; }

.section5 .block1 ul li h3 { font-size: 0.22rem; font-weight: bold; color: #000; margin: 1.8rem 0 0.15rem; }

.section5 .block1 ul li p { font-size: 0.17rem; line-height: 0.34rem; color: #000; }

.section5 .block2 { height: 10rem; margin-top: 1.1rem; background: url(../images/section5-block2-bg.jpg) no-repeat center/cover; position: relative; }

.section5 .block2 .text { width: 66.66%; height: 100%; padding: 1rem 1rem 0 0.5rem; position: absolute; right: 0; top: 0; }

.section5 .block2 .text:before { content: ""; width: 100%; height: 100%; background: linear-gradient(180deg, #00BB63 0%, #0C97CC 100%); opacity: 0.9; position: absolute; right: 0; top: 0; }

.section5 .block2 .text .title { margin-bottom: 0.25rem; }

.section5 .block2 .text .title h2 { top: 0; color: #fff; justify-content: flex-start; padding-left: 0.5rem; }

.section5 .block2 .text .title h2 span { background: #fff; }

.section5 .block2 .text ul { display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; z-index: 1; }

.section5 .block2 .text ul li { width: 44%; position: relative; padding-left: 0.65rem; margin-top: 0.9rem; }

.section5 .block2 .text ul li img { width: 0.44rem; position: absolute; left: 0; top: 0.02rem; }

.section5 .block2 .text ul li h3 { font-size: 0.22rem; color: #fff; font-weight: bold; }

.section5 .block2 .text ul li p { font-size: 0.17rem; line-height: 0.32rem; color: #fff; margin-top: 0.15rem; }

.section6 { background: #EFF0F1; }

.section6 .title h3 { color: #EFF0F1; text-stroke: 1px #8DC997; -webkit-text-stroke: 1px #8DC997; opacity: .4; }

.section6 .title h2 { color: #0D313A; top: -0.15rem; }

.section6 .slide { position: relative; overflow: hidden; margin-top: 0.7rem; padding: 0 0.4rem 0.4rem 0.4rem; }

.section6 .slide .swiper-slide { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); transition: all .5s ease; }

.section6 .slide .swiper-slide img { max-width: 80%; margin: 0 auto; }

.section6 .slide .swiper-slide .text { padding: 0.5rem 0.2rem; text-align: center; }

.section6 .slide .swiper-slide .text h3 { font-size: 0.22rem; color: #0D313A; font-weight: bold; margin-bottom: 0.2rem; transition: all .5s ease; }

.section6 .slide .swiper-slide .text p { font-size: 0.17rem; color: #606060; line-height: 0.38rem; }

.section6 .slide .swiper-slide .text .btn { width: 70%; height: 0.5rem; font-size: 0.17rem; color: #099F59; display: flex; align-items: center; justify-content: center; border: 0.02rem solid #CBD0DB; border-radius: 0.5rem; margin: 0.3rem auto 0; }

.section6 .slide .swiper-slide:hover { background: linear-gradient(181deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); box-shadow: 0 0.1rem 0.2rem 1px rgba(31, 62, 26, 0.2); }

.section6 .slide .swiper-slide:hover img { transform: scale(1.05); }

.section6 .slide .swiper-slide:hover .text h3 { color: #0C8B4A; }

.section6 .slide .swiper-slide:hover .text .btn { border: none; background: linear-gradient(107deg, #00BB63 0%, #0C97CC 100%); box-shadow: 0 0.02rem 0.15rem 1px rgba(23, 101, 61, 0.23); color: #fff; }

.footer { padding: 0.5rem 0; font-size: 0.15rem; color: #fff; text-align: center; background: #0D313A; padding-bottom: 1.2rem; }

/* 公用视频弹出 */
.video-popup { display: none; position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 10000; background: rgba(0, 0, 0, 0.7); }

.video-popup .btn-close { position: absolute; right: 5%; top: 5%; transition: all .5s ease; }

.video-popup .btn-close .icon { width: 0.3rem; }

.video-popup .btn-close:hover { transform: rotate(180deg); }

.video-popup .video-popup-box { width: 12rem; max-height: calc(100vh - 160px); margin: 0 auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.video-popup .video-popup-box video { width: 100%; height: 100%; object-fit: cover; }

.fixed-bottom { z-index: 10; overflow: hidden; background: #368F5C; position: fixed; left: 0; right: 0; bottom: 0; }

.fixed-bottom form { margin: 0 auto; padding: 0.18rem 0; display: flex; align-items: center; justify-content: center; }

.fixed-bottom form .t { display: flex; align-items: center; padding-right: 0.3rem; margin-right: 0.3rem; position: relative; }

.fixed-bottom form .t img { width: 1.58rem; }

.fixed-bottom form .t:before { content: ""; height: 80%; position: absolute; right: 0; top: 0; bottom: 0; width: 1px; background-color: #EAE4DB; margin: auto; }

.fixed-bottom form .input-box { margin-right: 0.3rem; background-color: #fff; overflow: hidden; }

.fixed-bottom form .input-box input { width: 2.9rem; height: 0.45rem; border: 0; font-size: 0.16rem; padding: 0 0.1rem; }

.fixed-bottom form .input-box select { width: 2.9rem; height: 0.45rem; border: 0; font-size: 0.16rem; padding: 0 0.15rem; }

.fixed-bottom form .btn { width: 2.9rem; height: 0.45rem; text-align: center; background: #328556; font-size: 0.16rem; font-weight: bold; color: #fff; display: flex; align-items: center; justify-content: center; }

.fixed-right { width: 1.5rem; height: 0.52rem; background: url(../images/fixed-right.png) center no-repeat; background-size: 100%; position: fixed; right: 0; bottom: 1.5rem; z-index: 23; cursor: pointer; }

.fixed-right a { height: 100%; display: block; }

/* 表单 */
.order-popup { display: none; padding: 4% 0 3%; position: fixed; width: 77%; max-width: 900px; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 999; margin: auto; background: #fff; border-radius: 20px; overflow: hidden; }

.order-popup .icon-close { position: absolute; top: 0; right: 0; padding: 25px; color: #000; font-size: 24px; cursor: pointer; }

.order-popup .title { margin-bottom: 6%; position: relative; z-index: 1; }

.order-popup .title h2 { font-size: 0.3rem; text-align: center; font-weight: bold; margin-bottom: 0.15rem; }

.order-popup .title p { font-size: 0.16rem; text-align: center; }

.order-popup .order { display: flex; justify-content: space-between; flex-wrap: wrap; width: 80%; margin: auto; position: relative; z-index: 1; }

.order-popup .order .row { width: 47%; margin-bottom: 30px; position: relative; }

.order-popup .order .row label { font-size: 0.16rem; font-weight: bold; display: block; margin-bottom: 0.1rem; }

.order-popup .order .row label i { color: red; }

.order-popup .order .row input, .order-popup .order .row select { width: 100%; height: 0.48rem; line-height: 0.48rem; font-size: 0.16rem; border: 1px solid #DDE3EE; padding: 0 0.2rem; border-radius: 0.05rem; }

.order-popup .order .row textarea { width: 100%; height: 1rem; font-size: 0.16rem; border: 1px solid #DDE3EE; padding: 0.15rem 0.2rem; border-radius: 0.05rem; }

.order-popup .order .row.w100 { width: 100%; }

.order-popup .order .submit { width: 2.2rem; height: 0.5rem; background: linear-gradient(107deg, #00BB63 0%, #0C97CC 100%); border-radius: 0.5rem; margin: 0 auto; color: #fff; font-size: 0.16rem; text-align: center; cursor: pointer; transition: all .5s ease; position: relative; top: 0; display: flex; align-items: center; justify-content: center; }

/*! <=991 手机端 */
@media all and (max-width: 991px) { .container { width: 100% !important; padding: 0 .3rem; }
  .xs-display { display: block !important; }
  .lg-display { display: none !important; }
  .banner .logo { left: 0.3rem; }
  .banner .t400 { right: 0.3rem; }
  .banner .img { width: 100%; height: 100%; }
  .banner .icon-mouse { width: 0.7rem; font-size: 0.7rem; }
  .section .title h2 span { width: 0.3rem; height: 0.02rem; margin: 0 0.13rem; }
  .section .title-dsc { font-size: 0.26rem; line-height: 0.46rem; margin-top: 0.4rem; }
  .section1 .title { width: 64%; margin: 0 auto; }
  .section1 .title h2 { line-height: 0.6rem; }
  .section1 .tabs { margin-top: 0.5rem; }
  .section1 .tabs:before { top: 0.72rem; }
  .section1 .tabs .swiper-slide h3 { width: 1.05rem; height: 0.5rem; font-size: 0.26rem; line-height: 0.6rem; }
  .section1 .tabs .swiper-slide .dot { margin: 0.15rem auto; }
  .section1 .tabs .swiper-slide h4 { font-size: 0.25rem; }
  .section1 .tabs .swiper-slide.active h3 { line-height: 0.42rem; }
  .section1 .slide { margin-top: 0.5rem; }
  .section1 .slide .swiper-slide .box .video { width: 100%; height: 4rem; }
  .section1 .slide .swiper-slide .box .imgs { width: 100%; display: flex; justify-content: space-between; margin-top: 0.2rem; }
  .section1 .slide .swiper-slide .box .imgs a { width: 49%; height: 2.1rem; margin: 0; }
  .section1 .slide .swiper-slide .box .imgs a i { font-size: 0.4rem; }
  .section1 .slide .swiper-slide .news .left { width: 100%; }
  .section1 .slide .swiper-slide .news .left h2 { font-size: 0.28rem; padding: 0.5rem 0.4rem 0.4rem; }
  .section1 .slide .swiper-slide .news .right { width: 100%; }
  .section1 .slide .swiper-slide .news .right li { width: 100%; padding: 0.4rem; margin-top: 0.2rem; }
  .section1 .slide .swiper-slide .news .right li h3 { font-size: 0.24rem; }
  .section1 .slide .swiper-slide .news .right li h2 { font-size: 0.28rem; line-height: 0.4rem; margin-top: 0.2rem; }
  .section1 .slide .swiper-slide .news .right li .more { font-size: 0.28rem; }
  .section1 .slide .swiper-slide .news .right li .more i { font-size: 0.3rem; }
  .section1 .slide .swiper-slide .news .right li:nth-child(-n+2) { margin-top: 0.2rem; }
  .section2 { height: 5rem; }
  .section2 i { font-size: 0.7rem; top: 55%; }
  .section3 .slide .swiper-slide { padding-left: 0.45rem; }
  .section3 .slide .swiper-slide:before { width: 0.16rem; height: 0.16rem; top: 0.1rem; }
  .section3 .slide .swiper-slide:after { left: 0.06rem; top: 0.1rem; }
  .section3 .slide .swiper-slide h2 { font-size: 0.4rem; }
  .section3 .slide .swiper-slide .line { width: 0.5rem; }
  .section3 .slide .swiper-slide p { font-size: 0.28rem; line-height: 0.44rem; }
  .section3 .btns { bottom: 0.5rem; }
  .section3 .btns a { width: 0.8rem; height: 0.8rem; line-height: 0.8rem; }
  .section3 .btns a i { font-size: 0.28rem; }
  .section4 { height: 11.4rem; background: url(../images/section4-bg-xs.jpg) no-repeat top/cover; }
  .section4 ul { margin-top: 0.2rem; padding: 0; background: none; }
  .section4 ul li { width: 50%; position: relative; padding: 0; text-align: center; margin-top: 0.4rem; }
  .section4 ul li p { font-size: 0.26rem; color: #0D313A; margin-top: 0.15rem; }
  .section4 ul li p b { font-size: 0.5rem; }
  .section4 ul li:before { display: none; }
  .section5 { padding: 1rem 0 0; }
  .section5 .block1 .title { margin: 0.65rem 0 0.15rem; }
  .section5 .block1 ul li { width: 100%; padding: 0.6rem 0.4rem 0.6rem; margin-top: 0.2rem; }
  .section5 .block1 ul li h4 { font-size: 0.4rem; }
  .section5 .block1 ul li h3 { font-size: 0.3rem; margin: 0.6rem 0 0.3rem; }
  .section5 .block1 ul li p { font-size: 0.26rem; line-height: 0.46rem; }
  .section5 .block2 { height: 17.32rem; margin-top: 1rem; background: url(../images/section5-block2-bg-xs.jpg) no-repeat center/cover; position: relative; }
  .section5 .block2 .text { width: 100%; height: 100%; padding: 1rem 0.6rem; }
  .section5 .block2 .text:before { display: none; }
  .section5 .block2 .text .title { margin-bottom: 0.25rem; }
  .section5 .block2 .text .title h2 { justify-content: center; padding-left: 0; }
  .section5 .block2 .text ul li { width: 100%; padding-left: 0.65rem; margin-top: 0.6rem; }
  .section5 .block2 .text ul li h3 { font-size: 0.3rem; }
  .section5 .block2 .text ul li p { font-size: 0.26rem; line-height: 0.46rem; margin-top: 0.2rem; }
  .section6 .slide { padding: 0; }
  .section6 .slide .swiper-slide .text { padding: 0 0.2rem 0.5rem; }
  .section6 .slide .swiper-slide .text h3 { font-size: 0.3rem; margin-bottom: 0.3rem; }
  .section6 .slide .swiper-slide .text p { font-size: 0.25rem; line-height: 0.44rem; }
  .section6 .slide .swiper-slide .text .btn { width: 70%; height: 0.65rem; font-size: 0.28rem; color: #fff; border: 0; background: linear-gradient(107deg, #00BB63 0%, #0C97CC 100%); }
  .footer { font-size: 0.24rem; padding-bottom: 0.5rem; }
  /* 公用视频弹出 */
  .video-popup .btn-close .icon { width: 0.4rem; }
  .video-popup .video-popup-box { width: 100%; max-height: none; }
  .fixed-right { width: 2.18rem; height: 0.76rem; }
  .order-popup { width: 90%; border-radius: 0.2rem; padding: 1rem 0 0.7rem; }
  .order-popup .icon-close { padding: 0.4rem; font-size: 0.4rem; }
  .order-popup .title { width: 80%; margin: 0 auto 0.4rem; }
  .order-popup .title h2 { font-size: 0.4rem; margin-bottom: 0.2rem; }
  .order-popup .title p { font-size: 0.28rem; line-height: 0.44rem; }
  .order-popup .order .row { width: 100%; margin-bottom: 0.4rem; position: relative; }
  .order-popup .order .row label { display: none; }
  .order-popup .order .row input, .order-popup .order .row select { height: 0.8rem; line-height: 0.8rem; font-size: 0.28rem; padding: 0 0.3rem; border-radius: 0.1rem; }
  .order-popup .order .row textarea { height: 2rem; font-size: 0.28rem; padding: 0.3rem; border-radius: 0.1rem; }
  .order-popup .order .row.w100 { width: 100%; }
  .order-popup .order .submit { width: 100%; height: 0.8rem; line-height: 0.8rem; border-radius: 0.1rem; margin: 0.1rem auto 0; font-size: 0.28rem; }
  .order-popup .order .submit:hover { top: 0; } }
