@charset "UTF-8";
@media (min-width: 1200px) {
  /*控制整个滚动条*/
  ::-webkit-scrollbar {
    background-color: #fff;
    width: 8px;
    border-left: 1px solid #ccc;
  }
  /*滚动条两端方向按钮*/
  ::-webkit-scrollbar-button {
    display: none;
  }
  /*滚动条中间滑动部分*/
  ::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
  }
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("https://file.huaqiutong.com/seo88.net/css/Montserrat-Regular.ttf");
}

@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url("https://file.huaqiutong.com/seo88.net/css/SourceHanSansCN-Regular.otf");
}

@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url("https://file.huaqiutong.com/seo88.net/css/SourceHanSansCN-Medium.otf");
}

@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url("https://file.huaqiutong.com/seo88.net/css/SourceHanSansCN-Bold.otf");
}

* {
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-size: 10px;
}

@media (max-width: 767px) {
  html {
    font-size: 8.75px;
  }
}

body {
  font-size: 1.6rem;
  color: #303030;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Montserrat-Regular", "SourceHanSansCN-Regular";
}

ul {
  list-style-type: none;
}

input,
img,
select {
  vertical-align: middle;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
}

a {
  text-decoration: unset;
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
  outline-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: "SourceHanSansCN-Bold";
  font-weight: normal;
}

.tabs-content .tab-pane {
  display: none;
}

.tabs-content .tab-pane.active {
  display: block;
}

.zoom-container {
  width: 30vw;
  border: 1px solid #ccc;
  cursor: crosshair;
  overflow: hidden;
}

.zoom-container img {
  width: 100%;
  position: relative;
}

.img-box {
  overflow: hidden;
}

.img-box:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.img-box img {
  width: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.navigation.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.navigation.pagination h2 {
  display: none;
}

.navigation.pagination .nav-links {
  margin-left: auto;
}

.navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #2c3e50;
  text-align: center;
  line-height: 32px;
  margin-left: 5px;
  border-radius: 4px;
}

.navigation.pagination .nav-links .page-numbers.current {
  background-color: #1e4493;
  border-color: #1e4493;
  color: #fff;
}

.navigation.pagination .nav-links .page-numbers.prev, .navigation.pagination .nav-links .page-numbers.next {
  width: auto;
  padding: 0 5px;
}

.swiper-container:hover .swiper-button {
  opacity: .7;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.swiper-container:hover .swiper-button:hover {
  opacity: 1;
}

.swiper-container .swiper-button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.swiper-container .swiper-button-prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.swiper-container .swiper-button-next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.swiper-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
          box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
}

.swiper-button::after {
  display: none;
}

.swiper-button-prev {
  background: url(/lib/img/index/left.png) no-repeat center center;
}

.swiper-button-next {
  background: url(/lib/img/index/right.png) no-repeat center center;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 5px;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.iframe-container {
  width: 100%;
  height: 0;
  padding-bottom: 52.25%;
  position: relative;
  overflow: hidden;
}

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

.table-container {
  width: 100%;
  overflow: auto;
}

.common-message {
  position: fixed;
  z-index: 999;
  max-width: 500px;
  padding: 30px;
  background-color: #1e4493;
  color: #fff;
  top: 100px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  border-radius: 6px 0 0 6px;
}

.common-message.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.common-message.success {
  background-color: #67C23A;
}

.common-message.warning {
  background-color: #E6A23C;
}

.common-message.danger {
  background-color: #F56C6C;
}

@media (max-width: 767px) {
  .common-message {
    padding: 10px;
  }
}

.common-article-details {
  line-height: 1.5;
}

.common-article-details h1,
.common-article-details h2,
.common-article-details h3,
.common-article-details h4,
.common-article-details h5,
.common-article-details h6,
.common-article-details ol,
.common-article-details ul,
.common-article-details p,
.common-article-details table,
.common-article-details form,
.common-article-details div {
  margin: 15px 0;
}

.common-article-details img {
  max-width: 100%;
  height: auto;
}

.common-article-details table {
  border-collapse: collapse;
  width: 100%;
}

.common-article-details table td {
  padding: 10px;
  border: 1px solid #e8e8e8;
}

.common-article-details ul {
  list-style-type: disc;
}

.common-article-details ul,
.common-article-details ol {
  padding-left: 20px;
}

.common-article-details ul li,
.common-article-details ol li {
  margin: 10px 0;
}

.common-title {
  text-align: center;
}

.common-title__title {
  line-height: 1.25em;
  font-size: 3.6rem;
}

.common-title__line {
  width: 48px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#48e4ff), to(#437aff));
  background: linear-gradient(to right, #48e4ff, #437aff);
  margin: 0 auto;
  margin-top: 20px;
}

.common-btn {
  width: 180px;
  height: 48px;
  background-color: #1e4493;
  border: 1px solid #1e4493;
  color: #fff;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.common-btn:hover {
  background-color: #fff;
  color: #1e4493;
}

.common-btn_white {
  background-color: #fff;
  border-color: #fff;
  color: #1e4493;
}

.common-btn_white:hover {
  background-color: #1e4493;
  border-color: #1e4493;
  color: #fff;
}

.common-contact {
  padding: 60px 0;
  margin-top: 60px;
  background: url(/lib/img/index/bg_contact.jpg) no-repeat center center;
  background-size: cover;
}

.common-contact .w {
  max-width: 800px;
}

.common-contact__container {
  margin-top: 40px;
}

.common-contact-form__input {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  margin-bottom: 20px;
}

.common-contact-form__input:focus {
  border-color: #1e4493;
}

.common-contact-form__submit {
  width: 240px;
  margin: 0 auto;
  margin-top: 20px;
}

.common-contact__message {
  text-align: center;
  line-height: 1.5em;
  margin-top: 16px;
}

.common-contact__message span {
  font-size: 3rem;
  font-family: "SourceHanSansCN-Medium";
  color: #1e4493;
}

.common-sidebar {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 998;
}

.common-sidebar-item {
  display: block;
  width: 48px;
  height: 48px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
          box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.common-sidebar-item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.common-sidebar-item__icon {
  width: 50%;
}

.common-fixed-contact {
  position: fixed;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  right: 50%;
  bottom: 50%;
  width: 800px;
  height: 460px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
          box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
  border-radius: 10px;
  z-index: 998;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

@media (max-width: 800px) {
  .common-fixed-contact {
    width: 100%;
  }
}

.common-fixed-contact.hide {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  right: 10px;
  bottom: 68px;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  -webkit-animation: __fixed-contact 500ms;
          animation: __fixed-contact 500ms;
}

.common-fixed-contact.hide .common-fixed-contact-form {
  display: none;
}

.common-fixed-contact.hide .common-fixed-contact__close {
  background: url(/lib/img/index/mail.svg) no-repeat center center;
  position: unset;
  width: 100%;
  height: 100%;
}

.common-fixed-contact__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url(/lib/img/index/x.svg) no-repeat center center;
}

.common-fixed-contact-form {
  padding: 60px 40px;
}

.common-fixed-contact-form__input {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  margin-bottom: 20px;
}

.common-fixed-contact-form__input:focus {
  border-color: #1e4493;
}

.common-fixed-contact-form__submit {
  width: 240px;
  margin: 0 auto;
  margin-top: 20px;
}

.common-banner__img {
  width: 100%;
}

.common-news-item {
  display: block;
  border: 1px solid #e8e8e8;
  margin-top: 20px;
}

.common-news-item:hover {
  border-color: #1e4493;
  color: #1e4493;
}

.common-news-item:hover .common-news-item__footer {
  color: #1e4493;
}

.common-news-item__text {
  padding: 16px 20px;
}

.common-news-item__title {
  font-size: 2rem;
  font-family: "SourceHanSansCN-Medium";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.common-news-item__description {
  line-height: 1.5em;
  height: 4.5em;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 3;
}

.common-news-item__footer {
  padding: 12px 20px;
  border-top: 1px solid #e8e8e8;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common-cases-item {
  display: block;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
          box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
}

.common-cases-item__text {
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.common-cases-item__title {
  font-size: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.common-cases-item__tips {
  font-size: 1.4rem;
  color: #a8a8a8;
}

.common-cases-item__statistics {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}

.common-cases-item__statistics .stat__num {
  color: #1e4493;
  font-size: 2rem;
  font-family: "SourceHanSansCN-Medium";
}

.common-cases-item__statistics .stat__title {
  font-size: 1.4rem;
}

.common-advantages {
  margin-top: 60px;
}

.common-advantages-item {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.common-advantages-item__img {
  width: 8rem;
}

.common-advantages-item__text {
  margin-left: 20px;
}

.common-advantages-item__title {
  margin-top: 10px;
  font-size: 2.4rem;
  font-family: "SourceHanSansCN-Medium";
}

.common-advantages-item__description {
  line-height: 1.5em;
  margin-top: 10px;
}
