.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: 64%;
  width: 26%;
  min-width: 300px;
}

.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 .form-input .formsubmit {
  border-radius: 4px;
  width: 130px;
  margin-left: -2px;
  font-size: 16px;
  /* background: linear-gradient(-90deg, #30e3a8 0%, #1a6fe5 100%); */
  border: 1px solid #00adbb;
  background: #00adbb;
  color: #fff;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s;
  float: left;
  vertical-align: middle;
  margin-right: 20px;
}

.banner .form-input .formsubmit:hover {
  border-color: #29bece;
  background: #29bece;
}
.banner .slide-00 .form-input {
  position: absolute;
  left: 11.3%;
  top: 68%;
  width: 24.2%;
  border-radius: 4px;
  overflow: hidden;
}
.banner .slide-000 .form-input {
  position: absolute;
  left: 12.3%;
  top: 53%;
  width: 24.2%;
  border-radius: 4px;
  overflow: hidden;
}

.banner .slide-02 .form-input {
  position: absolute;
  left: 18.8%;
  top: 63%;
  width: 24.2%;
  border-radius: 4px;
  overflow: hidden;
}

.banner .slide-03 .form-input {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 60% !important;
  width: 130px;
  min-width: 130px;
  border-radius: 4px;
  overflow: hidden;
}

.banner .slide-04 .form-input {
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 66% !important;
  width: 182px;
  min-width: 182px;
  /* border-radius: 4px; */
  /* overflow: hidden; */
}
.banner .slide-04 .form-input a {
  display: inline-block;
  float: none;
  margin-right: 0;
  width: 160px;
  height: 46px;
  line-height: 47px;
  font-size: 18px;
  color: #000000;
  border-color: transparent;
  background: #f3a646;
  border-radius: 30px;
  transition: all 0.3s;
}
.banner .slide-04 .form-input a:hover {
  background: #ffc14e;
  border-color: #ffc14e;
}
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: 100px;
  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 !important;
    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-00 .form-input {
    position: absolute;
    left: 6%;
    top: 70%;
    width: 24.2%;
    border-radius: 4px;
    overflow: hidden;
  }
  .banner .slide-000 .form-input {
    position: absolute;
    left: 34%;
    top: 82%;
    width: 24.2%;
    border-radius: 4px;
    overflow: hidden;
  }
  .banner .slide-02 .form-input {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 73%;
    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 .slide-04 .form-input {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 58% !important;
    width: auto;
    border-radius: 4px;
    /* overflow: hidden; */
  }
  .banner .slide-04 .form-input a {
    width: 140px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
  }
  .banner .form-input input {
    height: 34px;
  }

  .banner .form-input .formsubmit {
    line-height: 38px;
    width: 120px;
  }
  .banner .form-input .formsubmit:last-child {
    margin-right: 0;
  }
}
.number ul {
  /* display: flex; */
}
.number ul * {
  transition: all 1s;
}
.number li {
  float: left;
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
  margin-right: 30px;
  background-size: 100% 100% !important;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.number li:nth-child(3n) {
  margin-right: 0;
}
.number li .l-content-t {
  padding: 30px 30px 80px 30px;
  background-size: 100% 100% !important;
  visibility: visible;
  opacity: 1;
  padding-right: 35%;
  transform: translateY(0);
}
.number li .l-content-t h3 {
  font-size: 20px;
  color: #192967;
  line-height: 30px;
  margin-bottom: 20px;
}
.number li .l-content-t p {
  font-size: 16px;
  color: #4c598c;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 72px;
  margin-bottom: 30px;
}
.number li .l-content-b {
  padding: 30px 30px 15px;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: -100%;
  background-size: 100% 100% !important;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
}
.number li a {
  display: inline-block;
  width: 100%;
}
.number li .l-content-b p {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.number li .l-content-b p:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/purchase-right.svg) no-repeat;
  left: 0;
  top: 0;
}
.number li .l-content-b s {
  color: #fff;
}
.number li .l-content-b s .arrow-right {
  background: url(../images/arrow.svg) center -2px no-repeat;
  background-size: 100% 100%;
}
.number li s {
  position: absolute;
  bottom: 25px;
  left: 30px;
  font-size: 18px;
  color: #192967;
  line-height: 28px;
  transition: all 1s;
  text-decoration: none;
}
.number li s:hover {
  color: #29bece;
}
.number li a:hover .arrow-right {
  background: url("../images/arrow-new-blue-h.svg") center -2px no-repeat;
  background-size: 100% 100%;
  -webkit-animation: arrow 1s linear infinite;
  -moz-animation: arrow 1s linear infinite;
  animation: arrow 1s linear infinite;
}
.number li:hover {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
}
.number li:hover .l-content-t {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
}
.number li:hover .l-content-b {
  top: 0;
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.number .btn-box {
  text-align: center;
  margin-top: 10px;
}
.number .btn-box a {
  margin-right: 0;
  display: inline-block;
  float: none;
  width: 240px;
}
.number .btn-box p {
  font-size: 14px;
  color: #8c94b3;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
}
.number .btn-box p i {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(./../images/number-phone-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-top: -2px;
}

.number .form-input {
  width: 122px;
  margin: 0 auto;
  margin-bottom: 20px;
}

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

.number .form-input .formsubmit {
  border-radius: 0 2px 2px 0;
  width: 122px;
  margin-left: -2px;
  font-size: 16px;
  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;
  position: relative;
  z-index: 1;
}

@media (max-width: 978px) {
  .number ul {
    display: block;
  }
  .number ul * {
    transition: all 0s;
  }
  .number li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    background: #ffffff;
    box-shadow: 0 8px 20px 0 rgba(154, 171, 221, 0.3);
    transition: all 0s;
  }
  .number li .fold-icon {
    display: block !important;
    background: url(../images/ifold-black.svg) center no-repeat;
    background-size: cover;
    right: 20px;
    top: 36px;
    transition: all 0.3s;
  }
  .number li.active .fold-icon {
    background: url(../images/ifold-white.svg) center no-repeat;
    background-size: cover;
    transform: rotateX(180deg);
  }
  .number li:hover {
    box-shadow: none;
  }
  .number li:hover .l-content-t {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .number li:hover .l-content-b {
    top: 0;
    bottom: 0;
    visibility: visible;
    opacity: 1;
  }
  .number li a {
    position: static;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
  }
  .number li .l-content-b a .arrow-right {
    background: url(../images/arrow.svg) center -2px no-repeat;
    background-size: 100% 100%;
  }
  .number li .l-content-t {
    padding: 20px;
  }
  .number li .l-content-t a {
    display: none;
  }
  .number li .l-content-t h3 {
    font-size: 20px;
    color: #192967;
    line-height: 30px;
    margin-bottom: 0;
  }
  .number li .l-content-t p {
    display: none;
  }
  .number li .l-content-b {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
    background: none !important;
    padding: 20px;
  }
  .number li .l-content-b p {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .number li .l-content-b a {
    display: inline-block;
    margin-top: 5px;
  }
  .number li .l-content-b .mb {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .number li .l-content-b .mb::after {
    display: none;
  }
  .number ul:nth-child(3) li:nth-child(1) {
    background: url(../images/number-bg-01-mb.png) center no-repeat !important;
    background-size: 100% 100% !important;
  }
  .number ul:nth-child(3) li:nth-child(2) {
    background: url(../images/number-bg-02-mb.png) center no-repeat !important;
    background-size: 100% 100% !important;
  }
  .number ul:nth-child(3) li:nth-child(3) {
    background: url(../images/number-bg-03-mb.png) center no-repeat !important;
    background-size: 100% 100% !important;
  }
  .number ul:nth-child(4) li:nth-child(1) {
    background: url(../images/number-bg-04-mb.png) center no-repeat !important;
    background-size: 100% 100% !important;
  }
  .number ul:nth-child(4) li:nth-child(2) {
    background: url(../images/number-bg-05-mb.png) center no-repeat !important;
    background-size: 100% 100% !important;
  }
  .number ul:nth-child(4) li:nth-child(3) {
    background: url(../images/number-bg-06-mb.png) center no-repeat !important;
    background-size: 100% 100% !important;
  }
  .number ul:nth-child(3) li.active:nth-child(1) {
    background: url(../images/number-bg-01-h-mb.png) center no-repeat !important;
    background-size: 100% 100% !important;
  }
  .number ul:nth-child(3) li.active:nth-child(1) .l-content-t h3 {
    color: #fff;
  }
  .number ul:nth-child(3) li.active:nth-child(2) {
    background: url(../images/number-bg-02-h-mb.png) center no-repeat !important;
    background-size: 100% 100% !important;
  }
  .number ul:nth-child(3) li.active:nth-child(2) .l-content-t h3 {
    color: #fff;
  }
  .number ul:nth-child(3) li.active:nth-child(3) {
    background: url(../images/number-bg-03-h-mb.png) center no-repeat !important;
    background-size: 100% 100% !important;
  }
  .number ul:nth-child(3) li.active:nth-child(3) .l-content-t h3 {
    color: #fff;
  }
  .number ul:nth-child(4) li.active:nth-child(1) {
    background: url(../images/number-bg-04-h-mb.png) center no-repeat !important;
    background-size: 100% 100% !important;
  }
  .number ul:nth-child(4) li.active:nth-child(1) .l-content-t h3 {
    color: #fff;
  }
  .number ul:nth-child(4) li.active:nth-child(2) {
    background: url(../images/number-bg-05-h-mb.png) center no-repeat !important;
    background-size: 100% 100% !important;
  }
  .number ul:nth-child(4) li.active:nth-child(2) .l-content-t h3 {
    color: #fff;
  }
  .number ul:nth-child(4) li.active:nth-child(3) {
    background: url(../images/number-bg-06-h-mb.png) center no-repeat !important;
    background-size: 100% 100% !important;
  }
  .number ul:nth-child(4) li.active:nth-child(3) .l-content-t h3 {
    color: #fff;
  }
  .number .btn-box {
    text-align: center;
    margin-top: 20px;
  }
  .number .btn-box a {
    margin-right: 0;
    display: inline-block;
    float: none;
    font-size: 16px;
    width: 240px;
  }
  .number .btn-box p {
    font-size: 16px;
    color: #8c94b3;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
  }
  .number .btn-box p i {
    width: 14px;
    height: 14px;
    margin-top: -2px;
  }
}
.manage {
  background: #f1f3f7;
}
.manage .tab_btn {
  padding-bottom: 20px;
}
.manage .tab_btn li {
  transition: all 0.3s;
  background: #ffffff;
  margin-right: 30px;
  width: calc((100% - 60px) / 3) !important;
  padding: 10px 30px;
}
.manage .tab_btn li:last-child {
  margin-right: 0;
}
.manage .tab_btn li:hover h3,
.manage .tab_btn li:hover p {
  color: #07c5d5 !important;
}
.manage .tab_btn li.active:hover h3,
.manage .tab_btn li.active:hover p {
  color: #ffffff !important;
}
.manage .tab_btn h3 {
  font-size: 16px;
  color: #192967;
  text-align: center;
  line-height: 24px;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.manage .tab_btn h3:after {
  display: none;
}
.manage .tab_btn p {
  font-size: 14px !important;
  color: #192967 !important;
  text-align: center;
  line-height: 20px !important;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  white-space: nowrap;
}
.manage .tab_item > li {
  width: 100%;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.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 .tab_item > li:nth-child(2) .l-content-c {
  background: url(../images/manage-bg-02.png) center no-repeat;
  background-size: 100% 100%;
}
.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;
}
.manage .tab_item .purchase-box .l-content-l {
  width: calc((100% - 60px) / 3);
  padding: 40px;
  background: #f6faff;
}
.manage .tab_item .purchase-box .l-content-l li {
  margin-bottom: 45px;
}
.manage .tab_item .purchase-box .l-content-l li:last-child {
  margin-bottom: 0;
}
.manage .tab_item .purchase-box .l-content-l img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.manage .tab_item .purchase-box .l-content-l p {
  display: inline-block;
  width: calc(100% - 53px);
  font-size: 16px;
  color: #192967;
  line-height: 24px;
  vertical-align: middle;
}
.manage .tab_item .purchase-box .l-content-c {
  width: calc((100% - 60px) / 3 * 2 + 60px);
  padding: 40px 60px;
  transition: all 0.3s;
}
.manage .tab_item .purchase-box .l-content-c .formsubmit {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  color: #ffffff;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 4px;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  float: none;
  display: inline-block;
  color: #fff;
  border: 1px solid #00adbb;
  background: #00adbb;
  margin-top: 20px;
  width: 160px;
}

.manage .tab_item .purchase-box .l-content-c .formsubmit:hover {
  border-color: #29bece;
  background: #29bece;
}

.manage .tab_item .purchase-box .l-content-c li {
  margin-bottom: 30px;
}
.manage .tab_item .purchase-box .l-content-c li:last-child {
  margin-bottom: 0px;
}
.manage .tab_item .purchase-box .l-content-c img {
  width: 30px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.manage .tab_item .purchase-box .l-content-c h3 {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.manage .tab_item .purchase-box .l-content-c p {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  padding-left: 53px;
}
.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;
}
@media (max-width: 978px) {
  .manage .tab_btn {
    padding-bottom: 10px;
  }
  .manage .tab_btn li {
    width: calc((100% - 20px) / 3) !important;
    padding: 0;
    margin-right: 10px;
  }
  .manage .tab_btn li h3 {
    font-size: 16px;
    color: #192967;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0;
  }
  .manage .tab_btn li p {
    display: none !important;
  }
  .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;
  }
  .manage .tab_item .purchase-box .l-content-c li p {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding-left: 30px;
  }
}
.purchase {
  background: #fff;
}
.purchase .tab_btn li {
  padding-bottom: 20px;
  position: relative;
}
.purchase .tab_btn li::after {
  content: "";
  position: absolute;
  background: transparent;
  left: 30%;
  right: 30%;
  bottom: 0;
  height: 3px;
  transition: all 0.3s;
}
.purchase .tab_btn li:hover:after {
  background: #07c5d5 !important;
}
.purchase .tab_btn li:hover h3,
.purchase .tab_btn li:hover p {
  color: #07c5d5 !important;
}
.purchase .tab_btn h3 {
  font-size: 18px;
  color: #192967;
  line-height: 28px;
  transition: all 0.3s;
}
.purchase .tab_btn h3:after {
  display: none;
}
.purchase .tab_btn p {
  font-size: 14px !important;
  color: #192967 !important;
  text-align: center;
  line-height: 20px !important;
  transition: all 0.3s;
}
.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 {
  display: flex;
}
.purchase .tab_item .purchase-box .l-content-l {
  width: 25%;
  padding: 40px;
  background: #f6faff;
}
.purchase .tab_item .purchase-box .l-content-l li {
  margin-bottom: 45px;
}
.purchase .tab_item .purchase-box .l-content-l li:last-child {
  margin-bottom: 0;
}
.purchase .tab_item .purchase-box .l-content-l img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.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% - 45px);
  font-size: 16px;
  color: #192967;
  line-height: 24px;
  vertical-align: middle;
}
.purchase .tab_item .purchase-box .l-content-c {
  width: calc(75% - 332px);
  padding: 40px 60px;
}
.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: 30px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.purchase .tab_item .purchase-box .l-content-c h3 {
  display: inline-block;
  font-size: 16px;
  color: #192967;
  line-height: 24px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.purchase .tab_item .purchase-box .l-content-c p {
  font-size: 20px;
  color: #192967;
  line-height: 28px;
  padding-left: 53px;
}
.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;
  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_btn {
    padding-bottom: 10px;
  }
  .purchase .tab_btn li {
    width: calc((100% - 20px) / 3) !important;
    padding: 0;
    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;
  }
  .purchase .tab_btn li p {
    font-size: 12px;
    color: #192967;
    letter-spacing: 0;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .purchase .tab_item .purchase-box {
    display: block;
  }
  .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;
    vertical-align: sub;
    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;
  }
}
.approve {
  /* background: #f3f3f3; */
  background: #f8f9fa;
  padding-top: 0;
}
.approve .l-title h2 {
  font-size: 28px;
  line-height: 36px;
}
.approve .approve-box .content-t {
  font-size: 0;
  display: none;
}
.approve .approve-box .content-t li {
  float: left;
  width: 20%;
  text-align: center;
}
.approve .approve-box .content-t li img {
  display: inline-block;
  height: 180px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.approve .approve-box .content-t li img:hover {
  transform: scale(1.3);
}
.approve .approve-box .content-t li .info-box {
  display: inline-block;
  width: 169px;
  height: 46px;
  background: url(../images/approve-top-bg.svg) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.approve .approve-box .content-t li .info-box p {
  font-size: 13px;
  color: #8f6d3c;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  max-width: 118px;
  display: inline-block;
}
.approve .approve-box .content-t li .info-box p span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.approve .approve-box .content-b {
  /* padding-top: 70px; */
  overflow-x: hidden;
  position: relative;
}
.approve .approve-box .content-b:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 136px;
  height: 196px;
  background-image: linear-gradient(
    270deg,
    rgba(248, 249, 250, 0) 0%,
    #f8f9fa 100%
  );
}
.approve .approve-box .content-b:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 136px;
  height: 196px;
  background-image: linear-gradient(
    90deg,
    rgba(248, 249, 250, 0) 0%,
    #f8f9fa 100%
  );
  z-index: 9;
}
.approve .approve-box .content-b::-webkit-scrollbar {
  display: none;
}
.approve .approve-box .content-b > div {
  width: 2155px;
  margin-bottom: 0;
  -webkit-animation: scroll 50s linear infinite;
  -moz-animation: scroll 50s linear infinite;
  animation: scroll 50s linear infinite;
}
.approve .approve-box .content-b > div:hover {
  animation-play-state: paused;
}
.approve .approve-box .content-b > div .upgrade-box {
  width: 50%;
}
.approve .approve-box .content-b > div .upgrade-box div {
  width: auto;
}
.approve .approve-box .content-b .upgrade-box {
  width: 100%;
  margin-bottom: 0 !important;
}
.approve .approve-box .content-b .upgrade-box div {
  padding: 0 15px;
}
.approve .approve-box .content-b .upgrade-box div:hover img {
  /* box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1); */
  /* border-radius: 6px; */
  transform: scale(1.2);
}
.approve .content-b div {
  float: left;
  width: 16.66%;
  font-size: 0;
  text-align: center;
  /* margin-bottom: 40px; */
  transition: all 0.3s;
}
.approve .content-b div img {
  height: 136px;
  display: inline-block;
  transition: all 0.3s;
}

@media (max-width: 978px) {
  .approve {
    /* background: #f8f9fa; */
  }
  .approve .l-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .approve .l-container {
    padding: 0;
  }

  .approve .approve-box .content-t {
    font-size: 0;
    overflow-x: auto;
    padding-left: 15px;
  }
  .approve .approve-box .content-t::-webkit-scrollbar {
    display: none;
  }
  .approve .approve-box .content-t ul {
    width: 1260px;
  }
  .approve .approve-box .content-t li {
    float: left;
    width: auto;
    max-width: 247px;
    margin-right: 0px;
    text-align: center;
  }
  .approve .approve-box .content-t li img {
    display: inline-block;
    height: 180px;
    margin-bottom: 15px;
    transition: all 0.3s;
  }
  .approve .approve-box .content-t li img:hover {
    transform: scale(1.3);
  }
  .approve .approve-box .content-t li .info-box {
    display: inline-block;
    width: 169px;
    height: 46px;
    background: url(../images/approve-top-bg.svg) center no-repeat;
    background-size: 100% 100%;
    text-align: center;
  }
  .approve .approve-box .content-t li .info-box p {
    font-size: 14px;
    color: #8f6d3c;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    max-width: 118px;
    display: inline-block;
  }

  .approve .approve-box .content-b {
    /* padding-top: 70px; */
    overflow-x: auto;
    position: relative;
  }
  .approve .approve-box .content-b:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 136px;
    height: 196px;
    background-image: linear-gradient(
      270deg,
      rgba(248, 249, 250, 0) 0%,
      #f8f9fa 100%
    );
  }
  .approve .approve-box .content-b:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 136px;
    height: 196px;
    background-image: linear-gradient(
      90deg,
      rgba(248, 249, 250, 0) 0%,
      #f8f9fa 100%
    );
    z-index: 9;
  }
  .approve .approve-box .content-b::-webkit-scrollbar {
    display: none;
  }
  .approve .approve-box .content-b > div {
    width: 1860px;
    margin-bottom: 0;
    -webkit-animation: scroll 100s linear infinite;
    -moz-animation: scroll 100s linear infinite;
    animation: scroll 100s linear infinite;
  }
  .approve .approve-box .content-b > div:hover {
    animation-play-state: paused;
  }
  .approve .approve-box .content-b > div .upgrade-box {
    width: 50%;
  }
  .approve .approve-box .content-b > div .upgrade-box div {
    width: auto;
  }
  .approve .approve-box .content-b .upgrade-box {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .approve .approve-box .content-b .upgrade-box div {
    padding: 0 15px;
  }
  .approve .approve-box .content-b .upgrade-box div:hover img {
    /* box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1); */
    /* border-radius: 6px; */
    transform: scale(1);
  }
  .approve .content-b div {
    float: left;
    width: 16.66%;
    font-size: 0;
    text-align: center;
    /* margin-bottom: 40px; */
    transition: all 0.3s;
  }
  .approve .content-b div img {
    height: 112px;
    display: inline-block;
    transition: all 0.3s;
  }
}
.interview {
  background: url(../images/interview-bg.png) center no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}
.interview .l-body {
}
.interview .swiper-container {
  background: #ffffff;
  box-shadow: 0 15px 30px 0 rgba(154, 171, 221, 0.3);
  border-radius: 14px;
  overflow: hidden;
}
.interview .l-body .swiper-slide {
  display: flex;
}
.interview .interview-l {
  max-width: 600px;
  width: 50%;
  font-size: 0;
  position: relative;
  padding: 20px 0 20px 20px;
  cursor: pointer;
}
.interview .interview-l div {
  border-radius: 8px;
  overflow: hidden;
}
.interview .interview-l .video-btn {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  background: url(../images/video-play.svg) center;
  z-index: 2;
}
.interview .interview-l img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.interview .interview-l video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: fill;
}
.interview .interview-l:hover img {
  transform: scale(1.1);
}
.interview .interview-r {
  width: 50%;
  padding: 90px 20px 20px 60px;
  position: relative;
}
.interview .interview-r p {
  font-size: 18px;
  color: #192967;
  line-height: 30px;
  margin-bottom: 30px;
  width: calc(100% - 220px);
  position: relative;
}
.interview .interview-r p:first-child:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: -60px;
  background: url(../images/interview-icon-01.svg) center no-repeat;
  background-size: cover;
}
.interview .interview-r p:first-child:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: -60px;
  background: url(../images/interview-icon-02.svg) center no-repeat;
  background-size: cover;
}
.interview .interview-r p + p {
  font-size: 16px;
  color: #8c94b3;
  line-height: 24px;
  margin-bottom: 0;
}
.interview .interview-r img {
  max-width: 216px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.interview .bottom-box {
  font-size: 0;
  margin-top: 20px;
}
.interview .bottom-box span {
  display: inline-block;
  width: calc((100% - 60px) / 7);
  margin-right: 10px;
  font-size: 0;
  background: #ffffff;
  border-radius: 8px;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.interview .bottom-box span:hover,
.interview .bottom-box span.active {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(7, 197, 213, 1);
}
.interview .bottom-box span:last-child {
  margin-right: 0;
}
.interview .bottom-box span img {
  width: 100%;
}
.interview .swiper-button-prev {
  display: none;
}
.interview .swiper-button-next {
  display: none;
}
.interview .interview-swiper[data-index="2"] .swiper-button-prev,
.interview .interview-swiper[data-index="3"] .swiper-button-prev,
.interview .interview-swiper[data-index="4"] .swiper-button-prev,
.interview .interview-swiper[data-index="5"] .swiper-button-prev {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/banner-arrow-l.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: 10px;
  box-shadow: 0 15px 30px 0 rgba(154, 171, 221, 0.3);
  border-radius: 50%;
}
.interview .interview-swiper[data-index="2"] .swiper-button-prev:hover,
.interview .interview-swiper[data-index="3"] .swiper-button-prev:hover,
.interview .interview-swiper[data-index="4"] .swiper-button-prev:hover,
.interview .interview-swiper[data-index="5"] .swiper-button-prev:hover {
  background: url(../images/banner-arrow-l-h.svg) center center;
  background-size: 100% 100%;
}
.interview .interview-swiper[data-index="2"] .swiper-button-next,
.interview .interview-swiper[data-index="3"] .swiper-button-next,
.interview .interview-swiper[data-index="4"] .swiper-button-next,
.interview .interview-swiper[data-index="5"] .swiper-button-next {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/banner-arrow-r.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  box-shadow: 0 15px 30px 0 rgba(154, 171, 221, 0.3);
  border-radius: 50%;
  right: 10px;
}
.interview .interview-swiper[data-index="2"] .swiper-button-next:hover,
.interview .interview-swiper[data-index="3"] .swiper-button-next:hover,
.interview .interview-swiper[data-index="4"] .swiper-button-next:hover,
.interview .interview-swiper[data-index="5"] .swiper-button-next:hover {
  background: url(../images/banner-arrow-r-h.svg) center center;
  background-size: 100% 100%;
}
@media (max-width: 978px) {
  .interview {
    background: url(../images/interview-bg-mb.png) center no-repeat;
    padding: 30px 0;
    padding-bottom: 0;
  }
  .interview .l-body {
    display: block;
  }
  .interview .l-container {
    padding: 0;
  }
  .interview .l-body .swiper-slide {
    display: block;
    height: auto;
    box-shadow: 0 15px 30px 0 rgba(154, 171, 221, 0.3);
    border-radius: 14px;
  }
  .interview .interview-l {
    width: 100%;
    max-width: 100000px;
    padding: 0;
    border-radius: 14px 14px 0 0;
  }
  .interview .interview-l div {
    width: 100%;
    overflow: hidden;
  }
  .interview .interview-l .video-btn {
    width: 32px;
    height: 32px;
    background-size: 100% 100% !important;
  }
  .interview .interview-l video {
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .interview .interview-l .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;
  }
  .interview .interview-r {
    width: 100%;
    padding: 30px 0 40px 0;
    position: static;
  }
  .interview .interview-r p {
    width: calc(100% - 104px);
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .interview .interview-r p + p {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
  }
  .interview .interview-r p:first-child:after {
    width: 30px;
    height: 30px;
    top: -20px;
    left: 10px;
  }
  .interview .interview-r p:first-child:before {
    width: 30px;
    height: 30px;
    bottom: -20px;
    right: 15px;
  }
  .interview .interview-r img {
    width: 124px;
    right: 0;
    bottom: 0;
    border-radius: 0 0 14px 0;
  }
  .interview .scroll-box {
    overflow-x: auto;
  }
  .interview .scroll-box::-webkit-scrollbar {
    display: none;
  }
  .interview .swiper-container {
    background: transparent;
    padding-bottom: 120px;
    box-shadow: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .interview .swiper-container .swiper-slide {
    background: #fff;
  }
  .interview .bottom-box {
    width: 100%;
    font-size: 0;
    position: absolute;
    bottom: -82px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .interview .bottom-box span {
    display: inline-block;
    width: 100%;
    height: 60px;
    margin-right: 20px;
    font-size: 0;
    background: #ffffff;
    border-radius: 8px;
    transition: all 0.3s;
    box-shadow: 0px 8px 20px 0px rgba(154, 171, 221, 0.3);
    border-radius: 8px;
  }
  .interview .bottom-box span img {
    display: inline-block;
    width: auto;
    height: 60px;
  }
  .interview .bottom-box span:hover,
  .interview .bottom-box span.active {
    border: none;
  }
  .interview .bottom-box span:last-child {
    margin-right: 20px;
  }
}
.upgrade {
  background: #fff;
}
.upgrade .l-container {
  max-width: 100%;
  padding: 0;
}
.upgrade .tab_btn {
  padding: 0 60px 20px;
  font-size: 18px;
  max-width: 1180px;
  margin: 0 auto;
}
.upgrade .tab_btn h3 {
  font-size: 18px;
  color: #192967;
  transition: all 0.3s;
}

.upgrade .tab_btn .active h3 {
  color: #29bece;
}
.upgrade .tab_item li {
  width: 100%;
  padding: 50px 0 0;
  display: none;
  position: relative;
}
.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);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  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 .upgrade-box div:hover {
}
.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;
  }
}
.ad {
  display: block;
}
@media (max-width: 978px) {
  .ad {
    display: block;
  }
}
.security .l-body {
  display: flex;
  align-items: center;
  /*垂直居中*/
  justify-content: center;
  /*水平居中*/
}
.security .l-content-l {
  width: 50%;
  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%;
  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-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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 978px) {
  .header {
    background: #042458;
  }
  .header .header-nav-ul .nav-item {
    color: #fff;
  }
  .header .header-message span {
    color: #fff;
  }
  .header .header-nav-ul .nav-item .fold-icon {
    background: url(../images/menu-fold-white.svg) center no-repeat;
    background-size: cover;
  }
  .header .header-message i {
    background: url(../images/code-white.svg) center no-repeat;
    background-size: cover;
  }
  .header .header-logo {
    background: url(../images/logo-white.svg) center no-repeat;
    background-size: cover;
  }
}
.info-model {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.info-model .model-content {
  width: 800px;
  padding: 40px;
  position: absolute;
  display: flex;
  align-items: center;
  /*垂直居中*/
  justify-content: center;
  /*水平居中*/
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -400px;
  background: url(../images/model-bg.png) center no-repeat;
  background-size: 100% 100%;
}
.info-model .l-conetnt-l {
  width: 260px;
  font-size: 0;
}
.info-model .l-conetnt-l img {
  width: 100%;
}
.info-model .l-conetnt-r {
  width: calc(100% - 260px);
  padding-left: 40px;
}
.info-model .l-conetnt-r h3 {
  font-size: 24px;
  color: #000000;
  line-height: 36px;
}
.info-model .l-conetnt-r p {
  font-size: 16px;
  color: #575b62;
  line-height: 24px;
  margin-top: 20px;
}
.info-model .l-conetnt-r p:nth-last-child(2) {
  font-size: 16px;
  color: #00adbb;
  line-height: 24px;
  margin-bottom: 40px;
}
.info-model .model-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/model-close.svg) center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  cursor: pointer;
}
.info-model .model-close:hover {
  background: url(../images/model-close-h.svg) center no-repeat;
  background-size: 100% 100%;
}
.info-model.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
@media (max-width: 978px) {
  .info-model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
  }
  .info-model .model-content {
    width: calc(100% - 30px);
    height: auto;
    position: absolute;
    display: block;
    align-items: center;
    /*垂直居中*/
    justify-content: center;
    /*水平居中*/
    top: 50%;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/model-bg-mb.png) center no-repeat;
    background-size: 100% 100%;
    padding: 0 20px 20px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
  }
  .info-model .l-conetnt-l {
    width: 156px;
    font-size: 0;
    display: inline-block;
  }
  .info-model .l-conetnt-l img {
    width: 100%;
  }
  .info-model .l-conetnt-r {
    width: 100%;
    padding-left: 0;
  }
  .info-model .l-conetnt-r h3 {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    display: inline-block;
  }
  .info-model .l-conetnt-r p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 10px;
  }
  .info-model .l-conetnt-r p:nth-last-child(2) {
    font-size: 14px;
    color: #00adbb;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .info-model .model-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 10px;
    height: 10px;
    background: url(../images/model-close.svg) center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
    cursor: pointer;
  }
  .info-model .model-close:hover {
    background: url(../images/model-close-h.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .info-model.show {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
}
.banner .slide-04 {
  background-size: cover !important;
}
.banner .slide-04 .banner-main {
  float: left;
  width: calc(100% - 620px);
}

.banner .slide-04 .banner-img {
  float: left;
  width: 560px;
}
.banner .slide-04 .banner-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 130px;
}
.banner .slide-04 .banner-main h2 {
  font-size: 44px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner .slide-04 .banner-main p {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.banner .slide-04 .banner-main #installBtn {
  display: inline-block;
  width: 345px;
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.banner .slide-04 .banner-main #installBtn img {
  height: 50px;
}
.banner .slide-04 .banner-main .banner-topic {
  margin-top: 30px;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 10px;
}
.banner .slide-04 .banner-main .banner-topic a {
  display: inline-block;
  width: 165px;
  height: 30px;
}
@media (max-width: 978px) {
  .banner .slide-04 .banner-main {
    float: left;
    width: 100%;
  }
  .banner .slide-04 .banner-content .banner-main .banner-info h2 {
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: left;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .banner .slide-04 .banner-content .banner-main .banner-info p {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
  }
  .banner .slide-04 .banner-content .banner-main .banner-info #installBtn {
    display: inline-block;
    width: 300px;
    height: 40px;
    vertical-align: middle;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .banner .slide-04 .banner-content .banner-main .banner-info #installBtn img {
    height: 40px;
  }
  .banner .slide-04 .banner-content .banner-main .banner-info .banner-topic {
    margin-top: 10px;
    font-size: 18px;
    color: #000000;
    line-height: 0;
    margin-bottom: 0;
  }
  .banner .slide-04 .banner-content .banner-main .banner-info .banner-topic a {
    display: inline-block;
    width: 165px;
    height: 30px;
  }
  .banner .slide-04 .banner-content .banner-main .banner-info .l-btn {
    display: inline-block;
    width: 238px;
    height: 40px;
    line-height: 40px;
  }
}
.ad {
  display: none;
}
.ads .form {
  text-align: center;
  position: relative;
}
.ads .form .label-box input {
  font-size: 14px;
  color: #575b62;
  letter-spacing: 0;
  line-height: 24px;
  width: 230px;
  height: 36px;
  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: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
  background: #00adbb;
}
.ads .form .label-box input.code-input {
  width: 140px !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ads .form .label-box {
  display: inline-block;
  margin-right: 10px;
}
.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 .commit:hover {
}
.ads .form .error {
  border: 1px solid #fa5151 !important;
}

.ads {
  background: url(../images/ads-bg.png);
  background-size: cover;
}
.ads .l-container {
  padding: 50px 0;
}
.ads .ad-info {
  text-align: center;
}
.ads .ad-info h3 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ads .ad-info p {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}
.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: 240px;
  height: 48px;
  line-height: 48px;
  float: none;
  margin-right: 0;
  display: inline-block;
}
@media (max-width: 978px) {
  .ads {
    background: url(../images/ad-bg-mb.png);
    background-size: cover;
  }
  .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: 350px;
    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 .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 .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: 190px !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;
  }
}

.bannerform1,
.bannerform2 {
  position: absolute;
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  width: 360px;
  height: 422px;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  line-height: 1px;
  padding: 30px;
  box-sizing: border-box;
}

.bannerform1 h3,
.bannerform2 h3 {
  font-size: 24px;
  color: #192967;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.bannerform1 p,
.bannerform2 p {
  font-size: 14px;
  color: #4c598c;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.bannerform1 .form,
.bannerform2 .form {
  text-align: center;
  position: relative;
}
.bannerform1 .form .label-box input,
.bannerform2 .form .label-box input {
  font-size: 14px;
  color: #575b62;
  letter-spacing: 0;
  line-height: 24px;
  width: 300px;
  height: 36px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}
.bannerform1 .form .label-box input:hover,
.bannerform1.form .label-box input:focus,
.bannerform2 .form .label-box input:hover,
.bannerform2.form .label-box input:focus {
  border-color: #29bece;
}

.bannerform1 .form .code,
.bannerform2 .form .code {
  display: inline-block;
  border-radius: 4px;
  margin-left: -5px;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
  background: #00adbb;
}
.bannerform1 .form .label-box input.code-input,
.bannerform2 .form .label-box input.code-input {
  width: 190px !important;
  margin-right: 10px;
}
.bannerform1 .form .label-box,
.bannerform2 .form .label-box {
  display: inline-block;
  margin-bottom: 15px;
}
.bannerform1 .form .code:hover,
.bannerform2 .form .code:hover {
  color: #fff;
  background-color: #45becd;
}
.bannerform1 .form .code.disabled,
.bannerform2 .form .code.disabled {
  /* opacity: 0.5; */
  cursor: no-drop;
}

.bannerform1 .form .tip-info,
.bannerform2 .form .tip-info {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: -1;
}
.bannerform1 .form .tip-info p,
.bannerform2 .form .tip-info p {
  color: #fa5151;
  text-align: left;
}
.bannerform1 .form .error,
.bannerform2 .form .error {
  border: 1px solid #fa5151 !important;
}
.bannerform1 .btn-box,
.bannerform2 .btn-box {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.bannerform1 .btn-box a,
.bannerform2 .btn-box a {
  width: 300px;
  height: 48px;
  line-height: 48px;
  float: none;
  margin-right: 0;
  display: inline-block;
}

@media (max-width: 978px) {
  .bannerform1,
  .bannerform2 {
    display: none;
  }
}

.introduce {
  height: 892px;
  background-color: #000 !important;
  background: url(../images/introduce-bg-01.png) 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;
}
.introduce .l-body .introduce-top-box .tab-list {
  text-align: center;
}
.introduce .l-body .introduce-top-box .tab-list .tab-item {
  width: 180px;
  height: 44px;
  background: rgba(221, 221, 221, 0.3);
  border-radius: 4px;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.introduce .l-body .introduce-top-box .tab-list .tab-item + .tab-item {
  margin-left: 30px;
}
.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;
}
.introduce .l-body .introduce-content-box {
  width: 100%;
}
.introduce .l-body .introduce-content-box .l-content {
  width: calc(100% - 260px);
  position: absolute;
  top: 104px;
  height: 476px;
  left: 200px;
  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: 120px;
  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: 200px;
  height: 476px;
  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: 200px;
  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;
}
.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: 146px;
  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(../images/introduce-bg-01.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: 45%;
    max-width: 160px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
  }
  .introduce .l-body .introduce-top-box .tab-list .tab-item + .tab-item {
    margin-left: 10px;
  }
  .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;
  }
  .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;
  }
  .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);
  }
}

.gallery {
  background: #f8f9fa;
  padding-bottom: 90px;
}
.gallery .l-body {
  position: relative;
}
.gallery .l-body .img-box {
  height: 175px;
  overflow: hidden;
  background-size: cover !important;
}
.gallery .l-body img {
  width: 100%;
  opacity: 0;
}
.gallery .l-body .swiper-slide {
}
.gallery .l-body .swiper-slide a {
  float: left;
  width: calc((100% - 60px) / 3);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 30px;
}
.gallery .l-body .swiper-slide a:last-child {
  margin-right: 0;
}
.gallery .l-body .swiper-slide h3 {
  font-size: 16px;
  color: #2d3e5c;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 20px;
  min-height: 48px;
  padding: 0 20px;
  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: #2d3e5c;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  padding: 0 20px;
  min-height: 40px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery .l-body .swiper-slide a:hover h3 {
  color: #4caab9;
}
.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: 30px;
  }
  .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;
  }
}
.banner {
  position: relative;
}

.brands {
  padding-top: 0;
  padding-bottom: 0;
  /* height: 0; */
  background: transparent;
  margin-top: -75px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.brands ul li {
  display: inline-block;
  text-align: left;
  margin-right: 20px;
  width: calc((100% - 80px) / 4);
  /* max-width: 320px; */
  padding: 23px 20px;
  background: #fff url(../images/brands-bg.png) right;
  background-size: cover;
  transition: all 0.3s;
  box-shadow: 0 20px 40px 0 rgba(153, 169, 191, 30%);
  border-radius: 8px;
}
.brands ul li:nth-child(1) {
  background: #fff url(../images/brands-bg-01.png) right;
  background-size: cover;
}
.brands ul li:nth-child(4) {
  background: #fff url(../images/brands-bg-02.png) right;
  background-size: cover;
}
.brands ul li:nth-child(3) {
  background: #fff url(../images/brands-bg-03.png) right;
  background-size: cover;
}
.brands ul li:nth-child(2) {
  background: #fff url(../images/brands-bg-04.png) right;
  background-size: cover;
}
.brands ul li:last-child {
  margin-right: 0;
}
.brands ul li h3 i {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -4px;
  position: absolute;
  left: 0;
  top: 6px;
  display: none;
}
.brands ul li h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  transition: all 0.3s;
  /* padding-left: 32px; */
  min-height: 56px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.brands ul li p {
  font-size: 14px;
  color: #00adbb;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brands ul li p i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/resource/more-h.svg) !important;
  background-size: 100% 100% !important;
  margin-left: 5px;
  margin-top: -3px;
}
.brands ul li:nth-child(1):hover {
  background: #fff url(../images/brands-bg-01-h.png) right;
  background-size: cover;
}
.brands ul li:nth-child(4):hover {
  background: #fff url(../images/brands-bg-02-h.png) right;
  background-size: cover;
}
.brands ul li:nth-child(3):hover {
  background: #fff url(../images/brands-bg-03-h.png) right;
  background-size: cover;
}
.brands ul li:nth-child(2):hover {
  background: #fff url(../images/brands-bg-04-h.png) right;
  background-size: cover;
}
.brands ul li:hover h3 {
  color: #fff;
}
.brands ul li:hover p {
  color: #fff;
}
.brands ul li:hover p i {
  background: url(../images/resource/more-white.svg) !important;
  background-size: 100% 100% !important;
}
.brands ul li:nth-child(1) h3 i {
  background: url(../images/brands-icon-01.png);
  background-size: 100% 100%;
}
.brands ul li:nth-child(2) h3 i {
  background: url(../images/brands-icon-02.png);
  background-size: 100% 100%;
}
.brands ul li:nth-child(3) h3 i {
  background: url(../images/brands-icon-03.png);
  background-size: 100% 100%;
}
.brands ul li:nth-child(4) h3 i {
  background: url(../images/brands-icon-04.png);
  background-size: 100% 100%;
}
@media (max-width: 1240px) {
}
@media (max-width: 978px) {
  .brands {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    margin-bottom: 30px;
    background: #f5f5f5;
    position: static;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-top: 0;
  }
  .brands ul li {
    float: left;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    transition: all 0.3s;
    border-radius: 8px;
    max-width: 100%;
    box-shadow: none;
  }
  .brands ul li:nth-child(even) {
    margin-right: 0;
  }
  .brands ul li h3 i {
    display: none;
  }
  .brands ul li h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    transition: all 0.3s;
  }
  .brands ul li p {
    font-size: 14px;
    /* color: #666; */
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .brands ul li:hover {
    background: url(../images/brands-bg-h.png) 200px;
    background-size: cover;
  }
  .brands ul li:hover h3 {
    color: #32adbb;
  }
}

.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: 45%;
  }
  .why .info-box .card:nth-child(2),
  .why .info-box .card:nth-child(4) {
    width: 55%;
  }
}

.matrix .img-box {
  padding-top: 60px;
  padding-bottom: 30px;
}
.matrix .img-box img {
  width: 100%;
}

.matrix .btn-box {
  text-align: center;
  margin-top: 10px;
}
.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%;
  }
}
