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

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

video, embed, iframe {
  width: 100%;
}

img {
  border: none !important;
  vertical-align: middle
}



input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;


}


textarea {
  -webkit-appearance: none;

  outline: none;
}


.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

/*文字超出隐藏*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #FF6A00;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #FF6A00;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.page-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;


}

.main-header {
  position: relative;
  display: block;


}

.main-menu {
  position: relative;

  z-index: 91;
}

.main-menu-wrapper {

  display: block;
}



.main-menu-wrapper-left {

  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;

}

.main-menu-wrapper-logo {
  position: relative;
  margin-right: 35px;
}

.main-menu-wrapper-main-menu {

  display: block;
  height: 70px;
  line-height: 70px;

}

.stricky-header.main-menu {
  background: rgba(255, 255, 255, .9);
}

.main-menu .main-menu-list li ul {
  position: relative;
  background: #fff;
}

.main-menu .main-menu-list li ul div {
  position: absolute;
  left: 100%;
  height: 100%;
  top: 0;
  width: 190%;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0;

  border-bottom: 1px solid #f7f7f7;


}

.main-menu .main-menu-list li ul div a {
  margin-left: 7px;

  font-size: 14px !important;
}

.main-menu .main-menu-list li ul div a:hover {
  color: #FF6A00;
}

.main-menu .main-menu-list,
.main-menu .main-menu-list ul,
.stricky-header .main-menu-list,
.stricky-header .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}


.main-menu .main-menu-list {
  display: flex;
}

.main-menu .main-menu-list>li,
.stricky-header .main-menu-list>li {


  position: relative;
  padding: 0 16px;
}
.main-menu .main-menu-list li:last-of-type {
  padding-right: 0 !important;
}

.main-menu .main-menu-list>li>a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;
  position: relative;
  transition: all 500ms ease;


}

.main-menu .main-menu-list .active {
  color: #FF6A00;
}

.stricky-header .main-menu-list>li>a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;
  transition: all 500ms ease;

}

.main-menu .main-menu-list>li.current>a,
.main-menu .main-menu-list>li:hover>a,
.stricky-header .main-menu-list>li.current>a,
.stricky-header .main-menu-list>li:hover>a {
  color: #FF6A00;
}


.main-menu .main-menu-list>li>a:hover {
  color: #FF6A00;
}

.main-menu .main-menu-list li ul div {
  flex-wrap: wrap;
}

.main-menu .main-menu-list li ul,
.stricky-header .main-menu-list li ul {
  position: absolute;
  top: 100%;
  left: -25%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 150%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;

  display: inline-block;

}



.main-menu .main-menu-list li ul li ul,
.stricky-header .main-menu-list li ul li ul {
  opacity: 1;
  visibility: visible;
  display: block;
  position: absolute;
  top: 70px;
  width: 300%;

}

.main-menu .main-menu-list li ul li ul li,
.stricky-header .main-menu-list li ul li ul li {
  float: left;
}

.main-menu .main-menu-list li:hover ul,
.stricky-header .main-menu-list li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;


}

.main-menu .main-menu-list li ul li,
.stricky-header .main-menu-list li ul li {

  position: relative;
  text-align: center;
  line-height: 32px;
  padding: 10px 0;
}


.main-menu .main-menu-list li ul li a,
.stricky-header .main-menu-list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: center;
  transition: 500ms;
}



.main-menu .main-menu-list li ul li:hover>a,
.stricky-header .main-menu-list li ul li:hover>a {

  color: #FF6A00;
}

.main-menu .main-menu-list li ul li ul,
.stricky-header .main-menu-list li ul li ul {

  left: 100%;
  top: 70px;
  opacity: 1;
  display: block;
}

.main-menu .main-menu-list li ul li>ul.right-align,
.stricky-header .main-menu-list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}


.main-menu .main-menu-list li:nth-child(3) ul li:first-child {
  line-height: 80px;

}

.main-menu .main-menu-list li:nth-child(3) ul li:nth-child(3) {
  line-height: 80px;

}

.main-menu .main-menu-list li:nth-child(3) ul li div {
  padding: 10px 0;
}

.main-menu .main-menu-list li:nth-child(3) ul li div a {
  margin-left: 25px;
  line-height: 24px;
}

.main-menu .main-menu-list li ul li {
  position: relative;
}
.main-menu .main-menu-list li ul li span.nav_ewm {
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  display: none;
}
.main-menu .main-menu-list li ul li:hover span.nav_ewm {
  display: block;
}
.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.stricky-header.stricky-fixed {
  transform: translateY(120);

  visibility: visible;
}

.stricky-header .main-menu-inner {
  box-shadow: none;
  padding-right: 0;

  width: 100%;
  margin: 0 auto;
}

.mobile-nav-buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}


.mobile-nav-buttons a {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}

.mobile-nav-buttons a+a {
  margin-left: 10px;
}

.mobile-nav-buttons a:hover {
  color: var(--thm-base);
}

.mobile-nav-toggler {
  font-size: 20px;
  color: #1890ff;
  cursor: pointer;
  transition: 500ms;

}

.sticky-header-content .mobile-nav-toggler i {
  color: #FF6A00 !important;
}

.top-tel b {
  font-size: 18px;
  color: #333;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav-content {
  width: 300px;
  background-color: #1890ff;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav-content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}

.mobile-nav-close i {
  color: #fff;
}

.mobile-nav-content .main-menu-list,
.mobile-nav-content .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav-content .main-menu-list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 56px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav-content .main-menu-list li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav-content .main-menu-list li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #FF6A00;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav-content .main-menu-list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #FF6A00;
}

.mobile-nav-content .main-menu-list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav-content .main-menu-list li.cart-btn i {
  font-size: 16px;
}


.mobile-nav-container {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-container .main-logo,
.mobile-nav-container .topbar-buttons,
.mobile-nav-container .main-menu-language,
.mobile-nav-container .main-menu-login {
  display: none;
}

.mobile-nav-content ul { padding-left:15px !important;}
.mobile-nav-content ul div{ padding-left:15px;}
.mobile-nav-content ul div a{ height:30px !important;}
/* 首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
}


#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition: all .5s ease;
  outline: none;

}

#banner .swiper-button:hover {
  background: #FF6A00;
}

.btn-prev {
  left: 5%;
}

.btn-next {
  right: 5%;
}

#banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background-image: linear-gradient(90deg, #00aeff 0, #596efb 100%);
  background-color: #596efb;
  width: 40px;
  transition-delay: 0s;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

.banner_txt {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #FF6A00;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 36px;
  color: #FF6A00;
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 46px;
  color: #1890ff;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #333;
  font-size: 20px;
  line-height: 40px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-image: linear-gradient(90deg, #00aeff 0, #596efb 100%);
  background-color: #596efb;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;

}

/*  */
.h-bg {
  background-image: linear-gradient(90deg, #00aeff 0, #596efb 100%);
  background-color: #596efb;
  padding: 60px 0;
}

.zyzs-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;

}

.zyzs {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  padding: 40px 0;

  background: rgba(255, 255, 255, .3);
  border-right: 1px solid rgba(255, 255, 255, .3);

}

.zyzs:last-child {
  border-right: none;
}

.zyzs .line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.zyzs-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  width: 115px;
  height: 115px;
  transition: all 0.5s;
  border-radius: 50%;
}

.zyzs:hover .zyzs-icon {
  margin-top: -20px;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.zyzs-icon .roted-around {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zyzs-icon .roted-around span {
  position: relative;
  display: block;
  height: 100%;
  -webkit-animation: rotation 10s infinite linear;
  animation: rotation 10s infinite linear;
}


.zyzs-icon .roted-around.qiu span::before, .zyzs-icon .roted-around.qiu span::after {
  background-image: -webkit-linear-gradient(-45deg, rgb(80, 94, 255) 0%, rgb(3, 189, 255) 100%);
  background-image: -ms-linear-gradient(-45deg, rgb(80, 94, 255) 0%, rgb(3, 189, 255) 100%);
}

.zyzs-icon .roted-around span::before {
  left: 15px;
  bottom: 10px;
}

.zyzs-icon .roted-around span::before, .zyzs-icon .roted-around span::after {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
}

.zyzs-icon .roted-around span::after {
  right: 15px;
  top: 10px;
}

.zyzs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.zyzs-content b {
  color: #fff;
  text-align: center;
  margin: 15px 0;
  font-size: 20px;
  display: block;
}

.zyzs-content p {
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
}


/* 表单 */


.form-bg .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-box-con {
  width: 55%;
}


.cust-form {
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .1);
  border-radius: 2px;
  padding: 40px;
  background-image: linear-gradient(to right, #b1d6fb, #7ab6fa);

}

.cust-form-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 12px;
  color: #131415;
  font-weight: 600
}

.ant-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  line-height: 1.5715;
  background: rgba(255, 255, 255, .9);
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.form-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.form-list {
  width: calc(25% - 20px);
  margin: 10px;
}

.form-list input::placeholder {
  color: #ccc;

}

.form-list input:focus {
  -webkit-box-shadow: 0 0 5px #0075FF;
  -moz-box-shadow: 0 0 5px #0075FF;
  box-shadow: 0 0 5px #0075FF;
}



.message {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;

}

.message label {
  font-size: 16px;
}

.message-con {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.message-con textarea {
  font-family: Arial, Helvetica, sans-serif;

}

.message-con textarea:focus {
  -webkit-box-shadow: 0 0 5px #0075FF;
  -moz-box-shadow: 0 0 5px #0075FF;
  box-shadow: 0 0 5px #0075FF;
}

.message-con textarea::placeholder {
  color: #ccc;

}

.agree {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.agree span a {
  color: #1890ff;
}

.bt-check {
  width: 17px;
  height: 17px;
}

.ant-form-item-label {
  margin-bottom: 10px;
  font-size: 16px;

}

.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*"
}

.qylx {
  margin: 20px 10px 0 10px;
}

.radio-box {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.radio-box span {
  line-height: 35px;
  display: flex;
  align-items: center;
  width: 25%;

}

.radio-box span input {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  cursor: pointer;

}

.znxq {
  margin: 20px 10px 0 10px;
}

.znxq-radio-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.znxq-radio-box span {
  line-height: 35px;
  width: 17.6%;
  display: flex;
  align-items: center;

}

.znxq-radio-box span input {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  cursor: pointer;

}

.ant-btn {

  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
  box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height: 35px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 2px;
  color: rgba(0, 0, 0, .85);
  background: #fff;
  border: 1px solid #d9d9d9;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}

.ant-btn-primary {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
  -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}

/* 解决方案 */
.main_title {
  font-size: 38px;
  color: #333;
  display: block;

  text-align: center;
  font-weight: 700;
}

.main_title p {
  text-align: center;
  font-size: 18px;
  color: #666;
  font-weight: normal;
  margin-top: 10px;
}

.jjfa-box {
  padding: 60px 0;
  background: #F7F8F9;
}

.jjfa {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
}

.jjfa .title1 {
  background: url(../images/fa1.jpg) no-repeat bottom;
  background-size: cover;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;

  margin-top: 30px;
  border: 2px solid #fff;
  box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
  margin-right: 15px;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  word-wrap: break-word;
  transition: all 0.3s;
}

.jjfa .title1:hover {
  background: #7DB0E7;
}

.jjfa .title2 {
  background: url(../images/fa2.jpg) no-repeat bottom;
  background-size: cover;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;

  margin-top: 30px;
  border: 2px solid #fff;
  box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
  margin-right: 15px;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;

}

.jjfa .title2:hover {
  background: #35A0C0;
}

.jjfa .title3 {
  background: url(../images/fa3.jpg) no-repeat bottom;
  background-size: cover;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;

  margin-top: 30px;
  border: 2px solid #fff;
  box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
  margin-right: 15px;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;

}

.jjfa .title3:hover {
  background: #6AB176;
}

.jjfa .title1 p, .jjfa .title2 p, .jjfa .title3 p {
  word-wrap: break-word;
  font-size: 28px;
  line-height: 34px;
  margin: 0 auto;
  width: 28px;
}

.jjfa_list {
  width: calc(85% - 15px);
}

.jjfa_con {
  width: calc(100% - 15px) !important;
}

.jjfa_list ul {
  display: flex;
  align-items: center;
  /*  justify-content: space-between;*/
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.jjfa_list li {
  margin-right: 22px;
  background-image: linear-gradient(0deg, #fff, #f3f5f8);
  background-color: #f3f5f8;
  border: 2px solid #fff;
  box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
  border-radius: 10px;
  transition: all .2s ease-in-out;
  width: calc(25% - 17px);

}

.jjfaj {
  width: 23% !important;
  margin: 1% !important;
  float: left;
}

.jjfa_list li img {
  padding: 10px 0 80px 0;
}

.jjfa_list li:last-child {
  margin-right: 0;
}

.fan-up {
  position: relative
}

.fan-bg {
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}


.jjfa_list .fan-box {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: 0;
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
}

.jjfa_list li:hover .fan-box {
  height: 110px
}

.fan-up:hover .fan-bg {
  height: 45px;
  background-image: linear-gradient(90deg, #00aeff 0, #596efb 100%);
  background-color: #596efb;
  opacity: 1;
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.jjfa_list .fa_title {
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0 10px;
}

.fan-up:hover .fa_txt {
  opacity: 1;
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
  color: #666;

}



.fan-up .fa_txt p {
  padding: 0 15px;
  color: #666;
}

.jjfa_list li span {
  display: block;
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  line-height: 45px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
}

.fan-up:hover span {
  opacity: 1;
  bottom: 0;
  line-height: 45px;
}

.more {
  border-radius: 23px;
  height: 46px;
  display: block;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  width: 190px;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #00aeff 0, #596efb 100%);
  background-color: #596efb;
  box-shadow: 0 8px 20px rgba(0, 141, 230, 0.2);
  margin: 0px auto;
  position: relative;
  margin-top: 40px;

}

.more:hover {
  background-image: linear-gradient(90deg, #09f 0, #575dfa 100%);
  background-color: #5064e6
}

/* 我们的优势 */
.advantage {
  padding: 60px 0 80px 0;
}

.adv-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;


}

.adv-con a {

  margin: 20px 10px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 30px 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer;
}

.adv-con a img {
  margin: 10px auto;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.adv-con a b {
  font-size: 24px;
  display: block;
  text-align: center;
  margin: 20px auto;
  color: #000;


}

.adv-con a p {
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  color: #666;
  margin: 20px auto;
}


.adv-con a:hover img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transform: rotateY(180deg);
}

.adv-list {
  width: 100%;
  height: auto;
  position: relative;


  margin-top: 40px;


}

.adv-list .tab {
  overflow: hidden;
  display: flex;


}

.adv-list .tab .team-box .team-content {
  background: #fff;
  width: 100%;
  padding: 18px 0;
  text-align: center;
  border-top: 4px solid transparent;
  display: inline-block;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  border-bottom: 4px solid #fff;
  font-size: 16px;
}



.adv-list .tab a {
  display: block;
  width: 100%;

  line-height: 32px;
  font-size: 16px;
  color: #333;
  text-align: center;
  text-decoration: none;



}

.adv-list .tab a.on .team-box .team-content {
  border-bottom: 4px solid #FF6A00;

}

.adv-list .tab a.on {
  color: #FF6A00;
}



.adv-list .co ul {

  padding: 0px;
}

.adv-list .co li {
  display: none;
  position: relative;
  background: #fff;
  list-style: none;
}

.adv-list .co li .ys-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #f3f5f8;
  box-shadow: inset 0px 0px 20px 0 rgb(55 99 170 / 11%), inset -8px -8px 20px 0 #fff;
  padding: 20px;
}

.adv-list .co li .ys-list div {
  flex: 1;
}

/* 产品服务 */
.product-bg {
  background: #F5F7FA;
  padding: 60px 0 90px 0; display: none;
}

.pro-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.pro-fl {
  flex: 1;
  background: url(../images/product.jpg) no-repeat;
  background-size: cover;
  margin-top: 40px;
}

.product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  flex: 3;
  border: 1px solid #dedede;
}

.product a {

  /* border-left: 1px solid #dedede; */
  transition: all .3s;
  width: 33.33%;
  text-align: center;

  background-color: #fff;
  padding-bottom: 20px;


}

.product a img {
  margin-top: 30px;
}


.product a .name {
  color: #333;
  padding: 30px 20px;
  text-align: center;
  font-size: 18px;
  background: #f1f1f1;

}

.product a:hover .name {
  background-image: linear-gradient(90deg, #09f 0, #575dfa 100%);
  background-color: #5064e6;
  color: #fff;
}

.product a .info p {
  font-size: 16px;
  margin: 10px;
}

.more2 {
  text-align: center;
  width: 80px;
  height: 20px;
  border: 1px dashed #dedede;
  margin: 20px auto;
  padding: 5px 10px;
  display: block;
}

.product a:hover .more2 {
  background: #FF6A00;
  color: #fff;
}

.fot_bg {
  background: url(../images/bg1.jpg) no-repeat center;
  background-size: cover;

  display: flex;
  align-items: center;



}

.fot_bg .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fot_bg p {
  color: #333;
  line-height: 48px;
  margin: 30px 0;
  font-size: 36px;
  text-align: center;
}

.fot_bg p a {
  color: #fff;
}


/*右侧悬浮在线客服*/
#suspension {
  position: fixed;
  z-index: 9999;
  right: 8px;
  bottom: 8%;
}

#suspension li {
  margin-bottom: 3px;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#suspension li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;

}

#suspension li a:hover {
  background: rgba(0, 0, 0, .3);
}

#suspension li .fa {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  color: #fff;
  text-align: center;
  line-height: 57px;
  font-size: 28px;
  background-color: rgba(57, 57, 57, 0.5);
}

#suspension li .txt {
  display: inline-block;
  line-height: 57px;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#suspension li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: #1890ff;
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}


#suspension li.ewm .ewm-box img {
  max-width: 100%;
}

#suspension li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #1890ff;
  border-right: none;
}

#suspension li.ewm:hover .icon {
  background-position: -57px -180px;
}

#suspension li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#suspension li.backtop {
  cursor: pointer;
}

#suspension li:hover a {
  width: 180px;
}

#suspension li:hover .fa {
  background-color: #1890ff;
  color: #fff;
}

#suspension li.tel:hover a {
  width: 200px;
}

/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 998;
  background: #9C9C9C;
  display: none;


}


.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;


}

.bottom_nav a {
  width: 25%;
  color: #fff;
  border-right: 1px solid #ADADAD;
  border-left: 1px solid #909090;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 62px;
}

.bottom_nav a span {
  font-size: 30px;
}

.bottom_nav a:last-child {
  border-right: none;
}

.bottom_nav a:first-child {
  border-left: none;
}



.bottom_nav .wechat i {

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  transform: translateY(-110%);
  border: 2px solid #1890FF !important;
  display: none;

}



.bottom_nav .wechat img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;



}

.bottom_nav .wechat i:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  width: 0;
  margin: 0 auto;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #1890ff;
  border-right: none;
  transform: rotate(90deg);


}

.bottom_nav .wechat:hover i {
  display: block;
}

.bottom_nav .gzh i {

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  transform: translateY(-110%);
  border: 2px solid #1890FF !important;
  display: none;

}



.bottom_nav .gzh img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;



}

.bottom_nav .gzh i:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  width: 0;
  margin: 0 auto;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #1890ff;
  border-right: none;
  transform: rotate(90deg);


}

.bottom_nav .gzh:hover i {
  display: block;
}

/* 底部 */
.footer {
  background: #fff;
  border-top: 1px solid #f1f1f1;

}

.foot {
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.foot b {
  font-size: 22px;
  color: #333;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  padding-right: 9px;
}

.foot .ft-nav {
  width: 100%;

}

.foot .ft-nav .ft-nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #333;
}

.foot .ft-nav .ft-nav-list dl {
  margin-right: 30px;
}

.foot .ft-nav .ft-nav-list dl:last-child {
  margin-right: 0;
}

.foot .ft-nav .ft-nav-list dt {
  font-size: 17px;
  color: #333;
  font-weight: bold !important;
  margin-bottom: 15px;
  padding-bottom: 8px;
  font-weight: normal;
  border-bottom: 1px solid #D3D3D3;
}

.foot .ft-nav .ft-nav-list dd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.foot .ft-nav .ft-nav-list dd a {
  color: #666;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.foot .ft-nav .ft-nav-list dd p {
  color: #666;
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
}
.foot .ft-nav .ft-nav-list dd p i {
  margin-right: 10px;
  text-align: center;
}
.foot .ft-nav .ft-nav-list dd img {
  margin: 10px 0;
}

.foot .ft-nav .ft-nav-list dd a:hover {
  color: #FF6A00
}

.copyright {
  padding: 20px;
  text-align: center;
  color: #666;
  background: #F5F7FA;

}

.copyright a {
  color: #666;
}

/*返回*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #FF6A00;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}

.back-to-top i {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;

}

.back-to-top:hover {
  color: #fff;
  background: #FF6A00;
  transition: background 0.2s ease-in-out;
}