body {
	background: #f5f7fa;
}

.bxBg {
	background-image: url(../../images/policy/bg.png);
	background-repeat: no-repeat;
	background-position:left 1px top 1px;
	background-color: #ffffff;
}


.ewm1content {
	top: 25px !important
}

.xcxHref {
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.navHdItem {
	height: 50px;
	margin-right: 50px;
}

.navHdItem:hover {
	color: #3c78fc;
}

.navHdItem::after,
.navHdItem:hover::after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #3c78fc;
	left: 50%;
	bottom: 0;
	transition: width 0.3s ease, left 0.3s ease;
}

.navHdActive::after,
.navHdItem:hover::after {
	width: 100%;
	left: 0;
}

.navHdActive {
	color: #3c78fc;
}
