.Box{
    width: 100%;
    height: 106px;
    /* border-bottom: #1e7ffb 1px solid; */
    z-index: 2;
    position: absolute;
    
}
.navigation_o {
    width: 1440px;
    margin: auto;
    padding-top: 20px;
    box-sizing: border-box;
    z-index: 2;
    display: flex;
    justify-content: space-around;
}

.navigation_o .img {
    width: 545px;
    margin:0px 33% 1% 0%;
    z-index: 2;
}

.img>img {
    width: 100%;
    height: 80%;
}

.EN {
    width: 215px;
    margin: 0.9% 2% 5% 0%;
    text-align: right;
}

.CN {
    width: 60%;
    height: 45px;
    border-radius: 100px;
    background-color: white;
    text-align: center;
    position: relative;
    margin-left: 75%;
    /* right: -150px; */
    z-index: 3;
}

.diamond {
    width: 100px;
    height: 100px;
    background-color: #1e7ffb;
    transform: rotate(45deg);
    border-radius: 10px;
    position: relative;
    left: 50px;
    top: 50px;
  }

  /* switch */
  /* 开关样式 */
  label.bui-switch-label .bui-switch {
    width: 50px;
    height: 25px;
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fdfdfd;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
  }

  /* 滑块样式 */
  label.bui-switch-label .bui-switch:before {
    content: '';
    width: 23px;
    height: 24px;
    position: absolute;
    top: 0px;
    left: 1px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  }

  /* 滑块向右移动距离 */
  label.bui-switch-label input:checked+.bui-switch:before {
    left: 27px;
  }

  /* 隐藏原生checkbox */
  label.bui-switch-label input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }

  /* 滑块向右移动动画 */
  label.bui-switch-label.bui-switch-animbg .bui-switch:before {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }

  /* 滑块向右移动 开关颜色动画 */
  label.bui-switch-label.bui-switch-animbg input:checked+.bui-switch {
    box-shadow: #dfdfdf 0 0 0 0 inset;
    background-color: #1e7ffb;
    -webkit-transition: border-color 0.4s, background-color ease 0.4s;
    transition: border-color 0.4s, background-color ease 0.4s;
  }



  .nava{
    width: 100%;
    justify-self: 110px;
    position: absolute;
    top: 122px;
}
.navigation_t {
    width: 1440px;
    margin: auto;
    z-index: 3;
    display: flex;
}



/* 点击 */
.biao_dian {
    width: 240px;
    height: 124px;
    margin: 0px 22px;
    padding-top: 10px;
    text-align: center;
    border-radius: 15px;
    z-index: 2;
}

.biao_dian>.h5 {
    font-weight: 600;
    font-size: 17px;
    color: aliceblue;
    padding-top: 5px;
    padding-bottom: 2.5px;
    letter-spacing:2px;
}

.biao_dian>.h4 {
    font-weight: 500;
    color: aliceblue;
    font-size: 17px;
    margin-top: 10px;
}
/* .biao_dian>.h4::after {
    position: absolute;
    display: none;
    content: '';
    width: 45px;
    height: 4px;
    background-color: aliceblue;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
} */

.diamond {
    width: 130px;
    height: 130px;
    background-color: #1e7ffb;
    border-radius: 15px;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}

.biao_dian .diamond {
    display: none;
}
.biao_dian.active>.h4::after {
    display: block;
}
.biao_dian.active .diamond {
    display: block;
}
.biao_dian.active {
    background-image: url('../images/log02.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.biao_dian:hover {
    background-image: url('../images/log02.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.biao_dian.other .h5 {
    /* width: 90px; */
}