body {
  font-family: SourceHanSansCN;
  max-width: 750px;
  margin: 0 auto;
}

h1, h2, h3, h4, p {
  margin: 0;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.zixun-btn-box {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.zixun-btn-box .zixun-btn {
  background-color: #f9bb0b;
  color: #ffffff;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zixun-btn-box .zixun-btn img {
  width: 0px;
  height: 0px;
  display: inline-block;
  transition: width 0.5s ease;
}
.zixun-btn-box .zixun-btn:hover img {
  width: 29px;
  height: 16px;
  margin-left: 10px;
}

.banner .banner {
  width: 100%;
  height: auto;
  display: block;
}

section {
  padding: 0 15px;
}
section .section-title {
  text-align: center;
  font-size: 26px;
  position: relative;
  font-weight: 700;
  padding: 25px 0 15px;
  color: #333;
}
section .section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background-color: #fabd0d;
}

.first-section h3 {
  color: #333;
  text-align: center;
  font-size: 22px;
  line-height: 44px;
  font-weight: 700;
}
.first-section .top-content {
  background: #e7f0fc;
  border-radius: 10px;
  padding: 20px 0 35px;
  margin-top: 30px;
}
.first-section .top-content p {
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
.first-section .top-content .top-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 0 40px;
  margin-top: 30px;
}
.first-section .top-content .top-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  left: 0;
  top: 50%;
  z-index: 1;
  display: none;
}
.first-section .top-content .top-list .list-item1 {
  width: 100%;
}
.first-section .top-content .top-list .list-item1 .item h4 {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.first-section .top-content .top-list .list-item1 .item h4 img {
  display: block;
  width: 35px;
  height: auto;
  border-radius: 50%;
  margin-right: 20px;
}
.first-section .top-content .top-list .list-item1 .item p {
  text-align: start;
}
.first-section .top-content .top-list .list-item1 .item1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.first-section .top-content .top-list .list-item1 .item1 h4 {
  margin-bottom: 10px;
}
.first-section .top-content .top-list .list-item1 .item2 h4 {
  margin-top: 10px;
}
.first-section .top-content .top-list .list-item2 {
  width: 100%;
  padding-top: 25px;
  position: relative;
  z-index: 2;
}
.first-section .top-content .top-list .list-item2 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
  max-width: 200px;
  margin: 0 auto;
}
.first-section .top-content .top-list .list-item3 .item h4 {
  justify-content: flex-end;
}
.first-section .top-content .top-list .list-item3 .item p {
  text-align: end;
}
.first-section .top-content .top-list .list-item3 .item img {
  margin-left: 20px;
  margin-right: 0 !important;
}
.first-section .bottom-content .bottom-item {
  background: #e7f0fc;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 30px;
}
.first-section .bottom-content .bottom-item h3 {
  text-align: start;
}
.first-section .bottom-content .bottom-item table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
}
.first-section .bottom-content .bottom-item table tr td {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  border: 1px solid #b8b8b8;
  padding: 5px 10px;
  text-align: center;
}
.first-section .bottom-content .bottom-item1 p {
  color: #666;
  font-size: 16px;
  line-height: 32px;
  margin-top: 5px;
}
.first-section .bottom-content .bottom-item1 table tr td {
  padding: 7px;
}

.second-section {
  padding: 10px 0 30px;
  position: relative;
}
.second-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 45%;
  background: #004ca9;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.second-section .mySwiper1 {
  margin-top: 40px;
  width: 100%;
  padding-bottom: 80px;
}
.second-section .mySwiper1 .swiper-slide {
  position: relative;
  width: 220px;
  box-sizing: border-box;
}
.second-section .mySwiper1 .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.second-section .mySwiper1 .swiper-slide .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: start;
  color: #fff;
  padding: 20px;
}
.second-section .mySwiper1 .swiper-slide .text-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.second-section .mySwiper1 .swiper-slide .text-box p {
  font-size: 16px;
  line-height: 30px;
}
.second-section .mySwiper1 .swiper-button-next::after {
  background: url(/static/special/images/lvfantu/app_icon2.png) no-repeat;
  background-size: 100% 100%;
}
.second-section .mySwiper1 .swiper-button-prev::after {
  background: url(/static/special/images/lvfantu/app_icon1.png) no-repeat;
  background-size: 100% 100%;
}
.second-section .mySwiper1 .swiper-button-next::after, .second-section .mySwiper1 .swiper-button-prev::after {
  content: "";
}
.second-section .mySwiper1 .swiper-button-next, .second-section .mySwiper1 .swiper-button-prev {
  bottom: 0;
  top: auto;
  opacity: 1;
}
.second-section .mySwiper1 .swiper-button-next, .second-section .mySwiper1 .swiper-button-prev, .second-section .mySwiper1 .swiper-button-next::after, .second-section .mySwiper1 .swiper-button-prev::after {
  width: 42px;
  height: 42px;
}
.second-section .mySwiper1 .swiper-button-next {
  right: 42%;
}
.second-section .mySwiper1 .swiper-button-prev {
  left: 42%;
}

.fourth-section {
  margin-top: 30px;
}
.fourth-section .fourth-content .fourth-left {
  background-color: #e5f0ff;
  height: 100%;
}
.fourth-section .fourth-content .fourth-left h2 {
  color: #333;
  font-weight: bold;
}
.fourth-section .fourth-content .fourth-left p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.fourth-section .fourth-content .fourth-left .fourth-btn {
  position: relative;
  display: table;
  line-height: 1;
  background-color: #f9bb0b;
  color: #ffffff;
  border-radius: 2px;
}
.fourth-section .fourth-content .fourth-left .fourth-btn img {
  width: 0px;
  height: 0px;
  display: inline-block;
  transition: width 0.5s ease;
}
.fourth-section .fourth-content .fourth-left .fourth-btn:hover img {
  width: 25px;
  height: 13px;
  margin-left: 10px;
}
.fourth-section .fourth-content .fourth-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fourth-section .fourth-content .fourth-right .right-item {
  width: 48%;
  background-color: #ecf5f9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
.fourth-section .fourth-content .fourth-right .right-item span {
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 0px;
  right: 15px;
  color: #e6edf3;
  font-family: Impact;
  z-index: 0;
  font-style: italic;
}
.fourth-section .fourth-content .fourth-right .right-item .service-item {
  background: #ecf5f9;
  border-radius: 50%;
  box-shadow: 1px 1px 16px 0px rgba(20, 26, 63, 0.06);
  width: 140px;
  height: 140px;
  padding: 9px;
}
.fourth-section .fourth-content .fourth-right .right-item .service-item .service-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.fourth-section .fourth-content .fourth-right .right-item .service-item .service-bg img {
  width: 48px;
  height: 48px;
}
.fourth-section .fourth-content .fourth-right .right-item .service-item .service-bg .icon-2 {
  display: none;
}
.fourth-section .fourth-content .fourth-right .right-item .service-item .service-bg p {
  color: #1f1e1e;
  margin-top: 5px;
  font-size: 18px;
}
.fourth-section .fourth-content .fourth-right .right-item:hover .service-item {
  border: dashed 1px rgba(63, 81, 181, 0.5);
}
.fourth-section .fourth-content .fourth-right .right-item:hover .service-item .service-bg {
  background: #3b4fa1;
}
.fourth-section .fourth-content .fourth-right .right-item:hover .service-item .service-bg .icon-1 {
  display: none;
}
.fourth-section .fourth-content .fourth-right .right-item:hover .service-item .service-bg .icon-2 {
  display: block;
}
.fourth-section .fourth-content .fourth-right .right-item:hover .service-item .service-bg p {
  color: #fff;
}

.product-section {
  background: url(/static/special/images/lvfantu/pro_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 0px 0 35px;
  margin-top: 30px;
}
.product-section .section-title {
  color: #fff;
}
.product-section .product-content {
  margin-top: 30px;
}
.product-section .product-content .content-left {
  background: #004ca9;
  display: flex;
  flex-wrap: wrap;
}
.product-section .product-content .content-left .item {
  color: #fff;
  opacity: 0.51;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
}
.product-section .product-content .content-left .item h3 {
  font-size: 22px;
  line-height: 36px;
}
.product-section .product-content .content-left .item p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 5px;
}
.product-section .product-content .content-left .active {
  opacity: 1;
}
.product-section .product-content .content-left .active p {
  margin-top: 0;
}
.product-section .product-content .content-left .active h3 {
  position: relative;
  padding-bottom: 20px;
  opacity: 1;
}
.product-section .product-content .content-left .active h3::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 120%;
  height: 30px;
  transform: translateX(-50%);
  border-radius: 10px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(9, 128, 255, 0.8) 100%);
  z-index: 0;
}
.product-section .product-content .content-right .item {
  display: none;
}
.product-section .product-content .content-right .item .item-top {
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 30px;
}
.product-section .product-content .content-right .item .item-top p {
  color: #666;
  font-size: 16px;
  line-height: 36px;
}
.product-section .product-content .content-right .item .item-top .top-list1 {
  width: 100%;
  margin-bottom: 10px;
}
.product-section .product-content .content-right .item .item-top .top-list1 p {
  position: relative;
  padding-left: 30px;
}
.product-section .product-content .content-right .item .item-top .top-list1 p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 18px;
  background: url(/static/special/images/lvfantu/dui.jpg) no-repeat center center;
}
.product-section .product-content .content-right .item .item-top .top-list2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-section .product-content .content-right .item .item-top .top-list2 p {
  width: 33.33333%;
  position: relative;
  padding-left: 20px;
}
.product-section .product-content .content-right .item .item-top .top-list2 p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #fabd0d;
}
.product-section .product-content .content-right .item .item-bottom {
  width: 100%;
}
.product-section .product-content .content-right .item .item-bottom .mySwiper2 {
  width: 100%;
}
.product-section .product-content .content-right .item .item-bottom .mySwiper2 .swiper-slide {
  width: 100%;
}
.product-section .product-content .content-right .item .item-bottom .mySwiper2 .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.product-section .product-content .content-right .item .item-bottom .mySwiper2 .swiper-button-next, .product-section .product-content .content-right .item .item-bottom .mySwiper2 .swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 5px;
}
.product-section .product-content .content-right .item .item-bottom .mySwiper2 .swiper-button-next::after, .product-section .product-content .content-right .item .item-bottom .mySwiper2 .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.product-section .product-content .content-right .item .item-bottom .mySwiper2 .swiper-button-next {
  background: #1d69da;
  right: 20px;
}
.product-section .product-content .content-right .item .item-bottom .mySwiper2 .swiper-button-prev {
  background: #f9bb0b;
  left: 20px;
}
.product-section .product-content .content-right .active {
  display: block;
}

.case-section .case-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-section .case-list .case-item {
  width: 100%;
  margin-bottom: 30px;
}
.case-section .case-list .case-item:hover .case-img img {
  transform: scale(1.05);
}
.case-section .case-list .case-item .case-img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.case-section .case-list .case-item .case-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease;
}
.case-section .case-list .case-item .case-info {
  background: #f5faff;
  padding: 15px 20px 20px;
  font-size: 16px;
}
.case-section .case-list .case-item .case-info .case-title {
  font-size: 22px;
  line-height: 32px;
  color: #333;
  font-weight: 700;
}
.case-section .case-list .case-item .case-info p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0 15px;
}
.case-section .case-list .case-item .case-info .more-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background: #004ca9;
}
.case-section .case-list .case-item .case-info .more-btn1 {
  margin-right: 15px;
  background: #f9bb0b;
}
.case-section .case-list .case-item .case-info .more-btn1 img {
  display: block;
  margin-left: 10px;
}

.about-section {
  background: url(/static/special/images/lvfantu/about_bg.jpg) no-repeat left center;
  background-size: cover;
  padding: 30px 15px;
  display: flex;
  justify-content: flex-end;
}
.about-section .about-content {
  width: 100%;
  background: rgba(0, 76, 169, 0.8);
  border-radius: 10px;
  padding: 5px 30px 30px;
}
.about-section .about-content .section-title {
  color: #fff;
  text-align: start;
}
.about-section .about-content .section-title::before {
  background-color: #fff;
  left: 0;
  transform: translateX(0);
}
.about-section .about-content p {
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .zixun-btn-box .zixun-btn {
    padding: 10px 30px;
    font-size: 16px;
  }
  .first-section .top-content {
    padding: 20px 20px 30px;
  }
  .first-section .top-content .top-list {
    padding: 0;
  }
  .first-section .bottom-content .bottom-item {
    padding: 20px;
  }
  .second-section {
    padding: 0px 0px 25px;
  }
  .second-section .mySwiper1 {
    margin-top: 30px;
  }
  .second-section .mySwiper1 .swiper-button-next {
    right: 39%;
  }
  .second-section .mySwiper1 .swiper-button-prev {
    left: 39%;
  }
  .fourth-section .fourth-content {
    margin-top: -5px;
  }
  .fourth-section .fourth-content .fourth-left {
    padding: 20px;
  }
  .fourth-section .fourth-content .fourth-left h2 {
    font-size: 24px;
  }
  .fourth-section .fourth-content .fourth-left .fourth-btn {
    margin-top: 20px;
    font-size: 16px;
    padding: 12px 30px;
  }
  .fourth-section .fourth-content .fourth-right .right-item {
    height: 180px;
  }
  .product-section .product-content .content-right .item .item-top .top-list2 p {
    width: 50%;
  }
  .case-section {
    padding-bottom: 0px;
  }
  .liuyan {
      margin-top: 30px;
  }
}
@media (min-width: 576px) {
  .zixun-btn-box .zixun-btn {
    padding: 10px 65px;
    font-size: 18px;
  }
  .fourth-section .fourth-content {
    margin-top: 1px;
  }
  .fourth-section .fourth-content .fourth-left {
    padding: 30px;
  }
  .fourth-section .fourth-content .fourth-left h2 {
    font-size: 28px;
  }
  .fourth-section .fourth-content .fourth-left .fourth-btn {
    margin-top: 20px;
    padding: 14px 30px;
    font-size: 18px;
  }
  .fourth-section .fourth-content .fourth-right .right-item {
    height: 200px;
  }
}
@media (min-width: 670px) {
  .first-section .top-content .top-list {
    padding: 0 30px;
  }
  .first-section .top-content .top-list .list-item1 {
    width: 35%;
  }
  .first-section .top-content .top-list .list-item2 {
    width: 30%;
  }
  .product-section .product-content .content-left .item {
    width: 50%;
    padding: 20px 10px;
  }
  .fourth-section .fourth-content .fourth-right .right-item {
    margin-top: 30px;
  }
}/*# sourceMappingURL=special_wap.css.map */