* {
  /*把所有标签的内外边距取消掉*/
  margin: 0px;
  padding: 0px;
}

img {
  font-size: 0;
}

a {
  text-decoration: none;
  color: inherit;

}

.banner {
  width: 100%;
  position: relative;
}

.banner .logo{
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 3%;
  top: 8%;
  font-weight: bold;
  font-style: oblique;
}
.banner .banner-name{
  position: absolute;
  top: 40%;
  left: 12%;
  transform: translate(0, -50%);
  color: #fff;
}
.banner .banner-name .title{
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  letter-spacing: 4px;
  position: relative;
}
.title-abso{
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translate(-50%, 0);
  color: #2B2B2B;
  font-size: 70px;
  opacity: .1;
}
.banner .banner-name .info{
  font-size: 26px;
  color: #fff;
}
.banner .banner-name .banner-btn{
  width: 200px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #1E5FBD;
  margin-top: 72px;
  letter-spacing: 5px;
  cursor: pointer;
}
.list {
  padding: 100px 5%;
  text-align: center;
}

.list .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 100px;
}

.list-gird {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.list-gird>div {
  width: 33%;
}

.list-gird .img {
  width: 50%;
}

.name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

.list-gird ul {
  margin: 0 auto;
  width: 70%;
}

.list-gird ul li::marker {
  color: #6173FF;
}

.list-gird ul li {
  margin-bottom: 24px;
  font-size: 16px;
  color: #545454;
}

.about .img{
  padding: 0 5%;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: -1;
  margin-bottom: 100px;
}
.about-info{
  position: absolute;
  bottom: -10%;
  left: 10%;
  padding: 96px;
  width: 30%;
  height: 45%;
  z-index: 999;
  background-color: #fff;
  border-radius: 24px;
  text-align: center;
  box-shadow: 5px 5px 15px 0 #808080;
}
.about-info .title{
  font-weight: bold;
  font-size: 42px;
}
.about-info .info{
  font-weight: bold;
  font-size: 38px;
  margin-top: 48px;
  margin-bottom: 24px;
}
.about-info .b{
  /* font-size: 24px; */
  text-align: left;
  width: 100%;
  color: #535353;
  margin-top: 48px;
}
.footer{
  box-sizing: border-box;
  margin-top: 300px;
  width: 100%;
  height: 450px;
  padding: 0 20%;
  background-color: #F3F6FF;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer .box{
  width: 50%;
  text-align: center;
}
.footer .title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 48px;
}
.footer .flist >div{
  display: inline-block;
  padding: 0 12px;
}
.list-email{
  width: 300px;
  height: 50px;
  background-color: #8ba8ff;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 6px;
  cursor: pointer;
}










@media (max-width: 1180px) {
  .banner {
    width: 100%;
    position: relative;
  }
  
  .banner .logo{
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 1%;
    top: 3%;
    font-weight: bold;
    font-style: oblique;
  }
  .banner .banner-name{
    position: absolute;
    top: 100px;
    left: 3%;
    transform: translate(0, -50%);
    color: #fff;
  }
  .banner .banner-name .title{
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    letter-spacing: 4px;
    position: relative;
  }
  .title-abso{
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translate(-50%, 0);
    color: #2B2B2B;
    font-size: 30px;
    opacity: .1;
  }
  .banner .banner-name .info{
    font-size: 14px;
    color: #fff;
  }
  .banner .banner-name .banner-btn{
    width: 140px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #1E5FBD;
    margin-top: 24px;
    letter-spacing: 5px;
    cursor: pointer;
  }
  .list {
    padding: 48px 5%;
    text-align: center;
  }
  
  .list .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 48px;
  }
  
  .list-gird {
    display: inline-block;
    align-items: center;
    justify-content: space-around;
  }
  
  .list-gird>div {
    display: inline-block;
    width: 100%;
  }
  
  .list-gird .img {
    width: 50%;
  }
  .displaynone{
    display: none;
  }
  .name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  
  .list-gird ul {
    margin: 0 auto;
    width: 90%;
  }
  
  .list-gird ul li::marker {
    color: #6173FF;
  }
  
  .list-gird ul li {
    margin-bottom: 24px;
    font-size: 16px;
    color: #545454;
  }
  
  .about .img{
    padding: 0 5%;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: -1;
    margin-bottom: 100px;
  }
  .about-info{
    position: relative;
    bottom: 0;
    left: 0;
    padding: 24px;
    box-sizing: border-box;
    width: 100%;
    height: 45%;
    z-index: 999;
    background-color: #fff;
    border-radius: 24px;
    text-align: center;
    box-shadow: 5px 5px 15px 0 #808080;
  }
  .about-info .title{
    font-weight: bold;
    font-size: 24px;
  }
  .about-info .info{
    font-weight: bold;
    font-size: 24px;
    margin-top: 48px;
    margin-bottom: 24px;
  }
  .about-info .b{
    text-align: left;
    margin-top: 24px;
    width: 100%;
    color: #535353;
  }
  .footer{
    box-sizing: border-box;
    margin-top: 100px;
    width: 100%;
    height: 450px;
    padding: 0 24px;
    background-color: #F3F6FF;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .footer .box{
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .footer .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 48px;
  }
  .footer .flist >div{
    display: inline-block;
    padding: 0 12px;
  }
  .list-email{
    width: 300px;
    height: 50px;
    background-color: #8ba8ff;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    border-radius: 6px;
    cursor: pointer;
  }
}