.headerBox{
	position: fixed;
	z-index: 99;
	width: 100%;
	/* height: 44px; */
	line-height: 44px;
	background: rgba(0, 0, 0, 1);
}
.header_zi{
	width: 20%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}
.header_zi:first-child{
	text-align: left;
}
.header_zi a img{
	width: 59%;
	vertical-align: middle;
}
.header_zi a{
	font-size: 14px;
    font-weight: 400;
    font-family: 'Arial';
    color: #f5f5f7;
    z-index: 1;
    opacity: .8;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-tap-highlight-color: transparent;
}
.header_zi a:hover{
	opacity: 1;
}
.aboutBox{
	position: relative;
}
.header_zi_hidBox{
	display: none;
	position: absolute;
	top: 100%;
    left: 28%;
    transition: display 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: opacity 0.5s ease-in-out 0s;
	z-index: 99999;
    color: #fff;
	background: rgba(0,0,0,.8);
    padding: 0% 10% 8%;
}
.aboutBox:hover .header_zi_hidBox{
	display: block;
}
.header_zi_hidBox li{
	height: 35px;
	line-height: 35px;
	margin-top: 5%;
}
.header_zi_hidBox li:first-child{
	margin-top: 10%;
}


/* 搜索 */
.searchHidBox{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	z-index: 99;
    padding-top: 2.4%;
}
input::-webkit-input-placeholder {
	color: #6e6e73;
}
input::-moz-input-placeholder {
	color: #6e6e73;
}
input::-ms-input-placeholder {
	color: #6e6e73;
}
.searchBox{
	width: 28%;
    height: 42px;
    /* border: 1px solid rgba(255,255,255,.8); */
    border-radius: 5px;
    margin: 0 auto;
}
.searchInput{
	width: 100%;
    height: 100%;
    border: none;
    color: #FFF9EC;
    background: rgba(36, 35, 35, 0.9);
    padding-left: 2%;
    box-sizing: border-box;
    border-radius: 10px;
}
.redTitle_li{
	/* display: none; */
    /* margin: 5% 0; */
	width: 100%;
	padding: 2.5%;
	padding-left: 2.5%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari 和 Chrome */
	-o-transition: width 1s; /* Opera */
}
.redTitle_li a{
	display: block;
    width: 340px;
    color: #FFF;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.redTitle_li:hover{
	/* width: 130%; */
	/* padding-left: 2.8%; */
	/* overflow: initial; */
	/* background: rgba(255,255,255,.3); */
    /* box-shadow: 1px 1px 10px rgba(255,255,255,.6); */
    /* border-radius: 50px; */
}
.redTitle{
	margin: 0 auto;
    width: 35%;
    padding-left: 5.6%;
    padding-top: 0.6%;
    box-sizing: border-box;
}
.searchHid{
	width: 100%;
}
#btnShow img{
	width: 10%!important;
}
.claseButton{
	position: absolute;
	right: -11%;
	top: 24%;
}
.claseButton a{
	color: #6e6e73;
	font-size: 14px;
}
.redTitle_li:last-child a:hover{
	padding-bottom: 1%;
	border-bottom: 1px solid rgba(127,126,131,1);
}