.bossgoo-header {
  width: 100%;
  height: 95px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bossgoo-header .wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.bossgoo-header.active {
  background: #030f2d;
}

.bossgoo-header .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bossgoo-header .logo {
  display: block;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
}

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

.bossgoo-header .header-right {
  z-index: 999;
  height: 100%;
  display: flex;
  align-items: center;
}

.bossgoo-header .nav .first-menu {
  display: flex;
  align-items: center;
}

.bossgoo-header .nav .first-menu > li {
  position: relative;
  margin: 0 25px;
}

.bossgoo-header .nav .first-menu > li > a {
  line-height: 95px;
  font-size: 16px;
}

.bossgoo-header .nav .first-menu > li:hover .com-second {
  transform: scaleY(1);
}

.bossgoo-header .nav .com-second {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 350px;
  padding: 25px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s linear;
}

.bossgoo-header .nav .com-second::before {
  content: '';
  position: absolute;
  z-index: 9;
  top: -20px;
  left: 20px;
  border-width: 12px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
}

.bossgoo-header .nav .com-second > ul {
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-header .nav .com-second > ul > li {
  width: 50%;
  margin-bottom: 10px;
}

.bossgoo-header .nav .com-second > ul > li:last-child {
  margin-bottom: 0;
}

.bossgoo-header .nav .com-second > ul > li a {
  color: #666;
}

.bossgoo-header .nav .com-second > ul > li a:hover {
  color: #0054a7;
}

.bossgoo-header .nav .second-menu {
  width: 500px;
}

.bossgoo-header .nav .second-menu dl {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}

.bossgoo-header .nav .second-menu dl:last-child {
  margin-bottom: 0;
}

.bossgoo-header .nav .second-menu dt {
  width: 100px;
  color: #333;
}

.bossgoo-header .nav .second-menu dd {
  flex: 1;
  min-width: 0;
  padding-left: 20px;
  border-left: 1px solid #c3c3c3;
}

.bossgoo-header .nav .second-menu .third-menu {
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-header .nav .second-menu .third-menu li {
  width: 50%;
  text-align: left;
  margin-bottom: 5px;
}

.bossgoo-header .nav .second-menu .third-menu a {
  color: #666;
}

.bossgoo-header .nav .second-menu .third-menu a:hover {
  color: #0054a7;
}

.bossgoo-header .line {
  margin: 0 40px 0 15px;
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.3);
}

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

.bossgoo-header .header-tel .iconfont {
  font-size: 28px;
  margin-right: 5px;
}

.bossgoo-header .header-tel span {
  font-size: 20px;
  font-weight: bold;
}

.bossgoo-header-phone, .bossgoo-header-phone-nav {
  display: none;
}

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

@media only screen and (max-width: 1300px) {
  .bossgoo-header .logo {
    width: 200px;
  }
  .bossgoo-header .nav .first-menu > li {
    margin: 0 15px;
  }
  .bossgoo-header .line {
    margin: 0 15px 0 0;
  }
}

@media only screen and (max-width: 1040px) {
  html {
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: auto;
  }
  .bossgoo-header {
    display: none;
  }
  .bossgoo-header-phone {
    width: 100%;
    padding: 0 1.5rem;
    height: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .bossgoo-header-phone .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/menu.png) no-repeat center;
    background-size: cover;
  }
  .bossgoo-header-phone .menu .iconfont {
    font-size: 2.4rem;
    line-height: 1;
    color: #333;
  }
  .phone-logo {
    width: 14rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .phone-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .bossgoo-header-phone-nav {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .bossgoo-header-phone-nav .nav-top {
    height: 6rem;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #030f2d;
    color: #fff;
  }
  .bossgoo-header-phone-nav .nav-top .close {
    transform: all .3s;
  }
  .bossgoo-header-phone-nav .nav-top .close .iconfont {
    font-size: 2rem;
  }
  .bossgoo-header-phone-nav .bossgoo-header-list {
    height: calc(100vh - 6rem);
    overflow-y: auto;
  }
  .bossgoo-header-phone-nav .bossgoo-header-list > li {
    border-bottom: 0.02rem solid rgba(18, 18, 18, 0.3);
  }
  .bossgoo-header-phone-nav .bossgoo-header-list > li > a {
    display: block;
    padding: 2rem;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .bossgoo-header-phone-nav .bossgoo-header-list > li.active > a {
    color: #0054a7;
  }
  .bossgoo-header-phone-nav .bossgoo-header-list .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
  }
  .bossgoo-header-phone-nav .bossgoo-header-list .menu-item .text {
    flex: 1;
    min-width: 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .bossgoo-header-phone-nav .bossgoo-header-list .menu-item .iconfont {
    font-size: 1.6rem;
    line-height: 1;
    transition: all .3s linear;
  }
  .bossgoo-header-phone-nav .bossgoo-header-list .menu-item .icon-jianhao {
    display: none;
  }
  .bossgoo-header-phone-nav .bossgoo-header-list .second-menu {
    display: none;
    padding: 2.2rem 1.5rem;
    border-top: 0.02rem solid rgba(18, 18, 18, 0.3);
  }
  .bossgoo-header-phone-nav .bossgoo-header-list .second-menu dl {
    margin-bottom: 1rem;
  }
  .bossgoo-header-phone-nav .bossgoo-header-list .second-menu dt {
    font-size: 1.6rem;
    color: #0054a7;
    margin-bottom: 2rem;
  }
  .bossgoo-header-phone-nav .bossgoo-header-list .second-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .bossgoo-header-phone-nav .bossgoo-header-list .second-menu li {
    width: 50%;
    margin-bottom: .5rem;
  }
  .bossgoo-header-phone-nav .bossgoo-header-list .second-menu li a {
    display: inline-block;
    padding: .5rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-header-phone-nav .bossgoo-header-list > li > a {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
  .bossgoo-header-phone-nav .bossgoo-header-list .menu-item {
    padding: 1.5rem;
  }
  .bossgoo-header-phone-nav .bossgoo-header-list .second-menu dt {
    font-size: 1.4rem;
  }
}
