header {
  position: fixed;
  top: 0;
  height: 110px;
  width: 100%;
  z-index: 9999;
  transition: .5s;
}

.clickstyle {
  opacity: 1;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.headerLeftLogo {
  position: absolute;
  top: 42px;
  left: 50px;
  height: 36px;
  width: 370px;
  background-image: url("/default/img/logoTop_white.png");
  background-repeat: no-repeat;
  transition: .5s;
  background-size: auto 36px;
  object-fit: cover !important;
  z-index: 100;
}

.headerLeftLogO {
  position: absolute;
  top: 42px;
  left: 50px;
  height: 36px;
  width: 370px;
  background-image: url("/default/img/logoTop_white.png");
  background-repeat: no-repeat;
  transition: .5s;
  background-size: auto 36px;
  object-fit: cover !important;
}

.headerCenter {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  width: 750px;
}

.redra {
  position: absolute;
  bottom: 20px;
  left: 45px;
  width: 6px;
  height: 6px;
  background: #D1332D;
  border-radius: 6px;
  display: none;
  transition: 1s;
}

.headerCenter li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 32px;
}



.redround {
  position: absolute;
  bottom: 20px;
  width: 6px;
  height: 6px;
  background: #D1332D;
  border-radius: 50%;
  opacity: 0;

}

.headerCenter a {
  color: #fff;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
}

.headerRightMenu {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  right: 50px;
  border-radius: 50%;
  top: 33px;
  filter: contrast(100%);
  transition: .5s;
  z-index: 101;
}

.menu-p {
  display: none;
}

.headerRightMenu:hover {
  /* background-color: #D1332D; */
}

.headerRightMenu img {
  object-fit: cover;

}

.headerRightMenU {
  position: absolute;
  right: 50px;
  top: 44px;
  filter: contrast(100%);
  transition: .5s;
}

.topMenu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  transition: 1s ease;
  top: 0%;
  right: -0px;
  width: 100%;
  height: 0%;
  /* background-image: url("/default/img/cdbj.png"); */
  z-index: 10100;
  overflow: hidden;

}

.topMenu_bk {
  position: fixed;
  right: -20vw;
  top: -40vw;
  width: 150vw;
  height: 150vw;
  background: #D1332D;
  transform-origin: right top;
  transform: scale(0);
  border-radius: 50%;
  opacity: 0;
  transition: 1.28s;
  z-index: 10000;
  overflow: hidden;
}

/* .topMenu_bk div{
  top: 40vw;
  right: 30vw;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: url("/default/img/cdbj.png");
  background-size: 100% 100%;
  background-position: center;
  z-index: 9999;
} */

.topMenu_img {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  transition: 1s;
  z-index: 10001;
}

.topMenu_img img {
  width: 100%;
  height: 100%;
}

.headerRightMenu:hover .topMenu {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.topMenu h1 {
  font-family: SourceHanSansCN-Bold;
  color: #fff;
  font-size: 36px;
  line-height: 60px;
  margin: 38px 0 50px 0;
}

.topMenu .sprit {
  width: 4px;
  height: 24px;
  background: #FFFFFF;
  transform: rotate(30deg);
  margin-bottom: 17px;
  margin-left: 8px;
}

.topMenu p {
  font-family: OPPOSans-B;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.bottomP {
  position: absolute;
  bottom: 80px;
  left: 148px;
  height: 16px;
  font-size: 12px;
  font-family: OPPOSans-R;
  line-height: 18px;
  color: #FFFFFF;
  opacity: 0.4;
  font-weight: 400 !important;
}

.menuUl {
  display: flex;
}

.menuUl>li {
  width: 173px;
  height: 439px;
  padding-top: 21px;
  padding-left: 19px;
  border-left: 1px solid #ffffff70;
}

.menuA {
  font-size: 24px;
  font-family: SourceHanSansCN-Regular;
  line-height: 24px;
  color: #FFFFFF;
}

.menuUlChildren {
  margin-top: 27px;
}

.menuUlChildren li {
  margin: 13px 0;
}

.menuUlChildren a {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  color: #FFFFFF;
  position: relative;
}

.menuUlChildren a:hover div {
  opacity: 1;
}

.white_round {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  left: -23px;
  top: 8px;
  opacity: 0;
  transition: .3s;
}

.menuClose {
  position: absolute;
  top: 37px;
  right: 33px;
  display: block;
  width: 50px;
}

.menuClose img {
  width: 100%;
}

.menuClose p {
  font-family: OPPOSans;
  font-weight: 300px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}

.gotop {
  position: fixed !important;
  bottom: 32px;
  right: -50px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #d1332d;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: .3s !important;
  z-index: 999;
  overflow: hidden;
}

.gotop:before {
  border-radius: 50% !important;
  background-color: rgb(167, 41, 36) !important;
}

.gotop .iconfont {
  font-size: 15px;
  color: #fff;
}

@media screen and (max-width:1600px) {
  .menuClose {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 35px;
  }

  .menuUl>li {
    width: 100px;
    height: 340px;
  }

  .menuUlChildren li {
    margin: 10px 0;
  }

  .bottomP {
    left: 66px;
    bottom: 30px;
  }

  header {
    height: 77px;
  }

  .headerLeftLogo {
    top: 24px;
    /* width: 149px;
    background-size: 149px;
    background-repeat: no-repeat; */
  }

  .headerLeftLogO {
    top: 24px;
    /* width: 149px;
    background-size: 149px;
    background-repeat: no-repeat; */
  }

  .headerCenter {
    justify-content: flex-end;
  }

  .headerCenter li {
    margin: 0 24px;
  }

  .headerCenter a {
    font-size: 14px;
  }

  .headerRightMenu {
    top: 22px;
  }

  .headerRightMenU {
    top: 22px;
  }

  .topMenu h1 {
    font-size: 24px;
    margin: 19px 0 25px 0;
    line-height: 30px;
  }

  .topMenu .sprit {
    width: 2px;
    height: 14px;
    margin-bottom: 10px;
  }

  .topMenu p {
    font-size: 12px;
    line-height: 12px;
  }

  .menuA {
    font-size: 18px;
  }

  .menuUlChildren a {
    font-size: 12px;
  }

  /* .gotop {
    right: 10px !important;
  } */
}

@media screen and (max-width:1300px) {
  .headerCenter {
    width: 940px
  }
}

@media screen and (max-width:700px) {
  .headerCenter {
    display: none;
  }

  header {
    width: 100% !important;
  }

  .headerLeftLogO {
    left: 10px;
  }

  .headerRightMenU {
    right: 10px;
  }

  .menu-p {
    font-family: OPPOSans-B;
    display: block;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
  }

  .headerLeftLogo {
    left: 10px;
    top: 10px;
    background-size: 70vw;
  }

  .headerRightMenu {
    right: 15px;
    top: 12px;
  }

  .topMenu {
    flex-direction: column;
    justify-content: center;
  }

  .topMenu>div:nth-child(2) img {
    display: none;
  }

  .menuUl {
    width: 252px;
    flex-direction: column;
    height: 300px;
    flex-direction: column;
    overflow: auto;
  }

  .menuA {
    font-weight: 400;
  }

  .menuUl>li {
    height: auto;
    border: 0px;
    width: 200px;
    padding-left: 0;
  }

  .topMenu p {
    margin: 0 0 30px 0;
  }

  .menuUlChildren a {
    font-size: 16px;
  }

  .menuUlChildren {
    display: none;
    padding-left: 19px;
    border-left: 1px solid #ffffff70;
  }

  /* 合作伙伴 */
  .partnerslogo {
    width: 96%;
    height: auto;
  }

  .partnerslogo a {
    margin: 0 5px;
  }

  .topMenu_bk {
    width: 150vh;
    height: 150vh;
    right: -40vh;
  }
}