﻿.bossgoo-header-nav59 {
  position: relative;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  background: #0b0b0b;
  height: 100px;
  z-index: 1000;
  
}
.bossgoo-header-nav59 *{
  user-select: none;
  -webkit-user-select: none;
}
.bossgoo-header-nav59 li>p>.iconfont,
.bossgoo-header-nav59 li>a>.iconfont{
  font-size: 14px;
  color: #999;
}

.bossgoo-header-nav59 li>p>a,
.bossgoo-header-nav59 li>a>span{
  margin-right: 5px;
}

.bossgoo-header-nav59 .showflex {
  display: flex !important;
}

.bossgoo-header-nav59 .showblock {
  display: block !important;
}

.bossgoo-header-nav59 .headnav {
  background-color: #000;
  width: 100%;
}
.bossgoo-header-nav59 .pcnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  position: relative;
  padding: 0 0 0 20px;
  width: 100%;
  background-color: #000;
}

.bossgoo-header-nav59 .pcnav .cpnname {
  display: none;
}

.bossgoo-header-nav59 .pcnav .logoimg {
  justify-content: flex-start;
  align-items: center;
  max-height: 100px;
  max-width:200px;
}

.bossgoo-header-nav59 .pcnav .logoimg span {
  display: inline-block;
  margin-right: 10px;
}

.bossgoo-header-nav59 .pcnav .logoimg span.iconfont {
  display: inline-block;
  margin-right: 5px;
}

.bossgoo-header-nav59 .pcnav .logoimgbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-header-nav59 .pcnav .logoimgbox img {
  max-width: 35%;
  height: 100px;
}

.bossgoo-header-nav59 .pcnav .logoimg .img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.bossgoo-header-nav59 .pcnav .logoimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 60px;
}

.bossgoo-header-nav59 .pcnav .logoimg .cpnname {
  font-size: 24px;
  /* max-width: 80%; */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bossgoo-header-nav59 .pcnav .leftNavBar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100px;
  width: 200px;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  padding: 0 10px;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .selectLan {
  display: none;
  cursor: pointer;
  position: relative;
  align-items: center;
  height: 100px;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .selectLan p {
  margin-right: 20px;
  padding-right: 15px;
  position: relative;
  text-align: center;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .selectLan p .iconfont {
  position: absolute;
  transition: all 0.5s;
  right: 0;
  top: 2px;
  transform-origin: 50% 50%;
}


.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .selectLan ul {
  display: none;
  box-sizing: border-box;
  right: 0;
  top: 100px;
  position: absolute;
  z-index: 999;
  border-radius: 0 0 10px 10px;
  background-color: #1a1a1a;
  padding:15px 8px 5px;
  transition: all 0.5s;
  overflow: hidden;
  opacity: 0;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .selectLan ul.show{
  opacity:1;
  display: block;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .selectLan ul li{
  margin-bottom: 10px;
}


.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .selectLan ul li a {
  font-size: 14px;
  max-width: 200px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}





.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .inputBar {
  display: none;
  justify-content: flex-start;
  align-items: center;
  width: 360px;
  border-radius: 20px;
  margin-right: 10px;
  height: 40px;
  background-color: #2b2b2b;
  padding-right: 20px;
  position: absolute;
  right: 0;
  top: 100%;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .inputBar input {
  height: 39px;
  line-height: 39px;
  width: 100%;
  color: #666;
  font-size: 16px;
  padding-left: 15px;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .inputBar .select {
  width: 100px;
  position: relative;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .inputBar .select .selectBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 2px solid #1a1a1a;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .inputBar .select .selectBar input {
  cursor: pointer;
  color: #ccc;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .inputBar .select .selectBar .iconfont {
  margin-right: 5px;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .inputBar .select ul {
  display: none;
  width: calc(100% - 2px);
  font-size: 16px;
  position: absolute;
  top: 102%;
  left: 0;
  background-color: #2b2b2b;
  z-index: 999;
  border-radius: 15px 0 15px 15px;
  padding: 5px 0;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .inputBar .select ul li {
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 15px;
  cursor: pointer;
  color: #ccc;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .inputBar .select ul li:hover {
  color: #fff;

}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .inputBar .input {
  flex: 1;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .inputBar .btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .inputBar input[type="submit"] {
  padding: 0;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .inputBar i {
  right: 0;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar p {
  font-size: 14px;
  color: #fff;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .searchBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0.5;
  border-radius: 50%;
  cursor: pointer;
}

.bossgoo-header-nav59 .pcnav .leftNavBar .searchBar .searchBlock span {
  font-size: 24px;
  color: #666;
  color: #fff;
}

.bossgoo-header-nav59 .navBar {
  width: calc(100% - 400px);
  padding-left: 30px;
}

.bossgoo-header-nav59 .navBar ul.navListOne {
  display: flex;
  justify-content: flex-start;
  background-color: #000;
  height: 100px;
}

.bossgoo-header-nav59 .navBar ul.navListOne .listOneUl li a {
  max-width: 90%;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li {
  font-size: 16px;
  color: #fff;
  padding: 0 20px 0 20px;
}
.bossgoo-header-nav59 .navBar ul.navListOne>li a{
  color: #fff;
  text-align: center;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li.more {
  position: relative;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li.more .morelist {
  position: absolute;
  right: 0;
  top: 100%;
  height: auto;
  min-width: 150px;
  max-width: 180px;
  display: none;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  border-radius: 0 0 5px 5px;
  z-index: 999;
  background-color: #000;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li.more:hover .morelist {
  display: block;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li.more .morelist li {
  position: relative;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li.more .morelist li>a {
  font-size: 16px;
  font-family: var(--fontRegular);
}

.bossgoo-header-nav59 .navBar ul.navListOne>li.more .morelist li:hover>a {
  color: var(--themeColor);
}

.bossgoo-header-nav59 .navBar ul.navListOne>li.more .morelist li .morelistOne {
  position: absolute;
  right: 100%;
  top: 0;
  height: auto;
  min-width: 150px;
  max-width: 450px;
  display: none;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  border-radius: 0 0 5px 5px;
  background-color: white;
  z-index: 999;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li.more .morelist li:hover .morelistOne {
  display: block;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li.more .morelistOne li {
  position: relative;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li.more .morelistOne li a {
  display: block;
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li.more .morelist li span {
  font-size: 18px;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li.more .morelist li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li.more .morelistOne li .morelistTwo {
  position: absolute;
  background-color: white;
  right: 100%;
  top: 0;
  height: auto;
  min-width: 150px;
  max-width: 450px;
  display: none;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  border-radius: 0 0 5px 5px;
  z-index: 999;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li.more .morelistOne li:hover .morelistTwo {
  display: block;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li p>a {
  display: block;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.bossgoo-header-nav59 .navBar ul.navListOne>li i.nav3-iconfont {
  margin-left: 5px;
}

.bossgoo-header-nav59 .navBar .pro{
  position: relative;
}

.bossgoo-header-nav59 .downDropList{
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #000;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  height: 0;
  transition: all .5s;
  overflow: hidden;
  overflow: hidden;
}

.bossgoo-header-nav59 .downDropList.show{
  height: auto;
}

.bossgoo-header-nav59 .listOne {
  width: 360px;
  padding:15px; 
  flex-shrink: 0;
  background: #1a1a1a;

}
.bossgoo-header-nav59 .listTwo {
  width: 360px;
  padding:15px;; 
  flex-shrink: 0;
  background: #212121;
}
.bossgoo-header-nav59 .listTwo .listTwoUl{
  height: 480px;
  overflow-y: auto;
}

.bossgoo-header-nav59 .listTwo .listTwoUl::-webkit-scrollbar {
  width : 8px;
  height: 8px;
}
.bossgoo-header-nav59 .listTwo .listTwoUl::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgb(0, 0, 0, 0.2);
  background: #aaaaaa;
}
.bossgoo-header-nav59 .listTwo .listTwoUl::-webkit-scrollbar-track {
  box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background : #ededed;
}

.bossgoo-header-nav59 .listThree {
  width: 420px;
  padding:20px; 
  flex-shrink: 0;
  background: #212121;
}

.bossgoo-header-nav59 .listThree .listThreeUl{
  max-height: 480px;
  overflow: hidden;
  overflow-y: auto;
}

.bossgoo-header-nav59 .listThree .listThreeUl::-webkit-scrollbar {
  width : 8px;
  height: 8px;
}
.bossgoo-header-nav59 .listThree .listThreeUl::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgb(0, 0, 0, 0.2);
  background: #aaaaaa;
}
.bossgoo-header-nav59 .listThree .listThreeUl::-webkit-scrollbar-track {
  box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background : #ededed;
}

.bossgoo-header-nav59 .listThree .listThreeUl{
  width: 420px;
  display: grid;
  grid-template-columns: repeat(3,120px);
  gap: 10px;
}




.bossgoo-header-nav59 .navListOne .pro p span{
  margin-right: 5px;
}

.bossgoo-header-nav59 .downDropList ul li p{
  height: 60px;
  line-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 8px;
}
.bossgoo-header-nav59 .downDropList ul li p{
  border-bottom: 1px solid #272727;
  color: #999999;
}


.bossgoo-header-nav59 .downDropList .listTwoUl p a{
  width: 90%;
}



.bossgoo-header-nav59 .downDropList ul li:last-child p{
  border-bottom: none;
}
.bossgoo-header-nav59 .downDropList ul li p .iconfont{
  color: #ccc;
  font-size: 24px;
}
.bossgoo-header-nav59 .downDropList .listThree .listThreeUl li {
  height: 30px;
  
}
.bossgoo-header-nav59 .downDropList .listThree .listThreeUl li a{
  color: #999999;
  font-size: 14px;
  width: 100%;
}
.bossgoo-header-nav59 .downDropList .listThree .listThreeUl li a:hover{
  color: #e83034;
  text-decoration: underline;
}

.bossgoo-header-nav59 .downDropList li.active .title{
  color: #e83034;
}

.bossgoo-header-nav59 .downDropList2 {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 180px;
  z-index: 9999;
  background-color:#1a1a1a ;
  padding: 10px 5px;
  border-radius:  0 0 6px 6px;
  transform: translateX(-50%);
}

.bossgoo-header-nav59 .downDropList2 li{
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #272727;
}

.bossgoo-header-nav59 .downDropList2 li:last-child{
  border-bottom:none;
}


.bossgoo-header-nav59 .downDropList2 li a{
  color: #999 !important;
}


@media only screen and (min-width: 1280px) {
  .bossgoo-header-nav59 .pcnav .cpnname {
    font-size: 16px;
    font-weight: bold;
    /* color: var(--themeColor); */
    /* margin-left: 20px; */
    display: block;
  }


}

@media only screen and (max-width: 1280px) {
  .bossgoo-header-nav59 .pcnav .logoimg .img {
    max-width: 100%;
  }
  .bossgoo-header-nav59 .pcnav .logoimg {
    max-width: 25%;
  }
  .bossgoo-header-nav59 .pcnav .leftNavBar {
    max-width: 75%;
  }
  .bossgoo-header-nav59 .navBar ul.navListOne>li {
    padding: 0 8px 0 8px;
  }
}




@media only screen and (max-width: 1040px) {
  .bossgoo-header-nav59{
    height: 60px;
  }
  .bossgoo-header-nav59 .headBox {
    padding:10px 20px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: #000;
  }
  .bossgoo-header-nav59 .headBox .navBox{
    width: 60px;
  }
  .bossgoo-header-nav59 .headBox .navBox .iconfont{
    font-size: 24px;
    color: #999;
  }
  .bossgoo-header-nav59 .headBox .logoBox{
    width: calc(100% - 140px);
    height: 40px;
  }
  .bossgoo-header-nav59 .headBox .logoBox a{
    height: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bossgoo-header-nav59 .headBox .logoBox img{
    height: 80%;
    object-fit: contain;
  }



  .bossgoo-header-nav59 .headBox .searchBox{
    width: 60px;
    text-align: right;
  }
  .bossgoo-header-nav59 .headBox .searchBox .iconfont{
    font-size: 22px;
    color: #999;
  }


  .bossgoo-header-nav59 .headBox .menuBox .cateOnelistTitle a,
  .bossgoo-header-nav59 .headBox .menuBox .cateTwolistTitle a{
    display: inline-block;
    max-width: 85%;
  }

  .bossgoo-header-nav59 .headBox .menuBox{
    display: none;
    position: fixed;
    left: 0;
    top:60px;
    width: 100%;
    height: calc(100vh - 60px);
    background: #000;
    z-index: 999;
    padding: 30px;

  }
  .bossgoo-header-nav59 .headBox .menuBox .navList-phone{
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
  }
  .bossgoo-header-nav59 .headBox .menuBox .navList-phone .navLi{
    height: 50px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
  }
  .bossgoo-header-nav59 .headBox .menuBox .navList-phone .proLi p{
    height: 50px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
  }




  .bossgoo-header-nav59 .headBox .menuBox .navList-phone>li p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .bossgoo-header-nav59 .headBox .menuBox .navList-phone>li a{
    color: #999;
    height: 14px;
    display: block;
  }
  .bossgoo-header-nav59 .headBox .menuBox .navList-phone>li .iconfont{
    color: #999;
    font-size: 20px;
    position: relative;
    transition: all .3s;
  }
  .bossgoo-header-nav59 .headBox .menuBox .navList-phone>li .iconfont.turned{
    transform: rotate(90deg);
  }
  .bossgoo-header-nav59 .headBox .menuBox .navList-phone .proCateOneList{
    padding-left:15px;
    display: none;
  }
  .bossgoo-header-nav59 .headBox .menuBox .navList-phone .proCateTwoList{
    padding-left:15px;
    display: none;
  }
  .bossgoo-header-nav59 .headBox .menuBox .navList-phone .proList{
    padding-left:15px;
    display: none;
  }


  .bossgoo-header-nav59 .headBox .inputBar {
    display: none;
    position: absolute;
    right: 75px;
    justify-content: flex-start;
    align-items: center;
    width: 280px;
    border-radius: 20px;
    margin-right: 10px;
    height: 32px;
    background-color: #2b2b2b;
    padding-right: 20px;
  }
  
  .bossgoo-header-nav59 .headBox .inputBar input {
    height: 32px;
    line-height: 32px;
    width: 100%;
    color: #f3f3f3;
    font-size: 16px;
    padding-left: 15px;
  }
  
  .bossgoo-header-nav59 .headBox .inputBar .select {
    width: 80px;
    position: relative;
  }
  
  .bossgoo-header-nav59 .headBox .inputBar .select .selectBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 2px solid #1a1a1a;
  }
  
  .bossgoo-header-nav59 .headBox .inputBar .select .selectBar input {
    cursor: pointer;
    color: #f3f3f3;
    font-size: 14px;
  }
  
  .bossgoo-header-nav59 .headBox .inputBar .select .selectBar .iconfont {
    margin-right: 5px;
    font-size: 14px;
  }
  
  .bossgoo-header-nav59 .headBox .inputBar .select ul {
    display: none;
    width: calc(100% - 2px);
    font-size: 16px;
    position: absolute;
    top: 102%;
    left: 0;
    background-color: #2b2b2b;
    z-index: 999;
    border-radius: 15px 0 15px 15px;
    padding: 5px 0;
  }
  
  .bossgoo-header-nav59 .headBox .inputBar .select ul li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px 0 15px;
    cursor: pointer;
    color: #f3f3f3;
  }
  
  .bossgoo-header-nav59 .headBox .inputBar .select ul li:hover {
    color: #fff;
  }
  
  .bossgoo-header-nav59 .headBox .inputBar .input {
    flex: 1;
    color: #f3f3f3;
  }
  
  .bossgoo-header-nav59 .headBox .inputBar .btn {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: relative;
  }
  
  .bossgoo-header-nav59 .headBox .inputBar input[type="submit"] {
    padding: 0;
  }
  
  .bossgoo-header-nav59 .headBox .inputBar i {
    right: 0;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
  }

}


@media only screen and (max-width: 767px) {
  
}

.nav59-phlang{
  position: relative;
}
.nav59_lan{
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.nav59-lang{
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 3;
  padding: 8px;
  background-color: #fff;
  font-size: 14px;
  display: none;
}
.nav59_lan:hover .nav59-lang{
  display: block;
}
@media only screen and (max-width: 480px) {
  .bossgoo-header-nav59 .headBox .searchBox{
    width: 30px;
  }
}