/* 头部 */
header {

	height: 0.88rem;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	position: relative;
}

header .img1 {
	width: 0.56rem;
	height: 0.6rem;
	margin-right: 0.05rem;
}

header .img2 {
	width: 3.7rem;
	height: 0.65rem;
	margin-right: 0.38rem;
}

header p {
	line-height: 0.3rem;
	margin-right: 0.3rem;
	position: absolute;
	right: 0;
}

header p span,
header p i {
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

header p span.on {
	color: #007CC9;
}

/* header .img3 {
	width: 0.35rem;
	height: 0.35rem;
} */

.zan{
	position: relative;
	width: 100%;
}

/* 一级 */
/* 标题列表 */
.find_nav_left {
	position: relative;
	overflow: hidden;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	/* height: 0.8rem; */
	background-color: #007CC9;
}

.maincate {
	width: 100%;
	white-space: nowrap;
	/* overflow-x: scroll; */
	overflow-y: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-overflow-scrolling: touch;
	text-align: justify;
	box-sizing: border-box;
	font-size: 0.25rem;
	line-height: 0.52rem;
	border-bottom: 0.02rem solid #CCCCCC;
}

.maincate a {
	width: auto;
	height: 100%;
	display: inline-block;
	color: #FFFFFF;
	padding: 0 0.21rem;
	margin-right: 0;
	font-size: 0.36rem;
	line-height: 0.8rem;
}

.maincate a:active{
	background-color: #0B61B7;
}

.find_nav {
	background-color: #fff;
	/* width: 100%; */
	display: -moz-box;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	position: relative;
	height: 0.8rem;
}

.maincate .nav_ys {
	color: #085BC0;
}

.search_logo {
	width: 0.58rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	box-shadow: 0px 0.03rem 0.12rem 0px rgba(0, 124, 241, 1);
	display: block;
	font-family: 宋体;
	font-size: 0.56rem;
	font-weight: 600;
	position: relative;
	top: 0rem;
	right: 0px;
	background-color: #007CC9;
	color: #FFFFFF;
}


/* 二级菜单 */
#menu {
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 0rem;
	left: 0px;
	z-index: 999;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	display: none;
	
}

#menu ul {
	width: 100%;
}

#menu ul li {
	width: 100%;
	height: 0.88rem;
	line-height: 0.88rem;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

#menu ul:last-child li {
	border: none;
}

#menu ul li a {
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 0.88rem;
	margin: 0 0.3rem;
	float: left;
}

#menu ul li i {
	float: right;
	font-size: 0.48rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.88rem;
	margin: 0 0.3rem;
	text-align: center;
	width: 0.34rem;
}

#menu #menu-list {
	width: 100%;
	display: none;
}


#menu #menu-list li {
	background-color: #F7F7F7;
	height: 0.72rem;
	overflow: hidden;
	border: none;
}

#menu #menu-list li a {
	line-height: 0.72rem;
	float: left;
	margin: 0 0.6rem;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: inline-block;
	width: 100%;
	height: 100%;
}

#menu #menu-list li:active {
	background-color: #FFFFFF;
}

#menu #menu-list li:active a {
	color: #16A108;
}


/* 当前位置 */
.location {
	height: 0.85rem;
	background-color: #F5F5F5;
	line-height: 0.85rem;
}

.location p {
	line-height: 0.85rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
	white-space: nowrap;
	overflow-x: auto;
}

.location p a {
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.location p a i {
	margin: 0 0.2rem;
}

.location p a:last-child {
	color: #349E6D;
}

.location p a:last-child i {
	display: none;
}