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

img {
  font-size: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
.zzz{
  width: 30px;
  height: 30px;
}
.banner {
  width: 100%;
  position: relative;
}
.logo{
  width: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lxwm{
  color: #fff;
  display: flex;
  align-items: center;
}
.lxwm >span{
  margin-right: 12px;
}
.logo-name{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo-name >img {
  /* width: 100%; */
}
.logo-name-info{
  font-size: 30px;
  margin-top: 50px;
  color: #fff;
  text-align: center;
}
.list {
  padding: 100px 15%;
  text-align: center;
}

.list .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 100px;
}
.list-info .box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.list-info .box .img{
  width: 25%;
  margin-right: 24px;
}
.list-info .box .imgl{
  width: 25%;
  margin-left: 24px !important;
}
.list-info .box .img >img{
  width: 100%;
  height: 100%;
}
.list-info .box .info{
  flex: 1;
  height: 100%;
  border: 1px solid #F1F1F1;
  position: relative;
  padding: 24px;
}
.bor-box{
  display: flex;
}
.bor-box >img {
  display: inline-block;
  width: 70px;
  height: 70px;
}
.bor-box-info{
  margin-left: 12px;
}
.bor-box-info .titles{
  font-size: 24px;
  text-align: left;
  letter-spacing: 6px;
}
.bor-box-info ul{
  margin-left: 12px;
  margin-top: 12px;
}
.bor-box-info ul li::marker {
  color: #ffc51a;
}

.bor-box-info ul li {
  text-align: left;
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #545454;
}
.ljgd{
  padding: 6px 12px;
  background-color: #ffc51a;
  color: #000000;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 48px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 24px 0 0 24px ;
}
.img-list{
  padding: 0 15% 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.img-list >img{
  width: 24%;
}
.footer-top{
  position: relative;
  font-size: 0;
}
.footer-info{
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
}
.footer-info .title{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
}
.title-info{
  font-size: 14px;
  margin: 20px 0 40px 0;
}
.footer-email{
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
.footer-email .box{
  width: 300px;
  height: 60px;
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  color: #717171;
  font-size: 14px;
}
.footer-email .box-img{
  width: 60px;
  height: 60px;
  background-color: #ffc51a;
}
.footer-email .box-img >img{
  width: 60px;
  height: 60px;
}
.footer-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px 0;
  box-sizing: border-box;
  background-color: #000000;
}
.footer-icp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px 0;
  box-sizing: border-box;
  background-color: #000000;
  color: white;
}

@media (max-width: 1180px) {
  .banner {
    width: 100%;
    position: relative;
  }
  .logo{
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .lxwm{
    color: #fff;
    display: flex;
    align-items: center;
  }
  .lxwm >span{
    margin-right: 12px;
  }
  .phone-logo{
    width: 30%;
  }
  .logo-name{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .logo-name >img {
    width: 100%;
  }
  .logo-name-info{
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
  }
  .list {
    padding: 50px 5%;
    text-align: center;
  }

  .list .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .list-info .box{
    display: initial;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .list-info .box .img{
    width: 25%;
    margin-right: 24px;
  }
  .list-info .box .imgl{
    width: 25%;
    margin-left: 24px !important;
  }
  .list-info .box .img >img{
    width: 100%;
    height: 100%;
  }
  .list-info .box .info{
    margin-bottom: 24px;

    flex: 1;
    height: 100%;
    border: 1px solid #F1F1F1;
    position: relative;
    padding: 24px;
  }
  .bor-box{
    display: flex;
  }
  .bor-box >img {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .displaynone{
    display: none;
  }
  .bor-box-info{
    margin-left: 12px;
  }
  .bor-box-info .titles{
    font-size: 24px;
    text-align: left;
    letter-spacing: 6px;
  }
  .bor-box-info ul{
    margin-left: 24px;
    margin-top: 24px;
  }
  .bor-box-info ul li::marker {
    color: #ffc51a;
  }

  .bor-box-info ul li {
    text-align: left;
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #545454;
  }
  .ljgd{
    padding: 6px 12px;
    background-color: #ffc51a;
    color: #000000;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 48px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 24px 0 0 24px ;
  }
  .img-list{
    padding: 0 5% 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .img-list >img{
    width: 24%;
  }
  .footer-top{
    position: relative;
    font-size: 0;
  }
  .footer-info{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .footer-info .title{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
  }
  .title-info{
    font-size: 14px;
    margin: 20px 0 40px 0;
  }
  .footer-email{
    display: flex;
    border-radius: 4px;
    overflow: hidden;
  }
  .footer-email .box{
    width: 200px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    color: #717171;
    font-size: 14px;
  }
  .footer-email .box-img{
    width: 30px;
    height: 30px;
    background-color: #ffc51a;
  }
  .footer-email .box-img >img{
    width: 30px;
    height: 30px;
  }
  .footer-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 24px 0;
    box-sizing: border-box;
    background-color: #000000;
  }
  .zzz{
    width: 15px !important;
    height: 15px !important;
  }
  .aaa{
    background-image: url('../img/footer-bg.png');
    background-size: cover;
    width: initial !important;
    height: 300px;
  }
}
