.hidden {
	display: none !important;
}
.header {
	width: 100%;
	height: auto;
	background-color: #fff;
	/* display: flex;
	justify-content: center;
	align-items: center; */
}
.header1 {
	width: 100%;
	height: auto;
	/* background-color: #fff; */
	/* display: flex;
	justify-content: center;
	align-items: center; */
	position: absolute;
	top: 0;
	z-index: 10;
}
.header .NavigationBar {
	width: 80%;
    margin: 0 auto;
	background-color: #fff;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
}
.header .header-container {
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: 1400px; */
	height: 80px;
	/* margin: 0 auto; */
}
.header1 .NavigationBar{
	width: 80%;
    margin: 0 auto;
}
.header1 .header-container{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: 1520px; */
	height: 80px;
	/* margin: 0 auto; */
}
.header .header-container .header-menu ul,
.header1 .header-container .header-menu ul {
	display: flex;
	height: 100%;
	width: 100%;
	/* justify-content: space-between; */
	align-items: center;
	align-items: center;
	font-size: 16px;
}
.header .header-container .header-menu ul li {
	/* min-width:65px; */
	line-height: 26px;
	/* margin: 0 10px; */
	cursor: pointer;
	color: #333;
	height: 100%;
	/* white-space: nowrap; */
}
.header1 .header-container .header-menu ul li {
	/* min-width:65px; */
	line-height: 26px;
	/* margin: 0 10px; */
	cursor: pointer;
	color: #ffffff;
	flex: 1;
	/* white-space: nowrap; */
}
.select-lang,
.translate1 {
	/* width:200px; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.select-lang .select,
.translateSelectLanguage {
	width: 80px;
	height: 26px;
	border: none;
	font-size: 14px;
	font-weight: 600;
}
.select-lang1 .select,
.translateSelectLanguage {
	width: 80px;
	height: 26px;
	border: none;
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.select-lang1 .select,
.translateSelectLanguage option {
	color: #000;
}

.header .header-container .header-menu,
.header1 .header-container .header-menu {
	/* width: 70%; */
	/* margin-right: 180px; */
	height: 100%;
	flex:1
}
.header .header-container .header-menu ul li a {
	height: 100%;
	/* display: inline-block; */
	line-height: 80px;
	text-align: center;
	padding: 0 29px;
	font-size: 16px;
	white-space:nowrap;
}
.header1 .header-container .header-menu ul li a {
	color: #fff;
	height: 100%;
	/* display: inline-block; */
	line-height: 80px;
	text-align: center;
	padding: 0 29px;
	white-space:nowrap;
}
.header .loginBox,
.header1 .loginBox{
	display: flex;justify-content: end;
}
.header1 .loginBox{
	flex: 1;
}
/* 非中文状态下 超出省略 */
.headerEllipsis{
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	max-width: 138px;
}
.header .header-container .header-menu ul li:hover a {
	color: #1890ff;
}
.header1 .header-container .header-menu ul li:hover a {
	color: #5cd5e7;
}
.header .header-container .header-menu ul li.active a {
	color: #1890ff;
}
.header1 .header-container .header-menu ul li.active a {
	color: #5cd5e7;
}
.header .header-container .header-log,
.header1 .header-container .header-log {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .header-container .header-log .vertical,
.header1 .header-container .header-log .vertical {
	width: 1px;
	height: 15px;
	background-color: #d8d8d8;
	margin: 0 10px;
}
.header .header-container .header-log span,
.header1 .header-container .header-log span {
	color: #666;
	cursor: pointer;
	white-space: nowrap;
}
.header .header-container .header-log .header-log-username,
.header1 .header-container .header-log .header-log-username {
	color: #1890ff;
}
.header .header-container .header-log .header-log-loginout,
.header1 .header-container .header-log .header-log-loginout {
	color: #1890ff;
}
.header1 .header-container .header-log .header-log-login a {
	color: #fff;
}
.header1 .header-container .header-log .header-log-login a:hover {
	color: #5cd5e7;
}
.header .header-container .header-log .header-log-loginout:hover,
.header .header-container .header-log .header-log-login:hover {
	color: #1890ff;
}
.header .header-container .header-log .header-log-register,
.header1 .header-container .header-log .header-log-register {
	padding: 1px 7px;
	background-color: #1890ff;
	color: #fff;
	border-radius: 4px;
}
.footer {
	padding: 0;
	background-color: #252931;
}
.footer .footer-content {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #ffffff;
}
.footer .footer-content .footer-container {
	width: 1200px;
	margin: 38px 0 20px;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.footer .footer-content .footer-container .footer-info {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

/* .footer .footer-content .footer-container .footer-info .footer-info-title {
	text-align: center;
} */

.footer .footer-content .footer-container .footer-info .footer-info-title .info-title-label {
	height: 29px;
	line-height: 29px;
	font-size: 18px;
}
.footer .footer-content .footer-container .footer-info .footer-info-title .info-title-phone {
	height: 40px;
	font-size: 28px;
	line-height: 40px;
}
.footer .footer-content .footer-container .footer-info .footer-info-column {
	margin-top: 10px;
}
.footer .footer-content .footer-container .footer-info .footer-info-qrcode {
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
}
.footer .footer-content .footer-container .footer-info .footer-info-qrcode .info-qrcode-item {
	text-align: center;
	margin-right: 19px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer .footer-content .footer-container .footer-info .footer-info-qrcode .info-qrcode-item .item-img-container {
	width: 96px;
	height: 96px;
}
.footer .footer-content .footer-container .footer-info .footer-info-qrcode .info-qrcode-item .item-img-container img {
	width: 100%;
	height: 100%;
}
.footer .footer-content .footer-container > div .footer-column-title {
	font-size: 18px;
}
.footer .footer-content .footer-container > div .footer-column-content {
	margin-top: 12px;
}
.footer .footer-content .footer-container > div .footer-column-content ul li {
	/* height: 29px; */
	line-height: 100%;
}
.footer .footer-content .footer-container > div .footer-column-content ul li a {
	color: #a0a0a0;
	text-decoration: none;
	margin-top: 10px;
	line-height: 20px;
	display: inline-block;
}
/* .footer .footer-content .footer-container > div .footer-column-content ul li a {
	color: #ffffff;
	text-decoration: none;
	margin-top: 10px;
	
} */
.footer .footer-law {
	/* text-align: center; */
	color: #ffffff70;
	font-size: 12px;
	padding: 0 0 70px 0;
	margin-top: 40px;
}
.footer .footer-law .law-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	padding-top: 30px;
	box-sizing: border-box;
	border-top: 1px solid rgba(160, 160, 160, 0.3);
}
.footer .footer-law span {
	margin: 0 20px;
}
.footer .footer-law .operationUnit {
	margin-left: 0px !important;
}

.item-tips {
	color: #a0a0a0;
	padding-top: 10px;
	font-size: 12px;
}

/*二级页面添加banner样式*/
.zhfw-total-banner {
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
}
.zhfw-total-banner img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	height: 350px;
}
/*详情页面添加banner样式*/
.detail-pub-banner {
	width: 100%;
	height: 300px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.detail-pub-banner img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	height: 300px;
}

/* 贸易撮合吸顶悬浮菜单 */
.headerChildrenMenu2{
	width: 350%;/* 注意:兼容翻译和手机端适配 */
	position: absolute;
	top: 78px;
	left: -10%;
	z-index: 2;
	overflow: hidden;
}
.mychSecondMenu2{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	/* width: 100%; */
	height: 151px;
	position: absolute;
	top: -151px;
	left: 0;
	transition: top 0.5s;
	background: #ffffff;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	padding: 10px;
}
/* .mychSecondMenu2 dd {
	white-space: nowrap;
    width: 100%;
	text-align: center;
} */
.mychSecondMenu2 dd span{
	color: #999999;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 30px;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	/* line-height: 20px;
	box-sizing: border-box; */
}
.mychSecondMenu2 dd span:hover {
	color: #2366c8;
	cursor: pointer;
}
.showSecondMenu {
	top: 1px;
	transition: top 0.5s;
}
.mychMenuLight {
	color: #5cd5e7 !important;
}
.header-menu .mychArrow{
	position: relative;
}
.header-menu .mychArrow::before{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
	background: url('../img/home/openMenuArrow.png') no-repeat;
	background-size: 100% 100%;
}
/* 当翻译后---首页导航隐藏-鼠标经过显示全部 --start*/
#tooltipdiv {
	position: absolute;
	/* border: 1px solid #333; */
	background: #f7f5d1;
	padding: 0 6px;
	color: #333;
	display: none;
	height: 20px;
    line-height: 17px;
	white-space: nowrap;
	border-radius: 4px;
   }
   #tooltipdiv::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 20%;
	transform: translate(-50%, -50%) rotate(-45deg);
	/*三角形的方向*/
	width: 5px;
	height: 5px;
	background: #f7f5d1;
}
/* 当翻译后---首页导航隐藏-鼠标经过显示全部 --start*/
/* 撮合服务---商机订阅 */
/* .sjdystyle:hover {
	color: #2366c8;
	cursor: pointer;
}
.sjdystyle {
	color: #999999;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	padding: 10px;
} */
/* .headerChildrenMenu {
	width: 100%;
	position: absolute;
	top: 79px;
	left: 0;
	z-index: 2;
	overflow: hidden;
}
.mychSecondMenu {
	display: flex;
	width: 100%;
	height: 270px;
	position: absolute;
	top: -270px;
	left: 0;
	transition: top 0.5s;
	background: #ffffff;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
}
.showSecondMenu {
	top: 1px;
	transition: top 0.5s;
}

.mychMenuText {
	width: 460px;
	height: 100%;
	background: url('../img/home/mychMenu-bg.png') no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 52px 0 0 52px;
}
.mychMenuText h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
}
.mychMenuText p {
	font-size: 14px;
	color: #666666;
	width: 337px;
	line-height: 22px;
	margin-top: 15px;
}
.mychMenuBox {
	display: flex;
	padding: 45px 0 0 75px;
	box-sizing: border-box;
}
.mychMenuBox dl {
	width: 190px;
	height: 135px;
	box-sizing: border-box;
	padding: 7px 0 0 35px;
}
.mychMenuBox dl dt {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	color: #2366c8;
	padding-left: 8px;
}
.mychMenuBox dl dd a {
	color: #999999;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	padding: 8px;
}
.mychMenuBox dl dd a:hover {
	color: #2366c8;
	cursor: pointer;
} */


/* wangEditor 编辑器table表格样式 */
.wangeditor-view-box {
	color: #434343 !important;
	word-break: break-all;
}
/* table 样式 */
.wangeditor-view-box table {
	border-top: 1px solid #ccc !important;
	border-left: 1px solid #ccc !important;
}
.wangeditor-view-box table td,
.wangeditor-view-box table th {
	border-bottom: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
	padding: 3px 5px !important;
	min-height: 30px !important;
	height: 30px !important;
}

.wangeditor-view-box table th {
	border-bottom: 2px solid #ccc !important;
	text-align: center !important;
	background-color: #f1f1f1 !important;
}

/* blockquote 样式 */
.wangeditor-view-box blockquote {
	display: block !important;
	border-left: 8px solid #d0e5f2 !important;
	padding: 5px 10px !important;
	margin: 10px 0 !important;
	line-height: 1.4 !important;
	font-size: 100% !important;
	background-color: #f1f1f1 !important;
	}

/* code 样式 */
.wangeditor-view-box code {
	display: inline-block !important;
	/* *display: inline;
		*zoom: 1; */
	background-color: #f1f1f1 !important;
	border-radius: 3px !important;
	padding: 3px 5px !important;
	margin: 0 3px !important;
}
.wangeditor-view-box pre code {
	display: block !important;
}

/* ul ol 样式 */
.wangeditor-view-box ul,
.wangeditor-view-box ol {
	margin: 10px 0 10px 20px !important;
}

.wangeditor-view-box video {
	max-width: 100% !important;
}

.wangeditor-view-box img {
	max-width: 100% !important;
}

/* 顶部导航-在线提醒-start */
.notification-container .hiddenMessage{
display: none !important;
}
.notification-bubble {
    position: absolute;
    display: inline-block;
    background: #fff;
	font-size: 10px;
    width: 100px;
    top: 140%;
    right: -5px;
    padding: 8px;
    /* 优化盒子阴影：从箭头下方开始产生阴影，避免与箭头阴影重叠 */
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 20;
}

.notification-bubble::before {
    content: '';
    border: 6px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -12px;
    right: 8px;
    /* 精确调整箭头阴影：向上微移+减小模糊，避免与盒子阴影衔接处产生横线 */
    filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.06));
    /* 关键：用背景色覆盖可能的阴影残留（箭头边缘若有阴影溢出时） */
    background-clip: padding-box;
}
  
  .notification-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 3px 0;
  }
  .notification-item:hover {
	background-color: #f5f5f5;
  }
  
  .notification-text {
	font-size: 14px;
	color: #333;
  }
  
  .notification-badge {
	display: inline-block;
	width: 30px;
	background-color: red;
	color: #fff !important;
	font-size: 10px;
    padding: 0 5px;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
  }

  .body-overflow-hidden {
	overflow: hidden;
}
/* 在线消息提示框 */
.topMsgBox{
	max-width: 300px;
	position: fixed;
	top: 85px;
	right: 0;
	z-index: 100;
}
.topMsgBox .headerMessageTip{
	width: 300px;
	min-height: 100px;
	border-radius: 8px;
	background: #E6F7FF;
	box-sizing: border-box;
	border: 1px solid #91D5FF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	padding: 10px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	margin-bottom:10px;
}
.headerMessageTip .headerMsgTitle{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.85);
}
.headerMessageTip .headerMsgContent1{
	padding-top: 5px;
	padding-left: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.headerMessageTip .headerMsgContent2{
	padding-top: 5px;
	padding-left: 30px;
}
.headerMessageTip .headerMsgContent2 .topOnlineMessageEntName{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.headerMessageTip .headerMsgContent2 .topOnlineMessageContent{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 动画类 - 添加此类时触发滑入动画 */
.headerMessageTip.headerMsgAnimate-in {
	right: 0; /* 移动到可见位置 */
}

/* 动画类 - 添加此类时触发滑出动画 */
.headerMessageTip.headerMsgAnimate-out {
	right: -580px; /* 移动到右侧外部隐藏 */
}
/* 顶部导航-在线提醒-end */

