@charset "UTF-8";
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES */
.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;
}

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

.flex-ct-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-start {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

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

.common_banner {
  position: relative;
  width: 100%;
  height: auto;
}
.common_banner img {
  width: 100%;
  height: auto;
}
.common_banner_text {
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.common_banner_text .w1400 {
  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_text h1 {
  font-size: 3.75rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5rem;
  text-shadow: 1px 1px 13px rgba(0, 20, 23, 0.25);
  margin-bottom: 2rem;
}
.common_banner_text p {
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.5rem;
}
.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: #f3b149;
  margin-top: 1.25rem;
}
.common_navbox {
  position: sticky;
  top: 6.25rem;
  width: 100%;
  height: 3.75rem;
  background-color: #fff;
  z-index: 99;
}
.common_navbox ul li {
  margin: 0 2.5rem;
}
.common_navbox ul li:first-child {
  margin-left: 0;
}
.common_navbox ul li a {
  position: relative;
  display: block;
  font-size: 1.25rem;
  color: #111;
  font-weight: 400;
  line-height: 3.75rem;
}
.common_navbox ul li a::after {
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #f3b149;
}
.common_navbox ul li.active a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.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: rgba(17, 17, 17, 0.5);
  line-height: 2.5rem;
  text-shadow: 1px 1px 13px rgba(0, 20, 23, 0.25);
}
.common_crumb p i {
  font-size: 1.25rem;
  color: rgba(17, 17, 17, 0.5);
  margin-right: 0.25rem;
}
.common_crumb p a {
  color: rgba(17, 17, 17, 0.5);
}
.common_crumb p a:hover {
  color: #f3b149;
}
.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: 1.875rem;
  height: 1.875rem;
  font-size: 1rem;
  color: #333;
  margin: 0 0.5rem;
  border: 0;
  border-radius: 50%;
  background-color: #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #f3b149;
  border-color: #f3b149;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #f3b149;
  border-color: #f3b149;
}
.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 {
  width: 3.75rem;
  font-size: 0.875rem;
  background-color: transparent;
}
.common_pagination li:first-child a:hover, .common_pagination li:last-child a:hover {
  color: #f3b149;
}
.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: #f3b149;
}

.login {
  background-image: url(../images/loginbg.png);
}
.login_content {
  margin-top: 6.25rem;
  padding: 10rem 0;
}
.login_content .loginbox {
  width: 32%;
  margin: 0 auto;
  padding: 5rem 4.25rem 2.5rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.login_content .loginbox .logobx {
  height: 4.5rem;
  margin-bottom: 2.5rem;
}
.login_content .loginbox .logobx img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.login_content .loginbox .loginform {
  margin-bottom: 3.75rem;
}
.login_content .loginbox .loginform_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
}
.login_content .loginbox .loginform_item input::-webkit-input-placeholder,
.login_content .loginbox .loginform_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.login_content .loginbox .loginform_item input:-moz-placeholder,
.login_content .loginbox .loginform_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.login_content .loginbox .loginform_item input::-moz-placeholder,
.login_content .loginbox .loginform_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.login_content .loginbox .loginform_item input:-ms-input-placeholder,
.login_content .loginbox .loginform_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.login_content .loginbox .loginform_item input {
  display: block;
  width: 100%;
  height: 3.75rem;
  padding: 0 2rem;
  background: #f7f7f7;
  border: 0;
  border-radius: 0.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.login_content .loginbox .loginform_yanzheng {
  margin-bottom: 2rem;
}
.login_content .loginbox .loginform_yanzheng input {
  display: block;
  width: 65%;
  height: 3.75rem;
  padding: 0 2rem;
  background: #f7f7f7;
  border-radius: 0.375rem;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.login_content .loginbox .loginform_yanzheng .yzbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 3.75rem;
  border: 1px solid #f8f8f8;
}
.login_content .loginbox .loginform_yanzheng .yzbox img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.login_content .loginbox .loginform 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: 100%;
  height: 3.75rem;
  margin: 0 auto;
  border: 0;
  border-radius: 0.375rem;
  background: #f3b149;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
}
.login_content .loginbox .loginform button:hover {
  cursor: pointer;
}
.login_content .loginbox .bottombx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login_content .loginbox .bottombx a {
  font-size: 1rem;
  color: #111;
}
.login_content .loginbox .bottombx a i {
  font-size: 1rem;
  color: #111;
}
.login_content .loginbox .bottombx a:hover {
  color: #f3b149;
}
.login_content .loginbox .bottombx a:hover i {
  color: #f3b149;
}

.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 299;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header.bgbx, .index_header.insidebg {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.index_header .logobox .logoimg {
  position: relative;
  display: block;
  width: auto;
  height: 2.55rem;
}
.index_header .logobox .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_header .logobox .logoimg .img1 {
  display: block;
}
.index_header .logobox .logoimg .img2 {
  display: none;
}
.index_header .navbox {
  height: 100%;
  margin-left: auto;
}
.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.875rem;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  line-height: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  background: #fff;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  min-width: 100%;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_header_nav_item .dropdown ul {
  min-width: 100%;
}
.index_header_nav_item .dropdown ul li {
  position: relative;
}
.index_header_nav_item .dropdown ul li a {
  display: block;
  font-size: 1rem;
  color: #2b2b2b;
  white-space: nowrap;
  line-height: 2.25rem;
  text-align: center;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown ul li a:hover {
  background-color: #f3b149;
  color: #fff;
}
.index_header_nav_item .dropdown ul li .dropdown5 {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  background-color: #fff;
  min-width: 10rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header_nav_item .dropdown ul li:hover .dropdown5 {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.index_header_nav_item.active a {
  color: #f3b149;
}
.index_header_nav_item:hover a {
  color: #f3b149;
}
.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;
  margin: 0 1.25rem;
}
.index_header .rightbx .searchbx i {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.75rem;
  color: #fff;
}
.index_header .rightbx .searchbx .dropdown {
  position: absolute;
  top: 4.375rem;
  right: 0;
  max-height: 0;
  padding: 0 0.625rem;
  background-color: #fff;
  border-radius: 0.25rem;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header .rightbx .searchbx .dropdown.show {
  max-height: unset;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  opacity: 1;
}
.index_header .rightbx .searchbx .dropdown form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  height: 2.5rem;
}
.index_header .rightbx .searchbx .dropdown form input::-webkit-input-placeholder,
.index_header .rightbx .searchbx .dropdown form textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx .dropdown form input:-moz-placeholder,
.index_header .rightbx .searchbx .dropdown form textarea:-moz-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx .dropdown form input::-moz-placeholder,
.index_header .rightbx .searchbx .dropdown form textarea::-moz-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx .dropdown form input:-ms-input-placeholder,
.index_header .rightbx .searchbx .dropdown form textarea:-ms-input-placeholder {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx .dropdown form input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid #ccc;
  outline: none;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #111;
  padding: 0 3.125rem 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 .dropdown form button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.75rem;
  height: 100%;
  border: 0;
  outline: none;
  background-color: #f3b149;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1rem;
  color: #fff;
}
.index_header .rightbx .searchbx .dropdown form button:hover {
  cursor: pointer;
}
.index_header .rightbx .signbx {
  margin-right: 1rem;
}
.index_header .rightbx .signbx a i {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.75rem;
  color: #fff;
}
.index_header .rightbx .inner-header-icon-out span, .index_header .rightbx .inner-header-icon-click span {
  background: #fff;
}
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
}
.index_banner_swiper {
  position: relative;
  width: 100%;
  height: auto;
}
.index_banner_swiper .swiper-slide {
  position: relative;
}
.index_banner_swiper .swiper-slide .swiper-animation {
  opacity: 0;
}
.index_banner_swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.index_banner_swiper .swiper-slide .textbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide .textbx h3 {
  font-size: 3.75rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.125rem;
}
.index_banner_swiper .swiper-slide .textbx p {
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.75rem;
  margin: 2rem 0 5rem;
}
.index_banner_swiper .swiper-slide .textbx .morebtn {
  width: 10rem;
  height: 3.125rem;
  background-color: transparent;
  border: 1px solid rgba(238, 217, 217, 0.5);
  font-size: 1rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_banner_swiper .swiper-slide .textbx .morebtn i {
  font-size: 0.875rem;
  color: #fff;
  margin-left: 0.5rem;
}
.index_banner_swiper .swiper-slide .textbx .morebtn:hover {
  background-color: #f3b149;
  border-color: #f3b149;
}
.index_banner_swiper .swiper-slide .w1600 {
  height: 100%;
}
.index_banner_swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_banner_swiper .swiper-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.125rem;
  height: 6.25rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.index_banner_swiper .swiper-btn span {
  font-size: 1.5rem;
  color: #fff;
}
.index_banner_swiper .swiper-btn-prev {
  left: 6%;
}
.index_banner_swiper .swiper-btn-next {
  right: 6%;
}
.index_banner_swiper .swiper-pagination {
  bottom: 2rem;
}
.index_banner_swiper .swiper-pagination-bullet {
  position: relative;
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 0.5rem !important;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.index_banner_swiper .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
}
.index_banner_swiper .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}
.index_banner_swiper .swiper-pagination-bullet-active::after {
  border-color: rgba(255, 255, 255, 0.3);
}
.index_banner_M {
  display: none;
}
.index_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;
}
.index_common_title h3 {
  font-size: 1.5rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.index_common_title span {
  font-size: 0.875rem;
  color: #999;
  text-transform: uppercase;
}
.index_product {
  position: relative;
  max-height: 100vh;
  padding: 6.25rem 0 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.index_product .leftbx {
  position: relative;
  height: 37.5rem;
}
.index_product .leftbx .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
      -ms-transform: translate(-51%, -50%);
          transform: translate(-51%, -50%);
  z-index: 0;
}
.index_product .leftbx .bg p {
  font-size: 7.5rem;
  color: #fff;
  letter-spacing: 0.125rem;
  font-family: "MiSans-Heavy";
  line-height: 2em;
  font-weight: 700;
  text-transform: uppercase;
}
.index_product .leftbx .index_common_title {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.index_product .leftbx_nav {
  position: relative;
  padding-top: 6%;
  z-index: 2;
}
.index_product .leftbx_nav ul li:not(:last-child) {
  margin-bottom: 1.75rem;
}
.index_product .leftbx_nav ul li a {
  font-size: 1.125rem;
  color: #666;
}
.index_product .leftbx_nav ul li.active a {
  color: #111;
}
.index_product .leftbx .swiperbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 2.5rem;
  z-index: 1;
}
.index_product .leftbx .swiperbox .index_product_swiper {
  display: none;
  width: 100%;
  height: 100%;
}
.index_product .leftbx .swiperbox .index_product_swiper.active {
  display: block;
}
.index_product .leftbx .swiperbox .index_product_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;
}
.index_product .leftbx .swiperbox .index_product_swiper .swiper-slide .imgbx {
  width: 26%;
  height: auto;
}
.index_product .leftbx .swiperbox .index_product_swiper .swiper-slide .product_hd {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_product .leftbx .swiperbox .index_product_swiper .swiper-slide .product_hd h4 {
  font-size: 1.875rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 0.875rem;
}
.index_product .leftbx .swiperbox .index_product_swiper .swiper-slide .product_hd span {
  font-size: 1rem;
  color: #999;
}
.index_product .leftbx .swiperbox .index_product_swiper .swiper-slide-active .product_hd {
  opacity: 1;
}
.index_product .leftbx_p {
  position: relative;
  margin-right: 3.75rem;
  z-index: 2;
}
.index_product .leftbx_p .pagebox_list {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.index_product .leftbx_p .pagebox_list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_product .leftbx_p .pagebox_list .swiper-btn {
  position: relative;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  width: auto;
  height: auto;
  background-color: transparent;
  margin-bottom: 0.325rem;
}
.index_product .leftbx_p .pagebox_list .swiper-btn span {
  font-size: 1rem;
  color: #111;
  line-height: 1em;
}
.index_product .leftbx_p .pagebox_list .swiper-pagination {
  position: relative;
  bottom: 0;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  width: auto;
  margin: 0 0.25rem;
  color: rgba(17, 17, 17, 0.5);
}
.index_product .leftbx_p .pagebox_list .swiper-pagination-current {
  font-size: 1.875rem;
  color: #111;
  font-family: "MiSans-Heavy";
}
.index_product .leftbx_p .morebtn {
  font-size: 1rem;
  color: #111;
}
.index_product .leftbx_p .morebtn i {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.875rem;
  background-color: #f3b149;
  border-radius: 50%;
  font-size: 0.75rem;
  color: #fff;
}
.index_product .rightbx {
  position: absolute;
  top: 0;
  right: 0;
  width: 21%;
  height: 100%;
}
.index_product .rightbx .productbg_swiper {
  display: none;
  width: 100%;
  height: 100%;
}
.index_product .rightbx .productbg_swiper.active {
  display: block;
}
.index_product .rightbx .productbg_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.index_new {
  padding: 5rem 0;
}
.index_new .center {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  margin: 2rem 0;
}
.index_new .center .item {
  position: relative;
  overflow: hidden;
}
.index_new .center .item img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index_new .center .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.125rem;
  padding: 0 1rem;
  background-color: rgba(17, 17, 17, 0.3);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new .center .item .text h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 3.125rem;
}
.index_new .center .item .text .time {
  font-size: 1rem;
  color: #fff;
  margin-left: 1rem;
}
.index_new .center .item:not(:first-child) .text {
  -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
          transform: translateY(101%);
}
.index_new .center .item:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_new .center .item:hover:not(:first-child) .text {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.index_new .center .item:first-child {
  grid-area: 1/1/4/3;
}
.index_new .center .item:nth-child(2) {
  grid-area: 1/3/3/4;
}
.index_new .center .item:nth-child(3) {
  grid-area: 1/4/2/5;
}
.index_new .center .item:nth-child(4) {
  grid-area: 3/3/4/4;
}
.index_new .center .item:nth-child(5) {
  grid-area: 2/4/4/5;
}
.index_new .morebtn {
  width: 10rem;
  height: 3.125rem;
  margin: 0 auto;
  background-color: rgba(100, 100, 100, 0.5);
  font-size: 1rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new .morebtn i {
  font-size: 0.875rem;
  color: #fff;
  margin-left: 0.5rem;
}
.index_new .morebtn:hover {
  background-color: #f3b149;
}
.index_profile {
  position: relative;
}
.index_profile .bg1,
.index_profile .bg2 {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}
.index_profile .bg1 {
  left: 0;
  width: 37.5%;
}
.index_profile .bg2 {
  right: 0;
  width: 62.5%;
}
.index_profile .textbx {
  padding: 5rem 0 6.25rem;
}
.index_profile .textbx .index_common_title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.index_profile .textbx .intro {
  margin: 2.5rem 0 4.5rem;
  width: 90%;
}
.index_profile .textbx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.6em;
}
.index_profile .textbx .index_numbox ul li:not(:last-child) {
  margin-bottom: 4rem;
}
.index_profile .textbx .index_numbox ul li .numbx {
  margin-bottom: 0.75rem;
}
.index_profile .textbx .index_numbox ul li .numbx p {
  font-size: 1rem;
  color: #111;
}
.index_profile .textbx .index_numbox ul li .numbx p span {
  font-size: 3.125rem;
  color: #f3b149;
  font-family: "MiSans-Heavy";
  font-weight: 700;
}
.index_profile .textbx .index_numbox ul li > p {
  font-size: 1rem;
  color: #111;
}
.index_case {
  padding: 5rem 0;
}
.index_case .center {
  width: 100%;
  height: 34.375rem;
  margin-top: 2.5rem;
}
.index_case .center .item {
  position: relative;
  width: 18.75%;
  height: 100%;
  background-position: 50% center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.index_case .center .item.active {
  width: 62.5%;
}
.index_case .center .item.active .item_text > h4 {
  opacity: 0;
}
.index_case .center .item.active .item_text .hd {
  top: 8%;
}
.index_case .center .item.active .item_text .morebtn {
  bottom: 8%;
}
.index_case .center .item_text {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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%;
  padding-bottom: 2.5rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.index_case .center .item_text h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_case .center .item_text .hd {
  position: absolute;
  top: -10%;
  left: 5%;
  -webkit-transition: top 0.3s linear 0.4s;
  transition: top 0.3s linear 0.4s;
}
.index_case .center .item_text .hd h4 {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1rem;
}
.index_case .center .item_text .hd em {
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #f3b149;
}
.index_case .center .item_text .morebtn {
  position: absolute;
  bottom: -12%;
  left: 5%;
  font-size: 1rem;
  color: #fff;
  -webkit-transition: bottom 0.3s linear 0.4s;
  transition: bottom 0.3s linear 0.4s;
}
.index_case .center .item_text .morebtn i {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.875rem;
  background-color: #f3b149;
  border-radius: 50%;
  font-size: 0.75rem;
  color: #fff;
}
.index_footer {
  background-color: #211e1e;
}
.index_footer_content {
  padding: 6.25rem 0 2.5rem;
}
.index_footer_content .leftbx {
  padding-top: 1.5rem;
}
.index_footer_content .leftbx_footlogobx {
  height: 3.375rem;
  width: auto;
  margin-bottom: 3.75rem;
}
.index_footer_content .leftbx_footlogobx img {
  width: auto;
  height: 100%;
}
.index_footer_content .leftbx_footsearch form input {
  width: 15.625rem;
  height: 2.75rem;
  padding: 0 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #fff;
}
.index_footer_content .leftbx_footsearch form button {
  width: 3.75rem;
  height: 2.75rem;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
  outline: none;
}
.index_footer_content .leftbx_footsearch form button:hover {
  cursor: pointer;
}
.index_footer_content .leftbx_footsearch form button i {
  font-size: 1.25rem;
  color: #fff;
}
.index_footer_content .listbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.index_footer_content .listbx dl:not(:last-child) {
  margin-right: 8%;
}
.index_footer_content .listbx dl dt {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1.25rem;
}
.index_footer_content .listbx dl dd:not(:last-child) {
  margin-bottom: 1.25rem;
}
.index_footer_content .listbx dl dd a {
  font-size: 0.875rem;
  color: #999;
}
.index_footer_content .listbx dl dd a:hover {
  color: #fff;
}
.index_footer_place {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.index_footer_place .erweima {
  width: 8.75rem;
  height: auto;
}
.index_footer_place .erweima img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_footer_place .telbx,
.index_footer_place .addressbx,
.index_footer_place .yxbx {
  max-width: 25%;
  padding-top: 1.875rem;
}
.index_footer_place .telbx_h,
.index_footer_place .addressbx_h,
.index_footer_place .yxbx_h {
  margin-bottom: 0.625rem;
}
.index_footer_place .telbx_h i,
.index_footer_place .addressbx_h i,
.index_footer_place .yxbx_h i {
  font-size: 1.25rem;
  color: rgba(238, 217, 217, 0.5);
}
.index_footer_place .telbx_h span,
.index_footer_place .addressbx_h span,
.index_footer_place .yxbx_h span {
  font-size: 1.125rem;
  color: #999;
  margin-left: 0.375rem;
}
.index_footer_place .telbx p,
.index_footer_place .telbx a,
.index_footer_place .addressbx p,
.index_footer_place .addressbx a,
.index_footer_place .yxbx p,
.index_footer_place .yxbx a {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.6em;
}
.index_footer_place .telbx p {
  font-size: 1.5rem;
  font-weight: 700;
}
.index_footer_copyright {
  height: 5.625rem;
}
.index_footer_copyright .w1600 {
  height: 100%;
}
.index_footer_copyright .leftbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_footer_copyright .leftbx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3.125rem;
}
.index_footer_copyright .leftbx ul li {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.5rem;
}
.index_footer_copyright .leftbx ul li a {
  color: rgba(255, 255, 255, 0.5);
}
.index_footer_copyright .leftbx ul li a:hover {
  color: #f3b149;
}
.index_footer_copyright p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}
.index_footer_copyright p a {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_footer_copyright p a:hover {
  color: #f3b149;
}
.index_footer_copyright p:first-child a {
  margin-left: 0.5rem;
}

.product_content {
  padding: 3.125rem 0;
}
.product_content_filter {
  position: relative;
  margin-bottom: 3rem;
}
.product_content_filter .showbtn {
  position: absolute;
  top: 0;
  right: 0;
  height: 1.875rem;
  font-size: 0.875rem;
  color: #999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_content_filter .showbtn 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.375rem;
  height: 1.375rem;
  border-radius: 50%;
  margin-right: 0.625rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #999;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_content_filter .showbtn.active {
  color: #f3b149;
}
.product_content_filter .showbtn.active i {
  background-color: #f3b149;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.product_content_filter .filteritem {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product_content_filter .filteritem.show {
  padding-top: 1.25rem;
  max-height: 20rem;
  opacity: 1;
}
.product_content_filter .filteritem:first-child {
  max-height: unset;
  opacity: 1;
}
.product_content_filter .filteritem:nth-child(2) {
  padding-top: 1.25rem;
  max-height: unset;
  opacity: 1;
}
.product_content_filter .filteritem h4 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #111;
  line-height: 1.875rem;
}
.product_content_filter .filteritem ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_content_filter .filteritem ul li {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
.product_content_filter .filteritem ul li a {
  display: block;
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  border: 1px solid transparent;
}
.product_content_filter .filteritem ul li a.active {
  color: #f3b149;
  border-color: #f3b149;
}
.product_content_filter .filteritem ul li.active a {
  color: #f3b149;
  border-color: #f3b149;
}
.product_content_list {
  margin-bottom: 1.875rem;
}
.product_content_list .item {
  position: relative;
  width: 24.375%;
  padding: 1.125rem;
  margin-bottom: 1.25rem;
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product_content_list .item_imgbx {
  position: relative;
  width: 100%;
  aspect-ratio: 27/17;
  padding: 1.25rem;
  margin: 0.625rem 0;
  overflow: hidden;
}
.product_content_list .item_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_content_list .item h4 {
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
}
.product_content_list .item .morebtn {
  font-size: 1rem;
  color: #111;
  -webkit-transition: bottom 0.3s linear 0.4s;
  transition: bottom 0.3s linear 0.4s;
}
.product_content_list .item .morebtn i {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.875rem;
  background-color: #f3b149;
  border-radius: 50%;
  font-size: 0.75rem;
  color: #fff;
}
.product_content_list .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.product_content_list .item:hover .morebtn {
  color: #f3b149;
}

.productdetail_content {
  padding: 3.125rem 0 6.25rem;
  background: #fff;
}
.productdetail_content .profile {
  margin-bottom: 4.375rem;
}
.productdetail_content .profile_text {
  margin-bottom: 1.25rem;
}
.productdetail_content .profile_text_l {
  width: 32%;
}
.productdetail_content .profile_text_l h3 {
  font-size: 1.875rem;
  color: #111;
  margin-bottom: 1rem;
}
.productdetail_content .profile_text_l .intro p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.7em;
}
.productdetail_content .profile_text_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  padding-top: 1.25rem;
}
.productdetail_content .profile_text_r p {
  width: 33%;
  font-size: 1rem;
  color: #999;
  line-height: 1.2em;
}
.productdetail_content .profile_morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.productdetail_content .profile_morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.75rem;
  height: 2.5rem;
  background-color: #f3b149;
  border-radius: 0.3125rem;
  font-size: 1rem;
  color: #fff;
}
.productdetail_content .profile_morebtn a:not(:last-child) {
  margin-right: 1rem;
}
.productdetail_content .profile_morebtn a i {
  font-size: 1rem;
  color: #fff;
  margin-left: 0.5rem;
}
.productdetail_content .profile_morebtn p {
  font-size: 0.875rem;
  color: #f3b149;
}
.productdetail_content .swiperbox {
  width: 100%;
  height: 46.875rem;
}
.productdetail_content .swiperbox .productdetail_swiper {
  width: 81.25%;
  height: 100%;
  border: 1px solid #eee;
}
.productdetail_content .swiperbox .productdetail_swiper .swiper-slide {
  width: 100%;
  height: 100%;
  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;
  background-color: #fff;
}
.productdetail_content .swiperbox .productdetail_swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_content .swiperbox .productdetail_swiper .swiper-slide .mask {
  width: 16rem;
  height: 16rem;
  background-color: yellow;
  position: absolute; /*在box类里面定位 层级高于展示图*/
  top: 0px;
  left: 0px;
  opacity: 0.5; /*设置遮罩层的透明度*/
  cursor: move; /*鼠标经过的时候变成十字拖动样式*/
  display: none; /*默认不显示 鼠标经过box时显示*/
}
.productdetail_content .swiperbox .productdetail_swiper .swiper-slide .bigimg {
  position: absolute;
  right: 0;
  top: 0;
  width: 25rem;
  height: 25rem;
  overflow: hidden; /*超出部分隐藏*/
  border: 1px solid #ccc;
  display: none; /*默认不显示 鼠标经过box时显示*/
  background-color: #fff;
  z-index: 10;
}
.productdetail_content .swiperbox .productdetail_swiper .swiper-slide .bigimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 200% !important;
  contain: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_content .swiperbox .rightswiper {
  position: relative;
  width: 17.5%;
}
.productdetail_content .swiperbox .rightswiper .productdetail_list_swiper {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.productdetail_content .swiperbox .rightswiper .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: auto;
  border: 1px solid #eee;
  overflow: hidden;
}
.productdetail_content .swiperbox .rightswiper .productdetail_list_swiper .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_content .swiperbox .rightswiper .productdetail_list_swiper .swiper-slide-thumb-active {
  border-color: #f3b149;
}
.productdetail_content .swiperbox .rightswiper .swiper-btn {
  position: absolute;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  height: 3.75rem;
  background-color: #f3b149;
  z-index: 2;
}
.productdetail_content .swiperbox .rightswiper .swiper-btn.swiper-button-disabled {
  opacity: 0;
}
.productdetail_content .swiperbox .rightswiper .swiper-btn:hover {
  border-color: #f3b149;
  background-color: #f3b149;
}
.productdetail_content .swiperbox .rightswiper .swiper-btn:hover span {
  color: #fff;
}
.productdetail_content .swiperbox .rightswiper .swiper-btn span {
  font-size: 2.5rem;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productdetail_content .swiperbox .rightswiper .swiper-btn:hover span {
  opacity: 1;
}
.productdetail_content .swiperbox .rightswiper .swiper-btn-prev {
  top: 0;
}
.productdetail_content .swiperbox .rightswiper .swiper-btn-prev span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.productdetail_content .swiperbox .rightswiper .swiper-btn-next {
  bottom: 0;
}
.productdetail_content .swiperbox .rightswiper .swiper-btn-next span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.popup_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 43.75rem;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.14);
  border-radius: 0.3125rem;
}
.popup_center .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  padding: 0 2rem;
  border-bottom: 1px solid #eee;
}
.popup_center .title h4 {
  font-size: 1.5rem;
  color: #111;
  font-weight: 400;
}
.popup_center .title .closebtn:hover {
  cursor: pointer;
}
.popup_center .title .closebtn i {
  font-size: 1.5rem;
  color: #666;
}
.popup_center .downloadForm {
  padding-top: 3.125rem;
}
.popup_center .downloadForm .formbx_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3.75rem;
  margin-bottom: 2rem;
}
.popup_center .downloadForm .formbx_item input::-webkit-input-placeholder,
.popup_center .downloadForm .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_item input:-moz-placeholder,
.popup_center .downloadForm .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_item input::-moz-placeholder,
.popup_center .downloadForm .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_item input:-ms-input-placeholder,
.popup_center .downloadForm .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_item label {
  width: 30%;
  text-align: right;
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
}
.popup_center .downloadForm .formbx_item label span {
  color: #f3b149;
}
.popup_center .downloadForm .formbx_item input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 1.125rem;
  outline: none;
  border: 0;
  background: #f7f7f7;
  border-radius: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.popup_center .downloadForm .formbx_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2rem;
  padding: 0 3.75rem;
}
.popup_center .downloadForm .formbx_text input::-webkit-input-placeholder,
.popup_center .downloadForm .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_text input:-moz-placeholder,
.popup_center .downloadForm .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_text input::-moz-placeholder,
.popup_center .downloadForm .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_text input:-ms-input-placeholder,
.popup_center .downloadForm .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
}
.popup_center .downloadForm .formbx_text label {
  width: 30%;
  text-align: right;
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
}
.popup_center .downloadForm .formbx_text label span {
  color: #f3b149;
}
.popup_center .downloadForm .formbx_text textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0.75rem 1.125rem;
  outline: none;
  resize: none;
  border: 0;
  background: #f7f7f7;
  border-radius: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
}
.popup_center .downloadForm .formbx .down_href {
  display: none;
}
.popup_center .formbtnbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.25rem 2rem;
  border-top: 1px solid #eee;
}
.popup_center .formbtnbx button {
  display: block;
  width: 6.25rem;
  height: 2.5rem;
  outline: none;
  border: 0;
  background-color: #f3b149;
  border-radius: 0.3125rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.125rem;
  line-height: 2.5rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popup_center .formbtnbx button:hover {
  cursor: pointer;
  letter-spacing: 0.25rem;
}

.about_profile {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
  background-image: url(../images/aboutbg1.jpg);
}
.about_profile .profilebx h3 {
  font-size: 2.125rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 2.25rem;
}
.about_profile .profilebx .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.6em;
}
.about_profile .profilebx .index_numbox {
  margin: 3.75rem 0;
}
.about_profile .profilebx .index_numbox ul li .numbx {
  margin-bottom: 0.75rem;
}
.about_profile .profilebx .index_numbox ul li .numbx p {
  font-size: 1rem;
  color: #111;
}
.about_profile .profilebx .index_numbox ul li .numbx p span {
  font-size: 3.125rem;
  color: #f3b149;
  font-family: "MiSans-Heavy";
  font-weight: 700;
}
.about_profile .profilebx .index_numbox ul li > p {
  font-size: 1rem;
  color: #111;
}
.about_profile .profilebx .imgbx {
  width: 100%;
}
.about_profile .profilebx .imgbx img {
  width: 100%;
  height: auto;
}
.about_adva {
  padding: 3.75rem 0 6.25rem;
}
.about_adva h3 {
  font-size: 2.125rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 2.25rem;
}
.about_adva .listbx .item {
  height: 25rem;
}
.about_adva .listbx .item:not(:last-child) {
  margin-bottom: 4.375rem;
}
.about_adva .listbx .item_imgbx {
  width: 47.5%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.about_adva .listbx .item_textbx {
  width: 52.5%;
  height: 21rem;
  padding: 5%;
  margin: 2rem 0;
  background-color: #f4f4f4;
}
.about_adva .listbx .item_textbx h4 {
  font-size: 1.75rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 1.75rem;
}
.about_adva .listbx .item_textbx p {
  font-size: 1rem;
  line-height: 2em;
  color: rgba(17, 17, 17, 0.6);
}
.about_adva .listbx .item:nth-child(odd) .item_imgbx {
  float: left;
}
.about_adva .listbx .item:nth-child(odd) .item_textbx {
  float: right;
}
.about_adva .listbx .item:nth-child(even) .item_imgbx {
  float: right;
}
.about_adva .listbx .item:nth-child(even) .item_textbx {
  float: left;
}
.about_path {
  position: relative;
}
.about_path::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 78.125%;
  height: 100%;
  background: url(../images/aboutpathbg.png) no-repeat right center;
  background-size: cover;
  z-index: 0;
}
.about_path .pathbx {
  padding: 3.125rem 0;
}
.about_path .pathbx .item {
  position: relative;
  padding: 1.875rem 0 1.875rem 12%;
}
.about_path .pathbx .item::after {
  position: absolute;
  top: 0;
  left: 17.8%;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eee;
  z-index: 1;
}
.about_path .pathbx .item .time {
  font-size: 1.5rem;
  color: #111;
  line-height: 2.25rem;
}
.about_path .pathbx .item em {
  position: relative;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #111;
  margin: 0.875rem 1.875rem;
  z-index: 2;
}
.about_path .pathbx .item_desc h4 {
  font-size: 1.375rem;
  color: #111;
  line-height: 2.25rem;
}
.about_qualification .qualificationbx {
  padding: 3.125rem 0;
}
.about_qualification .qualificationbx .item {
  width: 18.75%;
  margin-bottom: 1.875rem;
}
.about_qualification .qualificationbx .item a {
  width: 100%;
  height: 25rem;
  padding: 13%;
  background-color: #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about_qualification .qualificationbx .item a img {
  width: 100%;
  height: auto;
}
.about_qualification .qualificationbx .item h4 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #111;
  text-align: center;
  line-height: 2.5em;
}
.about_brand .brandbx {
  padding: 3.125rem 0;
}
.about_brand .brandbx .item {
  position: relative;
  width: 23.75%;
  margin-bottom: 1.875rem;
}
.about_brand .brandbx .item .imgbx {
  width: 100%;
  height: 16.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.about_brand .brandbx .item .imgbx img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about_brand .brandbx .item h4 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #111;
  text-align: center;
  line-height: 2.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about_brand .brandbx .item:hover .imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.about_brand .brandbx .item:hover h4 {
  color: #f3b149;
}
.about_branddetail .branddetailbx {
  padding-bottom: 3.25rem;
}
.about_branddetail .branddetailbx_center {
  padding: 3.125rem 0 5rem;
}
.about_branddetail .branddetailbx_center .title {
  padding: 2rem 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.about_branddetail .branddetailbx_center .title h3 {
  font-size: 1.625rem;
  color: #111;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 1.625rem;
}
.about_branddetail .branddetailbx_center .title .time {
  display: block;
  font-size: 1rem;
  color: #999;
  text-align: center;
}
.about_branddetail .branddetailbx_center .desc {
  padding: 2.5rem 14% 0;
}
.about_branddetail .branddetailbx_center .desc img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_branddetail .branddetailbx_center .desc p {
  font-size: 1rem;
  color: #666;
  line-height: 1.7em;
}
.about_branddetail .branddetailbx .common_pagebtn {
  padding: 0 14%;
}

.new_content {
  padding: 2.5rem 0;
}
.new_content .listbx {
  margin-bottom: 4.375rem;
}
.new_content .listbx .topitem {
  position: relative;
  width: 100%;
  height: 28.125rem;
  margin-bottom: 3.125rem;
  background-color: #f5f5f5;
}
.new_content .listbx .topitem .imgbx {
  float: right;
  width: 50%;
  height: 100%;
}
.new_content .listbx .topitem .textbx {
  float: left;
  width: 50%;
  height: 100%;
  padding: 4.5% 2%;
}
.new_content .listbx .topitem .textbx span {
  font-size: 1rem;
  color: #f3b149;
}
.new_content .listbx .topitem .textbx_txt {
  padding-bottom: 3rem;
  border-bottom: 1px solid #e6e6e6;
}
.new_content .listbx .topitem .textbx_txt h4 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5em;
  margin-bottom: 3.25rem;
}
.new_content .listbx .topitem .textbx_txt .intro p {
  font-size: 1rem;
  color: #999;
  line-height: 2em;
}
.new_content .listbx .topitem .textbx .morebtn {
  font-size: 1rem;
  color: #111;
  -webkit-transition: bottom 0.3s linear 0.4s;
  transition: bottom 0.3s linear 0.4s;
}
.new_content .listbx .topitem .textbx .morebtn i {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.875rem;
  background-color: #f3b149;
  border-radius: 50%;
  font-size: 0.75rem;
  color: #fff;
}
.new_content .listbx .topitem .textbx .morebtn:hover {
  color: #f3b149;
}
.new_content .listbx .item {
  position: relative;
  width: 31.25%;
  margin-bottom: 2.5rem;
}
.new_content .listbx .item_imgbx {
  width: 100%;
  aspect-ratio: 50/33;
  overflow: hidden;
}
.new_content .listbx .item_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .listbx .item_textbx {
  position: relative;
  width: 100%;
  padding: 1.5rem 0 3.75rem;
}
.new_content .listbx .item_textbx::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #f3b149;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .listbx .item_textbx h4 {
  font-size: 1.5rem;
  color: #111;
  font-family: "MiSans-Demibold";
  margin-bottom: 2.5rem;
}
.new_content .listbx .item_textbx span {
  font-size: 1rem;
  color: #111;
}
.new_content .listbx .item:hover {
  -webkit-box-shadow: 1px 1px 6px 0px rgba(160, 103, 13, 0.11);
          box-shadow: 1px 1px 6px 0px rgba(160, 103, 13, 0.11);
}
.new_content .listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.new_content .listbx .item:hover .item_textbx::after {
  height: 0.25rem;
}

.case_content {
  padding: 2.5rem 0;
}
.case_content .listbx .item {
  position: relative;
  width: 31.25%;
  margin-bottom: 3.125rem;
}
.case_content .listbx .item_imgbx {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
}
.case_content .listbx .item_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.case_content .listbx .item_textbx {
  width: 100%;
  padding: 1.875rem 1.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.case_content .listbx .item_textbx h4 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #111;
  margin-bottom: 1rem;
}
.case_content .listbx .item_textbx .type span {
  padding: 0.5rem 0.75rem;
  border: 1px solid #f3b149;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  color: #f3b149;
}
.case_content .listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.case_content .listbx .item:hover .item_textbx {
  background-color: #f5f5f5;
}

.distributors_content {
  padding: 3.125rem 0 5rem;
}
.distributors_content .listbx .item {
  position: relative;
  width: 23.125%;
  min-height: 8.125rem;
  padding: 1.25rem;
  margin-bottom: 2.5rem;
  border: 1px solid #ccc;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.distributors_content .listbx .item h4 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5em;
}
.distributors_content .listbx .item p {
  font-size: 0.875rem;
  color: #999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.distributors_content .listbx .item p span {
  color: #111;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.distributors_content .listbx .item:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.distributors_content .listbx .item:hover p {
  color: #f3b149;
}
.distributors_content .listbx .item:hover p span {
  color: #f3b149;
}

.contact_place {
  padding-top: 6.25rem;
}
.contact_place_list h3 {
  font-size: 2.125rem;
  color: #111;
  font-family: "MiSans-Demibold";
  margin-bottom: 3rem;
}
.contact_place_list ul {
  margin-bottom: 4.5rem;
}
.contact_place_list ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 12.5rem;
  padding: 2%;
  background-color: #f7f7f7;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact_place_list ul li h4 {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 6%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact_place_list ul li p,
.contact_place_list ul li a {
  position: relative;
  display: block;
  font-size: 1.25rem;
  color: #111;
  line-height: 1.5em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 9;
}
.contact_place_list ul li i {
  position: absolute;
  bottom: 0;
  left: 2%;
  -webkit-transform: translateY(24%);
      -ms-transform: translateY(24%);
          transform: translateY(24%);
  font-size: 10rem;
  color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact_place_list ul li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background-color: #eaeaea;
  pointer-events: none;
}
.contact_place_list ul li:hover {
  background-color: #f3b149;
}
.contact_place_list ul li:hover h4,
.contact_place_list ul li:hover p {
  color: #fff;
}
.contact_place_list ul li:hover i {
  color: rgba(255, 255, 255, 0.1);
}
.contact_place #map {
  width: 100%;
  height: 33.125rem;
}
.contact_message {
  padding: 3.125rem 0;
}
.contact_message .title {
  margin-bottom: 1.875rem;
}
.contact_message .title h3 {
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: 0.125rem;
  color: #111;
  margin-bottom: 0.5rem;
}
.contact_message .title p {
  font-size: 1.125rem;
  color: #111;
  text-align: center;
  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: 2.5rem;
}
.contact_message .center .formbx_item input::-webkit-input-placeholder,
.contact_message .center .formbx_item textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_item input:-moz-placeholder,
.contact_message .center .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_item input::-moz-placeholder,
.contact_message .center .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_item input:-ms-input-placeholder,
.contact_message .center .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_item input {
  display: block;
  width: 100%;
  height: 3.75rem;
  padding: 0 1rem;
  background: #f7f7f7;
  border: 0;
  -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: 2.5rem;
}
.contact_message .center .formbx_text input::-webkit-input-placeholder,
.contact_message .center .formbx_text textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_text input:-moz-placeholder,
.contact_message .center .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_text input::-moz-placeholder,
.contact_message .center .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_text input:-ms-input-placeholder,
.contact_message .center .formbx_text textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.contact_message .center .formbx_text textarea {
  display: block;
  width: 100%;
  height: 13.75rem;
  padding: 1rem;
  background: #f7f7f7;
  border: 0;
  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_yanzheng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 2.5rem;
}
.contact_message .center .formbx_yanzheng input {
  display: block;
  width: 65%;
  height: 3.75rem;
  padding: 0 1rem;
  background: #f7f7f7;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.contact_message .center .formbx_yanzheng .yzbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 3.75rem;
  border: 1px solid #f8f8f8;
  margin-left: 1rem;
}
.contact_message .center .formbx_yanzheng .yzbox img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.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: 12.5rem;
  height: 2.875rem;
  margin: 0 auto;
  border: 0;
  border-radius: 1.4375rem;
  background: #f3b149;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
}
.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: #f3b149;
}
.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: #111;
  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;
  }
  .w1400,
  .w1600 {
    width: 100%;
    padding: 0 1rem;
  }
  .Pcimg {
    display: none;
  }
  .Mimg {
    display: block;
  }
  .common_banner {
    width: 100%;
    height: 45vh;
  }
  .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_crumb {
    display: none;
  }
  .common_navbox ul {
    overflow-x: auto;
  }
  .common_navbox ul li {
    margin: 0 1rem;
  }
  .common_navbox ul li a {
    white-space: nowrap;
  }
  .common_pagebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common_pagebtn a {
    max-width: 100%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 6rem;
  }
  .index_header .w1600 {
    height: 100%;
  }
  .index_header .logobox .logoimg .img1 {
    display: none;
  }
  .index_header .logobox .logoimg .img2 {
    display: block;
  }
  .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: #f3b149;
  }
  .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 .telbx {
    margin-left: 0;
    margin-right: 1rem;
  }
  .index_header .inner-header-icon {
    display: block;
    z-index: 99;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    width: 100%;
    height: auto;
  }
  .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_product {
    padding: 3.5rem 0;
    width: 100%;
    height: auto;
    max-height: unset;
  }
  .index_product .leftbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100% !important;
    height: auto;
  }
  .index_product .leftbx .bg p {
    font-size: 3.5rem;
  }
  .index_product .leftbx .index_common_title {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 2.5rem;
  }
  .index_product .leftbx_nav {
    padding-top: 0;
    width: 100%;
  }
  .index_product .leftbx_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_product .leftbx_nav ul li {
    margin-right: 1.25rem;
  }
  .index_product .leftbx .swiperbox {
    position: static;
    height: auto;
    margin-bottom: 1rem;
  }
  .index_product .leftbx .swiperbox .index_product_swiper {
    height: 100%;
  }
  .index_product .leftbx .swiperbox .index_product_swiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_product .leftbx .swiperbox .index_product_swiper .swiper-slide .imgbx {
    width: 58%;
    height: 25rem;
    margin-bottom: 1rem;
  }
  .index_product .leftbx .swiperbox .index_product_swiper .swiper-slide .imgbx img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index_product .leftbx .swiperbox .index_product_swiper .swiper-slide .product_hd {
    position: static;
  }
  .index_product .leftbx .swiperbox .index_product_swiper .swiper-slide .product_hd span {
    display: block;
    text-align: center;
  }
  .index_product .leftbx_p {
    -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;
    width: 100%;
    margin-right: 0;
  }
  .index_product .rightbx {
    display: none;
  }
  .index_new {
    padding: 3.5rem 0;
  }
  .index_new .center {
    display: block;
  }
  .index_new .center .item {
    width: 100%;
    height: 20rem;
  }
  .index_new .center .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .index_new .center .item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index_profile .textbx {
    width: 100% !important;
    padding: 3.5rem 0;
  }
  .index_profile .textbx .index_numbox ul {
    -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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_profile .textbx .index_numbox ul li {
    width: 49%;
  }
  .index_profile .bg1 {
    width: 100%;
  }
  .index_profile .bg2 {
    display: none;
  }
  .index_case .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .index_case .center .item {
    width: 100% !important;
    height: 18rem;
  }
  .index_case .center .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .index_case .center .item_text > h4 {
    display: none;
  }
  .index_case .center .item_text .hd {
    top: 1.5rem;
  }
  .index_case .center .item_text .morebtn {
    bottom: 1.5rem;
  }
  .index_footer_content {
    padding: 4rem 0 1rem;
  }
  .index_footer_content .w1600 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_footer_content .leftbx {
    width: 100%;
    max-width: 100%;
  }
  .index_footer_content .leftbx_footlogobx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.5rem;
  }
  .index_footer_content .leftbx_footsearch form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index_footer_content .listbx {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 2rem 0;
  }
  .index_footer_content .listbx dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .index_footer_content .listbx dl:not(:last-child) {
    margin-right: 0;
  }
  .index_footer_content .listbx dl dt {
    width: 100%;
    text-align: center;
  }
  .index_footer_content .listbx dl dd {
    margin: 0 1rem;
  }
  .index_footer_content .rightbx {
    width: 100%;
  }
  .index_footer_content .rightbx h4 {
    text-align: center;
  }
  .index_footer_content .rightbx .bd {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index_footer_place {
    border-top: 0;
  }
  .index_footer_place .w1600 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_footer_place .telbx,
  .index_footer_place .addressbx,
  .index_footer_place .yxbx {
    max-width: 90%;
  }
  .index_footer_place .telbx_h,
  .index_footer_place .addressbx_h,
  .index_footer_place .yxbx_h {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index_footer_place .telbx p,
  .index_footer_place .addressbx p,
  .index_footer_place .yxbx p {
    text-align: center;
  }
  .index_footer_copyright p {
    width: 100%;
    -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;
    line-height: 1.7em;
  }
  .index_footer_copyright p:last-child {
    display: none;
  }
  .index_footer_copyright .leftbx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .index_footer_copyright .leftbx ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0.5rem 0;
  }
  .about_profile .profilebx .index_numbox {
    margin: 3.125rem 0;
  }
  .about_profile .profilebx .index_numbox ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_profile .profilebx .index_numbox ul li {
    width: 50%;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    margin-bottom: 1.5rem;
  }
  .about_profile .profilebx .index_numbox ul li:nth-child(2) {
    border-right: 0;
  }
  .about_adva .listbx .item_imgbx {
    float: none;
    width: 100%;
  }
  .about_adva .listbx .item_textbx {
    float: none;
    width: 100%;
  }
  .about_path::before {
    width: 100%;
  }
  .about_path .pathbx .item {
    padding-left: 0;
  }
  .about_path .pathbx .item::after {
    left: 19%;
  }
  .about_qualification .qualificationbx .list .item {
    width: 49%;
  }
  .about_qualification .qualificationbx .list .item a {
    height: 20rem;
    padding: 8%;
  }
  .about_brand .brandbx .list .item {
    width: 49%;
  }
  .about_brand .brandbx .list .item .imgbx {
    height: auto;
  }
  .about_brand .brandbx .list .item .imgbx img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about_branddetail .branddetailbx_center .desc {
    padding: 2.5rem 0 0;
  }
  .about_branddetail .branddetailbx .common_pagebtn {
    padding: 0;
  }
  .product_content_filter .filteritem ul li {
    margin-right: 0.25rem;
  }
  .product_content_list .item {
    width: 49%;
  }
  .product_content_list .item_imgbx {
    padding: 0.625rem;
  }
  .productdetail_content {
    padding: 3rem 0;
  }
  .productdetail_content .profile_text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productdetail_content .profile_text_l {
    width: 100%;
  }
  .productdetail_content .profile_text_r {
    width: 100%;
  }
  .productdetail_content .profile_text_r ul li {
    width: 49%;
  }
  .productdetail_content .swiperbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .productdetail_content .swiperbox .productdetail_swiper {
    width: 100%;
    height: auto;
  }
  .productdetail_content .swiperbox .productdetail_swiper .swiper-slide img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .productdetail_content .swiperbox .rightswiper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 10rem;
    margin-top: 1.5rem;
  }
  .productdetail_content .swiperbox .rightswiper .swiper-btn {
    width: 3.125rem;
    height: 100%;
  }
  .productdetail_content .swiperbox .rightswiper .swiper-btn-prev {
    left: 0;
  }
  .productdetail_content .swiperbox .rightswiper .swiper-btn-prev span {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .productdetail_content .swiperbox .rightswiper .swiper-btn-next {
    right: 0;
  }
  .productdetail_content .swiperbox .rightswiper .swiper-btn-next span {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .new_content .listbx .topitem {
    height: auto;
  }
  .new_content .listbx .topitem .imgbx {
    float: none;
    width: 100%;
    height: auto;
  }
  .new_content .listbx .topitem .imgbx img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .new_content .listbx .topitem .textbx {
    float: none;
    width: 100%;
    height: auto;
  }
  .new_content .listbx .topitem .textbx_txt {
    margin: 1rem 0 1.5rem;
  }
  .new_content .listbx .item {
    width: 100%;
  }
  .case_content .listbx .item {
    width: 100%;
  }
  .distributors_content .listbx .item {
    width: 49%;
  }
  .contact_place {
    padding-top: 3.5rem;
  }
  .contact_place_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_place_list ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 1rem;
  }
  .contact_place_list ul li:not(:last-child)::after {
    display: none;
  }
  .contact_place_list ul li:not(:last-child)::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #fff;
  }
  .contact_message .title {
    padding: 0;
  }
  .contact_message .center {
    padding: 0;
  }
  .contact_message .center .formbx_item {
    width: 100%;
  }
  .contact_message .center .formbx_yanzheng {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .searchbd_content .center .item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .login_content {
    padding: 6rem 0;
  }
  .login_content .loginbox {
    width: 96%;
    padding: 5rem 3rem 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_header .w1600 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_header_nav_item {
    margin: 0 1rem;
  }
  .index_header_nav_item > a {
    font-size: 1rem;
  }
  .index_header .rightbx .searchbx {
    margin: 0 0.5rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .index_header .w1600 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_header_nav_item {
    margin: 0 1rem;
  }
  .index_header_nav_item > a {
    font-size: 1rem;
  }
  .index_header .rightbx .searchbx {
    margin: 0 0.5rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .index_header .w1600 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_header_nav_item {
    margin: 0 0.75rem;
  }
  .index_header_nav_item > a {
    font-size: 1rem;
  }
  .index_header .rightbx .searchbx {
    margin: 0 1rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .index_header .w1600 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_header_nav_item {
    margin: 0 1rem;
  }
  .index_header .rightbx .searchbx {
    margin: 0 1rem;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1600 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .index_header_nav_item {
    margin: 0 1.25rem;
  }
  .index_header .rightbx .searchbx {
    margin: 0 2.25rem 0 1.75rem;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1921px) and (max-width: 2300px) {
  :root {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}