.yhk-etop-home {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}

.yhk-etop {
	font-size: 14px;
	width: 100%;
	position: fixed;
    z-index: 9999;
}

.yhk-etop ::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: transparent;
}

.yhk-etop ::-webkit-scrollbar-track {
	background-color: transparent;
}

.yhk-etop ::-webkit-scrollbar-thumb {
	background-color: #EAEBEC;
	border-radius: 5px;
}

.yhk-etop ::-webkit-scrollbar-thumb:hover {
	background-color: #EAEBEC;
}

.yhk-etop a {
	text-decoration: none;
}


.yhk-etop .yhk-menu-region {
	width: 100%;
	min-width: 1200px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.88);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0px 12px 11px 0px rgba(0, 0, 0, 0.09);
	position: relative;
	z-index: 2;
}

.yhk-etop .yhk-menu-region .menu-container {
	max-width: 1400px;
	margin: 0 auto;
	min-width: 1200px;
	width: auto;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.yhk-etop .yhk-menu-region .menu-container > li {
	margin-right: 28px;
}

.yhk-etop .yhk-menu-region .menu-container > li:nth-last-child(1), .yhk-etop .yhk-menu-region .menu-container > li:nth-last-child(2) {
	margin-right: 0;
}

.yhk-etop .yhk-menu-region .menu-container .logo {
	display: inline-block;
	height: 33px;
	background: center center/100% 100% no-repeat;
	margin-right: 28px;
}

.yhk-etop .yhk-menu-region .menu-container .etop-right {
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
}

.yhk-etop .yhk-menu-region .menu-container .console {
	position: relative;
	width: 50px;
	height: 34px;
	color: #555555;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 7px;
	font-weight: 500;
}

.yhk-etop .yhk-menu-region .menu-container .console:hover {
	opacity: 0.85;
}

.yhk-etop .yhk-menu-region .menu-container .console > img {
	width: 14.5px;
	height: 14.5px;
}

.yhk-etop .yhk-menu-region .menu-container .console .msgCount {
	display: inline-block;
	position: absolute;
	top: -4px;
	right: -4px;
	padding: 0 6px;
	font-size: 12px;
	color: #fff;
	background-color: #f56c6c;
	border-radius: 10px;
	line-height: 14px;
	text-align: center;
	white-space: nowrap;
}

.yhk-etop .yhk-menu-region .menu-container .etop-login-area .etop-login {
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.yhk-etop .yhk-menu-region .menu-container .etop-login-area .etop-login .etop-login-to {
	cursor: pointer;
	color: #333;
	font-weight: 500;
	line-height: 69px;
}

.yhk-etop .yhk-menu-region .menu-container .etop-login-area .etop-login .etop-login-to:hover {
	opacity: 0.85;
}

.yhk-etop .yhk-menu-region .menu-container .etop-login-area .etop-login .etop-login-register {
	height: 69px;
	width: 120px;
	line-height: 69px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}

.yhk-etop .yhk-menu-region .menu-container .etop-login-area .etop-login .etop-login-register:hover {
	opacity: 0.8;
}

.yhk-etop .yhk-menu-region .menu-container .etop-login-area .etop-unlogin .name {
	font-size: 14px;
	font-weight: 600;
	color: #4B5B76;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.yhk-etop .yhk-menu-region .menu-container .etop-login-area .etop-unlogin .name .arrow {
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url(../img/arrow.svg) center center/100% 100% no-repeat;
	transition: all .1s ease-out;
	margin-left: 10px;
}

.yhk-etop .yhk-menu-region .menu-container .etop-login-area .etop-unlogin .name .logout-panel {
	display: none;
	position: absolute;
	top: 18px;
	left: 0px;
	width: 80px;
	height: 25px;
	line-height: 25px;
	padding: 5px 10px;
	background: #FFFFFF;
	color: #4B5B76;
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.12);
	border: 1px solid;
	border-image: linear-gradient(180deg, #dae8f3, #b8d8ff) 1 1;
}

.yhk-etop .yhk-menu-region .menu-container .etop-login-area .etop-unlogin .name:hover .arrow {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.yhk-etop .yhk-menu-region .menu-container .etop-login-area .etop-unlogin .name:hover .logout-panel {
	display: block;
}

.yhk-etop .yhk-menu-region .menu-container .station {
	position: relative;
	cursor: pointer;
}

.yhk-etop .yhk-menu-region .menu-container .station .current-station {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	font-weight: 500;
	height: 60px;
	line-height: 60px;
}

.yhk-etop .yhk-menu-region .menu-container .station .current-station .icon-earth {
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background-size: contain;
}

.yhk-etop .yhk-menu-region .menu-container .station .current-station .caret {
	margin-left: 5px;
	border-top: 4px solid #333;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.yhk-etop .yhk-menu-region .menu-container .station .station-options {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	min-width: 100px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	padding: 4px 0;
}

.yhk-etop .yhk-menu-region .menu-container .station .station-options .station-option {
	display: block;
	padding: 8px 12px;
	color: #333;
	text-decoration: none;
}

.yhk-etop .yhk-menu-region .menu-container .station .station-options .station-option:hover {
	background: #f5f5f5;
}

.yhk-etop .yhk-menu-region .menu-container .station .station-options .station-option.active {
	color: #1975FF;
}

.yhk-etop .yhk-menu-region .menu-container .station:hover .station-options {
	display: block;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item {
	cursor: default;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item > span,
        .yhk-etop .yhk-menu-region .menu-container .menu-item > a {
	color: #252B3A;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item > span:hover,
          .yhk-etop .yhk-menu-region .menu-container .menu-item > a:hover {
	color: #1975FF;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item .menu-item-wrap {
	width: 24px;
	height: 24px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item .menu-item-wrap .menu-item-icon {
	max-width: 60%;
	max-height: 60%;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item .menu-item-wrap.multify {
	position: absolute;
	top: -12px;
	right: -2px;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item .menu-item-wrap.multify .menu-item-icon {
	max-width: 100%;
	max-height: 100%;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item .x1-png-a {
	position: relative;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item .x1-png {
	position: absolute;
	width: 40px;
	height: 13px;
	top: -12px;
	right: -25px;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item .arrow {
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url(../img/arrow.svg) center center/100% 100% no-repeat;
	margin-left: 9px;
	color: #9C9C9C;
	transition: all 0.2s;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item__active > span,
        .yhk-etop .yhk-menu-region .menu-container .menu-item__active > a {
	color: #1975FF;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item__active .arrow {
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg);
	background-image: url(../img/arrowblue.svg);
}

.yhk-etop .yhk-menu-region .menu-container .menu-item-yunhui {
	height: 100%;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item-yunhui .yunhui-trigger {
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #252B3A;
	height: 100%;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item-yunhui .yunhui-trigger:hover {
	color: #1975FF;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item-yunhui .yunhui-trigger:hover .arrow {
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg);
	background-image: url(../img/arrowblue.svg);
}

.yhk-etop .yhk-menu-region .menu-container .menu-item-yunhui .yunhui-dropdown-list {
	display: none;
	position: absolute;
	top: 10px;
	left: 0px;
	background: transparent;
	padding: 28px 0;
	min-width: 140px;
	z-index: 100;
}
.yhk-etop .yhk-menu-region .menu-container .menu-item-yunhui .yunhui-dropdown-menu {
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	padding: 28px 0;
	margin-left:50px;
	min-width: 140px;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item-yunhui .yunhui-dropdown-menu::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item-yunhui .yunhui-dropdown-menu .yunhui-dropdown-item {
	display: block;
	padding: 10px 0;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	font-size: 14px;
	text-align: center;
	transition: all 0.2s;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item-yunhui .yunhui-dropdown-menu .yunhui-dropdown-item:hover {
	background: #f5f5f5;
	color: #1975FF;
}

.yhk-etop .yhk-menu-region .menu-container .menu-item-yunhui:hover .yunhui-dropdown-menu {
	display: block;
}

.yhk-etop .menu-panel {
	width: 100%;
	min-width: 1200px;
	box-shadow: 0px 12px 11px 0px rgba(0, 0, 0, 0.09);
	position: absolute;
	left: 0;
	overflow: hidden;
	transition: height 0.3s;
	background-color: #fff;
	z-index: 9;
	margin: 0 auto;
	max-height: calc(100vh - 120px);
}

.yhk-etop .menu-panel_yatiao {
	top: 125px;
}

.yhk-etop .menu-panel .icon-close {
	position: absolute;
	top: 30px;
	right: 23px;
	cursor: pointer;
	width: 22px;
	height: 22px;
}

.yhk-etop .menu-panel .icon-close:hover {
	opacity: 0.8;
}

.yhk-etop .menu-panel::before {
	content: "";
	width: 100%;
	box-shadow: 0 2px 14px 10px rgba(177, 195, 233, 0.6);
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 3;
}

.yhk-etop .menu-panel .sub-menu {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.yhk-etop .menu-panel .sub-menu .sm__left {
	-ms-flex: auto;
	flex: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	background: linear-gradient(180deg, #f8faff, #f8faff);
	position: relative;
	width: calc((100% - 65%) / 2 - 42px);
	max-width: 300px;
}

.yhk-etop .menu-panel .sub-menu .sm__left-noscheme {
	width: calc((100% - 972px) / 2 + 114px);
}

.yhk-etop .menu-panel .sub-menu .sm__left-noscheme .sm__left-menu {
	width: 228px;
	padding: 31px 40px 0 0;
}

.yhk-etop .menu-panel .sub-menu .sm__left-wrap {
	-ms-flex: auto;
	flex: auto;
	width: calc((100% - 65%) / 2 + 63px);
}

.yhk-etop .menu-panel .sub-menu .sm__left-wrap .sm__left-menu {
	width: 100%;
	padding: 31px 0 0 0;
}

.yhk-etop .menu-panel .sub-menu .sm__left-menu {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	padding-top: 30px;
	float: right;
	overflow: hidden;
	position: relative;
}

.yhk-etop .menu-panel .sub-menu .sm__left-menu .sm__left__title {
	font-size: 20px;
	color: #252B3A;
}

.yhk-etop .menu-panel .sub-menu .sm__left-menu .sm__left__desc {
	padding-top: 10px;
	color: #7B818D;
	line-height: 1.6;
}

.yhk-etop .menu-panel .sub-menu .sm__left-menu .st-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	cursor: pointer;
	padding: 12px 0 12px 42px;
}

.yhk-etop .menu-panel .sub-menu .sm__left-menu .st-item__title {
	width: auto;
	height: 20px;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: justify;
	color: #181818;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yhk-etop .menu-panel .sub-menu .sm__left-menu .st-item__title .icon-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-right: 12px;
}

.yhk-etop .menu-panel .sub-menu .sm__left-menu .st-item__title .icon-wrap > img {
	max-width: 100%;
	max-height: 100%;
}

.yhk-etop .menu-panel .sub-menu .sm__left-menu .st-item__active {
	background: rgba(224, 234, 252, 0.86);
}

.yhk-etop .menu-panel .sub-menu .sm__left-menu .st-item__active .st-item__title {
	font-weight: 600;
	color: #336ffd;
}

.yhk-etop .menu-panel .sub-menu .sm__left-menu .st-item__active .st-item__title::after {
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.yhk-etop .menu-panel .sub-menu .sm__left-menu-max {
	display: -ms-flexbox;
	display: flex;
}

.yhk-etop .menu-panel .sub-menu .sm__left-menu-max-item {
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.yhk-etop .menu-panel .sub-menu .sm__left-menu-max-item:nth-child(2) .st-item {
	padding-left: 21px;
}

.yhk-etop .menu-panel .sub-menu .sm__middle {
	height: 100%;
	width: 65%;
	box-sizing: border-box;
	padding-top: 34px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.yhk-etop .menu-panel .sub-menu .sm__middle__noboxshadow {
	width: 65%;
	box-shadow: none;
}

.yhk-etop .menu-panel .sub-menu .sm__middle__noscheme {
	width: 55%;
	box-shadow: none;
}

.yhk-etop .menu-panel .sub-menu .sm__middle__noscheme_fwzc {
	width: 972px;
	box-shadow: none;
}

.yhk-etop .menu-panel .sub-menu .sm__middle_scroll {
	height: 100%;
	overflow-y: scroll;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .menu-title {
	color: #252B3A;
	font-size: 20px;
	margin-bottom: 18px;
	padding-left: 33px;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: calc(100% - 73px);
	padding: 0 40px 0 33px;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct {
	margin-bottom: 8px;
	-ms-flex: 1;
	flex: 1;
	margin-right: 20px;
	min-width: 0;
	width: 0;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct:last-child {
	margin-right: 0;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__title {
	margin-bottom: 22px;
	width: auto;
	height: 26px;
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Semibold;
	font-weight: 600;
	text-align: left;
	color: #191919;
	line-height: 26px;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
	transition: all 0.3s;
	margin-bottom: 22px;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item:nth-child(3n) {
	margin-right: 0;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item:hover .mgbox_sub_item_title {
	color: #1975FF;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item:hover .mgbox_sub_item_title .icon-arrow {
	-ms-transform: translateX(4px);
	transform: translateX(4px);
	opacity: 1;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item_title {
	width: auto;
	height: 26px;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #181818;
	line-height: 26px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item_title .icon {
	width: -moz-fit-content;
	width: fit-content;
	height: 18px;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: center;
	line-height: 18px;
	margin-left: 5px;
	padding: 0 5px;
	border-radius: 3px;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item_title .icon-arrow {
	opacity: 0;
	transition: all 0.3s;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item .desc {
	width: auto;
	height: 26px;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: left;
	color: #9399a3;
	line-height: 26px;
	padding-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item_desclink .mgbox_sub_item_title {
	color: #181818 !important;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item_desclink .mgbox_sub_item_title .icon-arrow {
	opacity: 0 !important;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item_desclink .mgbox_sub_item_title:hover {
	color: #1975FF !important;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item_desclink .mgbox_sub_item_title:hover .icon-arrow {
	opacity: 1 !important;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item .desclink .icon-arrow {
	opacity: 0;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item .desclink:hover {
	color: #1763FF;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item .desclink:hover .icon-arrow {
	opacity: 1;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct .mct__children .mgbox_sub_item_nodesc {
	height: 22px;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct__sthz:first-child {
	margin-top: 0 !important;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct__sthz .mct__children .mgbox_sub_item {
	width: 100% !important;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children .sub-menu_mct__fwzc .mct__title {
	display: none !important;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children_fwzc {
	padding: 3px 48px 0;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children_fwzc .sub_menu_fwzc {
	width: 21.3%;
	margin-right: 40px;
	margin-bottom: 80px;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children_fwzc .sub_menu_fwzc:nth-child(4n) {
	margin: 0;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children_fwzc .sub_menu_fwzc .fwzc-title {
	display: block;
	color: #1975FF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children_fwzc .sub_menu_fwzc .fwzc-title:hover .icon-arrow {
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children_fwzc .sub_menu_fwzc .fwzc-title .icon-arrow {
	vertical-align: -4px;
	margin-left: 3px;
	transition: transform 0.3s;
}

.yhk-etop .menu-panel .sub-menu .sm__middle .sub-menu__children_fwzc .sub_menu_fwzc .fwzc-desc {
	padding-top: 8px;
	color: #7B818D;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.yhk-etop .menu-panel .sub-menu .sm__right {
	-ms-flex: auto;
	flex: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	width: calc((100% - 65%) / 2 + 42px);
}

.yhk-etop .menu-panel .sub-menu .sm__right .cvbox-wrap {
	display: none;
}

.yhk-etop .menu-panel .sub-menu .sm__right__none {
	width: calc((100% - 972px) / 2 - 114px);
}

.yhk-etop .menu-panel .sub-menu .sm__right__none .sm__right__content {
	display: none;
}

.yhk-etop .menu-panel .sub-menu .sm__right__none_wrap {
	width: calc((100% - 65%) / 2 - 63px);
}

.yhk-etop .menu-panel .sub-menu .sm__right__none_wrap .sm__right__content {
	display: none;
}

.yhk-etop .menu-panel .sub-menu .sm__right__none_wrap .cvbox-wrap {
	display: block;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content {
	width: 100%;
	height: 100%;
	padding: 31px 5px 0 5px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .activities {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .activities .activities-title {
	width: auto;
	height: 26px;
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #3370ff;
	line-height: 26px;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .activities .activities-list {
	overflow-y: scroll;
	padding-right: 4px;
	height: calc(100% - 60px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 22px;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .activities .activities-list .activities-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .activities .activities-list .activities-item img {
	width: 315px;
	height: 150px;
	border-radius: 8px;
	background: #d8d8d8;
	object-fit: cover;
	max-width: 100%;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .activities .activities-list .activities-item .activities-item-title {
	width: auto;
	height: 26px;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: left;
	color: #181818;
	line-height: 26px;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .activities .activities-list .activities-item .activities-item-desc {
	width: auto;
	height: 26px;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: left;
	color: #9399a3;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .scheme {
	box-sizing: border-box;
	position: relative;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .scheme .scheme-title {
	width: 100%;
	color: #252B3A;
	font-size: 20px;
	padding-bottom: 18px;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .scheme .scheme-ul {
	overflow-y: scroll;
	height: calc(100% - 54.4px);
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .scheme .scheme-ul .scheme-item {
	padding-right: 10px;
	padding-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .scheme .scheme-ul .scheme-item:last-child {
	padding-bottom: 0;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .scheme .scheme-ul .scheme-item > a {
	color: #252B3A;
	font-size: 14px;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .scheme .scheme-ul .scheme-item > a:hover {
	color: #1975FF;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .community {
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 37px;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .community .community-title {
	color: #252B3A;
	font-size: 20px;
	padding-bottom: 18px;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .community .cy-ul__content {
	padding-right: 10px;
	height: calc(100% - 90.4px);
	overflow-y: scroll;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .community .cy-ul__content .cy-item__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 12px;
	padding-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #dadada;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .community .cy-ul__content .cy-item__content:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .community .cy-ul__content .cy-item__content .tag {
	height: 19px;
	background: #DCEAFF;
	border-radius: 2px;
	line-height: 19px;
	color: #7A8EAB;
	font-size: 12px;
	text-align: center;
	padding: 2px 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .community .cy-ul__content .cy-item__content .text {
	padding-left: 10px;
	color: #252B3A;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.yhk-etop .menu-panel .sub-menu .sm__right__content .community .cy-ul__content .cy-item__content .text:hover {
	color: #1975FF;
}

.yhk-etop .menu-panel .sub-menu .sm__right .cvbox-wrap {
	padding-top: 40px;
	padding-left: 12px;
}

.yhk-etop .menu-panel .sub-menu .sm__right .cvbox-wrap .cvbox {
	width: 159px;
	height: 240px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 25px 13px 0 19px;
	margin-bottom: 15px;
}

.yhk-etop .menu-panel .sub-menu .sm__right .cvbox-wrap .cvbox:last-child {
	margin-bottom: 0;
}

.yhk-etop .menu-panel .sub-menu .sm__right .cvbox-wrap .cvbox .c-title {
	color: #252B3A;
	font-size: 18px;
}

.yhk-etop .menu-panel .sub-menu .sm__right .cvbox-wrap .cvbox .c-desc {
	font-size: 12px;
	color: #5B6680;
	line-height: 17px;
	padding: 5px 0 15px;
}

.yhk-etop .menu-panel .sub-menu .sm__right .cvbox-wrap .cvbox .btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #1975FF;
}

.yhk-etop .menu-panel .sub-menu .sm__right .cvbox-wrap .cvbox .btn .icon-arrow {
	transition: transform 0.3s;
}

.yhk-etop .menu-panel .sub-menu .sm__right .cvbox-wrap .cvbox .btn:hover .icon-arrow {
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

@media (max-width: 1400px) {
	.yhk-etop .yhk-menu-region .menu-container {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.yhk-etop .yhk-menu-region .menu-container .doc_header {
		display: none;
	}
}


.egboxbox{
		 width: 800px;
		 padding-top:10px;
		 position: absolute;
		 top:50px;
		 left:-242px;
	     z-index: 1000;	
		 box-shadow: 10px 30px 30px -30px #47628f;
}
.Product{
	  padding: 40px 20px;
	  background: #fff;
	  border-radius: 8px;
	  border: 1px solid #fafafa;
	  width: 100%;	  
}
.Product_modul{
	margin: 5px 5px;
	padding: 20px 20px;
    background: #f9fafc;
	width: 50%;
}
.Product_Service{
	display: flex;
	justify-content:space-between;	
}
.Product_modul_tit{
	font-size: 16px;
	color: #000;
	font-weight: 800;
} 
.Product_modul_text{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
 .Productbox{
		 width: 1000px;
		 padding-top:10px;
		 position: absolute;
		 top:50px;
		 left:-242px;
	     z-index: 1000;
		 box-shadow: 10px 30px 30px -30px #47628f;
}

.etop-login-to .login {
    display: block;
    width: 90px;
    height: 40px;
}
.etop-login-to span:hover{
	color: #fff;
    border-radius: 20px;
    border:none;
	background-color: #336efd;
}
.etop-login-to span
 {
    color: #336efd;
    border-radius: 20px;
    border: 1px solid #336EFD;
    background-color: #fff;
}