/* 站点语言切换 */
#site-lang-switch {
	font: 12px/1.6 "Microsoft YaHei", SimSun, sans-serif;
	color: #333;
}
#site-lang-switch a {
	color: #666;
	text-decoration: none;
	margin: 0 3px;
}
#site-lang-switch a.lang-on {
	color: #c00;
	font-weight: bold;
}
#site-lang-switch span {
	color: #bbb;
}

/* PC：右上角浮动 */
#site-lang-switch.site-lang-float {
	position: fixed;
	top: 12px;
	right: 16px;
	z-index: 2147483647;
	background: #fff;
	border: 1px solid #c00;
	padding: 6px 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* H5：嵌在搜索左侧；不改 ui-block-a/b/c 宽度，避免撑破 100% */
#site-lang-switch.site-lang-inheader {
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	white-space: nowrap;
	line-height: 1;
	font-size: 11px;
}
#site-lang-switch.site-lang-inheader a {
	color: #fff;
	margin: 0 1px;
}
#site-lang-switch.site-lang-inheader a.lang-on {
	color: #ffd24d;
	font-weight: bold;
}
#site-lang-switch.site-lang-inheader span {
	color: rgba(255, 255, 255, 0.55);
}
.header .ui-block-c img.search {
	display: inline-block;
	vertical-align: middle;
}

/* 英文态：菜单条保持原高度，只加宽、不换行 */
html.lang-en .menus li {
	width: auto;
	min-width: 72px;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	white-space: nowrap;
}
html.lang-en .menus li a,
html.lang-en .menus li dl .dda,
html.lang-en .menus li dl .dda a {
	white-space: nowrap;
}
html.lang-en .p_li a,
html.lang-en .p_li a:hover {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
html.lang-en .pro li a,
html.lang-en .pro li p {
	display: block;
	max-width: 180px;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 英文用无衬线字体，避免 font 标签掉成宋体/Times */
html.lang-en body,
html.lang-en p,
html.lang-en dd,
html.lang-en li,
html.lang-en a,
html.lang-en font,
html.lang-en span {
	font-family: Arial, "Microsoft YaHei", sans-serif;
}
/* 英文更长：栏目跟着文字增高，不用 overflow 裁切 */
html.lang-en .ih_235,
html.lang-en .ih_271,
html.lang-en .ih_215,
html.lang-en .ih_170,
html.lang-en .h_195,
html.lang-en .h_185,
html.lang-en .h_185 dl {
	height: auto;
	overflow: visible;
}
html.lang-en .ih_235:after,
html.lang-en .ih_271:after,
html.lang-en .ih_215:after,
html.lang-en .h_195:after,
html.lang-en .h_185:after,
html.lang-en .h_185 dl:after {
	content: "";
	display: table;
	clear: both;
}
html.lang-en .h_195 {
	min-height: 175px;
}
html.lang-en .h_195 dd,
html.lang-en .h_185 dl dd {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
/* 简介正文最多 6 行，超出省略；详细链接仍留在右下 */
html.lang-en .h_195 dd.l_line18 {
	float: right;
	width: 430px;
	position: relative;
	box-sizing: border-box;
	padding-right: 72px;
	line-height: 1.8em;
	max-height: calc(1.8em * 6);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	line-clamp: 6;
}
html.lang-en .h_195 dd.l_line18 > div {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 4px;
	line-height: 1.8em;
	background: #fff;
}
html.lang-en .h_185 {
	min-height: 185px;
}
html.lang-en .h_185 dl {
	min-height: 75px;
}
html.lang-en .h_185 ul li {
	height: 23px;
	overflow: hidden;
	white-space: nowrap;
}
html.lang-en .h_185 ul li a {
	display: inline-block;
	max-width: calc(100% - 78px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
html.lang-en .h_185 .font_14.f_weight,
html.lang-en .h_185 .font_14.f_weight a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
html.lang-en .h_185 .l_line15.t_margin5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5em;
	max-height: calc(1.5em * 2);
}
html.lang-en .ih_30 .title,
html.lang-en .title3 {
	width: auto;
	max-width: 100%;
	white-space: nowrap;
}
html.lang-en .ih_170 {
	min-height: 170px;
}

/* H5 英文态：侧栏加宽、底栏单行省略 */
html.lang-en .nav {
	max-width: 200px;
	width: 36%;
}
html.lang-en .nav a {
	font-size: 14px;
	white-space: nowrap;
}
html.lang-en .footer ul li a {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
html.lang-en .proul li p,
html.lang-en .boxpadding p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
