@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: block;
  -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: #ed1c24;
}

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

.common_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 7.5rem;
}
.common_banner img {
  width: 100%;
  height: auto;
}
.common_banner_text {
  position: absolute;
  top: 50%;
  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.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-shadow: 1px 1px 13px rgba(0, 20, 23, 0.25);
  margin-bottom: 1rem;
}
.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: #ed1c24;
  margin-top: 1.25rem;
}
.common_navbox {
  width: 100%;
  height: 3.75rem;
  background-color: #f1f1f1;
}
.common_navbox ul li a {
  display: block;
  padding: 0 1.875rem;
  font-size: 1.125rem;
  color: #111;
  font-weight: 700;
  line-height: 3.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common_navbox ul li.active a {
  background-color: #ed1c24;
  color: #fff;
}
.common_crumb {
  width: 100%;
}
.common_crumb p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #fff;
  line-height: 2.5rem;
  text-shadow: 1px 1px 13px rgba(0, 20, 23, 0.25);
}
.common_crumb p i {
  font-size: 1.25rem;
  color: #fff;
  margin-right: 0.25rem;
}
.common_crumb p a {
  color: #fff;
}
.common_crumb p a:hover {
  color: #ed1c24;
}
.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: 0.1875rem;
  background-color: #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.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: #e9e9e9;
}
.common_pagination li:first-child a:hover, .common_pagination li:last-child a:hover {
  background-color: #ed1c24;
}
.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: #ed1c24;
}

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

.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 1px 1px 13px 0px rgba(0, 20, 23, 0.11);
          box-shadow: 1px 1px 13px 0px rgba(0, 20, 23, 0.11);
  z-index: 99;
}
.index_header .logobox .logoimg {
  position: relative;
  display: block;
  width: auto;
  height: 4.375rem;
  margin-right: 0.5rem;
}
.index_header .logobox .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_header .logobox_txt h1 {
  font-size: 1.25rem;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.index_header .logobox_txt p {
  font-size: 0.875rem;
  color: #111;
}
.index_header .navbox {
  height: 100%;
}
.index_header_nav {
  height: 100%;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.index_header_nav_item {
  position: relative;
  height: 100%;
  margin: 0 1.875rem;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  text-align: center;
  color: #111;
  line-height: 7.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
  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: #ed1c24;
  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: #ed1c24;
}
.index_header_nav_item:hover a {
  color: #ed1c24;
}
.index_header_nav_item:hover .dropdown {
  -webkit-transform: translateX(-50%) rotateX(0);
          transform: translateX(-50%) rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_header .telbx {
  margin-left: 1.875rem;
}
.index_header .telbx i {
  display: none;
  width: 2.125rem;
  height: 2.125rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background-color: #ed1c24;
  font-size: 1.25rem;
  color: #fff;
}
.index_header .telbx p {
  font-size: 1.625rem;
  font-weight: 500;
  color: #000;
}
.index_header .rightbx {
  height: 100%;
  z-index: 3;
}
.index_header .rightbx .searchbx {
  position: relative;
  width: 22.5rem;
  height: 3.125rem;
  margin: 0 3.125rem;
}
.index_header .rightbx .searchbx form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.index_header .rightbx .searchbx form input::-webkit-input-placeholder,
.index_header .rightbx .searchbx form textarea::-webkit-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx form input:-moz-placeholder,
.index_header .rightbx .searchbx form textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx form input::-moz-placeholder,
.index_header .rightbx .searchbx form textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx form input:-ms-input-placeholder,
.index_header .rightbx .searchbx form textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.index_header .rightbx .searchbx form input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: #e6e6e6;
  outline: none;
  border-radius: 1.5625rem;
  font-size: 1rem;
  color: #111;
  padding: 0 4% 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index_header .rightbx .searchbx form button {
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.75rem;
  height: 100%;
  border: 0;
  outline: none;
  background-color: transparent;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .searchbx form button i {
  font-size: 1.5rem;
  color: #111;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_header .rightbx .searchbx form button:hover {
  cursor: pointer;
}
.index_header .rightbx .lang {
  position: relative;
}
.index_header .rightbx .lang_tl {
  height: 2.5rem;
}
.index_header .rightbx .lang_tl:hover i,
.index_header .rightbx .lang_tl:hover span {
  color: #ed1c24;
}
.index_header .rightbx .lang_tl i {
  font-size: 1.25rem;
  color: #111;
}
.index_header .rightbx .lang_tl span {
  font-size: 1.25rem;
  color: #111;
  margin: 0 0.625rem;
}
.index_header .rightbx .lang_dropdown {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  opacity: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_header .rightbx .lang_dropdown ul {
  width: 100%;
}
.index_header .rightbx .lang_dropdown ul li a {
  display: block;
  width: 100%;
  height: 2.5rem;
  background-color: #fff;
  font-size: 1.125rem;
  color: #2b2b2b;
  line-height: 2.25rem;
  text-align: center;
}
.index_header .rightbx .lang_dropdown ul li a:hover {
  background-color: #ed1c24;
  color: #fff;
}
.index_header .rightbx .lang:hover {
  cursor: pointer;
}
.index_header .rightbx .lang:hover .lang_dropdown {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}
.index_banner {
  position: relative;
  width: 100%;
  height: 43.75rem;
  margin-top: 7.5rem;
  overflow: hidden;
  z-index: 1;
}
.index_banner_swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide .swiper-animation {
  opacity: 0;
}
.index_banner_swiper .swiper-slide .w1400 {
  height: 100%;
}
.index_banner_swiper .swiper-slide .text h3 {
  font-size: 3.5625rem;
  color: #fff;
  line-height: 5rem;
  text-shadow: 1px 1px 13px rgba(0, 20, 23, 0.25);
}
.index_banner_swiper .swiper-slide .text .intro {
  margin: 2.75rem 0 2.5rem;
}
.index_banner_swiper .swiper-slide .text .intro p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5em;
}
.index_banner_swiper .swiper-slide .text .morebtn {
  width: 8.125rem;
  height: 2.375rem;
  background-color: #ed1c24;
  font-size: 1rem;
  color: #fff;
}
.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_M {
  display: none;
}
.index_product {
  padding-bottom: 6.25rem;
  background-image: url(../images/indexproductbg.jpg);
}
.index_product .filter {
  position: relative;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  padding: 2.5rem 5rem;
  background-image: url(../images/indexproductbg2.jpg);
  -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);
  z-index: 2;
}
.index_product .filter_search {
  width: 64%;
}
.index_product .filter_search h4 {
  font-size: 1.25rem;
  color: #111;
  font-weight: 400;
}
.index_product .filter_search .formbx {
  width: 100%;
  height: 2.5rem;
  margin: 1rem 0 1.25rem;
}
.index_product .filter_search .formbx input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 100%;
  padding: 0 1rem;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.index_product .filter_search .formbx button {
  width: 3.125rem;
  height: 100%;
  border: 0;
  outline: none;
  background-color: #ed1c24;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_product .filter_search .formbx button i {
  font-size: 1.25rem;
  color: #fff;
}
.index_product .filter_search .list a {
  font-size: 1rem;
  color: #666;
}
.index_product .filter_search .list a:hover {
  color: #ed1c24;
}
.index_product .filter_search .list a:not(:last-child) {
  margin-right: 3.125rem;
}
.index_product .filter_hot {
  width: 31%;
}
.index_product .filter_hot h4 {
  font-size: 1.25rem;
  color: #111;
  font-weight: 400;
}
.index_product .filter_hot ul {
  margin-top: 1rem;
}
.index_product .filter_hot ul li {
  width: 31%;
  margin-bottom: 1rem;
}
.index_product .filter_hot ul li a {
  font-size: 1rem;
  color: #666;
}
.index_product .filter_hot ul li a:hover {
  color: #ed1c24;
}
.index_product .center_tl {
  margin-bottom: 3.75rem;
}
.index_product .center_tl h3 {
  font-size: 2.125rem;
  color: #111;
}
.index_product .center_tl a {
  font-size: 1rem;
  color: #666;
}
.index_product .center_tl a:hover {
  color: #ed1c24;
}
.index_product .center_list .item {
  position: relative;
  padding: 0 0.625rem;
  background-color: #fff;
  width: 18.6%;
}
.index_product .center_list .item h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 4rem;
  border-bottom: 1px solid rgba(227, 227, 227, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_product .center_list .item .imgbx {
  width: 100%;
  aspect-ratio: 1;
}
.index_product .center_list .item .imgbx img {
  max-width: 90%;
  max-height: 90%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_product .center_list .item:hover h4 {
  color: #ed1c24;
}
.index_product .center_list .item:hover .imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_about {
  padding: 6.25rem 0;
}
.index_about .profile {
  margin-bottom: 5rem;
}
.index_about .profile_imgbx {
  width: 43%;
  height: 23.125rem;
}
.index_about .profile_text {
  width: 53%;
}
.index_about .profile_text span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ed1c24;
}
.index_about .profile_text h3 {
  font-size: 2.125rem;
  color: #111;
  margin-top: 1.5rem;
}
.index_about .profile_text .intro {
  margin: 1.875rem 0 2.5rem;
}
.index_about .profile_text .intro p {
  font-size: 1rem;
  color: #111;
  line-height: 1.7em;
}
.index_about .profile_text .more {
  width: 8.75rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  background-color: #ed1c24;
  font-size: 1rem;
  color: #fff;
}
.index_about .numbox ul li {
  width: 25%;
}
.index_about .numbox ul li:not(:last-child) {
  border-right: 1px solid #eee;
}
.index_about .numbox ul li .bd .numbx {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.25rem;
}
.index_about .numbox ul li .bd .numbx::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #ed1c24;
}
.index_about .numbox ul li .bd .numbx p {
  font-size: 1rem;
  color: #111;
}
.index_about .numbox ul li .bd .numbx p span {
  font-size: 3rem;
  font-family: "Impact";
  font-weight: 500;
}
.index_about .numbox ul li .bd > p {
  font-size: 1rem;
  color: #111;
  line-height: 1.6em;
}
.index_new {
  padding: 5rem 0;
  background-color: #f8f8f8;
}
.index_new .title {
  margin-bottom: 3.75rem;
}
.index_new .title h3 {
  font-size: 2.125rem;
  color: #111;
}
.index_new .title a {
  font-size: 1rem;
  color: #666;
}
.index_new .title a:hover {
  color: #ed1c24;
}
.index_new .center .item {
  position: relative;
  width: 31%;
}
.index_new .center .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.index_new .center .item:hover .item_text h4 {
  color: #ed1c24;
}
.index_new .center .item_imgbx {
  width: 100%;
  height: 15.625rem;
  overflow: hidden;
}
.index_new .center .item_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_new .center .item_text {
  padding: 1.25rem 0;
}
.index_new .center .item_text span {
  font-size: 1rem;
  color: #999;
}
.index_new .center .item_text h4 {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_footer {
  background-color: #211e1e;
}
.index_footer_content {
  padding: 4.375rem 0 1.875rem;
}
.index_footer_content .leftbx {
  max-width: 32%;
}
.index_footer_content .leftbx_footlogo {
  margin-bottom: 1.25rem;
}
.index_footer_content .leftbx_footlogo .logoimg {
  position: relative;
  display: block;
  width: auto;
  height: 4.375rem;
  margin-right: 0.5rem;
}
.index_footer_content .leftbx_footlogo .logoimg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_footer_content .leftbx_footlogo .txt h1 {
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.index_footer_content .leftbx_footlogo .txt p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}
.index_footer_content .leftbx_info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_footer_content .leftbx_info ul li i {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.875rem;
  margin-right: 0.125rem;
}
.index_footer_content .leftbx_info ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.875rem;
}
.index_footer_content .listbx dl:not(:last-child) {
  margin-right: 6rem;
}
.index_footer_content .listbx dl dt {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1rem;
}
.index_footer_content .listbx dl dd:not(:last-child) {
  margin-bottom: 0.75rem;
}
.index_footer_content .listbx dl dd a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_footer_content .listbx dl dd a:hover {
  color: rgb(255, 255, 255);
}
.index_footer_content .rightbx h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1rem;
}
.index_footer_content .rightbx .bd_item:not(:last-child) {
  margin-right: 1rem;
}
.index_footer_content .rightbx .bd_item img {
  width: 7.5rem;
  height: auto;
}
.index_footer_content .rightbx .bd_item span {
  font-size: 1rem;
  color: #666;
  margin-top: 0.5rem;
}
.index_footer_copyright {
  height: 5.625rem;
}
.index_footer_copyright .w1400 {
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.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: #ed1c24;
}
.index_footer_copyright p:first-child a {
  margin-left: 0.5rem;
}

.product_content {
  padding: 3.125rem 0;
}
.product_content .filter {
  margin-bottom: 3rem;
}
.product_content .filter_left ul li:not(:last-child) {
  margin-right: 0.875rem;
}
.product_content .filter_left ul li a {
  display: block;
  padding: 0 1.5rem;
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_content .filter_left ul li.active a {
  color: #fff;
  background-color: #ed1c24;
}
.product_content .filter_right ul li:not(:last-child) {
  margin-right: 0.875rem;
}
.product_content .filter_right ul li a {
  display: block;
  padding: 0 1.5rem;
  font-size: 1.125rem;
  color: #111;
  line-height: 2.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product_content .filter_right ul li.active a {
  color: #ed1c24;
}
.product_content .listbx .item {
  position: relative;
  width: 21.4%;
  margin-bottom: 5rem;
}
.product_content .listbx .item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(238, 217, 217, 0);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_content .listbx .item:hover::before {
  background-color: rgba(238, 217, 217, 0.5);
}
.product_content .listbx .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.product_content .listbx .item:hover h4 {
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.product_content .listbx .item_imgbx {
  position: relative;
  width: 100%;
  aspect-ratio: 15/11;
  border: 1px solid #eee;
  overflow: hidden;
}
.product_content .listbx .item_imgbx img {
  max-width: 90%;
  max-height: 90%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_content .listbx .item h4 {
  position: absolute;
  bottom: -2rem;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  font-size: 1.125rem;
  color: #111;
  z-index: 2;
  -webkit-transition: all 0.3s linear 0.1s;
  transition: all 0.3s linear 0.1s;
}

.productdetail_content {
  padding: 3.125rem 0;
  background: #fff;
}
.productdetail_content .profile {
  margin-bottom: 2.5rem;
}
.productdetail_content .profile_leftbx {
  width: 50%;
  height: 25rem;
}
.productdetail_content .profile_leftbx .leftswiper .swiper-btn {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  height: 1.875rem;
  background-color: #f5f5f5;
}
.productdetail_content .profile_leftbx .leftswiper .swiper-btn.swiper-button-disabled {
  border-color: rgba(0, 0, 0, 0.1);
}
.productdetail_content .profile_leftbx .leftswiper .swiper-btn.swiper-button-disabled span {
  color: rgba(0, 0, 0, 0.1);
}
.productdetail_content .profile_leftbx .leftswiper .swiper-btn:hover {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.productdetail_content .profile_leftbx .leftswiper .swiper-btn:hover span {
  color: #fff;
}
.productdetail_content .profile_leftbx .leftswiper .swiper-btn span {
  font-size: 1.5rem;
  color: #666;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productdetail_content .profile_leftbx .leftswiper .swiper-btn:hover span {
  opacity: 1;
}
.productdetail_content .profile_leftbx .leftswiper .swiper-btn-prev {
  left: 0.5%;
}
.productdetail_content .profile_leftbx .leftswiper .swiper-btn-prev span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.productdetail_content .profile_leftbx .leftswiper .swiper-btn-next {
  right: 0.5%;
}
.productdetail_content .profile_leftbx .leftswiper .swiper-btn-next span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.productdetail_content .profile_leftbx .productdetail_swiper {
  position: relative;
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  margin-left: 1rem;
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}
.productdetail_content .profile_leftbx .productdetail_swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  overflow: hidden;
}
.productdetail_content .profile_leftbx .productdetail_swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_content .profile_leftbx .productdetail_list_swiper {
  display: block;
  width: 5.625rem;
  height: 20rem;
  background-color: #fff;
  overflow: hidden;
}
.productdetail_content .profile_leftbx .productdetail_list_swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  overflow: hidden;
}
.productdetail_content .profile_leftbx .productdetail_list_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_content .profile_leftbx .productdetail_list_swiper .swiper-slide-thumb-active {
  border-color: #ed1c24;
}
.productdetail_content .profile_rightbx {
  width: 45%;
  padding: 2% 0;
}
.productdetail_content .profile_rightbx .bd_tl {
  margin-bottom: 4%;
}
.productdetail_content .profile_rightbx .bd_tl h3 {
  font-size: 1.75rem;
  color: #111;
  margin-bottom: 1rem;
}
.productdetail_content .profile_rightbx .bd_tl .type {
  font-size: 1rem;
  color: #111;
}
.productdetail_content .profile_rightbx .bd_intro p {
  font-size: 0.875rem;
  color: #999;
  line-height: 2em;
}
.productdetail_content .profile_rightbx .btnbox a {
  padding: 0 2.25rem;
  border-radius: 1.25rem;
  background-color: #999;
  font-size: 1rem;
  color: #fff;
  line-height: 2.5rem;
}
.productdetail_content .profile_rightbx .btnbox a:not(:last-child) {
  margin-right: 1.875rem;
}
.productdetail_content .profile_rightbx .btnbox a:hover {
  background-color: #ed1c24;
}
.productdetail_content .detail h4 {
  padding: 0 2.5rem;
  background-color: #f7f7f7;
  font-size: 1.25rem;
  font-weight: 400;
  color: #111;
  line-height: 3.75rem;
}
.productdetail_content .detail_center {
  padding: 1.25rem 0;
  width: 100%;
}
.productdetail_content .detail_center p {
  font-size: 1rem;
  color: #111;
  line-height: 2em;
}
.productdetail_content .detail_center img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_content .detail_center table {
  width: 100%;
  border-collapse: collapse;
  background-color: #e8ecf0;
  border: 2px solid #fff !important;
}
.productdetail_content .detail_center table thead tr th,
.productdetail_content .detail_center table tbody tr td {
  border: 2px solid #fff;
  padding: 0.5rem;
}
.productdetail_content .detail_center table thead tr th {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2em;
}
.productdetail_content .detail_center table tbody tr td p {
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  text-align: center;
  line-height: 1.2em;
}
.productdetail_haibao {
  position: relative;
  width: 100%;
  height: 40rem;
}
.productdetail_haibao img {
  position: absolute;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdetail_haibao .w1600 {
  height: 100%;
}
.productdetail_haibao .w1600 .textbx {
  max-width: 40%;
}
.productdetail_haibao .w1600 .textbx h4 {
  font-size: 2rem;
  color: #fff;
  line-height: 1.7em;
}
.productdetail_other {
  padding: 4.5rem 0;
  background: #f7f7f7;
}
.productdetail_other h3 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #111;
  text-align: center;
  margin-bottom: 1.875rem;
}
.productdetail_other .listbx {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}
.productdetail_other .listbx .item {
  position: relative;
  width: 31.25%;
}
.productdetail_other .listbx .item:hover .item_img img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.productdetail_other .listbx .item:hover .item_text_bd .listbtn i,
.productdetail_other .listbx .item:hover .item_text_bd .listbtn span {
  color: #ed1c24;
}
.productdetail_other .listbx .item_img {
  width: 100%;
  height: 24.375rem;
  overflow: hidden;
  background-color: #fff;
}
.productdetail_other .listbx .item_img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.productdetail_other .listbx .item_text h4 {
  font-size: 1.75rem;
  font-family: "Maitree-medium";
  font-weight: 400;
  color: #111;
  line-height: 3.75rem;
  text-align: center;
  background: #e6e6e6;
}
.productdetail_other .listbx .item_text_bd {
  width: 100%;
  min-height: 17.1875rem;
  padding: 2.25rem 1.875rem;
  background-color: #fff;
}
.productdetail_other .listbx .item_text_bd .intro p {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.6em;
}
.productdetail_other .listbx .item_text_bd .listbtn i {
  font-size: 1.5rem;
  color: #111;
  margin-right: 1.25rem;
}
.productdetail_other .listbx .item_text_bd .listbtn span {
  font-size: 1rem;
  color: #111;
}

.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: #ed1c24;
}
.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: #ed1c24;
}
.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: #ed1c24;
  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: 2.5rem 0 3.125rem;
}
.about_profile .title {
  margin-bottom: 0.75rem;
}
.about_profile .title h3 {
  font-size: 2.25rem;
  color: #111;
  margin-bottom: 0.5rem;
}
.about_profile .title p {
  font-size: 1.125rem;
  color: #111;
}
.about_profile .center {
  margin-bottom: 3.125rem;
}
.about_profile .center_text {
  margin-bottom: 2rem;
}
.about_profile .center_text .imgbx {
  width: 33%;
  height: auto;
}
.about_profile .center_text .imgbx img {
  width: 100%;
  height: auto;
}
.about_profile .center_text .txt {
  width: 66%;
}
.about_profile .center_text .txt p {
  font-size: 1rem;
  color: #111;
  line-height: 2em;
  text-indent: 2em;
}
.about_profile .center_imglist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
}
.about_profile .center_imglist .img1 {
  grid-area: 1/1/2/3;
}
.about_profile .center_imglist .img2 {
  grid-area: 1/3/2/4;
}
.about_profile .numbox ul li {
  width: 25%;
}
.about_profile .numbox ul li:not(:last-child) {
  border-right: 1px solid #eee;
}
.about_profile .numbox ul li .bd .numbx {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.25rem;
}
.about_profile .numbox ul li .bd .numbx::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #ed1c24;
}
.about_profile .numbox ul li .bd .numbx p {
  font-size: 1rem;
  color: #111;
}
.about_profile .numbox ul li .bd .numbx p span {
  font-size: 3rem;
  font-family: "Impact";
  font-weight: 500;
}
.about_profile .numbox ul li .bd > p {
  font-size: 1rem;
  color: #111;
  line-height: 1.6em;
}

.honor_content {
  padding: 3.125rem 0 1.25rem;
}
.honor_content .item {
  width: 18%;
  margin-bottom: 4rem;
}
.honor_content .item a {
  width: 100%;
  min-height: 20rem;
}
.honor_content .item a img {
  width: 100%;
  height: auto;
}

.solution_content {
  padding: 2.5rem 0;
}
.solution_content .item {
  position: relative;
  width: 30%;
  margin-bottom: 2.5rem;
}
.solution_content .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.solution_content .item:hover .item_text h4 {
  color: #ed1c24;
}
.solution_content .item_imgbx {
  width: 100%;
  aspect-ratio: 21/13;
  overflow: hidden;
}
.solution_content .item_imgbx img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.solution_content .item_text {
  padding: 0.875rem 0;
}
.solution_content .item_text h4 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #111;
  line-height: 1.6em;
  margin-bottom: 0.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.solution_content .item_text .time i {
  font-size: 1.25rem;
  color: #ccc;
  margin-right: 0.5rem;
}
.solution_content .item_text .time p {
  font-size: 0.875rem;
  color: #111;
}

.new_content {
  padding: 2.5rem 0;
}
.new_content .listbx {
  margin-bottom: 4.375rem;
}
.new_content .listbx .item {
  position: relative;
}
.new_content .listbx .item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.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_text h4 {
  color: #ed1c24;
}
.new_content .listbx .item_imgbx {
  width: 31%;
  aspect-ratio: 43/22;
  overflow: hidden;
}
.new_content .listbx .item_imgbx img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .listbx .item_text {
  width: 66%;
}
.new_content .listbx .item_text h4 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new_content .listbx .item_text .time {
  display: block;
  margin: 3% 0;
  font-size: 1rem;
  color: #999;
}
.new_content .listbx .item_text .intro p {
  font-size: 0.875rem;
  color: #999;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.solutiondetail_content,
.newdetail_content {
  padding: 3.125rem 0;
}
.solutiondetail_content .title,
.newdetail_content .title {
  margin-bottom: 2.5rem;
}
.solutiondetail_content .title h3,
.newdetail_content .title h3 {
  font-size: 2rem;
  color: #111;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 0.875rem;
}
.solutiondetail_content .title .time p,
.newdetail_content .title .time p {
  font-size: 1rem;
  color: #aaa;
}
.solutiondetail_content .title .time p:not(:last-child),
.newdetail_content .title .time p:not(:last-child) {
  margin-right: 1.875rem;
}
.solutiondetail_content .title .time p i,
.newdetail_content .title .time p i {
  font-size: 1rem;
  color: #aaa;
  margin-right: 0.25rem;
}
.solutiondetail_content .detail,
.newdetail_content .detail {
  margin-bottom: 3.75rem;
}
.solutiondetail_content .detail p,
.newdetail_content .detail p {
  font-size: 1rem;
  color: #333;
  line-height: 2em;
}
.solutiondetail_content .detail img,
.newdetail_content .detail img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

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

.contact_place {
  padding: 3.125rem 0 3.75rem;
  background-color: #f6f6f6;
}
.contact_place .leftbx {
  width: 64.6%;
  padding: 5%;
  background-color: #fff;
}
.contact_place .leftbx_info {
  width: 60%;
}
.contact_place .leftbx_info .tl {
  margin-bottom: 2.5rem;
}
.contact_place .leftbx_info .tl h3 {
  font-size: 1.625rem;
  color: #ed1c24;
  margin-bottom: 0.875rem;
}
.contact_place .leftbx_info .tl p {
  font-size: 1rem;
  color: #aaa;
  margin-bottom: 1rem;
}
.contact_place .leftbx_info .tl em {
  display: block;
  width: 1.25rem;
  height: 0.1875rem;
  background-color: #ccc;
}
.contact_place .leftbx_info .bd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_place .leftbx_info .bd li span {
  font-size: 1rem;
  color: #aaa;
  line-height: 2rem;
}
.contact_place .leftbx_info .bd li p {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  color: #111;
  line-height: 2rem;
}
.contact_place .leftbx_guanzhu {
  padding: 3% 0;
}
.contact_place .leftbx_guanzhu .tl {
  margin-bottom: 1.25rem;
  padding-left: 0.625rem;
}
.contact_place .leftbx_guanzhu .tl h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.5em;
  margin-bottom: 0.625rem;
}
.contact_place .leftbx_guanzhu .tl em {
  display: block;
  width: 1.25rem;
  height: 0.1875rem;
  background-color: #ccc;
}
.contact_place .leftbx_guanzhu .bd_item img {
  width: 8.125rem;
}
.contact_place .leftbx_guanzhu .bd_item span {
  font-size: 1rem;
  color: #666;
  margin-left: 1rem;
}
.contact_place .mapbx {
  width: 35.4%;
}
.contact_place .mapbx #map {
  width: 100%;
  height: 100%;
}
.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: #cacaca;
}
.contact_message .center .formbx_item input:-moz-placeholder,
.contact_message .center .formbx_item textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #cacaca;
}
.contact_message .center .formbx_item input::-moz-placeholder,
.contact_message .center .formbx_item textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #cacaca;
}
.contact_message .center .formbx_item input:-ms-input-placeholder,
.contact_message .center .formbx_item textarea:-ms-input-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #cacaca;
}
.contact_message .center .formbx_item input {
  display: block;
  width: 100%;
  height: 3.75rem;
  padding: 0 1rem;
  background: transparent;
  border: 1px solid #ccc;
  -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: #cacaca;
}
.contact_message .center .formbx_text input:-moz-placeholder,
.contact_message .center .formbx_text textarea:-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #cacaca;
}
.contact_message .center .formbx_text input::-moz-placeholder,
.contact_message .center .formbx_text textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #cacaca;
}
.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: #cacaca;
}
.contact_message .center .formbx_text textarea {
  display: block;
  width: 100%;
  height: 13.75rem;
  padding: 1rem;
  background: transparent;
  border: 1px solid #ccc;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
}
.contact_message .center .formbx_btnbx {
  width: 100%;
}
.contact_message .center .formbx_btnbx button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.625rem;
  padding: 0 4rem;
  margin: 0 auto;
  border: 0;
  background: #ed1c24;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25rem;
  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: #ed1c24;
}
.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;
    margin-top: 6rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_banner_textbx {
    top: 50%;
  }
  .common_banner_textbx h1 {
    font-size: 2.75rem;
  }
  .common_navbox ul {
    overflow-x: auto;
  }
  .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;
    z-index: 99;
  }
  .index_header .w1400 {
    height: 100%;
  }
  .index_header .logobox_txt {
    display: none;
  }
  .index_header .navbx {
    display: none;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    display: block;
    position: absolute;
    top: 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: #ed1c24;
  }
  .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;
    margin-top: 6rem;
  }
  .index_banner_M .index_banner_swiper {
    width: 100%;
    height: auto;
  }
  .index_banner_M .index_banner_swiper .swiper-slide {
    position: relative;
    height: auto;
    padding: 0;
  }
  .index_banner_M .index_banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text .textbd span {
    display: block;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.5rem;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-text .textbd p {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.8em;
  }
  .index_banner_M .swiper-pagination {
    bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
  }
  .index_product {
    padding: 4rem 0 2rem;
  }
  .index_product .filter {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 1rem;
    margin-bottom: 2.5rem;
  }
  .index_product .filter_search {
    width: 100%;
  }
  .index_product .filter_hot {
    display: none;
  }
  .index_product .center_list .item {
    width: 49%;
    margin-bottom: 1rem;
  }
  .index_about {
    padding: 4rem 0;
  }
  .index_about .profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
  .index_about .profile_imgbx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index_about .profile_text {
    width: 100%;
  }
  .index_about .numbox ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_about .numbox ul li {
    width: 50%;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    margin-bottom: 1.5rem;
  }
  .index_about .numbox ul li:nth-child(2) {
    border-right: 0;
  }
  .index_new {
    padding: 4rem 0;
  }
  .index_new .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_new .center .item {
    width: 100%;
  }
  .index_new .center .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .index_footer_content {
    padding: 4rem 0;
  }
  .index_footer_content .w1400 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_footer_content .leftbx {
    width: 100%;
    max-width: 100%;
  }
  .index_footer_content .leftbx_footlogo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index_footer_content .leftbx_info {
    width: 100%;
  }
  .index_footer_content .leftbx_info ul {
    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_footer_content .leftbx_info ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index_footer_content .leftbx_info ul li p {
    width: auto;
  }
  .index_footer_content .listbx {
    width: 100%;
    margin: 2rem 0;
  }
  .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_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;
  }
  .about_profile .center_text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_profile .center_text .imgbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .about_profile .center_text .txt {
    width: 100%;
  }
  .about_profile .center_imglist {
    display: block;
  }
  .about_profile .center_imglist img {
    width: 100%;
  }
  .about_profile .center_imglist img:not(:last-child) {
    margin-bottom: 1rem;
  }
  .about_profile .numbox ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_profile .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 .numbox ul li:nth-child(2) {
    border-right: 0;
  }
  .honor_content .item {
    width: 49%;
    margin-bottom: 2rem;
  }
  .product_content .filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_content .filter_left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .product_content .filter_left ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_content .filter_right {
    width: 100%;
  }
  .product_content .filter_right ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_content .listbx .item {
    width: 49%;
  }
  .productdetail_content {
    padding: 3rem 0;
  }
  .productdetail_content .profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productdetail_content .profile_leftbx {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .productdetail_content .profile_rightbx {
    width: 100%;
  }
  .productdetail_content .profile_rightbx .bd {
    margin-bottom: 2rem;
  }
  .productdetail_content .profile_rightbx .btnbox a {
    padding: 0 1.5rem;
  }
  .productdetail_content .profile_rightbx .btnbox a:not(:last-child) {
    margin-right: 1.25rem;
  }
  .productdetail_content .detail_center img {
    width: 100% !important;
  }
  .productdetail_content .detail_center img:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .productdetail_haibao {
    height: auto;
  }
  .productdetail_haibao .w1600 .textbx {
    padding: 2.5rem 0;
    max-width: 100%;
  }
  .productdetail_haibao img {
    position: relative;
    width: 100%;
  }
  .productdetail_other .listbx .item {
    width: 100%;
  }
  .productdetail_other .listbx .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .solution_content .listbx .item {
    width: 100%;
  }
  .new_content .listbx .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .new_content .listbx .item_imgbx {
    width: 100%;
    margin-bottom: 1rem;
  }
  .new_content .listbx .item_text {
    width: 100%;
  }
  .contact_place .w1400 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_place .leftbx {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_place .leftbx_info {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .contact_place .leftbx_guanzhu {
    width: 100%;
  }
  .contact_place .leftbx_guanzhu .bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact_place .leftbx_guanzhu .bd_item {
    -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;
  }
  .contact_place .leftbx_guanzhu .bd_item:not(:last-child) {
    margin-right: 1.25rem;
  }
  .contact_place .leftbx_guanzhu .bd_item span {
    margin-left: 0;
  }
  .contact_place .mapbx {
    width: 100%;
    height: 25rem;
  }
  .contact_message .title {
    padding: 0;
  }
  .contact_message .center {
    padding: 0;
  }
  .contact_message .center .formbx_item {
    width: 100%;
  }
  .searchbd_content .center .item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .w1400 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .w1400 {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .index_header_nav_item {
    margin: 0 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .w1400 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .index_header_nav_item {
    margin: 0 1rem;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  :root {
    font-size: 16px !important;
  }
  .w1400 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .index_header_nav_item {
    margin: 0 1rem;
  }
  .index_header .telbx {
    margin-left: 1rem;
  }
  .index_header .telbx p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1451px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .w1400 {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .index_header_nav_item {
    margin: 0 1.5rem;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
  .w1400 {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1601px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1921px) and (max-width: 2300px) {
  :root {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2301px) {
  :root {
    font-size: 18px !important;
  }
}