body {
	background: #f5f7fa;
}

.faceImg {
	width: 440px;
	height: 350px;
	border-radius: 4px;
	margin-right: 24px;
}


.lianxiBtn {
	width: 200px;
	height: 50px;
	background: #3c78fc;
	border-radius: 4px;
	margin-top: 35px;
}


.lianxiBtn:hover {
	background: #28A1FF;
}

.lnBx {
	width: 5px;
	height: 20px;
	background: #3c78fc;
	margin-right: 10px;
}

.ewm1content {
	top: 25px !important
}

.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;
}

.rightBx {
	width: 330px;
	border-radius: 4px;
	box-shadow: 2px 0 8px rgba(2, 0, 8, 0.02);
}


.pubBox {
	width: 300px;
	border-radius: 4px;
	background: #f5f7fa;
	margin: 0 auto;
}

.pubIcon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.pubDescMore {
	color: #3c78fc;
}

.goBtn {
	width: 240px;
	height: 40px;
	border-radius: 4px;
	background: #3c78fc;
	margin: 0 auto;
	margin-top: 25px;
}

.goBtn:hover {
	text-decoration: none;
	background: #28A1FF;
	color: #ffffff;
}

.right6 {
	width: 6px;
	height: 10px;
	margin-left: 5px;
}

.news:hover .tt {
	color: #3c78fc;
}

.csImg {
	width: 60px;
	height: 48px;
	border-radius: 4px;
}

.ipt2Bx {
	width: 100%;
	height: 46px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	background: #f5f5f5;
	margin-right: 10px;
}

.tt:hover {
	color: #3c78fc;
}
