@charset "UTF-8";
#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);
  transition: opacity 0.5s ease;
  z-index: 99999999999999960000000000000000000000;
}

#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;
  transition: left 0.4s ease, transform 0.4s ease;
}

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

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

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  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;
  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: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../gif/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110;
}

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.wap-hd-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  .wap-hd-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    background-color: #ec1d25;
  }
  .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: #ec1d25;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: fixed;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 17px;
    width: 26px;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #ec1d25;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn.active {
    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;
    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;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    height: calc(100% - 60px);
    width: 100%;
    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;
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    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%;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #ec1d25;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #ec1d25;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    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: #ec1d25;
  }
}
.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;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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 {
  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;
}

.slick-slide {
  position: relative;
}

.slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: none \9 ;
  display: block \9 \0 ;
}

.slick-dots .slide-count {
  display: none;
}

@media screen and (max-width: 991px) {
  .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
::selection {
  color: #fff;
  background: #ec1d25;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

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

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "NHAASGROTESKTXPRO55RG", 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: #ec1d25;
}

ol, ul {
  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: 1400px;
}

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

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

.c-pr {
  position: relative;
}

.c-ps {
  position: static !important;
}

.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: 1400px;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

@media screen and (max-width: 1440px) {
  .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: #ec1d25;
  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: #ec1d25;
  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: #ec1d25;
  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: #ec1d25;
}

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

[class*=-item] .item-desc {
  overflow: hidden;
}

[class*=-item] .item-desc a {
  display: inline-block;
}

[class*=-item] .item-desc a:hover {
  color: #ec1d25;
}

.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-crmwp {
  position: relative;
}

.m-crm {
  position: relative;
  z-index: 2;
}

.m-crm .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-transform: uppercase;
  padding-bottom: 22px;
  border-bottom: 1px solid #fff;
}

.m-crm .box-desc {
  padding-top: 23px;
  padding-bottom: 23px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-crm .box-desc a:hover {
  color: #ec1d25;
}

.m-crm .box-desc a.active {
  color: #ec1d25;
}

.m-crm.white {
  color: #fff;
}

.m-crm.white a {
  color: #fff;
}

.m-crm1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.m-crm2 {
  margin-top: -16.1458333333%;
}

@media screen and (max-width: 991px) {
  .m-crm .box-title {
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
    border-bottom-color: #cfcfcf;
  }
  .m-crm .box-desc {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-crm.white {
    color: #333;
  }
  .m-crm.white a {
    color: #333;
  }
  .m-crm1 {
    position: relative;
    margin-top: 20px;
  }
  .m-crm2 {
    margin-top: 20px;
  }
}
.m-oths .oths-item {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}

.m-oths .oths-item a {
  color: #333;
}

.m-oths .oths-item a:hover {
  text-decoration: underline;
  color: #ec1d25;
}

@media screen and (max-width: 991px) {
  .m-oths .oths-item {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-page {
  margin-top: 92px;
  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: 36px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  transition: all 550ms;
  padding: 0 5px;
}

.m-page a.big, .m-page span.big {
  min-width: 61px;
}

.m-page a:hover {
  color: white;
  border-color: #ec1d25;
  background-color: #ec1d25;
}

.m-page a.active {
  color: white;
  border-color: #ec1d25;
  background-color: #ec1d25;
}

.m-page .no:hover {
  color: #333;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}

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

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

.m-kf .kf-item {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  width: 50px;
  line-height: 50px;
  margin-bottom: 1px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #2d2d27;
  border-radius: 5px;
}

.m-kf .kf-item:hover {
  color: #fff;
  background-color: #ec1d25;
}

.m-kf .kf-item.active {
  background-color: #ec1d25;
}

.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 100%;
  width: 120px;
  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;
  }
  .m-kf .kf-item {
    width: 20%;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    font-size: 2.6rem;
    background-color: #2d2d27 !important;
  }
  .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: #ec1d25;
  border-radius: 5px;
  display: none;
}

.returntop:hover {
  color: #fff;
  background-color: #ec1d25;
}

@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 .box-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  max-width: 90%;
  max-width: calc(100% - 70px);
  max-height: 80%;
  max-height: calc(90% - 70px);
}

.j-videomodal .box-video iframe {
  width: 100%;
  height: 100%;
}

.g-habt {
  position: relative;
  padding-top: 145px;
  padding-bottom: 98px;
  overflow: hidden;
}

.g-habt:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 11.6883116883%);
  width: 77.7604166667%;
  padding-top: 24.0625%;
  background: url("../jpg/cspg.jpg") no-repeat center;
  background-size: 100%;
}

@media screen and (max-width: 991px) {
  .g-habt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.m-habt {
  position: relative;
}

.m-habt .box-text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.m-habt .box-title {
  max-width: 690px;
  line-height: 56px;
  font-size: 48px;
  font-size: 4.8rem;
}

.m-habt .box-desc {
  margin-top: 34px;
  max-width: 870px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

.m-habt .box-desc a {
  color: #666;
}

.m-habt .box-desc a:hover {
  color: #ec1d25;
}

.m-habt .box-link {
  margin-top: 34px;
}

.m-habt .box-link a {
  display: inline-block;
  min-width: 220px;
  line-height: 30px;
  padding: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  color: #ec1d25;
  border: 1px solid #ec1d25;
}

.m-habt .box-link a:hover {
  color: #fff;
  background-color: #ec1d25;
}

@media screen and (max-width: 991px) {
  .m-habt .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-habt .box-desc {
    margin-top: 15px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-habt .box-link {
    margin-top: 20px;
  }
  .m-habt .box-link a {
    min-width: 140px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 10px;
  }
}
.m-htt {
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
}

.m-htt a {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  background: url("../png/hxg1.png") no-repeat left center;
}

.m-htt span {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  background: url("../png/hxg1.png") no-repeat left center;
}

@media screen and (max-width: 991px) {
  .m-htt {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-htt a {
    padding-left: 30px;
    background-size: 20px;
  }
  .m-htt span {
    padding-left: 30px;
    background-size: 20px;
  }
}
.m-hdesc {
  line-height: 32px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}

.m-hdesc a {
  color: #666;
}

.m-hdesc a:hover {
  color: #ec1d25;
}

@media screen and (max-width: 991px) {
  .m-hdesc {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.g-hsolution {
  background-color: #f4f3f3;
}

.m-hsolution {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.m-hsolution .box-img {
  order: 2;
  line-height: 0;
  font-size: 0;
  width: 50%;
}

.m-hsolution .box-fix {
  width: 50%;
  padding: 30px;
  padding-right: 4.4270833333%;
  overflow: hidden;
}

.m-hsolution .box-text {
  float: right;
  width: 100%;
  max-width: 613px;
}

.m-hsolution .box-desc {
  margin-top: 39px;
}

.m-hsolution .box-link {
  margin-top: 71px;
}

.m-hsolution .box-link a {
  display: inline-block;
  min-width: 260px;
  line-height: 30px;
  padding: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ec1d25;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ec1d25;
}

.m-hsolution .box-link a:hover {
  color: #fff;
  background-color: #ec1d25;
}

@media screen and (max-width: 991px) {
  .m-hsolution .box-desc {
    margin-top: 15px;
  }
  .m-hsolution .box-link {
    margin-top: 20px;
  }
  .m-hsolution .box-link a {
    min-width: 120px;
    line-height: 24px;
    padding: 8px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hsolution {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
  }
  .m-hsolution .box-fix {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .m-hsolution {
    display: block;
    padding-top: 30px;
  }
  .m-hsolution .box-img {
    width: 100%;
  }
  .m-hsolution .box-fix {
    width: 100%;
    padding-right: 0;
  }
}
.g-hmarket {
  padding-top: 124px;
  padding-bottom: 79px;
  background: url("../jpg/hbg1.jpg") no-repeat center bottom;
}

@media screen and (max-width: 991px) {
  .g-hmarket {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.m-hmarket .box-hd {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.m-hmarket .hd-desc {
  margin-top: 40px;
}

.m-hmarket .box-info {
  margin-top: 16px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-hmarket .info-item {
  padding-left: 25px;
  padding-right: 25px;
  line-height: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #444;
}

.m-hmarket .info-item span {
  margin-right: 10px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  color: #cf1018;
  vertical-align: middle;
}

.m-hmarket .info-item:first-child {
  border-right: 1px solid #b7b7b7;
}

.m-hmarket .box-map {
  margin-top: 44px;
  text-align: center;
  line-height: 0;
  font-size: 0;
}

.m-hmarket .box-link {
  margin-top: 6px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-hmarket .box-link .lnk {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 16px;
  min-width: 187px;
  line-height: 28px;
  padding: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #555;
}

.m-hmarket .box-link .lnk:hover {
  color: #fff;
  background-color: #cf1018;
  border-color: #cf1018;
}

.m-hmarket .box-link .lnk2 {
  min-width: 138px;
}

@media screen and (max-width: 991px) {
  .m-hmarket .box-info {
    margin-top: 30px;
  }
  .m-hmarket .info-item {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hmarket .info-item span {
    margin-right: 5px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-hmarket .hd-desc {
    margin-top: 10px;
  }
  .m-hmarket .box-link .lnk {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 10px;
  }
}
.g-hinnovation {
  padding-top: 132px;
  padding-bottom: 93px;
  background: url("../jpg/hbg2.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .g-hinnovation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.m-hinnovation {
  padding-left: 13.5416666667%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-hinnovation .box-text {
  flex: 0 0 auto;
  width: 400px;
  margin-right: 40px;
  padding-top: 7.65625%;
}

.m-hinnovation .box-desc {
  margin-top: 43px;
}

.m-hinnovation .box-slide {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-hinnovation .btn-wp {
  display: none;
}

.m-hinnovation .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-hinnovation .list-item {
  float: left;
  margin-right: 0.0147540984%;
  width: 0.3206557377%;
}

.m-hinnovation .item-title {
  margin-top: 37px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-hinnovation .item-desc {
  margin-top: 17px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
  overflow: hidden;
  max-height: 120px;
}

.m-hinnovation .item-desc.show {
  max-height: inherit;
}

.m-hinnovation .item-desc a {
  color: #555;
}

.m-hinnovation .item-desc a:hover {
  color: #ec1d25;
}

.m-hinnovation .item-link {
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ec1d25;
}

.m-hinnovation .item-link span {
  cursor: pointer;
}

.m-hinnovation .item-link span:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .m-hinnovation {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    width: 96%;
    max-width: 720px;
    display: block;
  }
  .m-hinnovation .box-text {
    margin-right: 0;
    width: 100%;
    padding-top: 0;
  }
  .m-hinnovation .box-desc {
    margin-top: 15px;
  }
  .m-hinnovation .box-slide {
    margin-top: 30px;
  }
  .m-hinnovation .item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .m-hinnovation .item-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .m-hinnovation .list-item {
    margin-right: 0.02%;
    width: 0.49%;
  }
}
.g-hsusta {
  padding-top: 17.6041666667%;
  padding-bottom: 9.84375%;
  background: url("../jpg/hbg3.jpg") no-repeat center;
  background-size: cover;
}

.m-hsusta {
  overflow: hidden;
}

.m-hsusta .box-text {
  float: right;
  width: 100%;
  max-width: 670px;
  padding-left: 40px;
  padding-right: 80px;
  padding-top: 47px;
  padding-bottom: 58px;
  border-radius: 0px 0px 60px 0px;
  background-color: rgba(255, 255, 255, 0.9);
}

.m-hsusta .box-desc {
  margin-top: 20px;
  line-height: 32px;
  font-size: 20px;
  font-size: 2rem;
}

.m-hsusta .box-link {
  margin-top: 24px;
}

.m-hsusta .box-link a {
  display: inline-block;
  min-width: 212px;
  line-height: 28px;
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ec1d25;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ec1d25;
}

.m-hsusta .box-link a:hover {
  color: #fff;
  background-color: #ec1d25;
}

@media screen and (max-width: 991px) {
  .m-hsusta .box-text {
    padding: 30px 15px;
  }
  .m-hsusta .box-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hsusta .box-link a {
    min-width: 120px;
    line-height: 24px;
    padding: 8px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.g-hnews {
  padding-top: 124px;
  padding-bottom: 94px;
}

@media screen and (max-width: 991px) {
  .g-hnews {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.m-hnews .box-title {
  margin-bottom: 72px;
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  text-align: center;
}

.m-hnews .box-list {
  margin-bottom: -30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-hnews .list-item {
  margin-right: 2.8571428571%;
  margin-bottom: 30px;
  width: 31.4285714286%;
  background-color: #f5f5f5;
}

.m-hnews .list-item:nth-child(3n) {
  margin-right: 0;
}

.m-hnews .item-text {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 23px;
}

.m-hnews .item-time {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

.m-hnews .item-title {
  margin-top: 14px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-hnews .item-desc {
  margin-top: 12px;
  line-height: 26px;
  height: 52px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

.m-hnews .item-desc a {
  color: #666;
}

.m-hnews .item-link {
  margin-top: 22px;
  padding-top: 21px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #e5e5e5;
}

.m-hnews .item-link i {
  margin-left: 5px;
  color: #ec1d25;
}

.m-hnews .box-link {
  margin-top: 67px;
  text-align: center;
}

.m-hnews .box-link a {
  display: inline-block;
  min-width: 200px;
  line-height: 28px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ec1d25;
  border: 1px solid #ec1d25;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-hnews .box-link a:hover {
  color: #fff;
  background-color: #ec1d25;
}

@media screen and (max-width: 991px) {
  .m-hnews .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hnews .item-text {
    padding: 20px 10px;
  }
  .m-hnews .item-time, .m-hnews .item-link, .m-hnews .item-desc {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-hnews .item-desc {
    height: 48px;
  }
  .m-hnews .item-link {
    margin-top: 5px;
    padding-top: 8px;
  }
  .m-hnews .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .item-title, .m-hnews .item-desc {
    margin-top: 10px;
  }
  .m-hnews .box-link {
    margin-top: 30px;
  }
  .m-hnews .box-link a {
    min-width: 120px;
    line-height: 24px;
    padding: 8px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hnews .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.g-ft {
  background-color: #f1f1f1;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #898989;
  word-break: break-word;
}

.g-ft a {
  color: #898989;
}

.g-ft a:hover {
  color: #ec1d25;
}

@media screen and (max-width: 1440px) {
  .g-ft {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-ftfix1 {
  padding-top: 112px;
}

.m-ftb1 {
  float: left;
  width: 21%;
}

.m-ftb2 {
  float: left;
  width: 20.7142857143%;
}

.m-ftb3 {
  float: left;
  width: 18.0714285714%;
}

.m-ftb4 {
  overflow: hidden;
}

.m-ftt {
  margin-bottom: 35px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #333;
}

.m-ftt a {
  color: #333;
}

.m-ftt a:hover {
  color: #ec1d25;
}

.m-ftform .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-ftform .box-form {
  width: 48.5714285714%;
}

.m-ftform .box-info {
  padding-right: 30px;
  /*width: 39.7142857143%;*/
}

.m-ftform .item-title {
  color: #333;
}

.m-ftform .form-text {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #959595;
}

.m-ftform .form-text::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-ftform .form-text:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-ftform .form-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-ftform .form-text:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-ftform .form-btn {
  margin-top: 38px;
  width: 100%;
  max-width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ec1d25;
}

.m-ftform .form-btn:hover {
  color: #fff;
  background-color: #cf1018;
}

.m-ftfix2 {
  padding-top: 79px;
  padding-bottom: 12px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-ftlnk {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.m-ftlnk a {
  margin-right: 30px;
}

.m-ftshare {
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-ftshare .share-item {
  margin-right: 30px;
  margin-bottom: 10px;
}

.m-ftfix3 {
  padding-top: 29px;
  padding-bottom: 48px;
  border-top: 1px solid #959595;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-ftlnklst {
  margin-top: 5px;
}

.m-ftlnklst span, .m-ftlnklst a {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .m-ftfix1, .m-ftlnk, .m-ftlnklst {
    display: none;
  }
  .m-ftfix2 {
    padding-top: 30px;
    justify-content: center;
  }
  .m-ftext {
    text-align: center;
  }
}
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
}

.banner .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -36px;
  display: none !important;
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.banner .slick-dots {
  position: absolute;
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 34px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.banner .slick-dots li {
  margin: 0 9px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 50%;
}

.banner .slick-dots li.slick-active {
  background-color: transparent;
}

.banner.hide {
  display: none;
}

@media screen and (max-width: 959px) {
  .banner {
    display: block;
  }
  .banner.hide {
    display: block;
  }
  .banner .slick-arrow {
    display: none !important;
  }
  .banner .slick-dots {
    bottom: 10px;
  }
  .banner .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
  .n-banner {
    display: none;
  }
}
.g-hd {
  position: relative;
  z-index: 9;
}

.m-hdfix1 {
  position: relative;
  z-index: 9;
  background-color: #ebebeb;
}

.m-hdinfo {
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.m-hdinfo .info-item {
  line-height: 52px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-hdlnk {
  float: left;
  margin-right: 30px;
  line-height: 52px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-hdlang {
  position: relative;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}

.m-hdlang .lang-btn {
  display: inline-block;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-hdlang .lang-list {
  position: absolute;
  right: 0;
  top: 160%;
  width: 100%;
  min-width: 80px;
  padding: 5px 5px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 550ms;
}

.m-hdlang .lang-list.active {
  visibility: visible;
  opacity: 1;
  top: 110%;
}

.m-hdlang .lang-item a {
  display: block;
  line-height: 20px;
  padding: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}

.m-hdlang .lang-item a:hover {
  color: #fff;
  background-color: #ec1d25;
}

.m-hdlang:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 2px;
  height: 15px;
  background-color: #333;
}

.m-user:before {
  content: "";
  position: absolute;
  /*left: 63%;*/
  top: 50%;
  margin-left: -14px;
  transform: translate(0, -50%);
  width: 2px;
  height: 15px;
  background-color: #333;
}

.m-hdlogo {
  float: left;
  line-height: 0;
  text-align: center;
}

@media screen and (max-width: 1220px) {
  .m-hdlogo img {
    max-width: 240px;
  }
}
.m-hdlogo a {
  display: block;
  line-height: 114px;
}

.m-hdlogo img {
  vertical-align: middle;
}

.m-hdnav {
  float: left;
}

.m-hdnav .nav-item {
  position: relative;
  float: left;
  margin-left: 44px;
}

.m-hdnav .nav-item > a {
  position: relative;
  display: block;
  line-height: 114px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.m-hdnav .nav-item > a:hover, .m-hdnav .nav-item > a.current, .m-hdnav .nav-item > a.active {
  color: #ec1d25;
}

.m-hdnav .nav-item > a:hover:before, .m-hdnav .nav-item > a.current:before, .m-hdnav .nav-item > a.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #cf1018;
}

.m-hdnav .nav-item:first-child {
  margin-left: 0;
}

.m-hdnav .sbnav-list {
  position: absolute;
  display: none;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.22);
}

.m-hdnav .sbnav-wp {
  box-sizing: border-box;
  background-color: #fff;
}

.m-hdnav .sbnav-list1 {
  top: 100%;
  left: 50%;
  width: 344px;
  transform: translate(-50%, 0);
}

.m-hdnav .show {
  display: block;
}

.m-hdnav .sbnav-list2 {
  top: 0;
  left: 100%;
  width: 310px;
}

.m-hdnav .sbnav-list3 {
  top: 0;
  right: 100%;
  width: 160px;
}

.m-hdnav .sbnav-item {
  position: relative;
  padding-left: 14px;
  padding-right: 14px;
}

.m-hdnav .sbnav-item > a {
  position: relative;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 17px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
}

.m-hdnav .sbnav-item > a:hover, .m-hdnav .sbnav-item > a.active {
  color: #ec1d25;
}

@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hdnav .sbnav-list1 {
    width: 280px;
  }
  .m-hdnav .sbnav-item > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-hdsch {
  position: relative;
  float: left;
  z-index: 3;
}

.m-hdsch .sch-btn {
  display: block;
  line-height: 34px;
  font-size: 20px;
  font-size: 2rem;
  color: #ec1d25;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .m-hdsch .sch-btn {
    display: none;
  }
}
.m-hdsch .sch-form {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 200px;
  padding-right: 30px;
  background-color: #ec1d25;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  transition: all 550ms;
}

.m-hdsch .sch-form .form-text {
  width: 100%;
  padding-left: 22px;
  padding-right: 22px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  box-sizing: border-box;
}

.m-hdsch .sch-form .form-text::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.m-hdsch .sch-form .form-text:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.m-hdsch .sch-form .form-text::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.m-hdsch .sch-form .form-text:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 52px;
  height: 52px;
  width: 34px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.m-hdsch .sch-form .form-btn {
  z-index: 2;
}

.m-hdsch .sch-form.run {
  visibility: visible;
  right: 0;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .m-hdsch .sch-form {
    visibility: visible;
    opacity: 1;
    right: 0;
    top: 0;
    position: relative;
    display: block;
  }
}
@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hdsch .sch-btn {
    width: auto;
    background: none;
  }
}
@media screen and (max-width: 991px) {
  .g-hd {
    position: relative;
  }
  .m-hdinfo, .m-hdshare, .m-hdlnk {
    display: none;
  }
  .m-hdnav {
    display: none;
  }
  .m-hdfix1 {
    background: none;
    padding-top: 0;
  }
  .m-hdlang {
    position: absolute;
    right: 30px;
    top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .m-hdlang:before {
    display: none;
  }
  .m-hdlang .lang-btn {
    line-height: 30px;
    color: #ec1d25;
  }
  .m-hdsch {
    position: absolute;
    right: 5px;
    top: 5px;
    margin-left: 0;
    padding: 0;
    padding-bottom: 10px;
    z-index: 9;
  }
  .m-hdsch .sch-btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #ec1d25;
  }
  .m-hdlogo {
    padding: 5px 0 10px;
    width: 100%;
  }
  .m-hdlogo a {
    line-height: 0;
  }
  /*.m-hdlogo img {*/
  /*  max-width: 60px;*/
  /*}*/
}
.m-hdabtnav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
}

.m-hdabtnav.show {
  display: block;
}

.m-hdabtnav .abtnav-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.m-hdabtnav .abtnav-item {
  position: relative;
  float: left;
  margin-left: 70px;
}

.m-hdabtnav .abtnav-item > a {
  position: relative;
  display: block;
  line-height: 120px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}

.m-hdabtnav .abtnav-item > a:hover, .m-hdabtnav .abtnav-item > a.current, .m-hdabtnav .abtnav-item > a.active {
  color: #ec1d25;
}

.m-hdabtnav .abtnav-item > a:hover:before, .m-hdabtnav .abtnav-item > a.current:before, .m-hdabtnav .abtnav-item > a.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #cf1018;
}

.m-hdabtnav .abtnav-item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1440px) {
  .m-hdabtnav .abtnav-item {
    margin-left: 30px;
  }
  .m-hdabtnav .abtnav-item > a {
    line-height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-nbanner {
  position: relative;
  line-height: 0;
  font-size: 0;
}

.g-wp {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .g-wp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.m-abtb1 {
  padding-top: 72px;
  padding-bottom: 91px;
  background: url("../jpg/abt1bg1.jpg") no-repeat center bottom;
  background-color: #f9f9f9;
}

.m-abtb1 .box-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
  text-align: center;
}

.m-abtb1 .box-icon {
  line-height: 1;
  font-size: 72px;
  font-size: 7.2rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.m-abtb1 .box-title {
  line-height: 50px;
  font-size: 36px;
  font-size: 3.6rem;
}

.m-abtb1 .box-info {
  margin-top: 23px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ec1d25;
}

@media screen and (max-width: 991px) {
  .m-abtb1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-abtb1 .box-icon {
    font-size: 30px;
    font-size: 3rem;
  }
}
.m-abtb2 {
  padding-top: 120px;
}

.m-abtb2 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -46px;
}

.m-abtb2 .box-hd {
  margin-right: 4.1428571429%;
  margin-bottom: 46px;
  width: 30.5714285714%;
  padding: 4.1428571429% 2.8571428571%;
  background-color: #cf1018;
}

.m-abtb2 .hd-title {
  position: relative;
  padding-top: 28px;
  line-height: 44px;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
}

.m-abtb2 .hd-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 67px;
  height: 5px;
  background-color: #ffffff;
}

.m-abtb2 .box-item {
  position: relative;
  margin-right: 4.1428571429%;
  margin-bottom: 46px;
  width: 30.5714285714%;
  background-image: linear-gradient(0deg, #d7d7d7 0%, #ffffff 100%), linear-gradient(#c7c7c7, #c7c7c7);
  background-blend-mode: normal, normal;
  background-color: #c7c7c7;
  border: solid 1px #c7c7c7;
  overflow: hidden;
}

.m-abtb2 .box-item:nth-child(3n) {
  margin-right: 0;
}

.m-abtb2 .box-item:hover .item-modal {
  display: none;
}

.m-abtb2 .item-wp {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 19px;
}

.m-abtb2 .item-wp:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #cf1018;
}

.m-abtb2 .item-title {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #cf1018;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-abtb2 .item-info {
  position: relative;
  margin-top: 7px;
  padding-left: 23px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  background: url("../png/hxg1.png") no-repeat left center;
  background-size: 18px;
}

.m-abtb2 .item-desc {
  position: relative;
  margin-top: 14px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-abtb2 .item-desc a {
  display: inline;
}

.m-abtb2 .item-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 0;
  font-size: 0;
  width: 190px;
  max-width: 80%;
}

.m-abtb2 .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.m-abtb2 .modal-fix {
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.m-abtb2 .modal-icon {
  background-color: #f9f9f9;
  border-radius: 50%;
  line-height: 0;
  font-size: 0;
}

.m-abtb2 .modal-title {
  margin-top: 15px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-abtb2 .modal-desc {
  margin-top: 10px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1219px) {
  .m-abtb2 .hd-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-abtb2 .item-title, .m-abtb2 .item-info {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtb2 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb2 .box-hd {
    padding: 25px 15px;
  }
  .m-abtb2 .item-wp {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 991px) {
  .m-abtb2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-abtb2 .box-wp {
    margin-bottom: -30px;
  }
  .m-abtb2 .box-hd, .m-abtb2 .box-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb2 .box-item, .m-abtb2 .box-hd {
    width: 98%;
  }
}
.m-abtb3 {
  margin-top: 102px;
  padding-top: 80px;
  padding-bottom: 65px;
  background: url("../jpg/abtbg2.jpg") no-repeat center;
  background-size: cover;
}

.m-abtb3 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.m-abtb3 .box-item {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 5px;
  text-align: center;
  border-right: 1px solid rgba(172, 172, 172, 0.8);
}

.m-abtb3 .box-item:last-child {
  border-right: none;
}

.m-abtb3 .item-num .num {
  line-height: 1;
  font-size: 52px;
  font-size: 5.2rem;
  color: #cf1018;
  vertical-align: middle;
}

.m-abtb3 .item-num .jia {
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  color: #cf1018;
  vertical-align: middle;
}

.m-abtb3 .item-num .text {
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  vertical-align: bottom;
}

.m-abtb3 .item-title {
  margin-top: 8px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1440px) {
  .m-abtb3 .item-num .num {
    font-size: 30px;
    font-size: 3rem;
  }
  .m-abtb3 .item-num .jia {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtb3 .item-num .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb3 .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .m-abtb3 {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-abtb3 .item-num .num {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-abtb3 .item-num .jia {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb3 .item-num .text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-abtb3 .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb3 .box-item {
    width: 50%;
    border-right: none;
    margin-bottom: 20px;
  }
  .m-abtb3 .box-item:last-child {
    width: 100%;
  }
}
.m-abtb4 {
  padding-top: 86px;
}

.m-abtb4 .box-title {
  text-align: center;
}

.m-abtb4 .box-title span, .m-abtb4 .box-title a {
  display: inline-block;
  padding-bottom: 18px;
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  border-bottom: 2px solid #cf1018;
}

.m-abtb4 .box-desc {
  margin-top: 48px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-abtb4 .box-list {
  margin-top: 36px;
  margin-bottom: -30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-abtb4 .list-item {
  margin-right: 1.2142857143%;
  margin-bottom: 30px;
  width: 32.5%;
}

.m-abtb4 .list-item:nth-child(3n) {
  margin-right: 0;
}

.m-abtb4 .item-title {
  margin-top: 26px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-abtb4 .item-desc {
  margin-top: 14px;
  line-height: 28px;
  height: 112px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.m-abtb4 .item-link {
  margin-top: 22px;
}

.m-abtb4 .item-link a {
  display: inline-block;
  min-width: 168px;
  line-height: 28px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border: solid 1px #a3a3a3;
}

.m-abtb4 .item-link a:hover {
  color: #fff;
  background-color: #cf1018;
  border-color: #cf1018;
}

@media screen and (max-width: 991px) {
  .m-abtb4 {
    padding-top: 30px;
  }
  .m-abtb4 .box-title span, .m-abtb4 .box-title a {
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-abtb4 .box-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb4 .box-list {
    margin-top: 30px;
  }
  .m-abtb4 .item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtb4 .item-desc {
    margin-top: 10px;
    line-height: 24px;
    height: 72px;
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .m-abtb4 .item-link {
    margin-top: 10px;
  }
  .m-abtb4 .item-link a {
    min-width: 100px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb4 .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.m-abtb5 {
  margin-top: 94px;
  position: relative;
  overflow: hidden;
}

.m-abtb5 .box-wp {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-abtb5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 322px;
  background-color: #f7f7f7;
}

.m-abtb5 .box-hd {
  flex: 0 0 auto;
  margin-right: 8.5714285714%;
  margin-top: 100px;
  position: relative;
  padding-top: 30px;
  line-height: 58px;
  font-size: 40px;
  font-size: 4rem;
}

.m-abtb5 .box-hd span {
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  display: block;
}

.m-abtb5 .box-hd:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 94px;
  height: 6px;
  background-color: #cf1018;
}

.m-abtb5 .box-video {
  text-align: center;
  line-height: 0;
  font-size: 0;
  flex: 1 1 auto;
}

.m-abtb5 .box-video a {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .m-abtb5 {
    margin-top: 30px;
  }
  .m-abtb5:before {
    height: 180px;
  }
  .m-abtb5 .box-hd {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 30px;
    padding-top: 30px;
  }
  .m-abtb5 .box-hd:before {
    width: 60px;
    height: 3px;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb5:before {
    display: none;
  }
  .m-abtb5 .box-wp {
    display: block;
  }
  .m-abtb5 .box-hd {
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.m-history .box-img {
  line-height: 0;
  font-size: 0;
}

.m-history .box-wp {
  margin-top: 95px;
}

.m-history .box-history {
  margin-top: 64px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.m-history .history-num {
  float: left;
  margin-right: 35px;
  line-height: 1;
  font-size: 60px;
  font-size: 6rem;
}

.m-history .history-wp {
  overflow: hidden;
}

.m-history .history-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-history .history-desc {
  margin-top: 27px;
  color: #555;
}

/*.m-history .history-slide {
  margin-top: 33px;
}*/
.m-history .item-pic {
  margin-top: 33px;
}

.m-history .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-history .list-item {
  float: left;
  width: 1%;
}

.m-history .box-page {
  margin-top: 23px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-history .page-item {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(163, 163, 163, 0.5);
}

.m-history .active {
  background-color: #cf1018;
}

@media screen and (max-width: 991px) {
  .m-history .box-wp {
    margin-top: 30px;
  }
  .m-history .box-history {
    margin-top: 30px;
  }
  .m-history .history-num {
    margin-right: 20px;
    font-size: 30px;
    font-size: 3rem;
  }
  .m-history .history-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-history .box-slide {
    margin-top: 20px;
  }
  .m-history .box-desc {
    margin-top: 20px;
  }
}
.m-ourmbnav {
  float: left;
  margin-left: -100%;
  width: 30.4285714286%;
}

.m-ourmbnav .box-title {
  padding: 33px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #cf1018;
}

.m-ourmbnav .nav-list {
  background: url("../jpg/ourmbbg1.jpg") no-repeat center bottom;
  background-size: cover;
}

.m-ourmbnav .nav-item {
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid #e1e1e1;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ourmbnav .nav-item:hover, .m-ourmbnav .nav-item.active {
  color: #ec1d25;
}

.m-ourmbnav .nav-item:hover a, .m-ourmbnav .nav-item.active a {
  color: #ec1d25;
}

.m-ourmbnav .nav-item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 991px) {
  .m-ourmbnav {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .m-ourmbnav .box-title {
    padding: 15px 10px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ourmbnav .nav-item {
    padding: 15px 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-ourmb {
  float: left;
  width: 100%;
  padding-left: 37.3571428571%;
  overflow: hidden;
}

.m-ourmb .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  padding-top: 35px;
  border-top: 1px solid #e1e1e1;
}

.m-ourmb .box-desc {
  margin-top: 28px;
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-ourmb {
    float: none;
    padding-left: 0;
  }
  .m-ourmb .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.m-goverb1 .box-title {
  margin-bottom: 60px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

.m-goverb1 .box-desc {
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-goverb1 .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.m-goverb2 {
  margin-top: 71px;
}

.m-goverb2 .box-item {
  margin-top: 5px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-goverb2 .box-item .item-pic {
  flex: 0 0 auto;
  width: 49.1428571429%;
}

.m-goverb2 .box-item .item-text {
  overflow: hidden;
  flex: 1 1 auto;
}

.m-goverb2 .box-item .item-title {
  padding-bottom: 30px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-goverb2 .box-item:first-child {
  margin-top: 0;
}

.m-goverb2 .box-item1 .item-pic {
  margin-right: 4.7142857143%;
}

.m-goverb2 .box-item1 .item-title {
  background: url("../png/goverbd1.png") no-repeat left bottom;
}

.m-goverb2 .box-item2 .item-pic {
  order: 2;
  margin-left: 4.7142857143%;
}

.m-goverb2 .box-item2 .item-title {
  background: url("../png/goverbd2.png") no-repeat left bottom;
}

@media screen and (max-width: 991px) {
  .m-goverb2 {
    margin-top: 30px;
  }
  .m-goverb2 .box-item .item-title {
    padding-bottom: 20px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
    background-size: auto 5px;
  }
}
@media screen and (max-width: 375px) {
  .m-goverb2 .box-item {
    display: block;
  }
  .m-goverb2 .box-item .item-pic {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .m-goverb2 .box-item .item-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.m-grsystemb1 {
  padding-bottom: 50px;
}
.m-grsystemb1 .box-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  text-align: center;
}

.m-grsystemb1 .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
}

.m-grsystemb1 .box-desc {
  margin-top: 35px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-grsystemb1 .box-link {
  margin-top: 30px;
}

.m-grsystemb1 .box-link a {
  display: inline-block;
  min-width: 323px;
  line-height: 30px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #666;
}

.m-grsystemb1 .box-link span {
  display: inline-block;
  min-width: 323px;
  line-height: 30px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #cf1018;
}

.m-grsystemb1 .box-link a:hover {
  color: #fff;
  background-color: #ec1d25;
}

@media screen and (max-width: 991px) {
  .m-grsystemb1 .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-grsystemb1 .box-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-grsystemb1 .box-link {
    margin-top: 15px;
  }
  .m-grsystemb1 .box-link a {
    min-width: 200px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-grsystemb2 {
  position: relative;
  overflow: hidden;
  margin-top: 98px;
  padding-bottom: 50px;
}

.m-grsystemb2 .box-hd {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.m-grsystemb2 .hd-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
}

.m-grsystemb2 .hd-desc {
  margin-top: 39px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-grsystemb2 .box-map {
  position: absolute;
  left: 50%;
  top: 73px;
  transform: translate(-50%, 0);
  width: 1425px;
  max-width: 90%;
  line-height: 0;
  font-size: 0;
}

.m-grsystemb2 .box-tips {
  position: relative;
  margin-top: 446px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
}

.m-grsystemb2 .box-tips span {
  color: #ec1d25;
}

@media screen and (max-width: 991px) {
  .m-grsystemb2 {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .m-grsystemb2 .hd-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-grsystemb2 .hd-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-grsystemb2 .box-map {
    margin-top: 10px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: 100%;
  }
  .m-grsystemb2 .box-tips {
    margin-top: 10px;
  }
}
.m-grsystemb3 {
  position: relative;
  background-color: #f8f8f8;
}

.m-grsystemb3 .box-img {
  line-height: 0;
  font-size: 0;
}

.m-grsystemb3 .box-text {
  position: absolute;
  left: 50%;
  bottom: -92px;
  transform: translate(-50%, 0);
  width: 96%;
  max-width: 880px;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 52px;
  padding-bottom: 63px;
  background-color: #fff;
}

.m-grsystemb3 .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
}

.m-grsystemb3 .box-desc {
  margin-top: 29px;
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-grsystemb3 .box-text {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    padding: 30px 15px;
  }
  .m-grsystemb3 .box-text .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-grsystemb3 .box-text .box-desc {
    margin-top: 15px;
  }
}
.m-grsystemb4 {
  padding-top: 189px;
  padding-bottom: 84px;
  background-color: #f8f8f8;
}

.m-grsystemb4 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.m-grsystemb4 .box-item {
  margin-right: 1.9285714286%;
  margin-bottom: 28px;
  background-color: #fff;
}

.m-grsystemb4 .box-item:hover {
  box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
}

.m-grsystemb4 .item-text {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 32px;
  padding-bottom: 39px;
}

.m-grsystemb4 .item-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
}

.m-grsystemb4 .item-desc {
  margin-top: 15px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-grsystemb4 .item-desc a {
  display: inline;
}

.m-grsystemb4 .box-item1 {
  width: 49%;
}

.m-grsystemb4 .box-item2 {
  margin-right: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .m-grsystemb4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-grsystemb4 .item-text {
    padding: 30px 15px;
  }
  .m-grsystemb4 .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-grsystemb4 .item-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-grsystemb4 .box-item {
    margin-right: 0;
    width: 100%;
  }
}
.m-platform .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
}

.m-platform .box-desc {
  margin-top: 20px;
  color: #666;
}

.m-platform .box-wp {
  margin-top: 80px;
}

.m-platform .box-item {
  margin-top: 88px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-platform .box-item:first-child {
  margin-top: 0;
}

.m-platform .bitem-icon {
  flex: 0 0 auto;
  width: 22.8571428571%;
  line-height: 0;
  font-size: 0;
  background-color: #f0f0f0;
}

.m-platform .bitem-wp {
  width: 74.8571428571%;
}

.m-platform .bitem-title {
  padding-top: 7px;
  padding-bottom: 27px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #acacac;
}

.m-platform .bitem-fix {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-platform .bitem-info {
  flex: 0 0 auto;
  margin-right: 9.5419847328%;
  width: 28.6259541985%;
}

.m-platform .bitem-info p {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-platform .bitem-feat {
  flex: 1 1 auto;
  overflow: hidden;
  padding-top: 42px;
}

.m-platform .bitem-feat .title {
  position: relative;
  padding-left: 10px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-platform .bitem-feat .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 14px;
  background-color: #cf1018;
}

.m-platform .bitem-feat .info {
  margin-top: 30px;
}

.m-platform .bitem-feat .info p {
  position: relative;
  padding-left: 10px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-platform .bitem-feat .info p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #666;
}

@media screen and (max-width: 991px) {
  .m-platform .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-platform .box-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-platform .box-wp {
    margin-top: 30px;
  }
  .m-platform .box-item {
    margin-top: 30px;
  }
  .m-platform .bitem-title {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-platform .bitem-fix {
    display: block;
  }
  .m-platform .bitem-info {
    width: 100%;
    margin-right: 0;
  }
  .m-platform .bitem-info p {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-platform .bitem-feat {
    padding-top: 15px;
  }
  .m-platform .bitem-feat .title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-platform .bitem-feat .title:before {
    top: 6px;
  }
  .m-platform .bitem-feat .info {
    margin-top: 15px;
  }
  .m-platform .bitem-feat .info p {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-platform .bitem-feat .info p:before {
    top: 9px;
  }
}
@media screen and (max-width: 640px) {
  .m-platform .box-item {
    display: block;
  }
  .m-platform .bitem-icon {
    width: 200px;
    margin-bottom: 20px;
  }
  .m-platform .bitem-wp {
    width: 100%;
  }
}
.m-hlthpipeb1 {
  margin-bottom: 57px;
}

.m-hlthpipeb1 .box-title {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 710px;
  padding-top: 22px;
  line-height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #444;
  text-align: center;
}

.m-hlthpipeb1 .box-title:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(0, -50%);
  width: 71px;
  height: 6px;
  background-color: #ec1d25;
}

@media screen and (max-width: 991px) {
  .m-hlthpipeb1 {
    margin-bottom: 30px;
  }
  .m-hlthpipeb1 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.m-hlthpipeb2 {
  position: sticky;
  z-index: 8;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f7f7f7;
}

.m-hlthpipeb2 .box-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.m-hlthpipeb2 .nav-item {
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-hlthpipeb2 .nav-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 2px;
  height: 12px;
  background-color: #333;
}

.m-hlthpipeb2 .nav-item:hover, .m-hlthpipeb2 .nav-item.active {
  color: #ec1d25;
}

@media screen and (max-width: 1440px) {
  .m-hlthpipeb2 .nav-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-hlthpipeb2 .nav-item {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .m-hlthpipeb2 {
    display: none;
  }
}
.m-hlthpipeb3 {
  padding-top: 86px;
}

.m-hlthpipeb3:hover {
  position: relative;
  z-index: 3;
}

.m-hlthpipeb3 .box-wp {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.m-hlthpipeb3 .box-title {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-hlthpipeb3 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 19px;
  background-color: #ec1d25;
}

.m-hlthpipeb3 .box-tab {
  position: relative;
  z-index: 3;
}

.m-hlthpipeb3 .box-tabhd, .m-hlthpipeb3 .bditem-fix {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.m-hlthpipeb3 .active {
  background-color: #f0f0f0;
}

.m-hlthpipeb3 .tabbd-item {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}

@media screen and (min-width: 1025px) {
  .m-hlthpipeb3 .tabbd-item:hover .bditem-fix {
    background-color: #f0f0f0;
  }
  .m-hlthpipeb3 .tabbd-item:hover .bditem-desc {
    display: block;
  }
}
.m-hlthpipeb3 .fix {
  padding-left: 20px;
  padding-right: 20px;
  width: 33.33%;
}

.m-hlthpipeb3 .box-tabhd {
  border-bottom: 2px solid #e1e1e1;
}

.m-hlthpipeb3 .tabhd-title {
  line-height: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-hlthpipeb3 .bditem-title {
  line-height: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
}

.m-hlthpipeb3 .bditem-title:first-child {
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-hlthpipeb3 .bditem-desc {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 2;
  padding: 36px 25px;
  line-height: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #444;
  background-color: #f6f5f5;
  display: none;
}

@media screen and (max-width: 991px) {
  .m-hlthpipeb3 {
    padding-top: 30px;
  }
  .m-hlthpipeb3 .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-hlthpipeb3 .tabhd-title, .m-hlthpipeb3 .bditem-title {
    padding: 20px 10px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hlthpipeb3 .bditem-desc {
    padding: 20px 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-ctrialb1 .box-title {
  margin-bottom: 68px;
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-align: center;
}

.m-ctrialb1 .box-name {
  display: inline-block;
  padding-left: 37px;
  padding-right: 90px;
  padding-top: 22px;
  padding-bottom: 22px;
  line-height: 30px;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  background: url("../jpg/ctrialsjiao1.jpg") no-repeat right top;
  background-color: #cf1018;
}

.m-ctrialb1 .box-img {
  line-height: 0;
  font-size: 0;
}

.m-ctrialb1 .box-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.m-ctrialb1 .info-item {
  margin-right: 1.7857142857%;
  margin-top: 40px;
  width: 32.1428571429%;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 42px;
  padding-bottom: 54px;
  background-color: #f6f6f6;
}

.m-ctrialb1 .info-item:nth-child(3n) {
  margin-right: 0;
}

.m-ctrialb1 .info-item:hover {
  background-color: #cf1018;
}

.m-ctrialb1 .info-item:hover .icon2 {
  opacity: 1;
}

.m-ctrialb1 .info-item:hover .item-title {
  color: #fff;
}

.m-ctrialb1 .item-icon {
  line-height: 0;
  font-size: 0;
  position: relative;
}

.m-ctrialb1 .icon2 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  opacity: 0;
}

.m-ctrialb1 .item-title {
  margin-top: 27px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .m-ctrialb1 .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctrialb1 .box-name {
    padding: 15px;
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
    background: #cf1018;
  }
  .m-ctrialb1 .icon {
    width: 50px;
  }
  .m-ctrialb1 .info-item {
    margin-top: 30px;
    padding: 30px 15px;
  }
  .m-ctrialb1 .item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-ctrialb1 .info-item {
    width: 100%;
    margin-right: 0;
  }
}
.m-ctrialsb2 {
  margin-top: 85px;
}

.m-ctrialsb2 .box-title {
  margin-bottom: 47px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

.m-ctrialsb2 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -30px;
}

.m-ctrialsb2 .box-item {
  margin-right: 2.3571428571%;
  margin-bottom: 30px;
  width: 48.7857142857%;
}

.m-ctrialsb2 .box-item:nth-child(2n) {
  margin-right: 0;
}

.m-ctrialsb2 .item-text {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-ctrialsb2 .item-num {
  flex: 0 0 auto;
  width: 40px;
  line-height: 74px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  background-color: #cf1018;
}

.m-ctrialsb2 .item-desc {
  flex: 1 1 auto;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
}

.m-ctrialsb2 .item-desc a {
  display: inline;
}

.m-ctrialsb2 .box-desc {
  margin-top: 54px;
  padding: 64px;
  background: url("../jpg/ctrialsbg2.jpg") no-repeat center;
  background-size: cover;
}

.m-ctrialsb2 .desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 1030px;
  line-height: 36px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .m-ctrialsb2 {
    margin-top: 30px;
  }
  .m-ctrialsb2 .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctrialsb2 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctrialsb2 .box-desc {
    margin-top: 30px;
    padding: 30px 15px;
  }
  .m-ctrialsb2 .desc {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .m-ctrialsb2 .box-item {
    width: 100%;
    margin-right: 0;
  }
}
.m-ctrialsb3 {
  padding-top: 87px;
}

.m-ctrialsb3 .box-title {
  margin-bottom: 52px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

.m-ctrialsb3 .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-ctrialsb3 .box-img {
  width: 44.0714285714%;
  line-height: 0;
  font-size: 0;
  flex: 0 0 auto;
}

.m-ctrialsb3 .box-list {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-ctrialsb3 .box-item {
  position: relative;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  min-height: 114px;
}

.m-ctrialsb3 .box-item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #dbe1dd;
}

.m-ctrialsb3 .box-item:hover {
  background-color: #f2f2f2;
}

.m-ctrialsb3 .box-item:hover:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #ec1d25;
}

.m-ctrialsb3 .box-item:hover:before {
  display: none;
}

.m-ctrialsb3 .box-item:hover .item-title i {
  color: #cf1018;
}

.m-ctrialsb3 .item-title {
  position: relative;
  padding-right: 10px;
  padding-left: 44px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-ctrialsb3 .item-title i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1440px) {
  .m-ctrialsb3 .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .m-ctrialsb3 {
    padding-top: 30px;
  }
  .m-ctrialsb3 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .m-ctrialsb3 .box-item {
    padding-left: 30px;
    min-height: 80px;
  }
  .m-ctrialsb3 .box-item:before {
    width: calc(100% - 30px);
  }
  .m-ctrialsb3 .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-ctrialsb3 .box-wp {
    display: block;
  }
  .m-ctrialsb3 .box-img {
    width: 100%;
  }
  .m-ctrialsb3 .box-item {
    padding-left: 0;
  }
  .m-ctrialsb3 .box-item:before {
    width: 100%;
  }
}
.m-ctrialsb4 {
  margin-top: 92px;
}

.m-ctrialsb4 .box-title {
  margin-bottom: 52px;
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-align: center;
}

.m-ctrialsb4 .box-list {
  margin-bottom: -25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-ctrialsb4 .box-item {
  margin-right: 1.7857142857%;
  margin-bottom: 25px;
  width: 32.1428571429%;
}

.m-ctrialsb4 .box-item:hover {
  background-color: #f5f5f5;
}

.m-ctrialsb4 .box-item:nth-child(3n) {
  margin-right: 0;
}

.m-ctrialsb4 .item-text {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 43px;
  padding-bottom: 48px;
}

.m-ctrialsb4 .item-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
}

.m-ctrialsb4 .item-desc {
  margin-top: 14px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .m-ctrialsb4 {
    margin-top: 30px;
  }
  .m-ctrialsb4 .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctrialsb4 .box-item {
    background-color: #f5f5f5;
  }
  .m-ctrialsb4 .item-text {
    padding: 25px 15px;
  }
  .m-ctrialsb4 .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-ctrialsb4 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-ctrialsb4 .box-item {
    width: 100%;
    margin-right: 0;
  }
}
.m-candcb1 .box-hd {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 59px;
  max-width: 1030px;
  text-align: center;
}

.m-candcb1 .hd-title {
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-candcb1 .hd-desc {
  margin-top: 37px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-candcb1 .box-list {
  margin-bottom: -36px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.m-candcb1 .box-item {
  width: 47.6428571429%;
  margin-bottom: 36px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #f3f7f9;
}

.m-candcb1 .item-icon {
  flex: 0 0 auto;
  width: 100px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  background-image: linear-gradient(90deg, #a2c4cd 0%, #86b2be 100%), linear-gradient(#cf1018, #cf1018);
  background-blend-mode: normal, normal;
  border-radius: 10px;
}

.m-candcb1 .item-wp {
  flex: 1 1 auto;
  min-height: 100%;
  padding: 15px;
  overflow: hidden;
}

.m-candcb1 .item-wp .logo {
  line-height: 0;
  font-size: 0;
}

.m-candcb1 .item-wp .title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-candcb1 .item-wp .info {
  margin-top: 17px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-candcb1 .item-wp .info p {
  position: relative;
  padding-left: 20px;
}

.m-candcb1 .item-wp .info p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #252525;
}

.m-candcb1 .item-wp1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-candcb1 .item-wp1 .logo {
  flex: 0 0 auto;
  margin-right: 15px;
}

.m-candcb1 .item-wp1 .text {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-candcb1 .item-wp2 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}

.m-candcb1 .item-wp2 .logo {
  margin-bottom: 17px;
}

@media screen and (max-width: 991px) {
  .m-candcb1 .box-hd {
    margin-bottom: 30px;
  }
  .m-candcb1 .hd-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-candcb1 .hd-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-candcb1 .item-wp .title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-candcb1 .item-wp .info {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-candcb1 .item-wp .info p:before {
    top: 8px;
  }
  .m-candcb1 .item-icon {
    width: 70px;
  }
  .m-candcb1 .item-icon img {
    width: 50px;
  }
  .m-candcb1 .box-item {
    width: 100%;
  }
  .m-candcb1 .item-wp {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  .m-candcb1 .item-wp .logo {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.m-candcb2 {
  margin-top: 102px;
}

.m-candcb2 .box-img {
  line-height: 0;
  font-size: 0;
}

.m-candcb2 .box-text {
  position: relative;
  margin-top: -11.4285714286%;
  padding-left: 4.2857142857%;
  padding-right: 4.2857142857%;
  padding-top: 5%;
  padding-bottom: 5%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.11);
  background-color: #fff;
}

.m-candcb2 .box-desc {
  position: relative;
  padding-top: 25px;
}

.m-candcb2 .box-desc:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: 4px;
  background-color: #cf1018;
}

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

.m-candcb3 .box-list {
  margin: 0 auto;
  max-width: 1220px;
}

.m-candcb3 .list-item {
  border-top: 3px solid rgba(235, 235, 235, 0.5);
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.m-candcb3 .list-item:hover {
  background-color: rgba(235, 235, 235, 0.5);
}

.m-candcb3 .item-pic {
  flex: 0 0 auto;
  width: 29.0163934426%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  border-right: 1px solid rgba(102, 119, 136, 0.6);
}

.m-candcb3 .item-text {
  flex: 1 1 auto;
  padding-left: 4.0983606557%;
  padding-right: 6.5573770492%;
  padding-top: 26px;
  padding-bottom: 26px;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}

.m-candcb3 .item-title {
  margin-bottom: 18px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  color: #233e71;
}

.m-candcb3 .item-desc {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .m-candcb3 {
    margin-top: 30px;
  }
  .m-candcb3 .list-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-candcb3 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-candcb3 .list-item {
    display: block;
  }
  .m-candcb3 .item-pic {
    width: 100%;
    margin-right: 0;
    border-right: none;
  }
  .m-candcb3 .item-text {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
}
.c-bg1 {
  background-color: #f8f8f8;
}

.m-solutionlst {
  margin-top: 86px;
  background-color: #fff;
  padding-top: 5.5%;
  padding-right: 5.5%;
  padding-left: 5.5%;
  padding-bottom: 8.2142857143%;
}

.m-solutionlst .box-list {
  margin-bottom: -149px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-solutionlst .list-item {
  position: relative;
  width: 48.7158908507%;
  margin-bottom: 149px;
  transform: translate(0, -163px);
}

.m-solutionlst .list-item:nth-child(2n) {
  transform: none;
}

.m-solutionlst .item-text {
  position: relative;
  padding-top: 33px;
}

.m-solutionlst .item-title {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  transform: translate(0, -100%);
  padding-right: 46px;
  background: url("../png/solutionbg1.png") no-repeat right top;
}

.m-solutionlst .item-title a {
  display: block;
  padding-left: 26px;
  padding-right: 10px;
  line-height: 66px;
  font-size: 24px;
  font-size: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #e1e1e1;
  transition: none;
}

.m-solutionlst .item-title:hover {
  color: #fff;
  background-image: url("../png/solutionbg2.png");
}

.m-solutionlst .item-title:hover a {
  color: #fff;
  background-color: #cf1018;
}

.m-solutionlst .item-desc {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  max-height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .m-solutionlst {
    margin-top: 0;
  }
  .m-solutionlst .box-list {
    margin-bottom: -80px;
  }
  .m-solutionlst .list-item {
    margin-bottom: 80px;
    transform: translate(0, -80px);
  }
}
@media screen and (max-width: 991px) {
  .m-solutionlst .box-list {
    margin-bottom: -30px;
  }
  .m-solutionlst .list-item {
    margin-bottom: 30px;
    transform: none;
  }
  .m-solutionlst .item-text {
    padding-top: 15px;
  }
  .m-solutionlst .item-title {
    position: relative;
    transform: none;
    background: none !important;
  }
  .m-solutionlst .item-title a {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    background-color: #fff !important;
  }
  .m-solutionlst .item-desc {
    margin-top: 10px;
    max-height: 72px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .m-solutionlst .list-item {
    margin-right: 0;
    width: 100%;
  }
}
.m-solution {
  padding-left: 3.5714285714%;
  padding-right: 3.5714285714%;
  padding-top: 4.5%;
  padding-bottom: 5.7142857143%;
  border-top: 8px solid #cf1018;
  background-color: #fff;
}

.m-solution .box-title {
  margin-bottom: 42px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
}

.m-solution .box-img {
  line-height: 0;
  font-size: 0;
}

.m-solution .text-desc em {
  padding-top: 24px;
  display: block;
  padding-bottom: 24px;
  margin-bottom: 24px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  border-bottom: 1px solid #e1e1e1;
}

.m-solution .box-link {
  margin-top: 51px;
  margin-bottom: -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-solution .box-link a {
  margin-right: 64px;
  margin-bottom: 20px;
  display: inline-block;
  min-width: 366px;
  line-height: 30px;
  padding: 17px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  border: solid 2px #959595;
}

@media screen and (max-width: 991px) {
  .m-solution {
    padding: 30px 15px;
  }
  .m-solution .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-solution .box-link {
    margin-top: 30px;
  }
  .m-solution .box-link a {
    margin-right: 2.1428571429%;
    margin-bottom: 20px;
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}
.m-resolution {
  background-color: #fff;
  padding-top: 72px;
  padding-bottom: 112px;
}

.m-resolution .box-title {
  margin-bottom: 42px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-resolution .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -30px;
}

.m-resolution .list-item {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.m-resolution .list-item:nth-child(3n) {
  margin-right: 0;
}

.m-resolution .item-text {
  position: relative;
  padding-top: 33px;
}

.m-resolution .item-title {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  transform: translate(0, -100%);
  padding-right: 36px;
  background: url("../png/solutionbg1.png") no-repeat right top;
  background-size: 36px;
}

.m-resolution .item-title a {
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 50px;
  font-size: 22px;
  font-size: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #e1e1e1;
  transition: none;
}

.m-resolution .item-title:hover {
  color: #fff;
  background-image: url("../png/solutionbg2.png");
}

.m-resolution .item-title:hover a {
  color: #fff;
  background-color: #cf1018;
}

.m-resolution .item-desc {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-resolution .item-link {
  margin-top: 28px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  color: #ec1d25;
}

.m-resolution .item-link a {
  color: #ec1d25;
}

.m-resolution .item-link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .m-resolution {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-resolution .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .m-resolution .item-text {
    padding-top: 15px;
  }
  .m-resolution .item-title {
    position: relative;
    transform: none;
    background: none !important;
  }
  .m-resolution .item-title a {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    background-color: #fff !important;
  }
  .m-resolution .item-desc {
    margin-top: 10px;
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-resolution .item-link {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .m-resolution .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@font-face {
  font-family: "NHAASGROTESKTXPRO55RG";
  src: url("../eot/nhaasgrotesktxpro55rg.eot");
  src: url("../eot/nhaasgrotesktxpro55rg.eot") format("embedded-opentype"), url("../woff2/nhaasgrotesktxpro55rg.woff2") format("woff2"), url("../woff/nhaasgrotesktxpro55rg.woff") format("woff"), url("../ttf/nhaasgrotesktxpro55rg.ttf") format("truetype"), url("../svg/nhaasgrotesktxpro55rg.svg#NHAASGROTESKTXPRO55RG") format("svg");
}
@font-face {
  font-family: "NHAASGROTESKTXPRO75BD";
  src: url("../eot/nhaasgrotesktxpro75bd.eot");
  src: url("../eot/nhaasgrotesktxpro75bd.eot") format("embedded-opentype"), url("../woff2/nhaasgrotesktxpro75bd.woff2") format("woff2"), url("../woff/nhaasgrotesktxpro75bd.woff") format("woff"), url("../ttf/nhaasgrotesktxpro75bd.ttf") format("truetype"), url("../svg/nhaasgrotesktxpro75bd.svg#NHAASGROTESKTXPRO75BD") format("svg");
}
@font-face {
  font-family: "iconfont";
  /* Project id 3520156 */
  src: url("../eot/iconfontd143.eot?t=1710918912076");
  /* IE9 */
  src: url("../eot/iconfontd143.eot?t=1710918912076#iefix") format("embedded-opentype"), url("../woff2/iconfontd143.woff2?t=1710918912076") format("woff2"), url("../woff/iconfontd143.woff?t=1710918912076") format("woff"), url("../ttf/iconfontd143.ttf?t=1710918912076") format("truetype"), url("../svg/iconfontd143.svg?t=1710918912076#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-password:before {
  content: "\e604";
}

.icon-duihao1:before {
  content: "\eaf1";
}

.icon-anquan:before {
  content: "\ec4d";
}

.icon-dianhuajianpan:before {
  content: "\e61d";
}

.icon-youxiang:before {
  content: "\e603";
}

.icon-dizhi:before {
  content: "\e641";
}

.icon-chuanzhen:before {
  content: "\e6b3";
}

.icon-eye-fill:before {
  content: "\e869";
}

.icon-duihao:before {
  content: "\e625";
}

.icon-zhuanwan:before {
  content: "\e601";
}

.icon-dui:before {
  content: "\e645";
}

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

.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-top2:before {
  content: "\e637";
}

.icon-earth:before {
  content: "\e75e";
}

/* 2-5 after */
.m-clstext {
  margin-bottom: 57px;
}

.m-clstext .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.m-clstext .box-desc {
  margin-top: 17px;
}

.m-clstext .box-desc:first-child {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .m-clstext {
    margin-bottom: 30px;
  }
  .m-clstext .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.m-prol .list-item {
  margin-top: 35px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.m-prol .list-item .item-pic {
  width: 56.5714285714%;
}

.m-prol .list-item .item-text {
  width: 40%;
}

.m-prol .list-item .item-title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-prol .list-item .item-title input {
  flex: 0 0 auto;
  margin-right: 10px;
  width: 14px;
}

.m-prol .list-item .item-title a {
  flex: 1 1 auto;
  overflow: hidden;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-prol .list-item .item-info {
  margin-top: 22px;
  padding-left: 24px;
  line-height: 46px;
  font-size: 20px;
  font-size: 2rem;
}

.m-prol .list-item .item-info p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.m-prol .list-item:first-child {
  margin-top: 0;
}

.m-prol .list-item2 .item-pic {
  order: 2;
}

.m-prol .list-item2 .item-text {
  order: 1;
}

@media screen and (max-width: 1219px) {
  .m-prol .list-item .item-title a {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-prol .list-item .item-info {
    margin-top: 15px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .m-prol .list-item .item-title a {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-prol .list-item .item-info {
    margin-top: 15px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-prol .list-item {
    display: block;
  }
  .m-prol .list-item .item-pic {
    width: 100%;
  }
  .m-prol .list-item .item-text {
    padding-top: 15px;
    width: 100%;
  }
}
.m-addcart {
  margin-top: 70px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.m-addcart .box-btn {
  min-width: 268px;
  height: 66px;
  line-height: 66px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
  background-color: #333;
  cursor: pointer;
}

.m-addcart .box-btn:hover {
  color: #fff;
  background-color: #cf1018;
}

@media screen and (max-width: 991px) {
  .m-addcart {
    margin-top: 40px;
  }
  .m-addcart .box-btn {
    min-width: 160px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-addcart2 {
  justify-content: flex-start;
}

.m-prohd {
  margin-bottom: 60px;
}

.m-prohd .hd-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .m-prohd {
    margin-bottom: 30px;
  }
  .m-prohd .hd-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.m-prott {
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 26px;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
}

.m-prott span {
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-prott:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57px;
  height: 6px;
  background-color: #cf1018;
}

@media screen and (max-width: 991px) {
  .m-prott {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.m-prob1 .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  background-color: #f3f3f3;
}

.m-prob1 .box-img {
  flex: 0 0 auto;
  width: 66.5948275862%;
  line-height: 0;
  font-size: 0;
}

.m-prob1 .box-fix {
  flex: 1 1 auto;
  padding-left: 3.2142857143%;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.m-prob1 .box-title {
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-prob1 .box-info {
  margin-top: 26px;
  line-height: 46px;
  font-size: 20px;
  font-size: 2rem;
  color: #555;
}

.m-prob1 .box-btn {
  margin-top: 29px;
}

.m-prob1 .box-btn a {
  display: inline-block;
  min-width: 230px;
  line-height: 26px;
  padding: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
  background-color: #333;
  cursor: pointer;
}

.m-prob1 .box-btn a:hover {
  color: #fff;
  background-color: #cf1018;
}

.m-prob1 .box-desc {
  margin-top: 53px;
}

.m-prob1 .box-desc em {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #555;
}

.m-prob1 .box-desc em:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cf1018;
}

@media screen and (max-width: 991px) {
  .m-prob1 .box-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-prob1 .box-info {
    margin-top: 15px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .box-btn {
    margin-top: 20px;
  }
  .m-prob1 .box-btn a {
    min-width: 140px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 10px;
  }
  .m-prob1 .box-desc {
    margin-top: 30px;
  }
  .m-prob1 .box-desc em:before {
    top: 9px;
  }
}
@media screen and (max-width: 640px) {
  .m-prob1 .box-wp {
    display: block;
  }
  .m-prob1 .box-img {
    width: 100%;
  }
}
.m-prob2 {
  padding-top: 66px;
  padding-bottom: 90px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background: url("../jpg/probg1.jpg") no-repeat left center;
}

.m-prob2 .box-img {
  width: 41.0714285714%;
  margin-left: 4.2857142857%;
  flex: 0 0 auto;
  order: 2;
  line-height: 0;
  font-size: 0;
}

.m-prob2 .box-text {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-prob2 .info-item {
  margin-top: 15px;
  border: 1px solid #eee;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-prob2 .info-item:first-child {
  margin-top: 0;
}

.m-prob2 .item-num {
  flex: 0 0 auto;
  width: 70px;
  line-height: 76px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-align: center;
  color: #fff;
  background-color: #cf1018;
}

.m-prob2 .item-title {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 14px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
  .m-prob2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-prob2 .item-num {
    width: 60px;
    line-height: 66px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-prob2 .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-prob2 {
    display: block;
  }
  .m-prob2 .box-img {
    width: 100%;
    margin-left: 0;
  }
  .m-prob2 .box-text {
    margin-top: 30px;
  }
}
.m-prob3 {
  padding-left: 7.1428571429%;
  padding-right: 7.1428571429%;
  padding-top: 82px;
  padding-bottom: 100px;
  background: url("../jpg/probg2.jpg") no-repeat center;
  background-size: cover;
}

.m-prob3 .box-title {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-prob3 .box-title span {
  position: relative;
  padding-left: 54px;
  padding-right: 54px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.m-prob3 .box-title span:before, .m-prob3 .box-title span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 39px;
  height: 1px;
  background-color: #252525;
}

.m-prob3 .box-title span:before {
  left: 0;
}

.m-prob3 .box-title span:after {
  right: 0;
}

.m-prob3 .box-info {
  margin-top: 47px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
}

.m-prob3 .info-item {
  margin-bottom: 20px;
  width: 33.33%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.m-prob3 .info-item2 {
  width: 25%;
}

.m-prob3 .item-title {
  margin-top: 31px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-prob3 .item-icon {
  line-height: 0;
  font-size: 0;
}

.m-prob3 .box-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 74px;
  overflow: hidden;
}

.m-prob3 .form-left {
  float: left;
  width: 41.5%;
}

.m-prob3 .form-right {
  float: right;
  width: 55.25%;
}

.m-prob3 .form-item {
  position: relative;
  margin-bottom: 18px;
  padding-left: 18px;
  line-height: 0;
  font-size: 0;
  box-sizing: border-box;
}

.m-prob3 .form-item input, .m-prob3 .form-item textarea {
  width: 100%;
  height: 50px;
  line-height: 48px;
  padding-left: 43px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  box-sizing: border-box;
  border: solid 1px #fff;
  background-color: #fff;
}

.m-prob3 .form-item input::-webkit-input-placeholder, .m-prob3 .form-item textarea::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.m-prob3 .form-item input:-moz-placeholder, .m-prob3 .form-item textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
}

.m-prob3 .form-item input::-moz-placeholder, .m-prob3 .form-item textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.m-prob3 .form-item input:-ms-input-placeholder, .m-prob3 .form-item textarea:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.m-prob3 .form-item textarea {
  height: 188px;
  line-height: 48px;
}

.m-prob3 .form-item label {
  position: absolute;
  top: 100%;
  left: 17px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  color: #ff0000;
}

.m-prob3 .form-item .iconfont {
  position: absolute;
  left: 31px;
  top: 0;
  line-height: 48px;
  font-size: 20px;
  font-size: 2rem;
}

.m-prob3 .form-item.important {
  background: url("../png/star1.png") no-repeat left 22px;
}

.m-prob3 .select2-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 50px;
  line-height: 48px;
  padding-left: 43px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  box-sizing: border-box;
  border: solid 1px #fff;
  background-color: #fff;
}

.m-prob3 .select2-container::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.m-prob3 .select2-container:-moz-placeholder {
  color: #666;
  opacity: 1;
}

.m-prob3 .select2-container::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.m-prob3 .select2-container:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.m-prob3 .select2-container--default .select2-selection--single {
  border: none;
  width: 100%;
  height: 46px;
}

.m-prob3 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.m-prob3 .select2-container--default .select2-selection--single .select2-selection__rendered, .m-prob3 .select2-container--default .select2-selection--single .select2-selection__arrow {
  line-height: 46px;
}

.m-prob3 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}

.m-prob3 .selection {
  width: 100%;
}

.m-prob3 .form-item-2 {
  float: left;
  margin-right: 1.2066365008%;
  width: 39.2156862745%;
}

.m-prob3 .form-item-2 input {
  padding-left: 12px;
  border-color: #333;
}

.m-prob3 .form-item-3 {
  float: left;
  padding-left: 0;
  width: 24.4343891403%;
  line-height: 48px;
  text-align: center;
  border: 1px solid #333333;
  background-color: #fff;
}

.m-prob3 .form-item-3 img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 48px;
}

.m-prob3 .form-item-4 {
  float: right;
  padding-left: 0;
  width: 30.303030303%;
}

.m-prob3 .form-item-4 input {
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  text-align: center;
  border-color: #cf1018;
  background-color: #cf1018;
}

.m-prob3 .form-item-4 input:hover {
  background-color: #ec1d25;
}

.m-prob3 .c-oh {
  overflow: inherit;
}

.m-prob3.mt {
  margin-top: 92px;
}

@media screen and (max-width: 991px) {
  .m-prob3 {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-prob3 .item-title {
    margin-top: 10px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-prob3 .item-icon img {
    width: 80px;
  }
  .m-prob3 .box-title span {
    line-height: 1.2;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-prob3 .box-form {
    margin-top: 30px;
  }
  .m-prob3 .box-info {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob3 .form-left, .m-prob3 .form-right {
    float: none;
    width: 100%;
  }
  .m-prob3 .form-item {
    margin-right: 0;
    width: 100%;
  }
  .m-prob3 .form-item-2 {
    float: left;
    margin-right: 0;
    width: calc(100% - 110px);
  }
  .m-prob3 .form-item-3 {
    float: right;
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .m-prob3 .info-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .m-prob3 .info-item {
    width: 100%;
  }
}
.m-recommended {
  margin-top: 85px;
  position: relative;
}

.m-recommended .box-title {
  margin-bottom: 42px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  padding-right: 80px;
}

.m-recommended .btn-wp {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.m-recommended .box-btn {
  width: 36px;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #e4e6e6;
  cursor: pointer;
}

.m-recommended .box-btn:hover {
  color: #fff;
  background-color: #cf1018;
}

.m-recommended .prev {
  margin-right: 7px;
}

.m-recommended .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10000%;
}

.m-recommended .list-item {
  float: left;
  margin-right: 0.0285714286%;
  width: 0.3142857143%;
}

.m-recommended .item-title {
  margin-top: 25px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .m-recommended {
    margin-top: 30px;
  }
  .m-recommended .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-recommended .item-title {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-recommended .list-item {
    margin-right: 0.02%;
    width: 0.49%;
  }
}
.g-mn1 {
  float: left;
  width: 100%;
  padding-left: 26.4285714286%;
}

@media screen and (max-width: 991px) {
  .g-mn1 {
    float: none;
    padding-left: 0;
  }
}
.g-sd1 {
  float: left;
  margin-left: -100%;
  width: 21.9285714286%;
}

@media screen and (max-width: 991px) {
  .g-sd1 {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}
.g-mn2 {
  float: left;
  width: 100%;
  padding-left: 23.5714285714%;
}

@media screen and (max-width: 991px) {
  .g-mn2 {
    float: none;
    padding-left: 0;
  }
}
.g-sd2 {
  float: left;
  margin-left: -100%;
  width: 224px;
}

@media screen and (max-width: 1219px) {
  .g-sd2 {
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .g-sd2 {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
    display: none;
  }
}
.m-foontt {
  margin-bottom: 32px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .m-foontt {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.m-foonsch .box-title {
  margin-bottom: 28px;
  line-height: 32px;
  padding: 15px 24px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #cf1018;
}

.m-foonsch .box-form {
  position: relative;
  padding-right: 32px;
  border: solid 1px #e1e1e1;
}

.m-foonsch .form-text {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.m-foonsch .form-text::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
}

.m-foonsch .form-text:-moz-placeholder {
  color: #555;
  opacity: 1;
}

.m-foonsch .form-text::-moz-placeholder {
  color: #555;
  opacity: 1;
}

.m-foonsch .form-text:-ms-input-placeholder {
  color: #555;
  opacity: 1;
}

.m-foonsch .form-icon, .m-foonsch .form-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-foonsch .form-btn {
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .m-foonsch .box-title {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px;
  }
  .m-foonsch .form-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-foonctus {
  margin-top: 52px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 33px;
  padding-bottom: 40px;
  background-color: #cf1018;
}

.m-foonctus .box-title {
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}

.m-foonctus .box-link {
  margin-top: 19px;
}

.m-foonctus .box-link a {
  display: inline-block;
  min-width: 200px;
  line-height: 30px;
  padding: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ec1d25;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
}

.m-foonctus .box-link a:hover {
  color: #fff;
  background-color: #333;
}

@media screen and (max-width: 991px) {
  .m-foonctus {
    margin-top: 30px;
  }
  .m-foonctus .box-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-foonctus .box-link a {
    min-width: 140px;
    line-height: 24px;
    padding: 5px 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-foonlst .list-item {
  margin-top: 18px;
  padding-top: 28px;
  padding-bottom: 32px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  background-color: #f0f0f0;
  border-bottom: 4px solid #f0f0f0;
}

.m-foonlst .list-item:hover {
  background-color: transparent;
}

.m-foonlst .list-item:first-child {
  margin-top: 0;
}

.m-foonlst .item-link {
  flex: 0 0 auto;
  margin-left: 45px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-foonlst .item-fix {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-foonlst .item-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-foonlst .item-title input {
  margin-right: 5px;
  vertical-align: middle;
}

.m-foonlst .item-desc {
  margin-top: 13px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  max-height: 84px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .m-foonlst .list-item {
    padding: 20px 15px;
  }
  .m-foonlst .item-link {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 20px;
  }
  .m-foonlst .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-foonlst .item-desc {
    line-height: 24px;
    max-height: 72px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-foonb1 {
  padding-bottom: 20px;
}

.m-foonb1 .box-title {
  margin-bottom: 56px;
  position: relative;
  padding-bottom: 34px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  border-bottom: 1px solid #dadada;
}

.m-foonb1 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57px;
  height: 6px;
  background-color: #cf1018;
}

.m-foonb1 .box-item {
  margin-top: 31px;
}

.m-foonb1 .box-item:first-child {
  margin-top: 0;
}

.m-foonb1 .bitem-title {
  margin-bottom: 33px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 32px;
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #f4f4f4;
}

.m-foonb1 .bitem-desc {
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 991px) {
  .m-foonb1 .box-title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-foonb1 .bitem-title {
    margin-bottom: 30px;
    padding: 15px 10px;
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-foonb1 .bitem-desc {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*.m-foonb2 {*/
/*  margin-top: 48px;*/
/*}*/
.m-foonb2 {
  margin-bottom: 48px;
}

.m-foonb2 .box-title {
  line-height: 40px;
  padding: 28px 20px;
  background-color: #f2f2f2;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-foonb2 .box-desc table {
  border: none;
}

.m-foonb2 .box-desc table tr td {
  height: auto;
  padding: 20px;
  border: none;
  border-bottom: 2px solid #d9dee9;
}

.m-foonb2 .box-desc table tr:first-child td {
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-foonb2 .box-tab {
  margin-left: auto;
  margin-right: auto;
  margin-top: 74px;
  max-width: 985px;
}

.m-foonb2 .fix {
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.m-foonb2 .fix1 {
  width: 16.2436548223%;
}

.m-foonb2 .fix2 {
  width: 42.6395939086%;
}

.m-foonb2 .fix3 {
  width: 27.9187817259%;
}

.m-foonb2 .fix4 {
  width: 12.6903553299%;
}

.m-foonb2 .tab-hd {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
}

.m-foonb2 .tabhd-item {
  padding-bottom: 25px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-foonb2 .tab-bd {
  border-bottom: 1px solid #d7d7d7;
}

.m-foonb2 .tabbd-fix {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.m-foonb2 .tabbd-item {
  padding-top: 46px;
  padding-bottom: 36px;
  line-height: 36px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-foonb2 .tabbd-item em {
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-foonb2 .btn {
  position: relative;
  display: inline-block;
  width: 36px;
  line-height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.m-foonb2 .btn .icon-bottom1 {
  display: none;
}

.m-foonb2 .btn .icon-right1 {
  display: inline;
}

.m-foonb2 .btn:hover, .m-foonb2 .btn.active {
  color: #fff;
  background-color: #ec1d25;
}

.m-foonb2 .btn:hover .icon-right1, .m-foonb2 .btn.active .icon-right1 {
  display: none;
}

.m-foonb2 .btn:hover .icon-bottom1, .m-foonb2 .btn.active .icon-bottom1 {
  display: inline;
}

.m-foonb2 .tabbd-desc {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 29px;
  padding-bottom: 24px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  display: none;
}

@media screen and (max-width: 991px) {
  .m-foonb2 .box-tab {
    margin-top: 30px;
    overflow-x: auto;
  }
  .m-foonb2 .tab-wp {
    min-width: 640px;
  }
  .m-foonb2 .tabbd-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 15px;
  }
  .m-foonb2 .tabhd-item, .m-foonb2 .tabbd-item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-foonb2 .btn {
    width: 32px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .m-foonb2 {
    margin-top: 30px;
  }
  .m-foonb2 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
    padding: 15px;
  }
  .m-foonb2 .box-desc table tr td {
    padding: 15px;
  }
}
.m-cprolst .box-item {
  position: relative;
  padding-top: 56px;
  padding-bottom: 50px;
  border-bottom: 1px solid #c5c5c5;
}

.m-cprolst .box-item:first-child {
  padding-top: 0;
}

.m-cprolst .box-fix {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.m-cprolst .box-slide {
  flex: 0 0 auto;
  position: relative;
  width: 39.2523364486%;
  overflow: hidden;
}

.m-cprolst .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-cprolst .list-item {
  float: left;
  width: 1%;
}

.m-cprolst .box-page {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  z-index: 2;
  padding: 0 10px;
  text-align: right;
}

.m-cprolst .page-item {
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border: 1px solid #6c6c6c;
  border-radius: 50%;
}

.m-cprolst .page-item.active {
  background-color: #6c6c6c;
}

.m-cprolst .box-text {
  flex: 1 1 auto;
  padding-left: 4.2056074766%;
  padding-right: 7.2897196262%;
  overflow: hidden;
}

.m-cprolst .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-cprolst .box-title input {
  flex: 0 0 auto;
  margin-right: 10px;
  vertical-align: middle;
}

.m-cprolst .box-title a {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-cprolst .box-desc {
  margin-top: 13px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-cprolst .box-info {
  margin-top: 16px;
  max-height: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.m-cprolst .box-info em, .m-cprolst .box-info b, .m-cprolst .box-info strong {
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-cprolst .box-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 34px;
  line-height: 34px;
  font-size: 20px;
  font-size: 2rem;
  color: #cf1018;
  text-align: center;
  background-color: #ededed;
  border-radius: 50%;
  cursor: pointer;
}

.m-cprolst .box-btn:before {
  content: "-";
}

.m-cprolst .box-btn.active {
  background-color: #cf1018;
}

.m-cprolst .box-btn.active:before {
  color: #fff;
  content: "+";
}

.m-cprolst .box-feat {
  margin-top: 27px;
  display: none;
  padding-right: 7.2897196262%;
}

.m-cprolst .feat-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-cprolst .feat-desc {
  margin-top: 19px;
  color: #555;
}

@media screen and (max-width: 991px) {
  .m-cprolst .box-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-cprolst .box-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-cprolst .box-desc {
    max-height: 48px;
  }
  .m-cprolst .box-info {
    max-height: 120px;
  }
  .m-cprolst .box-text {
    padding-right: 50px;
  }
  .m-cprolst .box-feat {
    padding-right: 50px;
  }
  .m-cprolst .feat-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) and (max-width: 640px) {
  .m-cprolst .box-fix {
    display: block;
    padding-right: 50px;
  }
  .m-cprolst .box-slide {
    width: 100%;
    max-width: 430px;
  }
  .m-cprolst .box-text {
    padding-left: 0;
    margin-top: 20px;
    padding-right: 0;
  }
}
.m-cpronav {
  position: static;
  left: 0;
  top: 0;
  padding-left: 42px;
  padding-right: 10px;
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: #ffffff;
  box-shadow: 0px 7px 20px 0px rgba(0, 4, 13, 0.15);
}

.m-cpronav .box-nav {
  position: relative;
}

.m-cpronav .box-nav:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  touch-action: 50%;
  transform: translate(0, -50%);
  height: 100%;
  border-right: 1px solid rgba(225, 225, 225, 0.8);
}

.m-cpronav .nav-item {
  position: relative;
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-cpronav .nav-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background-color: rgba(207, 16, 24, 0.4);
  border-radius: 50%;
}

.m-cpronav .nav-item:hover:before, .m-cpronav .nav-item.active:before {
  background-color: #cf1018;
}

.m-cpronav .nav-item:hover a, .m-cpronav .nav-item.active a {
  color: #cf1018;
}

.m-cprob1 .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-cprob1 .box-img {
  margin-right: 3.2142857143%;
  flex: 0 0 auto;
  width: 55.7142857143%;
  line-height: 0;
  font-size: 0;
}

.m-cprob1 .box-text {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-cprob1 .box-desc em {
  font-size: 40px;
  font-size: 4rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-cprob1 .box-info {
  margin-top: 60px;
}

.m-cprob1 .info-item {
  margin-top: 36px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-cprob1 .info-item:first-child {
  margin-top: 0;
}

.m-cprob1 .item-icon {
  margin-right: 30px;
  flex: 0 0 auto;
  width: 102px;
  line-height: 0;
  font-size: 0;
  border-radius: 50%;
  background-color: #cf1018;
}

.m-cprob1 .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-cprob1 .item-title {
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-cprob1 .item-desc {
  margin-top: 14px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
}

@media screen and (max-width: 1219px) {
  .m-cprob1 .box-img {
    width: 46.4285714286%;
  }
  .m-cprob1 .item-icon {
    margin-right: 20px;
    width: 80px;
  }
  .m-cprob1 .info-item {
    margin-top: 20px;
  }
  .m-cprob1 .item-desc {
    margin-top: 10px;
  }
  .m-cprob1 .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-cprob1 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-cprob1 .box-info {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .m-cprob1 .box-desc em {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .m-cprob1 .box-wp {
    display: block;
  }
  .m-cprob1 .box-img {
    width: 100%;
    margin-right: 0;
  }
  .m-cprob1 .box-text {
    margin-top: 30px;
  }
}
.m-cprob2 {
  margin-top: 108px;
  padding-top: 92px;
  padding-bottom: 109px;
  background-color: #e9eef2;
}

.m-cprob2 .box-hd {
  margin-left: auto;
  margin-right: auto;
  max-width: 1105px;
  text-align: center;
}

.m-cprob2 .hd-title {
  margin-bottom: 30px;
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-cprob2 .hd-desc {
  margin-bottom: 80px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
}

.m-cprob2 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -33px;
}

.m-cprob2 .box-item {
  position: relative;
  margin-right: 2.1428571429%;
  margin-bottom: 33px;
  width: 31.7857142857%;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 123px;
  padding-bottom: 41px;
  background-color: #fff;
}

.m-cprob2 .box-item:nth-child(3n) {
  margin-right: 0;
}

.m-cprob2 .box-item:hover {
  background-color: #cf1018;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.33);
}

.m-cprob2 .box-item:hover .item-icon {
  background-color: #fff;
}

.m-cprob2 .box-item:hover .item-icon .icon2 {
  display: block;
}

.m-cprob2 .box-item:hover .item-desc {
  color: #fff;
}

.m-cprob2 .box-item:hover .item-num {
  color: #cf1018;
  -webkit-text-stroke: 2px #fff;
}

.m-cprob2 .item-desc {
  position: relative;
  z-index: 2;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-cprob2 .item-icon {
  position: absolute;
  left: 30px;
  top: 0;
  line-height: 0;
  font-size: 0;
  background-color: #cf1018;
}

.m-cprob2 .item-icon .icon2 {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.m-cprob2 .item-num {
  position: absolute;
  right: 20px;
  bottom: 20px;
  line-height: 1;
  font-size: 152px;
  font-size: 15.2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  color: #fff;
  -webkit-text-stroke: 2px #cf1018;
  opacity: 0.2;
}

@media screen and (max-width: 991px) {
  .m-cprob2 {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-cprob2 .hd-title {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-cprob2 .hd-desc {
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-cprob2 .box-item {
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
  }
  .m-cprob2 .item-icon {
    width: 50px;
    left: 15px;
  }
  .m-cprob2 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-cprob2 .item-num {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .m-cprob2 .box-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-cprob2 .box-item {
    width: 98%;
  }
}
.m-cprob3 {
  background-color: #e9eef2;
}

.m-cprob3 .box-wp {
  padding-top: 112px;
  padding-bottom: 94px;
  border-radius: 120px 0 120px 0;
  background-color: #cf1018;
}

.m-cprob3 .box-nav {
  margin-bottom: -10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.m-cprob3 .nav-item {
  margin-right: 0.5714285714%;
  margin-bottom: 10px;
  width: 24.5714285714%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 28px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  background-color: #e7dddd;
  border-radius: 20px 0px 20px 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.m-cprob3 .nav-item:nth-child(4n) {
  margin-right: 0;
}

.m-cprob3 .nav-item:hover, .m-cprob3 .nav-item.active {
  color: #cf1018;
  background-color: #fff;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.17);
}

@media screen and (max-width: 991px) {
  .m-cprob3 .box-wp {
    border-radius: 50px 0 50px 0;
  }
  .m-cprob3 .nav-item {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 10px;
  }
  .m-cprob3 .box-wp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .m-cprob3 .nav-item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1% !important;
  }
}
@media screen and (max-width: 375px) {
  .m-cprob3 .nav-item {
    width: 98%;
  }
}
.m-cprob4 {
  padding-top: 103px;
}

.m-cprob4 .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.m-cprob4 .box-img {
  width: 43.7142857143%;
  line-height: 0;
  font-size: 0;
}

.m-cprob4 .box-text {
  width: 49.0714285714%;
}

.m-cprob4 .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-cprob4 .box-desc {
  margin-top: 41px;
}

.m-cprob4 .box-name {
  margin-top: 70px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

.m-cprob4 .box-info {
  margin-top: 62px;
  margin-bottom: -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.m-cprob4 .info-item {
  margin-right: 0.9285714286%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 24.1428571429%;
}

.m-cprob4 .info-item:nth-child(4n) {
  margin-right: 0;
}

.m-cprob4 .info-item:nth-child(1) {
  background-color: #b3b9d5;
  border-radius: 0px 38px 0px 0px;
}

.m-cprob4 .info-item:nth-child(2) {
  background-color: #8b95bf;
  border-radius: 0px 50px 0px 50px;
}

.m-cprob4 .info-item:nth-child(3) {
  background-color: #6478ab;
  border-radius: 0px 50px 0px 50px;
}

.m-cprob4 .info-item:nth-child(4) {
  background-color: #1a5694;
  border-radius: 0px 50px 0px 50px;
}

.m-cprob4 .item-title {
  padding-top: 53px;
  padding-bottom: 29px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.m-cprob4 .item-info {
  padding-top: 33px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 15px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.m-cprob4 .item-info p {
  position: relative;
  padding-left: 18px;
}

.m-cprob4 .item-info p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .m-cprob4 {
    padding-top: 40px;
  }
  .m-cprob4 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-cprob4 .box-desc {
    margin-top: 20px;
  }
  .m-cprob4 .box-name {
    margin-top: 30px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-cprob4 .box-info {
    margin-top: 30px;
  }
  .m-cprob4 .info-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
  .m-cprob4 .item-title {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-cprob4 .item-info {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-cprob4 .item-info p:before {
    top: 8px;
  }
}
@media screen and (max-width: 480px) {
  .m-cprob4 .box-wp {
    display: block;
  }
  .m-cprob4 .box-img {
    width: 100%;
    margin-right: 0;
  }
  .m-cprob4 .box-text {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .m-cprob4 .info-item {
    width: 98%;
  }
}
.m-cprob5 {
  padding-top: 125px;
  padding-bottom: 117px;
  overflow: hidden;
}

.m-cprob5 .box-img {
  line-height: 0;
  font-size: 0;
}

.m-cprob5 .box-text {
  position: relative;
  margin-top: -13.2142857143%;
  padding-left: 8.5714285714%;
  padding-right: 8.5714285714%;
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #ffffff;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.11);
}

.m-cprob5 .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-align: center;
}

.m-cprob5 .box-desc {
  margin-top: 25px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-cprob5 .box-info {
  margin-top: 21px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  background: url("../png/cprobg1.png") no-repeat center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-cprob5 .box-info .item {
  margin-left: 20px;
  margin-right: 20px;
}

.m-cprob5 .box-info span {
  font-size: 30px;
  font-size: 3rem;
  color: #cf1018;
}

.m-cprob5 .box-list {
  margin-top: 63px;
  margin-bottom: -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-cprob5 .list-item {
  position: relative;
  margin-right: 2.2857142857%;
  margin-bottom: 20px;
  width: 18.1428571429%;
}

.m-cprob5 .list-item:nth-child(5n) {
  margin-right: 0;
}

.m-cprob5 .list-item:hover .item-icon {
  opacity: 1;
}

.m-cprob5 .item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-cprob5 .item-icon {
  position: absolute;
  right: 3.937007874%;
  bottom: 2.9239766082%;
  width: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: rgba(236, 29, 37, 0.7);
  opacity: 0;
}

.m-cprob5 .item-pic {
  overflow: visible;
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.2)));
}

@media screen and (max-width: 991px) {
  .m-cprob5 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .m-cprob5 .box-text {
    padding: 30px 15px;
  }
  .m-cprob5 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-cprob5 .box-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-cprob5 .box-info {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
    background: none;
  }
  .m-cprob5 .box-info .item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-cprob5 .box-info span {
    font-size: 20px;
    font-size: 2rem;
  }
  .m-cprob5 .box-list {
    margin-top: 30px;
  }
  .m-cprob5 .box-desc {
    margin-top: 30px;
  }
  .m-cprob5 .item-icon {
    width: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .m-cprob5 .item-pic {
    overflow: hidden;
    -webkit-box-reflect: inherit;
  }
  .m-cprob5 .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 31.33%;
  }
}
.m-cprob6 .box-wp {
  padding-top: 100px;
  padding-bottom: 210px;
  background-color: #e9eef2;
}

.m-cprob6 .box-title {
  margin-bottom: 25px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-align: center;
}

.m-cprob6 .box-desc {
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.m-cprob6 .box-list {
  margin-bottom: -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-cprob6 .list-item {
  margin-right: 2.5%;
  margin-bottom: 20px;
  width: 31.6428571429%;
}

.m-cprob6 .list-item:nth-child(3n) {
  margin-right: 0;
}

.m-cprob6 .box-fix {
  margin-top: -100px;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 44px;
  padding-bottom: 51px;
  background-color: #1a5694;
  background-image: linear-gradient(90deg, #1a5694 0%, #266bb3 100%), linear-gradient(#1a5694, #1a5694);
  background-blend-mode: normal, normal;
}

.m-cprob6 .box-fix .text {
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}

.m-cprob6 .box-fix .text p {
  min-height: 30px;
}

.m-cprob6 .box-fix .text em {
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

@media screen and (max-width: 991px) {
  .m-cprob6 .box-wp {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .m-cprob6 .box-title {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-cprob6 .box-desc {
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-cprob6 .box-fix {
    margin-top: -20px;
    padding: 30px 15px;
  }
  .m-cprob6 .box-fix .text {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-cprob6 .box-fix .text p {
    min-height: 24px;
  }
}
.m-cprob7 {
  margin-top: 107px;
}

.m-cprob7 .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-cprob7 .box-img {
  order: 2;
  flex: 0 0 auto;
  margin-left: 3.6458333333%;
  width: 51.40625%;
}

.m-cprob7 .box-fix {
  order: 1;
  flex: 1 1 auto;
  overflow: hidden;
}

.m-cprob7 .box-text {
  float: right;
  width: 90%;
  max-width: 597px;
}

.m-cprob7 .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-cprob7 .box-desc {
  margin-top: 41px;
}

@media screen and (max-width: 991px) {
  .m-cprob7 {
    margin-top: 40px;
  }
  .m-cprob7 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-cprob7 .box-desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .m-cprob7 .box-wp {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 720px;
    display: block;
  }
  .m-cprob7 .box-img {
    width: 100%;
    margin-left: 0;
  }
  .m-cprob7 .box-fix {
    margin-top: 30px;
  }
  .m-cprob7 .box-text {
    width: 100%;
    float: none;
  }
}
.m-sustyl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -80px;
}

.m-sustyl .list-item {
  margin-right: 2.1428571429%;
  margin-bottom: 80px;
  width: 48.9285714286%;
}

.m-sustyl .list-item:nth-child(2n) {
  margin-right: 0;
}

.m-sustyl .item-title {
  margin-top: 44px;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-sustyl .item-desc {
  margin-top: 18px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.m-sustyl .item-desc a {
  color: #555;
}

.m-sustyl .item-link {
  margin-top: 20px;
}

.m-sustyl .item-link a {
  display: inline-block;
  min-width: 208px;
  line-height: 26px;
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #d7d7d7;
}

.m-sustyl .item-link a:hover {
  color: #fff;
  background-color: #cf1018;
}

@media screen and (max-width: 991px) {
  .m-sustyl {
    margin-bottom: -30px;
  }
  .m-sustyl .list-item {
    margin-bottom: 30px;
  }
  .m-sustyl .item-title {
    margin-top: 15px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-sustyl .item-desc {
    margin-top: 10px;
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-sustyl .item-link {
    margin-top: 10px;
  }
  .m-sustyl .item-link a {
    min-width: 140px;
    line-height: 24px;
    padding: 8px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .m-sustyl .list-item {
    margin-right: 0;
    width: 100%;
  }
}
.c-bg2 {
  background-color: #f6f6f6;
}

.m-candeb1 {
  position: relative;
}

.m-candeb1 .box-wp {
  position: relative;
  overflow: hidden;
  padding-left: 5.3571428571%;
  padding-right: 5.3571428571%;
  padding-top: 57px;
  padding-bottom: 71px;
  background-color: #fff;
}

.m-candeb1 .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
}

.m-candeb1 .box-desc {
  margin-top: 25px;
  color: #555;
}

.m-candeb1 .box-wp2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5.3571428571%;
  padding-right: 20px;
  padding-top: 46px;
  padding-bottom: 50px;
}

.m-candeb1 .box-slide {
  order: 2;
  flex: 0 0 auto;
  position: relative;
  margin-left: 6.7432950192%;
  width: 325px;
  padding-left: 34px;
  padding-right: 34px;
}

.m-candeb1 .box-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  width: 34px;
  line-height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background-color: rgba(161, 161, 161, 0.3);
  cursor: pointer;
}

.m-candeb1 .box-btn:hover {
  color: #fff;
  background-color: #cf1018;
}

.m-candeb1 .prev {
  left: 0;
}

.m-candeb1 .next {
  right: 0;
}

.m-candeb1 .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-candeb1 .list-item {
  float: left;
  width: 1%;
}

.m-candeb1 .box-text {
  flex: 1 1 auto;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .m-candeb1 {
    padding-top: 20px;
  }
  .m-candeb1 .box-wp {
    padding: 30px 16px;
  }
  .m-candeb1 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-candeb1 .box-desc {
    margin-top: 15px;
  }
  .m-candeb1 .box-slide {
    width: 250px;
  }
}
@media screen and (max-width: 640px) {
  .m-candeb1 .box-wp2 {
    display: block;
  }
  .m-candeb1 .box-slide {
    width: 100%;
    margin-left: 0;
  }
  .m-candeb1 .list-item {
    margin-right: 0.02%;
    width: 0.49%;
  }
  .m-candeb1 .box-text {
    margin-top: 20px;
  }
}
.m-candeb2 {
  padding-top: 77px;
  padding-bottom: 75px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-candeb2 .box-img {
  margin-right: 3.9285714286%;
  width: 33%;
  flex: 0 0 auto;
}

.m-candeb2 .box-text {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-candeb2 .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
}

.m-candeb2 .box-desc {
  margin-top: 42px;
  color: #555;
}

@media screen and (max-width: 991px) {
  .m-candeb2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-candeb2 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-candeb2 .box-desc {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .m-candeb2 {
    display: block;
  }
  .m-candeb2 .box-img {
    margin-right: 0;
    width: 100%;
  }
  .m-candeb2 .box-text {
    margin-top: 20px;
  }
}
.m-candeb3 {
  padding-top: 72px;
  padding-bottom: 120px;
  background-color: #fff;
}

.m-candeb3 .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
}

.m-candeb3 .box-desc {
  margin-top: 47px;
  color: #555;
}

.m-candeb3 .box-list {
  margin-top: 49px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -20px;
}

.m-candeb3 .box-item {
  width: 49%;
}

@media screen and (max-width: 991px) {
  .m-candeb3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-candeb3 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-candeb3 .box-desc {
    margin-top: 15px;
  }
  .m-candeb3 .box-list {
    margin-top: 15px;
  }
}
.m-enprnav {
  padding-top: 86px;
}

.m-enprnav .box-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -10px;
}

.m-enprnav .nav-item {
  margin-right: 1.1428571429%;
  margin-bottom: 10px;
  width: 32.5714285714%;
  line-height: 30px;
  padding: 27px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  background-color: #cbcbcb;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-enprnav .nav-item:hover, .m-enprnav .nav-item.active {
  color: #fff;
  background-color: #cf1018;
}

.m-enprnav .nav-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .m-enprnav {
    padding-top: 30px;
  }
  .m-enprnav .nav-item {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .m-enprnav .nav-item {
    width: 100%;
    margin-right: 0;
  }
}
.m-enprb1 {
  padding-top: 98px;
  padding-bottom: 120px;
  background-color: #fff;
}

.m-enprb1 .box-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 42px;
}

.m-enprb1 .box-item .item-pic {
  width: 32.8571428571%;
}

.m-enprb1 .box-item .item-text {
  width: 61.4285714286%;
}

.m-enprb1 .box-item .item-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-enprb1 .box-item .item-desc {
  margin-top: 52px;
}

.m-enprb1 .box-item:first-child {
  margin-top: 0;
}

.m-enprb1 .box-item2 .item-pic {
  order: 2;
}

.m-enprb1 .box-item2 .item-text {
  order: 1;
}

@media screen and (max-width: 991px) {
  .m-enprb1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-enprb1 .box-item {
    margin-top: 30px;
  }
  .m-enprb1 .box-item .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-enprb1 .box-item .item-desc {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .m-enprb1 .box-item {
    display: block;
  }
  .m-enprb1 .box-item .item-pic {
    width: 100%;
    text-align: left;
  }
  .m-enprb1 .box-item .item-text {
    width: 100%;
    margin-top: 20px;
  }
}
.m-ehdevb1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.m-ehdevb1 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-ehdevb1 .box-img {
  width: 40.8571428571%;
  line-height: 0;
  font-size: 0;
}

.m-ehdevb1 .box-text {
  width: 53.5714285714%;
}

.m-ehdevb1 .box-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-ehdevb1 .box-desc {
  margin-top: 51px;
}

.m-ehdevb1.white {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .m-ehdevb1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-ehdevb1 .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ehdevb1 .box-desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .m-ehdevb1 .box-wp {
    display: block;
  }
  .m-ehdevb1 .box-img {
    width: 100%;
  }
  .m-ehdevb1 .box-text {
    margin-top: 20px;
    width: 100%;
  }
}
.m-ehdevb2 {
  padding-top: 11.7857142857%;
  padding-bottom: 8.5714285714%;
  background: url("../png/ehdevimg3.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.m-ehdevb2 .box-text {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 46px;
  padding-bottom: 55px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.m-ehdevb2 .box-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  background-color: #cf1018;
  opacity: 0.8;
}

.m-ehdevb2 .box-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-align: center;
}

.m-ehdevb2 .box-desc {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .m-ehdevb2 .box-text {
    padding: 30px 15px;
  }
  .m-ehdevb2 .box-text:before {
    width: 24px;
    height: 24px;
    transform: translate(-5px, -10px);
  }
  .m-ehdevb2 .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ehdevb2 .box-desc {
    margin-top: 20px;
  }
}
.m-ehdevb3 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #f7f7f5;
}

.m-ehdevb3 .box-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-ehdevb3 .box-desc {
  margin-top: 51px;
}

.m-ehdevb3 .box-info {
  margin-top: 63px;
  margin-bottom: -40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.m-ehdevb3 .info-item {
  margin-right: 3.2142857143%;
  margin-bottom: 40px;
  width: 13.9285714286%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #6478ab;
  border-radius: 6px;
  text-align: center;
}

.m-ehdevb3 .info-item:nth-child(6n) {
  margin-right: 0;
}

.m-ehdevb3 .info-item:hover {
  background-color: #cf1018;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.36);
}

.m-ehdevb3 .item-icon {
  line-height: 0;
  font-size: 0;
}

.m-ehdevb3 .item-title {
  margin-top: 20px;
  line-height: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

@media screen and (max-width: 991px) {
  .m-ehdevb3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-ehdevb3 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ehdevb3 .box-desc {
    margin-top: 15px;
  }
  .m-ehdevb3 .box-info {
    margin-bottom: -20px;
    margin-top: 30px;
  }
  .m-ehdevb3 .info-item {
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 1%;
    margin-right: 1% !important;
    width: 23%;
  }
  .m-ehdevb3 .item-title {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ehdevb3 .item-icon img {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .m-ehdevb3 .info-item {
    width: 48%;
  }
}
.m-phcob1 {
  position: relative;
}

.m-phcob1 .box-wp {
  margin: 0 auto;
  max-width: 1156px;
  padding-left: 8.5%;
  padding-right: 12.2857142857%;
  padding-top: 50px;
  padding-bottom: 42px;
  background: url("../jpg/phcobg1.jpg") no-repeat center;
  background-size: cover;
}

.m-phcob1 .box-text {
  padding-left: 82px;
  background: url("../png/sy1.png") no-repeat left center;
}

.m-phcob1 .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  color: #cf1018;
}

.m-phcob1 .box-desc {
  margin-top: 28px;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 991px) {
  .m-phcob1 {
    margin-top: 20px;
  }
  .m-phcob1 .box-wp {
    padding: 30px 20px;
  }
  .m-phcob1 .box-text {
    padding-left: 40px;
    background-size: 25px;
  }
  .m-phcob1 .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-phcob1 .box-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-phcotext .box-title {
  position: relative;
  padding-bottom: 22px;
  line-height: 40px;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
}

.m-phcotext .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 6px;
  background-color: #cf1018;
}

.m-phcotext .box-desc {
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .m-phcotext .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-phcotext .box-desc {
    margin-top: 20px;
  }
}
.m-phcob2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-phcob2 .box-img {
  order: 2;
  width: 42.8571428571%;
  line-height: 0;
  font-size: 0;
}

.m-phcob2 .box-text {
  width: 53.2142857143%;
}

@media screen and (max-width: 480px) {
  .m-phcob2 {
    display: block;
  }
  .m-phcob2 .box-img {
    width: 100%;
  }
  .m-phcob2 .box-text {
    width: 100%;
    margin-top: 20px;
  }
}
.m-phcob3 {
  margin-top: 90px;
  padding-top: 79px;
  padding-bottom: 94px;
  background-color: #f8f8f8;
}

.m-phcob3 .box-list {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}

.m-phcob3 .list-item {
  margin-right: 1%;
  margin-bottom: 20px;
  width: 24.2142857143%;
}

.m-phcob3 .list-item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .m-phcob3 {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-phcob3 .box-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .m-phcob3 .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.m-phcob4 {
  padding-top: 84px;
  padding-bottom: 108px;
}

.m-phcob4 .box-list {
  margin-top: 56px;
  margin-bottom: -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-phcob4 .list-item {
  margin-bottom: 20px;
  width: 48.9285714286%;
}

.m-phcob4 .list-item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .m-phcob4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-phcob4 .box-list {
    margin-top: 30px;
  }
}
.m-phcob5 {
  padding-top: 82px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}

.m-phcob5 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-phcob5 .box-slide {
  position: relative;
  order: 2;
  width: 42.2857142857%;
}

.m-phcob5 .box-text {
  width: 53.5714285714%;
}

.m-phcob5 .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-phcob5 .list-item {
  float: left;
  width: 1%;
}

.m-phcob5 .box-page {
  position: absolute;
  left: 0;
  padding-left: 18px;
  padding-right: 18px;
  bottom: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-phcob5 .page-item {
  margin-right: 8px;
  margin-bottom: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.m-phcob5 .page-item.active {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .m-phcob5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .m-phcob5 .box-wp {
    display: block;
  }
  .m-phcob5 .box-slide {
    width: 100%;
  }
  .m-phcob5 .box-text {
    margin-top: 20px;
    width: 100%;
  }
}
.m-investors {
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
}

.m-investors .box-hd {
  text-align: center;
}

.m-investors .hd-title {
  margin-bottom: 17px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
}

.m-investors .hd-desc {
  margin-bottom: 58px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-investors .form-item {
  margin-top: 22px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-investors .form-item:first-child {
  margin-top: 0;
}

.m-investors .form-label {
  flex: 0 0 auto;
  width: 155px;
  text-align: right;
  padding-right: 20px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-investors .form-label span {
  color: red;
}

.m-investors .form-fix {
  flex: 1 1 auto;
}

.m-investors .form-text, .m-investors .select2-container {
  width: 100% !important;
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 16px;
  border: solid 1px #e1e1e1;
}

.m-investors .form-text::-webkit-input-placeholder, .m-investors .select2-container::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-investors .form-text:-moz-placeholder, .m-investors .select2-container:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-investors .form-text::-moz-placeholder, .m-investors .select2-container::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-investors .form-text:-ms-input-placeholder, .m-investors .select2-container:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-investors .select2-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-investors .select2-container--default .select2-selection--single {
  border: none;
  width: 100%;
  height: 46px;
}

.m-investors .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.m-investors .select2-container--default .select2-selection--single .select2-selection__rendered, .m-investors .select2-container--default .select2-selection--single .select2-selection__arrow {
  line-height: 46px;
}

.m-investors .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}

.m-investors .selection {
  width: 100%;
}

.m-investors .form-code {
  border: solid 1px #e1e1e1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-investors .code-img {
  flex: 0 0 auto;
  line-height: 46px;
  width: 154px;
  text-align: center;
}

.m-investors .code-img img {
  max-height: 46px;
  vertical-align: middle;
}

.m-investors .code-control {
  flex: 1 1 auto;
}

.m-investors .code-text {
  border: none;
  height: 46px;
}

.m-investors .form-ft {
  margin-top: 65px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-investors .form-btn {
  min-width: 240px;
  height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #333;
}

.m-investors .form-btn:hover {
  color: #fff;
  background-color: #cf1018;
}

.m-investors .form-link {
  margin-top: 19px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-investors .form-link a {
  color: #666;
}

.m-investors .form-link a:hover {
  color: #ec1d25;
}

@media screen and (max-width: 991px) {
  .m-investors .hd-title {
    line-height: 26px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-investors .hd-desc {
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-investors .form-ft {
    margin-top: 30px;
  }
  .m-investors .form-label {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-investors .form-text, .m-investors .select2-container {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-investors .form-item {
    display: block;
  }
  .m-investors .form-label {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .m-investors .code-img {
    width: 120px;
  }
}
.m-newsl .box-title {
  margin-bottom: 30px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

.m-newsl .list-item {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-newsl .list-item:hover {
  background-color: #f5f5f5;
}

@media screen and (min-width: 992px) {
  .m-newsl .list-item:hover {
    padding-right: 216px;
  }
  .m-newsl .list-item:hover .item-link {
    display: block;
  }
}
.m-newsl .item-time {
  flex: 0 0 auto;
  width: 156px;
  margin-right: 30px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 42px;
  padding-bottom: 42px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-align: right;
  color: #525252;
  background-color: #f5f5f5;
}

.m-newsl .item-time .date {
  font-size: 28px;
  font-size: 2.8rem;
  color: #333;
}

.m-newsl .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-newsl .item-title {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-newsl .item-desc {
  margin-top: 17px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
  max-height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.m-newsl .item-desc a {
  color: #555;
}

.m-newsl .item-desc a:hover {
  color: #ec1d25;
}

.m-newsl .item-link {
  position: absolute;
  right: 0;
  top: 0;
  width: 178px;
  height: 100%;
  background-color: #cf1018;
  display: none;
}

.m-newsl .item-link i {
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .m-newsl .box-title {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-newsl .list-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-newsl .item-time {
    margin-right: 15px;
    width: 100px;
    padding: 30px 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-time .date {
    font-size: 20px;
    font-size: 2rem;
  }
  .m-newsl .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-newsl .item-desc {
    margin-top: 10px;
    line-height: 24px;
    max-height: 72px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-news {
  background-color: #fff;
}

.m-news .box-fix {
  padding-left: 18.5714285714%;
  padding-right: 18.5714285714%;
}

.m-news .box-top {
  padding-top: 42px;
  padding-bottom: 26px;
}

.m-news .box-bd {
  padding-top: 31px;
  padding-bottom: 63px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.m-news .box-bottom {
  padding-top: 32px;
  padding-bottom: 32px;
}

.m-news .box-title {
  line-height: 36px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

.m-news .box-info {
  margin-top: 26px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-news .box-time {
  margin-right: 35px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-news .box-share {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-news .share-title {
  margin-right: 12px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-news .box-desc {
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-news .box-fix {
    padding-left: 15px;
    padding-right: 15px;
  }
  .m-news .box-top, .m-news .box-bd, .m-news .box-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-news .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-news .box-time, .m-news .share-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-stories .box-title {
  margin-bottom: 29px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

.m-stories .box-nav {
  margin-bottom: 70px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
}

.m-stories .nav-item {
  position: relative;
  margin: 0 23px 10px;
  padding-bottom: 11px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #555;
}

.m-stories .nav-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}

.m-stories .nav-item:hover, .m-stories .nav-item.active {
  color: #cf1018;
}

.m-stories .nav-item:hover:before, .m-stories .nav-item.active:before {
  background-color: #cf1018;
}

.m-stories .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -48px;
}

.m-stories .list-item {
  margin-bottom: 48px;
  width: 49%;
}

.m-stories .list-item:hover {
  background-color: #efefef;
}

.m-stories .item-text {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 29px;
  padding-bottom: 30px;
}

.m-stories .item-title {
  padding-bottom: 20px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e1e1e1;
}

.m-stories .item-time {
  margin-top: 33px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
}

.m-stories .item-desc {
  margin-top: 8px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  height: 60px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-stories .item-desc a {
  color: #555;
}

.m-stories .item-desc a:hover {
  color: #ec1d25;
}

@media screen and (max-width: 991px) {
  .m-stories .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-stories .nav-item {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-stories .box-nav {
    margin-bottom: 30px;
  }
  .m-stories .box-list {
    margin-bottom: -30px;
  }
  .m-stories .list-item {
    margin-bottom: 30px;
  }
  .m-stories .item-text {
    padding: 15px 10px;
  }
  .m-stories .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-stories .item-time {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-stories .item-desc {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .m-stories .list-item {
    margin-right: 0;
    width: 100%;
  }
}
@keyframes bounce-up {
  25% {
    transform: translateY(5px);
  }
  50%, 100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
  }
}
.m-addressmap {
  position: relative;
}

.m-addressmap .box-img {
  line-height: 0;
  font-size: 0;
}

.m-addressmap .address-item {
  position: absolute;
  animation: bounce-up 1.4s linear infinite;
}

.m-addressmap .address-item:hover {
  z-index: 2;
  animation: none;
}

.m-addressmap .address-item:hover .item-title {
  display: block;
}

.m-addressmap .item-icon {
  line-height: 0;
  font-size: 0;
}

.m-addressmap .item-title {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding-left: 18px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 8px 0px rgba(0, 4, 13, 0.21);
  white-space: nowrap;
  display: none;
}

.m-addressmap .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #ec1d25;
}

.m-addressmap .address-item1 {
  left: 21.7857142857%;
  top: 39.0839694656%;
}

.m-addressmap .address-item1 .item-icon {
  width: 20px;
}

.m-addressmap .address-item1 .item-title {
  left: 100%;
  margin-left: 10px;
}

.m-addressmap .address-item2 {
  right: 20.9285714286%;
  top: 36.9465648855%;
}

.m-addressmap .address-item2 .item-icon {
  width: 20px;
}

.m-addressmap .address-item2 .item-title {
  left: 100%;
  margin-left: 10px;
}

.m-addressmap .address-item3 {
  right: 21.7142857143%;
  top: 39.6946564885%;
}

.m-addressmap .address-item3 .item-icon {
  width: 24px;
}

.m-addressmap .address-item3 .item-title {
  right: 100%;
  margin-right: 10px;
}

.m-addressmap .address-item4 {
  right: 20%;
  top: 43.0534351145%;
}

.m-addressmap .address-item4 .item-icon {
  width: 20px;
}

.m-addressmap .address-item4 .item-title {
  left: 100%;
  margin-left: 10px;
}

.m-addressmap .address-item5 {
  right: 21.0714285714%;
  top: 47.1755725191%;
}

.m-addressmap .address-item5 .item-icon {
  width: 20px;
}

.m-addressmap .address-item5 .item-title {
  right: 100%;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .m-addressmap .address-item {
    display: none;
  }
}
.m-address {
  margin-top: 42px;
}

.m-address .box-title {
  margin-bottom: 58px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

.m-address .box-wp {
  margin-bottom: -45px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.m-address .box-item {
  margin-right: 2.5%;
  margin-bottom: 45px;
  width: 31.6428571429%;
  border: 1px solid #efefef;
  word-break: break-word;
}

.m-address .box-item:nth-child(3n) {
  margin-right: 0;
}

.m-address .box-item:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.m-address .bitem-title {
  padding: 15px 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background-color: #cf1018;
}

.m-address .bitem-info {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 33px;
  padding-bottom: 35px;
}

.m-address .bitem-info .info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-address .bitem-info .info a {
  color: #666;
}

.m-address .bitem-info .info a:hover {
  color: #ec1d25;
}

.m-address .bitem-info .iconfont {
  flex: 0 0 auto;
  width: 30px;
}

.m-address .bitem-info .text {
  flex: 1 1 auto;
  overflow: hidden;
}

@media screen and (max-width: 1219px) {
  .m-address .bitem-title {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-address .bitem-info {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .m-address {
    margin-top: 30px;
  }
  .m-address .box-title {
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .m-address .box-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .m-address .box-item {
    width: 98%;
  }
}
.m-innovb1 {
  line-height: 0;
  font-size: 0;
}

.m-innovb2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 77px;
  max-width: 1165px;
}

.m-innovb2 .box-title {
  position: relative;
  padding-bottom: 22px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-innovb2 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 7px;
  background-color: #cf1018;
}

.m-innovb2 .box-desc {
  margin-top: 47px;
  line-height: 28px;
}

.m-innovb2 .box-desc p, .m-innovb2 .box-desc span, .m-innovb2 .box-desc b {
  line-height: 28px;
}

.m-innovb2 .box-list {
  margin-top: 50px;
  margin-bottom: -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-innovb2 .list-item {
  position: relative;
  margin-right: 1.4592274678%;
  margin-bottom: 20px;
  width: 32.3605150215%;
  overflow: hidden;
}

.m-innovb2 .list-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .m-innovb2 .list-item:hover .item-title {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
  .m-innovb2 .list-item:hover:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(207, 16, 24, 0.7);
  }
}
.m-innovb2 .item-title {
  position: absolute;
  left: 0;
  z-index: 3;
  bottom: 25px;
  padding: 0 10px;
  width: 100%;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-innovb2 .item-title a {
  color: #fff;
}

.m-innovb2 .item-title a:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .m-innovb2 {
    margin-top: 30px;
  }
  .m-innovb2 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-innovb2 .box-desc {
    margin-top: 15px;
    line-height: 24px;
  }
  .m-innovb2 .box-desc p, .m-innovb2 .box-desc span, .m-innovb2 .box-desc b {
    line-height: 24px;
  }
  .m-innovb2 .item-title {
    bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .m-innovb2 .list-item {
    margin-right: 0;
    width: 100%;
  }
}
.self-ellipsis-2 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cour {
  cursor: pointer;
}

.m-cttyl .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 78px;
  text-align: center;
}

.m-cttyl .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -50px;
}

.m-cttyl .list-item {
  position: relative;
  margin-right: 1.7857142857%;
  margin-bottom: 50px;
  width: 32.1428571429%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 65px;
  padding-bottom: 49px;
  background-color: #f5f5f5;
}

.m-cttyl .list-item:nth-child(3n) {
  margin-right: 0;
}

.m-cttyl .list-item:hover {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.28);
}

.m-cttyl .list-item:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #cf1018;
}

.m-cttyl .item-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-cttyl .item-desc {
  margin-top: 15px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  max-height: 84px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .m-cttyl .box-title {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-cttyl .box-list {
    margin-bottom: -30px;
  }
  .m-cttyl .list-item {
    margin-bottom: 30px;
    padding: 25px 10px;
  }
  .m-cttyl .item-title {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-cttyl .item-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 72px;
  }
}
@media screen and (max-width: 640px) {
  .m-cttyl .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-cttyl .list-item {
    width: 98%;
  }
}
@media screen and (max-width: 1440px) {
  .self-ellipsis-5 {
    display: -webkit-box !important;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
}
.j-videomodal .box-close {
  position: absolute;
  right: -35px;
  top: -35px;
  width: 30px;
  height: 30px;
  background: url("../png/close.png") no-repeat center;
  background-size: 100% 100%;
}

@media screen and (max-width: 959px) {
  .j-videomodal .box-close {
    width: 25px;
    height: 25px;
  }
}
.search-highlight {
  color: red;
}

.m-apiserv .box-title {
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 55px;
}

.m-apiserv .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-apiserv .box-img {
  order: 2;
  width: 50.1428571429%;
  line-height: 0;
  font-size: 0;
}

.m-apiserv .box-text {
  width: 42.8571428571%;
}

.m-apiserv .box-name {
  position: relative;
  padding-bottom: 12px;
  line-height: 38px;
  font-size: 28px;
  font-size: 2.8rem;
}

.m-apiserv .box-name:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  height: 4px;
  background-color: #ec1d25;
}

.m-apiserv .box-desc {
  margin-top: 33px;
  color: #666;
}

@media screen and (max-width: 1219px) {
  .m-apiserv .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .m-apiserv .box-name {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-apiserv .box-name:before {
    width: 30px;
    height: 2px;
  }
  .m-apiserv .box-desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .m-apiserv .box-wp {
    display: block;
    overflow: hidden;
  }
  .m-apiserv .box-img {
    float: right;
    margin-left: 20px;
  }
  .m-apiserv .box-text {
    width: inherit;
  }
}
.m-userform .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-userform .form-item {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}

.m-userform .form-item:last-child {
  margin-bottom: 0;
}

.m-userform .form-control {
  position: relative;
}

.m-userform .form-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  line-height: 56px;
  font-size: 20px;
  font-size: 2rem;
  color: #999;
  text-align: center;
}

.m-userform .form-text {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 54px;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  border: solid 1px #dddddd;
}

.m-userform .form-text::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-userform .form-text:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-userform .form-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-userform .form-text:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-userform .form-btn {
  display: block;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #ec1d25;
  box-shadow: 0px 5px 10px 0px #fcb8ba;
  cursor: pointer;
}

.m-userform .form-btn:hover {
  color: #fff;
  background-color: #333;
}

@media screen and (max-width: 1219px) {
  .m-userform .form-item {
    margin-bottom: 20px;
  }
  .m-userform .form-text {
    height: 46px;
    line-height: 44px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 34px;
  }
  .m-userform .form-icon {
    width: 34px;
    line-height: 46px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-userform .form-btn {
    height: 46px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-login {
  padding-top: 80px;
  padding-bottom: 72px;
  background: url("../jpg/login-bg.jpg") no-repeat center;
  background-size: cover;
}

.m-login .box-wp {
  display: flex;
  justify-content: flex-end;
}

.m-login .box-fix {
  margin-right: 6.1428571429%;
  width: 100%;
  max-width: 490px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 34px;
  padding-bottom: 38px;
  background-color: #fff;
}

.m-login .box-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.m-login .form-item {
  margin-bottom: 33px;
}

.m-login .form-item2 {
  padding-right: 175px;
}

.m-login .form-code {
  position: absolute;
  right: 0;
  top: 0;
  width: 156px;
  height: 56px;
  line-height: 56px;
  background-color: #f3fbfe;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

.m-login .form-code img {
  max-height: 56px;
  vertical-align: middle;
}

.m-login .box-link {
  margin-top: 31px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1219px) {
  .m-login {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-login .box-fix {
    padding: 30px 20px;
    max-width: 320px;
  }
  .m-login .box-link {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-login .form-item {
    margin-bottom: 20px;
  }
  .m-login .form-item2 {
    padding-right: 120px;
  }
  .m-login .form-code {
    width: 100px;
    height: 46px;
    line-height: 46px;
  }
  .m-login .form-code img {
    max-height: 46px;
  }
  .m-login .box-title {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .m-login .box-fix {
    margin-right: 0;
  }
  .m-login .box-wp {
    justify-content: center;
  }
}
.m-chgpsw {
  background-color: #fff;
  padding-top: 62px;
  padding-bottom: 87px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-chgpsw .box-form {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.m-chgpsw .box-title {
  margin-bottom: 29px;
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}

.m-chgpsw .box-desc {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 33px;
  max-width: 805px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
}

.m-chgpsw .box-desc em, .m-chgpsw .box-desc a {
  color: #ec1d25;
}

.m-chgpsw .box-desc a:hover {
  text-decoration: underline;
}

.m-chgpsw .form-info {
  margin-top: 11px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-chgpsw .form-info em, .m-chgpsw .form-info a {
  color: #ec1d25;
}

.m-chgpsw .form-info a:hover {
  text-decoration: underline;
}

.m-chgpsw .form-sendemail input {
  padding-right: 150px;
}

.m-chgpsw .sendemail-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 145px;
  line-height: 56px;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  color: #ec1d25;
  text-align: center;
}

.m-chgpsw .sendemail-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 25px;
  background-color: #999999;
}

@media screen and (max-width: 1219px) {
  .m-chgpsw {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-chgpsw .box-title {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-chgpsw .box-desc {
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-chgpsw .form-info {
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .m-chgpsw .form-sendemail input {
    padding-right: 100px;
  }
  .m-chgpsw .sendemail-btn {
    width: 95px;
    line-height: 46px;
    font-size: 10px;
    font-size: 1rem;
  }
  .m-chgpsw .sendemail-btn:before {
    width: 1px;
    height: 14px;
  }
}
.m-userinfo {
  padding-left: 36px;
  padding-right: 320px;
  padding-top: 38px;
  padding-bottom: 38px;
  background: url("../userinfo-bg1.html") no-repeat right center;
  background-color: #fff;
}

.m-userinfo .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-userinfo .box-pic {
  flex: 0 0 auto;
  line-height: 0;
  font-size: 0;
  width: 152px;
  margin-right: 28px;
}

.m-userinfo .box-pic img {
  border-radius: 15px;
}

.m-userinfo .box-fix {
  align-self: center;
  flex: 1 1 auto;
  overflow: hidden;
  word-break: break-word;
}

.m-userinfo .box-name {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
}

.m-userinfo .box-info {
  margin-top: 5px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.m-userinfo .box-info a {
  color: #666;
}

.m-userinfo .box-info a:hover {
  color: #cf1018;
}

.m-userinfo .box-info p {
  margin-right: 50px;
}

.m-userinfo .box-info p:last-child {
  margin-right: 0;
}

.m-userinfo .box-link {
  padding-top: 23px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-userinfo .box-link a {
  margin-top: 5px;
  margin-right: 22px;
  min-width: 187px;
  line-height: 24px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #eee;
  background-color: #eee;
}

.m-userinfo .box-link a:hover {
  color: #cf1018;
  background-color: #fff;
  border-color: #cf1018;
}

@media screen and (max-width: 1219px) {
  .m-userinfo {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-userinfo .box-pic {
    width: 120px;
  }
  .m-userinfo .box-name {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-userinfo .box-info {
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-userinfo .box-info p {
    margin-right: 20px;
  }
  .m-userinfo .box-link {
    padding-top: 10px;
  }
  .m-userinfo .box-link a {
    margin-right: 20px;
    min-width: 120px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 991px) {
  .m-userinfo {
    padding-right: 20px;
    background: #fff;
  }
}
@media screen and (max-width: 640px) {
  .m-userinfo .box-wp {
    display: block;
  }
  .m-userinfo .box-pic {
    width: 80px;
  }
  .m-userinfo .box-fix {
    margin-top: 15px;
  }
}
.m-usertt {
  position: relative;
  padding-left: 10px;
  margin-bottom: 18px;
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
}

.m-usertt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 20px;
  background-color: #cf1018;
}

.m-usertt span {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 12px;
}

@media screen and (max-width: 1219px) {
  .m-usertt {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-usertt span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-usertt:before {
    top: 4px;
  }
}
@media screen and (max-width: 991px) {
  .m-usertt span {
    display: block;
    margin-left: 0;
  }
}
.m-prorder {
  margin-top: 52px;
}

.m-prorder .box-wp {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 33px;
  padding-bottom: 3px;
  background-color: #fff;
}

.m-prorder .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-prorder .form-item1 {
  margin-bottom: 30px;
  width: 31.4814814815%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-prorder .form-item2 {
  width: 31.4814814815%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}

.m-prorder .form-label {
  flex: 0 0 auto;
  width: 180px;
  padding-right: 5px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
}

.m-prorder .form-control {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-prorder .form-text {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  border: solid 1px #dddddd;
}

.m-prorder .form-btn {
  width: 120px;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #ec1d25;
}

.m-prorder .form-btn:hover {
  color: #fff;
  background-color: #333;
}

@media screen and (max-width: 1440px) {
  .m-prorder .form-item1, .m-prorder .form-item2 {
    width: 32%;
  }
  .m-prorder .form-label {
    font-size: 12px;
    font-size: 1.2rem;
    width: 140px;
  }
  .m-prorder .form-code {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-prorder .box-wp {
    padding: 20px 15px 0;
  }
  .m-prorder .form-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .m-prorder .form-item1, .m-prorder .form-item2 {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .m-prorder .form-item {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .m-prorder .form-item {
    display: block;
  }
  .m-prorder .form-label {
    text-align: left;
  }
}
.m-orderlst {
  margin-top: 46px;
  background-color: #fff;
  padding: 34px 24px 48px;
}

.m-orderlst .box-list table {
  border: none;
}

.m-orderlst .box-list table tr td {
  border: none;
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-orderlst .box-list table thead td {
  background-color: #eeeeee;
  line-height: 30px;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
}

.m-orderlst .box-list table tbody td {
  background-color: #fff;
  line-height: 26px;
}

.m-orderlst .box-list table tbody td a {
  color: #cf1018;
}

.m-orderlst .box-list table tbody td a:hover {
  text-decoration: underline;
}

.m-orderlst .box-list table tbody tr:nth-child(2n) td {
  background-color: #f8f8f8;
}

.m-orderlst .m-page {
  margin-top: 60px;
}

.m-orderlst .page-info {
  margin-top: 30px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
}

.m-orderlst .page-info p {
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  background: url("../prolst-icon1.html") no-repeat left center, url("../prolst-icon2.html") no-repeat right center;
}

@media screen and (max-width: 1219px) {
  .m-orderlst {
    margin-top: 30px;
    padding: 20px 15px;
  }
  .m-orderlst .box-list table tr td {
    padding: 8px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-orderlst .m-page {
    margin-top: 30px;
  }
  .m-orderlst .page-info {
    margin-top: 20px;
  }
}
.m-orderdetails {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.m-orderdetails .box-left {
  width: 70.7142857143%;
}

.m-orderdetails .box-right {
  width: 25.7142857143%;
}

.m-orderdetails .box-left, .m-orderdetails .box-right {
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  align-items: flex-start;
}

.m-orderdetails .box-title {
  margin-bottom: 18px;
  width: 100%;
  flex: 0 0 auto;
}

.m-orderdetails .box-wp {
  flex: 1 1 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #fff;
  word-break: break-word;
}

.m-orderdetails .box-wp table {
  border: none;
}

.m-orderdetails .box-wp table tr td {
  border: none;
  line-height: 26px;
  padding: 15px 12px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  border-bottom: 1px solid #f2f2f2;
}

.m-orderdetails .box-wp table tr td em {
  color: #333;
}

.m-orderdetails .box-wp table tr:last-child td {
  border: none;
}

@media screen and (max-width: 1219px) {
  .m-orderdetails {
    margin-top: 30px;
  }
  .m-orderdetails .box-wp {
    padding: 20px 15px;
  }
  .m-orderdetails .box-wp table tr td {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 991px) {
  .m-orderdetails .box-left, .m-orderdetails .box-right {
    width: 100%;
  }
  .m-orderdetails .box-right {
    margin-top: 20px;
  }
  .m-orderdetails .box-right .table > div {
    width: 100% !important;
    max-width: 100%;
  }
}
.m-orderstatus {
  margin-top: 54px;
}

.m-orderstatus .box-title {
  margin-bottom: 62px;
}

.m-orderstatus .box-status {
  position: relative;
}

.m-orderstatus .status-progress {
  position: absolute;
  z-index: 2;
  top: 25px;
  height: 6px;
  background-color: #cf1018;
  transition: 5s 550ms;
  width: 0;
}

.m-orderstatus .status-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-orderstatus .status-item {
  width: 20%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.m-orderstatus .status-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  height: 6px;
  width: 100%;
  background-color: #dddddd;
}

.m-orderstatus .status-item .item-icon {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 54px;
  line-height: 48px;
  font-size: 20px;
  font-size: 2rem;
  color: #cf1018;
  border-radius: 50%;
  border: 3px solid #eeeeee;
  background-color: #eee;
}

.m-orderstatus .status-item .item-icon i {
  opacity: 0;
}

.m-orderstatus .status-item .item-title {
  margin-top: 15px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-orderstatus .status-item .item-time {
  margin-top: 5px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-orderstatus .status-item.active .item-icon {
  background-color: #fff;
  border-color: #cf1018;
}

.m-orderstatus .status-item.active .item-icon i {
  opacity: 1;
}

.m-orderstatus .status-item.active .item-title {
  color: #cf1018;
}

.m-orderstatus .box-map {
  margin-top: 53px;
}

@media screen and (max-width: 1219px) {
  .m-orderstatus {
    margin-top: 30px;
  }
  .m-orderstatus .box-title {
    margin-bottom: 30px;
  }
  .m-orderstatus .box-map {
    margin-top: 30px;
  }
  .m-orderstatus .status-item .item-icon {
    width: 40px;
    line-height: 36px;
    border-width: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-orderstatus .status-item .item-title, .m-orderstatus .status-item .item-time {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-orderstatus .status-item .item-title {
    margin-top: 10px;
  }
  .m-orderstatus .status-item:before {
    top: 18px;
  }
  .m-orderstatus .status-progress {
    top: 18px;
  }
}
@media screen and (max-width: 640px) {
  .m-orderstatus .status-progress {
    display: none;
  }
  .m-orderstatus .status-item {
    width: 50%;
    margin-bottom: 10px;
  }
  .m-orderstatus .status-item:last-child {
    width: 100%;
  }
  .m-orderstatus .status-item.active:before {
    background-color: #ec1d25;
  }
}
.m-procert {
  padding-top: 30px;
  padding-bottom: 50px;
}
.m-procert .box-title {
  margin-bottom: 30px;
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "NHAASGROTESKTXPRO75BD", arial, helvetica, sans-serif;
  text-align: center;
}
.m-procert .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-procert .list-item {
  float: left;
  position: relative;
  margin-right: 0.0228571429%;
  width: 0.1814285714%;
}
.m-procert .list-item:hover .item-icon {
  opacity: 1;
}
.m-procert .item-icon {
  position: absolute;
  right: 3.937007874%;
  bottom: 2.9239766082%;
  width: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: rgba(236, 29, 37, 0.7);
  opacity: 0;
}
.m-procert .item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-procert .btn-wp {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.m-procert .box-btn {
  width: 42px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #333;
  cursor: pointer;
  border-radius: 50%;
}
.m-procert .box-btn:hover {
  color: #ec1d25;
  border-color: #ec1d25;
}
.m-procert .prev {
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .m-procert {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-procert .box-btn {
    width: 32px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-procert .box-title {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-procert .item-icon {
    width: 40px;
    line-height: 40px;
  }
  .m-procert .btn-wp {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .m-procert .list-item {
    margin-right: 0.02%;
    width: 0.32%;
  }
}