@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Noto Sans', Arial, Microsoft JhengHei, 微軟正黑體, 新細明體, 細明體;
	font-weight: normal;
	/* outline: 1px solid #84bc9c !important; */
}

sub,
sup {
	font-size: 16px;
}

b,
strong {
	font-weight: bold;
}

th {
	text-align: inherit;
}

html {
	max-width: 100vw;
}

body,
html {
	margin: 0px;
	padding: 0px;
}

/*追加字型*/
/* @font-face {
	font-family: Helvetica-Neue;
	src: url('../fonts/HelveticaNeue.ttf');
} */

/* body {
	color: #1b1b1b;
	font-size: 16px;
	line-height: 26px;
	font-family: Helvetica-Neue, Arial, 微軟正黑體, 新細明體, 細明體;
	height: 100%;
} */

body {
	color: #1b1b1b;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Noto Sans', Arial, Microsoft JhengHei, 微軟正黑體, 新細明體, 細明體;
	height: 100%;
}

h1 {
	font-size: 40px;
	line-height: 48px;
}

h2 {
	font-size: 24px;
	line-height: 36px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
}

h4 {
	font-size: 18px;
	line-height: 28px;
}

h5 {
	font-size: 14px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

ul,
ol {
	margin-bottom: 0;
}

img {
	border: none;
	max-width: 100%;
	width: auto;
	height: auto;
}

a {
	color: #00bcd4;
}

select:focus {
	outline: none;
}

.container-fluid {
	width: 100%;
}

#container {
	min-height: calc(100vh - 105px - 199px);
}

@media screen and (max-width: 1199px) {
	#container {
		min-height: calc(100vh - 60px - 242px);
	}
}

/* 20201022 - Ivan 2020/10 改版 */
.container {
	width: 100%;
	max-width: 1200px;
	/* max-width: 1170px; */
	margin: 0 auto;
	padding: 0 45px;
	/* padding: 0 30px; */
}

/* 20210707_Ivan 企業網站新增功能2.0 新增清除html-edit最下方table的padding */
.html_edit>table:last-child>tbody>tr:last-child>td:last-child {
	padding-bottom: 0;
}

/* 20201210 - Ivan 2020/10 改版 */

.html_edit {
	width: 100%;
	margin: 0 auto;
	overflow: auto;
}

.html_edit img {
	max-width: 100%;
}

.html_edit img {
	width: auto;
	height: auto;
}

.html_edit table {
	table-layout: fixed;
}

/* 20210707_Ivan 企業網站新增功能2.0 修改編輯器 li 樣式 */

.html_edit ul {
	padding-left: 20px;
}

.html_edit li {
	position: relative;
	list-style-type: none;
	margin-top: 6px;
	font-size: 16px;
	line-height: 24px;
	color: #313131;
}

.html_edit li::before {
	font-family: 'FontAwesome';
	content: "\f0da";
	position: absolute;
	top: 0px;
	left: -20px;
	color: #90a4ae;
}

.html_edit li:first-child {
	margin-top: 0;
}

.html_edit .item-feature li:first-child {
	margin-top: 0;
}

.table_block {
	display: table;
	height: 100%;
	width: 100%;
}

.table_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.table_block .table_cell img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.flex_center {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}

.center {
	text-align: center;
}

.red {
	color: #e65100;
}

.bold {
	font-weight: bold;
}

.hidden {
	display: none;
}

.no_ul,
.no_ul>li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*pc隱藏項目*/
.display_none {
	display: none;
}

@media screen and (min-width: 1200px) {

	.hidden_pc,
	.nav>li.hidden_pc {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.hidden_tablet {
		display: none !important;
	}
}

body.noscroll {
	overflow: hidden;
}

.no_max_height {
	max-height: none !important;
}

a.no_dec {
	text-decoration: none;
}

@media screen and (max-width: 1199px) {
	.container {
		padding: 0 20px;
	}

	/*.hidden_pc,*/
	.nav>li.hidden_pc {
		display: block !important;
	}

	.hidden_mobile {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 30px;
		line-height: 45px;
	}

	.container {
		padding: 0 20px;
	}

	.hidden_only_mobile {
		display: none !important;
	}
}

/*-----Header start-----*/
#header_block {
	width: 100%;
	position: fixed;
	z-index: 1000;
	background: #fff;
	/* height: 105px;
	border-top: 5px solid #00bcd4; */
}

.header_wrap {
	height: 105px;
	background-color: #fff;
	border-top: 5px solid #00bcd4;
}

.header_container {
	position: relative;
}

.header_margin_block {
	height: 105px;
}

/*logo*/
.navbar-brand {
	width: 114px;
	height: 41px;
	display: block;
	float: left;
	margin: 29.5px 0;
	padding: 0;
	position: relative;
	z-index: 1300;
}

/*--- 常駐區 ---*/
.resident_list {
	display: block;
	position: absolute;
	right: 30px;
	top: 0;
	color: #00bcd4;
	z-index: 1100;
}

.resident_list:after {
	content: '';
	display: block;
	clear: both;
}

.resident_list li {
	display: inline-block;
	float: right;
}

.resident_list li i {
	margin-right: 3px;
}

/*LOGIN*/
.resident_list a.login_btn,
.resident_list .login_btn {
	display: block;
	width: 100px;
	text-align: center;
	padding: 0 15px;
	font-size: 14px;
	line-height: 35px;
	cursor: pointer;
	color: #fff;
	background: #00bcd4;
	position: relative;
}

/*語系btn*/
.resident_list .lang_btn {
	padding: 0 20px;
	font-size: 14px;
	line-height: 35px;
	color: #00bcd4;
	position: relative;
}

.resident_list .lang_btn:hover .lang_list,
.resident_list .login_btn:hover .lang_list {
	display: block;
}

/*語系列*/
.lang_list {
	display: none;
	width: 110px;
	position: absolute;
	right: 0;
	top: 35px;
}

.login_btn .lang_list {
	width: 100px;
}

.lang_list li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #434343;
	background: #313131;
}

.lang_list li:last-child {
	border-bottom: 0;
}

.lang_list li a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	/*padding: 0 10px;*/
	padding: 7px 10px;
	font-size: 14px;
	line-height: 21px;
	/*line-height: 35px;*/
	text-align: center;
}

.lang_list li a:hover,
.lang_list li a:focus,
.lang_list li a:active {
	color: #00bcd4;
}

/*header MENU*/
.navbar {
	margin-bottom: 0;
}

.navbar-collapse {
	padding: 0;
}

.navbar-default {
	border: 0;
	background: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: 0;
}

.header_menu {
	margin-top: 25px;
	margin-left: 40px;
}

.navbar-default .navbar-nav>li,
.navbar-nav>li {
	margin-right: 0;
	position: relative;
}

.navbar-default .navbar-nav>li>a,
.navbar-nav>li>a {
	font-size: 16px;
	line-height: 26px;
	display: block;
	height: 75px;
	color: #1b1b1b;
	padding: 25px;
	position: relative;
	font-weight: bold;
}

.navbar-default .navbar-nav>li>a:after {
	display: none;
	font-family: 'FontAwesome';
	content: "\f107";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 20px;
	line-height: 30px;
	color: #00bcd4;
	text-align: center;
}

.navbar-default .navbar-nav>li:hover>a:after,
.navbar-default .navbar-nav>li>a:hover:after,
.navbar-default .navbar-nav>li>a:focus:after,
.navbar-default .navbar-nav>li>a:active:after,
.navbar-nav>li>a:hover:after {
	display: block;

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #1b1b1b;
	background: transparent;
}

/*--- menu Lv2 ---*/
.menu_lv2_block {
	display: none;
	position: absolute;
	left: -25px;
	left: 0;
	top: 75px;
	/* min-width: 480px; */
	min-width: 688px;
	max-width: 720px;
	min-height: 335px;
	overflow: hidden;
}

/*.last_menu_drop .menu_lv2_block{
	left: -264px;
}*/
.menu_lv2_block a {
	display: block;
	color: #626262;
	text-decoration: none;
}

.menu_lv2_block a:hover,
.menu_lv2_block a:focus,
.menu_lv2_block a:active {
	/* color: #1b1b1b; */
	color: #00BCD4;
}

.menu_lv2 li a {
	position: relative;
}

.menu_lv2 li a.has-lv3::after {
	display: none;
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f105";
	width: 100%;
	right: -30px;
	bottom: 0;
	text-align: right;
	font-size: 20px;
	line-height: 26px;
	color: #00bcd4;
	text-decoration: none;
}

.menu_lv2 li:hover a::after {
	display: block;
}

/*.navbar-default .navbar-nav > li:hover .menu_lv2_block{
	display: block;
}*/
.menu_lv2 {
	display: block;
	min-width: 150px;
	width: auto;
	/* width: 150px; */
	/* margin-left: 45px; */
	margin-left: 25px;
	margin-right: 45px;
	float: left;
	padding-bottom: 25px;
}

.menu_lv2 li {
	display: block;
	padding-top: 25px;
	width: auto;
	/* width: 210px; */
}

/*--- menu Lv3 ---*/
.menu_lv3_block {
	display: none;
	position: absolute;
	top: 0;
	left: 181px;
	min-width: 480px;
	max-width: 720px;
	height: 100%;
	overflow: hidden;
}

.menu_lv3_block a {
	display: block;
	color: #626262;
	text-decoration: none;
}

.menu_lv3_block a:hover,
.menu_lv3_block a:focus,
.menu_lv3_block a:active {
	/* color: #1b1b1b; */
	color: #00BCD4;
}

.menu_lv3 {
	display: block;
	width: 150px;
	margin-left: 45px;
	margin-right: 45px;
	float: left;
	padding-bottom: 25px;
}

.menu_lv3 li {
	display: block;
	padding-top: 25px;
	width: 200px;
}

/*menu Lv2 背景圖*/
/*不可視(初始計算高度使用)*/
.menu_bg_block.begin_hidden {
	visibility: hidden;
}

.menu_bg_block {
	position: fixed;
	top: 105px;
	width: 100%;
	background: #eee;
	height: 260px;
	z-index: 995;
}


@media screen and (max-width: 1199px) {

	/*遮罩層*/
	.overlay {
		display: none;
		position: fixed;
		z-index: 30;
		background-color: #000;
		top: 60px;
		left: 0;
		bottom: 0;
		opacity: 9.5;
		filter: Alpha(opacity=95);
		width: 100%;
		height: 100%;
	}

	#header_block .container {
		padding: 0;
	}

	#header_block {
		height: 60px;
		border-bottom: 1px solid #cfd8dc;
	}

	.header_wrap {
		height: 60px;
	}

	.header_margin_block {
		height: 60px;
	}

	.navbar-header {
		padding: 0 20px;
	}

	.navbar-toggle {
		float: right;
		border: 0;
		height: 55px;
	}

	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: transparent;
	}

	.navbar {
		min-height: auto;
		z-index: 1500;
	}

	.navbar-nav {
		margin: 0;
	}

	/*--- Lv1 ---*/
	.navbar-default .navbar-nav>li,
	.navbar-nav>li {
		margin-right: 0;
	}

	.navbar-default .navbar-nav>li>a,
	.navbar-nav>li>a,
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {
		height: auto;
		padding: 12px 35px 12px 20px;
		text-align: left;
		border-bottom: 1px solid #cfd8dc;
		position: relative;
		color: #1b1b1b;
		background: #eee;
	}

	.navbar-default .navbar-nav>li:last-child>a,
	.navbar-nav>li:last-child>a {
		border-bottom: 0;
	}

	.navbar-default .navbar-nav>li>a:after,
	.navbar-nav>li>a:after {
		content: "";
		display: block;
		position: absolute;
		width: 11px;
		height: 26px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('../images/emc_menu_drop_icon.png');
		position: absolute;
		top: 12px;
		bottom: auto;
		right: 19px;
		left: auto;
		-webkit-transition: .3s ease;
		-moz-transition: .3s ease;
		-o-transition: .3s ease;
		transition: .3s ease;
	}

	.navbar-default .navbar-nav>li>a.open:after,
	.navbar-nav>li>a.open:after {
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	/* lv2 toggle arrow */
	.navbar-default .navbar-nav a.menu_drop_lv2:after,
	.navbar-nav a.menu_drop_lv2:after {
		content: "";
		display: block;
		position: absolute;
		width: 11px;
		height: 26px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('../images/emc_menu_drop_lv2_icon.png');
		position: absolute;
		top: 12px;
		bottom: auto;
		right: 19px;
		left: auto;
		-webkit-transition: .3s ease;
		-moz-transition: .3s ease;
		-o-transition: .3s ease;
		transition: .3s ease;
	}

	.navbar-default .navbar-nav a.menu_drop_lv2.open:after,
	.navbar-nav a.menu_drop_lv2.open:after {
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	/* lv2 toggle arrow */

	.navbar-default .navbar-nav>li.blue_li>a,
	.navbar-nav>li.blue_li>a {
		color: #00bcd4;
		font-weight: bold;
		background: #434343;
		border-color: #626262;
	}

	.navbar-default .navbar-nav>li.blue_li>a.open,
	.navbar-nav>li.blue_li>a.open {
		border-color: #313131;
	}

	.navbar-default .navbar-nav>li.blue_li>a i,
	.navbar-nav>li.blue_li>a i {
		margin-right: 5px;
	}

	.blue_li .menu_lv2 li {
		border-color: #434343;
	}

	.blue_li .menu_lv2 a {
		color: #fff;
		font-weight: bold;
		background: #313131;
		text-decoration: none;
		padding-left: 20px;
	}

	.blue_li .menu_lv2 a:hover,
	.blue_li .menu_lv2 a:focus,
	.blue_li .menu_lv2 a:active {
		color: #00bcd4;
	}

	/*mobile開合鈕*/
	.navbar-toggle {
		padding: 10px;
		margin-top: 17px;
		margin-right: 0;
		width: 24px;
		height: 24px;
	}

	.navbar-toggle .icon-bar {
		width: 24px;
		height: 3px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		color: #455a64;
	}

	#m_menu_hamb span {
		display: block;
		position: absolute;
		width: 100%;
		background: #455a64;
		opacity: 1;
		filter: Alpha(opacity=100);
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 0;
	}

	#m_menu_hamb span:nth-child(1) {
		top: 0px;
	}

	#m_menu_hamb span:nth-child(2),
	#m_menu_hamb span:nth-child(3) {
		top: 7px;
	}

	#m_menu_hamb span:nth-child(4) {
		top: 14px;
	}

	#m_menu_hamb.open span:nth-child(1) {
		top: 7px;
		width: 0%;
		left: 50%;
	}

	#m_menu_hamb.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#m_menu_hamb.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#m_menu_hamb.open span:nth-child(4) {
		top: 7px;
		width: 0%;
		left: 50%;
	}

	/*logo(m)*/
	.mobile_brand {
		float: left;
		display: block;
		width: 100px;
		margin-top: 11px;
	}

	.mobile_brand img {
		max-width: 100%;
		width: auto;
		height: auto;
	}

	#menu_list {
		width: 100%;
		position: absolute;
		top: 55px;
		left: 0;
		-webkit-transition: .3s ease;
		-moz-transition: .3s ease;
		-o-transition: .3s ease;
		transition: .3s ease;

	}

	/*--- menu Lv2 ---*/
	.menu_lv2_block {
		position: static;
		width: 100%;
		left: auto;
		top: auto;
		max-width: 100%;
		min-width: 100%;
		min-height: auto;
	}

	.navbar-default .navbar-nav>li:hover .menu_lv2_block,
	.menu_lv2_block {
		left: auto;
	}

	.navbar-default .navbar-nav>li:hover .menu_lv2_block,
	.menu_lv2_block {
		display: none;
	}

	.menu_lv2 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
		padding-bottom: 0;
	}

	.menu_lv2 li {
		padding-top: 0;
		border-bottom: 1px solid #dcdcdc;
		width: 100%;
	}

	.menu_lv2 a {
		background: #BFBFBF;
		padding: 12px 20px 12px 30px;
		color: #1B1B1B;
	}

	.menu_lv2 li:hover a::after {
		display: none;
	}

	.menu_lv2_block a:hover,
	.menu_lv2_block a:focus,
	.menu_lv2_block a:active {
		color: #1b1b1b;
	}

	/*Lv2 bg*/
	.menu_bg_block {
		display: none;
	}

	/*--- menu Lv3 ---*/
	.menu_lv3_block {
		position: static;
		width: 100%;
		left: auto;
		top: auto;
		max-width: 100%;
		min-width: 100%;
		min-height: auto;
	}

	.navbar-default .navbar-nav>li:hover .menu_lv3_block,
	.menu_lv3_block {
		left: auto;
	}

	.navbar-default .navbar-nav>li:hover .menu_lv3_block,
	.menu_lv3_block {
		/* display: none; */
	}

	.menu_lv3 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
		padding-bottom: 0;
	}

	.menu_lv3 li {
		padding-top: 0;
		border-bottom: 1px solid #dcdcdc;
		width: 100%;
	}

	.menu_lv3 a {
		background: #fff;
		padding: 12px 20px 12px 40px;
		color: #1B1B1B;
	}

	.menu_lv3_block a:hover,
	.menu_lv3_block a:focus,
	.menu_lv3_block a:active {
		color: #1b1b1b;
	}
}

@media screen and (max-width: 767px) {}


/*---Header end---*/


/*---Footer start---*/
.footer_block {
	background: #323232;
}

.footer_block:before {
	content: '';
	display: block;
	height: 5px;
	background: #00bcd4;
	/* Old browsers */
	background: -moz-linear-gradient(left, #2070c6 0%, #00bcd4 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2070c6 0%, #00bcd4 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #2070c6 0%, #00bcd4 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2070c6', endColorstr='#00bcd4', GradientType=1);
	/* IE6-9 */
}

.footer_left {
	float: left;
	width: 30%;
	padding-top: 35px;

}

.footer_left .company_text {
	color: #fff;
}

.footer_info_list {
	display: block;
	margin-top: 15px;
}

.footer_info_list li {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	color: #a0a0a0;
	margin-right: 15px;
}

.footer_right {
	float: left;
	width: 70%;
	padding-top: 45px;
}


.footer_menu {
	float: right;
}

.footer_menu li {
	display: inline-block;
	margin-right: 45px;
}

.footer_menu li:last-child {
	margin-right: 0;
}

.footer_menu li a {
	color: #fff;
}

.footer_menu li a:hover {
	color: #00bcd4;
}

.footer_bottom {
	width: 100%;
	float: left;
	text-align: right;
	color: #535353;
	font-size: 14px;
	line-height: 22px;
	padding: 24px 0;
}

#go_top_btn {
	position: fixed;
	z-index: 20;
	width: 44px;
	height: 44px;
	bottom: 30px;
	right: 30px;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	background-color: #00bcd4;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}

#go_top_btn:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}

@media screen and (max-width: 1199px) {

	.footer_left,
	.footer_bottom {
		float: none;
		width: 100%;
		text-align: center;
	}

	.footer_bottom {
		padding-top: 45px;
		padding-bottom: 50px;
	}

	.footer_info_list li {
		display: block;
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {

	#go_top_btn {
		right: 10px;
		bottom: 10px;
	}
}

/*---Footer end---*/

/*---cookie statement---*/
.cookie_statement {
	background-color: #263238;
	padding: 46px 0;
	/* padding:46px 15px; */
}

.privacyPolicyLink {
	float: left;
}

@media screen and (max-width: 1199px) {
	.cookie_statement {
		padding: 46px 20px;
		/* padding:46px 15px; */
	}

	.privacyPolicyLink {
		float: none;
		display: block;
	}
}

.cookie_statement p {
	/* width:68%; */
	width: 60%;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	float: left;
	margin: 0;
	/* padding-right:100px; */
}

/* 20201022 - Ivan 2020/10 改版 */
.confirm-cookie-policy-btn {
	/* min-width:120px; */
	/* margin-top:5px; */
	width: 275px;
	height: 48px;
	background-color: #00bcd4;
	border-radius: 5px;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	padding: 6px 10px;
	float: right;
	/* float: left; */
	cursor: pointer;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.privacy_ok {
	margin-left: 10px;
	font-size: 20px;
}

.confirm-cookie-policy-btn:hover {
	background: #0398ab;
}

a.policy-page-link {
	color: #00bcd4;
	/* text-decoration: underline; */
	font-weight: bold;
}

.privacyPolicyLink {
	color: #a0a0a0;
}

.privacyPolicyLink:hover,
.privacyPolicyLink:focus {
	color: #a0a0a0;
}

@media (max-width:767px) {
	.cookie_statement {
		text-align: center;
	}

	.cookie_statement p {
		width: 100%;
		padding: 0 0 10px;
		text-align: left;
	}

	.confirm-cookie-policy-btn {
		display: inline-block;
	}

	.cookie_statement p,
	.confirm-cookie-policy-btn {
		float: none;
	}
}

/*20251022 gx add*/
/* ---------- 子公司块：固定在导航右侧（桌面） ---------- */
#menu_list { position: relative; } /* 确保绝对定位基准为此容器 */

#menuSubcompany {
	position: absolute;
	right: -10px;                /* 离右侧距离，可按需微调 */
	top: 62%;                   /* 垂直居中到导航栏内 */
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 999;
	pointer-events: auto;
}

/*nav.menu {*/
/*	position: relative;*/
/*	padding-right: 140px; !* 给子公司区域留出空间，可视情况调大或调小 *!*/
/*}*/

/*#menuSubcompany {*/
/*	position: absolute;*/
/*	right: -5px;                !* 越小越靠右，越大越靠左 *!*/
/*	top: 62%;                   !* 你原本的视觉对齐值，保留 *!*/
/*	transform: translateY(-50%);*/
/*	display: flex;*/
/*	align-items: center;*/
/*	gap: 10px;*/
/*	z-index: 999;*/
/*	pointer-events: auto;*/
/*}*/
#menuSubcompany {
	position: absolute;
	right: -100px;   /* 根据你的header左右padding调整 */
	top: 62%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 8px;
}

/* 子公司文字 */
.menu-subcompany .subcompany-text,
#menuSubcompany .subcompany-text {
	color: #00bcd4;                /* 根据你的 header 颜色调整 */
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

/* 子公司图片 */
#menuSubcompany .subcompany-link img {
	height: 20px;               /* LOGO 高度 */
	width: auto;
	display: block;
	transition: transform .22s ease;
}

/* hover 效果 */
#menuSubcompany .subcompany-link:hover img {
	transform: scale(1.05);
}

/* 如果想在窄屏上隐藏（Bootstrap3 已用 hidden-xs），
   或在 Bootstrap4/5 中使用下面的响应式类替代 hidden-xs */
@media (max-width: 767px) {
	#menuSubcompany { display: none !important; }
}

/* ---- 防止继承 menu_drop 的下拉箭头（保险做法） ----
   若页面有全局样式使用 .menu_drop::after 添加小箭头，这里强制去掉
*/
#menuSubcompany .subcompany-link.menu_drop,
#menuSubcompany .subcompany-link.menu_drop::after {
	display: inline-block;
	content: none !important;
}


/*20251023 new*/
/* ==========================================================
   EMC 新版菜单样式（保持旧版视觉，但使用新类名）
/* 替换：全局下拉面板（保留你原有样式） */
.emc-global-panel {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 100vw;
	background: #f6f6f6;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
	display: none;
	z-index: 99;
	padding: 25px 0;
	height: 330px;             /* ✅ 固定高度 */
	overflow: hidden;
}

/* 二级容器 */
.emc-panel-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;   /* 少于8个时居中 */
	padding: 0 40px;
	box-sizing: border-box;
}


/* 二级菜单容器：撑满行，允许换行 */
/*.emc-lv2 {*/
/*	list-style: none;*/
/*	padding: 0;*/
/*	margin: 0;*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*	justify-content: center;*/
/*	gap: 40px 20px;*/
/*	width: 100%;*/
/*	box-sizing: border-box;*/
/*}*/


/*#emc_global_panel .emc-lv2-item {*/
/*	flex: 1 1 auto;*/
/*	min-width: 130px;*/
/*	text-align: left;*/
/*	box-sizing: border-box;*/
/*}*/


/*!* 二级链接样式（原样保留） *!*/
/*.emc-lv2-link {*/
/*	display: block;*/
/*	font-size: 16px;*/
/*	font-weight: bold;*/
/*	color: #1b1b1b;*/
/*	padding: 8px 0;*/
/*	text-decoration: none;*/
/*	transition: color 0.2s ease;*/
/*}*/

.emc-lv2 {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;               /* 保持一行 */
	justify-content: space-between;
	gap: 40px 20px;                  /* 保留你原来的 row-gap / column-gap */
	width: 100%;
	box-sizing: border-box;
}

/* 假定 horizontal column-gap = 20px，且固定 5 项 */
:root { --lv2-h-gap: 20px; --lv2-count: 5; }

#emc_global_panel .emc-lv2-item {
	/* 每项宽度 = (100% - total_horizontal_gaps) / count */
	flex: 0 1 calc((100% - ( (var(--lv2-count) - 1) * var(--lv2-h-gap) )) / var(--lv2-count));
	max-width: calc((100% - ( (var(--lv2-count) - 1) * var(--lv2-h-gap) )) / var(--lv2-count));
	min-width: 0;               /* 允许在 flexbox 中缩小 */
	box-sizing: border-box;
	text-align: left;
}

/* 允许文字换行（优先显示完整文字），但限制每项内的行高与间距以免撑高 */
.emc-lv2-link {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #1b1b1b;
	padding: 8px 0;
	text-decoration: none;
	transition: color 0.2s ease;

	white-space: normal;   /* 允许换行显示完整文字（不会用...） */
	word-break: break-word; /* 必要时在单词边界换行 */
	line-height: 1.2;
}


.emc-lv2-link:hover {
	color: #00bcd4;
}

/* 三级菜单竖向排列（原样） */
.emc-lv3 {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* ✅ 给三级菜单每个项目前加上圆点符号（•） */
.emc-lv3-item::before {
	content: "•";           /* 显示项目符号 */
	color: #999;            /* 符号颜色，可调浅灰或主色 */
	margin-right: 6px;      /* 与文字的间距 */
	font-size: 14px;        /* 大小与文字匹配 */
	line-height: 1;         /* 避免上下偏移 */
}

.emc-lv3-item {
	margin: 3px 0;
}

.emc-lv3-link {
	font-size: 14px;
	color: #555;
	text-decoration: none;
	transition: color 0.2s ease;
}

.emc-lv3-link:hover {
	color: #00bcd4;
}

/* 保持一级菜单 hover 行为（你之前有去掉 hover 背景，如果想保留则注释掉以下规则） */
#emc_header_menu > li:hover,
#emc_header_menu > li > a:hover {
	background: transparent !important;
}

/* 禁用点击的菜单项（URL 为 # 或空） */
.emc-menu-link.disabled,
.emc-lv2-link.disabled,
.emc-lv3-link.disabled
{
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

