@charset "UTF-8";
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
@font-face {
  font-family: "Maitree-light";
  src: url("../fonts/MAITREE-LIGHT.TTF") format("truetype");
}
@font-face {
  font-family: "Maitree-medium";
  src: url("../fonts/MAITREE-MEDIUM.TTF") format("truetype");
}
.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;
}

.w1700 {
  width: 106.25rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

.txtp {
  font-size: 1rem;
  color: #111;
  line-height: 1.8em;
}

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

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

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

.flex-center {
  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;
}

.flex-st-center {
  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;
}

.flex-bt-wrap {
  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;
}

.flex-end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.flex-bt-end {
  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;
}

.flex-cl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-cl-center {
  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;
}

.flex-cl-bt {
  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;
}

.flex-cl-center2 {
  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;
}

.flex-cl-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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.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);
  }
}
.inner-header-icon {
  display: none;
  color: #333;
  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);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.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: #2b2b2b;
}
.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);
}
.inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.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);
}
.inner-header-icon-click span {
  background: #333;
}
.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;
}
.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;
}
.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);
  }
}
.inner-header-icon-out span {
  background: #333;
}
.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;
}
.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;
}
.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);
  }
}

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

:root body {
  position: absolute;
}

.hvr-bounce-to-right:before {
  background: #ef841a;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.5);
}

.common_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 7.5rem;
}
.common_banner img {
  width: 100%;
  height: auto;
}
.common_banner_textbx {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.common_banner_textbx .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common_banner_textbx h1 {
  font-size: 3.75rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.125rem;
}
.common_title {
  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;
}
.common_title h3 {
  font-size: 2.25rem;
  color: #111;
  font-family: "MiSans-Bold";
}
.common_title em {
  display: block;
  width: 4rem;
  height: 0.125rem;
  background-color: #ef841a;
  margin-top: 1.25rem;
}
.common_morebtn a {
  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;
  font-size: 1rem;
  color: #2b2b2b;
  text-transform: capitalize;
}
.common_morebtn a 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: 1.25rem;
  height: 1.25rem;
  margin-left: 1rem;
  border-radius: 50%;
  background-color: #e4e4e4;
  font-size: 1rem;
  color: #2b2b2b;
}
.common_crumb {
  width: 100%;
}
.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;
  color: #111;
  line-height: 2.5rem;
}
.common_crumb p i {
  font-size: 1.125rem;
  color: #111;
  margin-right: 0.25rem;
}
.common_crumb p a {
  color: #111;
}
.common_crumb p a:hover {
  color: #ef841a;
}
.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: 2rem;
  height: 2rem;
  font-size: 1rem;
  color: #333;
  margin: 0 0.5rem;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  -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: #ef841a;
  border-color: #ef841a;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #ef841a;
  border-color: #ef841a;
}
.common_pagination li {
  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: transparent;
}
.common_pagination li:first-child a:hover, .common_pagination li:last-child a:hover {
  background-color: #ef841a;
}
.common_pagebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: #232323;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #ef841a;
}

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

.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 1px 1px 13px 0px rgba(0, 20, 23, 0.11);
          box-shadow: 1px 1px 13px 0px rgba(0, 20, 23, 0.11);
  z-index: 99;
}
.index_header .headmain {
  width: 100%;
  height: 100%;
  padding: 0 3%;
}
.index_header .logoimg {
  position: relative;
  display: block;
  width: auto;
  height: 4.25rem;
}
.index_header .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_header .navbox {
  height: 100%;
}
.index_header_nav {
  height: 100%;
  margin-left: auto;
  -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: 0 1.25rem;
}
.index_header_nav_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  text-align: center;
  color: #2b2b2b;
  line-height: 7.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  min-width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 0px 0px 15px 15px;
  opacity: 0;
  z-index: 49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_header_nav_item .dropdown_list li a {
  display: block;
  padding: 0 1.25rem;
  background-color: #fff;
  font-size: 1.125rem;
  color: #2b2b2b;
  text-align: left;
  line-height: 3.125rem;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown_list li:hover a {
  color: #fff;
  background-color: #ef841a;
}
.index_header_nav_item.active a {
  color: #ef841a;
}
.index_header_nav_item:hover a {
  color: #ef841a;
}
.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%;
  z-index: 3;
}
.index_header .rightbx .searchbx {
  position: relative;
  width: 22.5rem;
  height: 3.125rem;
  margin: 0 3.125rem;
}
.index_header .rightbx .searchbx form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.index_header .rightbx .searchbx form input::-webkit-input-placeholder,
.index_header .rightbx .searchbx form textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx form input:-moz-placeholder,
.index_header .rightbx .searchbx form textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx form input::-moz-placeholder,
.index_header .rightbx .searchbx form textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx form input:-ms-input-placeholder,
.index_header .rightbx .searchbx form textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx form input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: #e6e6e6;
  outline: none;
  border-radius: 1.5625rem;
  font-size: 1rem;
  color: #2b2b2b;
  padding: 0 4% 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index_header .rightbx .searchbx form button {
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.75rem;
  height: 100%;
  border: 0;
  outline: none;
  background-color: transparent;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .searchbx form button i {
  font-size: 1.5rem;
  color: #111;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .searchbx form button:hover {
  cursor: pointer;
}
.index_header .rightbx .lang {
  position: relative;
}
.index_header .rightbx .lang_tl {
  height: 2.5rem;
}
.index_header .rightbx .lang_tl:hover i,
.index_header .rightbx .lang_tl:hover span {
  color: #ef841a;
}
.index_header .rightbx .lang_tl i {
  font-size: 1.25rem;
  color: #2b2b2b;
}
.index_header .rightbx .lang_tl span {
  font-size: 1.25rem;
  color: #2b2b2b;
  margin: 0 0.625rem;
}
.index_header .rightbx .lang_dropdown {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  opacity: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header .rightbx .lang_dropdown ul {
  width: 100%;
}
.index_header .rightbx .lang_dropdown ul li a {
  display: block;
  width: 100%;
  height: 2.5rem;
  background-color: #fff;
  font-size: 1.125rem;
  color: #2b2b2b;
  line-height: 2.25rem;
  text-align: center;
}
.index_header .rightbx .lang_dropdown ul li a:hover {
  background-color: #ef841a;
  color: #fff;
}
.index_header .rightbx .lang:hover {
  cursor: pointer;
}
.index_header .rightbx .lang:hover .lang_dropdown {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 7.5rem;
  overflow: hidden;
  z-index: 1;
}
.index_banner_swiper {
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide .swiper-animation {
  opacity: 0;
}
.index_banner_swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.index_banner_swiper .swiper-pagination {
  bottom: 1rem;
}
.index_banner_swiper .swiper-pagination-bullet {
  width: 1.75rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
}
.index_banner_swiper .swiper-pagination-bullet-active {
  background-color: #ef841a;
}
.index_banner_M {
  display: none;
}
.index_who {
  position: relative;
  padding: 5rem 0;
  height: auto;
}
.index_who .imgbx {
  width: 64%;
  height: auto;
  margin-left: auto;
  overflow: hidden;
}
.index_who .imgbx img {
  width: 100%;
  height: auto;
}
.index_who .textbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5rem 0;
}
.index_who .textbx .w1600 {
  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%;
}
.index_who .textbx_txt {
  width: 31%;
}
.index_who .textbx_txt h3 {
  font-size: 3rem;
  color: #2b2b2b;
  font-weight: 400;
  text-transform: capitalize;
}
.index_who .textbx_txt .textbx_intro {
  margin: 2.5rem 0 3.25rem;
}
.index_who .textbx_txt .textbx_intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.6em;
}
.index_who .textbx_txt .morebtn i {
  font-size: 1.5rem;
  color: #ef841a;
  margin-right: 1.25rem;
}
.index_who .textbx_txt .morebtn span {
  font-size: 1rem;
  color: #ef841a;
}
.index_what {
  position: relative;
  padding: 5rem 0;
  background-color: #f6f6f6;
}
.index_what .w1600 {
  position: relative;
  z-index: 1;
}
.index_what .imgbx {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45%;
  max-height: 80%;
  height: auto;
  z-index: 0;
}
.index_what .imgbx img {
  display: block;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_what .textbx {
  width: 52%;
}
.index_what .textbx h3 {
  font-size: 3rem;
  color: #2b2b2b;
  font-weight: 400;
  font-family: "Maitree-light";
  text-transform: capitalize;
  letter-spacing: 0.125rem;
  margin-bottom: 3.5rem;
}
.index_what .textbx .item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.index_what .textbx .item_hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.index_what .textbx .item_hd i {
  font-size: 2.5rem;
  color: #8a8a8a;
  margin-right: 1.25rem;
}
.index_what .textbx .item_hd h4 {
  font-size: 1.875rem;
  color: #2b2b2b;
  line-height: 1em;
  font-weight: 400;
  font-family: "Maitree-light";
}
.index_what .textbx .item p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2rem;
}
.index_what .textbx .morebtn i {
  font-size: 1.5rem;
  color: #ef841a;
  margin-right: 1.25rem;
}
.index_what .textbx .morebtn span {
  font-size: 1rem;
  color: #ef841a;
}
.index_product {
  position: relative;
  padding: 6.25rem 0;
  max-height: 90vh;
}
.index_product .w1600 {
  height: 100%;
  min-height: 58vh;
}
.index_product_center {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 64%;
  height: auto;
}
.index_product_center .index_product_swiper {
  width: 100%;
}
.index_product_center .index_product_swiper .swiper-slide {
  position: relative;
  border: 1px solid #dadada;
}
.index_product_center .index_product_swiper .swiper-slide .imgbx {
  width: 100%;
  aspect-ratio: 10/9;
}
.index_product_center .index_product_swiper .swiper-slide .imgbx img {
  max-width: 90%;
  max-height: 90%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_product_center .index_product_swiper .swiper-slide h4 {
  font-size: 2rem;
  font-weight: 400;
  color: #2b2b2b;
  text-align: center;
  line-height: 6rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_product_center .index_product_swiper .swiper-slide:hover .imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_product_center .index_product_swiper .swiper-slide:hover h4 {
  color: #ef841a;
}
.index_product_center .swiper-pagination {
  bottom: -2rem;
}
.index_product_center .swiper-pagination-bullet {
  width: 1.75rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
}
.index_product_center .swiper-pagination-bullet-active {
  background-color: #ef841a;
}
.index_product .textbx {
  width: 30%;
}
.index_product .textbx h3 {
  font-size: 3rem;
  color: #2b2b2b;
  font-weight: 400;
  text-transform: capitalize;
}
.index_product .textbx_intro {
  margin: 4% 0 14%;
}
.index_product .textbx_intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.6em;
}
.index_product .textbx .morebtn i {
  font-size: 1.5rem;
  color: #ef841a;
  margin-right: 1.25rem;
}
.index_product .textbx .morebtn span {
  font-size: 1rem;
  color: #ef841a;
}
.index_sidebar {
  position: fixed;
  bottom: 0;
  right: 5%;
  z-index: 19;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_sidebar ul li {
  width: auto;
  height: 2.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_sidebar ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.index_sidebar ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100%;
  padding: 0 0.875rem;
  border-radius: 0.625rem 0.625rem 0 0;
  background-color: #ef841a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_sidebar ul li a i {
  font-size: 1.125rem;
  color: #fff;
  margin-right: 0.625rem;
}
.index_sidebar ul li a p {
  font-size: 0.875rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_sidebar ul li a:hover {
  background-color: #ef841a;
}
.index_footer {
  background: #555657;
}
.index_footer_content {
  padding: 4rem 0;
}
.index_footer_content h2 {
  font-size: 5rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2rem;
}
.index_footer_content .list a {
  margin: 0 1.25rem;
  border-top: 1px solid #fff;
}
.index_footer_content .list a span {
  font-size: 1.25rem;
  color: #fff;
  line-height: 2.5em;
  margin-right: 3rem;
}
.index_footer_content .list a i {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  right: 0.75rem;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_footer_content .list a:hover i {
  right: 0;
  opacity: 1;
}
.index_footer_bottom {
  background: #3f4041;
  height: 10rem;
}
.index_footer_bottom .w1600 {
  height: 100%;
}
.index_footer_bottom .place {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.index_footer_bottom .place i {
  font-size: 2rem;
  color: #fff;
  margin-right: 0.875rem;
}
.index_footer_bottom .place .place_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index_footer_bottom .place .place_item p:first-child {
  margin-right: 2.5rem;
}
.index_footer_bottom .place .place_item p {
  font-size: 0.875rem;
  line-height: 1.7em;
  color: #fff;
}
.index_footer_bottom .place p {
  font-size: 0.875rem;
  line-height: 1.7em;
  color: #fff;
}
.index_footer_bottom .place h4 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.625rem;
}
.index_footer_bottom .media h4 {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 1.75rem;
}
.index_footer_bottom .media ul li a i {
  font-size: 1.5rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_footer_bottom .media ul li a:hover i {
  color: #ef841a;
}
.index_footer_bottom .media ul li:not(:last-child) {
  margin-right: 1.25rem;
}

.about_who {
  padding: 5rem 0;
}
.about_who h3 {
  font-size: 3rem;
  font-weight: 400;
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 3.125rem;
}
.about_who .center .about_who_swiper {
  margin-bottom: 3.125rem;
  overflow: hidden;
}
.about_who .center .about_who_swiper .swiper-slide {
  width: 100%;
}
.about_who .center .about_who_swiper .swiper-slide img {
  display: block;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.about_who .center .aboutlist_swiper {
  overflow: hidden;
}
.about_who .center .aboutlist_swiper .swiper-slide {
  opacity: 1;
}
.about_who .center .aboutlist_swiper .swiper-slide span {
  font-size: 3rem;
  color: #2b2b2b;
}
.about_who .center .aboutlist_swiper .swiper-slide .text {
  position: relative;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}
.about_who .center .aboutlist_swiper .swiper-slide .text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2b2b2b;
}
.about_who .center .aboutlist_swiper .swiper-slide .text h4 {
  font-size: 1rem;
  color: #2b2b2b;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1.5rem;
}
.about_who .center .aboutlist_swiper .swiper-slide .text p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.6em;
}
.about_who .center .aboutlist_swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.about_certificate {
  padding: 6.25rem 0 5rem;
  background-image: url(../images/certificatebg.jpg);
}
.about_certificate .textbx {
  width: 30%;
}
.about_certificate .textbx h3 {
  font-size: 3rem;
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 3.25rem;
}
.about_certificate .textbx_bd .span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ef841a;
}
.about_certificate .textbx_bd p {
  font-size: 1rem;
  color: #000;
  line-height: 1.6em;
}
.about_certificate .imgbx {
  width: 60%;
}
.about_certificate .imgbx img {
  width: 100%;
  height: auto;
}
.about_service {
  padding: 5rem 0 2.5rem;
}
.about_service .w1500 {
  position: relative;
}
.about_service h3 {
  font-size: 3rem;
  font-weight: 400;
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 2.5rem;
}
.about_service_swiper {
  padding-bottom: 5rem;
  width: 60%;
  margin: auto;
}
.about_service_swiper .swiper-slide {
  position: relative;
  width: 40vw;
}
.about_service_swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.about_service_swiper .swiper-slide .text {
  opacity: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1.25rem 2rem;
  background: #ef841a;
  -webkit-transition: all 0.4s linear 0.2s;
  transition: all 0.4s linear 0.2s;
}
.about_service_swiper .swiper-slide .text_txt h4 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 2rem;
}
.about_service_swiper .swiper-slide .text_txt p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.4em;
}
.about_service_swiper .swiper-slide-active .text {
  opacity: 1;
}
.about_service .swiper-pagination {
  bottom: 2rem;
}
.about_service .swiper-pagination-bullet {
  width: 1.75rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: #999;
}
.about_service .swiper-pagination-bullet-active {
  background-color: #ef841a;
}

.service_top {
  padding: 7.5rem;
}
.service_top h3 {
  font-size: 3rem;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 1.5em;
  margin-bottom: 1.25rem;
}
.service_top .intro {
  max-width: 80%;
}
.service_top .intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.7em;
}
.service_plan {
  padding: 4.5rem 0;
  background-image: url(../images/serviceplanbg.jpg);
  overflow: hidden;
}
.service_plan h3 {
  font-size: 3rem;
  font-weight: 400;
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 2.5rem;
}
.service_plan_list {
  padding-top: 2.5rem;
  border-top: 1px solid #000;
}
.service_plan_list .item {
  width: 31.25%;
  min-height: 22.5rem;
  padding: 2.5rem 1.875rem;
  background: #0164a6;
}
.service_plan_list .item h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.875rem;
}
.service_plan_list .item p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.7em;
}
.service_what {
  padding: 6.25rem 0 5rem;
}
.service_what h3 {
  font-size: 3rem;
  font-weight: 400;
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 3.125rem;
}
.service_what_list .item {
  width: 31.25%;
  margin-bottom: 2.5rem;
}
.service_what_list .item_img {
  width: 100%;
  height: 19.5rem;
}
.service_what_list .item_text {
  width: 100%;
  margin-top: 1.25rem;
}
.service_what_list .item_text h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}
.service_what_list .item_text .intro p {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 1.6em;
}

.producttype_content {
  margin-top: 7.5rem;
  padding: 5rem 0 2.5rem;
  background: #f2f2f2;
}
.producttype_content .title {
  margin-bottom: 3.125rem;
}
.producttype_content .title span {
  font-size: 1.25rem;
  font-family: "Maitree-light";
  color: #2b2b2b;
  margin-bottom: 1rem;
}
.producttype_content .title h3 {
  font-size: 3rem;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Maitree-light";
}
.producttype_content .list .item {
  position: relative;
  width: 31.25%;
  margin-bottom: 3.75rem;
}
.producttype_content .list .item:hover .item_img img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.producttype_content .list .item:hover .item_text_bd .listbtn i,
.producttype_content .list .item:hover .item_text_bd .listbtn span {
  color: #ef841a;
}
.producttype_content .list .item_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.producttype_content .list .item_img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.producttype_content .list .item_text h4 {
  font-size: 1.25rem;
  font-family: "Maitree-medium";
  font-weight: 400;
  color: #2b2b2b;
  line-height: 3.75rem;
  text-align: center;
  background: #e6e6e6;
}
.producttype_content .list .item_text_bd {
  width: 100%;
  min-height: 17.1875rem;
  padding: 2.25rem 1.875rem;
  background-color: #fff;
}
.producttype_content .list .item_text_bd .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.6em;
}
.producttype_content .list .item_text_bd .listbtn i {
  font-size: 1.5rem;
  color: #2b2b2b;
  margin-right: 1.25rem;
}
.producttype_content .list .item_text_bd .listbtn span {
  font-size: 1rem;
  color: #2b2b2b;
}

.product_content {
  margin-top: 0;
  padding: 0;
}
.product_content .title {
  padding: 5rem 0;
  margin-bottom: 0;
  background: #f2f2f2;
}
.product_content .list {
  padding: 6.25rem 0 2.5rem;
  background: #e1e1e1;
}
.product_content .list .item_img {
  background-color: #fff;
}
.product_content .list .item_img img {
  max-width: 100%;
  max-height: 90%;
}

.productdetail_content {
  margin-top: 7.5rem;
  padding: 4.5rem 0;
  background: #f2f2f2;
}
.productdetail_content .profile img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_content .profile_leftbx {
  width: 46.25%;
  padding: 0.625rem;
  background-color: #fff;
}
.productdetail_content .profile_leftbx .productdetail_swiper {
  position: relative;
  width: 100%;
  height: 25rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.productdetail_content .profile_leftbx .productdetail_swiper .swiper-slide {
  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;
  background-color: #fff;
  overflow: hidden;
}
.productdetail_content .profile_leftbx .productdetail_swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_content .profile_leftbx .productdetail_swiper .swiper-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(24, 99, 173, 0);
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.productdetail_content .profile_leftbx .productdetail_swiper .swiper-btn.swiper-button-disabled {
  border-color: rgba(0, 0, 0, 0.1);
}
.productdetail_content .profile_leftbx .productdetail_swiper .swiper-btn.swiper-button-disabled span {
  color: rgba(0, 0, 0, 0.1);
}
.productdetail_content .profile_leftbx .productdetail_swiper .swiper-btn:hover {
  border-color: #ef841a;
  background-color: #ef841a;
}
.productdetail_content .profile_leftbx .productdetail_swiper .swiper-btn:hover span {
  color: #fff;
}
.productdetail_content .profile_leftbx .productdetail_swiper .swiper-btn span {
  font-size: 2.25rem;
  color: rgba(0, 0, 0, 0.4);
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productdetail_content .profile_leftbx .productdetail_swiper .swiper-btn:hover span {
  opacity: 1;
}
.productdetail_content .profile_leftbx .productdetail_swiper .swiper-btn-prev {
  left: 0.5%;
}
.productdetail_content .profile_leftbx .productdetail_swiper .swiper-btn-next {
  right: 0.5%;
}
.productdetail_content .profile_leftbx .productdetail_list_swiper {
  display: block;
  width: 100%;
  overflow: hidden;
}
.productdetail_content .profile_leftbx .productdetail_list_swiper .swiper-slide {
  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: 100%;
  height: 8.125rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.productdetail_content .profile_leftbx .productdetail_list_swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_content .profile_leftbx .productdetail_list_swiper .swiper-slide-thumb-active {
  border-color: #ef841a;
}
.productdetail_content .profile_rightbx {
  width: 48.75%;
  padding-right: 8%;
  padding-top: 2%;
}
.productdetail_content .profile_rightbx h3 {
  font-size: 3rem;
  color: #2b2b2b;
  line-height: 1.5em;
  margin-bottom: 1.75rem;
}
.productdetail_content .profile_rightbx .textbx {
  min-height: 20rem;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  padding-top: 1.875rem;
}
.productdetail_content .profile_rightbx .textbx_intro p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.6em;
}
.productdetail_content .profile_rightbx .textbx .downbtn {
  width: 100%;
  height: 3.625rem;
}
.productdetail_content .profile_rightbx .textbx .downbtn a {
  width: 100%;
  height: 100%;
  background: #ef841a;
}
.productdetail_content .profile_rightbx .textbx .downbtn a span,
.productdetail_content .profile_rightbx .textbx .downbtn a i {
  font-size: 1.25rem;
  color: #fff;
}
.productdetail_content .profile_rightbx .textbx .downbtn a i {
  font-size: 1.5rem;
}
.productdetail_content .profile_rightbx .textbx .downbtn a span {
  margin-right: 1.25rem;
}
.productdetail_content .center {
  padding: 5rem 0;
}
.productdetail_content .center_md:not(:last-child) {
  margin-bottom: 2.5rem;
}
.productdetail_content .center_md h4 {
  font-size: 2.5rem;
  color: #2b2b2b;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.productdetail_content .center_md .detail {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}
.productdetail_content .center_md .detail p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.6em;
}
.productdetail_haibao {
  position: relative;
  width: 100%;
  height: 40rem;
}
.productdetail_haibao img {
  position: absolute;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_haibao .w1600 {
  height: 100%;
}
.productdetail_haibao .w1600 .textbx {
  max-width: 40%;
}
.productdetail_haibao .w1600 .textbx h4 {
  font-size: 2rem;
  color: #fff;
  line-height: 1.7em;
}
.productdetail_other {
  padding: 4.5rem 0;
  background: #f7f7f7;
}
.productdetail_other h3 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 1.875rem;
}
.productdetail_other .listbx {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}
.productdetail_other .listbx .item {
  position: relative;
  width: 31.25%;
}
.productdetail_other .listbx .item:hover .item_img img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.productdetail_other .listbx .item:hover .item_text_bd .listbtn i,
.productdetail_other .listbx .item:hover .item_text_bd .listbtn span {
  color: #ef841a;
}
.productdetail_other .listbx .item_img {
  width: 100%;
  height: 24.375rem;
  overflow: hidden;
  background-color: #fff;
}
.productdetail_other .listbx .item_img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.productdetail_other .listbx .item_text h4 {
  font-size: 1.75rem;
  font-family: "Maitree-medium";
  font-weight: 400;
  color: #2b2b2b;
  line-height: 3.75rem;
  text-align: center;
  background: #e6e6e6;
}
.productdetail_other .listbx .item_text_bd {
  width: 100%;
  min-height: 17.1875rem;
  padding: 2.25rem 1.875rem;
  background-color: #fff;
}
.productdetail_other .listbx .item_text_bd .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.6em;
}
.productdetail_other .listbx .item_text_bd .listbtn i {
  font-size: 1.5rem;
  color: #2b2b2b;
  margin-right: 1.25rem;
}
.productdetail_other .listbx .item_text_bd .listbtn span {
  font-size: 1rem;
  color: #2b2b2b;
}

.industry_content {
  padding: 6.25rem 0 2.5rem;
}
.industry_content .title h3 {
  font-size: 3rem;
  font-weight: 400;
  color: #2b2b2b;
  text-align: center;
  letter-spacing: 0.125rem;
}
.industry_content .intro {
  margin: 2rem 0 3rem;
}
.industry_content .intro .w1600 {
  padding: 0 3%;
}
.industry_content .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 2rem;
}
.industry_content .list .item {
  position: relative;
  width: 29.57%;
  height: 27.5rem;
  overflow: hidden;
  margin-bottom: 3.75rem;
}
.industry_content .list .item:hover .textbx {
  height: 100%;
}
.industry_content .list .item:hover .textbx_bd {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  opacity: 1;
}
.industry_content .list .item .textbx {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2.5rem;
  background-color: #ededed;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.industry_content .list .item .textbx h4 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  background-color: #000;
}
.industry_content .list .item .textbx_bd {
  width: 100%;
  height: calc(100% - 2.5rem);
  padding: 10% 1.25rem;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition: all 0.4s linear 0.2s;
  transition: all 0.4s linear 0.2s;
}
.industry_content .list .item .textbx_bd .intro p {
  font-size: 1.25rem;
  color: #2b2b2b;
  line-height: 1.7em;
}
.industry_content .list .item .textbx_bd .detailbtn i {
  font-size: 1.5rem;
  color: #2b2b2b;
  margin-right: 1.25rem;
}
.industry_content .list .item .textbx_bd .detailbtn span {
  font-size: 1rem;
  color: #2b2b2b;
}
.industry_content .list .item .textbx_bd .detailbtn:hover i,
.industry_content .list .item .textbx_bd .detailbtn:hover span {
  color: #ef841a;
}

.industrydetail_profile {
  padding: 6.25rem 0;
}
.industrydetail_profile .title {
  margin-bottom: 3.125rem;
}
.industrydetail_profile .title span {
  font-size: 1.5rem;
  color: #2b2b2b;
}
.industrydetail_profile .title h3 {
  font-size: 3rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-top: 1rem;
}
.industrydetail_profile .center .industrydetail_profile_swiper {
  margin-bottom: 3.125rem;
}
.industrydetail_profile .center .industrydetail_profile_swiper .swiper-slide {
  width: 31.25rem;
}
.industrydetail_profile .center .industrydetail_profile_swiper .swiper-slide .imgbx {
  width: 100%;
  height: auto;
  margin-bottom: 0.875rem;
}
.industrydetail_profile .center .industrydetail_profile_swiper .swiper-slide .imgbx img {
  width: 100%;
  height: auto;
}
.industrydetail_profile .center .industrydetail_profile_swiper .swiper-slide h4 {
  font-size: 1.5rem;
  color: #2b2b2b;
  text-align: center;
}
.industrydetail_profile .center p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.6em;
}
.industrydetail_plan, .industrydetail_testing, .industrydetail_product {
  padding: 4.375rem 0;
  background-color: #f1f1f1;
}
.industrydetail_plan h3, .industrydetail_testing h3, .industrydetail_product h3 {
  font-size: 3rem;
  font-weight: 400;
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 3.125rem;
}
.industrydetail_plan .detail, .industrydetail_testing .detail, .industrydetail_product .detail {
  padding-top: 2.5rem;
  border-top: 1px solid #000;
}
.industrydetail_plan .detail p, .industrydetail_testing .detail p, .industrydetail_product .detail p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.6em;
}
.industrydetail_plan .detail img, .industrydetail_testing .detail img, .industrydetail_product .detail img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.industrydetail_testing {
  background-color: #fff;
}
.industrydetail_testing .detail p {
  font-size: 1.5rem;
  text-align: center;
}
.industrydetail_product {
  background-image: url(../images/industrydetailbg.jpg);
}
.industrydetail_product .listbox {
  padding-top: 2.5rem;
  border-top: 1px solid #000;
}
.industrydetail_product .listbox ul {
  width: 100%;
}
.industrydetail_product .listbox ul li {
  width: 24%;
  margin-bottom: 1rem;
}
.industrydetail_product .listbox ul li a {
  font-size: 1.25rem;
  color: #2b2b2b;
  text-transform: capitalize;
}

.contact_mapbx {
  padding: 3.75rem 0;
}
.contact_mapbx .earth {
  position: relative;
  width: 100%;
}
.contact_mapbx .earth img {
  width: 100%;
  height: auto;
}
.contact_mapbx .earth .marklist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact_mapbx .earth .marklist_item {
  position: absolute;
}
.contact_mapbx .earth .marklist_item em {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #0078b9;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact_mapbx .earth .marklist_item h4 {
  position: absolute;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
  color: #2b2b2b;
}
.contact_mapbx .earth .marklist_item.left h4 {
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact_mapbx .earth .marklist_item.right h4 {
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact_mapbx .earth .marklist_item.top h4 {
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact_mapbx .earth .marklist_item.bottom h4 {
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact_place {
  padding: 4rem 0 6.25rem;
}
.contact_place .imgbx {
  width: 53%;
  height: auto;
}
.contact_place .imgbx img {
  width: 100%;
  height: auto;
}
.contact_place .text {
  width: 37.75%;
}
.contact_place .text_md:not(:last-child) {
  margin-bottom: 5rem;
}
.contact_place .text_md h4 {
  font-size: 3rem;
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 1rem;
}
.contact_place .text_md h5 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 1rem;
}
.contact_place .text_md ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_place .text_md ul li .span,
.contact_place .text_md ul li p {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.6em;
}
.contact_place .text_md ul li p:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.contact_message {
  padding: 4.375rem 0;
  background-image: url(../images/contactbg.jpg);
}
.contact_message .title {
  padding: 0 10%;
  margin-bottom: 3.75rem;
}
.contact_message .title h3 {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.125rem;
  color: #fff;
  margin-bottom: 1rem;
}
.contact_message .title p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5em;
}
.contact_message .center {
  padding: 0 10%;
}
.contact_message .center .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%;
}
.contact_message .center .formbx_item {
  width: 31.67%;
  height: auto;
  margin-bottom: 1.25rem;
}
.contact_message .center .formbx_item input::-webkit-input-placeholder,
.contact_message .center .formbx_item textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #cacaca;
}
.contact_message .center .formbx_item input:-moz-placeholder,
.contact_message .center .formbx_item textarea:-moz-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #cacaca;
}
.contact_message .center .formbx_item input::-moz-placeholder,
.contact_message .center .formbx_item textarea::-moz-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #cacaca;
}
.contact_message .center .formbx_item input:-ms-input-placeholder,
.contact_message .center .formbx_item textarea:-ms-input-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #cacaca;
}
.contact_message .center .formbx_item label {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.375rem;
}
.contact_message .center .formbx_item label sup {
  top: -0.25em;
  font-size: 0.875rem;
  color: red;
}
.contact_message .center .formbx_item input {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
  background: #f5f6f6;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.contact_message .center .formbx_text {
  width: 100%;
  height: auto;
  margin-bottom: 1.875rem;
}
.contact_message .center .formbx_text label {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.375rem;
}
.contact_message .center .formbx_text textarea {
  display: block;
  width: 100%;
  height: 17.5rem;
  padding: 1rem;
  background: #f5f6f6;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
}
.contact_message .center .formbx_btnbx {
  width: 100%;
}
.contact_message .center .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: auto;
  height: 3.625rem;
  padding: 0 4rem;
  margin: 0 auto;
  border: 0;
  background: #ef841a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #fff;
  text-transform: capitalize;
}
.contact_message .center .formbx_btnbx button:hover {
  cursor: pointer;
}

.searchbd_content {
  padding: 12rem 0 6.25rem;
}
.searchbd_content .center {
  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;
}
.searchbd_content .center .zhanwei {
  width: 24%;
  height: 0;
}
.searchbd_content .center .item {
  position: relative;
  width: 24%;
  margin-bottom: 1rem;
}
.searchbd_content .center .item:hover .item_img img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}
.searchbd_content .center .item:hover .item_text h4 {
  color: #ef841a;
}
.searchbd_content .center .item_img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.searchbd_content .center .item_img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.searchbd_content .center .item_text {
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchbd_content .center .item_text h4 {
  font-size: 1.125rem;
  color: #2b2b2b;
  font-weight: normal;
  letter-spacing: 0.125rem;
  line-height: 2.75rem;
}
.searchbd_content .center .item_text .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1500,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .Pcimg {
    display: none;
  }
  .Mimg {
    display: block;
  }
  .common_banner {
    width: 100%;
    height: 45vh;
    margin-top: 6rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_banner_textbx {
    top: 50%;
  }
  .common_banner_textbx h1 {
    font-size: 2.75rem;
  }
  .common_navbox ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common_navbox ul li {
    margin-bottom: 1.5rem;
  }
  .common_navbox ul li:not(:last-child) {
    margin-right: 6%;
  }
  .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: 6rem;
    z-index: 99;
  }
  .index_header .w1600 {
    height: 100%;
  }
  .index_header_navbox {
    height: 100%;
  }
  .index_header_navbox .logobox {
    max-width: 45%;
  }
  .index_header_navbox .logobox .logoimg img {
    display: none;
  }
  .index_header_navbox .logobox .logoimg img.logoM {
    height: 4rem;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index_header .navbx {
    display: none;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    display: block;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    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: #ef841a;
  }
  .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 {
    margin-left: auto;
  }
  .index_header .rightbx .searchbx {
    display: none;
  }
  .index_header .rightbx .searchbx_M {
    display: block;
  }
  .index_header .rightbx .searchbx_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 .searchbx_M_top.active i.iconbx1 {
    display: none;
  }
  .index_header .rightbx .searchbx_M_top.active i.iconbx2 {
    display: block;
  }
  .index_header .rightbx .searchbx_M_top i {
    display: none;
    font-size: 1.5rem;
    color: #fff;
  }
  .index_header .rightbx .searchbx_M_top i.iconbx1 {
    display: block;
  }
  .index_header .rightbx .searchbx_M_top i.iconbx2 {
    display: none;
  }
  .index_header .rightbx .searchbx_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 .searchbx_M_downdrop.show {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  .index_header .rightbx .searchbx_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 .searchbx_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 .searchbx_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 .searchbx_M_downdrop form button i {
    font-size: 1.875rem;
    color: #fff;
  }
  .index_header .rightbx .tel {
    display: none;
  }
  .index_header .rightbx .langbx_top .iconbx {
    display: none;
  }
  .index_header .rightbx .langbx_downdrop ul li a img {
    display: none;
  }
  .index_header .inner-header-icon {
    display: block;
    z-index: 99;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 6rem;
  }
  .index_banner_M .index_banner_swiper {
    width: 100%;
    height: auto;
  }
  .index_banner_M .index_banner_swiper .swiper-slide {
    position: relative;
    height: auto;
    padding: 0;
  }
  .index_banner_M .index_banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text .textbd span {
    display: block;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.5rem;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text .textbd p {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.8em;
  }
  .index_banner_M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index_who {
    height: auto;
    padding: 3rem 0 0;
  }
  .index_who .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_who .imgbx {
    position: relative;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
  .index_who .textbx {
    position: static;
    width: 100%;
    padding: 2rem 1rem;
  }
  .index_who .textbx_txt {
    width: 100%;
  }
  .index_what .textbx {
    width: 100%;
    margin-bottom: 2rem;
  }
  .index_what .imgbx {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 80%;
    margin: 0 auto;
  }
  .index_product {
    padding: 3rem 0;
    max-height: unset;
  }
  .index_product .w1600 {
    min-height: 50vh;
  }
  .index_product .textbx {
    width: 100%;
  }
  .index_product_center {
    position: relative;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 96%;
    margin: 0 auto;
  }
  .index_footer_content {
    padding: 4rem 0;
  }
  .index_footer_content h2 {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }
  .index_footer_content .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .index_footer_content .list a {
    width: 60%;
  }
  .index_footer_content .list a i {
    opacity: 1;
  }
  .index_footer_bottom {
    height: auto;
    padding: 1rem 0;
  }
  .index_footer_bottom .w1600 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .index_footer_bottom .place {
    margin-bottom: 1rem;
    width: 100%;
  }
  .index_footer_bottom .place_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index_footer_bottom .place_item p:first-child {
    margin-right: 0;
  }
  .about_who {
    padding: 4rem 0;
  }
  .about_who h3 {
    font-size: 3.25rem;
  }
  .about_who .center .about_who_swiper .swiper-slide img {
    width: 100%;
  }
  .about_certificate {
    padding: 4rem 0;
  }
  .about_certificate .w1500 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_certificate .textbx {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .about_certificate .textbx h3 {
    font-size: 3.25rem;
  }
  .about_certificate .imgbx {
    width: 100%;
  }
  .about_service {
    padding: 4rem 0;
  }
  .about_service h3 {
    font-size: 3rem;
  }
  .about_service_swiper .swiper-slide {
    width: 100%;
  }
  .about_service_swiper .swiper-slide .text {
    height: 3.75rem;
  }
  .about_service_swiper .swiper-slide .text h4 {
    font-size: 1.5rem;
    line-height: 3.75rem;
  }
  .service_top {
    padding: 4rem 0;
  }
  .service_top .intro {
    max-width: 100%;
  }
  .service_plan_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service_plan_list .item {
    width: 100%;
    min-height: auto;
  }
  .service_plan_list .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .service_what {
    padding: 4rem 0;
  }
  .service_what_list .item {
    width: 100%;
  }
  .producttype_content {
    margin-top: 6rem;
    padding: 4rem 0;
  }
  .producttype_content .title h3 {
    text-align: center;
  }
  .producttype_content .list .item {
    width: 100%;
  }
  .product_content {
    margin: 0;
  }
  .product_content .title {
    padding: 2.5rem 0;
  }
  .product_content .list {
    padding: 2.5rem 0;
  }
  .productdetail_content {
    margin-top: 6rem;
    padding: 4rem 0;
  }
  .productdetail_content .profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productdetail_content .profile_leftbx {
    width: 100%;
  }
  .productdetail_content .profile_rightbx {
    width: 100%;
  }
  .productdetail_content .center {
    padding: 4rem 0 0;
  }
  .productdetail_haibao {
    height: auto;
  }
  .productdetail_haibao .w1600 .textbx {
    padding: 2.5rem 0;
    max-width: 100%;
  }
  .productdetail_haibao img {
    position: relative;
    width: 100%;
  }
  .productdetail_other .listbx .item {
    width: 100%;
  }
  .productdetail_other .listbx .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .industry_content {
    padding: 4rem 0;
  }
  .industry_content .list .item {
    width: 100%;
  }
  .industrydetail_profile {
    padding: 4rem 0;
  }
  .industrydetail_profile .center .industrydetail_profile_swiper {
    width: 100% !important;
  }
  .industrydetail_profile .center .industrydetail_profile_swiper .swiper-slide {
    width: 100%;
  }
  .industrydetail_plan, .industrydetail_testing, .industrydetail_product {
    padding: 4rem 0;
  }
  .industrydetail_product .listbox ul li {
    width: 49%;
  }
  .contact_place {
    padding: 0 0 4rem;
  }
  .contact_place .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_place .imgbx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .contact_place .text {
    width: 100%;
  }
  .contact_place .text_md:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .contact_message .title {
    padding: 0;
  }
  .contact_message .center {
    padding: 0;
  }
  .contact_message .center .formbx_item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_header_nav_item {
    margin: 0 1rem;
  }
  .index_header_nav_item a {
    font-size: 1.125rem;
  }
  .index_header .rightbx .searchbx {
    width: 15.5rem;
    margin: 0 1.5rem;
  }
  .index_product .w1600 {
    min-height: 45vh;
  }
  .index_product .textbx {
    width: 39%;
  }
  .index_product_center {
    width: 55%;
  }
  .index_footer_content .list a span {
    font-size: 1.125rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .index_header_nav_item {
    margin: 0 0.875rem;
  }
  .index_header_nav_item a {
    font-size: 1.125rem;
  }
  .index_header .rightbx .searchbx {
    width: 16.5rem;
    margin: 0 1.5rem;
  }
  .index_product .w1600 {
    min-height: 45vh;
  }
  .index_product .textbx {
    width: 39%;
  }
  .index_product_center {
    width: 55%;
  }
  .index_footer_content .list a span {
    font-size: 1.125rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .index_header_nav_item {
    margin: 0 0.75rem;
  }
  .index_header_nav_item a {
    font-size: 1.125rem;
  }
  .index_header .rightbx .searchbx {
    width: 15.5rem;
    margin: 0 1.5rem;
  }
  .index_product .w1600 {
    min-height: 45vh;
  }
  .index_product .textbx {
    width: 39%;
  }
  .index_product_center {
    width: 55%;
  }
  .index_footer_content .list a span {
    font-size: 1.125rem;
    margin-right: 1.75rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .index_header_nav_item {
    margin: 0 1rem;
  }
  .index_header_nav_item a {
    font-size: 1.125rem;
  }
  .index_header .rightbx .searchbx {
    width: 15.5rem;
    margin: 0 1.875rem;
  }
  .index_product .textbx {
    width: 34%;
  }
  .index_product_center {
    width: 60%;
  }
  .index_footer_content .list a span {
    font-size: 1.125rem;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1500,
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .index_header_nav_item a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1921px) and (max-width: 2300px) {
  :root {
    font-size: 16px !important;
  }
  .index_who .textbx_txt {
    width: 29%;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}