@charset "UTF-8";
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.w600 {
  width: 35rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.w1200 {
  width: 100%;
  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;
}

.w1680 {
  width: 90%;
  margin: 0 auto; 
  /*padding-left:5%;
  padding-right: 5%;*/
  -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: #17a569;
}

.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);
  }
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}



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

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

.common_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 10.625rem;
}
.common_banner img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.common_banner_text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.common_banner_text .w1200 {
  height: 100%;
}
.common_banner_text .center h2 {
  display: none;
  font-size: 2.5rem;
  color: #000;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "SourceHanSansCN-Regular";
  text-transform: uppercase;
}
.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: #17a569;
  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;
  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;
}
.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: #17a569;
}
.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: #17a569;
  border-color: #17a569;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #17a569;
  border-color: #17a569;
}
.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: #17a569;
}
.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: #17a569;
}

.index_header {
 
  height: auto; 
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.21);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 999;
}
.index_header_top {
  width: 100%;
  height: 3.125rem;
  border-bottom: 1px solid #ebebeb;
}
.index_header_top .w1200 {
  height: 100%;
}
.index_header .langbx {
  position: relative;
  height: auto;
  margin-left: 1.25rem;
  right:0;
}
.index_header .langbx_top {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  padding: 0 0.625rem;
  border-radius: 1.125rem;
  background-color: #d1bd86;
  z-index: 3;
}
.index_header .langbx_top p {
  font-size: 1rem;
  color: #fff;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  margin: 0 0.625rem;
  text-align: center;
}
.index_header .langbx_top i {
  font-size: 1rem;
  color: #fff;
}
.index_header .langbx_dropdown {
  position: absolute;
  top: 1rem;
  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;
  padding-top: 1.25rem;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 8px 8px 0px rgba(149, 157, 165, 0.5);
          box-shadow: 0 8px 8px 0px rgba(149, 157, 165, 0.5);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  z-index: 2;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .langbx_dropdown a {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  text-align: center;
}
.index_header .langbx_dropdown a:hover {
  background-color: #000;
  color: #fff;
}
.index_header .langbx:hover .langbx_dropdown {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}

.index_header .logo{ display: block ; text-align:center; margin-bottom:3.5rem;}
.index_header .logo img{ max-width:100%;}
.index_header .logo h1{ color:#fff; font-size:2.1rem; line-height:2.9rem;}
.index_header .logo p{font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    height: 60px;
    color: #fff; margin-top:25px;}

.index_header .logo a{ color:#fff;}
.index_header .navbox {
 
  border-bottom:1px solid #d1bd86;
  border-top:1px solid #d1bd86;
}
.index_header .navbox .w1200 {
  height: 100%;
}
.index_header .navbox .logoimg {
  position: relative;
  display: block;
  width: auto;
  height: 5.375rem;
}
.index_header .navbox .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_header .navbox .logoimg img.logoM {
  display: none;
}
.index_header .navbox_r {
 
}
.index_header_nav {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
		  justify-content: space-between;
	align-items: center;
}
.index_header_nav .left{ width:30px;}


.index_header_nav_M {
  display: none;
}

.index_header .navbox{position: relative;height: 4rem;}
.index_header .navbox .w1400{height: 100%;}
.index_header .navbox .logoimg{position: relative;display: block;width: auto;height: 5.375rem;}
.index_header .navbox .logoimg img{display: block;width: auto;height: 100%;-o-object-fit: contain;object-fit: contain;}
.index_header .navbox .logoimg img.logoM{display: none;}
.index_header_nav{height: 100%;}
.index_header_nav_M{display: none;}
.index_header_nav > ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width: 1100px;height: 100%;}
.index_header_nav > ul .item{height: 100%;margin: 0 3%;}
.index_header_nav > ul .item > a{position: relative;display: block;width: 100%;height: 100%;line-height: 4rem;font-size: 1rem;text-align: center;color: #d1bd86;-webkit-box-sizing: border-box;box-sizing: border-box;}
.index_header_nav > ul .item > a::after{position: absolute;bottom: 0.75rem;left: 0;content: "";display: block;width: 100%;height: 0.125rem;background-color: #e5e6ea;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);opacity: 0;-webkit-transition: all 0.4s;transition: all 0.4s;}
.index_header_nav > ul .item .dropdown{position: absolute;top: 4rem;left: 0;-webkit-transform: rotateX(90deg);transform: rotateX(90deg);background: #fff;-webkit-transform-origin: 50% 0;-ms-transform-origin: 50% 0;transform-origin: 50% 0;width: 100%;-webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1);box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1);-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 > ul .item .dropdown1{z-index: 49;}
.index_header_nav > ul .item .dropdown1 ul{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;padding: 1.25rem 0;}
.index_header_nav > ul .item .dropdown1 ul li{width: 25%;padding-right: 3%;}
.index_header_nav > ul .item .dropdown1 ul li a{position: relative;font-size: 1rem;color: #2b2b2b;line-height: 1em;font-weight: 400;font-family: "SourceHanSansCN-Bold";-webkit-transition: all 0.4s;transition: all 0.4s;}
.index_header_nav > ul .item .dropdown1 ul li a::after{position: absolute;bottom: -0.5rem;left: 0;-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);content: "";display: block;width: 100%;height: 0.1875rem;background-color: #2969b2;-webkit-transition: all 0.4s;transition: all 0.4s;}
.index_header_nav > ul .item .dropdown1 ul li a:hover{color: #2969b2;}
.index_header_nav > ul .item .dropdown1 ul li a:hover::after{-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}
.index_header_nav > ul .item .dropdown2 .w1400{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;padding-top: 3.125rem;padding-bottom: 3.125rem;}
.index_header_nav > ul .item .dropdown2 dl{width: 25%;padding-right: 3%;}
.index_header_nav > ul .item .dropdown2 dl dt{margin-bottom: 1.25rem;}
.index_header_nav > ul .item .dropdown2 dl dt a{font-size: 1rem;color: #2b2b2b;line-height: 1em;font-weight: 400;font-family: "SourceHanSansCN-Bold";-webkit-transition: all 0.4s;transition: all 0.4s;}
.index_header_nav > ul .item .dropdown2 dl dt a:hover{color: #2969b2;}
.index_header_nav > ul .item .dropdown2 dl dd:not(:last-child){margin-bottom: 1.25rem;}
.index_header_nav > ul .item .dropdown2 dl dd a{font-size: 1rem;color: #8b8b8b;line-height: 1em;font-weight: 400;-webkit-transition: all 0.4s;transition: all 0.4s;}
.index_header_nav > ul .item .dropdown2 dl dd a:hover{color: #2969b2;}
.index_header_nav > ul .item .dropdown3 ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;padding: 2.25rem 0;}
.index_header_nav > ul .item .dropdown3 ul li:not(:last-child){margin-right: 4%;}
.index_header_nav > ul .item .dropdown3 ul li a{position: relative;font-size: 1rem;color: #2b2b2b;line-height: 1em;font-weight: 400;font-family: "SourceHanSansCN-Bold";-webkit-transition: all 0.4s;transition: all 0.4s;}
.index_header_nav > ul .item .dropdown3 ul li a::after{position: absolute;bottom: -0.5rem;left: 0;-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);content: "";display: block;width: 100%;height: 0.1875rem;background-color: #2969b2;-webkit-transition: all 0.4s;transition: all 0.4s;}
.index_header_nav > ul .item .dropdown3 ul li a:hover{color: #2969b2;}
.index_header_nav > ul .item .dropdown3 ul li a:hover::after{-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}
.index_header_nav > ul .item.active > a::after{-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);opacity: 1;}
.index_header_nav > ul .item:hover > a::after{-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);opacity: 1;}
.index_header_nav > ul .item:hover .dropdown{-webkit-transform: rotateX(0);transform: rotateX(0);visibility: visible;opacity: 1;}

.index_banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 10.625rem);
  margin-top: 10.625rem;
  overflow: hidden;
  background: #fff;
  z-index: 1;
}
.index_banner::before {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.index_banner video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_banner_text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.index_banner_text .w1200 {
  height: 100%;
}
.index_banner_text .center h2 {
  font-size: 2.5rem;
  color: #000;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "SourceHanSansCN-Regular";
  text-transform: uppercase;
}
.index_banner_text .center > p {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  margin: 1.5rem 0 1.875rem;
}
.index_banner_text .center .bannermore {
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 400;
  
}
.index_banner_text .center .bannermore:hover {
  text-decoration: underline;
}
.index_banner_M {
  display: none;
}
.index_product {
  position: relative;
  padding: 2.5rem 0;
  width: 100%;
}
.index_product_swiper {
  width: 100% !important;
  overflow: hidden;
}
.index_product_swiper .swiper-slide {
  width: 58.75rem;
  height: auto;
  background: #f6f6f6;
}
.index_product_swiper .swiper-slide .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%;
  aspect-ratio: 94/60;
}
.index_product_swiper .swiper-slide .imgbx img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_product_swiper .swiper-slide .textbx {
  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;
  padding: 0.625rem 2.5rem 1.875rem;
}
.index_product_swiper .swiper-slide .textbx_l h3 {
  font-size: 2rem;
  color: #000;
  line-height: 1.4em;
  font-weight: 400;
  
  margin-bottom: 0.25rem;
}
.index_product_swiper .swiper-slide .textbx_l p {
  font-size: 1.25rem;
  color: #000;
  line-height: 1.4em;
  font-weight: 400;
  
}
.index_product_swiper .swiper-slide .textbx_r a {
  font-size: 1.125rem;
  line-height: 1em;
  font-weight: 400;
  
}
.index_product_swiper .swiper-slide .textbx_r a:hover {
  text-decoration: underline;
}
.index_product .swiper-btn {
  position: absolute;
  top: 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: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #787878;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_product .swiper-btn:hover {
  background-color: #000;
}
.index_product .swiper-btn span {
  font-size: 2rem;
  color: #fff;
}
.index_product .swiper-btn-prev {
  left: calc(50% - 29.375rem);
}
.index_product .swiper-btn-next {
  left: calc(50% + 29.375rem);
}
.index_why {
  padding: 16rem 0;
  background: url(../images/banner.jpg) center no-repeat;
}
.index_why_title h3 {
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 600;
  
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.625rem;
}
.index_why_title .intro {
  width: 85%;
  margin: 0 auto;
}
.index_why_title .intro a {
  font-size: 1.5rem;
  font-weight: 600;
  
  text-align: center;
  line-height:60px; height:60px; color:#fff; background-color:#d1bd86; border-radius:35px; display:block; margin:40px auto;
}
.index_why_listbx {
  margin-top: 1.25rem;
}
.index_why_listbx .item {
  position: relative;
  width: 31.67%;
  height: auto;
  border-radius: 0.625rem;
  overflow: hidden;
}
.index_why_listbx .item:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_why_listbx .item:hover .item_textbx h4 {
  text-decoration: underline;
}
.index_why_listbx .item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_why_listbx .item_textbx {
  position: absolute;
  bottom: 0;
  left: 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;
  width: 100%;
  height: 30%;
  padding: 0.625rem 1.25rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.index_why_listbx .item_textbx h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}
.index_why_listbx .item_textbx .intro p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.index_esg {
  padding: 6.25rem 0;
  width: 100%;
  height: auto;
  background-image: url(../images/indexbg1.jpg);
}
.index_esg h3 {
  font-size: 2rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  
  text-align: center;
}
.index_esg_center {
  position: relative;
  width: 100%;
  margin-top: 1.875rem;
}
.index_esg_center .index_esg_swiper {
  width: 100%;
}
.index_esg_center .index_esg_swiper .swiper-slide .imgbx {
  width: 100%;
  aspect-ratio: 385/300;
  overflow: hidden;
}
.index_esg_center .index_esg_swiper .swiper-slide .imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_esg_center .index_esg_swiper .swiper-slide h4 {
  margin: 0.625rem 0.875rem 0;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  
  text-align: center;
}
.index_esg_center .index_esg_swiper .swiper-slide:hover .imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_esg_center .index_esg_swiper .swiper-slide:hover h4 {
  text-decoration: underline;
}
.index_esg_center .swiper-btn {
  position: absolute;
  top: 44%;
  -webkit-transform: translate(-50% 0);
      -ms-transform: translate(-50% 0);
          transform: translate(-50% 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: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #787878;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_esg_center .swiper-btn:hover {
  background-color: #000;
}
.index_esg_center .swiper-btn span {
  font-size: 2rem;
  color: #fff;
}
.index_esg_center .swiper-btn-prev {
  left: -5rem;
}
.index_esg_center .swiper-btn-next {
  right: -5rem;
}
.index_esg_listbx {
  margin-top: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index_esg_listbx .zhanwei {
  width: 32.1%;
  height: 0;
}
.index_esg_listbx .item {
  position: relative;
  width: 32.1%;
}
.index_esg_listbx .item_imgbx {
  width: 100%;
  aspect-ratio: 385/300;
  overflow: hidden;
}
.index_esg_listbx .item_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_esg_listbx .item h4 {
  margin: 0.625rem 0.875rem 0;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 400;
  
  text-align: center;
}
.index_esg_listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_esg_listbx .item:hover h4 {
  text-decoration: underline;
}


.index_footer {
  padding: 3.125rem 0 2.5rem;text-align:center
}
.medialist { margin-top:2.5rem;}
.medialist .h4{ font-size:1.5rem;}
.medialist li{padding:5px;}
.medialist li img.icons{ max-height:20px;filter: grayscale(100%) brightness(1000%);}
.medialist li:hover{ background-color:#494d52; border:1px solid #5a5a57; border-radius:50%;}
.medialist li:hover img{filter:none;}

.medialist a{border-radius: 999px;  position: relative;}

.medialist .tips {display:none;bottom:50px;left:-54px;position:absolute;width:250px;font-size:12px;color:#666;border-radius:5px;text-align:center;line-height:20px;background-color:#fff;padding:10px;-webkit-box-shadow: 0 0px 10px #999;box-shadow: 0 0px 10px #999;}
.medialist .tips img { margin-bottom:10px;}
.medialist a:hover .tips {display:block;}


.index_footer_navbox .center {
  padding: 0.875rem 0;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.index_footer_navbox .footlogo {
  width: auto;
}
.index_footer_navbox .footlogo img {
  width: auto;
  height: 100%;
}
.index_footer_navbox .footnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.index_footer_navbox .footnav ul li:not(:first-child) {
  margin-left: 1.25rem;
}
.index_footer_navbox .footnav ul li:last-child {
  display: none;
}
.index_footer_navbox .footnav ul li a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  
}
.index_footer_navbox .footnav ul li a:hover {
  text-decoration: underline;
}
.index_footer_mediabox .center {
  padding: 1.875rem 0;
  border-bottom: 1px solid #3e3e3e;
}
.index_footer_mediabox .medialist h4 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  margin-right: 0.5rem;
}
.index_footer_mediabox .medialist ul li:not(:last-child) {
  margin-right: 1.25rem;
}
.index_footer_mediabox .medialist ul li a {
  font-size: 1.125rem;
  color: #fff;
}
.index_footer_mediabox .langbx {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-left: 1.25rem;
}
.index_footer_mediabox .langbx_top {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  padding: 0 0.625rem;
  border-radius: 1.125rem;
  z-index: 3;
}
.index_footer_mediabox .langbx_top p {
  font-size: 1rem;
  color: #fff;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  margin: 0 0.625rem;
  text-align: center;
}
.index_footer_mediabox .langbx_top i {
  font-size: 1rem;
  color: #fff;
}
.index_footer_mediabox .langbx_dropdown {
  position: absolute;
  top: 2rem;
  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-box-shadow: 0 8px 8px 0px rgba(149, 157, 165, 0.5);
          box-shadow: 0 8px 8px 0px rgba(149, 157, 165, 0.5);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  z-index: 2;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_footer_mediabox .langbx_dropdown a {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  text-align: center;
}
.index_footer_mediabox .langbx_dropdown a:hover {
  background-color: #000;
  color: #fff;
}
.index_footer_mediabox .langbx:hover .langbx_dropdown {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_footer_infobox .center {
  padding: 1.875rem 0;
  border-bottom: 1px solid #3e3e3e;
}
.index_footer_infobox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.index_footer_infobox ul li {
  margin-right: 6%;
}
.index_footer_infobox ul li:last-child {
  margin-top: 1.25rem;
}
.index_footer_infobox ul li p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.index_footer_copyright .center {
 
}
.index_footer_copyright .center p {
  line-height: 1.3em;

}
.index_footer_copyright .center .left {
  margin-bottom: 1.25rem;
}

.about_profile {
  padding: 6.25rem 0;
}
.about_profile h3 {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
}
.about_profile .intro {
  margin-top: 1.25rem;
}
.about_profile .intro p {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.about_profile .intro img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_vision {
  padding: 15rem 0;
  background-image: url(../images/join.jpg);width:100%;
  margin-top:5rem;
}
.about_vision .w1200 {
  position: relative;
  height: 100%;
}
.about_vision .textbx {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%; text-align:center;
}
.about_vision .textbx h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1em;
  font-weight: 100;
  text-align: center;
  margin-bottom: 1.25rem;
}

.about_vision .textbx h3 {
  font-size: 3rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
  text-align: center;
  text-transform: uppercase;
}
.about_vision .textbx .intro{ position:absolute; top:11rem; width:100%;}
.about_vision .textbx .intro p {
  font-size: 1rem;
  color: #aaa;
  line-height: 2rem;
  text-align: center;
}
.about_md {
  padding: 5rem 0;
}
.about_md .item {
  
}
.about_md .item:not(:last-child) {
  margin-bottom: 5rem;
}
.about_md .item .about_md_swiper {

  float: left;
  width: 49%;
}
.about_md .item .about_md_swiper  img {
  max-width: 100%;
  height: auto;
}
.about_md .item_textbx {
  width: 48%; float:right;
}
.about_md .item_textbx h3 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
}

.about_md .item_textbx i {
  width: 5rem;
  height: 2px;
  background-color: #e5e6ea;
  display: block;
  margin-bottom: .75rem;
  margin-top:.75rem;
}
	
.about_md .item_textbx .intro p {
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing:1px; color:#b3b3b3; margin-bottom:1.5rem;
}
.about_md .item_imgbx {
  float: right;
  width: 52.5%;
}
.about_md .item_imgbx img {
  width: 100%;
  height: auto;
}

.product_navbox {
  background-color: #dbdbdb;
}
.product_navbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.75rem;
  overflow-x: auto;
}
.product_navbox ul li:not(:last-child) {
  margin-right: 1.125rem;
}
.product_navbox ul li a {
  display: block;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 3.75rem;
  font-family: 400;
  white-space: nowrap;
}
.product_navbox ul li.active a {
  text-decoration: underline;
}
.product_content {
  padding: 5rem 0;
}
.product_content .title {
  margin-bottom: 2.5rem;
}
.product_content .title h3 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 400;
  
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}
.product_content .title p {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
  text-align: center;
}
.product_content .listbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_content .listbox .item {
  width: 49.2%;
  height: auto;
  margin-bottom: 1.25rem;
  background: #f6f6f6;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.product_content .listbox .item:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(97, 97, 97, 0.5);
          box-shadow: 0px 0px 13px 0px rgba(97, 97, 97, 0.5);
}
.product_content .listbox .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.product_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: 100%;
  aspect-ratio: 94/60;
}
.product_content .listbox .item_imgbx img {
  display: block;
  max-width: 90%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_content .listbox .item_textbx {
  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;
  padding: 0.625rem 1.5rem 1.875rem;
}
.product_content .listbox .item_textbx_l h3 {
  font-size: 2rem;
  color: #000;
  line-height: 1.4em;
  font-weight: 400;
  
  margin-bottom: 0.25rem;
}
.product_content .listbox .item_textbx_l p {
  font-size: 1.25rem;
  color: #000;
  line-height: 1.4em;
  font-weight: 400;
  
}
.product_content .listbox .item_textbx_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product_content .listbox .item_textbx_r a {
  font-size: 1rem;
  line-height: 1em;
  font-weight: 400;
  
}
.product_content .listbox .item_textbx_r a:hover {
  text-decoration: underline;
}
.product_content .listbox .item_textbx_r a.buybtn {
  display: none;
  margin-top: 0.875rem;
}
.product_content .loading {
  margin: 1.25rem auto 0;
  width: 8.75rem;
  height: 2.25rem;
}
.product_content .loading 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-radius: 1.125rem;
  background-color: #000;
  font-size: 0.875rem;
  color: #fff;
}
.product_content .loading a:hover {
  text-decoration: underline;
}

.productdetail_profile {
  padding: 6.25rem 0 5rem;
}
.productdetail_profile .swiperbox {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 3.125rem;
}
.productdetail_profile .swiperbox .productdetail_profile_swiper {
  aspect-ratio: 1200/585;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(97, 97, 97, 0.5);
          box-shadow: 0px 0px 13px 0px rgba(97, 97, 97, 0.5);
  overflow: hidden;
}
.productdetail_profile .swiperbox .productdetail_profile_swiper .swiper-wrapper {
  height: 100%;
}
.productdetail_profile .swiperbox .productdetail_profile_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;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.productdetail_profile .swiperbox .productdetail_profile_swiper .swiper-slide img {
  display: block;
  width: auto;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 3%;
}
.productdetail_profile .swiperbox .swiper-pagination {
  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;
  bottom: 5%;
}
.productdetail_profile .swiperbox .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #858585;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productdetail_profile .swiperbox .swiper-pagination-bullet-active {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #000;
}
.productdetail_profile .swiperbox .swiper-btn {
  position: absolute;
  top: 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: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #787878;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productdetail_profile .swiperbox .swiper-btn:hover {
  background-color: #000;
}
.productdetail_profile .swiperbox .swiper-btn span {
  font-size: 2rem;
  color: #fff;
}
.productdetail_profile .swiperbox .swiper-btn-prev {
  left: 2%;
}
.productdetail_profile .swiperbox .swiper-btn-next {
  right: 2%;
}
.productdetail_profile .infobox h3 {
  font-size: 2rem;
  color: #000;
  line-height: 2.25rem;
  font-weight: 400;
  
  text-align: center;
}
.productdetail_profile .infobox_txt {
  margin-top: 0.75rem;
}
.productdetail_profile .infobox_txt p {
  font-size: 1.25rem;
  color: #000;
  line-height: 2rem;
  font-weight: 400;
  
  text-align: center;
}
.productdetail_application {
  padding: 6.25rem 0 5rem;
  background-color: #f4f4f4;
}
.productdetail_application h3 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 400;
  
  text-transform: uppercase;
  text-align: center;
}
.productdetail_application .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5rem;
}
.productdetail_application .center .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: 32%;
  padding: 1.875rem 1.25rem;
  background-color: #fff;
}
.productdetail_application .center .item_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: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
}
.productdetail_application .center .item_icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_application .center .item h4 {
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 400;
  
  text-align: center;
}
.productdetail_parameter {
  padding: 6.25rem 0;
}
.productdetail_parameter h3 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 400;
  
  text-transform: uppercase;
  text-align: center;
}
.productdetail_parameter .center {
  margin-top: 1.875rem;
}
.productdetail_parameter .center table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  border: 1px solid #fff;
}
.productdetail_parameter .center table th,
.productdetail_parameter .center table td {
  padding: 1rem 0.5rem;
  border: 1px solid #fff;
}
.productdetail_parameter .center table th p,
.productdetail_parameter .center table td p {
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 400;
  
}
.productdetail_parameter .center table th,
.productdetail_parameter .center table td {
  width: 50%;
  text-align: center;
  vertical-align: top;
}
.productdetail_parameter .center table tr {
  background-color: #fff;
}
.productdetail_parameter .center table tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.productdetail_parameter .center p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
}
.productdetail_contact {
  width: 100%;
  height: 70vh;
  background-image: url(../images/productdetail_bg1.jpg);
  overflow: hidden;
}
.productdetail_contact .w1200 {
  height: 100%;
}
.productdetail_contact .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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.productdetail_contact .center h3 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 400;
  
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.productdetail_contact .center p {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  
}
.productdetail_contact .center .contactbtn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.25rem;
  padding: 0 0.875rem;
  background-color: #000;
  border-radius: 1.125rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 2.25rem;
  font-weight: 400;
  
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 3.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productdetail_contact .center .contactbtn:hover {
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.3);
}

.solution_content {
  padding: 5rem 0 2.5rem;
}
.solution_content .profile {
  margin-bottom: 5rem;
}
.solution_content .profile h3 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 400;
  
  text-align: center;
  margin-bottom: 1rem;
}
.solution_content .profile i {
 width:5rem; height:2px; background-color:#e5e6ea; display:block; margin:0 auto;
}
.solution_content .profile .center {
  margin-top: 1.25rem;
}
.solution_content .profile .center p {
	color:#b3b3b3;
  font-size: 1.15rem;
  line-height: 2rem;
  
  text-align: center; letter-spacing:1px;
}
.solution_content .profile .center img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution_content .why h3 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 400;
  
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem;
}
.solution_content .why .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;
}
.solution_content .why .center .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48.33%;
  padding: 1.875rem;
  border-radius: 0.625rem;
  background-color: #f4f4f4;
  margin-bottom: 2.5rem;
}
.solution_content .why .center .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: 5rem;
  margin-right: 1.25rem;
  aspect-ratio: 1;
}
.solution_content .why .center .item_iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution_content .why .center .item_textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.solution_content .why .center .item_textbx h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
  
}
.solution_content .why .center .item_textbx ul {
  width: 100%;
  margin-top: 0.625rem;
}
.solution_content .why .center .item_textbx ul li {
  position: relative;
  padding-left: 1rem;
}
.solution_content .why .center .item_textbx ul li::before {
  position: absolute;
  top: 0.75rem;
  left: 0;
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #2b2b2b;
}
.solution_content .why .center .item_textbx ul li p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  
}

.index_service {
  margin: 6.25rem 0;
}
.gallery{ margin-top:30px;}
.gallery h3{
	font-size: 2rem;
  line-height: 1.5em;
  font-weight: 600;
  
  text-align: center;
  letter-spacing:2px;
}

.gallery i {
  width: 5rem;
    height: 2px;
    background-color: #e5e6ea;
    display: block;
    margin: 10px auto;
}

.gallery .item {
    margin: 30px auto;display: flex;flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.gallery .item li{ border-radius:30px; overflow:hidden; margin-right:15px;}
.gallery .item li img{max-width:100%;}


.index_service h3 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 600;
  
  text-align: center;
  letter-spacing:2px;
}
.index_service i {
  width: 5rem;
    height: 2px;
    background-color: #e5e6ea;
    display: block;
    margin: 10px auto;
}
.index_service .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;
  margin-top: 1.875rem;
}
.index_service .center .zhanwei {
  width: 31.67%;
  height: 0;
}
.index_service .center .item {
  width: 31.67%;
  padding: 80px 0.25%;
  border-radius: 0.625rem;border: 1px solid #d1bd86;
    border-radius: 15px;
}
.index_service .center .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: 10rem;
  height: 7.75rem;margin:1.875rem auto;
}
.index_service .center .item_iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; text-align:center
}
.index_service .center .item_textbx h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Bold";
  margin-bottom: 0.625rem; text-align:center; color:#d1bd86
}
.index_service .center .item_textbx .intro{ width:240px; text-align:center; margin:0 auto;}
.index_service .center .item_textbx .intro p {
  font-size: 1rem;
  color: #d1bd86;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular"; text-align: center;
}



.esg_md {
  margin-bottom: 6.25rem;
}
.esg_md h3 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 400;
  
  text-align: center;
  text-transform: uppercase;
}
.esg_md .center {
  margin-top: 1.875rem;
}
.esg_md .center img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.esgdetail_content {
  padding: 6.25rem 0;
}
.esgdetail_content_title {
  margin-bottom: 1.875rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cdcdcd;
}
.esgdetail_content_title .time {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  
  margin-bottom: 0.625rem;
}
.esgdetail_content_title h3 {
  font-size: 1.75rem;
  line-height: 1.5em;
  font-weight: 400;
  
}
.esgdetail_content_center p {
  font-size: 1.25rem;
  color: #000;
  line-height: 2rem;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular";
}
.esgdetail_content_center img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.showvideo {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.showvideo.active {
  display: block;
}
.showvideo_content {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  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;
}
.showvideo_content .videobx {
  position: relative;
  width: 56%;
  height: 60%;
  border: 2px solid #fff;
}
.showvideo_content .videobx .closebtn {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  z-index: 5;
  margin-left: -25px;
  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;
  color: #333;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.showvideo_content .videobx .closebtn:hover {
  background: #ccc;
}
.showvideo_content .videobx .closebtn:hover i {
  color: #fff;
}
.showvideo_content .videobx .closebtn i {
  font-size: 1.25rem;
  color: #333;
  font-weight: 700;
}
.showvideo_content .videobx #videopop {
  width: 100%;
  height: 100%;
}
.showvideo_content .videobx #videopop video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.showvideo_content .videobx #imgpop {
  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;
}
.showvideo_content .videobx #imgpop img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact_content_infobx {
  padding: 4rem 0;
}
.contact_content_infobx .center {
  position: relative;
}
.contact_content_infobx .center_txt {
  width: 36%;
}
.contact_content_infobx .center_txt h4 {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 400;
  
  margin-bottom: 1.875rem;
}
.contact_content_infobx .center_txt ul li:not(:last-child) {
  margin-bottom: 1.125rem;
}
.contact_content_infobx .center_txt ul li p {
  font-size: 1.25rem;
  line-height: 3.125rem;
  font-weight: 400;
  
}
.contact_content_infobx .center .rightbox {
  width: 58.33%;
}
.inquiry .formbx {
  width: 100%;
  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-top:3rem;
}
.inquiry .formbx_item {
  width: 49%;
  height: 3.125rem;
  margin-bottom: 2rem;
}
.inquiry .formbx_item input::-webkit-input-placeholder,
.inquiry .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #d1bd86;
  font-family: "SourceHanSansCN-Bold";
}
.inquiry .formbx_item input:-moz-placeholder,
.inquiry .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN-Bold";
}
.inquiry .formbx_item input::-moz-placeholder,
.inquiry .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #d1bd86;
  font-family: "SourceHanSansCN-Bold";
}
.inquiry .formbx_item input:-ms-input-placeholder,
.inquiry .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #d1bd86;
  font-family: "SourceHanSansCN-Bold";
}

.inquiry .formbx_item input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  outline: none;
  border: 1px solid #d1bd86;
  background-color:#0e1319;
  border-radius: 0.425rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-family: "SourceHanSansCN-Bold";
  color:#d1bd86;
}
.inquiry .formbx_text {
  width: 100%;
  height: 12.5rem;
  margin-bottom: 1rem;
}
.inquiry .formbx_text input::-webkit-input-placeholder,
.inquiry .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN-Bold";
}
.inquiry .formbx_text input:-moz-placeholder,
.inquiry .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN-Bold";
}
.inquiry .formbx_text input::-moz-placeholder,
.inquiry .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN-Bold";
}
.inquiry .formbx_text input:-ms-input-placeholder,
.inquiry .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN-Bold";
}
.inquiry .formbx_codebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.125rem;
  margin-bottom: 1rem;
}
.inquiry .formbx_codebx input::-webkit-input-placeholder,
.inquiry .formbx_codebx textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN-Bold";
}
.inquiry .formbx_codebx input:-moz-placeholder,
.inquiry .formbx_codebx textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN-Bold";
}
.inquiry .formbx_codebx input::-moz-placeholder,
.inquiry .formbx_codebx textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN-Bold";
}
.inquiry .formbx_codebx input:-ms-input-placeholder,
.inquiry .formbx_codebx textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #888;
  font-family: "SourceHanSansCN-Bold";
}
.inquiry .formbx_codebx input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 100%;
  padding: 0 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(6, 13, 39, 0.08);
  border: 0;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-family: "SourceHanSansCN-Bold";
}
.inquiry .formbx_btnbx {
  width: 100%;
  height: 3.125rem;
  margin: 2rem auto;
}
.inquiry .formbx_btnbx button {
  display: block;
  width: 25rem;
  height:48px;
  outline: none;
  border: 0;
  background-color: #d1bd86;
  border-radius: 0.625rem;
  font-size: 1.5rem;
  color: #fff;
  line-height: 48px;
  text-align: center; margin:0 auto; font-weight:600;
}
.inquiry .formbx_btnbx button:hover {
  cursor: pointer;
}


.contact_content_mapbox {
  width: 100%;
  height: 33.125rem;
}
.contact_content_mapbox iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.searchbd {
  margin-top: 7.5rem;
}
.searchbd_content {
  padding: 5rem 0;
}
.searchbd_content .w1400 {
  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 .w1400 > .zhanwei {
  display: block;
  width: 24%;
  height: 0;
}
.searchbd_content .w1400 .item {
  position: relative;
  width: 24%;
  margin-bottom: 1rem;
}
.searchbd_content .w1400 .item:hover .item_img img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}
.searchbd_content .w1400 .item_img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.searchbd_content .w1400 .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 .w1400 .item_text {
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchbd_content .w1400 .item_text h4 {
  font-size: 1.5rem;
  color: #17a569;
  font-weight: normal;
  letter-spacing: 0.125rem;
  line-height: 2.75rem;
}
.searchbd_content .w1400 .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;
}

.import-color {
  color: #17a569 !important;
}

.Pcbox {
  display: block !important;
}

.Mbox {
  display: none !important;
}

.bar ul{ text-align:center;}
.b3 li{ min-width:31%; padding:2rem; border:1px solid #d1bd86; border-radius:15px;}
.b4 li{ min-width:22%; padding:15px 1%; margin-right:2%; border:1px solid #d1bd86; border-radius:15px;}


.bar ul li .img{ min-height:100px;}
.bar ul li .img img{ max-width:100%;}
.bar ul h4{ color:#d1bd86; font-size:1.5rem; line-height:2.8rem;}
.bar ul li:hover{ color:#fff !important; background-color:#d1bd86;}
.bar ul li:hover h4{ color:#fff;}
.bar ul li:hover img{ filter: grayscale(100%) brightness(1000%);}


.index_service .center .item:hover{ color:#fff !important; background-color:#d1bd86;}
.index_service .center .item:hover h4,.index_service .center .item:hover p{ color:#fff;}
.index_service .center .item:hover img{ filter: grayscale(100%) brightness(1000%);}

.bar2 ul{ text-align:center;}
.bar2 ul li{ padding:30px 0.5%; margin-right:1.5%}
.bar2 ul li .img{ min-height:100px; margin-bottom:3rem;}
.bar2 ul h4{ color:#d1bd86; font-size:1.5rem; line-height:2.8rem; margin-bottom:1.5rem;}
.bar2 .text{ min-height:12rem;}
.bar2 .text p{ font-size:1.125rem; line-height:2.25rem; color:#d1bd86;}
.bar2 ul li:hover{ color:#fff !important; background-color:#d1bd86;}
.bar2 ul li:hover h4,.bar2 ul li:hover p{ color:#fff;}
.bar2 ul li:hover img{ filter: grayscale(100%) brightness(1000%);}

.media{ width:700px; margin:35px auto;}
.media ul{justify-content: space-between;align-content: center}
.media ul li img{ filter: grayscale(100%) brightness(1000%);}
.media ul li:hover img{ filter: none;}

.index_about{ margin-top:100px;}
.index_about .flex{justify-content: space-between;align-items: center;flex-direction: row;}
.index_about .text{ width:40%}
.index_about .text h3{ font-size:2rem; line-height:1.5rem; letter-spacing:2px; margin-bottom:1.5rem;}
.index_about .text i {width: 5rem;height: 2px;background-color: #e5e6ea;display: block;margin-bottom: .75rem;margin-top: .75rem; margin-bottom:1.5rem;}
.index_about .text p{font-size: 1.25rem;line-height: 2.5rem;letter-spacing: 1px;color: #b3b3b3;   margin-bottom: 1.5rem;}
.index_about .img{ width:50%}
.index_about .img img{ max-width:100%}
	.index_why_title .intro a{ width:400px;}
	.bar ul,.bar2 ul{justify-content: space-between;flex-direction: row;}
/*@media (min-width: 1024px) {
	.index_why_title .intro a{ width:400px;}
	.bar ul,.bar2 ul{justify-content: space-between;flex-direction: row;}
}
@media (min-width: 320px) and (max-width: 1023px) {
	.index_about .text,.index_about .img,.media{ width:100%;}
	.index_about .img img{ max-width:100%;}
	.b3 li,.b4 li,.gallery .item li,.index_service .center .item{ min-width:100%; margin-bottom:25px;}
	.index_about .flex{
	flex-wrap: wrap;}
	
	.index_header_nav > ul .item {
    height: 100%;
    margin: 0 1.5%;
}
}*/

.layui-layer-content{ color:#000!important;}

.cate2{ height:4rem; line-height:4rem; background-color:#fff;
   
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cate_active {
  visibility: visible;
  opacity: 1;
}
.cate2 ul{flex-wrap: wrap;flex-direction: row;align-content: center;justify-content: center;align-items: center;}
.cate2 ul li{ padding-left:25px; padding-right:25px;}
.cate2 ul li a{color:#2b2b2b; font-weight:600;}

