#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 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;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: left 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

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

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

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

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

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

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

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

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

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

.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(../images/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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #f9a684;
  }

  .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: #f9a684;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 17px;
    width: 26px;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }

  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #f9a684;
  }

  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .m-mobilenav .mbnav-btn.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }

  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }

  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }

  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  .m-mobilenav .mbnav-wp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }

  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
  }

  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }

  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    -webkit-transform: scale(1.1) translate(60px, -35px);
    -moz-transform: scale(1.1) translate(60px, -35px);
    -ms-transform: scale(1.1) translate(60px, -35px);
    -o-transform: scale(1.1) translate(60px, -35px);
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -webkit-transition: 0.5s 0.1s;
    -o-transition: 0.5s 0.1s;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }

  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }

  .m-mobilenav .mbnav-item > a.active {
    color: #f9a684;
  }

  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #f9a684;
  }

  .m-mobilenav .mbnav-item:nth-child(1) > a {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
  }

  .m-mobilenav .mbnav-item:nth-child(2) > a {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }

  .m-mobilenav .mbnav-item:nth-child(3) > a {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
  }

  .m-mobilenav .mbnav-item:nth-child(4) > a {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
  }

  .m-mobilenav .mbnav-item:nth-child(5) > a {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
  }

  .m-mobilenav .mbnav-item:nth-child(6) > a {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }

  .m-mobilenav .mbnav-item:nth-child(7) > a {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
  }

  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }

  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }

  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }

  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }

  .m-mobilenav .mbsbnav-item a.active {
    color: #f9a684;
  }
}
.slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.slide .slideItem .banner-img {
  width: 100%;
}

.slide .carouse .slideItem {
  width: 100%;
  position: absolute;
}

.slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}

.slide .dotList {
  text-align: center;
  margin-top: 20px;
}

.slide .dotList ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: -12px 0px;
  margin-left: 10px;
  cursor: pointer;
}

.slide .dotList ul li.active {
  background-position: 0px 0px;
}

.slide .carousel-control {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  z-index: 999;
}

.slide .carousel-control.left {
  left: 0;
  background-position: -38px 0px;
  cursor: pointer;
}

.slide .carousel-control.right {
  right: 0;
  background-position: -85px 0px;
  cursor: pointer;
}

.slide .slidedetail {
  display: none;
}

.imgtoVideo img {
  width: 100%;
}

.imgtoVideo > div {
  padding: 1px;
  position: relative;
  cursor: pointer;
  width: 49%;
  display: inline-block;
}

.imgtoVideo > div:hover .imgtoVideoDetail {
  display: block;
}

.imgtoVideo .imgtoVideoDetail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px;
  display: none;
}

.imgtoVideo .imgtoVideoDetail > div {
  background: rgba(0, 98, 197, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
  width: 100%;
  height: 100%;
  text-align: center;
}

.imgtoVideo .tovideo .imgtoVideoDetail {
  display: block;
}

.imgtoVideo .tovideo .imgtoVideoDetail > div {
  background: #0C2D47;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 17%;
}

.imgtoVideo .imgtoVideoDetail .fa-search {
  color: #fff;
  font-size: 25px;
  margin-top: 21%;
}

.contentIV {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(20, 43, 73, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
  margin: 0 auto;
  z-index: -999;
  max-width: 1024px;
  display: none;
}

#picturetoVideo .carouse .slideItem {
  display: table;
  height: 100%;
}

#picturetoVideo .carouse .slideItem > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#picturetoVideo .carouse .slideItem .banner-img {
  max-width: 100%;
  width: auto;
}

.closeContentIV {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}

/* slick */
.slideshow {
  position: relative;
}

.slideshow .wp {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -166.5px;
}

.slideshow .wp img {
  max-width: 100%;
  max-height: 80%;
}

.slideshow .item a img {
  width: 100%;
  -webkit-transition: all 6s ease-out;
  -o-transition: all 6s ease-out;
  -moz-transition: all 6s ease-out;
  transition: all 6s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  cursor: pointer;
  background-color: #fff;
  font-size: 0px;
  margin-left: 4.5px;
  margin-right: 4.5px;
  border: none;
  outline: none;
  width: 16px;
  height: 16px;
}

.slick-dots li.slick-active button {
  background-color: #333;
}

.slick-prev,
.slick-next {
  width: 62px;
  height: 62px;
  border: 0px;
  font-size: 0px;
  cursor: pointer;
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  left: 40px;
  z-index: 999;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  right: 40px;
  z-index: 999;
}

@media screen and (max-width: 1219px) {
  .slideshow .wp {
    margin-left: -490px;
  }
}
@media screen and (max-width: 999px) {
  .slideshow:hover .slick-prev,
.slick-next {
    display: none !important;
  }

  .slideshow .wp {
    width: 100%;
    left: 0;
    margin-left: 0;
    height: 80%;
    top: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 10px;
  }
}
.slideshow .item.slick-active.item_one img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

.slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  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 {
    -o-object-position: inherit;
    object-position: inherit;
    -o-object-fit: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
::-moz-selection {
  color: #fff;
  background: #f9a684;
}

::selection {
  color: #fff;
  background: #f9a684;
}

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

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

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "PoppinsRegular", 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;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

a:hover {
  color: #f9a684;
}

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

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

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

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

input[type=submit], textarea[type=submit] {
  cursor: pointer;
}

input[type=checkbox], textarea[type=checkbox] {
  cursor: pointer;
}

input[type=radio], textarea[type=radio] {
  cursor: pointer;
}

input:focus, textarea:focus {
  outline: none;
}

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: 1200px;
}

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

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

.c-pr {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f-box2 {
  width: 1450px;
}

@media screen and (max-width: 1550px) {
  .f-box2 {
    width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .f-box {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .f-box {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .f-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* .f-xx end */
/* @keyframes start */
@-webkit-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);
  }
}
@-moz-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 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;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  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;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-xy img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverimg-xy:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.an-hoverimg-xy:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.an-hoverimg-xy:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  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;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-beforex img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverimg-beforex:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.an-hoverimg-beforex:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  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;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-beforey img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverimg-beforey:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.an-hoverimg-beforey:hover:before {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  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%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #f9a684;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverbtn-beforey:hover {
  color: #fff;
}

.an-hoverbtn-beforey:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  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%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #f9a684;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverbtn-beforex:hover {
  color: #fff;
}

.an-hoverbtn-beforex:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  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: #f9a684;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.an-hoverbtn-beforer:hover {
  color: #fff;
}

.an-hoverbtn-beforer:hover:before {
  right: 0;
}

.an-boxsd:hover {
  -webkit-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
  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: #f9a684;
}

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

  .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 {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

.j-offset-top.run {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

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

.j-offset-left.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

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

.j-offset-right.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-offset-right {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
.j-fadein {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  opacity: 0;
}

.j-fadein.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-fadein {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    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 {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

[class*=-item] .item-pic:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

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

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

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

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

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

.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 {
  -webkit-animation: object_one 1.5s infinite;
  -moz-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

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

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

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

.m-crm {
  margin-top: 13px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

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

.m-crm a:hover {
  color: #f9a684;
}

.m-crm a.active {
  color: #f9a684;
}

.m-oths {
  margin-top: 30px;
}

.m-oths .oths-item {
  position: relative;
  padding-left: 50px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-oths .oths-item i {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e266e;
  text-align: center;
  background-color: #eee;
}

.m-oths .oths-item-1 {
  margin-bottom: 7px;
}

.m-page {
  margin-top: 56px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}

.m-page a {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 34px;
  height: 34px;
  line-height: 32px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  text-align: center;
  border: 1px solid #9d9d9d;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  border-radius: 50%;
}

.m-page span {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 34px;
  height: 34px;
  line-height: 32px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  border-radius: 50%;
}

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

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

.m-page .page-form {
  margin-left: 4px;
  display: inline-block;
  vertical-align: top;
}

.m-page .form-btn {
  display: inline-block;
  min-width: 162px;
  height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border-radius: 17px;
  background-color: #ade0eb;
}

.m-page2 {
  position: relative;
}

@media screen and (max-width: 991px) {
  .m-page {
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    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: 90px;
  /*line-height: 54px;*/
  margin-bottom: 1px;
  color: #fff;
  text-align: center;
  background-color: #f9a684;
  border-radius: 5px;
  padding-bottom: 10px;
}

.m-kf .kf-item i {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
}

.m-kf .kf-item span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}

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

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

.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 100%;
  width: 120px;
  font-size: 0;
  line-height: 0;
}

.m-kf .kf-wx2{
    width: 200px;
    padding-right: 6px;
}

.m-kf .kf-wx2 p{
    color: #fff;
    background-color: #f9a684;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
    text-align: center;
    width: 180px;
    line-height: 66px;
    border-radius: 5px;
}

.m-kf .gotop {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-kf {
    right: 0;
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    background-color: #2d2d27;
  }

  .m-kf .kf-item {
    width: 27%;
    text-align: center;
    /*line-height: 60px;*/
    padding-bottom: 0;
    background-color: #2d2d27 !important;
  }

  .m-kf .kf-item i {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .m-kf .kf-item2 {
    position: relative;
  }

  .m-kf .kf-wx {
    bottom: 100%;
    right: 0;
  }
  .m-kf .kf-wx2{
      right: auto;
      left: 0;
      display: none !important;
  }

  .m-kf .gotop {
    width: 19%;
    line-height: 60px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: block;
  }
  
  .m-kf .kf-item span{
      font-size: 12px;
      font-size: 1.2rem;
  }

  .g-ft {
    padding-bottom: 63px;
  }
}
.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 6px;
  bottom: 150px;
  width: 48px;
  height: 48px;
  line-height: 46px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e2e2e2;
  display: none;
}

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

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

.j-videomodal iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  max-width: 90%;
  max-height: 80%;
}

.g-habt {
  position: relative;
  padding-top: 87px;
  padding-bottom: 29px;
}

.g-habt:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 66%;
  height: 100%;
  background-color: #f9f9f9;
}

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

.m-habt .box-video {
  float: left;
  margin-right: 30px;
  width: 47.5%;
  line-height: 0;
  font-size: 0;
}

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

.m-habt .box-text {
  overflow: hidden;
}

.m-habt .box-title {
  line-height: 52px;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
}

.m-habt .box-name {
  margin-top: 25px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
}

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

.m-habt .box-desc p {
  min-height: 30px;
}

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

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

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

.m-habt .box-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 150px;
  line-height: 26px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9a684;
}

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

@media screen and (max-width: 991px) {
  .m-habt .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-habt .box-name {
    margin-top: 10px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-habt .box-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-habt .box-desc p {
    min-height: 14px;
  }

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

  .m-habt .box-link a {
    min-width: 140px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-habt .box-video {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.m-habtinfo {
  position: relative;
  margin-top: 30px;
  font-size: 0;
  letter-spacing: 0;
}

.m-habtinfo .box-item {
  margin-right: 3.3333333333%;
  display: inline-block;
  vertical-align: top;
  width: 22.5%;
  text-align: center;
}

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

.m-habtinfo .item-name {
  line-height: 104px;
  font-size: 48px;
  font-size: 4.8rem;
  color: #f9a684;
  background-repeat: no-repeat;
  background-position: center;
}

.m-habtinfo .item-name1 {
  background-image: url("../images/habticon1.webp");
}

.m-habtinfo .item-name2 {
  background-image: url("../images/habticon2.webp");
}

.m-habtinfo .item-name3 {
  background-image: url("../images/habticon3.webp");
}

.m-habtinfo .item-name4 {
  background-image: url("../images/habticon4.webp");
}

.m-habtinfo .item-desc {
  margin-top: 23px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

.m-habtinfo .item-wp {
  display: block;
}

.m-habtinfo .item-wp:hover {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

@media screen and (max-width: 991px) {
  .m-habtinfo .item-name {
    line-height: 60px;
    background-size: 60px;
    font-size: 30px;
    font-size: 3rem;
  }

  .m-habtinfo .item-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-habtinfo {
    margin-bottom: -20px;
  }

  .m-habtinfo .box-item {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    width: 48%;
  }
}
.m-hhd {
  margin-bottom: 85px;
  text-align: center;
}

.m-hhd .hd-title {
  line-height: 52px;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
}

.m-hhd .hd-title a {
  display: inline-block;
  position: relative;
}

.m-hhd .hd-title a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-30%, -30%);
  -moz-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  -o-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #f9a684;
}

.m-hhd .hd-title a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 100%;
  margin-left: 10px;
  width: 9px;
  height: 9px;
  background-color: #f9a684;
  border-radius: 50%;
}

.m-hhd .hd-title span {
  position: relative;
}

.m-hhd .hd-info {
  margin-top: 12px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

.m-hhd .hd-info a {
  display: inline-block;
  position: relative;
  color: #666;
}

.m-hhd .hd-info a:before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 1px;
  height: 51px;
  background-color: #e5e5e5;
}

.m-hhd .hd-info a:after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.m-hhd .hd-info a:hover {
  color: #f9a684;
}

@media screen and (max-width: 991px) {
  .m-hhd {
    margin-bottom: 30px;
  }

  .m-hhd .hd-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-hhd .hd-info {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.g-hintre {
  padding-top: 84px;
}

@media screen and (max-width: 991px) {
  .g-hintre {
    padding-top: 30px;
  }
}
.m-hintre {
  position: relative;
  z-index: 2;
  font-size: 0;
  letter-spacing: 0;
}

.m-hintre .box-wp {
  margin-bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-hintre .box-item {
  position: relative;
  margin-right: 2.1666666667%;
  margin-top: 35px;
  margin-bottom: 20px;
  width: 23.3333333333%;
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(27, 27, 27, 0.15);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 55px;
  padding-bottom: 22px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.m-hintre .item-wp {
  display: block;
}

.m-hintre .item-icon {
  position: absolute;
  top: -35px;
  left: 13px;
  width: 73px;
  line-height: 0;
  font-size: 0;
}

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

.m-hintre .item-desc {
  margin-top: 7px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .m-hintre .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-hintre .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hintre .box-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-hintre .box-item {
    width: 98%;
  }
}
.m-hpartner {
  margin-top: -8.9583333333%;
  position: relative;
  background-color: #ade0eb;
}

.m-hpartner .box-img {
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  width: 96%;
  max-width: 1315px;
}

.m-hpartner .box-wp {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 14.7651006711%;
}

.m-hpartner .box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-hpartner .list-item {
  position: relative;
  margin-right: 9.4166666667%;
  margin-bottom: 15px;
  width: 17.8333333333%;
  border-radius: 6;
  background-color: rgba(255, 255, 255, 0.8);
}

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

.m-hpartner .list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-hpartner .list-item a:hover .item-title {
  color: #f9a684;
}

.m-hpartner .list-item:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hpartner .item-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 36px;
  padding-right: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 18px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hpartner .item-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 42.9906542056%;
  line-height: 0;
  font-size: 0;
  border-left: 1px solid #ccc;
}

.m-hpartner .list-item1:before {
  border-color: #f9a684;
}

.m-hpartner .list-item2:before {
  border-color: #f9a684;
}

.m-hpartner .list-item3:before {
  border-color: #78be20;
}

.m-hpartner .list-item4:before {
  border-color: #00b7ee;
}

.m-hpartner .list-item5:before {
  border-color: #015c53;
}

.m-hpartner .list-item6:before {
  border-color: #007cc9;
}

.m-hpartner .list-item7:before {
  border-color: #440062;
}

.m-hpartner .list-item8:before {
  display: none;
}

.m-hpartner .list-item8:after {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 14px;
  height: 17px;
  background: url("../images/address1.webp") no-repeat center;
}

@media screen and (max-width: 1219px) {
  .m-hpartner .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 23%;
  }

  .m-hpartner .item-img {
    width: 95px;
  }
}
@media screen and (max-width: 991px) {
  .m-hpartner {
    margin-top: 30px;
  }

  .m-hpartner .box-wp {
    position: relative;
  }

  .m-hpartner .list-item {
    width: 31.33%;
  }
}
@media screen and (max-width: 640px) {
  .m-hpartner .list-item {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .m-hpartner .list-item {
    width: 98%;
  }
}
.g-hpro {
  padding-top: 74px;
}

@media screen and (max-width: 991px) {
  .g-hpro {
    padding-top: 30px;
  }
}
.m-hpro {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -55px;
  padding-bottom: 6px;
}

.m-hpro .list-item {
  margin-right: 5.1666666667%;
  margin-bottom: 55px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 20.8333333333%;
}

.m-hpro .item-top {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(27, 27, 27, 0.15);
  border-radius: 6px;
}

.m-hpro .item-top:hover .item-modal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.m-hpro .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f9a684;
  background-color: rgba(153, 216, 230, 0.76);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  display: none;
}

.m-hpro .item-modal a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 130px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  background-color: #fff;
}

.m-hpro .item-modal a:hover {
  color: #fff;
  background-color: #f9a684;
}

.m-hpro .item-title {
  height: 52px;
  line-height: 52px;
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  box-shadow: 0px 0px 6px 0px rgba(27, 27, 27, 0.15);
  border-radius: 6px;
}

@media screen and (max-width: 991px) {
  .m-hpro {
    margin-bottom: -30px;
  }

  .m-hpro .list-item {
    margin-bottom: 30px;
  }

  .m-hpro .item-title {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hpro .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.g-hkit {
  padding-top: 100px;
  background: url("../images/hbg2.webp") no-repeat right bottom;
  background-size: 22.34375%;
}

@media screen and (max-width: 1024px){
    .g-hkit{
        padding-bottom: 13%;
    }
}

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

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

.m-hkit .list-item {
  float: left;
  width: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-hkit .item-pic {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 6.25%;
  width: 54%;
}

.m-hkit .item-text {
  padding-top: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.m-hkit .item-title {
  position: relative;
  height: 72px;
  line-height: 72px;
  padding-left: 20px;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 516px;
}

.m-hkit .item-title a {
  position: relative;
}

.m-hkit .item-title a:hover {
  color: #1e266e;
}

.m-hkit .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #f9a684;
  background-color: rgba(249, 166, 132, 0.4);
}

.m-hkit .item-desc {
  margin-top: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-hkit .item-desc a {
  color: #1e266e;
}

.m-hkit .item-desc a:hover {
  color: #f9a684;
}

.m-hkit .box-btn {
  position: absolute;
  z-index: 2;
  bottom: 77px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #1e266e;
  text-align: center;
  background-color: #f2efef;
}

.m-hkit .box-btn:hover {
  color: #fff;
  background-color: #f9a684;
}

.m-hkit .box-btn.prev {
  left: 0;
}

.m-hkit .box-btn.next {
  left: 47px;
}

@media screen and (max-width: 1024px) {
  .m-hkit .list-item {
    display: block;
    margin-right: 0.02%;
    width: 0.49%;
  }

  .m-hkit .item-pic {
    margin-left: 0;
    width: 100%;
  }

  .m-hkit .item-text {
    padding-top: 20px;
  }

  .m-hkit .box-btn {
    bottom: 0;
  }

  .m-hkit .item-title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hkit .item-title:before {
    width: 40px;
    height: 40px;
  }

  .m-hkit .item-desc {
    margin-top: 10px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hkit .list-item {
    width: 1%;
  }
}
.g-hcustomize {
  margin-top: 126px;
  padding-top: 59px;
  padding-bottom: 176px;
  background-color: rgba(173, 224, 235, 0.8);
}

@media screen and (max-width: 1024px){
    .g-hcustomize{
        margin-top: 60px;
    }
}

@media screen and (max-width: 991px) {
  .g-hcustomize {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.m-hcustomize {
  background: url("../images/hbg3.webp") no-repeat center bottom;
  background-size: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m-hcustomize .box-item {
  margin-right: 2.2068965517%;
  width: 18.2068965517%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-hcustomize .box-item .item-pic {
  margin: 0 auto;
  max-width: 168px;
  padding: 6px;
  background-color: #fff;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.27);
}

.m-hcustomize .box-item .item-pic img {
  border-radius: 20px;
}

.m-hcustomize .box-item .item-num {
  margin-top: 18px;
  margin-bottom: 24px;
  width: 52px;
  line-height: 44px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #f9a684;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hcustomize .box-item .item-text {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.m-hcustomize .box-item .item-title {
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hcustomize .box-item .item-desc {
  margin-top: 7px;
  height: 200px;
  line-height: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

.m-hcustomize .box-item:nth-child(5) {
  margin-right: 0;
}

.m-hcustomize .box-item1 {
  padding-top: 0;
}

.m-hcustomize .box-item2 {
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

.m-hcustomize .box-item3 {
  padding-top: 72px;
}

.m-hcustomize .box-item4 {
  padding-top: 116px;
}

.m-hcustomize .box-item5 {
  padding-top: 0;
}

.m-hcustomize .box-item2 .item-text, .m-hcustomize .box-item4 .item-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.m-hcustomize .box-item2 .item-pic, .m-hcustomize .box-item4 .item-pic {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.m-hcustomize .box-item2 .item-num, .m-hcustomize .box-item4 .item-num {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 1550px) {
  .m-hcustomize {
    background-position-y: 80px;
  }

  .m-hcustomize .box-item .item-title {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-hcustomize .box-item .item-desc {
    height: 200px;
    line-height: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hcustomize .box-item2 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1250px) {
  .m-hcustomize .box-item .item-desc {
    height: 250px;
    line-height: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-hcustomize {
    background: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .m-hcustomize .box-item {
    padding-top: 20px;
  }

  .m-hcustomize .box-item .item-pic {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .m-hcustomize .box-item .item-num {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40px;
    line-height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hcustomize .box-item .item-text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .m-hcustomize .box-item .item-desc {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .m-hcustomize .box-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 31.33%;
  }
}
@media screen and (max-width: 540px) {
  .m-hcustomize .box-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 98%;
  }
  .m-hcustomize .box-item .item-pic{
      max-width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .m-hcustomize .box-item {
    width: 98%;
  }
}
.g-hganyan {
  padding-top: 42px;
}

@media screen and (max-width: 991px) {
  .g-hganyan {
    padding-top: 30px;
  }
}
.m-hganyan .box-list {
  padding: 10px;
  width: 10000%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.m-hganyan .list-item {
  position: relative;
  float: left;
  margin-right: 0.0166666667%;
  width: 0.3166666667%;
  padding-bottom: 46px;
}

.m-hganyan .item-wp {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 19px;
  padding-bottom: 45px;
  background-color: #ffffff;
  box-shadow: 0px 0 10px 0px rgba(70, 70, 70, 0.11);
  border-radius: 40px 0px 0px 0px;
}

.m-hganyan .item-title {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hganyan .item-xing {
  margin-top: 8px;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffa913;
  text-align: center;
}

.m-hganyan .item-desc {
  margin-top: 15px;
  position: relative;
  padding-right: 20px;
  padding-bottom: 14px;
  padding-left: 32px;
  padding-top: 8px;
  background: url("../images/sy1.webp") no-repeat 4px 7px;
  background-color: #ebf7fa;
}

.m-hganyan .item-desc:before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 12px;
  width: 20px;
  height: 18px;
  background: url("../images/sy2.webp") no-repeat center;
}

.m-hganyan .item-desc p {
  position: relative;
  height: 130px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  overflow: hidden;
}

.m-hganyan .item-img {
  margin-top: 12px;
  padding: 11px 17px;
  border: solid 2px #dad7d7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 0;
  font-size: 0;
}

.m-hganyan .img-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 42.5531914894%;
  margin-right: 20px;
}

.m-hganyan .item-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-hganyan .img-item {
  width: 100%;
}

.m-hganyan .img-item .title {
  margin-bottom: 6px;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}

.m-hganyan .item-user {
  position: absolute;
  right: 13px;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 90%;
  overflow: hidden;
}

.m-hganyan .user-pic {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 10px;
  width: 84px;
  border-radius: 50%;
  line-height: 0;
  font-size: 0;
}

.m-hganyan .user-pic img {
  border-radius: 50%;
}

.m-hganyan .user-title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-top: 7px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.m-hganyan .btn-wp {
  margin-top: 48px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

.m-hganyan .box-btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #1e266e;
  text-align: center;
  background-color: #eeeeee;
  border: solid 1px #ffffff;
}

.m-hganyan .box-btn:hover {
  background-color: #1e266e;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .m-hganyan .box-list {
    padding: 0;
  }

  .m-hganyan .item-wp {
    box-shadow: none;
    padding: 15px;
    padding-bottom: 45px;
    border: 1px solid #ccc;
  }

  .m-hganyan .item-img {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .m-hganyan .list-item {
    margin-right: 0.02%;
    width: 0.49%;
  }
}
@media screen and (max-width: 480px) {
  .m-hganyan .list-item {
    margin-right: 0;
    width: 1%;
  }
}
.g-hexhi {
  padding-top: 80px;
  padding-bottom: 64px;
}

@media screen and (max-width: 991px) {
  .g-hexhi {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.m-hexhi .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-hexhi .list-item {
  float: left;
  margin-right: 0.0483333333%;
  width: 0.3008333333%;
}

.m-hexhi .item-pic {
  border-radius: 6px;
}

.m-hexhi .item-title {
  margin-top: 9px;
  position: relative;
  padding-bottom: 13px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hexhi .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 37px;
  height: 3px;
  background-color: #c4edf3;
  border-radius: 1px;
}

.m-hexhi .item-desc {
  margin-top: 9px;
}

.m-hexhi .item-desc a {
  height: 84px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.m-hexhi .item-desc a:hover {
  color: #f9a684;
}

.m-hexhi .item-link {
  margin-top: 24px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-hexhi .item-link a {
  color: #666;
}

.m-hexhi .item-link a:hover {
  color: #f9a684;
}

.m-hexhi .btn-wp {
  margin-top: 48px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

.m-hexhi .box-btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #1e266e;
  text-align: center;
  background-color: #eeeeee;
  border: solid 1px #ffffff;
}

.m-hexhi .box-btn:hover {
  background-color: #1e266e;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .m-hexhi .item-title {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-hexhi .item-desc a {
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hexhi .item-link {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hexhi .list-item {
    margin-right: 0.02%;
    width: 0.49%;
  }
}
.g-hform {
  padding-top: 49px;
  padding-bottom: 70px;
  background: url("../images/hbg4.webp") no-repeat right bottom;
  background-color: #bde6ef;
}

@media screen and (max-width: 991px) {
  .g-hform {
    padding-top: 45px;
    padding-bottom: 19px;
  }
}
@media screen and (max-width: 1680px) {
  .g-hform {
    background: #bde6ef;
  }
}
.m-hform .box-wp {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  overflow: hidden;
}

.m-hform .form-item {
  position: relative;
  margin-bottom: 26px;
  line-height: 0;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.m-hform .form-item.important input, .m-hform .form-item.important textarea {
  background: url("../images/star1.webp") no-repeat 4px 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.m-hform .form-item-1 {
  width: 47.2727272727%;
}

.m-hform .form-item-2 {
  width: 100%;
}

.m-hform .item-btn1 {
  max-width: 314px;
  width: 100%;
  height: 50px;
  padding-left: 0;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #f9a684;
  border-radius: 6px;
}

.m-hform .item-text {
  width: 100%;
  height: 50px;
  line-height: 48px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 6px;
}

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

.m-hform .item-text:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-hform .item-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}

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

.m-hform .item-text2 {
  height: 180px;
  line-height: 18px;
  padding-top: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hform .form-file {
  position: relative;
  max-width: 522px;
}

.m-hform .file-text {
  position: relative;
  display: block;
  width: 100%;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hform .file-text i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #333;
}

.m-hform .file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .m-hform {
    float: none;
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .m-hform {
    margin-top: 30px;
  }

  .m-hform .box-form {
    margin-bottom: -15px;
  }

  .m-hform .box-title {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-hform .form-item {
    margin-bottom: 15px;
    width: 100%;
  }

  .m-hform .form-item.important input, .m-hform .form-item.important textarea {
    background-position: 10px 10px;
  }

  .m-hform .form-item-3 {
    margin-right: 0;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }

  .m-hform .form-item-4 {
    float: right;
    width: 100px;
    height: 36px;
    line-height: 34px;
  }

  .m-hform .form-item-4 a {
    max-height: 34px;
  }

  .m-hform .item-text {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hform .item-text2 {
    padding-top: 0;
    height: 144px;
  }

  .m-hform .item-btn1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.g-ft {
  background-color: #0d4b54;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

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

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

.m-ftfix1 {
  padding-top: 111px;
  padding-bottom: 64px;
}

.m-ftb1 {
  float: left;
  margin-right: 5.8333333333%;
  width: 20.8333333333%;
}

.m-ftb2 {
  float: left;
  padding-right: 20px;
  width: 18.5%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ftb3 {
  float: left;
  padding-right: 20px;
  width: 26.5%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ftb4 {
  overflow: hidden;
}

.m-ftt {
  margin-bottom: 18px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
}

.m-ftlogo {
  margin-bottom: 29px;
  line-height: 0;
  font-size: 0;
}

.m-ftlogo a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.m-ftlogo .box-desc {
  margin-top: 31px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ftfix2 {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-ftshare {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}

.m-ftshare .share-item {
  margin-bottom: 10px;
  margin-right: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
}

.m-ftshare .share-item:last-child {
  margin-right: 0;
}

.m-ftfix2 {
  padding-bottom: 15px;
}

.m-ftlnk {
  margin-top: 8px;
  overflow: hidden;
  text-align: left;
}

.m-ftlnk .list-item {
  margin-right: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.m-ftinfo .info-item {
  margin-top: 13px;
  position: relative;
  padding-left: 38px;
  line-height: 30px;
}

.m-ftinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-size: 2rem;
}

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

@media screen and (max-width: 991px) {
  .m-ftb4, .m-ftb2, .m-ftb3, .m-ftt, .m-ftlnk, .m-ftlogo {
    display: none;
  }

  .g-ft {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }

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

  .m-ftext {
    text-align: center;
  }

  .m-ftfix1 {
    padding: 30px 0;
    padding-bottom: 10px;
  }
}
.g-hd {
  position: relative;
  z-index: 9;
}

.g-hd:hover .m-hdnav {
  position: static;
}

.g-hd:hover .m-hdnav:before {
  display: none;
}

.g-hd:hover > div {
  position: relative;
}

.m-hdlogo {
  float: left;
  display: block;
  width: 230px;
  line-height: 100px;
  text-align: center;
}

.m-hdlogo img {
  max-height: 100px;
  vertical-align: middle;
}

.m-hdnav {
  float: left;
  position: relative;
}

.m-hdnav .nav-item {
  float: left;
  margin-left: 20px;
}

.m-hdnav .nav-item > a {
  position: relative;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 102px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-hdnav .nav-item > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 100%;
  height: 3px;
  background-color: transparent;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

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

.m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before, .m-hdnav .nav-item > a.active:before {
  background-color: #1e266e;
}

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

.m-hdnav .sbnav-list {
  position: absolute;
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  border-bottom: 4px solid #f9a684;
}

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

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

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

.m-hdnav .sbnav-item a {
  display: block;
  padding-left: 12px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

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

.m-hdnav .sbnav-item:first-child {
  margin-top: 0;
}

.m-hdnav:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 1px;
  background-color: #eee;
}

@media screen and (max-width: 1550px) {
  .m-hdnav .nav-item {
    margin-left: 10px;
  }

  .m-hdnav .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hdnav .sbnav-list {
    width: 200px;
  }

  .m-hdnav .sbnav-item {
    margin-top: 10px;
  }

  .m-hdnav .sbnav-item a {
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item {
    margin-left: 10px;
  }

  .m-hdnav .nav-item > a {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-hdnav .sbnav-list {
    width: 160px;
  }

  .m-hdnav .sbnav-item > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.m-hdlang {
  position: relative;
  z-index: 4;
  float: left;
  margin-left: 20px;
}

.m-hdlang .lang-btn {
  display: block;
  line-height: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hdlang .lang-btn i {
  margin-left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid #666;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  vertical-align: middle;
}

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

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

.m-hdlang .lang-item {
  display: block;
  padding: 5px 18px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.m-hdlang .lang-item:hover, .m-hdlang .lang-item.active {
  color: #fff;
  background-color: #f9a684;
}

@media screen and (max-width: 1219px) {
  .m-hdlang {
    margin-left: 10px;
  }
}
.m-hdsch {
  position: relative;
  float: left;
  z-index: 3;
  margin-left: 20px;
}

.m-hdsch .sch-btn {
  display: block;
  line-height: 100px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
  border-radius: 50%;
  text-align: center;
}

.m-hdsch .sch-form {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 176px;
  padding-right: 34px;
  border-radius: 15px;
  background-color: #f4f4f4;
  border: solid 1px #d7d7d7;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

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

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

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

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

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

.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  height: 30px;
  width: 34px;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  color: #f9a684;
}

.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) and (max-width: 1219px) {
  .m-hdlogo {
    width: 120px;
  }
  .m-hdsch { margin-left: 14px; }
}
@media screen and (max-width: 991px) {
  .m-hdinfo, .m-hdnav, .m-hdtitle, .m-hdshare {
    display: none;
  }

  .m-hdsch {
    float: none;
    position: absolute;
    right: 15px;
    top: 0;
  }

  .m-hdsch .sch-btn {
    line-height: 40px;
  }

  .m-hdlang {
    float: none;
    right: 45px;
    top: 0;
    position: absolute;
  }

  .m-hdlang .lang-btn {
    line-height: 40px;
  }

  .m-hdfix2 {
    background: none;
  }

  .m-hdfix1 {
    background: none;
  }

  .m-hdlogo {
    float: none;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    height: auto;
    line-height: 0;
    text-align: center;
  }
}
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.banner .carousel-control, .banner .slick-prev,
.banner .slick-next {
  position: absolute;
  bottom: 45px;
  width: 32px;
  height: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1e266e;
  text-align: center;
  line-height: 32px;
  background-color: #fff;
  top: auto;
  margin-top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.banner .carousel-control:hover, .banner .slick-prev:hover,
.banner .slick-next:hover {
  color: #fff;
  background-color: #1e266e;
}

.banner .carousel-control.left, .banner .carousel-control.slick-prev, .banner .slick-prev.left, .banner .slick-prev.slick-prev,
.banner .slick-next.left,
.banner .slick-next.slick-prev {
  left: auto;
  right: 200px;
}

.banner .carousel-control.right, .banner .carousel-control.slick-next, .banner .slick-prev.right, .banner .slick-prev.slick-next,
.banner .slick-next.right,
.banner .slick-next.slick-next {
  right: 158px;
}

.banner .slideItem {
  position: relative;
  overflow: hidden;
}

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

.banner .slideItem iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner .dotList {
  display: none;
}

.banner .slick-dots {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .banner .carousel-control {
    display: none;
  }

  .banner .slick-prev,
.banner .slick-next {
    display: none !important;
  }

  .banner .slick-dots {
    display: block !important;
  }

  .banner .dotList {
    display: block;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
  }

  .banner .dotList ul li {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    background-color: #f9a684;
    margin: 0 5px;
    border-radius: 50%;
  }

  .banner .dotList ul li.active {
    background-color: #1e266e;
  }
}
.g-wp {
  padding-top: 32px;
  padding-bottom: 107px;
}

@media screen and (max-width: 991px) {
  .g-wp {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.g-mn1 {
  float: left;
  width: 100%;
  padding-left: 336px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

@media screen and (max-width: 991px) {
  .g-sd2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.m-sdtt {
  position: relative;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background-color: #f9a684;
}

.m-sdtt a {
  color: #fff;
}

.m-sdnav1 .nav-btn {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 40px;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
  background-color: #f9a684;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-sdnav1 .nav-btn > p {
  position: absolute;
  bottom: 12px;
  right: 15px;
}

.m-sdnav1 .nav-btn > p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: #f2f2f2;
}

.m-sdnav1 .nav-list {
  margin-top: 0;
}

.m-sdnav1 .nav-item {
  margin-top: 25px;
}

.m-sdnav1 .nav-item > a {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px dashed #e5e5e5;
}

.m-sdnav1 .nav-item > a:hover, .m-sdnav1 .nav-item > a.active {
  color: #f9a684;
}

.m-sdnav1 .nav-item:first-child {
  margin-top: 0;
}

.m-sdnav1 .sbnav-list {
  display: none;
}

.m-sdnav1 .sbnav-list.show {
  display: block;
}

.m-sdnav1 .sbnav-item1 {
  margin-top: 20px;
}

.m-sdnav1 .sbnav-item1 > a {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 6px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  background-color: #fafafa;
}

.m-sdnav1 .sbnav-item1 > a i {
  position: absolute;
  right: 15px;
  top: 6px;
}

.m-sdnav1 .sbnav-item1 > a:hover, .m-sdnav1 .sbnav-item1 > a.active, .m-sdnav1 .sbnav-item1 > a.current {
  color: #fff;
  background-color: #78e5ff;
}

.m-sdnav1 .sbnav-item1 > a:hover:before, .m-sdnav1 .sbnav-item1 > a.active:before, .m-sdnav1 .sbnav-item1 > a.current:before {
  border-left-color: #f9a684;
}

.m-sdnav1 .sbnav-list2 {
  padding-top: 9px;
}

.m-sdnav1 .sbnav-item2 > a {
  position: relative;
  display: block;
  padding-left: 40px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-sdnav1 .sbnav-item2 > a:before {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  background-color: #999999;
  border-radius: 50%;
}

.m-sdnav1 .sbnav-item2 > a:hover, .m-sdnav1 .sbnav-item2 > a.active {
  color: #78e5ff;
}

.m-sdnav1 .sbnav-item2 > a:hover:before, .m-sdnav1 .sbnav-item2 > a.active:before {
  background-color: #78e5ff;
}

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

  .m-sdnav1 .nav-btn {
    display: block;
  }

  .m-sdnav1 .nav-list {
    display: none;
  }

  .m-sdnav1 .sbnav-item a {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.m-sdpro {
  margin-top: 24px;
}

.m-sdpro .box-wp {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

.m-sdpro .box-btn {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #d3d3d3;
}

.m-sdpro .box-btn:hover {
  color: #333;
}

.m-sdpro .box-btn.prev {
  top: 0;
}

.m-sdpro .box-btn.next {
  bottom: 0;
}

.m-sdpro .box-fix {
  height: 450px;
}

.m-sdpro .box-list {
  height: 10000%;
}

.m-sdpro .list-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-sdpro .item-pic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 97px;
  margin-right: 10px;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-sdpro .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

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

.m-sdtag {
  margin-top: 38px;
}

.m-sdtag .box-tags {
  padding-left: 6px;
  padding-right: 6px;
}

.m-sdtag .box-tags a {
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-sdtag .box-tags a:hover {
  color: #f9a684;
}

.m-sdctus {
  margin-top: 24px;
}

.m-sdctus .box-info {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 15px;
  background-color: #fafafa;
}

.m-sdctus .box-logo {
  line-height: 0;
  font-size: 0;
}

.m-sdctus .info-item {
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
}

.m-sdctus .info-item a {
  color: #666;
}

.m-sdctus .info-item a:hover {
  color: #f9a684;
}

.m-sdctus .info-item span {
  color: #333;
}

.m-sdctus .info-item:last-child {
  border-bottom: none;
}

.m-ntt {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 35px;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
}

.m-ntt p {
  display: inline-block;
  position: relative;
}

.m-ntt p:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #f9a684;
}

.m-ntt span {
  position: relative;
}

.m-ntt strong {
  position: relative;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .m-ntt {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 28px;
  }
}
.m-clstext {
  margin-bottom: 30px;
}

.m-clstext .box-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 32px;
}

.m-clstext .box-title p {
  display: inline-block;
  position: relative;
}

.m-clstext .box-title p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-10%, -50%);
  -moz-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  -o-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f9a684;
}

.m-clstext .box-title span {
  position: relative;
}

@media screen and (max-width: 991px) {
  .m-clstext .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 28px;
  }
}
.m-clstext .box-desc {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-clstext .box-desc p, .m-clstext .box-desc span, .m-clstext .box-desc b {
  font-size: 14px;
  font-size: 1.4rem;
}

.m-prol {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -50px;
}

.m-prol .list-item {
  margin-right: 4.3333333333%;
  margin-bottom: 48px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 28.9351851852%;
}

.m-prol .item-top {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(27, 27, 27, 0.15);
  border-radius: 6px;
}

/*.m-prol .item-top:hover .item-modal {*/
/*  -webkit-transform: scale(1);*/
/*  -moz-transform: scale(1);*/
/*  -ms-transform: scale(1);*/
/*  -o-transform: scale(1);*/
/*  transform: scale(1);*/
/*  visibility: visible;*/
/*}*/
.m-prol .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f9a684;
  background-color: rgba(153, 216, 230, 0.76);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.m-prol .item-modal a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 130px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  background-color: #fff;
}

.m-prol .item-modal a:hover {
  color: #fff;
  background-color: #f9a684;
}

.m-prol .item-title {
  height: 52px;
  line-height: 52px;
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0px 0px 6px 0px rgba(27, 27, 27, 0.15);
  border-radius: 6px;
}

.m-prol .item-link {
  margin-top: 20px;
  text-align: center;
}

.m-prol .item-link input {
  margin-right: 11px;
  display: inline-block;
  vertical-align: middle;
}

.m-prol .item-link a {
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
  line-height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 0 10px;
  background-color: #eeeeee;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-prol .item-link a:hover {
  color: #fff;
  background-color: #f9a684;
}

@media screen and (max-width: 991px) {
  .m-prol {
    margin-bottom: -30px;
  }

  .m-prol .list-item {
    margin-bottom: 30px;
  }

  .m-prol .item-title {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prol .item-link a {
    min-width: 80px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-prol .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
@media screen and (max-width: 320px) {
  .m-prol .list-item {
    width: 98%;
  }
}
.m-nform {
  margin-top: 96px;
}

.m-nform .box-wp {
  margin-left: auto;
  margin-right: auto;
  max-width: 864px;
  overflow: hidden;
}

.m-nform .form-item {
  position: relative;
  margin-bottom: 26px;
  line-height: 0;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.m-nform .form-item.important input, .m-nform .form-item.important textarea {
  background: url("../images/star1.webp") no-repeat 4px 20px;
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, 0.9);
}

.m-nform .form-item-1 {
  width: 47.2727272727%;
}

.m-nform .form-item-2 {
  width: 100%;
}

.m-nform .item-btn1 {
  display: block;
  margin: 0 auto;
  max-width: 432px;
  width: 100%;
  height: 50px;
  padding-left: 0;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #f9a684;
  border-radius: 6px;
}

.m-nform .item-text {
  width: 100%;
  height: 50px;
  line-height: 48px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  border-radius: 6px;
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, 0.9);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
}

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

.m-nform .item-text:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.m-nform .item-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}

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

.m-nform .item-text2 {
  height: 180px;
  line-height: 18px;
  padding-top: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-nform .form-file {
  position: relative;
  max-width: 522px;
}

.m-nform .file-text {
  position: relative;
  display: block;
  width: 100%;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f6f6f6;
  border-radius: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  background-color: rgba(246, 246, 246, 0.9);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-nform .file-text i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #333;
}

.m-nform .file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

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

  .m-nform .box-form {
    margin-bottom: -15px;
  }

  .m-nform .box-title {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-nform .form-item {
    margin-bottom: 15px;
    width: 100%;
  }

  .m-nform .form-item.important input, .m-nform .form-item.important textarea {
    background-position: 10px 10px;
  }

  .m-nform .form-item-3 {
    margin-right: 0;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }

  .m-nform .form-item-4 {
    float: right;
    width: 100px;
    height: 36px;
    line-height: 34px;
  }

  .m-nform .form-item-4 a {
    max-height: 34px;
  }

  .m-nform .item-text {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-nform .item-text2 {
    padding-top: 0;
    height: 144px;
  }

  .m-nform .item-btn1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-prob1 {
  margin-bottom: 43px;
  background-color: #ebfbff;
  border-radius: 6px;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 30px;
}

.m-prob1 .prob-pic {
  margin-right: 5.0420168067%;
  width: 672px;
}

.m-prob1 .prob-pic-big {
  position: relative;
  float: left;
  width: 536px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-prob1 .prob-pic-big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}

.m-prob1 .prob-pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}

.m-prob1 .prob-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  z-index: 8;
  display: none;
}

.m-prob1 .prob-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-prob1 .prob-video.show {
  display: block;
}

.m-prob1 .zoomWrapperImage img {
  max-width: 1200px;
}

.m-prob1 .prob-pic-small {
  position: relative;
  float: right;
  width: 112px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.m-prob1 .prob-pic-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  line-height: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #bababa;
  text-align: center;
}

.m-prob1 .prob-pic-btn.prev {
  top: 0;
}

.m-prob1 .prob-pic-btn.next {
  bottom: 0;
}

.m-prob1 .prob-pic-btn:hover {
  color: #f9a684;
}

.m-prob1 .prob-pic-list {
  height: 490px;
  overflow: hidden;
}

.m-prob1 .prob-pic-list ul {
  height: 1000%;
  overflow: hidden;
}

.m-prob1 .prob-pic-list ul li {
  margin-bottom: 11px;
}

.m-prob1 .prob-pic-item .item-pic, .m-prob1 .prob-pic-item .item-video {
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.m-prob1 .prob-pic-item .item-pic:hover, .m-prob1 .prob-pic-item .item-video:hover {
  border-color: #f9a684;
}

.m-prob1 .prob-pic-item .item-pic.active, .m-prob1 .prob-pic-item .item-video.active {
  border-color: #f9a684;
}

.m-prob1 .prob-pic-item .item-video {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.m-prob1 .prob-info {
  padding-top: 20px;
  overflow: hidden;
}

.m-prob1 .prob-title {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
  font-weight: normal;
  padding-bottom: 6px;
  border-bottom: 2px solid #f9a684;
}

.m-prob1 .prob-link {
  margin-top: 33px;
  font-size: 0;
  letter-spacing: 0;
  overflow: hidden;
}

.m-prob1 .prob-link a {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 176px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 40px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9a684;
}

.m-prob1 .prob-link a i {
  position: absolute;
  right: 3px;
  top: 4px;
  width: 32px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #c3c3c3;
  text-align: center;
  background-color: #fff;
}

.m-prob1 .prob-link a:first-child {
  margin-right: 12px;
  background-color: #f9a684;
  color: #fff;
}

.m-prob1 .prob-link a:hover {
  color: white;
  background-color: #888888;
}

.m-prob1 .prob-share {
  padding-top: 16px;
}

.m-prob1 .prob-desc {
  margin-top: 37px;
  color: #666;
}

.m-proshare .share-font {
  float: left;
  margin-right: 10px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

.m-proshare .share-img {
  float: left;
  height: 26px;
}

@media screen and (max-width: 1219px) {
  .m-prob1 .prob-pic {
    float: none;
    margin: 0 auto;
  }

  .m-prob1 .prob-info {
    padding-top: 0;
    float: none;
    margin-top: 30px;
    width: 100%;
    height: auto;
  }

  .m-prob1 .prob-desc {
    margin-top: 25px;
  }

  .m-prob1 .prob-share {
    padding-top: 25px;
  }

  .m-prob1 .prob-link {
    margin-top: 30px;
  }

  .m-prob1 .prob-link a:first-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .zoomPad {
    cursor: default !important;
  }

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .m-prob1 {
    margin-bottom: 30px;
  }

  .m-prob1 .prob-pic {
    display: none;
  }

  .m-prob1 .prob-title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m-prob1 .prob-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prob1 .prob-desc strong {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-prob1 .prob-share {
    padding-top: 20px;
  }

  .m-prob1 .prob-link {
    margin-top: 20px;
  }

  .m-prob1 .prob-link a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-propic {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-propic {
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
  }

  .m-propic .box-btn {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #f9a684;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .m-propic .box-btn.prev {
    left: 0;
  }

  .m-propic .box-btn.next {
    right: 0;
  }

  .m-propic .box-bd {
    overflow: hidden;
  }

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

  .m-propic .list-item {
    position: relative;
    float: left;
    margin-right: 0.02%;
    width: 0.32%;
    overflow: hidden;
  }

  .m-propic .list-item iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .m-propic .item-pic {
    border: 1px solid #f9a684;
  }
}
@media screen and (max-width: 480px) {
  .m-propic .list-item {
    width: 1%;
  }
}
.m-prob2 .box-item {
  margin-top: 65px;
}

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

.m-prob2 .bitem-desc {
  line-height: 36px;
  color: #666;
}

.m-prob2 .bitem-desc p, .m-prob2 .bitem-desc span, .m-prob2 .bitem-desc b {
  line-height: 36px;
}

.m-prob2 .bitem-desc p {
  min-height: 36px;
}

.m-prob2 .bitem-desc table {
  border: none;
}

.m-prob2 .bitem-desc table tr td {
  background-color: #f2f2f2;
  border: none;
}

.m-prob2 .bitem-desc table tr:nth-child(2n) td {
  background-color: #fff;
}

.m-prob2 .hsicon {
  position: relative;
  padding-left: 30px;
  background: url("../images/jtr1.webp") no-repeat left 9px;
}

.m-prob2 .bitem-link {
  margin-top: 17px;
  text-align: center;
  display: none;
}

.m-prob2 .bitem-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 136px;
  line-height: 28px;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #f9a684;
}

.m-prob2 .bitem-link a:hover {
  color: #fff;
  background-color: #1e266e;
}

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

  .m-prob2 .bitem-desc {
    line-height: 24px;
    color: #666;
  }

  .m-prob2 .bitem-desc p, .m-prob2 .bitem-desc span, .m-prob2 .bitem-desc b {
    line-height: 24px;
  }

  .m-prob2 .bitem-desc p {
    min-height: 24px;
  }

  .m-prob2 .hsicon {
    background-position-y: 3px;
  }
}
.m-repro .btn-wp {
  margin-top: 27px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.m-repro .box-btn {
  margin: 0 4px;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #1e266e;
  text-align: center;
  background-color: #f2efef;
}

.m-repro .box-btn:hover {
  color: #fff;
  background-color: #1e266e;
}

.m-repro .box-list {
  width: 10000%;
  padding-top: 6px;
  padding-bottom: 6px;
  overflow: hidden;
}

.m-repro .list-item {
  margin-right: 0.0516666667%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 0.2083333333%;
}

.m-repro .item-top {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(27, 27, 27, 0.15);
  border-radius: 6px;
}

.m-repro .item-top:hover .item-modal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.m-repro .item-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f9a684;
  background-color: rgba(153, 216, 230, 0.76);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  display: none;
}

.m-repro .item-modal a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 130px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  background-color: #fff;
}

.m-repro .item-modal a:hover {
  color: #fff;
  background-color: #f9a684;
}

.m-repro .item-title {
  height: 52px;
  line-height: 52px;
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0px 0px 6px 0px rgba(27, 27, 27, 0.15);
  border-radius: 6px;
}

@media screen and (max-width: 991px) {
  .m-repro .item-title {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-repro .list-item {
    margin-right: 0.02%;
    width: 0.49%;
  }
}
.m-repro2 {
  margin-top: 55px;
}

@media screen and (max-width: 991px) {
  .m-repro2 {
    margin-top: 30px;
  }
}
.m-procert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-procert .list-item {
  position: relative;
  width: 158px;
  padding-left: 2px;
  padding-right: 2px;
}

.m-procert .list-item:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 2px;
  height: 48px;
  max-height: 100%;
  background-color: #999;
}

.m-procert .list-item:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 2px;
  height: 48px;
  max-height: 100%;
  background-color: #999;
}

@media screen and (max-width: 991px) {
  .m-procert .list-item {
    width: 100px;
  }
}
.m-bussb1 .box-wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-bussb1 .box-img {
  width: 51.5833333333%;
}

.m-bussb1 .box-text {
  width: 44.5833333333%;
}

.m-bussb1 .box-name {
  position: relative;
  padding-left: 20px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e266e;
}

.m-bussb1 .box-name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #1e266e;
}

.m-bussb1 .box-title {
  margin-top: 22px;
  line-height: 64px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
}

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

.m-bussb1 .box-info {
  margin-top: 26px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-bussb1 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-bussb1 .box-desc, .m-bussb1 .box-info {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .m-bussb1 .box-wp {
    display: block;
  }

  .m-bussb1 .box-img, .m-bussb1 .box-text {
    width: 100%;
  }

  .m-bussb1 .box-text {
    margin-top: 30px;
  }
}
.m-bussb2 {
  margin-top: 69px;
  padding-top: 50px;
  padding-bottom: 79px;
  background-color: #bde6ef;
}

.m-bussb2 .box-info {
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e266e;
}

.m-bussb2 .box-info:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  background-color: #1e266e;
}

.m-bussb2 .box-title {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 77px;
  max-width: 800px;
  line-height: 64px;
  font-size: 48px;
  font-size: 4.8rem;
  text-align: center;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
}

.m-bussb2 .box-wp {
  margin-bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-bussb2 .box-item {
  margin-bottom: 20px;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.m-bussb2 .item-title {
  margin-top: 19px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

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

  .m-bussb2 .box-title {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-bussb2 .item-title {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-bussb2 .box-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  .m-bussb2 .box-item {
    width: 50%;
  }
}
.m-bussb3 {
  padding-top: 66px;
  padding-bottom: 62px;
  background-color: #f7f7f9;
}

.m-bussb3 .box-hd {
  margin-bottom: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-bussb3 .hd-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 460px;
  margin-right: 40px;
  line-height: 64px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
}

.m-bussb3 .hd-desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #666;
}

.m-bussb3 .box-wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-bussb3 .box-item {
  width: 32.5%;
  padding-left: 13px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.12);
}

.m-bussb3 .item-title {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  min-height: 60px;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
}

.m-bussb3 .item-desc {
  margin-top: 12px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-bussb3 .item-link {
  margin-top: 48px;
  text-align: right;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f9a684;
}

.m-bussb3 .item-link a {
  color: #1e266e;
  text-decoration: underline;
}

.m-bussb3 .item-link a:hover {
  color: #f9a684;
}

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

  .m-bussb3 .box-hd {
    display: block;
    margin-bottom: 30px;
  }

  .m-bussb3 .hd-title {
    margin-bottom: 10px;
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-bussb3 .item-title {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 0;
  }

  .m-bussb3 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-bussb3 .item-link {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-bussb3 .box-item {
    width: 100%;
  }
}
.m-bussb4 {
  margin-top: 61px;
}

.m-bussb4 .box-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  max-width: 550px;
  line-height: 64px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
  text-align: center;
}

.m-bussb4 .box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-bussb4 .box-item {
  position: relative;
  padding-left: 92px;
  padding-top: 24px;
  margin-bottom: 58px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 43.75%;
}

.m-bussb4 .item-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 73px;
  line-height: 0;
  font-size: 0;
}

.m-bussb4 .item-title {
  line-height: 38px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
  color: #1e266e;
}

.m-bussb4 .item-desc {
  margin-top: 3px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

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

  .m-bussb4 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-bussb4 .box-item {
    padding-left: 60px;
    padding-top: 20px;
  }

  .m-bussb4 .item-icon {
    width: 50px;
  }

  .m-bussb4 .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-bussb4 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-bussb4 .box-item {
    width: 100%;
  }
}
.m-spas .box-item {
  margin-top: 53px;
}

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

.m-spas .bitem-title {
  margin-bottom: 21px;
}

.m-spas .bitem-title p {
  display: inline-block;
  padding-left: 56px;
  padding-right: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 32px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: url("../images/jtr2.webp") no-repeat 22px 10px;
  background-color: #f9a684;
  border-radius: 26px;
}

.m-spas .bitem-desc {
  padding-left: 48px;
  color: #666;
}

.m-spas .bitem-link {
  margin-top: 33px;
  text-align: center;
}

.m-spas .bitem-link a {
  display: inline-block;
  padding: 8px 50px;
  line-height: 36px;
  font-size: 20px;
  font-size: 2rem;
  color: #f9a684;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  border: 1px solid #f9a684;
}

.m-spas .bitem-link a:hover {
  color: #fff;
  background-color: #f9a684;
}

@media screen and (max-width: 991px) {
  .m-spas .bitem-link a {
    padding: 8px 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-spas .box-item {
    margin-top: 30px;
  }

  .m-spas .bitem-title p {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m-spas .bitem-desc {
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px){
    .m-spas .bitem-title p{
        line-height: 22px;
        font-size: 14px;
        font-size: 1.4rem;
        background-size: 20px 20px;
        padding-left: 36px;
        background-position-x: 12px;
        padding-bottom: 6px;
        padding-top: 6px;
        background-position-y: 6px;
        border-radius: 18px;
    }
}
.m-spasb1 {
  padding-left: 40px;
}

.m-spasb1 .box--title {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

.m-spasb1 .box--title span {
  position: relative;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
}

.m-spasb1 .box--title strong {
  position: relative;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}

.m-spasb1 .box--title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #76e5ff;
  border-radius: 3px;
}

.m-spasb1 .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 68px;
}

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

@media screen and (max-width: 991px) {
  .m-spasb1 .list-item {
    margin-top: 30px;
  }
}
.m-spasb1 .item-pic {
  width: 46.2068965517%;
}

.m-spasb1 .item-text {
  width: 51.724137931%;
  overflow: hidden;
  background-color: #f6f6f6;
}

.m-spasb1 .item-pic2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.m-spasb1 .item-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.m-spasb1 .item-title {
  padding-bottom: 42px;
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
  background-color: #fff;
}

.m-spasb1 .item-title span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #f9a684;
  border-radius: 50%;
  text-align: center;
}

.m-spasb1 .item-desc {
  padding-left: 6.6666666667%;
  padding-right: 11.3333333333%;
  padding-top: 32px;
  padding-bottom: 20px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-spasb1 .item-desc {
    padding: 20px 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-spasb1 .item-title {
    padding-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .m-spasb1 {
    padding-left: 0;
  }

  .m-spasb1 .list-item {
    display: block;
  }

  .m-spasb1 .item-pic, .m-spasb1 .item-text {
    width: 100%;
  }

  .m-spasb1 .item-pic {
    margin-bottom: 20px;
  }
}
.m-spasb2 .list-item {
  margin-top: 67px;
}

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

.m-spasb2 .item-title {
  padding-bottom: 42px;
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
  background-color: #fff;
}

.m-spasb2 .item-title span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #f9a684;
  border-radius: 50%;
  text-align: center;
}

.m-spasb2 .item-desc {
  line-height: 40px;
  color: #666;
}

.m-spasb2 .item-desc p, .m-spasb2 .item-desc span, .m-spasb2 .item-desc b {
  line-height: 40px;
}

.m-spasb2 .item-desc p {
  min-height: 40px;
}

.m-spasb2 .item-link {
  margin-top: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #76e5ff;
  text-align: center;
}

.m-spasb2 .item-link a {
  /*text-decoration: underline;*/
  /*color: #76e5ff;*/
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f9a684;
  border: 1px solid #f9a684;
  border-radius: 26px;
}

.m-spasb2 .item-link a:hover {
  /*color: #f9a684;*/
  color: #fff;
  background-color: #f9a684;
}

@media screen and (max-width: 991px) {
  .m-spasb2 .item-desc {
    line-height: 24px;
  }

  .m-spasb2 .item-desc p, .m-spasb2 .item-desc span, .m-spasb2 .item-desc b {
    line-height: 24px;
  }

  .m-spasb2 .item-desc p {
    min-height: 24px;
  }

  .m-spasb2 .item-title {
    padding-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-spasb2 .item-link {
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
   .m-spasb2 .item-link a {
    padding: 8px 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-spasb3 .box--title {
  margin-bottom: 31px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-spasb3 .boximg-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-spasb3 .boximg-list .list-item {
  margin-bottom: 20px;
  width: 15.8333333333%;
  border-radius: 50%;
  overflow: hidden;
}

.m-spasb3 .boximg-list .list-item2 {
  width: 20.25%;
  box-shadow: 0px 2px 5px 1px rgba(68, 68, 68, 0.13);
}

.m-spasb3 .box--title2 {
  margin-top: 46px;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

.m-spasb3 .box-list {
  margin-bottom: -74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-spasb3 .box-list .list-item {
  margin-bottom: 74px;
  width: 35.8333333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m-spasb3 .box-list .item-pic {
  margin-right: 33px;
  width: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.m-spasb3 .box-list .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  padding-left: 28px;
  padding-right: 16px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.m-spasb3 .box-list .item-text:before, .m-spasb3 .box-list .item-text:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.m-spasb3 .box-list .item-text:before {
  top: 0;
  left: 0;
  background-image: url("../images/sy1.webp");
}

.m-spasb3 .box-list .item-text:after {
  right: 0;
  bottom: 0;
  background-image: url("../images/sy2.webp");
}

.m-spasb3 .box-list .item-desc {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

@media screen and (max-width: 991px) {
  .m-spasb3 .box-list {
    margin-bottom: -30px;
  }

  .m-spasb3 .box-list .list-item {
    margin-bottom: 30px;
  }

  .m-spasb3 .box-list .item-desc {
    line-height: 24px;
  }
}
@media screen and (max-width: 640px) {
  .m-spasb3 .box-list .list-item {
    width: 100%;
  }
}
.m-mobileb1 .box-info {
  margin-top: 58px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  /*text-align: center;*/
}

.m-mobileb1 .box--link {
  margin-top: 47px;
  text-align: center;
}

.m-mobileb1 .box--link a {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f9a684;
  border: 1px solid #f9a684;
  border-radius: 26px;
}

.m-mobileb1 .box--link a:hover {
  color: #fff;
  background-color: #f9a684;
}

@media screen and (max-width: 991px) {
  .m-mobileb1 .box-info {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-mobileb1 .box--link {
    margin-top: 20px;
  }

  .m-mobileb1 .box--link a {
    padding: 8px 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-mobileb2 {
  margin-top: 37px;
}

.m-mobileb2 .list-item {
  margin-top: 31px;
}

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

.m-mobileb2 .item-desc {
  padding-left: 35px;
  color: #666;
}

.m-mobileb2 .item-title {
  padding-bottom: 18px;
  line-height: 26px;
  font-size: 20px;
  font-size: 2rem;
  background-color: #fff;
}

.m-mobileb2 .item-title span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #f9a684;
  border-radius: 50%;
  text-align: center;
}

.m-mobileb2 .item-title strong {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #f9a684;
  border-radius: 50%;
  text-align: center;
  font-weight: normal;
}

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

  .m-mobileb2 .list-item {
    margin-top: 30px;
  }

  .m-mobileb2 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-mobileb2 .item-desc {
    padding-left: 20px;
  }
}
.m-servb1 .box-title {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.m-servb1 .box-item {
  margin-top: 29px;
}

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

.m-servb1 .item-title {
  margin-left: 19px;
  margin-bottom: 26px;
  display: inline-block;
  position: relative;
  padding-left: 57px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 4px;
  background-color: #f9a684;
  overflow: visible;
  /*text-transform: capitalize;*/
}

.m-servb1 .item-title span {
  position: absolute;
  left: -19px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 48px;
  line-height: 48px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #76e5ff;
  border-radius: 50%;
}

.m-servb1 .item-title strong {
  position: absolute;
  left: -19px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 48px;
  line-height: 48px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #76e5ff;
  border-radius: 50%;
  font-weight: normal;
}

.m-servb1 .item-desc {
  padding-left: 32px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-servb1 .box-item {
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-servb1 .box-item .item-pic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.m-servb1 .box-item .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.m-servb1 .box-item1 .item-pic {
  margin-right: 30px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.m-servb1 .box-item1 .item-text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.m-servb1 .box-item2 .item-pic {
  margin-left: 30px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.m-servb1 .box-item2 .item-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

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

  .m-servb1 .box-item .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-servb1 .box-item {
    display: block;
  }

  .m-servb1 .box-item .item-pic {
    margin: 0;
    width: 100%;
    max-width: 600px;
  }

  .m-servb1 .box-item .item-text {
    margin-top: 20px;
  }
  
  .m-servb1 .item-title{
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 30px;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 24px;
  }
  
  .m-servb1 .item-title strong{
          width: 38px;
    line-height: 38px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.m-servb2 {
  margin-top: 150px;
  padding-top: 84px;
  padding-bottom: 102px;
  text-align: center;
  background: url("../images/servb1.webp") no-repeat center;
  background-size: cover;
  color: #fff;
}

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

.m-servb2 .box-desc {
  margin-top: 14px;
  line-height: 30px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 991px) {
  .m-servb2 {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .m-servb2 .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-servb2 .box-desc {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px){
    .m-servb2 .box-title{
        line-height: 28px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.m-servb3 {
  padding-top: 52px;
  padding-bottom: 80px;
  background-color: #f6f6f6;
}

.m-servb3 .box-title {
  margin-top: 47px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
}

.m-servb3 .box-title:first-child {
  margin-top: 0;
}

.m-servb3 .box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-servb3 .box-item {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 20px;
  width: 32.75%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 22px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-color: #44bad6;
  border-radius: 10px;
}

.m-servb3 .box-item:nth-child(2n) {
  background-color: #7db2e8;
}

.m-servb3 .item-num {
  display: inline-block;
  width: 44px;
  line-height: 44px;
  font-size: 30px;
  font-size: 3rem;
  color: #44bad6;
  border-radius: 50%;
  background-color: #fff;
}

.m-servb3 .item-title {
  margin-top: 20px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

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

  .m-servb3 .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-servb3 .item-num {
    width: 36px;
    line-height: 36px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-servb3 .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .m-servb3 .box-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.m-abtb1 {
  padding-bottom: 62px;
  background: url("../images/abtbg1.webp") no-repeat 13.8541666667% 63px;
}

.m-abtb1 .box-img {
  float: right;
  margin-left: 3.75%;
  width: 50%;
  line-height: 0;
  font-size: 0;
}

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

.m-abtb1 .box-title span {
  color: #f9a684;
}

.m-abtb1 .box-title strong {
  color: #f9a684;
  font-weight: normal;
}

.m-abtb1 .box-name {
  margin-top: 25px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
}

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

@media screen and (max-width: 1219px) { 
  .m-abtb1 .box-title{ font-size: 36px; font-size: 3.6rem; } 
}
@media screen and (max-width: 991px) {
  .m-abtb1 {
    padding-bottom: 30px;
  }

  .m-abtb1 .box-img {
    float: none;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .m-abtb1 .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-abtb1 .box-name {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-abtb1 .box-desc {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-abtb2 {
  padding-top: 32px;
  padding-bottom: 63px;
  background-color: #ade0eb;
}

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

@media screen and (max-width: 991px) {
  .m-abtb2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.m-abtb3 {
  margin-top: 37px;
}

.m-abtb3 .box-desc {
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-abtb3 .box-desc2 {
  margin-top: 20px;
}

.m-abtb3 .box-wp {
  margin-top: 43px;
  padding-top: 30px;
  padding-bottom: 115px;
  position: relative;
}

.m-abtb3 .box-wp:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: calc(100% - 140px);
  height: 100%;
  background-color: #f9f9f9;
}

.m-abtb3 .box-fix {
  position: relative;
}

@media screen and (max-width: 991px) {
  .m-abtb3 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-abtb3 .box-wp {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.m-abtb4 {
  margin-top: 73px;
}

.m-abtb4 .box-wp {
  padding-top: 15px;
  background: url("../images/abtbg2.webp") no-repeat center top;
}

.m-abtb4 .box-desc {
  color: #fff;
  line-height: 26px;
}

.m-abtb4 .box-desc p, .m-abtb4 .box-desc span, .m-abtb4 .box-desc b {
  line-height: 26px;
}

.m-abtb4 .box-desc p {
  min-height: 26px;
}

.m-abtb4 .box-fix {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.m-abtb4 .btn-wp {
  margin-bottom: 16px;
  text-align: center;
}

.m-abtb4 .box-btn {
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e266e;
  text-align: center;
  background-color: #fff;
}

.m-abtb4 .box-btn:hover {
  color: #fff;
  background-color: #1e266e;
}

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

.m-abtb4 .list-item {
  float: left;
  margin-right: 0.0214285714%;
  width: 0.2321428571%;
}

.m-abtb4 .item-title {
  margin-top: 9px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

  .m-abtb4 .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb4 .list-item {
    margin-right: 0.02%;
    width: 0.49%;
  }
}
.m-abtb5 {
  margin-top: 54px;
}

.m-abtb5 .box-wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: url("../images/abtbg3.webp") no-repeat right bottom;
}

.m-abtb5 .box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 60.4166666667%;
}

.m-abtb5 .list-item {
  width: 32.4137931034%;
}

.m-abtb5 .list-item:nth-child(2) {
  margin-top: 30px;
}

.m-abtb5 .box-text {
  padding-bottom: 70px;
  width: 36.5%;
}

.m-abtb5 .box-name {
  line-height: 36px;
  font-size: 20px;
  font-size: 2rem;
}

.m-abtb5 .box-desc {
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

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

  .m-abtb5 .box-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb5 .box-list {
    width: 100%;
    margin-bottom: 20px;
  }

  .m-abtb5 .box-text {
    width: 100%;
  }

  .m-abtb5 .box-name {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m-abtb5 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.m-abtb6 {
  margin-top: 71px;
}

.m-abtb6 .box-wp {
  position: relative;
  padding-right: 52.6666666667%;
}

.m-abtb6 .box-img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 53.5833333333%;
  line-height: 0;
}

.m-abtb6 .box-text {
  position: relative;
  padding-left: 47px;
  padding-right: 36px;
  padding-top: 60px;
  padding-bottom: 96px;
  background-color: #f7f7f7;
}

.m-abtb6 .box-text:before, .m-abtb6 .box-text:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.m-abtb6 .box-text:before {
  left: 20px;
  top: 25px;
  background-image: url("../images/abtbg4.webp");
}

.m-abtb6 .box-text:after {
  right: 34px;
  bottom: 45px;
  background-image: url("../images/abtbg5.webp");
}

.m-abtb6 .box-desc {
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

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

  .m-abtb6 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-abtb6 .box-wp {
    padding-right: 0;
  }

  .m-abtb6 .box-img {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
  }

  .m-abtb6 .box-text {
    margin-top: 20px;
    padding: 20px 15px;
  }

  .m-abtb6 .box-text:before, .m-abtb6 .box-text:after {
    display: none;
  }
}
.m-abtb7 {
  margin-top: 52px;
}

.m-abtb7 .box-desc {
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

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

  .m-abtb7 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-casel .list-item {
  padding-bottom: 68px;
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px dashed #e5e5e5;
}

.m-casel .list-item:first-child {
  padding-top: 0;
}

.m-casel .item-pic {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 54%;
}

.m-casel .item-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 42.5%;
  padding-top: 48px;
}

.m-casel .item-pic2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.m-casel .item-text2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.m-casel .item-title {
  position: relative;
  padding-left: 20px;
  height: 72px;
  line-height: 72px;
  font-size: 20px;
  font-size: 2rem;
  color: #1e266e;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-casel .item-title a {
  position: relative;
  color: #1e266e;
}

.m-casel .item-title a:hover {
  color: #f9a684;
}

.m-casel .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: rgba(249, 166, 132, 0.4);
}

.m-casel .item-desc {
  margin-top: 24px;
  height: 144px;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

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

.m-casel .item-desc a:hover {
  color: #f9a684;
}

.m-casel .item-link {
  margin-top: 29.4117647059%;
}

.m-casel .item-link a {
  display: inline-block;
  padding: 10px 28px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #f9a684;
}

.m-casel .item-link a:hover {
  background-color: #1e266e;
}

@media screen and (max-width: 1219px) {
  .m-casel .item-text {
    padding-top: 20px;
  }

  .m-casel .item-link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .m-casel .item-title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-casel .item-title:before {
    width: 40px;
    height: 40px;
  }

  .m-casel .item-desc {
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

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

  .m-casel .item-link a {
    padding: 8px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-casel .list-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .m-casel .list-item {
    display: block;
  }

  .m-casel .item-pic, .m-casel .item-text {
    width: 100%;
  }
}
.c-bg1 {
  background: url("../images/nbg1.webp") no-repeat center 100px;
}

.m-case .box-title {
  margin-bottom: 19px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
}

.m-case .box-desc {
  line-height: 40px;
  color: #666;
}

.m-case .box-desc p, .m-case .box-desc span, .m-case .box-desc b {
  line-height: 40px;
}

.m-case .box-desc p {
  min-height: 40px;
}

@media screen and (max-width: 991px) {
  .m-case .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-case .box-desc {
    line-height: 24px;
    color: #666;
  }

  .m-case .box-desc p, .m-case .box-desc span, .m-case .box-desc b {
    line-height: 24px;
  }

  .m-case .box-desc p {
    min-height: 24px;
  }
}
.m-downl {
  margin-bottom: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-downl .list-item {
  margin-bottom: 50px;
  width: 47.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-downl .item-pic {
  margin-right: 22px;
  width: 251px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 0px 0px 6px 0px rgba(27, 27, 27, 0.15);
  border-radius: 6px;
}

.m-downl .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.m-downl .item-title {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-downl .item-desc {
  margin-top: 11px;
  height: 108px;
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

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

.m-downl .item-desc a:hover {
  color: #f9a684;
}

.m-downl .item-link {
  margin-top: 67px;
}

.m-downl .item-link a {
  display: inline-block;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #f9a684;
  border-radius: 4px;
}

.m-downl .item-link a i {
  font-size: 30px;
  font-size: 3rem;
}

.m-downl .item-link a:hover {
  color: #fff;
  background-color: #e5e5e5;
}

@media screen and (max-width: 991px) {
  .m-downl {
    margin-bottom: -30px;
  }

  .m-downl .list-item {
    margin-bottom: 30px;
    display: block;
  }

  .m-downl .item-pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .m-downl .item-title {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-downl .item-desc {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-downl .item-link {
    margin-top: 15px;
  }

  .m-downl .item-link a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-bg2 {
  background: url("../images/nbg2.webp") no-repeat center 423px;
}

.m-sdarticle {
  margin-top: 28px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 39px;
  background-color: #f2f2f2;
}

.m-sdarticle .box-title {
  margin-bottom: 20px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
}

.m-sdarticle .list-item {
  margin-top: 22px;
}

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

.m-sdarticle .item-title a {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-sdarticle .item-title a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #bebebe;
  border-radius: 50%;
}

.m-sdarticle .item-title a:hover {
  color: #f9a684;
}

.m-sdarticle .item-title a:hover:before {
  background-color: #f9a684;
}

.m-sdarticle:first-child {
  margin-top: 0;
}

.m-homewhitel .list-item {
  margin-top: 40px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.m-homewhitel .item-pic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 52.9336734694%;
}

.m-homewhitel .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-homewhitel .item-title {
  height: 60px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

.m-homewhitel .item-desc {
  margin-top: 16px;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
}

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

.m-homewhitel .item-desc a:hover {
  color: #f9a684;
}

.m-homewhitel .item-link {
  margin-top: 60px;
}

.m-homewhitel .item-link a {
  display: inline-block;
  padding: 5px 15px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #f9a684;
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .m-homewhitel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: -30px;
  }

  .m-homewhitel .list-item {
    width: 48%;
    margin-bottom: 30px;
    margin-top: 0;
    display: block;
  }

  .m-homewhitel .item-pic {
    width: 100%;
  }

  .m-homewhitel .item-title {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m-homewhitel .item-desc {
    height: 44px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-homewhitel .item-link {
    margin-top: 15px;
  }

  .m-homewhitel .item-link a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 375px) {
  .m-homewhitel .list-item {
    width: 100%;
  }
}
.m-homewhite .box-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
}

.m-homewhite .box-desc {
  margin-top: 45px;
}

.m-mnav {
  font-size: 0;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 40px;
}

.m-mnav .nav-item {
  margin-bottom: 20px;
  width: 29.3333333333%;
  padding: 17px;
  line-height: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background-color: #76e5ff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
      display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.m-mnav .nav-item:hover, .m-mnav .nav-item.active {
  color: #fff;
  background-color: #f9a684;
}

@media screen and (max-width: 991px) {
  .m-mnav {
    margin-bottom: 15px;
  }

  .m-mnav .nav-item {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .m-mnav .nav-item {
    width: 48%;
  }
}
.m-videol .list-item {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 24px;
  padding-bottom: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-videol .list-item:hover {
  background-color: #f5fdff;
}

.m-videol .item-pic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 38px;
  width: 484px;
}

.m-videol .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.m-videol .item-title {
  position: relative;
  padding-bottom: 27px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
}

.m-videol .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 119px;
  height: 5px;
  background-color: #f9a684;
}

.m-videol .item-desc {
  margin-top: 38px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .m-videol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .m-videol .list-item {
    width: 48%;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px;
  }

  .m-videol .item-pic {
    width: 100%;
  }

  .m-videol .item-text {
    padding-top: 15px;
  }

  .m-videol .item-title {
    padding-bottom: 20px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-videol .item-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .m-videol .list-item {
    width: 100%;
  }
}
.m-newsl {
  margin-bottom: -72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-newsl .list-item {
  margin-bottom: 72px;
  width: 46.5%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f2f4f9;
  border-radius: 6px;
}

.m-newsl .list-item:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.m-newsl .item-pic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 9.6525096525%;
  width: 52.1235521236%;
  border-radius: 6px;
}

.m-newsl .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.m-newsl .item-title {
  position: relative;
  padding-bottom: 19px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e266e;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-newsl .item-title a {
  color: #1e266e;
}

.m-newsl .item-title a:hover {
  color: #f9a684;
}

.m-newsl .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 37px;
  height: 4px;
  background-color: #c4edf3;
  border-radius: 1px;
}

.m-newsl .item-desc {
  margin-top: 9px;
  height: 84px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

.m-newsl .item-desc a:hover {
  color: #f9a684;
}

.m-newsl .item-link {
  margin-top: 6px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-newsl .item-link a {
  color: #666;
}

.m-newsl .item-link a:hover {
  color: #f9a684;
}

@media screen and (max-width: 991px) {
  .m-newsl {
    margin-bottom: -30px;
  }

  .m-newsl .list-item {
    display: block;
    margin-bottom: 30px;
    padding: 20px 15px;
  }

  .m-newsl .item-pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .m-newsl .list-item {
    width: 100%;
  }
}
.m-news .box-title {
  line-height: 54px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 15px;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
  color: #1e266e;
}

.m-news .box-title div {
  display: inline-block;
  position: relative;
}

.m-news .box-title div:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #f9a684;
}

.m-news .box-title h1 {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 991px) {
  .m-news .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 28px;
  }

  .m-news .box-title h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.m-news .box-info {
  text-align: center;
}

.m-news .box-time, .m-news .box-share, .m-news .share-title, .m-news .share-img {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-news .share-img {
  line-height: 0;
  font-size: 0;
  height: 26px;
}

.m-news .box-time {
  margin-right: 10px;
}

.m-news .box-desc {
  margin-top: 22px;
  line-height: 28px;
  color: #666;
}

.m-news .box-desc p, .m-news .box-desc span, .m-news .box-desc b {
  line-height: 28px;
}

.m-news .box-desc p {
  min-height: 28px;
}

@media screen and (max-width: 991px) {
  .m-news .box-desc {
    line-height: 24px;
  }

  .m-news .box-desc p, .m-news .box-desc span, .m-news .box-desc b {
    line-height: 24px;
  }

  .m-news .box-desc p {
    min-height: 24px;
  }
}
.m-faq .box-title {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 4px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "PoppinsSemiBold", arial, helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.m-faq .box-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 29px;
  height: 3px;
  background-color: #333333;
}

.m-faq .box-nav {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.m-faq .nav-item {
  margin-bottom: 20px;
  width: 22.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ade0eb;
  border-radius: 5px;
}

.m-faq .nav-item span {
  width: 100%;
}

.m-faq .nav-item:hover, .m-faq .nav-item.active {
  color: #fff;
  background-color: #1e266e;
}

@media screen and (max-width: 991px) {
  .m-faq .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-faq .nav-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-faq .nav-item {
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  .m-faq .nav-item {
    width: 100%;
  }
}
.m-faq .list-item {
  margin-top: 17px;
  overflow: hidden;
}

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

.m-faq .item-title {
  position: relative;
  background-color: #f7f7f9;
}

.m-faq .item-title a {
  position: relative;
  display: block;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 18px;
  padding-right: 40px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-faq .item-title i {
  position: absolute;
  right: 18px;
  top: 19px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #ade0eb;
}

.m-faq .item-title .icon-jian2 {
  display: none;
}

.m-faq .item-title.active {
  background-color: #ade0eb;
}

.m-faq .item-title.active a {
  color: #fff;
}

.m-faq .item-title.active i {
  color: #fff;
}

.m-faq .item-title.active .icon-jia2 {
  display: none;
}

.m-faq .item-title.active .icon-jian2 {
  display: block;
}

.m-faq .item-desc {
  position: relative;
  display: none;
  padding-top: 5px;
  padding-left: 18px;
  padding-right: 40px;
  padding-bottom: 23px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background: #ade0eb;
}

.m-faq .item-desc.show {
  display: block;
}

@media screen and (max-width: 991px) {
  .m-faq .list-fix {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .m-faq .list-item {
    margin-top: 20px;
  }

  .m-faq .item-title, .m-faq .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-faq .item-title a, .m-faq .item-desc a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-ctusfix .box-hd {
  margin-bottom: 59px;
  text-align: center;
}

.m-ctusfix .hd-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
  text-align: center;
}

.m-ctusfix .hd-desc {
  margin-top: 21px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

@media screen and (max-width: 991px) {
  .m-ctusfix .box-hd {
    margin-bottom: 30px;
  }

  .m-ctusfix .hd-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-ctusfix .hd-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-ctusinfo {
  float: left;
  width: 50%;
  background-color: #e4faff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 50px;
  padding-top: 34px;
  padding-bottom: 39px;
}

.m-ctusinfo .box--title {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #f9a684;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
}

.m-ctusinfo .info-item {
  position: relative;
  padding-left: 30px;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ctusinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-size: 2rem;
  color: #f9a684;
}

.m-ctusinfo .info-item img {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .m-ctusinfo {
    float: none;
    width: 100%;
    padding: 30px 15px;
  }
  
  .m-ctusinfo .box-info{
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-items: stretch;
  }
  
  .m-ctusinfo .info-item{
      display: block;
      width: 50%;
      box-sizing: border-box;
      margin-bottom: 10px;
  }
  
  .m-ctusinfo .info-item:last-child{
      width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .m-ctusinfo .box-info{
      display: block;
  }
  
  .m-ctusinfo .info-item{
      display: block;
      width: 100%;
      margin-bottom: 5px;
  }
}
.m-ctusform {
  position: relative;
  float: left;
  margin-top: 85px;
  margin-left: -24px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35px;
  padding-bottom: 45px;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffeae1;
}

.m-ctusform .box--title {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #f9a684;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
}

.m-ctusform .form-item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 15px;
  width: 100%;
  line-height: 0;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.m-ctusform .form-item.important {
  background: url("../images/star1.webp") no-repeat 0 15px;
}

.m-ctusform .form-item-1 {
  width: 100%;
}

.m-ctusform .form-item-2 {
  text-align: center;
}

.m-ctusform .item-btn1 {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 180px;
  height: 36px;
  padding-left: 0;
  line-height: 36px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f9a684;
}

.m-ctusform .item-text {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.m-ctusform .item-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.m-ctusform .item-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}

.m-ctusform .item-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.m-ctusform .item-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.m-ctusform .item-text2 {
  height: 125px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ctusform .form-file {
  position: relative;
  max-width: 100%;
}

.m-ctusform .file-text {
  position: relative;
  display: block;
  width: 100%;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ctusform .file-text i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #333;
}

.m-ctusform .file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .m-ctusform {
    float: none;
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    padding: 30px 15px;
  }
}
@font-face {
  font-family: "PoppinsBold";
  src: url("../fonts/PoppinsBold.eot");
  src: url("../fonts/PoppinsBold.eot") format("embedded-opentype"), url("../fonts/PoppinsBold.woff2") format("woff2"), url("../fonts/PoppinsBold.woff") format("woff"), url("../fonts/PoppinsBold.ttf") format("truetype"), url("../fonts/PoppinsBold.svg#PoppinsBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "PoppinsRegular";
  src: url("../fonts/PoppinsRegular.eot");
  src: url("../fonts/PoppinsRegular.eot") format("embedded-opentype"), url("../fonts/PoppinsRegular.woff2") format("woff2"), url("../fonts/PoppinsRegular.woff") format("woff"), url("../fonts/PoppinsRegular.ttf") format("truetype"), url("../fonts/PoppinsRegular.svg#PoppinsRegular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "PoppinsSemiBold";
  src: url("../fonts/PoppinsSemiBold.eot");
  src: url("../fonts/PoppinsSemiBold.eot") format("embedded-opentype"), url("../fonts/PoppinsSemiBold.woff2") format("woff2"), url("../fonts/PoppinsSemiBold.woff") format("woff"), url("../fonts/PoppinsSemiBold.ttf") format("truetype"), url("../fonts/PoppinsSemiBold.svg#PoppinsSemiBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 2747001 */
  src: url("../fonts/iconfont.eot?t=1637888839570");
  /* IE9 */
  src: url("../fonts/iconfont.eot?t=1637888839570#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff2?t=1637888839570") format("woff2"), url("../fonts/iconfont.woff?t=1637888839570") format("woff"), url("../fonts/iconfont.ttf?t=1637888839570") format("truetype"), url("../fonts/iconfont.svg?t=1637888839570#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-delete1:before {
  content: "\e7d4";
}

.icon-pdf-:before {
  content: "\e649";
}

.icon-left18:before {
  content: "\e750";
}

.icon-right18:before {
  content: "\e751";
}

.icon-xing:before {
  content: "\e615";
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-kefu-chat.mobile-hide {
  right: 6px !important;
  display:none!important;
}

.m-page a.no:hover {
  color: #999 !important;
  border: 1px solid #9d9d9d !important;
  background: #fff !important;
}

.ppp {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

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

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

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

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

.listcart {
  width: 100%;
  text-align: center;
}

.listcart a {
  display: inline-block;
  height: 32px;
  width: 200px;
  line-height: 30px;
  overflow: hidden;
  color: #333;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 10px;
  border-radius: 6px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

.listcart a:hover {
  color: #fff;
  background: #f9a684;
}

.xunpanc {
  margin-bottom: 20px;
}

.xunpanc .table table {
  margin-top: 20px;
}

.xunpanc table tr td {
  border: 1px solid #ccc;
  padding: 3px;
}

.xunpanc table tr td a:hover {
  color: #ade0eb;
}

.sbnav-wp .sbnav-item1 {
  position: relative;
}

.m-hsbnav {
  position: absolute;
  z-index: 9;
  margin-top: 0;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 0;
  font-size: 0;
  letter-spacing: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.m-hsbnav .box-wp {
  max-width: 1350px;
  margin: 0 auto;
  width: 96%;
}

.m-hsbnav .hsbnav-item {
  position: relative;
  margin-bottom: 38px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 20%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.m-hsbnav .hsbnav-title {
  margin-top: 54px;
  display: block;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.m-hsbnav .hsbnav1-list {
  margin-top: 6px;
}

.m-hsbnav .hsbnav1-item {
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hsbnav .hsbnav1-item a {
  color: #666;
}

.m-hsbnav .hsbnav1-item a:hover {
  color: #f9a684;
}

.m-hsbnav .hsbnav-link {
  padding-bottom: 26px;
  text-align: right;
}

.m-hsbnav .hsbnav-link a {
  display: inline-block;
  vertical-align: top;
  min-width: 202px;
  line-height: 26px;
  padding: 5px 15px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #f9a684;
  border-radius: 18px;
}

.m-hsbnav .hsbnav-link a:hover {
  background-color: #333;
}

.m-sdnav1 .sbnav-item1 {
  position: relative;
}

/*.m-sdnav1 .sbnav-item1 i {*/
/*  position: absolute;*/
/*  right: 15px;*/
/*  top: 12px;*/
/*  cursor: pointer;*/
/*}*/
/*.dangi{ color: #fff; }*/
/*.m-sdnav1 .sbnav-item1:hover .sbnav-list2{ display: block; }*/
.m-downl .item-link {
  position: relative;
}

.m-downl .item-link a {
  padding-left: 56px;
}

.m-downl .item-link i {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  position: absolute;
  left: 16px;
}

@media screen and (max-width: 375px) {
  .m-downl .list-item {
    width: 100%;
    text-align: center;
  }
  
  .m-downl .item-link a{
      padding: 5px 15px;
  }
  
  .m-downl .item-link a i{
      position: relative;
      left: 0;
      margin-right: 10px;
      font-size: 20px;
      font-size: 2rem;
      vertical-align: middle;
  }
}

.m-factl-pro {
  display: none;
}

.m-prob1 .pic-btn-item {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #f9a684;
  background: #ebfbff;
  text-align: center;
  line-height: 30px;
  z-index: 9;
  cursor: pointer;
}

.m-prob1 .pic-btn-item.show {
  display: block;
}

.m-ctusinfo a {
  text-decoration: underline;
}

.m-sdctus .box-info a {
  text-decoration: underline;
}

.m-prob1 .prob-link a .iconpdf {
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  background: none;
}

@media screen and (max-width: 480px) {
  .m-hkit .box-btn.prev {
    left: -webkit-calc(50% - 44px);
    left: -moz-calc(50% - 44px);
    left: calc(50% - 44px);
  }

  .m-hkit .box-btn.next {
    left: -webkit-calc(50% + 4px);
    left: -moz-calc(50% + 4px);
    left: calc(50% + 4px);
  }
}
.m-prob1 .prob-link .sjdown {
  padding-left: 44px;
  padding-right: 10px;
}

.m-prob1 .prob-link .sjdown i {
  left: 5px;
  right: auto;
}

.m-prob1 .prob-link .sjdown:hover .iconpdf {
  color: #fff;
}

.kf-item3 {
  cursor: pointer;
}

.kf-item3 .kf-wx2 {
  position: absolute;
  display: none;
  top: 30px;
  left: 38px;
  width: 120px;
  font-size: 0;
  line-height: 0;
  z-index: 99;
}

.m-modalform {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.m-modalform .box-wp {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 80%;
  width: 746px;
  background-color: #f0f0f0;
  border-radius: 20px;
  padding-left: 4.7395833333%;
  padding-right: 4.7395833333%;
  padding-top: 42px;
  padding-bottom: 49px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow-y: auto;
}
.m-modalform .box-close {
  position: absolute;
  right: 23px;
  top: 23px;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f9a684;
}
.m-modalform .box-title {
  padding-bottom: 6px;
  line-height: 46px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "PoppinsBold", arial, helvetica, sans-serif;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
}
.m-modalform .box-desc {
  margin-top: 10px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-modalform .box-info {
  margin-top: 9px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-modalform .box-info a {
  color: #666;
}
.m-modalform .box-info a:hover {
  color: #f9a684;
}
.m-modalform .box-form {
  margin-top: 25px;
}
.m-modalform .form-item {
  position: relative;
  margin-bottom: 26px;
  line-height: 0;
  font-size: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
}
.m-modalform .form-item.important input, .m-modalform .form-item.important textarea {
  background: url("../images/star1.webp") no-repeat 4px 20px;
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, 0.9);
}
.m-modalform .form-item-1 {
  width: 47.6851851852%;
}
.m-modalform .form-item-2 {
  width: 100%;
}
.m-modalform .item-btn1 {
  display: block;
  margin: 0 auto;
  max-width: 432px;
  width: 100%;
  height: 50px;
  padding-left: 0;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #f9a684;
  border-radius: 6px;
}
.m-modalform .item-text {
  width: 100%;
  height: 50px;
  line-height: 48px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  border-radius: 6px;
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, 0.9);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #fff;
}
.m-modalform .item-text::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.m-modalform .item-text:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-modalform .item-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-modalform .item-text:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.m-modalform .item-text2 {
  height: 180px;
  line-height: 18px;
  padding-top: 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-modalform .form-file {
  position: relative;
  max-width: 522px;
}
.m-modalform .file-text {
  position: relative;
  display: block;
  width: 100%;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f6f6f6;
  border-radius: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  background-color: rgba(246, 246, 246, 0.9);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-modalform .file-text i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #333;
}
.m-modalform .file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .m-modalform .box-close {
    top: 15px;
    bottom: 15px;
  }
  .m-modalform .box-title {
    line-height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-modalform .box-info, .m-modalform .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-modalform .box-wp {
    padding: 30px 20px;
  }
  .m-modalform .form-item {
    margin-bottom: 15px;
    width: 100%;
  }
  .m-modalform .form-item.important input, .m-modalform .form-item.important textarea {
    background-position: 10px 10px;
  }
  .m-modalform .form-item-3 {
    margin-right: 0;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }
  .m-modalform .form-item-4 {
    float: right;
    width: 100px;
    height: 36px;
    line-height: 34px;
  }
  .m-modalform .form-item-4 a {
    max-height: 34px;
  }
  .m-modalform .item-text {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-modalform .item-text2 {
    padding-top: 0;
    height: 144px;
  }
  .m-modalform .item-btn1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*.sjbinqure{ background: url("../images/cobei.jpg") no-repeat center; background-size: cover; }*/
.sjbinqure .m-ctusfix{ background: rgba(242,242,242,1); }
.sjbinqure .m-ctusform{ margin-top: 0px;background: none; margin-left: 0; }

.sjbinqure .xunpanc{ width: 42%; float: right; margin-right: 2%; margin-top: 10px; }
.sjbinqure .xunpanc img{ max-width: 80px; }
.sjbinqure .xunpanc table tr td{ padding: 10px; border: 1px solid #eaeaea; }
.sjbinqure .xunpanc table tr td .title-m{ font-weight: bold;font-size: 18px; }
.sjbinqure .xunpanc table tr td .desc-m{ font-size: 14px; }
.sjbinqure .xunpanc table tr td a{ display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; }
.sjbinqure .xunpanc table tr td a:hover{ color:#f9a684; }

@media screen and (max-width: 991px) { 
    .sjbinqure .m-ctusform{ padding-bottom: 0;}
    .sjbinqure .xunpanc{ width: 94%; float: none; padding: 20px 3%;}
    .sjbinqure .xunpanc .table table{ margin-top: 0; }
    .sjbinqure .table > div{ max-width: 100%; }
}
@media screen and (min-width: 992px) { 
.sjan{ position: absolute;bottom: 86px;left: 0; }

}
@media screen and (max-width: 991px) { 
.sjan{ line-height: 40px; }

}

.sjancus{ 
    text-align: center;
    max-width: 330px;
    margin: 30px auto 0;
    line-height: 40px;
    background: #f9a684;
}
.sjancus a{ color: #fff; display: block; }
.sjancus:hover{ background: #333; }

.g-hcustomize{ padding-bottom: 106px; }

.m-hkit .item-desc a{ display: unset; font-weight: bold; }

.m-hkit .item-desc a {
  color: #1e266e;
}

.m-hkit .item-desc a:hover {
  color: #f9a684;
}
.m-bussb2 .box-wp .box-item{ transition: transform 500ms ease 0ms; }
.m-bussb2 .box-wp .box-item:hover{ transform: scaleX(1.2) scaleY(1.2); }

@media screen and (max-width: 499px) {.wap-hd-nav-item{ width:50%; }}

.m-homewhite .box-time,.m-homewhite .box-share,.m-homewhite .share-title, .m-homewhite .share-img {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-homewhite .box-time {
    margin-right: 10px;
}
.m-homewhite .box-time .iconfont{margin-right: 10px;}

.m-homewhite .box-info{margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;}



@font-face {
  font-family: "iconfont";
  src: url('../fontspyer/iconfont.woff2?t=1718672853050') format('woff2'),
       url('../fontspyer/iconfont.woff?t=1718672853050') format('woff'),
       url('../fontspyer/iconfont.ttf?t=1718672853050') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tuite:before {
  content: "\e618";
}

.m-hform .verify,.m-nform .verify,.m-modalform .verify,.indexBody .indexBodyTwo .content form .verify,.m-ctusform .verify,.indexBody .indexBodytEight form .verify{
    display: flex;
}
.m-hform .verify input,.m-nform .verify input,.m-modalform .verify input{
    margin-right:5%;
}
.m-hform .verify img,.m-nform .verify img,.m-modalform .verify img{
   
    height: 50px;
}
.m-ctusform .verify img{
    height: 34px;
}
@media screen and (max-width: 991px) {
    .m-hform .verify img,.m-nform .verify img{
        height: 36px;
    }
}
