.header1 {
  position: fixed;
  height: 52px;
  z-index: 5;
  width: 100%;
  color: #fff;
}
.header1 .headcen {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header1 .headcen .logo {
  font-size: 30px;
}
.header1 .headcen .headnav {
  display: flex;
  margin-left: 48px;
}
.header1 .headcen .headnav li {
  font-size: 15px;
  opacity: 0.8;
  margin-right: 30px;
  line-height: 40px;
}
.header1 .headcen .headnav li:last-child {
  margin-right: 0;
}
.header1 .headcen .headnav .active {
  border-bottom: 4px solid #06f;
  opacity: 1;
  font-weight: 600;
}
.header1 .headcen .sos {
  flex: 1;
  margin-left: 40px;
  text-align: right;
  font-size: 14px;
}
.header1 .headcen .sos .input {
  width: 300px;
  height: 32px;
  border-radius: 18px;
  background-color: hsla(0, 0%, 100%, 0.12);
  font-size: 14px;
  color: #fff;
  outline: none;
  padding: 0 40px 0 16px;
}
.header1 .headcen .sos .but {
  margin-left: 12px;
  width: 70px;
  height: 34px;
  border-radius: 18px;
  background-color: #06f;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
}
.header1 .headcen .sos span {
  margin-right: 10px;
}
.header1 .headcen .sos a {
  margin-left: 10px;
}
.header1 .headcen .login a {
  border: 1px solid #fff;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  margin-left: 21px;
  cursor: pointer;
}
.header1 .headcen .san {
  display: none;
}
.hei {
  background: #FFFFFF;
  color: #000000;
}
.hei .headcen .sos .input {
  background-color: #f6f6f6;
  border: 1px solid #ebebeb;
  color: #121212;
}
.hei .headcen .login a {
  border: 1px solid #06f;
  color: #06f !important;
}
.aswiper {
  position: relative;
  overflow: hidden;
}
.aswiper .swiper-slide {
  padding-top: 52px;
}
.aswiper .swiper-slide .bannerimg {
  height: 386px;
  text-align: center;
  overflow: hidden;
}
.aswiper .swiper-slide .bannerimg a {
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
  position: relative;
}
.aswiper .swiper-slide .bannerimg a img {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.aswiper .swiper-slide .bannerimg a .imgm {
  display: none;
}
.aswiper .swiper-slide:nth-child(1) {
  background: #223271;
}
.aswiper .swiper-slide:nth-child(2) {
  background: #565f89;
}
.aswiper .swiper-slide:nth-child(3) {
  background: #febc9a;
}
.aswiper .aswiper-pagination {
  bottom: 25px;
  position: absolute;
  z-index: 10;
  text-align: center;
}
.aswiper .aswiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 4px;
  border-radius: 20px;
  background: hsla(0, 0%, 100%);
  outline: none;
}
.aswiper .card {
  width: 268px;
  height: 312px;
  box-sizing: border-box;
  padding: 20px 12px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  position: absolute;
  z-index: 2;
  top: 82px;
  left: 50%;
  transform: translateX(300px);
  text-align: center;
  font-weight: bold;
}
.aswiper .card .er {
  width: 150px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .header1 {
    border: 1px solid #ddd;
  }
  .header1 .headcen {
    position: relative;
  }
  .header1 .headcen .logo {
    flex: 1;
  }
  .header1 .headcen .headnav {
    display: none;
    position: absolute;
    top: 100%;
    background: #FFFFFF;
    left: 0;
    margin: 0;
    color: #000000;
    width: 100%;
    text-align: center;
  }
  .header1 .headcen .headnav li {
    margin: 0;
  }
  .header1 .headcen .sos {
    display: none;
  }
  .header1 .headcen .san {
    width: 25px;
    display: block;
    margin-left: 20px;
  }
  .header1 .headcen .san img {
    width: 100%;
  }
  .aswiper .swiper-slide .bannerimg {
    height: 600px;
  }
  .aswiper .swiper-slide .bannerimg a img {
    width: 100%;
  }
  .aswiper .swiper-slide .bannerimg a .imgpc {
    display: none;
  }
  .aswiper .swiper-slide .bannerimg a .imgm {
    display: block;
    height: auto;
  }
}
