header {
	width: 100%;
	position: relative;
}

.header_tops {
	width: 100%;
	background: #FBD100;
}

.header_top {
	width: 100%;
	height: 110px;
	display: inline-block;
}

.logo {
	height: 40px;
	display: block;
	float: left;
	margin-top: 35px;
}

.logo img {
	height: 100%;
	display: block;
}

.header_top1 {
	margin-left: 15px;
	padding: 0 15px;
	font-size: 30px;
	color: #231F20;
	float: left;
	margin-top: 35px;
	position: relative;
}

.header_top1::after {
	content: '';
	width: 1px;
	height: 20px;
	background: #231F20;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header_top2 {
	float: right;
	margin-top: 33px;
}

.header_top3 {
	width: 290px;
	height: 40px;
	background: white;
	overflow: hidden;
	border-radius: 40px;
	margin-right: 40px;
	display: inline-block;
	vertical-align: middle;
}

.header_top3 input {
	border: 0;
	outline: 0;
	width: calc(100% - 70px);
	height: 100%;
	padding: 0 15px;
	font-size: 12px;
	float: left;
}

.header_top3 button {
	border: 0;
	outline: 0;
	width: 70px;
	height: 100%;
	background: #231F20;
	color: white;
	font-size: 16px;
	float: left;
}

.header_top4 {
	display: inline-block;
	vertical-align: middle;
}

.header_top4_1 {
	display: block;
	float: left;
	margin-right: 30px;
	text-align: center;
	font-size: 14px;
	color: #231F20;
}

.header_top4_1:last-child {
	margin-right: 0;
}

.header_top4_1 img {
	height: 20px;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}
.header_top5{
	font-size: 14px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}
.header_top5 img{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.header_top5 div{
	width: 70px;
	display: inline-block;
	vertical-align: middle;
	 white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden; /* 隐藏溢出的内容 */
	  text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.header_top6{
	float: left;
	display: flex;
	margin-left: 15px;
	margin-top: 42px;
}
.header_top6_1{
	display: block;
	padding: 0 10px;
	font-size: 18px;
	color: #231F20;
	font-weight: bold;
	position: relative;
}
.header_top6_1::after{
	content: '';
	width: 1px;
	height: 15px;
	background: #231F20;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header_top6_1:last-child::after{
	display: none;
}
.header_top6_1.on{
	color: #FF3333;
}
.header_cens{
	border-bottom: 2px solid #231F20;
	width: 100%;
	background: #FBD100;
}
.header_cen{
	width: 100%;
	height: 50px;
	padding: 0 235px;
	display: inline-block;
}
.header_cen1{
	display: block;
	line-height: 50px;
	float: left;
	padding: 0 25px;
	position: relative;
	font-size: 20px;
	color: #231F20;
}
.header_cen1::after{
	content: '';
	width: 1px;
	height: 15px;
	background: #231F20;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header_cen1:last-child::after{
	display: none;
}
.header_downs{
	width: 100%;
	background: #231F20;
}
.header_down{
	width: 100%;
	height: 50px;
	display: flex;
	/*justify-content: space-between;*/
}
.header_down li{
	max-width: 16.66%;
	position: relative;
}
.header_down1{
	width: 100%;
	text-align: center;
	line-height: 50px;
	position: relative;
	font-size: 16px;
	color: white;
	display: block;
	padding: 0 20px;
}
.header_down li::after{
	content: '';
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header_down li:last-child::after{
	display: none;
}
.header_down li:hover .header_down2{
	display: block;
}
.header_down1:hover{
	color: #FBD100;
}
.header_down2{
	border: 1px solid #CCCCCC;
	width: 215px;
	background: white;
	padding: 20px 25px;
	display: none;
	position: absolute;
	left: 50%;
	top: calc(100% - 5px);
	transform: translateX(-50%);
	z-index: 10;
}
.header_down2_1{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #231F20;
	 white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden; /* 隐藏溢出的内容 */
	  text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.header_down2_1:last-child{
	margin-bottom: 0;
}
.header_down2_1:hover{
	color: #FBD100;
}