@charset "UTF-8";
/*
 * @Author       : MengYu
 * @Version      : V1.0
 * @Date         : 2025-05-20 14:49:58
 * @Description  : 修改
 */
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.w1200 {
  width: 75rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1400 {
  width: 87.5rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1500 {
  width: 93.75rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w1600 {
  width: 100rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row-ct-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-ct-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-ct-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-bt-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-bt-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-bt-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-end-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-end-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-row-st-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-st-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-row-st-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-ct-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-ct-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-ct-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-bt-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-bt-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-bt-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-end-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-end-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-cl-st-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cl-st-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-cl-st-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swiper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  color: #5dc2d0;
  line-height: 5rem;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.swiper-btn span {
  color: #fff;
  font-size: 1.875rem;
}
.swiper-btn:hover {
  background: #117873;
}

.space-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
}

.bgimg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.block-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

.AddFadeInUp {
  -webkit-animation: AddFadeInUp 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
  animation: AddFadeInUp 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
}

@-webkit-keyframes AddFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes AddFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.AddFadeInDown {
  -webkit-animation: AddFadeInDown 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
  animation: AddFadeInDown 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
}

@-webkit-keyframes AddFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes AddFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.AddFadeInRight {
  -webkit-animation: AddFadeInRight 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
  animation: AddFadeInRight 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);
}

@-webkit-keyframes AddFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes AddFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.showvideo {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.showvideo .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60vw;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3.75rem;
}
.showvideo .center .closebtn {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: #ccc;
  border-radius: 50%;
  z-index: 89;
}
.showvideo .center .closebtn:hover {
  cursor: pointer;
  background-color: #117873;
}
.showvideo .center .closebtn i {
  font-size: 1.5rem;
  color: #fff;
}
.showvideo_content {
  width: 100%;
  height: 100%;
}
.showvideo_content iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.showvideo_content video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.showmap {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.showmap .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60vw;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3.75rem;
}
.showmap .center .closebtn {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: #ccc;
  border-radius: 50%;
  z-index: 89;
}
.showmap .center .closebtn:hover {
  cursor: pointer;
  background-color: #117873;
}
.showmap .center .closebtn i {
  font-size: 1.5rem;
  color: #fff;
}
.showmap #map {
  width: 100%;
  height: 100%;
}

.about_profile {
  padding: 5rem 0;
}
.about_profile .leftbx {
  position: relative;
  width: 39.375%;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.about_profile .leftbx:hover {
  cursor: pointer;
}
.about_profile .leftbx:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.about_profile .leftbx::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(17, 120, 115)), color-stop(80%, rgba(17, 120, 115, 0)));
  background: linear-gradient(0deg, rgb(17, 120, 115) 0%, rgba(17, 120, 115, 0) 80%);
  z-index: 1;
}
.about_profile .leftbx img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about_profile .leftbx h4 {
  position: absolute;
  bottom: 4%;
  left: 1rem;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  z-index: 2;
}
.about_profile .leftbx .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.about_profile .leftbx .playbtn i {
  font-size: 3.5rem;
  color: #fff;
}
.about_profile .rightbx {
  width: 54%;
}
.about_profile .rightbx_head {
  position: relative;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.about_profile .rightbx_head span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.75rem;
  color: rgba(17, 17, 17, 0.1);
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.about_profile .rightbx_head h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.about_profile .rightbx_intro {
  width: 100%;
  height: 26rem;
  padding-right: 0.3125rem;
  overflow-y: auto;
}
.about_profile .rightbx_intro::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
  background-color: transparent;
}
.about_profile .rightbx_intro::-webkit-scrollbar-thumb {
  background-color: #117873;
}
.about_profile .rightbx_intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about_culture {
  padding: 5rem 0;
  background: #f5f5f5;
}
.about_culture_content {
  margin-top: 4rem;
}
.about_culture_content .item {
  position: relative;
  width: 18.125%;
  height: auto;
  border-radius: 0.75rem;
  overflow: hidden;
}
.about_culture_content .item img {
  width: 100%;
  height: auto;
}
.about_culture_content .item:hover .mask {
  background-color: rgba(12, 12, 12, 0.8);
}
.about_culture_content .item .mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 1.125rem;
  background-color: rgba(12, 12, 12, 0.4);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.about_culture_content .item .mask::after {
  position: absolute;
  bottom: 1rem;
  right: 0.875rem;
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.about_culture_content .item .mask_head {
  margin-bottom: 1.25rem;
}
.about_culture_content .item .mask_head h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.75rem;
}
.about_culture_content .item .mask_head span {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about_culture_content .item .mask_intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about_culture_content .item:nth-child(2n) {
  margin-top: 6.875rem;
}
.about_image {
  padding: 6.25rem 0;
  background-image: url(../images/about_imagebg.jpg);
}
.about_image .textbx {
  width: 30%;
}
.about_image .textbx .intro {
  margin-top: 5rem;
}
.about_image .textbx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about_image .imgbx {
  width: 64.625%;
  height: auto;
}
.about_image .imgbx img {
  width: 100%;
  height: auto;
}
.about_history {
  position: relative;
}
.about_history .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  height: auto;
}
.about_history .center .common_title {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  z-index: 3;
}
.about_history .center .common_title .leftbx span,
.about_history .center .common_title .leftbx h3 {
  color: #fff;
}
.about_history .center .about_history_content {
  width: 100%;
  height: auto;
  z-index: 2;
}
.about_history .center .about_history_content .about_history_swiper {
  width: 100%;
  height: auto;
}
.about_history .center .about_history_content .about_history_swiper .swiper-slide {
  position: relative;
  width: 100%;
}
.about_history .center .about_history_content .about_history_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_history .center .about_history_content .about_history_swiper .swiper-slide .item {
  display: none;
  position: absolute;
  padding-left: 2rem;
  width: 22%;
  min-height: 13rem;
}
.about_history .center .about_history_content .about_history_swiper .swiper-slide .item:nth-child(even)::before {
  position: absolute;
  bottom: 0;
  left: 0.325rem;
  content: "";
  display: block;
  width: 1px;
  height: 14rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.about_history .center .about_history_content .about_history_swiper .swiper-slide .item:nth-child(even) .dian {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #fff;
}
.about_history .center .about_history_content .about_history_swiper .swiper-slide .item:nth-child(odd) {
  padding-top: 3rem;
}
.about_history .center .about_history_content .about_history_swiper .swiper-slide .item:nth-child(odd)::before {
  position: absolute;
  top: 1.25rem;
  left: 0.325rem;
  content: "";
  display: block;
  width: 1px;
  height: 13rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.about_history .center .about_history_content .about_history_swiper .swiper-slide .item:nth-child(odd) .dian {
  position: absolute;
  top: 1.125rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #fff;
}
.about_history .center .about_history_content .about_history_swiper .swiper-slide .item h4 {
  font-size: 2rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 1.25rem;
}
.about_history .center .about_history_content .about_history_swiper .swiper-slide .item .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about_history .center .about_history_content .swiper-btn {
  bottom: 1.5rem;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
.about_history .center .about_history_content .swiper-btn:hover {
  background-color: transparent;
}
.about_history .center .about_history_content .swiper-btn:hover span {
  color: #117873;
}
.about_history .center .about_history_content .swiper-btn span {
  font-size: 1.25rem;
  color: #333;
  line-height: 2.5rem;
}
.about_history .center .about_history_content .swiper-btn-prev {
  left: 0;
}
.about_history .center .about_history_content .swiper-btn-next {
  left: 4rem;
}
.about_business {
  padding: 5rem 0;
}
.about_business_content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.75rem;
  height: 33.125rem;
}
.about_business_content .leftbox {
  position: relative;
  width: 53.125%;
  aspect-ratio: 85/53;
  border-radius: 1rem;
  overflow: hidden;
}
.about_business_content .leftbox .leftitem {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.about_business_content .leftbox .leftitem.active {
  opacity: 1;
}
.about_business_content .leftbox .leftitem::before {
  position: absolute;
  inset: 0;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(19, 113, 111, 0.8)), to(rgba(0, 0, 0, 0.03)));
  background: linear-gradient(90deg, rgba(19, 113, 111, 0.8) 10%, rgba(0, 0, 0, 0.03));
}
.about_business_content .leftbox .leftitem img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_business_content .leftbox .leftitem .mask {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
  padding: 2rem 3%;
}
.about_business_content .leftbox .leftitem .mask_txt {
  width: 50%;
}
.about_business_content .leftbox .leftitem .mask_txt h4 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.about_business_content .leftbox .leftitem .mask_txt .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.about_business_content .zhanwei {
  width: 13.75%;
  height: 0;
}
.about_business_content .item {
  position: relative;
  width: 13.75%;
  height: auto;
}
.about_business_content .item:hover {
  cursor: pointer;
}
.about_business_content .item.active {
  display: none;
}
.about_business_content .item_txt {
  padding: 1.25rem 0;
}
.about_business_content .item_txt h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Regular";
  margin-bottom: 1rem;
}
.about_business_content .item_txt .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about_business_content .item_imgbx {
  width: 100%;
  aspect-ratio: 22/15;
  border-radius: 1rem;
  overflow: hidden;
}
.about_business_content .item_imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.culture_brand {
  position: relative;
  padding: 6.25rem 0 12.5rem;
  background-image: url(../images/culture_bg3.png);
}
.culture_brand .imgbx {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40%;
  height: auto;
}
.culture_brand .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.culture_brand .textbx {
  width: 55%;
  margin-left: auto;
}
.culture_brand .textbx_center {
  margin-top: 3.125rem;
}
.culture_brand .textbx_center p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.culture_brand .textbx_center strong {
  font-weight: 700;
}
.culture_meaning {
  padding: 12.5rem 0;
  background-image: url(../images/culture_bg3.png);
}
.culture_meaning .common_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.culture_meaning .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.125rem;
}
.culture_meaning .center .item {
  position: relative;
  width: 31.875%;
  aspect-ratio: 51/33;
  padding: 6% 2.5rem 4%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.culture_meaning .center .item:hover {
  background-color: rgb(255, 255, 255);
}
.culture_meaning .center .item:hover::after {
  bottom: 0;
}
.culture_meaning .center .item:hover .bgimg {
  opacity: 1;
}
.culture_meaning .center .item::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #117873;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.culture_meaning .center .item .bgimg {
  position: absolute;
  top: 10%;
  left: 2.5rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.culture_meaning .center .item .bgimg img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.culture_meaning .center .item .textbx p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.culture_meaning .center .item .textbx em {
  font-size: 1.625rem;
  color: #117873;
  font-family: "MiSans-Demibold";
}
.culture_content {
  position: relative;
  padding: 5rem 0;
}
.culture_content .bg {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 27%;
  height: auto;
  z-index: -1;
}
.culture_content .bg img {
  width: 100%;
  height: auto;
}
.culture_content .textbx {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 12.5rem;
}
.culture_content .textbx_intro {
  width: 69%;
  margin-bottom: 4rem;
}
.culture_content .textbx_intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.culture_content .textbx_intro strong {
  font-weight: 700;
}
.culture_content .textbx_list {
  position: relative;
  width: 81.25%;
  padding: 6.25rem 0;
  background-image: url(../images/culture_bg2.png);
  z-index: 2;
}
.culture_content .textbx_list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26%;
  padding: 1.5rem 0;
}
.culture_content .textbx_list .item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.culture_content .textbx_list .item_iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.625rem;
  height: 5.625rem;
  margin-bottom: 2rem;
}
.culture_content .textbx_list .item_iconbx img {
  width: 100%;
  height: 100%;
}
.culture_content .textbx_list .item h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.culture_content .textbx .imgbx {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  width: 27%;
  height: auto;
  z-index: 0;
}
.culture_content .textbx .imgbx img {
  width: 100%;
  height: auto;
}
.culture_content .listbx .item {
  position: relative;
  width: 30.625%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.culture_content .listbx .item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.culture_content .listbx .item .mask {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 86%;
  padding: 2.25rem 1.25rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.culture_content .listbx .item .mask h4 {
  text-align: center;
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.culture_content .listbx .item .mask .intro {
  max-height: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s linear 0.1s;
  transition: all 0.4s linear 0.1s;
}
.culture_content .listbx .item .mask .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.culture_content .listbx .item:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.culture_content .listbx .item:hover .mask {
  background-color: rgba(17, 120, 115, 0.8);
}
.culture_content .listbx .item:hover .mask h4 {
  color: #fff;
  margin-bottom: 1.875rem;
}
.culture_content .listbx .item:hover .mask .intro {
  max-height: 12.5rem;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.honor_content {
  padding: 5rem 0;
  background-image: url(../images/honorbg.jpg);
}
.honor_content_center .topbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3.125rem;
}
.honor_content_center .topbox .honor_navlist {
  width: 100%;
  margin-bottom: 3.125rem;
}
.honor_content_center .topbox .honor_navlist ul li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.honor_content_center .topbox .honor_navlist ul li.active a {
  background-color: #117873;
  color: #fff;
}
.honor_content_center .topbox .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.honor_content_center .topbox .left .common_title {
  margin-bottom: 2.5rem;
}
.honor_content_center .topbox .left .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.honor_content_center .topbox .rightbx {
  width: 57%;
  height: auto;
}
.honor_content_center .topbox .rightbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.honor_content_center .listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.honor_content_center .listbx .item {
  width: 21%;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
  background-color: transparent;
  border-radius: 0.625rem;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.honor_content_center .listbx .item:not(:nth-child(4n)) {
  margin-right: 5.3333333333%;
}
.honor_content_center .listbx .item:hover {
  background-color: #117873;
}
.honor_content_center .listbx .item:hover h4 {
  color: #fff;
}
.honor_content_center .listbx .item_imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 17.5rem;
  margin-bottom: 0.625rem;
}
.honor_content_center .listbx .item_imgbx img {
  max-width: 90%;
  max-height: 100%;
}
.honor_content_center .listbx .item h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.management_profile {
  padding: 2.5rem 0 5rem;
}
.management_profile h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  text-align: center;
  margin-bottom: 2.5rem;
}
.management_profile .center {
  padding: 0 12%;
}
.management_profile .center p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.management_profile .center .numlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.management_profile .center .numlist_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  padding: 0 10%;
}
.management_profile .center .numlist_item:first-child, .management_profile .center .numlist_item:nth-child(2) {
  margin-bottom: 3.125rem;
}
.management_profile .center .numlist_item em {
  font-size: 2.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Regular";
  margin-bottom: 1rem;
}
.management_profile .center .numlist_item p {
  text-align: center;
}
.management_solution {
  padding: 2.5rem 0 5rem;
}
.management_solution .common_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5rem;
}
.management_solution .common_title .leftbx span,
.management_solution .common_title .leftbx h3 {
  text-align: center;
}
.management_solution .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
}
.management_solution .center .imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 45%;
}
.management_solution .center .imgbx img {
  display: block;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.management_solution .center .textbx {
  width: 42%;
}
.management_solution .center .textbx_md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.management_solution .center .textbx_md:not(:last-child) {
  margin-bottom: 1.5rem;
}
.management_solution .center .textbx_md .iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
}
.management_solution .center .textbx_md .iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.management_solution .center .textbx_md .intro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.management_solution .center .textbx_md .intro h4 {
  font-size: 1.5rem;
  color: #117873;
  line-height: 3rem;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.management_solution .center .textbx_md .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_solution .center .textbx_md .intro p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.management_md1 {
  position: relative;
  padding: 5rem 0;
}
.management_md1 .bg {
  width: 36.5%;
  aspect-ratio: 70/78;
}
.management_md1 .w1600 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.management_md1 .textbx {
  background-image: url(../images/management_bg7.jpg);
  margin-left: auto;
  width: 81.25%;
  padding: 6.25rem 4rem;
}
.management_md1 .textbx .intro {
  margin-top: 4rem;
}
.management_md1 .textbx .intro_txt {
  width: 60%;
}
.management_md1 .textbx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_md2 {
  padding: 5rem 0;
  background-image: url(../images/management_bg11.jpg);
}
.management_md2 .center {
  margin-top: 3.125rem;
}
.management_md2 .center .leftbx {
  position: relative;
  width: 48.75%;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.management_md2 .center .leftbx:hover {
  cursor: pointer;
}
.management_md2 .center .leftbx:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.management_md2 .center .leftbx img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.management_md2 .center .leftbx .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.management_md2 .center .leftbx .playbtn em {
  font-size: 3.5rem;
  color: #fff;
}
.management_md2 .center .rightbx {
  width: 45%;
}
.management_md2 .center .rightbx .headbx {
  margin-bottom: 3.125rem;
}
.management_md2 .center .rightbx .headbx .iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.5rem;
  height: 3.5rem;
}
.management_md2 .center .rightbx .headbx .iconbx img {
  width: 100%;
  height: 100%;
}
.management_md2 .center .rightbx .headbx h4 {
  font-size: 1.75rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-left: 0.625rem;
}
.management_md2 .center .rightbx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_md22 {
  background-image: url(../images/management_bg2.jpg);
}
.management_md3 {
  padding: 5rem 0;
  background-image: url(../images/management_bg2.jpg);
}
.management_md3 .center .leftbx {
  position: relative;
  width: 48.75%;
  overflow: hidden;
}
.management_md3 .center .leftbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.management_md3 .center .rightbx {
  width: 45%;
}
.management_md3 .center .rightbx .intro {
  margin-top: 5rem;
}
.management_md3 .center .rightbx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_md5 {
  position: relative;
}
.management_md5 .intro {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.25rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_md5 .center {
  position: absolute;
  inset: 0;
  padding: 2.5rem 0 4rem;
}
.management_md5 .center .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.management_md5 .center .mapitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.management_md5 .center .mapitem_list h4 {
  font-size: 1.125rem;
  color: #117873;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 0.75rem;
}
.management_md5 .center .mapitem_list p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.75rem;
}
.management_md5 .center .mapitem_rightlist h4,
.management_md5 .center .mapitem_rightlist p {
  text-align: right;
}
.management_md5 img {
  width: 100%;
  height: auto;
}
.management_module1 {
  padding: 5rem 0;
  background-image: url(../images/management_bg1.jpg);
}
.management_module1 .center {
  margin-top: 3.125rem;
}
.management_module1 .center .leftbx {
  position: relative;
  width: 46.875%;
  height: auto;
  border-radius: 0.625rem;
  overflow: hidden;
}
.management_module1 .center .leftbx img {
  width: 100%;
  height: auto;
}
.management_module1 .center .leftbx .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.management_module1 .center .leftbx .playbtn i {
  font-size: 3.5rem;
  color: #fff;
}
.management_module1 .center .rightbx {
  width: 50%;
}
.management_module1 .center .rightbx .management_swiper1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.management_module1 .center .rightbx .management_swiper1 .swiper-slide img {
  width: 100%;
  height: auto;
}
.management_module1 .center .rightbx .management_swiper1 .swiper-pagination {
  text-align: left;
  padding: 0 1.25rem;
}
.management_module1 .center .rightbx .management_swiper1 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  background-color: rgba(17, 120, 115, 0.15);
  opacity: 1;
}
.management_module1 .center .rightbx .management_swiper1 .swiper-pagination-bullet-active {
  background-color: rgb(17, 120, 115);
}
.management_module2 {
  padding: 5rem 0;
  background-image: url(../images/management_bg2.jpg);
}
.management_module2 .center {
  margin-top: 3.125rem;
}
.management_module2 .center .leftbx {
  position: relative;
  width: 48.75%;
  padding-bottom: 1.5rem;
}
.management_module2 .center .leftbx .management_swiper2 {
  overflow: hidden;
}
.management_module2 .center .leftbx .swiper-pagination {
  position: absolute;
  bottom: 0;
  padding: 0 1.25rem;
}
.management_module2 .center .leftbx .swiper-pagination-bullet {
  width: 1rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  background-color: rgba(17, 120, 115, 0.15);
  opacity: 1;
}
.management_module2 .center .leftbx .swiper-pagination-bullet-active {
  background-color: rgb(17, 120, 115);
}
.management_module2 .center .rightbx {
  width: 45%;
}
.management_module2 .center .rightbx .headbx {
  margin-bottom: 3.125rem;
}
.management_module2 .center .rightbx .headbx .iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.5rem;
  height: 3.5rem;
}
.management_module2 .center .rightbx .headbx .iconbx img {
  width: 100%;
  height: 100%;
}
.management_module2 .center .rightbx .headbx h4 {
  font-size: 1.75rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-left: 0.625rem;
}
.management_module2 .center .rightbx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_module3 {
  padding: 5rem 0;
}
.management_module3 .w1600 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.management_module3 .leftbx {
  width: 48.25%;
}
.management_module3 .leftbx_txt {
  width: 100%;
}
.management_module3 .leftbx_txt .intro {
  margin-top: 3.125rem;
}
.management_module3 .leftbx_txt .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_module3 .leftbx_swiperbx {
  position: relative;
  width: 100%;
}
.management_module3 .leftbx_swiperbx .management_swiper3 {
  overflow: hidden;
}
.management_module3 .leftbx_swiperbx .management_swiper3 .swiper-slide {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  overflow: hidden;
}
.management_module3 .leftbx_swiperbx .management_swiper3 .swiper-slide img {
  width: 100%;
  height: auto;
}
.management_module3 .leftbx_swiperbx .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  text-align: left;
}
.management_module3 .leftbx_swiperbx .swiper-pagination-bullet {
  width: 1rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  background-color: rgba(17, 120, 115, 0.15);
  opacity: 1;
}
.management_module3 .leftbx_swiperbx .swiper-pagination-bullet-active {
  background-color: rgb(17, 120, 115);
}
.management_module3 .rightbx {
  position: relative;
  width: 50%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.management_module3 .rightbx img {
  width: 100%;
  height: auto;
}
.management_module3 .rightbx .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.management_module3 .rightbx .playbtn i {
  font-size: 3.5rem;
  color: #fff;
}
.management_module4 {
  padding: 2.5rem 0 5rem;
  background-image: url(../images/management_bg3.jpg);
}
.management_module4 .intro {
  margin: 3.125rem 0;
}
.management_module4 .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_module4 .listbx .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31.25%;
  height: 26rem;
  padding: 1.875rem 2%;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0.625rem;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.management_module4 .listbx .item_iconbx {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
}
.management_module4 .listbx .item_iconbx img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.management_module4 .listbx .item h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin: 1.25rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.management_module4 .listbx .item .txt {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.management_module4 .listbx .item .txt p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
}
.management_module4 .listbx .item:hover {
  background-color: #117873;
  border-color: #117873;
}
.management_module4 .listbx .item:hover .item_iconbx img {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.management_module4 .listbx .item:hover h4 {
  color: #fff;
}
.management_module4 .listbx .item:hover .txt {
  max-height: 13rem;
}
.management_module5 {
  padding: 6.25rem 0;
}
.management_module5 .leftbox {
  position: relative;
  width: 49.625%;
  padding-bottom: 1.875rem;
}
.management_module5 .leftbox .management_swiper4 {
  overflow: hidden;
}
.management_module5 .leftbox .management_swiper4 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.management_module5 .leftbox .management_swiper4 .swiper-slide .imgbx1 {
  width: 54%;
  height: auto;
  border-radius: 0.625rem;
  overflow: hidden;
}
.management_module5 .leftbox .management_swiper4 .swiper-slide .imgbx1 img {
  width: 100%;
  height: auto;
}
.management_module5 .leftbox .management_swiper4 .swiper-slide .imgbx2 {
  width: 40%;
  height: auto;
  margin-top: 3.125rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.management_module5 .leftbox .management_swiper4 .swiper-slide .imgbx2 img {
  width: 100%;
  height: auto;
}
.management_module5 .leftbox .swiper-pagination {
  position: absolute;
  bottom: 0;
  padding: 0 1.25rem;
}
.management_module5 .leftbox .swiper-pagination-bullet {
  width: 1rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  background-color: rgba(17, 120, 115, 0.15);
  opacity: 1;
}
.management_module5 .leftbox .swiper-pagination-bullet-active {
  background-color: rgb(17, 120, 115);
}
.management_module5 .rightbox {
  width: 46%;
  padding-top: 3.125rem;
}
.management_module5 .rightbox .intro {
  margin-top: 3.125rem;
}
.management_module5 .rightbox .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_module6 {
  padding: 3.75rem 0 1.875rem;
  background-image: url(../images/management_bg4.jpg);
}
.management_module6 .w1600 {
  position: relative;
}
.management_module6 .common_title {
  position: absolute;
  top: 0;
  left: 0;
}
.management_module6 .common_title .leftbx span,
.management_module6 .common_title .leftbx h3 {
  color: #fff;
}
.management_module6 .center_contentbox_l {
  width: 27%;
}
.management_module6 .center_contentbox_l .item {
  display: none;
}
.management_module6 .center_contentbox_l .item.show {
  display: block;
}
.management_module6 .center_contentbox_l .item p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_module6 .center_contentbox_imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37.5%;
  aspect-ratio: 1;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.management_module6 .center_contentbox_imgbox .item {
  display: none;
  width: 90%;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.management_module6 .center_contentbox_imgbox .item.show {
  display: block;
}
.management_module6 .center_contentbox_imgbox .item img {
  width: 100%;
  height: auto;
}
.management_module6 .center_contentbox_r {
  width: 27%;
}
.management_module6 .center_contentbox_r .item {
  display: none;
}
.management_module6 .center_contentbox_r .item.show {
  display: block;
}
.management_module6 .center_contentbox_r .item p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_module6 .center_navlist {
  margin-top: 1.25rem;
}
.management_module6 .center_navlist ul li {
  margin: 0 0.625rem;
}
.management_module6 .center_navlist ul li a {
  display: block;
  padding: 0 1.25rem;
  border-radius: 1.25rem;
  font-size: 1rem;
  color: #fff;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.management_module6 .center_navlist ul li.active a {
  background-color: rgba(17, 120, 115, 0.7);
}
.management_module7 {
  padding: 6.25rem 0;
}
.management_module7 .left {
  width: 36.25%;
  height: auto;
}
.management_module7 .left img {
  width: 100%;
  height: auto;
}
.management_module7 .right {
  width: 59.375%;
  padding-top: 1.625rem;
}
.management_module7 .right .textbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6.25rem;
}
.management_module7 .right .textbx_item {
  width: 46%;
  margin-bottom: 5rem;
}
.management_module7 .right .textbx_item h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 0.625rem;
}
.management_module7 .right .textbx_item .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_module8 {
  position: relative;
  padding: 5rem 0;
}
.management_module8 .management_swiper5 {
  width: 68%;
  margin-left: auto;
  border-radius: 0.625rem 0 0 0.625rem;
  overflow: hidden;
}
.management_module8 .management_swiper5 .swiper-slide img {
  width: 100%;
  height: auto;
}
.management_module8 .textbx {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.management_module8 .textbx_txt {
  width: 40%;
  height: auto;
  padding: 3.125rem 5rem;
  background-image: url(../images/management_bg5.png);
}
.management_module8 .textbx_txt .intro {
  margin: 3.125rem 0 1.875rem;
}
.management_module8 .textbx_txt .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_module8 .textbx_txt .btnbox .swiper-btn {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
}
.management_module8 .textbx_txt .btnbox .swiper-btn:hover {
  background-color: #117873;
}
.management_module8 .textbx_txt .btnbox .swiper-btn:hover span {
  color: #fff;
}
.management_module8 .textbx_txt .btnbox .swiper-btn span {
  font-size: 1rem;
  color: #111;
  line-height: 3.125rem;
}
.management_module8 .textbx_txt .btnbox .swiper-btn-prev {
  margin-right: 1.25rem;
}
.management_module9 {
  position: relative;
  padding: 5rem 0;
}
.management_module9 .management_swiper6 {
  width: 68%;
  border-radius: 0 0.625rem 0.625rem 0;
  overflow: hidden;
}
.management_module9 .management_swiper6 .swiper-slide img {
  width: 100%;
  height: auto;
}
.management_module9 .textbx {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.management_module9 .textbx_txt {
  width: 40%;
  height: auto;
  margin-left: auto;
  padding: 3.125rem 5rem;
  background-image: url(../images/management_bg5.png);
}
.management_module9 .textbx_txt .intro {
  margin: 3.125rem 0 1.875rem;
}
.management_module9 .textbx_txt .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_module9 .textbx_txt .btnbox .swiper-btn {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
}
.management_module9 .textbx_txt .btnbox .swiper-btn:hover {
  background-color: #117873;
}
.management_module9 .textbx_txt .btnbox .swiper-btn:hover span {
  color: #fff;
}
.management_module9 .textbx_txt .btnbox .swiper-btn span {
  font-size: 1rem;
  color: #111;
  line-height: 3.125rem;
}
.management_module9 .textbx_txt .btnbox .swiper-btn-prev {
  margin-right: 1.25rem;
}
.management_module10 {
  padding: 5rem 0;
}
.management_module10 .common_title .btnbox .swiper-btn {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 2.5rem;
  height: 2.5rem;
}
.management_module10 .common_title .btnbox .swiper-btn:hover {
  background-color: transparent;
}
.management_module10 .common_title .btnbox .swiper-btn:hover span {
  color: #117873;
}
.management_module10 .common_title .btnbox .swiper-btn span {
  font-size: 1.25rem;
  color: #111;
}
.management_module10 .common_title .btnbox .swiper-btn-next {
  margin-left: 0.625rem;
}
.management_module10 .common_title .btnbox .swiper-btn-next span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.management_module10 .management_swiper7 {
  width: 100%;
  margin-top: 3.125rem;
  overflow: hidden;
}
.management_module10 .management_swiper7 .swiper-slide {
  position: relative;
  padding-bottom: 5rem;
}
.management_module10 .management_swiper7 .swiper-slide img {
  width: 100%;
  height: auto;
}
.management_module10 .management_swiper7 .swiper-slide .txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 94%;
  min-height: 15rem;
  border-radius: 0.625rem;
  padding: 2.5rem 1.875rem;
  background-color: #f9f9f9;
}
.management_module10 .management_swiper7 .swiper-slide .txt h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.management_module10 .management_swiper7 .swiper-slide .txt_intro {
  margin-top: 0.75rem;
}
.management_module10 .management_swiper7 .swiper-slide .txt_intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_module11_navlist {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
}
.management_module11_navlist ul li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.management_module11_navlist ul li.active a {
  background-color: #117873;
  color: #fff;
}
.management_module11_center .listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.management_module11_center .listbx .zhanwei {
  display: block;
  width: 21%;
  height: 0;
}
.management_module11_center .listbx .item {
  width: 21%;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
  background-color: transparent;
  border-radius: 0.625rem;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.management_module11_center .listbx .item:hover {
  background-color: transparent;
}
.management_module11_center .listbx .item:hover h4 {
  color: #117873;
}
.management_module11_center .listbx .item_imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 17.5rem;
  margin-bottom: 0.625rem;
}
.management_module11_center .listbx .item_imgbx img {
  max-width: 90%;
  max-height: 100%;
}
.management_module11_center .listbx .item h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.new_content {
  padding: 2.5rem 0 3.125rem;
}
.new_content .listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new_content .listbox .firstitem {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
  border: 1px solid #cecece;
  border-radius: 5rem 5rem 0.625rem 0.625rem;
  overflow: hidden;
}
.new_content .listbox .firstitem:hover .imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.new_content .listbox .firstitem:hover .textbx .href {
  color: #117873;
}
.new_content .listbox .firstitem:hover .textbx .href i {
  color: #117873;
}
.new_content .listbox .firstitem .imgbx {
  width: 59.375%;
  aspect-ratio: 95/45;
  overflow: hidden;
}
.new_content .listbox .firstitem .imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .listbox .firstitem .textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2.5rem;
}
.new_content .listbox .firstitem .textbx_head h4 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 1rem;
}
.new_content .listbox .firstitem .textbx_head .time {
  font-size: 1rem;
  color: #666;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.new_content .listbox .firstitem .textbx .intro {
  margin: 1.875rem 0 3.125rem;
}
.new_content .listbox .firstitem .textbx .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new_content .listbox .firstitem .textbx .href {
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.new_content .listbox .firstitem .textbx .href i {
  font-size: 1.125rem;
  color: #111;
  margin-left: 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.new_content .listbox .zhanwei {
  display: block;
  width: 31.25%;
  height: 0;
}
.new_content .listbox .item {
  position: relative;
  width: 31.25%;
  margin-bottom: 4rem;
}
.new_content .listbox .item:hover .imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.new_content .listbox .item:hover .textbx h4 {
  color: #117873;
}
.new_content .listbox .item .imgbx {
  width: 100%;
  aspect-ratio: 50/33;
  border-radius: 0.625rem;
  overflow: hidden;
}
.new_content .listbox .item .imgbx img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.new_content .listbox .item .textbx {
  padding: 0.75rem 0;
  width: 100%;
}
.new_content .listbox .item .textbx .time {
  font-size: 1rem;
  color: #ccc;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.new_content .listbox .item .textbx h4 {
  font-size: 1.75rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin: 1rem 0 1.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .listbox .item .textbx .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new_content .morebtnbox {
  margin: 0 auto;
  width: 10.625rem;
  height: 2.5rem;
}
.new_content .morebtnbox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #117873;
  border-radius: 1.25rem;
  font-size: 1rem;
  color: #117873;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .morebtnbox a:hover {
  background-color: #117873;
  color: #fff;
}

.newdetail_content {
  padding: 5rem 0;
}
.newdetail_content .detailbx {
  float: left;
  width: 71%;
}
.newdetail_content .detailbx_title {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ececec;
}
.newdetail_content .detailbx_title h4 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.625rem;
}
.newdetail_content .detailbx_title .time {
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.newdetail_content .detailbx_center {
  padding: 1.875rem 0;
}
.newdetail_content .detailbx_center p {
  font-size: 1rem;
  color: #919191;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.newdetail_content .detailbx_center img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.newdetail_content .rightbx {
  float: right;
  width: 25%;
}
.newdetail_content .rightbx_title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ececec;
}
.newdetail_content .rightbx_title h3 {
  position: relative;
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.newdetail_content .rightbx_list .item {
  padding: 1.25rem 0;
}
.newdetail_content .rightbx_list .item:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.newdetail_content .rightbx_list .item a {
  display: block;
  width: 100%;
  height: auto;
}
.newdetail_content .rightbx_list .item a span {
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.newdetail_content .rightbx_list .item a h4 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-top: 1rem;
}
.newdetail_content .rightbx_list .item a:hover h4 {
  color: #117873;
}

.problem_content {
  padding: 5rem 0;
}
.problem_content .common_title .problemform {
  position: relative;
  width: 23%;
  height: 2.5rem;
  border: 1px solid #efefef;
  border-radius: 1.25rem;
  overflow: hidden;
}
.problem_content .common_title .problemform input::-webkit-input-placeholder,
.problem_content .common_title .problemform textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #999;
  font-family: "MiSans-Regular";
}
.problem_content .common_title .problemform input:-moz-placeholder,
.problem_content .common_title .problemform textarea:-moz-placeholder {
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #999;
  font-family: "MiSans-Regular";
}
.problem_content .common_title .problemform input::-moz-placeholder,
.problem_content .common_title .problemform textarea::-moz-placeholder {
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #999;
  font-family: "MiSans-Regular";
}
.problem_content .common_title .problemform input:-ms-input-placeholder,
.problem_content .common_title .problemform textarea:-ms-input-placeholder {
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #999;
  font-family: "MiSans-Regular";
}
.problem_content .common_title .problemform input {
  width: 100%;
  height: 100%;
  padding: 0 2.75rem 0 1.25rem;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.problem_content .common_title .problemform button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #efefef;
  border: 1px solid #efefef;
  outline: none;
}
.problem_content .common_title .problemform button:hover {
  cursor: pointer;
}
.problem_content .common_title .problemform button i {
  font-size: 1rem;
  color: #111;
}
.problem_content .center {
  margin-top: 2.5rem;
}
.problem_content .center_navlist {
  float: left;
  width: 14.375%;
  background-color: #efefef;
  border-radius: 0.625rem;
}
.problem_content .center_navlist ul li a {
  display: block;
  font-size: 1.125rem;
  color: #111;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  padding: 0 1.25rem;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.problem_content .center_navlist ul li.active a {
  background-color: #117873;
  color: #fff;
}
.problem_content .center_listbox {
  float: right;
  width: 81.25%;
}
.problem_content .center_listbox .item {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 0.625rem;
}
.problem_content .center_listbox .item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.problem_content .center_listbox .item.active .item_head .iconbx em:last-child {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.problem_content .center_listbox .item.active .item_bd {
  max-height: 20rem;
  opacity: 1;
}
.problem_content .center_listbox .item_head {
  height: 4.375rem;
  padding: 0 1.875rem;
  border-radius: 0.625rem;
  background-color: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.problem_content .center_listbox .item_head:hover {
  cursor: pointer;
}
.problem_content .center_listbox .item_head_l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.problem_content .center_listbox .item_head_l span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 1rem;
  background-color: #117873;
  border-radius: 50%;
  font-size: 0.875rem;
  color: #fff;
}
.problem_content .center_listbox .item_head_l h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.problem_content .center_listbox .item_head .iconbx {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-left: 2rem;
}
.problem_content .center_listbox .item_head .iconbx em {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 0.1875rem;
  background-color: #999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.problem_content .center_listbox .item_head .iconbx em:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.problem_content .center_listbox .item_bd {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.problem_content .center_listbox .item_bd_txt {
  padding: 1.875rem;
}
.problem_content .center_listbox .item_bd_txt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 1rem;
  background-color: #999;
  border-radius: 50%;
  font-size: 0.875rem;
  color: #fff;
}
.problem_content .center_listbox .item_bd_txt .intro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.problem_content .center_listbox .item_bd_txt .intro p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}

.service_module1 {
  padding: 5rem 0;
}
.service_module1 .listbox {
  margin-top: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service_module1 .listbox .item {
  position: relative;
  width: 48.125%;
  padding: 3.125rem;
  margin-bottom: 2.5rem;
  background-color: #f4f4f4;
  border-radius: 0.625rem;
  overflow: hidden;
}
.service_module1 .listbox .item:hover::after {
  opacity: 1;
}
.service_module1 .listbox .item:hover h4 {
  color: #fff;
}
.service_module1 .listbox .item:hover .intro p {
  color: #fff;
}
.service_module1 .listbox .item::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/service_bg1.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.service_module1 .listbox .item h4 {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 1.875rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service_module1 .listbox .item .intro {
  position: relative;
  z-index: 2;
}
.service_module1 .listbox .item .intro p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service_module2 {
  padding: 5rem 0;
  background-image: url(../images/service_bg2.png);
}
.service_module2 .common_title .leftbx span,
.service_module2 .common_title .leftbx h3 {
  color: #fff;
}
.service_module2 .listbox {
  margin-top: 6.25rem;
}
.service_module2 .listbox .item {
  width: 25%;
}
.service_module2 .listbox .item_iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.75rem;
  height: 3.75rem;
}
.service_module2 .listbox .item_iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service_module2 .listbox .item h4 {
  margin: 1.75rem 0;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.service_module2 .listbox .item .intro p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.service_module3 {
  padding: 5rem 0;
}
.service_module3 .listbx {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6.25rem;
}
.service_module3 .listbx .bgbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 30%;
  height: auto;
  z-index: 0;
}
.service_module3 .listbx .bgbox img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.service_module3 .listbx .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42.75%;
  height: 6.25rem;
  padding: 0 1.5rem;
  border-radius: 3.125rem;
  background-color: #81b61a;
  z-index: 1;
}
.service_module3 .listbx .item span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-color: #fff;
  font-size: 2.125rem;
  font-family: "MiSans-Bold";
  color: #81b61a;
}
.service_module3 .listbx .item_txt {
  width: 86%;
}
.service_module3 .listbx .item_txt h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.875rem;
}
.service_module3 .listbx .item_txt .intro p {
  font-size: 1rem;
  color: #eee;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.service_module3 .listbx .item:nth-child(odd) span {
  right: 1.25rem;
}
.service_module3 .listbx .item:nth-child(even) span {
  left: 1.25rem;
}
.service_module3 .listbx .item:nth-child(even) .item_txt {
  margin-left: auto;
}
.service_module3 .listbx .item:nth-child(3), .service_module3 .listbx .item:nth-child(4) {
  background-color: #3d8650;
  width: 38.75%;
  margin: 5.625rem 0;
}
.service_module3 .listbx .item:nth-child(3) span, .service_module3 .listbx .item:nth-child(4) span {
  color: #3d8650;
}
.service_module3 .listbx .item:nth-child(2), .service_module3 .listbx .item:nth-child(5) {
  background-color: #117873;
}
.service_module3 .listbx .item:nth-child(2) span, .service_module3 .listbx .item:nth-child(5) span {
  color: #117873;
}

.support_module1 {
  padding: 5rem 0;
}
.support_module1 .left {
  width: 35.875%;
}
.support_module1 .left img {
  width: 100%;
  height: auto;
}
.support_module1 .right {
  width: 58.625%;
}
.support_module1 .right_text {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6.25rem;
}
.support_module1 .right_text .md {
  width: 49%;
}
.support_module1 .right_text .md h4 {
  font-size: 1.625rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.support_module1 .right_text .md:first-child, .support_module1 .right_text .md:nth-child(2) {
  margin-bottom: 5rem;
}
.support_module1 .right_text .md .intro {
  margin-top: 1.5rem;
}
.support_module1 .right_text .md .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.support_module2 {
  background-image: url(../images/support_bg1.jpg);
}
.support_module2 .textbox {
  width: 50.625%;
  padding: 6.25rem 0;
}
.support_module2 .textbox .common_title .leftbx span,
.support_module2 .textbox .common_title .leftbx h3 {
  color: #fff;
}
.support_module2 .textbox_center {
  margin-top: 5.625rem;
}
.support_module2 .textbox_center .md:not(:last-child) {
  margin-bottom: 5rem;
}
.support_module2 .textbox_center .md h4 {
  font-size: 1.625rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.support_module2 .textbox_center .md .intro {
  margin-top: 1.25rem;
}
.support_module2 .textbox_center .md .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.support_solution {
  padding: 5rem 0;
}
.support_solution .common_title .btnbox .swiper-btn {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 2.5rem;
  height: 2.5rem;
}
.support_solution .common_title .btnbox .swiper-btn:hover {
  background-color: transparent;
}
.support_solution .common_title .btnbox .swiper-btn:hover span {
  color: #117873;
}
.support_solution .common_title .btnbox .swiper-btn span {
  font-size: 1.25rem;
  color: #111;
}
.support_solution .common_title .btnbox .swiper-btn-next {
  margin-left: 0.625rem;
}
.support_solution .common_title .btnbox .swiper-btn-next span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.support_solution .support_solution_swiper {
  width: 100%;
  margin-top: 3.125rem;
}
.support_solution .support_solution_swiper .swiper-slide {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}
.support_solution .support_solution_swiper .swiper-slide:last-child {
  margin-right: 0;
}
.support_solution .support_solution_swiper .swiper-slide .imgbx {
  width: 100%;
  height: 15.625rem;
  overflow: hidden;
}
.support_solution .support_solution_swiper .swiper-slide .imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.support_solution .support_solution_swiper .swiper-slide .textbx {
  padding: 1.25rem;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.support_solution .support_solution_swiper .swiper-slide .textbx .time {
  font-size: 1rem;
  color: #ccc;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.75rem;
}
.support_solution .support_solution_swiper .swiper-slide .textbx h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 2em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.support_solution .support_solution_swiper .swiper-slide:hover .imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.support_solution .support_solution_swiper .swiper-slide:hover .textbx h4 {
  color: #117873;
}
.support_formbox {
  padding: 2.5rem 0 5rem;
  background: #ffffff;
  border-radius: 0.3125rem;
  z-index: 3;
}
.support_formbox .intro {
  margin: 1.875rem 0;
}
.support_formbox .intro p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.support_formbox .formbx_item {
  width: 49%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.support_formbox .formbx_item input::-webkit-input-placeholder,
.support_formbox .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_item input:-moz-placeholder,
.support_formbox .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_item input::-moz-placeholder,
.support_formbox .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_item input:-ms-input-placeholder,
.support_formbox .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_item input {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  border-radius: 0.3125rem;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_select {
  position: relative;
  width: 49%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.support_formbox .formbx_select input::-webkit-input-placeholder,
.support_formbox .formbx_select textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_select input:-moz-placeholder,
.support_formbox .formbx_select textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_select input::-moz-placeholder,
.support_formbox .formbx_select textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_select input:-ms-input-placeholder,
.support_formbox .formbx_select textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_select:hover {
  cursor: pointer;
}
.support_formbox .formbx_select.active i {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.support_formbox .formbx_select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background-color: #fff;
  outline: none;
  border-radius: 0.3125rem;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
}
.support_formbox .formbx_select select:hover {
  cursor: pointer;
}
.support_formbox .formbx_text {
  width: 100%;
  margin-bottom: 1rem;
}
.support_formbox .formbx_text input::-webkit-input-placeholder,
.support_formbox .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_text input:-moz-placeholder,
.support_formbox .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_text input::-moz-placeholder,
.support_formbox .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_text input:-ms-input-placeholder,
.support_formbox .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_text textarea {
  display: block;
  width: 100%;
  height: 8rem;
  padding: 0.625rem 1rem;
  border: 1px solid #e3e3e3;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.support_formbox .formbx_codebx input::-webkit-input-placeholder,
.support_formbox .formbx_codebx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_codebx input:-moz-placeholder,
.support_formbox .formbx_codebx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_codebx input::-moz-placeholder,
.support_formbox .formbx_codebx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_codebx input:-ms-input-placeholder,
.support_formbox .formbx_codebx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_codebx input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0 1rem;
  border-radius: 0.3125rem;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.support_formbox .formbx_codebx .yanzheng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 100%;
  margin-left: 1rem;
  background-color: #e3e3e3;
}
.support_formbox .formbx_btnbx {
  width: 100%;
}
.support_formbox .formbx_btnbx button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.125rem;
  padding: 0 3.125rem;
  margin: 0 auto;
  border: 0;
  background: #8f8f8f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.support_formbox .formbx_btnbx button:hover {
  cursor: pointer;
  background-color: #117873;
}

.contact_business {
  padding: 5rem 0 0;
  background-color: #f2f2f2;
}
.contact_business .listbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
.contact_business .listbox .item {
  width: 47.875%;
  padding: 2rem;
  border-radius: 1.25rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_business .listbox .item:not(:first-child):hover {
  cursor: pointer;
}
.contact_business .listbox .item:not(:first-child):hover h4 {
  color: #117873;
}
.contact_business .listbox .item h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 1.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact_business .listbox .item .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.contact_business .listbox .item .tel i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #117873;
  font-size: 1.5rem;
  color: #fff;
}
.contact_business .listbox .item .tel p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
}
.contact_business .listbox .item_txt {
  padding: 1.25rem 0 0;
  min-height: 6.25rem;
  border-top: 1px solid #e8e8e8;
}
.contact_business .listbox .item_txt p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.contact_business .listbox .item_txt p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.contact_business .listbox .item:first-child .mapbtnbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.125rem;
  margin-top: 3.125rem;
  border-radius: 1.5625rem;
  background-color: #117873;
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.contact_business .sales_content {
  padding: 5.625rem 0;
}
.contact_business .sales_content_note p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.contact_business .sales_content_filterbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  padding: 1.875rem 2.5rem;
  margin: 1.875rem 0 2.5rem;
  border-radius: 1.25rem;
}
.contact_business .sales_content_filterbox .notionfilter,
.contact_business .sales_content_filterbox .areafilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_business .sales_content_filterbox .notionfilter label,
.contact_business .sales_content_filterbox .areafilter label {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Bold";
  margin-right: 1.25rem;
}
.contact_business .sales_content_filterbox .notionfilter select,
.contact_business .sales_content_filterbox .areafilter select {
  width: 18.75rem;
  height: 2.25rem;
  padding: 0 0.625rem;
  border: 1px solid #dadada;
  outline: none;
  font-size: 1rem;
  color: #2b2b2b;
  font-family: "MiSans-Bold";
}
.contact_business .sales_content_filterbox .notionfilter select option,
.contact_business .sales_content_filterbox .areafilter select option {
  font-size: 1rem;
  color: #2b2b2b;
  font-family: "MiSans-Bold";
}
.contact_business .sales_content_filterbox .notionfilter select option:first-child,
.contact_business .sales_content_filterbox .areafilter select option:first-child {
  color: #999;
}
.contact_business .sales_content_filterbox .notionfilter {
  margin-right: 2.5rem;
}
.contact_business .sales_content_filterbox .typebox {
  width: 100%;
  margin-top: 1.875rem;
}
.contact_business .sales_content_filterbox .typebox span {
  font-size: 1.25rem;
  color: #8b8b8b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.contact_business .sales_content_filterbox .typebox_list {
  margin-top: 1.5rem;
}
.contact_business .sales_content_filterbox .typebox_list li:not(:last-child) {
  margin-right: 1.875rem;
}
.contact_business .sales_content_filterbox .typebox_list li.active a em {
  border-color: #117873;
}
.contact_business .sales_content_filterbox .typebox_list li.active a em::after {
  opacity: 1;
}
.contact_business .sales_content_filterbox .typebox_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_business .sales_content_filterbox .typebox_list li a:hover p {
  color: #117873;
}
.contact_business .sales_content_filterbox .typebox_list li a em {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  border: 1px solid #8b8b8b;
  border-radius: 50%;
}
.contact_business .sales_content_filterbox .typebox_list li a em::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #117873;
  opacity: 0;
}
.contact_business .sales_content_filterbox .typebox_list li a p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.contact_business .sales_content_listbox {
  margin-bottom: 3.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact_business .sales_content_listbox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 48.75%;
  background-color: #fff;
  padding: 3.125rem 1.875rem;
  margin-bottom: 2.5rem;
  border-radius: 1.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact_business .sales_content_listbox .item:hover {
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
}
.contact_business .sales_content_listbox .item_imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27.8%;
  aspect-ratio: 1;
}
.contact_business .sales_content_listbox .item_imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_business .sales_content_listbox .item_textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10%;
}
.contact_business .sales_content_listbox .item_textbx_head {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #000000;
}
.contact_business .sales_content_listbox .item_textbx_head h4 {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.contact_business .sales_content_listbox .item_textbx_intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.contact_business .sales_content_listbox .item_textbx_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact_business .sales_content_listbox .item_textbx_tags .tagbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_business .sales_content_listbox .item_textbx_tags .tagbx:not(:last-child) {
  margin-right: 1.875rem;
}
.contact_business .sales_content_listbox .item_textbx_tags .tagbx_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.5rem;
}
.contact_business .sales_content_listbox .item_textbx_tags .tagbx_icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_business .sales_content_listbox .item_textbx_tags .tagbx p {
  font-size: 1rem;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.contact_cooperation {
  padding: 5rem 0;
  background-color: #f5f5f5;
}
.contact_cooperation .left .md {
  margin-top: 5rem;
  padding-left: 1.25rem;
}
.contact_cooperation .left .md h4 {
  position: relative;
  font-size: 1.25rem;
  color: #111;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-bottom: 0.625rem;
}
.contact_cooperation .left .md h4:before {
  position: absolute;
  top: 50%;
  left: -1.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #117873;
  border-radius: 50%;
}
.contact_cooperation .left .md p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.contact_cooperation .right {
  width: 71.875%;
}
.contact_cooperation .right .formbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact_cooperation .right .formbx_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45.625%;
  margin-bottom: 2.5rem;
}
.contact_cooperation .right .formbx_item input::-webkit-input-placeholder,
.contact_cooperation .right .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.contact_cooperation .right .formbx_item input:-moz-placeholder,
.contact_cooperation .right .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.contact_cooperation .right .formbx_item input::-moz-placeholder,
.contact_cooperation .right .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.contact_cooperation .right .formbx_item input:-ms-input-placeholder,
.contact_cooperation .right .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.contact_cooperation .right .formbx_item input {
  width: 100%;
  height: 3.75rem;
  padding: 0 1.875rem;
  background-color: #fff;
  border: 0;
  border-radius: 0.625rem;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.contact_cooperation .right .formbx_text {
  width: 100%;
  height: 9.375rem;
  margin-bottom: 1.875rem;
}
.contact_cooperation .right .formbx_text input::-webkit-input-placeholder,
.contact_cooperation .right .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.contact_cooperation .right .formbx_text input:-moz-placeholder,
.contact_cooperation .right .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.contact_cooperation .right .formbx_text input::-moz-placeholder,
.contact_cooperation .right .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.contact_cooperation .right .formbx_text input:-ms-input-placeholder,
.contact_cooperation .right .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
  font-family: "MiSans-Regular";
}
.contact_cooperation .right .formbx_text textarea {
  width: 100%;
  height: 100%;
  padding: 1.25rem 1.875rem;
  border: 0;
  background-color: #fff;
  border-radius: 0.625rem;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_cooperation .right .formbx_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact_cooperation .right .formbx_btn .codebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.5rem;
}
.contact_cooperation .right .formbx_btn .codebox input {
  width: 12.5rem;
  height: 3.125rem;
  padding: 0 1rem;
  background-color: #fff;
  border: 0;
  border-radius: 0.625rem;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.625rem;
  font-size: 1rem;
  color: #111;
}
.contact_cooperation .right .formbx_btn .codebox .yanzheng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.375rem;
  height: 3.125rem;
  background-color: pink;
  border-radius: 0.625rem;
}
.contact_cooperation .right .formbx_btn .codebox .yanzheng img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_cooperation .right .formbx_btn button {
  width: 10rem;
  height: 3.125rem;
  border: 1px solid #117873;
  border-radius: 0.625rem;
  outline: none;
  background-color: #117873;
  font-size: 1.125rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact_cooperation .right .formbx_btn button:hover {
  cursor: pointer;
  background-color: #117873;
  color: #fff;
}
.contact_partner {
  padding: 5rem 0;
}
.contact_partner .center img {
  width: 100%;
  height: auto;
}
.contact_job {
  padding: 5rem 0;
}
.contact_job .center {
  margin-top: 3.125rem;
}
.contact_job .center_listbox .item {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact_job .center_listbox .item:not(:last-child) {
  margin-bottom: 4.375rem;
}
.contact_job .center_listbox .item_hd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5rem;
  padding: 0 3.75rem;
  background-color: #fff;
  border: 1px solid #daf0ec;
  z-index: 2;
  border-radius: 2.5rem;
}
.contact_job .center_listbox .item_hd:hover {
  cursor: pointer;
}
.contact_job .center_listbox .item_hd_md {
  position: relative;
  width: 25%;
}
.contact_job .center_listbox .item_hd_md p {
  font-size: 1.125rem;
  color: #111;
  line-height: 5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact_job .center_listbox .item_hd_md .xiala {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font-size: 2rem;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact_job .center_listbox .item_bd {
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  margin-top: -2.5rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.contact_job .center_listbox .item_bd .detail {
  padding: 4.375rem 3.75rem 1.25rem;
  border: 1px solid #117873;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_job .center_listbox .item_bd .detail_text {
  padding: 1.875rem 0;
}
.contact_job .center_listbox .item_bd .detail_text .md {
  position: relative;
  width: 100%;
}
.contact_job .center_listbox .item_bd .detail_text .md:not(:last-child) {
  margin-bottom: 3rem;
}
.contact_job .center_listbox .item_bd .detail_text .md h4 {
  font-size: 1.125rem;
  color: #111;
  font-family: "MiSans-Bold";
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}
.contact_job .center_listbox .item_bd .detail_text .md p {
  font-size: 1rem;
  color: #111;
  line-height: 2em;
}
.contact_job .center_listbox .item_bd .detail_emailbtn {
  padding: 1.25rem 0;
}
.contact_job .center_listbox .item_bd .detail_emailbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  font-size: 1rem;
  color: #117873;
  line-height: 2.5rem;
  text-align: center;
}
.contact_job .center_listbox .item_bd .detail_emailbtn a i {
  font-size: 1.125rem;
  color: #117873;
  margin-left: 0.625rem;
}
.contact_job .center_listbox .item.active {
  margin-bottom: 1.875rem;
}
.contact_job .center_listbox .item.active .item_hd {
  background-color: #117873;
}
.contact_job .center_listbox .item.active .item_hd_md p {
  color: #fff;
}
.contact_job .center_listbox .item.active .item_hd_md .xiala {
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.contact_job .center_listbox .item.active .item_bd {
  max-height: 70rem;
  overflow: hidden;
  opacity: 1;
}
.contact_job .center .morebtnbox {
  margin: 4.375rem auto 0;
  width: 10.625rem;
  height: 2.5rem;
}
.contact_job .center .morebtnbox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #117873;
  border-radius: 1.25rem;
  font-size: 1rem;
  color: #117873;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact_job .center .morebtnbox a:hover {
  background-color: #117873;
  color: #fff;
}

.joblist_content {
  padding: 2.5rem 0 5rem;
}
.joblist_content .jobimg {
  width: 100%;
  margin-bottom: 1.875rem;
}
.joblist_content .jobimg img {
  width: 100%;
  height: auto;
}
.joblist_content .common_title .problemform {
  position: relative;
  width: 23%;
  height: 2.5rem;
  border: 1px solid #efefef;
  border-radius: 1.25rem;
  overflow: hidden;
}
.joblist_content .common_title .problemform input::-webkit-input-placeholder,
.joblist_content .common_title .problemform textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #999;
  font-family: "MiSans-Regular";
}
.joblist_content .common_title .problemform input:-moz-placeholder,
.joblist_content .common_title .problemform textarea:-moz-placeholder {
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #999;
  font-family: "MiSans-Regular";
}
.joblist_content .common_title .problemform input::-moz-placeholder,
.joblist_content .common_title .problemform textarea::-moz-placeholder {
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #999;
  font-family: "MiSans-Regular";
}
.joblist_content .common_title .problemform input:-ms-input-placeholder,
.joblist_content .common_title .problemform textarea:-ms-input-placeholder {
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #999;
  font-family: "MiSans-Regular";
}
.joblist_content .common_title .problemform input {
  width: 100%;
  height: 100%;
  padding: 0 2.75rem 0 1.25rem;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.joblist_content .common_title .problemform button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #efefef;
  border: 1px solid #efefef;
  outline: none;
}
.joblist_content .common_title .problemform button:hover {
  cursor: pointer;
}
.joblist_content .common_title .problemform button i {
  font-size: 1rem;
  color: #111;
}
.joblist_content .center {
  margin-top: 2.5rem;
}
.joblist_content .center_navlist {
  float: left;
  width: 14.375%;
  background-color: #efefef;
  border-radius: 0.625rem;
}
.joblist_content .center_navlist ul li a {
  display: block;
  font-size: 1.125rem;
  color: #111;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  padding: 0 1.25rem;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.joblist_content .center_navlist ul li.active a {
  background-color: #117873;
  color: #fff;
}
.joblist_content .center_right {
  float: right;
  width: 81.25%;
}
.joblist_content .center_right .listbox .item {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.joblist_content .center_right .listbox .item:not(:last-child) {
  margin-bottom: 4.375rem;
}
.joblist_content .center_right .listbox .item_hd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4rem;
  padding: 0 3%;
  background-color: #fff;
  border: 1px solid #daf0ec;
  z-index: 2;
  border-radius: 2rem;
}
.joblist_content .center_right .listbox .item_hd:hover {
  cursor: pointer;
}
.joblist_content .center_right .listbox .item_hd_md {
  position: relative;
  width: 25%;
}
.joblist_content .center_right .listbox .item_hd_md p {
  font-size: 1.125rem;
  color: #111;
  line-height: 4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.joblist_content .center_right .listbox .item_hd_md .xiala {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font-size: 2rem;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.joblist_content .center_right .listbox .item_bd {
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  margin-top: -2.5rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.joblist_content .center_right .listbox .item_bd .detail {
  padding: 4.375rem 3.75rem 1.25rem;
  border: 1px solid #117873;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.joblist_content .center_right .listbox .item_bd .detail_text {
  padding: 1.875rem 0;
}
.joblist_content .center_right .listbox .item_bd .detail_text .md {
  position: relative;
  width: 100%;
}
.joblist_content .center_right .listbox .item_bd .detail_text .md:not(:last-child) {
  margin-bottom: 3rem;
}
.joblist_content .center_right .listbox .item_bd .detail_text .md h4 {
  font-size: 1.125rem;
  color: #111;
  font-family: "MiSans-Bold";
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}
.joblist_content .center_right .listbox .item_bd .detail_text .md p {
  font-size: 1rem;
  color: #111;
  line-height: 2em;
}
.joblist_content .center_right .listbox .item_bd .detail_emailbtn {
  padding: 1.25rem 0;
}
.joblist_content .center_right .listbox .item_bd .detail_emailbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.625rem;
  height: 2.5rem;
  border: 1px solid #117873;
  border-radius: 1.25rem;
  font-size: 1rem;
  color: #117873;
  line-height: 2.5rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.joblist_content .center_right .listbox .item_bd .detail_emailbtn a:hover {
  cursor: pointer;
  background-color: #117873;
  color: #fff;
}
.joblist_content .center_right .listbox .item.active {
  margin-bottom: 1.875rem;
}
.joblist_content .center_right .listbox .item.active .item_hd {
  background-color: #117873;
}
.joblist_content .center_right .listbox .item.active .item_hd_md p {
  color: #fff;
}
.joblist_content .center_right .listbox .item.active .item_hd_md .xiala {
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.joblist_content .center_right .listbox .item.active .item_bd {
  max-height: 60rem;
  overflow: hidden;
  opacity: 1;
}
.joblist_content .center_right .morebtnbox {
  margin: 4.375rem auto 0;
  width: 10.625rem;
  height: 2.5rem;
}
.joblist_content .center_right .morebtnbox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #117873;
  border-radius: 1.25rem;
  font-size: 1rem;
  color: #117873;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.joblist_content .center_right .morebtnbox a:hover {
  background-color: #117873;
  color: #fff;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

:root::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #000;
}

:root::-webkit-scrollbar-thumb {
  background-color: #117873;
}

.fp-overflow {
  display: block;
  width: 100%;
  height: 100%;
}

.fp-watermark {
  display: none;
}

.import-color {
  color: #117873 !important;
}

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

#main {
  padding-top: 6.25rem;
}

.common_banner {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 6.25rem;
}
.common_banner img {
  width: 100%;
  height: auto;
}
.common_banner video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_banner_textbx {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.common_banner_textbx .w1600 {
  position: relative;
  height: 100%;
}
.common_banner_textbx h2 {
  font-size: 3.125rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 1.25rem;
}
.common_banner_textbx h3 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
}
.common_navbox {
  position: sticky;
  top: 6.25rem;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.1);
  z-index: 19;
}
.common_navbox ul li {
  position: relative;
}
.common_navbox ul li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #117873;
  opacity: 0;
}
.common_navbox ul li a {
  font-size: 1.125rem;
  color: #111;
  line-height: 3.75rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.common_navbox ul li:not(:last-child) {
  margin-right: 5rem;
}
.common_navbox ul li:hover::after, .common_navbox ul li.active::after {
  opacity: 1;
}
.common_navbox ul li:hover a, .common_navbox ul li.active a {
  color: #117873;
}
.common_crumb {
  position: absolute;
  bottom: 0;
  right: 0;
}
.common_crumb p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 2.5rem;
  color: #fff;
}
.common_crumb p i {
  font-size: 1.25rem;
  color: #fff;
  margin-right: 0.25rem;
}
.common_crumb p a {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin: 0 0.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.common_crumb p a:hover {
  color: #117873;
}
.common_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common_title .leftbx span,
.common_title .leftbx p {
  font-size: 1.25rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-transform: uppercase;
}
.common_title .leftbx h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-top: 1rem;
}
.common_title_navlist ul li a {
  font-size: 1.125rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.common_title_navlist ul li:not(:last-child) {
  margin-right: 4rem;
}
.common_title_navlist ul li:hover a, .common_title_navlist ul li.active a {
  color: #117873;
}
.common_title_intro {
  width: 75%;
}
.common_title_intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.common_morebtn {
  margin: 0 auto;
  width: 10.625rem;
  height: 2.5rem;
}
.common_morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #117873;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  border: 1px solid #117873;
  border-radius: 1.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.common_morebtn a:hover {
  background-color: #117873;
  color: #fff;
}
.common_pagination {
  width: 100%;
}
.common_pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.common_pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: 1rem;
  color: #333;
  margin: 0 0.5rem;
  border: 0;
  padding: 0.5rem;
  border-radius: 0.1875rem;
  background-color: #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #117873;
  border-color: #117873;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #117873;
  border-color: #117873;
}
.common_pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common_pagination li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common_pagination li:last-child > a {
  margin-right: 0;
}
.common_pagination li:first-child a, .common_pagination li:last-child a {
  font-size: 0.875rem;
  background-color: #e9e9e9;
}
.common_pagination li:first-child a:hover, .common_pagination li:last-child a:hover {
  background-color: #117873;
}
.common_pagebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.common_pagebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  font-size: 1rem;
  line-height: 2rem;
  color: #5b5b5b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #117873;
}

.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.03);
          box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.03);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
.index_header .headmain {
  width: 100%;
  height: 100%;
  padding: 0 5%;
}
.index_header .logoimg {
  position: relative;
  display: block;
  width: auto;
  height: 1.875rem;
}
.index_header .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_header .navbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 100%;
}
.index_header_nav {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.index_header_nav_item {
  position: relative;
  height: 100%;
  margin-right: 4rem;
}
.index_header_nav_item:last-child {
  margin-right: 2.5rem;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  line-height: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  background: #fff;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  min-width: 100%;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_header_nav_item .dropdown ul {
  min-width: 100%;
}
.index_header_nav_item .dropdown ul li {
  position: relative;
}
.index_header_nav_item .dropdown ul li a {
  display: block;
  font-size: 1rem;
  color: #111;
  white-space: nowrap;
  line-height: 2.25rem;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown ul li a:hover {
  background-color: #117873;
  color: #fff;
}
.index_header_nav_item .dropdown ul li:hover .dropdown5 {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.index_header_nav_item.active a {
  color: #117873;
}
.index_header_nav_item:hover a {
  color: #117873;
}
.index_header_nav_item:hover .dropdown {
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_header .rightbx {
  height: 100%;
}
.index_header .rightbx .search {
  position: relative;
  margin-left: 1.5rem;
}
.index_header .rightbx .search_M {
  display: none;
}
.index_header .rightbx .search:hover {
  cursor: pointer;
}
.index_header .rightbx .search:hover .search_downdrop {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.index_header .rightbx .search_top {
  width: 4rem;
  height: 6.25rem;
}
.index_header .rightbx .search_top i {
  font-size: 1.25rem;
  color: #000;
}
.index_header .rightbx .search_downdrop {
  position: absolute;
  top: 6.25rem;
  right: 0;
  height: auto;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.05);
          box-shadow: 0px 0px 8px 0px rgba(6, 13, 39, 0.05);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .search_downdrop form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0.625rem;
  background: #fff;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.index_header .rightbx .search_downdrop form input::-webkit-input-placeholder,
.index_header .rightbx .search_downdrop form textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.index_header .rightbx .search_downdrop form input:-moz-placeholder,
.index_header .rightbx .search_downdrop form textarea:-moz-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.index_header .rightbx .search_downdrop form input::-moz-placeholder,
.index_header .rightbx .search_downdrop form textarea::-moz-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.index_header .rightbx .search_downdrop form input:-ms-input-placeholder,
.index_header .rightbx .search_downdrop form textarea:-ms-input-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "MiSans-Regular";
}
.index_header .rightbx .search_downdrop form input {
  display: block;
  width: 10rem;
  height: 2.5rem;
  font-size: 0.875rem;
  color: #111;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #111;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index_header .rightbx .search_downdrop form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index_header .rightbx .search_downdrop form button i {
  font-size: 1.25rem;
  color: #111;
}
.index_header .rightbx .langbx {
  position: relative;
  height: 100%;
}
.index_header .rightbx .langbx_top {
  width: 4rem;
  height: 100%;
}
.index_header .rightbx .langbx_top p {
  font-size: 1.125rem;
  color: #111;
  line-height: 6.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  text-align: center;
  text-transform: uppercase;
}
.index_header .rightbx .langbx_dropdown {
  position: absolute;
  top: 6.25rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .langbx_dropdown a {
  font-size: 1rem;
  color: #111;
  line-height: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}
.index_header .rightbx .langbx_dropdown a:hover {
  background-color: #117873;
  color: #fff;
}
.index_header .rightbx .langbx:hover .langbx_dropdown {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_header .inner-header-icon {
  display: none;
}
.index_common_title {
  width: 100%;
}
.index_common_title .head h3 {
  font-size: 2.75rem;
  color: #111;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "MiSans-Bold";
  margin-bottom: 0.625rem;
}
.index_common_title .head h4 {
  font-size: 1.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_common_morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.index_common_morebtn a {
  padding: 0 1rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_common_morebtn a p {
  font-size: 1rem;
  color: #117873;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-right: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_common_morebtn a i {
  font-size: 1.125rem;
  color: #117873;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_common_morebtn a:hover {
  background-color: #117873;
}
.index_common_morebtn a:hover p,
.index_common_morebtn a:hover i {
  color: #fff;
}
.index_solution {
  width: 100%;
  height: 100vh;
  padding-top: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_solution_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_solution_content .itembox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 100%;
}
.index_solution_content .itembox:hover .headbox {
  top: 80%;
  opacity: 0;
}
.index_solution_content .itembox:hover .headbox-hover {
  top: 10%;
  opacity: 1;
}
.index_solution_content .itembox:hover .center {
  top: 0;
  opacity: 1;
}
.index_solution_content .itembox .bgbox {
  position: absolute;
  inset: 0;
  z-index: 0;
  z-index: 1;
}
.index_solution_content .itembox .bgbox::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(17, 120, 115, 0.55));
  z-index: 1;
}
.index_solution_content .itembox .bgbox img {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.index_solution_content .itembox .bgbox img.show {
  opacity: 1;
}
.index_solution_content .itembox .headbox {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 8%;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_solution_content .itembox .headbox h2 {
  position: relative;
  font-size: 4rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 1.75rem;
}
.index_solution_content .itembox .headbox h2 span {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 6.25rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.index_solution_content .itembox .headbox .intro p {
  font-size: 1.125rem;
  color: #cccccc;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_solution_content .itembox .headbox-hover {
  position: absolute;
  top: 2%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 8%;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
  -webkit-transition: all 0.3s linear 0.25s;
  transition: all 0.3s linear 0.25s;
}
.index_solution_content .itembox .headbox-hover h2 {
  position: relative;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.index_solution_content .itembox .headbox-hover h2 span {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  font-size: 3.75rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Bold";
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}
.index_solution_content .itembox .center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30% 8% 8%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.4s linear 0.3s;
  transition: all 0.4s linear 0.3s;
  z-index: 3;
}
.index_solution_content .itembox .center_hd h3 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 3.125rem;
}
.index_solution_content .itembox .center_hd .morebtn {
  width: auto;
}
.index_solution_content .itembox .center_hd .morebtn a {
  width: auto;
  height: 2.5rem;
  padding: 0 1.875rem;
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_solution_content .itembox .center_hd .morebtn a p {
  margin-right: 1.25rem;
  font-size: 1rem;
  color: #117873;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_solution_content .itembox .center_hd .morebtn a i {
  font-size: 1.125rem;
  color: #117873;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_solution_content .itembox .center_hd .morebtn a:hover {
  background-color: #117873;
}
.index_solution_content .itembox .center_hd .morebtn a:hover p,
.index_solution_content .itembox .center_hd .morebtn a:hover i {
  color: #fff;
}
.index_solution_content .itembox .center_listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.index_solution_content .itembox .center_listbx .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.333%;
  aspect-ratio: 133/50;
  padding: 0 1.5%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.index_solution_content .itembox .center_listbx .item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/index_solutionbg1.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_solution_content .itembox .center_listbx .item.active::after {
  opacity: 1;
}
.index_solution_content .itembox .center_listbx .item_iconbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 0.625rem;
}
.index_solution_content .itembox .center_listbx .item_iconbx img {
  width: 100%;
  height: 100%;
}
.index_solution_content .itembox .center_listbx .item h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_case {
  width: 100%;
  height: 100vh;
  padding-top: 6.25rem;
  background-image: url(../images/index_casebg.webp);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_case .w1600 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index_case_content {
  overflow: hidden;
}
.index_case_content .center {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7%;
  padding-bottom: 4%;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index_case_content .center .index_case_swiper {
  position: relative;
  margin: 5rem 0;
}
.index_case_content .center .index_case_swiper .swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_case_content .center .index_case_swiper .swiper-slide .imgbx {
  width: 100%;
}
.index_case_content .center .index_case_swiper .swiper-slide .imgbx img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_case_content .center .index_case_swiper .swiper-slide .textbx {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  padding: 0 1rem;
  -webkit-transition: all 0.4s linear 0.3s;
  transition: all 0.4s linear 0.3s;
}
.index_case_content .center .index_case_swiper .swiper-slide .textbx h4 {
  font-size: 1rem;
  color: #fff;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  text-align: center;
}
.index_case_content .center .index_case_swiper .swiper-slide-active {
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
  z-index: 2;
}
.index_case_content .center .index_case_swiper .swiper-slide-active .textbx {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.index_case_content .center .index_case_swiper .swiper-btn {
  top: 50%;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.index_case_content .center .index_case_swiper .swiper-btn span {
  line-height: 3.125rem;
  font-size: 1.5rem;
  color: #111;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_case_content .center .index_case_swiper .swiper-btn:hover {
  background-color: #117873;
}
.index_case_content .center .index_case_swiper .swiper-btn:hover span {
  color: #fff;
}
.index_case_content .center .index_case_swiper .swiper-btn-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index_case_content .center .index_case_swiper .swiper-btn-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.index_about {
  width: 100%;
  height: 100vh;
  background-image: url(../images/index_aboutbg.webp);
  padding-top: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_about .w1600 {
  height: 100%;
}
.index_about_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_about_content .textbx {
  width: 45%;
}
.index_about_content .textbx_txt_hd h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 4.375rem;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.index_about_content .textbx_txt_intro {
  margin-top: 6%;
}
.index_about_content .textbx_txt_intro p {
  font-size: 1rem;
  color: #666;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_about_content .textbx_center {
  margin: 8% 0 3%;
}
.index_about_content .textbx_center_nav {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 6%;
}
.index_about_content .textbx_center_nav ul li {
  position: relative;
  padding: 0 0.5rem;
}
.index_about_content .textbx_center_nav ul li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #117873;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_about_content .textbx_center_nav ul li.active::after {
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.index_about_content .textbx_center_nav ul li:hover {
  cursor: pointer;
}
.index_about_content .textbx_center_nav ul li:not(:last-child) {
  margin-right: 1.875rem;
}
.index_about_content .textbx_center_nav ul li span {
  font-size: 1rem;
  color: #111;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_about_content .textbx_center_bd .itembox {
  display: none;
}
.index_about_content .textbx_center_bd .itembox.active {
  display: block;
}
.index_about_content .textbx_center_bd .itembox.numbox ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index_about_content .textbx_center_bd .itembox.numbox ul li {
  width: 32%;
}
.index_about_content .textbx_center_bd .itembox.numbox ul li:first-child, .index_about_content .textbx_center_bd .itembox.numbox ul li:nth-child(2), .index_about_content .textbx_center_bd .itembox.numbox ul li:nth-child(3) {
  margin-bottom: 1rem;
}
.index_about_content .textbx_center_bd .itembox.numbox ul li p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_about_content .textbx_center_bd .itembox.numbox ul li p.num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  color: #111;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_about_content .textbx_center_bd .itembox.numbox ul li p.num span {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
  font-family: "Impact";
}
.index_about_content .textbx_center_bd .itembox.companybox ul {
  max-width: 80%;
}
.index_about_content .textbx_center_bd .itembox.companybox ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_about_content .textbx_center_bd .itembox.companybox ul li a svg {
  font-size: 4rem;
}
.index_about_content .textbx_center_bd .itembox.companybox ul li a h4 {
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_about_content .imgbx {
  width: 47%;
  height: auto;
}
.index_about_content .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_new {
  width: 100%;
  height: 100vh;
  padding-top: 6.25rem;
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_new .w1600 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index_new_content {
  overflow: hidden;
}
.index_new_content .center {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 4%;
  width: 100%;
}
.index_new_content .center_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  width: 31.25%;
  height: 100%;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.index_new_content .center_item:hover .href img {
  opacity: 1;
}
.index_new_content .center_item:hover .href_txt p,
.index_new_content .center_item:hover .href_txt i {
  color: #fff;
}
.index_new_content .center_item:hover .mask {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.index_new_content .center_item:hover .mask_head {
  top: 0;
  opacity: 1;
}
.index_new_content .center_item:hover .mask_intro {
  top: 0;
  opacity: 1;
}
.index_new_content .center_item .imgbx {
  width: 100%;
  aspect-ratio: 25/17;
  overflow: hidden;
}
.index_new_content .center_item .textbx {
  width: 100%;
  padding: 1.875rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_new_content .center_item .textbx .type {
  margin-bottom: 1.875rem;
}
.index_new_content .center_item .textbx .type p {
  font-size: 0.875rem;
  color: #117873;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_new_content .center_item .textbx .type p.time {
  color: #ccc;
  font-family: "MiSans-Demibold";
}
.index_new_content .center_item .textbx h4 {
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_new_content .center_item .href {
  position: relative;
  pointer-events: none;
  z-index: 3;
}
.index_new_content .center_item .href img {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index_new_content .center_item .href_txt {
  position: absolute;
  inset: 0;
  padding: 0 1.875rem;
}
.index_new_content .center_item .href_txt p {
  font-size: 1rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-right: 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_new_content .center_item .href_txt i {
  font-size: 1rem;
  color: #111;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_new_content .center_item .mask {
  position: absolute;
  inset: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  width: 100%;
  height: 100%;
  padding: 12% 1.875rem;
  border-radius: 0.9375rem;
  overflow: hidden;
  background-color: #117873;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_new_content .center_item .mask_head {
  position: relative;
  top: 1rem;
  padding-bottom: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0;
  -webkit-transition: all 0.4s linear 0.2s;
  transition: all 0.4s linear 0.2s;
}
.index_new_content .center_item .mask_head::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.index_new_content .center_item .mask_head::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 5.625rem;
  height: 1px;
  background-color: #fff;
}
.index_new_content .center_item .mask_head .type {
  margin-bottom: 2rem;
}
.index_new_content .center_item .mask_head .type p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_new_content .center_item .mask_head .type p.time {
  color: #fff;
  font-family: "MiSans-Demibold";
}
.index_new_content .center_item .mask_head h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_new_content .center_item .mask_intro {
  position: relative;
  top: 1rem;
  opacity: 0;
  -webkit-transition: all 0.4s linear 0.2s;
  transition: all 0.4s linear 0.2s;
}
.index_new_content .center_item .mask_intro p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_new_content .center_itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 31.25%;
}
.index_new_content .center_itembox .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 28%;
}
.index_new_content .center_itembox .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_new_content .center_itembox .item:hover .item_textbx .href p,
.index_new_content .center_itembox .item:hover .item_textbx .href i {
  color: #117873;
}
.index_new_content .center_itembox .item_imgbx {
  width: 49%;
  aspect-ratio: 245/163;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.index_new_content .center_itembox .item_imgbx img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_new_content .center_itembox .item_textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4%;
}
.index_new_content .center_itembox .item_textbx .time {
  font-size: 0.875rem;
  color: #ccc;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_new_content .center_itembox .item_textbx h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 1.125rem 0;
}
.index_new_content .center_itembox .item_textbx .href p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin-right: 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_new_content .center_itembox .item_textbx .href i {
  font-size: 1rem;
  color: #111;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_footer {
  background: url(../images/index_footbg.webp);
}
.index_footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 0;
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}
.index_footer_content .leftbx {
  width: 23%;
}
.index_footer_content .leftbx .logobx {
  width: 50%;
  height: auto;
}
.index_footer_content .leftbx .logobx img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_footer_content .leftbx .telbx {
  margin: 2.5rem 0 3.125rem;
}
.index_footer_content .leftbx .telbx span {
  font-size: 1rem;
  color: #666;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_footer_content .leftbx .telbx p {
  font-size: 1.5rem;
  color: #111;
  line-height: 1em;
  font-weight: 700;
  font-family: "MiSans-Regular";
  margin-top: 1rem;
}
.index_footer_content .leftbx .media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_footer_content .leftbx .media ul li:not(:last-child) {
  margin-right: 1.25rem;
}
.index_footer_content .leftbx .media ul li a {
  font-size: 1.25rem;
  color: #111;
}
.index_footer_content .rightbx {
  width: 83.5%;
  padding-left: 8%;
  padding-top: 2rem;
  border-left: 1px solid rgba(217, 217, 217, 0.3);
}
.index_footer_content .rightbx dl:not(:last-child) {
  margin-right: 8%;
}
.index_footer_content .rightbx dl dt {
  margin-bottom: 1.25rem;
}
.index_footer_content .rightbx dl dt a {
  font-size: 1rem;
  color: #333;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_footer_content .rightbx dl dt a:hover {
  color: #117873;
}
.index_footer_content .rightbx dl dd:not(:last-child) {
  margin-bottom: 0.75rem;
}
.index_footer_content .rightbx dl dd a {
  font-size: 0.875rem;
  color: #111;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_footer_content .rightbx dl dd a:hover {
  color: #117873;
}
.index_footer_copyright {
  height: 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_footer_copyright .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.index_footer_copyright .w1600 p:first-child {
  margin-right: 0.75rem;
}
.index_footer_copyright .w1600 p,
.index_footer_copyright .w1600 a {
  font-size: 0.875rem;
  color: #8b8b8b;
}
.index_footer_copyright .w1600 a:hover {
  color: #117873;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1200,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo_content .videobx {
    width: 96%;
    height: 28%;
  }
  .Pcbox {
    display: none !important;
  }
  .Mbox {
    display: block !important;
  }
  .common_banner {
    width: 100%;
    height: 35vh;
    margin-top: 5rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_banner video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_banner_textbx {
    display: none;
    top: 50%;
  }
  .common_banner_textbx h2 {
    font-size: 2.5rem;
  }
  .common_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common_title .leftbx {
    width: 100%;
  }
  .common_title_navlist {
    margin-top: 1.875rem;
  }
  .common_navbox ul {
    overflow-x: auto;
  }
  .common_navbox ul li:not(:last-child) {
    margin-right: 2.5rem;
  }
  .common_navbox ul li a {
    white-space: nowrap;
  }
  .common_pagebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common_pagebtn a {
    max-width: 100%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 5rem;
    z-index: 99;
  }
  .index_header .headmain {
    height: 100%;
    padding: 0 1rem;
  }
  .index_header .logobox_txt {
    display: none;
  }
  .index_header .navbx {
    display: none;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    display: block;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 5rem);
    background: #fff;
    display: none;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index_header_nav_M .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav_M .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1,
  .index_header_nav_M .cd-accordion-menu > li .level2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a,
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.active,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.icon-jianhao,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav_M .cd-accordion-menu a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .index_header_nav_M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav_M .has-children.active > .level1 > a {
    color: #117873;
  }
  .index_header_nav_M .cd-accordion-menu ul a {
    -webkit-box-shadow: inset 0 -1px #f0f1f2;
            box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index_header_nav_M .cd-accordion-menu > li:last-of-type > a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .index_header_nav_M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index_header_nav_M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    font-weight: 400;
  }
  .index_header .navbx {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .index_header .rightbx .search {
    display: none;
  }
  .index_header .rightbx .search_M {
    display: block;
  }
  .index_header .rightbx .search_M_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.625rem;
    height: 100%;
  }
  .index_header .rightbx .search_M_top.active i.iconbx1 {
    display: none;
  }
  .index_header .rightbx .search_M_top.active i.iconbx2 {
    display: block;
  }
  .index_header .rightbx .search_M_top i {
    display: none;
    font-size: 1.875rem;
    color: #2b2b2b;
  }
  .index_header .rightbx .search_M_top i.iconbx1 {
    display: block;
  }
  .index_header .rightbx .search_M_top i.iconbx2 {
    display: none;
  }
  .index_header .rightbx .search_M_downdrop {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .index_header .rightbx .search_M_downdrop.show {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  .index_header .rightbx .search_M_downdrop form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 16px;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }
  .index_header .rightbx .search_M_downdrop form input {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 3.625rem;
    font-size: 1.125rem;
    color: #fff;
    padding: 0 0.625rem;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .index_header .rightbx .search_M_downdrop form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.625rem;
    height: 3.625rem;
    border: 0;
    outline: none;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .index_header .rightbx .search_M_downdrop form button i {
    font-size: 1.875rem;
    color: #fff;
  }
  .index_header .rightbx .langbx_top p {
    line-height: 5rem;
  }
  .index_header .inner-header-icon {
    display: none;
    color: #2b2b2b;
    height: 3.625rem;
    font-size: 1.563rem;
    text-align: center;
    float: right;
    width: 3.125rem;
    position: relative;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    z-index: 3;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    /*第一条线旋转动画*/
    /*第二条线淡入淡出动画动画*/
    /*第三条线旋转动画*/
    display: block;
    z-index: 99;
  }
  .index_header .inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .index_header .inner-header-icon span {
    position: absolute;
    left: calc((100% - 1.563rem) / 2);
    top: calc((100% - 1px) / 2);
    width: 1.563rem;
    height: 0.125rem;
    background-color: #111;
  }
  .index_header .inner-header-icon span:nth-child(1) {
    -webkit-transform: translateY(0.625rem) rotate(0deg);
        -ms-transform: translateY(0.625rem) rotate(0deg);
            transform: translateY(0.625rem) rotate(0deg);
  }
  .index_header .inner-header-icon span:nth-child(2) {
    opacity: 0;
  }
  .index_header .inner-header-icon span:nth-child(3) {
    -webkit-transform: translateY(-0.625rem) rotate(0deg);
        -ms-transform: translateY(-0.625rem) rotate(0deg);
            transform: translateY(-0.625rem) rotate(0deg);
  }
  .index_header .inner-header-icon-click span {
    background: #2b2b2b;
  }
  .index_header .inner-header-icon-click span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickfirst;
            animation-name: clickfirst;
  }
  .index_header .inner-header-icon-click span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clicksecond;
            animation-name: clicksecond;
  }
  .index_header .inner-header-icon-click span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: clickthird;
            animation-name: clickthird;
  }
  @-webkit-keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  @keyframes clickfirst {
    0% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
  }
  @-webkit-keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes clicksecond {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  @keyframes clickthird {
    0% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
  }
  .index_header .inner-header-icon-out span {
    background: #2b2b2b;
  }
  .index_header .inner-header-icon-out span:nth-child(1) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outfirst;
            animation-name: outfirst;
  }
  .index_header .inner-header-icon-out span:nth-child(2) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outsecond;
            animation-name: outsecond;
  }
  .index_header .inner-header-icon-out span:nth-child(3) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: outthird;
            animation-name: outthird;
  }
  @-webkit-keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @keyframes outfirst {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg);
    }
    100% {
      -webkit-transform: translateY(-0.625rem) rotate(0deg);
              transform: translateY(-0.625rem) rotate(0deg);
    }
  }
  @-webkit-keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes outsecond {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  @keyframes outthird {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg);
    }
    100% {
      -webkit-transform: translateY(0.625rem) rotate(0deg);
              transform: translateY(0.625rem) rotate(0deg);
    }
  }
  .index_common_title {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_common_title .head {
    width: 100%;
  }
  .index_common_title .head h3 {
    font-size: 2.25rem;
  }
  .index_common_title .index_common_morebtn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .index_solution {
    height: auto;
    padding-top: 5rem;
  }
  .index_solution_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_solution_content .itembox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: calc(100vh - 5rem);
  }
  .index_solution_content .itembox .headbox {
    display: none;
  }
  .index_solution_content .itembox .headbox-hover {
    top: 10%;
    padding: 0 3%;
    opacity: 1;
  }
  .index_solution_content .itembox .center {
    top: 0;
    opacity: 1;
    padding: 30% 3% 8%;
  }
  .index_solution_content .itembox .center_listbx .item {
    width: 50%;
  }
  .index_case {
    height: auto;
    padding: 3rem 0;
  }
  .index_case .w1600 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .index_case_content .center .index_case_swiper {
    margin: 1.875rem 0;
  }
  .index_case_content .center .index_case_swiper .swiper-slide-active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .index_case_content .center .index_case_swiper .swiper-btn-prev {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .index_case_content .center .index_case_swiper .swiper-btn-next {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .index_about {
    padding: 3rem 0;
    height: auto;
  }
  .index_about_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_about_content .textbx {
    width: 100%;
  }
  .index_about_content .textbx_txt_hd h3 {
    font-size: 2.25rem;
    line-height: 3.5rem;
  }
  .index_about_content .textbx_center_bd .itembox.numbox ul li p.num span {
    font-size: 4rem;
  }
  .index_about_content .imgbx {
    width: 100%;
  }
  .index_about_content .imgbx img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index_new {
    padding: 3rem 0;
    height: auto;
  }
  .index_new .w1600 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .index_new .center {
    margin-top: 2.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_new .center_item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index_new .center_itembox {
    width: 100%;
    height: auto;
  }
  .index_new .center_itembox .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .index_footer_content {
    padding: 3rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_footer_content .leftbx {
    width: 100%;
  }
  .index_footer_content .leftbx .logobx {
    margin: 0 auto;
  }
  .index_footer_content .leftbx .telbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.25rem 0 1.875rem;
  }
  .index_footer_content .leftbx .media ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index_footer_content .rightbx {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-top: 2rem;
    border-left: 0;
  }
  .index_footer_content .rightbx dl {
    width: 30%;
    margin-bottom: 1.5rem;
  }
  .index_footer_content .rightbx dl:not(:last-child) {
    margin-right: 0;
  }
  .index_footer_copyright {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 0.5rem 0;
  }
  .index_footer_copyright .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index_footer_copyright .w1600 p {
    text-align: center;
    line-height: 1.5em;
  }
  .index_footer_copyright .w1600 p:first-child {
    margin-right: 0;
  }
  .index_footer_copyright .w1600 p:last-child {
    display: none;
  }
  .about_profile {
    padding: 3rem 0;
  }
  .about_profile .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_profile .leftbx {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .about_profile .rightbx {
    width: 100%;
  }
  .about_culture {
    padding: 3rem 0;
  }
  .about_culture_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_culture_content .item {
    width: 48%;
    margin-bottom: 1.25rem;
  }
  .about_culture_content .item:nth-child(2n) {
    margin-top: 0;
  }
  .about_image {
    padding: 3rem 0;
  }
  .about_image .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_image .textbx {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .about_image .imgbx {
    width: 100%;
  }
  .about_business {
    padding: 3rem 0;
  }
  .about_business_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.5rem;
  }
  .about_business_content .item,
  .about_business_content .item.active {
    width: 100%;
    height: 28rem;
  }
  .about_business_content .item .mask > h4,
  .about_business_content .item.active .mask > h4 {
    display: none;
  }
  .about_business_content .item .mask .maskcur,
  .about_business_content .item.active .mask .maskcur {
    padding: 2rem 3% 2rem;
    opacity: 1;
  }
  .about_business_content .item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .culture_content {
    padding: 3rem 0;
  }
  .culture_content .textbx {
    margin-bottom: 2rem;
  }
  .culture_content .textbx_intro {
    margin-bottom: 2.5rem;
    width: 100%;
  }
  .culture_content .textbx_list {
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 2.5rem 0;
  }
  .culture_content .textbx_list .item:not(:last-child)::after {
    display: none;
  }
  .culture_content .textbx .imgbx {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    margin-top: 2.5rem;
  }
  .culture_content .listbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .culture_content .listbx .item {
    width: 100%;
  }
  .culture_content .listbx .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .culture_content .listbx .item .mask {
    background-color: #117873;
  }
  .culture_content .listbx .item .mask h4 {
    color: #fff;
  }
  .culture_content .listbx .item .mask .intro {
    max-height: 12.5rem;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .honor_content {
    padding: 3rem 0;
  }
  .honor_content_center .listbx .item {
    width: 49%;
  }
  .management_module1 {
    padding: 3rem 0;
  }
  .management_module1 .common_title_intro {
    margin-top: 1.875rem;
    width: 100%;
  }
  .management_module1 .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .management_module1 .center .leftbx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .management_module1 .center .rightbx {
    width: 100%;
  }
  .management_module2 {
    padding: 3rem 0;
  }
  .management_module2 .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .management_module2 .center .leftbx {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .management_module2 .center .rightbx {
    width: 100%;
  }
  .management_module3 {
    padding: 3rem 0;
  }
  .management_module3 .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .management_module3 .leftbx {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .management_module3 .leftbx_swiperbx .swiper-pagination {
    text-align: center;
  }
  .management_module3 .rightbx {
    width: 100%;
  }
  .management_module4 {
    padding: 3rem 0;
  }
  .management_module4 .listbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .management_module4 .listbx .item {
    width: 100%;
  }
  .management_module4 .listbx .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .management_module5 {
    padding: 3rem 0;
  }
  .management_module5 .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .management_module5 .leftbox {
    width: 100%;
  }
  .management_module5 .rightbox {
    width: 100%;
  }
  .management_module6 .common_title {
    position: static;
  }
  .management_module6 .center {
    margin-top: 2.5rem;
  }
  .management_module6 .center_contentbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .management_module6 .center_contentbox_l {
    width: 100%;
  }
  .management_module6 .center_contentbox_imgbox {
    margin: 1rem auto;
    width: 70%;
  }
  .management_module6 .center_contentbox_r {
    width: 100%;
  }
  .management_module6 .center_navlist ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .management_module6 .center_navlist ul li {
    margin-bottom: 1rem;
  }
  .management_module7 {
    padding: 3rem 0;
  }
  .management_module7 .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .management_module7 .left {
    width: 100%;
  }
  .management_module7 .right {
    width: 100%;
  }
  .management_module7 .right .textbx {
    margin-top: 1.875rem;
  }
  .management_module8 {
    padding: 0 0 3rem;
  }
  .management_module9 {
    padding: 0 0 3rem;
  }
  .management_module8 .management_swiper5,
  .management_module8 .management_swiper6, .management_module9 .management_swiper5,
  .management_module9 .management_swiper6 {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 1.25rem;
  }
  .management_module8 .textbx, .management_module9 .textbx {
    position: static;
  }
  .management_module8 .textbx_txt, .management_module9 .textbx_txt {
    padding: 1rem;
    width: 100%;
  }
  .management_module10 {
    padding: 3rem 0;
  }
  .management_module10 .common_title .btnbox {
    margin-top: 1.875rem;
  }
  .problem .common_title .problemform {
    width: 100%;
    margin-top: 1.875rem;
    height: 3.125rem;
    border-radius: 1.5625rem;
  }
  .problem .common_title .problemform button {
    width: 3.125rem;
    height: 3.125rem;
  }
  .problem .center_navlist {
    float: none;
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .problem .center_listbox {
    float: none;
    width: 100%;
  }
  .support_module1 {
    padding: 3rem 0;
  }
  .support_module1 .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .support_module1 .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .support_module1 .left img {
    width: 80%;
  }
  .support_module1 .right {
    width: 100%;
  }
  .support_module1 .right_text {
    margin-top: 2.5rem;
  }
  .support_module1 .right_text .md:first-child, .support_module1 .right_text .md:nth-child(2) {
    margin-bottom: 1.875rem;
  }
  .support_module2 .textbox {
    width: 100%;
  }
  .support_solution {
    padding: 3rem 0;
  }
  .support_solution .common_title .btnbox {
    margin-top: 1.875rem;
  }
  .service_module1 {
    padding: 3rem 0;
  }
  .service_module1 .listbox .item {
    width: 100%;
  }
  .service_module2 .listbox {
    margin-top: 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service_module2 .listbox .item {
    width: 100%;
  }
  .service_module2 .listbox .item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .service_module3 {
    padding: 3rem 0;
  }
  .service_module3 .listbx {
    margin-top: 2.5rem;
  }
  .service_module3 .listbx .bgbox {
    display: none;
  }
  .service_module3 .listbx .item {
    position: relative;
    width: 100% !important;
  }
  .service_module3 .listbx .item_txt {
    width: 80%;
  }
  .service_module3 .listbx .item:nth-child(3), .service_module3 .listbx .item:nth-child(4) {
    margin: 0;
  }
  .service_module3 .listbx .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .new_content .listbox .firstitem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0;
    border: 0;
    margin-bottom: 1.875rem;
  }
  .new_content .listbox .firstitem .imgbx {
    width: 100%;
    aspect-ratio: 50/33;
    border-radius: 0.625rem;
  }
  .new_content .listbox .firstitem .textbx {
    width: 100%;
    padding: 0.75rem 0;
  }
  .new_content .listbox .firstitem .textbx .intro {
    margin: 1.25rem 0 0;
  }
  .new_content .listbox .firstitem .textbx .href {
    display: none;
  }
  .new_content .listbox .item {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .newdetail_content {
    padding: 3rem 0;
  }
  .newdetail_content .detailbx {
    float: none;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .newdetail_content .rightbx {
    float: none;
    width: 100%;
  }
  .contact_business {
    padding: 3rem 0;
  }
  .contact_business .listbox .item {
    width: 100%;
  }
  .contact_cooperation {
    padding: 3rem 0;
  }
  .contact_cooperation .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_cooperation .left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .contact_cooperation .left .md {
    margin-top: 2.5rem;
  }
  .contact_cooperation .right {
    width: 100%;
  }
  .contact_cooperation .right .formbx_item {
    width: 100%;
  }
  .contact_cooperation .right .formbx_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_cooperation .right .formbx_btn .codebox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  .contact_cooperation .right .formbx_btn .codebox input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contact_job .center_listbox .item_hd {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1rem;
  }
  .contact_job .center_listbox .item_hd_md:nth-child(2), .contact_job .center_listbox .item_hd_md:nth-child(4) {
    display: none;
  }
  .contact_job .center_listbox .item_hd_md:first-child {
    width: 42%;
  }
  .contact_job .center_listbox .item_bd .detail {
    padding: 4rem 1rem 1.25rem;
  }
  .contact_job .center_listbox .item_bd .detail_text {
    padding: 0 0 1.875rem;
  }
  .showmap .center {
    width: 96vw;
    height: 50vh;
    padding: 0;
  }
  .joblist_content .listbox .item_hd {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1rem;
  }
  .joblist_content .listbox .item_hd_md:nth-child(2), .joblist_content .listbox .item_hd_md:nth-child(4) {
    display: none;
  }
  .joblist_content .listbox .item_hd_md:first-child {
    width: 42%;
  }
  .joblist_content .listbox .item_bd .detail {
    padding: 4rem 1rem 1.25rem;
  }
  .joblist_content .listbox .item_bd .detail_text {
    padding: 0 0 1.875rem;
  }
  .searchbd_content .center .item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_header .navmain {
    padding: 0 2%;
  }
  .index_header_navbox .logobox p {
    display: none;
    font-size: 0.875rem;
  }
  .index_header_nav_item .nav-level > a {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1921px) and (max-width: 2300px) {
  :root {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}