@charset "UTF-8";
@import url(font.css);
html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
      text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

body {
  --text1: #1d2129;
  --text2: #4e5969;
  --text3: #99A2B4;
  --primary: #0074ff;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
textarea {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

.hide {
  display: none;
}

.show {
  display: block;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box-row {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1rem;
  margin-bottom: 0;
  background: #007FFF;
  border: 1px solid #FFF;
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.header .logo {
  width: 212px;
  height: 52px;
  display: block;
  background: url("../images/logo.svg") no-repeat;
  margin-right: 180px;
}

.header .nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header .nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  line-height: 42px;
  width: 280px;
  float: right;
  margin-right: 40px;
}

.header .nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 17px;
}

.header .nav ul li a {
  color: var(--text1);
  cursor: pointer;
}

.header .nav ul li a:hover {
  color: var(--primary);
}

.header .nav ul .active {
  position: relative;
}

.header .nav ul .active a {
  color: var(--primary);
}

.header .nav ul .active::after {
  content: "";
  width: 80px;
  height: 3px;
  display: block;
  background: var(--primary);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn-login {
  color: var(--primary);
  margin-left: 20px;
}

.btn-login a {
  color: var(--primary);
  padding: 6px 30px;
  display: block;
  border-radius: 30px;
  border: 1px solid #ededed;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}

.btn-login a:hover {
  color: #fff;
  background: var(--primary);
}

.wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.banner {
  width: 100%;
  height: 420px;
  background: url("../images/banner.jpg") no-repeat;
  background-size: 100%;
  text-align: center;
  color: #fff;
}

.banner h1 {
  font-size: 40px;
  padding: 80px 0 20px;
}

.banner h2 {
  margin: 5px 0;
  font-size: 20px;
  font-weight: 400;
}

.banner h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 40px;
}

.banner h3 {
  font-size: 32px;
}

.swiper-container {
  height: 400px;
}

.swiper-slide {
  background-color: #f7f7f7;
  font-size: 40px;
}

.logo-wall {
  width: 1200px;
  height: 540px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.logo-wall::after {
  position: absolute;
  content: '';
  width: 1200px;
  height: 540px;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 60px 60px #fff inset;
          box-shadow: 0 0 60px 60px #fff inset;
}

#customerBannerUl1 {
  height: 540px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #fff;
  top: 60px;
}

#customerBannerUl1 li {
  float: left;
  list-style: none;
}

#customerBannerUl1 li img {
  vertical-align: top;
}

.page-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.page-section h1 {
  font-size: 32px;
  color: var(--text1);
  margin: 5px 0 20px;
  width: 100%;
  text-align: center;
  position: relative;
}

.page-section h1::after {
  content: "";
  width: 80px;
  height: 4px;
  display: block;
  background: var(--primary);
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-section h4 {
  font-size: 16px;
  font-weight: 400;
  color: var(--text2);
  width: 100%;
  text-align: center;
}

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.service-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  text-align: center;
}

.service-item i {
  width: 80px;
  height: 80px;
  display: block;
  margin: 10px auto;
}

.service-item i img {
  width: 100%;
}

.service-item h3 {
  color: var(--text1);
  margin-top: 15px;
  margin-bottom: 10px;
}

.service-item p {
  color: var(--text3);
  font-size: 14px;
  text-align: justify;
  line-height: 1.5;
  margin: 0;
}

.advantage .service-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.advantage .service-item img {
  width: 360px;
  height: 220px;
}

.process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
}

.process .process-item {
  margin-top: 80px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}

.process .process-item .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 60px;
  color: #fff;
  background: var(--primary);
  border-radius: 4px;
  position: relative;
  z-index: 2;
}

.process .process-item .step h2 {
  color: #fff;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 400;
  margin: 0;
}

.process .process-item .step span {
  font-size: 12px;
}

.process .process-item .cnt {
  position: absolute;
  right: 0;
  top: 30px;
  width: 240px;
  background: #f7f7f7;
  padding: 30px 0 30px 46px;
}

.process .process-item .cnt h2 {
  font-size: 20px;
  color: var(--text1);
}

.process .process-item .cnt span {
  display: block;
  font-size: 14px;
  color: var(--text2);
}

.footer {
  width: 100%;
  background: #161E2F;
  height: 160px;
  text-align: center;
}

.footer .desc {
  padding-top: 40px;
}

.footer .desc p {
  font-size: 12px;
  margin: 10px autp;
  color: #86909c;
}

.side-bar {
  width: 48px;
  position: fixed;
  bottom: 8%;
  right: 70px;
  font-size: 0;
  line-height: 0;
  z-index: 99999;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.side-bar_consult {
  width: 48px;
  height: 138px;
  word-wrap: break-word;
  padding: 12px;
  background: #FFFFFF;
  background-image: linear-gradient(135deg, #4BA7FB 0%, #0081F9 100%);
  -webkit-box-shadow: 0 3px 12px -2px #4ba7fb;
          box-shadow: 0 3px 12px -2px #4ba7fb;
  font-size: 16px;
  color: white;
  letter-spacing: 0;
  line-height: 20px;
  padding-top: 16px;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
}

.side-bar_consult i {
  font-size: 24px;
  display: block;
  padding-bottom: 10px;
}

.consult-info {
  width: 160px;
  height: 210px;
  position: absolute;
  left: -180px;
  top: -62px;
  text-align: center;
  font-size: 16px;
  color: #242B47;
  letter-spacing: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 12px -2px rgba(36, 43, 71, 0.18);
          box-shadow: 0 3px 12px -2px rgba(36, 43, 71, 0.18);
  padding: 20px 0;
  display: none;
}

.consult-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.consult-info > div img {
  width: 100px;
  height: 100px;
}

.consult-info > div span {
  font-size: 14px;
  color: var(--text2);
  margin: 2px 0;
}

.consult-info > div h5 {
  font-size: 16px;
  font-weight: 500;
}

.backtop {
  width: 48px;
  height: 48px;
  background: #fff;
  -webkit-box-shadow: 0 3px 12px -2px rgba(36, 43, 71, 0.2);
          box-shadow: 0 3px 12px -2px rgba(36, 43, 71, 0.2);
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
}

.backtop i {
  width: 48px;
  height: 48px;
  font-size: 24px;
  display: block;
  padding-top: 24px;
  color: var(--text2);
}

.backtop i:hover {
  color: var(--primary);
}

.more {
  width: 1200px;
  height: 220px;
  background: url("../images/banner-small.jpg") no-repeat;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 100px;
}

.more > div {
  text-align: center;
}

.more > div h2 {
  font-size: 32px;
}

.connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}

.connect .connect-item {
  width: 590px;
  background: #f7f7f7;
  padding: 30px;
  border-radius: 4px;
  color: var(--text2);
}

.connect .connect-item .shuxun {
  width: 262px;
  height: 56px;
}

.connect .connect-item .shuxun img {
  width: 100%;
}

.connect .connect-item p {
  font-size: 16px;
  line-height: 1.5;
}

.connect .connect-item ul li {
  font-size: 16px;
  line-height: 1.5;
}

.connect .connect-item .info {
  float: left;
  padding-left: 20px;
}

.connect .connect-item .info li {
  font-size: 14px;
  line-height: 1.8;
  list-style: disc;
}

.connect .connect-item .code {
  float: right;
  text-align: center;
}

.connect .connect-item .code img {
  width: 124px;
  height: 124px;
}

.connect .connect-item .code span {
  font-size: 12px;
  color: var(--text2);
  display: block;
  margin-top: 2px;
}
/*# sourceMappingURL=main.css.map */