p {
  margin: 0;
}

ul {
  padding: 0;
}

.layer2 {
    padding:0  1.25rem;
}
.layer2 .container{
    position: relative;
}
.layer2 .nav_title {
  display: flex;
  justify-content: space-evenly;
  border-bottom:1px solid #e5eaf0;
}

.layer2 .nav_title li {
  width: 70%;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.06rem;
  font-size:max(0.06rem , 12px);
  font-weight: 400;
  color: #00346b;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #e5eaf0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid transparent;
  padding:0.05rem 0.05rem;
}

.layer2 .nav_title li::after {
  content: "";
  height: 30px;
  width: 1px;
  background: #eaf3fc;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
}
.layer2 .nav_title :last-child::after {
  content: "";
  height: 0px;
}
.active_layer2_title {
  border-bottom: 2px solid #4498f1 !important;
  color: #4498f1 !important;
}

.active_layer2_title a {
  color: #4498f1;
}

.nav_title li:hover {
  border-bottom: 2px solid #4498f1;
  box-sizing: border-box;
}

.nav_title li:hover a {
  color: #4498f1;
}
.layer3 {
  padding: 0.35rem 1.25rem;
  background-image: url(../assets/summary_bgc.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.layer2 .container{
    margin-top:0.35rem;
}
.layer2 .container .left_ball {
    width:50%;
}
.layer2 .container .left_ball .canvas-sc{
    position: relative;
    padding-bottom:100%;
}
.layer2 .container .left_ball .canvas-sc canvas{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transform: scale(1.1);
}
.layer2 .container .right {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.layer2 .container .right svg {
  width: 100%;
  height: 2.43rem;
  user-select: none;
}
@keyframes shake {
  0% { transform: translateX(0); }
  30% { transform: translateX(-5px); }
  60% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}
#zongbu:hover{
    transition: transform 0.3s ease-in-out;
    animation: shake 0.5s;
    animation-iteration-count: 1;
}
#fenzhi:hover{
    transition: transform 0.3s ease-in-out;
     animation: shake 0.5s;
    animation-iteration-count: 1;
}
#yidong:hover{
    transition: transform 0.3s ease-in-out;
     animation: shake 0.5s;
    animation-iteration-count: 1;
}
#shuju:hover{
    transition: transform 0.3s ease-in-out;
     animation: shake 0.5s;
    animation-iteration-count: 1;
}
.layer3 .layer3_img {
  width: 4.648rem;
  margin-bottom: 0.36rem;
}

.layer3 .layer3_img img {
  width: 4.648rem;
}

.layer4 {
    padding:0.35rem 1.25rem;
}

.layer4_content_top {
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
}
.layer4_content ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing:border-box;
  padding:0 10px;
  text-align: center;
}

.layer4_content ul li .img {
  width: 0.36rem;
  height: 0.36rem;
  display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.layer4_content ul li .img img {
    transform: scale(1);
  transition:all 0.6s;
  max-width:100%;
  height:auto;
}
.layer4_content ul li .img:hover img {
  transform: scale(1.1);
}
.layer4 .layer4_title {
  font-size: 0.12rem;
  font-size:max(min(0.12rem , 30px) , 20px);
  font-weight: 600;
  color: #00346b;
  margin: 0.12rem 0 0.07rem 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:100%;
}

.layer4 .layer4_contents {
  font-size: 0.06rem;
  font-size: max(min(0.06rem , 16px) ,12px);
  color: #7b93ab;
  display: block;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  width:100%;
}
.layer1 {
  height: 1.84rem;
  padding: 0.4rem 1.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.layer1 img{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.layer1 .layer1_introduce {
  width: 2.4rem;
  font-size: 0.064rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.layer1_title {
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  margin-bottom: 0.12rem;
  margin-top: 0.24rem;
}
@media screen and (max-width: 1000px) {
    .layer2{
        padding:0.36rem 20px;
    }
    .layer2 .container .right svg{
        height:100%;
    }
    .layer4{
        padding:0 20px 0.36rem;
    }
  .layer1{
    padding: 0 0.2rem ;
  }
  .layer1 .layer1_introduce{
    width: 90%;
  }
  .layer4 .layer4_contents{
      text-align: center;
  }
  .layer2 .nav_title :nth-child(3n)::after {
    height: 0;
  }
  .layer2 .nav_title li{
      width:fit-content;
  }
  .layer3{
    padding: 0 0.1rem;
    padding-bottom: 0.1rem;
  }
  .layer3 .layer3_img{
    width: 80%;
    margin: auto;
  }
  .layer3 .layer3_img img{
    width: 100%;
  }
  .layer4_content ul li {
    padding: 0 0.05rem;
  }
.solution{
  width: 90%;
}
  }