.banner {
  background: #1c2367;
  background-size: cover;
}
.banner .banner-content {
  max-width: 1180px;
  margin: 0 auto;
}
.banner .banner-content.center {
  text-align: center;
}
.banner .banner-content.center:after {
  background: url(../images/banner-bg-01.png);
}
.banner .swiper-slide {
  font-size: 0;
}
.banner .swiper-slide a {
  display: inline-block;
  font-size: 0;
  width: 100%;
  height: 100%;
}
.banner .form-input {
  position: absolute;
  left: 18.8%;
  top: 60%;
  width: 26.3%;
}

.banner .form-input input {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  font-weight: 400;
  width: calc(100% - 135px);
  height: 36px;
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 2px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}
.banner .slide-02 .form-input .formsubmit {
  font-size: 13px;
}

.banner .form-input .formsubmit {
  border-radius: 0 2px 2px 0;
  width: 122px;
  margin-left: -2px;
  font-size: 14px;
  background: linear-gradient(-90deg, #30e3a8 0%, #1a6fe5 100%);
  color: #fff;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s;
  float: right;
  vertical-align: middle;
}
.banner .slide-000 .form-input {
  position: absolute;
  left: 11.5%;
  top: 60%;
  width: 130px;
  border-radius: 4px;
  overflow: hidden;
}

.banner .slide-02 .form-input {
  position: absolute;
  left: 18.8%;
  top: 66%;
  width: 24.2%;
  border-radius: 4px;
  overflow: hidden;
}
.banner .slide-000 .form-input a {
  border-radius: 4px;
  overflow: hidden;
}
.banner .slide-03 .form-input {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 79%;
  width: auto;
  border-radius: 4px;
  overflow: hidden;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.banner .swiper-slide a img {
  width: 100%;
}

.banner .swiper-pagination {
  bottom: 60px;
  z-index: 2;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 60px;
  height: 4px;
  background: rgba(166, 166, 166, 0.5);
  border-radius: 0px;
  margin: 0 10px !important;
}
.banner .swiper-pagination-bullet-active {
  background: #07c5d5;
}
.banner .swiper-button-prev {
  display: none;
}
.banner .swiper-button-next {
  display: none;
}
@media (max-width: 978px) {
  .banner {
    background: #1c2367;
    background-size: cover;
  }
  .banner .banner-content {
    max-width: 1210px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .banner .banner-content.center {
    text-align: center;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
  .banner .swiper-pagination {
    bottom: 20px;
    z-index: 2;
  }
  .banner .swiper-pagination-bullet {
    opacity: 1;
    width: 40px;
    height: 4px;
    background: rgba(166, 166, 166, 0.5);
    border-radius: 4px;
    margin: 0 5px !important;
  }
  .banner .swiper-pagination-bullet-active {
    background: #07c5d5;
  }
  .banner .form-input {
    position: absolute;
    left: 10.8%;
    top: 80%;
    width: 80%;
  }
  .banner .slide-000 .form-input {
    position: absolute;
    left: 34%;
    top: 82%;
    width: 29.2%;
    transform: translateX(0);
    border-radius: 4px;
    overflow: hidden;
  }
  .banner .slide-02 .form-input {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 77%;
    width: auto;
    border-radius: 4px;
    overflow: hidden;
  }

  .banner .slide-03 .form-input {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 73%;
    width: auto;
    border-radius: 4px;
    overflow: hidden;
  }
  .banner .form-input input {
    height: 34px;
  }

  .banner .form-input .formsubmit {
    line-height: 38px;
  }
}
.matrix .img-box img {
  width: 100%;
}
.matrix .btn-box {
  text-align: center;
}
.matrix .btn-box a {
  margin-right: 0;
  display: inline-block;
  float: none;
  width: 240px;
}
@media (max-width: 978px) {
  .matrix .img-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .matrix .img-box img {
    width: 100%;
  }
}
.manage {
  background: #f1f3f7;
}
.manage .tab {
  display: flex;
}
.manage .tab_btn {
  width: 360px;
  background: #fff;
}
.manage .tab_btn li {
  transition: all 0.3s;
  background: #ffffff;
  padding: 30px 20px;
  width: 100% !important;
  float: none !important;
}
.manage .tab_btn li:last-child {
  margin-bottom: 0;
}
.manage .tab_btn li:hover h3,
.manage .tab_btn li:hover p {
  color: #fff !important;
}
.manage .tab_btn li:active h3,
.manage .tab_btn li:active p {
  color: #fff !important;
}
.manage .tab_btn h3 {
  font-size: 18px;
  color: #000;
  text-align: left;
  line-height: 30px;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.manage .tab_btn h3:after {
  display: none;
}
.manage .tab_btn p {
  font-size: 14px !important;
  color: #666 !important;
  text-align: left;
  line-height: 20px !important;
  width: 100%;
  transition: all 0.3s;
}
.manage .tab_item {
  width: calc(100% - 360px);
}
.manage .tab_item > li {
  width: 100%;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(0px) !important;
}
.manage .tab_item > li:nth-child(1) .l-content-c {
  background: url(../images/manage-bg-01.png) center no-repeat;
  background-size: 100% 100%;
}
.manage .manage .tab_item > li:nth-child(2) .l-content-c {
  background: url(../images/manage-bg-02.png) center no-repeat;
  background-size: 100% 100%;
}
.manage .manage .tab_item > li:nth-child(3) .l-content-c {
  background: url(../images/manage-bg-03.png) center no-repeat;
  background-size: 100% 100%;
}
.manage .tab_item .purchase-box {
  display: flex;
  min-height: 407px;
}
.manage .purchase-box .l-content-l {
  width: 50%;
  padding: 40px;
  background: #f6faff;
}
.manage .purchase-box .l-content-l li {
  margin-bottom: 48px;
}
.manage .purchase-box .l-content-l li:last-child {
  margin-bottom: 0;
}
.manage .purchase-box .l-content-l img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  transform: translateY(3px);
}
.manage .purchase-box .l-content-l p {
  display: inline-block;
  width: calc(100% - 44px);
  font-size: 16px;
  color: #192967;
  line-height: 24px;
  vertical-align: middle;
}
.manage .purchase-box .l-content-c {
  width: 50%;
  padding: 40px 30px;
  transition: all 0.3s;
  background: #414165 !important;
}
.manage .purchase-box .l-content-c li {
  margin-bottom: 30px;
}
.manage .purchase-box .l-content-c li:last-child {
  margin-bottom: 0px;
}
.manage .purchase-box .l-content-c img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  transform: translateY(3px);
  margin-right: 20px;
}
.manage .purchase-box .l-content-c h3 {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  vertical-align: middle;
  margin-bottom: 2px;
  width: calc(100% - 50px);
}
.manage .purchase-box .l-content-c p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding-left: 48px;
}
.manage .active {
  background: #07c5d5 !important;
  box-shadow: 0 5px 30px 0 rgba(7, 197, 213, 0.5);
}
.manage .active h3,
.manage .active p {
  color: #ffffff !important;
}
.manage .active h3,
.manage .active p {
  color: #ffffff !important;
}
@media (max-width: 978px) {
  .manage {
    padding-bottom: 40px;
  }
  .manage .tab {
    display: block;
  }
  .manage .tab_btn {
    padding-bottom: 10px;
    width: 100%;
    background: transparent;
  }
  .manage .tab_btn li {
    width: calc((100% - 20px) / 3) !important;
    padding: 0;
    margin-right: 10px;
    padding: 10px 0;
    float: left !important;
  }
  .manage .tab_btn li:last-child {
    margin-right: 0;
  }
  .manage .tab_btn li h3 {
    font-size: 16px;
    color: #192967;
    text-align: center;
    line-height: 24px;
    margin-bottom: 0;
  }
  .manage .tab_btn li p {
    display: none !important;
  }
  .manage .tab_item {
    width: 100%;
  }
  .manage .tab_item .purchase-box {
    display: block;
  }
  .manage .tab_item .purchase-box .l-content-l {
    width: 100%;
    padding: 20px;
    background: #fff;
  }
  .manage .tab_item .purchase-box .l-content-l li {
    margin-bottom: 18px;
  }
  .manage .tab_item .purchase-box .l-content-l li img {
    width: 16px;
    height: 16px;
  }
  .manage .tab_item .purchase-box .l-content-l li p {
    font-size: 14px;
    color: #192967;
    line-height: 20px;
    width: calc(100% - 34px);
  }
  .manage .tab_item .purchase-box .l-content-c {
    width: 100%;
    padding: 20px;
  }
  .manage .tab_item .purchase-box .l-content-c li {
    margin-bottom: 18px;
  }
  .manage .tab_item .purchase-box .l-content-c li img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .manage .tab_item .purchase-box .l-content-c li h3 {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    width: calc(100% - 30px);
    vertical-align: text-top;
  }
  .manage .tab_item .purchase-box .l-content-c li p {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding-left: 30px;
  }
}
.purchase {
  background: #f7f7f7;
}
.purchase .tab_btn li {
  position: relative;
  padding: 20px;
  background: #fff;
  margin-right: 60px;
  width: calc((100% - 120px) / 3) !important;
}
.purchase .tab_btn li:last-child {
  margin-right: 0;
}
.purchase .tab_btn li:hover {
  background: #07c5d5 !important;
}
.purchase .tab_btn li.active {
  background: #07c5d5 !important;
}
.purchase .tab_btn li.active p,
.purchase .tab_btn li.active h3 {
  color: #fff !important;
}
.purchase .tab_btn li:hover h3,
.purchase .tab_btn li:hover p {
  color: #fff !important;
}
.purchase .tab_btn h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.purchase .tab_btn h3:after {
  display: none;
}
.purchase .tab_btn p {
  font-size: 14px !important;
  color: #666666 !important;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px !important;
  font-weight: 400;
  transition: all 0.3s;
}
.purchase .tab_item {
  padding-top: 30px;
}
.purchase .tab_item > li {
  width: 100%;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.purchase .tab_item > li:nth-child(1) .l-content-r {
  background: url(../images/purchase-number-bg.png) center no-repeat;
  background-size: 100% 100%;
}
.purchase .tab_item > li:nth-child(2) .l-content-r {
  background: url(../images/purchase-number-bg-01.png) center no-repeat;
  background-size: 100% 100%;
}
.purchase .tab_item > li:nth-child(3) .l-content-r {
  background: url(../images/purchase-number-bg-02.png) center no-repeat;
  background-size: 100% 100%;
}
.purchase .tab_item .purchase-box {
  padding: 40px 40px 10px;
}
.purchase .tab_item .purchase-box .l-content-t {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 40px;
}
.purchase .tab_item .purchase-box .l-content-t h3 {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
}
.purchase .tab_item .purchase-box .l-content-t h3 p {
  font-size: 60px;
  color: #07c5d5;
  letter-spacing: 0;
  text-align: center;
  line-height: 72px;
  font-weight: 500;
  display: inline-block;
  vertical-align: bottom;
}
.purchase .tab_item .purchase-box .l-content-t a {
  position: absolute;
  right: 0;
  top: 20px;
}
.purchase .tab_item .purchase-box .l-content-l {
  width: 48%;
  padding: 40px 40px 40px 0;
  display: inline-block;
  vertical-align: top;
}
.purchase .tab_item .purchase-box .l-content-l li {
  margin-bottom: 40px;
}
.purchase .tab_item .purchase-box .l-content-l li:last-child {
  margin-bottom: 0;
}
.purchase .tab_item .purchase-box .l-content-l img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  transform: translateY(3px);
}
.purchase .tab_item .purchase-box .l-content-l img.mb {
  display: none;
}
.purchase .tab_item .purchase-box .l-content-l p {
  display: inline-block;
  width: calc(100% - 44px);
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  vertical-align: middle;
}
.purchase .tab_item .purchase-box .l-content-c {
  display: inline-block;
  width: 50%;
  padding: 40px 60px 0px 0;
}
.purchase .tab_item .purchase-box .l-content-c li {
  margin-bottom: 30px;
}
.purchase .tab_item .purchase-box .l-content-c li:last-child {
  margin-bottom: 0px;
}
.purchase .tab_item .purchase-box .l-content-c img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  transform: translateY(3px);
}
.purchase .tab_item .purchase-box .l-content-c h3 {
  display: inline-block;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  vertical-align: text-top;
  margin-bottom: 2px;
  width: calc(100% - 54px);
}
.purchase .tab_item .purchase-box .l-content-c p {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  padding-left: 48px;
}
.purchase .tab_item .purchase-box .l-content-r {
  width: 332px;
  background: url(../images/purchase-number-bg.png) center no-repeat;
  background-size: 100% 100%;
  padding: 40px;
  padding-top: 60px;
  text-align: center;
}
.purchase .tab_item .purchase-box .l-content-r .add-number {
  font-size: 72px;
  color: #ffffff;
  line-height: 80px;
  margin-bottom: 20px;
}
.purchase .tab_item .purchase-box .l-content-r p {
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 30px;
}
.purchase .tab_item .purchase-box .l-content-r a {
  display: inline-block;
  float: none;
}
.purchase .active:after {
  background: #07c5d5 !important;
}
.purchase .active p {
  color: #07c5d5 !important;
}
@media (max-width: 978px) {
  .purchase .tab_item {
    padding-top: 0px;
  }
  .purchase .tab_btn {
    padding-bottom: 10px;
  }
  .purchase .tab_btn li {
    width: calc((100% - 20px) / 3) !important;
    padding: 8px;
    margin-right: 10px;
  }
  .purchase .tab_btn li:after {
    left: 15%;
    right: 15%;
  }
  .purchase .tab_btn li:last-child {
    margin-right: 0;
  }
  .purchase .tab_btn li h3 {
    font-size: 16px;
    color: #192967;
    line-height: 24px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .purchase .tab_btn li p {
    font-size: 12px;
    color: #192967;
    letter-spacing: 0;
    line-height: 18px;
    padding-bottom: 0px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .purchase .tab_item .purchase-box .l-content-t {
    padding-bottom: 20px;
  }
  .purchase .tab_item .purchase-box .l-content-t h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
  }
  .purchase .tab_item .purchase-box .l-content-t h3 p {
    font-size: 40px;
    line-height: 40px;
    margin-top: 10px;
  }
  .purchase .tab_item .purchase-box .l-content-t a {
    position: static;
    margin-top: 0px;
    height: 38px;
    line-height: 38px;
    margin-left: 15px;
  }
  .purchase .tab_item .purchase-box {
    display: block;
    padding: 0;
  }
  .purchase .tab_item .purchase-box .l-content-l {
    width: 100%;
    padding: 20px;
    background: #566fae;
  }
  .purchase .tab_item .purchase-box .l-content-l li {
    margin-bottom: 18px;
  }
  .purchase .tab_item .purchase-box .l-content-l li img {
    width: 16px;
    height: 16px;
  }
  .purchase .tab_item .purchase-box .l-content-l li img.mb {
    display: inline-block !important;
  }
  .purchase .tab_item .purchase-box .l-content-l li p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    width: calc(100% - 34px);
  }
  .purchase .tab_item .purchase-box .l-content-c {
    width: 100%;
    padding: 20px;
  }
  .purchase .tab_item .purchase-box .l-content-c li {
    margin-bottom: 18px;
  }
  .purchase .tab_item .purchase-box .l-content-c li img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .purchase .tab_item .purchase-box .l-content-c li h3 {
    font-size: 14px;
    color: #192967;
    line-height: 20px;
  }
  .purchase .tab_item .purchase-box .l-content-c li p {
    font-size: 16px;
    color: #192967;
    line-height: 24px;
    padding-left: 30px;
  }
  .purchase .tab_item .purchase-box .l-content-r {
    padding: 30px 40px 100px;
    width: 100%;
    position: relative;
  }
  .purchase .tab_item .purchase-box .l-content-r p {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .purchase .tab_item .purchase-box .l-content-r .add-number {
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    text-align: left;
    line-height: 48px;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .purchase .tab_item .purchase-box .l-content-r a {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .purchase .tab_item > li {
    width: 100%;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
  }
  .purchase .tab_item > li:nth-child(1) .l-content-r {
    background: url(../images/purchase-number-bg-mb.png) center no-repeat;
    background-size: cover;
  }
  .purchase .tab_item > li:nth-child(2) .l-content-r {
    background: url(../images/purchase-number-bg-01-mb.png) center no-repeat;
    background-size: cover;
  }
  .purchase .tab_item > li:nth-child(3) .l-content-r {
    background: url(../images/purchase-number-bg-02-mb.png) center no-repeat;
    background-size: cover;
  }
}
.introduce {
  height: 892px;
  background-color: #000 !important;
  background: url(https://www.going-link.com/image/202209/20220912211454_7022315.jpg)
    center no-repeat;
  background-size: cover !important;
  transition: all 0.3s;
  position: relative;
}
.introduce:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0f1e4d;
  opacity: 0.75;
  z-index: 1;
}
.introduce .l-container {
  position: relative;
  z-index: 2;
}
.introduce .l-title h2 {
  color: #fff;
}
.introduce .l-title p {
  color: #fff;
}
.introduce .l-body {
  width: 100%;
  position: relative;
}
.introduce .l-body .introduce-top-box {
  margin-bottom: 60px;
  text-align: center;
}
.introduce .l-body .introduce-top-box .tab-list {
  text-align: center;
  display: inline-block;
  background: rgba(221, 221, 221, 0.3);
  border-radius: 27px;
  padding: 5px;
}
.introduce .l-body .introduce-top-box .tab-list .tab-item {
  width: 260px;
  height: 44px;
  background: transparent;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  border-radius: 27px;
  transition: all 0.3s;
  cursor: pointer;
}
.introduce .l-body .introduce-top-box .tab-list .tab-item img {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}
.introduce .l-body .introduce-top-box .tab-list .tab-item p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.introduce .l-body .introduce-top-box .tab-list .tab-item.active {
  background: #07c5d5;
  border-radius: 22px;
}
.introduce .l-body .introduce-content-box {
  width: 100%;
}
.introduce .l-body .introduce-content-box .l-content {
  width: calc(100% - 300px);
  position: absolute;
  top: 104px;
  height: 500px;
  left: 300px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0px 8px 8px 0px;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: none;
  width: 100%;
  transition: all 0.3s 0.08s;
  padding: 30px;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  .info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  font-size: 0;
  position: relative;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  .info
  img {
  width: 100%;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  h3 {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  .case
  h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  .case
  p {
  font-size: 13px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  .btn-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  .btn-box
  a {
  float: none;
  display: inline-block;
  margin-right: 0;
  width: 210px;
  height: 36px;
  line-height: 36px;
  background: #07c5d5;
  border-radius: 4px;
  padding: 0;
  border-color: transparent;
  color: #fff;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item.active {
  display: block;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  .info
  > img {
  transition-duration: 300ms;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  .case
  > h3 {
  transition-duration: 300ms;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  .case
  > h3
  img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  .case
  > p {
  transition-duration: 300ms;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  .case
  .btn-box {
  transition-duration: 300ms;
}
.introduce .l-body .introduce-content-box .r-content {
  width: 300px;
  height: 500px;
  background: rgba(221, 221, 221, 0.3);
  border-radius: 8px 0px 0px 8px;
  overflow-y: scroll;
  flex-shrink: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: absolute;
  left: 0;
  top: 104px;
}
.introduce .l-body .introduce-content-box .r-content::-webkit-scrollbar {
  width: 0 !important;
  display: none !important;
}
.introduce .l-body .introduce-content-box .r-content .slide-list {
  padding: 15px 0;
  display: none;
}
.introduce .l-body .introduce-content-box .r-content .slide-list .slide-item {
  width: 300px;
  height: 44px;
  background: transparent;
  padding: 10px 0 10px 25px;
  transition: all 0.3s;
  cursor: pointer;
}
.introduce
  .l-body
  .introduce-content-box
  .r-content
  .slide-list
  .slide-item
  img {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}
.introduce .l-body .introduce-content-box .r-content .slide-list .slide-item p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
}
.introduce
  .l-body
  .introduce-content-box
  .r-content
  .slide-list
  .slide-item.active {
  background: rgba(255, 255, 255, 0.15);
}
.introduce .l-body .introduce-content-box .r-content .slide-list.active {
  display: block;
}
.introduce .l-body .introduce-content-box .r-content .btn-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.introduce .l-body .introduce-content-box .r-content .btn-box a {
  width: 200px;
  height: 36px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
}
.introduce .l-body .introduce-content-box .slide-bottom {
  position: absolute;
  width: 200px;
  right: 0;
  top: 485px;
  height: 70px;
  background: url(../images/introduce-bg-bottom.png) center no-repeat;
  background-size: 100% 100%;
}
.introduce[data-index="0"] {
  background: url(https://www.going-link.com/image/202209/20220912211454_7022315.jpg)
    center no-repeat;
  background-size: cover;
}
.introduce[data-index="1"] {
  background: url(../images/introduce-bg-02.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="2"] {
  background: url(../images/introduce-bg-03.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="3"] {
  background: url(../images/introduce-bg-04.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="4"] {
  background: url(../images/introduce-bg-05.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="5"] {
  background: url(../images/introduce-bg-06.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="6"] {
  background: url(../images/introduce-bg-07.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="7"] {
  background: url(../images/introduce-bg-08.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="8"] {
  background: url(../images/introduce-bg-09.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="9"] {
  background: url(../images/introduce-bg-10.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="10"] {
  background: url(../images/introduce-bg-11.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="11"] {
  background: url(../images/introduce-bg-12.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="12"] {
  background: url(../images/introduce-bg-13.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="13"] {
  background: url(../images/introduce-bg-14.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="14"] {
  background: url(../images/introduce-bg-15.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="15"] {
  background: url(../images/introduce-bg-16.jpg) center no-repeat;
  background-size: cover;
}
.introduce[data-index="16"] {
  background: url(../images/introduce-bg-17.jpg) center no-repeat;
  background-size: cover;
}
.introduce
  .l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  .info
  > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.l-body
  .introduce-content-box
  .l-content
  .content-list
  .content-item
  .info
  > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0f1e4d;
  opacity: 0.5;
  z-index: 1;
}
.introduce .video-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  background: url(../images/introduce-video-play.svg) center;
  background-size: 100% 100%;
  transition: all 0.3s;
  z-index: 2;
  cursor: pointer;
}
.introduce .video-btn:hover {
  background: url(../images/introduce-video-play-h.svg) center;
  background-size: 100% 100%;
}
.introduce video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 978px) {
  .introduce {
    background: #30406c !important;
    height: auto;
  }
  .introduce .l-title h2 {
    color: #fff;
  }
  .introduce .l-title p {
    color: #fff;
  }
  .introduce .l-body {
    width: 100%;
    position: relative;
  }
  .introduce .l-body .introduce-top-box {
    margin-bottom: 20px;
  }
  .introduce .l-body .introduce-top-box .tab-list {
    text-align: center;
  }
  .introduce .l-body .introduce-top-box .tab-list .tab-item {
    width: 49%;
    max-width: 160px;
    height: 46px;
    padding: 10px 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
  }
  .introduce .l-body .introduce-top-box .tab-list .tab-item img {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .introduce .l-body .introduce-top-box .tab-list .tab-item p {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 45px);
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .introduce .l-body .introduce-top-box .tab-list .tab-item.active {
    background: #07c5d5;
  }
  .introduce .l-body .introduce-content-box {
    width: 100%;
  }
  .introduce .l-body .introduce-content-box .l-content {
    width: 100%;
    position: static;
    top: 155px;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    height: auto;
    background: #fff;
    margin-top: 96px;
  }
  .introduce
    .l-body
    .introduce-content-box
    .l-content
    .content-list
    .content-item
    .case
    > p {
    max-height: 80px;
    overflow: hidden;
  }
  .introduce
    .l-body
    .introduce-content-box
    .l-content
    .content-list
    .content-item {
    position: static;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 30px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 0;
  }
  .introduce
    .l-body
    .introduce-content-box
    .l-content
    .content-list
    .content-item
    .info {
    border-bottom: none;
    margin-bottom: 0px;
    font-size: 0;
  }
  .introduce
    .l-body
    .introduce-content-box
    .l-content
    .content-list
    .content-item
    .info
    img {
    width: 100%;
  }
  .introduce
    .l-body
    .introduce-content-box
    .l-content
    .content-list
    .content-item
    .case {
    padding: 20px 30px;
  }
  .introduce
    .l-body
    .introduce-content-box
    .l-content
    .content-list
    .content-item
    .case
    h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .introduce
    .l-body
    .introduce-content-box
    .l-content
    .content-list
    .content-item
    .case
    h3
    img {
    vertical-align: middle;
    margin-top: -2px;
  }
  .introduce
    .l-body
    .introduce-content-box
    .l-content
    .content-list
    .content-item.active {
    opacity: 1;
  }
  .introduce
    .l-body
    .introduce-content-box
    .l-content
    .content-list
    .content-item
    .btn-box {
    margin-top: 20px;
    position: static;
  }
  .introduce .l-body .introduce-content-box .r-content {
    width: calc(100% + 0px);
    height: 66px;
    background: rgba(255, 255, 255, 0);
    border-radius: 4px;
    overflow-x: scroll;
    flex-shrink: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: absolute;
    right: 0;
    top: 65px;
  }
  .introduce .l-body .introduce-content-box .r-content::-webkit-scrollbar {
    width: 0 !important;
    display: none !important;
  }
  .introduce .l-body .introduce-content-box .r-content .slide-list {
    padding: 0px 0px;
    width: 800px;
    display: none;
  }
  .introduce .l-body .introduce-content-box .r-content .slide-list .slide-item {
    width: 85px;
    height: 66px;
    background: transparent;
    border-radius: 4px;
    text-align: center;
    padding: 10px 0 10px 0px;
    margin-bottom: 0px;
    transition: all 0.3s;
    display: inline-block;
    cursor: pointer;
  }
  .introduce
    .l-body
    .introduce-content-box
    .r-content
    .slide-list
    .slide-item
    img {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .introduce
    .l-body
    .introduce-content-box
    .r-content
    .slide-list
    .slide-item
    p {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    display: block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    width: 100%;
  }
  .introduce
    .l-body
    .introduce-content-box
    .r-content
    .slide-list
    .slide-item.active {
    background: rgba(222, 255, 255, 0.1);
  }
  .introduce .l-body .introduce-content-box .r-content .slide-list.active {
    display: block;
  }
  .introduce .l-body .introduce-content-box .r-content .btn-box {
    display: none;
  }
  .introduce .l-body .introduce-content-box .slide-bottom {
    display: none;
  }
  .introduce .video-btn {
    width: 32px;
    height: 32px;
    background-size: 100% 100% !important;
  }
  .introduce video {
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .introduce .video-close {
    position: absolute;
    width: 12px;
    height: 12px;
    right: 15px;
    top: 15px;
    background: url(../images/video-close.svg) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 999;
    display: none;
  }
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.upgrade {
  background: #fff;
}
.upgrade .l-container {
  max-width: 100%;
  padding: 0;
}
.upgrade .l-body {
  text-align: center;
}
.upgrade .l-title h2 span {
  color: #07c5d5;
}
.upgrade .tab_btn {
  font-size: 16px;
  max-width: 1180px;
  padding: 5px;
  margin: 0 auto;
  background: #f6f6f8;
  border-radius: 30px;
  display: inline-block;
}
.upgrade .tab_btn li {
  padding: 13px 50px;
  background: transparent;
  border-radius: 24px;
}
.upgrade .tab_btn li.active {
  background: #07c5d5;
}
.upgrade .tab_btn li.active h3,
.upgrade .tab_btn li.active p {
  color: #fff !important;
}
.upgrade .tab_btn h3 {
  font-size: 18px;
  color: #192967;
  transition: all 0.3s;
}
.upgrade .tab_btn h3:after {
  display: none !important;
}
.upgrade .tab_btn .active h3 {
  color: #29bece;
}
.upgrade .tab_btn > li {
  width: auto !important;
}
.upgrade .tab_item li {
  width: 100%;
  padding: 50px 0 0;
  display: none;
  position: relative;
  background: transparent;
  border-radius: 24px;
}
.upgrade .tab_item li:nth-child(n + 2) {
  max-width: 1180px;
  float: none;
  margin: 0 auto;
}
.upgrade .tab_item li:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 200px;
  z-index: 9;
  background-image: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
}
.upgrade .tab_item li:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  width: 200px;
  background-image: linear-gradient(
    270deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 9;
}
.upgrade .tab_item li {
  overflow-x: hidden;
  display: none;
}
.upgrade .tab_btn > li:nth-child(2).active:after {
  content: "";
  width: 189px;
  height: 3px;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -82px;
  background: transparent;
  transition: all 0.3s;
  background: #17becf;
}
.upgrade .tab_btn > li:nth-child(3).active:after {
  width: 68px;
  margin-left: -31px;
}
.upgrade .tab_item li::-webkit-scrollbar {
  display: none;
}
.upgrade .tab_item li > div {
  width: 100%;
}
.upgrade .tab_item li:first-child > div {
  width: 200%;
  margin-bottom: 0;
  -webkit-animation: scroll 50s linear infinite;
  -moz-animation: scroll 50s linear infinite;
  animation: scroll 50s linear infinite;
}
.upgrade .tab_item li.active {
  display: block;
}
.upgrade .tab_item li > div {
  width: 200%;
}
.upgrade .tab_item li > div:hover {
  animation-play-state: paused;
}
.upgrade .tab_item li > div .upgrade-box {
  width: 50%;
}
.upgrade .tab_item li > div .upgrade-box div {
  width: calc((100% - 120px) / 8);
  margin-right: 15px;
}
.upgrade .tab_item li:nth-child(n + 2) > div .upgrade-box div {
  width: calc((100% - 90px) / 6);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  margin-right: 15px;
}
.upgrade .tab_item li .upgrade-box {
  width: 100%;
  margin-bottom: 0 !important;
}
.upgrade .tab_item li .upgrade-box div {
  padding: 10px;
}
.upgrade .tab_item li:nth-child(n + 2) .upgrade-box div {
  padding: 10px 20px;
}
.upgrade .tab_item li div {
  float: left;
  font-size: 0;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.upgrade .tab_item li div img {
  width: 100%;
  display: inline-block;
}
@media (max-width: 978px) {
  .upgrade {
    text-align: center;
  }
  .upgrade .mb img {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .upgrade a {
    display: inline-block;
  }
  .upgrade .mb {
    text-align: center;
  }
}
.security {
  background: #f7f7f7;
}
.security .l-body {
  align-items: center;
  /*垂直居中*/
  justify-content: center;
  /*水平居中*/
}
.security .l-content-t {
  width: 100%;
  padding-bottom: 30px;
}
.security .l-content-t ul li {
  float: left;
  width: 33.33%;
  margin-bottom: 30px;
}
.security .l-content-t ul li p {
  font-size: 64px;
  color: #07c5d5;
  letter-spacing: 0;
  text-align: center;
  line-height: 72px;
  font-weight: 500;
}
.security .l-content-t ul li p span:first-child {
  font-size: 64px;
  color: #07c5d5;
  letter-spacing: 0;
  text-align: center;
  line-height: 72px;
}
.security .l-content-t ul li p span:last-child {
  font-size: 36px;
  margin-left: -15px;
}
.security .l-content-t ul li p:last-child {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  padding-top: 5px;
}
.security .l-content-c {
  width: 100%;
  padding-bottom: 50px;
}
.security .l-content-c .img-box {
  width: 100%;
}
.security .l-content-c .img-box img {
  width: 100%;
}
.security .l-content-l {
  width: 50%;
  float: left;
  padding-right: 50px;
}
.security .l-content-l li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.security .l-content-l[data-index="3"] li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.security .l-content-l[data-index="4"] li {
  float: left;
  width: 25%;
  text-align: center;
}
.security .l-content-l[data-index="5"] li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.security .l-content-l[data-index="5"] li:nth-child(1),
.security .l-content-l[data-index="5"] li:nth-child(2),
.security .l-content-l[data-index="5"] li:nth-child(3) {
  margin-bottom: 40px;
}
.security .l-content-l[data-index="5"] li:nth-child(4),
.security .l-content-l[data-index="5"] li:nth-child(5) {
  width: 50%;
}
.security .l-content-l[data-index="6"] li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.security .l-content-l[data-index="6"] li:nth-child(1),
.security .l-content-l[data-index="6"] li:nth-child(2),
.security .l-content-l[data-index="6"] li:nth-child(3) {
  margin-bottom: 40px;
}
.security .l-content-l[data-index="7"] li {
  float: left;
  width: 25%;
  text-align: center;
}
.security .l-content-l[data-index="7"] li:nth-child(1),
.security .l-content-l[data-index="7"] li:nth-child(2),
.security .l-content-l[data-index="7"] li:nth-child(3),
.security .l-content-l[data-index="7"] li:nth-child(4) {
  margin-bottom: 40px;
}
.security .l-content-l[data-index="7"] li:nth-child(5),
.security .l-content-l[data-index="7"] li:nth-child(6),
.security .l-content-l[data-index="7"] li:nth-child(7) {
  width: 33.33%;
}
.security .l-content-l[data-index="8"] li {
  float: left;
  width: 25%;
  text-align: center;
}
.security .l-content-l[data-index="8"] li:nth-child(1),
.security .l-content-l[data-index="8"] li:nth-child(2),
.security .l-content-l[data-index="8"] li:nth-child(3),
.security .l-content-l[data-index="8"] li:nth-child(4) {
  margin-bottom: 40px;
}
.security .l-content-l[data-index="8"] li:nth-child(5),
.security .l-content-l[data-index="8"] li:nth-child(6),
.security .l-content-l[data-index="8"] li:nth-child(7),
.security .l-content-l[data-index="8"] li:nth-child(8) {
  width: 25%;
}
.security .l-content-l li img {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}
.security .l-content-l li p {
  font-size: 14px;
  color: #192967;
  line-height: 20px;
}
.security .l-content-r {
  width: 50%;
  float: left;
  padding-left: 50px;
  border-left: 1px solid #d2d4e0;
}
.security .l-content-r li {
  float: left;
  width: 25%;
  text-align: center;
}
.security .l-content-r li:nth-child(1),
.security .l-content-r li:nth-child(2),
.security .l-content-r li:nth-child(3),
.security .l-content-r li:nth-child(4) {
  margin-bottom: 40px;
}
.security .l-content-r li img {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}
.security .l-content-r li p {
  font-size: 14px;
  color: #192967;
  line-height: 20px;
}
@media (max-width: 978px) {
  .security {
    padding-bottom: 10px;
  }
  .security .l-body {
    display: block;
  }
  .security .l-body ul {
    font-size: 0;
  }
  .security .l-content-t {
    width: 100%;
    padding-bottom: 10px;
  }
  .security .l-content-t ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 20px;
  }
  .security .l-content-t ul li p {
    font-size: 32px;
    color: #07c5d5;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
  }
  .security .l-content-t ul li p span:first-child {
    font-size: 32px;
    color: #07c5d5;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
  }
  .security .l-content-t ul li p span:last-child {
    font-size: 20px;
    margin-left: -5px;
  }
  .security .l-content-t ul li p:last-child {
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    padding-top: 5px;
  }
  .security .l-content-c {
    width: 100%;
    padding-bottom: 20px;
  }
  .security .l-content-c .img-box {
    width: 100%;
  }
  .security .l-content-c .img-box img {
    width: 100%;
  }
  .security .l-content-l {
    width: 100%;
    padding-right: 0;
    border-bottom: 1px solid #d2d4e0;
    padding-bottom: 10px;
  }
  .security .l-content-l li {
    float: none !important;
    display: inline-block;
  }
  .security .l-content-l[data-index="3"] li {
    width: 33.33%;
    text-align: center;
  }
  .security .l-content-l[data-index="4"] li {
    width: 25%;
    text-align: center;
  }
  .security .l-content-l[data-index="5"] li {
    width: 33.33%;
    text-align: center;
    vertical-align: text-top;
  }
  .security .l-content-l[data-index="5"] li:nth-child(1),
  .security .l-content-l[data-index="5"] li:nth-child(2),
  .security .l-content-l[data-index="5"] li:nth-child(3) {
    margin-bottom: 20px;
  }
  .security .l-content-l[data-index="5"] li:nth-child(4),
  .security .l-content-l[data-index="5"] li:nth-child(5) {
    width: 50%;
  }
  .security .l-content-l[data-index="6"] li {
    width: 33.33%;
    text-align: center;
  }
  .security .l-content-l[data-index="6"] li:nth-child(1),
  .security .l-content-l[data-index="6"] li:nth-child(2),
  .security .l-content-l[data-index="6"] li:nth-child(3) {
    margin-bottom: 20px;
  }
  .security .l-content-l[data-index="7"] li {
    width: 25%;
    text-align: center;
  }
  .security .l-content-l[data-index="7"] li:nth-child(1),
  .security .l-content-l[data-index="7"] li:nth-child(2),
  .security .l-content-l[data-index="7"] li:nth-child(3),
  .security .l-content-l[data-index="7"] li:nth-child(4) {
    margin-bottom: 20px;
  }
  .security .l-content-l[data-index="7"] li:nth-child(5),
  .security .l-content-l[data-index="7"] li:nth-child(6),
  .security .l-content-l[data-index="7"] li:nth-child(7) {
    width: 33.33%;
  }
  .security .l-content-l[data-index="8"] li {
    width: 25%;
    text-align: center;
  }
  .security .l-content-l[data-index="8"] li:nth-child(1),
  .security .l-content-l[data-index="8"] li:nth-child(2),
  .security .l-content-l[data-index="8"] li:nth-child(3),
  .security .l-content-l[data-index="8"] li:nth-child(4) {
    margin-bottom: 20px;
  }
  .security .l-content-l[data-index="8"] li:nth-child(5),
  .security .l-content-l[data-index="8"] li:nth-child(6),
  .security .l-content-l[data-index="8"] li:nth-child(7),
  .security .l-content-l[data-index="8"] li:nth-child(8) {
    width: 25%;
  }
  .security .l-content-l li img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .security .l-content-l p {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-bottom: 10px;
    color: #4c598c !important;
  }
  .security .l-content-r {
    width: 100%;
    padding-left: 0;
    border: none;
    padding-top: 30px;
  }
  .security .l-content-r li {
    float: none;
    display: inline-block;
    margin-bottom: 20px !important;
    vertical-align: text-top;
  }
  .security .l-content-r li img {
    width: 40px;
    height: 40px;
  }
  .security .l-content-r li p {
    font-size: 12px !important;
    line-height: 18px !important;
    color: #4c598c !important;
  }
}
.ads {
  background: #19174c;
  padding-bottom: 30px;
}
.ads .form {
  text-align: center;
  position: relative;
}
.ads .form .label-box input {
  font-size: 14px;
  color: #575b62;
  letter-spacing: 0;
  line-height: 28px;
  width: 400px;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}
.ads .form .label-box input:hover,
.ads.form .label-box input:focus {
  border-color: #29bece;
}
.ads .form .code {
  display: inline-block;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -5px;
  width: 130px;
  font-size: 14px;
  color: #07c5d5;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
  background: #e8f9fa;
  border-radius: 0px 4px 4px 0px;
}
.ads .form .label-box input.code-input {
  width: 275px !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ads .form .label-box {
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  margin-bottom: 20px;
}
.ads .form .label-box:nth-child(4) {
  margin-right: 0;
}
.ads .form .code:hover {
  color: #fff;
  background-color: #45becd;
}
.ads .form .code.disabled {
  /* opacity: 0.5; */
  cursor: no-drop;
}
.ads .form .tip-info {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0.7;
}
.ads .form .tip-info p {
  text-align: center;
}
.ads .form .error {
  border: 1px solid #fa5151 !important;
}
.ads .l-container {
  padding: 50px 0;
}
.ads .l-body {
  background: url(../images/index/留资背景pc@2x.jpg) center no-repeat;
  background-size: cover;
  padding: 60px 80px;
  display: flex;
}
.ads .ad-info {
  text-align: center;
  width: 50%;
  padding-top: 35px;
}
.ads .demo-form {
  width: 50%;
}
.ads .ad-info h3 {
  font-size: 44px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 64px;
  font-weight: 600;
  text-align: left;
  font-weight: 500;
  margin-bottom: 30px;
}
.ads .ad-info p {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  font-weight: 400;
}
.ads .ad-info p span {
  position: relative;
  margin-right: 10px;
}
.ads .ad-info p span:after {
  content: "";
  height: 20px;
  width: 2px;
  background: #fff;
  position: absolute;
  right: -10px;
  top: 0;
}
.ads .ad-info p span:last-child:after {
  display: none;
}
.ads .btn-box {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.ads .btn-box a {
  width: 400px;
  height: 48px;
  line-height: 48px;
  float: none;
  margin-right: 0;
  display: inline-block;
}
@media (max-width: 978px) {
  .ads .l-container {
    display: block;
    padding: 0;
    text-align: center;
    padding-top: 35px;
    align-items: center;
    /*垂直居中*/
    justify-content: center;
    /*水平居中*/
  }
  .ads .ad-info {
    margin-right: 0;
    width: 100%;
    display: inline-block;
  }
  .ads .ad-info h3 {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .ads .demo-form {
    width: 100%;
  }
  .ads .ad-info p {
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .ads .ad-info p span {
    position: relative;
    margin-right: 20px;
  }
  .ads .ad-info p span:after {
    content: "";
    height: 17px;
    width: 2px;
    background: #fff;
    position: absolute;
    right: -10px;
    top: 0;
  }
  .ads .l-body {
    display: block;
    padding: 20px;
  }
  .ads .ad-info p span:nth-child(3):after {
    display: none;
  }
  .ads .ad-info p span:last-child:after {
    display: none;
  }
  .ads .btn-box {
    width: 100%;
    text-align: center;
  }
  .ads .btn-box a {
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
  }
  .ads .form .label-box {
    margin-right: 0;
    width: 300px;
    margin-bottom: 10px;
  }
  .ads .form .label-box input {
    width: 300px;
  }
  .ads .form .label-box input.code-input {
    width: 160px !important;
    margin-right: 10px;
    border-radius: 4px !important;
  }
  .ads .form .code {
    border-radius: 4px !important;
  }
  .ads .btn-box {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .ads .btn-box a {
    width: 300px;
    font-size: 16px;
  }
  .ads .form .tip-info {
    bottom: 85px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
  }
  .ads .form .tip-info p {
    text-align: left;
  }
}
.gallery {
  background: #19174c;
  padding-bottom: 40px;
}
.gallery .l-title h2 {
  color: #fff;
}
.gallery .l-body {
  position: relative;
}
.gallery .l-body .img-box {
  height: 175px;
  overflow: hidden;
  background-size: cover !important;
}
.gallery .l-body img {
  width: 100%;
}
.gallery .l-body .swiper-slide .card {
  float: left;
  width: calc((100% - 60px) / 3);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 30px;
  position: relative;
}
.gallery .l-body .swiper-slide .card:last-child {
  margin-right: 0;
}
.gallery .l-body .swiper-slide h3 {
  font-size: 20px;
  color: #000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 50px;
  padding: 0 20px;
  min-height: 48px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery .l-body .swiper-slide p {
  font-size: 14px;
  color: #575b62;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  padding: 0 20px;
  margin-bottom: 30px;
  min-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.gallery .l-body .swiper-slide p:last-child {
  font-size: 16px;
  color: #1bc3d2;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.gallery .l-body .swiper-slide a:hover h3 {
  color: #4caab9;
}
.gallery .l-body .swiper-slide i {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/arrow-new-blue-h.svg) center -2px no-repeat;
  margin-left: 5px;
  transition: all 0.3s;
  margin-left: 10px;
  transform: translateY(2px) rotateZ(-45deg);
}
.gallery .swiper-pagination {
  bottom: -40px;
  z-index: 2;
  width: 100%;
}
.gallery .swiper-pagination-bullet {
  opacity: 1;
  width: 40px;
  height: 4px;
  background: rgba(166, 166, 166, 0.5);
  border-radius: 0px;
  margin: 0 5px !important;
}
.gallery .swiper-pagination-bullet-active {
  background: #07c5d5;
}
.gallery .l-body .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: -80px;
  background: url(../images/allow-left.svg);
  transition: all 0.3s;
  border-radius: 50%;
  box-shadow: 0 9px 18px 0 rgba(14, 18, 9, 0.1);
}
.gallery .l-body .swiper-button-prev:hover {
  background: url(../images/allow-left-h.svg);
}
.gallery .l-body .swiper-button-next {
  width: 40px;
  height: 40px;
  right: -80px;
  background: url(../images/allow-right.svg);
  transition: all 0.3s;
  border-radius: 50%;
  box-shadow: 0 9px 18px 0 rgba(14, 18, 9, 0.1);
}
.gallery .l-body .swiper-button-next:hover {
  background: url(../images/allow-right-h.svg);
}
@media (max-width: 1400px) {
  .gallery .l-body .swiper-button-prev {
    display: none;
  }
  .gallery .l-body .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .gallery {
    padding-bottom: 10px;
  }
  .gallery .l-title img {
    width: 211px;
  }
  .gallery .l-body .img-box {
    height: 140px;
    overflow: hidden;
  }
  .gallery .l-title img.mb {
    display: inline-block !important;
  }
  .gallery .l-container {
    padding: 0;
  }
  .gallery .l-body {
    position: relative;
  }
  .gallery .l-body img {
    width: 100%;
    overflow: hidden;
  }
  .gallery .l-body .swiper-wrapper {
    overflow: auto;
    padding-left: 15px;
  }
  .gallery .l-body .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .gallery .l-body .swiper-slide {
    position: relative;
    margin-right: 20px;
    width: 905px;
  }
  .gallery .l-body .swiper-slide a {
    display: inline-block;
    width: 100%;
    float: none;
    width: 285px;
    margin-right: 20px;
  }
  .gallery .l-body .swiper-slide h3 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 15px;
  }
  .gallery .l-body .swiper-button-prev {
    display: none;
  }
  .gallery .l-body .swiper-button-next {
    display: none;
  }
  .gallery .l-body .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: -40px;
  }
  .gallery .l-body .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #50617c;
    border-radius: 25px;
    margin: 0 8px;
    opacity: 1;
  }
  .gallery .l-body .swiper-pagination .swiper-pagination-bullet-active {
    width: 5px;
    height: 5px;
    background: #82cb7c;
    border-radius: 25px;
    opacity: 1;
  }
}
.gallerys {
  background: #fafafb;
}
.gallerys .l-title {
  text-align: left;
  position: relative;
}
.gallerys .l-title h2 {
  text-align: left;
}
.gallerys .l-title a {
  position: absolute;
  right: 0;
  top: 5px;
}
.gallerys .l-body {
  position: relative;
}
.gallerys .l-body .img-box {
  background-size: cover !important;
}
.gallerys .l-body img {
  width: 100%;
}
.gallerys .l-body .swiper-slide .card {
  float: left;
  width: calc((100% - 60px) / 3);
  border-radius: 8px;
  overflow: hidden;
  margin-right: 30px;
}
.gallerys .l-body .swiper-slide .card:last-child {
  margin-right: 0;
}
.gallerys .l-body .swiper-slide h3 {
  font-size: 20px;
  color: #000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 20px;
  padding: 0 20px 0 0;
  min-height: 30px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.gallerys .l-body .swiper-slide p {
  font-size: 14px;
  color: #575b62;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  padding: 0 20px 0 0;
  margin-bottom: 30px;
  min-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallerys .l-body .swiper-slide p:last-child {
  font-size: 16px;
  color: #1bc3d2;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.gallerys .l-body .swiper-slide a:hover h3 {
  color: #4caab9;
}
.gallerys .l-body .swiper-slide i {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/arrow-new-blue-h.svg) center -2px no-repeat;
  margin-left: 5px;
  transition: all 0.3s;
  margin-left: 10px;
  transform: translateY(2px) rotateZ(-45deg);
}
.gallerys .swiper-pagination {
  bottom: -30px;
  z-index: 2;
  width: 100%;
}
.gallerys .swiper-pagination-bullet {
  opacity: 1;
  width: 40px;
  height: 4px;
  background: rgba(166, 166, 166, 0.5);
  border-radius: 0px;
  margin: 0 5px !important;
}
.gallerys .swiper-pagination-bullet-active {
  background: #07c5d5;
}
.gallerys .l-body .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: -80px;
  background: url(../images/allow-left.svg);
  transition: all 0.3s;
  border-radius: 50%;
  box-shadow: 0 9px 18px 0 rgba(14, 18, 9, 0.1);
}
.gallerys .l-body .swiper-button-prev:hover {
  background: url(../images/allow-left-h.svg);
}
.gallerys .l-body .swiper-button-next {
  width: 40px;
  height: 40px;
  right: -80px;
  background: url(../images/allow-right.svg);
  transition: all 0.3s;
  border-radius: 50%;
  box-shadow: 0 9px 18px 0 rgba(14, 18, 9, 0.1);
}
.gallerys .l-body .swiper-button-next:hover {
  background: url(../images/allow-right-h.svg);
}
@media (max-width: 1400px) {
  .gallerys .l-body .swiper-button-prev {
    display: none;
  }
  .gallerys .l-body .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .gallerys {
    padding-bottom: 0px;
  }
  .gallerys .l-title h2 {
    text-align: center;
  }
  .gallerys .l-title a {
    position: static;
    display: none;
  }
  .gallerys .l-body .img-box {
    height: 140px;
    overflow: hidden;
  }
  .gallerys .l-title img.mb {
    display: inline-block !important;
  }
  .gallerys .l-container {
    padding: 0;
  }
  .gallerys .l-body {
    position: relative;
  }
  .gallerys .l-body img {
    width: 100%;
    overflow: hidden;
  }
  .gallerys .l-body .swiper-wrapper {
    overflow: auto;
    padding-left: 15px;
  }
  .gallerys .l-body .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .gallerys .l-body .swiper-slide {
    position: relative;
    margin-right: 20px;
    width: 905px;
  }
  .gallerys .l-body .swiper-slide a {
    display: inline-block;
    width: 100%;
    float: none;
    width: 285px;
    margin-right: 20px;
  }
  .gallerys .l-body .swiper-slide h3 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 15px;
    padding-left: 0;
    min-height: 24px;
  }
  .gallerys .l-body .swiper-slide p {
    margin-bottom: 20px;
  }
  .gallerys .l-body .swiper-button-prev {
    display: none;
  }
  .gallerys .l-body .swiper-button-next {
    display: none;
  }
  .gallerys .l-body .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: -40px;
  }
  .gallerys .l-body .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #50617c;
    border-radius: 25px;
    margin: 0 8px;
    opacity: 1;
  }
  .gallerys .l-body .swiper-pagination .swiper-pagination-bullet-active {
    width: 5px;
    height: 5px;
    background: #82cb7c;
    border-radius: 25px;
    opacity: 1;
  }
}
.banner .swiper-pagination {
  /* display: none; */
}
.label-info {
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 7px;
  height: 26px;
  position: absolute;
  left: 20px;
  bottom: 145px;
}
.label-info a {
  box-shadow: none;
  width: 100%;
  height: 100%;
  padding: 3px 8px;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  border-radius: 4px;
  background: rgba(0, 173, 187, 0.1);
  color: #07c5d5;
}
.label-info:last-child {
  margin-right: 0;
}
.label-info[data-id="5"] a {
  background: rgba(0, 173, 187, 0.1);
  color: #07c5d5;
}
.label-info[data-id="6"] a {
  background: rgba(38, 204, 221, 0.1);
  color: #26ccdd;
}
.label-info[data-id="7"] a {
  background: rgba(253, 168, 10, 0.1);
  color: #fda80a;
}
.label-info[data-id="8"] a {
  background: rgba(247, 108, 35, 0.1);
  color: #f76c23;
}
.label-info[data-id="9"] a {
  background: rgba(247, 58, 41, 0.1);
  color: #f73a29;
}
.label-info[data-id="10"] a {
  background: rgba(44, 183, 32, 0.1);
  color: #2cb720;
}
.label-info[data-id="11"] a {
  background: rgba(106, 136, 216, 0.1);
  color: #6a88d8;
}
.label-info[data-id="12"] a {
  background: rgba(53, 51, 191, 0.1);
  color: #3533bf;
}
.label-info[data-id="13"] a {
  background: rgba(137, 71, 201, 0.1);
  color: #8947c9;
}
.label-info[data-id="14"] a {
  background: rgba(225, 69, 162, 0.1);
  color: #e145a2;
}
.label-info[data-id="15"] a {
  background: rgba(153, 153, 153, 0.1);
  color: #999999;
}

.why {
  background: #f8f9fa;
}
.why .l-body {
  display: flex;
  align-items: center;
  /*垂直居中*/
  padding-top: 40px;
}
.why .info-box {
  width: 50%;
}
.why .info-box .card {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.why .info-box .card h3 {
  font-size: 28px;
  color: #192967;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 10px;
}
.why .info-box .card p {
  font-size: 16px;
  color: #192967;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 7px;
  position: relative;
  padding-left: 18px;
}
.why .info-box .card p span {
  font-size: 16px;
  color: #29bece;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.why .info-box .card p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #29bece;
}
.why .info-box .card:nth-child(3),
.why .info-box .card:nth-child(4) {
  margin-bottom: 0;
}
.why .img-box {
  width: 50%;
  font-size: 0;
}
.why .img-box img {
  width: 100%;
}
@media (max-width: 978px) {
  .why {
    background: #f8f9fa;
  }
  .why .l-body {
    display: block;
    align-items: center;
    /*垂直居中*/
    padding-top: 0px;
  }
  .why .info-box {
    width: 100%;
  }
  .why .info-box .card {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .why .info-box .card h3 {
    font-size: 20px;
    color: #192967;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .why .info-box .card p {
    font-size: 13px;
    color: #192967;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 7px;
    position: relative;
    padding-left: 14px;
  }
  .why .info-box .card p span {
    font-size: 13px;
    color: #29bece;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 600;
  }
  .why .info-box .card p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #29bece;
  }
  .why .info-box .card:nth-child(3),
  .why .info-box .card:nth-child(4) {
    margin-bottom: 0;
  }
  .why .img-box {
    width: 100%;
    font-size: 0;
    overflow: hidden;
  }
  .why .img-box img {
    width: 100%;
    transform: scale(1.2);
  }
  .why .info-box .card:nth-child(1),
  .why .info-box .card:nth-child(3) {
    width: 100%;
  }
  .why .info-box .card:nth-child(2),
  .why .info-box .card:nth-child(4) {
    width: 100%;
  }
}
