/* a{
	text-underline: none;
	display: block;
} */
.hz_container{
	width: 1200px;
	margin: 0 auto;
}
.top{
	width: 100%;
	height: 40px;
	background: #F7F7F7;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	position: relative;
}
.top .login{
	color: #E50012;
	margin-left: 10px;
	margin-right: 10px;
}
.top .register{
	margin-left: 10px;
}
.top .register:hover{
	color: #e50012;
}
.henlan{
	width: 100%;
	height: 128px;
	background: #FFFFFF;
}
.topbanner{
	display: flex;
	height: 128px;
	align-items: center;
}
.topbanner .logo{
	margin-right: 40px;
}
.topbanner .tel{
	margin-left: 12px;
}
.topbanner .tel .txt_tel{
	color: #777777;
	font-size: 14px;
	white-space: nowrap;
}
.topbanner .tel .red_tel{
	font-size: 22px;
	font-weight: 700;
	color: red;
	margin-top: 8px;
	white-space: nowrap;
}
.topbanner .search{
	margin-left: 100px;
	display: flex;
	flex-direction: column;
}
.search .box{
	display: flex;
	position: relative;
}
.search .box .search_box{
	width: 210px;
	height:34px ;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #e50012;
	padding-left: 30px;
}
.search .box .icon{
	position: absolute;
	width: 14px;
	height: 14px;
	top: 12px;
	left: 8px;
}
.search .box .btn{
	width: 60px;
	height: 36px;
	background: #e50012;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	border: 1px solid #e50012;
	border-left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search .keyword{
	margin-top: 12px;
	font-size: 14px;
	color: #666666;
	display: flex;
	/* justify-content: space-around; */
}
.search .keyword a{
	margin-right:16px;
}
.topbanner .right{
	display: flex;
	margin-left: 100px;
}
.topbanner .right li.design{
	margin-right: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.right li.design p{
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	margin-top: 10px;
	cursor: pointer;
}
.right li.design p:hover{
	color: #E50012;
}
/* 输入文字， */
.entering{
	position: absolute;
	top: 38px;
	width: 236px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	z-index: 3;
	/* padding: 0px 12px; */
}
.entering .lis{
	display: flex;
	align-items: center;
	/* width: 100%; */
	justify-content: space-between;
	height: 30px;
	padding: 0px 12px;
	font-size: 14px;
	color: #666666;
}
.entering .lis img{
	cursor: pointer;
}
.entering .history_list li{
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 12px;
	font-size: 14px;
	color: #333333;
}
.entering .history_list li p{
	z-index: 3;
	cursor: pointer;
}
.entering .history_list li .h_img{
	cursor: pointer;
	display: none;
	z-index: 3;
}
.entering .history_list li:hover {
	background: #F7F7F7;
}
.entering .history_list li:hover .h_img{
	display: block;
}
.history{
	position: absolute;
	top: 38px;
	width: 236px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	z-index: 3;
}
.history li{
	padding-left: 12px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	
}
.history li:hover{
	background:#F7F7F7;
}
.hide{
	display: none;
}

/* 2019.12.31 15:05 */