﻿@-webkit-keyframes rcNotificationFadeIn____Lpq5 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes rcNotificationFadeIn____Lpq5 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes rcNotificationFadeIn____Lpq5 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rcNotificationFadeIn____Lpq5 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rcDialogFadeOut___2BDM4 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes rcDialogFadeOut___2BDM4 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes rcDialogFadeOut___2BDM4 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rcDialogFadeOut___2BDM4 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@font-face {
  font-family: "numberplus";
  src: url("../fonts/1632967301.eot");
  src: url("../fonts/1632967301.eot") format("embedded-opentype"), url("../fonts/1632967301.woff2") format("woff2"), url("../fonts/1632967301.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
 {
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
}
@font-face {
  font-family: 'swiper-icons';
  src: url('../fonts/2c3667fa88d14165bd2a5eec5732f8e9.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*overflow: hidden;*/
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
     -moz-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
table,
input,
textarea,
select,
option {
  font-family:  "Microsoft YaHei";
}
video:focus {
  outline: none;
}
.hover-red {
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  -moz-transition: color 300ms;
  transition: color 300ms;
}
.hover-red:hover {
  color: #1E90FF !important;
}
.hover-big {
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: -o-transform 300ms;
  -moz-transition: transform 300ms, -moz-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms, -moz-transform 300ms, -o-transform 300ms;
}
.hover-big:hover {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.hover-mix:hover .hover-red {
  color: #1E90FF !important;
}
.hover-mix:hover .hover-big {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
input,
textarea {
  outline: none;
  border: none;
}
.rc-notification {
  position: fixed;
  z-index: 99999;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rc-notification .rc-notification-notice {
  padding: 7px 20px 7px 10px;
  border-radius: 3px 3px;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 0px solid transparent;
  background-color: #ffffff;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.5;
  position: relative;
  margin: 10px 0;
}
.rc-notification .rc-notification-notice .rc-notification-notice-closable {
  padding-right: 20px;
}
.rc-notification .rc-notification-notice .rc-notification-notice-close {
  position: absolute;
  right: 5px;
  top: 3px;
  color: #333333;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-decoration: none;
}
.rc-notification .rc-notification-notice .rc-notification-notice-close .rc-notification-notice-close-x:after {
  content: "\D7";
}
.rc-notification .rc-notification-notice .rc-notification-notice-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.rc-notification .rc-notification-fade-appear,
.rc-notification .rc-notification-fade-enter {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
     -moz-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
       -o-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-notification .rc-notification-fade-leave {
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
     -moz-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
       -o-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-notification .rc-notification-fade-appear.rc-notification-fade-appear-active,
.rc-notification .rc-notification-fade-enter.rc-notification-fade-enter-active {
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
       -o-animation-play-state: running;
          animation-play-state: running;
}
.rc-notification .rc-notification-fade-appear.rc-notification-fade-appear-active,
.rc-notification .rc-notification-fade-enter.rc-notification-fade-enter-active {
  -webkit-animation-name: rcNotificationFadeIn____Lpq5;
     -moz-animation-name: rcNotificationFadeIn____Lpq5;
       -o-animation-name: rcNotificationFadeIn____Lpq5;
          animation-name: rcNotificationFadeIn____Lpq5;
}
.rc-notification .rc-notification-fade-leave.rc-notification-fade-leave-active {
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
       -o-animation-play-state: running;
          animation-play-state: running;
}
.rc-notification .rc-notification-fade-leave.rc-notification-fade-leave-active {
  -webkit-animation-name: rcDialogFadeOut___2BDM4;
     -moz-animation-name: rcDialogFadeOut___2BDM4;
       -o-animation-name: rcDialogFadeOut___2BDM4;
          animation-name: rcDialogFadeOut___2BDM4;
}
.more-btn {
  width: 109px;
  height: 109px;
  background-color: #1E90FF;
  cursor: pointer;
}
.more-btn::after {
  content: "";
  display: block;
  width: 109px;
  height: 109px;
  background-image: url(../images/more-white.png);
  -o-background-size: 21px auto;
     background-size: 21px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.shop-btn {
  width: 150px;
  height: 47px;
  background-color: #1E90FF;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 47px;
  text-align: center;
}
.icon.new,
.icon.recommend,
.icon.dark {
  height: 24px;
  border-radius: 5px;
  border: 1px solid #1E90FF;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #1E90FF;
  margin-right: 4px;
  padding: 0px 6px;
}
.icon.dark {
  color: #8b8b8b;
  border-color: #8b8b8b;
  background-color: transparent;
}
.icon.new {
  background-color: #1E90FF;
  color: #ffffff;
}
.content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-container > .left {
  /*padding-top: 48px;*/
  width: 272px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.content-container > .left > .h1 {
  height: 122px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
    padding-right: 35px;
    padding-top: 30px;
}
.content-container > .left > ul li,
.content-container > .left .leftbar > ul li {
  width: 240px;
  height: 60px;
  background-color: #f3f3f3;
  margin-bottom: 10px;
  cursor: pointer;
}
.content-container > .left > ul li > div,
.content-container > .left .leftbar > ul li > div {
  height: 100%;
}
.content-container > .left > ul li .icon,
.content-container > .left .leftbar > ul li .icon {
  height: 60px;
  width: 60px;
  overflow: hidden;
}
.content-container > .left > ul li .icon img,
.content-container > .left .leftbar > ul li .icon img {
  width: 100%;
  height: 100%;
}
.content-container > .left > ul li .icon .aimg,
.content-container > .left .leftbar > ul li .icon .aimg {
  display: initial;
}
.content-container > .left > ul li .icon .aimg_active,
.content-container > .left .leftbar > ul li .icon .aimg_active {
  display: none;
}
.content-container > .left > ul li .name,
.content-container > .left .leftbar > ul li .name {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-right: auto;
}
.content-container > .left > ul li .more,
.content-container > .left .leftbar > ul li .more {
  width: 7px;
  height: 13px;
  background-image: url(../images/right.png);
  -o-background-size: 100%;
     background-size: 100%;
  margin-right: 20px;
}
.content-container > .left > ul li.active,
.content-container > .left .leftbar > ul li.active,
.content-container > .left > ul li:hover,
.content-container > .left .leftbar > ul li:hover {
  background-color: #1E90FF;
}
.content-container > .left > ul li.active .name,
.content-container > .left .leftbar > ul li.active .name,
.content-container > .left > ul li:hover .name,
.content-container > .left .leftbar > ul li:hover .name {
  color: #ffffff;
}
.content-container > .left > ul li.active .icon .aimg,
.content-container > .left .leftbar > ul li.active .icon .aimg,
.content-container > .left > ul li:hover .icon .aimg,
.content-container > .left .leftbar > ul li:hover .icon .aimg {
  display: none;
}
.content-container > .left > ul li.active .icon .aimg_active,
.content-container > .left .leftbar > ul li.active .icon .aimg_active,
.content-container > .left > ul li:hover .icon .aimg_active,
.content-container > .left .leftbar > ul li:hover .icon .aimg_active {
  display: initial;
}
.content-container > .left .btn {
  cursor: pointer;
  width: 240px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  background-color: #f3f3f3;
  color: #333333;
}
.content-container > .left .btn .icon {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
.content-container > .left .btn.active {
  background-color: #1E90FF;
  color: #ffffff;
}
.content-container > .left .btn.next {
  background-color: #f3f3f3;
  color: #333333;
  padding-left: 75px;
  white-space: nowrap;
}
.content-container > .left .btn.next::after {
  margin-left: auto;
  content: "";
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  -o-background-size: 100%;
     background-size: 100%;
  width: 6.5px;
  height: 13px;
  margin-right: 39px;
}
.content-container > .left .btn.next:hover {
  background-color: #1E90FF;
  color: #ffffff;
}
.content-container > .left .btn.back {
  padding-left: 20px;
}
.content-container > .left .btn.back::before {
  content: "";
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  -o-background-size: 100%;
     background-size: 100%;
  width: 6.5px;
  height: 13px;
  margin-right: 39px;
}
.content-container .right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 927px;
  border-left: 1px solid #f0f0f0;
  padding-left: 59px;
  padding-top: 50px;
}
.banner-item {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}
.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.ac {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.je {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.jc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.jsa {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex.jsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.h1-m {
  height: 96px;
  font-size: 30px;
  color: #333333;
  line-height: 48px;
}
.h1-m .b {
  font-weight: 800;
}
.h1-m + .line {
  width: 68px;
  height: 4px;
  background: #1E90FF;
  margin-top: 18px;
  margin-bottom: 43px;
}
.rich-content-m {
  font-size: 24px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 42px;
}
.rich-content-m img {
  width: 100%;
}
.rich-content-m p {
  margin-bottom: 2em;
}
.pager .pager-list .pager-item {
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #8b8b8b;
  border: 1px solid #f0f0f0;
  margin: 0px 8px;
  border-radius: 2px;
  cursor: pointer;
}
.pager .pager-list .pager-item.active {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #ffffff;
}
.pager .pager-list .pager-item.disable {
  cursor: not-allowed;
}
.pager .pager-list .pager-item.pre::after,
.pager .pager-list .pager-item.next::after {
  content: "";
  background-image: url(../images/down.png);
  height: 24px;
  width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pager .pager-list .pager-item.next::after {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.category___3_Ag_ .products .top-btns {
  margin-bottom: 37px;
}
.category___3_Ag_ .products .top-btns .back-btn {
  width: 150px;
  height: 47px;
  line-height: 47px;
  background: #f3f3f3;
  margin-right: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  cursor: pointer;
}
.category___3_Ag_ .products .top-btns .download-btn {
  cursor: pointer;
  width: 150px;
  height: 47px;
  line-height: 47px;
  background: #1E90FF;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.category___3_Ag_ .products .doc_content {
  height: 551px;
  width: 100%;
  overflow: auto;
}
.category___3_Ag_ .products .doc_content img {
  width: 779px;
}
.category___3_Ag_ .products .titles .title {
  height: 3px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 20px;
    padding-top: 25px;
}
.category___3_Ag_ .products .titles .desc {
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  /*white-space: pre-wrap;*/
    height: 18px;
  line-height: 17px;
}
.category___3_Ag_ .products .banners {
  width: 100%;
  height: 280px;
  margin-top: 31px;
}
.category___3_Ag_ .products .banners .banner-item {
  width: 100%;
  height: 280px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  background-repeat: no-repeat;
}
.category___3_Ag_ .products .banners .slots {
  right: 14px;
}
.category___3_Ag_ .products .list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.category___3_Ag_ .products .list .col {
  width: 33.33%;
}
.category___3_Ag_ .products .list .col:nth-child(3n) .product {
  margin-left: auto;
}
.category___3_Ag_ .products .list .col:nth-child(3n + 2) .product {
  margin-left: auto;
  margin-right: auto;
}
.category___3_Ag_ .products .list .product {
  margin-top: 65px;
  width: 270px;
  background-color: #f3f3f3;
  padding: 18px;
  height: 278px;
}
.category___3_Ag_ .products .list .product img{
    transition: .5s;
}

.category___3_Ag_ .products .list .product:hover {
  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.category___3_Ag_ .products .list .product:hover img{
    transform: scale(1.5);
    transition: .5s;
}
.category___3_Ag_ .products .list .product .tags {
  margin-bottom: 6px;
  height: 24px;
}
.category___3_Ag_ .products .list .product .pic {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.category___3_Ag_ .products .list .product .pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category___3_Ag_ .products .list .product .title {
  width: 100%;
  /*height: 44px;*/
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  border-left: 2px solid #1E90FF;
  padding-left: 10px;
}
.category___3_Ag_ .dwmore {
  width: 270px;
  height: 117px;
  background-color: #1E90FF;
  color: #ffffff;
  margin-top: 55px;
  padding: 35px 30px 32px 28px;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
}
.category___3_Ag_ .dwmore .icon {
  width: 41px;
  height: 51px;
  margin-bottom: 22px;
}
.category___3_Ag_ .dwmore .more-btn {
  height: 12px;
  width: 15px;
}
.category___3_Ag_ .dwmore .dw {
  font-size: 10px;
  height: 28px;
  font-weight: 500;
  color: #ffffff;
  line-height: 14px;
  margin-top: 76px;
  text-decoration: underline;
}
.category___3_Ag_ .dwmore .dw > img {
  width: 15px;
  height: 12px;
}
.category___3_Ag_ .nopd {
  margin-top: 120px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #8b8b8b;
}
.category___3_Ag_ .right .content {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.category___3_Ag_ .right .content img {
  width: 100%;
}
.category___3_Ag_ .right .content p {
  margin-bottom: 2em;
}

.swiper___2jFxo {
  position: relative;
}
.swiper___2jFxo.right-nav .prev-btn {
  right: 0px;
}
.swiper___2jFxo.right-nav .next-btn {
  right: -55px;
}
.swiper___2jFxo .prev-btn,
.swiper___2jFxo .next-btn {
  z-index: 999;
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: #1E90FF;
  /*bottom: 0px;*/
  /*right: 55px;*/
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper___2jFxo .prev-btn::after,
.swiper___2jFxo .next-btn::after {
  content: "";
  width: 6px;
  height: 12px;
  background-image: url(../images/left.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.swiper___2jFxo .next-btn {
  background-color: #f3f3f3;
  right: 0px;
}
.swiper___2jFxo .next-btn::after {
  background-image: url(../images/right.png);
}
.swiper___2jFxo .slots_old {
  position: absolute;
  left: 60px;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 4px;
  z-index: 999;
  width: 100%;
}
.swiper___2jFxo .slots_old .slot {
  cursor: pointer;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  margin-right: 10px;
}
.swiper___2jFxo .slots_old .slot.active {
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
}
.swiper___2jFxo .slots {
  position: absolute;
  right: 75px;
  bottom: 19px;
  z-index: 999;
}
.swiper___2jFxo .slots .slot {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.swiper___2jFxo .slots .slot::after {
  display: block;
  content: "";
  height: 6px;
  width: 6px;
  background: #cccccc;
  border-radius: 3px;
}
.swiper___2jFxo .slots .slot.active {
  height: 40px;
}
.swiper___2jFxo .slots .slot.active::after {
  width: 6px;
  height: 30px;
  background: #1E90FF;
  border-radius: 3px;
}

.com___12oDe .right .title {
  height: 66px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 52px;
}
.com___12oDe .right .desc {
  width: 600px;
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 20px;
  margin-bottom: 60px;
  white-space: pre-wrap;
}
.com___12oDe .right .banner {
  width: 600px;
  height: 400px;
}
.com___12oDe .right .banner .banner-item {
  width: 600px;
  height: 400px;
}
.com___12oDe .right .banner .banner-item img {
  width: 600px;
  height: 400px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_box___kIjD3 {
  height: 649px;
}
.home_box___kIjD3 .right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  height: 649px;
  width: 100%;
}
.home_box___kIjD3 .right .banner-item {
  height: 649px;
  width: 100%;
}
.home_box___kIjD3 .right .banner-item.click {
  cursor: pointer;
}
.enter_box___1ihKI {
  height: 479px;
  position: relative;
  width: 100%;
  padding-top: 165px;
}
.enter_box___1ihKI .title {
  font-size: 24px;
  font-weight: bolder;
  color: #333333;
  height: 33px;
  line-height: 33px;
  margin-bottom: 27px;
    margin-left: 60px;
}
.enter_box___1ihKI .since {
  width: 479px;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #1E90FF;
  line-height: 22px;
  height: 44px;
  border-right: 2px solid #1E90FF;
  padding-right: 60px;
  margin-right: 58px;
  margin-top: 6px;
}
.enter_box___1ihKI .container > .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.enter_box___1ihKI .container > .right {
  width: 539px;
  margin-right: 61px;
}
.enter_box___1ihKI .desc {
  /*white-space: pre-wrap;*/
  width: 539px;
  font-size: 14px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 26px;
}
.enter_box___1ihKI .more {
  height: 14px;
  font-size: 10px;
  color: #333333;
  line-height: 14px;
  margin-top: 30px;
  font-weight: bolder;
  text-decoration: underline;
}
.enter_box___1ihKI .more-btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.enter_pic_box___3fPat {
  width: 100%;
}
.enter_pic_box___3fPat img {
  height: 285px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: -webkit-calc(100% - 109px);
  width: -moz-calc(100% - 109px);
  width: calc(100% - 109px);
}
.enter_pic_box___3fPat::after {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  content: "";
  display: block;
  width: 109px;
  height: 285px;
  background-color: #f3f3f3;
}
.solution_box___10gRg {
  padding-top: 168px;
}
.solution_box___10gRg .title {
  height: 33px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 60px;
  text-align: center;
}
.solution_box___10gRg .solution {
  cursor: pointer;
  width: 300px;
  background-color: #f3f3f3;
  margin: 0px 15px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.solution_box___10gRg .solution div {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.solution_box___10gRg .solution img {
  width: 300px;
  height: 207px;
}
.solution_box___10gRg .solution .infos {
  padding: 23px 17px 20px 19px;
  height: 253px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.solution_box___10gRg .solution .infos .title {
  height: 33px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  text-align: left;
  margin-bottom: 20px;
}
.solution_box___10gRg .solution .infos .tips {
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 20px;
}
.solution_box___10gRg .solution .infos .more {
  height: 14px;
  font-size: 10px;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
  text-decoration: underline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}
.solution_box___10gRg .solution .infos .more::after {
  opacity: 0;
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background-image: url(../images/more-white.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.solution_box___10gRg .solution:hover {
  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
  background-color: #1E90FF;
}
.solution_box___10gRg .solution:hover .infos .title {
  color: #ffffff;
}
.solution_box___10gRg .solution:hover .infos .tips {
  color: rgba(255, 255, 255, 0.5);
}
.solution_box___10gRg .solution:hover .infos .more {
  color: #ffffff;
}
.solution_box___10gRg .solution:hover .infos .more::after {
  opacity: 1;
}
.product_box___1P1vv {
  padding-top: 165px;
}
.product_box___1P1vv .banner-box {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.product_box___1P1vv .banner-box .banner-item {
  height: 500px;
  width: 100%;
}
.product_box___1P1vv .banner-box .banner-item.click {
  cursor: pointer;
}
.product_box___1P1vv .ptitle-box {
  margin-bottom: 60px;
}
.product_box___1P1vv .ptitle-box .ptitle {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
.product_box___1P1vv .product {
    float: left;
  width: 360px;
  background-color: #f3f3f3;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  padding: 25px;
  padding-bottom: 19px;

}
.product_box___1P1vv .p2{
    margin: 0 60px;
}

.product_box___1P1vv .product div {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.product_box___1P1vv .product .stitle {
  height: 33px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 9px;
    text-align: center;
}
.product_box___1P1vv .product .title {
  height: 34px;
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 17px;
  margin-bottom: 9px;
}
.product_box___1P1vv .product .pic {
  height: 206px;
  width: 100%;
  margin-bottom: 9px;
}
.product_box___1P1vv .product .more {
  opacity: 0;
  height: 14px;
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  line-height: 14px;
  text-decoration: underline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.product_box___1P1vv .product .more::after {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background-image: url(../images/more-white.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.product_box___1P1vv .product:hover {
  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
  background-color: #1E90FF;
}
.product_box___1P1vv .product:hover .title,
.product_box___1P1vv .product:hover .stitle {
  color: #ffffff;
}
.product_box___1P1vv .product:hover .more {
  opacity: 1;
}
.product_box___1P1vv .enter_btn {
  width: 161px;
  height: 55px;
  background-color: #1E90FF;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 55px;
  text-align: center;
}
.who_pq___3GKcZ {
  padding-top: 165px;
}
.who_pq___3GKcZ .container {
  position: relative;
}
.who_pq___3GKcZ .left {
  width: 510px;
  height: 510px;
}
.who_pq___3GKcZ .left .banner-item {
  height: 510px;
  width: 510px;
  background-color: #f3f3f3;
}
.who_pq___3GKcZ .left .banner-item img {
  max-width: 80%;
  max-height: 80%;
}
.who_pq___3GKcZ .right {
  padding-left: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.who_pq___3GKcZ .right .title {
    padding-top: 50px;
    text-align: center;
  /*padding-left: 30px;*/
  height: 66px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 88px;
}
.who_pq___3GKcZ .right .desc {
  width: 568px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 26px;
  border-left: 2px solid #1E90FF;
  margin-bottom: auto;
}
.who_pq___3GKcZ .right .banner {
  height: 180px;
  width: 568px;
}
.who_pq___3GKcZ .right .banner .banner-item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 16px;
  width: 180px;
  height: 180px;
  background-color: #f3f3f3;
  cursor: pointer;
}
.who_pq___3GKcZ .right .banner .banner-item img {
  max-width: 80%;
  max-height: 80%;
}
.numbers___3BOgR {
  padding-top: 165px;
}
.numbers___3BOgR .container {
  width: 1200px;
  padding: 0;
}
.numbers___3BOgR .container .item {
  white-space: nowrap;
  overflow: visible;
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.numbers___3BOgR .container .item:first-child {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.numbers___3BOgR .container .item:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.numbers___3BOgR .container .animate-number {
  width: 211px;
  line-height: 57px;
  font-size: 50px;
  font-family: numberplus;
  color: #333333;
}
.numbers___3BOgR .container .title {
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
}

.new___1jRUe .banner {
  height: 463px;
  width: 100%;
}
.new___1jRUe .banner .banner-item {
  height: 463px;
  width: 100%;
}
.new___1jRUe .banner .banner-item img {
  height: 463px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.new___1jRUe .story-container .left {
  padding-top: 48px;
}
.new___1jRUe .story-container .new-container {
  padding-top: 0px;
}
.new___1jRUe .story-container .right {
  padding-top: 48px;
}
.new___1jRUe .left {
  padding-top: 30px;
}
.new___1jRUe .month .title {
  height: 60px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 60px;
  width: 764px;
  border-bottom: 1px solid #f0f0f0;
  /*margin-bottom: 30px;*/
}
.new___1jRUe .month .new {
  margin-bottom: 30px;
  background-color: #f3f3f3;
  /*width: 764px;*/
}
.new___1jRUe .month .new .pic {
  width: 273px;
  /*height: 273px;*/
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.new___1jRUe .month .new .content {
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.new___1jRUe .month .new .content .title {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  /*margin-bottom: 30px;*/
}
.new___1jRUe .month .new .content .desc {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 17px;
  padding-left: 16px;
  border-left: 2px solid #1E90FF;
  margin-bottom: auto;
}
.new___1jRUe .month .new .content .pushtime {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 17px;
  margin-bottom: 0px !important;
}
.new___1jRUe .right {
  padding-top: 165px;
}
.new___1jRUe .right .list {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  border-left: 1px solid #f0f0f0;
  margin-left: 109px;
}
.new___1jRUe .right .list .item {
  height: 30px;
  padding-left: 20px;
  border-left: 2px solid #ffffff;
  font-size: 14px;
  font-weight: 500;
  color: #8b8b8b;
  line-height: 30px;
  cursor: pointer;
  margin-bottom: 10px;
}
.new___1jRUe .right .list .item.active,
.new___1jRUe .right .list .item:hover {
  color: #333333;
  border-left-color: #1E90FF;
}
.newpage___3-6tl .content-container .right .title {
  font-size: 24px;
  height: 33px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 20px;
}
.newpage___3-6tl .content-container .right .pushtime {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 17px;
  margin-bottom: 82px;
}
.newpage___3-6tl .content-container .right .content {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.newpage___3-6tl .content-container .right .content img {
  max-width: 100%;
}
.newpage___3-6tl .content-container .right .content p {
  margin-bottom: 2em;
}

.service___1l7rB .swiperbox {
  width: 100%;
  height: 465px;
  overflow: hidden;
}
.service___1l7rB .swiperbox .banner-item {
  width: 100%;
}
.service___1l7rB .swiperbox .banner-item img {
  width: 100%;
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service___1l7rB .content-container {
  padding-bottom: 86px;
  border-bottom: 1px solid #f0f0f0;
}
.service___1l7rB .content-container.noborder {
  border-bottom: none;
}
.service___1l7rB .content-container .left {
  padding-top: 86px;
}
.service___1l7rB .content-container .left .h1 {
  padding-left: 60px;
  padding-top: 0px;
}
.service___1l7rB .content-container .right {
  border-left: none;
  padding-top: 86px;
}
.service___1l7rB .content-container .right .content {
  margin-left: 70px;
}
.service___1l7rB .content-container .right .content h1,
.service___1l7rB .content-container .right .content h2,
.service___1l7rB .content-container .right .content h3,
.service___1l7rB .content-container .right .content h4,
.service___1l7rB .content-container .right .content h5,
.service___1l7rB .content-container .right .content h6 {
  line-height: 17px;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}
.service___1l7rB .content-container .right .content p {
  line-height: 17px;
  font-size: 12px;
  font-weight: 500;
  color: #8b8b8b;
  margin-bottom: 12px;
}
.service___1l7rB .content-container .right .content img {
  width: 100%;
}
.service___1l7rB .content-container .right .tels .item {
  margin-right: 75px;
}
.service___1l7rB .content-container .right .tels .item .title {
  height: 17px;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
  margin-bottom: 36px;
}
.service___1l7rB .content-container .right .tels .item .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
  width: 210px;
  background-color: #f0f0f0;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
}
.service___1l7rB .content-container .right .tels .item .tel::before {
  content: "";
  height: 40px;
  width: 40px;
  background-image: url(../images/tel.png);
  -o-background-size: 100%;
     background-size: 100%;
  margin-right: 12px;
}

.category___2mqg1 {
  padding: 84px 30px 15px 30px;
}
.category___2mqg1 .buttons {
  width: 100%;
  margin-top: 40px;
}
.category___2mqg1 .buttons .btn {
  width: 100%;
  height: 80px;
  background: #8b8b8b;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.category___2mqg1 .buttons .btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  width: 52px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/more-down-thin.png);
  -o-background-size: 22px 12px;
     background-size: 22px 12px;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.category___2mqg1 .buttons .btn.active {
  background-color: #1E90FF;
}
.category___2mqg1 .buttons .btn.active::after {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  right: auto;
  left: 0;
}
.category___2mqg1 .buttons .btn.more {
  text-align: left;
  padding-left: 30px;
}
.category___2mqg1 .buttons .btn.more::after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.category___2mqg1 .categorys .category-item .category-title {
  height: 120px;
  background: #f3f3f3;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-left: 28px;
  padding-right: 21px;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  -webkit-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  transition: all 450ms ease;
}
.category___2mqg1 .categorys .category-item .category-title .icon {
  width: 62px;
  height: 62px;
  margin-right: 32px;
  overflow: hidden;
}
.category___2mqg1 .categorys .category-item .category-title .icon img {
  width: 62px;
  height: 62px;
}
.category___2mqg1 .categorys .category-item .category-title .name {
  margin-right: auto;
}
.category___2mqg1 .categorys .category-item .category-title .more {
  width: 25px;
  height: 15px;
  background-image: url(../images/more-down-thin.png);
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  transition: all 450ms ease;
}
.category___2mqg1 .categorys .category-item .category-content {
  -webkit-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
  max-height: 0px;
  overflow: hidden;
}
.category___2mqg1 .categorys .category-item .category-content .banners {
  width: 689px;
  height: 280px;
  margin-bottom: 28px;
}
.category___2mqg1 .categorys .category-item .category-content .banners .banner-item {
  width: 689px;
  height: 280px;
}
.category___2mqg1 .categorys .category-item .category-content .product-list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 39px;
}
.category___2mqg1 .categorys .category-item .category-content .product-list .nopd {
  width: 100%;
  font-size: 26px;
  text-align: center;
  padding: 24px 0px;
}
.category___2mqg1 .categorys .category-item .category-content .product-list .dwmore {
  width: 337px;
  height: 378px;
  background: #1E90FF;
  padding: 31px 20px 32px 28px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  position: relative;
}
.category___2mqg1 .categorys .category-item .category-content .product-list .dwmore .more-btn {
  width: 25px;
  height: 20px;
  position: absolute;
  right: 20px;
  bottom: 32px;
}
.category___2mqg1 .categorys .category-item .category-content .product-list .product {
  width: 337px;
  height: 378px;
  background-color: #f3f3f3;
  margin-bottom: 15px;
  position: relative;
}
.category___2mqg1 .categorys .category-item .category-content .product-list .product .tags {
  position: absolute;
  top: 21px;
  left: 21px;
}
.category___2mqg1 .categorys .category-item .category-content .product-list .product .tags .icon {
  font-size: 24px;
  height: 42px;
  line-height: 42px;
  padding: 0px 10px;
  margin-right: 10px;
  border-radius: 8px;
}
.category___2mqg1 .categorys .category-item .category-content .product-list .product .pic {
  padding-top: 82px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.category___2mqg1 .categorys .category-item .category-content .product-list .product .pic img {
  width: 268px;
  height: 184px;
}
.category___2mqg1 .categorys .category-item .category-content .product-list .product .title {
  height: 65px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  padding-left: 12px;
  padding-right: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category___2mqg1 .categorys .category-item .category-content .product-list .product .title::before {
  content: "";
  width: 3px;
  height: 52px;
  background: #1E90FF;
  display: block;
  margin-right: 14px;
}
.category___2mqg1 .categorys .category-item .category-content .product-list .product .title .txt {
  -o-text-overflow: -o-ellipsis-lastline;
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.category___2mqg1 .categorys .category-item .category-content .new-list .new {
  width: 100%;
  height: 160px;
  background: #f3f3f3;
  margin-bottom: 20px;
}
.category___2mqg1 .categorys .category-item .category-content .new-list .new .pic {
  width: 160px;
  height: 160px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.category___2mqg1 .categorys .category-item .category-content .new-list .new .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 18px;
  padding-top: 16px;
  padding-bottom: 13px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category___2mqg1 .categorys .category-item .category-content .new-list .new .content .title {
  height: 66px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
}
.category___2mqg1 .categorys .category-item .category-content .new-list .new .content .pushtime {
  height: 33px;
  font-size: 24px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 33px;
}
.category___2mqg1 .categorys .category-item.active .category-title {
  background-color: #1E90FF;
  color: #ffffff;
}
.category___2mqg1 .categorys .category-item.active .category-title .more {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.category___2mqg1 .categorys .category-item.active .category-title .icon img {
  -webkit-transform: translateY(-62px);
     -moz-transform: translateY(-62px);
      -ms-transform: translateY(-62px);
       -o-transform: translateY(-62px);
          transform: translateY(-62px);
  -webkit-filter: drop-shadow(#ffffff 0 62px);
          filter: drop-shadow(#ffffff 0 62px);
}
.category___2mqg1 .categorys .category-item.active .category-content {
  max-height: var(--max-height);
}
.category___2mqg1 .doc_content img {
  width: 100%;
}
.category___2mqg1 .top-btns {
  margin-top: 57px;
}
.category___2mqg1 .top-btns .download-btn {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #1E90FF;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
}
.category___2mqg1 .top-btns .back-btn {
  margin-top: 20px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #8b8b8b;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  position: relative;
}
.category___2mqg1 .top-btns .back-btn::after {
  content: "";
  display: block;
  height: 80px;
  width: 64px;
  background-image: url(../images/more-down-thin.png);
  background-position: center;
  -o-background-size: 22px 12px;
     background-size: 22px 12px;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.swiper___KwSci {
  position: relative;
}
.swiper___KwSci.right-nav .prev-btn {
  right: 0px;
}
.swiper___KwSci.right-nav .next-btn {
  right: -55px;
}
.swiper___KwSci .prev-btn,
.swiper___KwSci .next-btn {
  z-index: 999;
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: #1E90FF;
  bottom: 0px;
  right: 55px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper___KwSci .prev-btn::after,
.swiper___KwSci .next-btn::after {
  content: "";
  width: 6px;
  height: 12px;
  background-image: url(../images/left.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.swiper___KwSci .next-btn {
  background-color: #f3f3f3;
  right: 0px;
}
.swiper___KwSci .next-btn::after {
  background-image: url(../images/right.png);
}
.swiper___KwSci .slots_old {
  position: absolute;
  left: 60px;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 4px;
  z-index: 999;
  width: 100%;
}
.swiper___KwSci .slots_old .slot {
  cursor: pointer;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  margin-right: 10px;
}
.swiper___KwSci .slots_old .slot.active {
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
}
.swiper___KwSci .slots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.swiper___KwSci .slots .slot {
  margin: 0px 10px;
}
.swiper___KwSci .slots .slot::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
}
.swiper___KwSci .slots .slot.active::after {
  width: 60px;
  height: 8px;
  background: #ffffff;
  border-radius: 3px;
}

.modal___3OxVY {
  position: fixed;
  width: 100%;
  height: -webkit-calc(100vh - 96px);
  height: -moz-calc(100vh - 96px);
  height: calc(100vh - 96px);
  top: 96px;
  left: 0px;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}
.modal___3OxVY.show {
  opacity: 1;
  visibility: visible;
}
.modal___3OxVY.mobile {
  top: 0;
  bottom: 0;
  height: 100%;
}
.modal___3OxVY.mobile .img img,
.modal___3OxVY.mobile .img video {
  max-width: 636px;
  max-height: 450px;
}
.modal___3OxVY.mobile .img .close {
  top: -18px;
  right: -26px;
  width: 60px;
  height: 60px;
}
.modal___3OxVY .img {
  position: relative;
}
.modal___3OxVY .img img,
.modal___3OxVY .img video {
  max-width: 100%;
  max-height: 530px;
}
.modal___3OxVY .img .close {
  position: absolute;
  right: -60px;
  top: 0px;
  width: 60px;
  height: 60px;
  background-color: #1E90FF;
  cursor: pointer;
}
.modal___3OxVY .img .close:before,
.modal___3OxVY .img .close:after {
  position: absolute;
  left: 28px;
  top: 12px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #ffffff;
}
.modal___3OxVY .img .close:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal___3OxVY .img .close:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.scrollable___35rGv {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.scrollable___35rGv.mobile {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scrollable___35rGv.mobile::-webkit-scrollbar {
  display: none;
}
.scrollable___35rGv > div {
  position: relative;
}

.about___2145a .video {
    margin-bottom: 30px;
  height: 600px;
  position: relative;
  /*margin-bottom: 122px;*/
}
.about___2145a .video > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about___2145a .video .container {
  position: relative;
  z-index: 2;
}
.about___2145a .video .container .control {
  position: absolute;
  top: -60px;
  right: 60px;
  width: 480px;
  height: 120px;
  background-color: #f0f0f0;
  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
.about___2145a .video .container .control .play {
  width: 120px;
  height: 120px;
  background-color: #1E90FF;
  cursor: pointer;
}
.about___2145a .video .container .control .play::after {
  content: "";
  width: 25px;
  height: 29px;
  background-image: url(../images/play.png);
  -o-background-size: 100%;
     background-size: 100%;
  display: block;
  margin-top: 46px;
  margin-left: 48px;
}
.about___2145a .video .container .control .title {
  padding: 20px 0px 24px 20px;
  width: 160px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.about___2145a .video .container .control .tip {
  padding-left: 20px;
  color: #8b8b8b;
  font-size: 12px;
  font-weight: 400;
}
.about___2145a .since {
  height: 66px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  padding: 0px 60px;
}
.about___2145a .about {
  margin-bottom: 120px;
  padding: 0px 60px;
}
.about___2145a .about .left {
  width: 540px;
  height: 361px;
  position: relative;
}
.about___2145a .about .left .banner-item {
  width: 540px;
  height: 361px;
}
.about___2145a .about .left .thevideo {
  width: 540px;
  height: 361px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about___2145a .about .left .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background: #1E90FF;
  border-radius: 60px;
  opacity: 0.79;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  cursor: pointer;
}
.about___2145a .about .left .play-btn::after {
  content: "";
  background-image: url(../images/play-icon.png);
  width: 21px;
  height: 25px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.about___2145a .about .right {
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  font-weight: 500;
}
.about___2145a .about .right .title {
  font-size: 14px;
  color: #333333;
  margin-bottom: 40px;
}
.about___2145a .about .right .desc {
  color: #8b8b8b;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 22px;
}
.about___2145a .coms {
  height: 520px;
  background-color: #f0f0f0;
  padding-top: 89px;
}
.about___2145a .coms .container {
  padding: 0px 60px;
}
.about___2145a .coms .com {
  cursor: pointer;
  width: 345px;
}
.about___2145a .coms .com:hover .pic {
  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
.about___2145a .coms .com .pic {
  margin-bottom: 40px;
  position: relative;
}
.about___2145a .coms .com .pic img {
  width: 345px;
  display: block;
}
.about___2145a .coms .com .pic::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #1E90FF;
  background-image: url(../images/more-white.png);
  -o-background-size: 22px auto;
     background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.about___2145a .coms .com .names {
  width: 345px;
  border-left: 2px solid #1E90FF;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  height: 44px;
}
.about___2145a .h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #333333;
  padding-left: 60px;
}
.about___2145a .landmarks {
  padding-top: 75px;
}
.about___2145a .landmarks .scrollablebox {
  position: relative;
  padding-left: 60px;
}
.about___2145a .landmarks .scrollablebox .prev-btn,
.about___2145a .landmarks .scrollablebox .next-btn {
  z-index: 999;
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: #1E90FF;
  top: -55px;
  right: 55px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about___2145a .landmarks .scrollablebox .prev-btn::after,
.about___2145a .landmarks .scrollablebox .next-btn::after {
  content: "";
  width: 6px;
  height: 12px;
  background-image: url(../images/left.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.about___2145a .landmarks .scrollablebox .next-btn {
  background-color: #f3f3f3;
  right: 0px;
}
.about___2145a .landmarks .scrollablebox .next-btn::after {
  background-image: url(../images/right.png);
}
.about___2145a .landmarks .scrollable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.about___2145a .landmarks .scrollable .col {
  width: 240px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  padding: 62px 60px 78px 0px;
}
.about___2145a .landmarks .scrollable .col:last-child {
  padding-right: 0;
}
.about___2145a .landmarks .scrollable .col .title {
  height: 84px;
  width: 240px;
  font-size: 60px;
  font-weight: 600;
  color: #333333;
  line-height: 84px;
  border-top: 8px solid #1E90FF;
  margin-bottom: 40px;
}
.about___2145a .landmarks .scrollable .col .date {
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
}
.about___2145a .landmarks .scrollable .col .desc {
  width: 240px;
  font-size: 14px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 22px;
  margin-bottom: 20px;
}
.about___2145a .culture {
  padding-top: 86px;
  margin-bottom: 120px;
}
.about___2145a .culture .culture-swiper {
  margin: 52px auto;
  width: 1200px;
  padding-left: 60px;
}
.about___2145a .culture .culture-swiper .banner-item {
  width: 100%;
}
.about___2145a .global .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 240px;
  height: 60px;
  line-height: 60px;
  background-color: #1E90FF;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.about___2145a .global .title::after {
  content: "";
  width: 6.5px;
  height: 13px;
  background-image: url(../images/right.png);
  -o-background-size: 100%;
     background-size: 100%;
}
.about___2145a .global .china {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.about___2145a .global .china .map {
  width: 789px;
  height: 643px;
  margin-bottom: 33px;
  margin-left: 314px;
}
.about___2145a .global .china .h1 {
  position: absolute;
  left: 0px;
}
.about___2145a .global .china .tags {
  position: absolute;
  left: 60px;
  top: 358px;
  width: 361px;
  background-color: #f3f3f3;
  -webkit-box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.15);
  padding-bottom: 23px;
}
.about___2145a .global .china .tags .tag {
  height: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-bottom: 8px;
  padding-left: 12px;
  border-left: 2px solid #1E90FF;
  margin-left: 30px;
}
.about___2145a .global .china .logo {
  height: 72px;
  margin-left: 60px;
  margin-bottom: 35px;
}
.about___2145a .global .word .container .map {
  width: 1198px;
  margin: 0px auto;
}
.about___2145a .global .word .container .map img {
  width: 1198px;
  display: block;
}
.about___2145a .global .word .container > .flex {
  padding: 0px 60px;
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 20px;
  white-space: pre-wrap;
}
.about___2145a .global .word .container > .flex .title {
  margin-bottom: 40px;
}
.about___2145a .global .word .container > .flex .desc {
  width: 492px;
  font-size: 14px;
  line-height: 22px;
}
.about___2145a .global .word .container .logo {
  height: 154px;
  margin-left: 60px;
  margin-bottom: 0px;
}

.cert___3UQ14 .certs .title {
  height: 42px;
  width: 100%;
  line-height: 42px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 38px;
}
.cert___3UQ14 .certs .list {
  margin-bottom: 70px;
}
.cert___3UQ14 .certs .list table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}
.cert___3UQ14 .certs .list table th {
  font-size: 14px;
  background-color: #fafafa;
  border: none;
  text-align: left;
}
.cert___3UQ14 .certs .list table th:first-child {
  text-align: center;
}
.cert___3UQ14 .certs .list table th:last-child {
  text-align: right;
  padding-right: 10px;
}
.cert___3UQ14 .certs .list table td {
  border-bottom: 1px solid #f0f0f0;
}
.cert___3UQ14 .certs .list table td:first-child {
  text-align: center;
}
.cert___3UQ14 .certs .list table td:last-child {
  text-align: right;
  padding-right: 10px;
}
.cert___3UQ14 .certs .list table th,
.cert___3UQ14 .certs .list table td {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
}
.cert___3UQ14 .certs .list table .indexnum {
  color: #8b8b8b;
  font-size: 12px;
}
.cert___3UQ14 .certs .list table .th {
  border-left: 2px solid #1E90FF;
}
.cert___3UQ14 .certs .list table .cert {
  width: 181px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 5px;
  border: 1px solid #ffffff;
}
.cert___3UQ14 .certs .list table .cert.active {
  border: 1px solid #1E90FF;
  cursor: pointer;
  color: #1E90FF;
}
.cert___3UQ14 .pics {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cert___3UQ14 .pics .pic {
  width: 271px;
  height: 271px;
  background-color: #f3f3f3;
  margin-right: 26px;
  margin-bottom: 26px;
  cursor: pointer;
}
.cert___3UQ14 .pics .pic:nth-child(3n) {
  margin-right: 0px;
}
.cert___3UQ14 .pics .pic img {
  max-width: 260px;
  max-height: 260px;
}
.headerpic___1DUHG {
  width: 100%;
  height: 463px;
}
.headerpic___1DUHG img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.drop___joy31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 300px;
  border: 1px solid #dbd9d9;
  cursor: pointer;
  position: relative;
}
.drop___joy31.mobile.big {
  height: 80px;
}
.drop___joy31.mobile.big .downbtn {
  width: 80px;
  height: 78px;
  background-color: #dbd9d9;
  background-image: url(../images/drop.png);
  -o-background-size: 100%;
     background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.drop___joy31.mobile.big .value {
  padding-left: 14px;
  font-size: 26px;
}
.drop___joy31.mobile.big .list {
  top: 78px;
}
.drop___joy31.mobile.big .list .item {
  height: 80px;
  line-height: 80px;
  font-size: 26px;
}
.drop___joy31.mobile .value {
  font-size: 24px;
}
.drop___joy31.mobile .list .item {
  font-size: 24px;
}
.drop___joy31.error {
  border-color: #1E90FF;
}
.drop___joy31.error .value {
  color: #1E90FF;
}
.drop___joy31.error .value.placeholder {
  color: #1E90FF;
}
.drop___joy31.small {
  height: 40px;
}
.drop___joy31.small .downbtn {
  width: 40px;
  height: 38px;
  background-color: #dbd9d9;
  background-image: url(../images/icon_drop.png);
  -o-background-size: 15px 7px;
     background-size: 15px 7px;
  background-position: center;
  background-repeat: no-repeat;
}
.drop___joy31.small .value {
  padding-left: 14px;
}
.drop___joy31.small .list {
  top: 38px;
}
.drop___joy31.small .list .item {
  height: 40px;
  line-height: 40px;
}
.drop___joy31 .value {
  position: relative;
  z-index: 9;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  color: #333333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.drop___joy31 .value.placeholder {
  color: #8b8b8b;
}
.drop___joy31 .downbtn {
  position: relative;
  z-index: 9;
  height: 60px;
  width: 60px;
  background-image: url(../images/drop.png);
  -o-background-size: 100%;
     background-size: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.drop___joy31 .list {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 20;
  position: absolute;
  top: 60px;
  left: -1px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dbd9d9;
  visibility: hidden;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
     -moz-transform-origin: top;
      -ms-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  max-height: 300px;
  overflow-y: auto;
}
.drop___joy31 .list.show {
  visibility: visible;
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}
.drop___joy31 .list .item {
  background-color: #ffffff;
  border-bottom: 1px solid #dbd9d9;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  color: #333333;
}
.drop___joy31 .list .item:last-child {
  border-bottom: none;
}
.drop___joy31 .list .item.empty {
  color: #8b8b8b;
}
.form-item.error .__drop__ {
  border-color: #1E90FF;
}
.form-item.error .__drop__ .downbtn {
  background-color: #1E90FF;
  background-image: url(../images/drop.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.form-item.error .__drop__ + .error-icon {
  right: 53px !important;
}

.yk-picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.yk-picker .yk-picker-input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.yk-picker .yk-picker-input input {
  cursor: pointer;
  width: 100% !important;
}
.yk-picker::after {
  content: "";
  display: block;
  width: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 40px;
  background-color: #dbd9d9;
  background-image: url(../images/icon_drop.png);
  -o-background-size: 15px 7px;
     background-size: 15px 7px;
  background-position: center;
  background-repeat: no-repeat;
}
.yk-picker-dropdown {
  visibility: visible;
  font-size: 14px;
  width: 300px;
}
.yk-picker-dropdown.yk-picker-dropdown-hidden {
  visibility: hidden;
}
.yk-picker-dropdown .yk-picker-panel-container {
  border: 1px solid #dbd9d9;
  background-color: #ffffff;
}
.yk-picker-dropdown .yk-picker-panel-container .yk-picker-header {
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.yk-picker-dropdown .yk-picker-panel-container .yk-picker-header button {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.yk-picker-dropdown .yk-picker-panel-container .yk-picker-header .yk-picker-header-view {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.yk-picker-dropdown .yk-picker-panel-container .yk-picker-body {
  padding: 8px 12px;
}
.yk-picker-dropdown .yk-picker-panel-container .yk-picker-body .yk-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.yk-picker-dropdown .yk-picker-panel-container .yk-picker-body .yk-picker-content thead tr {
  height: 40px;
}
.yk-picker-dropdown .yk-picker-panel-container .yk-picker-body .yk-picker-content .yk-picker-cell {
  padding: 3px 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  cursor: pointer;
}
.yk-picker-dropdown .yk-picker-panel-container .yk-picker-body .yk-picker-content .yk-picker-cell.yk-picker-cell-in-view {
  color: rgba(0, 0, 0, 0.85);
}
.yk-picker-dropdown .yk-picker-panel-container .yk-picker-body .yk-picker-content .yk-picker-cell .yk-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
}
.form-item.error .yk-picker {
  border-color: #1E90FF;
}
.form-item.error .yk-picker::after {
  background-color: #1E90FF;
  background-image: url(../images/drop.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.form-item.error .yk-picker + .error-icon {
  right: 53px !important;
}

.upload___6Xvs5 .upbtn {
  cursor: pointer;
  width: 300px;
  height: 60px;
  line-height: 60px;
  background-color: #1E90FF;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.upload___6Xvs5 .file {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.upload___6Xvs5 .file div {
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #1E90FF;
}
.upload___6Xvs5 .file .close {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin-left: 6px;
  background-image: url(../images/delete.svg);
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.product___1OYMh .titles {
  margin-bottom: 45px;
}
.product___1OYMh .titles .tagname {
  width: 600px;
}
.product___1OYMh .titles .tagname .tags {
  margin-right: 85px;
}
.product___1OYMh .titles .sname {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 5px;
}
.product___1OYMh .titles .name {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.product___1OYMh .swiper {
  width: 600px;
  height: 400px;
}
.product___1OYMh .swiper .banner-item {
  width: 600px;
  height: 400px;
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*overflow: hidden;*/
}
.product___1OYMh .swiper .banner-item img {
  width: 100%;
    transition:.5s;
}
.product___1OYMh .swiper .banner-item img:hover{
    transition:.5s;
    transform: scale(1.5);
}
.product___1OYMh .infos .title {
  width: 780px;
  height: 112px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  padding-top: 70px;
  margin-bottom: 50px;
}
.product___1OYMh .infos .line {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -moz-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-align: center;*/
  /*-webkit-align-items: center;*/
     /*-moz-box-align: center;*/
      /*-ms-flex-align: center;*/
          /*align-items: center;*/
  /*-webkit-box-align: start;*/
  /*-webkit-align-items: flex-start;*/
     /*-moz-box-align: start;*/
      /*-ms-flex-align: start;*/
          /*align-items: flex-start;*/
}
.product___1OYMh .infos .line .label {
  width: 150px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: right;
  color: #8b8b8b;
  margin-right: 30px;
  padding: 9px 0px;
}
.product___1OYMh .infos .line .value {
  width: 600px;
  padding: 9px 0px;
  border-bottom: 1px solid #f0f0f0;
}
.product___1OYMh .infos .line .value.manyline {
  white-space: pre-line;
}
.product___1OYMh .infos .line .value .cert {
  height: 24px;
  line-height: 24px;
  padding: 0px 9px;
  border-radius: 5px;
  border: 1px solid #1E90FF;
  color: #1E90FF;
  display: inline-block;
  cursor: pointer;
}

.search___2wMbc .login-box {
  width: 480px;
  height: 515px;
  background-color: #f3f3f3;
  -webkit-box-shadow: -10px -10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -10px -10px 30px 0px rgba(0, 0, 0, 0.2);
  padding: 40px 28px 20px 32px;
}
.search___2wMbc .login-box .title {
  height: 66px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 40px;
}
.search___2wMbc .login-box input {
  width: 420px;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #dbd9d9;
  padding-left: 19px;
  line-height: 60px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.search___2wMbc .login-box input::-webkit-input-placeholder {
  color: #8b8b8b;
}
.search___2wMbc .login-box input:-moz-placeholder {
  color: #8b8b8b;
}
.search___2wMbc .login-box input::-moz-placeholder {
  color: #8b8b8b;
}
.search___2wMbc .login-box input:-ms-input-placeholder {
  color: #8b8b8b;
}
.search___2wMbc .login-box input::-ms-input-placeholder {
  color: #8b8b8b;
}
.search___2wMbc .login-box input::placeholder {
  color: #8b8b8b;
}
.search___2wMbc .login-box input.error {
  border-color: #1E90FF;
}
.search___2wMbc .login-box input.error::-webkit-input-placeholder {
  color: #1E90FF;
}
.search___2wMbc .login-box input.error:-moz-placeholder {
  color: #1E90FF;
}
.search___2wMbc .login-box input.error::-moz-placeholder {
  color: #1E90FF;
}
.search___2wMbc .login-box input.error:-ms-input-placeholder {
  color: #1E90FF;
}
.search___2wMbc .login-box input.error::-ms-input-placeholder {
  color: #1E90FF;
}
.search___2wMbc .login-box input.error::placeholder {
  color: #1E90FF;
}
.search___2wMbc .login-box .code {
  width: 200px;
  height: 60px;
}
.search___2wMbc .login-box .code.img {
  cursor: pointer;
  background-color: #8b8b8b;
}
.search___2wMbc .login-box .btn {
  width: 420px;
  height: 60px;
  background-color: #1E90FF;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
}
.search___2wMbc .login-box .tip {
  height: 28px;
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 28px;
  text-decoration: underline;
  cursor: pointer;
}
.search___2wMbc .top-bg {
  height: 463px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.search___2wMbc .container .search {
  width: 660px;
  height: 60px;
  margin: 0px auto;
  margin-top: -30px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
.search___2wMbc .container .search > input {
  height: 60px;
  line-height: 60px;
  width: 480px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.search___2wMbc .container .search > input::-webkit-input-placeholder {
  color: #8b8b8b;
}
.search___2wMbc .container .search > input:-moz-placeholder {
  color: #8b8b8b;
}
.search___2wMbc .container .search > input::-moz-placeholder {
  color: #8b8b8b;
}
.search___2wMbc .container .search > input:-ms-input-placeholder {
  color: #8b8b8b;
}
.search___2wMbc .container .search > input::-ms-input-placeholder {
  color: #8b8b8b;
}
.search___2wMbc .container .search > input::placeholder {
  color: #8b8b8b;
}
.search___2wMbc .container .search > .btn {
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #1E90FF;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 60px;
}
.search___2wMbc .container .search > .btn > img {
  height: 28px;
  width: 28px;
  margin-right: 20px;
}
.search___2wMbc .steps {
  width: 1200px;
}
.search___2wMbc .steps .step {
  width: 33.33%;
  height: 620px;
  padding-left: 52px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #f3f3f3;
  padding-top: 190px;
}
.search___2wMbc .steps .step:last-child {
  border-right: none;
}
.search___2wMbc .steps .step .title {
  height: 66px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 21px;
}
.search___2wMbc .steps .step .desc {
  height: 34px;
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 17px;
  margin-bottom: 65px;
}
.search___2wMbc .steps .step .error {
  color: #1E90FF;
  font-size: 12px;
  margin-top: 8px;
}
.search___2wMbc .docs .right .tip1 {
  height: 33px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 20px;
}
.search___2wMbc .docs .right .tip2 {
  height: 34px;
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 17px;
  margin-bottom: 78px;
}
.search___2wMbc .docs .right .tip2 a {
  color: #8b8b8b;
  text-decoration: underline;
}
.search___2wMbc .docs .right .empty {
  font-size: 16px;
  padding-left: 294px;
  padding-top: 275px;
  padding-bottom: 276px;
  color: #333333;
}
.search___2wMbc .docs .right .doc {
  margin-bottom: 20px;
}
.search___2wMbc .docs .right .doc .btn {
  height: 122px;
  width: 122px;
  background-color: #1E90FF;
  background-image: url(../images/download.png);
  -o-background-size: 57px 64px;
     background-size: 57px 64px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 28px;
}
.search___2wMbc .docs .right .doc .title {
  padding-top: 20px;
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-bottom: 18px;
}
.search___2wMbc .docs .right .doc .desc {
  width: 520px;
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 20px;
  padding-left: 20px;
  border-left: 2px solid #1E90FF;
}

.suggest___6g4Hx .top {
  height: 465px;
  width: 100%;
  margin-bottom: 106px;
}
.suggest___6g4Hx .top img {
  height: 465px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.suggest___6g4Hx .left {
  padding-top: 14px;
  width: 489px;
  padding-right: 54px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #f0f0f0;
}
.suggest___6g4Hx .left .title {
  height: 66px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 20px;
}
.suggest___6g4Hx .left .tip {
  height: 34px;
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 17px;
  margin-bottom: 68px;
}
.suggest___6g4Hx .left textarea,
.suggest___6g4Hx .left input {
  width: 420px;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #dbd9d9;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 20px;
  color: #333333;
}
.suggest___6g4Hx .left textarea::-webkit-input-placeholder, .suggest___6g4Hx .left input::-webkit-input-placeholder {
  color: #8b8b8b;
}
.suggest___6g4Hx .left textarea:-moz-placeholder, .suggest___6g4Hx .left input:-moz-placeholder {
  color: #8b8b8b;
}
.suggest___6g4Hx .left textarea::-moz-placeholder, .suggest___6g4Hx .left input::-moz-placeholder {
  color: #8b8b8b;
}
.suggest___6g4Hx .left textarea:-ms-input-placeholder, .suggest___6g4Hx .left input:-ms-input-placeholder {
  color: #8b8b8b;
}
.suggest___6g4Hx .left textarea::-ms-input-placeholder, .suggest___6g4Hx .left input::-ms-input-placeholder {
  color: #8b8b8b;
}
.suggest___6g4Hx .left textarea::placeholder,
.suggest___6g4Hx .left input::placeholder {
  color: #8b8b8b;
}
.suggest___6g4Hx .left textarea {
  padding: 25px;
  height: 219px;
}
.suggest___6g4Hx .left .code {
  margin-top: 0px;
  width: 200px;
}
.suggest___6g4Hx .left .codebox {
  margin-top: 20px;
  width: 420px;
}
.suggest___6g4Hx .left .submit {
  width: 420px;
  height: 60px;
  background-color: #1E90FF;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 60px;
  margin-top: 100px;
  text-align: center;
  cursor: pointer;
}
.suggest___6g4Hx .left .error {
  font-size: 12px;
  color: #1E90FF;
  margin-top: 6px;
}
.suggest___6g4Hx .right {
  padding-left: 54px;
  padding-top: 14px;
}
.suggest___6g4Hx .right .title {
  height: 66px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 53px;
}
.suggest___6g4Hx .right .qalist {
  height: 705px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.suggest___6g4Hx .right .qalist::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #f3f3f3;
}
.suggest___6g4Hx .right .qalist::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f3f3f3;
}
.suggest___6g4Hx .right .qalist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1E90FF;
}
.suggest___6g4Hx .right .qalist .qa {
  width: 100%;
  background-color: #f3f3f3;
  padding: 20px;
  margin-bottom: 10px;
}
.suggest___6g4Hx .right .qalist .qa .question {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
}
.suggest___6g4Hx .right .qalist .qa .answer {
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 17px;
  padding-left: 20px;
  border-left: 2px solid #1E90FF;
}

.about___1SESf .video {
  width: 100%;
  margin-bottom: 85px;
}
.about___1SESf .video img {
  width: 100%;
}
.about___1SESf .about-content {
  padding: 0px 30px;
}
.about___1SESf .videobox {
  position: relative;
  width: 100%;
  height: 515px;
  margin-bottom: 57px;
  -o-background-size: cover;
     background-size: cover;
}
.about___1SESf .videobox .thevideo {
  width: 100%;
  height: 515px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about___1SESf .videobox .poster {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}
.about___1SESf .videobox .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background: #1E90FF;
  border-radius: 60px;
  opacity: 0.79;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  z-index: 11;
  cursor: pointer;
}
.about___1SESf .videobox .play-btn::after {
  content: "";
  background-image: url(../images/play-icon.png);
  width: 21px;
  height: 25px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.about___1SESf .title {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  line-height: 42px;
  margin-bottom: 65px;
}
.about___1SESf .desc {
  font-size: 24px;
  color: #8b8b8b;
  line-height: 42px;
  white-space: pre-wrap;
  margin-bottom: 90px;
}
.about___1SESf .coms {
  height: 520px;
  background: #f3f3f3;
  padding-top: 89px;
  margin-bottom: 84px;
}
.about___1SESf .coms > .flex {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.about___1SESf .coms > .flex::-webkit-scrollbar {
  display: none;
}
.about___1SESf .coms > .flex::before,
.about___1SESf .coms > .flex::after {
  content: "";
  display: block;
  width: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about___1SESf .coms > .flex .com {
  margin-right: 30px;
}
.about___1SESf .coms > .flex .com:last-child {
  margin-right: 0;
}
.about___1SESf .coms > .flex .com .pic {
  width: 380px;
  height: 266px;
  position: relative;
  margin-bottom: 28px;
}
.about___1SESf .coms > .flex .com .pic::after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #1E90FF;
  background-image: url(../images/btn-more.png);
  background-repeat: no-repeat;
  -o-background-size: 22px 17px;
     background-size: 22px 17px;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.about___1SESf .coms > .flex .com .pic img {
  width: 380px;
  height: 266px;
}
.about___1SESf .coms > .flex .com .names {
  height: 62px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  white-space: nowrap;
  border-left: 4px solid #1E90FF;
  padding-left: 14px;
}
.about___1SESf .landmarks {
  padding-bottom: 130px;
  border-bottom: 1px solid #f0f0f0;
}
.about___1SESf .landmarks .scrollable {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.about___1SESf .landmarks .scrollable::before,
.about___1SESf .landmarks .scrollable::after {
  content: "";
  display: block;
  width: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about___1SESf .landmarks .scrollable .col {
  width: 292px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
}
.about___1SESf .landmarks .scrollable .col:last-child {
  margin-right: 0;
}
.about___1SESf .landmarks .scrollable .col .title {
  border-top: 8px solid #1E90FF;
  height: 84px;
  font-size: 60px;
  font-weight: 600;
  color: #333333;
  line-height: 84px;
}
.about___1SESf .landmarks .scrollable .col .date {
  height: 40px;
  font-size: 26px;
  font-weight: 500;
  color: #333333;
  line-height: 37px;
  margin-bottom: 9px;
}
.about___1SESf .landmarks .scrollable .col .desc {
  font-size: 22px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 44px;
  margin-bottom: 30px;
}
.about___1SESf .culture {
  padding-top: 42px;
  margin-bottom: 84px;
}
.about___1SESf .culture .culture-img {
  width: 100%;
}
.about___1SESf .global .i-title {
  width: 287px;
  height: 72px;
  padding-left: 20px;
  background: #1E90FF;
  font-size: 28px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 20px;
}
.about___1SESf .global .i-title::after {
  content: "";
  background-image: url(../images/more-down-thin.png);
  height: 7px;
  width: 16px;
  -o-background-size: 100%;
     background-size: 100%;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.about___1SESf .global .china {
  position: relative;
}
.about___1SESf .global .china .map {
  width: 100%;
}
.about___1SESf .global .china .tags {
  position: absolute;
  top: 458px;
  left: 30px;
  width: 375px;
  background: #f3f3f3;
  -webkit-box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.15);
  padding-bottom: 50px;
}
.about___1SESf .global .china .tags .i-title {
  margin-bottom: 36px;
}
.about___1SESf .global .china .tags .tag {
  height: 22px;
  border-left: 3px solid #1E90FF;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
  padding-left: 12px;
  margin-left: 38px;
}
.about___1SESf .global .word .i-title {
  margin-bottom: 44px;
}
.about___1SESf .global .word .map {
  margin-top: 385px;
  width: 100%;
  margin-bottom: 38px;
}
.about___1SESf .global .word .map img {
  width: 100%;
}

.cert___37maE .headerpic {
  width: 100%;
  margin-bottom: 84px;
}
.cert___37maE .headerpic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cert___37maE .cert-container {
  padding: 0px 30px;
}
.cert___37maE .cert-container .cert-categorys {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 42px;
}
.cert___37maE .cert-container .cert-categorys .cert-category {
  height: 90px;
  line-height: 90px;
  border-bottom: 3px solid transparent;
  font-size: 26px;
  font-weight: 400;
  color: #8b8b8b;
}
.cert___37maE .cert-container .cert-categorys .cert-category.active {
  color: #1E90FF;
  border-bottom: 3px solid #1E90FF;
}
.cert___37maE .cert-container .list table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
.cert___37maE .cert-container .list .th {
  height: 68px;
  background-color: #fafafa;
  border-left: 3px solid #1E90FF;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
.cert___37maE .cert-container .list .th th:first-child {
  text-align: center;
}
.cert___37maE .cert-container .list .th th:last-child {
  text-align: right;
}
.cert___37maE .cert-container .list tr {
  width: 243px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  border-bottom: 1px solid #f0f0f0;
}
.cert___37maE .cert-container .list tr .indexnum {
  text-align: center;
  color: #8b8b8b;
}
.cert___37maE .cert-container .list tr .cert {
  color: #1E90FF;
  border: 1px solid #1E90FF;
  height: 32px;
  line-height: 32px;
  padding: 0px 4px;
  border-radius: 5px;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.cert___37maE .cert-container .list tr td {
  padding: 20px 0px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 30px;
}
.cert___37maE .cert-container .list tr td:last-child {
  text-align: right;
}
.cert___37maE .cert-container .pics {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cert___37maE .cert-container .pics .pic {
  width: 336px;
  height: 336px;
  background: #f3f3f3;
  margin-right: 17px;
  margin-bottom: 17px;
}
.cert___37maE .cert-container .pics .pic:nth-child(2n) {
  margin-right: 0;
}
.cert___37maE .cert-container .pics .pic img {
  width: 282px;
}

.newpage___3CIY1 {
  padding: 81px 30px;
}
.newpage___3CIY1 .title {
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  margin-bottom: 23px;
}
.newpage___3CIY1 .pushtime {
  font-size: 24px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 33px;
  padding-bottom: 4px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 60px;
}
.newpage___3CIY1 .rich-content-m {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  max-height: var(--max-height);
}
.newpage___3CIY1 .rich-content-m.hide {
  max-height: 600px;
}
.newpage___3CIY1 .rich-content-m.hide::after {
  content: "";
  display: block;
  position: absolute;
  height: 43px;
  width: 100%;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.newpage___3CIY1 .rich-content-m img {
  max-width: 100%;
}
.newpage___3CIY1 .banner {
  margin-top: 40px;
}
.newpage___3CIY1 .banner .banner-item {
  height: 448px;
}
.newpage___3CIY1 .banner .banner-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 448px;
  width: 100%;
}
.newpage___3CIY1 .buttons {
  width: 100%;
  margin-top: 40px;
}
.newpage___3CIY1 .buttons .btn {
  width: 100%;
  height: 80px;
  background: #8b8b8b;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.newpage___3CIY1 .buttons .btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  width: 52px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/more-down-thin.png);
  -o-background-size: 22px 12px;
     background-size: 22px 12px;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.newpage___3CIY1 .buttons .btn.active {
  background-color: #1E90FF;
}
.newpage___3CIY1 .buttons .btn.active::after {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  right: auto;
  left: 0;
}
.newpage___3CIY1 .buttons .btn.more {
  text-align: left;
  padding-left: 30px;
}
.newpage___3CIY1 .buttons .btn.more::after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.home_box___2fbnA {
  width: 100%;
  height: 448px;
}
.home_box___2fbnA .banner-item {
  width: 100%;
  height: 448px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.enter_box___ZJkCS {
  padding: 0px 30px;
}
.enter_box___ZJkCS .title {
  padding-top: 123px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
}
.enter_box___ZJkCS .title::after {
  content: "";
  width: 68px;
  height: 4px;
  background: #1E90FF;
  display: block;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
}
.enter_box___ZJkCS .desc {
  white-space: pre-line;
  font-size: 24px;
  color: #8b8b8b;
  line-height: 56px;
  margin-top: 49px;
  text-align: center;
}
.enter_box___ZJkCS .btn {
  width: 287px;
  height: 62px;
  line-height: 62px;
  background: #1E90FF;
  border-radius: 4px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
.enter_box_pic___7d6ih {
  margin-top: 70px;
  height: 273px;
  width: 100%;
  display: block;
}
.numbers___3m7Dt {
  padding: 148px 30px 0px 30px;
}
.numbers___3m7Dt .flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.numbers___3m7Dt .flex .item {
  margin-bottom: 63px;
  white-space: nowrap;
}
.numbers___3m7Dt .flex .item:nth-child(3n + 1) {
  width: 249px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.numbers___3m7Dt .flex .item:nth-child(3n) {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
.numbers___3m7Dt .flex .item:last-child {
  margin-right: auto;
}
.numbers___3m7Dt .flex .item .animate-number {
  font-size: 60px;
  font-family: numberplus;
  color: #333333;
  height: 69px;
  line-height: 69px;
}
.numbers___3m7Dt .flex .item .title {
  margin-top: 3px;
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  font-weight: 400;
  color: #8b8b8b;
}
.product_box___2G917 {
  padding-top: 34px;
  padding-left: 30px;
  padding-right: 30px;
}
.product_box___2G917 .flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product_box___2G917 .flex .product {
  width: 336px;
  height: 334px;
  background: #f3f3f3;
  margin-bottom: 23px;
  padding: 40px 25px 0px 25px;
}
.product_box___2G917 .flex .product:first-child {
  width: 690px;
  height: 685px;
  background: #1E90FF;
  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
  padding: 55px 48px 0px 48px;
}
.product_box___2G917 .flex .product:first-child .stitle {
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
  height: 42px;
  line-height: 42px;
  margin-bottom: 16px;
}
.product_box___2G917 .flex .product:first-child .title {
  color: #ffffff;
  font-size: 24px;
  height: 63px;
  line-height: 33px;
}
.product_box___2G917 .flex .product:first-child .pic {
  width: 100%;
  height: 509px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_box___2G917 .flex .product .stitle {
  height: 35px;
  line-height: 35px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 12px;
}
.product_box___2G917 .flex .product .title {
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 25px;
}
.product_box___2G917 .flex .product .pic {
  width: 100%;
  height: 187px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_box___2G917 .btn {
  width: 287px;
  height: 62px;
  line-height: 62px;
  background: #1E90FF;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-top: 37px;
}
.who_pq___2zMvN .content-box {
  padding-top: 130px;
  padding-left: 30px;
  padding-right: 30px;
}
.who_pq___2zMvN .content-box .title {
  height: 100px;
  font-size: 30px;
  color: #333333;
  line-height: 50px;
}
.who_pq___2zMvN .content-box .title .b {
  font-weight: 6 00;
}
.who_pq___2zMvN .content-box .line {
  margin-top: 16px;
  display: block;
  width: 68px;
  height: 4px;
  background: #1E90FF;
}
.who_pq___2zMvN .content-box .desc {
  font-size: 24px;
  color: #8b8b8b;
  line-height: 56px;
  margin-top: 53px;
}
.who_pq___2zMvN .swiper {
  width: 100%;
  height: 584px;
  margin-top: 55px;
  background: #f3f3f3;
}
.who_pq___2zMvN .swiper .swiper-slide {
  width: 100%;
  height: 584px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.who_pq___2zMvN .swiper img {
  width: 411px;
  height: auto;
}

.posts___3ndbg {
  padding: 0px 30px;
  padding-top: 84px;
}
.posts___3ndbg .buttons {
  width: 100%;
  margin-top: 40px;
}
.posts___3ndbg .buttons .btn {
  width: 100%;
  height: 80px;
  background: #8b8b8b;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.posts___3ndbg .buttons .btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  width: 52px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/more-down-thin.png);
  -o-background-size: 22px 12px;
     background-size: 22px 12px;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.posts___3ndbg .buttons .btn.active {
  background-color: #1E90FF;
}
.posts___3ndbg .buttons .btn.active::after {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  right: auto;
  left: 0;
}
.posts___3ndbg .buttons .btn.more {
  text-align: left;
  padding-left: 30px;
}
.posts___3ndbg .buttons .btn.more::after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.posts___3ndbg .droplist {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 25px;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-left: 10px;
}
.posts___3ndbg .droplist .__drop__ {
  min-width: 130px;
  width: auto;
  border: none;
  margin-right: 70px;
  height: 44px;
  margin-bottom: 10px;
}
.posts___3ndbg .droplist .__drop__ .value {
  margin-right: 9px;
  padding-left: 0;
}
.posts___3ndbg .droplist .__drop__ .downbtn {
  width: 16px;
  height: 8px;
  background-image: url(../images/more-down-thin.png);
  background-repeat: no-repeat;
  -o-background-size: 100%;
     background-size: 100%;
}
.posts___3ndbg .droplist .__drop__ .list {
  top: 37px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 130px;
  border: none;
  left: -12px;
}
.posts___3ndbg .droplist .__drop__ .list .item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 130px;
  padding: 0px 12px;
  border: none;
}
.posts___3ndbg .nopd {
  width: 100%;
  font-size: 26px;
  text-align: center;
  padding: 24px 0px;
}
.posts___3ndbg .flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.posts___3ndbg .flex .item {
  width: 337px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.posts___3ndbg .flex .item:nth-child(2n) {
  margin-right: 0;
}
.posts___3ndbg .flex .item .content {
  background-color: #f3f3f3;
  padding-top: 17px;
  padding-left: 20px;
  padding-right: 22px;
  padding-bottom: 23px;
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.posts___3ndbg .flex .item .content .tags {
  margin-bottom: 14px;
}
.posts___3ndbg .flex .item .content .tags .icon {
  font-size: 24px;
  height: 42px;
  line-height: 42px;
  padding: 0px 10px;
  margin-right: 10px;
  border-radius: 8px;
}
.posts___3ndbg .flex .item .content .name {
  height: 42px;
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  line-height: 42px;
  margin-bottom: 10px;
}
.posts___3ndbg .flex .item .content .info {
  height: 22px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-bottom: 23px;
}
.posts___3ndbg .flex .item .content .benefits {
  border-left: 3px solid #1E90FF;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 25px;
}
.posts___3ndbg .flex .item .content .pushtime {
  height: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 28px;
  margin-top: auto;
}
.posts___3ndbg .flex .item .more {
  height: 60px;
  line-height: 60px;
  background-color: #1E90FF;
  color: #ffffff;
  font-weight: 500;
  padding-left: 20px;
  font-size: 22px;
  text-decoration: underline;
  position: relative;
}
.posts___3ndbg .flex .item .more::after {
  content: "";
  height: 20px;
  width: 25px;
  display: block;
  background-image: url(../images/btn-more.png);
  -o-background-size: 100%;
     background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -10px;
}
.post___2wtwK .header-box {
  width: 100%;
  height: 192px;
  background: #1E90FF;
  color: #ffffff;
  padding: 40px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post___2wtwK .header-box .name {
  font-size: 36px;
  font-weight: 500;
}
.post___2wtwK .header-box .info {
  font-weight: 500;
  font-size: 26px;
}
.post___2wtwK .header-box .tags .icon {
  font-size: 24px;
  height: 42px;
  line-height: 42px;
  padding: 0px 10px;
  margin-right: 10px;
  border-radius: 8px;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.post___2wtwK .duty {
  padding: 26px 30px 50px 30px;
  width: 100%;
  white-space: pre-wrap;
}
.post___2wtwK .infos {
  padding: 26px 30px 30px 30px;
}
.post___2wtwK .infos .title {
  height: 50px;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 50px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.post___2wtwK .infos .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 503px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.post___2wtwK .infos .line .label {
  padding-top: 18px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 152px;
  color: #8b8b8b;
  line-height: 44px;
  text-align: right;
  white-space: nowrap;
  padding-right: 40px;
}
.post___2wtwK .infos .line .value {
  width: 504px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 18px 0px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 44px;
}
.post___2wtwK .infos .line .value.manyline {
  white-space: pre-line;
}

.product___1EAsm .pics {
  height: 378px;
  width: 100%;
  background: #f3f3f3;
}
.product___1EAsm .pics .banner-item {
  height: 378px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  overflow: hidden;
}
.product___1EAsm .pics .banner-item img {
  width: 100%;
}
.product___1EAsm .product-info {
  padding: 37px 30px;
}
.product___1EAsm .titles .tags .icon {
  font-size: 24px;
  height: 42px;
  line-height: 42px;
  padding: 0px 10px;
  margin-right: 10px;
  border-radius: 8px;
}
.product___1EAsm .titles .sname {
  height: 50px;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
}
.product___1EAsm .titles .name {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-top: 28px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 54px;
}
.product___1EAsm .infos .title {
  height: 50px;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 50px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.product___1EAsm .infos .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 503px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.product___1EAsm .infos .line .label {
  padding-top: 18px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 152px;
  color: #8b8b8b;
  line-height: 44px;
  text-align: right;
  white-space: nowrap;
  padding-right: 40px;
}
.product___1EAsm .infos .line .value {
  width: 504px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 18px 0px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 44px;
}
.product___1EAsm .infos .line .value.manyline {
  white-space: pre-line;
}
.product___1EAsm .infos .line .value .cert {
  border-radius: 5px;
  border: 1px solid #1E90FF;
  font-size: 24px;
  color: #1E90FF;
  display: inline-block;
  padding: 0px 9px;
  height: 38px;
  line-height: 38px;
}
.product___1EAsm .buttons {
  width: 100%;
  margin-top: 40px;
  padding: 0px 30px;
}
.product___1EAsm .buttons .btn {
  width: 100%;
  height: 80px;
  background: #f3f3f3;
  margin-bottom: 20px;
  color: #333333;
  font-size: 28px;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.product___1EAsm .buttons .btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  width: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/docx.png);
  -o-background-size: 80%;
     background-size: 80%;
}
.product___1EAsm .buttons .btn.active {
  background-color: #1E90FF;
  color: #ffffff;
}
.product___1EAsm .buttons .btn.active::after {
  background-image: url(../images/left.png);
  -o-background-size: 12px auto;
     background-size: 12px auto;
  right: auto;
  left: 0;
}

.search___laf2E {
  padding-top: 80px;
}
.search___laf2E .search {
  width: 688px;
  height: 80px;
  margin: 0px auto;
  background-color: #ffffff;
  margin-bottom: 48px;
  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
.search___laf2E .search > input {
  height: 80px;
  line-height: 80px;
  width: 480px;
  padding-left: 15px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.search___laf2E .search > input::-webkit-input-placeholder {
  color: #8b8b8b;
}
.search___laf2E .search > input:-moz-placeholder {
  color: #8b8b8b;
}
.search___laf2E .search > input::-moz-placeholder {
  color: #8b8b8b;
}
.search___laf2E .search > input:-ms-input-placeholder {
  color: #8b8b8b;
}
.search___laf2E .search > input::-ms-input-placeholder {
  color: #8b8b8b;
}
.search___laf2E .search > input::placeholder {
  color: #8b8b8b;
}
.search___laf2E .search > .btn {
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #1E90FF;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 60px;
  width: 180px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.search___laf2E .search > .btn > img {
  height: 28px;
  width: 28px;
  margin-right: 20px;
}
.search___laf2E .steps {
  padding: 0px 30px 0px 15px;
  margin-left: 30px;
  border-left: 4px solid #1E90FF;
}
.search___laf2E .steps .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}
.search___laf2E .steps .step:last-child {
  margin-bottom: 0px;
}
.search___laf2E .steps .step .title {
  height: 66px;
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  line-height: 33px;
  margin-bottom: 9px;
}
.search___laf2E .steps .step .desc {
  height: 66px;
  font-size: 24px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 33px;
}
.search___laf2E .docs {
  margin-top: 70px;
  padding: 0px 30px;
}
.search___laf2E .docs .tip1 {
  height: 33px;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  line-height: 33px;
  margin-bottom: 8px;
}
.search___laf2E .docs .tip2 {
  height: 66px;
  font-size: 24px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 33px;
  margin-bottom: 30px;
}
.search___laf2E .docs .tip2 a {
  color: #8b8b8b;
  text-decoration: underline;
}
.search___laf2E .docs .empty {
  font-size: 24px;
  color: #333333;
  padding-top: 224px;
  padding-bottom: 174px;
  text-align: center;
}
.search___laf2E .docs .doc {
  width: 100%;
  height: 197px;
  background-color: #f3f3f3;
  margin-bottom: 20px;
  padding-left: 22px;
}
.search___laf2E .docs .doc .title {
  margin-top: 16px;
  width: 443px;
  height: 76px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 38px;
  margin-bottom: 24px;
}
.search___laf2E .docs .doc .desc {
  width: 443px;
  padding-left: 21px;
  height: 64px;
  font-size: 22px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 32px;
  -o-text-overflow: -o-ellipsis-lastline;
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.search___laf2E .docs .doc .desc::before {
  content: "";
  width: 4px;
  height: 48px;
  background: #1E90FF;
  position: absolute;
  top: 8px;
  left: 0px;
}
.search___laf2E .docs .doc .btn {
  width: 182px;
  height: 197px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #1E90FF;
  background-image: url(../images/download-btn.png);
  -o-background-size: 143px 30px;
     background-size: 143px 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.service___2fAxa .banner-item {
  width: 100%;
}
.service___2fAxa .banner-item img {
  width: 100%;
}
.service___2fAxa .service-content {
  padding: 70px 30px;
}
.service___2fAxa .service-content .rich-content-m {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 84px;
}
.service___2fAxa .service-content .tels {
  padding-top: 30px;
}
.service___2fAxa .service-content .tels .item {
  padding-bottom: 62px;
}
.service___2fAxa .service-content .tels .item .title {
  height: 40px;
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  margin-bottom: 30px;
}
.service___2fAxa .service-content .tels .item .tel {
  width: 387px;
  height: 72px;
  background: #f3f3f3;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.service___2fAxa .service-content .tels .item .tel::before {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  content: "";
  height: 72px;
  width: 72px;
  background-color: #1E90FF;
  background-image: url(../images/tel.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  margin-right: 29px;
}

.suggest___1FGKq {
  padding: 0px 30px;
}
.suggest___1FGKq .h1-m {
  font-size: 32px;
}
.suggest___1FGKq .tip {
  height: 66px;
  font-size: 24px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 33px;
  margin-bottom: 53px;
}
.suggest___1FGKq .__drop__ {
  margin-bottom: 20px;
}
.suggest___1FGKq .content {
  width: 688px;
  height: 240px;
  background: #ffffff;
  border: 1px solid #dbd9d9;
  padding: 12px 17px;
  line-height: 37px;
  font-size: 26px;
  margin-bottom: 20px;
}
.suggest___1FGKq input {
  width: 688px;
  height: 80px;
  background: #ffffff;
  font-size: 26px;
  border: 1px solid #dbd9d9;
  padding: 10px 17px;
  margin-bottom: 20px;
}
.suggest___1FGKq .code {
  margin-left: 16px;
}
.suggest___1FGKq .code .img {
  width: 140px;
  height: 80px;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.suggest___1FGKq .code .refresh {
  width: 80px;
  height: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.suggest___1FGKq .error {
  font-size: 26px;
  color: #1E90FF;
  margin-bottom: 20px;
}
.suggest___1FGKq .submit {
  margin-top: 60px;
  height: 80px;
  background: #1E90FF;
  text-align: center;
  width: 688px;
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  line-height: 80px;
  margin-bottom: 92px;
}
.suggest___1FGKq .qsbox {
  border-top: 1px solid #f0f0f0;
  padding-top: 74px;
}
.suggest___1FGKq .qsbox .qalist {
  width: 688px;
  height: 1004px;
  background: #f3f3f3;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 25px 24px;
}
.suggest___1FGKq .qsbox .qalist .qa {
  margin-bottom: 52px;
}
.suggest___1FGKq .qsbox .qalist .qa .question {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  line-height: 40px;
  margin-bottom: 25px;
}
.suggest___1FGKq .qsbox .qalist .qa .answer {
  border-left: 4px solid #1E90FF;
  padding-left: 22px;
  font-size: 24px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 40px;
}

