@charset "UTF-8";
body.status1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

body.status1 header, body.status1 footer {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

body.status1 .main {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

html {
  font-size: 100px;
}

@font-face {
  font-family: "popm";
  src: url("../fonts/Poppins-Medium.otf");
  font-style: normal;
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 95px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 65px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 50px;
  }
}
img {
  -o-object-fit: cover;
  object-fit: cover;
}

.a_dw {
  top: -5.5555555556em;
}

.w100 {
  width: 100%;
}

.liuyan_tanchuang {
  position: fixed;
  width: 90%;
  max-width: 400px;
  display: none;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2010;
  border-radius: 2px;
  background: #000;
}

.liuyan_tanchuang .lox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  color: #fff;
  line-height: 24px;
}

.liuyan_tanchuang .ico {
  width: 24px;
}

.liuyan_tanchuang .out {
  width: 20px;
  cursor: pointer;
  margin-top: 2px;
}

.liuyan_tanchuang .wz {
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
  padding: 0 10px;
}

.my-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
}

.my-modal .modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.my-modal .modal-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: safe center;
  -moz-box-align: safe center;
  -ms-flex-align: safe center;
  align-items: safe center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5vh 15px;
}

.my-modal .modal-main {
  position: relative;
}

.my-img-active {
  cursor: pointer;
}

.my-img-active.my-img-container, .my-img-active .my-img-container {
  overflow: hidden;
}

.my-img-active .my-img-target {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-img-active:hover.my-img-target {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.my-img-active:hover .my-img-target {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.my-img-toggle {
  cursor: pointer;
}

.my-img-toggle.my-img-target, .my-img-toggle .my-img-target {
  position: relative;
  display: inline-block;
}

.my-img-toggle.my-img-target img, .my-img-toggle .my-img-target img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-img-toggle.my-img-target img:nth-child(2), .my-img-toggle .my-img-target img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle:hover.my-img-target img:nth-child(1), .my-img-toggle:hover .my-img-target img:nth-child(1), .my-img-toggle.active.my-img-target img:nth-child(1), .my-img-toggle.active .my-img-target img:nth-child(1) {
  opacity: 0;
}

.my-img-toggle:hover.my-img-target img:nth-child(2), .my-img-toggle:hover .my-img-target img:nth-child(2), .my-img-toggle.active.my-img-target img:nth-child(2), .my-img-toggle.active .my-img-target img:nth-child(2) {
  opacity: 1;
}

.z_tanchuang {
  z-index: 1100;
}

header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}

header.active {
  position: sticky;
}

.header:hover, .header.active, .header.active1 {
  background-color: #fff;
}

.header:hover .logo img:nth-child(1), .header.active .logo img:nth-child(1), .header.active1 .logo img:nth-child(1) {
  display: none;
}

.header:hover .logo img:nth-child(2), .header.active .logo img:nth-child(2), .header.active1 .logo img:nth-child(2) {
  display: block;
}

.header:hover .nav-link, .header.active .nav-link, .header.active1 .nav-link {
  color: #111;
}

.header:hover .item, .header.active .item, .header.active1 .item {
  color: #111;
}

.header:hover .item1 .item-img, .header.active .item1 .item-img, .header.active1 .item1 .item-img {
  background-image: url(../images/svg/header-icon1-black.svg);
}

.header:hover .item2 .item-img, .header.active .item2 .item-img, .header.active1 .item2 .item-img {
  background-image: url(../images/svg/header-icon2-black.svg);
}

.header .box3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1720px;
}

.header .logo {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.header .logo img:nth-child(2) {
  display: none;
}

.header .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.5555555556em;
}

.header .nav-item {
  line-height: 2.1111111111;
  position: relative;
}

.header .nav-item:hover .nav-link::before, .header .nav-item.active .nav-link::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.header .nav-item:hover .nav-child {
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.header .nav-item + .nav-item {
  margin-left: 0.7rem;
}

.header .nav-link {
  line-height: 2.1111111111;
  position: relative;
  color: #fff;
}

.header .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #2EB6AA;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header .nav-child {
  position: absolute;
  padding-top: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(15px);
  -moz-transform: translateX(-50%) translateY(15px);
  -ms-transform: translateX(-50%) translateY(15px);
  -o-transform: translateX(-50%) translateY(15px);
  transform: translateX(-50%) translateY(15px);
  pointer-events: none;
  opacity: 0;
}

.header .nav-child-container {
  background-color: #fff;
  border-radius: 12px;
  /*padding: 0.2rem 0.5rem 0.2rem 0.2rem;*/
  padding: 0.2rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.header .nav-img {
  width: 11.1111111111em;
  max-width: initial;
  border-radius: 12px;
  margin-right: 0.3rem;
  display: none;
}

.header .nav-li {
  white-space: nowrap;
  min-width: 2rem;
  padding: 0.1rem 0;
  line-height: 1.25;
  position: relative;
  display: block;
  padding-right: 16px;
}

.header .nav-li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 100%;
  background: url(../images/svg/header-arr-gray.svg) no-repeat center center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  right: 0;
  top: 0;
}

.header .nav-li:hover {
  color: #2EB6AA;
}

.header .nav-li:hover::before {
  background-image: url(../images/svg/header-arr-color.svg);
}

.header .nav-li + .nav-li {
  border-top: 1px dashed #E5E5E5;
}

.header .right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.98rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.header .item {
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .item:hover {
  color: #2EB6AA;
}

.header .item + .item {
  margin-left: 0.3rem;
}

.header .item-img {
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.header .item1 .item-img {
  width: 1.2222222222em;
  height: 1.2222222222em;
  background-image: url(../images/svg/header-icon1-white.svg);
  margin-right: 0.08rem;
}

.header .item1:hover .item-img {
  background-image: url(../images/svg/header-icon1-color.svg);
}

.header .item2 .item-img {
  width: 1.4444444444em;
  height: 1.4444444444em;
  background-image: url(../images/svg/header-icon2-white.svg);
}

.header .item2:hover .item-img {
  background-image: url(../images/svg/header-icon2-color.svg);
}

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

.footer .top {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}

.footer .top .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .left {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.footer .logo {
  width: 8.4615384615em;
}

.footer .info {
  border-top: 1px dashed #dbdbdb;
  padding-top: 0.27rem;
  margin-top: 0.4rem;
}

.footer .tel a {
  font-family: Arial;
  line-height: 1.1538461538;
}

.footer .tel a:hover {
  text-decoration: underline;
  color: #2EB6AA;
}

.footer .tel-title {
  color: #333;
  margin-bottom: 0.13rem;
}

.footer .tel-title img {
  display: inline-block;
  vertical-align: text-top;
  width: 1.375em;
  margin-right: 0.09rem;
}

.footer .text {
  margin-top: 0.24rem;
  line-height: 1.5;
  padding: 0.17rem 0.2rem;
  background-color: #E5E5E5;
  border-radius: 8px;
}

.footer .text a {
  color: #2EB6AA;
}

.footer .text a:hover {
  text-decoration: underline;
}

.footer .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 3.4285714286%;
}

.footer .nav-item{
  max-width: 16%;
}

.footer .nav-link {
  display: block;
  line-height: 1.2857142857;
  color: #555;
  margin-bottom: 0.24rem;
}

.footer .nav-link:first-child {
  line-height: 1.3333333333;
  margin-bottom: 0.3rem;
  color: #111;
}

.footer .nav-link:hover {
  color: #2EB6AA;
}

.footer .bottom {
  color: #666;
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
  background-color: #E2E2E4;
}

.footer .bottom .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.2857142857;
}

.footer .bottom a {
  color: #666;
}

.footer .bottom a:hover {
  text-decoration: underline;
  color: #2EB6AA;
}

.my-sidebar {
  position: fixed;
  z-index: 20;
  bottom: 10vh;
  background-color: #fff;
  border-radius: 12px;
  right: -100px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #E4E8EC;
}

.my-sidebar.active {
  right: 0.3rem;
}

.my-sidebar .item {
  display: block;
  text-align: center;
  padding: 0.2rem 0.12rem;
  position: relative;
}

.my-sidebar .item:nth-child(1) .item-img {
  width: 2em;
}

.my-sidebar .item:nth-child(2) .item-img {
  width: 1.7142857143em;
}

.my-sidebar .item:hover {
  color: #2EB6AA;
}

.my-sidebar .item + .item {
  border-top: 1px solid #E5E5E5;
}

.my-sidebar .item-img {
  display: inline-block;
  margin-bottom: 0.08rem;
}

.my-sidebar .item .ewm {
  width: 120px;
  position: absolute;
  right: 120%;
  top: 0;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-sidebar .item:hover .ewm {
  right: 110%;
  opacity: 1;
}

.my-swiper-button .swiper-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(46, 182, 170, 0.1) url(../images/svg/header-arr-color.svg) no-repeat center center;
  -o-background-size: 20% auto;
  background-size: 20% auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-swiper-button .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.my-swiper-button .swiper-button:hover {
  background-color: #2EB6AA;
  background-image: url(../images/svg/header-arr-white.svg);
}

.my-swiper-button .swiper-button::after {
  display: none;
}

.my-more-active {
  cursor: pointer;
}

.my-more-active:hover.my-more, .my-more-active:hover .my-more {
  background-color: #2EB6AA;
}

.my-more-active:hover.my-more2, .my-more-active:hover .my-more2 {
  background-color: #2EB6AA;
}

.my-more {
  line-height: 3.125;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 0.35rem;
  padding-left: 0.33rem;
  background-color: #666666;
  border-radius: 6px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-more::after {
  position: relative;
  margin-left: 0.11rem;
  content: "";
  display: block;
  width: 0.375em;
  background: url(../images/svg/header-arr-white.svg) no-repeat center center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.my-more2 {
  line-height: 3;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0.3rem;
  background-color: #666666;
  border-radius: 34px;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-more2::after {
  position: relative;
  margin-left: 0.15rem;
  content: "";
  display: block;
  width: 2.2222222222em;
  height: 2.2222222222em;
  border-radius: 50%;
  background: #fff url(../images/svg/arr2-right-color.svg) no-repeat center center;
  -o-background-size: 35% auto;
  background-size: 35% auto;
}

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

.index-title .title {
  line-height: 1.3;
  margin-bottom: 0.17rem;
}

.index-title .text {
  line-height: 1.25;
}

.my-banner {
  position: relative;
}

.my-banner.status1::before {
  display: none;
}

.my-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
}

.my-banner .banner-img2 {
  display: none;
}

.my-list1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.my-list1::after {
  content: "";
  width: 31.4285714286%;
}

.my-list1.status1::after {
  display: none;
}

.my-list1.status1 .item {
  width: 100%;
  box-shadow: initial;
}

.my-list1 .item {
  width: 31.4285714286%;
  padding: 0.1rem 0.1rem 0.04rem;
  background-color: #fff;
  border-radius: 0.2rem;
  margin-bottom: 0.4rem;
  box-shadow: 0 0 0 1px #e5e5e5 inset;
}

.my-list1 .item-img {
  border-radius: 0.12rem;
}

.my-list1 .item-title {
  line-height: 1.2222222222;
  height: 3.6666666667em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.index .section1 {
  width: 100%;
  padding-top: 100vh;
  position: relative;
}

.index .section1 .swiper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index .section1 .slide-img1 {
  height: 100%;
}

.index .section1 .slide-img2 {
  display: none;
}

.index .section1 .slide-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  display: none;
}

.index .section1 .swiper-button-prev {
  left: 30px;
}

.index .section1 .swiper-button-next {
  right: 30px;
}

.index .section1 .slide-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
}

.index .section1 .swiper-pagination {
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 13.5416666667%;
  bottom: 0.38rem;
}

.index .section1 .pagination-item {
  width: 1.5em;
  overflow: hidden;
  margin: 0 0.09rem;
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index .section1 .pagination-item.active {
  width: auto;
}

.index .section1 .pagination-item.active s::before {
  width: 100%;
}

.index .section1 .pagination-item s {
  height: 2px;
  width: 0.6rem;
  display: block;
  margin-left: 0.16rem;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}

.index .section1 .pagination-item s::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  -moz-transition: all 3s;
  transition: all 3s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.index .section2 {
  padding-top: 0.72rem;
}

.index .section2 .index-title {
  margin-bottom: 0.57rem;
}

.index .section2 .list {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .section2 .item {
  background: url(../images/9.png) no-repeat center center/cover;
  position: relative;
  height: 7.3rem;
  overflow: hidden;
  width: 20%;
}

.index .section2 .item:hover {
  width: 31.25%;
}

.index .section2 .item-img {
  height: 100%;
}

.index .section2 .item-img .my-img-target {
  margin: 0 auto;
  height: 100%;
}

.index .section2 .item-info {
  position: absolute;
  top: 5.8904109589%;
  left: 10px;
  right: 10px;
  text-align: center;
}

.index .section2 .item-title {
  line-height: 1.3333333333;
  margin-bottom: 0.07rem;
  min-height: 2.6666666667em;
}

.index .section3 {
  position: relative;
}

.index .section3 .imgs {
  position: relative;
}

.index .section3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section3 .bg.active {
  opacity: 1;
}

.index .section3 .bg:nth-child(1) {
  position: relative;
}

.index .section3 .container {
  position: relative;
  overflow: hidden;
}

.index .section3 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 8%;
  z-index: 2;
}

.index .section3 .dots, .index .section3 .list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index .section3 .dot {
  position: absolute;
  width: 3.4375%;
  height: 7.3333333333%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index .section3 .dot.active::before {
  background: url(../images/svg/yuandian2.svg) center no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.index .section3 .dot.active::after {
  background-color: #2EB6AA;
}

.index .section3 .dot.active .dot-s {
  background-color: #2EB6AA;
}

.index .section3 .dot::before, .index .section3 .dot::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section3 .dot::before {
  background: url(../images/svg/yuandian.svg) center no-repeat;
  -o-background-size: cover;
     background-size: cover;
  -webkit-animation-name: animation1;
  -moz-animation-name: animation1;
  -o-animation-name: animation1;
  animation-name: animation1;
  -webkit-animation-duration: 8s;
  -moz-animation-duration: 8s;
  -o-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index .section3 .dot::after {
  background-color: #999;
  opacity: 0.2;
  -webkit-animation-name: animation2;
  -moz-animation-name: animation2;
  -o-animation-name: animation2;
  animation-name: animation2;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index .section3 .dot-s {
  width: 36.3636363636%;
  height: 36.3636363636%;
  border-radius: 50%;
  background-color: #999;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section3 .dot-s::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  width: 16.6666666667%;
  height: 16.6666666667%;
}

.index .section3 .absolute1 {
  top: 40.3333333333%;
  left: 25.4166666667%;
}

.index .section3 .absolute2 {
  top: 70.7777777778%;
  left: 20.78125%;
}

.index .section3 .absolute3 {
  top: 74.1111111111%;
  left: 71.3541666667%;
}

.index .section3 .absolute4 {
  top: 32.1111111111%;
  left: 70.5729166667%;
}

.index .section3 .item {
  position: absolute;
  width: 3.4375%;
  height: 7.3333333333%;
  cursor: pointer;
}

.index .section3 .item.active .item-text, .index .section3 .item:hover .item-text {
  background-color: #2EB6AA;
}

.index .section3 .item:nth-child(1) .item-text, .index .section3 .item:nth-child(2) .item-text {
  right: 100%;
  margin-right: 0.2rem;
}

.index .section3 .item:nth-child(3) .item-text, .index .section3 .item:nth-child(4) .item-text {
  left: 100%;
  margin-left: 0.2rem;
}

.index .section3 .item:nth-child(1) .item-mask {
  width: 219%;
  height: 241%;
  left: 200%;
  top: -26%;
}

.index .section3 .item:nth-child(2) .item-mask {
  width: 242%;
  height: 257%;
  left: 285%;
  top: -61%;
}

.index .section3 .item:nth-child(3) .item-mask {
  width: 224%;
  height: 288%;
  right: 220%;
  top: -126%;
}

.index .section3 .item:nth-child(4) .item-mask {
  width: 224%;
  height: 254%;
  right: 210%;
  top: 32%;
}

.index .section3 .item-mask {
  position: absolute;
  background-color: #000;
  opacity: 0;
}

.index .section3 .item-text {
  position: absolute;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  line-height: 2.7777777778;
  background-color: #999999;
  border-radius: 50px;
  padding: 0 0.38rem;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes animation1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes animation1 {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes animation1 {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animation1 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animation2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.2;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes animation2 {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0.2;
  }
  80% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  90% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-o-keyframes animation2 {
  0% {
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0.2;
  }
  80% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  90% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes animation2 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0.2;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
.index .section4 {
  background: url(../images/11.png) no-repeat center center/cover;
  padding-top: 0.72rem;
  padding-bottom: 1rem;
}

.index .section4 .index-title {
  margin-bottom: 0.55rem;
}

.index .section4 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index .section4 .left {
  width: 61.4285714286%;
}

.index .section4 .left-container {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem 3.488372093% 0.5rem;
  width: 100%;
}

.index .section4 .swiper-slide {
  /* padding-top: 56.25%; */
}

.index .section4 .swiper-slide .img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
  margin-bottom: 0.4rem;
}

.index .section4 .swiper-pagination {
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  bottom: 1.6rem;
}

.index .section4 .left-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .section4 .left-time {
  text-align: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 4.375%;
  border-right: 1px solid #D9D9D9;
}

.index .section4 .left-time span {
  display: block;
  font-family: Arial;
}

.index .section4 .left-content {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding-left: 5%;
}

.index .section4 .left-title {
  line-height: 2em;
  margin-bottom: 0.16rem;
  margin-top: -0.5em;
}

.index .section4 .left-text {
  line-height: 1.7142857143;
}

.index .section4 .right {
  width: 35.7142857143%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.index .section4 .list {
  background-color: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.index .section4 .item {
  padding: 0.26rem 7.6% 0.25rem;
  display: block;
  position: relative;
}

.index .section4 .item:hover {
  background-color: rgba(46, 182, 170, 0.05);
}

.index .section4 .item:hover::before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.index .section4 .item:hover .item-time, .index .section4 .item:hover .item-title {
  color: #2EB6AA;
}

.index .section4 .item:hover .item-title {
  border-color: rgba(46, 182, 170, 0.05);
}

.index .section4 .item::after {
  position: absolute;
  content: "";
  left: 7.6%;
  bottom: 0;
  width: 84.8%;
  border-bottom: 1px solid #F0F0F0;
}

.index .section4 .item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #2EB6AA;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section4 .item:last-child::after {
  display: none;
}

.index .section4 .item-time {
  line-height: 1.5714285714;
  margin-bottom: 0.12rem;
}

.index .section4 .item-time span {
  display: inline-block;
  vertical-align: sub;
  width: 1.2857142857em;
  margin-right: 0.06rem;
}

.index .section4 .item-title {
  line-height: 1.6666666667;
  position: relative;
}

.index .section4 .my-more2 {
  margin-top: auto;
}

.index .section5 {
  background: url(../images/13.png) no-repeat center center/cover;
  padding-top: 0.72rem;
  padding-bottom: 1rem;
}

.index .section5 .index-title {
  color: #fff;
  margin-bottom: 0.45rem;
}

.index .section5 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}

.index .section5 .select-item {
  color: #fff;
  line-height: 2.7777777778;
  border-radius: 50px;
  margin: 0 0.2rem;
  padding: 0 0.37rem;
  box-shadow: 0 0 0 1px rgba(238, 238, 238, 0.3) inset;
  cursor: pointer;
}

.index .section5 .select-item.active, .index .section5 .select-item:hover {
  background-color: #2EB6AA;
  box-shadow: 0 0 0 1px #2EB6AA inset;
}

.index .section5 .select-item img {
  display: inline-block;
  vertical-align: middle;
  width: 1.2222222222em;
  margin-right: 0.12rem;
}

.index .section5 .contents {
  backdrop-filter: blur(6px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  border-radius: 0.3rem;
  position: relative;
}

.index .section5 .content {
  padding: 0.5rem 3.5714285714%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section5 .content.active {
  position: relative;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.5s all 0.5s;
  -o-transition: 0.5s all 0.5s;
  -moz-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
}

.index .section5 .swiper {
  padding-bottom: 0.64rem;
}

.index .section5 .slide-img {
  border-radius: 0.2rem;
}

.index .section5 .slide-img + .slide-img {
  margin-top: 0.32rem;
}

.index .section5 .swiper-pagination {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0;
}

.index .section5 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 50%;
  margin: 0 5px;
}

.index .section5 .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  border: 3px solid #2EB6AA;
  background-color: #fff;
}

.product .section1 {
  padding-top: 0.72rem;
  padding-bottom: 0.8rem;
}

.product .section1 .index-title {
  margin-bottom: 0.75rem;
}

.product .section1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product .section1 .item-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.6rem;
}

.product .section1 .item-left, .product .section1 .item-right {
  width: 48.5714285714%;
}

.product .section1 .item-left {
  border-radius: 0.3rem;
  position: relative;
}

.product .section1 .item-left::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.15;
  z-index: 2;
}

.product .section1 .item-left::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(325deg, #000 9.33%, rgba(0, 0, 0, 0) 60.84%);
  background: -moz-linear-gradient(325deg, #000 9.33%, rgba(0, 0, 0, 0) 60.84%);
  background: -o-linear-gradient(325deg, #000 9.33%, rgba(0, 0, 0, 0) 60.84%);
  background: linear-gradient(125deg, #000 9.33%, rgba(0, 0, 0, 0) 60.84%);
  opacity: 0.6;
  z-index: 2;
}

.product .section1 .item-left .item-info {
  z-index: 3;
  color: #fff;
  top: 7.3529411765%;
  left: 8.8235294118%;
  right: 8.8235294118%;
  bottom: 0;
}

.product .section1 .item-right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product .section1 .item-right .item {
  width: 100%;
  margin-bottom: 0;
}

.product .section1 .item {
  width: 48.5714285714%;
  border-radius: 0.2rem;
  background: url(../images/34.png) no-repeat center center/cover;
  position: relative;
  margin-bottom: 0.4rem;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  display: block;
}

.product .section1 .item-info {
  position: absolute;
  top: 15.625%;
  left: 8.8235294118%;
  right: 44.1176470588%;
  bottom: 0;
}

.product .section1 .item-title {
  line-height: 1.3333333333;
  margin-bottom: 0.2rem;
}

.product .section1 .item-text {
  line-height: 1.75;
  margin-bottom: 0.25rem;
}

.product-detail .section1 {
  background: url(../images/37.png) no-repeat center center/cover;
}

.product-detail .section1 .container {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.product-detail .section1 .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.product-detail .section1 .content {
  padding-right: 50%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-detail .section1 .title {
  line-height: 1.3;
  margin-bottom: 0.4rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product-detail .section1 .text {
  line-height: 1.7142857143;
  color: #333;
  margin-bottom: 0.46rem;
  overflow: auto;
}

.product-detail .section1 .text::-webkit-scrollbar {
  width: 4px;
}

.product-detail .section1 .text::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #2EB6AA;
}

.product-detail .section1 .my-more2 {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product-detail .section2 {
  padding-top: 0.72rem;
  padding-bottom: 0.8rem;
}

.product-detail .section2 .index-title {
  margin-bottom: 0.47rem;
}

.product-detail .section2 table {
  width: 100%;
  border-spacing: 0;
}

.product-detail .section2 th {
  background-color: rgba(46, 182, 170, 0.1);
  font-size: 1.1428571429em;
  line-height: 1.25;
  padding: 0.14rem 10px;
  border-left: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.product-detail .section2 th:last-child {
  border-right: 1px solid #E5E5E5;
}

.product-detail .section2 td {
  text-align: center;
  line-height: 1.2857142857;
  padding: 0.1rem 10px;
  border-left: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.product-detail .section2 td:last-child {
  border-right: 1px solid #E5E5E5;
}

.product-detail .section2 tbody tr:nth-of-type(even) {
  background-color: #F7F7F7;
}

.product-detail .section3 {
  padding-top: 0.73rem;
  padding-bottom: 1rem;
  background-color: #F7F7F7;
}

.product-detail .section3 .index-title {
  margin-bottom: 0.47rem;
}

.product-detail .section3 .content {
  padding-top: 39.2857142857%;
  position: relative;
  border-radius: 0.2rem;
}

.product-detail .section3 .img, .product-detail .section3 .video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-detail .section3 .img {
  z-index: 1;
}

.product-detail .section3 .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 4em;
}

.product-detail .section4 {
  padding-top: 0.73rem;
  padding-bottom: 0.8rem;
}

.product-detail .section4 .select {
  margin-top: 0.44rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.product-detail .section4 .select-item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.2857142857;
  padding-bottom: 0.24rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.product-detail .section4 .select-item:hover, .product-detail .section4 .select-item.active {
  color: #2EB6AA;
}

.product-detail .section4 .select-item:hover::before, .product-detail .section4 .select-item.active::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.product-detail .section4 .select-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #2EB6AA;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.product-detail .section4 .select-item span {
  width: 100%;
  position: relative;
  display: block;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
}

.product-detail .section4 .select-item + .select-item span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 88.8888888889%;
  background-color: #E5E5E5;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-detail .section4 .contents {
  position: relative;
}

.product-detail .section4 .content {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 0.47rem;
}

.product-detail .section4 .content.active {
  position: relative;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.5s all 0.5s;
  -o-transition: 0.5s all 0.5s;
  -moz-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
}

.product-detail .section4 .content-title {
  line-height: 1.3333333333;
  text-align: center;
  margin-bottom: 0.15rem;
}

.product-detail .section4 .content-text {
  line-height: 1.2857142857;
  text-align: center;
}

.product-detail .section4 .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.49rem;
}

.product-detail .section4 .li {
  width: 48.5714285714%;
  border: 1px solid #E5E5E5;
  border-radius: 0.2rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.2rem;
}

.product-detail .section4 .li-img {
  width: 50%;
  border-right: 1px solid #e5e5e5;
  border-radius: 0.2rem 0 0 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product-detail .section4 .li-content {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5714285714;
  padding-left: 3.6764705882%;
  padding-right: 7.3529411765%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
}

.product-detail .section4 .li-text {
  color: #555555;
  padding-left: 0.14rem;
  position: relative;
}

.product-detail .section4 .li-text + .li-text {
  margin-top: 0.14rem;
}

.product-detail .section4 .li-text::before {
  position: absolute;
  content: "";
  width: 0.3571428571em;
  height: 0.3571428571em;
  border-radius: 50%;
  background-color: #BDBDBD;
  left: 0;
  top: 0.5714285714em;
}

.product-detail .section5 {
  padding-top: 0.73rem;
  padding-bottom: 1rem;
  background-color: #F7F7F7;
}

.product-detail .section5 .index-title {
  margin-bottom: 0.47rem;
}

.product-detail .section5 .swiper-pagination {
  bottom: 0;
}

.product-detail .section5 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  opacity: 1;
  background-color: rgba(46, 182, 170, 0.3);
  margin: 0 0.1rem;
}

.product-detail .section5 .swiper-pagination-bullet-active {
  width: 32px;
  background-color: #2EB6AA;
}

.solution .section1 {
  padding-top: 0.72rem;
  padding-bottom: 1rem;
}

.solution .section1 .index-title {
  margin-bottom: 0.75rem;
}

.solution .section1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.solution .section1 .item {
  width: 48.5714285714%;
  margin-bottom: 20px;
  text-align: center;
}

.solution .section1 .item-img {
  border-radius: 0.2rem;
  border: 1px solid #e5e5e5;
}

.solution .section1 .item-title {
  line-height: 1.3;
  margin-top: 0.2rem;
}

.solution-detail .section1 {
  padding-top: 0.72rem;
  padding-bottom: 0.8rem;
}

.solution-detail .section1 .index-title {
  margin-bottom: 0.75rem;
}

.solution-detail .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #F0F0F0;
  border-radius: 0.2rem;
  position: relative;
}

.solution-detail .section1 .img {
  width: 50%;
  border-right: 1px solid #F0F0F0;
  border-radius: 0.2rem 0 0 0.2rem;
}

.solution-detail .section1 .info {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 4.2857142857%;
}

.solution-detail .section1 .info-title {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-bottom: 0.4rem;
  line-height: 1.3;
  position: relative;
  margin-bottom: 0.3rem;
}

.solution-detail .section1 .info-title::before {
  position: absolute;
  content: "";
  width: 1.2em;
  height: 5px;
  background-color: #2EB6AA;
  left: 0;
  bottom: 0;
}

.solution-detail .section1 .info-text {
  overflow: auto;
  line-height: 2;
}

.solution-detail .section1 .info-text::-webkit-scrollbar {
  width: 6px;
}

.solution-detail .section1 .info-text::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #2EB6AA;
}

.solution-detail .section2 {
  padding-top: 0.72rem;
  padding-bottom: 1rem;
  background: url(../images/50.png) no-repeat center center/cover;
}

.solution-detail .section2 .index-title {
  margin-bottom: 0.45rem;
}

.solution-detail .section2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.solution-detail .section2 .item {
  width: 23.5714285714%;
  text-align: center;
  background-color: #fff;
  padding: 0 2.1428571429% 20px;
  min-height: 3.6rem;
  border-radius: 0.2rem;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}

.solution-detail .section2 .item + .item {
  margin-left: 1.8571428571%;
}

.solution-detail .section2 .item:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

.solution-detail .section2 .item-icon {
  margin: 0.4rem auto 0.27rem;
  width: 5em;
}

.solution-detail .section2 .item-title {
  line-height: 1.25;
  margin-bottom: 0.27rem;
}

.solution-detail .section2 .item-text {
  line-height: 1.7142857143;
}

.solution-detail .section3 {
  padding-top: 0.72rem;
  padding-bottom: 0.6rem;
}

.solution-detail .section3 .index-title {
  margin-bottom: 0.46rem;
}

.solution-detail .section3 .index-title .title {
  margin-bottom: 0.24rem;
}

.solution-detail .section3 .index-title .text {
  line-height: 1.7142857143;
}

.service .section1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: url(../images/57.png) no-repeat center bottom/cover;
}

.service .section1 .index-title {
  margin-bottom: 0.45rem;
}

.service .section1 .list {
  border-radius: 0.2rem;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.service .section1 .item {
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.service .section1 .item + .item {
  border-top: 1px solid #E5E5E5;
}

.service .section1 .item.active {
  background-color: #fff;
}

.service .section1 .item.active .item-top::before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.service .section1 .item.active .item-icon {
  background-image: url(../images/svg/QA-color.svg);
}

.service .section1 .item.active .item-btn {
  background-image: url(../images/svg/slide-down.svg);
}

.service .section1 .item.active .item-title {
  color: #2EB6AA;
  font-weight: bold;
}

.service .section1 .item-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4444444444;
  padding: 0.23rem 3.5714285714%;
  cursor: pointer;
  position: relative;
}

.service .section1 .item-top::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.17rem;
  width: 0.3333333333em;
  height: 1.4444444444em;
  background-color: #2EB6AA;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.service .section1 .item-icon {
  display: block;
  width: 1.2222222222em;
  background: url(../images/svg/QA-gray.svg) no-repeat center center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.service .section1 .item-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 0.17rem;
}

.service .section1 .item-btn {
  display: block;
  width: 1.4444444444em;
  background: url(../images/svg/slide-up.svg) no-repeat center center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.service .section1 .item-bottom {
  border-top: 1px dashed #CCCCCC;
  margin: 0 3.5714285714%;
  padding: 0.24rem 0 0.42rem;
  display: none;
}

.service .section1 .item-ul {
  line-height: 1.7142857143;
}

.service .section1 .item-text {
  margin-bottom: 0.1rem;
}

.service .section1 .item-li + .item-li {
  margin-top: 0.2rem;
}

.service .section1 .item-info p {
  position: relative;
  padding-left: 0.15rem;
}

.service .section1 .item-info p::before {
  position: absolute;
  content: "";
  width: 0.3571428571em;
  height: 0.3571428571em;
  border-radius: 50%;
  background-color: #BDBDBD;
  left: 0;
  top: 0.7142857143em;
}

.service .section1 .item-info p + p {
  margin-top: 0.1rem;
}

.service .section2 {
  background-color: #F7F7F7;
  padding-top: 1rem;
  padding-bottom: 0.56rem;
}

.service .section2 .index-title {
  margin-bottom: 0.45rem;
}

.service .section2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.2rem 0.2rem 0 0;
  overflow: hidden;
}

.service .section2 .select-item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 3.8888888889;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #F0F0F0;
}

.service .section2 .select-item:hover, .service .section2 .select-item.active {
  background-color: #2EB6AA;
  color: #fff;
  font-weight: bold;
}

.service .section2 .select-item:hover .select-icon img, .service .section2 .select-item.active .select-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.service .section2 .select-icon {
  width: 1.6666666667em;
  margin-right: 0.11rem;
}

.service .section2 .select-icon img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.service .section2 .content {
  padding: 0.08rem 2.8571428571% 0.56rem;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 0 0 0.2rem 20px;
}

.service .section2 .select1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: safe flex-start;
  -moz-box-pack: safe flex-start;
  -ms-flex-pack: safe flex-start;
  justify-content: safe flex-start;
  line-height: 5;
  overflow: auto;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0.3rem;
}

.service .section2 .select1::-webkit-scrollbar {
  height: 6px;
}

.service .section2 .select1::-webkit-scrollbar-thumb {
  height: 6px;
  background-color: #2EB6AA;
}

.service .section2 .select1-item {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}

.service .section2 .select1-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #2EB6AA;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.service .section2 .select1-item.active, .service .section2 .select1-item:hover {
  color: #2EB6AA;
  font-weight: bold;
}

.service .section2 .select1-item.active::before, .service .section2 .select1-item:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.service .section2 .select1-item + .select1-item {
  margin-left: 0.6rem;
}

.service .section2 .lists {
  margin-bottom: 0.2rem;
}

.service .section2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service .section2 .list.status1::after {
  content: "";
  width: 31.8181818182%;
}

.service .section2 .list.status1 .item {
  width: 31.8181818182%;
  position: relative;
  margin-bottom: 0.3rem;
}

.service .section2 .list.status1 .item:hover {
  z-index: 2;
}

.service .section2 .list.status1 .item:hover .item-active {
  opacity: 1;
  pointer-events: auto;
}

.service .section2 .list.status1 .item-noactive, .service .section2 .list.status1 .item-active {
  width: 100%;
  border-radius: 0.12rem;
}

.service .section2 .list.status1 .item-noactive .item-ul {
  max-height: 5.1428571429em;
  overflow: hidden;
}

.service .section2 .list.status1 .item-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #2EB6AA;
  box-shadow: 0px 0.06rem 0.2rem 0.03rem rgba(21, 130, 120, 0.1019607843);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.service .section2 .list.status1 .item-active .item-top {
  position: relative;
}

.service .section2 .list.status1 .item-active .item-top::before {
  position: absolute;
  content: "";
  width: 0.06rem;
  height: 1.25em;
  background-color: #2EB6AA;
  left: 0;
  top: -webkit-calc(0.25rem + 0.125em);
  top: -moz-calc(0.25rem + 0.125em);
  top: calc(0.25rem + 0.125em);
}

.service .section2 .list.status1 .item-active .item-title {
  color: #2EB6AA;
}

.service .section2 .list.status1 .item-active .item-ul {
  max-height: 12em;
  overflow: auto;
}

.service .section2 .list.status1 .item-active .item-ul::-webkit-scrollbar {
  width: 4px;
}

.service .section2 .list.status1 .item-active .item-ul::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #2EB6AA;
}

.service .section2 .list.status1 .item-noactive {
  border: 1px solid #E5E5E5;
}

.service .section2 .list.status1 .item-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 9.5238095238% 0.18rem;
}

.service .section2 .list.status1 .item-title {
  line-height: 1.5;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding-right: 10px;
}

.service .section2 .list.status1 .item-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.625em;
}

.service .section2 .list.status1 .item-text {
  padding-top: 0.19rem;
  padding-bottom: 0.39rem;
  border-top: 1px dashed #DBDBDB;
  margin: 0 9.5238095238%;
  line-height: 1.7142857143;
  color: #555;
}

.service .section2 .list.status1 .item-text li::marker {
  margin-right: 0.08rem;
}

.service .section2 .list.status2 .item {
  width: 48.8636363636%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
  line-height: 1.75;
  padding: 0.24rem 0.38rem;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 0.3rem;
}

.service .section2 .list.status2 .item:hover {
  border-color: #2EB6AA;
  box-shadow: 0px 0.06rem 0.2rem 0.03rem rgba(21, 130, 120, 0.1019607843);
}

.service .section2 .list.status2 .item:hover .item-title {
  color: #2EB6AA;
}

.service .section2 .list.status2 .item:hover .item-icon {
  background-image: url(../images/svg/11-color.svg);
}

.service .section2 .list.status2 .item-look {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.service .section2 .list.status2 .item-icon {
  width: 1.75em;
  background: url(../images/svg/11-gray.svg) no-repeat center center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.service .section2 .list.status2 .item-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding: 0 10px 0 0.13rem;
}

.service .section2 .list.status2 .item-btn {
  width: 1.625em;
  background: url(../images/svg/download-gray.svg) no-repeat center center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.service .section2 .list.status2 .item-btn:hover {
  background-image: url(../images/svg/download-color.svg);
}

.service .section2 .list.status3 .item {
  width: 31.8181818182%;
  margin-bottom: 0.3rem;
}

.service .section2 .list.status3 .item-container {
  width: 100%;
  padding-top: 47.619047619%;
  position: relative;
  border-radius: 12px;
}

.service .section2 .list.status3 .item-img, .service .section2 .list.status3 .item-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service .section2 .list.status3 .item-img {
  z-index: 2;
}

.service .section2 .list.status3 .item-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 3;
}

.service .section2 .list.status3 .item-icon {
  width: 2.75em;
  margin-bottom: 0.14rem;
}

.service .section2 .list.status3 .item-title {
  line-height: 1.5;
}

.service .section3 {
  position: relative;
}

.service .section3 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.service .section3 .bg {
  max-height: 500px;
  min-height: 300px;
}

.service .section3 .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 18.4%;
  text-align: center;
  color: #fff;
}

.service .section3 .title {
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.service .section3 .text {
  line-height: 1.5;
  margin-bottom: 0.56rem;
}

.service .section3 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service .section3 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.33rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
  border-radius: 56px;
  margin: 0 0.15rem 10px;
}

.service .section3 .item-icon {
  width: 2.1538461538em;
  margin-right: 0.34rem;
}

.service .section3 .item-title {
  line-height: 1.1538461538;
}

.service .section3 .item-title a {
  color: #fff;
  font-family: Arial;
}

.service .section3 .item-title a:hover {
  color: #2EB6AA;
  text-decoration: underline;
}

.about .section1 {
  padding-top: 0.92rem;
  padding-bottom: 0.8rem;
  background: url(../images/60.png) no-repeat center center/cover;
}

.about .section1 .index-title {
  text-align: left;
  margin-bottom: 0.35rem;
}

.about .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about .section1 .left {
  padding-top: 0.1rem;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about .section1 .logo {
  margin-bottom: 0.44rem;
}

.about .section1 .text {
  line-height: 1.7142857143;
}

.about .section1 .right {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 22.8571428571%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.about .section1 .countUp {
  font-family: "popm";
  letter-spacing: -1px;
  margin-right: 3px;
}

.about .section1 .item + .item {
  margin-top: 0.56rem;
}

.about .section1 .item-num {
  color: #2EB6AA;
}

.about .section1 .item-title {
  line-height: 1.7142857143;
  color: #727171;
}

.about .section1 .item-text span {
  font-size: 1.6em;
  vertical-align: text-bottom;
  -webkit-transform: translateY(0.05em);
  -moz-transform: translateY(0.05em);
  -ms-transform: translateY(0.05em);
  -o-transform: translateY(0.05em);
  transform: translateY(0.05em);
  display: inline-block;
  margin-right: 5px;
}

.about .section1 .container {
  position: relative;
  padding-top: 28.5714285714%;
  width: 100%;
  border-radius: 0.2rem;
  margin-top: 0.65rem;
}

.about .section1 .container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.25;
  z-index: 3;
}

.about .section1 .img, .about .section1 .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about .section1 .img {
  z-index: 2;
}

.about .section1 .icon {
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4em;
}

.about .section2 {
  padding-top: 0.72rem;
  padding-bottom: 0.8rem;
}

.about .section2 .index-title {
  margin-bottom: 0.8rem;
}

.about .section2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.about .section2 .item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 5rem;
  padding: 0 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.2rem;
  background: url(../images/svg/18.svg) no-repeat;
  -o-background-size: 71.4592274678% auto;
  background-size: 71.4592274678% auto;
  background-color: #F7F7F7;
  background-position: 100% 200%;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.about .section2 .item:hover {
  background-color: #F1F1F1;
  background-position: 100% 100%;
}

.about .section2 .item:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.about .section2 .item:hover .item-icon {
  background-color: #2EB6AA;
}

.about .section2 .item:hover .item-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.about .section2 .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  background-color: #2EB6AA;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.about .section2 .item-icon {
  width: 2.6666666667em;
  height: 2.6666666667em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #E5E5E5;
  margin-bottom: 0.3rem;
}

.about .section2 .item-icon img {
  width: 1em;
}

.about .section2 .item-icon-container {
  width: 1em;
}

.about .section2 .item-title {
  position: relative;
  line-height: 1.3333333333;
  margin-bottom: 0.2rem;
}

.about .section2 .item-title::before, .about .section2 .item-title::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 3.3333333333em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about .section2 .item-title::before {
  background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0) 0%, #CCC 100%);
  background: -moz-linear-gradient(left, rgba(204, 204, 204, 0) 0%, #CCC 100%);
  background: -o-linear-gradient(left, rgba(204, 204, 204, 0) 0%, #CCC 100%);
  background: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, #CCC 100%);
  right: 100%;
  margin-right: 0.2rem;
}

.about .section2 .item-title::after {
  background: -webkit-linear-gradient(left, #CCC 0%, rgba(204, 204, 204, 0) 100%);
  background: -moz-linear-gradient(left, #CCC 0%, rgba(204, 204, 204, 0) 100%);
  background: -o-linear-gradient(left, #CCC 0%, rgba(204, 204, 204, 0) 100%);
  background: linear-gradient(90deg, #CCC 0%, rgba(204, 204, 204, 0) 100%);
  left: 100%;
  margin-left: 0.2rem;
}

.about .section2 .item-text {
  line-height: 1.5555555556;
}

.about .section2 .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about .section2 .li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.08rem;
}

.about .section2 .li-text1 {
  line-height: 1.5555555556;
}

.about .section2 .li-text2 {
  line-height: 2;
}

.about .section3 {
  padding-top: 0.72rem;
  padding-bottom: 1rem;
  background-color: #FBFCFC;
}

.about .section3 .index-title {
  margin-bottom: 0.8rem;
  text-align: left;
}

.about .section3 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.about .section3 .left {
  width: 18.9285714286%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.about .section3 .swiper {
  height: 100%;
}

.about .section3 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about .section3 .swiper-slide.swiper-slide-active .slide-dot {
  border-color: #2EB6AA;
}

.about .section3 .swiper-slide.swiper-slide-active .slide-dot::before {
  border-color: #2EB6AA;
  background-color: #2EB6AA;
  border-style: solid;
}

.about .section3 .swiper-slide.swiper-slide-active .slide-line {
  background-color: #2EB6AA;
}

.about .section3 .swiper-slide.swiper-slide-active .slide-title {
  color: #2EB6AA;
  font-weight: bold;
  cursor: pointer;
}

.about .section3 .slide-dots {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.about .section3 .slide-dot {
  width: 1.0714285714em;
  height: 1.0714285714em;
  border-radius: 50%;
  border: 1px dashed #999999;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.about .section3 .slide-dot::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 33.33%;
  height: 33.33%;
  border-radius: 50%;
  border: 1px dashed #999999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.about .section3 .slide-line {
  width: 2px;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #CCCCCC;
  margin: 2px 0;
}

.about .section3 .slide-title {
  line-height: 1.0714285714;
  padding-left: 0.2rem;
  cursor: pointer;
}

.about .section3 .slide-title:hover {
  color: #2EB6AA;
}

.about .section3 .right {
  width: 100%;
  margin-left: 18.9285714286%;
  position: relative;
}

.about .section3 .swiper-button {
  top: 6px;
  margin-top: 0;
}

.about .section3 .swiper-button-prev {
  right: 60px;
  left: auto;
}

.about .section3 .swiper-button-next {
  right: 0;
}

.about .section3 .right-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.about .section3 .right-item.active {
  position: relative;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.5s all 0.5s;
  -o-transition: 0.5s all 0.5s;
  -moz-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
}

.about .section3 .rigt-img {
  width: 43.1718061674%;
  padding-top: 43.1718061674%;
  border-radius: 0.2rem;
  position: relative;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.about .section3 .rigt-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about .section3 .right-info {
  width: 48.0176211454%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about .section3 .right-title {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  line-height: 1.1666666667;
  padding-bottom: 0.3rem;
  margin-top: -0.1666666667em;
  color: #2EB6AA;
  font-family: Arial;
}

.about .section3 .right-ul {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.33rem 0;
  border-top: 1px dashed #CCCCCC;
  overflow: auto;
}

.about .section3 .right-ul::-webkit-scrollbar {
  width: 4px;
}

.about .section3 .right-ul::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #2EB6AA;
}

.about .section3 .right-li {
  cursor: pointer;
}

.about .section3 .right-li + .right-li {
  margin-top: 0.2rem;
}

.about .section3 .right-li:hover .right-text2 {
  color: #2EB6AA;
  font-weight: bold;
}

.about .section3 .right-text1 {
  line-height: 1.875;
  margin-bottom: 0.05rem;
}

.about .section3 .right-text2 {
  line-height: 1.25;
  padding-left: 0.15rem;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.about .section3 .right-text2::before {
  position: absolute;
  content: "";
  width: 0.3125em;
  height: 0.3125em;
  border-radius: 50%;
  background-color: #BDBDBD;
  left: 0;
  top: 0.46875em;
}

.about .section4 {
  position: relative;
  background: url(../images/63.png) no-repeat center center/cover;
}

.about .section4 .bg {
  height: 100%;
}

.about .section4 .content {
  padding-top: 0.72rem;
  padding-bottom: 2.3rem;
}

.about .section4 .index-title {
  margin-bottom: 0.45rem;
}

.about .section4 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about .section4 .item {
  width: 21.4285714286%;
  margin-right: 4.7142857143%;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.3rem;
}

.about .section4 .item.active .item-active{
    opacity: 0;
}

.about .section4 .item.active .item-noactive,.about .section4 .item.active .item-noactive .slide-icon{
    opacity: 1;
}

.about .section4 .item:nth-of-type(4n) {
  margin-right: 0;
}

.about .section4 .item:nth-child(5), .about .section4 .item:nth-child(6), .about .section4 .item:nth-child(7), .about .section4 .item:nth-child(8) {
  margin-top: -0.1rem;
}

/*.about .section4 .item:hover .item-active {*/
/*  opacity: 1;*/
/*}*/

/*.about .section4 .item:hover .item-noactive {*/
/*  opacity: 0;*/
/*}*/

.about .section4 .item-title {
  line-height: 1.2857142857;
  color: #2EB6AA;
  margin-top: 0.12rem;
  text-align: center;
  /* 0123 调整*/
  opacity: 0;
  display: none;
}

img.w100.slide-icon {
  /* 0123 调整*/
  opacity: 0;
}

.about .section4 .item-active {
  position: relative;
  z-index: 2;
  opacity: 0;
  /* 0123 调整*/
  opacity: 1;
}

.about .section4 .item-active .slide-img {
  background: url(../images/71.png) no-repeat center center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  padding: 3.3% 4.7% 4.1%;
}

.about .section4 .item-noactive {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.about .section4 .item-info {
  position: absolute;
  top: 0;
  left: 18%;
  right: 18%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about .section4 .item-time {
  color: #666;
  line-height: 1.6666666667;
  margin-bottom: 0.09rem;
}

.about .section4 .item-text {
  line-height: 1.625;
}

.about .section4 .swiper-pagination {
  bottom: 0;
}

.about .section4 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  opacity: 1;
  background-color: rgba(46, 182, 170, 0.3);
  margin: 0 0.1rem;
}

.about .section4 .swiper-pagination-bullet-active {
  width: 32px;
  background-color: #2EB6AA;
}

.modal-active1 .modal-close {
  background: url(../images/svg/out.svg) no-repeat center center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.modal-active1 .modal-close:hover {
  background-image: url(../images/svg/out-color.svg);
}

@media (max-width: 1200px) {
  .footer .nav {
    display: none;
  }
  .footer .logo {
    margin: 0 auto;
  }
  .footer .left {
    width: 100%;
  }
  .footer .info {
    text-align: center;
  }
  .footer .text {
    display: inline-block;
  }
  .footer .bottom .box {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer .bottom p {
    margin: 5px 0;
  }
  .a_dw {
    top: -50px;
  }
}
@media (max-width: 768px) {
  .newscont .nox .neox .nbtm .art .wz {
    text-align: left;
  }
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .my-sidebar {
    display: none;
  }
  /*.my-banner .banner-img1 {*/
  /*  display: none;*/
  /*}*/
  /*.my-banner .banner-img2 {*/
  /*  display: block;*/
  /*}*/
  .my-list1 .item {
    width: 100%;
  }
  .index .section1 {
    padding-top: 126.6666666667%;
  }
  .index .section1 .slide-img1 {
    display: none;
  }
  .index .section1 .slide-img2 {
    display: block;
  }
  .index .section1 .slide-video {
    display: none;
  }
  .index .section1 .slide-icon {
    display: block;
  }
  .index .section1 .swiper-button {
    display: none;
  }
  .index .section1 .swiper-pagination {
    left: 20px;
  }
  .index .section2 .list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .index .section2 .item {
    width: 50%;
  }
  .index .section2 .item:hover {
    width: 50%;
  }
  .index .section2 .item-img .my-img-target{
    height: 130%;
    position: relative;
    top: -22%;
  }
  .index .section2 .my-more {
    display: none;
  }
  .index .section3 .bg {
    min-height: 250px;
  }
  .index .section3 .content {
    top: 0;
    position: relative;
    padding: 20px 0;
  }
  .index .section3 .imgs {
    min-width: 165%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .index .section3 .dot::before {
    border-width: 1px;
  }
  .index .section3 .list {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index .section3 .list .item {
    position: static;
    width: auto;
    margin: 5px;
    height: auto;
  }
  .index .section3 .list .item:nth-child(1) .item-text, .index .section3 .list .item:nth-child(2) .item-text {
    margin-right: 0;
  }
  .index .section3 .list .item:nth-child(3) .item-text, .index .section3 .list .item:nth-child(4) .item-text {
    margin-left: 0;
  }
  .index .section3 .list .item-mask {
    display: none;
  }
  .index .section3 .list .item-text {
    position: static;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .index .section4 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section4 .left, .index .section4 .right, .index .section4 .list {
    width: 100%;
  }
  .index .section4 .left {
    margin-bottom: 20px;
  }
  .product .section1 .item-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product .section1 .item-left {
    margin-bottom: 20px;
  }
  .product .section1 .item-left .item-info {
    left: 5%;
    right: 5%;
  }
  .product .section1 .item-right .item {
    margin-bottom: 20px;
  }
  .product .section1 .item-left, .product .section1 .item-right, .product .section1 .item {
    width: 100%;
  }
  .product .section1 .item-info {
    left: 5%;
  }
  .product-detail .section1 {
    overflow: hidden;
    background-image: initial;
    background-color: #F7F7F7;
  }
  .product-detail .section1 .box {
    position: relative;
  }
  .product-detail .section1 .content {
    padding-right: 0;
  }
  .product-detail .section1 .img-contaienr {
    background: url(../images/37.png) no-repeat center center/cover;
  }
  .product-detail .section1 .img {
    width: 200%;
    max-width: initial;
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
  }
  .product-detail .section4 .select {
    overflow: auto;
  }
  .product-detail .section4 .select-item span {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-detail .section4 .li {
    width: 100%;
  }
  .solution .section1 .item {
    width: 100%;
  }
  .solution-detail .section1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solution-detail .section1 .img {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .solution-detail .section1 .info {
    position: relative;
    left: 0;
  }
  .solution-detail .section2 .list {
    overflow: auto;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .solution-detail .section2 .item {
    width: 200px;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .solution-detail .section2 .item:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .service .section2 .select {
    border-radius: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service .section2 .select-item {
    border-radius: 30px;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding: 0 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 40px;
  }
  .service .section2 .content {
    border-radius: 0.2rem;
  }
  .service .section2 .list.status1 .item {
    width: 100%;
  }
  .service .section2 .list.status1 .item-noactive .item-ul, .service .section2 .list.status1 .item-active .item-ul {
    max-height: initial;
    height: auto;
  }
  .service .section2 .list.status2 .item {
    width: 100%;
  }
  .service .section2 .list.status3 .item {
    width: 100%;
  }
  .service .section3 .box {
    top: 10%;
  }
  .about .section1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .section1 .right {
    width: 100%;
  }
  .about .section1 .list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .about .section1 .item + .item {
    margin-top: 0;
  }
  .about .section2 .list {
    overflow: auto;
  }
  .about .section2 .item {
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 260px;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    height: 300px;
    min-height: initial;
  }
  .about .section3 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .section3 .left {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .about .section3 .swiper-slide {
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about .section3 .slide-dots {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: auto;
  }
  .about .section3 .slide-line {
    height: 2px;
    margin: 0 2px;
  }
  .about .section3 .slide-title {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .about .section3 .right {
    margin-left: 0;
  }
  .about .section3 .right-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .section3 .rigt-img {
    width: 100%;
    padding-top: 100%;
    margin-bottom: 20px;
  }
  .about .section3 .right-info {
    position: relative;
    width: 100%;
  }
  .about .section3 .swiper-button {
    display: none;
  }
  .about .section4 {
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
  .about .section4 .swiper-slide {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about .section4 .item {
    width: 48%;
    margin-right: 0;
  }
  .index .section4 .swiper-pagination {
    bottom: 1.9rem;
  }
  .product-detail .section5 .my-list1 .item{
    width: 49%;
  }
}