@charset "UTF-8";
@media screen and (max-width: 1800px) {
  html {
    font-size: 95px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 65px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 50px;
  }
}
body {
  font-family: Arial;
  color: #4c4948;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

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

.a_dw {
  position: relative;
  top: -5.3125em;
}

.my-emty{
    line-height: 1.25;
    text-align: center;
    color: #4C4948;
    display: none;
    margin-bottom: .7rem;
    width: 100%;
}
.my-emty.active{
    display: block;
}

.preview_img, .bofang {
  cursor: pointer;
}

.my-time {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-time::before, .my-time::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-times::before, .my-times::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-times * {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-times *::before, .my-times *::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.liuyan_tanchuang {
  position: fixed;
  width: 90%;
  max-width: 400px;
  display: none;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2010;
  border-radius: 2px;
  background: #000;
}
.liuyan_tanchuang .lox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  color: #fff;
  line-height: 24px;
}
.liuyan_tanchuang .ico {
  width: 24px;
}
.liuyan_tanchuang .out {
  width: 20px;
  cursor: pointer;
  margin-top: 2px;
}
.liuyan_tanchuang .wz {
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
  padding: 0 10px;
}

.my-img-active {
  cursor: pointer;
}
.my-img-active.my-img-container, .my-img-active .my-img-container {
  overflow: hidden;
}
.my-img-active .my-img-target {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 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-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-toggle {
  cursor: pointer;
}
.my-img-toggle.my-img-target, .my-img-toggle .my-img-target {
  position: relative;
  display: inline-block;
}
.my-img-toggle.my-img-target img, .my-img-toggle .my-img-target img {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-img-toggle.my-img-target img:not(:nth-child(1)), .my-img-toggle .my-img-target img:not(:nth-child(1)) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not).active.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not).active .my-img-target img:nth-child(1) {
  opacity: 0;
}
.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not).active.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not).active .my-img-target img:nth-child(2) {
  opacity: 1;
}

.my-main img, .my-main video {
  -o-object-fit: cover;
     object-fit: cover;
}
.my-main a {
  color: inherit;
}
.my-main input, .my-main textarea {
  font-size: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}
.my-main textarea {
  resize: none;
  font-family: "微软雅黑";
}

.my-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
}
.my-modal .modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.my-modal .modal-container {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: safe center;
     -moz-box-align: safe center;
      -ms-flex-align: safe center;
          align-items: safe center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  padding: 5vh 15px;
}
.my-modal .modal-main {
  position: relative;
  max-width: 100%;
}
.my-modal .modal-close {
  position: absolute;
  top: 0;
  right: -33px;
  width: 18px;
}
.my-modal .modal-close:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

header.active {
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
}
header.active .header {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header.active1, .header.active, .header:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.header.active1 .logo img:nth-child(1), .header.active1 .item-img img:nth-child(1), .header.active1 .item-icon img:nth-child(1), .header.active .logo img:nth-child(1), .header.active .item-img img:nth-child(1), .header.active .item-icon img:nth-child(1), .header:hover .logo img:nth-child(1), .header:hover .item-img img:nth-child(1), .header:hover .item-icon img:nth-child(1) {
  opacity: 0;
}
.header.active1 .logo img:nth-child(2), .header.active1 .item-img img:nth-child(2), .header.active1 .item-icon img:nth-child(2), .header.active .logo img:nth-child(2), .header.active .item-img img:nth-child(2), .header.active .item-icon img:nth-child(2), .header:hover .logo img:nth-child(2), .header:hover .item-img img:nth-child(2), .header:hover .item-icon img:nth-child(2) {
  opacity: 1;
}
.header.active1 .item-line, .header.active .item-line, .header:hover .item-line {
  background-color: #000;
}
.header.active1 .item-text, .header.active .item-text, .header:hover .item-text {
  color: #4c4948;
}
.header.active1 .nav-link, .header.active .nav-link, .header:hover .nav-link {
  color: #4c4948;
}
.header.active1 .nav-link s img:nth-child(2), .header.active .nav-link s img:nth-child(2), .header:hover .nav-link s img:nth-child(2) {
  opacity: 1;
}
.header.active1 .nav-link s img:nth-child(1), .header.active .nav-link s img:nth-child(1), .header:hover .nav-link s img:nth-child(1) {
  opacity: 0;
}
.header .box {
  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: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 1920px;
  padding-left: 40px;
  padding-right: 40px;
}
.header .logo {
  width: 7.25em;
  position: absolute;
  left: 40px;
}
.header .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header .nav-item {
  position: relative;
  margin-right: 0.2rem;
}
.header .nav-item:hover .nav-link, .header .nav-item.active .nav-link {
  color: #009C60;
}
.header .nav-item:hover .nav-link s img:nth-child(3), .header .nav-item.active .nav-link s img:nth-child(3) {
  opacity: 1;
}
.header .nav-item:hover .nav-link s img:nth-child(2), .header .nav-item.active .nav-link s img:nth-child(2) {
  opacity: 0;
}
.header .nav-item:hover .nav-link s {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .nav-item:hover .nav-child {
  pointer-events: auto;
}
.header .nav-item:hover .nav-child-container {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.header .nav-link {
  line-height: 5.3125;
  color: #fff;
}
.header .nav-link s {
  width: 0.5em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.07rem;
  position: relative;
}
.header .nav-link s img {
  position: absolute;
  top: 0;
  left: 0;
}
.header .nav-link s img:nth-child(1) {
  position: relative;
}
.header .nav-link s img:nth-child(2), .header .nav-link s img:nth-child(3) {
  opacity: 0;
}
.header .nav-child {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  pointer-events: none;
}
.header .nav-child-container {
  margin-top: 0.08rem;
  white-space: nowrap;
  padding: 0.27rem;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
     -moz-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
}
.header .nav-li {
  display: block;
  line-height: 2.5;
  -webkit-transform-origin: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header .nav-li:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.header .right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .item:hover .item-text {
  color: #009C60;
}
.header .item:hover .item-child {
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
.header .item:hover .item-icon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .item-search:hover .item-img img:nth-child(3) {
  opacity: 1;
}
.header .item-search:hover .item-img img:nth-child(2) {
  opacity: 0;
}
.header .item-img {
  width: 1.5em;
}
.header .item-icon {
  width: 0.5em;
  margin-left: 0.05rem;
}
.header .item-line {
  display: block;
  width: 1px;
  background-color: #fff;
  height: 0.75em;
  margin: 0 0.18rem;
}
.header .item-text {
  color: #fff;
}
.header .item-child {
  position: absolute;
  top: 100%;
  min-width: 100%;
  left: 50%;
  padding-top: 10px;
  -webkit-transform: translate3d(-50%, 20px, 0);
     -moz-transform: translate3d(-50%, 20px, 0);
          transform: translate3d(-50%, 20px, 0);
  opacity: 0;
  pointer-events: none;
}
.header .item-child-contianer {
  border-radius: 6px;
  padding: 0.05rem 0;
  background-color: #fff;
  border: 1px solid #e4e7ed;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.header .item-link {
  line-height: 1.5;
  min-width: 3.5em;
  padding: 0.08rem 0;
  text-align: center;
  white-space: nowrap;
  display: block;
  position: relative;
}
.header .item-link:hover {
  color: #009C60;
}

.header2 {
  position: fixed;
  top: 5.3125em;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: none;
}
.header2.active {
  pointer-events: auto;
}
.header2.active .container {
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.header2 .container {
  background-color: #fff;
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  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;
  pointer-events: none;
  -webkit-transform: translate3d(0, 20px, 0);
     -moz-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.header2 .input {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header2 .input input {
  width: 6.68rem;
  line-height: 3;
  border: 1px solid #4c4948;
  padding: 0 0.15rem;
}
.header2 .input input::-webkit-input-placeholder {
  color: #9A9A9A;
}
.header2 .input input:-moz-placeholder {
  color: #9A9A9A;
}
.header2 .input input::-moz-placeholder {
  color: #9A9A9A;
}
.header2 .input input:-ms-input-placeholder {
  color: #9A9A9A;
}
.header2 .input input::placeholder {
  color: #9A9A9A;
}
.header2 .input input:focus {
  border-color: #009C60;
}
.header2 .input a {
  width: 3.125em;
  background-color: #009C60;
  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;
  cursor: pointer;
}
.header2 .input a:hover {
  background-color: #3FB487;
}
.header2 .input a img {
  width: 1.5em;
}
.header2 .close {
  width: 1.25em;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  margin-left: 0.3rem;
}

.footer {
  height: 100vh;
  background-color: #192924;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0.4rem;
}
.footer .top {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 5.3125em;
}
.footer .top .box {
  height: 100%;
  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 .top .logo {
  width: 183px;
}
.footer .bottom {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.footer .bottom .box {
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.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;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .bottom .left {
  width: 26.2857142857%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 8.1428571429%;
}
.footer .bottom .btn {
  line-height: 2.0833333333;
  padding: 0 1.06rem;
  color: #fff;
  background-color: #107B24;
  display: inline-block;
  cursor: pointer;
  margin-bottom: .43rem;
}
.footer .bottom .btn:hover {
  background-color: #4B9C5A;
}
.footer .bottom .logo {
  margin-bottom: 0.17rem;
  height: 27px;
}
.footer .bottom .text1 {
  line-height: 1.1875;
  color: #B9CAC0;
  margin-bottom: 0.22rem;
}
.footer .bottom .codes {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.15rem;
  margin-top: 0.35rem;
}
.footer .bottom .code {
  margin-right: 0.08rem;
}
.footer .bottom .code:hover {
  opacity: 0.6;
}
.footer .bottom .line {
  width: 100%;
  height: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.38rem;
}
.footer .bottom .text2 {
  line-height: 1.4285714286;
  color: #B9CAC0;
}
.footer .bottom .text3 {
  line-height: 1.25;
  color: #B9CAC0;
}
.footer .bottom .text3 a {
  color: #B9CAC0;
}
.footer .bottom .text3 a:hover {
  color: #009C60;
  text-decoration: underline;
}
.footer .bottom .text4 + .text4{
    margin-top: 0.14rem;
}
.footer .bottom .text4-p1{
    color: #B9CAC0;
    font-family: inter;
    line-height: calc(19 / 16);
    margin-bottom: 0.04rem;
}
.footer .bottom .text4-p2{
    color: #B9CAC0;
    font-family: inter;
    line-height: calc(19 / 16);
}
.footer .bottom .text4-p2 a{
    color: #B9CAC0;
    font-family: inter;
}
.footer .bottom .text4-p2 a:hover{
    text-decoration: underline;
}
.footer .bottom .right {
  -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: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .bottom .nav-item + .nav-item {
  margin-top: 0.37rem;
}
.footer .bottom .nav-li {
  display: block;
  color: #A6B4AD;
  line-height: 1.5625;
}
.footer .bottom .nav-li:nth-child(1) {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.06rem;
}
.footer .bottom .nav-li:hover {
  color: #009C60;
  text-decoration: underline;
}

footer {
  height: 100vh;
}

main {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.my-sidebar {
  position: fixed;
  bottom: 10vh;
  right: 0.3rem;
  z-index: 10;
  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-transform: translate3d(150%, 0, 0);
     -moz-transform: translate3d(150%, 0, 0);
          transform: translate3d(150%, 0, 0);
}
.my-sidebar.active {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.my-sidebar .item {
  width: 0.6rem;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 0.16rem;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.my-sidebar .item:hover {
  background-color: #107B24;
}
.my-sidebar .item:nth-child(3) {
  background-color: #107B24;
}
.my-sidebar .item:nth-child(3):hover {
  background-color: #4B9C5A;
}

.my-swiper-pagination.swiper-pagination-horizontal {
  bottom: 0;
}
.my-swiper-pagination.status1 .swiper-pagination-bullet {
  background-color: #909090;
}
.my-swiper-pagination.status1 .swiper-pagination-bullet-active {
  background-color: #009C60;
}
.my-swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 1px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0 4px;
}
.my-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009C60;
}

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

.my-contact-modal {
  display: block;
  pointer-events: none;
  opacity: 0;
}

.my-contact-modal.active {
  pointer-events: auto;
  opacity: 1;
}

.my-contact-modal.active1.active .modal-main {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.my-contact-modal.active1 .modal-main {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
   -o-transform: scale(0.2);
      transform: scale(0.2);
}

.my-contact-modal .modal-container {
  overflow: hidden;
}

.my-contact-modal .modal-close {
  top: 16px;
  right: 13px;
  z-index: 2;
}

.my-contact-modal .modal-main {
  width: 100%;
  max-width: 12rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  -webkit-transform-origin: var(--origin);
     -moz-transform-origin: var(--origin);
      -ms-transform-origin: var(--origin);
       -o-transform-origin: var(--origin);
          transform-origin: var(--origin);
}
.my-contact-modal .top {
  position: relative;
}
.my-contact-modal .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 0.3rem;
}
.my-contact-modal .title {
  line-height: 1.1851851852;
  color: #fff;
  margin-bottom: 0.11rem;
}
.my-contact-modal .text {
  line-height: 1.125;
  color: #fff;
}
.my-contact-modal .btns {
  padding-top: 0.51rem;
  text-align: center;
  padding-bottom: 0.68rem;
}
.my-contact-modal .btn {
  line-height: 2.5;
  background-color: #009C60;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  padding: 0 0.62rem;
}
.my-contact-modal .btn:hover {
  background-color: #3FB487;
}

.my-form-modal.status1 .right-tip {
  display: block;
}
.my-form-modal .modal-close {
  top: 16px;
  right: 13px;
  z-index: 2;
}
.my-form-modal .modal-main {
  width: 100%;
  max-width: 14rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.my-form-modal .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 2.45rem;
}
.my-form-modal .right {
  padding-top: 0.57rem;
  padding-bottom: 0.52rem;
  padding-left: 1rem;
  padding-right: 0.77rem;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
}
.my-form-modal .right-tip {
  color: #ED6D02;
  line-height: 1.5;
  display: none;
  margin-bottom: 0.2rem;
  margin-top: -1.5em;
}
.my-form-modal .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-modal .form-item {
  width: 47.9550102249%;
  margin-bottom: 0.2rem;
}
.my-form-modal .form-item.btn {
  margin-bottom: 0;
  width: 100%;
}
.my-form-modal .form-item.upload {
  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;
  margin-bottom: 0;
}
.my-form-modal .form-item.active .form-input, .my-form-modal .form-item.active .form-textarea {
  border-color: #D8261C;
  background-color: #F9D7D5;
}
.my-form-modal .form-btn {
  width: 100%;
  line-height: 2.5;
  background-color: #009C60;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 0.44rem;
}
.my-form-modal .form-btn:hover {
  background-color: #3FB487;
}
.my-form-modal .form-items {
  width: 47.9550102249%;
}
.my-form-modal .form-items .form-item {
  width: 100%;
}
.my-form-modal .form-items .form-item:last-child {
  margin-bottom: 0;
}
.my-form-modal .form-label {
  line-height: 1.3125;
  margin-bottom: 0.08rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.my-form-modal .form-label.required::after {
  position: relative;
  content: "*";
  color: #DF0000;
}
.my-form-modal .form-content {
  width: 100%;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.my-form-modal .form-input, .my-form-modal .form-textarea {
  border: 1px solid #797979;
  background-color: #fff;
  padding: 0 0.14rem;
  display: block;
}
.my-form-modal .form-input:focus, .my-form-modal .form-textarea:focus {
  border-color: #009C60;
}
.my-form-modal .form-input {
  width: 100%;
  line-height: 2.5;
}
.my-form-modal .form-textarea {
  line-height: 1.3125;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  height: 1.17rem;
}
.my-form-modal .form-textarea::-webkit-input-placeholder {
  color: #797979;
}
.my-form-modal .form-textarea:-moz-placeholder {
  color: #797979;
}
.my-form-modal .form-textarea::-moz-placeholder {
  color: #797979;
}
.my-form-modal .form-textarea:-ms-input-placeholder {
  color: #797979;
}
.my-form-modal .form-textarea::placeholder {
  color: #797979;
}
.my-form-modal .form-upload {
  background-color: #fff;
  border: 1px solid #797979;
  height: 100%;
  padding: 0.16rem;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.my-form-modal .form-upload.active .form-upload-btn {
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.my-form-modal .form-imgs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding-bottom: 5px;
}
.my-form-modal .form-imgs::-webkit-scrollbar {
  height: 4px;
}
.my-form-modal .form-imgs::-webkit-scrollbar-thumb {
  height: 4px;
  background-color: #009C60;
}
.my-form-modal .form-imgs::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
.my-form-modal .form-img {
  width: 5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.my-form-modal .form-img + .form-img {
  margin-left: 0.09rem;
}
.my-form-modal .form-img-container {
  width: 100%;
  position: relative;
  padding-top: 137.5%;
}
.my-form-modal .form-img-target {
  position: absolute;
  top: 0;
  left: 0;
}
.my-form-modal .form-img-close {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: 0;
  background-color: #107B24;
  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;
  cursor: pointer;
}
.my-form-modal .form-img-close:hover {
  background-color: #4B9C5A;
}
.my-form-modal .form-img-close img {
  width: 67%;
}
.my-form-modal .form-upload-btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: auto;
  line-height: 2.25;
  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 0.26rem;
  background-color: #A3D7C1;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.my-form-modal .form-upload-btn:hover {
  background-color: #C7E7D9;
}
.my-form-modal .form-upload-btn img {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  margin-left: 0.06rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.my-form-modal .form-upload-btn input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.my-cookies {
  padding: 0.4rem;
}
.my-cookies .cookies-container {
  height: 100%;
  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;
}
.my-cookies .cookies-content {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  padding-top: 0.34rem;
  padding-bottom: 0.27rem;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  -webkit-animation-name: none;
     -moz-animation-name: none;
       -o-animation-name: none;
          animation-name: none;
}
.my-cookies .cookies-content.active {
  -webkit-animation-name: shake;
     -moz-animation-name: shake;
       -o-animation-name: shake;
          animation-name: shake;
}
.my-cookies .cookies-text {
  line-height: 1.75;
  text-align: center;
  color: #fff;
  margin-bottom: 0.2rem;
}
.my-cookies .cookies-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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.my-cookies .cookies-btn {
  line-height: 2.5;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 0.28rem;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 0.1rem 10px;
}
.my-cookies .cookies-btn:hover {
  background-color: #fff;
  color: #000;
}

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

.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;
}
.my-list::after {
  position: relative;
  content: "";
  width: 32.6086956522%;
}
.my-list .item {
  width: 32.6086956522%;
  margin-bottom: 0.5rem;
}
.my-list .item-title {
  line-height: 1.5;
  margin-top: 0.2rem;
  text-align: center;
}

.my-list2 {
  width: 100%;
}
.my-list2 .img {
  width: 24.4565217391%;
  margin-bottom: 0.12rem;
}

.my-list3 .list-container {
  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;
  padding-bottom: 0.74rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0.4rem;
}
.my-list3 .list-container::after {
  position: relative;
  content: "";
  height: 0;
  width: 32.5%;
}
.my-list3 .item {
  width: 32.5%;
}
.my-list3 .item:hover .item-title {
  color: #009C60;
}
.my-list3 .item-img {
  margin-bottom: 0.33rem;
}
.my-list3 .item-time {
  line-height: 1.875;
  color: #9A9A9A;
  margin-bottom: 0.13rem;
}
.my-list3 .item-title {
  line-height: 1.25;
  margin-bottom: 0.21rem;
}
.my-list3 .item-text {
  line-height: 1.5625;
}

.my-list4 .item {
  padding-top: 0.28rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #4c4948;
  display: block;
}
.my-list4 .item:hover .item-title {
  color: #009C60;
}
.my-list4 .item-title {
  line-height: 1.1785714286;
  margin-bottom: 0.03rem;
}
.my-list4 .item-info {
  line-height: 1.875;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.my-list4 .item-info s {
  display: block;
  width: 1px;
  height: 0.8125em;
  margin: 0 0.15rem;
  background-color: #4c4948;
}
.my-list4 .item-text {
  line-height: 1.625;
}

.my-select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.my-select .select-item {
  line-height: 2.5;
  border: 1px solid #4c4948;
  border-radius: 50px;
  padding: 0 0.21rem;
  text-align: center;
  cursor: pointer;
}
.my-select .select-item:hover, .my-select .select-item.active {
  border-color: #009C60;
  color: #009C60;
}

.index .section1 .swiper-slide {
  padding-top: 41.6666666667%;
}
.index .section1 .slide-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index .section1 .slide-img2 {
  display: none;
}
.index .section1 .slide-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index .section1 .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index .section1 .slide-content.active{
    opacity: 0;
}
.index .section1 .slide-content.status1 .box {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.index .section1 .slide-content.status2 .box {
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.index .section1 .box {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index .section1 .swiper-slide.active .slide-title, .index .section1 .swiper-slide.active .slide-text, .index .section1 .swiper-slide.active .slide-icons {
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.index .section1 .swiper-slide.active .slide-text {
  -webkit-animation-delay: 0.2s;
     -moz-animation-delay: 0.2s;
       -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.index .section1 .swiper-slide.active .slide-icons {
  -webkit-animation-delay: 0.4s;
     -moz-animation-delay: 0.4s;
       -o-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.index .section1 .slide-title, .index .section1 .slide-text, .index .section1 .slide-icons {
  -webkit-animation-name: fadeOutDown;
     -moz-animation-name: fadeOutDown;
       -o-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}
.index .section1 .slide-title {
  color: #fff;
  line-height: 1.1428571429;
  margin-bottom: 0.04rem;
}
.index .section1 .slide-text {
  color: #fff;
  line-height: 1.25;
}
.index .section1 .slide-icons {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.54rem;
}
.index .section1 .slide-icon {
  margin: 0 0.21rem;
  width: 1.5714285714em;
}
.index .section1 .swiper-button::after {
  font-size: 0.5rem;
  color: #fff;
}
.index .section1 .swiper-button:hover::after {
  color: #009C60;
}
.index .section1 .swiper-button-prev {
  left: 0.4rem;
}
.index .section1 .swiper-button-next {
  right: 0.4rem;
}
.index .section1 .swiper-pagination {
  bottom: 0.37rem;
}
.index .section2 {
  padding: 25px 0 0.65rem;
  position: relative;
}
.index .section2 .modal {
  position: absolute;
  top: 100vh;
}
.index .section2 .container {
  max-width: 1920px;
  width: 100%;
  padding: 0 18px;
  margin: 0 auto;
}
.index .section2 .tops {
  position: relative;
  margin-bottom: 0.6rem;
}
.index .section2 .top {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50px;
  border: 1px solid #4c4948;
  min-height: 0.65rem;
  padding: 5px 0.15rem;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  max-width: 100%;
}
.index .section2 .top.status1 .btn {
  width: 1.8em;
  padding: 0;
  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;
}
.index .section2 .top.status1 .btn img {
  margin-left: 0;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.index .section2 .top.active .btn {
  padding-left: 7px;
  padding-right: 7px;
}
.index .section2 .top.active .btn p {
  width: 0px;
}
.index .section2 .top.active .btn img {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0;
}
.index .section2 .top.active .tip {
  margin-left: 0;
  width: 0px;
}
.index .section2 .top.active .selects {
  width: -webkit-calc(var(--w) - (0.3rem + 36px));
  width: -moz-calc(var(--w) - (0.3rem + 36px));
  width: calc(var(--w) - (0.3rem + 36px));
}
.index .section2 .btn {
  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;
  height: 1.8em;
  background-color: #4c4948;
  color: #fff;
  border-radius: 50px;
  padding-left: 0.25rem;
  padding-right: 0.14rem;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.index .section2 .btn:hover {
  background-color: #787675;
}
.index .section2 .btn img {
  width: 1.15em;
  margin-left: 0.15rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.index .section2 .btn p {
  width: 13.1em;
  line-height: 1.8;
  overflow: hidden;
}
.index .section2 .btn p span {
  display: block;
  width: 13.3em;
  white-space: nowrap;
}
.index .section2 .btn p span:nth-child(2){
    display: none;
}
.index .section2 .tip {
  margin-left: 0.3rem;
  width: 10.3em;
  overflow: hidden;
}
.index .section2 .tip span {
  width: 10.3em;
  display: block;
}
.index .section2 .selects {
  width: 0px;
  overflow: hidden;
}
.index .section2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.15;
  width: -webkit-calc(var(--w) - (0.3rem + 36px));
  width: -moz-calc(var(--w) - (0.3rem + 36px));
  width: calc(var(--w) - (0.3rem + 36px));
}
.index .section2 .select-item {
  padding: 0 0.1rem;
  position: relative;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.index .section2 .select-item:nth-child(1) {
  -webkit-flex: 1.5;
     -moz-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.index .section2 .select-item:hover {
  color: #009C60;
}
.index .section2 .select-item:last-child::before {
  display: none;
}
.index .section2 .select-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1em;
  right: 0;
  top: 50%;
  background-color: #4c4948;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.index .section2 .title {
  margin-bottom: 0.64rem;
}
.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;
  padding: 0 18px;
}
.index .section2 .item {
  width: 49.6284501062%;
  height: 7rem;
  background: -webkit-radial-gradient(56.68% 63.07%, 138.41% 108%, #FBFBFB 18.27%, #F8F8F8 29.16%, #C8C8C8 96.45%, #C2C2C2 98.72%);
  background: -moz-radial-gradient(56.68% 63.07%, 138.41% 108%, #FBFBFB 18.27%, #F8F8F8 29.16%, #C8C8C8 96.45%, #C2C2C2 98.72%);
  background: -o-radial-gradient(56.68% 63.07%, 138.41% 108%, #FBFBFB 18.27%, #F8F8F8 29.16%, #C8C8C8 96.45%, #C2C2C2 98.72%);
  background: radial-gradient(138.41% 108% at 56.68% 63.07%, #FBFBFB 18.27%, #F8F8F8 29.16%, #C8C8C8 96.45%, #C2C2C2 98.72%);
  position: relative;
  margin-bottom: 0.15rem;
}
.index .section2 .item.status1 .item-info {
  top: auto;
  bottom: 0.56rem;
}
.index .section2 .item-img {
  height: 100%;
  margin: 0 auto;
}
.index .section2 .item-info {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0.63rem;
  z-index: 1;
  text-align: center;
}
.index .section2 .item-title {
  line-height: 1.1333333333;
  margin-bottom: 0.27rem;
}
.index .section2 .item-more {
  line-height: 1.125;
}
.index .section2 .item-more:hover img {
  -webkit-transform: translate3d(80%, 0, 0);
     -moz-transform: translate3d(80%, 0, 0);
          transform: translate3d(80%, 0, 0);
}
.index .section2 .item-more img {
  width: 0.375em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.06rem;
}
.index .section3 {
  padding-top: 0.65rem;
  padding-bottom: 0.75rem;
}
.index .section3 .title {
  margin-bottom: 0.6rem;
}
.index .section3 .list {
  width: 72%;
  margin: 0 auto;
  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 .section3 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.18rem 0.35rem;
  border: 1px solid #C7C7C7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  width: 47.619047619%;
  margin-bottom: 0.36rem;
}
.index .section3 .item:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.index .section3 .item:hover .item-title {
  color: #009C60;
}
.index .section3 .item-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3.875em;
  margin-right: 1em;
}
.index .section3 .item-title {
  line-height: 1.1666666667;
}
.index .section4 {
  padding-top: 0.75rem;
}
.index .section4 .title {
  margin-bottom: 0.68rem;
}
.index .section5 {
  padding-top: 1.44rem;
  padding-bottom: 1.58rem;
}
.index .section5 .title {
  margin-bottom: 0.77rem;
}
.index .section5 .content {
  padding: 1.4rem 0;
  position: relative;
}
.index .section5 .video {
  position: absolute;
  top: 0;
  left: 0;
}
.index .section5 .swipers {
  position: relative;
}
.index .section5 .swiper {
  width: 72.5%;
  display: block;
}
.index .section5 .swiper-button-prev {
  left: 0.34rem;
}
.index .section5 .swiper-button-next {
  right: 0.34rem;
}
.index .section5 .swiper-button::after {
  font-size: 0.5rem;
  color: #fff;
  font-weight: lighter;
}
.index .section5 .swiper-button:hover::after {
  color: #009C60;
}
.index .section5 .my-swiper-pagination {
  bottom: -0.7rem;
}

.about .section1 {
  padding-top: 1.13rem;
  padding-bottom: 0.6rem;
}
.about .section1 .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;
  margin-bottom: 0.66rem;
}
.about .section1 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about .section1 .item:nth-child(1) {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about .section1 .item:nth-child(3) {
  width: 41.2857142857%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about .section1 .line {
  width: 1px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #D3D3D3;
}
.about .section1 .title {
  line-height: 1.1428571429;
  margin-bottom: 0.28rem;
}
.about .section1 .text {
  line-height: 1.375;
  margin-bottom: 0.9rem;
}
.about .section1 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.about .section1 .icon {
  width: 1.7857142857em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.14rem;
}
.about .section1 .info-num {
  color: #00A783;
  line-height: 1.1428571429;
  margin-bottom: 0;
}
.about .section1 .info-title {
  line-height: 1.3125;
}
.about .section1 .img{
    position: relative;
}
.about .section1 .img-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: none;
    width: 40px;
}
.about .section1 .video{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.about .section2 {
  padding-top: 0.6rem;
}
.about .section2 .my-title {
  margin-bottom: 0.63rem;
}
.about .section2 .content {
  background-color: #EFEFEF;
  padding-top: 0.6rem;
  padding-bottom: 0.72rem;
  overflow: hidden;
}
.about .section2 .content .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;
}
.about .section2 .left {
  width: 43.1428571429%;
  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: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about .section2 .img {
  width: 154.3046357616%;
  max-width: initial;
}
.about .section2 .swiper {
  width: 56.8571428571%;
  margin-left: auto;
  padding-right: 3.7857142857%;
  height: 22.8125em;
}
.about .section2 .swiper-slide {
  height: auto;
  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-bottom: 1.0625em;
}
.about .section2 .swiper-slide:last-child {
  padding-bottom: 0;
}
.about .section2 .slide-img {
  width: 3.5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.2rem;
}
.about .section2 .slide-info {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.about .section2 .slide-time {
  color: #009C60;
  line-height: 1.3125;
}
.about .section2 .slide-title {
  line-height: 1.5625;
}
.about .section2 .swiper-button {
  margin-top: 0;
  -webkit-transform: rotate(90deg) translate3d(0, 20%, 0);
     -moz-transform: rotate(90deg) translate3d(0, 20%, 0);
          transform: rotate(90deg) translate3d(0, 20%, 0);
}
.about .section2 .swiper-button:hover::after {
  color: #009C60;
}
.about .section2 .swiper-button::after {
  font-size: 0.34rem;
  color: #000;
}
.about .section2 .swiper-button-prev {
  left: auto;
  right: 0;
  top: 0;
}
.about .section2 .swiper-button-next {
  right: 0;
  top: auto;
  bottom: 0;
}
.about .section2 .swiper-pagination {
  display: none;
}
.about .section3 {
  padding-top: 1.63rem;
  padding-bottom: 1.45rem;
}
.about .section3 .item + .item {
  margin-top: 1rem;
}
.about .section3 .title {
  margin-bottom: 0.16rem;
}
.about .section3 .text {
  line-height: 1.375;
  text-align: center;
  margin-bottom: 0.52rem;
}
.about .section3 .swiper {
  padding-bottom: 0.4rem;
}
.about .section3 .slide-img {
  margin-bottom: 0.35rem;
}
.about .section3 .slide-title {
  line-height: 1.3333333333;
  margin-bottom: 0.05rem;
}
.about .section3 .slide-text {
  line-height: 1.375;
}
.about .section4 {
  min-height: 7.32rem;
  background: no-repeat center center/cover;
  text-align: center;
  color: #fff;
  padding-top: 1.44rem;
  padding-bottom: 1rem;
}
.about .section4 .title {
  margin-bottom: 0.18rem;
}
.about .section4 .title2 {
  text-shadow: 5px 4px 5px rgba(0, 0, 0, 0.25);
  line-height: 1.1785714286;
  margin-bottom: 0.5rem;
}
.about .section4 .text1 {
  line-height: 1.875;
  margin-bottom: 0.5rem;
}
.about .section4 .text1 span {
  line-height: 1.25;
}
.about .section4 .text2 {
  line-height: 1.4166666667;
}
.about .section5 {
  padding-top: 1.37rem;
  padding-bottom: 1.38rem;
}
.about .section5 .title {
  margin-bottom: 0.65rem;
}
.about .section5 .swiper {
  padding-bottom: 0.4rem;
  margin-bottom: 0.86rem;
}
.about .section5 .slide-img {
  margin-bottom: 0.48rem;
}
.about .section5 .slide-title {
  line-height: 1.3333333333;
  margin-bottom: 0.11rem;
}
.about .section5 .slide-text {
  line-height: 1.375;
}
.about .section5 .title2 {
  margin-bottom: 0.63rem;
}
.about .section5 .img {
  position: relative;
}
.about .section5 .text {
  position: absolute;
  width: 90%;
  max-width: 932px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  background-color: rgba(12, 146, 92, 0.5);
  backdrop-filter: blur(10px);
  color: #fff;
  line-height: 1.375;
  top: 0.2rem;
  padding: 0.4rem 0.58rem;
}
.about .section6 {
  padding-bottom: 1.12rem;
}
.about .section6 .title {
  margin-bottom: 0.5rem;
}
.about .section6 .container {
  background-color: #EBEBEB;
  padding-top: 0.53rem;
  padding-bottom: 0.73rem;
}
.about .section6 .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;
  margin-bottom: 0.9rem;
}
.about .section6 .text {
  width: 28.1428571429%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.375;
}
.about .section6 .line {
  width: 1px;
  background-color: #B1B1B1;
}
.about .section6 .img {
  width: calc(930 / 1400 *100%);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about .section6 .swipers {
  position: relative;
}
.about .section6 .swiper-pagination {
  bottom: -0.4rem;
}
.about .section6 .swiper-button {
  --swiper-navigation-size: 0.34rem;
}
.about .section6 .swiper-button::after {
  color: #000;
}
.about .section6 .swiper-button:hover::after {
  color: #107B24;
}
.about .section6 .swiper-button-prev {
  left: -0.6rem;
}
.about .section6 .swiper-button-next {
  right: -0.6rem;
}

.solutions .section3 {
  padding: 1rem 0.4rem;
}
.solutions .section1 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.solutions .section1 .img2 {
  display: none;
}
.solutions .section2 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.solutions .section2 .my-title {
  margin-bottom: 0.54rem;
}

.products .section1 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  position: relative;
}
.products .section1 .img2 {
  display: none;
}
.products .section1 .input {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 36.375em;
  max-width: 90%;
}
.products .section1 .input input {
  line-height: 3;
  padding-left: 0.12rem;
  padding-right: 3.5em;
  width: 100%;
  color: #fff;
  border: 1px solid #696969;
  backdrop-filter: blur(2.5px);
  background-color: rgba(255, 255, 255, 0.05);
}
.products .section1 .input input::-webkit-input-placeholder {
  color: #fff;
}
.products .section1 .input input:-moz-placeholder {
  color: #fff;
}
.products .section1 .input input::-moz-placeholder {
  color: #fff;
}
.products .section1 .input input:-ms-input-placeholder {
  color: #fff;
}
.products .section1 .input input::placeholder {
  color: #fff;
}
.products .section1 .input input:focus {
  border-color: #107B24;
}
.products .section1 .icon {
  width: 1.5em;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  cursor: pointer;
}
.products .section1 .icon:hover {
  opacity: 0.7;
}
.products .section2 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0.64rem;
  padding-bottom: 1.2rem;
}
.products .section2 .select {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.8rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.products .section2 .select-item {
  line-height: 1.125;
  padding: 0.13rem 0.4rem;
  text-align: left;
  margin: 0 0.1rem;
}
.products .section2 .my-title {
  margin-bottom: 0.54rem;
}
.products .section2 .li + .li {
  margin-top: 0.8rem;
}

.products-detail .section1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.products-detail .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.5rem;
  margin-bottom: 1rem;
}
.products-detail .section1 .swiper1 {
  width: 8.3571428571%;
  margin-left: 0;
  margin-right: 2%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
}
.products-detail .section1 .swiper1 .swiper-slide {
  padding-top: 100%;
  height: auto;
  cursor: pointer;
}
.products-detail .section1 .swiper1 .swiper-slide:hover .slide-img, .products-detail .section1 .swiper1 .swiper-slide.swiper-slide-thumb-active .slide-img, .products-detail .section1 .swiper1 .swiper-slide.active .slide-img {
  border-color: #009C60;
}
.products-detail .section1 .swiper1 .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px 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;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-detail .section1 .swiper1 .slide-img img {
  width: 87.7192982456%;
}
.products-detail .section1 .swiper2 {
  width: 6.5rem;
  height: 100%;
  margin-left: 0;
  margin-right: 6.9285714286%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.products-detail .section1 .swiper2 .swiper-pagination {
  bottom: 0.32rem;
}
.products-detail .section1 .swiper2 .my-swiper-pagination .swiper-pagination-bullet {
  width: 0.42rem;
}
.products-detail .section1 .info {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.products-detail .section1 .text1 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.1666666667;
  color: #5A5A68;
}
.products-detail .section1 .text2 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.1428571429;
  margin-bottom: 0.14rem;
}
.products-detail .section1 .labels {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0.23rem;
}
.products-detail .section1 .label {
  line-height: 1.875;
  padding: 0 0.17rem;
  background-color: #E6E6E6;
  border-radius: 50px;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}
.products-detail .section1 .text3 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.375;
  color: #009C60;
  margin-bottom: 0.5rem;
}
.products-detail .section1 .text4 {
  line-height: 1.313;
  width: 100%;
  padding: 0.18rem 0;
  background-color: #E6E6E6;
  border-radius: 0.1rem;
  margin-bottom: 0.14rem;
  overflow: auto;
}
.products-detail .section1 .text4 p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.products-detail .section1 .text4 p + p{
    margin-top: .09rem;
}
.products-detail .section1 .text4 span:nth-child(1) {
  width: 34.905707%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: right;
  margin-right: 0.24rem;
  padding-left: 10px;
}
.products-detail .section1 .text4 span:nth-child(2) {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 10px;
}
.products-detail .section1 .text5 {
  padding: 0.1rem 0.16rem;
  width: 100%;
  background-color: #E6E6E6;
  border-radius: 0.1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.375;
  margin-bottom: 0.2rem;
}
.products-detail .section1 .btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.375;
  padding: 0.04rem 0.14rem;
  border-radius: 50px;
  background-color: #009C60;
  color: #fff;
  cursor: pointer;
  margin-top: auto;
}
.products-detail .section1 .btn:hover {
  background-color: #3FB487;
}

.case .section1 {
  padding-top: 1.2rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-bottom: 1.2rem;
}
.case .section1 .select {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.7rem;
}
.case .section1 .select-item {
  margin: 0 0.05rem 0.1rem;
  min-width: 1.6rem;
}
.case .section1 .select-item:nth-child(1) {
  min-width: initial;
}
.case .section1 .select-item:nth-child(5) {
  min-width: 2.2rem;
}
.case .section1 .my-title {
  margin-bottom: 0.46rem;
}
.case .section1 .li + .li {
  margin-top: 0.8rem;
}

.news .section1 {
  padding-top: 1.8rem;
  padding-bottom: 1.5rem;
}
.news .section1 .select {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.44rem;
}
.news .section1 .select-item {
  margin: 0 0.05rem 0.1rem;
}
.news .section1 .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;
  height: 6.1rem;
  margin-bottom: 0.5rem;
}
.news .section1 .imgs {
  width: 65.7142857143%;
  height: 100%;
  position: relative;
}
.news .section1 .img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.news .section1 .img:nth-child(1) {
  position: relative;
}
.news .section1 .img.active {
  opacity: 1;
  z-index: 2;
}
.news .section1 .ul {
  width: 29.2857142857%;
  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;
}
.news .section1 .li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.15rem;
}
.news .section1 .li + .li {
  border-top: 1px solid #D9D9D9;
  padding-top: 0.5rem;
}
.news .section1 .li:hover .li-title {
  color: #009C60;
}
.news .section1 .li-img {
  display: none;
}
.news .section1 .li-time {
  line-height: 1.875;
  color: #9A9A9A;
  margin-bottom: 0.12rem;
}
.news .section1 .li-title {
  line-height: 1.2;
  margin-bottom: 0.24rem;
}
.news .section1 .li-text {
  line-height: 1.5625;
}
.news .section1 .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  margin-bottom: 0.8rem;
}

.news-detail .section1 {
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}
.news-detail .section1 .box {
  max-width: 1000px;
}
.news-detail .section1 .title {
  font-weight: normal;
  line-height: 1.1785714286;
  margin-bottom: 0;
}
.news-detail .section1 .info {
  line-height: 1.875;
  color: #9A9A9A;
  margin-bottom: 0.58rem;
}
.news-detail .section1 .content {
  line-height: normal;
}
.news-detail .section1 .content img {
  display: inline-block;
}
.news-detail .section1 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.4rem;
}
.news-detail .section1 .btn-icon {
  width: 2em;
}
.news-detail .section1 .btn {
  line-height: 2.125;
  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 0.2rem;
  border: 1px solid #4c4948;
  cursor: pointer;
}
.news-detail .section1 .btn:nth-child(1) .btn-text {
  margin-left: 0.06rem;
}
.news-detail .section1 .btn:nth-child(2) .btn-text {
  margin-right: 0.06rem;
}
.news-detail .section1 .btn + .btn {
  margin-left: 0.24rem;
}
.news-detail .section1 .btn:hover {
  background-color: #009C60;
  border-color: #009C60;
}
.news-detail .section1 .btn:hover .btn-text {
  color: #fff;
}

.support .section1 {
  padding-top: 0.63rem;
  padding-bottom: 1rem;
}
.support .section1 .select {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.support .section1 .select-item {
  margin: 0 0.13rem 0.1rem;
}
.support .section2 {
  padding-bottom: 2rem;
}
.support .section2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1rem;
}
.support .section2 .item {
  cursor: pointer;
  width: 24.2%;
  margin-right: 1%;
  margin-bottom: 0.74rem;
}
.support .section2 .item:nth-of-type(4n) {
  margin-right: 0;
}
.support .section2 .item:hover .item-title {
  color: #009C60;
}
.support .section2 .item-img {
  width: 6.3em;
  max-width: 100%;
  margin-bottom: 0.18rem;
}
.support .section2 .item-title {
  line-height: 1.5;
  margin-bottom: 0.26rem;
}
.support .section2 .item-text {
  display: inline-block;
  line-height: 2.125;
  border: 1px solid #4c4948;
  padding: 0 0.12rem;
}
.support .section2 .item-text img {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  margin-left: 0.23rem;
}
.support .section3 {
  padding-bottom: 1rem;
}
.support .section3 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.support .section3 .item {
  cursor: pointer;
  width: 24.1428571429%;
  margin-right: 1.1%;
  margin-bottom: 0.7rem;
}
.support .section3 .item:nth-of-type(4n) {
  margin-right: 0;
}
.support .section3 .item:hover .item-title {
  color: #009C60;
}
.support .section3 .item-img {
  width: 83.4319526627%;
  margin: 0 auto 0.3rem;
}
.support .section3 .item-title {
  line-height: 1.1333333333;
  margin-bottom: 0.09rem;
}
.support .section3 .item-text {
  line-height: 1.125;
}

.careers .section1 {
  padding-top: 1.4rem;
  padding-bottom: 1.7rem;
}
.careers .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.7rem;
}
.careers .section1 .left {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 20px;
}
.careers .section1 .left-title {
  line-height: 1.3333333333;
  margin-bottom: 0.5rem;
}
.careers .section1 .li {
  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;
}
.careers .section1 .li + .li {
  margin-top: 0.18rem;
}
.careers .section1 .li label {
  cursor: pointer;
  line-height: 1.125;
}
.careers .section1 .li-checkbox {
  margin-right: 0.13rem;
  position: relative;
}
.careers .section1 .li-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 2px;
  z-index: 2;
  cursor: pointer;
}
.careers .section1 .li.active .li-checkbox .li-checked{
  border-color: #009C60;
  background-color: #009C60;
}
.careers .section1 .li.active .li-checkbox .li-checked::after{
  opacity: 1;
}
/*.careers .section1 .li-checkbox input:checked + .li-checked {*/
/*  border-color: #009C60;*/
/*  background-color: #009C60;*/
/*}*/
/*.careers .section1 .li-checkbox input:checked + .li-checked::after {*/
/*  opacity: 1;*/
/*}*/
.careers .section1 .li-checked {
  width: 1.125em;
  height: 1.125em;
  border: solid 1px #4c4948;
  overflow: hidden;
}
.careers .section1 .li-checked::after {
  position: relative;
  content: "✔";
  color: #fff;
  font-size: 1em;
  opacity: 0;
}
.careers .section1 .right {
  width: 70.3571428571%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.careers .section1 .right-title {
  line-height: 1.3333333333;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #4c4948;
}

.careers-detail .section1 {
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
}
.careers-detail .section1 .title {
  line-height: 1.1785714286;
  margin-bottom: 0.03rem;
}
.careers-detail .section1 .info {
  line-height: 1.875;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.67rem;
}
.careers-detail .section1 .info s {
  display: block;
  width: 1px;
  height: 0.8125em;
  margin: 0 0.15rem;
  background-color: #4c4948;
}
.careers-detail .section1 .ul {
  margin-bottom: 0.44rem;
}
.careers-detail .section1 .li {
  margin-bottom: 0.56rem;
}
.careers-detail .section1 .li-title {
  line-height: 1.3333333333;
  margin-bottom: 0.22rem;
  font-family: 'inter';
      font-weight: bold;
}
.careers-detail .section1 .li-text {
  line-height: 1.5625;
}
.careers-detail .section1 .btn {
  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;
}
.careers-detail .section1 .btn1 {
  line-height: 2.5;
  width: 16.9em;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #009C60;
  margin-bottom: 0.32rem;
}
.careers-detail .section1 .btn1:hover {
  background-color: #3FB487;
}
.careers-detail .section1 .btn2 {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.5;
  width: 16.9em;
  background-color: #A3D7C1;
  margin-bottom: 0.16rem;
}
.careers-detail .section1 .btn2:hover {
  background-color: #009C60;
}
.careers-detail .section1 .btn2:hover span:nth-child(2) {
  color: #fff;
}
.careers-detail .section1 .btn2 span:nth-child(1) {
  width: 0.95em;
  margin-right: 0.13rem;
}
.careers-detail .section1 .tip {
  line-height: 1.5;
}

.search .section1 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.search .section1 .title {
  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: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0.5rem;
}
.search .section1 .title-text {
  line-height: 1.1785714286;
}
.search .section1 .input {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search .section1 .input input {
  width: 4rem;
  line-height: 3;
  border: 1px solid #4c4948;
  border-right: none;
  padding: 0 0.15rem;
}
.search .section1 .input input::-webkit-input-placeholder {
  color: #9A9A9A;
}
.search .section1 .input input:-moz-placeholder {
  color: #9A9A9A;
}
.search .section1 .input input::-moz-placeholder {
  color: #9A9A9A;
}
.search .section1 .input input:-ms-input-placeholder {
  color: #9A9A9A;
}
.search .section1 .input input::placeholder {
  color: #9A9A9A;
}
.search .section1 .input input:focus {
  border-color: #009C60;
}
.search .section1 .input span {
  width: 3.125em;
  background-color: #009C60;
  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;
  cursor: pointer;
}
.search .section1 .input span:hover {
  background-color: #3FB487;
}
.search .section1 .input span img {
  width: 1.5em;
}
.search .section1 .tip {
  line-height: 1.125;
  color: #4C4948;
  margin-bottom: 0.3rem;
}
.search .section1 .tip span {
  color: #009C60;
}
.search .section1 .select {
  margin-bottom: 0.5rem;
}
.search .section1 .select-item {
  margin-right: 0.12rem;
  margin-bottom: 0.12rem;
}
.search .section1 .content {
  display: none;
}
.search .section1 .content.active {
  display: block;
}
.search .section1 .page {
  margin-top: 0.4rem;
}

@media (max-width: 1300px) {
  .news .section1 .li-title {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 1050px) {
  .a_dw {
    top: -50px;
  }
  .header2 {
    display: none;
  }
  .mhead {
    position: relative;
  }
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  footer {
    height: auto;
  }
  .footer {
    height: auto;
    position: relative;
  }
  .footer .top {
    display: none;
  }
  .footer .bottom .box {
    padding-top: 30px;
    border-top: none;
    -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 .left {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .footer .bottom .btn {
    margin-bottom: 30px;
  }
  .footer .bottom .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .bottom .codes {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .bottom .right {
    display: none;
  }
  .index .section2 .btn p span:nth-child(1){
      display: none;
  }
  .index .section2 .btn p span:nth-child(2){
      display: block;
  }
  .index .section2 .btn p{
      width: 2.5em;
  }
  .index .section2 .btn img{
      transform: rotate(90deg);
  }
  .index .section2 .top.active .btn img{
      transform: rotate(270deg);
  }
  /*.index .section2 .btn, .index .section2 .tip {*/
  /*  display: none;*/
  /*}*/
  .index .section2 .selects {
    /*width: 100%;*/
    display: none;
    transition-property: width;
    margin-left: 24px;
    margin-top: 6px;
  }
  .index .section2 .select {
    /*width: auto;*/
    width: calc(var(--w) - (3rem));
  }
  .index .section2 .top {
    /*padding: 0;*/
    /*border: none;*/
    align-items: flex-start;
    padding: 15px 20px;
    width: 100%;
  }
  .index .section2 .tip{
      line-height: 1.8em;
  }
  .index .section2 .select {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .index .section2 .select-item {
    /*line-height: 1.2;*/
    /*background-color: #4c4948;*/
    /*color: #fff;*/
    /*border-radius: 50px;*/
    /*padding: 10px 15px;*/
    /*margin-right: 10px;*/
    /*margin-bottom: 10px;*/
    padding: 0 0 0 14px;
    text-align: left;
    position: relative;
  }
  .index .section2 .select-item::before{
      position: absolute;
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      left: 0;
      top: 8px;
  }
  .index .section2 .select-item:last-child::before{
      display: block;
  }
  .index .section2 .select-item + .select-item{
      margin-top: 26px;
  }
  /*.index .section2 .select-item::before {*/
  /*  display: none;*/
  /*}*/
  .index .section2 .select-item:hover {
    color: #fff;
    background-color: #787675;
  }
  .index .section2 .item {
    width: 100%;
  }
  .index .section2 .select-item:nth-child(1),.index .section2 .select-item{
      flex: initial;
  }
}
@media (max-width: 970px) {
    .my-contact-modal .modal-main{
        transform-origin: initial;
    }
  .my-sidebar {
    display: none;
  }
}
@media (max-width: 800px) {
    .my-contact-modal .title{
        font-size: 24px;
    }
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .my-swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
  }
  .my-contact-modal .modal-main {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .my-modal .modal-main {
    width: 100%;
  }
  .my-modal .modal-close {
    right: 0;
    top: -33px;
  }
  .my-contact-modal .info {
    padding-top: 0;
  }
  .my-contact-modal .modal-close {
    top: 5px;
    right: 5px;
    width: 16px;
  }
  .my-form-modal .right {
    padding: 20px;
  }
  .my-form-modal.status1 .right-tip {
    margin-top: 0;
  }
  .my-form-modal .form-item, .my-form-modal .form-items {
    width: 100%;
  }
  .my-form-modal .form-items {
    margin-bottom: 0.2rem;
  }
  .my-form-modal .form-upload {
    height: 148px;
  }
  #preview-modal .modal-target {
    width: 100%;
  }
  .my-banner .banner-img1 {
    display: none;
  }
  .my-banner .banner-img2 {
    display: block;
  }
  .my-list .item {
    width: 100%;
  }
  .my-list2 .img {
    width: 49%;
  }
  .my-list3 .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .my-list3 .list-container {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .my-list4 .item-title {
    font-size: 24px;
  }
  .index .section1 .swiper-slide {
    padding-top: 106.6666666667%;
  }
  .index .section1 .slide-img1 {
    display: none;
  }
  .index .section1 .slide-img2 {
    display: block;
  }
  .index .section1 .slide-title, .index .section1 .slide-text, .index .section1 .slide-icons {
    -webkit-animation-name: none !important;
       -moz-animation-name: none !important;
         -o-animation-name: none !important;
            animation-name: none !important;
  }
  .index .section1 .swiper-button {
    display: none;
  }
  .index .section2 .container, .index .section2 .list {
    padding-left: 5%;
    padding-right: 5%;
  }
  .index .section2 .item {
    height: auto;
  }
  .index .section2 .item.status1 .item-info {
    bottom: 15px;
  }
  .index .section2 .item-info {
    left: 5px;
    right: 5px;
    top: 15px;
  }
  .index .section2 .item-title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .index .section2 .item-more {
    display: none;
  }
  .index .section3 .list {
    width: 100%;
  }
  .index .section3 .item {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 49%;
  }
  .index .section3 .item-icon {
    margin: 0 auto 15px;
  }
  .index .section3 .item-title {
    text-align: center;
  }
  .index .section4 .img {
    overflow: auto;
  }
  .index .section4 .img img {
    min-width: 900px;
  }
  .index .section5 .swiper {
    width: 90%;
  }
  .index .section5 .swiper-button {
    display: none;
  }
  .index .section5 .swiper-slide {
    width: 180px;
  }
  .about .section1 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about .section1 .item:nth-child(1) {
    width: 100%;
    margin-bottom: 60px;
  }
  .about .section1 .item:nth-child(3) {
    width: 100%;
  }
  .about .section1 .line {
    display: none;
  }
  .about .section2 .content .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about .section2 .left, .about .section2 .img, .about .section2 .swiper {
    width: 100%;
  }
  .about .section2 .swiper {
    height: auto;
    padding-right: 0;
    margin-top: 20px;
  }
  .about .section2 .swiper-button {
    display: none;
  }
  .about .section2 .swiper-pagination {
    display: block;
  }
  .about .section3 .swiper-slide {
    width: 250px;
  }
  .about .section5 .swiper-slide {
    width: 250px;
  }
  .about .section5 .text {
    position: relative;
    width: 100%;
    background-color: #0C925C;
  }
  .about .section6 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about .section6 .line {
    display: none;
  }
  .about .section6 .text, .about .section6 .img {
    width: 100%;
  }
  .about .section6 .text {
    margin-bottom: 20px;
  }
  .about .section6 .swiper-button {
    display: none;
  }
  .solutions .section1 {
    padding: 0;
  }
  .solutions .section1 .img1 {
    display: none;
  }
  .solutions .section1 .img2 {
    display: block;
  }
  .solutions .section2 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .products .section1 {
    padding: 0;
  }
  .products .section1 .img1 {
    display: none;
  }
  .products .section1 .img2 {
    display: block;
  }
  .products .section2 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .products .section2 .select {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .products .section2 .select-item {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
  }
  .products-detail .section1 .swiper1 {
    display: none;
  }
  .products-detail .section1 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
  .products-detail .section1 .swiper2 {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 45px;
  }
  .products-detail .section1 .info {
    width: 100%;
  }
  .news .section1 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
  .news .section1 .imgs {
    display: none;
  }
  .news .section1 .ul {
    width: 100%;
  }
  .news .section1 .li + .li {
    margin-top: 20px;
  }
  .news .section1 .li-img {
    display: block;
    margin-bottom: 10px;
  }
  .news .section1 .list {
    margin-bottom: 30px;
  }
  .news-detail .section1 .title {
    font-size: 24px;
  }
  .support .section1 {
    padding-bottom: 30px;
  }
  .support .section2 {
    padding-bottom: 50px;
  }
  .support .section2 .list {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .support .section2 .item {
    width: 49%;
    margin-right: 0;
  }
  .support .section3 .list {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .support .section3 .item {
    width: 49%;
    margin-right: 0;
  }
  .careers .section1 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .careers .section1 .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .careers .section1 .ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .careers .section1 .li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .careers .section1 .li + .li {
    margin-top: 0;
  }
  .careers .section1 .right {
    width: 100%;
  }
  .search .section1 .title {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .search .section1 .input {
    margin-top: 20px;
    width: 100%;
  }
  .search .section1 .input input {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .search .section1 .input span {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .about .section1 .img-icon{
      display: block;
  }
  .about .section1 .video{
      display: none;
  }
}