header {
	width: 100%;
	/*height: 152px;*/
}

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

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

.logo {
	height: 55px;
	display: block;
	float: left;
	margin-top: 5px;
}

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

.header_top1 {
	float: right;
	width: 510px;
	height: 40px;
	background: #FAFBFC;
	border-radius: 8px;
	border: 1px solid #F1F1F1;
	margin-top: 12px;
	display: flex;
	overflow: hidden;
}

.header_top1 input {
	border: none;
	outline: none;
	width: calc(100% - 50px);
	height: 100%;
	background-color: transparent;
	padding: 0 15px;
	font-weight: 500;
	font-size: 16px;
	color: #333;
}
 /*修改提示文字的颜色*/
       .header_top1 input::-webkit-input-placeholder { /* WebKit browsers */
            color: #C8C9CC;
        }

        .header_top1 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #C8C9CC;
        }

        .header_top1 input::-moz-placeholder { /* Mozilla Firefox 19+ */
       color: #C8C9CC;
        }

        .header_top1 input:-ms-input-placeholder { /* Internet Explorer 10+ */
       color: #C8C9CC;
        }
.header_top1 button {
	border: none;
	outline: none;
	width: 50px;
	height: 100%;
	background-color: transparent;
	background-image: url(../img/serach_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

.header_top1:hover {
	border-color: #07CEF8;
}

.header_downs {
width: 100%;
    border-radius: 0px 0px 0px 0px;
    border-top: 1px solid #404040;
    background:#292829;
}

.header_down {
	width: 100%;
}
.header_downa{
	width: 100%;

	display: flex;
}
.header_downa1{
	width: 14.28%;
	height: 88px;
}
.header_downa2{
    padding: 5px 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    display: block;
    margin: auto;
    width: 171px;
    height: 88px;
}
.header_downa2 img{
	height: 40px;
	margin: auto;
}
.header_downa2_1{
	display: block;
}
.header_downa2_2{
	display: none;
}
.header_downa1.on .header_downa2{
	color: #333333;
    width: 171px;
    height: 88px;
    background: linear-gradient( 0deg, #FFC13F 0%, #FFE97A 100%);
    border-radius: 0px 0px 0px 0px;
}
.header_downa1.on .header_downa2_1{
	display: none;
}
.header_downa1.on .header_downa2_2{
	display: block;
}
.header_downa1:hover .header_downa2{
	background: linear-gradient( 0deg, #FFC13F 0%, #FFE97A 100%);
	color: #333333;

}
.header_downa1:hover .header_downa2_1{
	display: none;
}
.header_downa1:hover .header_downa2_2{
	display: block;
}
.header_downb{
	border-top: 1px solid #FFFFFF;
	width: 100%;
	display: flex;
}
.header_downb1{
	width: 11.11%;
	height: 40px;
	text-align: center;
	border-radius: 8px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	padding: 0 5px;
	display: block;
	white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden; /* 隐藏溢出的内容 */
	  text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.header_downb1.on{
	background: rgba(255,255,255,0.4);
}



.header_downa2 p{

    /* width: 36px; */
    height: 25px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    /* text-align: left; */
    font-style: normal;
    text-transform: none;
}

.header_downa1.on .header_downa2 p{
    color: #292829;
}