.header-banner {
  height: 2.97rem;
  margin-top: 0.7rem;
}
.swiper-wrapper .banner-slide {
  height: 2.97rem;
  position: relative;
}
.banner1{
  background: url(../image/englebg.png) #000 no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 1rem;
}
.banner1 .text-box h1{
  font-size: 0.44rem;
  color:#fff;
  text-align: center;
  margin-bottom: 0.1rem;
}
.banner1 .text-box p{
  font-size: 0.18rem;
  color:#fff;
  line-height: 0.3rem;
}
.container2{
  position: relative;
}
.eagleList{
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.eagleList .container2{
  padding: 0 1rem;
}
.eagleList li{
  float: left;
  text-align: center;
  width: calc((100% - 3.24rem)/3);
  margin-right: 1.62rem;
  border-radius: 0.2rem;
  border: 1px solid transparent;
  background-color: #fff;
  background-clip: padding-box;
  position: relative;
  -moz-box-shadow: 0px 2px 0.15rem rgba(102,102,102,0.35);
  -webkit-box-shadow: 2px 0px 0.15rem rgba(102,102,102,0.35);
  box-shadow: 0px 2px 0.15rem rgba(102,102,102,0.35);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.eagleList li:hover ::after{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 0.2rem;
  background: linear-gradient(155deg,#49abf2,#4d31fe);
  z-index: -1;
}
.eagleList li:last-child{
  margin-right: 0px;
}
.eagleList li img{
  margin-bottom: 0.6rem;
}
.eagleList li h3{
  font-size: 0.22rem;
  color: #3d3d3d;
  margin-bottom: 0.24rem;
}
.eagleList li p{
  font-size: 0.16rem;
  line-height: 0.24rem;
  width: 2.45rem;
  margin: 0 auto;
}
._btn{
  width: 1rem;
  text-align: center;
  line-height: 0.32rem;
  height: 0.32rem;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
  background: #008cd6;
  margin: 0 auto;
  margin-top: 0.6rem;
}
._btn:hover{
  background:#55c4ff;
}
@media (max-width: 1400px){
  .banner1 .text-box h1{
    font-size: 0.34rem;
  }
  .banner1 .text-box p{
    font-size: 0.16rem;
  }
  .eagleList{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .eagleList li {
    float: left;
    text-align: center;
    width: calc((100% - 2rem) / 3);
    margin-right: 1rem;
  }
  .eagleList li h3{
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .eagleList li p{
    font-size: 0.14rem;
  }
}
@media (max-width: 1280px){
  .eagleList .container2{
    padding: 0 0.4rem;
  }
  .eagleList li {
    float: left;
    text-align: center;
    width: calc((100% - 1.6rem) / 3);
    margin-right: 0.8rem;
  }
}
@media (max-width: 990px){
  .banner1{
    background-position: -4.35rem center;
  }
  .banner1 .text-box p{
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .eagleList{
    text-align: center;
  }
  .eagleList li {
    width:50%;
    margin-right: 0rem;
    margin:0 auto;
    margin-bottom: 0.6rem;
    float: initial;
  }
  .eagleList li img{
    width: 0.6rem;
  }
  .eagleList li h3{
    font-size: 0.28rem;
  }
  .eagleList li p{
    font-size: 0.24rem;
    width: 90%;
    color: #666;
  }
  ._btn{
    width: 1.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.22rem;
  }
  .eagleList li:last-child{
    margin: 0 auto;
  }
}