锘緻charset "gb2312";

/****20200813***/
.head-top{
	position: fixed;
	width: 100%;
	height: 2.8rem;
	top: 0;
	left: 0;
	background-color: #ffffff;
	z-index: 999;
}
.head-top-ash{
	background-color: #ececec;
}
.head-top .head-top-logo{
	position: absolute;
	/*width:100% ;*/
	height: 1.5rem;
	top: 0;
	left: 0.8rem;
	padding: 0.65rem 0;
}
.head-top .head-top-logo img{
	width: 5.5rem;
	height: 1.5rem;
}
.head-top .head-top-title{
	width: 45%;
	height: 2.8rem;
	line-height: 2.8rem;
	margin: 0 auto;
	text-align: center;
	font-weight: 400;
	font-size: 1.2rem;
	color: #444444;
	overflow: hidden;
}
.head-top .head-top-ask{
    position: absolute;
    top: 0;
    right: 2.5rem;
    width: 3rem;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    font-size: 1rem;
    color: #5f5f5f;
}
.head-top .head-top-ask1{
    position: absolute;
	top: 0;
    right: 0.5rem;
    width: 3rem;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    font-size: 1rem;
    color: #5f5f5f;
}
.menu_container{
	margin-top: 2.8rem;
}
.menu_container ul li{
	position: relative;
	float: left;
	width: 25%;
	height: 6.2rem;
	border-bottom: 1px solid #e5e5e5;
}
.menu_container ul li:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 6.2rem;
	top: 0;
	right: 0;
	background-color: #e5e5e5;
}
.menu_container ul li:nth-child(4n):after{
	display: none;
}
.menu_container ul li a{
	display: block;
	width: 100%;
	padding-top: 1.4rem;
	height: 4.8rem;
}
.menu_container ul li a img{
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	margin: 0 auto;
}
.menu_container ul li a p{
	width: 100%;
	height: 2.1rem;
	line-height: 2.1rem;
	text-align: center;
	font-size: 0.9rem;
	color: #181818;
}
.head-top .head-top-menu{
	position: absolute;
    right: 3%;
    top: 0;
    width: 1.4rem;
    padding-top: .8rem;
}
.head-top .head-top-menu img {
    display: block;
    width: 100%;
}



