@import "../css/pdf.css";
.banner {
  background: url('../images/filejiami/banner-bg.jpg') center no-repeat;
}
.banner .flex-container {
  align-items: center;
}
.banner .banner-desc {
  width: 45%;
}
.banner .banner-pic {
  width: 43%;
}
.part-2 {
  background: #f8f8f8;
}
.part-2 .flex-item {
  width: 333px;
  height: 333px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #efefef;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 0 30px;
  margin-top: 50px;
}
.part-2 .flex-item p {
  font-size: 24px;
  color: #448b5b;
  margin-top: 20px;
  margin-bottom: 20px;
}
.part-2 .flex-item span {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.part-3 .table-box .table {
  text-align: center;
}
.part-3 .table-box .table tr th {
  background: #f8f8f8;
  text-align: center;
  color: #377d4e;
  font-weight: 500;
}
.part-3 .table-box .table tr td {
  font-weight: bold;
  color: #666666;
  border: 1px solid #ececec;
}
.part-3 .table-box .table tr td img {
  width: 14px;
}
.part-3 .table-box .table thead tr th {
  background: #ececec;
  color: #666666;
  padding: 15px;
  text-align: center;
  width: 30%;
  border: 1px solid #ececec;
}
.part-3 .table-box .table thead tr th:last-child {
  background: #448b5b;
  color: #fff;
}
.part-3 .table-box .table thead tr th:first-child {
  background: #f8f8f8;
}
.part-4 {
  background: #448b5b;
}
.part-4 .part-desc h3 {
  color: #fff;
}
.part-4 .content .flex-item {
  background: #4d9565;
  border-radius: 40px;
  padding: 50px 0;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}
.part-4 .content .flex-item .desc {
  width: 36%;
  color: #fff;
}
.part-4 .content .flex-item .desc p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}
.part-4 .content .flex-item .desc span {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
.part-4 .content .flex-item .desc ul {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 20px;
}
.part-4 .content .flex-item .desc ul li {
  font-size: 16px;
  margin-top: 10px;
}
.part-4 .content .flex-item .pic {
  width: 45%;
}
.part-5 .flex-content .item {
  text-align: center;
}
.part-5 .flex-content .item p {
  font-size: 20px;
  margin-top: 10px;
  color: #666666;
}
@media screen and (max-width: 960px) {
  .banner {
    background: url('../images/filejiami/banner-m.jpg') center no-repeat;
    background-size: cover;
  }
  .banner .flex-container {
    justify-content: center;
  }
  .banner .banner-desc {
    width: 100%;
  }
  .banner .banner-pic {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .part-3 .flex-content .flex-item {
    flex: 100%;
  }
  .part-4 .content .flex-item {
    flex-wrap: wrap-reverse;
    flex: 100%;
  }
  .part-4 .content .flex-item:first-child {
    flex-wrap: wrap;
  }
  .part-4 .content .flex-item .desc {
    width: 80%;
  }
  .part-4 .content .flex-item .pic {
    width: 80%;
    margin-top: 20px;
  }
  .part-5 .flex-content .item {
    text-align: center;
    margin-top: 20px;
  }
}
