/* 对于手机（手机竖屏） */
@media only screen and (max-width: 765px) {
  .father1 .banner {
    width: 100%;
  }
  .father1 .banner img {
    width: 100%;
  }
  .father1 .bg {
    background-color: #F5F9FC;
  }
  .father1 .bg-two {
    background-color: #F7F7F7;
  }
  .father1 .box {
    padding: 20px 15px;
    text-align: center;
  }
    .father1 .box .shock-item {
    background-color: #C8EAD1;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%; /* 手机端每行只显示一个项目 */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
	justify-content: space-evenly;
    box-sizing: border-box;
}
 .father1 .box .shock-item-number {
    color: #007bff;
    font-size: 20px;
    margin-right: 10px;
   
}

 .father1 .box .shock-item-text {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}
 .father1 .box .title {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

 .father1 .box .title-text {
    background-color: #e74c3c;
    color: white;
    padding: 10px 20px;
    border-radius: 35px;
    font-size: 20px;
}


 .father1 .box .content-item {
    background-color: #C8EAD1;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%; /* 手机端每行只显示一个项目 */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
	justify-content: space-evenly;
    box-sizing: border-box;
    
}
.father1 .box .number {
    color: #e74c3c;
    font-size: 20px;
    margin-right: 10px;
    font-weight: bold;
}

 .father1 .box .text {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}
  .father1 .box .pa-bom {
    padding-bottom: 20px;
  }
  .father1 .box .title-one {
    line-height: 1.7em;
    font-size: 24px;
    color: #333;
  }
  .father1 .box .title-two {
    padding: 10px 0px 20px;
    line-height: 1.6em;
    font-size: 14px;
    color: #666;
  }
  .father1 .section .region {
    background-color: #87CEFA;
    color: #483D8B;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.father1 .section .region:nth-child(5) {
     margin-top: 0;
}
.father1 .details {
     margin-top: 30px;
	background-color: #fff;
    margin: 0 auto;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
}

.father1 .details .title {
    font-size: 20px;
    color: #007bff;
    margin-bottom: 25px;
}

.father1 .details .plot {
    display: flex;
    justify-content: center;
      margin-top: 30px;
    margin-bottom: 30px;
}

 .father1 .details .plot-text {
     background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 35px;
    font-size: 15px;
}
.father1 .details .description {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-top: 10px;
}

  .father1 .box .img {
    width: 100%;
  }
  .father1 .box .img img {
    width: 100%;
  }
  .father1 .box .img-two {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .father1 .box .img-two img {
    width: 50%;
  }
  .features {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        margin: 10px 10px;
    }

  
}
/* 对于平板（平板竖屏） */
@media only screen and (min-width: 766px) and (max-width: 1024px) {
  .father1 .banner {
    width: 100%;
  }
  .father1 .banner img {
    width: 100%;
  }
  .father1 .bg {
    background-color: #F5F9FC;
  }
  .father1 .bg-two {
    background-color: #F7F7F7;
  }
  .father1 .box {
    padding: 30px 50px;
    text-align: center;
  }
   .father1 .box .shock-item {
    background-color: #C8EAD1;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%; /* 手机端每行只显示一个项目 */
   margin-bottom: 20px;
    display: flex;
    align-items: center;
	justify-content: space-evenly;
    box-sizing: border-box;
}
 .father1 .box .shock-item-number {
    color: #007bff;
    font-size: 20px;
    margin-right: 10px;
}

 .father1 .box .shock-item-text {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}
  .father1 .box .title {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

 .father1 .box .title-text {
    background-color: #e74c3c;
    color: white;
    padding: 10px 20px;
    border-radius: 35px;
    font-size: 20px;
}

 .father1 .box .content {
    display: flex;
    justify-content: space-evenly;
}

 .father1 .box .content-item {
    background-color: #C8EAD1;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.father1 .box .number {
    color: #e74c3c;
    font-size: 20px;
    margin-right: 10px;
    font-weight: bold;
}

 .father1 .box .text {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}
  .father1 .box .pa-bom {
    padding-bottom: 40px;
  }
  .father1 .box .title-one {
    line-height: 1.7em;
    font-size: 30px;
    color: #333;
  }
  .father1 .box .title-two {
    padding: 20px 0px 40px;
    line-height: 2em;
    font-size: 15px;
    color: #666;
  }
  .father1 .section .region {
    background-color: #87CEFA;
    color: #483D8B;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.father1 .section .region:nth-child(5) {
     margin-top: 0;
}
.father1 .details {
     margin-top: 30px;
	background-color: #fff;
    margin: 0 auto;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
}

.father1 .details .title {
    font-size: 20px;
    color: #007bff;
    margin-bottom: 25px;
}

.father1 .details .plot {
    display: flex;
    justify-content: center;
      margin-top: 30px;
    margin-bottom: 30px;
}

 .father1 .details .plot-text {
     background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 35px;
    font-size: 15px;
}
.father1 .details .description {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-top: 10px;
}
  .father1 .box .img {
    width: 100%;
  }
  .father1 .box .img img {
    width: 100%;
  }
  .father1 .box .img-two {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .father1 .box .img-two img {
    width: 50%;
  }
  .features {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        margin: 10px 10px;
    }

}
/* 对于笔记本电脑和桌面 */
@media only screen and (min-width: 1025px) {
  .father1 .banner {
    width: 100%;
   
  }
  .father1 .banner img {
    width: 100%;

  }
  .father1 .bg {
    background-color: #F5F9FC;
  }
  .father1 .bg-two {
    background-color: #F7F7F7;
  }
  .father1 .box {
    padding: 40px 80px;
    text-align: center;
  }
 .father1 .box .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}


 .father1 .box .shock-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

 .father1 .box .shock-item {
    background-color: #C8EAD1;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: calc(33.33% - 20px); /* 默认每行显示3个 */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
	justify-content: space-evenly;
    box-sizing: border-box;
}

 .father1 .box .shock-item-number {
    color: #007bff;
    font-size: 30px;
    margin-right: 10px;
     font-weight: bold;
}

 .father1 .box .shock-item-text {
    color: #666;
    font-size: 18px;
    line-height: 1.5;
}

 .father1 .box .title {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

 .father1 .box .title-text {
    background-color: #e74c3c;
    color: white;
    padding: 10px 20px;
    border-radius: 35px;
    font-size: 25px;
}

 .father1 .box .content {
    display: flex;
    justify-content: space-evenly;
}

 .father1 .box .content-item {
    background-color: #C8EAD1;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: calc(33.33% - 20px); /* 默认每行显示3个 */
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

 .father1 .box .number {
    color: #e74c3c;
    font-size: 30px;
    margin-right: 10px;
    font-weight: bold;
}

 .father1 .box .text {
    color: #666;
    font-size: 18px;
    line-height: 1.5;
}
  .father1 .box .pa-bom {
    padding-bottom: 40px;
  }
  .father1 .box .title-one {
    line-height: 1.7em;
    font-size: 30px;
    color: #333;
  }
  .father1 .box .title-two {
    padding: 20px 100px 40px;
    line-height: 2em;
    font-size: 15px;
    color: #666;
  }
  .father1 .section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.father1 .section h2 {
    color: #007bff;
    margin-bottom: 40px;
    font-size: 35px;
    font-weight: bold;
}

.father1 .section .substance {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.father1 .section .region {
    background-color: #87CEFA;
    color: #483D8B;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    width: calc(48% - 10px); /* 默认每行显示两个 */
    height: 100px;
    box-sizing: border-box;
}

.father1 .section .region:nth-child(5) {
    width: calc(100% - 10px);
    margin-top: 20px;
}
.father1 .details {
     margin-top: 50px;
	background-color: #fff;
    margin: 0 auto;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
}

.father1 .details .title {
    font-size: 35px;
    color: #007bff;
    margin-bottom: 25px;
}

.father1 .details .plot {
    display: flex;
    justify-content: center;
      margin-top: 50px;
    margin-bottom: 50px;
}

 .father1 .details .plot-text {
     background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 35px;
    font-size: 25px;
}
.father1 .details .description {
    font-size: 25px;
    color: #555;
    line-height: 1.6;
    margin-top: 10px;
}
  .father1 .box .img {
      margin-top: 20px;
      width: 100%;
    
  }
  .father1 .box .img img {
      margin-top: 20px;
      width: 100%;
   
  }
  
  .father1 .box .img-two {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .father1 .box .img-two img {
    width: 50%;
  }
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
}

.title {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.features {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.feature {
    flex: 1;
    padding: 30px;
    border-radius: 5px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 10px; /* 添加间距 */
}

.feature .icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.feature h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.feature p {
    font-size: 14px;
    line-height: 1.6;
}

.blue {
    background-color: #007bff;
}

.green {
    background-color: #28a745;
}

.orange {
    background-color: #fd7e14;
}