@charset "utf-8";
.serach_hover{
	padding-top: 0.3rem;
    padding-bottom: 0.05rem;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}
.serach_hover .serach_box{
	width:70%;
}
.serach_hover .serach_box a{
	color: #9f9f9f;
}
.serach_hover .serach_box .serach_button{
	background-color: #e6e6e6;
    border-radius: 0.5rem;
    font-size: 0.23rem;
    line-height: 0.45rem;
}
.serach_hover .columns .logo img{
	width: 0.5rem;
}
.serach_hover .columns img{
	width: 0.4rem;
	vertical-align: middle;
}
.serach_hover .columns .head_img img{
	border-radius: 2rem;
}
.nav{
	margin: 0 auto;
}
.nav ul{
	height: 0.63rem;
	color: #DC143C;
	margin-left:0.13rem;
}
.nav ul li{
	list-style: none;
	float: left;
	width: auto;
	font-size: 0.24rem;
	margin: 0rem 0.25rem;
    line-height: 0.6rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
	cursor: pointer;
	color: #666666;
}
.nav .nav_text_line{
	z-index: 1;
    border-bottom: 0.04rem solid #ff2427;
    border-top: 0rem;
    border-left: 0rem;
    border-right: 0rem;
    font-weight: bold;
    color: #ff2427;
}
.nav .nav_text_line a{
    color: #ff2328;
}
.nav .nav_line{
	height: 0.01rem;
	background: #dfdfdf;
	width: 100%;
	box-shadow: 0rem 0.03rem 0.09rem 0.019rem #dfdfdf;
}