*{
  margin: 0;
  padding: 0;
}
.layer1_title {
  /*font-size: 0.19rem;*/
  font-size:42px;
  color: #ffffff;
  margin-bottom: 0.152rem;
}
.layer2 {
  padding: 0 1.25rem;
  margin-bottom: 0.328rem;
}
.title {
  text-align: center;
  font-size: 0.192rem;
  font-size: max(0.192rem,22px);
  font-weight: 600;
  color: #333333;
  margin-top: 0.328rem;
  margin-bottom: 0.328rem;
}
.layer2_banner {
  width: 100%;
  height: 2rem;
}
.layer6 {
    text-align: center;
    padding: 0 1.25rem;
    padding-top: 0.32rem;
    padding-bottom: 0.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.layer3 {
  padding: 0 1.25rem;
  background: #f2f8ff;
  padding-top: 0.328rem;
  padding-bottom: 0.53rem;
}
.layer3_top_title {
  text-align: center;
  font-size: 0.192rem;
  font-size:max(0.192rem,22px);
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.29rem;
}
.layer3 ul {
  display: flex;
  justify-content: space-between;
}
.layer3 ul li {
  width: 1.6rem;
  height: 1.52rem;
  background: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 100, 209, 0.1);
  border-radius: 8px;
}
.layer3 ul li .if-pd{
    padding:0 0.1rem;
}
.layer3 .layer3_img {
  width: 100%;
  height: 0.46rem;
  position: relative;
  margin-bottom: 0.08rem;
}
.layer3 .layer3_img .img {
  width: 100%;
  height: 0.46rem;
}
.partner_bgc {
  position: absolute;
  top: 0.09rem;
  left: 0.16rem;
  
}
.partner_bgc img{
    width: 0.272rem;
  height: 0.272rem;
  margin-right:0.05rem;
  
}
.layer3_title {
  font-size: 0.096rem;
  font-size:max(min(0.096rem,24px),16px);
  font-weight: 600;
  color: #000000;
}
.layer3_content {
  font-size: 0.064rem;
  font-size: max(0.064rem,12px);
  font-weight: 400;
  color: #777777;
  margin-top: 0.06rem;
  margin-bottom: 0.1rem;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
    object-fit: cover;
}
.swiper-slide_title {
  font-size: 0.128rem;
  font-size: max(0.128rem,18px);
  font-weight: 400;
  color: #000000;
  position: absolute;
  top: 0.6rem;
  left: 0.288rem;
}
.swiper-slide_content {
  width: 1.92rem;
  font-size: 0.064rem;
  font-size:max(0.064rem,12px);
  font-weight: 400;
  color: #777777;
  position: absolute;
  top: 0.89rem;
  left: 0.288rem;
}
.swiper-slide_btn {
  position: absolute;
  top: 1.23rem;
  left: 0.288rem;
  display: flex;
}
.swiper-slide_detail {
  width: 0.56rem;
  height: 0.2rem;
  background: #0064d2;
  border-radius: 0.1rem;
  color: #ffffff !important;
  font-size: 0.056rem;
  font-size:max(0.056rem,12px);
  text-align: center;
  line-height: 0.2rem;
  display: block;
}
.swiper-slide_advice {
  width: 0.56rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  color: #383838 !important;
  font-size: 0.056rem;
  font-size:max(0.056rem,12px);
  text-align: center;
  line-height: 0.2rem;
  border: 1px solid #cccccc;
  margin-left: 0.04rem;
  display: block;
}
.swiper-slide_detail:hover,
.swiper-slide_advice:hover {
  opacity: 0.7;
  transition: 0.2s 0.1s;
}
.swiper-slide_enterprise {
  font-size: 0.064rem;
  font-weight: 600;
  color: #0064d2 !important;
  padding: 0.03rem 0.08rem;
  background: #e3f4fc;
  border-radius: 4px;
}
.layer4 {
  background-color: #fff !important;
}
.layer5 {
  text-align: center;
  font-size: 0.128rem;
  font-size: max(0.128rem,20px);
  font-weight: 400;
  color: #0064d2;
  padding: 0.268rem 0;
}
.layer5 a {
  text-decoration: underline;
}
.layer5 a:hover {
  opacity: 0.7;
  transition: 0.2s 0.1s;
}
.layer6 .layer6_title {
  font-size: 0.192rem;
  font-size:max(min(0.192rem,48px),22px);
  font-weight: 400;
  color: #ffffff;
}
.layer6 .layer6_desc {
  font-size: 0.096rem;
  font-size: max(0.096rem,12px);
  font-weight: 400;
  color: #ffffff;
  margin: 0.116rem 0;
}
.layer6 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.layer6 ul li {
  width: 1.14rem;
  height: 0.32rem;
  background: #012167;
  border-radius: 5px;
  font-size: 0.08rem;
  font-size: max(0.08rem,12px);
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 0.32rem;
  margin: 0.04rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.active_layer6_li {
  background-color: #fff !important;

  color: #000000 !important  ;
}
.layer6_li:hover {
  background-color: #fff !important;
  color: #000000 !important  ;
}
@media screen and (max-width: 1600px) {
  .layer3 ul li {
    height: 1.7rem;
  }
}
@media screen and (max-width: 1000px) {
  .layer2 {
   padding:0 20px;
  }
  .layer3{
      padding:40px 20px;
  }
  .swiper-slide_content{
    width: 90%;
  }
  .swiper-slide_btn{
    top: 1.6rem;
  }
  .layer3_title,
  .swiper-slide_title{
    font-size: 16px;
  }
  .layer6 .layer6_desc,
  .layer3_content,
  .swiper-slide_content{
    font-size: 14px;
  }
  .layer3 ul{
      display: block;
  }
  .layer3 ul li{
      width:100%;
  }
  .swiper-slide_detail,
  .swiper-slide_advice{
    width: 1rem;
    height:0.3rem;
    line-height:0.3rem;
    border-radius:0.15rem;
  }
  .layer2_banner{
      height:2.5rem;
  }
  .layer3 ul li{
    height: auto;
    padding-bottom: 10px;
  }
  .layer6{
    padding:40px 20px;
  }
  .swiper-slide_enterprise{
    margin-bottom: 0.1rem;
    font-size: 14px;
  }
  .layer5 a,
  .layer5 span{
    font-size: 14px;
  }
}