.sHeader-pc-box {
	width: 100%;
	background-color: rgb(244, 243, 248);
}

.sHeader-pc {
	display: flex;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
}

.sHeader-pc a {
	font-size: 12px;
	color: rgb(86, 86, 88);
}

.sHeader-pc .header-left a {
	margin-right: 24px;
}

.sHeader-pc .header-left a img {
	width: 18px;
	height: 18px;
	margin: 11px 6px 11px 0;
}

.sHeader-pc .header-right img {
	width: 18px;
	height: 18px;
	margin: 11px 3px 11px 0;
}

.bHeader-pc-box {
	width: 100%;
	height: 114px;
	background-image: url(../../images/head_bg.jpg);
	background-repeat: no-repeat;
}

.bHeader-pc-box .bHeader-pc{
	display: flex;
	justify-content: space-between;
}

.bHeader-pc-box .bHeader-pc>div:first-of-type img:first-of-type{
	/* width: 290px; */
	height: 78px;
	margin: 18px 0;
}

.bHeader-pc-box .bHeader-pc>div:first-of-type>span{
	display: inline-block;
	width: 1px;
	height: 48px;
	background-color: #adadad;
	position: relative;
	top: 15px;
	margin: 20px 30px 0 30px;
}

.bHeader-pc-box .bHeader-pc>div:first-of-type>img:last-of-type{
	width: 492px;
	margin-top: 34px;
}