.page-header {
	width: 100%;
	height: 0.8rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0rem 0.08rem 0.16rem 0rem;
}

.blank {
	width: 100%;
	height: 0.8rem;
}

.header-box {
	width: 100%;
	height: 0.8rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.header-item {
	width: 20%;
	height: 0.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}

.header-item-txt {
	width: 50%;
	text-align: center;
	height: 0.7rem;
	line-height: 0.7rem;
	box-sizing: border-box;
}

.header-link-txt {
	width: 100%;
	text-align: center;
	height: 0.7rem;
	line-height: 0.7rem;
	box-sizing: border-box;
	font-size: 0.18rem;
	font-weight: bold;
	color: #000;
}

.el-dropdown {
	width: 100%;
}

.header-link-txt-active {
	background-image: url(../img/nav-check.png);
	background-size: 100% 100%;
}

.header-link-txt:hover {
	background-image: url(../img/nav-check.png);
	background-size: 100% 100%;
}

.header-item .header-link-list {
	position: absolute;
	top: 0.7rem;
	width: 100%;
	background-image: url(../img/nav-list.png);
	background-size: 100% 100%;
	min-height: ;
}

.header-link-list p {
	text-align: center;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.18rem;
	font-weight: bold;
}

.header-link-list p:hover {
	color: #597FC0;
}

.header-item-txt:hover {
	color: #597FC0;
	border-bottom: 0.02rem solid #597FC0;
}

.active {
	color: #597FC0;
	border-bottom: 0.02rem solid #597FC0;
}

.page-banner {
	width: 100%;
	margin-top: 0.82rem;
	box-sizing: border-box;
}

.banner-box,
.banner-img {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.banner-txt h1 {
	font-size: 0.8rem;
	color: #597FC0;
	margin-bottom: 0.3rem;
	letter-spacing: 0.2rem;
}

.banner-txt p {
	font-size: 0.4rem;
	color: #000;
	letter-spacing: 0.16rem;
}

.el-carousel__item {
	transition: opacity 0.5s linear, transform 2s ease-in-out !important;
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
}

.el-carousel__item.is-active {
	opacity: 1;
	z-index: 2;
}

.page-footer {
	width: 100%;
	box-sizing: border-box;
}

.footer-left {
	width: 100%;
	box-sizing: border-box;
	background-color: #001437;
	padding: 0 1.8rem;
}

.footer-item {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
	padding: 0.4rem 0;
}

.footer-item h4 {
	display: flex;
	align-items: center;
}

.footer-line {
	padding-bottom: 0.15rem;
	display: flex;
	align-items: center;
}

.footer-icon {
	font-size: 0.2rem;
	margin-right: 0.1rem;
}

.hr {
	width: 0.2rem;
	height: 0.02rem;
	background: #232323;
	margin-right: 0.45rem;
	margin: 0.1rem 0;
}

.footer-item-list {
	margin-left: 0.45rem;
	margin-top: 0.2rem;
}

.footer-item-list p {
	color: rgba(255, 255, 255, .5);
	line-height: 0.34rem;
}

.whole {
	height: 100%;
}

.footer-record {
	height: 0.6rem;
	background: #001437;
	color: #aaa;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mr10 {
	margin-right: 0.2rem;
}

.footer-record img{
	margin-left: 0.2rem;
	margin-right: 0.05rem;
}