body {
  margin: 0;
  padding: 0;
}
header {
  background-color: #fff;
  color: #fff;
}
.banner {
  position: relative;
  width: 100%;
  height: 60rem;
  background-image: url("../images/banner1.png");
  background-repeat: round;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .word {
  overflow: scroll;
  /* width: 41.375rem; */
  max-width: 49rem;
  padding: 4.375rem 9.375rem 4.375rem 9.375rem;
  background-color: #15489a38;
  border-radius: 0.3125rem;
  color: #fff;
  box-sizing: border-box;
  max-height: 40rem;
}
.banner .word .title {
  font-size: 2.8125rem;
  text-align: center;
  position: relative;
}
.banner .word .title::after {
  position: absolute;
  width: 20%;
  left: 40%;
  bottom: -5px;
  content: '';
  background-color: #fff;
  height: 2px;
}
.banner .word .title1 {
  font-size: 1.625rem;
  margin-top: 2.1875rem;
  margin-bottom: 1rem;
  text-align: center;
}
.banner .word .title2 {
  color: #dfdfdf;
  font-size: 0.875rem;
}
.banner .word::-webkit-scrollbar {
  width: 0;
}
.name {
  font-size: 2.375rem;
  text-align: center;
  margin: 6.875rem auto;
}
.top {
  width: 97.5rem;
  /* height: 28.75rem; */
  height: auto;
  background: #F3F3F3;
  margin: 0 auto;
  padding: 2.5rem 0;
}
.top .top3 {
  display: flex;
  justify-content: start;
  /* align-items: center; */
  flex-wrap: wrap;
  height: 100%;
}
.top .top3 .top3-1 {
  position: relative;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  height: auto;
  padding: 1rem 1rem 0 1rem;
  box-sizing: border-box;
  line-height: 2;
  color: #7A7A7A;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.top .top3 .top3-1 span {
  font-size: 1.125rem;
  font-weight: 400;
  /* display: -webkit-box !important;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
  width: 100%;
}
.top .top3 .top3-1::after {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 0;
  content: '';
  background-color: #D6D6D6;
  height: 2px;
}
.bottt {
  width: 97.5rem;
  color: #7A7A7A;
  margin: 6.25rem auto 31.25rem;
}
.bottt *{
  max-width: 100%;
}
@media (max-width: 600px) {
  .bottt {
    width: 95%;
    color: #7A7A7A;
    margin: 6.25rem auto 31.25rem;
}
  .top {
    width: 95%;
    height: auto;
    background: #F3F3F3;
    margin: 0 auto;
    padding: 2.5rem 0;
}
  .top .top3 .top3-1 {
    line-height:2;
    width: 48%;
  }
  .name {
    font-size: 5.5rem;
    width: 90%;
    text-align: center;
    margin: 6.875rem auto;
}
.top .top3 .top3-1 {

  font-size: 5rem;
  padding: 1.875rem 2rem 0 2rem;
  margin-top: 2rem;

}
.top .top3 .top3-1 span {
  font-size: 4rem;
  margin-top: 1rem;
}
.top .top3 .top3-1::after {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 0;
  content: '';
  background-color: #D6D6D6;
  height: 1px;
}
}
