@charset "UTF-8";
@import url("./normal.css");
.banner {
  margin-top: 82px;
  margin-bottom: 4rem;
  width: 100%;
  height: 300px;
}

.div-item1 {
  margin-bottom: 6rem;
}

.div-item2 {
  margin-bottom: 3rem;
}

.us-item0 {
  width: 80px;
  color: var(--themeColor);
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

.us-item1 {
  color: #333333;
  font-size: 26px;
}

.all_box .us-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 5rem;
}

.us-item2 {
  width: 60px;
  border-bottom-color: var(--themeColor);
  border-bottom-style: solid;
  border-bottom-width: 4px;
  margin-top: 1.6rem;
  margin-bottom: 2.6rem;
}

.content {
  text-align: center;
}

.content .img-p {
  width: 400px;
}

.content p {
  text-align: left;
}

.us-item3 {
  max-width: 100%;
}

.us-item4 {
  margin-top: 0.5rem;
  line-height: 2rem;
  font-size: 1rem;
  color: #666;
  text-align: left;
  word-wrap: break-word;
  word-break: normal;
}

.us-item5 {
  margin-top: 0.5rem;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  text-align: left;
  word-wrap: break-word;
  word-break: normal;
}

.us-item6 {
  margin-top: 0.5rem;
  line-height: 20px;
  font-size: 12px;
  color: #666;
  text-align: left;
  word-wrap: break-word;
  word-break: normal;
}

/* 移动端小屏的时候尺寸 */
@media (max-width: 768px) {
  .banner {
    margin-top: 65px;
    margin-bottom: 0;
    background-size: 100% 100px;
    height: 100px;
  }
  .div-item1 {
    margin-bottom: 1rem;
  }
  .div-item2 {
    margin-bottom: 1rem;
  }
  .us-item0 {
    display: none;
  }
  .us-item1 {
    display: none;
  }
  .us-item2 {
    display: none;
  }
}
