﻿:root {
  --header-height: 100;
}

input, textarea {
  border: none;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "owr";
}
input:-moz-placeholder, textarea:-moz-placeholder {
  font-family: "owr";
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "owr";
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "owr";
}
input::placeholder, textarea::placeholder {
  font-family: "owr";
}

textarea {
  resize: none;
}

img, video {
  -o-object-fit: cover;
     object-fit: cover;
}

p, span {
  /*word-break: break-all;*/
}

body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #ff5000;
}
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;
}

.z_tanchuang .video{
  display: none;
  position: relative;
  padding-top: 49.47916666667%;
}

.z_tanchuang .video iframe{
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.z_tanchuang.youtube .video{
  display: block;
}

.z_tanchuang.youtube .img{
  display: none;
}

.liuyan_tanchuang {
  position: fixed;
  width: 90%;
  max-width: 400px;
  display: none;
  top: 100px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-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;
}

@font-face {
  font-family: "owl";
  src: url("../font/Oswald-Light.ttf");
  font-style: normal;
}
.owl {
  font-family: "owl";
}

@font-face {
  font-family: "sinkin-sans", Helvetica, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  src: url("../font/Oswald-Medium.ttf");
  font-style: normal;
}
.owm {
  font-family: "sinkin-sans", Helvetica, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

@font-face {
  font-family: "owr";
  src: url("../font/Oswald-Regular.ttf");
  font-style: normal;
}
.owr {
  font-family: "owr";
}

@font-face {
  font-family: "sinkin-sans", Helvetica, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  src: url("../font/Oswald-Bold.ttf");
  font-style: normal;
}
.owb {
  font-family: "sinkin-sans", Helvetica, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

@font-face {
  font-family: "sinkin-sans", Helvetica, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  src: url("../font/Oswald-SemiBold.ttf");
  font-style: normal;
}
.owsb {
  font-family: "owsb sinkin-sans", Helvetica, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.w100 {
  width: 100%;
}

.wh100 {
  width: 100%;
  height: 100%;
}

.groui-select {
  --groui-select-width: 240px;
  --groui-select-radius: 4px;
  --groui-select-border-color: #e4e7ed;
  --groui-select-theme-color: #ff5000;
  --groui-font-size-num: 16;
  --groui-font-size: -webkit-calc(var(--groui-font-size-num) * 1px);
  --groui-font-size: -moz-calc(var(--groui-font-size-num) * 1px);
  --groui-font-size: calc(var(--groui-font-size-num) * 1px);
  margin-right: 15px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: var(--groui-select-width);
}
.groui-select.select-active .select-options {
  visibility: visible;
  -webkit-animation-name: selectIn;
     -moz-animation-name: selectIn;
       -o-animation-name: selectIn;
          animation-name: selectIn;
}
.groui-select.select-active .select-container .select-icon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.groui-select .select-container {
  width: 100%;
  cursor: pointer;
  height: 100%;
  border: solid 1px var(--groui-select-border-color);
  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 14px 0 19px;
  border-radius: var(--groui-select-radius);
}
.groui-select .select-container .select-label-input {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
  font-size: var(--groui-font-size);
  cursor: pointer;
  outline: none;
  border: none;
  background-color: inherit;
  line-height: 2.375;
}
.groui-select .select-container .select-icon {
  width: 11px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.groui-select .select-options {
  visibility: hidden;
  -webkit-animation-name: none;
     -moz-animation-name: none;
       -o-animation-name: none;
          animation-name: none;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  min-width: var(--groui-select-width);
  max-width: 100%;
  left: 0;
  z-index: 9;
  padding: 10px 0;
  border-radius: var(--groui-select-radius);
  top: -webkit-calc(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: calc(100% + 10px);
  max-height: -webkit-calc(34 / var(--groui-font-size-num) * 6em);
  max-height: -moz-calc(34 / var(--groui-font-size-num) * 6em);
  max-height: calc(34 / var(--groui-font-size-num) * 6em);
  border: solid 1px var(--groui-select-border-color);
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  overflow: auto;
  font-size: var(--groui-font-size);
}
.groui-select .select-options::-webkit-scrollbar {
  width: 2px;
}
.groui-select .select-options::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: var(--groui-select-theme-color);
}
.groui-select .select-options .select-option {
  padding: 0 10px;
  line-height: -webkit-calc(34 / var(--groui-font-size-num));
  line-height: -moz-calc(34 / var(--groui-font-size-num));
  line-height: calc(34 / var(--groui-font-size-num));
  cursor: pointer;
  display: block;
  text-align: left;
  font-size: var(--groui-font-size);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.groui-select .select-options .select-option:hover, .groui-select .select-options .select-option.select-option-active {
  background-color: var(--groui-select-theme-color);
  color: #fff;
}
@-webkit-keyframes selectIn {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes selectIn {
  0% {
    opacity: 0.3;
    -moz-transform: translate3d(0, 15px, 0);
         transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes selectIn {
  0% {
    opacity: 0.3;
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes selectIn {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 15px, 0);
       -moz-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.my-pagination {
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #ff5000;
}
.my-pagination.swiper-pagination.my-pagination-status1 {
  --swiper-pagination-bullet-inactive-color: #D3D3D3;
  bottom: 0;
}
.my-pagination.swiper-pagination {
  bottom: 0.42rem;
}
.my-pagination .swiper-pagination-bullet {
  border-radius: 0;
}

.my-swiper-button .swiper-button {
  color: #999;
  -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 {
  left: -0.48rem;
}
.my-swiper-button .swiper-button.swiper-button-next {
  right: -0.48rem;
}
.my-swiper-button .swiper-button:hover {
  color: #ff5000;
}
.my-swiper-button .swiper-button::after {
  font-size: 24px;
  font-weight: 800;
}

.my-more {
  display: inline-block;
  color: #fff;
  padding: 0 0.28rem 0 0.38rem;
  line-height: 3.2142857143;
  white-space: nowrap;
  border-radius: 5px;
  border-color: #ff5000;
}
.my-more img {
  vertical-align: middle;
  display: inline-block;
}
.my-more.my-more-status1 {
  background-color: #ff5000;
  color: #f8f8f8;
  border-color: transparent;
}
/* .my-more.my-more-status1 img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
} */
.my-more.my-more-status2 {
  color: #ff5000;
  border: 1px solid #ff5000;
  line-height: 2.2857142857;
  padding: 0 0.14rem 0 0.24rem;
}
.my-more.my-more-status2 img {
  width: 20px;
}

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

.my-more-active:hover .my-more {
  color: #fff;
  border-color: #ff5000;
  background-color: #ff5000;
}
.my-more-active:hover .my-more img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.my-more-active:hover.my-more {
  color: #fff;
  background-color: #fac02e;
  border-color: #ff5000;
}
.my-more-active:hover.my-more img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.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.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.my-img-active:hover .my-img-target {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.my-img-container {
  overflow: hidden;
  width: 100%;
  min-height: 2.7rem;
}

.my-background-active {
  cursor: pointer;
}
.my-background-active.my-background-target, .my-background-active .my-background-target {
  background-image: url(../image/background.svg);
  background-repeat: no-repeat;
  background-position: 200% 100%;
  -o-background-size: 20.1282051282% auto;
     background-size: 20.1282051282% auto;
}
.my-background-active.my-background-status1:hover.my-background-target {
  background-color: #ff5000;
  background-position: 100% 100%;
}
.my-background-active.my-background-status2.active.my-background-target {
  background-color: #ff5000;
  background-position: 100% 100%;
}
.my-background-active.my-background-status1:hover .my-background-target {
  background-color: #ff5000;
  background-position: 100% 100%;
}
.my-background-active.my-background-status2.active .my-background-target {
  background-color: #ff5000;
  background-position: 100% 100%;
}

.my-sidebar {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 10vh;
  width: 55px;
  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-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.my-sidebar .item-mail {
  border-bottom: 1px solid #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;
  background-color: #ff5000;
  padding-right: 24px;
  -webkit-transform: translateX(-webkit-calc(100% - 55px));
     -moz-transform: translateX(-moz-calc(100% - 55px));
      -ms-transform: translateX(calc(100% - 55px));
       -o-transform: translateX(calc(100% - 55px));
          transform: translateX(calc(100% - 55px));
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.my-sidebar .item-mail:hover {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.my-sidebar .item-mail a {
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}
.my-sidebar .item-mail a:hover {
  text-decoration: underline;
}
.my-sidebar .back {
  margin-top: 10px;
}
.my-sidebar .item {
  cursor: pointer;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  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;
  background-color: #ff5000;
}

.my-banner {
  height: 5.5rem;
  max-height: 400px;
  position: relative;
}
.my-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.my-banner > img:nth-child(2) {
  display: none;
}
.my-banner .box {
  position: absolute;
  left: 50%;
  z-index: 3;
  bottom: 5%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.my-banner .box a{
  color: #fff;
}
.my-banner .title1 {
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.my-banner .title2 {
  line-height: 1.5;
}
.my-banner video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
  padding-bottom: 2.5em;
}

.my-title {
  line-height: 1.5;
  text-align: center;
}

.my-list .item {
  padding: 0 0.5% 0.15rem;
  background-color: #fff;
  text-align: center;
}
.my-list .item-img {
  margin: 0 3.724137931%;
  margin-bottom: 0.2rem;
  overflow: initial;
}
.my-list .item-title {
  text-align: center;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 0.1rem;
}
.my-list .item-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.11rem;
  border-top: 1px solid #d9d9d9;
}
.my-list .item-info span:nth-child(1) {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.5;
  text-align: left;
}
.my-list .item-info span:nth-child(2) {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.7142857143;
  color: #999;
  margin-left: 0.1rem;
}
.my-list .item-more {
  margin-top: 0.27rem;
}

.my-list1 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.my-list1 .item + .item {
  margin-top: 0.2rem;
}
.my-list1 .item:hover .item-title {
  color: #ff5000;
}
.my-list1 .item:hover .item-more {
  background-color: #ff5000;
}
.my-list1 .item:hover .item-more img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.my-list1 .item-img {
  width: 31.25%;
  min-height: 2.7rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.my-list1 .item-info {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
  padding: 0.4rem 3.125%;
}
.my-list1 .item-time {
  line-height: 1.4285714286;
  margin-bottom: 0.1rem;
  color: #666;
}
.my-list1 .item-time img {
  display: inline-block;
  vertical-align: middle;
  width: 1.4285714286em;
  margin-right: 0.05rem;
}
.my-list1 .item-title {
  line-height: 1.3333333333;
  margin-bottom: 0.1rem;
}
.my-list1 .item-text {
  line-height: 1.4285714286;
  color: #666;
  height: 2.8571428571em;
  margin-bottom: 0.3rem;
}
.my-list1 .item-more {
  width: 2.5em;
  height: 2.5em;
  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: 2px solid #ff5000;
  border-radius: 5px;
}
.my-list1 .item-more img {
  width: 1.25em;
}

.page1 span {
  margin: 0 5px;
}
.page1 .fy {
 display: flex;
}
.page-num{  
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  width: 60px;
  border-radius: 3px;}
.page1 span a {
  border: none;
  border-radius: 3px;
}
.page1 span a.pre, .page1 span a.nex {
  border-radius: 50%;
  background-color: #fff;
}
.page1 span input {
  background-color: #fff;
  border-color: #fff;
  width: 60px;
  border-radius: 3px;
}
.page1 .qd a {
  width: 65px;
  border-radius: 3px;
}

.my-breadcrumb {
  padding: 0.2rem 0;
}
.my-breadcrumb .breadcrumb-item {
  color: #999;
  padding: 0 0.15rem;
  position: relative;
  line-height: 1.5714285714;
}
.my-breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}
.my-breadcrumb .breadcrumb-item:hover {
  color: #222;
}
.my-breadcrumb .breadcrumb-item:not(.breadcrumb-item-active)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #d9d9d9;
}
.my-breadcrumb .breadcrumb-item.breadcrumb-item-active {
  color: #222;
  cursor: text;
}

.my-nav {
  position: sticky;
  top: 0;
}
.my-nav.active {
  z-index: 1100;
  background-color: #fff;
}
.my-nav .box {
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2.5em;
}
.my-nav .item {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 5;
  position: relative;
}
.my-nav .item + .item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1.35em;
  background-color: #d9d9d9;
}
.my-nav .item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ff5000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.my-nav .item:hover, .my-nav .item.active {
  color: #ff5000;
}
.my-nav .item:hover::before, .my-nav .item.active::before {
  width: 100%;
}

.my-form {
  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;
}
.my-form .form-item {
  width: 49.3055555556%;
  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;
  background-color: #f9f9f9;
  margin-bottom: 0.2rem;
  padding: 0 0.28rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.my-form .form-item:not(.btns) {
  border: 1px solid #f9f9f9;
}
.my-form .form-item.error {
  border-color: #D8261C;
  background-color: #F7D4D2;
}
.my-form .form-item.required .form-label p::after {
  content: "*";
  color: #ff5000;
}
.my-form .form-item.textarea {
  width: 100%;
  padding: 0.17rem 0.28rem;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.my-form .form-item.yzm .yzm-code {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  height: 50%;
}
.my-form .form-item.btns {
  width: 100%;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: left;
  background-color: initial;
  padding: 0;
  margin-top: 0.3rem;
  margin-bottom: 0;
}
.my-form .form-item.btns .btn {
  line-height: 2.8125;
  border: 2px solid #ff5000;
  border-radius: 5px;
  color: #ff5000;
  padding: 0 0.58rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.my-form .form-item.btns .btn:hover {
  color: #fff;
  background-color: #ff5000;
}
.my-form .form-label {
  width: 2.1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.5;
}
.my-form .form-input {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.my-form .form-input input, .my-form .form-input textarea {
  background-color: inherit;
}
.my-form .form-input input::-webkit-input-placeholder, .my-form .form-input textarea::-webkit-input-placeholder {
  color: #999;
}
.my-form .form-input input:-moz-placeholder, .my-form .form-input textarea:-moz-placeholder {
  color: #999;
}
.my-form .form-input input::-moz-placeholder, .my-form .form-input textarea::-moz-placeholder {
  color: #999;
}
.my-form .form-input input:-ms-input-placeholder, .my-form .form-input textarea:-ms-input-placeholder {
  color: #999;
}
.my-form .form-input input::placeholder, .my-form .form-input textarea::placeholder {
  color: #999;
}
.my-form .form-input input {
  line-height: 3.75;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.my-form .form-input textarea {
  line-height: 1.5;
  height: 10.5em;
}

.my-modal {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.my-modal .modal-container {
  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-align-items: safe center;
     -moz-box-align: safe center;
      -ms-flex-align: safe center;
          align-items: safe center;
  height: 100%;
  padding: 3vh 0;
  max-width: 1920px;
  margin: 0 auto;
}
.my-modal .modal-main {
  background-color: #fff;
  max-width: 10.1rem;
  width: 90%;
  border-radius: 0.15rem;
  padding: 0.5rem 4.1666666667%;
  position: relative;
}
.my-modal .modal-close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  cursor: pointer;
  width: 0.3rem;
}
.my-modal .title {
  margin-bottom: 0.5rem;
}
.my-modal .my-form .form-label {
  width: 6.875em;
}
.my-modal .my-form .form-item.yzm {
  width: 100%;
}
.my-modal .my-form .form-item.yzm .form-label, .my-modal .my-form .form-item.textarea .form-label {
  width: 13.125em;
}

header {
  z-index: 1000;
  position: sticky;
  top: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

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

.header {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 60%);
    color: #fff;
    /* padding: 15px 0; */
    transition: all 0.4s ease;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  -moz-transition: opacity 0s;
  transition: opacity 0s;
}
.header .nav-link.active {
  color: #ff6600;
}
/* .nav-child {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #000;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
} */


.header.active2 {
  opacity: 0;
}
.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;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .logo {
  width: 12%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header .nav-item {
  margin: 0 0.2rem;
  position: relative;
}
.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:hover .nav-child.active1 {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.header .nav-item:hover .nav-link {
  color: #ff5000;
}
.header .nav-item:hover .nav-link::before {
  width: 100%;
}
.header .nav-item:hover .item .items.active {
  pointer-events: auto;
}
.header .nav-link {
  color: #fff;
  text-transform: uppercase;
  line-height: -webkit-calc(var(--header-height) / 16);
  line-height: -moz-calc(var(--header-height) / 16);
  line-height: calc(var(--header-height) / 20);
  position: relative;
}
.header .nav-link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #ff5000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav-link.active {
  color: #ff5000;
}
.header .nav-link.active::before {
  width: 100%;
}
.header .nav-child {
  position: absolute;
  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);
  opacity: 0;
  min-width: 100%;
  padding-top: 0.1rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}
.header .nav-child.active1 {
  padding-top: 0;
  position: fixed;
  left: 0;
  right: 0;
  -webkit-transform: translateY(15px);
     -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
       -o-transform: translateY(15px);
          transform: translateY(15px);
}
.header .nav-child-container {
  background-color: #fff;
  border-radius: 5px;
  padding: 0.2rem 0.3rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.header .nav-child-container1 {
  background-color: #fff;
}
.header .nav-child-container1 .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.64rem;
}
.header .item {
  padding-top: 0.5rem;
  position: relative;
}
.header .item .items {
  position: absolute;
  top: 0.5rem;
  left: 7.9365079365%;
  right: 6.3492063492%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: top 0s, left 0s;
  -o-transition: top 0s, left 0s;
  -moz-transition: top 0s, left 0s;
  transition: top 0s, left 0s;
  pointer-events: none;
}
.header .item .items.active {
  opacity: 1;
  z-index: 3;
  position: relative;
  top: 0;
  left: 0;
}
.header .item + .item {
  border-left: 1px solid #eee;
}
.header .item:nth-child(1) {
  width: 36.875%;
  padding-right: 3.125%;
}
.header .item:nth-child(1) .item-li {
  position: relative;
  padding-right: 20px;
}
.header .item:nth-child(1) .item-li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../image/arr-right-gray.svg) no-repeat center center/cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.header .item:nth-child(2) {
  width: 39.375%;
  padding-left: 3.125%;
  padding-right: 2.5%;
}
.header .item:nth-child(3) {
  width: 23.75%;
  padding-left: 2.4375%;
}
.header .item .item-li:hover {
  background-color: #f8f8f8;
  color: #000;
}
.header .item .item-li:hover::before {
  background-image: url(../image/arr-right-color.svg);
}
.header .item3-content{
  width: 100%;
  padding-top: 123.5294117647%;
  position: relative;
  background: url(../image/3.png) no-repeat center center/cover;
}
.header .item3-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header .item3-container .my-img-target {
  margin: 24% auto 0;
  width: 82.3529411765%;
}
.header .item3-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 9.0476190476%;
  line-height: 1.5;
  text-align: center;
}
.header .item3-more {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 2.1875;
  padding: 0 0.24rem 0 0.34rem;
  bottom: 9.5238095238%;
}
.header .item-title {
  line-height: 1.5;
  padding-bottom: 0.15rem;
  color: #999;
  border-bottom: 1px solid #eee;
}
.header .item-li {
  display: block;
  line-height: 1.5;
  padding: 0.15rem 0;
  border-bottom: 1px solid #eee;
  color: #666;
}
.header .nav-child-link {
  width: 100%;
  color: #666;
  white-space: nowrap;
  line-height: 1.5;
}
.header .nav-child-link:hover {
  color: #ff5000;
}
.header .nav-child-link + .nav-child-link {
  margin-top: 0.1rem;
}
.header .search {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10.5em;
  height: 2.5em;
  /* border: 1px solid #ffcfb5; */
  border-radius: 3px;
  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;
}
.header .search:hover {
  border:1px solid #ff5000;
  /* border-color: #ff5000; */
  color: #ff5000;
}
.header .search:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.header .search img {
  width: 1.5em;
  margin-right: 10px;
/* 
  -webkit-filter: brightness(0);
          filter: brightness(0); */
}

.footer .top {
  background-color: #ff5000;
}
.footer .top .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 4.4166666667;
}
.footer .top .item {
  color: #ffddca;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.footer .top .item + .item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  left: 0;
  top: 50%;
  background-color: #d9d9d9;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .top .item:hover {
  color: #ffffff;
}
.footer .top img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  width: 2.0833333333em;
}
.footer .bottom {
  background-color: #2d2b2b;
  padding-top: 0.8rem;
}
.footer .bottom .box {
  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;
}
.footer .bottom .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .bottom .nav-item .nav-item + .nav-item {
  margin-top: 0.47rem;
}
.footer .bottom .nav-title:hover, .footer .bottom .nav-link:hover {
  color: #ff5000;
}
.footer .bottom .nav-title {
  color: #fff;
  line-height: 1.5555555556;
  margin-bottom: 0.3rem;
}
.footer .bottom .nav-link {
  display: block;
  color: #bbb;
  line-height: 1.4285714286;
}
.footer .bottom .nav-link + .nav-link {
  margin-top: 0.15rem;
}
.footer .bottom .info1 {
  width: 21.875%;
  color: #fff;
  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;
}
.footer .bottom .title {
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.footer .bottom .input {
  position: relative;
  margin-bottom: 0.2rem;
}
.footer .bottom .input input {
  line-height: 3.125;
  padding: 0 55px 0 0.2rem;
}
.footer .bottom .input .input-icon {
  width: 3.125em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  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;
  background-color: #ff5000;
  cursor: pointer;
}
.footer .bottom .text {
  line-height: 1.5;
  opacity: 0.3;
  margin-bottom: 0.28rem;
}
.footer .bottom .content {
  line-height: 1.5;
}
.footer .bottom .content a {
  color: #fff;
}
.footer .bottom .content a:hover {
  color: #ff5000;
  text-decoration: underline;
}
.footer .bottom .links {
  margin-top: auto;
  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;
}
.footer .bottom .links a {
  margin-top: 0.25rem;
  margin-left: 0.1rem;
  background-color: #fff;
  width: 35px;
  height: 35px;
  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;
}
.footer .bottom .links a img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .bottom .links a:hover {
  background-color: #ff5000;
}
.footer .bottom .links a:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.footer .bottom .info2 {
  margin-top: 0.3rem;
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  width: 100%;
  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.4285714286;
  padding: 0.3rem 0 0.3rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer .bottom .info2 a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .bottom .info2 a:hover {
  color: #ff5000;
}
.footer .bottom .info2 p a {
  padding: 0 0.2rem;
  position: relative;
}
.footer .bottom .info2 p a + a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #595959;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index .section1{
  height: 55.27083333333333333vw;
  max-height: 900px;
}
.index .section1 .swiper{
  height: 100%;
}
.index .section1 .swiper-slide{
    background-color: #000;
}
.index .section1 .swiper-slide img{
  height: 100%;
}
.index .section1 .swiper-slide.slide-video-active .slide-video{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  object-fit: contain;
}
.index .section1 .swiper-slide.slide-video-active .slide-video-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  display: none;
}
.index .section1 .swiper-slide img:nth-child(2) {
  display: none;
}
.index .section1 .box {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}
.index .section1 .title {
  margin-bottom: 0.2rem;
  margin-top: 13.75%;
}
.index .section1 .text {
  line-height: 1.5;
  margin-bottom: 0.66rem;
}
.index .section2 {
  padding-top: 0.74rem;
}
.index .section2 .title {
  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;
  margin-bottom: 0.38rem;
}
.index .section2 .title p {
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: bold;
}
.index .section2 .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;
}
.index .section2 .item {
  width: 32.5%;
  height: 3.5rem;
  position: relative;
  margin-bottom: 0.2rem;
}
/* .index .section2 .item:nth-child(2) {
  width: 49.375%;
} */
.index .section2 .item:nth-child(4) {
  width: 49.375%;
}
.index .section2 .item:nth-child(5) {
  width: 49.375%;
}
.index .section2 .item:hover .item-info {
  background-color: #ff5000;
  opacity: .8;
}
.index .section2 .item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(bottom, #404040 0%, rgba(0, 0, 0, 0) 54%);
  background: -moz-linear-gradient(bottom, #404040 0%, rgba(0, 0, 0, 0) 54%);
  background: -o-linear-gradient(bottom, #404040 0%, rgba(0, 0, 0, 0) 54%);
  background: linear-gradient(to top, #404040 0%, rgba(0, 0, 0, 0) 54%);
  z-index: 1;
}
.index .section2 .item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  max-width: 3.5rem;
  width: 100%;
  min-height: 0.75rem;
  padding-left: 0.3rem;
  padding-top: 0.27rem;
  padding-bottom: 0.2rem;
}
.index .section2 .item-icon {
  margin-bottom: 0.1rem;
  width: 2.5em;
}
.index .section2 .item-title {
  line-height: 1.5;
  color: #fff;
}
.index .section3 {
  width: 83%;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}
.index .section3 .item {
  width: 45%;
  position: relative;
  height: 3.5rem;
  border-radius: 20px
}
.index .section3 .item-title {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.index .section3 .item-info {
  position: absolute;
  left: 10%;
  right: 0;
  top: 45.3333333333%;
}
.index .section4 {
  padding-top: 0.5rem;
  background: url(../image/13.png) no-repeat right center #fafafa;
  -o-background-size: auto 140%;
     background-size: auto 140%;
}
.index .section4 .box {
  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;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index .section4 .left {
  width: 48%;
}
.index .section4 .left .t_line3 {
  -webkit-line-clamp: 10;
}
.index .section4 .my-more{
  background-color: #ff5000;
  color: #fff;
  margin-bottom: 50px;
}

.index .section4 .right {
  width: 41.875%;
  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 .title {
  line-height: 1.5;
  margin-bottom: 0.16rem;
  font-weight: bold;
  text-transform: uppercase;
}
.index .section4 .text {
  line-height: 1.2;
  margin-bottom: 0.36rem;
}
.index .section4 .item-num {
  font-weight: bold;
  color: #ff5000;
  line-height: 1.5;
  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;
}
.index .section4 .item-num span:nth-child(2) {
  line-height: 2.0714285714;
}
.index .section4 .item-title {
  line-height: 1.4285714286;
}
.index .section5 {
  width: 100%;
  margin-top: 0.8rem;
  position: relative;
}
.index .section5.active .video {
  z-index: 3;
  opacity: 1;
  object-fit: contain;
  background-color: #000;
}
.index .section5.active .video::-webkit-media-controls-volume-slider{
  display: none;
}
.index .section5.active .video::-webkit-media-controls-mute-button { display: none; }

.index .section5.active .video::-webkit-media-controls-timeline { display: none; }

.index .section5.active .video::-webkit-media-controls-current-time-display { display: none; }
.index .section5.active .video::-webkit-media-controls-fullscreen-button{
  display: none;
}
.index .section5.active .video::-webkit-media-controls-time-remaining-display{
  display: none;
}
.index .section5 .icon {
  position: absolute;
  left: 50%;
  top: 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%);
  cursor: pointer;
}
.index .section5 .video {
  position: absolute;
  z-index: -9;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index .section6 {
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
}
.index .section6 .title {
  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;
  margin-bottom: 0.56rem;
}
.index .section6 .title p {
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: bold;
}
.index .section0 .title {
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: bold;
  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;
  margin: 0.56rem 0;
}
/* .index .section0 .title p {
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: bold;
} */
.index .section6 .swiper {
  padding-bottom: 0.5rem;
}
.index .section6 .my-pagination {
  bottom: 0;
}
.index .section6 .swiper-slide:hover .slide-title, .index .section6 .swiper-slide:hover .slide-time {
  color: #fff;
}
.index .section6 .swiper-slide:hover .slide-time img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.index .section6 .slide-info {
  margin: 0 auto;
  position: relative;
  background-color: #f1f1f1;
  padding: 0.3rem 8.3116883117% 0.25rem;
  -o-background-size: 30.1449275362% auto;
  background-size: 30.1449275362% auto;
}
.index .section6 .slide-title {
  line-height: 1.3333333333;
  height: 4em;
  margin-bottom: 0.16rem;
}
.index .section6 .slide-time {
  line-height: 20px;
}
.index .section6 .slide-time img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.05rem;
}

.solutions .section2 {
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}
.solutions .section2 .box {
  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;
}
.solutions .section2 .box::after {
  content: "";
  width: 31.25%;
}
.solutions .section2 .item {
  width: 31.25%;
  height: 3.2rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.solutions .section2 .item-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  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;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  padding: 0 3%;
  -o-background-size: 48.8% auto;
     background-size: 48.8% auto;
}
.solutions .section2 .item-info:hover {
  background-color: rgba(223, 53, 55, 0.9);
}
.solutions .section2 .item-icon {
  width: 2.0833333333em;
  margin-bottom: 0.2rem;
}
.solutions .section2 .item-title {
  line-height: 1.5;
}

.solutions_detail .section2 {
  padding-top: 0.8rem;
  padding-bottom: 0.7rem;
  text-align: center;
  background-color: #f5f5f5;
}
.solutions_detail .section2 .title {
  margin-bottom: 0.3rem;
}
.solutions_detail .section2 .text {
  line-height: 1.625;
  color: #666;
  text-align: left;
}
.solutions_detail .section3 {
  padding-top: 0.8rem;
  padding-bottom: 0.92rem;
}
.solutions_detail .section3 .title {
  margin-bottom: 0.5rem;
}
.solutions_detail .section3 .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;
}
.solutions_detail .section3 .item {
  width: 48.75%;
  margin-bottom: 0.3rem;
}
.solutions_detail .section4 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.solutions_detail .section4 .title {
  margin-bottom: 0.5rem;
}
.solutions_detail .section4 .swiper {
  padding-bottom: 0.6rem;
}

.products .section2 {
  background-color: #f5f5f5;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.products .section2 .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;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.products .section2 .item-check {
  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;
  cursor: pointer;
}
.products .section2 .item-check:hover .item-check-label {
  color: #ff5000;
}
.products .section2 .item-check + .item-check {
  margin-top: 0.15rem;
}
.products .section2 .item-check.active .item-check-input {
  border-color: #ff5000;
  background: url(../image/check-icon.svg) no-repeat center center/cover;
}
.products .section2 .item-check-input {
  height: 1.2em;
  border: 1px solid #ff5000;
  margin-right: 0.1rem;
}
.products .section2 .item-check-label {
  line-height: 1.4285714286;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.products .section2 .left {
  width: 25%;
  padding: 0.2rem 1.875% 0.5rem;
  background-color: #fff;
  position: sticky;
  top: -webkit-calc(var(--header-height) / 16 * 1em);
  top: -moz-calc(var(--header-height) / 16 * 1em);
  top: calc(var(--header-height) / 16 * 1em);
}
/* .products .section2 .left .item + .item {
  margin-top: 0.3rem;
} */
.products .section2 .left .item-title {
  border-bottom: 1px solid #d3d3d3;
  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;
  cursor: pointer;
}
.products .section2 .left .item-title span a.on{
  color: #ff5000 ;
}
.products .section2 .left .item-title span:nth-child(1) {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 3.5555555556;
}

.products .section2 .left .item-title span:nth-child(2) {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.products .section2 .left .item-container {
  margin-top: 0.2rem;
  display: none;
}
.products .section2 .left .item-range-input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  height: 4px;
  background-color: #e4e4e4;
  margin-bottom: 0.18rem;
}
.products .section2 .left .item-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #000;
  cursor: pointer;
}
.products .section2 .left .item-range-input:focus {
  outline: none;
}
.products .section2 .left .item-range-labels {
  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.4285714286;
}
.products .section2 .left .item-bottom {
  text-align: center;
  margin-top: 0.3rem;
}
.products .section2 .left .item-reset {
  display: inline-block;
  line-height: 2.75;
  background-color: #858585;
  white-space: nowrap;
  color: #fff;
  padding: 0 0.6rem;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.products .section2 .left .item-reset:hover {
  background-color: #ff5000;
}
.products .section2 .left .item-reset img {
  width: 1.25em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
}
.products .section2 .title {
  padding-bottom: 0.23rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.16rem;
}
.products .section2 .title img {
  width: 1.2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}
.products .section2 .right {
  width: 73.125%;
}
.products .section2 .right .lanmu{
  padding: 0 0 30px 0;
  line-height: 24px;
}
.products .section2 .my-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;
  margin-bottom: 0.2rem;
}
.products .section2 .my-list .item-check {
  position: absolute;
  top: 0.2rem;
  right: 5.4054054054%;
}
.products .section2 .my-list .item-check-input {
  margin-right: 0;
  margin-left: 0.1rem;
}
.products .section2 .my-list .item-check-label {
  color: #666;
}
.products .section2 .my-list::after {
  content: "";
  width: 31.6239316239%;
}
.products .section2 .my-list .item {
  width: 48.8%;
  padding:0.15rem 0.6% 0.25rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.products .section3.show .top {
  -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);
}
.products .section3.show.active .bottom {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.products .section3 .top {
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 4;
  color: #fff;
  background-color: #434343;
  -webkit-transform: translateX(-50%) translateY(100%);
     -moz-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
       -o-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
}
.products .section3 .top:hover .icon img {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.products .section3 .top .icon {
  width: 4em;
  background-color: #ff5000;
  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;
}
.products .section3 .top .icon img {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.products .section3 .top p {
  padding: 0 0.4rem;
  white-space: nowrap;
}
.products .section3 .bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  background-color: #fff;
  padding: 0.5rem 0;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}
.products .section3 .bottom .box {
  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;
  position: relative;
}
.products .section3 .bottom .title {
  margin-right: 5.1875%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.products .section3 .bottom .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;
  margin-bottom: 0.3rem;
}
.products .section3 .bottom .item {
  background-color: #f5f5f5;
  position: relative;
  width: 2.6rem;
}
.products .section3 .bottom .item + .item {
  margin-left: 0.3rem;
}
.products .section3 .bottom .item-icon {
  position: absolute;
  top: 0.1rem;
  right: 3.8461538462%;
  cursor: pointer;
}
.products .section3 .bottom .btns {
  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;
}
.products .section3 .bottom .btn {
  line-height: 2.2857142857;
  padding: 0 0.2rem;
}
.products .section3 .bottom .btn + .btn {
  margin-left: 0.2rem;
}
.products .section3 .bottom .close {
  position: absolute;
  top: 0;
  right: 0;
  color: #ff5000;
  cursor: pointer;
}
.products .my-modal .modal-main {
  max-width: 5rem;
  border-radius: 0;
  padding: 0;
}
.products .my-modal .modal-title {
  line-height: 3.75;
  margin-bottom: 0;
  padding-left: 0.4rem;
  background-color: #f3f3f3;
  color: #555;
}
.products .my-modal .modal-info {
  padding: 0.2rem 0.4rem 0.5rem;
}
.products .my-modal .title {
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.products .my-modal .groui-select {
  --groui-select-width: 100%;
  margin-right: 0;
  margin-bottom: 0.3rem;
}
.products .my-modal .groui-select .select-container {
  padding: 0 0.18rem 0 0.2rem;
  border-color: #a4a4a4;
  background-color: #f8f8f8;
}
.products .my-modal .groui-select .select-label-input {
  line-height: 3.125;
}
.products .my-modal .groui-select .select-icon {
  width: 24px;
}
.products .my-modal .groui-select .select-icon img {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.products .my-modal .modal-more {
  text-align: center;
}

.products_compare .section2 {
  padding-top: 0.3rem;
  padding-bottom: 1rem;
}
.products_compare .section2 .title {
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.products_compare .section2 .back {
  color: #ff5000;
  line-height: 1.5;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.products_compare .section2 .back img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.products_compare .section2 .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;
  margin-bottom: 0.45rem;
}
.products_compare .section2 .content-title {
  width: 25.625%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.5;
}
.products_compare .section2 .list {
  -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-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products_compare .section2 .item {
  width: 31.0924369748%;
}
.products_compare .section2 .item + .item {
  margin-left: 3.3613445378%;
}
.products_compare .section2 .groui-select {
  --groui-select-width: 100%;
  --groui-select-theme-color: #ff5000;
  margin-right: 0;
}
.products_compare .section2 .groui-select .select-container {
  padding: 0 0.18rem 0 0.2rem;
  border-color: #a4a4a4;
  background-color: #f8f8f8;
}
.products_compare .section2 .groui-select .select-label-input {
  line-height: 3.625;
}
.products_compare .section2 .groui-select .select-icon {
  width: 24px;
}
.products_compare .section2 .groui-select .select-icon img {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.products_compare .section2 .item-center{
  margin: 0.2rem auto;
  width: 280px;
  max-width: 100%;
}
.products_compare .section2 .item.active .item-img{
  display: none;
}
.products_compare .section2 .item.active .item-add{
  display: flex;
}
.products_compare .section2 .item.active .item-more{
  pointer-events: none;
}
.products_compare .section2 .item-center .item-center-container{
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.products_compare .section2 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.products_compare .section2 .item-img-icon{
  position: absolute;
  z-index: 3;
  top: 3.57142857%;
  right: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E4E4E4;
  transition: all .5s;
}
.products_compare .section2 .item-img-icon:hover{
  background-color: #ff5000;
}
.products_compare .section2 .item-img-icon:hover img{
  filter: brightness(0) invert(1);
}
.products_compare .section2 .item-img-icon img{
  width: 33.33%;
  transition: all .5s;
}
.products_compare .section2 .item-add{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #acacac;
  line-height: 1.5;
  /* cursor: pointer; */
}
/* .products_compare .section2 .item-add:hover .item-add-icon{
  background-image: url(../images/svg/add-icon-color.svg);
}
.products_compare .section2 .item-add:hover p{
  color: #ff5000;
} */
.products_compare .section2 .item-add-icon{
  width: 2em;
  height: 2em;
  display: block;
  background: url(../image/add-icon.svg) no-repeat center center/cover;
}
.products_compare .section2 .item-more {
  width: 100%;
  text-align: center;
}
.products_compare .section2 .list1 {
  border-top: 1px solid #c6c6c6;
}
.products_compare .section2 .item1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0.8rem;
  border-bottom: 1px solid #c6c6c6;
}
.products_compare .section2 .item1:nth-of-type(odd) {
  background-color: #e4e4e4;
}
.products_compare .section2 .item1-td {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
  line-height: 1.5;
  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.1rem 0.3rem;
  border-right: 1px solid #c6c6c6;
}
.products_compare .section2 .item1-td:last-child {
  border-right: none;
}

.products_detail .section-container > .item {
  display: none;
}
.products_detail .section-container > .item.active {
  display: block;
}
.products_detail .section1 {
  background-color: #f5f5f5;
}
.products_detail .section2 {
  background-color: #f5f5f5;
  padding-top: 0.3rem;
  padding-bottom: 0.81rem;
}
.products_detail .section2 .box {
  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;
}
.products_detail .section2 .left {
  width: 46.875%;
}
.products_detail .section2 .swiper1 {
  margin-bottom: 0.2rem;
}
.products_detail .section2 .swiper2 .swiper-slide {
  opacity: 0.5;
}
.products_detail .section2 .swiper2 .swiper-slide.slide-video {
  opacity: 1;
}
.products_detail .section2 .swiper2 .swiper-slide.slide-video::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.products_detail .section2 .swiper2 .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #ff5000;
}
.products_detail .section2 .swiper2 .video-icon {
  width: 22.3880597015%;
  position: absolute;
  left: 50%;
  top: 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: 4;
}
.products_detail .section2 .right {
  width: 48.75%;
}
.products_detail .section2 .title {
  line-height: 1.5;
  margin-bottom: 0.11rem;
}
.products_detail .section2 .text {
  font-size: 18px;
  color: #555;
  line-height: 1.7142857143;
  margin-bottom: 0.65rem;
}
.products_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: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0.63rem;
}
.products_detail .section2 .item {
  text-align: center;
  width: 32%;
  /* margin-right: 0.1282051282%; */
  margin-bottom: 0.2rem;
}
.products_detail .section2 .item:nth-of-type(5n) {
  margin-right: 0;
}
.products_detail .section2 .item:last-child {
  margin-right: 0;
}
.products_detail .section2 .item-icon {
  margin: 0 auto 0.2rem;
  width: 3.75em;
}
.products_detail .section2 .item-title {
  line-height: 1.375;
}
.products_detail .section2 .item1 {
  border: 2px solid #ddd;
  border-radius: 5px;
  line-height: 2.375;
  padding: 0 0.18rem;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.products_detail .section2 .item1:hover {
  border-color: #ff5000;
  background-color: #ff5000;
  color: #fff;
}
.products_detail .section2 .item1:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.products_detail .section2 .item1 img {
  width: 1.25em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.products_detail .section3 {
  background-color: #f5f5f5;
}
.products_detail .section3 .box {
  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;
}
.products_detail .section3 .item {
  line-height: 3.125;
  padding: 0 0.5rem;
  border-radius: 5px 5px 0 0;
  background-color: #ddd;
  margin: 0 0.05rem;
  cursor: pointer;
}
.products_detail .section3 .item:hover, .products_detail .section3 .item.active {
  background-color: #222;
  color: #fff;
}
.products_detail .section4 {
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.products_detail .section4 .title {
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.products_detail .section4 .text {
  line-height: 1.625;
  width: 100%;
  max-width: 11.2rem;
  color: #555;
  margin: 0 auto;
}
.products_detail .select {
  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;
}
.products_detail .select .select-item {
  color: #666;
  margin: 0 0.25rem;
  line-height: 1.5555555556;
  padding-bottom: 0.08rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.products_detail .select .select-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #ff5000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.products_detail .select .select-item.active, .products_detail .select .select-item:hover {
  color: #222;
}
.products_detail .select .select-item.active::before, .products_detail .select .select-item:hover::before {
  width: 100%;
}
.products_detail .section5 {
  background-color: #f5f5f5;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.products_detail .section5 .title {
  margin-bottom: 0.3rem;
}
.products_detail .section5 .select {
  margin-bottom: 0.5rem;
}
.products_detail .section5 .contents {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.products_detail .section5 .contents.active {
  -webkit-transform: translateY(15px);
     -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
       -o-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
}
.products_detail .section5 .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;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.products_detail .section5 .content.active {
  opacity: 1;
  position: relative;
  z-index: 3;
}
.products_detail .section5 .swiper {
  width: 48.75%;
  margin-left: 0;
  padding-bottom: 0.4rem;
}
.products_detail .section5 .list {
  width: 48.75%;
  font-size: 16px;
  line-height: 26px;
}
.products_detail .section5 .item {
  background-color: #fff;
  padding: 0.16rem 5.1282051282%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-background-size: 20.1282051282% auto;
     background-size: 20.1282051282% auto;
}
.products_detail .section5 .item + .item {
  margin-top: 0.1rem;
}
.products_detail .section5 .item.active {
  background-color: #ff5000;
}
.products_detail .section5 .item.active .item-title {
  color: #fff;
}
.products_detail .section5 .item.active .item-icon {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.products_detail .section5 .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;
}
.products_detail .section5 .item-title {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
  line-height: 1.5555555556;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.products_detail .section5 .item-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0.2rem;
  width: 1.1111111111em;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.products_detail .section5 .item-text {
  padding-top: 0.2rem;
  line-height: 1.7142857143;
  color: #fff;
  display: none;
}
.products_detail .section6 {
  padding: 0.8rem 0;
}
.products_detail .section6 .title {
  margin-bottom: 0.3rem;
}
.products_detail .section6 .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;
}
.products_detail .section6 .item {
  width: 31%;
  position: relative;
  margin-bottom: 0.2rem;
}
.products_detail .section6 .item-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.3); */
  color: #fff;
  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;
}
.products_detail .section6 .item-icon {
  width: 2.0833333333em;
  margin-bottom: 0.1rem;
}
.products_detail .section7 {
  background-color: #f5f5f5;
  padding: 0.8rem 0 1rem;
}
.products_detail .section7 .title {
  margin-bottom: 0.2rem;
}
.products_detail .section7 .select {
  margin-bottom: 0.2rem;
}
.products_detail .section7 .contents {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.products_detail .section7 .contents.active {
  -webkit-transform: translateY(15px);
     -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
       -o-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
}
.products_detail .section7 .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;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.products_detail .section7 .content.active {
  opacity: 1;
  z-index: 3;
  position: relative;
}
.products_detail .section7 table {
  width: 100%;
  border-top: 4px solid #7b818b;
  border-collapse: collapse;
}
.products_detail .section7 tr {
  border-bottom: 1px solid #c6c6c6;
}
.products_detail .section7 tr:nth-child(1) {
  font-family: "sinkin-sans", Helvetica, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.products_detail .section7 tr:nth-of-type(odd) {
  background-color: #e4e4e4;
}
.products_detail .section7 td {
  text-align: center;
  min-height: 0.45rem;
  line-height: 1.375;
  padding: 0.1rem;
  border-right: 1px solid #c6c6c6;
}
.products_detail .section7 td:nth-child(1) {
  font-family: "sinkin-sans", Helvetica, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.products_detail .section7 td:last-child {
  border-right: none;
}
.products_detail .section8 {
  padding: 0.8rem 0 1rem;
}
.products_detail .section8 .title {
  margin-bottom: 0.5rem;
}
.products_detail .section8 .video {
  width: 100%;
  max-width: 8rem;
  margin: 0 auto;
  position: relative;
}
.products_detail .section8 .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.products_detail .section8 .video.active video {
  opacity: 1;
  z-index: 4;
}
.products_detail .section8 .video::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.products_detail .section8 .video.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.products_detail .section8 .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%);
  cursor: pointer;
  z-index: 3;
  width: 0.6rem;
}

.about .section3 {
  padding-top: 0.55rem;
  padding-bottom: 1.15rem;
}
.about .section3 .title {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.about .section3 .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;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7rem;
}
.about .section3 .left {
  width: 48.75%;
}
.about .section3 .right {
  width: 47.5%;
  color: #555;
  line-height: 1.625;
}
.about .section3 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.about .section3 .item{
  background-color: #fdf9f7;
  padding: 20px 30px;
  border: 5px;
  width: 19%;
}
.about .section3 .item-num {
  color: #ff5000;
  font-weight: bold;
  line-height: 1.5;
  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 .item-num span:nth-child(2) {
  line-height: 2.0714285714;
}
.about .section3 .item-title {
  line-height: 1.4285714286;
}
.about .section4 {
  background-color: #f5f5f5;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
}
.about .section4 .title {
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  font-weight: bold;
}
.about .section4 .list {
  margin-top: 1rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.about .section4 .item {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  padding: 0.1rem 0.5% 0.1rem;
  min-height: 2.8rem;
  background-color: #fff;
  width: 24%;
  -o-background-size: 51.9480519481% auto;
     background-size: 51.9480519481% auto;
}

.about .section4 .item:nth-child(4n){
  margin-right: 0;
}
.about .section4 .item:hover .item-title {
  color: #fff;
}
.about .section4 .item:hover .item-text p {
  color: #fff;
}
.about .section4 .item:hover .item-text span::before {
  background-color: #fff;
}
.about .section4 .item-title {
  line-height: 1.5;
  margin: 0.3rem 0.2rem 0.2rem;
  text-transform:uppercase ;
}
.about .section4 .item-text {
  line-height: 1.625;
  color: #555;
  padding-left: 0;
  position: relative;
  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 .section4 .item-text span {
  position: relative;
  width: 0.5em;
  height: 1.625em;
  display: block;
  margin-right: 0.625em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about .section4 .item-text span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ff5000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about .section5 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.about .section5 .title {
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  font-weight: bold;
}
.about .section5 .text {
  margin: 0 auto;
  width: 100%;
  max-width: 13.32rem;
  text-align: center;
  color: #555;
  line-height: 1.625;
  margin-bottom: 0.6rem;
}
.about .section5 .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;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about .section5 .select {
  width: 35%;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
margin-right: 1rem;
}
.about .section5 .select-item {
  display: block;
  line-height: 1.5;
  padding-left: 0.85em;
  border-left: 3px solid #d9d9d9;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about .section5 .select-item:hover, .about .section5 .select-item.active {
  color: #222;
  border-color: #ff5000;
}
.about .section5 .select-item + .select-item {
  margin-top: 0.2rem;
}
.about .section5 .rights {
  width:60%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about .section5 .rights.active {
  opacity: 0;
  -webkit-transform: translateX(15px);
     -moz-transform: translateX(15px);
      -ms-transform: translateX(15px);
       -o-transform: translateX(15px);
          transform: translateX(15px);
}
.about .section5 .right {
  z-index: 1;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.about .section5 .right.active {
  position: relative;
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
}
.about .section5 .item {
  /* 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: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.2rem 0;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
  position: relative;
}
.about .section5 .item.item-bottom {
  padding-bottom: 0;
  border-bottom: none;
}
.about .section5 .item.item-bottom .item-text {
  color: #222;
}
.about .section5 .item::before {
  position: absolute;
  content: "";
  height: 3px;
  bottom: -1px;
  left: 0;
  width: 0;
  background-color: #ff5000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about .section5 .item:not(.item-bottom):hover {
  background-color: #f9f9f9;
}
.about .section5 .item:not(.item-bottom):hover .item-time, .about .section5 .item:not(.item-bottom):hover .item-text {
  color: #ff5000;
  padding: 20px;
}
.about .section5 .item:not(.item-bottom):hover::before {
  width: 100%;
}
.about .section5 .item:first-child {
  padding-top: 0;
}
.about .section5 .item-time {
  padding: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.0833333333;
}
.about .section5 .item-text {
  font-size: 17px;
  padding: 20px;
  color: #555;
  /* width: 70.3703703704%; */
  line-height: 1.625;
}
.about .section6 {
  background-color: #f5f5f5;
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
}
.about .section6 .title {
  font-weight: bold;
  margin-bottom: 0.34rem;
  text-transform: uppercase;
  font-weight: bold;
}
.about .section6 .swiper {
  width: 100%;
  padding-bottom: 0.6rem;
}
.about .section7 {
  background-color: whitesmoke;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.about .section7 .title {
  margin-bottom: 0.16rem;
  text-transform: uppercase;
  font-weight: bold;
}
.about .section7 .text {
  color: #555;
  text-align: center;
  line-height: 1.625;
  margin-bottom: 0.5rem;
}
.about .section7 .content {
  position: relative;
}
.about .section8 {
  padding-bottom: 1rem;
}
.about .section8 .title {
  margin-bottom: 0.3rem;
}
.about .section8 .list {
  border-top: 4px solid #ff5000;
}
.about .section8 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 0.4rem;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.about .section8 .item span:not(.btn) {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}
.about .section8 .item:first-child {
  background-color: #f5f5f5;
}
.about .section8 .item:first-child span {
  color: #555;
}
.about .section8 .item:first-child .btn {
  line-height: 0;
  opacity: 0;
  pointer-events: none;
}
.about .section8 .btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 0.28rem;
  color: #666;
  line-height: 2.7142857143;
  border-radius: 5px;
  border: 2px solid #666;
  cursor: pointer;
}
.about .section8 .btn:hover {
  border-color: #ff5000;
  background-color: #ff5000;
  color: #fff;
}

.contact {
  background-color: #f5f5f5;
}
.contact .section3 {
  padding: 0.8rem 0;
}
.contact .section3 .content {
  position: relative;
}
.contact .section3 .item-title {
  color: #fff;
  line-height: 2.7;
  background-color: #ff5000;
  white-space: nowrap;
  position: absolute;
  padding: 0 0.2rem;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-webkit-calc(-90% - 0.3rem));
     -moz-transform: translateY(-moz-calc(-90% - 0.3rem));
      -ms-transform: translateY(calc(-90% - 0.3rem));
       -o-transform: translateY(calc(-90% - 0.3rem));
          transform: translateY(calc(-90% - 0.3rem));
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact .section3 .item-title::before {
  position: absolute;
  content: "";
  left: 0.2rem;
  bottom: 0;
  width: 0;
  height: 0;
  -webkit-transform: translateY(80%) rotate(135deg);
     -moz-transform: translateY(80%) rotate(135deg);
      -ms-transform: translateY(80%) rotate(135deg);
       -o-transform: translateY(80%) rotate(135deg);
          transform: translateY(80%) rotate(135deg);
  border-top: 9px solid #ff5000;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.contact .section3 .item-spot {
  background-color: rgba(204, 0, 0, 0.3);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  -moz-transition: opacity 0.5s, transform 0.5s, -moz-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}
.contact .section3 .item-spot:hover {
  -webkit-transition: opacity 0s, -webkit-transform 0.5s;
  transition: opacity 0s, -webkit-transform 0.5s;
  -o-transition: opacity 0s, -o-transform 0.5s;
  -moz-transition: opacity 0s, transform 0.5s, -moz-transform 0.5s;
  transition: opacity 0s, transform 0.5s;
  transition: opacity 0s, transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-transform: scale(1.8);
     -moz-transform: scale(1.8);
      -ms-transform: scale(1.8);
       -o-transform: scale(1.8);
          transform: scale(1.8);
  opacity: 1;
}
.contact .section3 .item-spot:hover + .item-title {
  opacity: 1;
  -webkit-transform: translateY(-webkit-calc(-100% - 0.3rem));
     -moz-transform: translateY(-moz-calc(-100% - 0.3rem));
      -ms-transform: translateY(calc(-100% - 0.3rem));
       -o-transform: translateY(calc(-100% - 0.3rem));
          transform: translateY(calc(-100% - 0.3rem));
}
.contact .section3 .item {
  position: absolute;
  width: 1%;
}
.contact .section3 .item.active::before{
  width: 100%;
  height: 100%;
  background: url(../image/star.svg) no-repeat center center/100% 100%;
  border-radius: 0;
  z-index: 2;
}
.contact .section3 .item.active .item-spot{
  opacity: 0;
  position: relative;
  z-index: 2;
}
.contact .section3 .item.active::after{
  position: absolute;
  content: "";
  width: 150%;
  height: 150%;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background-color: #cc0000;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contact .section3 .item:hover {
  z-index: 3;
}
.contact .section3 .item::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  left: 50%;
  top: 50%;
  border-radius: 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: #cc0000;
}
.contact .section3 .item:nth-child(1) {
  left: 22.25%;
  top: 49.358974359%;
}
.contact .section3 .item:nth-child(2) {
  left: 34.25%;
  top: 66.487179%;
}
.contact .section3 .item:nth-child(3) {
  left: 30.3125%;
  top: 84.6153846154%;
}
.contact .section3 .item:nth-child(4) {
  left: 46.4375%;
  top: 39.358974359%;
}
.contact .section3 .item:nth-child(5) {
  left: 46.4375%;
  top: 32.4358974359%;
}
.contact .section3 .item:nth-child(6) {
  left: 54.2%;
  top: 71.538462%;
}
.contact .section3 .item:nth-child(7) {
  left: 48.0625%;
  top: 43.4615384615%;
}
.contact .section3 .item:nth-child(8) {
  left: 48.0625%;
  top: 33.4615384615%;
}
.contact .section3 .item:nth-child(9) {
  left: 47.5%;
  top: 36.358974%;
}
.contact .section3 .item:nth-child(10) {
  left: 53.25%;
  top: 69.435897%;
}
.contact .section3 .item:nth-child(11) {
  left: 55%;
  top: 40.2564102564%;
}
.contact .section3 .item:nth-child(12) {
  left: 60%;
  top: 44.4871794872%;
}
.contact .section3 .item:nth-child(13) {
  left: 58.6875%;
  top: 47.4358974359%;
}
.contact .section3 .item:nth-child(14) {
  left: 52.3125%;
  top: 76.7948717949%;
}
.contact .section3 .item:nth-child(15) {
  left: 71.6875%;
  top: 59.307692%;
}
.contact .section3 .item:nth-child(16) {
  left: 70.375%;
  top: 24.435897%;
}
.contact .section3 .item:nth-child(17) {
  left: 77.5625%;
  top: 42.3076923077%;
}
.contact .section3 .item:nth-child(18) {
  left: 80.25%;
  top: 73.7179487179%;
}
.contact .section3 .item:nth-child(19) {
  left: 89.375%;
  top: 82.5641025641%;
}
.contact .section3 .item:nth-child(20) {
  left: 23%;
  top: 26.564103%;
}
.contact .section3 .item:nth-child(21) {
  left: 22.8%;
  top: 41.564103%;
}
.contact .section3 .item:nth-child(22) {
  left: 73%;
  top: 53.564103%;
}
.contact .section3 .item:nth-child(23) {
  left: 73%;
  top: 60.564103%;
}
.contact .section3 .item:nth-child(24) {
  left: 71.8%;
  top: 55.564103%;
}
.contact .section3 .item:nth-child(25) {
  left: 60.5%;
  top: 49.564103%;
}
.contact .section3 .item:nth-child(26) {
  left: 55.8%;
  top: 43.564103%;
}
.contact .section3 .item:nth-child(27) {
  left: 50.8%;
  top: 46.564103%;
}
.contact .section3 .item:nth-child(28) {
  left: 52.5%;
  top: 39.564103%;
}
.contact .section3 .item:nth-child(29) {
  left: 54.8%;
  top: 30.564103%;
}
.contact .section3 .item:nth-child(30) {
  left: 54.8%;
  top: 43.564103%;
}
.contact .section3 .item:nth-child(31) {
  left: 29.8%;
  top: 75.564103%;
}
.contact .section3 .item:nth-child(32) {
  left: 27.8%;
  top: 63.564103%;
}
.contact .section3 .item:nth-child(33) {
  left: 27.4%;
  top: 56.564103%;
}
.contact .section3 .item:nth-child(34) {
  left: 48.8%;
  top: 56.564103%;
}
.contact .section3 .item:nth-child(35) {
  left: 60.3%;
  top: 71.564103%;
}
.contact .section3 .item:nth-child(36) {
  left: 55.8%;
  top: 55.564103%;
}
.contact .section3 .item:nth-child(37) {
  left: 53.8%;
  top: 35.564103%;
}
.contact .section3 .item:nth-child(38) {
  left: 22.8%;
  top: 41.564103%;
}
.contact .section3 .item:nth-child(39) {
  left: 22.8%;
  top: 41.564103%;
}
.contact .section3 .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;
  margin-top: 0.8rem;
}
.contact .section3 .item1 {
  width: 23%;
  background-color: #fff;
  text-align: center;
  padding: 0.2rem 0.2rem;
  min-height: 1.5rem;
  border-radius: 12px;
}
.contact .section3 .item1-icon {
  margin: 0.5rem auto 0.1rem;
  width: 2.428571em;
}
.contact .section3 .item1-text {
  line-height: 1.4285714286;
  padding-top: 0.2rem;
}
.contact .section3 .item1-text a:hover {
  color: #ff5000;
  text-decoration: underline;
}
.contact .section4 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-image: url(../image/job07.jpg);
  /* background-color: #fff; */
}
.contact .section4 .title {
  margin-bottom: 0.5rem;
  color: #fff;
}

.video .section3 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.video .section3 .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;
}
.video .section3 .list::after {
  content: "";
  width: 31.25%;
}
.video .section3 .item {
  width: 31.25%;
  margin-bottom: 0.6rem;
}
.video .section3 .item:hover .item-title {
  color: #ff5000;
}
.video .section3 .item:hover .item-icon {
  background-image: url(../image/video-icon1-color.svg);
}
.video .section3 .item-img {
  margin-bottom: 0.2rem;
  position: relative;
}
.video .section3 .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}
.video .section3 .item-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%);
  width: 2.7777777778em;
  padding-top: 2.7777777778em;
  z-index: 4;
  background: url(../image/video-icon1.svg) no-repeat center center/cover;
}
.video .section3 .item-title {
  line-height: 1.5555555556;
  text-align: center;
}

.news {
  background-color: #f5f5f5;
}
.news.status1 {
  background-color: #fff;
}
.news .screen {
  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;
  margin-bottom: 0.5rem;
}
.news .screen .groui-select {
  --groui-select-width: 150px;
  background-color: initial;
}
.news .screen .groui-select .select-container {
  background-color: #fff;
  border-radius: 100px;
  border: none;
}
.news .screen .groui-select .select-container .select-label-input {
  line-height: 3.25;
}
.news .screen .groui-select .select-icon {
  width: 1.25em;
}
.news .screen .groui-select .select-icon img {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.news .section3 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.news .section3 .input {
  position: relative;
}
.news .section3 .input input {
  border-radius: 100px;
  border: 3px solid #d9d9d9;
  outline: none;
  background-color: #fff;
  line-height: 3.0625;
  padding: 0 0.6rem 0 0.3rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news .section3 .input input:focus {
  border-color: #ff5000;
}
.news .section3 .input-icon {
  position: absolute;
  cursor: pointer;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
}
.news .section3 .list {
  margin-bottom: 0.5rem;
}
.news .section4 {
  padding: 0.8rem 0;
}
.news .section5 {
  background-color: #f5f5f5;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.news .section5 .groui-select .select-container {
  background-color: transparent;
  border: 3px solid #d9d9d9;
}
.news .section5 .item + .item {
  margin-top: 0.5rem;
}
.news .section5 .item-title {
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.news .section5 .item-li {
  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;
  min-height: 0.8rem;
  padding: 0.2rem 0.8rem;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.news .section5 .item-li:hover::before {
  background-color: #ff5000;
}
.news .section5 .item-li:hover span {
  color: #ff5000;
}
.news .section5 .item-li:hover span img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.news .section5 .item-li + .item-li {
  margin-top: 0.1rem;
}
.news .section5 .item-li::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0.2777777778em;
  left: 0;
  top: 0;
  background-color: #b1b1b1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news .section5 span {
  line-height: 1.5555555556;
}
.news .section5 span:nth-child(1) {
  width: 20%;
}
.news .section5 span:nth-child(2) {
  width: 40%;
}
.news .section5 span:nth-child(3) {
  width: 20%;
}
.news .section5 span:nth-child(4) {
  width: 20%;
}
.news .section5 span img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  margin-right: 0.1rem;
  width: 1.1111111111em;
}

.news_detail {
  background-color: #f5f5f5;
}
.news_detail .section2 {
  padding-top: 0.5rem;
  padding-bottom: 0.9rem;
}
.news_detail .section2 .box {
  max-width: 1200px;
}
.news_detail .section2 .title {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.news_detail .section2 .time {
  text-align: center;
  line-height: 1.625;
  margin-bottom: 0.18rem;
}
.news_detail .section2 .time img {
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  margin-right: 0.1rem;
}
.news_detail .section2 .content {
  border-top: 3px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  line-height: normal;
  padding: 0.3rem 0 0.8rem;
}
.news_detail .section2 .content img {
  display: inline-block;
  height: auto!important;
}
.news_detail .section2 .bottom {
  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;
  margin-top: 0.28rem;
}
.news_detail .section2 .left {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
  padding-right: 0.2rem;
}
.news_detail .section2 .item {
  display: block;
  line-height: 1.4444444444;
  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;
}
.news_detail .section2 .item:hover span:nth-child(2) {
  color: #ff5000;
}
.news_detail .section2 .item + .item {
  margin-top: 0.05rem;
}
.news_detail .section2 .item span:nth-child(1) {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.news_detail .section2 .item span:nth-child(2) {
  color: #666;
}
.news_detail .section2 .right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: 2px solid #ff5000;
  white-space: nowrap;
  line-height: 2.6666666667;
  padding: 0 0.44rem 0 0.38rem;
  color: #ff5000;
  border-radius: 3px;
}
.news_detail .section2 .right:hover {
  background-color: #ff5000;
  color: #fff;
}
.news_detail .section2 .right:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.news_detail .section2 .right img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.08rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.searchs {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.searchs .section2 {
  padding-top: 0.4rem;
}
.searchs .section2 .title {
  line-height: 1.5;
  margin-bottom: 0.06rem;
}
.searchs .section2 .info {
  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;
  padding-bottom: 0.2rem;
  border-bottom: 3px solid #d9d9d9;
}
.searchs .section2 .info-title {
  line-height: 1.5555555556;
}
.searchs .section2 .info-title span {
  color: #ff5000;
}
.searchs .section2 .input {
  position: relative;
}
.searchs .section2 .input input {
  min-width: 3rem;
  line-height: 2.7777777778;
  background-color: #f5f5f5;
  padding: 0 0.5rem 0 0.2rem;
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.searchs .section2 .input input:focus {
  border-color: #ff5000;
}
.searchs .section2 .input img {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3333333333em;
  cursor: pointer;
}
.searchs .section2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.23rem;
  margin-bottom: 0.5rem;
}
.searchs .section2 .select-item {
  line-height: 1.5;
  padding: 0 0.24rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.searchs .section2 .select-item + .select-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.25em;
  background-color: #d2d2d2;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.searchs .section2 .select-item:hover, .searchs .section2 .select-item.active {
  color: #ff5000;
}
.searchs .section2 .select-item:first-child {
  padding-left: 0;
}
.searchs .section2 .select-item:last-child {
  padding-right: 0;
}
.searchs .section2 .list {
  margin-bottom: 0.5rem;
}

@media (max-width: 1481px) {
  .groui-select {
    --groui-font-size-num: 14;
  }
}
@media (max-width: 1440px) {
  .header .search{
      font-size: 12px;
  }
  .index .section3 {
    width: 90%;
}
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
  .footer .top .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    line-height: 4;
  }
  .footer .top .item {
    width: 50%;
    -webkit-flex: initial;
       -moz-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .footer .top .item:nth-child(3)::before {
    display: none;
  }
  .footer .bottom .info1 {
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .bottom .nav, .footer .bottom .nav1 {
    display: none;
  }
  .footer .bottom .info1 {
    width: 100%;
  }
  .footer .bottom .input {
    width: 80%;
  }
  .footer .bottom .text, .footer .bottom .content {
    text-align: center;
  }
  .footer .bottom .links {
    margin-top: 0.6rem;
  }
  .footer .bottom .links a {
    margin: 0 0.2rem;
  }
  .footer .bottom .info2 {
    -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;
  }
  .footer .bottom .info2 p {
    margin: 0.1rem 0;
  }
}
@media screen and (max-width: 768px) {



  .products .section2 .left .item-title span:nth-child(2){
      font-size: 24px;
      width: 12px;
      text-align: center;
  }
  .groui-select {
    --groui-font-size-num: 12;
  }
  /* .page .page1 {
    display: none;
  }
  .page .page2 {
    display: block;
  } */
  .my-pagination {
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
  }
  .my-sidebar {
    display: none;
  }
  .my-swiper-button .swiper-button {
    display: none;
  }
  .my-list .item {
    padding: 0.5rem 5% 0.45rem;
  }
  .my-list .item-more {
    display: none;
  }
  .my-list1 .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .my-list1 .item-img {
    width: 100%;
    height: auto;
    min-height: initial;
  }
  .my-list1 .item-more {
    display: none;
  }
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .my-banner {
    height: auto;
    max-height: initial;
  }
  .my-banner > img:nth-child(1) {
    display: none;
  }
  .my-banner > img:nth-child(2) {
    display: block;
  }
  .my-nav {
    display: none;
  }
  .my-modal .my-form .form-item.yzm .form-label, .my-modal .my-form .form-item.textarea .form-label {
    width: 6.875em;
  }
  .my-form .form-item {
    width: 100%;
  }
  .my-form .form-label {
    width: 1.8rem;
  }
  .index .section1{
    height: 126.6666666667vw;
  }
  .index .section1 .swiper-slide.slide-video-active .slide-video-icon{
    display: block;
    z-index: 4;
    height: auto;
  }
  /* .index .section1 .swiper-slide img:nth-child(1) {
    display: none;
  }
  .index .section1 .swiper-slide img:nth-child(2) {
    display: block;
  } */

  .index .section2 .item:nth-child(5) {
    width: 100%;
}
  .index .section2 .item {
    width: 49%;
    height: auto;
  }
  .index .section3 .item {
    height: auto;
    /* width: 100%; */
  }
  .index .section3 .item-info {
    top: 2%;
  }
  .index .section3 .item-title {
    margin-bottom: 0.1rem;
    font-size: 16px;
  }
  .index .section4 .left, .index .section4 .right {
    width: 100%;
  }
  .index .section4 .left {
    margin-bottom: 0.6rem;
  }
  .index .section5 {
    height: auto;
  }
  .index .section5 .icon {
    width: 40px;
  }
  .solutions .section2 .item {
    width: 100%;
    height: auto;
  }
  .solutions_detail .section3 .item {
    width: 100%;
  }
  .products .section2 .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .products .section2 .left {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 0.8rem;
  }
  .products .section2 .right {
    width: 100%;
  }
  .products .section2 .my-list .item {
    width: 49%;
  }
  .products .section2 .my-list .itme-infos{
    display: none;
  } 
  .my-list .item-title {
    height: 3em;
}
  .products .section3 .bottom .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .products .section3 .bottom .title {
    margin-bottom: 0.8rem;
  }
  .products .section3 .bottom .content {
    width: 100%;
  }
  .products .section3 .bottom .item + .item {
    margin-left: 0.1rem;
  }
  .products .my-modal .modal-main {
    max-width: initial;
  }
  .products_compare .section2 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .products_compare .section2 .content-title {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .products_compare .section2 .list {
    -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;
  }
  .products_compare .section2 .item {
    width: 49%;
    margin-bottom: 0.4rem;
  }
  .products_compare .section2 .item + .item {
    margin-left: 0;
  }
  .products_compare .section2 .groui-select .select-icon {
    width: 16px;
  }
  .products_compare .section2 .groui-select .select-label-input {
    line-height: 2.5;
  }
  .products_compare .section2 .list1-container {
    overflow: auto;
  }
  .products_compare .section2 .list1 {
    min-width: 800px;
    overflow: auto;
  }
  .products_detail .section2 .left, .products_detail .section2 .right {
    width: 100%;
  }
  .products_detail .section2 .left {
    margin-bottom: 0.4rem;
  }
  .products_detail .section2 .item {
    width: 30%;
    margin-right: 5%;
  }
  .products_detail .section2 .item:nth-of-type(5n) {
    margin-right: 5%;
  }
  .products_detail .section2 .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .products_detail .section3 .item {
    padding: 0 0.2rem;
    line-height: 2.5;
  }
  .products_detail .select .select-item {
    margin: 0 0.1rem;
  }
  .products_detail .section5 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .products_detail .section5 .swiper {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .products_detail .section5 .list {
    width: 100%;
  }
  .products_detail .section6 .item {
    width: 100%;
  }
  .products_detail .section7 .content {
    overflow: auto;
  }
  .products_detail .section7 table {
    min-width: 800px;
  }
  .about .section3 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about .section3 .left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .about .section3 .right {
    width: 100%;
  }
  .about .section4 .list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about .section4 .item {
    width: 49%;
    margin-bottom: 0.4rem;
  }
  .about .section5 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about .section5 .select {
    -webkit-flex: initial;
       -moz-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .about .section5 .rights {
    width: 100%;
  }
  .about .section5 .right {
    max-height: 50vh;
    overflow: auto;
  }
  .about .section5 .right::-webkit-scrollbar {
    width: 3px;
  }
  .about .section5 .right::-webkit-scrollbar-thumb {
    background-color: #ff5000;
    width: 3px;
    border-radius: 4px;
  }
  .about .section5 .item-text {
    padding-right: 4px;
  }
  .about .section7 .swiper {
    padding-bottom: 0.4rem;
  }
  .about .section8 .item {
    padding: 0.2rem;
  }
  .contact .section3 .content-container {
    margin-bottom: 0.6rem;
    overflow: auto;
  }
  .contact .section3 .content-container::-webkit-scrollbar {
    height: 4px;
  }
  .contact .section3 .content-container::-webkit-scrollbar-thumb {
    background-color: #ff5000;
  }
  /* .contact .section3 .content {
    min-width: 800px;
  } */
  .contact .section3 .list1 {
    margin-top: 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;
  }
  .contact .section3 .item1 {
    width: 80%;
    margin-bottom: 0.4rem;
  }
  .video .section3 .item {
    width: 100%;
  }
  .news .section3 .groui-select {
    --groui-select-width: 100px;
  }
  .news .section5 .item-li {
    padding: 0.2rem 0.3rem;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news .section5 span {
    padding: 0 0.1rem;
  }
  .news .section5 span:nth-child(2) {
    padding-top: 1.1111111111em;
  }
  .news .section5 span img {
    display: block;
  }
  .news_detail .section2 .bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news_detail .section2 .left {
    width: 100%;
    padding-right: 0;
  }
  .news_detail .section2 .right {
    margin: 0.6rem auto 0;
  }
  .searchs {
    padding-top: 0;
  }
  .searchs .section2 .info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .searchs .section2 .input {
    margin-top: 0.4rem;
    width: 100%;
  }
  .searchs .section2 .input input {
    width: 100%;
  }
  .products_detail .section8 .video.youtube iframe{
    pointer-events: none;
  }
  .my-banner video{
      padding-bottom: 0;
  }
  .my-banner.banner-video .box{
      display: none;
  }
}