@import "../font-icon/style.css";
@import "../css/pdf.css";
.flex-item .desc p {
  font-size: 24px;
}
.flex-item .desc span {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.banner {
  background: url('../images/anti/Ditu.jpg') no-repeat;
  background-size: 2048px;
  height: auto;
  padding: 0;
}
.banner .top {
  align-items: center;
  padding: 30px 0;
}
.banner .top .banner-desc ul li {
  font-size: 18px;
}
.banner .top .banner-desc ul li span {
  margin-right: 30px;
  color: #fff;
  font-size: 18px;
}
.banner .bottom {
  background: #00000010;
}
.banner .bottom .flex-content {
  justify-content: center;
  padding: 20px 0;
}
.banner .bottom .flex-item {
  flex: 0 0 25%;
  height: 90px;
  align-items: flex-start;
  justify-content: center;
  border-right: 1px solid #ffffff10;
}
.banner .bottom .flex-item:last-child {
  border-right: none;
}
.banner .bottom .flex-item .pic {
  width: 34px;
  margin-left: 10px;
}
.banner .bottom .flex-item .desc {
  width: 65%;
  margin-left: 20px;
}
.banner .bottom .flex-item .desc p {
  margin-bottom: 5px;
  font-weight: 300;
}
.banner .bottom .flex-item .desc span {
  color: #fff;
  font-weight: 300;
}
.banner .btn-box .botton {
  display: flex;
  width: 140px;
  height: 40px;
  background: #fff;
  color: #448b5b;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.part-2 {
  background: #f8f8f8;
}
.part-2 .flex-content {
  justify-content: center;
  margin-top: 50px;
}
.part-2 .flex-content .flex-item {
  flex: 0 0 50%;
  -ms-flex: 0 0 39%;
  flex-wrap: wrap;
  padding: 0px 50px 10px;
}
.part-2 .flex-content .flex-item:nth-child(2n-1) {
  border-right: 1px solid #eaeaea;
}
.part-2 .flex-content .flex-item:nth-child(3) {
  border-top: 1px solid #eaeaea;
  padding: 30px 50px 10px;
}
.part-2 .flex-content .flex-item:nth-child(4) {
  border-top: 1px solid #eaeaea;
  padding: 30px 50px 10px;
}
.part-2 .flex-content .flex-item .title {
  font-size: 26px;
}
.part-2 .flex-content .flex-item .p2 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.part-2 .flex-content .flex-item .pic {
  display: flex;
  margin-top: 20px;
  align-self: flex-end;
}
.part-2 .flex-content .flex-item .pic .pic-box {
  text-align: center;
  margin-right: 30px;
}
.part-2 .flex-content .flex-item .pic .pic-box img {
  height: 24px;
}
.part-2 .flex-content .flex-item .pic .pic-box p {
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}
.part-3 .flex-item {
  max-width: 500px;
  flex-wrap: wrap;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  justify-content: center;
  padding: 50px;
  text-align: center;
}
.part-3 .flex-item .desc p {
  margin-bottom: 20px;
}
.part-3 .flex-item .pic {
  margin-top: 30px;
}
.part-4 {
  background: #f8f8f8;
}
.part-4 .flex-content {
  margin-top: 60px;
}
.part-4 .flex-content .flex-item {
  flex: 0 0 30%;
  -ms-flex: 0 0 24%;
  background: #fff;
  border: 1px solid #448b5b;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 50px 30px;
}
.part-4 .flex-content .flex-item .pic {
  width: 57px;
  height: 57px;
}
.part-4 .flex-content .flex-item .desc {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.part-4 .flex-content .flex-item .desc p {
  margin-bottom: 20px;
}
.review-3 {
  background: #448b5b;
}
.review-3 .part-desc h3 {
  color: #fff;
}
.review-3 .content {
  margin: auto;
  position: relative;
  z-index: 2;
}
.review-3 .content .swiper-pagination {
  width: 100%;
  margin-top: 5px;
}
.review-3 .content .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  background: #ffffff;
}
.review-3 .content .swiper-button-prev {
  width: 36px;
  right: 10px;
  left: auto;
  top: 15%;
  opacity: 0.5;
  outline: none;
}
.review-3 .content .swiper-button-prev::after {
  content: '';
  background: url('../images/pdf-ios/xia.svg') no-repeat;
  width: 36px;
  height: 36px;
  transform: rotate(180deg);
}
.review-3 .content .swiper-button-prev:hover {
  opacity: 1;
}
.review-3 .content .swiper-button-next {
  width: 36px;
  top: 75%;
  opacity: 0.5;
  outline: none;
}
.review-3 .content .swiper-button-next::after {
  content: '';
  background: url('../images/pdf-ios/xia.svg') no-repeat;
  width: 36px;
  height: 36px;
}
.review-3 .content .swiper-button-next:hover {
  opacity: 1;
}
.review-3 .content::before {
  content: url(../images/readweb/yinhao.svg);
  position: absolute;
  left: 0;
  top: -80px;
  z-index: -1;
}
.review-3 .content .swiper-container {
  width: 65%;
  margin-right: 115px;
  height: 170px;
}
.review-3 .content .swiper-container .flex-item {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.review-3 .content .swiper-container .flex-item .top {
  margin-bottom: 20px;
}
.review-3 .content .swiper-container .flex-item img {
  width: 37px;
  margin-right: 15px;
}
.review-3 .content .swiper-container .flex-item span {
  font-size: 16px;
  color: #fff;
}
.review-3 .content .swiper-container .flex-item .users {
  font-size: 18px;
}
.review-3 .content .swiper-container .flex-item p {
  color: #ffffff;
  font-size: 16px;
}
.list-row {
  padding: 10px 0;
  background: #EAEAEA;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.list-row.scroll {
  display: block;
}
.list-row .nav-l {
  display: flex;
  justify-content: space-between;
}
.list-row .nav-l .tel-qq {
  display: flex;
  align-items: center;
}
.list-row .nav-l .tel-qq .tel {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #2B3944;
}
.list-row .nav-l .tel-qq .icon-5 {
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
}
.list-row .nav-l .tel-qq .icon-5:before {
  font-size: 18px;
  position: absolute;
  left: 0px;
}
.list-row .nav-l .tel-qq .qq span {
  margin-left: 5px;
  margin-top: 1px;
}
@media screen and (max-width: 1200px) {
  .banner .banner-pic {
    width: 40%;
  }
  .part-3 .flex-item {
    flex: 0 0 45%;
    max-width: 500px;
  }
}
@media screen and (max-width: 960px) {
  .banner {
    background-size: cover;
  }
  .banner .top {
    justify-content: center;
  }
  .banner .top .banner-pic {
    margin-top: 20px;
  }
  .banner .bottom .flex-item {
    flex: 0 0 38%;
  }
  .banner .bottom .flex-item:nth-child(2) {
    border-right: none;
  }
  .list-row .nav-l {
    justify-content: flex-end;
  }
  .list-row .nav-l .pro-nav {
    display: none;
  }
  .btn-box {
    justify-content: center;
  }
  .part-2 .flex-content {
    margin-top: 20px;
  }
  .part-2 .flex-content .flex-item {
    flex: 100%;
    padding: 30px 50px 10px;
  }
  .part-2 .flex-content .flex-item:nth-child(2n-1) {
    border-right: none;
  }
  .part-2 .flex-content .flex-item:nth-child(3) {
    border-top: none;
  }
  .part-2 .flex-content .flex-item:nth-child(4) {
    border-top: none;
  }
  .part-4 .flex-content {
    margin-top: 30px;
  }
  .part-4 .flex-content .flex-item {
    flex: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .review-3 .content {
    padding: 0px 0 50px;
  }
  .review-3 .content .swiper-container {
    width: 80%;
  }
  .review-3 .content .swiper-container .flex-item {
    align-items: center;
    text-align: center;
  }
  .review-3 .content::before {
    content: url(../images/readweb/yinhao.svg);
    position: absolute;
    left: calc((100% - 212px)/2);
    top: -20px;
    z-index: -1;
  }
  .review-3 .content .swiper-container {
    margin-right: auto;
    height: auto;
  }
  .review-3 .content .swiper-button-next {
    width: 36px;
    top: auto;
    bottom: 0;
    left: 54%;
    right: auto;
    opacity: 0.7;
    outline: none;
  }
  .review-3 .content .swiper-button-next::after {
    transform: rotate(180deg);
  }
  .review-3 .content .swiper-button-prev {
    right: 54%;
    left: auto;
    top: auto;
    bottom: 0;
  }
  .review-3 .content .swiper-button-prev::after {
    transform: rotate(0);
  }
  .list-row .nav-l {
    justify-content: center;
  }
  .list-row .nav-l .tel-qq {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
  }
  .banner .top .banner-pic {
    margin-top: 0;
    width: 80%;
  }
  .banner .top .banner-desc ul li span {
    display: block;
  }
  .banner .bottom .flex-item {
    flex: 100%;
    border-right: none;
  }
  .part-2 .flex-content .flex-item {
    flex: 100%;
    padding: 30px 20px 10px;
  }
  .part-2 .flex-content .flex-item:nth-child(3) {
    padding: 30px 20px 10px;
  }
  .part-2 .flex-content .flex-item:nth-child(4) {
    padding: 30px 20px 10px;
  }
  .part-2 .flex-content .flex-item .pic {
    width: 100%;
  }
  .part-2 .flex-content .flex-item .pic .pic-box {
    text-align: center;
    margin-right: 0;
    flex: 0 0 20%;
  }
  .part-3 .flex-item {
    flex: 100%;
    padding: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  .part-2 .flex-content .flex-item .pic {
    width: 100%;
  }
  .part-2 .flex-content .flex-item .pic .pic-box {
    text-align: center;
    margin-right: 30px;
    flex: 0 1 15%;
  }
}
