#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999980000000000000000000000;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: left 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  -moz-animation: bounceFromRight 0.4s ease-out;
       animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  -moz-animation: bounceFromLeft 0.4s ease-out;
       animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: -webkit-calc(50% - 30px);
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
  display: block !important;
}

.baguetteBox-button#previous-button {
  left: 2%;
  display: block !important;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: -webkit-calc(2% + 6px);
  right: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.wap-hd-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  .wap-hd-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #ff282d;
  }

  .wap-hd-nav-item {
    width: 25%;
  }
  .wap-hd-nav-item a {
    display: block;
    padding: 5px 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: #363636;
  }
  .wap-hd-nav-item a.active {
    color: white;
    background-color: #ff282d;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 17px;
    width: 26px;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #ff282d;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn.active {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
       -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
         -o-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-wp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    overflow-y: scroll;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    -webkit-transform: scale(1.1) translate(60px, -35px);
       -moz-transform: scale(1.1) translate(60px, -35px);
        -ms-transform: scale(1.1) translate(60px, -35px);
         -o-transform: scale(1.1) translate(60px, -35px);
            transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -webkit-transition: 0.5s 0.1s;
    -o-transition: 0.5s 0.1s;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #ff282d;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #ff282d;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    -webkit-transition-delay: 250ms;
       -moz-transition-delay: 250ms;
         -o-transition-delay: 250ms;
            transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    -webkit-transition-delay: 300ms;
       -moz-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    -webkit-transition-delay: 350ms;
       -moz-transition-delay: 350ms;
         -o-transition-delay: 350ms;
            transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    -webkit-transition-delay: 400ms;
       -moz-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    -webkit-transition-delay: 450ms;
       -moz-transition-delay: 450ms;
         -o-transition-delay: 450ms;
            transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    -webkit-transition-delay: 500ms;
       -moz-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    -webkit-transition-delay: 550ms;
       -moz-transition-delay: 550ms;
         -o-transition-delay: 550ms;
            transition-delay: 550ms;
  }
  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
  .m-mobilenav .mbsbnav-item a.active {
    color: #ff282d;
  }
}

.slick-list,.slick-slider,.slick-track{position:relative;display:block}
.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}
.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{top:0;left:0}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] 
.slick-slide{float:right}.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
@charset "UTF-8";
::selection {
  color: #fff;
  background: #3399FF;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "HarmonyOS_Sans_Light", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
  background-color: #fff;
}

@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  tap-highlight-color: transparent;
  focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -moz-tap-highlight-color: transparent;
  -moz-focus-ring-color: transparent;
  transition: all 550ms;
}
a:hover {
  color: #ff282d;
}

ol, ul, li {
  list-style: none;
}

img {
  max-width: 100%;
  border: 0px solid #ccc;
  height: auto;
}

table, embed, video {
  max-width: 100%;
}

input, textarea {
  border: none;
  background: none;
  font-family: inherit;
}
input:focus, textarea:focus {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}
input[type=checkbox] {
  cursor: pointer;
}
input[type=radio] {
  cursor: pointer;
}

input[type=submit], input[type=reset], input[type=button], button {
  -webkit-appearance: none;
  /*去掉苹果的默认UI来渲染按钮*/
}

textarea {
  resize: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

em, i {
  font-style: normal;
}

/* .c-xx start */
.c-fl {
  float: left;
}

.c-fr {
  float: right;
}

.c-cb {
  clear: both;
}

.c-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.c-mg {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.c-oh {
  overflow: hidden;
}

.c-wd {
  width: 1490px;
}

.c-tsn {
  transition: all 550ms;
}

.c-bbx {
  box-sizing: border-box;
}

.c-pr {
  position: relative;
}

.c-mt-5 {
  margin-top: 5px;
}

.c-mt-10 {
  margin-top: 10px;
}

.c-mt-15 {
  margin-top: 15px;
}

.c-mt-20 {
  margin-top: 20px;
}

.c-mt-25 {
  margin-top: 25px;
}

.c-mt-30 {
  margin-top: 30px;
}

.c-mt-35 {
  margin-top: 35px;
}

.c-mt-40 {
  margin-top: 40px;
}

.c-mt-45 {
  margin-top: 45px;
}

.c-mt-50 {
  margin-top: 50px;
}

.c-nomt {
  margin-top: 0 !important;
}

.c-nomr {
  margin-right: 0 !important;
}

.c-nomb {
  margin-bottom: 0 !important;
}

.c-noml {
  margin-left: 0 !important;
}

.c-nomg {
  margin: 0 !important;
}

.c-nopt {
  padding-top: 0 !important;
}

.c-nopr {
  padding-right: 0 !important;
}

.c-nopb {
  padding-bottom: 0 !important;
}

.c-nopl {
  padding-left: 0 !important;
}

.c-nopd {
  padding: 0 !important;
}

.c-nofont {
  line-height: 0;
  font-size: 0;
}

.c-nobg {
  background: none !important;
}

/* .c-xx end */
/* .f-xx start */
.f-czjz {
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
}

.f-box {
  margin: 0 auto;
  width: 1490px;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

.f-box2 {
  width: 1700px;
}
@media screen and (max-width: 1770px) {
  .f-box2 {
    width: 1490px;
  }
}

@media screen and (max-width: 1660px) {
  .f-box {
    width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .f-box {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .f-box {
    width: 720px;
    max-width: 96%;
  }
}
/* .f-xx end */
/* @keyframes start */
@keyframes boxshadown {
  0% {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
  }
}
/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy {
  position: relative;
  overflow: hidden;
}
.an-hoverimg-xy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleX(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-xy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  transform: scaleY(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-xy img {
  transition: all 550ms;
}
.an-hoverimg-xy:hover img {
  transform: scale(1.1);
}
.an-hoverimg-xy:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.an-hoverimg-xy:hover:after {
  visibility: visible;
  transform: scaleX(1);
}

.an-hoverimg-beforex {
  position: relative;
  overflow: hidden;
}
.an-hoverimg-beforex:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleX(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-beforex img {
  transition: all 550ms;
}
.an-hoverimg-beforex:hover img {
  transform: scale(1.1);
}
.an-hoverimg-beforex:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.an-hoverimg-beforey {
  position: relative;
  overflow: hidden;
}
.an-hoverimg-beforey:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleY(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-beforey img {
  transition: all 550ms;
}
.an-hoverimg-beforey:hover img {
  transform: scale(1.1);
}
.an-hoverimg-beforey:hover:before {
  visibility: visible;
  transform: scaleY(1);
}

.an-hoverbtn-beforey {
  position: relative;
}
.an-hoverbtn-beforey > * {
  position: relative;
}
.an-hoverbtn-beforey:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  background-color: #ff282d;
  transition: all 550ms;
}
.an-hoverbtn-beforey:hover {
  color: #fff;
}
.an-hoverbtn-beforey:hover:before {
  transform: scaleY(1);
}

.an-hoverbtn-beforex {
  position: relative;
}
.an-hoverbtn-beforex > * {
  position: relative;
}
.an-hoverbtn-beforex:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #ff282d;
  transition: all 550ms;
}
.an-hoverbtn-beforex:hover {
  color: #fff;
}
.an-hoverbtn-beforex:hover:before {
  transform: scaleX(1);
}

.an-hoverbtn-beforer {
  position: relative;
  overflow: hidden;
}
.an-hoverbtn-beforer > * {
  position: relative;
}
.an-hoverbtn-beforer:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff282d;
  transition: all 550ms;
}
.an-hoverbtn-beforer:hover {
  color: #fff;
}
.an-hoverbtn-beforer:hover:before {
  right: 0;
}

.an-boxsd:hover {
  animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
}

/* .an-xx end */
/* .m-xx start */
.m-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.m-desc a {
  color: #ff282d;
}
.m-desc a:hover {
  text-decoration: underline;
}
.m-desc p, .m-desc span, .m-desc b {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.m-desc p {
  min-height: 30px;
}
.m-desc img {
  max-width: 100%;
}
.m-desc iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.m-desc table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}
.m-desc table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc a {
    color: #ff282d;
  }
  .m-desc a:hover {
    text-decoration: underline;
  }
  .m-desc p, .m-desc span, .m-desc b {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc p {
    min-height: 24px;
  }
}

.m-desc2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.m-desc2 p, .m-desc2 span, .m-desc2 b {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .m-desc2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-desc2 p, .m-desc2 span, .m-desc2 b {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.table table tr td {
  padding: 10px;
  height: 30px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .table {
    width: 100%;
    overflow-x: scroll;
  }

  .table > div {
    width: 991px !important;
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  [class*=-item] .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  [class*=-item] .item-desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-modal {
    display: none;
  }
}
/* .m-xx end */
/* .j-xx start */
.j-offset-top {
  transition: all 750ms;
  transform: translateY(100px);
  opacity: 0;
}
.j-offset-top.run {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-top {
    transform: none !important;
  }
}

.j-offset-left {
  transition: all 750ms;
  transform: translateX(100px);
  opacity: 0;
}
.j-offset-left.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-left {
    transform: none !important;
  }
}

.j-offset-right {
  transition: all 750ms;
  transform: translateX(-100px);
  opacity: 0;
}
.j-offset-right.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-right {
    transform: none !important;
  }
}

.j-fadein {
  transition: all 750ms;
  opacity: 0;
}
.j-fadein.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-fadein {
    transform: none !important;
  }
}

.j-lazy {
  min-width: 100%;
}

/* .j-xx end */
[class*=-item] .item-pic {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
[class*=-item] .item-pic img {
  transition: all 550ms;
}
[class*=-item] .item-pic:hover img {
  /*transform: scale(1.1);*/
}
[class*=-item] .item-title {
  overflow: hidden;
}
[class*=-item] .item-title a:hover {
  /*color: #ff282d;*/
}
[class*=-item] .item-desc {
  overflow: hidden;
}
[class*=-item] .item-desc a {
  display: block;
}
[class*=-item] .item-desc a:hover {
  /*color: #ff282d;*/
}

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

#preloader {
  background-color: #333;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  text-align: center;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}

#object_one {
  animation: object_one 1.5s infinite;
}

#object_two {
  animation: object_two 1.5s infinite;
  animation-delay: 0.25s;
}

#object_three {
  margin-right: 0;
  animation: object_three 1.5s infinite;
  animation-delay: 0.5s;
}

@keyframes object_one {
  75% {
    transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
  }
}
.site-welcome {
  visibility: hidden;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  transition: all 550ms;
}

.m-crm {
  margin-top: 54px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}
.m-crm a {
  color: #999;
}
.m-crm a:hover {
  color: #ff282d;
}
.m-crm a.active {
  color: #ff282d;
}
@media screen and (max-width: 991px) {
  .m-crm {
    margin-top: 30px;
  }
}

.m-oths {
  margin-top: 20px;
}
.m-oths .oths-item {
  padding-left: 22px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}
.m-oths .oths-item a {
  color: #999;
}
.m-oths .oths-item a:hover {
  color: #ff282d;
}
.m-oths .oths-item-1 {
  background-image: url("../images/oths1.png");
}
.m-oths .oths-item-2 {
  background-image: url("../images/oths2.png");
}

.m-oths2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.m-oths2 .oths-item {
  max-width: 48%;
  box-sizing: border-box;
  overflow: hidden;
}
.m-oths2 .oths-item-2 {
  padding-left: 0;
  padding-right: 22px;
  background-position-x: right;
}

.m-page {
  margin-top: 65px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.m-page a, .m-page span {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  text-align: center;
  box-sizing: border-box;
  transition: all 550ms;
  padding: 0 5px;
}
.m-page a:hover {
  color: white;
  border-color: #ff282d;
  background-color: #ff282d;
}
.m-page a.active {
  color: white;
  border-color: #ff282d;
  background-color: #ff282d;
}
.m-page .page-form {
  margin-left: 8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-page .form-btn {
  min-width: 150px;
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  box-sizing: border-box;
  background-color: #ff282d;
}

.m-page2 {
  position: relative;
}

@media screen and (max-width: 991px) {
  .m-page {
    margin-top: 45px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .m-page a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.m-kf {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 30%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
  border-radius: 22px;
}
.m-kf .kf-item {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  width: 44px;
  line-height: 40px;
  margin-bottom: 1px;
  font-size: 20px;
  font-size: 2rem;
  color: #a5a5a5;
  text-align: center;
  border-radius: 5px;
  transition: 0.5s;
}
.m-kf .kf-item i:hover {
  /*color: #ff282d;*/
  font-size: 21px;
  font-size: 2.1rem;
  transition: 0.5s;
}
.m-kf .kf-item.active {
  /*color: #ff282d;*/
}
.m-kf .icon-xiangshang {
  font-size: 24px;
  font-size: 2.4rem;
}
.m-kf i.icon-xiangshang:hover {
  font-size: 25px;
  font-size: 2.5rem;
}
.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 100%;
  width: 90px;
  font-size: 0;
  line-height: 0;
}
.m-kf .gotop {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-kf {
    right: 0;
    top: auto;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    width: 100%;
    background-color: #2d2d27;
    border-radius: 0;
    padding: 0;
  }
  .m-kf .kf-item {
    width: 20%;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    font-size: 2.6rem;
    color: #fff;
    background-color: #2d2d27 !important;
  }
  .m-kf .icon-xiangshang {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .m-kf .kf-item2 {
    position: relative;
  }
  .m-kf .kf-wx {
    bottom: 100%;
    right: 0;
  }
  .m-kf .gotop {
    width: 20%;
    line-height: 60px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: block;
  }

  .g-ft {
    padding-bottom: 63px;
  }
}
.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 6px;
  bottom: 150px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #ff282d;
  border-radius: 5px;
  display: none;
}
.returntop:hover {
  color: #fff;
  background-color: #ff282d;
}

@media screen and (max-width: 991px) {
  .returntop {
    display: none !important;
  }
}
.j-videomodal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.j-videomodal iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  max-width: 90%;
  max-height: 80%;
}

.c-bg1 {
  /*background: url("../images/hbg1.png") repeat-y center top;*/
}

.g-hproc {
  padding-top: 90px;
}
@media screen and (max-width: 991px) {
  .g-hproc {
    padding-top: 40px;
  }
}

.m-hproc {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-hproc .box-item {
  position: relative;
  margin-right: 1.1409395973%;
  margin-bottom: 20px;
  width: 32.5503355705%;
}
.m-hproc .box-item:nth-child(3n) {
  margin-right: 0;
}
.m-hproc .item-title {
  position: absolute;
  left: 0;
  top: 26px;
  width: 100%;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 38px;
  font-size: 28px;
  font-size: 2.8rem;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .m-hproc .item-title {
    top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .m-hproc .box-item {
    width: 100%;
    margin-right: 0;
  }
}

.m-htt {
  margin-bottom: 42px;
  line-height: 48px;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .m-htt {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.g-hproranges {
  padding-top: 94px;
}
@media screen and (max-width: 991px) {
  .g-hproranges {
    padding-top: 30px;
  }
}

.m-hproranges {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.m-hproranges .box-hd {
  position: relative;
  order: 2;
  width: 26.0416666667%;
  background-color: #ff282d;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.m-hproranges .box-hd:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 90px;
  border-right: 40px solid #ff282d;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}
.m-hproranges .hd-title {
  line-height: 70px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
}
.m-hproranges .hd-title a {
  color: #fff;
}
.m-hproranges .hd-title a:hover {
  color: #333;
}
.m-hproranges .box-list {
  order: 1;
  width: 73.9583333333%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #ecebe9;
}
.m-hproranges .list-item {
  width: 33.33%;
  padding-left: 4.9295774648%;
  padding-right: 4.9295774648%;
  padding-bottom: 34px;
  box-sizing: border-box;
}
.m-hproranges .item-text {
  margin-top: 8px;
  text-align: center;
}
.m-hproranges .item-title {
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hproranges .item-desc {
  margin-top: 7px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  height: 60px;
  text-align: center;
}
.m-hproranges .item-desc a {
  color: #666;
}
.m-hproranges .item-desc a:hover {
  /*color: #ff282d;*/
}
@media screen and (max-width: 1440px) {
  .m-hproranges .hd-title {
    line-height: 50px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-hproranges {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
    max-width: 96%;
  }
  .m-hproranges .box-hd {
    display: none;
  }
  .m-hproranges .box-list {
    width: 100%;
  }
  .m-hproranges .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hproranges .item-desc {
    line-height: 24px;
    height: 48px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .m-hproranges .list-item {
    width: 100%;
  }
}

.g-hdata {
  position: relative;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 48px;
  background: url("../images/hbg2.jpg") repeat-y center top;
  background-color: #ecebe9;
}
.g-hdata .box-title {
  margin-bottom: 64px;
}
.g-hdata:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 52px;
  /*background-color: #666666;*/
}
@media screen and (max-width: 991px) {
  .g-hdata {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .g-hdata .box-title {
    margin-bottom: 30px;
  }
}

.m-hdata {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-hdata .box-item {
  max-width: 300px;
  flex: 0 1 auto;
  overflow: hidden;
  margin-right: 20px;
}
.m-hdata .box-item:nth-child(4n) {
  margin-right: 0;
}
.m-hdata .item-wp {
  display: block;
  text-align: center;
}
.m-hdata .item-num {
  line-height: 1;
  font-size: 64px;
  font-size: 6.4rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
}
.m-hdata .item-num sub {
  font-size: 22px;
  font-size: 2.2rem;
  vertical-align: middle;
}
.m-hdata .item-title {
  margin-top: 25px;
  line-height: 36px;
  font-size: 20px;
  font-size: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1219px) {
  .m-hdata .item-num {
    font-size: 40px;
    font-size: 4rem;
  }
  .m-hdata .item-num sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hdata .item-title {
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .m-hdata {
    flex-flow: row wrap;
  }
  .m-hdata .box-item {
    margin-bottom: 20px;
    width: 48%;
    max-width: 48%;
    margin-right: 4%;
  }
  .m-hdata .box-item:nth-child(2n) {
    margin-right: 0;
  }
  .m-hdata .item-title {
    margin-top: 10px;
  }
}

.g-hys {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../images/hbg3.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .g-hys {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-hys {
  position: relative;
}
.m-hys .box-list {
  overflow: hidden;
  width: 10000%;
}
.m-hys .list-item {
  float: left;
  width: 1%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.m-hys .item-pic {
  order: 2;
  width: 50%;
}
.m-hys .item-fix {
  order: 1;
  width: 50%;
  box-sizing: border-box;
  padding-left: 5.9060402685%;
  padding-right: 5.9060402685%;
  padding-top: 5.7718120805%;
  padding-bottom: 5.7718120805%;
  background: url("../images/hysbg1.jpg") no-repeat center;
}
.m-hys .item-text {
  color: #fff;
}
.m-hys .item-text a {
  color: #fff;
}
.m-hys .item-text a:hover {
  /*color: #ff282d;*/
}
.m-hys .item-title {
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hys .item-info {
  margin-top: 42px;
  max-height: 120px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.m-hys .box-page {
  position: absolute;
  left: 0;
  bottom: 50px;
  padding-left: 5.9060402685%;
  padding-right: 5.9060402685%;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-hys .page-item {
  margin-right: 8px;
  width: 40px;
  height: 4px;
  background-color: #818181;
  /*border-radius: 4px;*/
}
.m-hys .page-item.active {
  /*width: 36px;*/
  /*border-radius: 4px;*/
  background-color: #ff282d;
}
@media screen and (max-width: 1219px) {
  .m-hys .item-info {
    margin-top: 20px;
  }
  .m-hys .box-page {
    bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .m-hys .item-fix {
    padding: 30px 25px 40px;
  }
  .m-hys .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hys .item-info {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .m-hys .box-page {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 480px) {
  .m-hys .list-item {
    display: block;
  }
  .m-hys .item-pic {
    width: 100%;
  }
  .m-hys .item-fix {
    width: 100%;
  }
}

.g-hvideo {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .g-hvideo {
    margin-top: 40px;
  }
}

.m-hvideo {
  position: relative;
  padding-top: 47.2395833333%;
  overflow: hidden;
}
.m-hvideo .box-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.m-hvideo .box-wp {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.m-hvideo .box-text {
  padding-top: 10.2013422819%;
  padding-bottom: 6.711409396%;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
}
.m-hvideo .box-text a {
  color: #fff;
}
.m-hvideo .box-text a:hover {
  /*color: #ff282d;*/
}
.m-hvideo .box-title {
  line-height: 62px;
  font-size: 52px;
  font-size: 5.2rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.m-hvideo .box-desc {
  margin-top: 33px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  max-height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-width: 1200px;
  margin: 33px auto 0;
}
.m-hvideo .box-link {
  margin-top: 40px;
}
.m-hvideo .box-link a {
  display: inline-block;
  min-width: 130px;
  line-height: 36px;
  padding: 5px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #ff282d;
  box-sizing: border-box;
}
.m-hvideo .box-link a:hover {
  /*color: #fff;*/
  /*background-color: #ff282d;*/
  opacity: 0.75;
}
@media screen and (max-width: 991px) {
  .m-hvideo .box-text {
    padding: 40px 30px;
  }
  .m-hvideo .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hvideo .box-desc {
    margin-top: 15px;
    line-height: 26px;
    max-height: 52px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hvideo .box-link {
    margin-top: 25px;
  }
  .m-hvideo .box-link a {
    min-width: 140px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hvideo .box-link {
    display: none;
  }
  .m-hvideo .box-text {
    padding: 20px 15px;
  }
}

.g-hproj {
  padding-top: 95px;
}
@media screen and (max-width: 991px) {
  .g-hproj {
    padding-top: 40px;
  }
}

.m-hproj {
  overflow: hidden;
}
.m-hproj .box-left {
  float: left;
  width: 74.8993288591%;
  overflow: hidden;
}
.m-hproj .box-right {
  float: left;
  width: 25.033557047%;
}
.m-hproj .box-fix1 {
  float: left;
  width: 33.4229390681%;
}
.m-hproj .box-fix2 {
  float: left;
  width: 66.5770609319%;
}
.m-hproj .box-item {
  position: relative;
  overflow: hidden;
}
.m-hproj .box-item:hover .item-modal {
  opacity: 1;
  visibility: visible;
}
.m-hproj .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 550ms;
}
.m-hproj .item-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 67.5603217158%;
  padding-top: 42px;
  padding-bottom: 44px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
}
.m-hproj .item-text a {
  color: #fff;
}
.m-hproj .item-text a:hover {
  /*color: #ff282d;*/
}
.m-hproj .item-title {
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hproj .item-desc {
  margin-top: 13px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-hproj .box-hd {
  position: relative;
  padding-top: 129.490616622%;
  background-color: #383735;
}
.m-hproj .hd-fix {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 38px;
  box-sizing: border-box;
}
.m-hproj .hd-logo {
  line-height: 0;
  font-size: 0;
}
.m-hproj .hd-desc {
  margin-top: 29px;
  line-height: 28px;
  max-height: 112px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #fff;
}
.m-hproj .hd-desc a {
  color: #fff;
}
.m-hproj .hd-desc a:hover {
  /*color: #ff282d;*/
}
@media screen and (max-width: 1219px) {
  .m-hproj .hd-fix {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .m-hproj .hd-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
    max-height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .m-hproj .box-left {
    width: 100%;
  }
  .m-hproj .box-right {
    width: 100%;
  }
  .m-hproj .box-fix3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .m-hproj .box-fix3 .box-item {
    width: 33.33%;
  }
}

.g-hfact {
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .g-hfact {
    margin-top: 30px;
  }
}

.m-hfact {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.m-hfact .box-slide {
  position: relative;
  order: 2;
  width: 50%;
  overflow: hidden;
  /*margin-top:2.3%;*/
}
.m-hfact .box-fix {
  order: 1;
  width: 50%;
  padding-right: 4.1666666667%;
  padding-top: 5.1%;
  padding-bottom: 5.1%;
  background: url("../images/hbg4.jpg") no-repeat center;
  background-size: cover;
}
.m-hfact .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-hfact .list-item {
  float: left;
  width: 1%;
  overflow: hidden;
}
.m-hfact .box-page {
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-hfact .page-item {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 4px;
}
.m-hfact .page-item.active {
  width: 26px;
  background-color: #ff282d;
}
.m-hfact .box-text {
  padding-left: 24.4596131968%;
  padding-right: 30px;
  padding-top: 62px;
  padding-bottom: 31px;
  background-color: rgba(255, 40, 45, 0.8);
}
.m-hfact .text-wp {
  max-width: 280px;
}
.m-hfact .box-title {
  line-height: 54px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  color: #fff;
}
.m-hfact .box-title a {
  color: #fff;
}
.m-hfact .box-title a:hover {
  color: #333;
}
.m-hfact .box-link {
  margin-top: 74px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
.m-hfact .box-link a {
  color: #fff;
  text-decoration: underline;
}
.m-hfact .box-link a:hover {
  color: #333;
}
@media screen and (max-width: 991px) {
  .m-hfact .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hfact .box-text {
    padding: 30px 20px;
  }
  .m-hfact .box-link {
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hfact {
    display: block;
  }
  .m-hfact .box-slide {
    width: 100%;
  }
  .m-hfact .box-fix {
    width: 100%;
  }
}

.g-hnews {
  padding-top: 102px;
}
@media screen and (max-width: 991px) {
  .g-hnews {
    padding-top: 30px;
  }
}

.m-hnews {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: -30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-hnews .list-item {
  margin-right: 3.7894736842%;
  margin-bottom: 30px;
  width: 22.1052631579%;
}
.m-hnews .list-item:nth-child(4n) {
  margin-right: 0;
}
.m-hnews .item-text {
  margin-top: 19px;
}
.m-hnews .item-title {
  height: 60px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-hnews .item-time {
  margin-top: 13px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
@media screen and (max-width: 991px) {
  .m-hnews .item-title {
    height: 48px;
    line-height: 24px;
  }
  .m-hnews .item-time {
    margin-top: 10px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hnews .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.g-htouch {
  margin-top: 95px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
  padding-bottom: 48px;
  background-color: #ecebe9;
}
@media screen and (max-width: 991px) {
  .g-htouch {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m-htouch {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.m-htouch .box-left {
  float: left;
  width: 41.4893617021%;
}
.m-htouch .box-right {
  float: right;
  width: 48.2446808511%;
}
.m-htouch .box-hd {
  margin-bottom: 33px;
}
.m-htouch .hd-title {
  line-height: 38px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-htouch .hd-desc {
  margin-top: 26px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-htouch .hd-desc a {
  color: #666;
}
.m-htouch .hd-desc a:hover {
  /*color: #ff282d;*/
}
.m-htouch .box-list {
  margin-top: 34px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-htouch .list-item {
  margin-bottom: 30px;
  margin-right: 7.3076923077%;
  width: 28.4615384615%;
}
.m-htouch .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-htouch .form-item {
  position: relative;
  margin-bottom: 18px;
  line-height: 0;
  font-size: 0;
  box-sizing: border-box;
}
.m-htouch .form-item.important .item-text {
  background: url("../images/star1.png") no-repeat 14px 19px;
}
.m-htouch .form-item-1 {
  width: 47.6295479603%;
}
.m-htouch .form-item-2 {
  width: 100%;
}
.m-htouch .form-item-3 {
  margin-right: 4.6306504961%;
  width: 36.05292172%;
}
.m-htouch .form-item-4 {
  width: 16.5380374862%;
  height: 46px;
  padding-left: 0;
  line-height: 44px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  background-color: #f3fbfe;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
.m-htouch .form-item-4 img {
  max-height: 44px;
  vertical-align: middle;
}
.m-htouch .form-item-5 {
  float: left;
  border: none;
  width: 100%;
  padding-left: 0;
}
.m-htouch .item-btn1 {
  width: 100%;
  height: 56px;
  padding-left: 0;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #ff282d;
  transition: 0.5s;
}
.m-htouch .item-btn1:hover {
  /*background-color: #000;*/
  opacity: 0.75;
}
.m-htouch .item-text {
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding-left: 24px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  box-sizing: border-box;
  border: solid 1px #bfbfbf;
}
.m-htouch .item-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-htouch .item-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-htouch .item-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-htouch .item-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-htouch .item-text2 {
  height: 148px;
  line-height: 26px;
  padding-top: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .m-htouch .form-item {
    margin-bottom: 15px;
    width: 100%;
  }
  .m-htouch .form-item.important .item-text {
    background-position: 10px 15px;
  }
  .m-htouch .item-text {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-htouch .item-text2 {
    padding-top: 0;
    height: 144px;
  }
  .m-htouch .item-btn1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-htouch .form-item-3 {
    float: left;
    margin-right: 0;
    width: calc(100% - 120px);
  }
  .m-htouch .form-item-4 {
    float: right;
    width: 110px;
    height: 36px;
    line-height: 34px;
  }
  .m-htouch .form-item-4 img {
    max-height: 34px;
  }
}
@media screen and (max-width: 480px) {
  .m-htouch {
    display: block;
  }
  .m-htouch .box-left {
    float: none;
    width: 100%;
  }
  .m-htouch .box-right {
    float: none;
    width: 100%;
  }
}

.g-ft {
  background-color: #fff;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}
.g-ft a {
  color: #999;
}
.g-ft a:hover {
  color: #ff282d;
}

.m-ftfix1 {
  padding-top: 59px;
  padding-bottom: 6px;
}

.m-ftb1 {
  float: left;
  margin-right: 11.4093959732%;
  width: 16.1073825503%;
}

.m-ftb2 {
  float: left;
  width: 26.1744966443%;
  padding-right: 30px;
  box-sizing: border-box;
}

.m-ftb3 {
  float: left;
  width: 25.3691275168%;
  padding-right: 30px;
  box-sizing: border-box;
}

.m-ftb4 {
  float: none;
  overflow: hidden;
}

.m-ftt {
  margin-bottom: 19px;
  position: relative;
  padding-bottom: 14px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
}
.m-ftt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background-color: rgba(255, 40, 45, 0.8);
}

.m-ftshare {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-ftshare .share-item {
  margin-right: 30px;
  margin-bottom: 34px;
  width: 42px;
  height: 42px;
  line-height: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #999;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 50%;
}
.m-ftshare .share-item:hover {
  color: #ff282d;
  border-color: #ff282d;
}

.m-ftkey {
  margin-top: 73px;
  text-align: center;
}

.m-ftfix2 {
  padding-top: 11px;
  padding-bottom: 40px;
  text-align: center;
  border-top: 1px solid #dfdfdf;
}

.m-ftlogo {
  line-height: 0;
  font-size: 0;
  margin-top: 16px;
}

@media screen and (max-width: 991px) {
  .m-ftshare .share-item {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-ftt, .m-ftb2, .m-ftb3, .m-ftb4, .m-ftkey, .m-ftlogo {
    display: none;
  }

  .m-ftb1 {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .m-ftshare {
    justify-content: center;
  }
}
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.banner .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 26px;
  width: 98%;
  max-width: 1840px;
  margin: 0 auto;
  text-align: right;
}
.banner .slick-dots li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 6px;
  vertical-align: top;
}
.banner .slick-dots li a {
  display: block;
  width: 56px;
  height: 5px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.banner .slick-dots li.slick-active a {
  background-color: #ff282d;
}
.banner .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  width: 200px;
  height: 100%;
  line-height: 1;
  display: block !important;
  cursor: pointer;
}
.banner .slick-arrow .iconfont {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100px;
  line-height: 90px;
  font-size: 34px;
  font-size: 3.4rem;
  color: #fff;
  text-align: center;
  background-color: #ff282d;
  opacity: 0;
  transition: all 550ms;
}
.banner .slick-arrow.slick-prev {
  left: 0;
}
.banner .slick-arrow.slick-prev .iconfont {
  left: 0;
}
.banner .slick-arrow.slick-next {
  right: 0;
}
.banner .slick-arrow.slick-next .iconfont {
  right: 0;
}
.banner .slick-arrow:hover {
  color: #ff282d;
}
.banner .slick-arrow:hover .iconfont {
  opacity: 1;
}
.banner.hide {
  display: none;
}
@media screen and (max-width: 991px) {
  .banner {
    display: block;
  }
  .banner .slick-arrow {
    display: none !important;
  }
  .banner .slick-dots {
    bottom: 15px;
    text-align: center;
  }
  .banner .slick-dots li a {
    width: 12px;
    height: 12px;
  }
  .banner.hide {
    display: none;
  }
  .banner.n-banner {
    display: none;
  }
}

.g-hd {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  border-bottom: 1px solid #dddddd;
  transition: all 350ms;
}
@media screen and (max-width: 991px) {
  .g-hd {
    position: relative;
  }
}

.g-hd2 {
  position: absolute;
  color: #fff;
  background-color: transparent;
  border-bottom: none;
}
.g-hd2 a {
  color: #fff;
}
.g-hd2 .m-hdlang, .g-hd2 .m-hdsch {
  color: #fff;
}
.g-hd2 .m-hdlang a, .g-hd2 .m-hdsch a {
  color: #fff;
}
.g-hd2 .m-hdsch .sch-btn {
  color: #fff;
}
.g-hd2 .m-hdsch .sch-form {
  color: #333;
}
.g-hd2 .m-hdnav .sbnav-list {
  background-color: #333;
}
@media screen and (max-width: 991px) {
  .g-hd2 {
    position: relative;
  }
  .g-hd2 .m-hdlang, .g-hd2 .m-hdsch {
    color: #666;
  }
  .g-hd2 .m-hdlang a, .g-hd2 .m-hdsch a {
    color: #666;
  }
  .g-hd2 .m-hdsch .sch-btn {
    color: #666;
  }
}

body {
  /*padding-top: 135px;*/
  padding-top: 118px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 0;
  }
}

.m-hdfix1 {
  /*padding-top: 23px;*/
  padding-top: 3px;
}
.m-hdfix1 .box-fix {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-hdlang {
  margin-right: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}
.m-hdlang a {
  color: #999;
}
.m-hdlang a:hover {
  color: #ff282d;
}
.m-hdlang img {
  margin-right: 16px;
}
.m-hdlang .lang-item {
  margin-left: 16px;
}

.m-hdsch {
  position: relative;
  z-index: 2;
}
.m-hdsch .sch-btn {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  cursor: pointer;
}
.m-hdsch .sch-form {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 20px;
  width: 250px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #ff282d;
  padding-right: 40px;
  display: none;
}
.m-hdsch .form-text {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.m-hdsch .form-btn, .m-hdsch .form-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-hdsch .form-btn{ z-index: 2; }
.m-hdfix2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-hdlogo {
  line-height: 0;
  font-size: 0;
  margin-top: 13px;
  padding-top: 0px;
  padding-bottom: 0px;
  flex: 0 0 auto;
  
}

.m-hdnav {
  flex: 0 1 auto;
  display: flex;
  flex-flow: row wrap;
}
.m-hdnav .nav-item {
  position: relative;
  margin-right: 95px;
}
.m-hdnav .nav-item:last-child {
  margin-right: 0;
}
.m-hdnav .nav-item > a {
  display: block;
  padding-top: 36px;
  padding-bottom: 27px;
  /*padding-bottom: 19px;*/
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "HarmonyOS_Sans_Regular", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-hdnav .nav-item > a:hover, .m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current {
  color: #ff282d;
}
.m-hdnav .nav-item > a:hover:before, .m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 100%;
  height: 2px;
  background-color: #ff282d;
}
.m-hdnav .sbnav-list {
  position: absolute;
  left: -20px;
  /*top: 70px;*/
  top: 88px;
  width: 210px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  display: none;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.m-hdnav .sbnav-list.show {
  display: block;
}
.m-hdnav .sbnav-item a {
  display: block;
  line-height: 30px;
  padding: 5px 10px 5px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "HarmonyOS_Sans_Light", arial, helvetica, sans-serif;
}
.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active {
  color: #ff282d;
}
@media screen and (max-width: 1660px) {
  .m-hdnav .nav-item {
    margin-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .m-hdnav {
    display: none;
  }

  .m-hdlogo {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }

  .m-hdfix1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .m-hdlang {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.g-ft {
  border-top: 1px solid #ecebe9;
}

.g-wp {
  padding-top: 30px;
  padding-bottom: 142px;
}
@media screen and (max-width: 991px) {
  .g-wp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-abtt {
  margin-bottom: 17px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
}
@media screen and (max-width: 991px) {
  .m-abtt {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-abtb1 .box-video {
  margin-left: auto;
  margin-right: auto;
  margin-top: 31px;
  width: 64.4295302013%;
  padding-top: 36.2416107383%;
  position: relative;
  overflow: hidden;
}
.m-abtb1 .box-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-abtb2 {
  margin-top: 90px;
}
.m-abtb2 .box-item {
  padding-top: 74px;
  padding-bottom: 78px;
  background-color: #f5f5f5;
}
.m-abtb2 .box-item:nth-child(2n) {
  background-color: #fff;
}
.m-abtb2 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-abtb2 .box-slide {
  position: relative;
  width: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}
.m-abtb2 .box-text {
  width: 42.4832214765%;
  overflow: hidden;
  flex: 0 0 auto;
}
.m-abtb2 .box-slide2 {
  order: 2;
}
.m-abtb2 .box-text2 {
  order: 1;
}
.m-abtb2 .box-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  background-color: rgba(197, 196, 195, 0.5);
}
.m-abtb2 .box-btn:hover {
  color: #fff;
  background-color: #ff282d;
  background-color: rgba(255, 40, 45, 0.5);
}
.m-abtb2 .prev {
  left: 0;
}
.m-abtb2 .next {
  right: 0;
}
.m-abtb2 .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-abtb2 .list-item {
  float: left;
  width: 1%;
}
@media screen and (max-width: 991px) {
  .m-abtb2 {
    margin-top: 30px;
  }
  .m-abtb2 .box-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-abtb2 .box-wp {
    display: block;
  }
  .m-abtb2 .box-slide, .m-abtb2 .box-text {
    width: 100%;
  }
  .m-abtb2 .box-slide {
    order: 1;
    margin-bottom: 30px;
  }
  .m-abtb2 .box-text {
    order: 2;
  }
}

.m-techtt {
  margin-bottom: 40px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .m-techtt {
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-techb {
  margin-top: 60px;
}
.m-techb:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .m-techb {
    margin-top: 30px;
  }
}

.m-techb1 .box-wp, .m-techb1 .box-list {
  margin-bottom: -30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-techb1 .box-item, .m-techb1 .list-item {
  margin-bottom: 30px;
  width: 48.322147651%;
}
.m-techb1 .bitem-title {
  padding-bottom: 11px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #d3d3d3;
}
.m-techb1 .bitem-desc {
  margin-top: 9px;
}
.m-techb1 .box-list {
  margin-top: 159px;
}

.m-techb2 {
  padding-top: 68px;
  padding-bottom: 92px;
  background-color: #f7f7f7;
}
.m-techb2 .box-img {
  margin-top: 59px;
}
.m-techb2 .box-wp {
  margin-left: auto;
  margin-right: auto;
  max-width: 1370px;
}
@media screen and (max-width: 991px) {
  .m-techb2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-techb2 .box-img {
    margin-top: 30px;
  }
}

.m-techb3 {
  padding-top: 68px;
}
.m-techb3 .box-img {
  margin-top: 59px;
}
.m-techb3 .box-wp {
  margin-left: auto;
  margin-right: auto;
  max-width: 1370px;
}
@media screen and (max-width: 991px) {
  .m-techb3 {
    padding-top: 40px;
  }
  .m-techb3 .box-img {
    margin-top: 30px;
  }
}

.m-certt {
  margin-bottom: 56px;
}
.m-certt span {
  display: inline-block;
  position: relative;
  padding-bottom: 9px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
}
.m-certt span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ff282d;
}
@media screen and (max-width: 991px) {
  .m-certt {
    margin-bottom: 30px;
  }
  .m-certt span {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-cert {
  margin-top: 71px;
}
.m-cert:first-child {
  margin-top: 0;
}
.m-cert .box-list {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: -20px;
}
.m-cert .list-item {
  margin-right: 4.4295302013%;
  margin-bottom: 20px;
  width: 21.4765100671%;
}
.m-cert .list-item:nth-child(4n) {
  margin-right: 0;
}
.m-cert .item-pic {
  position: relative;
  border: 10px solid #e7edef;
}
.m-cert .item-pic i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  line-height: 42px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(255, 40, 45, 0.8);
  opacity: 0;
}
.m-cert .item-pic:hover i {
  opacity: 1;
}
.m-cert .item-title {
  margin-top: 10px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .m-cert {
    margin-top: 30px;
  }
  .m-cert .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-cert .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.m-projl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -55px;
}
.m-projl .list-item {
  margin-right: 4.6979865772%;
  margin-bottom: 55px;
  width: 47.6510067114%;
}
.m-projl .list-item:nth-child(2n) {
  margin-right: 0;
}
.m-projl .item-text {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.m-projl .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-projl .item-info {
  margin-top: 13px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-projl {
    margin-bottom: -30px;
  }
  .m-projl .list-item {
    margin-bottom: 30px;
  }
  .m-projl .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-projl .item-info {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .m-projl .list-item {
    margin-right: 0;
    width: 100%;
  }
}

.m-newsl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -57px;
}
.m-newsl .list-item {
  margin-right: 4.3624161074%;
  margin-bottom: 57px;
  width: 30.4026845638%;
}
.m-newsl .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-newsl .item-text {
  padding-top: 19px;
}
.m-newsl .item-title {
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-newsl .item-desc {
  margin-top: 11px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  max-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
}
.m-newsl .item-desc a {
  color: #666;
}
.m-newsl .item-desc a:hover {
  /*color: #ff282d;*/
}
.m-newsl .item-time {
  margin-top: 14px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
@media screen and (max-width: 991px) {
  .m-newsl {
    margin-bottom: -30px;
  }
  .m-newsl .list-item {
    margin-bottom: 30px;
  }
  .m-newsl .item-title {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .m-newsl .item-desc {
    margin-top: 11px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
  }
  .m-newsl .item-desc a {
    color: #666;
  }
  .m-newsl .item-desc a:hover {
    /*color: #ff282d;*/
  }
  .m-newsl .item-time {
    margin-top: 14px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
  }
}
@media screen and (max-width: 640px) {
  .m-newsl .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.g-mn {
  float: left;
  width: 100%;
  padding-right: 345px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .g-mn {
    padding-right: 0;
    float: none;
  }
}

.g-sd {
  float: left;
  margin-left: -280px;
  width: 280px;
}
@media screen and (max-width: 991px) {
  .g-sd {
    float: none;
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
}

.m-sdnews {
  padding: 30px;
  background-color: #f5f5f5;
}
.m-sdnews .list-item {
  margin-top: 28px;
}
.m-sdnews .list-item:first-child {
  margin-top: 0;
}
.m-sdnews .item-desc {
  margin-top: 5px;
  max-height: 78px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-sdnews .item-desc a {
  color: #666;
}
.m-sdnews .item-desc a:hover {
  /*color: #ff282d;*/
}
@media screen and (max-width: 991px) {
  .m-sdnews {
    padding: 30px 15px;
  }
  .m-sdnews .box-list {
    margin-bottom: -20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .m-sdnews .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    width: 31.33%;
    border-bottom: none;
  }
}
@media screen and (max-width: 375px) {
  .m-sdnews .list-item {
    width: 98%;
  }
}

.m-news {
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}
.m-news .box-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
.m-news .box-info {
  padding-top: 14px;
  padding-bottom: 26px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  border-bottom: 1px solid #e3e3e3;
}
.m-news .box-time {
  margin-right: 26px;
}
.m-news .share-title {
  float: left;
  margin-right: 5px;
}
.m-news .share-img {
  float: left;
  height: 26px;
}
.m-news .box-desc {
  margin-top: 30px;
  color: #666;
}

.m-procl .box-title {
  margin-bottom: 53px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
.m-procl .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -32px;
}
.m-procl .list-item {
  position: relative;
  margin-right: 1.4765100671%;
  margin-bottom: 32px;
  width: 12.7516778523%;
  background-color: #f2f2f2;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.m-procl .list-item:nth-child(7n) {
  margin-right: 0;
}
.m-procl .item-title {
  position: absolute;
  left: 0%;
  top: 15px;
  width: 100%;
  padding: 0 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 2;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
}
@media screen and (max-width: 991px) {
  .m-procl .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 23%;
  }
}
@media screen and (max-width: 640px) {
  .m-procl .list-item {
    width: 48%;
  }
}

.m-prol {
  margin-top: 86px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -32px;
}
.m-prol .list-item {
  margin-bottom: 32px;
  background-color: #4d4d4d;
  transition: all 550ms;
}
.m-prol .list-item:hover {
  background-color: #ff282d;
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.m-prol .list-item:hover .item-text {
  color: #fff;
}
.m-prol .list-item:hover .item-text a {
  color: #fff;
}
.m-prol .list-item:hover .item-icon {
  border-top-color: #fff;
}
.m-prol .list-item1 {
  margin-right: 2.3489932886%;
  width: 31.0738255034%;
}
.m-prol .list-item1:nth-child(3n) {
  margin-right: 0;
}
.m-prol .list-item2 {
  margin-right: 2.8859060403%;
  width: 22.8187919463%;
}
.m-prol .list-item2:nth-child(4n) {
  margin-right: 0;
}
.m-prol .item-text {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}
.m-prol .item-text a {
  color: #fff;
}
.m-prol .item-title {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-prol .item-info {
  margin-top: 12px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-prol .item-icon {
  margin-top: 15px;
  padding-top: 18px;
  border-top: 1px solid #636363;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-prol .item-icon .icon {
  margin-right: 10px;
  margin-bottom: 10px;
}
.m-prol .item-icon .icon img {
  height: 22px;
}
@media screen and (max-width: 991px) {
  .m-prol {
    margin-top: 30px;
  }
  .m-prol .item-title, .m-prol .item-info {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prol .item-icon .icon {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .m-prol .item-icon .icon img {
    height: 16px;
  }
}
@media screen and (max-width: 640px) {
  .m-prol .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.m-proc {
  margin-top: 103px;
}
.m-proc .box-title {
  margin-bottom: 49px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .m-proc {
    margin-top: 30px;
  }
  .m-proc .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-proc1 {
  padding-top: 64px;
  padding-bottom: 106px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 991px) {
  .m-proc1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-proj {
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}
.m-proj .box-title {
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  text-align: center;
}
.m-proj .box-share {
  padding-top: 22px;
  padding-bottom: 33px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.m-proj .share-title {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  margin-right: 15px;
}
.m-proj .share-img {
  line-height: 0;
  font-size: 0;
}
.m-proj .box-slide {
  position: relative;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
  padding-left: 75px;
  padding-right: 75px;
  box-sizing: border-box;
}
.m-proj .box-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  line-height: 54px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  background-color: #c5c4c3;
}
.m-proj .box-btn:hover {
  color: #fff;
  background-color: #ff282d;
}
.m-proj .prev {
  left: 0;
}
.m-proj .next {
  right: 0;
}
.m-proj .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-proj .list-item {
  float: left;
  width: 1%;
}
.m-proj .box-desc {
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  .m-proj .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-proj .box-desc {
    margin-top: 30px;
  }
  .m-proj .box-btn {
    width: 40px;
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-proj .box-slide {
    padding-left: 50px;
    padding-right: 50px;
  }
  .m-proj .box-btn {
    width: 36px;
    line-height: 36px;
  }
}

.m-mpro {
  margin-top: 91px;
}
.m-mpro .box-title {
  margin-bottom: 55px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .m-mpro {
    margin-top: 30px;
  }
  .m-mpro .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.m-techb4 {
  padding-top: 88px;
  padding-bottom: 93px;
  background-color: #f7f7f7;
}
.m-techb4 .box-wp {
  margin-left: auto;
  margin-right: auto;
  max-width: 1310px;
}
.m-techb4 .box-item {
  margin-top: 52px;
}
.m-techb4 .bitem-title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 991px) {
  .m-techb4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-faq {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-faq .list-item {
  position: relative;
  margin-bottom: 13px;
  width: 48.322147651%;
}
.m-faq .item-title {
  position: relative;
  padding-left: 14px;
  padding-right: 30px;
  line-height: 62px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background-color: #ecebe9;
}
.m-faq .item-title i {
  position: absolute;
  right: 10px;
  top: 0;
}
.m-faq .item-title .icon-jian2 {
  display: none;
}
.m-faq .item-title.active {
  color: #fff;
  background-color: #ff282d;
}
.m-faq .item-title.active .icon-jia2 {
  display: none;
}
.m-faq .item-title.active .icon-jian2 {
  display: block;
}
.m-faq .item-desc {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  max-height: 240px;
  overflow-y: auto;
}
@media screen and (max-width: 991px) {
  .m-faq .list-item {
    width: 100%;
  }
  .m-faq .item-title {
    line-height: 44px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-downl .box-item {
  margin-top: 26px;
}
.m-downl .box-item:first-child {
  margin-top: 0;
}
.m-downl .bitem-title {
  position: relative;
  padding-left: 14px;
  padding-right: 30px;
  line-height: 54px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background-color: #ecebe9;
}
.m-downl .bitem-title i {
  position: absolute;
  right: 10px;
  top: 0;
}
.m-downl .bitem-title .icon-jian2 {
  display: none;
}
.m-downl .bitem-title.active {
  color: #fff;
  background-color: #ff282d;
}
.m-downl .bitem-title.active .icon-jia2 {
  display: none;
}
.m-downl .bitem-title.active .icon-jian2 {
  display: block;
}
.m-downl .bitem-bd {
  margin-top: 30px;
  display: none;
}
.m-downl .bitem-bd.show {
  display: block;
}
.m-downl .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-downl .list-item {
  margin-right: 5.3691275168%;
  margin-bottom: 20px;
  width: 12.0805369128%;
}
.m-downl .list-item:nth-child(6n) {
  margin-right: 0;
}
.m-downl .item-pic {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  border: solid 4px #ffffff;
}
.m-downl .item-title {
  margin-top: 11px;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-downl .item-link {
  margin-top: 9px;
  text-align: center;
}
.m-downl .item-link a {
  display: inline-block;
  min-width: 126px;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  border: solid 1px #cdcdcd;
  box-sizing: border-box;
}
.m-downl .item-link a:hover {
  color: #fff;
  /*background-color: #ff282d;*/
  /*border-color: #ff282d;*/
  border-color: rgba(255,40,45,0.75);
  background: rgba(255,40,45,0.75);
}
.m-downl .item-link a:hover i {
  background-image: url("../images/downicon2.png");
}
.m-downl .item-link i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../images/downicon1.png") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 1219px) {
  .m-downl .item-link a {
    min-width: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-downl .item-link i {
    margin-right: 4px;
  }
}
@media screen and (max-width: 991px) {
  .m-downl .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 31.33%;
  }
}
@media screen and (max-width: 480px) {
  .m-downl .list-item {
    width: 48%;
  }
}

.m-ctusfix {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .m-ctusfix {
    display: block;
  }
}

.m-ctusinfo {
  width: 46.9798657718%;
}
.m-ctusinfo .box-title {
  margin-bottom: 25px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
}
.m-ctusinfo .box-info {
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 32px;
  padding-bottom: 30px;
  background-color: #ecebe9;
}
.m-ctusinfo .info-item {
  position: relative;
  padding-left: 28px;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-ctusinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
}
.m-ctusinfo .info-item span, .m-ctusinfo .info-item a {
  margin-right: 20px;
}
.m-ctusinfo .info-item a {
  color: #666;
}
.m-ctusinfo .info-item a:hover {
  color: #ff282d;
}
@media screen and (max-width: 991px) {
  .m-ctusinfo {
    width: 100%;
  }
}

.m-ctusform {
  width: 48.9932885906%;
}
.m-ctusform .box-title {
  margin-bottom: 21px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-ctusform .box-desc {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-ctusform .form-item {
  position: relative;
  margin-bottom: 18px;
  line-height: 0;
  font-size: 0;
  box-sizing: border-box;
}
.m-ctusform .form-item.important .item-text {
  background: url("../images/star1.png") no-repeat 14px 19px;
}
.m-ctusform .form-item-1 {
  width: 47.6295479603%;
}
.m-ctusform .form-item-2 {
  width: 100%;
}
.m-ctusform .form-item-3 {
  margin-right: 4.6306504961%;
  width: 36.05292172%;
}
.m-ctusform .form-item-4 {
  width: 16.5380374862%;
  height: 46px;
  padding-left: 0;
  line-height: 44px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  background-color: #f3fbfe;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
.m-ctusform .form-item-4 img {
  max-height: 44px;
  vertical-align: middle;
}
.m-ctusform .form-item-5 {
  float: left;
  border: none;
  width: 100%;
  padding-left: 0;
}
.m-ctusform .item-btn1 {
  width: 100%;
  height: 56px;
  padding-left: 0;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #ff282d;
}
.m-ctusform .item-btn1:hover {
  background-color: #000;
}
.m-ctusform .item-text {
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding-left: 24px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  box-sizing: border-box;
  border: solid 1px #bfbfbf;
}
.m-ctusform .item-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-ctusform .item-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-ctusform .item-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-ctusform .item-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-ctusform .item-text2 {
  height: 220px;
  line-height: 26px;
  padding-top: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .m-ctusform {
    width: 100%;
    margin-top: 30px;
  }
  .m-ctusform .form-item {
    margin-bottom: 15px;
    width: 100%;
  }
  .m-ctusform .form-item.important .item-text {
    background-position: 10px 15px;
  }
  .m-ctusform .item-text {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .item-text2 {
    padding-top: 0;
    height: 144px;
  }
  .m-ctusform .item-btn1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .form-item-3 {
    float: left;
    margin-right: 0;
    width: calc(100% - 120px);
  }
  .m-ctusform .form-item-4 {
    float: right;
    width: 110px;
    height: 36px;
    line-height: 34px;
  }
  .m-ctusform .form-item-4 img {
    max-height: 34px;
  }
}

.m-ctusmap {
  margin-top: 54px;
}
@media screen and (max-width: 991px) {
  .m-ctusmap {
    margin-top: 30px;
  }
}

.m-warranty {
  margin-top: 68px;
}
.m-warranty:first-child {
  margin-top: 0;
}
.m-warranty .box-title {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 12px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  text-align: center;
}
.m-warranty .box-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 80px;
  height: 3px;
  background-color: #ff282d;
}
.m-warranty .box-desc b {
  display: block;
  margin-bottom: 15px;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.m-warranty .box-desc strong {
  display: block;
  margin-bottom: 15px;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.m-warranty .box-desc em {
  position: relative;
  padding-left: 14px;
  display: block;
}
.m-warranty .box-desc em:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  background-color: #ff282d;
  border-radius: 50%;
}
.m-warranty .fix {
  padding-left: 14px;
  margin-top: 10px;
}
.m-warranty .box-link {
  margin-top: 34px;
}
.m-warranty .box-link a {
  display: inline-block;
  min-width: 300px;
  line-height: 34px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  border: solid 1px #ff282d;
  background-color: #ff282d;
  box-sizing: border-box;
}
.m-warranty .box-link a:hover {
  color: #fff;
  background-color: #ff282d;
  border-color: #ff282d;
  opacity: 0.75;
}
.m-warranty .box-link a:hover i {
  /*background-image: url("../images/downicon1.png");*/
}
.m-warranty .box-link i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../images/downicon2.png") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 991px) {
  .m-warranty {
    margin-top: 40px;
  }
  .m-warranty .box-desc b {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-warranty .box-desc strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-warranty .box-desc em:before {
    top: 10px;
  }
  .m-warranty .box-link a {
    min-width: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-downmodal1 {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.m-downmodal1 .box-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.m-downmodal1 .box-wp {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 80%;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #fff;
}

.m-downmodal1 .box-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #c0c0c0;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  background: url(../images/close.jpg) no-repeat center;
  cursor: pointer;
}

.m-downmodal1 .box-wp {
  padding-left: 2.96875%;
  padding-right: 2.96875%;
  padding-top: 30px;
  padding-bottom: 38px;
  border-radius: 6px;
  width: 500px;
}

@media screen and (max-width: 991px) {
  .m-downmodal1 .modal-wp {
    padding: 30px 20px;
  }
}
.m-downmodal1 .box-title {
  line-height: 1.2;
  font-size: 30px;
  font-size: 3rem;
  color: #ff282d;
  text-transform: uppercase;
  text-align: center;
}

.m-downmodal1 .box-desc {
  margin-top: 15px;
}

.m-downmodal1 .box-form {
  margin-top: 20px;
  margin-bottom: -10px;
  overflow: hidden;
}

.m-downmodal1 .form-item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 10px;
}

.m-downmodal1 .form-item.important:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 38px;
  color: red;
}

.m-downmodal1 .form-item1 {
  width: 100%;
}

.m-downmodal1 .form-item2 {
  width: 100%;
}

.m-downmodal1 .form-item3 {
  float: left;
  margin-right: 2.538071066%;
  width: 35.0253807107%;
}

.m-downmodal1 .form-item4 {
  float: left;
  padding-left: 0;
  width: 23.3502538071%;
  height: 38px;
  line-height: 38px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.m-downmodal1 .form-item4 img {
  max-height: 38px;
  vertical-align: middle;
}

.m-downmodal1 .form-item5 {
  float: right;
  padding-left: 0;
  width: 32.9949238579%;
  border: none;
}

.m-downmodal1 .form-btn {
  width: 100%;
  height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: white;
  background-color: #ff282d;
  box-sizing: border-box;
  cursor: pointer;
}

.m-downmodal1 .form-text {
  display: block;
  width: 100%;
  height: 38px;
  padding-left: 31px;
  padding-right: 10px;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  box-sizing: border-box;
  background-color: #f2f2f2;
}

.m-downmodal1 .form-icon {
  position: absolute;
  left: 18px;
  top: 0;
  line-height: 38px;
}

.m-downmodal1 .form-text2 {
  height: 126px;
  padding-top: 7px;
  line-height: 24px;
}

@media screen and (max-width: 959px) {
  .m-downmodal1 .box-title {
    padding: 0 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m-downmodal1 .box-form {
    margin-top: 20px;
  }

  .m-downmodal1 .form-item {
    margin-bottom: 10px;
  }

  .m-downmodal1 .form-text2 {
    height: 76px;
    padding-top: 0;
  }
}
.m-proshare {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.m-proshare .box-share {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-proshare .share-title {
  margin-right: 5px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
.m-proshare .share-img {
  height: 26px;
}

.m-prott {
  margin-top: 28px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2px;
  border-bottom: 1px solid #969696;
}
.m-prott .box-title {
  width: 46.3087248322%;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
}
.m-prott .box-tabhd {
  width: 53.6912751678%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  /*justify-content: flex-start;*/
  /*align-items: flex-start;*/
  justify-content: end;
  align-items: end;
}
.m-prott .tabhd-item {
  /*margin-right: 2.5%;*/
  width: 48.75%;
  line-height: 34px;
  padding: 10px 15px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
  text-align: center;
  background-color: #ecebe9;
  box-sizing: border-box;
}
.m-prott .tabhd-item:hover, .m-prott .tabhd-item.active {
  color: #fff;
  background-color: #ff282d;
}
.m-prott .tabhd-item:nth-child(2n) {
  margin-left: 2.5%;
}
@media screen and (max-width: 1219px) {
  .m-prott .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-prott .box-title {
    width: 100%;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .m-prott .box-tabhd {
    width: 100%;
    max-width: 500px;
  }
  .m-prott .tabhd-item {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.j-probd {
  display: none;
}
.j-probd.show {
  display: block;
}

.m-proinfo {
  margin-top: 38px;
}
.m-proinfo .box-fix {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.m-proinfo .box-left {
  width: 72.4832214765%;
}
.m-proinfo .box-right {
  width: 24.8322147651%;
      position: relative;
    padding-bottom: 60px;
}
.m-proinfo .box-slide {
  position: relative;
  overflow: hidden;
}
.m-proinfo .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-proinfo .list-item {
  float: left;
  width: 1%;
}
.m-proinfo .box-page {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.m-proinfo .page-item {
  margin-left: 6px;
  margin-bottom: 6px;
  width: 50px;
  height: 3px;
  background-color: #a3a3a3;
}
.m-proinfo .page-item.active {
  background-color: #ff282d;
}
.m-proinfo .box-img {
  line-height: 0;
  font-size: 0;
}
.m-proinfo .box-nav {
  margin-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4f4f4;
}
.m-proinfo .nav-item {
  position: relative;
  padding-left: 20px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  margin-top: 12px;
}
.m-proinfo .nav-item:first-child {
  margin-top: 0;
}
.m-proinfo .nav-item i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../images/downicon3.png") no-repeat center;
  background-size: 100% 100%;
}
.m-proinfo .nav-item:hover {
  color: #ff282d;
}
.m-proinfo .nav-item:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #ff282d;
}
.m-proinfo .nav-item:hover i {
  background-image: url("../images/downicon1.png");
}
.m-proinfo .box-link {
  margin-top: 20px;
  margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.m-proinfo .box-link a {
  display: block;
  line-height: 30px;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "HarmonyOS_Sans_Regular", arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #ff282d;
}
.m-proinfo .box-link a:hover {
  /*color: #fff;*/
  /*background-color: #ff282d;*/
  opacity: 0.75;
}
.m-proinfo .box-info {
  margin-top: 38px;
}
.m-proinfo .nav-wp {
  display: none;
}
.m-proinfo .nav-wp.show {
  display: block;
}
@media screen and (max-width: 1219px) {
  .m-proinfo .box-nav {
    padding: 25px 15px;
  }
  .m-proinfo .nav-item {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 640px) {
  .m-proinfo .box-left {
    width: 100%;
  }
  .m-proinfo .box-right {
    width: 100%;
    margin-top: 20px;
  }
  .m-proinfo .page-item {
    width: 20px;
    height: 5px;
  }
}

.m-progy {
  margin-top: 60px;
}
.m-progy .box-tabhd {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #e4e4e4;
}
.m-progy .tabhd-item {
  width: 13.0872483221%;
  line-height: 34px;
  padding: 10px 15px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  word-break: break-word;
  overflow: hidden;
  box-sizing: border-box;
}
.m-progy .tabhd-item img {
  height: 32px;
  margin-right: 5px;
  vertical-align: middle;
}
.m-progy .tabhd-item.active {
  color: #fff;
  background-color: #ff282d;
}
.m-progy .box-tabbd {
  margin-top: 31px;
}
.m-progy .tabbd-item {
  display: none;
}
.m-progy .tabbd-item.show {
  display: block;
}
.m-progy .box-desc b, .m-progy .box-desc strong {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  font-weight: normal;
}
.m-progy .box-desc em {
  position: relative;
  display: block;
  padding-left: 12px;
}
.m-progy .box-desc em:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff282d;
}
.m-progy .box-desc table {
  border: none;
}
.m-progy .box-desc table tr td {
  border-left: none;
  border-right: none;
  line-height: 26px;
  padding: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  /*text-align: center;*/
}
.m-progy .box-desc table tr:first-child td {
  border: none;
  background-color: #f2f2f2;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
}
.m-progy .box-desc table tr.bianse td {
  border: none;
  background-color: #f2f2f2;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .m-progy .tabhd-item {
    width: 19%;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-progy .tabhd-item img {
    height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .m-progy {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-progy .tabhd-item {
    width: 49%;
  }
}

.m-prodown {
  margin-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e4e4e4;
}
.m-prodown .down-title {
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  color: #fff;
  background-color: #bfbfbf;
}
.m-prodown .down-bd {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-prodown .down-bd p {
  margin-right: 22px;
  margin-bottom: 10px;
  min-width: 220px;
}
.m-prodown .down-bd p a {
  position: relative;
  display: block;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  padding-right: 10px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #ff282d;
}
.m-prodown .down-bd p a:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
  height: 25px;
  background: url("../images/downicon2.png") no-repeat center;
}
.m-prodown .down-bd p a:hover {
  color: #fff;
  /*background-color: #666;*/
  opacity: 0.6;
}
.m-prodown .down-bd p img {
  display: none;
}
@media screen and (max-width: 640px) {
  .m-prodown {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .m-prodown .down-bd p {
    width: 160px;
  }
  .m-prodown .down-bd p a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-protag {
  margin-top: 19px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-protag span {
  margin-right: 10px;
  font-family: "HarmonyOS_Sans_Medium", arial, helvetica, sans-serif;
  color: #333;
}
.m-protag a {
  margin-right: 10px;
  color: #666;
}
.m-protag a:hover {
  color: #ff282d;
}

.m-mproj {
  margin-top: 87px;
  padding-top: 55px;
  padding-bottom: 70px;
  background-color: #f5f5f5;
}
.m-mproj .box-title {
  margin-bottom: 52px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
.m-mproj .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -30px;
}
.m-mproj .list-item {
  margin-right: 2.6845637584%;
  margin-bottom: 30px;
  width: 22.8187919463%;
}
.m-mproj .list-item:nth-child(4n) {
  margin-right: 0;
}
.m-mproj .item-text {
  padding-top: 11px;
}
.m-mproj .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-mproj .item-info {
  margin-top: 4px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  max-height: 52px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .m-mproj {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-mproj .box-title {
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-mproj .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-mproj .item-desc {
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .m-mproj .list-item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1% !important;
  }
}

.m-changeimg {
  position: relative;
}
.m-changeimg .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  opacity: 0;
}
.m-changeimg:hover .img2 {
  transform: translate(-50%, -50%) !important;
  opacity: 1;
}

.m-pro2b1 .box-top {
  margin-bottom: 44px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.m-pro2b1 .box-title {
  margin-right: 20px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
}
.m-pro2b1 .box-share {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-pro2b1 .share-title {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  margin-right: 8px;
}
.m-pro2b1 .share-img {
  line-height: 0;
  font-size: 0;
}
.m-pro2b1 .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-pro2b1 .box-slide {
  position: relative;
  width: 48.322147651%;
  overflow: hidden;
}
.m-pro2b1 .box-slide2 {
  width: 45.6375838926%;
  box-sizing: border-box;
  border: solid 1px #e8e8e8;
}
.m-pro2b1 .box-right {
  width: 45.2348993289%;
}
.m-pro2b1 .box-right2 {
  width: 48.322147651%;
}
.m-pro2b1 .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-pro2b1 .list-item {
  float: left;
  width: 1%;
}
.m-pro2b1 .box-page {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 100%;
  padding: 0 22px;
  box-sizing: border-box;
  bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
.m-pro2b1 .page-item {
  margin-right: 6px;
  width: 50px;
  height: 3px;
  background-color: #a3a3a3;
}
.m-pro2b1 .page-item.active {
  background-color: #ff282d;
}
.m-pro2b1 .box-name {
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
}
.m-pro2b1 .box-info {
  /*margin-top: 12px;*/
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-pro2b1 .box-img {
  margin-top: 37px;
}
@media screen and (max-width: 991px) {
  .m-pro2b1 .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-pro2b1 .box-name {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-pro2b1 .box-info {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-pro2b1 .page-item {
    width: 15px;
  }
}
@media screen and (max-width: 480px) {
  .m-pro2b1 .box-top {
    display: block;
  }
  .m-pro2b1 .box-share {
    margin-top: 20px;
  }
  .m-pro2b1 .box-wp {
    display: block;
  }
  .m-pro2b1 .box-slide {
    width: 100%;
  }
  .m-pro2b1 .box-right {
    width: 100%;
    margin-top: 30px;
  }
}

.m-pro2b2 {
  margin-top: 88px;
  padding-top: 44px;
  border-top: 1px solid #969696;
}
@media screen and (max-width: 991px) {
  .m-pro2b2 {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@font-face {
  font-family: 'HarmonyOS_Sans_Medium';
  src: url('../fonts/HarmonyOS_Sans_Medium.eot');
  src: url('../fonts/HarmonyOS_Sans_Medium.eot') format('embedded-opentype'),
       url('../fonts/HarmonyOS_Sans_Medium.woff2') format('woff2'),
       url('../fonts/HarmonyOS_Sans_Medium.woff') format('woff'),
       url('../fonts/HarmonyOS_Sans_Medium.ttf') format('truetype'),
       url('../fonts/HarmonyOS_Sans_Medium.svg#HarmonyOS_Sans_Medium') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS_Sans_Light';
  src: url('../fonts/HarmonyOS_Sans_Light.eot');
  src: url('../fonts/HarmonyOS_Sans_Light.eot') format('embedded-opentype'),
       url('../fonts/HarmonyOS_Sans_Light.woff2') format('woff2'),
       url('../fonts/HarmonyOS_Sans_Light.woff') format('woff'),
       url('../fonts/HarmonyOS_Sans_Light.ttf') format('truetype'),
       url('../fonts/HarmonyOS_Sans_Light.svg#HarmonyOS_Sans_Light') format('svg');
       font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS_Sans_Regular';
  src: url('../fonts/HarmonyOS_Sans_Regular.eot');
  src: url('../fonts/HarmonyOS_Sans_Regular.eot') format('embedded-opentype'),
       url('../fonts/HarmonyOS_Sans_Regular.woff2') format('woff2'),
       url('../fonts/HarmonyOS_Sans_Regular.woff') format('woff'),
       url('../fonts/HarmonyOS_Sans_Regular.ttf') format('truetype'),
       url('../fonts/HarmonyOS_Sans_Regular.svg#HarmonyOS_Sans_Regular') format('svg');
       font-display: swap;
}
@font-face {
  font-family: "iconfont"; /* Project id 3387606 */
  src: url('../fonts/iconfont.eot?t=1652092290704'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1652092290704#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/iconfont.woff2?t=1652092290704') format('woff2'),
       url('../fonts/iconfont.woff?t=1652092290704') format('woff'),
       url('../fonts/iconfont.ttf?t=1652092290704') format('truetype'),
       url('../fonts/iconfont.svg?t=1652092290704#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiangshang:before {
  content: "\e8f3";
}

.icon-xiangshangyuanjiantoushangjiantouxiangshangxianxing1:before {
  content: "\e795";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-tag:before {
  content: "\e64d";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.m-proc-search { margin-bottom: 100px; padding-top: 30px; }
.m-proc-search .m-proc{ margin-top: 0px!important; }
.m-proc-search .box-title{ margin-bottom: 30px; }
.m-proc-search .box-title, .m-proc-search .m-desc{ margin-bottom: 30px; }

@media screen and (max-width: 991px) {
  .m-proc-search { margin-bottom: 40px; }
}

.m-kefu-chat.mobile-hide {right: 6px!important;}
.m-page a.no:hover {color: #333!important; border: 1px solid #e5e5e5!important; background: #fff!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem;}

.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 32px;
    width: 200px;
    line-height: 30px;
    overflow: hidden;
    color: #999;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    border-radius: 0px 19px 19px 19px;
    border: solid 2px #999999;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
    }
    .listcart a:hover {color: #e4040c; border-color: #e4040c; background: none;}
    .xunpanc{margin-bottom: 20px;}
    .xunpanc .table table{margin-top: 20px;}
    .xunpanc table tr td{border: 1px solid #ccc; padding: 3px;}
    .xunpanc table tr td a:hover{color: #ff282d;}
    
    .m-hys .item-text a p{ display: flex; }
    
    .m-hys .item-text a p em{ padding-left: 6px;  }
    
    @media screen and (min-width: 992px) {
        .g-hd3{
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            background-color: #fff;
            z-index: 9;
            border-bottom: 1px solid #dddddd;
            transition: 0.5s;
        }
        .g-hd3 a {
          color: #333;
        }
        .g-hd3 .m-hdlang, .g-hd2 .m-hdsch {
          color: #333;
        }
        .g-hd3 .m-hdlang a, .g-hd2 .m-hdsch a {
          color: #333;
        }
        .g-hd3 .m-hdsch .sch-btn {
          color: #333;
        }
        
        .g-hd3 .m-hdnav .sbnav-list{ background-color: #fff; }
        /*.g-hd3 .m-hdfix1 .box-fix{ display: none; }*/
        /*.g-hd3 .m-hdfix1{ padding-top: 10px; }*/
        /*.g-hd3 .m-hdlogo{ padding-bottom: 6px; }*/
        /*.g-hd3 .m-hdnav .nav-item > a{ padding-top: 12px; padding-bottom: 18px; }*/
        
        .g-hd3 .m-hdnav .nav-item > a:hover::before, .g-hd3 .m-hdnav .nav-item > a.active::before, .g-hd3 .m-hdnav .nav-item > a.current::before{ bottom: 16px; }
        .g-hd3 .m-hdnav .sbnav-list{ top: 80px; }
        .g-hd3{ top:-40px; }
        .g-hd3 .m-hdnav .nav-item > a{ padding-bottom: 19px; }
        .m-proc .box-title{ padding-top: 100px; margin-top: -100px; }
        .m-abtb1 .box-video{}
    }
    @media screen and (max-width: 767px){
        .m-abtb1 .box-video{width:100%;padding-top: 75%;}
    }
    
   
    
    
    
    
    
    
    
    