﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

.app-box a, .app-box span, .app-box i {
  text-decoration: none;
  font-style: normal;
}

.app-box div, .app-box li, .app-box ul {
  box-sizing: border-box;
}

.app-box li {
  list-style: none;
}

.app-box img {
  vertical-align: middle;
}

.qhy-item img {
    width: auto!important;
}

.app-box {
  width: 100%;
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto;
}

.app-box .app-xian {
  width: 24px;
  height: 2px;
  background-color: #1977f3;
  margin: 17px auto 0;
}

.app-banner {
  width: 100%;
  text-align: center;
  position: relative;
}

.app-banner > a {
  display: block;
  width: 100%;
  height: 100%;
}

.app-banner > a img {
  width: 100%;
  max-height: 100%;
}

.app-b-fl {
  width: 100%;
  padding: 0 15px;
}

.app-b-fl .app-b-box {
  position: relative;
  bottom: 37.5px;
  width: 100%;
  height: 75px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 10px 27px rgba(150, 167, 188, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2px;
}

.app-b-fl .app-b-box li {
  position: relative;
  font-size: 18px;
  color: #1977f3;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}

.app-b-fl .app-b-box li::after {
  content: '';
  display: block;
  width: 2px;
  height: 55px;
  background-color: #dddddd;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.app-b-fl .app-b-box li:last-child::after {
  display: none;
}

.app-b-fl .app-b-box li p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
}

.app-why {
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
}

.app-why h2 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  color: #333;
}

.app-why p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.app-xq {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0 15px 55px;
  margin-top: 42px;
}

.app-xq h2 {
  font-size: 22px;
  line-height: 30px;
  color: #333;
  font-weight: normal;
}

.app-xq .app-xq-i {
  width: 203px;
  margin: 20px auto 35px;
}

.app-xq .app-xq-i img {
  width: 100%;
}

.app-xq p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: left;
}

.app-xq a {
  display: block;
  width: 140px;
  height: 35px;
  background-color: #1977f3;
  margin: 32px auto 0;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 10px 20px rgba(25, 119, 243, 0.3);
}

.app-qhy {
  position: relative;
  width: 100%;
  height: 610px;
  background: url(../img/app-banner2.jpg) no-repeat;
  background-size: cover;
  padding-top: 30px;
}

.app-qhy .qhy-pagination {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.app-qhy .swiper-pagination-bullet {
  margin: 0 3px;
  background: #333;
  outline: none;
  border: 0;
}

.app-qhy .swiper-pagination-bullet-active {
  background: #1977f3;
}

.app-qhy h2 {
  font-size: 22px;
  color: #333;
  font-weight: normal;
  text-align: center;
}

.app-qhy .app-xian {
  margin: 10px auto 20px;
}

.qhy-item {
  width: 100%;
  height: 468px;
  background: url(../img/qhy-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 20px 5px 20px 10px;
  box-shadow: 0 10px 30px rgba(198, 208, 220, 0.5);
}

.qhy-item .qhy-title img {
  vertical-align: top;
}

.qhy-item .qhy-title span {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-left: -6px;
}

.qhy-item > p {
  font-size: 12px;
  line-height: 22px;
  color: #666;
  padding: 0 5px 0 12px;
}

.qhy-item .qhy-al {
  overflow: hidden;
  margin-top: -5px;
}

.qhy-item .qhy-al .qhy-i {
  float: left;
  width: 60px;
}

    .qhy-item .qhy-al .qhy-i img {
        width: 100% !important;
    }

.qhy-item .qhy-show {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.qhy-item .qhy-show li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.qhy-item .qhy-show li .qhy-i {
  width: 100%;
  height: 27px;
  text-align: center;
}

.qhy-item .qhy-show li .qhy-i img {
  max-width: 30%;
}

.qhy-item .qhy-show li p {
  font-size: 12px;
  line-height: 22px;
  color: #666;
}

.app-xz {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 30px;
}

.app-xz h2 {
  font-size: 22px;
  line-height: 30px;
  color: #333;
  text-align: center;
  font-weight: normal;
}

.app-xz .app-xz-i {
  width: 345.5px;
  margin: 30px auto;
}

.app-xz .app-xz-i img {
  width: 100%;
  margin-left: -5px;
}

.app-xz h4 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

.app-xz h5 {
  font-size: 15px;
  font-weight: normal;
  color: #1977f3;
  text-align: center;
  margin: 15px 0;
}

.app-xz h5 em {
  font-weight: bold;
  font-style: normal;
}

.app-xz p {
  font-size: 14px;
  color: #758296;
  line-height: 24px;
  padding: 0 15px;
}

.app-xz p em {
  color: #1977f3;
  font-style: normal;
}

.app-xz a {
  display: block;
  margin: 32px auto 60px;
  width: 200px;
  height: 35px;
  background: #1977f3;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  line-height: 35px;
  box-sizing: border-box;
  padding-left: 14px;
  box-shadow: 0 10px 20px rgba(25, 119, 243, 0.3);
}

.app-lc {
  width: 100%;
  overflow: hidden;
  background: #f5f6f8;
  padding: 35px 15px 15px;
}

.app-lc .app-fl {
  float: left;
  width: 66.5px;
}

.app-lc .app-fl img {
  width: 100%;
}

.app-lc .app-fr {
  float: left;
  width: calc(100% - 67px);
  padding-left: 18px;
}

.app-lc .app-fr .app-lc-r {
  width: 100%;
  height: 75px;
  background: #fff;
  border-radius: 20px 5px 20px 5px;
  box-shadow: 0 10px 14px rgba(210, 218, 229, 0.35);
  padding: 2px 11px 0 11px;
  overflow: hidden;
  margin-bottom: 15px;
}

.app-lc .app-fr .app-lc-r h5 {
  font-size: 15px;
  line-height: 15px;
  color: #333;
  margin: 10px 0 5px;
  font-weight: normal;
}

.app-lc .app-fr .app-lc-r p {
  font-size: 14px;
  line-height: 18px;
  color: #758296;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.app-al {
  width: 100%;
  padding: 60px 0 35px;
}

.app-al .app-al-y {
  position: relative;
  padding-bottom: 10px;
}

.app-al .app-al-y .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.app-al .app-al-y .swiper-pagination-bullet {
  margin: 0 3px;
  background: #333;
  outline: none;
  border: 0;
}

.app-al .app-al-y .swiper-pagination-bullet-active {
  background: #1977f3;
}

.app-al h2 {
  font-size: 22px;
  color: #333;
  text-align: center;
  font-weight: normal;
}

.app-al .app-xian {
  margin: 10px auto 25px;
}

.app-al .slide-two {
  height: 300px;
}

.app-al .slide-two .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.al-box-big {
  width: 48%;
}

.al-box {
  padding-bottom: 24px;
  box-shadow: 0 6px 15px rgba(192, 208, 220, 0.35);
  text-align: center;
  margin: 0 auto;
}

.al-box img {
  width: 99%;
  margin-bottom: 13px;
}

.al-box h5 {
  font-size: 14px;
  line-height: 21px;
  color: #333;
}

.al-box .al-xian {
  width: 14px;
  height: 1.5px;
  background: #999;
  margin: 13px auto;
}

.al-box p {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  text-align: center;
}

.al-box a {
  display: block;
  width: 114px;
  height: 28.5px;
  border-radius: 14.2px;
  border: 1px solid #dddddd;
  line-height: 28.5px;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 25px auto 0;
  transition: all .2s linear;
  box-sizing: border-box;
}

.app-sl {
  width: 100%;
  padding: 0 15px;
}

.app-sl h2 {
  font-size: 22px;
  color: #333;
  text-align: center;
  font-weight: normal;
}

.app-sl .app-xian {
  margin: 10px auto 28px;
}

.app-sl .app-sl-t {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2%;
}

.app-sl .app-sl-t .sl-t-l {
  position: relative;
  width: 49%;
}

.app-sl .app-sl-t .sl-t-l img {
  width: 100%;
}

.app-sl .app-sl-t .sl-t-l .sl-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.app-sl .app-sl-t .sl-t-l .sl-text p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.app-sl .app-sl-t .sl-t-l .sl-text h5 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 25px;
}

.app-sl .app-sl-c {
  width: 100%;
  margin-bottom: 2%;
  position: relative;
}

.app-sl .app-sl-c img {
  width: 100%;
}

.app-sl .app-sl-c .sl-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.app-sl .app-sl-c .sl-text p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.app-sl .app-sl-c .sl-text h5 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 25px;
}

.app-sl .app-sl-b {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app-sl .app-sl-b .sl-b-l {
  width: 47%;
}

.app-sl .app-sl-b .sl-b-l .sl-b-i {
  position: relative;
  width: 100%;
  margin-bottom: 4%;
}

.app-sl .app-sl-b .sl-b-l .sl-b-i img {
  width: 100%;
}

.app-sl .app-sl-b .sl-b-l .sl-b-i .sl-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.app-sl .app-sl-b .sl-b-l .sl-b-i .sl-text p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  padding: 0 15px;
}

.app-sl .app-sl-b .sl-b-l .sl-b-i .sl-text h5 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 35px;
}

.app-sl .app-sl-b .sl-b-r {
  width: 51%;
}

.app-sl .app-sl-b .sl-b-r .sl-b-i {
  position: relative;
  width: 100%;
  margin-bottom: 4%;
}

.app-sl .app-sl-b .sl-b-r .sl-b-i img {
  width: 100%;
}

.app-sl .app-sl-b .sl-b-r .sl-b-i .sl-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.app-sl .app-sl-b .sl-b-r .sl-b-i .sl-text p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.app-sl .app-sl-b .sl-b-r .sl-b-i .sl-text h5 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 12px;
}

.app-hhr {
  width: 100%;
  padding: 50px 15px 20px;
}

.app-hhr h2 {
  font-size: 22px;
  color: #333;
  text-align: center;
  font-weight: normal;
}

.app-hhr .app-xian {
  margin: 10px auto 28px;
}

.app-hhr ul {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.app-hhr ul li {
  width: 23%;
  height: 56.8px;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-hhr ul li img {
  max-width: 60%;
}

.app-lx {
  width: 100%;
  height: 396.5px;
  background: url(../img/app-lx.png) no-repeat;
  background-size: cover;
  padding: 40px 15px 50px;
}

.app-lx h2 {
  font-size: 22px;
  color: #333;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}

.app-lx p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  text-align: center;
  font-weight: normal;
}

.app-lx .app-inp {
  width: 290px;
  height: 35px;
  margin: 0 auto 17px;
}

.app-lx .app-inp input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  border-radius: 17.5px;
  padding-left: 20px;
  outline: none;
}

.app-lx a {
  display: block;
  width: 290px;
  height: 35px;
  border-radius: 17.5px;
  background: #1977f3;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 25px;
}

.silder-one {
  height: 500px;
  padding-left: 15px!important;
}

#qhyny li {
  width: 33.3%;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .app-lc .app-fr .app-lc-r p {
    font-size: 12px;
  }
  .app-sl h5 {
    margin-bottom: 3px !important;
  }
  .app-lx p {
    font-size: 14px;
  }
  .qhy-item .qhy-al .qhy-i {
    width: 56px;
  }
  #qhy-tx {
    margin-top: 0 !important;
  }
  .app-al .app-al-y .swiper-pagination {
    bottom: 10px;
  }
  .app-sl .app-sl-b .sl-b-r .sl-b-i .sl-text p, .app-sl .app-sl-b .sl-b-l .sl-b-i .sl-text p {
    font-size: 12px;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .app-lc .app-fr .app-lc-r p {
    font-size: 13px;
  }
  .app-sl h5 {
    margin-bottom: 5px !important;
  }
  .qhy-item > p {
    padding: 0 5px 0 10px;
  }
}

@media (min-width: 400px) {
  .app-al .app-al-y {
    padding-bottom: 15px;
  }
}

@media (min-width: 480px) {
  .app-hhr ul li {
    height: 70px;
  }
  .app-al .slide-two {
    height: 320px;
  }
  .app-sl .app-sl-c .sl-text h5 {
    margin-top: 45px;
  }
  .app-sl .app-sl-t .sl-t-l .sl-text h5 {
    margin-top: 40px;
  }
  .app-sl .app-sl-b .sl-b-l .sl-b-i .sl-text h5 {
    margin-top: 65px;
  }
  .app-sl .app-sl-b .sl-b-r .sl-b-i .sl-text h5 {
    margin-top: 25px;
  }
}

@media (min-width: 540px) {
  .app-al .app-al-y {
    padding-bottom: 30px;
  }
}

@media (min-width: 749px) {
  .app-al .slide-two {
    height: 380px;
  }
  .app-sl .app-sl-t .sl-t-l .sl-text h5 {
    margin-top: 60px;
    font-size: 26px;
  }
  .app-sl .app-sl-t .sl-t-l .sl-text p, .app-sl .app-sl-c .sl-text p, .app-sl .app-sl-b .sl-b-l .sl-b-i .sl-text p, .app-sl .app-sl-b .sl-b-r .sl-b-i .sl-text p {
    font-size: 20px;
    line-height: 34px;
  }
  .app-sl .app-sl-c .sl-text h5 {
    font-size: 26px;
    margin-top: 80px;
  }
  .app-sl .app-sl-b .sl-b-l .sl-b-i .sl-text h5 {
    font-size: 26px;
    margin-top: 110px;
  }
  .app-sl .app-sl-b .sl-b-r .sl-b-i .sl-text h5 {
    font-size: 26px;
    margin-top: 45px;
  }
  .app-hhr ul li {
    height: 90px;
  }
  .qhy-item .qhy-show {
    margin-left: -25px;
  }
}
.app-inp input::-webkit-input-placeholder {
  color: #666;
  font-size: 12px;
}