body {
  font-family: Microsoft Yahei, arial, SimSun, Tahoma, Helvetica, STHeiti, sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

section .title {
  font-weight: 800;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  position: relative;
}
section .title::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 5px;
  background-color: #2a63d7;
}
section .text {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  hyphens: auto;
}

.first-section {
  padding: 30px 0 40px;
  background: #ebf2ff;
}
.first-section .first-content {
  margin-top: 40px;
}
.first-section .first-content .first-left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-top: 10px;
}
.first-section .first-content .first-left ul li {
  width: 100%;
  position: relative;
  padding-left: 20px;
}
.first-section .first-content .first-left ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #2a63d7;
  border-radius: 50%;
}
.first-section .first-content .first-right {
  margin-top: 25px;
}
.first-section .first-content .first-right img {
  width: 100%;
  height: auto;
  display: block;
}
.first-section .first-content .first-right .text {
  text-align: center;
  margin-top: 10px;
}

.new-section {
  padding: 30px 0 40px;
}
.new-section .new-list {
  margin-top: 45px;
}
.new-section .new-list .new-item img { 
  display: block;
  width: 100%;
  height: auto;
}
.new-section .new-list .new-item h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
}
.new-section .new-list .new-item .text {
  text-align: center;
  margin-top: 10px;
}
.new-section .new-list .new-item .btn1 {
  width: 215px;
  height: 50px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  background: #2a63d7;
  border-radius: 15px;
  margin: 15px auto 0;
}

.second-section {
  padding: 30px 0 40px;
  background: #ebf2ff;
}
.second-section .second-content {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.second-section .second-content .second-item {
  width: 100%;
  border-radius: 12px;
  padding: 30px 25px;
  background: #fff;
  box-shadow: 0 0 10px rgba(42, 99, 215, 0.1);
}
.second-section .second-content .second-item h3 {
  font-size: 20px;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.second-section .second-content .second-item .text {
  text-align: center;
  margin-top: 10px;
}

.third-section {
  padding: 30px 0 40px;
}
.third-section .third-content {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.third-section .third-content .content-item {
  border-radius: 12px;
  padding: 30px 15px;
  background: #ebf2ff;
}
.third-section .third-content .third-item h3 {
  font-size: 20px;
  text-align: left;
  color: #2a63d7;
  font-weight: bold;
}
.third-section .third-content .third-item .text {
  text-align: left;
  margin-top: 10px;
}
.third-section .img-box {
  display: flex;
  align-items: center;
}
.third-section .img-box img {
  width: 100%;
  height: auto;
  display: block;
}

.fourth-section {
  padding: 30px 0 40px;
  background: #ebf2ff;
}
.fourth-section .text {
  margin-top: 15px;
}
.fourth-section .fourth-table {
  margin-top: 45px;
  background: #fff;
  padding: 15px;
  width: 100%;
  overflow-x: auto;
}
.fourth-section .fourth-table table {
  width: 100%;
  border-collapse: collapse;
}
.fourth-section .fourth-table table tr td {
  padding: 10px 5px;
  font-size: 16px;
  color: #333;
  text-align: center;
  border: 1px solid #d3d3d3;
}
.fourth-section .fourth-table table tr:hover {
  background: #fff;
}
.fourth-section .fourth-table table .a-row {
  background: rgba(42, 99, 215, 0.05);
}
.fourth-section .fourth-table table .b-row {
  background: rgba(42, 99, 215, 0.1);
}
.fourth-section .fourth-table table .c-row {
  background: rgba(42, 99, 215, 0.15);
}
.fourth-section .fourth-table table .d-row {
  background: rgba(42, 99, 215, 0.2);
}
.fourth-section .fourth-table table .e-row {
  background: rgba(42, 99, 215, 0.25);
}
.fourth-section .fourth-table table .f-row {
  background: rgba(42, 99, 215, 0.3);
}
.fourth-section .fourth-table table .g-row {
  background: rgba(42, 99, 215, 0.35);
}
.fourth-section .fourth-table table .h-row {
  background: rgba(42, 99, 215, 0.4);
}

.fifth-section {
  padding: 30px 0 40px;
}
.fifth-section .fifth-content {
  margin-top: 45px;
  background: #ebf2ff;
}
.fifth-section .fifth-content .fifth-right {
  padding: 15px;
}
.fifth-section .fifth-content .fifth-right img {
  width: 100%;
  height: auto;
  display: block;
}
.fifth-section .fifth-content .fifth-left {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sixth-section {
  padding: 30px 0 40px;
}
.sixth-section .sixth-content {
  background: #fff;
  margin-top: 45px;
  padding: 25px 15px;
}
.sixth-section .sixth-content .sixth-list li {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px dashed #d3d3d3;
}
.sixth-section .sixth-content .sixth-list li:last-child {
  border-bottom: none;
}
.sixth-section .sixth-content .sixth-list li img {
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 10px;
}
.sixth-section .sixth-content .img-list .img-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}
.sixth-section .sixth-content .text2 {
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
}
.five {
  background: #ebf2ff;
  padding-bottom: 50px;
}

@media (max-width: 575px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .fifth-section .fifth-content .fifth-left {
    padding: 25px 25px 10px 25px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  section .title,.new-section .title  {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 730px;
    padding: 0 15px;
  }
  section .title,.new-section .title  {
    font-size: 32px;
  }
  .first-section .first-content .first-left ul li {
    width: 50%;
  }
  .fifth-section .fifth-content {
    display: flex;
    justify-content: space-between;
  }
  .fifth-section .fifth-content .fifth-left {
    width: 65%;
  }
  .fifth-section .fifth-content .fifth-right {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding: 0 15px;
  }
  section .title,.new-section .title  {
    font-size: 34px;
  }
  .second-section .second-content .second-item {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0 15px;
  }
  section .title,.new-section .title  {
    font-size: 36px;
  }
  .first-section .first-content {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .first-section .first-content .first-left {
    width: 73.5%;
  }
  .first-section .first-content .first-left ul li {
    width: 100%;
  }
  .first-section .first-content .first-right {
    width: 24%;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    padding: 0 15px;
  }
  section .title,.new-section .title  {
    font-size: 38px;
  }
  section .title::before {
    height: 8px;
  }
  .first-section {
    padding: 45px 0 60px;
  }
  .new-section {
    padding: 45px 0 60px;
  }
  .second-section {
    padding: 45px 0 60px;
  }
  .second-section .second-content {
    margin-top: 60px;
  }
  .third-section {
    padding: 45px 0 60px;
  }
  .third-section .third-content {
    margin-top: 60px;
  }
  .fourth-section {
    padding: 45px 0 60px;
  }
  .fourth-section .fourth-table {
    margin-top: 60px;
  }
  .fifth-section {
    padding: 45px 0 60px;
  }
  .fifth-section .fifth-content {
    margin-top: 60px;
  }
  .sixth-section {
    padding: 45px 0 60px;
  }
  .sixth-section .sixth-content {
    margin-top: 60px;
    padding: 30px;
  }
  .sixth-section .sixth-content .sixth-list li img {
    width: 42px;
    height: 42px;
    margin-right: 15px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
    padding: 0 15px;
  }
  section .title,.new-section .title  {
    font-size: 40px;
  }
}