.navbox {
  display: flex;
  flex-direction: column;
  position: sticky;
  width: 360px !important;
  height: 100vh;
  background-color: #fff;
}

.navbox .logo {
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  width: 100%;
  height: 5.208vw;
  background: #1e3c72;
  /* border-bottom: 1px solid #E4E8EB; */
  margin-bottom: 20px;
  padding: 20px 0;
}

.navbox .logo::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  width: 10px;
  height: 100%;
  z-index: 11;
  background: #1e3c72;
}

.navbox .logo .pic {
  width: 70px;
  height: 80px;
  overflow: hidden;
  /* margin-left: 30px; */
  /* margin-right: 10px; */
}

.navbox .logo .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* object-fit: cover; */
}

.navbox .logo .word .bt {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  font-family: 'Candara', 'Comic Sans MS', 'Chalkboard SE', cursive !important;
}

.navbox .logo .word p {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  font-family: 'Candara', 'Comic Sans MS', 'Chalkboard SE', cursive !important;
}

.navbox .logo .word p:last-child {
  font-family: 'Candara', 'FZShuTi', '方正舒体', serif !important;
}

.navbox .layui-nav .layui-this:after,
.navbox .layui-nav-bar {
  display: none !important;
}

.navbox .headline {
  display: flex !important;
  align-items: center;
  height: 47px !important;
  padding-left: 2.604vw !important;
  font-size: 18px;
  font-weight: bold;
  color: #222324 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: all 0s !important;
  line-height: 47px !important;
}

.navbox .headline .layui-nav-more {
  top: auto;
}

.navbox .headline:hover div {
  color: #2B97FF !important;
}

.navbox .layui-nav-child {
  padding: 0 !important;
  background-color: #F7F7F7;
}

.navbox .layui-this {

  background-color: transparent !important;
}

.navbox .layui-this a {
  color: #fff !important;
  background-color: #2B97FF !important;
  transition: none !important;
  opacity: 0.8;
  /* font-weight: bold; */
}

.navbox .layui-this a div {
  color: #fff !important;
}

.navbox .subtitle {
  display: flex !important;
  align-items: center;
  height: 47px !important;
  line-height: 47px !important;
  padding-left: 2.604vw !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 16px;
  color: #6E7173 !important;
  transition: all .3s !important;
  /* position: relative; */
}

/* .navbox .subtitle::after {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s;
  z-index: -1;
  background-color: #2B97FF !important;

} */



.navbox dd:hover {
  background-color: #2B97FF !important;
  opacity: 0.8;


}

.navbox dd:hover a div {
  color: #FFFFFF !important;


}

.navbox .copyright {
  display: flex;
  padding-left: 2.604vw;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
  margin-bottom: 2.083vw;
}

.navbox .copyright .item {
  display: block;
  font-size: 14px;
  color: #6E7173;
  line-height: 25px;
  text-align: left;
  margin-bottom: 10px;
}

/* 滚动条整体 */
.navbox::-webkit-scrollbar {
  width: 1px;
  /* 纵向滚动条宽度 */
  height: 8px;
  /* 横向滚动条高度 */
}

/* 滚动条轨道 */
.navbox::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

/* 滚动条滑块 */
.navbox::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

/* 滑块悬停时 */
.navbox::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.topbox {
  position: sticky;
  right: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 5.208vw;
  /* background: #fff; */
  /* background-image: linear-gradient(90deg, #FFFFFF, #0A9BFA 100%); */

  /* background-image:linear-gradient(90deg, #031430 10%,#FFF 100%); */
  /* background-image:linear-gradient(135deg,#FEB692 10%,#FFF 100%); */
  /* background-image:linear-gradient(135deg,#FFD3A5 10%,#e6a2b0 100%); */
  /* background-image:linear-gradient(90deg,#243949 0%,#517fa4 100%); */
  /* background-image:linear-gradient(90deg,#5debad 0%,#FFF 100%); */
  /* background-image:linear-gradient(90deg,#1e3c72 0%,#fff 100%); */
  background-image: linear-gradient(90deg, #1e3c72 0%, #fff 100%);
  /* border: 1px solid #E4E8EB; */
  padding-right: 3.125vw;
}

.topbox::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 10px;
  height: 100%;
  z-index: 11;
  background: #1e3c72;
}


.topbox .language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.topbox .language .name {
  font-size: 20px;
  color: #6E7173;
}

.topbox .language .list {
  width: 36px;
  height: 24px;
  margin-right: 1.042vw;
}

.topbox .language .list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.online-contact {
  position: fixed;
  right: 20px;
  top: 60%;
  z-index: 999;
  width: auto;
  height: auto;
  padding: 10px 20px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: rgb(255, 255, 255, 0);


}

.online-contact .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.online-contact .fw .t {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.online-contact .fw p {
  font-size: 14px;
  color: #2B97FF;
  color: #008000;
}

.online-contact .fw .line {
  display: flex;
  align-items: center;
  background-color: #008000;
  padding: 10px;
  border-radius: 10px;
  margin: 20px 0;
}

.online-contact .fw .line p {
  font-size: 14px;
  margin-left: 5px;
  color: #fff;
}

.online-contact .ma {
  position: relative;
  cursor: pointer;
}

.online-contact .ma .wema {
  display: none;
  position: absolute;
  left: -180px;
  top: -130px;
  width: 150px;
  height: 150px;
  background-color: #fff;
}

.online-contact .ma .wema img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.online-contact .ma:hover .wema {
  display: block;
}

.online-contact .close {
  right: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
}

.navbox .layui-this:hover a div {
  color: #fff !important;
}

.navbox .logo .word p:last-child {
  line-height: 14px;
}

@media (max-width: 1400px) {
  .navbox a {
    font-size: 16px !important;
  }

  .navbox .logo .word .bt {
    font-size: 18px;
  }

  .navbox .logo .word p {
    font-size: 12px;
  }

  .navbox .logo .pic {
    height: 60px;
  }

  .navbox .logo .word {
    padding-top: 1vw;
  }
}

@media (max-width: 1200px) {
  .navbox .logo .word {
    padding-top: 0.5vw;
  }
}

.white-header {
  display: none;
}

.header {
  display: none;
}

.navbox .headline div {
  font-size: 18px !important;
  color: #222324 !important;
}

.navbox .subtitle div {
  font-size: 16px !important;
  color: #6E7173 !important;
}

@media (max-width: 961px) {
  .white-header {
    display: block;
    width: 100%;
    height: 60px;
  }

  .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    background-color: #FFFFFF;
  }

  .header .logo {
    display: flex;
    align-items: center;
  }

  .header .logo .pic {
    width: 50px;
    height: 50px;
  }

  .header .logo .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header .language {
    display: flex;

  }

  .header .language .name {
    font-size: 14px;
  }

  .header .language .list {
    width: 22px;
    height: 14px;
    margin-right: 15px;
  }

  .header .language .list img {
    width: 100%;
    height: 100%;
  }

  .header .phonebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-left: 10px;
  }

  .header .phonebtn img {
    width: 35px;
    height: 35px;
    object-fit: cover;
  }

  .mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10086;
    width: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .navbox {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 10096;
    width: 70% !important;
    transition: all 0.4s;
  }

  .navbox .logo {
    display: none;
  }

  .navbox .subtitle {
    font-size: 14px !important;
    height: 40px !important;
    line-height: 40px !important;
  }

  .navbox .copyright .item {
    font-size: 14px !important;
    margin-bottom: 5px;
  }
}