@charset "UTF-8";
body {
  padding-top: 76px;
}
* {
  box-sizing: border-box;
}
.index-banner {
  height: 872px;
  background: #0270d1;
  background: linear-gradient(135deg, #0270d1, #258bff);
  position: relative;
  overflow: hidden;
}
.index-banner .layui-container {
  position: relative;
  height: 100%;
}
.index-banner .banner-wrap {
  height: 230px;
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner h1 {
  font-size: 58px;
  line-height: 56px;
  color: #fff;
}
.index-banner .desc {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 25px;
  margin: 25px 0;
  letter-spacing: 0.5px;
}
.index-banner .banner-btns a {
  color: #fff;
  border: none;
  outline: none;
  display: inline-block;
  text-decoration: none;
  padding: 0 32px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 26.5px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.index-banner .banner-btns a:first-child {
  background-color: #f3f3f3;
  color: #3da8f5;
}
.index-banner .banner-btns a:last-child {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.index-banner .banner-cloud {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: translateY(60%) scaleX(1.25);
}
.index-banner .banner-cloud img {
  width: 120%;
}
.index-banner .banner-cloud.c1 {
  transform: translateY(-10%);
}
.index-banner .banner-cloud.c2 {
  transform: translateY(25%);
}
#post {
  width: calc(100% - 8px) !important;
}
#post img {
  width: 100% !important;
  height: 100% !important;
}
.index-title {
  margin: 50px 0;
}
.index-title h2 {
  font-size: 36px;
  line-height: 86px;
  text-align: center;
  font-weight: 400;
  color: #383838;
}
.index-title .sub-title {
  text-align: center;
  margin-top: 16px;
  width: 100%;
  font-size: 16px;
  color: #666;
}
.intro-card {
  padding: 40px 0;
}
.intro-card .index-card {
  width: 25%;
}
.intro-card .index-card img {
  width: 100%;
}
.intro-card .index-card .index-card-pic {
  width: auto;
  display: inline-block;
  padding: 30px;
  border-radius: 50%;
}
.intro-card .index-card:nth-child(1) .index-card-pic {
  background-color: #0270d1;
}
.intro-card .index-card:nth-child(2) .index-card-pic {
  background-color: #46cdcf;
}
.intro-card .index-card:nth-child(3) .index-card-pic {
  background-color: #ff9a00;
}
.intro-card .index-card:nth-child(4) .index-card-pic {
  background-color: #17b978;
}
.index-card {
  float: left;
  text-align: center;
}
.index-card .card-title {
  color: #13364f;
  font-size: 23px;
  padding: 20px 0;
}
.index-card .card-desc {
  font-size: 16px;
  color: #666;
  line-height: 25px;
}
.amaz, .role, .safe {
  padding: 30px 0 80px 0;
  background-color: #5bc4f3;
}
.amaz .index-card, .role .index-card, .safe .index-card {
  width: 30%;
  background-color: #fff;
  padding: 30px 0;
}
.amaz .index-card:first-child, .role .index-card:first-child, .safe .index-card:first-child {
  margin-right: 5%;
}
.amaz .index-card:last-child, .role .index-card:last-child, .safe .index-card:last-child {
  margin-left: 5%;
}
.amaz .index-card-pic, .role .index-card-pic, .safe .index-card-pic {
  margin-bottom: 20px;
}
.role, .safe {
  background-color: #fff;
}
.role .index-card, .safe .index-card {
  width: 22%;
  margin-right: 4%;
  background-color: #4ac396;
  padding: 50px 0;
}
.role .index-card:last-child, .safe .index-card:last-child {
  margin-right: 0;
  margin-left: 0;
}
.role .index-card:first-child, .safe .index-card:first-child {
  margin-right: 4%;
}
.role .index-card .card-title, .safe .index-card .card-title {
  color: #fff;
}
.safe {
  background-color: #faae4c;
}
.safe .index-card {
  background-color: #fff;
  padding: 20px 0 0 0;
}
.safe .index-card .card-title {
  color: #13364f;
}
.table {
  width: 100%;
}
.table .table-item {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #d6e4f0;
  border-bottom: none;
}
.table .table-item:last-child {
  border-bottom: 1px solid #d6e4f0;
}
.table .table-item .table-left {
  float: left;
  width: 30%;
  border-right: 1px solid #d6e4f0;
  text-align: center;
  background-color: #f6f6f6;
  height: calc(100% - 1px);
}
.table .table-item .table-right {
  text-align: left;
  float: right;
  width: 70%;
  padding-left: 20px;
  color: #13364f;
}
.table .table-item.table-header {
  font-size: 16px;
  font-weight: 600;
  background-color: #f6f6f6;
}
.table .table-item.table-header .table-right {
  text-align: center;
}
.flow .index-card {
  position: relative;
  border: 1px solid #d6e4f0;
  height: 300px;
  width: 20.5%;
  margin-right: 6%;
  padding-top: 20px;
}
.flow .index-card::after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -45px;
  top: 50%;
  font-size: 20px;
  color: #80d6ff;
}
.flow .index-card:last-child {
  margin-right: 0;
}
.flow .index-card:last-child::after {
  display: none;
}
.flow .index-card .index-card-pic {
  background-color: #29c6ab !important;
}
.try {
  background-color: #0c9dde;
  padding: 40px 0 90px 0;
}
.try .index-title h2 {
  color: #fff !important;
  font-size: 28px;
}
.try .try-btn {
  text-align: center;
}
.try .try-btn .lay-btn-hole {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  font-size: 24px;
  padding: 15px 40px;
  height: 68px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff !important;
}
.swiper-slide img {
  width: 100%;
}
