/* 基础导航样式 */
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff0;
  transition: 1s;
}

/* .header.on {
  height: 100px;
  background: #fff;
} */

.navBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*logo样式*/
.header .logo {
  width: auto;
  display: flex;
  transition: 0.5s;
}

.header .logo a {
  transition: 1s;
  display: flex;
  align-items: center;
}

.header.on .logo .img2 {
  display: flex;
}

.header.on .logo .img1 {
  display: none;
}

.header .logo .img2 {
  display: none;
}


.header .logo {
  transition: 1s;
}

.header .logo a {
  transition: 1s;
  width: 100%;
  height: 100px;
  padding: 15px 0;
  display: block;
}

.header .logo a img {
  max-width: 100%;
  max-height: 100%;
}

.header .nav .navbar_nav {
  max-width: 900px;
  padding-left: 0;
  display: flex;
  justify-content: space-around;
}

.header .navbar_nav li>a {
  font-size: 16px;
  line-height: 100px;
  color: #fff;
  position: relative;
}

.header .navbar_nav li.dropdown {
  width: auto;
}

.header .navbar_nav li.dropdown .dropdown_menu {
  position: absolute;
  top: 100%;
  width: 200px;
  left: calc(50% - 100px);
  background: #fff;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

/* .header .navbar_nav li.dropdown .dropdown_menu a:hover {
  color: #fff;
  background: var(--color);
} */

.header.on .navbar_nav li a {
  color: #000;
}

/* 响应式代码 */
@media screen and (max-width: 992px) {

  .header.on #navToggle span,
  .header.on #navToggle span:before,
  .header.on #navToggle span:after {
    background: #000 !important;
  }

  .header #navToggle span,
  .header #navToggle span:before,
  .header #navToggle span:after {
    background: #000 !important;
  }

  .header .logo .img2 {
    display: flex;
  }

  .header .logo .img1 {
    display: none;
  }

  .header {
    background: #fff;
  }

  .bannerbigbox {
    margin-top: 60px;
  }
}

/* 新加 - 模块 */
/* 导航更新代码 */
.header {
  z-index: 99;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  height: 100px;
  background: rgb(252, 252, 252, 0.6);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  width: 96vw;
  left: 2vw;
  top: 30px;
}


.header .logo {
  width: 320px;
  height: 100px;
}

.header .container {
  padding: 0;
}

.navBox {
  padding: 0 30px;
}

.header .nav {
  width: calc(100% - 320px);
  max-width: initial;
  display: flex;
  justify-content: flex-end;
}

.header .nav .navbar_nav {
  width: calc(100% - 240px);
  max-width: none;
}

.header .navbar_nav li>a {
  font-size: 18px;
  color: #6D6D6D;
  line-height: 100px;
}

.header .navbar_nav li.dropdown:hover>a {
  background: linear-gradient(322.34deg, #DF8900 21.49%, #E06300 78.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: 0s;
}

.header .navbar_nav li.dropdown:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0000;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1440px) {
  .header .logo {
    width: 240px;
  }

  .header .nav {
    width: calc(100% - 240px);
  }
}

@media screen and (max-width: 1200px) {
  .header .logo {
    width: 200px;
  }

  .header .nav {
    width: calc(100% - 200px);
  }

  .navBox {
    padding: 0 15px;
  }

  .header .navbar_nav li>a {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .header {
    top: 0px;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
    width: 100vw;
    left: 0vw;
    border-radius: 0;
  }
}

/* 导航图标代码 */
.NavRight {
  position: relative;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ShopBox {
  transition: 1s;
  width: 160px;
  height: 100px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.ShopBox .aa {
  transition: 1s;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ShopBox .aa {
  width: 145px;
  height: 50px;
  position: relative;
  display: block;
  background: linear-gradient(322.34deg, #E06300 21.49%, #EF970B 78.32%);
  border-radius: 50px;
  display: flex;
  justify-content: center;
}

.ShopBox .aa .dianshan {
  position: relative;
  z-index: 2;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}

.ShopBox .aa .dianshan:hover i:before {
  transform: rotate(180deg);
}

.ShopBox .aa::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: 1;
  background: linear-gradient(322.34deg, #F09709 30%, #E06300 80%);
  filter: blur(0.5px);
  border-radius: 50px;
}

.ShopBox .bb {
  padding: 50px 20px 30px;
  width: 200px;
  min-height: 200px;
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  align-content: space-between;
  display: none;
}

.ShopBox .bb::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% - 20px);
  border-radius: 15px;
  top: 20px;
  left: 0;
  background: #FCFCFC;
}

.ShopBox .bb i {
  display: block;
  position: absolute;
  z-index: -1;
  width: 25px;
  font-size: 25px;
  top: 0;
  left: calc(50% - 13px);
  color: #FCFCFC;
}

.ShopBox:hover .bb {
  display: flex;
}

.ShopBox a {
  width: 50px;
  height: 50px;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.Language {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #2082E1;
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Language:hover {
  color: #fff;
}

/* 下拉导航高度调整 */
.headerOn {
  top: -120px;
}


@media screen and (max-width: 992px) {


  .header.on .logo {
    height: 60px;
  }

  .header.on .logo a {
    height: 60px;
  }

  .header .logo a {
    height: 60px;
    padding: 5px 0;
  }
}

/* 新加代码 */
.header .navbar_nav li.dropdown .dropdown_menu2 {
  position: fixed;
  z-index: -1;
  left: -2vw;
  top: -900px;
  width: 100vw;
  height: 560px;
  background: #FCFCFC;
  display: flex;
  justify-content: space-between;
  padding-right: calc(var(--container) + 30px);
  transition: 0.5s;
}

.header .navbar_nav li.dropdown .dropdown_menu2 img.left {
  width: 24%;
  height: 100%;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
  display: flex;
  top: -30px;
}

.header .navbar_nav li.dropdown .dropdown_menu2 .imgBox {
  position: relative;
  padding-top: 180px;
  width: 30%;
}

.header .navbar_nav li.dropdown .dropdown_menu2 .imgBox img {
  width: 100%;
  display: none;
}

.header .navbar_nav li.dropdown .dropdown_menu2 .imgBox img.cur {
  display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu2 .aBox {
  width: 800px;
  padding-left: 10vw;
  position: relative;
  padding-top: 180px;
}

.header .navbar_nav li.dropdown .dropdown_menu2 .aBox .aa {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}

.header .navbar_nav li.dropdown .dropdown_menu2 .aBox h1 {
  width: 100%;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  color: #333333;
  margin-bottom: 30px;
  text-align: left;
}

.header .navbar_nav li.dropdown .dropdown_menu2 .aBox a {
  width: 200px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #6D6D6D !important;
  text-align: left;
  position: relative;
  padding-left: 0;
  transition: 0.5s;
}

.header .navbar_nav li.dropdown .dropdown_menu2 .aBox a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(92.03deg, #DF8900 3.78%, #E06300 51.37%);
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
}

.header .navbar_nav li.dropdown .dropdown_menu2 .aBox a.cur {
  padding-left: 45px;
  background: linear-gradient(322.34deg, #DF8900 21.49%, #E06300 78.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header .navbar_nav li.dropdown .dropdown_menu2 .aBox a.cur::after {
  width: 30px;
}



@media screen and (max-width: 1440px) {
  .header .navbar_nav li.dropdown .dropdown_menu2 img.left {
    width: 29%;
    height: 100%;
  }

  .header .navbar_nav li.dropdown .dropdown_menu2 .aBox {
    width: 600px;
    padding-left: 60px;
  }

  .header .navbar_nav li.dropdown .dropdown_menu2 img.left {
    width: calc((100vw - 1170px) / 2 + 250px);
  }
}

@media screen and (max-width: 1200px) {
  .header .navbar_nav li.dropdown .dropdown_menu2 .aBox .aa {
    width: 400px;
  }

  .header .navbar_nav li.dropdown .dropdown_menu2 .aBox {
    width: 400px;
  }

  .header .navbar_nav li.dropdown .dropdown_menu2 .imgBox {
    width: 30%;
  }

  .header .navbar_nav li.dropdown .dropdown_menu2 img.left {
    width: calc(2vw + 220px);
  }

  .ShopBox .aa {
    width: 120px;
    height: 45px;
  }

  .Language {
    width: 45px;
    height: 45px;
  }
}


/* 新加 */
.header .nav .navbar_nav {
  width: auto;
}

.NavRight {
  width: auto;
}

:root {
  --dengkuan: 25px
}

@media screen and (max-width: 1600px) {
  :root {
    --dengkuan: 15px
  }
}

@media screen and (max-width: 1440px) {
  :root {
    --dengkuan: 10px
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --dengkuan: 5px
  }
}

.header .navbar_nav li.dropdown {
  padding: 0 var(--dengkuan);
}

.ShopBox {
  width: auto;
  margin: 0 var(--dengkuan);
}

.Language {
  margin-left: var(--dengkuan);
}