header {
  width: 100%;
  height: 86px;
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  padding-left: 96px;
  padding-right: 450px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1000;
overflow: hidden;
}
header * {
  color: #fff;
}
header .logo,
header .logoH {
  height: 24px;
}
header .logoH {
  display: none;
}
header .navBar {
  margin-left: 10%;
  display: flex;
}
header .navBar > li {
  margin: 0 32px;
  line-height: 84px;
  cursor: pointer;
  /*  */
}
header .navBar > li > a {
  font-size: 16px;
  display: block;
}
header .navBar > li.active,
header .navBar > li:hover {
  border-bottom: 2px solid #fff;
}
header .navBar > li.active > a,
header .navBar > li:hover > a {
  font-weight: bold;
}
header .navBar > li .navBox {
  width: 100%;
  position: absolute;
  top: 85px;
  left: 0;
  display: flex;
  cursor: default;
  background: #FFFFFF;
  display: none;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
  z-index: 110;
}
header .navBar > li .navBox * {
  color: #373739;
}
header .navBar > li .navBox .tab {
  width: 27%;
  padding: 40px 20px 40px 40px;
  border-right: 1px solid #DDDDDD;
}
header .navBar > li .navBox .tab .leftType {
  line-height: 40px;
  padding: 0 18px 0 20px;
  position: relative;
  border-radius: 4px;
}
header .navBar > li .navBox .tab .leftType.layui-this,
header .navBar > li .navBox .tab .leftType:hover {
  background: #D32430;
}
header .navBar > li .navBox .tab .leftType.layui-this a,
header .navBar > li .navBox .tab .leftType:hover a {
  color: #fff;
}
header .navBar > li .navBox .tab .leftType.layui-this .iconfont,
header .navBar > li .navBox .tab .leftType:hover .iconfont {
  display: block;
}
header .navBar > li .navBox .tab .leftType a {
  color: #373739;
  display: block;
}
header .navBar > li .navBox .tab .leftType .iconfont {
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
  display: none;
}
header .navBar > li .navBox .tab .leftType + .leftType {
  margin-top: 10px;
}
header .navBar > li .navBox .tabCon {
  width: 70%;
  overflow-y: auto;
}
header .navBar > li .navBox .tabCon .tabItem {
  display: none;
}
header .navBar > li .navBox .shadow {
  width: 100%;
  height: 4px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -4px;
  left: 0;
}
header .navBar > li .productDetail {
  height: 460px;
}
header .navBar > li .productDetail .tab {
  padding: 40px 20px 40px calc(27% - 190px);
  position: relative;
  background: url(../img/navBg.png) no-repeat right bottom #F5F5F5;
  background-size: 306.5px;
}
header .navBar > li .productDetail .tab .leftType {
  width: 170px;
}
header .navBar > li .productDetail .tab .tel {
  line-height: 1;
  padding-left: 20px;
  position: absolute;
  bottom: 96px;
}
header .navBar > li .productDetail .tab .tel i {
  font-size: 16px;
  color: #D32430;
  margin-top: 18px;
  display: block;
}
header .navBar > li .productDetail .tabCon .tabItem {
  padding: 40px 0 0 28px;
  height: 100%;
}
header .navBar > li .productDetail .tabCon .tabItem .cont {
  height: 100%;
  overflow-y: auto;
}
header .navBar > li .productDetail .tabCon .tabItem .proType {
  height: 40px;
  line-height: 40px;
  background: linear-gradient(90deg, #F5F5F5 0%, #FFFFFF 100%);
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #D32430;
  padding-left: 12px;
}
header .navBar > li .productDetail .tabCon .tabItem .proType i {
  font-size: 10px;
  font-weight: 400;
  color: #D32430;
  margin-left: 14px;
}
header .navBar > li .productDetail .tabCon .tabItem .list {
  display: flex;
  padding-top: 12px;
}
header .navBar > li .productDetail .tabCon .tabItem .productBox {
  padding: 0px 0 16px 12px;
  break-inside: avoid;
}
header .navBar > li .productDetail .tabCon .tabItem .productBox .proName {
  font-size: 14px;
  font-weight: bold;
  color: #373739;
  line-height: 36px;
}
header .navBar > li .productDetail .tabCon .tabItem .productBox ul li {
  color: #878787;
  line-height: 30px;
}
header .navBar > li.serviceCollege.s .productDetail {
  display: flex;
  opacity: 0;
}
header .navBar > li.serviceCollege.s .productDetail .tabItem {
  display: block;
}
header .navBar > li .competitionDetail .tab {
  width: 31%;
  min-width: 500px;
  background: url(../img/navBg1.png) no-repeat right bottom #F5F5F5;
  background-size: 374.5px;
}
header .navBar > li .competitionDetail .tab .leftType {
  width: 272px;
  margin-left: calc(100% - 272px);
}
header .navBar > li .competitionDetail .tabCon .tabItem {
  padding: 28px 0 0 28px;
}
header .navBar > li .competitionDetail .tabCon .tabItem.layui-show {
  display: flex !important;
  flex-wrap: wrap;
}
header .navBar > li .competitionDetail .competitionBox {
  width: 300px;
  height: 150px;
  background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
  padding: 10px 24px;
  cursor: pointer;
  margin: 12px;
}
header .navBar > li .competitionDetail .competitionBox.on {
  position: relative;
}
header .navBar > li .competitionDetail .competitionBox.on::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  background: url(../img/on.png) no-repeat;
  background-size: 48.5px;
  right: 0;
  top: 0;
}
header .navBar > li .competitionDetail .competitionBox .name {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 42px;
}
header .navBar > li .competitionDetail .competitionBox .intro {
  color: #878787;
  line-height: 24px;
}
header .navBar > li .navList {
  width: 100%;
  position: absolute;
  top: 85px;
  left: 0;
  background: #EBEBEB;
  text-align: center;
  display: none;
}
header .navBar > li .navList a {
  color: #373739;
  margin: 0 20px;
}
header .navBar > li .navList a:hover {
  color: #D32430;
}
header .navBar > li:hover .navBox {
  display: flex;
}
header .navBar > li:hover .navList {
  display: block;
}
header .rightCon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 86px;
  padding-right: 10px;
}
header .rightCon .line {
  width: 1px;
  height: 20px;
  background: #ccc;
  margin-right: 23px;
}
header .rightCon .iconfont {
  margin: 0 17px;
  font-size: 18px;
  cursor: pointer;
}
header .rightCon .searchBox {
  position: relative;
  height: 36px;
  min-width: 52px;
  margin-right: 5px;
}
header .rightCon .searchBox:hover input {
  display: inline-block;
}
header .rightCon .searchBox .iconfont {
  position: absolute;
  right: 12px;
  top: 9px;
  margin: 0;
}
header .rightCon .searchBox input {
  width: 276px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  padding-left: 13px;
  display: none;
  line-height: 84px;
}
header .rightCon .menu {
  width: 86px;
  height: 86px;
  line-height: 86px;
  background: #D32430;
  text-align: center;
  cursor: pointer;
  margin-left: 20px;
  color: #FFFFFF;
  display: none;
}
header .rightCon .menu .iconfont {
  font-size: 20px;
}
header:hover,
header.active {
  background: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  overflow: unset;
}
header:hover *,
header.active * {
  color: #373739;
}
header:hover .logo,
header.active .logo {
  display: none;
}
header:hover .logoH,
header.active .logoH {
  display: inline-block;
}
header:hover .navBar > li.active,
header.active .navBar > li.active,
header:hover .navBar > li:hover,
header.active .navBar > li:hover {
  border-bottom: 3px solid #D32430;
}
header:hover .navBar > li.active > a,
header.active .navBar > li.active > a,
header:hover .navBar > li:hover > a,
header.active .navBar > li:hover > a {
  color: #D32430;
}
header:hover .rightCon .menu .iconfont,
header.active .rightCon .menu .iconfont {
  color: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .w {
    width: 100%;
    padding: 0 20px;
  }
  header {
    padding-left: 22px;
    padding-right: 340px;
    min-width: 1280px;
  }
  header .navBar {
    margin-left: 40px;
  }
  header .navBar > li {
    margin: 0 10px;
  }
  header .navBar > li .navBox .tabCon .tabItem {
    min-width: auto;
  }
  header .rightCon .searchBox input {
    width: 200px;
  }
  header .rightCon .iconfont {
    margin: 0 10px;
  }
  header .rightCon .menu {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  header {
    padding-left: 22px;
    padding-right: 340px;
    min-width: 1100px;
  }
  header .navBar {
    margin-left: 40px;
  }
  header .navBar > li {
    margin: 0 10px;
  }
  header .navBar > li .navBox .tabCon .tabItem {
    min-width: auto;
  }
  header .rightCon .searchBox input {
    width: 200px;
  }
  header .rightCon .iconfont {
    margin: 0 10px;
  }
  header .rightCon .menu {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
  header {
    padding-left: 40px;
    padding-right: 370px;
  }
  header .navBar {
    margin-left: 60px;
  }
  header .navBar > li {
    margin: 0 15px;
  }
  header .navBar > li .navBox .tabCon .tabItem {
    min-width: auto;
  }
  header .rightCon .searchBox input {
    width: 230px;
  }
  header .rightCon .iconfont {
    margin: 0 10px;
  }
  header .rightCon .menu {
    margin-left: 14px;
  }
}
@media screen and (min-width: 1680px) and (max-width: 1920px) {
  header {
    padding-left: 60px;
    padding-right: 370px;
  }
  header .navBar {
    margin-left: 80px;
  }
  header .navBar > li {
    margin: 0 20px;
  }
  header .navBar > li .navBox .tabCon .tabItem {
    min-width: auto;
  }
}
