@charset "UTF-8";
* {
  word-wrap: break-word;
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

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;
  color: #000;
  background: #fff;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1;
  overflow-x: hidden;
}

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;
}

body, th, td, button, input, select, textarea {
  font-size: 16px;
  font-family: "SourceHanSans-Regular",-apple-system,"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color .5s ease;
  transition: color .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, a * {
  -webkit-transition: all .5s;
  transition: all .5s;
}

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;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.cover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9;
}

/*fonts*/
@font-face {
  font-family: "SourceHanSans-Light";
  src: url("../fonts/SourceHanSans-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSans-Regular";
  src: url("../fonts/SourceHanSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSans-Medium";
  src: url("../fonts/SourceHanSans-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSans-Bold";
  src: url("../fonts/SourceHanSans-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/BebasNeue.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.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;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.text-i {
  font-style: italic;
}

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

.lg-display {
  display: block !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
}

.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: 2;
}

.shareWx-box {
  text-align: center;
}

.shareWx-box .url_img {
  margin: 15px auto 10px;
}

.shareWx-box p {
  font-size: 14px;
}

@keyframes mouseMove {
  0% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 10px);
  }
}

@keyframes pulse1 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes view-more {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}

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

.pageTips .con {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}

.pageTips .con .img {
  text-align: center;
}

.pageTips .con .img img {
  margin: 0 auto;
}

.pageTips .con .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}

/* 公用视频弹出 */
.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 svg {
  width: 0.35rem;
  height: 0.35rem;
}

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

.video-popup .video-popup-box {
  width: 1244px;
  height: 700px;
  overflow: hidden;
  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;
}

.video-popup .video-popup-box1 {
  width: auto;
  height: 700px;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.container {
  width: 87.5%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.no-height {
  height: 0 !important;
  overflow: hidden;
}

.btn-play {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.btn-play .btn-play-box {
  width: 85%;
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #04A0CD 0%, #18A758 100%);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn-play .btn-play-box i {
  font-size: 0.3rem;
  color: #fff;
}

.btn-play:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  overflow: hidden;
  animation: pulse1 1.5s infinite;
}

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

.banner .logo {
  width: 2.38rem;
  position: absolute;
  left: 1.2rem;
  top: 0.36rem;
  z-index: 1;
}

.banner .bg {
  width: 100%;
  height: 100vh;
  background: url("../images/banner.jpg") no-repeat bottom/cover;
}

.banner .banner-t {
  width: 10.88rem;
  position: absolute;
  left: 1.54rem;
  top: 3.11rem;
}

.banner .icon-mouse {
  width: 0.38rem;
  font-size: 0.38rem;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 15;
  margin: auto;
  animation: mouseMove 1.5s infinite alternate;
}

.banner .layer {
  height: 100%;
  width: 100%;
  top: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
}

.section {
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 1rem 0;
  position: relative;
}

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

.section .title h2 {
  font-size: 0.38rem;
  color: #000;
  font-family: "SourceHanSans-Bold", system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
}

@media all and (max-width: 991px) {
  .section .title h2 {
    font-family: system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
    font-weight: bold;
  }
}

.section .title h3 {
  font-size: 0.2rem;
  color: #ccc;
  font-family: "SourceHanSans-Light", system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

@media all and (max-width: 991px) {
  .section .title h3 {
    font-family: system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
    font-weight: lighter;
  }
}

.section .title.white h2 {
  color: #fff;
}

.section .title-dsc {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.35rem;
}

.bigVideo:after {
  content: "";
  width: 1.77rem;
  height: 1.77rem;
  position: absolute;
  right: 0.3rem;
  bottom: 0;
  background: url("../images/ball.png") no-repeat center/100%;
}

.bigVideo .container:after {
  content: "";
  width: 0.55rem;
  height: 0.48rem;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/yin.png") no-repeat center/100%;
}

.bigVideo .title-dsc {
  width: 80%;
  margin: 0.35rem auto 0;
}

.bigVideo .box {
  position: relative;
  margin-top: 0.5rem;
}

.bigVideo .box img {
  width: 100%;
}

.serviceData {
  height: 7.5rem;
  padding-bottom: 0;
}

.serviceData .bg {
  width: 100%;
  height: 100%;
  background: url("../images/serviceData-bg.jpg") no-repeat bottom/cover;
  position: absolute;
  left: 0;
  top: -88vh;
}

.serviceData ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.serviceData ul li {
  width: 20%;
  text-align: center;
  padding: 0 0.35rem;
}

.serviceData ul li h2 {
  font-size: 0.18rem;
  color: #fff;
}

.serviceData ul li h2 b {
  font-size: 0.56rem;
  font-family: "BebasNeue", system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
  margin-right: 0.1rem;
}

.serviceData ul li p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #D5D5D5;
  margin-top: 0.1rem;
}

.product {
  height: 8.7rem;
}

.product .slide {
  position: relative;
  margin-top: 0.5rem;
}

.product .slide .swiper-slide {
  height: 5.2rem;
  padding: 0.3rem 0.3rem 0;
  background: #F1F1F1;
  box-shadow: 0 0 0.2rem 0.01rem rgba(88, 191, 136, 0.06);
  border-radius: 0.5rem 0.1rem 0.1rem 0.1rem;
  transition: all .3s;
}

.product .slide .swiper-slide .img {
  width: 100%;
  overflow: hidden;
}

.product .slide .swiper-slide .img img {
  width: 100%;
}

.product .slide .swiper-slide .text {
  margin-top: 0.15rem;
}

.product .slide .swiper-slide .text h2 {
  font-size: 0.26rem;
  color: #000;
  font-family: "SourceHanSans-Bold", system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
}

@media all and (max-width: 991px) {
  .product .slide .swiper-slide .text h2 {
    font-family: system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
    font-weight: bold;
  }
}

.product .slide .swiper-slide .text h3 {
  font-size: 0.18rem;
  color: #000;
  line-height: 0.3rem;
  margin: 0.15rem 0;
}

.product .slide .swiper-slide .text p {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product .slide .swiper-slide .text .btn {
  display: none;
  opacity: 0;
  margin-top: 0.2rem;
  width: 100%;
  height: 0.6rem;
  font-size: 0.2rem;
  color: #059257;
  font-family: "SourceHanSans-Bold", system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
  background: #fff;
  border-radius: 0.4rem;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(34, 94, 19, 0.16);
  transition: all .5s ease;
}

@media all and (max-width: 991px) {
  .product .slide .swiper-slide .text .btn {
    font-family: system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
    font-weight: bold;
  }
}

.product .slide .swiper-slide .text .btn i {
  width: 0.38rem;
  height: 0.38rem;
  line-height: 0.38rem;
  font-size: 0.2rem;
  font-weight: bold;
  margin-right: 0.1rem;
  background: #EEF8F0;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.product .slide .swiper-slide:hover {
  height: 6.1rem;
  transform: translateY(-0.1rem);
  background: linear-gradient(180deg, #04A0CD 0%, #18A758 100%);
}

.product .slide .swiper-slide:hover .text h2, .product .slide .swiper-slide:hover .text h3, .product .slide .swiper-slide:hover .text p {
  color: #fff;
}

.product .slide .swiper-slide:hover .text .btn {
  opacity: 1;
  display: flex;
}

.product .slide .swiper-button-prev, .product .slide .swiper-button-next {
  width: 0.6rem;
  height: 0.6rem;
  background: #059257;
  top: 2.2rem;
  color: #fff;
}

.product .slide .swiper-button-prev:after, .product .slide .swiper-button-next:after {
  font-size: 0.3rem;
}

.product .slide .swiper-button-prev.swiper-button-prev, .product .slide .swiper-button-next.swiper-button-prev {
  left: 10%;
}

.product .slide .swiper-button-prev.swiper-button-next, .product .slide .swiper-button-next.swiper-button-next {
  right: 10%;
}

.service {
  background: #F4F6F4;
  padding-bottom: 0;
}

.service .box {
  height: 8rem;
  margin-top: 0.5rem;
  position: relative;
}

.service .box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.service .box .bg img {
  width: 100%;
  height: 100%;
}

.service .box:after {
  content: "";
  width: 50%;
  height: 100%;
  background: rgba(32, 43, 51, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.service .box .con {
  width: 45%;
  padding-top: 1rem;
  position: relative;
  z-index: 2;
}

.service .box .con .tabs {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.service .box .con .tabs:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #424E63;
  position: absolute;
  left: 0;
  bottom: 0;
}

.service .box .con .tabs .item {
  font-size: 0.3rem;
  color: #808997;
  position: relative;
  padding-bottom: 0.3rem;
  transition: all .5s ease;
  cursor: pointer;
}

.service .box .con .tabs .item.active {
  color: #fff;
  font-family: "SourceHanSans-Bold", system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
}

@media all and (max-width: 991px) {
  .service .box .con .tabs .item.active {
    font-family: system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
    font-weight: bold;
  }
}

.service .box .con .tabs .item.active:after {
  content: "";
  width: 1rem;
  height: 0.04rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.service .box .con .tabs .item:hover {
  color: #fff;
}

.service .box .con .slide {
  overflow: hidden;
}

.service .box .con .slide ul {
  margin-top: 0.8rem;
  padding-left: 0.1rem;
}

.service .box .con .slide ul li {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.service .box .con .slide ul li .num {
  flex-shrink: 0;
  width: 0.58rem;
  height: 0.58rem;
  position: relative;
  margin-right: 0.25rem;
}

.service .box .con .slide ul li .num:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(26, 172, 111, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  animation: pulse1 1.5s infinite;
}

.service .box .con .slide ul li .num span {
  width: 0.42rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  font-size: 0.22rem;
  color: #fff;
  background: #1aac6f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}

.service .box .con .slide ul li p {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.32rem;
}

.media:before {
  content: "";
  width: 6.54rem;
  height: 4.07rem;
  background: url("../images/media-bg.png") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
}

.media .box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.media .box .left {
  width: 47.5%;
  border-radius: 0.5rem 0.1rem 0.1rem 0.1rem;
  overflow: hidden;
  position: relative;
}

.media .box .left img {
  width: 100%;
  height: 100%;
}

.media .box .left h2 {
  width: 100%;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.36rem;
  padding: 0.3rem 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.media .box .left:after {
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(13, 14, 14, 0) 0%, #1C2421 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.media .box .left:hover img {
  transform: scale(1.1);
}

.media .box .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.media .box .right li {
  width: 48%;
  height: 2.7rem;
  padding: 0.5rem 0.35rem;
  margin-bottom: 0.3rem;
  border-radius: 0.5rem 0.1rem 0.1rem 0.1rem;
  box-shadow: 0 0 0.15rem 0.01rem rgba(0, 0, 0, 0.1);
  position: relative;
}

.media .box .right li a * {
  transition: all 0s;
}

.media .box .right li h2 {
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #000;
  height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: "SourceHanSans-Medium", system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
}

@media all and (max-width: 991px) {
  .media .box .right li h2 {
    font-family: system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
    font-weight: bold;
  }
}

.media .box .right li h4 {
  font-size: 0.18rem;
  color: #848484;
  margin-top: 0.4rem;
}

.media .box .right li .btn {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 10;
  right: 0.3rem;
  bottom: 0.3rem;
}

.media .box .right li .btn span {
  flex-shrink: 0;
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.15rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.02rem solid #CFD2CF;
  border-radius: 50%;
  transition: all .5s ease;
}

.media .box .right li .btn span i {
  font-size: 0.18rem;
  color: #059257;
  font-weight: bold;
}

.media .box .right li .btn span:after {
  content: '';
  display: block;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background: #059257;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.02rem;
  margin-top: -0.02rem;
  transform-origin: 0.02rem 0.23rem;
  animation: view-more linear 2s infinite;
  animation-play-state: paused;
}

.media .box .right li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

.media .box .right li:hover {
  background: linear-gradient(314deg, #04A0CD 0%, #18A758 100%);
}

.media .box .right li:hover h2, .media .box .right li:hover h4 {
  color: #fff;
}

.media .box .right li:hover .btn span {
  border-color: #fff;
}

.media .box .right li:hover .btn span i {
  color: #fff;
}

.media .box .right li:hover .btn span:after {
  background: #fff;
  transform-origin: 0.02rem 0.23rem;
  animation: view-more linear 2s infinite;
}

.videos {
  background: url("../images/videos-bg.png") no-repeat center/cover;
}

.videos .box {
  position: relative;
  margin-top: 0.5rem;
}

.videos .box .slide {
  position: relative;
  overflow: hidden;
  padding: 0.1rem;
}

.videos .box .slide .swiper-slide {
  transition: all .5s ease;
  border-radius: 0.8rem 0.1rem 0.1rem 0.1rem;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
}

.videos .box .slide .swiper-slide .img {
  overflow: hidden;
  position: relative;
}

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

.videos .box .slide .swiper-slide .img .btn-play {
  width: 0.6rem;
  height: 0.6rem;
}

.videos .box .slide .swiper-slide .img .btn-play .btn-play-box i {
  font-size: 0.22rem;
}

.videos .box .slide .swiper-slide .text {
  margin: 0.3rem 0;
  height: 0.6rem;
  line-height: 0.3rem;
  padding: 0 0.2rem;
  text-align: center;
  font-size: 0.22rem;
  color: #000;
  background: #fff;
  transition: all .5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.videos .box .slide .swiper-slide:hover {
  box-shadow: 0 0 0.2rem 0.01rem rgba(0, 0, 0, 0.07);
}

.videos .box .slide .swiper-slide:hover img {
  transform: scale(1.1);
}

.videos .box .slide .swiper-slide:hover .text {
  color: #059257;
}

.videos .box .swiper-button-prev, .videos .box .swiper-button-next {
  color: #059257;
  top: 40%;
}

.videos .box .swiper-button-prev:after, .videos .box .swiper-button-next:after {
  font-size: 0.42rem;
}

.videos .box .swiper-button-prev.swiper-button-prev, .videos .box .swiper-button-next.swiper-button-prev {
  left: -0.4rem;
}

.videos .box .swiper-button-prev.swiper-button-next, .videos .box .swiper-button-next.swiper-button-next {
  right: -0.4rem;
}

.picture {
  padding-bottom: 0;
}

.picture ul {
  height: auto;
  overflow: hidden;
  margin-top: 0.5rem;
}

.picture ul li {
  width: 25%;
  height: 3.36rem;
  margin: 0 0 .25% .25%;
  float: left;
}

.picture ul li img {
  width: 100%;
  height: 100%;
}

.picture ul li:first-child {
  width: 49.5%;
  margin: 0;
  height: 6.78rem;
}

.order form {
  height: auto;
  overflow: hidden;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #F1F1F1;
  border-radius: 0.1rem;
}

.order form .row {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.order form .row .column {
  width: 100%;
}

.order form .row .column .t {
  font-size: 0.22rem;
  color: #212223;
  font-family: "SourceHanSans-Bold", system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
  margin-bottom: 0.2rem;
  display: block;
}

@media all and (max-width: 991px) {
  .order form .row .column .t {
    font-family: system-ui, -apple-system, Microsoft YaHei, Heiti SC ,tahoma, arial, Hiragino Sans GB, "\5B8B\4F53",sans-serif;
    font-weight: bold;
  }
}

.order form .row .column .t i {
  color: #E02020;
}

.order form .row .column .box {
  width: 100%;
  background: #fff;
  border-radius: 0.05rem;
  position: relative;
}

.order form .row .column .box #country {
  width: 100%;
  position: relative;
}

.order form .row.inputs .column {
  width: 23.5%;
}

.order form .row.inputs .column .box {
  height: 0.55rem;
  display: flex;
}

.order form .row.inputs .column .box input {
  width: 0;
  flex: 1;
  height: 0.55rem;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  color: #333;
}

.order form .row.inputs .column .box .codeVal {
  flex: 0;
  width: 1rem;
  border-right: 1px solid #eee;
  padding-right: 0;
}

.order form .row.checkbox .column .box {
  padding: 0.35rem 0.35rem 0.05rem;
}

.order form .row.checkbox .column .box input[type='checkbox'] {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.08rem;
}

.order form .row.checkbox .column .box ul {
  display: flex;
  flex-wrap: wrap;
}

.order form .row.checkbox .column .box ul li {
  width: 16.66667%;
  margin-bottom: 0.3rem;
}

.order form .row.checkbox .column .box ul li label {
  display: flex;
  align-items: center;
}

.order form .row.checkbox .column .box ul li p {
  font-size: 0.2rem;
  color: #333;
}

.order form .row.textarea .column .box textarea {
  width: 100%;
  height: 1.2rem;
  padding: 0.2rem 0.35rem;
  font-size: 0.2rem;
  color: #333;
}

.order form .row.btnbox input {
  width: 2rem;
  height: 0.6rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(180deg, #04A0CD 0%, #18A758 100%);
  border-radius: 0.5rem;
}

.order form .row:first-of-type {
  margin: 0;
}

.footer .contact {
  height: auto;
  overflow: hidden;
  margin-bottom: 0.8rem;
}

.footer .contact .container {
  display: flex;
  justify-content: space-between;
  padding: 0 0.5rem;
}

.footer .contact .container .item {
  display: flex;
  align-items: center;
}

.footer .contact .container .item .icon {
  width: 0.5rem;
  height: 0.5rem;
  fill: #5d5d5d;
  margin-right: 0.1rem;
}

.footer .contact .container .item .text {
  color: #5d5d5d;
}

.footer .contact .container .item .text h2 {
  font-size: 0.22rem;
}

.footer .contact .container .item .text p {
  font-size: 0.2rem;
  margin-top: 0.05rem;
  line-height: 1.5;
}

.footer .contact .container .item:hover .icon {
  fill: #1AAC6F;
}

.footer .contact .container .item:hover .text {
  color: #1AAC6F;
}

.footer .bottom {
  background: #262626;
  padding: 0.5rem 0;
}

.footer .bottom .follow {
  display: flex;
  justify-content: center;
  margin-bottom: 0.2rem;
}

.footer .bottom .follow a {
  margin: 0 0.2rem;
}

.footer .bottom .follow a .icon {
  width: 0.36rem;
  height: 0.36rem;
}

.footer .bottom .follow a.facebook .icon {
  fill: #425f9b;
}

.footer .bottom .follow a.twitter .icon {
  fill: #55acee;
}

.footer .bottom .follow a.youtube .icon {
  fill: #e12727;
}

.footer .bottom p {
  font-size: 0.18rem;
  color: #B7B7B7;
  text-align: center;
}

.fright {
  width: 60px;
  height: auto;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 100;
}

.fright .item {
  height: 60px;
  overflow: hidden;
  margin-top: 1px;
  position: relative;
  right: 0;
  transition: .3s;
  background: #fff;
}

.fright .item a {
  display: block;
}

.fright .item .icon {
  width: 60px;
  height: 60px;
  float: left;
}

.fright .item .icon.icon1 {
  background: url("../images/fixedRight-icon1.png") center no-repeat #FA8D14;
  background-size: 100%;
}

.fright .item .icon.icon2 {
  background: url("../images/fixedRight-icon2.png") center no-repeat #059257;
  background-size: 100%;
}

.fright .item .icon.icon3 {
  background: url("../images/fixedRight-icon3.png") center no-repeat #059257;
  background-size: 100%;
}

.fright .item .icon.icon4 {
  background: url("../images/fixedRight-icon4.png") center no-repeat #059257;
  background-size: 100%;
}

.fright .item .icon.icon5 {
  background: url("../images/fixedRight-icon5.png") center no-repeat #059257;
  background-size: 100%;
}

.fright .item span {
  line-height: 60px;
  font-size: 15px;
  color: #000;
  float: left;
  text-align: center;
}

.fright .item.item1 {
  width: 140px;
}

.fright .item.item1 span {
  width: 80px;
}

.fright .item.item2 {
  width: 150px;
}

.fright .item.item2 span {
  width: 90px;
}

.fright .item.item2:hover {
  right: 90px;
}

.fright .item.item3 {
  width: 210px;
}

.fright .item.item3 span {
  width: 150px;
}

.fright .item.item3:hover {
  right: 150px;
}

.fright .item.item4 {
  width: 210px;
}

.fright .item.item4 span {
  width: 150px;
}

.fright .item.item4:hover {
  right: 150px;
}

.fright .item.item5 {
  width: 210px;
}

.fright .item.item5 span {
  width: 150px;
}

.fright .item.item5:hover {
  right: 150px;
}

.mslu_li_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all .36s;
  position: relative;
}

.mod_side.act .mod_side_list_back {
  right: 0;
}

.mod_side {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  z-index: 98;
  transition: all .5s ease-in-out;
}

.mod_side_list_ul {
  padding: 32px 0;
  position: relative;
}

.mod_side_list_ul::after {
  content: "";
  width: calc(100% - 14px);
  height: 100%;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 2.76726px 2.21381px 0px rgba(29, 86, 185, 0.02), 0px 6.6501px 5.32008px 0px rgba(29, 86, 185, 0.03), 0px 12.52155px 10.01724px 0px rgba(29, 86, 185, 0.04), 0px 22.33631px 17.86905px 0px rgba(29, 86, 185, 0.04), 0px 41.77761px 33.42209px 0px rgba(29, 86, 185, 0.05), 0px -4px 10px 0px rgba(80, 164, 255, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.mslu_li {
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  padding-right: 12px;
}

.mslu_li:last-child {
  margin-bottom: 0;
}

.mlii_icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.mlii_icon img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .36s;
  max-width: inherit;
}

.mslu_li_pop {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -300px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 2.76726px 2.21381px 0px rgba(29, 86, 185, 0.02), 0px 6.6501px 5.32008px 0px rgba(29, 86, 185, 0.03), 0px 12.52155px 10.01724px 0px rgba(29, 86, 185, 0.04), 0px 22.33631px 17.86905px 0px rgba(29, 86, 185, 0.04), 0px 41.77761px 33.42209px 0px rgba(29, 86, 185, 0.05), 0px -4px 10px 0px rgba(80, 164, 255, 0.05);
  transition: all .36s;
  z-index: -1;
  opacity: 0;
  width: 260px;
}

.mlpc_bt p {
  color: #666;
}

.mlpc_mid a {
  font-size: 20px;
  line-height: 1.8;
  color: #0047BA;
  font-family: 'poppinssemibold';
}

.mlpc_tp_icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0047BA;
  flex-shrink: 0;
  position: relative;
}

.mlpc_tp_icon img {
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mlpc_tp_parga {
  width: calc(100% - 16px);
  padding-left: 6px;
}

.mlpc_tp {
  display: flex;
  align-items: center;
}

.mslu_li_pop_cont {
  padding: 20px 30px;
}

.mod_side_list_back {
  margin-top: 8px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0px 2.76726px 2.21381px rgba(29, 86, 185, 0.02), 0px 6.6501px 5.32008px rgba(29, 86, 185, 0.03), 0px 12.52155px 10.01724px rgba(29, 86, 185, 0.04), 0px 22.33631px 17.86905px rgba(29, 86, 185, 0.04), 0px 41.77761px 33.42209px rgba(29, 86, 185, 0.05), 0px -4px 10px rgba(80, 164, 255, 0.05);
  position: relative;
  margin-left: 14px;
  cursor: pointer;
  transition: all .36s;
  right: -100px;
}

.mslb_icon {
  transform: translate(-50%, -50%) rotate(180deg);
}

.mslb_icon_img {
  width: 23px;
  height: 23px;
}

.mslb_icon_img img {
  width: auto;
  height: 100%;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  transition: all .36s;
  max-width: inherit;
}

.mod_sideph {
  position: fixed;
  width: calc(100% - 40px);
  bottom: 20px;
  left: 50%;
  background-color: #000;
  display: none;
  z-index: 98;
  transform: translateX(-50%);
  border-radius: 10px;
}

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

.mod_sideph_ul_li {
  width: 20%;
  padding: 12px 0;
  position: relative;
}

.mod_sideph_ul_li::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #0047BA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .36s;
  opacity: 0;
}

.mod_sideph_ul_li.act::after {
  opacity: 1;
}

.mod_sideph .mslu_li_icon_img {
  margin: auto;
  width: 26px;
}

.mod_sideph .mslu_li_icon_img img {
  width: 100%;
}

.mslu_li:hover .mslu_li_icon {
  background-color: #0047BA;
}

.mslu_li:hover .mslu_li_pop {
  right: 74px;
  opacity: 1;
}

.ys_pos_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mslu_li:hover .mlii_icon img:nth-child(2) {
  opacity: 0;
}

@media all and (max-width: 1440px) {
  .serviceData .bg {
    top: -100vh;
  }
  .video-popup .video-popup-box {
    width: 977px;
    height: 550px;
  }
  .video-popup .video-popup-box1 {
    height: 550px;
  }
}
