.bossgoo-header-nav60 .header-pc .head {
  padding: 30px 0;
  display: flex;
}

.bossgoo-header-nav60 .header-pc .head-left {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}

.bossgoo-header-nav60 .header-pc .logo-box {
  width: 180px;
  height: 90px;
  display: flex;
  align-items: center;
}

.bossgoo-header-nav60 .header-pc .logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-header-nav60 .header-pc .name {
  margin-left: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.bossgoo-header-nav60 .header-pc .country {
  margin: 0;
  margin-left: 10px;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.bossgoo-header-nav60 .header-pc .tel {
  margin-bottom: 5px;
  padding-left: 50px;
  background: url(../image/tel.jpg) no-repeat left center;
  background-size: 34px auto;
}

.bossgoo-header-nav60 .header-pc .email {
  padding-left: 50px;
  background: url(../image/email.jpg) no-repeat left center;
  background-size: 34px auto;
}

.bossgoo-header-nav60 .header-pc .menu {
  height: 60px;
  background: var(--themeColor);
}

.bossgoo-header-nav60 .header-pc .menu .nav_all {
  display: flex;
  height: 60px;
  line-height: 60px;
}

.bossgoo-header-nav60 .header-pc .menu .nav_allli {
  width: 198px;
}

.bossgoo-header-nav60 .header-pc .menu .nav_all > li {
  width: 198px;
  position: relative;
}

.bossgoo-header-nav60 .header-pc .menu .nav_all > li > a {
  color: #fff;
}

.bossgoo-header-nav60 .header-pc .menu .nav_all .first-menu {
  display: none;
  width: 238px;
  position: absolute;
  z-index: 999;
  top: 45px;
  background: #fff;
}

.bossgoo-header-nav60 .header-pc .menu .nav_all .first-menu li {
  position: relative;
  width: 100%;
  line-height: 28px;
  border-bottom: 1px dotted #ccc;
}

.bossgoo-header-nav60 .header-pc .menu .nav_all .first-menu li:hover .second-menu {
  display: block;
}

.bossgoo-header-nav60 .header-pc .menu .nav_all .first-menu li a {
  display: block;
  padding: 5px 20px;
  color: #000;
}

.bossgoo-header-nav60 .header-pc .menu .nav_all .first-menu li a:hover {
  background: var(--themeColor);
  color: #fff;
}

.bossgoo-header-nav60 .header-pc .menu .nav_all .second-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 238px;
  z-index: 999;
  background: #fff;
}

.bossgoo-header-nav60 .header-pc .menu .nav_all > li:hover .first-menu {
  display: block;
}

.bossgoo-header-nav60 .header-phone {
  display: none;
}

.body-add {
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-header-nav60 .header-pc {
    display: none;
  }
  .bossgoo-header-nav60 .header-phone {
    padding: 0 .2rem;
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }
  .bossgoo-header-nav60 .header-phone .menu, .bossgoo-header-nav60 .header-phone .search {
    padding: .1rem;
  }
  .bossgoo-header-nav60 .header-phone .iconfont {
    font-size: .46rem;
    color: #7d7d7d;
  }
  .bossgoo-header-nav60 .header-phone .phone-logo {
    width: 2rem;
    height: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bossgoo-header-nav60 .header-phone .phone-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .bossgoo-header-nav60 .header-nav {
    display: none;
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .bossgoo-header-nav60 .header-nav .country-box {
    margin: 0 .2rem;
    height: .86rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: .02rem solid #efefef;
  }
  .bossgoo-header-nav60 .header-nav .country-box .text {
    margin-right: .4rem;
  }
  .bossgoo-header-nav60 .header-nav .country-box .country {
    position: relative;
    width: auto;
    height: .86rem;
  }
  .bossgoo-header-nav60 .header-nav .country-box .country ul {
    display: none;
    position: absolute;
    right: 0;
    top: .85rem;
    width: 2.5rem;
    background: #fff;
    border: .02rem solid #eee;
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
  }
  .bossgoo-header-nav60 .header-nav .country-box .country li a {
    height: .6rem;
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding: 0 .2rem;
  }
  .bossgoo-header-nav60 .header-nav .country-box .country li a .country-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .bossgoo-header-nav60 .header-nav .country-box .country .now-country span {
    display: block;
  }
  .bossgoo-header-nav60 .header-nav .list {
    padding: 0 .2rem;
  }
  .bossgoo-header-nav60 .header-nav .list > li {
    border-bottom: .02rem solid #efefef;
  }
  .bossgoo-header-nav60 .header-nav .list > li > a {
    display: block;
    padding: .3rem .4rem;
  }
  .bossgoo-header-nav60 .header-nav .list > li.active > a {
    color: #b90423;
  }
  .bossgoo-header-nav60 .header-nav .list .iconfont {
    font-size: .3rem;
  }
  .bossgoo-header-nav60 .header-nav .list .iconfont.arrow-up {
    transform: rotate(180deg);
  }
  .bossgoo-header-nav60 .header-nav .list .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3rem .4rem;
  }
  .bossgoo-header-nav60 .header-nav .list .menu-item .text {
    flex: 1;
    min-width: 0;
  }
  .bossgoo-header-nav60 .header-nav .list .first-menu {
    display: none;
    padding: 0 .6rem;
  }
  .bossgoo-header-nav60 .header-nav .list .first-menu li .first-menu-title {
    padding: .2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bossgoo-header-nav60 .header-nav .list .first-menu li .first-menu-title span {
    font-size: .3rem;
  }
  .bossgoo-header-nav60 .header-nav .list .first-menu .second-menu {
    display: none;
  }
  .bossgoo-header-nav60 .header-nav .list .first-menu .second-menu a {
    display: block;
    padding: .2rem .3rem;
  }
  .bossgoo-header-nav60 .nav-top {
    height: 1rem;
    padding: 0 .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
  }
  .bossgoo-header-nav60 .nav-top .logo-box {
    width: 2rem;
    height: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bossgoo-header-nav60 .nav-top .logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .bossgoo-header-nav60 .nav-top .close .iconfont {
    font-size: .4rem;
  }
  .bossgoo-header-nav60 .header-search {
    display: none;
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .bossgoo-header-nav60 .header-search .close-box {
    display: flex;
    flex-direction: row-reverse;
  }
  .bossgoo-header-nav60 .header-search .close-box .iconfont {
    font-size: .5rem;
    line-height: 1rem;
    padding: 0 .2rem;
  }
  .bossgoo-header-nav60 .header-search .form {
    padding: .3rem .2rem;
  }
  .bossgoo-header-nav60 .header-search .search-box {
    margin-top: .3rem;
    position: relative;
    height: .8rem;
  }
  .bossgoo-header-nav60 .header-search .icon-sousuo {
    position: absolute;
    left: .4rem;
    top: 0;
    width: .4rem;
    line-height: .8rem;
    text-align: center;
    font-size: .4rem;
    color: #666;
  }
  .bossgoo-header-nav60 .header-search .input-text {
    display: block;
    width: 100%;
    height: 100%;
    line-height: .8rem;
    border-radius: .4rem;
    padding: 0 .2rem 0 .9rem;
    background: #fff;
    border: .02rem solid #ddd;
  }
  .bossgoo-header-nav60 .header-search ::-webkit-input-placeholder {
    color: #999;
  }
  .bossgoo-header-nav60 .header-search ::-moz-placeholder {
    color: #999;
  }
  .bossgoo-header-nav60 .header-search :-ms-input-placeholder {
    color: #999;
  }
  .bossgoo-header-nav60 .header-search .search-btn {
    display: block;
    width: 2rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    background: #b90423;
    border: none;
    border-radius: .05rem;
    color: #fff;
    font-size: .3rem;
    margin: .3rem auto;
  }
}

.bossgoo-header-nav60 .header-pc .head,
.bossgoo-header-nav60 .header-pc .menu{
  padding-left: 10px;
  padding-right: 10px;
}
.bossgoo-header-nav60 .bossgoo-header60-wei{
  position: relative;
}
.bossgoo-header-nav60 .bossgoo-header60-wei .footer51-app{
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  width: 100px;
  height: 100px;
  object-fit: contain;
  max-width: initial;
}
.bossgoo-header-nav60 .bossgoo-header60-wei:hover .footer51-app{
  display: inline-block;
}