@charset "UTF-8";

body.no-scroll {
	position: relative;
	height: 100%;
	overflow: hidden
}

#header2026 {
	position: fixed;
	height: 100px;
	z-index: 9999;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom: 1px solid #efefef;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	max-width: 1920px;
	transition: all 0.2s;
}

#header2026.on {
	position: fixed;
	top: -30px
}

#header2026 .utilities {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background: #f5f5f5;
	height: 30px;
	padding: 0 36px
}

#header2026 .utilities .header-link {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	text-align: center;
	box-sizing: content-box
}

#header2026 .utilities .header-link .header-link-text {
	margin: 0;
	font-size: 14px;
	color: #757575
}

#header2026 .utilities .header-link a {
	color: #000;
	text-decoration: none;
	outline: 0
}

#header2026 .utilities .header-link .iconfont {
	font-size: 20px
}

#header2026 .utilities .header-link ul {
	display: none;
	position: absolute;
	background: #fff;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	white-space: nowrap;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	border-top: 2px solid #e60012;
	z-index: 1001
}

#header2026 .utilities .header-link ul:before {
	content: '';
	position: absolute;
	top: -16px;
	left: 50%;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent #e60012
}

#header2026 .utilities .header-link ul li {
	padding: 0;
	border-bottom: 1px solid #f5f5f5
}

#header2026 .utilities .header-link ul li.mb-close-language {
	display: none
}

#header2026 .utilities .header-link ul li a {
	display: block;
	padding: 10px 25px;
	font-size: 14px;
	color: #333;
	text-decoration: none
}

#header2026 .utilities .header-link ul li a.active {
	color: #e60012;
	font-weight: 700
}

#header2026 .utilities .header-link ul li a:hover {
	background: #e60012;
	color: #fff
}

#header2026 .utilities .header-link ul li:last-child {
	border-bottom: 0
}

#header2026 .utilities .header-link:hover {
	text-decoration: none
}

#header2026 .utilities .header-link:hover>ul {
	display: block
}

#header2026 .utilities .header-link:last-child {
	margin-right: 0
}

#header2026 .utilities .header-link.header-global {
	padding-left: 20px;
	background: url(/cn/tres/NewWebUI/2020/images/icon-header-global.png) left center no-repeat;
	background-size: 15px 15px
}

#header2026 .utilities .header-link.header-user {
	padding-left: 20px;
	background: url(/cn/tres/NewWebUI/2020/images/icon-header-user.png) left center no-repeat;
	background-size: 15px 15px
}

#header2026 .utilities .header-link.header-user.admin-user {
	width: auto
}

#header2026 .utilities .header-link.header-user.admin-user ul {
	display: none
}

#header2026 .utilities .header-link.header-user.admin-user .iconfont {
	display: none
}

#header2026 .utilities .header-link.header-user.admin-user .user-nologin {
	display: none
}

#header2026 .utilities .header-link.header-user.admin-user .user-text {
	display: inline
}

#header2026 .utilities .header-link.header-user .user-text {
	display: none;
	font-size: 14px;
	color: #000
}

#header2026 .utilities .header-link.header-user .user-text span {
	padding-left: 5px;
	color: red
}

#header2026 .utilities .header-link.header-user .user-text a {
	padding-left: 5px;
	color: #000
}

#header2026 .utilities .header-link.header-user ul {
	z-index: 3001
}

#header2026 .utilities .header-link.header-user ul li {
	cursor: pointer;
	border: 0
}

#header2026 .utilities .header-link.header-user ul li.active h2 span {
	border: 0
}

#header2026 .utilities .header-link.header-user ul li.active h2 span i {
	border-color: #e60012
}

#header2026 .utilities .header-link.header-user ul li.active h2 span i::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #e60012;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

#header2026 .utilities .header-link.header-user ul li.active .login-details {
	display: block
}

#header2026 .utilities .header-link.header-user ul li .login-details {
	display: none;
	justify-content: space-between;
	background: #fff
}

#header2026 .utilities .header-link.header-user ul li .login-details li {
	padding: 10px 10px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #000;
	justify-content: space-between;
	border-bottom: 1px solid #efefef
}

#header2026 .utilities .header-link.header-user ul li .login-details li:last-child {
	border: none
}

#header2026 .utilities .header-link.header-user ul li .login-details li a {
	margin-left: 5px;
	padding: 4px 8px;
	border: 1px solid #e60012;
	color: #e60012;
	background: #fff;
	font-size: 12px;
	border-radius: 20px
}

#header2026 .utilities .header-link.header-user ul li h2 {
	font-size: 14px;
	color: #333;
	text-align: left;
	font-weight: 400
}

#header2026 .utilities .header-link.header-user ul li h2 span {
	display: block;
	padding: 10px 10px;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	align-items: center;
	color: #333
}

#header2026 .utilities .header-link.header-user ul li h2 span i {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 50%;
	margin-right: 5px;
	position: relative
}

#header2026 .utilities .header-link.header-user ul li h2 span.my-icon::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%)
}

#header2026 .utilities .header-link.header-user ul li h2 span.my-user::after {
	background: url(/cn/tres/NewWebUI/2020/images/icon-header-user-login.png) no-repeat;
	background-size: 100% 100%
}

#header2026 .utilities .header-link.header-user ul li h2 span.my-partner::after {
	background: url(/cn/tres/NewWebUI/2020/images/icon-header-partner-login.png) no-repeat;
	background-size: 100% 100%
}

#header2026 .utilities .header-link.header-user ul li h2 span.my-staff::after {
	background: url(/cn/tres/NewWebUI/2020/images/icon-header-staff-login.png) no-repeat;
	background-size: 100% 100%
}

#header2026 .topbar {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 36px;
	height: 70px;
}

#header2026 .topbar .logo {
	display: block;
	flex: none;
	width: 60px;
	height: 60px;
	background: url(/en/tres/NewWebUI/images/logo.png) no-repeat;
	background-size: cover;
	text-indent: -999em;
	overflow: hidden
}

#header2026 .topbar .topmenu {
	display: flex;
	flex: none;
	margin-left: 0;
	height: 100%;
	position: absolute;
	left: calc(2.15rem - 20px);
}

#header2026 .topbar .topmenu li {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0 30px 0 15px;
	cursor: pointer;
	font-size: 16px;
	padding: 0 5px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent
}

#header2026 .topbar .topmenu li.active,#header2026 .topbar .topmenu li.temporary-active {
	border-bottom-color: #be171f; color: #be171f; font-weight: bold;
}

#header2026 .topbar .topmenu li.mb-utilities,
#header2026 .topbar .topmenu li.quick {
	display: none
}

#header2026 .topbar .other {
	position: absolute;
	right: 200px;
	top: 50%;
	transform: translateY(-50%)
}

#header2026 .topbar .other a {
	color: #000;
	text-decoration: none !important
}

#header2026 .topbar .other .iconziyuan4 {
	font-size: 20px
}

#header2026 .topbar .other .mb_menu {
	display: none
}

#header2026 .topbar .header-contactus{ width: 115px; height: 36px; line-height: 36px; background: -webkit-linear-gradient(100deg, #a00300, #d32c25); background: linear-gradient(100deg, #a00300, #d32c25); border-radius: 0.06rem; font-size: 14px; text-align: center; position: absolute; right: 36px; top: 50%; transform: translateY(-50%); overflow: hidden;}
#header2026 .topbar .header-contactus a{ display: block; color: #fff;}
#header2026 .topbar .header-contactus a::before{ content: ''; width: 0.6rem; height: 500%; background: -webkit-linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent); background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent); position: absolute; top: 50%; left: -50%; transform: rotate(-25deg) translateY(-50%);transition: all 0.5s;}
#header2026 .topbar .header-contactus a:hover::before{ left: 50%;}
#header2026 .topbar .header-contactus:hover{ background-color: #d7000f;}

#header2026 .wide-menu {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	padding-bottom: 50px;
	font-size: 16px;
	display: none
}

#header2026 .wide-menu.show {
	display: block
}

#header2026 .wide-menu .wide-menu-container {
	position: relative;
	display: flex;
	min-height: 35vh;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
	padding: 0 !important
}

#header2026 .wide-menu .wide-menu-container.container {
	width: 1400px
}

#header2026 .wide-menu .wide-menu-container .wide-back-parent {
	display: none
}

#header2026 .wide-menu .wide-menu-container .wide-menu-close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 15px;
	right: 15px;
	cursor: pointer
}

#header2026 .wide-menu .wide-menu-container .wide-menu-close:after,
#header2026 .wide-menu .wide-menu-container .wide-menu-close:before {
	position: absolute;
	display: #000;
	top: 50%;
	content: '';
	width: 100%;
	height: 3px;
	background: #d1d1d1
}

#header2026 .wide-menu .wide-menu-container .wide-menu-close:before {
	transform: translateY(-50%) rotate(45deg)
}

#header2026 .wide-menu .wide-menu-container .wide-menu-close:after {
	transform: translateY(-50%) rotate(-45deg)
}

#header2026 .wide-menu .wide-menu-left {
	flex: none;
	width: 18.5%;
	background: #f4f4f4
}

#header2026 .wide-menu .wide-menu-left.hide {
	display: none
}

#header2026 .wide-menu .wide-menu-left ul {
	margin-top: 20px
}

#header2026 .wide-menu .wide-menu-left ul li {
	padding: 15px 10px 15px 40px;
	cursor: pointer
}

#header2026 .wide-menu .wide-menu-left ul li:hover {
	color: #e60012
}

#header2026 .wide-menu .wide-menu-left ul li.active {
	color: #e60012;
	background: #fff
}

#header2026 .wide-menu .wide-menu-left ul li.active:hover {
	text-decoration: none
}

#header2026 .wide-menu .wide-menu-left a.column-all {
	display: flex;
	margin: 20px 20px 20px 40px;
	color: #e60012;
	text-decoration: none;
	transition: .5s
}

#header2026 .wide-menu .wide-menu-left a.column-all:after {
	flex: none;
	content: '';
	width: 27px;
	height: 20px;
	background: url(/en/tres/NewWebUI/2026/images/menu-all-arrow.png) no-repeat;
	background-size: cover
}

#header2026 .wide-menu .wide-menu-left a.column-all:hover {
	transform: translateX(10px)
}

#header2026 .wide-menu .wide-menu-right {
	flex: auto;
	padding: 20px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

#header2026 .wide-menu .wide-menu-content {
	display: none;
	min-height: 300px
}

#header2026 .wide-menu .wide-menu-content.active {
	display: flex
}

#header2026 .wide-menu .wide-menu-content .items {
	flex: auto
}

#header2026 .wide-menu .wide-menu-content .items h3 {
	font-size: 24px;
	color: #000;
	line-height: 2em;
	padding-bottom: 12px;
	border-bottom: 1px solid #d4d4d4
}

#header2026 .wide-menu .wide-menu-content .items h3 a.title {
	display: inline-flex;
	align-items: center;
	color: #000;
	text-decoration: none
}

#header2026 .wide-menu .wide-menu-content .items h3 a.title:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(/en/tres/NewWebUI/2026/images/icon-round-arrow.png) no-repeat;
	background-size: cover;
	margin-left: 10px;
	transition: .8s
}

#header2026 .wide-menu .wide-menu-content .items h3 a.title:hover {
	color: #e60012
}

#header2026 .wide-menu .wide-menu-content .items h3 a.title:hover:after {
	transform: translateX(5px)
}

#header2026 .wide-menu .wide-menu-content .items .list {
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0
}

#header2026 .wide-menu .wide-menu-content .items .list li {
	width: 33%;
	padding-bottom: 15px;
	padding-right: 15px;
	min-height: 52px
}

#header2026 .wide-menu .wide-menu-content .items .list li a {
	position: relative;
	display: block;
	align-items: center;
	font-size: 16px;
	color: #000;
	line-height: 1.1;
	text-decoration: none;
	padding-right: 25px
}

#header2026 .wide-menu .wide-menu-content .items .list li a:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 12px;
	margin-top: calc((1em - 12px)/ 2);
	margin-left: 5px
}

#header2026 .wide-menu .wide-menu-content .items .list li a:hover {
	color: #e60012
}

#header2026 .wide-menu .wide-menu-content .items .list li a:hover:after {
	background: url(/en/tres/NewWebUI/2026/images/link-arrow.png) no-repeat;
	background-size: cover
}

#header2026 .wide-menu .wide-menu-content .recommend {
	display: flex;
	flex-direction: column;
	flex: none;
	width: 290px;
	padding-top: 60px;
	margin-left: 40px
}

#header2026 .wide-menu .wide-menu-content .recommend a.box {
	display: block;
	background: url(/en/tres/NewWebUI/2026/images/wide-menu_recommend.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	padding: 15px 20px;
	text-decoration: none
}

#header2026 .wide-menu .wide-menu-content .recommend a.box p {
	margin: 0;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	font-family: Arial
}

#header2026 .wide-menu .wide-menu-content .recommend a.box span.more {
	margin-top: 8px;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	color: #e60012
}

#header2026 .wide-menu .wide-menu-content .recommend a.box span.more:before {
	content: '';
	width: 20px;
	height: 12px;
	background: url(/en/tres/NewWebUI/2026/images/link-arrow.png) no-repeat;
	background-size: cover;
	margin-right: 8px;
	transition: .5s
}

#header2026 .wide-menu .wide-menu-content .recommend a.box:hover span.more:before {
	transform: translateX(5px)
}

#header2026 .wide-menu .quick-links {
	display: flex;
	margin-top: 20px
}

#header2026 .wide-menu .quick-links a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000;
	text-decoration: none
}

#header2026 .wide-menu .quick-links a:hover {
	color: #e60012
}

#header2026 .wide-menu .quick-links a:before {
	content: '';
	width: 32px;
	height: 32px;
	margin-right: 10px
}

#header2026 .wide-menu .quick-links a.htb:before {
	background: url(/en/tres/NewWebUI/2026/images/icon-quick_howtobuy.png) no-repeat;
	background-size: cover
}

#header2026 .wide-menu .quick-links a.webinar:before {
	background: url(/en/tres/NewWebUI/2026/images/icon-quick_webinar.png) no-repeat;
	background-size: cover
}

#header2026 .wide-menu .quick-links a.exhibition:before {
	background: url(/en/tres/NewWebUI/2026/images/icon-quick_exhibition.png) no-repeat;
	background-size: cover
}

#header2026 .wide-menu .quick-links a.mall:before {
	background: url(/en/tres/NewWebUI/2026/images/icon-quick_mall.png) no-repeat;
	background-size: cover
}

#header2026 .wide-menu .quick-links a.resources:before {
	background: url(/en/tres/NewWebUI/2026/images/icon-quick_resource.png) no-repeat;
	background-size: cover
}

#header2026 .wide-menu .quick-links a.partner:before {
	background: url(/en/tres/NewWebUI/2026/images/icon-quick_partner.png) no-repeat;
	background-size: cover
}

#header2026 .wide-menu .quick-links a+a {
	margin-left: 60px
}

#header2026 .search-layer {
	position: absolute;
	top: 40px;
	right: 183px;
	z-index: 99;
	display: none;
	
	width: auto;
	padding: 0;
	left: auto;
	box-shadow: none;
	
}

#header2026 .search-layer .search-box {
	width: 5.15rem;
	margin: 0 auto;
	position: relative;
	padding-right: 80px;
	font-size: 0.16rem;
	background-color: #F5F5F5;
	border-radius: 0.04rem;
	overflow: hidden;
	
	max-width: auto;
}

#header2026 .search-layer .search-box .search-keyword {
	margin-right: 80px;
	width: 100%
}

#header2026 .search-layer .search-box .search-keyword input {
	width: 100%;
	border-right: transparent;
	border: 0;
	outline: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 0.2rem;
	font-size: 16px;
	
	border: none;
	border-right: 0
}

#header2026 .search-layer .search-box .search-submit {
	outline: 0;
	width: 54px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 54px;
	background: url(/en/tres/NewWebUI/2026/images/search/icon-search-on.png) center center no-repeat;
	background-size: 24px;
	margin-bottom: 0;
}

#header2026 .search-layer .search-box .close{ width: 54px; height: 50px; background: url(/en/tres/NewWebUI/2026/images/search/icon-close.png) center center no-repeat;background-size: 24px; opacity: 1; position: absolute; top: 0; right: 0;}
#header2026 .search-layer .search-box .close::before{ content: ''; width: 1px; height: 0.22rem; background-color: #ccc; position: absolute; left: 0; top: 50%; transform:translateY(-50%);}

#footer2022 {
	padding: 0 80px;
	background: #fff;
	border-top: 1px solid #EFEFEF
}

#footer2022 .button-group {
	padding: 50px 0;
	display: flex;
	justify-content: center
}

#footer2022 .button-group a {
	flex: none;
	width: 21.5%;
	margin: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f7f7f7;
	padding: 15px 20px;
	font-size: 18px;
	color: #000;
	line-height: 1;
	transition: .5s;
	text-decoration: none
}

#footer2022 .button-group a i {
	flex: none;
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px
}

#footer2022 .button-group a i.exhibition {
	background: url(../images/icon-btn_exhibition.png) no-repeat;
	background-size: cover
}

#footer2022 .button-group a i.support {
	background: url(../images/icon-btn_support.png) no-repeat;
	background-size: cover
}

#footer2022 .button-group a i.training {
	background: url(../images/icon-btn_training.png) no-repeat;
	background-size: cover
}

#footer2022 .button-group a i.documents {
	background: url(../images/icon-btn_documents.png) no-repeat;
	background-size: cover
}

#footer2022 .button-group a:hover {
	background: #e60012;
	color: #fff
}

#footer2022 .button-group a:hover i.exhibition {
	background: url(../images/icon-btn_exhibition_white.png) no-repeat;
	background-size: cover
}

#footer2022 .button-group a:hover i.support {
	background: url(../images/icon-btn_support_white.png) no-repeat;
	background-size: cover
}

#footer2022 .button-group a:hover i.training {
	background: url(../images/icon-btn_training_white.png) no-repeat;
	background-size: cover
}

#footer2022 .button-group a:hover i.documents {
	background: url(../images/icon-btn_documents_white.png) no-repeat;
	background-size: cover
}

#footer2022 .links-container {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px
}

#footer2022 .links-container dl dt {
	padding-bottom: 30px;
	font-size: 16px;
	color: #4c4948
}

#footer2022 .links-container dl dd ul li {
	padding-bottom: 15px
}

#footer2022 .links-container dl dd ul li a {
	font-size: 14px;
	color: #a0a0a0;
	text-decoration: none
}

#footer2022 .links-container dl dd ul li a:hover {
	text-decoration: underline
}

#footer2022 .links-container .links-items {
	display: flex;
	flex: auto
}

#footer2022 .links-container .links-items dl {
	flex: 1;
	margin-right: 5%
}

#footer2022 .links-container .social-items {
	flex: none
}

#footer2022 .links-container .social-items dl dd {
	display: flex
}

#footer2022 .links-container .social-items dl dd a.social-item {
	display: block;
	width: 30px
}

#footer2022 .links-container .social-items dl dd a.social-item img {
	width: 100%
}

#footer2022 .links-container .social-items dl dd a.social-item+a.social-item {
	margin-left: 30px
}

#footer2022 .bottom {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(160, 160, 160, .5);
	padding: 30px 0
}

#footer2022 .bottom .copyright {
	display: flex
}

#footer2022 .bottom .copyright i {
	font-style: normal;
	font-size: 14px;
	color: #4c4948;
	white-space: nowrap
}

#footer2022 .bottom .copyright i a {
	color: #4c4948;
	text-decoration: none
}

#footer2022 .bottom .copyright i+i {
	margin-left: 20px
}

#footer2022 .bottom .copyright i img {
	vertical-align: middle
}

#footer2022 .bottom .links {
	display: flex
}

#footer2022 .bottom .links li {
	padding: 0 7px;
	display: flex;
	align-items: center
}

#footer2022 .bottom .links li a {
	font-size: 14px;
	color: #4c4948;
	line-height: 1;
	text-decoration: none
}

#footer2022 .bottom .links li a:hover {
	text-decoration: underline
}

#footer2022 .bottom .links li+li {
	margin-left: -7px
}

#footer2022 .bottom .links li+li:before {
	margin-right: 7px;
	content: '|';
	font-size: 14px;
	color: #4c4948
}

.wide-menu-hidden {
	display: none
}


.header-nav-hidden-box{ height: 7.8rem; background-color: #fff; box-shadow: 0 0.05rem 0.15rem rgba(113, 113, 113, 0.63); position: relative; display: none; overflow-x: hidden; overflow-y: auto;}
.one-nav-side{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; font-size: 14px; display: none;}
.one-nav-side li a{ color: #2d2d2d; position: relative;}
.one-nav-side li:hover a,.one-nav-side li.active a{ font-weight: bold; color: #be171f;}

.one-nav-side .a-nav-btn{ display: inline-block; background: -webkit-linear-gradient(100deg, #a00300, #d32c25); background: linear-gradient(100deg, #a00300, #d32c25); border-radius: 0.06rem; color: #fff; padding: 0.09rem 0.12rem; position: relative; overflow: hidden;}
.one-nav-side .a-nav-btn::before{ content: ''; width: 0.6rem; height: 500%; background: -webkit-linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent); background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent); position: absolute; top: 50%; left: -50%; transform: rotate(-25deg) translateY(-50%);transition: all 0.5s;}
.one-nav-side .a-nav-btn:hover::before{ left: 50%;}
.one-nav-side .a-nav-btn:hover{ font-weight: normal; color: #fff; background-color: #d7000f;}


.one-nav-side .viewAll{ margin-top: 0.15rem;}
.one-nav-side .viewAll a{ color: #be171f; padding-right: 0.2rem; position: relative;}
.one-nav-side .viewAll a::before{ content: ''; width: 0.08rem; height: 0.13rem; background: url(/en/tres/NewWebUI/2026/images/search/icon-viewAll-arrow.png) center no-repeat; background-size: cover; position: absolute; top: 50%; transform:translateY(-50%); right: 0;}

.one-nav-side-left-box{ float: left; width: 25%; height: 100%; border-right: 1px solid #c3c4c5; background-color: #fff; padding: 0.5rem 0 0 0.65rem;}
.one-nav-side-left-box li{ margin-bottom: 0.3rem; cursor: pointer;}
.one-nav-side-left-box li a::before{ content: ''; width: 0; height: 0.02rem; background-color: #be171f; position: absolute; left: 0; bottom: -0.1rem;}
.one-nav-side-left-box li.active a::before{ width: calc(100% + 0.06rem);}

.one-nav-side-right-box{ float: left; width: 75%; height: 100%;}
.two-nav-side{ height: 100%; display: none;}
.two-nav-side-left-box{ float: left; width: 33.333%; height: 100%; background-color: #fff; border-right: 1px solid #c3c4c5; padding: 0.5rem 0.65rem 0 0.65rem;}
.two-nav-side-left-box .top-title{ font-size: 20px; font-weight: bold; line-height: 1;}
.two-nav-side-left-box .top-title span{ display: inline-block; vertical-align: top; color: #2d2d2d; padding-right: 0.52rem; position: relative;}
.two-nav-side-left-box .top-title a span::before{ content: ''; width: 0.24rem; height: 0.14rem; background: url(/en/tres/NewWebUI/2026/images/search/icon-title-arrow.png) center no-repeat; background-size: cover; position: absolute; top: 50%; transform:translateY(-50%); right: 0;}
.two-nav-side-left-box .top-title a:hover span{ font-weight: bold; color: #be171f;}
.two-nav-side-left-box ul{ padding-bottom: 0.2rem; border-bottom: 1px solid #dadada;}
.two-nav-side-left-box ul:last-child{ border-bottom: 0;}
.two-nav-side-left-box li{ margin-top: 0.25rem;}
.two-nav-side-right-box{ float: left; width: 33.333%; height: 100%;}

.three-nav-side{ height: 100%; display: none; position: relative; padding: 0.5rem 0.65rem 0 0.65rem; overflow-x: hidden; overflow-y: auto;}
.three-nav-side-list{ display: flex; flex-wrap: wrap;}
.three-nav-side-list .three-top-title{ font-size: 16px; /* font-weight: bold; */ margin-bottom: 0.25rem;}
.three-nav-side-list .three-top-title span{ display: inline-block; vertical-align: top; /* color: #2d2d2d; */ color: #be171f; padding-right: 0.52rem; position: relative;}
.three-nav-side-list .three-top-title a span::before{ content: ''; width: 0.24rem; height: 0.14rem; background: url(/en/tres/NewWebUI/2026/images/search/icon-title-arrow.png) center no-repeat; background-size: cover; position: absolute; top: 50%; transform:translateY(-50%); right: 0;}
.three-nav-side-list .three-top-title a:hover span{ font-weight: bold; color: #be171f;}
.three-nav-side-list .three-nav-side-list-block{ width: 100%; margin-bottom: 0.35rem;}
.three-nav-side-list .three-nav-side-list-block .top-title{ font-size: 14px; font-weight: bold; color: #000;}
.three-nav-side-list .three-nav-side-list-block .top-title a{ color: rgba(45, 45, 45, 0.7);}
/* .three-nav-side-list .three-nav-side-list-block .top-title span{ display: inline-block; vertical-align: top; color: #2d2d2d; padding-right: 0.2rem; position: relative;}
.three-nav-side-list .three-nav-side-list-block .top-title a span::before{ content: ''; width: 0.08rem; height: 0.13rem; background: url(/en/tres/NewWebUI/2026/images/search/icon-viewAll-arrow.png) center no-repeat; background-size: cover; position: absolute; top: 50%; transform:translateY(-50%); right: 0;} */
.three-nav-side-list .three-nav-side-list-block .top-title a:hover span{ font-weight: bold; color: #be171f;}

.three-nav-side-list .three-nav-side-list-block ul{ padding-top: 0.05rem;}
.three-nav-side-list .three-nav-side-list-block li{ margin-top: 0.1rem; color: #727171;}
.three-nav-side-list .three-nav-side-list-block li a{ font-weight: normal; color: #727171;}
.three-nav-side-list .three-nav-side-list-block li a:hover{ color: #be171f;}
.three-nav-side-list .three-nav-side-list-block .type-recommend-list{ margin-top: 0.2rem;}
.three-nav-side-list .three-nav-side-list-block .type-recommend-list a{ color: #2d2d2d;}
.three-nav-side-list .three-nav-side-list-block .type-recommend-list .pic{ position: relative; overflow: hidden;}
.three-nav-side-list .three-nav-side-list-block .type-recommend-list .pic img{ display: block; width: 100%; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease;}
.three-nav-side-list .three-nav-side-list-block .type-recommend-list:hover .pic img{ transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);}
.three-nav-side-list .three-nav-side-list-block .type-recommend-list .pic .tit{ font-size: 12px; font-weight: bold; line-height: 1.5; width: 100%; position: absolute; left: 0; bottom: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 0.1rem 0.2rem; background-color: rgba(000, 000, 000, 0.2); color: #fff;}

.three-nav-side-list .three-nav-side-list-block .type-recommend-list .cont-box{ margin-top: 0.15rem;}
.three-nav-side-list .three-nav-side-list-block .type-recommend-list .cont-box .tit{ font-size: 14px; /* font-weight: bold; */ line-height: 1.5;}
.three-nav-side-list .three-nav-side-list-block .type-recommend-list .cont-box .cont{ margin-top: 0.15rem; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

.three-nav-side-list2{ width: 40%; margin: 0; display: block;}
.three-nav-side-list3 .top-title{ font-size: 16px; font-weight: bold;}
/* .three-nav-side-list3 .top-title span{ display: inline-block; vertical-align: top; color: #000; padding-right: 0.2rem; position: relative;}
.three-nav-side-list3 .top-title a span::before{ content: ''; width: 0.08rem; height: 0.13rem; background: url(/en/tres/NewWebUI/2026/images/search/icon-viewAll-arrow.png) center no-repeat; background-size: cover; position: absolute; top: 50%; transform:translateY(-50%); right: 0;} */
.three-nav-side-list3 .top-title a:hover span{ font-weight: bold; color: #be171f;}
.three-nav-side-list3 .three-nav-side-list-block{ margin-bottom: 0.25rem;}


.search-recommend-list{ width: 25vw; height: 100%; padding: 0.45rem 0.65rem 0 0.65rem; background-color: #f5f5f5; position: absolute; top: 0; right: 0; border-left: 1px solid #c3c4c5;}
.search-recommend-list .top-title{ font-size: 14px; font-weight: bold;}
.search-recommend-list ul{ margin-top: 0.3rem;}
.search-recommend-list li{ margin-top: 0.3rem;}
.search-recommend-list li .pic{ overflow: hidden;}
.search-recommend-list li .pic img{ display: block; width: 100%; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease;}
.search-recommend-list li:hover .pic img{ transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);}
.search-recommend-list li .cont-box{ margin-top: 0.15rem;}
.search-recommend-list li .cont-box .tit{ font-size: 14px; font-weight: bold;}
.search-recommend-list li .cont-box .cont{ margin-top: 0.15rem; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.search-recommend-list li:first-child{ margin-top: 0;}

.three-nav-side .search-recommend-list{ /* width: 50%; padding: 0; */}

.two-nav-side-list{ float: left; width: 66.666%; height: 100%; background-color: #fff; border-right: 1px solid #c3c4c5; padding: 0.5rem 0.65rem 0 0.65rem;}
.two-nav-side-list-wap{ margin: 0 -0.65rem; display: flex; flex-wrap: wrap;}
.two-nav-side-list-block{ width: 50%; padding: 0 0.65rem; margin-bottom: 0.45rem;}
.two-nav-side-list-block .top-title{ font-size: 20px; font-weight: bold; line-height: 1;}
.two-nav-side-list-block .top-title span{ display: inline-block; vertical-align: top; color: #2d2d2d; padding-right: 0.52rem; position: relative;}
.two-nav-side-list-block .top-title a span::before{ content: ''; width: 0.24rem; height: 0.14rem; background: url(/en/tres/NewWebUI/2026/images/search/icon-title-arrow.png) center no-repeat; background-size: cover; position: absolute; top: 50%; transform:translateY(-50%); right: 0;}
.two-nav-side-list-block .top-title a:hover span{ font-weight: bold; color: #be171f;}
.two-nav-side-list-block ul{ padding-top: 0.1rem;}
.two-nav-side-list-block li{ margin-top: 0.2rem;}

.one-nav-side-list{ float: left; width: 75%; height: 100%; padding: 0.5rem 0.65rem 0 0.65rem;}
.one-nav-side-list .top-title{ font-size: 20px; font-weight: bold;}
.one-nav-side-list .top-title span{ display: inline-block; vertical-align: top; color: #2d2d2d; padding-right: 0.52rem; position: relative;}
.one-nav-side-list .top-title a span::before{ content: ''; width: 0.24rem; height: 0.14rem; background: url(/en/tres/NewWebUI/2026/images/search/icon-title-arrow.png) center no-repeat; background-size: cover; position: absolute; top: 50%; transform:translateY(-50%); right: 0;}
.one-nav-side-list .top-title a:hover span{ font-weight: bold; color: #be171f;}

.one-nav-side-list .list-box{ margin: 0.4rem -0.4rem 0 -0.4rem; display: flex; flex-wrap: wrap;}
.one-nav-side-list .list-box .list-block{ width: 33.333%; padding: 0 0.4rem; margin-bottom: 0.6rem;}
.one-nav-side-list .list-box .list-block .tit{ font-size: 16px; font-weight: bold; color: rgba(0, 0, 0, 0.7);}
.one-nav-side-list .list-box .list-block .tit a{ color: rgba(0, 0, 0, 0.7); padding-right: 0.2rem; position: relative;}
.one-nav-side-list .list-box .list-block .tit a::before{ content: ''; width: 0.08rem; height: 0.13rem; background: url(/en/tres/NewWebUI/2026/images/search/icon-viewAll-arrow.png) center no-repeat; background-size: cover; position: absolute; top: 50%; transform:translateY(-50%); right: 0;}
.one-nav-side-list .list-box .list-block .tit a:hover{ color: #be171f;}
.one-nav-side-list .list-box .list-block ul{ padding-top: 0.1rem;}
.one-nav-side-list .list-box .list-block li{ margin-top: 0.2rem;}
.one-nav-side-list .list-box .list-block li a{ font-weight: normal;}

.one-nav-side-list2{ width: 100%;}
.one-nav-side-list2 .list-box .list-block{ width: 25%;}

.one-nav-side-left-list{ float: left; width: 50%; height: 100%; background-color: #fff; border-right: 1px solid #c3c4c5; padding: 0.5rem 0.65rem 0 0.65rem;}
.one-nav-side-left-list .list-box .list-ul{ width: 50%; padding: 0 0.4rem;}
.one-nav-side-left-list .list-box .list-block{ width: 100%; padding: 0; margin-bottom: 0.6rem;}

.one-nav-side-right-list{ float: left; width: 50%; height: 100%; padding: 0.5rem 0.65rem 0 0.65rem;}
.one-nav-side-right-list .list-box .list-block{ width: 50%; margin-bottom: 0.6rem;}

.menu-layer{ display: none;}


@media screen and (max-width:1680px) {
	#header2026 .topbar .topmenu li{ margin-right: 25px;}
	
}

@media screen and (max-width:1440px) {
	#header2026 .topbar .topmenu li{ margin-right: 20px;}
	
}

@media screen and (max-width:1200px) {
	#header2026 .topbar .topmenu li{ margin-right: 8px;}
	
}

@media screen and (max-width:768px) {

	.no-scroll #header2026 .topbar .topmenu li.mb-utilities,
	.no-scroll #header2026 .topbar .topmenu li.quick {
		display: flex
	}

	#header2026 {
		height: 44px
	}

	#header2026.on {
		top: 0
	}

	#header2026 .header-link-text.language-text {
		padding-right: 20px;
		padding-left: 25px;
		background: url(/cn/tres/NewWebUI/2020/images/icon-header-global.png) left center no-repeat;
		background-size: 20px 20px;
		position: relative;
		font-size: 14px;
		color: #757575
	}

	#header2026 .header-link-text.language-text::before {
		content: "";
		width: 12.5px;
		height: 7px;
		background: url(/en/tres/NewWebUI/2022/images/arrow-second-menu.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-30%);
		transition: all .5s
	}

	#header2026 .utilities {
		position: fixed;
		top: 44px;
		left: 100%;
		width: 100%;
		height: calc(100vh - 44px);
		z-index: 2;
		background: 0 0;
		display: none;
		background: #fff;
		padding: 0;
		transition: .3s;
		display: block
	}

	#header2026 .utilities.expand {
		left: 0
	}

	#header2026 .utilities .header-link {
		margin: 0;
		width: 100%
	}

	#header2026 .utilities .header-link.header-user {
		display: none
	}

	#header2026 .utilities .header-link.header-global {
		font-size: 16px;
		background: 0 0;
		padding-left: 0
	}

	#header2026 .utilities .header-link .header-link-text {
		display: none
	}

	#header2026 .utilities .header-link>ul {
		display: block;
		box-shadow: none;
		border: none;
		position: relative;
		top: auto;
		left: auto;
		height: 100%;
		transform: translateX(0);
		padding-top: 10px
	}

	#header2026 .utilities .header-link>ul::before {
		display: none
	}

	#header2026 .utilities .header-link>ul li a:hover {
		color: #333;
		background: 0 0
	}

	#header2026 .utilities .header-link>ul li.mb-close-language {
		display: block;
		border-bottom: none;
		font-size: 16px;
		padding: 10px 0 10px 30px;
		position: relative;
		text-align: left
	}

	#header2026 .utilities .header-link>ul li.mb-close-language::before {
		content: "";
		background: url(/en/tres/NewWebUI/2022/images/wide-menu-prev.png) no-repeat;
		background-size: 100%;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%)
	}

	#header2026 .topbar {
		padding: 0 20px;
		height: 44px
	}

	#header2026 .topbar .logo {
		width: 30px;
		height: 30px
	}

	#header2026 .topbar .topmenu {
		position: absolute;
		left: 100%;
		right: 0;
		top: 44px;
		height: calc(100vh - 44px);
		margin-left: 0;
		flex-direction: column;
		background: #fff;
		transition: .3s;
		overflow-y: auto
	}

	#header2026 .topbar .topmenu li {
		height: auto;
		padding: 15px;
		margin: 0;
		border-bottom: 1px solid #ccc
	}

	#header2026 .topbar .topmenu li:after {
		content: '>';
		margin-left: 5px
	}

	#header2026 .topbar .topmenu li.mb-utilities {
		border: none;
		align-items: stretch
	}

	#header2026 .topbar .topmenu li.mb-utilities a {
		padding: 7px 30px;
		background: #e60012;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 20px
	}

	#header2026 .topbar .topmenu li.mb-utilities a img {
		width: 20px;
		margin-right: 5px
	}

	#header2026 .topbar .topmenu li.mb-utilities .language-text.header-link-text {
		background: #e60012 url(/en/tres/NewWebUI/2022/images/icon-header-global.png) left 10px center no-repeat;
		background-size: 20px 20px;
		padding-left: 35px;
		padding-right: 30px;
		display: flex;
		align-items: center;
		color: #fff
	}

	#header2026 .topbar .topmenu li.mb-utilities .language-text.header-link-text::before {
		background: url(/en/tres/NewWebUI/2022/images/arrow-second-menu-white.png) no-repeat;
		background-size: 100%;
		right: 10px
	}

	#header2026 .topbar .topmenu li.mb-utilities::after {
		display: none
	}

	#header2026 .topbar .topmenu li.quick {
		border: none;
		background-color: #ebebeb;
		margin-top: 10px
	}

	#header2026 .topbar .topmenu li.quick:after {
		display: none
	}

	#header2026 .topbar .topmenu li.quick a {
		display: flex;
		align-items: center;
		color: #e60012;
		font-weight: 400
	}

	#header2026 .topbar .topmenu li.quick a:before {
		content: '';
		width: 24px;
		height: 24px;
		margin-right: 20px
	}

	#header2026 .topbar .topmenu li.quick a.htb:before {
		background: url(/en/tres/NewWebUI/images/icon-quick_howtobuy-mb.png) no-repeat;
		background-size: cover
	}

	#header2026 .topbar .topmenu li.quick a.webinar:before {
		background: url(../images/icon-quick_webinar.png) no-repeat;
		background-size: cover
	}

	#header2026 .topbar .topmenu li.quick a.exhibition:before {
		background: url(../images/icon-quick_exhibition.png) no-repeat;
		background-size: cover
	}

	#header2026 .topbar .topmenu li.quick a.mall:before {
		background: url(../images/icon-quick_mall.png) no-repeat;
		background-size: cover
	}

	#header2026 .topbar .topmenu li.quick a.resources:before {
		background: url(../images/icon-quick_resource.png) no-repeat;
		background-size: cover
	}

	#header2026 .topbar .topmenu li.quick a.partner:before {
		background: url(../images/icon-quick_partner-mb.png) no-repeat;
		background-size: cover
	}

	#header2026 .topbar .other {
		display: flex;
		right: 20px
	}

	#header2026 .topbar .other .mb_menu {
		display: block;
		width: 20px;
		height: 20px;
		margin-left: 20px
	}

	#header2026 .topbar .other .mb_menu i {
		width: 100%;
		height: 2px;
		margin-top: 13px;
		background: #e60012;
		display: block;
		position: relative;
		transition: .4s
	}

	#header2026 .topbar .other .mb_menu i:after,
	#header2026 .topbar .other .mb_menu i:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 2px;
		background: #e60012;
		transition: .4s
	}

	#header2026 .topbar .other .mb_menu i:before {
		margin-top: -8px
	}

	#header2026 .topbar .other .mb_menu i:after {
		margin-top: 8px
	}

	#header2026 .topbar .other .mb_menu.on i {
		background: 0 0
	}

	#header2026 .topbar .other .mb_menu.on i:before {
		transform: rotate(45deg);
		margin: 0
	}

	#header2026 .topbar .other .mb_menu.on i:after {
		transform: rotate(-45deg);
		margin: 0
	}
	#header2026 .topbar .other .iconziyuan4{ font-size: 0.4rem;}

	#header2026 .topbar.open .topmenu {
		left: 0
	}

	#header2026 .wide-menu {
		left: 100%;
		height: 100vh;
		transition: .3s;
		overflow: hidden;
		display: block
	}

	#header2026 .wide-menu.show {
		left: 0;
		padding-bottom: 0
	}

	#header2026 .wide-menu .wide-menu-container {
		min-height: auto;
		height: 100%;
		flex-wrap: wrap
	}

	#header2026 .wide-menu .wide-menu-container .wide-back-parent {
		display: block;
		font-size: 16px;
		width: 100%;
		position: absolute;
		padding: 10px 0 10px 30px;
		z-index: 1;
		background-color: #f4f4f4
	}

	#header2026 .wide-menu .wide-menu-container .wide-back-parent::before {
		content: '';
		width: 10px;
		height: 10px;
		background-image: url(/en/tres/NewWebUI/2022/images/wide-menu-prev.png);
		background-repeat: no-repeat;
		background-size: 100%;
		transform: translateY(-50%);
		position: absolute;
		top: 50%;
		left: 10px
	}

	#header2026 .wide-menu .wide-menu-container .wide-menu-close {
		display: none
	}

	#header2026 .wide-menu .wide-menu-container .wide-menu-left {
		width: 100%;
		height: 100%
	}

	#header2026 .wide-menu .wide-menu-container .wide-menu-left ul {
		margin-top: 40px
	}

	#header2026 .wide-menu .wide-menu-container .wide-menu-left ul li {
		border-bottom: 1px solid #ccc
	}

	#header2026 .wide-menu .wide-menu-container .wide-menu-left ul li:after {
		content: '>';
		margin-left: 5px
	}

	#header2026 .wide-menu .wide-menu-container .wide-menu-right {
		position: absolute;
		left: 100%;
		height: 100%;
		width: 100%;
		background: #fff;
		padding: 40px 15px 15px;
		transition: .5s;
		overflow-y: scroll;
		overflow-x: hidden
	}

	#header2026 .wide-menu .wide-menu-container .wide-menu-right.active {
		left: 0
	}

	#header2026 .wide-menu .wide-menu-container .wide-menu-right.active+.wide-back-parent {
		background-color: #fff
	}

	#header2026 .wide-menu .wide-menu-content {
		flex-direction: column;
		margin: 0 -15px;
		padding: 0 15px
	}

	#header2026 .wide-menu .wide-menu-content .items h3 {
		padding-top: 12px;
		font-size: 16px
	}

	#header2026 .wide-menu .wide-menu-content .items h3 a.title:after {
		width: 16px;
		height: 16px
	}

	#header2026 .wide-menu .wide-menu-content .items .list {
		flex-direction: column
	}

	#header2026 .wide-menu .wide-menu-content .items .list li {
		display: flex;
		padding-right: 0;
		align-items: center;
		width: auto;
		min-height: auto;
		padding-bottom: 25px
	}

	#header2026 .wide-menu .wide-menu-content .recommend {
		padding-top: 0;
		margin-left: 0;
		width: auto;
		display: none
	}

	#header2026 .wide-menu .quick-links {
		display: none;
		flex-direction: column;
		padding-bottom: 20px
	}

	#header2026 .wide-menu .quick-links a {
		margin-bottom: 20px
	}

	#header2026 .wide-menu .quick-links a+a {
		margin-left: 0
	}

	#header2026 .search-layer {
		width: 100%;
		top: 0;
		right: 0;
		padding: 0
	}

	#header2026 .search-layer .search-box {
		width: 100%;
		padding-right: 120px
	}

	#header2026 .search-layer .search-box .search-keyword {
		margin-right: 60px
	}

	#header2026 .search-layer .search-box .search-keyword input {
		height: 44px;
		line-height: 44px;
		font-size: 14px;
		padding: 0 10px;
		-webkit-appearance: none;
		border-radius: 0
	}

	#header2026 .search-layer .search-box .search-submit {
		height: 44px;
		line-height: 44px;
		width: 60px;
		font-size: 14px;
		border: none;
		-webkit-appearance: none;
		border-radius: 0;
		background-size: 19px 19px;
		right: 60px;
	}
	#header2026 .search-layer .search-box .close{ width: 60px; height: 44px;background-size: 19px 19px;}
	
	
	.menu-layer{ width: 100%; height: calc(100% - 44px); background-color: #fff; position: fixed; left: 0; top: 44px; z-index: 999; display: none;}
	.menu-layer .menu-layer-inner{ height: 100%; position: relative;}
	.menu-layer .menu-layer-inner .one-navigation,.menu-layer .menu-layer-inner .two-navigation{ width: 100%; height: 100%; background-color: #fff; overflow-y: auto; position: absolute; top: 0; left: 0;}
	.menu-layer .menu-layer-inner .two-navigation{ left: 100%; display: none;}
	.menu-layer .menu-layer-inner .one-subnav{ padding: 0.2rem 0.3rem;}
	.menu-layer .menu-layer-inner .one-subnav li{ font-size: 0.32rem; position: relative;}
	.menu-layer .menu-layer-inner .one-subnav li a{ display: block; color: #2c2c2c; padding: 0.3rem 0;}
	.menu-layer .menu-layer-inner .one-subnav li.hover .icon{ content: ''; width: 0.3rem; height: 100%; background: url(/en/tres/NewWebUI/2026/images/search/icon-menu-arrow-black.png) center no-repeat; background-size: 0.15rem auto; position: absolute; right: 0; top: 50%; transform:translateY(-50%);}
	/* .menu-layer .menu-layer-inner .one-subnav li.active a,.menu-layer .menu-layer-inner .one-subnav li:hover a,.menu-layer .menu-layer-inner .one-subnav li.hoverActive a{ color: #be171f;} */
	/* .menu-layer .menu-layer-inner .one-subnav li.hover.active .icon,.menu-layer .menu-layer-inner .one-subnav li.hover.hoverActive .icon{ background-image: url(/en/tres/NewWebUI/2026/images/search/icon-menu-arrow-red.png);} */
	.menu-layer .menu-layer-inner .menu-contactus{ padding-left: 0.3rem; margin-top: 0.35rem;}
	.menu-layer .menu-layer-inner .menu-contactus a{ display: block; width: 2.6rem; height: 0.75rem; line-height: 0.75rem; border-radius: 0.05rem; font-size: 0.3rem; color: #fff; padding-left: 0.83rem; background: url(/en/tres/NewWebUI/2026/images/search/icon-contactus.png) 0.29rem center no-repeat; background-size: 0.33rem;}
	.menu-layer .menu-layer-inner .one-utilities{ margin-top: 0.65rem; border-top: 0.02rem solid #aeb2b5;}
	.menu-layer .menu-layer-inner .one-utilities li{ padding: 0.18rem 0.35rem; font-size: 0.3rem; border-bottom: 0.02rem solid #aeb2b5;}
	.menu-layer .menu-layer-inner .one-utilities li a{ display: block;}
	.menu-layer .menu-layer-inner .one-utilities li img, .menu-layer .menu-layer-inner .one-utilities li span{ display: inline-block; vertical-align: middle;}
	.menu-layer .menu-layer-inner .one-utilities li img{ width: 0.34rem; margin-right: 0.15rem;}
	.menu-layer .menu-layer-inner .one-utilities li span{ color: #2c2c2c;}
	
	.menu-layer .menu-layer-inner .two-side-item{ display: none;}
	.menu-layer .menu-layer-inner .two-side-item .side-top-title{ line-height: 1rem; padding: 0 0.6rem; font-size: 0.34rem; color: #be171f; text-align: center; position: relative;}
	.menu-layer .menu-layer-inner .two-side-item .side-top-title .icon-return{ width: 0.48rem; height: 0.55rem; background: url(/en/tres/NewWebUI/2026/images/search/icon-menu-return-arrow.png) center no-repeat; background-size: 0.17rem auto; position: absolute; left: 0.4rem; top: 50%; transform:translateY(-50%);}
	.menu-layer .menu-layer-inner .two-side-item .two-subnav{ padding: 0 0.6rem;}
	.menu-layer .menu-layer-inner .two-side-item .two-subnav-block{ padding: 0.3rem 0;}
	.menu-layer .menu-layer-inner .two-side-item .two-subnav-block:last-child{ border-bottom: 0;}
	.menu-layer .menu-layer-inner .two-side-item .two-subnav-block .top-title{ font-size: 0.32rem; position: relative;}
	.menu-layer .menu-layer-inner .two-side-item .two-subnav-block .top-title a{ color: #2c2c2c;}
	.menu-layer .menu-layer-inner .two-side-item .two-subnav-block .top-title .icon{ content: ''; width: 0.3rem; height: 100%; background: url(/en/tres/NewWebUI/2026/images/search/icon-menu-bottom-arrow-black.png) center no-repeat; background-size: 0.25rem auto; position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition:all 0.3s ease;}
	.menu-layer .menu-layer-inner .two-side-item .two-subnav-block .top-title.active .icon{ transform: translateY(-50%) rotate(180deg);}
	
	.menu-layer .menu-layer-inner .two-side-item .two-subnav-block .list{ font-size: 0.3rem; margin: 0.3rem -0.6rem 0 -0.6rem; background-color: #f5f5f5; padding: 0 0.6rem 0 1rem; display: none;}
	.menu-layer .menu-layer-inner .two-side-item .two-subnav-block .list ul{ padding: 0.2rem 0; border-bottom: 0.02rem solid #aeb2b5;}
	.menu-layer .menu-layer-inner .two-side-item .two-subnav-block .list ul:last-child{ border-bottom: 0;}
	.menu-layer .menu-layer-inner .two-side-item .two-subnav-block .list li a{ display: block; color: #2c2c2c; padding: 0.2rem 0;}
	.menu-layer .menu-layer-inner .two-side-item .two-subnav-block .list li a.stress-active{ color: #be171f;}
	
	
	
	
	
	
	

	#footer2022 {
		padding: 0 15px
	}

	#footer2022 .button-group {
		padding: 25px 0;
		margin: 0 -15px;
		flex-wrap: wrap
	}

	#footer2022 .button-group a {
		width: 44%;
		margin: 10px;
		padding: 10px;
		justify-content: flex-start;
		font-size: 12px;
		color: #fff;
		background: #e60012
	}

	#footer2022 .button-group a i {
		width: 25px;
		height: 25px
	}

	#footer2022 .button-group a i.exhibition {
		background: url(../images/icon-btn_exhibition_white.png) no-repeat;
		background-size: cover
	}

	#footer2022 .button-group a i.support {
		background: url(../images/icon-btn_support_white.png) no-repeat;
		background-size: cover
	}

	#footer2022 .button-group a i.training {
		background: url(../images/icon-btn_training_white.png) no-repeat;
		background-size: cover
	}

	#footer2022 .button-group a i.documents {
		background: url(../images/icon-btn_documents_white.png) no-repeat;
		background-size: cover
	}

	#footer2022 .links-container {
		flex-direction: column
	}

	#footer2022 .links-container .links-items {
		flex-direction: column
	}

	#footer2022 .links-container .links-items dl {
		width: auto;
		margin-bottom: 15px
	}

	#footer2022 .links-container .links-items dl.expand dt::after {
		transform: translateY(-50%) rotate(180deg)
	}

	#footer2022 .links-container .links-items dl.expand dd {
		display: block
	}

	#footer2022 .links-container .links-items dl dt {
		padding-bottom: 10px;
		position: relative
	}

	#footer2022 .links-container .links-items dl dt::after {
		content: '';
		position: absolute;
		top: calc(50% - 5px);
		right: 0;
		transform: translateY(-50%);
		background: url(/en/tres/NewWebUI/2022/images/arrow-second-menu.png) no-repeat;
		background-size: cover;
		width: 12.5px;
		height: 7px;
		transition: all .5s
	}

	#footer2022 .links-container .links-items dl dd {
		display: none;
		transition: all .5s
	}

	#footer2022 .links-container .social-items {
		margin-top: 20px
	}

	#footer2022 .links-container .social-items dl dt {
		display: none
	}

	#footer2022 .links-container .social-items dl dd {
		justify-content: center
	}

	#footer2022 .bottom {
		flex-direction: column
	}

	#footer2022 .bottom .copyright {
		flex-direction: column
	}

	#footer2022 .bottom .copyright i {
		display: block;
		text-align: center;
		white-space: normal
	}

	#footer2022 .bottom .copyright i+i {
		margin: 0
	}

	#footer2022 .bottom .links {
		margin-top: 15px;
		justify-content: center
	}
}