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;
  width: 90%;*/

  font-size: 2.375rem;
  text-align: center;
  margin: auto;
  width: 90%;
  margin-top: 6.875rem;
}
.top {
  /*width: 97.5rem;
  height: 14.375rem;
  background: #F3F3F3;
  margin: 0 auto;*/

  width: 97.5rem;
  margin: 0 auto;
  margin: 3rem auto;
}
.top .top3 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.top .top3 .top3-1 {
  /*border-top: 0.25rem solid #D6D6D6;
  width: 12.5rem;
  height: 6.25rem;
  padding-top: 1.875rem;
  box-sizing: border-box;
  line-height: 2.5rem;
  color: #7A7A7A;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  /* border: 1px solid #D6D6D6; */
    width: 48%;
    padding: 1rem;
    box-sizing: border-box;
    line-height: 2.5rem;
    color: #7A7A7A;
    font-size: 1.125rem;
    text-align: center;
}
.top .top3 .top3-1 a {

  color: #7A7A7A;

}
.top .top3 .top3-1 span {
  font-size: 1.125rem;
  /*display: block;*/
  /*font-weight: 400;*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*width: 100%;*/
}
.new-bot {
  width: 97.5rem;
  color: #7A7A7A;
  margin: 6.25rem auto 2rem;
  font-size: 20px;
}
.new-bot * {
  max-width: 100%;
}
.desc{
    text-align: center;
    margin-top: 20px;
    color: #999999;
    font-size: 14px;
}
@media (max-width: 820px) {
  .top .top3{
    display: unset;
  }
  .top .top3 .top3-1 {
    /*width: 97.5rem;
    height: auto;*/
    width: 100%;
    height: auto;
    text-align: left;
    margin: 2rem 0;
    line-height: 4rem;
  }
}
@media (max-width: 600px) {
  .top .top3 .top3-1 {
    line-height: 4rem;
  }
  .desc{
    font-size: 4rem;
  }
}
@media (max-width: 600px) {
  .desc{
    font-size: 4rem;
  }
  .top {
    height: 20.375rem;
  }
  .top .top3 .top3-1 {
    line-height: 5.5rem;
    font-size:4rem;
  }
  .top .top3 .top3-1 span {
    font-size: 3rem;
}
.name {
  font-size: 5rem;

}
 .bot * {
  font-size: 16px!important;
 }
}
