.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 头部 */
#header {
	background-color: #fff;
	width: 75rem;
	height: 8.5rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.header_box {
	width: 75rem;
	height: 8.5rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #c9c9c9;
}

.hea_logo {
	margin: 1.5rem 2.6rem;
	width: 19.3rem;
	height: 5.5rem;
}

.hea_logo img {
	width: 19.3rem;
	height: 5.5rem;
}

.hea_content {
	display: flex;
}

.hea_search {
	margin: 2.1rem 1rem;
	width: 24rem;
	height: 4.2rem;
	background-color: #ffffff;
	border-radius: 2.1rem;
	line-height: 4.2rem;
	border: solid 1px #d2d2d2;
	border-radius: 360px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	
}

.hea_search input[type='text'] {
	/* padding: 0 1rem; */
	padding-left: 2rem;
	margin: 0;
	width: calc(100% - 6.3rem);
	border: none;
	font-size: 2rem;
	height: 4.2rem;
}

.hea_search input[type='text']:focus {
	outline: none;
}

.hea_search input[type="submit"] {
	background: url('../../assets/image/public/search.png') no-repeat center;
	background-size: 2rem;
	cursor: pointer;
	width: 6.3rem;
	height: 4.2rem;
	border-radius: 360px;
}

.hea_nav {
	margin: 2.6rem 2.2rem;
	width: 3.5rem;
	height: 3.2rem;
	cursor: pointer;
}

.hea_nav img {
	width: 3.5rem;
	height: 3.2rem;
}

.hea_nav_box {
	display: none;
	float: right;
	width: 43rem;
	background-color: #eeeeee;
}

.hea_nav_box ul {
	padding-left: 2.3rem;
	padding-right: 5.7rem;
}

.hea_nav_box li {
	list-style: none;
	width: 35rem;
	height: 5.8rem;
	line-height: 5.8rem;
	font-family: SourceHanSansCN-Normal;
	font-size: 2.4rem;
	color: #3b3b3b;
	border-bottom: solid 0.1rem #c9c9c9;
	text-indent: 1em;
}

.hea_nav_box a:last-child li {
	border: none;
}

.hea_nav_box li img {
	float: right;
	width: 0.9rem;
	height: 1.8rem;
	margin: 2rem 0;
}

.hea_nav_box .hea_nav_box_active {
	color: #214592;
}

/* 底部 */
#footer {
	z-index: 99;
	background-color: #fff;
	border-top: solid 0.1rem #c9c9c9;
	position: fixed;
	bottom: 0;
	width: 75rem;
	height: 9rem;
	display: flex;
	justify-content: space-around;
}

.foot_item {
	text-align: center;
}

.foot_item img {
	width: 4.3rem;
	height: 4.3rem;
	margin: 0.6rem 0;
}

.foot_item p {
	font-family: SourceHanSansCN-Regular;
	font-size: 2.4rem;
	line-height: 3rem;
	letter-spacing: 0.07rem;
	color: #2b2b2b;
}
