@charset "UTF-8";
@font-face {
  font-family: "SourceHanSans-Regular";
  src: url("../font/SourceHanSansCN-Regular.otf");
}
@font-face {
  font-family: "SourceHanSans-Medium";
  src: url("../font/SourceHanSansCN-Medium.otf");
}
@font-face {
  font-family: "SourceHanSans-Bold";
  src: url("../font/SourceHanSansCN-Bold.otf");
}
@font-face {
  font-family: "DINPro-Bold";
  src: url("../font/DINPro-Bold.otf");
}
@font-face {
  font-family: "DINPro-Medium";
  src: url("../font/DINPro-Medium.otf");
}
.c-index__title h2 {
  font-size: 40px;
  font-family: "DINPro-Bold";
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.c-index__title h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.c-index__btn__hover > a:hover i {
  opacity: 1;
}
.c-index__btn__hover > a:hover i svg {
  width: 20px;
  height: 20px;
}
.c-index__btn__hover > a i {
  opacity: 0;
}
.c-index__btn__hover > a i svg {
  width: 0px;
  height: 0px;
}
.c-index__btn__white > a i svg {
  width: 12px;
  height: 12px;
}
.c-index__btn__white > a i svg path {
  fill: #fff;
}
.c-index__btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 300px;
  border-radius: 2px;
  height: 72px;
  background: #2691ff;
  color: #fff;
}
.c-index__btn > a:hover {
  box-shadow: 2px 2px 15px rgba(1, 80, 147, 0.3);
}
.c-index__btn > a:hover i {
  margin-left: 20px;
}
.c-index__btn > a i {
  margin-left: 10px;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
.c-nav__pagination {
  height: 100%;
}
.c-nav__pagination .margin_left_right {
  margin: 0 5px !important;
}
.c-nav__pagination svg path {
  fill: #999 !important;
}
.c-nav__pagination ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 14px;
  color: #999;
  height: 100%;
}
.c-nav__pagination ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 15px;
  padding-right: 10px;
  position: relative;
}
.c-nav__pagination ul li svg path {
  fill: #999;
}
.c-nav__pagination ul li:first-child {
  padding-left: 0px;
}
.c-nav__pagination ul li:last-child {
  padding-right: 0px;
}
.c-nav__pagination ul li:last-child:after {
  display: none;
}
.c-nav__pagination ul li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  background: #999;
  top: 50%;
  right: -5px;
}
.c-video {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
}
.c-video.show {
  display: flex;
}
.c-video__container {
  width: 800px;
  position: relative;
}
.c-video__close {
  position: absolute;
  right: 0.6rem;
  top: -3rem;
  cursor: pointer;
}
.c-video .iframe-container {
  border: 1px solid #ccc;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-video .iframe-container iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.c-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-pagination > div {
  cursor: pointer;
}
.c-pagination__num {
  width: 3.8rem;
  height: 3.8rem;
  color: #666;
  margin: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 1px solid #e5e5e5;
}
.c-pagination__num.active {
  background: #2691ff;
  color: #fff;
}
.c-pagination__num:hover {
  background: #2691ff;
  color: #fff;
}
.c-pagination__prev, .c-pagination__next {
  width: 3.8rem;
  height: 3.8rem;
  color: #666;
  margin: 0px 10px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.c-pagination__prev:hover, .c-pagination__next:hover {
  background: #2691ff;
  color: #fff;
}
.c-pagination__prev {
  margin-left: 0px;
}
.c-pagination__next {
  margin-right: 0px;
}
.c-pagination__ellipsis {
  height: 3.8rem;
  line-height: 3.8rem;
  margin: 0px 10px;
}
.c-message {
  width: 80%;
  padding: 60px 40px;
  position: fixed;
  z-index: 20;
  background-color: #edf2fc;
  border: 1px solid #909399;
  color: #909399;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 500ms;
  opacity: 0;
  transform: translate(-50%, -100%);
  border-radius: 0.4rem;
}
.c-message h2 {
  margin-bottom: 30px;
  font-size: 28px;
}
.c-message__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.c-message__wrap {
  overflow-y: scroll;
  max-height: 500px;
}
.c-message.active {
  opacity: 1;
  transform: translate(-50%, 200px);
}
@media (max-width: 1023px) {
  .c-message.active {
    transform: translate(-50%, 140px);
  }
}
.c-message.success {
  border-color: #67C23A;
}
.c-message.warning {
  border-color: #E6A23C;
}
.c-message.danger {
  border-color: #F56C6C;
}
@media (max-width: 1023px) {
  .c-message {
    min-width: 95vw;
  }
}

main {
  position: relative;
}
main.active::after {
  display: block;
}
main::after {
  z-index: 11;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.main-h2 {
  font-size: 40px;
  font-family: "SourceHanSans-Medium";
  padding-bottom: 30px;
  position: relative;
  display: inline-block;
}
.main-h2:after {
  content: "";
  position: absolute;
  background: url(../../img/solution/img_text_bg.svg) left center no-repeat no-repeat;
  width: 40px;
  height: 3px;
  display: block;
  bottom: 0px;
  left: 0px;
}
.main-h2.center:after {
  left: 50%;
  transform: translateX(-50%);
}

@keyframes animate_line {
  0% {
    height: 0px;
  }
  10% {
    height: 4.8px;
  }
  20% {
    height: 9.6px;
  }
  30% {
    height: 14.4px;
  }
  40% {
    height: 19.2px;
  }
  50% {
    height: 24px;
  }
  60% {
    height: 28.8px;
  }
  70% {
    height: 33.6px;
  }
  80% {
    height: 38.4px;
  }
  90% {
    height: 43.2px;
  }
  100% {
    height: 48px;
  }
}
.animate_line {
  animation: animate_line 1s infinite;
}

@keyframes animate_shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  5% {
    transform: translate3d(0px, -15px, 0);
  }
  10% {
    transform: translate3d(0px, 0, 0);
  }
  15% {
    transform: translate3d(0px, 15px, 0);
  }
  20% {
    transform: translate3d(0px, 0, 0);
  }
}
.animate_shake {
  animation: animate_shake 5s infinite;
}

@keyframes animateBounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animateBounceIn:hover img {
  animation-name: animateBounceIn;
  animation-duration: 2s;
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  2%, 4% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -6deg);
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -6deg);
  }
  6%, 10%, 14%, 18% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 6deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 6deg);
  }
  8%, 12%, 16% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -6deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -6deg);
  }
  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes opacity__in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
.opacity__in {
  -webkit-animation-name: opacity__in;
  animation-name: opacity__in;
  animation-duration: 1.5s;
}

@keyframes opacity_in {
  0% {
    color: rgba(255, 255, 255, 0);
  }
  2.5% {
    color: rgba(255, 255, 255, 0.05);
  }
  5% {
    color: rgba(255, 255, 255, 0.1);
  }
  7.5% {
    color: rgba(255, 255, 255, 0.15);
  }
  10% {
    color: rgba(255, 255, 255, 0.2);
  }
  12.5% {
    color: rgba(255, 255, 255, 0.25);
  }
  15% {
    color: rgba(255, 255, 255, 0.3);
  }
  17.5% {
    color: rgba(255, 255, 255, 0.35);
  }
  20% {
    color: rgba(255, 255, 255, 0.4);
  }
  22.5% {
    color: rgba(255, 255, 255, 0.45);
  }
  25% {
    color: rgba(255, 255, 255, 0.5);
  }
  27.5% {
    color: rgba(255, 255, 255, 0.55);
  }
  30% {
    color: rgba(255, 255, 255, 0.6);
  }
  32.5% {
    color: rgba(255, 255, 255, 0.65);
  }
  35% {
    color: rgba(255, 255, 255, 0.7);
  }
  37.5% {
    color: rgba(255, 255, 255, 0.75);
  }
  40% {
    color: rgba(255, 255, 255, 0.8);
  }
  42.5% {
    color: rgba(255, 255, 255, 0.85);
  }
  45% {
    color: rgba(255, 255, 255, 0.9);
  }
  47.5% {
    color: rgba(255, 255, 255, 0.95);
  }
  50% {
    color: white;
  }
  52.5% {
    color: white;
  }
  55% {
    color: rgba(255, 255, 255, 0.95);
  }
  57.5% {
    color: rgba(255, 255, 255, 0.9);
  }
  60% {
    color: rgba(255, 255, 255, 0.85);
  }
  62.5% {
    color: rgba(255, 255, 255, 0.8);
  }
  65% {
    color: rgba(255, 255, 255, 0.75);
  }
  67.5% {
    color: rgba(255, 255, 255, 0.7);
  }
  70% {
    color: rgba(255, 255, 255, 0.65);
  }
  72.5% {
    color: rgba(255, 255, 255, 0.6);
  }
  75% {
    color: rgba(255, 255, 255, 0.55);
  }
  77.5% {
    color: rgba(255, 255, 255, 0.5);
  }
  80% {
    color: rgba(255, 255, 255, 0.45);
  }
  82.5% {
    color: rgba(255, 255, 255, 0.4);
  }
  85% {
    color: rgba(255, 255, 255, 0.35);
  }
  87.5% {
    color: rgba(255, 255, 255, 0.3);
  }
  90% {
    color: rgba(255, 255, 255, 0.25);
  }
  92.5% {
    color: rgba(255, 255, 255, 0.2);
  }
  95% {
    color: rgba(255, 255, 255, 0.15);
  }
  97.5% {
    color: rgba(255, 255, 255, 0.1);
  }
  100% {
    color: rgba(255, 255, 255, 0.05);
  }
}
@keyframes shakes {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  16.7%, 83% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  49.8% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shakes {
  -webkit-animation-name: shakes;
  animation-name: shakes;
  animation-duration: 0.5s;
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

.opacity_in {
  -webkit-animation-name: opacity_in;
  animation-name: opacity_in;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

.c-form__wrap {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}
.c-form__inside {
  border: none;
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  background: #fff;
  width: 850px;
  border: 1px solid #2691ff;
}
.c-form__title {
  color: #fff;
  background: #2691ff;
  font-size: 28px;
  font-family: "SourceHanSans-Medium";
  text-align: center;
  height: 56px;
  line-height: 56px;
}
.c-form__main {
  padding: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-form__main__name, .c-form__main__phone, .c-form__main__email, .c-form__main__message {
  border: 1px solid #e5e5e5;
  color: #666;
  background: #f9f9f9;
}
.c-form__main__phone, .c-form__main__name, .c-form__main__email {
  padding-left: 30px;
  height: 72px;
  margin-bottom: 20px;
  flex: 0 1 calc((100% - 40px) / 3);
  margin-right: 20px;
}
.c-form__main__phone {
  margin-right: 0px;
}
.c-form__main__message {
  background: #f9f9f9;
  height: 210px;
  padding: 30px;
  flex: 0 0 100%;
  margin-bottom: 40px;
}
.c-form__main__btn {
  border-radius: 2px;
  width: 300px;
  height: 56px;
  color: #fff;
  font-family: "SourceHanSans-Medium";
  background: #2691ff !important;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

header.web_header .header {
  box-shadow: 0px 2px 5px rgba(5, 28, 42, 0.1);
  width: 100%;
  background: #fff;
}
header.web_header .header.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 130px;
  z-index: 120;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
header.web_header .header__message {
  height: 40px;
  background: #051c2a;
}
header.web_header .header__message .w {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
header.web_header .header__message .w:hover {
  color: rgba(255, 255, 255, 0.5);
}
header.web_header .header__message__phone {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__message__phone span:first-child {
  margin-right: 20px;
}
header.web_header .header__message__phone span a:hover {
  color: rgba(255, 255, 255, 0.5);
}
header.web_header .header__message__nav {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__message__nav__code {
  position: relative;
}
header.web_header .header__message__nav__code > div {
  z-index: 1000;
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 80px;
  height: 80px;
}
header.web_header .header__message__nav li {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: 40px;
}
header.web_header .header__message__nav li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__message__nav li a i {
  margin-right: 10px;
}
header.web_header .header__message__nav li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
header.web_header .header__nav {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__nav__logo {
  flex: 1 0 auto;
}
header.web_header .header__nav__logo figure {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__nav__logo figure a {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
header.web_header .header__nav > ul {
  flex: 0 0 auto;
  padding-right: 10px;
  position: relative;
  margin-right: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__nav > ul:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 1px;
  height: 16px;
  background: #e5e5e5;
}
header.web_header .header__nav > ul > li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__nav > ul > li.current-menu-item a {
  color: #2691ff;
}
header.web_header .header__nav > ul > li.current-menu-item a:before {
  display: block;
}
header.web_header .header__nav > ul > li.current-menu-item a i svg path {
  fill: #2691ff;
}
header.web_header .header__nav > ul > li > a {
  position: relative;
  padding: 0px 30px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #101010;
}
header.web_header .header__nav > ul > li > a:before {
  width: 13px;
  height: 13px;
  position: absolute;
  content: "";
  background: url(../../img/index/img_nav_hover_bg.png) center center no-repeat;
  top: 30px;
  left: 15px;
  display: none;
}
header.web_header .header__nav > ul > li > a:hover {
  color: #2691ff;
}
header.web_header .header__nav > ul > li > a:hover:before {
  display: block;
}
header.web_header .header__nav > ul > li > a:hover i svg path {
  fill: #2691ff;
}
header.web_header .header__nav > ul > li > a i {
  margin-left: 10px;
}
header.web_header .header__nav > ul > li > a i svg {
  width: 10px;
  height: 10px;
}
header.web_header .header__nav > ul > li > a i svg path {
  fill: #101010;
}
header.web_header .header__nav > ul > li > ul {
  box-shadow: 0px 2px 5px rgba(5, 28, 42, 0.1);
  padding: 10px 0px;
  background: #fff;
  position: absolute;
  left: 50px;
  top: 70px;
  border-top: 2px solid #2691ff;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  display: none;
}
header.web_header .header__nav > ul > li > ul > li {
  height: 48px;
}
header.web_header .header__nav > ul > li > ul > li > a {
  padding: 0px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 48px;
  color: #101010;
  min-width: 240px;
  max-width: 280px;
}
header.web_header .header__nav > ul > li > ul > li > a:hover {
  background: #f8f8f8;
}
header.web_header .header__nav__search {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__nav__search__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__nav__search__btn .header__nav__search__btn_search {
  margin-right: 40px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__nav__search__btn .header__nav__search__btn_search i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
}
header.web_header .header__nav__search__btn .header__nav__search__btn_search input {
  position: absolute;
  width: 0px;
  left: 0px;
  top: 0px;
  border: 1px solid #e5e5e5;
  opacity: 0;
  height: 38px;
  line-height: 38px;
  text-indent: 20px;
  z-index: 99;
  font-size: 14px;
  color: #303030;
  outline: none;
  padding: 0px;
}
header.web_header .header__nav__search__submit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__nav__search__submit a {
  width: 200px;
  height: 48px;
  box-shadow: 2px 2px 5px rgba(1, 80, 147, 0.4);
  border-radius: 2px;
  background: url(../../img/index/img_nav_btn_bg.png) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  color: #fff;
}
header.web_header .header__nav__search__submit a i {
  margin-right: 10px;
}
header.web_header .header__nav__search__submit a:hover {
  background: url(../../img/index/img_nav_btn_bg_hover.png) center no-repeat;
  box-shadow: 2px 2px 15px rgba(1, 80, 147, 0.3);
}
header.web_header .header__mobile__wrap {
  width: 100%;
}
header.web_header .header__mobile__btn {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__mobile__btn__btn {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  float: right;
  cursor: pointer;
  right: 0;
}
header.web_header .header__mobile__btn__btn span {
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #2691ff;
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
header.web_header .header__mobile__btn__btn.active span:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}
header.web_header .header__mobile__btn__btn.active span:nth-child(2) {
  opacity: 0;
}
header.web_header .header__mobile__btn__btn.active span:nth-child(3) {
  transform: translateY(-9.5px) rotate(45deg);
}
header.web_header .header__mobile__btn__logo img {
  height: 48px;
}
header.web_header .header__mobile__nav {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  top: 0;
}
header.web_header .header__mobile__nav.active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  opacity: 1;
  pointer-events: auto;
}
header.web_header .header__mobile__nav__inside {
  width: 40%;
  opacity: 0;
  height: 100%;
  float: left;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
header.web_header .header__mobile__nav__inside.active {
  opacity: 1 !important;
  transform: translateX(0);
  overflow: auto;
}
header.web_header .header__mobile__nav__inside > ul {
  color: #101010;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
header.web_header .header__mobile__nav__inside > ul > li {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 0px 15px;
  box-sizing: border-box;
}
header.web_header .header__mobile__nav__inside > ul > li > a {
  height: 46px;
  display: inline-block;
  line-height: 46px;
  width: 100%;
}
header.web_header .header__mobile__nav__inside > ul > li.menu-item-has-children.active::after {
  transform: rotate(45deg);
  color: #2691ff;
}
header.web_header .header__mobile__nav__inside > ul > li.menu-item-has-children.active > a {
  color: #2691ff;
}
header.web_header .header__mobile__nav__inside > ul > li.menu-item-has-children {
  position: relative;
}
header.web_header .header__mobile__nav__inside > ul > li.menu-item-has-children > a {
  width: auto;
}
header.web_header .header__mobile__nav__inside > ul > li.menu-item-has-children::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 15px;
  height: 7px;
  width: 7px;
  margin-top: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transition: all 0.8s;
}
header.web_header .header__mobile__nav__inside > ul > li > ul {
  display: none;
}
header.web_header .header__mobile__nav__inside > ul > li > ul > li > a {
  height: 40px;
  align-items: center;
  padding-left: 15px;
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
header.web_header .header__mobile__nav__logo {
  margin: 2rem;
}
header.web_header .menu-item__main {
  position: fixed;
  top: 130px;
  left: 0px;
  width: 100%;
  height: 240px;
  display: none;
}
header.web_header .menu-item__main__inside {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .menu-item__main__left {
  flex: 0 1 720px;
  background: url(../../img/solution/bg.jpg) bottom right no-repeat no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-right: 80px;
}
header.web_header .menu-item__main__left__inside {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
}
header.web_header .menu-item__main__left__inside h2 {
  font-size: 40px;
  color: #fff;
  font-family: "DINPro-Bold";
  line-height: 1;
  margin-bottom: 16px;
}
header.web_header .menu-item__main__left__inside p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #fff;
}
header.web_header .menu-item__main__left__inside p i {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .menu-item__main__right {
  flex: 0 1 1200px;
  background: #fff;
  padding: 30px 60px;
}
header.web_header .menu-item__main__right__item {
  position: relative;
}
header.web_header .menu-item__main__right__item:hover p {
  color: #2691ff;
}
header.web_header .menu-item__main__right__item > a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
header.web_header .menu-item__main__right__img {
  margin-bottom: 20px;
}

footer.web_footer .footer_main__wrap {
  padding: 90px 0px;
  background: url(../../img/index/footer_bg.jpg) no-repeat no-repeat center center;
  background-size: cover;
}
footer.web_footer .footer_main__wrap .w {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer.web_footer .footer_main__message {
  flex: 0 1 25%;
  font-size: 14px;
}
footer.web_footer .footer_main__message__address {
  margin-bottom: 50px;
}
footer.web_footer .footer_main__message__address h3 {
  font-family: "SourceHanSans-Medium";
  color: #fff;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 30px;
}
footer.web_footer .footer_main__message__address p {
  color: rgba(255, 255, 255, 0.5);
}
footer.web_footer .footer_main__message__phone p {
  margin-bottom: 20px;
}
footer.web_footer .footer_main__message__phone p a {
  color: rgba(255, 255, 255, 0.5);
}
footer.web_footer .footer_main__message__phone p a:hover {
  color: rgba(255, 255, 255, 0.5);
}
footer.web_footer .footer_main__message__email {
  color: rgba(255, 255, 255, 0.5);
}
footer.web_footer .footer_main__message__email:hover {
  color: rgba(255, 255, 255, 0.5);
}
footer.web_footer .footer_main__nav {
  flex: 0 1 75%;
}
footer.web_footer .footer_main__nav > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer.web_footer .footer_main__nav > ul > li {
  flex: 0 1 20%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer.web_footer .footer_main__nav > ul > li h3 {
  margin-bottom: 30px;
  line-height: 1;
  font-family: "SourceHanSans-Medium";
  color: #fff;
}
footer.web_footer .footer_main__nav > ul > li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
footer.web_footer .footer_main__nav > ul > li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
footer.web_footer .footer_main__nav > ul > li div li {
  margin-bottom: 16px;
}
footer.web_footer .footer_main__nav > ul > li div li:last-child {
  margin-bottom: 0px;
}
footer.web_footer .footer_copyright__wrap {
  background: #051c2a;
  height: 72px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
footer.web_footer .footer_copyright__wrap .w {
  height: 100%;
}
footer.web_footer .footer_copyright__inside {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer.web_footer .footer_copyright__desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer.web_footer .footer_copyright__desc p:last-child {
  margin-left: 50px;
}
footer.web_footer .footer_copyright__icons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer.web_footer .footer_copyright__icons a {
  margin-right: 30px;
  position: relative;
}
footer.web_footer .footer_copyright__icons i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
}
footer.web_footer .footer_copyright__icons i svg {
  width: 16px;
  height: 16px;
}
footer.web_footer .footer_copyright__icons img {
  position: absolute;
  top: -100px;
  left: 50%;
  width: 100px;
  height: 100px;
  max-width: 100px;
  transform: translateX(-50%);
  display: none;
}

.fixed-icon {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 22;
  box-shadow: 0 0 15px rgba(21, 21, 21, 0.2);
}
.fixed-icon__top {
  background: #fff;
  transition: 500ms cubic-bezier(0.2, 0, 0, 1);
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.fixed-icon__top:hover {
  transform: translateY(-2px);
  background: #101010;
}
.fixed-icon__top svg:last-child {
  display: none;
}
.fixed-icon__code {
  position: relative;
  background: #fff;
  transition: 500ms cubic-bezier(0.2, 0, 0, 1);
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.fixed-icon__code:hover {
  transform: translateY(-2px);
  background: #101010;
  height: 108px;
}
.fixed-icon__code svg:last-child {
  display: none;
}
.fixed-icon__code__img {
  display: none;
  position: absolute;
  width: 108px;
  height: 108px;
  top: 0px;
  left: 0px;
  transform: translateX(-100%);
  padding: 15px;
  background: #2691ff;
}
.fixed-icon__code__img:after {
  content: "";
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #2691ff;
  right: 0%;
  top: 50%;
  transform: translate(100%, -50%);
}
.fixed-icon__chart {
  position: relative;
  background: #fff;
  transition: 500ms cubic-bezier(0.2, 0, 0, 1);
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.fixed-icon__chart:hover {
  transform: translateY(-2px);
  background: #101010;
  height: 148px;
}
.fixed-icon__chart svg:last-child {
  display: none;
}
.fixed-icon__chart__online {
  display: none;
  position: absolute;
  top: 0px;
  height: 148px;
  width: 128px;
  left: 0px;
  transform: translateX(-100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  display: none;
}
.fixed-icon__chart__online img {
  height: 100%;
}
.fixed-icon__chart__online:after {
  content: "";
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #2691ff;
  right: 0%;
  top: 50%;
  transform: translate(100%, -50%);
}

.common_message__wrap {
  padding-bottom: 110px;
  padding-top: 100px;
  background: #f7f9fa;
}
.common_message__inside {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
}
.common_message__title {
  margin-bottom: 50px;
}
.common_message__title h2 {
  font-size: 40px;
  line-height: 1.5;
  font-family: "SourceHanSans-Medium";
  text-align: center;
}
.common_message__btn form {
  margin-bottom: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.common_message__btn form input {
  height: 56px;
  border: none;
  outline: none;
}
.common_message__btn form input[type=text] {
  flex: 0 1 420px;
  padding-left: 30px;
  color: #999;
}
.common_message__btn form input[type=submit] {
  flex: 0 1 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #fff;
  background: #2691ff;
  cursor: pointer;
}
.common_message__btn i {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.common_message__btn p {
  color: #999;
  text-align: center;
}

main {
  margin-top: 130px;
}

main.web_index {
  margin-top: 0px;
}
main.web_index .index h1 {
  font-size: 0px;
}
main.web_index .index_banner__wrap .swiper-button-prev, main.web_index .index_banner__wrap .swiper-button-next {
  box-sizing: content-box;
  width: 64px;
  height: 64px;
  padding: 0 10px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}
main.web_index .index_banner__wrap .swiper-button-prev:hover, main.web_index .index_banner__wrap .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
main.web_index .index_banner__wrap .swiper-button-prev::after, main.web_index .index_banner__wrap .swiper-button-next::after {
  display: none;
}
main.web_index .index_banner__wrap .swiper-button-prev {
  left: 0px;
}
main.web_index .index_banner__wrap .swiper-button-next {
  right: 0px;
}
main.web_index .index_banner__hash {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
main.web_index .index_services__wrap {
  margin-top: -34px;
  background: url(../../img/index/bg_1.png) left top no-repeat no-repeat;
  margin-bottom: 160px;
}
main.web_index .index_services__search {
  position: relative;
  top: -70px;
  margin-bottom: 60px;
}
main.web_index .index_services__search__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_services__search__title div {
  background: #fdd100;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #051c2a;
  padding: 0px 40px;
}
main.web_index .index_services__search__title div.active {
  font-family: "SourceHanSans-Bold";
  height: 48px;
  background: #051c2a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
}
main.web_index .index_services__search__title__price {
  border-top-left-radius: 10px;
  cursor: pointer;
}
main.web_index .index_services__search__title__order {
  border-top-right-radius: 10px;
  cursor: pointer;
}
main.web_index .index_services__search__main {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #051c2a;
  padding-left: 40px;
  padding-right: 40px;
  height: 120px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_services__search__main > div {
  display: none;
  width: 100%;
}
main.web_index .index_services__search__main > div.active {
  display: block;
}
main.web_index .index_services__search__main__price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_services__search__main__price form {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 64px;
}
main.web_index .index_services__search__main__price label {
  background: #fff;
  height: 64px;
  position: relative;
}
main.web_index .index_services__search__main__price label > svg {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
main.web_index .index_services__search__main__price input::-webkit-input-placeholder {
  color: #101010;
}
main.web_index .index_services__search__main__price input {
  width: 100%;
  height: 100%;
  padding: 0px 30px;
  border: none;
  color: #101010;
}
main.web_index .index_services__search__main__price input:focus {
  box-shadow: none;
}
main.web_index .index_services__search__main__price__receipt {
  flex: 0 1 220px;
  margin-right: 2px;
}
main.web_index .index_services__search__main__price__receipt input {
  cursor: pointer;
}
main.web_index .index_services__search__main__price__receipt > ul {
  max-width: 400px;
  position: absolute;
  z-index: 50;
  padding: 15px 0px;
  width: 100%;
  top: 60px;
  left: 0px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(16, 16, 16, 0.1);
  overflow-y: auto;
  overflow-x: visible;
  height: 200px;
  display: none;
}
main.web_index .index_services__search__main__price__receipt > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 5px 0px;
  position: relative;
  width: 100%;
}
main.web_index .index_services__search__main__price__receipt > ul > li:hover {
  background: #2691ff;
  color: #fff;
}
main.web_index .index_services__search__main__price__receipt > ul > li:hover > ul {
  display: block;
}
main.web_index .index_services__search__main__price__receipt > ul > li > ul {
  max-width: 200px;
  min-width: 150px;
  position: absolute;
  z-index: 51;
  padding: 15px 0px;
  width: 100%;
  top: 0px;
  left: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(16, 16, 16, 0.1);
  overflow-y: auto;
  overflow-x: hidden;
  height: 200px;
  display: none;
}
main.web_index .index_services__search__main__price__receipt > ul > li > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 5px 0px;
  position: relative;
  color: #303030;
}
main.web_index .index_services__search__main__price__receipt > ul > li > ul > li:hover {
  background: #2691ff;
  color: #fff;
}
main.web_index .index_services__search__main__price__type {
  flex: 0 1 223px;
  margin-right: 2px;
}
main.web_index .index_services__search__main__price__type input {
  cursor: pointer;
}
main.web_index .index_services__search__main__price__type > ul {
  max-width: 220px;
  position: absolute;
  z-index: 50;
  padding: 15px 0px;
  width: 100%;
  top: 60px;
  left: 0px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(16, 16, 16, 0.1);
  overflow-y: auto;
  overflow-x: hidden;
  height: 200px;
  display: none;
}
main.web_index .index_services__search__main__price__type > ul > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 5px 0px;
}
main.web_index .index_services__search__main__price__type > ul > li:hover {
  background: #2691ff;
  color: #fff;
}
main.web_index .index_services__search__main__price__weight {
  flex: 0 1 175px;
  margin-right: 2px;
}
main.web_index .index_services__search__main__price__weight input {
  color: #101010;
}
main.web_index .index_services__search__main__price__weight__up {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #e5e5e5;
  border-radius: 2px;
  right: 30px;
  top: 50%;
  transform: translateY(-105%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
}
main.web_index .index_services__search__main__price__weight__up svg {
  width: 7px;
  height: 7px;
}
main.web_index .index_services__search__main__price__weight__down {
  transform: translateY(5%);
  position: absolute;
  width: 12px;
  height: 12px;
  background: #e5e5e5;
  border-radius: 2px;
  right: 30px;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
}
main.web_index .index_services__search__main__price__weight__down svg {
  width: 7px;
  height: 7px;
}
main.web_index .index_services__search__main__price__size {
  flex: 0 1 350px;
  margin-right: 2px;
  padding: 0px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_services__search__main__price__size span {
  flex: 0 1 80px;
  line-height: 64px;
  color: #101010;
}
main.web_index .index_services__search__main__price__size input {
  flex: 0 1 70px;
  padding: 0px;
  text-align: right;
  color: #101010;
}
main.web_index .index_services__search__main__price__code {
  margin-right: 40px;
  flex: 0 1 200px;
}
main.web_index .index_services__search__main__price__btn {
  flex: 0 1 224px;
}
main.web_index .index_services__search__main__price__btn input {
  background: #0076ea;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
main.web_index .index_services__search__main__order {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_services__search__main__order form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 64px;
}
main.web_index .index_services__search__main__order label {
  background: #fff;
  height: 64px;
}
main.web_index .index_services__search__main__order input::-webkit-input-placeholder {
  color: #101010;
}
main.web_index .index_services__search__main__order input {
  width: 100%;
  height: 100%;
  padding: 0px 30px;
  border: none;
  color: #101010;
}
main.web_index .index_services__search__main__order input:focus {
  box-shadow: none;
}
main.web_index .index_services__search__main__order__number {
  flex: 0 1 300px;
  margin-right: 40px;
}
main.web_index .index_services__search__main__order__number input {
  cursor: pointer;
}
main.web_index .index_services__search__main__order__btn {
  flex: 0 1 224px;
}
main.web_index .index_services__search__main__order__btn input {
  background: #0076ea;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_services__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_services__content__sider {
  flex: 0 0 300px;
  margin-right: 90px;
}
main.web_index .index_services__content__sider__btn {
  margin-bottom: 50px;
  color: #666;
}
main.web_index .index_services__content__sider__btn span {
  color: #2691ff;
}
main.web_index .index_services__content__sider__desc {
  margin-bottom: 165px;
}
main.web_index .index_services__content__main {
  flex: 0 1 1130px;
}
main.web_index .index_services__content__main__item {
  background: #fff;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_services__content__main__item > a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
main.web_index .index_services__content__main__item:hover .index_services__content__main__desc {
  border: 1px solid #f2f2f2;
  border-top: none;
}
main.web_index .index_services__content__main__item:hover .index_services__content__main__desc h3, main.web_index .index_services__content__main__item:hover .index_services__content__main__desc a {
  color: #2691ff;
}
main.web_index .index_services__content__main__item:hover .index_services__content__main__desc a i {
  margin-left: 20px;
}
main.web_index .index_services__content__main__item:hover .index_services__content__main__desc svg path {
  fill: #2691ff;
}
main.web_index .index_services__content__main__desc {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  border: 1px solid #d5d5d5;
  border-top: none;
  padding: 60px 30px;
}
main.web_index .index_services__content__main__desc > div {
  margin-bottom: 60px;
}
main.web_index .index_services__content__main__desc > div h3 {
  font-size: 20px;
  font-family: "SourceHanSans-Medium";
  line-height: 1;
  margin-bottom: 20px;
}
main.web_index .index_services__content__main__desc > div p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 5;
  overflow-wrap: break-word;
}
main.web_index .index_services__content__main__desc a {
  color: #101010;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_services__content__main__desc a i {
  margin-left: 10px;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.web_index .index_services__content__main .row {
  margin-left: -20px;
  margin-right: -20px;
}
main.web_index .index_services__content__main .col-xs-12 {
  padding-left: 20px;
  padding-right: 20px;
}
main.web_index .index_about__wrap {
  position: relative;
  margin-bottom: 160px;
}
main.web_index .index_about__wrap:after {
  content: "";
  position: absolute;
  top: 136px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url(../../img/index/bg_2.png) top right no-repeat no-repeat;
  z-index: 2;
}
main.web_index .index_about__clearance {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_about__clearance__wrap {
  position: relative;
  z-index: 3;
  margin-bottom: 160px;
}
main.web_index .index_about__clearance__left {
  flex: 0 1 870px;
  margin-right: 40px;
}
main.web_index .index_about__clearance__left__item {
  padding: 45px 60px 45px 70px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(5, 28, 42, 0.07);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_about__clearance__left__item:after {
  position: absolute;
  content: "";
  height: 200px;
  width: 3px;
  background: #2691ff;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
main.web_index .index_about__clearance__left__item:first-child {
  margin-bottom: 40px;
}
main.web_index .index_about__clearance__left__item > a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
main.web_index .index_about__clearance__left__item:hover .index_about__clearance__left__desc a {
  color: #2691ff;
}
main.web_index .index_about__clearance__left__item:hover .index_about__clearance__left__desc a i {
  margin-left: 20px;
}
main.web_index .index_about__clearance__left__item:hover .index_about__clearance__left__desc a i svg path {
  fill: #2691ff;
}
main.web_index .index_about__clearance__left__desc {
  flex: 0 1 394px;
  margin-right: 30px;
}
main.web_index .index_about__clearance__left__desc h3 {
  font-size: 24px;
  font-family: "SourceHanSans-Medium";
  line-height: 1;
  margin-bottom: 24px;
}
main.web_index .index_about__clearance__left__desc p {
  color: #666;
  margin-bottom: 30px;
}
main.web_index .index_about__clearance__left__desc a {
  color: #101010;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_about__clearance__left__desc a i {
  margin-left: 10px;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.web_index .index_about__clearance__left__img {
  flex: 0 1 300px;
}
main.web_index .index_about__clearance__right {
  flex: 0 1 610px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_about__clearance__right:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #051c2a;
  z-index: 1;
}
main.web_index .index_about__clearance__right:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #051c2a url(../../img/index/img_solution_bg.jpg) center center no-repeat no-repeat;
  background-size: cover;
  z-index: 2;
  opacity: 0.15;
}
main.web_index .index_about__clearance__right__desc {
  position: relative;
  z-index: 4;
  max-width: 470px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 80px;
  color: #fff;
}
main.web_index .index_about__clearance__right__desc h2 {
  font-size: 40px;
  font-family: "SourceHanSans-Medium";
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}
main.web_index .index_about__clearance__right__desc p {
  text-align: center;
}
main.web_index .index_about__clearance__right a {
  position: relative;
  z-index: 4;
}
main.web_index .index_about__main {
  position: relative;
}
main.web_index .index_about__main__wrap {
  position: relative;
  z-index: 4;
  padding-bottom: 120px;
  margin-bottom: 120px;
}
main.web_index .index_about__main__wrap:after {
  content: "";
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 480px;
  background: #f6f9fa;
}
main.web_index .index_about__main .c-index__title {
  position: absolute;
  top: 60px;
  right: 0px;
}
main.web_index .index_about__main .c-index__title h3 {
  text-align: right;
}
main.web_index .index_about__main .c-index__btn {
  width: 300px;
  float: right;
  margin-right: 37.5%;
}
main.web_index .index_about__main__img {
  width: 74.3421%;
}
main.web_index .index_about__main__desc {
  width: 37.5%;
  padding-bottom: 32.8947%;
  position: absolute;
  right: 0px;
  bottom: 24px;
  background: #fff;
}
main.web_index .index_about__main__desc__inside {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 50px 30px;
}
main.web_index .index_about__main__desc__title {
  max-width: 430px;
  width: 100%;
}
main.web_index .index_about__main__desc__title p {
  color: #2691ff;
  padding-left: 80px;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
}
main.web_index .index_about__main__desc__title p:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #2691ff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
main.web_index .index_about__main__desc__title h2 {
  font-size: 36px;
  font-family: "DINPro-Medium";
  line-height: 1;
  margin-bottom: 56px;
}
main.web_index .index_about__main__desc__desc {
  max-width: 430px;
  margin-bottom: 80px;
}
main.web_index .index_about__main__desc__desc h3 {
  font-size: 20px;
  font-family: "SourceHanSans-Medium";
  margin-bottom: 36px;
  line-height: 1;
}
main.web_index .index_about__main__desc__desc p {
  color: #303030;
  line-height: 30px;
}
main.web_index .index_about__main__desc__btn {
  width: 100%;
  max-width: 430px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_about__main__desc__btn .index_about_button__prev {
  padding-right: 15px;
  position: relative;
  cursor: pointer;
}
main.web_index .index_about__main__desc__btn .index_about_button__prev:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #e5e5e5;
  position: absolute;
  right: 0px;
  top: 0px;
}
main.web_index .index_about__main__desc__btn .index_about_button__next {
  cursor: pointer;
  padding-left: 14px;
}
main.web_index .index_about__main__desc__btn svg {
  width: 12px;
  height: 12px;
}
main.web_index .index_about__main__desc__btn svg path {
  fill: #2691ff;
}
main.web_index .index_about__advent__wrap {
  position: relative;
  z-index: 3;
}
main.web_index .index_about__advent .row {
  margin-left: -50px;
  margin-right: -50px;
}
main.web_index .index_about__advent .row .col-xs-12 {
  padding-left: 50px;
  padding-right: 50px;
}
main.web_index .index_about__advent__item {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_about__advent__item i {
  margin-bottom: 50px;
}
main.web_index .index_about__advent__item h3 {
  font-family: "SourceHanSans-Medium";
  font-size: 24px;
  line-height: 0px;
  margin-bottom: 30px;
}
main.web_index .index_about__advent__item p {
  text-align: center;
}
main.web_index .index_partner__wrap {
  margin-bottom: 130px;
}
main.web_index .index_partner__wrap .c-index__title h3 {
  margin-bottom: 0px;
}
main.web_index .index_partner__wrap .c-index__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_partner__message {
  margin-bottom: 50px;
  position: relative;
}
main.web_index .index_partner__message .swiper-container {
  padding-top: 50px;
  padding-bottom: 60px;
  margin-left: -20px;
  margin-right: -20px;
}
main.web_index .index_partner__message .swiper-slide {
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
}
main.web_index .index_partner__message .index_partner_button__prev, main.web_index .index_partner__message .index_partner_button__next {
  height: 56px;
  width: 56px;
  top: 0px;
  right: 0px;
  left: auto;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #051c2a;
  opacity: 1;
}
main.web_index .index_partner__message .index_partner_button__prev svg, main.web_index .index_partner__message .index_partner_button__next svg {
  width: 24px;
  height: 24px;
}
main.web_index .index_partner__message .index_partner_button__prev svg path, main.web_index .index_partner__message .index_partner_button__next svg path {
  fill: #fff;
}
main.web_index .index_partner__message .index_partner_button__prev:after, main.web_index .index_partner__message .index_partner_button__next:after {
  display: none;
}
main.web_index .index_partner__message .index_partner_button__prev {
  right: 66px;
}
main.web_index .index_partner__message .index_partner__pagination {
  bottom: 0px;
}
main.web_index .index_partner__message .index_partner__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #d5d5d5;
  opacity: 1;
}
main.web_index .index_partner__message .index_partner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2691ff;
}
main.web_index .index_partner__message__item {
  height: 100%;
  padding: 60px;
  border-radius: 30px;
  box-shadow: 0px 0px 20px rgba(5, 28, 42, 0.07);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_partner__message__img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
main.web_index .index_partner__message__img__inside {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
main.web_index .index_partner__message__img h3 {
  font-size: 20px;
  font-family: "SourceHanSans-Medium";
}
main.web_index .index_partner__logo {
  margin-bottom: 50px;
}
main.web_index .index_partner__logo__container {
  padding-bottom: 60px;
}
main.web_index .index_partner__logo .index_partner__logo__pagination {
  bottom: 0px;
}
main.web_index .index_partner__logo .index_partner__logo__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #d5d5d5;
  opacity: 1;
}
main.web_index .index_partner__logo .index_partner__logo__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2691ff;
}
main.web_index .index_news__wrap {
  background: #f6f9fa;
  padding-top: 90px;
  padding-bottom: 100px;
}
main.web_index .index_news__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_news__title .c-index__title {
  margin-bottom: 20px;
}
main.web_index .index_news__title__more a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #2691ff;
}
main.web_index .index_news__title__more a i {
  margin-left: 10px;
}
main.web_index .index_news__title__more a svg path {
  fill: #2691ff;
}
main.web_index .index_news__inside {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_news__inside .index_news__container {
  flex: 0 1 57.2368%;
  margin-left: 0px;
  margin-right: 0px;
}
main.web_index .index_news__inside .swiper-slide {
  position: relative;
}
main.web_index .index_news__inside .swiper-slide:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 120px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to top, #101010, rgba(16, 16, 16, 0));
}
main.web_index .index_news__inside .swiper-slide p {
  width: 100%;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 0px;
  padding: 0px 40px;
}
main.web_index .index_news__pagination {
  flex: 0 1 42.7632%;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_news__pagination p {
  position: relative;
  height: 90px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_news__pagination p a {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  max-width: 510px;
  font-size: 20px;
  font-family: "SourceHanSans-Medium";
  color: #101010;
}
main.web_index .index_news__pagination p i {
  position: absolute;
  width: 20%;
  height: 90px;
  top: 0px;
  left: -20%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  display: none;
}
main.web_index .index_news__pagination p i svg {
  width: 24px;
  height: 24px;
}
main.web_index .index_news__pagination p i svg path {
  fill: #2691ff;
}
main.web_index .index_news__pagination p.active:after {
  position: absolute;
  height: 90px;
  top: 0px;
  left: -20%;
  content: "";
  background: #fff;
  width: 120%;
  border-radius: 45px;
  z-index: 2;
  box-shadow: 0px 0px 40px rgba(5, 28, 42, 0.07);
}
main.web_index .index_news__pagination p.active:before {
  position: absolute;
  height: 122px;
  top: -16px;
  left: -20%;
  transform: translateX(-16px);
  content: "";
  background: #f6f9fa;
  width: calc(120% + 32px);
  border-radius: 61px;
  z-index: 2;
}
main.web_index .index_news__pagination p.active i {
  display: flex;
}
main.web_index .index_news__pagination p.active a {
  color: #2691ff;
}

main.web_solution .solution_banner__inside {
  height: 540px;
  background: url(../../img/solution/banner_bg.jpg) center center no-repeat no-repeat;
  background-size: cover;
}
main.web_solution .solution_banner__inside .w {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
main.web_solution .solution_banner__content {
  display: inline-block;
  width: 100%;
}
main.web_solution .solution_banner__content h2 {
  margin-top: 210px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0);
}
main.web_solution .solution_banner__content p {
  font-size: 24px;
  color: rgba(255, 255, 255, 0);
}
main.web_solution .solution_banner__nav {
  height: 70px;
  box-shadow: 0px 2px 5px rgba(5, 28, 42, 0.1);
}
main.web_solution .solution_banner__nav .w {
  height: 100%;
}
main.web_solution .solution_banner__nav__inside {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_solution .solution_banner__nav__nav {
  height: 100%;
}
main.web_solution .solution_banner__nav__nav ul {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_solution .solution_banner__nav__nav ul li {
  height: 100%;
  margin-left: 100px;
  position: relative;
}
main.web_solution .solution_banner__nav__nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  color: #101010;
}
main.web_solution .solution_banner__nav__nav ul li.active a {
  color: #2691ff;
}
main.web_solution .solution_banner__nav__nav ul li.active:after {
  content: "";
  position: absolute;
  border-width: 7px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 100%);
}
main.web_solution .solution_introduce__wrap .row {
  margin-left: -30px;
  margin-right: -30px;
}
main.web_solution .solution_introduce__wrap .row .col-xs-12 {
  padding: 0px 30px;
}
main.web_solution .solution_introduce__img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_solution .solution_introduce__desc {
  margin-top: 180px;
  margin-bottom: 180px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_solution .solution_introduce__desc h2 {
  max-width: 680px;
  margin-bottom: 50px;
  width: 100%;
}
main.web_solution .solution_introduce__desc p {
  max-width: 680px;
  margin-bottom: 30px;
}
main.web_solution .solution_introduce__desc p:last-child {
  margin-bottom: 0px;
}
main.web_solution .solution_chara__wrap {
  background: #066cda;
}
main.web_solution .solution_chara__inside {
  padding: 80px 0px 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_solution .solution_chara__inside h2 {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
main.web_solution .solution_chara__inside h2:after {
  background: url(../../img/solution/img_text_bg-1.svg) left center no-repeat no-repeat;
  left: 50%;
  transform: translateX(-50%);
}
main.web_solution .solution_chara__inside .row {
  margin-left: -40px;
  margin-right: -40px;
  justify-content: center;
}
main.web_solution .solution_chara__inside .row .col-xs-12 {
  padding-right: 40px;
  padding-left: 40px;
}
main.web_solution .solution_chara__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
main.web_solution .solution_chara__item i {
  margin-bottom: 40px;
}
main.web_solution .solution_chara__item h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: "SourceHanSans-Medium";
  color: #fff;
}
main.web_solution .solution_chara__item p {
  text-align: center;
  color: #fff;
}
main.web_solution .solution_case__wrap {
  padding-top: 80px;
  margin-bottom: 80px;
  background: #f7f9fa url(../../img/solution/img_bg.png) left bottom no-repeat no-repeat;
}
main.web_solution .solution_case__wrap .row {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 80px;
}
main.web_solution .solution_case__wrap .row .col-xs-12 {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_solution .solution_case__title {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_solution .solution_case__title h2 {
  margin-bottom: 50px;
  text-align: center;
}
main.web_solution .solution_case__title h2:after {
  left: 50%;
  transform: translateX(-50%);
}
main.web_solution .solution_case__title p {
  text-align: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
main.web_solution .solution_case__desc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_solution .solution_case__desc h3 {
  max-width: 680px;
  font-size: 24px;
  font-family: "SourceHanSans-Medium";
  margin-bottom: 50px;
}
main.web_solution .solution_case__desc p {
  max-width: 680px;
  margin-bottom: 30px;
}
main.web_solution .solution_case__desc p:last-child {
  margin-bottom: 0px;
}
main.web_solution .solution_case__img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_solution .solution_case__btn {
  display: inline-block;
  width: 100%;
  margin: 40px auto 100px auto;
}
main.web_solution .solution_case__btn > a {
  margin-left: auto;
  margin-right: auto;
}
main.web_solution .solution_partner__wrap {
  margin-bottom: 90px;
}
main.web_solution .solution_partner__inside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_solution .solution_partner__inside .index_partner__logo {
  width: 100%;
}
main.web_solution .solution_partner__inside h2 {
  text-align: center;
  margin-bottom: 60px;
}
main.web_solution .solution_partner__inside h2:after {
  left: 50%;
  transform: translateX(-50%);
}
main.web_solution .solution_partner__container {
  padding-bottom: 60px;
}
main.web_solution .solution_partner__pagination {
  bottom: 0px;
}
main.web_solution .solution_partner__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #d5d5d5;
  opacity: 1;
}
main.web_solution .solution_partner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2691ff;
}

main.web_service-detail .service-detail_breadcrumb__inside {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_service-detail .service-detail_breadcrumb__main p {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #999;
  font-size: 14px;
}
main.web_service-detail .service-detail_breadcrumb__main span {
  margin-right: 10px;
}
main.web_service-detail .service-detail_breadcrumb__main i {
  margin-right: 10px;
}
main.web_service-detail .service-detail_breadcrumb__nav ul {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_service-detail .service-detail_breadcrumb__nav ul li {
  margin: 0px 50px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_service-detail .service-detail_breadcrumb__nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0px 15px;
  border-bottom: 3px solid transparent;
  color: #666;
}
main.web_service-detail .service-detail_breadcrumb__nav ul li:last-child {
  margin-right: 0px;
}
main.web_service-detail .service-detail_breadcrumb__nav ul li.active a {
  color: #2691ff;
  border-bottom: 3px solid #2691ff;
}
main.web_service-detail .service-detail_main__wrap {
  background: #f9fbfd;
  padding: 80px 0px 110px 0px;
}
main.web_service-detail .service-detail_main__banner {
  height: 224px;
  background: url(../../img/service_detail/img_bg.jpg) center center no-repeat no-repeat;
  margin-bottom: 77px;
  position: relative;
}
main.web_service-detail .service-detail_main__banner__title {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_service-detail .service-detail_main__banner__title h1 {
  font-size: 40px;
  font-family: "SourceHanSans-Medium";
  color: #fff;
}
main.web_service-detail .service-detail_main__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_service-detail .service-detail_main__content__nav {
  flex: 0 0 360px;
}
main.web_service-detail .service-detail_main__content__nav ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_service-detail .service-detail_main__content__nav ul li {
  cursor: pointer;
  position: relative;
  color: #101010;
  font-family: "SourceHanSans-Medium";
  height: 72px;
  width: 300px;
  padding-left: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}
main.web_service-detail .service-detail_main__content__nav ul li:last-child {
  margin-bottom: 0px;
}
main.web_service-detail .service-detail_main__content__nav ul li.active {
  background: #fff;
  box-shadow: 2px 2px 8px rgba(5, 28, 42, 0.05);
  position: relative;
  color: #2691ff;
}
main.web_service-detail .service-detail_main__content__nav ul li.active:after {
  position: absolute;
  height: 100%;
  width: 2px;
  background: #2691ff;
  content: "";
  top: 0px;
  right: -62px;
}
main.web_service-detail .service-detail_main__content__nav ul li.active:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  width: 14.14px;
  height: 14.14px;
  background: #fff;
  transform: rotate(45deg) translateY(-10px);
}
main.web_service-detail .service-detail_main__content__main {
  flex: 0 1 1178px;
  border-left: 2px solid #e5e5e5;
  padding-left: 58px;
}
main.web_service-detail .service-detail_main__content__item {
  display: none;
}
main.web_service-detail .service-detail_main__content__item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main.web_service-detail .service-detail_main__content__item.active {
  display: block;
}
main.web_service-detail .service-detail_main__content__item p {
  margin-top: 24px;
  margin-bottom: 30px;
}
main.web_service-detail .service-detail_main__content__item ul {
  margin-bottom: 24px;
  list-style: disc;
  padding-left: 30px;
}
main.web_service-detail .service-detail_main__content__item ul li {
  line-height: 1.7;
}
main.web_service-detail .service-detail_advert__wrap {
  padding-bottom: 120px;
  padding-top: 120px;
}
main.web_service-detail .service-detail_advert__inside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_service-detail .service-detail_advert__title {
  margin-bottom: 70px;
}
main.web_service-detail .service-detail_advert__content .row {
  margin-left: -20px;
  margin-right: -20px;
}
main.web_service-detail .service-detail_advert__content .col-xs-12 {
  padding-left: 20px;
  padding-right: 20px;
}
main.web_service-detail .service-detail_advert__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_service-detail .service-detail_advert__item i {
  margin-bottom: 50px;
}
main.web_service-detail .service-detail_advert__item h3 {
  font-size: 20px;
  font-family: "SourceHanSans-Medium";
  color: #101010;
  line-height: 1;
  margin-bottom: 24px;
}
main.web_service-detail .service-detail_advert__item p {
  text-align: center;
}
main.web_service-detail .service-detail_str__wrap {
  height: 790px;
  background: url(../../img/service_detail/img_bg.jpg.html) center center no-repeat no-repeat;
}
main.web_service-detail .service-detail_str__inside {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_service-detail .service-detail_str__title {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
main.web_service-detail .service-detail_str__title h2 {
  color: #fff;
  margin-bottom: 50px;
}
main.web_service-detail .service-detail_str__title h2:after {
  background: url(../../img/solution/img_text_bg-1.svg);
}
main.web_service-detail .service-detail_str__title p {
  max-width: 880px;
  text-align: center;
  color: #fff;
}
main.web_service-detail .service-detail_str__number {
  width: 100%;
  margin-bottom: 100px;
}
main.web_service-detail .service-detail_str__number__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_service-detail .service-detail_str__number__item p {
  color: #fff;
}
main.web_service-detail .service-detail_str__number__item p:first-child {
  line-height: 1;
  font-size: 32px;
  color: #fff;
  margin-bottom: 40px;
}
main.web_service-detail .service-detail_str__number__item p:first-child span {
  line-height: 1;
  font-size: 72px;
  font-family: "DINPro-Medium";
}
main.web_service-detail .service-detail_service__wrap {
  padding: 120px 0px;
}
main.web_service-detail .service-detail_service__inside {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_service-detail .service-detail_service__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
main.web_service-detail .service-detail_service__title h2 {
  margin-bottom: 30px;
}
main.web_service-detail .service-detail_service__title p {
  text-align: center;
}
main.web_service-detail .service-detail_service__content {
  width: 100%;
}
main.web_service-detail .service-detail_service__content__inside {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_service-detail .service-detail_service__item {
  cursor: pointer;
}
main.web_service-detail .service-detail_service__item:hover .service-detail_service__item__icon__num img {
  opacity: 1;
}
main.web_service-detail .service-detail_service__item:nth-of-type(2n+1) {
  flex: 0 1 200px;
}
main.web_service-detail .service-detail_service__item:nth-of-type(2n+2) {
  flex: 0 1 98px;
  margin-top: 100px;
}
main.web_service-detail .service-detail_service__item:nth-of-type(3), main.web_service-detail .service-detail_service__item:nth-of-type(7) {
  padding-top: 180px;
}
main.web_service-detail .service-detail_service__item__icon {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_service-detail .service-detail_service__item__icon__num {
  margin-bottom: -20px;
}
main.web_service-detail .service-detail_service__item__icon__num img {
  opacity: 0.5;
}
main.web_service-detail .service-detail_service__item__icon__main img {
  display: block;
}
main.web_service-detail .service-detail_service__item__icon__main img:nth-of-type(2) {
  display: none;
}
main.web_service-detail .service-detail_service__item__icon__main img:nth-of-type(3) {
  position: absolute;
  right: 50%;
  top: 28%;
  transform: translateX(14px);
}
main.web_service-detail .service-detail_service__item h3 {
  font-size: 24px;
  font-family: "SourceHanSans-Medium";
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
main.web_service-detail .service-detail_service__item h3:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  width: 60px;
  height: 2px;
  background: #2691ff;
}

main.web_blog .blog h1 {
  font-size: 0px;
}
main.web_blog .blog_banner__container {
  position: relative;
}
main.web_blog .blog_banner__container .swiper-slide {
  height: 540px;
}
main.web_blog .blog_banner__container .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 540px;
  background-size: cover;
}
main.web_blog .blog_banner__desc {
  position: absolute;
  z-index: 5;
  left: 0px;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_blog .blog_banner__content {
  position: relative;
  flex: 0 1 900px;
  background: #2691ff;
  opacity: 0.9;
  padding: 40px 60px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_blog .blog_banner__content h2 {
  font-size: 32px;
  color: #fff;
  position: relative;
}
main.web_blog .blog_banner__content__title {
  max-width: 620px;
  position: relative;
}
main.web_blog .blog_banner__pagination {
  bottom: -10px;
  right: 0px;
}
main.web_blog .blog_banner__pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  margin: 0 5px;
}
main.web_blog .blog_banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
main.web_blog .blog_banner__background {
  flex: 0 1 1020px;
}
main.web_blog .blog_banner__nav {
  margin-bottom: 80px;
  height: 70px;
  border-bottom: 1px solid #f7f7f7;
}
main.web_blog .blog_banner__nav .w {
  height: 100%;
}
main.web_blog .blog_banner__nav__inside {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_blog .blog_banner__nav__nav ul {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_blog .blog_banner__nav__nav ul li {
  padding: 0px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_blog .blog_banner__nav__nav ul li:first-child {
  padding-left: 0px;
}
main.web_blog .blog_banner__nav__nav ul li:last-child {
  padding-right: 0px;
}
main.web_blog .blog_banner__nav__nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #666;
  padding: 0px 8px;
  border-bottom: 4px solid transparent;
}
main.web_blog .blog_banner__nav__nav ul li.active a {
  color: #2691ff;
  border-bottom: 4px solid #2691ff;
}
main.web_blog .blog_list__video {
  width: 100%;
}
main.web_blog .blog_list__video__inside {
  margin-bottom: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_blog .blog_list__video__inside:hover .blog_list__video__inside__img svg {
  fill: #a81417;
}
main.web_blog .blog_list__video__inside__img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
main.web_blog .blog_list__video__inside__img img {
  width: 100%;
}
main.web_blog .blog_list__video__inside__img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
main.web_blog .blog_list__video__inside__img svg {
  width: 64px;
  height: 64px;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
}
main.web_blog .blog_list__video__inside__desc p {
  text-align: center;
}
main.web_blog .blog_list__video .c-pagination {
  margin-top: 20px;
}
main.web_blog .blog_list__inside {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 120px;
}
main.web_blog .blog_list__main {
  flex: 0 1 1130px;
  margin-right: 30px;
}
main.web_blog .blog_list__main > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_blog .blog_list__main_content > img {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
main.web_blog .blog_list__main_content > p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-indent: 2em;
}
main.web_blog .blog_list__main_content > h3 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "SourceHanSans-Medium";
}
main.web_blog .blog_list__sider {
  flex: 0 1 300px;
  margin-left: 30px;
  position: sticky;
  top: 210px;
}
main.web_blog .blog_list__item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
main.web_blog .blog_list__item:last-child {
  margin-bottom: 0px;
}
main.web_blog .blog_list__item:hover .blog_list__desc__title h3 {
  color: #2691ff;
}
main.web_blog .blog_list__item.hot .blog_list__desc__title span {
  display: inline-block;
}
main.web_blog .blog_list__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
main.web_blog .blog_list__img {
  flex: 0 1 350px;
  margin-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_blog .blog_list__desc {
  flex: 0 1 740px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_blog .blog_list__desc__main p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
}
main.web_blog .blog_list__desc__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_blog .blog_list__desc__title span {
  flex: 0 0 auto;
  background: #2691ff;
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
  height: 24px;
  line-height: 24px;
  padding: 0px 12px;
  margin-right: 16px;
  display: none;
}
main.web_blog .blog_list__desc__title h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
  font-size: 24px;
  font-family: "SourceHanSans-Medium";
  margin-bottom: 20px;
}
main.web_blog .blog_list__desc__date {
  margin-top: 30px;
}
main.web_blog .blog_list__desc__date p {
  font-size: 14px;
  color: #999;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_blog .blog_list__desc__date p span:first-child {
  margin-right: 50px;
}
main.web_blog .blog_list__sider {
  flex: 0 0 300px;
}
main.web_blog .blog_list__search {
  margin-bottom: 40px;
}
main.web_blog .blog_list__search form {
  position: relative;
}
main.web_blog .blog_list__search input[type=text] {
  width: 100%;
  height: 48px;
  border: none;
  background: #f2f5fa;
  color: #999;
  font-size: 14px;
  padding: 0px 40px;
}
main.web_blog .blog_list__search svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  stroke: #2691ff;
}
main.web_blog .blog_list__search input[type=submit] {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
}
main.web_blog .blog_list__hot__title {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_blog .blog_list__hot__title p {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 10px;
}
main.web_blog .blog_list__hot__title p span {
  width: 4px;
  height: 4px;
  background: #2691ff;
}
main.web_blog .blog_list__hot__title h3 {
  font-size: 20px;
  font-family: "SourceHanSans-Medium";
  line-height: 1.2;
}
main.web_blog .blog_list__hot__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_blog .blog_list__hot__item li {
  position: relative;
  margin-bottom: 30px;
}
main.web_blog .blog_list__hot__item li > div p:first-child {
  font-size: 14px;
  color: #101010;
  margin-bottom: 16px;
}
main.web_blog .blog_list__hot__item li > div p:last-child {
  font-size: 12px;
  color: #999;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_blog .blog_list__hot__item li > a {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

main.web_article .article__wrap {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 120px;
}
main.web_article .article_left__wrap {
  position: sticky;
  top: 184px;
  flex: 0 1 300px;
  margin-right: 40px;
  border: 1px solid #e7e7e7;
  padding: 40px 30px 0px 30px;
}
main.web_article .article_left__wrap ul li {
  padding: 30px 0px;
  border-top: 1px solid #e7e7e7;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_article .article_left__wrap ul li a {
  color: #101010;
  font-size: 14px;
  margin-bottom: 20px;
}
main.web_article .article_left__wrap ul li span {
  font-size: 14px;
  color: #999;
}
main.web_article .article_left__title {
  font-size: 24px;
  margin-bottom: 20px;
}
main.web_article .article_main__wrap {
  flex: 0 1 840px;
}
main.web_article .article_main__title h1 {
  font-size: 32px;
  margin-bottom: 30px;
}
main.web_article .article_main__title p {
  font-size: 14px;
  color: #666;
}
main.web_article .article_main__title p span {
  color: #2691ff;
}
main.web_article .article_main__content > img {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
main.web_article .article_main__content > img:first-child {
  width: 100%;
}
main.web_article .article_main__content iframe {
  width: 100%;
  height: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
}
main.web_article .article_main__content p {
  margin-top: 30px;
  margin-bottom: 30px;
}
main.web_article .article_main__content img {
  margin: 0 auto;
}
main.web_article .article_main__content h3 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}
main.web_article .article_main__content h4 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
main.web_article .article_main__content ul {
  margin-left: 20px;
  padding-left: 20px;
  list-style: disc;
  margin-top: 40px;
  margin-bottom: 40px;
}
main.web_article .article_main__content ul li {
  display: list-item;
  margin: 5px 0px;
}
main.web_article .article_main__contact .common-share-wrap .common-share-recommend {
  border-left: 3px solid #2691ff;
  margin-bottom: 30px;
  padding-left: 30px;
}
main.web_article .article_main__contact .common-share-wrap .common-share-recommend p {
  color: #101010;
  font-family: "SourceHanSans-Medium";
  font-size: 16px;
}
main.web_article .article_main__contact .common-share-wrap .common-share-recommend p a {
  color: #2691ff;
  text-decoration: underline;
}
main.web_article .article_main__contact .common-share-wrap .common-share-svg {
  height: 48px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
main.web_article .article_main__contact .common-share-wrap .common-share-svg .common-share-svg-img {
  display: flex;
  align-items: center;
}
main.web_article .article_main__contact .common-share-wrap .common-share-svg .common-share-svg-img span {
  margin-right: 20px;
  display: flex;
  color: #666;
}
main.web_article .article_main__contact .common-share-wrap .common-share-svg .common-share-svg-img a {
  margin-right: 10px;
}
main.web_article .article_main__contact .common-share-wrap .common-share-svg .common-share-svg-img a:last-child {
  margin-right: 20px;
}
main.web_article .article_main__contact .common-share-wrap .common-share-svg .common-share-svg-btn a {
  color: #666;
}
main.web_article .article_main__contact .common-share-wrap .common-share-svg .common-share-svg-btn a:last-child {
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #e5e5e5;
}
main.web_article .article_right__wrap {
  position: sticky;
  top: 184px;
  flex: 0 1 300px;
  margin-left: 40px;
}
main.web_article .article_right__quote {
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  margin-bottom: 40px;
  background: #fbfaf9;
}
main.web_article .article_right__quote__title {
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 30px;
}
main.web_article .article_right__quote__title h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
main.web_article .article_right__quote__title ul {
  margin-bottom: 36px;
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 36px;
}
main.web_article .article_right__quote__title ul li {
  display: list-item;
  margin-bottom: 16px;
}
main.web_article .article_right__quote__title > a {
  max-width: 240px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #2691ff;
  color: #fff;
  margin-bottom: 30px;
}
main.web_article .article_right__popular {
  margin-top: 40px;
  overflow: hidden;
}
main.web_article .article_right__popular__title {
  margin-bottom: 20px;
  font-size: 24px;
}
main.web_article .article_right__popular ul {
  margin-left: -5px;
  margin-right: -5px;
  padding: 25px 0px;
  border-top: 1px solid #e7e7e7;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
main.web_article .article_right__popular ul li {
  border: 1px solid #2691ff;
  padding: 5px 15px;
  margin: 5px;
  color: #2691ff;
}

main.web_help .help_breadcrumb__inside {
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_help .help_breadcrumb__inside p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #999;
  font-size: 14px;
}
main.web_help .help_breadcrumb__inside i {
  margin-right: 10px;
}
main.web_help .help_main__wrap {
  margin-bottom: 100px;
}
main.web_help .help_main__inside {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_help .help_main__sider {
  position: sticky;
  top: 210px;
  flex: 0 1 350px;
  padding: 60px 45px 50px 45px;
  margin-right: 70px;
  box-shadow: 0px 2px 5px rgba(5, 28, 42, 0.1);
}
main.web_help .help_main__sider__inside {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_help .help_main__sider__title {
  margin-bottom: 30px;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_help .help_main__sider__title p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_help .help_main__sider__title p span {
  width: 4px;
  height: 4px;
  background: #2691ff;
}
main.web_help .help_main__sider__title h3 {
  font-size: 20px;
  font-family: "SourceHanSans-Medium";
  line-height: 1;
  margin-left: 10px;
}
main.web_help .help_main__sider__nav {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 20px;
  margin-bottom: 40px;
}
main.web_help .help_main__sider__nav ul li {
  margin-bottom: 40px;
}
main.web_help .help_main__sider__nav ul li:last-child {
  margin-bottom: 0px;
}
main.web_help .help_main__sider__nav ul li a {
  font-size: 18px;
  font-family: "SourceHanSans-Medium";
  color: #101010;
}
main.web_help .help_main__sider__nav ul li.active a {
  color: #2691ff;
}
main.web_help .help_main__sider__img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_help .help_main__sider__img__content {
  flex: 0 0 80px;
}
main.web_help .help_main__sider__img__desc {
  flex: 0 1 auto;
  margin-left: 20px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 14px;
}
main.web_help .help_main__sider__img__desc p {
  margin-bottom: 10px;
}
main.web_help .help_main__content {
  flex: 0 1 1100px;
}
main.web_help .help_main__content__inside {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_help .help_main__content__inside .knowledge__content .help_main__content__item__desc__inside {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_help .help_main__content__inside .knowledge__content .help_main__content__item__desc__inside a {
  color: #2691ff;
}
main.web_help .help_main__content__inside .knowledge__content .help_main__content__item__desc__inside img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main.web_help .help_main__content__inside .knowledge__content .help_main__content__item__desc__inside > p {
  margin-bottom: 20px;
  flex: 0 1 auto;
  text-indent: 2em;
  width: 100%;
}
main.web_help .help_main__content__inside .knowledge__content .help_main__content__item__desc__inside > h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
main.web_help .help_main__content__inside .knowledge__content .help_main__content__item__desc__inside > h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
main.web_help .help_main__content__inside .knowledge__content .help_main__content__item__desc__inside > ul {
  margin-left: 20px;
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 30px;
}
main.web_help .help_main__content__inside .knowledge__content .help_main__content__item__desc__inside > ul li {
  display: list-item;
  margin: 5px 0px;
}
main.web_help .help_main__content__inside .knowledge__content .help_main__content__item__desc__inside > ol {
  margin-left: 20px;
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 30px;
}
main.web_help .help_main__content__inside .knowledge__content .help_main__content__item__desc__inside > ol li {
  display: list-item;
  margin: 5px 0px;
}
main.web_help .help_main__content__banner {
  background: url(../../img/help/banner.jpg) bottom right no-repeat no-repeat;
  height: 300px;
  padding: 0px 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_help .help_main__content__banner__title {
  margin-bottom: 30px;
}
main.web_help .help_main__content__banner__title h1 {
  font-size: 32px;
  color: #101010;
  font-family: "SourceHanSans-Medium";
}
main.web_help .help_main__content__banner form {
  width: 100%;
  font-size: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_help .help_main__content__banner form input[type=text] {
  flex: 0 1 340px;
  border: none;
  color: #999;
  font-size: 16px;
  text-indent: 20px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_help .help_main__content__banner form input[type=submit] {
  cursor: pointer;
  flex: 0 1 160px;
  height: 56px;
  font-size: 16px;
  color: #fff;
  background: #2691ff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border: none;
}
main.web_help .help_main__content__content {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 85px;
}
main.web_help .help_main__content__content > ul {
  margin-bottom: 50px;
}
main.web_help .help_main__content__content > p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #999;
}
main.web_help .help_main__content__content > p i {
  flex: 0 0 32px;
}
main.web_help .help_main__content__content > p a {
  color: #2691ff;
}
main.web_help .help_main__content__item {
  border-bottom: 1px solid #e5e5e5;
}
main.web_help .help_main__content__item__faq {
  cursor: pointer;
  padding-top: 40px;
  padding-bottom: 40px;
}
main.web_help .help_main__content__item__faq.active h3 i {
  background: #2691ff;
  box-shadow: 0px 10px 15px rgba(0, 118, 234, 0.35);
}
main.web_help .help_main__content__item__faq.active h3 i svg:first-child {
  display: none;
}
main.web_help .help_main__content__item__faq.active h3 i svg:last-child {
  display: block;
}
main.web_help .help_main__content__item__faq h3 {
  margin-right: 10px;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 20px;
  font-family: "SourceHanSans-Medium";
  color: #101010;
}
main.web_help .help_main__content__item__faq h3 i {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_help .help_main__content__item__faq h3 i svg:last-child {
  display: none;
}
main.web_help .help_main__content__item__desc {
  background: #f8f9fc;
  padding: 30px 20px;
  display: none;
}
main.web_help .help_main__content__item__desc__inside {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_help .help_main__content__item__desc__inside span {
  flex: 0 0 40px;
  color: #2691ff;
  font-size: 24px;
  font-family: "SourceHanSans-Medium";
}
main.web_help .help_main__content__item__desc__inside p {
  flex: 0 1 780px;
  color: #666;
  line-height: 1.5;
}

main.web_service .service .common_message__wrap {
  background: #f1f3f4;
  padding-top: 50px;
}
main.web_service .service_main__title__inside {
  padding: 100px 0px 68px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_service .service_main__title__main {
  margin-bottom: 40px;
}
main.web_service .service_main__title__main h1 {
  font-size: 40px;
  font-family: "SourceHanSans-Medium";
  color: #101010;
  text-align: center;
}
main.web_service .service_main__title__desc {
  max-width: 880px;
  color: #999;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
}
main.web_service .service_main__list {
  background: #f1f3f4;
  padding-top: 120px;
  padding-bottom: 60px;
}
main.web_service .service_main__list__inside {
  position: relative;
}
main.web_service .service_main__list__inside:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #c8dff6;
  position: absolute;
  top: 0px;
  right: 98px;
}
main.web_service .service_main__list__inside:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #c8dff6;
  position: absolute;
  top: 0px;
  left: 98px;
}
main.web_service .service_main__list__inside__right {
  position: absolute;
  top: 30px;
  left: 57px;
  font-family: "DINPro-Bold";
  padding-right: 12px;
  transform: rotate(90deg);
  background: #f1f3f4;
  color: #c8dff6;
}
main.web_service .service_main__list__inside__left {
  position: absolute;
  top: 30px;
  right: 57px;
  font-family: "DINPro-Bold";
  padding-right: 12px;
  transform: rotate(90deg);
  background: #f1f3f4;
  z-index: 2;
  color: #c8dff6;
}
main.web_service .service_main__list__item {
  background: #fff url(../../img/service/img_bg.jpg) left top no-repeat no-repeat;
  margin-bottom: 40px;
}
main.web_service .service_main__list__item:hover {
  box-shadow: 20px 20px 30px rgba(3, 12, 16, 0.1);
}
main.web_service .service_main__list__item:last-child {
  margin-bottom: 0px;
}
main.web_service .service_main__list__item__inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 70px 70px 70px 100px;
}
main.web_service .service_main__list__item__desc {
  flex: 0 1 740px;
  margin-right: 30px;
}
main.web_service .service_main__list__item__desc__insde {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_service .service_main__list__item__desc__title {
  margin-bottom: 100px;
}
main.web_service .service_main__list__item__desc__title h3 {
  font-size: 32px;
  font-family: "SourceHanSans-Medium";
  line-height: 1;
  margin-bottom: 30px;
}
main.web_service .service_main__list__item__desc__nav {
  max-width: 500px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
main.web_service .service_main__list__item__desc__nav li {
  flex: 0 1 50%;
  position: relative;
  padding-left: 14px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_service .service_main__list__item__desc__nav li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #2691ff;
}
main.web_service .service_main__list__item__desc__nav li i {
  margin-left: 10px;
}
main.web_service .service_main__list__item__desc__nav li:nth-of-type(3), main.web_service .service_main__list__item__desc__nav li:nth-of-type(4) {
  margin-bottom: 0px;
}
main.web_service .service_main__list__item__desc__nav li:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2px;
  background: #2691ff;
}
main.web_service .service_main__list__item__img {
  flex: 0 1 510px;
}

main.web_about .about_banner__wrap {
  background: url(../../img/about/banner.jpg) center bottom no-repeat no-repeat;
  height: 810px;
}
main.web_about .about_banner__inside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_about .about_banner__title {
  margin-top: 160px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_about .about_banner__title h1 {
  color: #fff;
  margin-bottom: 40px;
}
main.web_about .about_banner__title h1:after {
  background: url(../../img/solution/img_text_bg-1.svg);
}
main.web_about .about_banner__title p {
  color: #fff;
  max-width: 880px;
  text-align: center;
}
main.web_about .about_banner__video {
  margin-bottom: 60px;
}
main.web_about .about_banner__video__inside {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 72px;
  border-radius: 72px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
main.web_about .about_banner__video__inside:hover {
  background: #2691ff;
}
main.web_about .about_banner__video__inside span {
  margin-left: 60px;
  margin-right: 40px;
  color: #fff;
}
main.web_about .about_banner__video__inside i {
  margin-right: 5px;
  height: 56px;
  width: 56px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 50%;
}
main.web_about .about_banner__video__inside i svg path {
  fill: #2691ff;
}
main.web_about .about_banner__mouse__inside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_about .about_banner__mouse__inside__line {
  height: 48px;
  margin-bottom: 30px;
  width: 2px;
}
main.web_about .about_banner__mouse__inside__line div {
  width: 2px;
  height: 0px;
  background: rgba(255, 255, 255, 0.2);
}
main.web_about .about_culture__wrap {
  height: 840px;
  background: url(../../img/about/img_culture_bg_1.jpg) center bottom no-repeat no-repeat;
  position: relative;
}
main.web_about .about_culture__wrap #company-culture {
  position: relative;
  top: -130px;
}
main.web_about .about_culture__wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../../img/about/img_culture_bg_2.png) center bottom no-repeat no-repeat;
  z-index: 1;
}
main.web_about .about_culture__wrap .w {
  position: relative;
  z-index: 3;
}
main.web_about .about_culture__inside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_about .about_culture__title {
  margin-top: 140px;
  margin-bottom: 110px;
}
main.web_about .about_culture__content {
  width: 100%;
}
main.web_about .about_culture__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_about .about_culture__item i {
  margin-bottom: 50px;
  position: relative;
}
main.web_about .about_culture__item i span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 32px;
  color: #2691ff;
  font-style: normal;
  transform: translate(-50%, -50%);
}
main.web_about .about_culture__item p {
  max-width: 420px;
  font-size: 24px;
  color: #303030;
  text-align: center;
}
main.web_about .about_num__wrap {
  background: url(../../img/about/img_data_bg.jpg) center center no-repeat no-repeat;
  margin-bottom: 120px;
}
main.web_about .about_num__inside {
  padding: 120px 0px;
}
main.web_about .about_num__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_about .about_num__item span:nth-of-type(1) {
  margin-bottom: 40px;
}
main.web_about .about_num__item span:nth-of-type(2) {
  margin-bottom: 40px;
  font-size: 60px;
  color: #fff;
  line-height: 1;
  font-family: "DINPro-Bold";
}
main.web_about .about_num__item span:nth-of-type(3) {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}
main.web_about .about_panter__wrap {
  margin-bottom: 225px;
}
main.web_about .about_panter__container .swiper-wrapper .swiper-slide:nth-of-type(2) .about_panter__item__desc {
  background: #2691ff;
}
main.web_about .about_panter_button-prev {
  left: 50%;
  bottom: 0px;
  top: auto;
  height: 24px;
  transform: translateX(-52px);
}
main.web_about .about_panter_button-prev:after {
  display: none;
}
main.web_about .about_panter_button-prev:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 1px;
  background: #e5e5e5;
  top: 3px;
  right: -28px;
}
main.web_about .about_panter_button-next {
  height: 24px;
  transform: translateX(28px);
  top: auto;
  left: 50%;
  bottom: 0px;
}
main.web_about .about_panter_button-next:after {
  display: none;
}
main.web_about .about_panter__title {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_about .about_panter__item {
  position: relative;
  cursor: pointer;
}
main.web_about .about_panter__item:hover .about_panter__item__desc {
  background: #2691ff;
}
main.web_about .about_panter__item__img img {
  width: 100%;
}
main.web_about .about_panter__item__desc {
  position: absolute;
  height: 140px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: rgba(5, 31, 48, 0.8);
}
main.web_about .about_panter__item__desc p {
  text-align: center;
  line-height: 1;
}
main.web_about .about_panter__item__desc p:first-child {
  margin-top: 40px;
  font-size: 22px;
  font-family: "SourceHanSans-Medium";
  color: #fff;
  margin-bottom: 20px;
}
main.web_about .about_panter__item__desc p:last-child {
  font-size: 18px;
  color: white;
}
main.web_about .about_develop__wrap {
  padding: 120px 0px;
  background: url(../../img/about/img_bg_2.jpg) center center no-repeat no-repeat;
  background-size: cover;
}
main.web_about .about_develop__inside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_about .about_develop__title {
  margin-bottom: 50px;
}
main.web_about .about_develop__container .swiper-wrapper {
  box-sizing: border-box;
  max-width: 1020px;
}
main.web_about .about_develop__container .swiper-wrapper .swiper-slide {
  margin-left: 150px;
  margin-right: 150px;
  max-width: 720px;
}
main.web_about .about_develop__thumb__wrap {
  width: 100%;
  padding-bottom: 68px;
  width: 100%;
  background: url(../../img/about/img_timeline_bg.png) bottom left repeat-x;
}
main.web_about .about_develop__thumb__container {
  padding-bottom: 68px;
  position: relative;
  margin-bottom: -68px;
  z-index: 22;
  max-width: 1350px;
}
main.web_about .about_develop__thumb__container .swiper-wrapper {
  display: flex;
  justify-content: center;
}
main.web_about .about_develop__thumb__container .swiper-slide {
  cursor: pointer;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  color: #999;
  transform: all 500ms cubic-bezier(0.2, 0, 0, 1);
  font-size: 48px;
}
main.web_about .about_develop__thumb__container .swiper-slide.swiper-slide-thumb-active {
  font-size: 60px;
  font-family: "DINPro-Bold";
  color: #2691ff;
  position: relative;
}
main.web_about .about_develop__thumb__container .swiper-slide.swiper-slide-thumb-active:after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #2691ff;
  position: absolute;
  left: 50%;
  bottom: -68px;
  transform: translateX(-50%);
}
main.web_about .about_develop__thumb__container .swiper-slide.swiper-slide-thumb-active:before {
  content: "";
  background: #2691ff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -61px;
  transform: translateX(-50%);
}
main.web_about .about_develop_button-prev {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
}
main.web_about .about_develop_button-prev:after {
  display: none;
}
main.web_about .about_develop_button-prev:hover {
  border: 1px solid #2691ff;
}
main.web_about .about_develop_button-prev:hover svg {
  stroke: #2691ff;
}
main.web_about .about_develop_button-next {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
}
main.web_about .about_develop_button-next:after {
  display: none;
}
main.web_about .about_develop_button-next:hover {
  border: 1px solid #2691ff;
}
main.web_about .about_develop_button-next:hover svg {
  stroke: #2691ff;
}
main.web_about .about_develop__item__img {
  margin-bottom: 30px;
}
main.web_about .about_develop__item__desc {
  height: 70px;
  margin-bottom: 20px;
}
main.web_about .about_develop__item__desc p {
  text-align: center;
}
main.web_about .about_style__wrap {
  padding: 120px 0px;
}
main.web_about .about_style__wrap #company-style {
  position: relative;
  top: -130px;
}
main.web_about .about_style__title {
  margin-bottom: 50px;
}
main.web_about .about_style__inside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_about .about_style__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_about .about_style__content__inside {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_about .about_style__content__left {
  flex: 0 1 520px;
  margin-right: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_about .about_style__content__left__top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
main.web_about .about_style__content__left__top_1 {
  flex: 0 1 240px;
  margin-right: 40px;
}
main.web_about .about_style__content__left__top_2 {
  flex: 0 1 240px;
}
main.web_about .about_style__content__right {
  flex: 0 1 960px;
}
main.web_about .about_style__content__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

main.web_join .join_banner__wrap {
  position: relative;
  height: 810px;
  background: url(../../img/join/banner.jpg) center bottom no-repeat no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}
main.web_join .join_banner__wrap .w {
  height: 100%;
}
main.web_join .join_banner__inside {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_join .join_banner__title h1 {
  text-align: center;
  font-size: 64px;
  font-family: "SourceHanSans-Medium";
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}
main.web_join .join_banner__title h3 {
  font-size: 40px;
  text-align: center;
  color: #fff;
}
main.web_join .join_main__search__wrap {
  height: 120px;
  background: #f8f9fc;
  margin-bottom: 100px;
}
main.web_join .join_main__search__inside {
  padding: 0px 20px;
  height: 100%;
}
main.web_join .join_main__search__form {
  height: 100%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_join .join_main__search__form__inside {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_join .join_main__search__form__text {
  cursor: pointer;
  background: #fff;
  flex: 0 1 378px;
  margin-right: 10px;
  height: 60px;
  border: 1px solid #ebeef5;
  position: relative;
  box-shadow: 2px 2px 8px rgba(5, 28, 42, 0.05);
}
main.web_join .join_main__search__form__text input {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 50px;
  color: #666;
  font-size: 18px;
}
main.web_join .join_main__search__form__text input:focus {
  box-shadow: none;
}
main.web_join .join_main__search__form__text svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
main.web_join .join_main__search__form__area {
  cursor: pointer;
  background: #fff;
  flex: 0 1 378px;
  margin-right: 10px;
  height: 60px;
  border: 1px solid #ebeef5;
  position: relative;
  box-shadow: 2px 2px 8px rgba(5, 28, 42, 0.05);
}
main.web_join .join_main__search__form__area select {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #666;
  font-size: 18px;
}
main.web_join .join_main__search__form__area svg:first-child {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
main.web_join .join_main__search__form__area svg:last-child {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
main.web_join .join_main__search__form__style {
  cursor: pointer;
  background: #fff;
  flex: 0 1 378px;
  margin-right: 50px;
  height: 60px;
  border: 1px solid #ebeef5;
  position: relative;
  box-shadow: 2px 2px 8px rgba(5, 28, 42, 0.05);
}
main.web_join .join_main__search__form__style select {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #666;
  font-size: 18px;
}
main.web_join .join_main__search__form__style svg {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
main.web_join .join_main__search__form__btn {
  flex: 1 1 270px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_join .join_main__search__form__btn input {
  border: none;
  width: 140px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #fff;
  font-size: 20px;
  font-family: "SourceHanSans-Bold";
  background: #2691ff;
  cursor: pointer;
  border-radius: 2px;
}
main.web_join .join_main__search__area {
  /*将<a></a>相对定位*/
  position: relative;
  width: 200px;
  height: 25px;
  display: inline-block;
  text-decoration: none;
}
main.web_join .join_main__search__area select {
  /*以相同大小将<select></select>绝对定位*/
  top: 0px;
  left: 0px;
  position: absolute;
  width: 200px;
  height: 25px;
  opacity: 0;
}
main.web_join .join_main__search__area select option[selected] {
  font-weight: bold;
}
main.web_join .join_main__search__area select option:nth-child(even) {
  background-color: #A7DAEF;
}
main.web_join .join_main__search__area select option {
  color: #EA5400;
}
main.web_join .join_main__concept__wrap {
  margin-bottom: 100px;
}
main.web_join .join_main__concept__title {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_join .join_main__concept__item__img {
  margin-bottom: 30px;
}
main.web_join .join_main__concept__item__desc h3 {
  font-size: 24px;
  font-family: "SourceHanSans-Medium";
  line-height: 1;
  margin-bottom: 20px;
  color: #101010;
}
main.web_join .join_main__concept__item__desc p {
  max-width: 480px;
  color: #303030;
}
main.web_join .join_main__list__wrap {
  margin-bottom: 100px;
}
main.web_join .join_main__list__wrap tr {
  border: 0px;
}
main.web_join .join_main__list__wrap td {
  border: 0px;
  padding: 0px;
}
main.web_join .join_main__list__wrap th {
  border: 0px;
  padding: 0px;
}
main.web_join .join_main__list__wrap table {
  border-collapse: collapse;
  border: none;
}
main.web_join .join_main__list__header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom: 2px solid #828d94 !important;
}
main.web_join .join_main__list__header th {
  padding-bottom: 32px;
  font-size: 20px;
  color: #101010;
  font-family: "SourceHanSans-Bold";
  text-align: left;
}
main.web_join .join_main__list__header th:nth-of-type(1) {
  flex: 0 1 602px;
  padding-left: 20px;
}
main.web_join .join_main__list__header th:nth-of-type(2) {
  flex: 0 1 200px;
}
main.web_join .join_main__list__header th:nth-of-type(3) {
  flex: 0 1 220px;
}
main.web_join .join_main__list__header th:nth-of-type(4) {
  flex: 0 1 260px;
}
main.web_join .join_main__list__header th:nth-of-type(5) {
  flex: 0 1 230px;
}
main.web_join .join_main__list__header th:nth-of-type(6) {
  flex: 0 0 48px;
}
main.web_join .join_main__list__faq {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_join .join_main__list__faq.active td:nth-of-type(6) i svg:last-child {
  display: block;
}
main.web_join .join_main__list__faq.active td:nth-of-type(6) i svg:first-child {
  display: none;
}
main.web_join .join_main__list__faq td {
  height: 76px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #303030;
  border-bottom: 1px solid #e5e5e5;
}
main.web_join .join_main__list__faq td:nth-of-type(1) {
  flex: 0 1 602px;
  padding-left: 20px;
}
main.web_join .join_main__list__faq td:nth-of-type(2) {
  flex: 0 1 200px;
}
main.web_join .join_main__list__faq td:nth-of-type(3) {
  flex: 0 1 220px;
}
main.web_join .join_main__list__faq td:nth-of-type(4) {
  flex: 0 1 260px;
}
main.web_join .join_main__list__faq td:nth-of-type(5) {
  flex: 0 1 190px;
}
main.web_join .join_main__list__faq td:nth-of-type(6) {
  flex: 0 0 48px;
}
main.web_join .join_main__list__faq td:nth-of-type(6) i {
  margin-right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2691ff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_join .join_main__list__faq td:nth-of-type(6) i svg:last-child {
  display: none;
}
main.web_join .join_main__list__content {
  background: #f8f9fc;
  display: none;
}
main.web_join .join_main__list__content td {
  padding: 50px 50px 55px 50px;
  width: 100%;
}
main.web_join .join_main__list__content__item {
  margin-bottom: 30px;
}
main.web_join .join_main__list__content__item h3 {
  font-family: "SourceHanSans-Medium";
  line-height: 1;
  margin-bottom: 18px;
  color: #303030;
}
main.web_join .join_main__list__content__item p {
  color: #666;
}
main.web_join .join_main__list__content__item ol {
  padding-left: 20px;
}
main.web_join .join_main__list__content__item ol li {
  margin-bottom: 10px;
}
main.web_join .join_main__list__content__item ol li:last-child {
  margin-bottom: 0px;
}
main.web_join .join_main__list__content__link {
  color: #101010;
}
main.web_join .join_main__list__content__link a {
  color: #2691ff;
}
main.web_join .join_main__btn__wrap {
  padding: 85px;
  margin-bottom: 100px;
  border: 1px solid #2691ff;
}
main.web_join .join_main__btn__inside {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_join .join_main__btn__left {
  flex: 0 1 925px;
  margin-right: 60px;
  position: relative;
}
main.web_join .join_main__btn__left::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 0px;
  right: -60px;
}
main.web_join .join_main__btn__left__inside {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_join .join_main__btn__left__inside > p {
  margin-bottom: 55px;
  color: #303030;
}
main.web_join .join_main__btn__left__inside ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_join .join_main__btn__left__inside ul li {
  flex: 0 1 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_join .join_main__btn__left__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  color: #999;
}
main.web_join .join_main__btn__left__item i {
  margin-bottom: 30px;
}
main.web_join .join_main__btn__right {
  flex: 0 1 305px;
  margin-left: 60px;
}
main.web_join .join_main__btn__right__inside {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_join .join_main__btn__right__inside h3 {
  font-size: 20px;
  font-family: "SourceHanSans-Medium";
  color: #101010;
  margin-bottom: 20px;
}
main.web_join .join_main__btn__right__inside p {
  color: #303030;
  margin-bottom: 44px;
}
main.web_join .join_main__btn__right__inside__a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 210px;
  height: 56px;
  border-radius: 2px;
  background: #5ec9f3;
  margin-bottom: 24px;
  font-size: 20px;
  font-family: "SourceHanSans-Bold";
  color: #fff;
}
main.web_join .join_main__btn__right__inside__a i {
  margin-left: 10px;
}
main.web_join .join_main__btn__right__inside__a:hover {
  color: #fff;
}
main.web_join .join_main__btn__right__inside a:last-child {
  color: #2691ff;
}

main.web_contact .contact_map__inside {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_contact .contact_map__desc {
  flex: 0 0 442px;
  margin-left: 120px;
  margin-right: 120px;
  padding-top: 100px;
  padding-bottom: 160px;
}
main.web_contact .contact_map__desc__title {
  margin-bottom: 90px;
}
main.web_contact .contact_map__desc__title p {
  font-size: 22px;
  color: #999;
  margin-bottom: 20px;
}
main.web_contact .contact_map__desc__title h1 {
  font-size: 48px;
  color: #101010;
  line-height: 1.2;
}
main.web_contact .contact_map__desc__nav {
  margin-bottom: 33px;
}
main.web_contact .contact_map__desc__nav__item.active .contact_map__desc__nav__item__faq span:first-child {
  color: #2691ff;
}
main.web_contact .contact_map__desc__nav__item.active .contact_map__desc__nav__item__faq span:first-child i svg path {
  fill: #2691ff;
}
main.web_contact .contact_map__desc__nav__item.active .contact_map__desc__nav__item__faq span:last-child {
  color: rgba(38, 145, 255, 0.5);
}
main.web_contact .contact_map__desc__nav__item.active .contact_map__desc__nav__item__desc {
  display: block;
}
main.web_contact .contact_map__desc__nav__item__faq {
  cursor: pointer;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_contact .contact_map__desc__nav__item__faq span {
  line-height: 1;
}
main.web_contact .contact_map__desc__nav__item__faq span:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-style: 20px;
  font-family: "SourceHanSans-Bold";
  color: #666;
}
main.web_contact .contact_map__desc__nav__item__faq span:first-child i {
  margin-right: 20px;
}
main.web_contact .contact_map__desc__nav__item__faq span:first-child i svg path {
  fill: #666;
}
main.web_contact .contact_map__desc__nav__item__faq span:last-child {
  font-size: 24px;
  font-family: "DINPro-Medium";
  color: rgba(102, 102, 102, 0.5);
}
main.web_contact .contact_map__desc__nav__item__desc {
  padding-bottom: 45px;
  font-size: 15px;
  color: #303030;
  display: none;
}
main.web_contact .contact_map__desc__img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_contact .contact_map__desc__img__img {
  margin-right: 40px;
}
main.web_contact .contact_map__desc__img p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_contact .contact_map__desc__img p span:first-child {
  line-height: 1;
  margin-bottom: 10px;
}
main.web_contact .contact_map__desc__img p span:last-child {
  font-size: 24px;
  font-family: "SourceHanSans-Medium";
  color: #101010;
}
main.web_contact .contact_map__main {
  flex: 1 1 auto;
}
main.web_contact .contact_map__main iframe {
  height: 100%;
  width: 100%;
}
main.web_contact .contact_form__wrap {
  padding-top: 100px;
  background: url(../../img/contact/img-bg.jpg) top left no-repeat no-repeat;
  padding-bottom: 120px;
  background-size: cover;
}
main.web_contact .contact_form__inside {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_contact .contact_form__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
main.web_contact .contact_form__title h2 {
  font-size: 48px;
  font-family: "SourceHanSans-Medium";
  line-height: 1;
  margin-bottom: 30px;
  color: #101010;
}
main.web_contact .contact_form__title p {
  color: #303030;
}
main.web_contact .contact_form__title p a {
  color: #2691ff;
}
main.web_contact .contact_form__main {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_contact .contact_form__main__inside {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
main.web_contact .contact_form__main__textarea {
  flex: 0 1 493px;
}
main.web_contact .contact_form__main__textarea textarea {
  width: 100%;
  height: 100%;
  border: none;
  color: #999;
  font-size: 16px;
  padding: 20px;
  height: 132px;
}
main.web_contact .contact_form__main__textarea textarea::-webkit-input-placeholder {
  color: #333;
}
main.web_contact .contact_form__main__input {
  flex: 0 1 1007px;
  margin-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 0px;
}
main.web_contact .contact_form__main__input input {
  height: 56px;
  color: #999;
  font-size: 16px;
  border: none;
  width: 100%;
}
main.web_contact .contact_form__main__input input::-webkit-input-placeholder {
  color: #333;
}
main.web_contact .contact_form__main__input select {
  color: #333;
  font-size: 16px;
  border: none;
}
main.web_contact .contact_form__main__input__name {
  flex: 0 1 calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  height: 56px;
}
main.web_contact .contact_form__main__input__type {
  flex: 0 1 calc(50% - 10px);
  margin-bottom: 20px;
  height: 56px;
  position: relative;
}
main.web_contact .contact_form__main__input__type select {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
main.web_contact .contact_form__main__input__type svg {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
main.web_contact .contact_form__main__input__phone {
  flex: 0 1 calc(50% - 10px);
  height: 56px;
  margin-right: 20px;
}
main.web_contact .contact_form__main__input__qq {
  flex: 0 1 calc(50% - 10px);
  height: 56px;
}
main.web_contact .contact_form__main__btn {
  cursor: pointer;
  width: 100%;
  flex: 0 1 100%;
}
main.web_contact .contact_form__main__btn input {
  height: 56px;
  border: none;
  width: 100%;
  background: #2691ff;
  color: #fff;
}

main.web_success .success h1 {
  font-size: 0px;
}
main.web_success .success__container {
  margin-bottom: 160px;
  margin-top: 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main.web_success .success__btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.web_success .success__btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 56px;
  background: #2691ff;
  color: #fff;
  margin: 0px;
}
main.web_success .success__btns a:first-child {
  margin-right: 30px;
}
main.web_success .success__btns a i {
  margin-right: 10px;
}
main.web_success .success__title {
  font-size: 32px;
  margin-bottom: 30px;
}
main.web_success .success__icon {
  margin-bottom: 30px;
}
main.web_success .success__icon svg path {
  fill: #2691ff;
}

main.web_not-found .not-found__container {
  margin-top: 160px;
  margin-bottom: 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main.web_not-found .not-found__title {
  font-size: 150px;
  margin-bottom: 30px;
  line-height: 1;
}
main.web_not-found .not-found-sub__title {
  font-size: 32px;
  margin-bottom: 30px;
}
main.web_not-found .not-found__desc {
  margin-bottom: 30px;
}
main.web_not-found .not-found__btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.web_not-found .not-found__btns a {
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 56px;
  background: #2691ff;
  color: #fff;
  margin: 0px;
}
main.web_not-found .not-found__btns a:first-child {
  margin-right: 30px;
}
main.web_not-found .not-found__btns a i {
  margin-right: 10px;
}

main.web_picture {
  padding: 80px 0;
  background-color: #f5f5f5;
}
main.web_picture .picture h1 {
  font-size: 0px;
}
main.web_picture .picture__container {
  padding: 60px 40px;
  background-color: #fff;
}
main.web_picture .picture-item {
  margin: 10px 0;
  cursor: pointer;
}
main.web_picture .picture-item:hover .picture-item__title {
  color: #2691ff;
}
main.web_picture .picture-item__title {
  margin-top: 1rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
}

.wpcf7-response-output {
  border: none;
}

@media (max-width: 1800px) {
  main.web_service .service_main__list__inside:after {
    display: none;
  }
  main.web_service .service_main__list__inside:before {
    display: none;
  }
  main.web_service .service_main__list__inside__right {
    display: none;
  }
  main.web_service .service_main__list__inside__left {
    display: none;
  }
}
@media (max-width: 1520px) {
  main.web_index .index_about__main__wrap:after {
    height: 300px;
  }
  main.web_index .index_about__main__desc__title p {
    margin-bottom: 20px;
  }
  main.web_index .index_about__main__desc__title h2 {
    margin-bottom: 30px;
  }
  main.web_index .index_about__main__desc__desc {
    margin-bottom: 40px;
  }
}
@media (max-width: 1289px) {
  main {
    margin-top: 100px;
  }

  header.web_header .header.fixed {
    height: 100px !important;
  }
  header.web_header .header__message {
    height: 40px !important;
  }
  header.web_header .header__nav {
    height: 60px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  header.web_header .header__mobile__btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  main.web_index .index_services__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_index .index_services__content__sider {
    flex: 0 0 100%;
    margin-right: 0px;
  }
  main.web_index .index_services__content__sider .c-index__title h2 {
    text-align: center;
  }
  main.web_index .index_services__content__sider .c-index__title h3 {
    text-align: center;
  }
  main.web_index .index_services__content__main {
    flex: 0 0 100%;
  }
  main.web_index .index_services__content__main .c-index__btn {
    margin-top: 30px;
  }
  main.web_index .index_services__content__main .c-index__btn > a {
    margin-left: auto;
    margin-right: auto;
  }
  main.web_index .index_about__main__wrap:after {
    height: 320px;
  }
  main.web_index .index_about__main__desc__inside {
    padding: 20px;
  }
  main.web_index .index_about__main__desc__desc {
    margin-bottom: 30px;
  }

  main.web_service-detail .service-detail_str__number__item p:first-child span {
    font-size: 56px;
  }
  main.web_service-detail .service-detail_service__item__icon__main img:nth-of-type(3) {
    transform: translateX(24px);
  }
}
@media (max-width: 1023px) {
  .c-index__title h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .c-index__title h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .c-index__btn__hover > a i {
    opacity: 1;
  }
  .c-index__btn__hover > a i svg {
    width: 16px;
    height: 16px;
  }
  .c-index__btn > a {
    height: 48px;
  }
  .c-pagination {
    margin-top: 30px;
  }
  .c-pagination__num {
    height: 28px;
    width: 28px;
    margin: 0px 7.5px;
  }
  .c-pagination__prev, .c-pagination__next {
    height: 28px;
    width: 28px;
    margin: 0px 7.5px;
  }
  .c-pagination__ellipsis {
    height: 28px;
    width: 28px;
    margin: 0px 7.5px;
  }
  .c-form__inside {
    width: 90%;
  }
  .c-form__title {
    font-size: 18px;
  }
  .c-form__main__phone, .c-form__main__name, .c-form__main__email {
    flex: 0 1 100%;
    margin-right: 0px;
    height: 48px;
    padding-left: 15px;
  }
  .c-form__main__message {
    height: 140px;
    margin-bottom: 30px;
    padding-left: 15px;
  }
  .c-form__main__btn {
    height: 48px;
  }

  .main-h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .common_message__wrap {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .common_message__title {
    margin-bottom: 30px;
  }
  .common_message__title h2 {
    font-size: 20px;
  }
  .common_message__btn form {
    margin-bottom: 20px;
  }
  .common_message__btn form input {
    height: 48px;
  }
  .common_message__btn form .ajax-loader {
    display: none;
  }

  main.web_article .article__wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  main.web_article .article_main__wrap {
    flex: 0 1 100%;
  }
  main.web_article .article_main__title h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  main.web_article .article_main__content iframe {
    width: 100%;
    height: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.web_article .article_main__content img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.web_article .article_main__content p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  main.web_article .article_main__content h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.web_article .article_main__content h4 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  main.web_article .article_main__content ul {
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  main.web_index {
    margin-top: 100px;
  }
  main.web_index .index_banner__wrap {
    margin-bottom: 60px;
  }
  main.web_index .index_banner__hash {
    display: none;
  }
  main.web_index .index_services__wrap {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  main.web_index .index_services__search {
    top: 0px;
  }
  main.web_index .index_services__search__main {
    height: auto;
    padding: 30px 15px;
  }
  main.web_index .index_services__search__main__price form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
  }
  main.web_index .index_services__search__main__price label {
    background: #fff;
    height: 48px;
    width: 100%;
    margin-bottom: 15px;
  }
  main.web_index .index_services__search__main__price label > svg {
    right: 15px;
  }
  main.web_index .index_services__search__main__price input {
    padding: 0px 15px;
  }
  main.web_index .index_services__search__main__price ul {
    top: 48px;
  }
  main.web_index .index_services__search__main__price__receipt {
    flex: 0 1 auto;
    margin-right: 0px;
  }
  main.web_index .index_services__search__main__price__type {
    flex: 0 1 auto;
    margin-right: 0px;
  }
  main.web_index .index_services__search__main__price__weight {
    flex: 0 1 auto;
    margin-right: 0px;
  }
  main.web_index .index_services__search__main__price__weight__up {
    right: 15px;
  }
  main.web_index .index_services__search__main__price__weight__down {
    right: 15px;
  }
  main.web_index .index_services__search__main__price__size {
    flex: 0 1 auto;
    margin-right: 0px;
    padding: 0px 15px;
  }
  main.web_index .index_services__search__main__price__size span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  main.web_index .index_services__search__main__price__code {
    flex: 0 1 auto;
    margin-right: 0px;
  }
  main.web_index .index_services__search__main__price__btn {
    flex: 0 1 auto;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  main.web_index .index_services__search__main__order form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
  }
  main.web_index .index_services__search__main__order label {
    height: 48px;
    width: 100%;
  }
  main.web_index .index_services__search__main__order input {
    padding: 0px 15px;
  }
  main.web_index .index_services__search__main__order__number {
    flex: 0 1 auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  main.web_index .index_services__search__main__order__btn {
    flex: 0 1 auto;
  }
  main.web_index .index_services__content__main .row > div {
    margin-bottom: 30px;
  }
  main.web_index .index_services__content__main .row > div .index_services__content__main__desc {
    width: 100%;
    padding: 40px 30px;
  }
  main.web_index .index_services__content__main .row > div .index_services__content__main__desc > div {
    margin-bottom: 30px;
  }
  main.web_index .index_services__content__main .row > div .index_services__content__main__desc > div h3 {
    font-size: 18px;
  }
  main.web_index .index_services__content__main .c-index__btn {
    margin-top: 10px;
  }
  main.web_index .index_about__wrap {
    margin-bottom: 20px;
  }
  main.web_index .index_about__clearance {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_index .index_about__clearance__wrap {
    margin-bottom: 60px;
  }
  main.web_index .index_about__clearance__left {
    flex: 0 1 100%;
    margin-right: 0px;
  }
  main.web_index .index_about__clearance__left__item {
    padding: 40px 30px;
  }
  main.web_index .index_about__clearance__left__item:first-child {
    margin-bottom: 30px;
  }
  main.web_index .index_about__clearance__left__desc h3 {
    font-size: 20px;
  }
  main.web_index .index_about__clearance__right {
    flex: 0 1 100%;
    padding: 40px 30px;
    margin-bottom: 40px;
  }
  main.web_index .index_about__clearance__right__desc {
    margin-bottom: 40px;
  }
  main.web_index .index_about__clearance__right__desc h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  main.web_index .index_about__main__wrap {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  main.web_index .index_about__main .c-index__title {
    position: static;
  }
  main.web_index .index_about__main .c-index__title h2 {
    text-align: center;
  }
  main.web_index .index_about__main .c-index__title h3 {
    text-align: center;
  }
  main.web_index .index_about__main .c-index__btn {
    float: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  main.web_index .index_about__main__img {
    width: 100%;
  }
  main.web_index .index_about__main__desc {
    width: 100%;
    position: static;
    padding-bottom: 0px;
  }
  main.web_index .index_about__main__desc__inside {
    padding: 40px 30px;
    position: static;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_index .index_about__main__desc__title p {
    margin-bottom: 20px;
  }
  main.web_index .index_about__main__desc__title h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  main.web_index .index_about__main__desc__desc {
    margin-bottom: 40px;
  }
  main.web_index .index_about__main__desc__desc h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  main.web_index .index_about__advent__item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  main.web_index .index_about__advent__item i {
    margin-bottom: 30px;
  }
  main.web_index .index_about__advent__item h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  main.web_index .index_partner__wrap {
    margin-bottom: 60px;
  }
  main.web_index .index_partner__wrap .c-index__title h2 {
    text-align: center;
  }
  main.web_index .index_partner__wrap .c-index__title h3 {
    text-align: center;
  }
  main.web_index .index_partner__message {
    margin-bottom: 40px;
  }
  main.web_index .index_partner__message .swiper-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main.web_index .index_partner__message__item {
    padding: 40px 30px;
  }
  main.web_index .index_partner__message__img {
    margin-bottom: 40px;
  }
  main.web_index .index_partner__message__img h3 {
    font-size: 18px;
  }
  main.web_index .index_partner__logo .swiper-container {
    padding-bottom: 40px;
  }
  main.web_index .index_news__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main.web_index .index_news__title .c-index__title {
    margin-bottom: 0px;
  }
  main.web_index .index_news__inside .index_news__container {
    flex: 0 1 100%;
    padding-bottom: 50px;
  }
  main.web_index .index_news__inside .swiper-slide {
    position: relative;
  }
  main.web_index .index_news__inside .swiper-slide p {
    bottom: 20px;
    padding: 0 30px;
  }
  main.web_index .index_news__inside .swiper-slide a {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }
  main.web_index .index_news__inside .index_news_1__pagination {
    bottom: 0px;
  }
  main.web_index .index_news__inside .index_news_1__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    background: #d5d5d5;
    opacity: 1;
  }
  main.web_index .index_news__inside .index_news_1__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2691ff;
  }

  footer.web_footer .footer_main__wrap {
    padding: 60px 0px;
  }
  footer.web_footer .footer_main__message {
    flex: 0 1 100%;
  }
  footer.web_footer .footer_main__message__address {
    margin-bottom: 40px;
  }
  footer.web_footer .footer_main__message__address h3 {
    margin-bottom: 20px;
  }
  footer.web_footer .footer_copyright__wrap {
    padding: 30px 0px;
    height: auto;
  }
  footer.web_footer .footer_copyright__inside {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  footer.web_footer .footer_copyright__desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  footer.web_footer .footer_copyright__desc p:last-child {
    margin-left: 0px;
    margin-top: 10px;
  }

  main.web_help .help_breadcrumb__inside {
    height: 60px;
  }
  main.web_help .help_main__wrap {
    margin-bottom: 60px;
  }
  main.web_help .help_main__content__banner {
    height: 240px;
    padding: 0px 30px;
  }
  main.web_help .help_main__content__banner__title {
    margin-bottom: 20px;
  }
  main.web_help .help_main__content__banner__title h1 {
    font-size: 18px;
  }
  main.web_help .help_main__content__banner form input[type=text] {
    height: 48px;
    font-size: 14px;
  }
  main.web_help .help_main__content__banner form input[type=submit] {
    height: 48px;
    font-size: 14px;
  }
  main.web_help .help_main__content__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }
  main.web_help .help_main__content__content > ul {
    margin-bottom: 40px;
  }
  main.web_help .help_main__content__item__faq {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  main.web_help .help_main__content__item__faq h3 {
    margin-left: 10px;
    font-size: 16px;
  }
  main.web_help .help_main__content__item__faq h3 i {
    width: 24px;
    height: 24px;
  }
  main.web_help .help_main__content__item__desc__inside span {
    flex: 0 0 28px;
    font-size: 16px;
  }

  main.web_service .service_main__title__inside {
    padding: 60px 0px 60px 0px;
  }
  main.web_service .service_main__title__main {
    margin-bottom: 20px;
  }
  main.web_service .service_main__title__main h1 {
    font-size: 20px;
  }
  main.web_service .service_main__title__desc {
    margin-bottom: 40px;
  }
  main.web_service .service_main__list {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  main.web_service .service_main__list__item__inside {
    padding: 60px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  main.web_service .service_main__list__item__desc {
    width: 100%;
    flex: 0 0 auto;
    margin-right: 0px;
  }
  main.web_service .service_main__list__item__desc__title {
    margin-bottom: 40px;
  }
  main.web_service .service_main__list__item__desc__title h3 {
    font-size: 18px;
  }
  main.web_service .service_main__list__item__img {
    flex: 0 0 auto;
    margin-bottom: 30px;
  }

  main.web_about .about_banner__wrap {
    height: auto;
  }
  main.web_about .about_banner__inside {
    padding: 80px 0px;
  }
  main.web_about .about_banner__title {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  main.web_about .about_banner__title h1 {
    margin-bottom: 30px;
  }
  main.web_about .about_banner__video {
    margin-bottom: 40px;
  }
  main.web_about .about_banner__video__inside {
    height: 48px;
    border-radius: 48px;
  }
  main.web_about .about_banner__video__inside span {
    margin-left: 40px;
    margin-right: 28px;
  }
  main.web_about .about_banner__video__inside i {
    height: 36px;
    width: 36px;
    margin-right: 3px;
  }
  main.web_about .about_culture__wrap {
    height: auto;
  }
  main.web_about .about_culture__inside {
    padding: 60px 0px;
  }
  main.web_about .about_culture__title {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  main.web_about .about_culture__content .col-xs-12 {
    margin-bottom: 40px;
  }
  main.web_about .about_culture__content .col-xs-12:last-child {
    margin-bottom: 0px;
  }
  main.web_about .about_culture__item i {
    margin-bottom: 20px;
  }
  main.web_about .about_culture__item i img {
    width: 120px;
  }
  main.web_about .about_culture__item i span {
    font-size: 18px;
  }
  main.web_about .about_culture__item p {
    font-size: 16px;
  }
  main.web_about .about_num__wrap {
    margin-bottom: 60px;
  }
  main.web_about .about_num__inside {
    padding: 60px 0px 30px 0px;
  }
  main.web_about .about_num__inside .col-xs-6 {
    margin-bottom: 30px;
  }
  main.web_about .about_num__item span:nth-of-type(1) {
    margin-bottom: 20px;
  }
  main.web_about .about_num__item span:nth-of-type(2) {
    margin-bottom: 20px;
    font-size: 48px;
  }
  main.web_about .about_num__item span:nth-of-type(3) {
    font-size: 16px;
  }
  main.web_about .about_panter__wrap {
    margin-bottom: 60px;
  }
  main.web_about .about_panter__title {
    margin-bottom: 40px;
  }
  main.web_about .about_panter__item__desc {
    height: auto;
    padding: 40px 0px;
  }
  main.web_about .about_panter__item__desc p:first-child {
    margin-top: 0px;
    font-size: 16px;
  }
  main.web_about .about_panter__item__desc p:last-child {
    margin-top: 0px;
    font-size: 14px;
  }
  main.web_about .about_develop__wrap {
    padding: 60px 0px;
  }
  main.web_about .about_develop__title {
    margin-bottom: 40px;
  }
  main.web_about .about_develop__container {
    width: 100%;
    max-width: 100%;
  }
  main.web_about .about_develop__container .swiper-wrapper {
    width: 100%;
    max-width: none;
  }
  main.web_about .about_develop__container .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
  }
  main.web_about .about_develop__container .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  main.web_about .about_develop__thumb__container .swiper-wrapper {
    margin-left: 33.33%;
  }
  main.web_about .about_develop__thumb__container .swiper-slide {
    height: 40px;
    font-size: 24px;
  }
  main.web_about .about_develop__thumb__container .swiper-slide.swiper-slide-thumb-active {
    font-size: 30px;
  }
  main.web_about .about_develop__item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  main.web_about .about_develop__item__img img {
    width: 100%;
  }
  main.web_about .about_develop__item__desc {
    height: auto;
    margin-bottom: 30px;
  }
  main.web_about .about_style__wrap {
    padding: 60px 0px;
  }
  main.web_about .about_style__title {
    margin-bottom: 40px;
  }
  main.web_about .about_style__content__inside {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_about .about_style__content__left {
    flex: 0 1 auto;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  main.web_about .about_style__content__left__top {
    margin-bottom: 30px;
  }
  main.web_about .about_style__content__left__top_1 {
    margin-right: 15px;
  }
  main.web_about .about_style__content__right {
    flex: 0 1 auto;
  }

  main.web_join .join_banner__wrap {
    height: auto;
    padding: 80px 0px;
    margin-bottom: 60px;
  }
  main.web_join .join_banner__title h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  main.web_join .join_banner__title h3 {
    font-size: 20px;
  }
  main.web_join .join_main__search__wrap {
    margin-bottom: 60px;
    height: auto;
  }
  main.web_join .join_main__search__inside {
    padding: 30px 20px;
  }
  main.web_join .join_main__search__form__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  main.web_join .join_main__search__form__text {
    flex: 0 1 calc(50% - 24px);
    height: 48px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  main.web_join .join_main__search__form__text input {
    font-size: 14px;
  }
  main.web_join .join_main__search__form__area {
    flex: 0 1 calc(50% - 24px);
    height: 48px;
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  main.web_join .join_main__search__form__area select {
    font-size: 14px;
  }
  main.web_join .join_main__search__form__style {
    flex: 0 1 calc(50% - 24px);
    height: 48px;
    margin-right: 20px;
    font-size: 16px;
  }
  main.web_join .join_main__search__form__style select {
    font-size: 14px;
  }
  main.web_join .join_main__search__form__btn {
    flex: 0 1 calc(50% - 24px);
    height: 48px;
    margin-right: 0px;
  }
  main.web_join .join_main__search__form__btn input {
    width: 100%;
    height: 48px;
    font-size: 14px;
  }
  main.web_join .join_main__list__wrap {
    margin-bottom: 60px;
  }
  main.web_join .join_main__list__header th {
    font-size: 14px;
    padding-bottom: 20px;
    text-align: center;
  }
  main.web_join .join_main__list__header th:nth-of-type(1) {
    flex: 0 1 300px;
    padding-left: 0px;
  }
  main.web_join .join_main__list__header th:nth-of-type(2) {
    flex: 0 1 220px;
  }
  main.web_join .join_main__list__header th:nth-of-type(3) {
    flex: 0 1 220px;
  }
  main.web_join .join_main__list__header th:nth-of-type(4) {
    flex: 0 1 200px;
  }
  main.web_join .join_main__list__header th:nth-of-type(5) {
    flex: 0 1 240px;
  }
  main.web_join .join_main__list__header th:nth-of-type(6) {
    flex: 0 0 24px;
  }
  main.web_join .join_main__list__faq {
    padding: 20px 0px;
    border-bottom: 1px solid #e5e5e5 !important;
  }
  main.web_join .join_main__list__faq td {
    border-bottom: none;
    height: auto;
  }
  main.web_join .join_main__list__faq td:nth-of-type(1) {
    flex: 0 1 300px;
    padding-left: 0px;
  }
  main.web_join .join_main__list__faq td:nth-of-type(2) {
    flex: 0 1 220px;
  }
  main.web_join .join_main__list__faq td:nth-of-type(3) {
    flex: 0 1 220px;
  }
  main.web_join .join_main__list__faq td:nth-of-type(4) {
    flex: 0 1 200px;
  }
  main.web_join .join_main__list__faq td:nth-of-type(5) {
    flex: 0 1 240px;
  }
  main.web_join .join_main__list__faq td:nth-of-type(6) {
    flex: 0 0 24px;
  }
  main.web_join .join_main__list__faq td:nth-of-type(6) i {
    margin-left: 4px;
    margin-right: 0px;
    width: 20px;
    height: 20px;
  }
  main.web_join .join_main__list__faq td:nth-of-type(6) i svg {
    height: 14px;
    width: 14px;
  }
  main.web_join .join_main__list__content td {
    padding: 40px 30px;
  }
  main.web_join .join_main__btn__wrap {
    margin-bottom: 60px;
    padding: 40px 30px;
  }
  main.web_join .join_main__btn__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_join .join_main__btn__left {
    flex: 0 1 auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  main.web_join .join_main__btn__left:after {
    display: none;
  }
  main.web_join .join_main__btn__left__inside > p {
    margin-bottom: 30px;
  }
  main.web_join .join_main__btn__left__item i {
    margin-bottom: 20px;
  }
  main.web_join .join_main__btn__left__item i img {
    width: 42px;
  }
  main.web_join .join_main__btn__right {
    flex: 0 1 auto;
    margin-left: 0px;
  }
  main.web_join .join_main__btn__right__inside h3 {
    font-size: 16px;
  }
  main.web_join .join_main__btn__right__inside p {
    margin-bottom: 30px;
  }
  main.web_join .join_main__btn__right__inside__a {
    height: 48px;
    font-size: 16px;
  }
  main.web_join .join_main__btn__right__inside__a i svg {
    width: 18px;
    height: 18px;
  }
  main.web_join .join_main__concept__wrap {
    margin-bottom: 50px;
  }
  main.web_join .join_main__concept__title {
    margin-bottom: 40px;
  }
  main.web_join .join_main__concept__centent__container {
    padding-bottom: 40px;
  }
  main.web_join .join_main__concept__centent__pagination {
    bottom: 0px;
  }
  main.web_join .join_main__concept__item__img {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  main.web_join .join_main__concept__item__desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_join .join_main__concept__item__desc h3 {
    font-size: 16px;
  }
  main.web_join .join_main__concept__item__desc p {
    text-align: center;
  }

  main.web_blog .blog_banner__container .swiper-slide {
    height: 340px;
  }
  main.web_blog .blog_banner__container .swiper-slide a {
    height: 340px;
  }
  main.web_blog .blog_banner__desc {
    height: auto;
  }
  main.web_blog .blog_banner__content {
    padding: 30px 15px;
    flex: 0 1 100%;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  main.web_blog .blog_banner__content__title {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: stretch;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_blog .blog_banner__content__title .blog_banner__pagination {
    position: initial;
  }
  main.web_blog .blog_banner__content h2 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  main.web_blog .blog_banner__background {
    display: none;
  }
  main.web_blog .blog_banner__nav {
    margin-top: 20px;
    margin-bottom: 60px;
    height: 100px;
  }
  main.web_blog .blog_banner__nav__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_blog .blog_banner__nav__inside .c-nav__pagination {
    height: 48px;
  }
  main.web_blog .blog_banner__nav__nav {
    height: 48px;
  }
  main.web_blog .blog_banner__nav__nav ul li {
    padding: 0px 20px;
  }
  main.web_blog .blog_banner__nav__nav ul li:first-child {
    padding-left: 0px;
  }
  main.web_blog .blog_banner__nav__nav ul li:last-child {
    padding-right: 0px;
  }
  main.web_blog .blog_list__inside {
    padding-bottom: 60px;
  }
  main.web_blog .blog_list__main {
    margin-right: 0px;
  }
  main.web_blog .blog_list__main_content > img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.web_blog .blog_list__main_content > p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  main.web_blog .blog_list__main_content > h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.web_blog .blog_list__desc__title h3 {
    font-size: 16px;
  }
  main.web_blog .blog_list__desc__date {
    margin-top: 20px;
  }
  main.web_blog .blog_list__item {
    margin-bottom: 40px;
  }
  main.web_blog .blog_list__item:last-child {
    margin-bottom: 0px;
  }
  main.web_blog .blog_list__video__inside__img svg {
    width: 32px;
  }
  main.web_blog .blog_list__video .c-pagination {
    margin-top: 0px;
  }

  main.web_solution .solution_banner__inside {
    height: 340px;
  }
  main.web_solution .solution_banner__inside .w {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  main.web_solution .solution_banner__content h2 {
    margin-top: 0px;
  }
  main.web_solution .solution_banner__content p {
    font-size: 16px;
  }
  main.web_solution .solution_banner__nav {
    padding-top: 20px;
    height: 116px;
  }
  main.web_solution .solution_banner__nav__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_solution .solution_banner__nav .c-nav__pagination {
    height: 48px;
  }
  main.web_solution .solution_banner__nav__nav {
    height: 48px;
  }
  main.web_solution .solution_banner__nav__nav ul li {
    margin-left: 40px;
  }
  main.web_solution .solution_banner__nav__nav ul li:first-child {
    margin-left: 0px;
  }
  main.web_solution .solution_introduce__wrap .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  main.web_solution .solution_introduce__wrap .row .col-xs-12 {
    padding: 0px;
  }
  main.web_solution .solution_introduce__img {
    margin-top: 60px;
  }
  main.web_solution .solution_introduce__desc {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  main.web_solution .solution_introduce__desc__img {
    margin-bottom: 30px;
  }
  main.web_solution .solution_introduce__desc h2 {
    margin-bottom: 30px;
    text-align: center;
    max-width: 100%;
  }
  main.web_solution .solution_introduce__desc h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
  main.web_solution .solution_introduce__desc p {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  main.web_solution .solution_introduce__desc p:last-child {
    margin-bottom: 0px;
  }
  main.web_solution .solution_chara__inside {
    padding: 60px 0px 30px 0px;
  }
  main.web_solution .solution_chara__inside .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  main.web_solution .solution_chara__inside .row .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  main.web_solution .solution_chara__item i {
    margin-bottom: 20px;
  }
  main.web_solution .solution_chara__item i svg {
    width: 48px;
    height: 48px;
  }
  main.web_solution .solution_chara__item h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  main.web_solution .solution_case__wrap {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  main.web_solution .solution_case__wrap .row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
  }
  main.web_solution .solution_case__wrap .row .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  main.web_solution .solution_case__title {
    margin-bottom: 40px;
  }
  main.web_solution .solution_case__title h2 {
    margin-bottom: 20px;
  }
  main.web_solution .solution_case__desc__img {
    margin-bottom: 20px;
  }
  main.web_solution .solution_case__desc h3 {
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
  }
  main.web_solution .solution_case__desc p {
    max-width: 100%;
    text-align: center;
  }
  main.web_solution .solution_case__btn {
    margin: 0px 0px 60px 0px;
  }
  main.web_solution .solution_partner__wrap {
    margin-bottom: 60px;
  }
  main.web_solution .solution_partner__inside h2 {
    margin-bottom: 30px;
  }
  main.web_solution .solution_partner__container {
    padding-bottom: 40px;
  }

  main.web_contact .contact_map__inside {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_contact .contact_map__desc {
    flex: 1 1 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 40px;
    padding-top: 60px;
  }
  main.web_contact .contact_map__desc__title {
    margin-bottom: 40px;
  }
  main.web_contact .contact_map__desc__title p {
    font-size: 16px;
    text-align: center;
  }
  main.web_contact .contact_map__desc__title h1 {
    font-size: 24px;
    text-align: center;
  }
  main.web_contact .contact_map__desc__nav {
    margin-bottom: 10px;
  }
  main.web_contact .contact_map__desc__nav__item__faq {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  main.web_contact .contact_map__desc__nav__item__faq span:first-child {
    font-size: 16px;
  }
  main.web_contact .contact_map__desc__nav__item__faq span:last-child {
    font-size: 18px;
  }
  main.web_contact .contact_map__desc__nav__item__desc {
    padding-bottom: 30px;
    font-size: 14px;
  }
  main.web_contact .contact_map__desc__img__img {
    margin-right: 20px;
  }
  main.web_contact .contact_map__desc__img p span:last-child {
    font-size: 16px;
  }
  main.web_contact .contact_map__main {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
  }
  main.web_contact .contact_map__main iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  main.web_contact .contact_form__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main.web_contact .contact_form__title {
    margin-bottom: 40px;
  }
  main.web_contact .contact_form__title h2 {
    font-size: 24px;
  }
  main.web_contact .contact_form__title p {
    text-align: center;
  }
  main.web_contact .contact_form__main__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_contact .contact_form__main__input {
    flex: 0 1 auto;
    width: 100%;
    margin-right: 0px;
  }
  main.web_contact .contact_form__main__input input {
    height: 48px;
    font-size: 14px;
  }
  main.web_contact .contact_form__main__input select {
    font-size: 14px;
  }
  main.web_contact .contact_form__main__input__name {
    height: 48px;
  }
  main.web_contact .contact_form__main__input__type {
    height: 48px;
  }
  main.web_contact .contact_form__main__input__phone {
    height: 48px;
  }
  main.web_contact .contact_form__main__input__qq {
    height: 48px;
  }
  main.web_contact .contact_form__main__textarea {
    flex: 0 1 auto;
    width: 100%;
    margin-top: 20px;
  }
  main.web_contact .contact_form__main__textarea textarea {
    font-size: 14px;
  }
  main.web_contact .contact_form__main__btn input {
    height: 48px;
  }

  main.web_service-detail .service-detail_breadcrumb__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    padding-top: 20px;
  }
  main.web_service-detail .service-detail_breadcrumb__main {
    height: 48px;
  }
  main.web_service-detail .service-detail_breadcrumb__nav {
    height: 48px;
  }
  main.web_service-detail .service-detail_breadcrumb__nav ul li {
    margin: 0px 5px;
  }
  main.web_service-detail .service-detail_breadcrumb__nav ul li:first-child {
    margin-left: 0px;
  }
  main.web_service-detail .service-detail_breadcrumb__nav ul li:last-child {
    margin-right: 0px;
  }
  main.web_service-detail .service-detail_main__wrap {
    padding: 60px 0px 60px 0px;
  }
  main.web_service-detail .service-detail_main__banner {
    height: auto;
    padding: 60px 0px;
    margin-bottom: 60px;
  }
  main.web_service-detail .service-detail_main__banner__title h1 {
    font-size: 20px;
  }
  main.web_service-detail .service-detail_main__content__main {
    border-left: none;
    padding-left: 0px;
  }
  main.web_service-detail .service-detail_main__content__item {
    margin-bottom: 40px;
    display: block !important;
  }
  main.web_service-detail .service-detail_main__content__item__title {
    margin-bottom: 20px;
  }
  main.web_service-detail .service-detail_main__content__item__title h3 {
    font-size: 16px;
    color: #101010;
    font-family: "SourceHanSans-Medium";
  }
  main.web_service-detail .service-detail_main__content__item:last-child {
    margin-bottom: 0px;
  }
  main.web_service-detail .service-detail_main__content__item p {
    margin-bottom: 30px;
    margin-top: 0px;
  }
  main.web_service-detail .service-detail_main__content__item ul {
    margin-bottom: 0px;
  }
  main.web_service-detail .service-detail_advert__wrap {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  main.web_service-detail .service-detail_advert__title {
    margin-bottom: 30px;
  }
  main.web_service-detail .service-detail_advert__item {
    margin-bottom: 30px;
  }
  main.web_service-detail .service-detail_advert__item i {
    width: 56px;
    margin-bottom: 20px;
  }
  main.web_service-detail .service-detail_advert__item h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  main.web_service-detail .service-detail_str__wrap {
    height: auto;
    padding-bottom: 60px;
  }
  main.web_service-detail .service-detail_str__title {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  main.web_service-detail .service-detail_str__number {
    margin-bottom: 10px;
  }
  main.web_service-detail .service-detail_str__number__item {
    margin-bottom: 30px;
  }
  main.web_service-detail .service-detail_str__number__item p:first-child {
    font-size: 20px;
    margin-bottom: 20px;
  }
  main.web_service-detail .service-detail_str__number__item p:first-child span {
    font-size: 48px;
  }
  main.web_service-detail .service-detail_service__wrap {
    padding: 60px 0px 30px 0px;
  }
  main.web_service-detail .service-detail_service__title {
    margin-bottom: 40px;
  }
  main.web_service-detail .service-detail_service__content__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  main.web_service-detail .service-detail_service__item {
    margin-right: 20px;
    margin-bottom: 30px;
  }
  main.web_service-detail .service-detail_service__item h3 {
    font-size: 16px;
    text-align: center;
  }
  main.web_service-detail .service-detail_service__item h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
  main.web_service-detail .service-detail_service__item p {
    text-align: center;
  }
  main.web_service-detail .service-detail_service__item:nth-of-type(2n+1) {
    flex: 0 1 calc((100% - 40px) / 3);
  }
  main.web_service-detail .service-detail_service__item:nth-of-type(3), main.web_service-detail .service-detail_service__item:nth-of-type(7) {
    padding-top: 0px;
  }
  main.web_service-detail .service-detail_service__item:nth-of-type(5), main.web_service-detail .service-detail_service__item:nth-of-type(9) {
    margin-right: 0px;
  }
  main.web_service-detail .service-detail_service__item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_service-detail .service-detail_service__item__icon__num {
    margin-left: -82px;
  }
  main.web_service-detail .service-detail_service__item__icon__num img {
    width: 24px;
  }
  main.web_service-detail .service-detail_service__item__icon__main img:nth-of-type(1) {
    width: 96px;
  }
  main.web_service-detail .service-detail_service__item__icon__main img:nth-of-type(2) {
    width: 96px;
  }
  main.web_service-detail .service-detail_service__item__icon__main img:nth-of-type(3) {
    width: 24px;
    top: 23%;
    transform: translateX(14px);
  }

  main.web_not-found .not-found h1 {
    font-size: 0px;
  }
  main.web_not-found .not-found__container {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  main.web_not-found .not-found__title {
    font-size: 76px;
  }
  main.web_not-found .not-found-sub__title {
    font-size: 20px;
  }
  main.web_not-found .not-found__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_not-found .not-found__btns a {
    height: 48px;
  }
  main.web_not-found .not-found__btns a:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  main.web_success .success__container {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  main.web_success .success__icon svg {
    width: 96px;
    height: 96px;
  }
  main.web_success .success__title {
    font-size: 20px;
  }
  main.web_success .success__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_success .success__btns a {
    height: 48px;
  }
  main.web_success .success__btns a:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  main.web_picture {
    padding: 60px 0px;
  }
  main.web_picture .picture__container {
    padding: 40px 15px;
  }
}
@media (max-width: 767px) {
  .fixed_icon {
    right: 20px;
    bottom: 60px;
  }

  .common_message__btn form input[type=text] {
    flex: 0 1 auto;
    width: 210px;
  }
  .common_message__btn form input[type=submit] {
    flex: 0 1 auto;
    width: 80px;
  }

  main.web_service-detail .service-detail_service__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  main.web_service-detail .service-detail_service__item__desc {
    flex: 0 1 210px;
    margin-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_service-detail .service-detail_service__item__desc h3 {
    padding-bottom: 0px;
  }
  main.web_service-detail .service-detail_service__item__desc h3:after {
    display: none;
  }
  main.web_service-detail .service-detail_service__item__desc p {
    text-align: left;
  }
  main.web_service-detail .service-detail_service__item__icon {
    flex: 0 0 96px;
    width: 96px;
    margin-bottom: -32px;
  }
  main.web_service-detail .service-detail_service__item:nth-of-type(2n+1) {
    flex: 0 1 100%;
  }
  main.web_service-detail .service-detail_service__item:nth-of-type(1) {
    margin-right: 0px;
  }
  main.web_service-detail .service-detail_service__item:nth-of-type(3) {
    margin-right: 0px;
  }
  main.web_service-detail .service-detail_service__item:nth-of-type(5) {
    margin-right: 0px;
  }
  main.web_service-detail .service-detail_service__item:nth-of-type(7) {
    margin-right: 0px;
  }

  header.web_header .header__mobile__nav__inside {
    width: 70%;
  }

  main.web_index .index_banner__wrap .swiper-button-prev, main.web_index .index_banner__wrap .swiper-button-next {
    width: 32px;
    height: 32px;
    padding: 0 5px;
  }

  main.web_blog .blog_list__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_blog .blog_list__img {
    flex: 0 1 auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  main.web_blog .blog_list__desc {
    flex: 0 1 auto;
  }

  main.web_about .about_develop__container {
    width: 100%;
  }
  main.web_about .about_develop__container .swiper-wrapper {
    width: 100%;
    max-width: none;
  }
  main.web_about .about_develop__container .swiper-wrapper .swiper-slide {
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
  }
  main.web_about .about_develop__container .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  main.web_about .about_develop__thumb__container .swiper-wrapper {
    margin-left: 75%;
  }
  main.web_about .about_develop__item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  main.web_about .about_develop__item__img img {
    width: 100%;
  }
  main.web_about .about_develop__item__desc {
    height: auto;
    margin-bottom: 30px;
  }

  main.web_join .join_main__search__form__text {
    flex: 0 1 100%;
    margin-right: 0px;
  }
  main.web_join .join_main__search__form__area {
    flex: 0 1 100%;
  }
  main.web_join .join_main__search__form__style {
    flex: 0 1 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  main.web_join .join_main__search__form__btn {
    flex: 0 1 100%;
  }

  main.web_contact .contact_form__main__input {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_contact .contact_form__main__input__name {
    flex: 0 1 auto;
    width: 100%;
    margin-right: 0px;
  }
  main.web_contact .contact_form__main__input__type {
    flex: 0 1 auto;
    width: 100%;
  }
  main.web_contact .contact_form__main__input__phone {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  main.web_contact .contact_form__main__input__qq {
    flex: 0 1 auto;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .c-index__btn {
    width: 100%;
  }
  .c-index__btn > a {
    width: 100%;
  }

  main.web_index .index_about__clearance__left__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  main.web_index .index_about__clearance__left__desc {
    flex: 0 1 auto;
    margin-right: 0px;
  }
  main.web_index .index_about__clearance__left__img {
    flex: 0 1 auto;
  }
  main.web_index .index_about__clearance__left__img img {
    width: 100%;
  }
  main.web_index .index_about__main .c-index__btn {
    width: 100%;
  }
}/*# sourceMappingURL=index.min.css.map */