header {
  width: 100%;
  background: #21232F;
}
header .headerBox {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 128px;
  background: #21232F;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .headerBox .logo {
  display: block;
  width: 12.447%;
  margin-left: 100px;
}
header .headerBox .nav {
  height: 128px;
  width: 38.125%;
  display: flex;
}
#navLL{
	width: 16.6%;
}
.navLL{
	width: 16.6%;
}
header .headerBox .nav .navLi {
  height: 128px;
  line-height: 128px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background: #21232F;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header .headerBox .nav .navLi:hover {
  background: #39414E;
}
header .headerBox .search{
	position: relative;
	margin-right: 20px;
	width: 385px;
	height: 44px;
	border: 1px solid #475262;
	border-radius: 22px;
	background-color: #21232F;
	color: #fff;
	display: flex;
	align-items: center;
}

.navsele {
	width:85px;
	height:42px;
	margin:20px auto;
	z-index: 10;
	background-color: #21232F;
	color: #fff;
	text-align: center;
	border-top-left-radius: 22px;
	border-bottom-left-radius: 22px;
	cursor: pointer;
}
.navsele p {
	display:block;
	line-height:42px;
	background-color: #21232F;
	border-top-left-radius: 22px;
	border-bottom-left-radius: 22px;
	cursor: pointer;
}
.new {
	width:85px;
	position:absolute;
	display:none;
	cursor: pointer;
}
.navsele ul li {
	line-height:42px;
	background-color: #21232F;
	cursor: pointer;
}
.navsele ul li:hover {
	background:#CCC;
	color:#FFF;
	cursor: pointer;
}
#xiala{
	width: 15px;
	height: 15px;
	margin-right: 0;
	display: block;
	position: absolute;
	left: 60px;
	top: 14px;
	z-index: 11;
}

header .headerBox .search input{
	display: block;
	outline:none;  
	border:none;
	width: 245px;
	height: 42px;
	background-color: #21232F;
	color: #fff;
}
header .headerBox .search img{
	display: block;
	width: 31px;
	height: 31px;
	margin-right: 24px;
}
header .tnav {
  position: absolute;
  left: 0;
  top: 128px;
  width: 100%;
  height: 86px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  background-color: #39414E;
  display: none;
  z-index: 9;
  padding-left: 20%;
}
.tnav a{
	display: block;
}
.sNav{
	width: 100%;
	height: 86px;
	background-color: #39414E;
	position: absolute;
	top: 128px;
	left: 0;
	z-index: 2;
}
header .tnav .tnavLi {
  height: 86px;
  line-height: 86px;
  padding: 0 25px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #8C98AC;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header .tnav .tnavLi:hover {
  color: #fff;
}