/**************** 公司介绍 ****************/
/* 汉字标题（对齐正式站原始值） */
.content-template.company .center-container .center-title .title-chinese {
	width: 450px;
	margin: 0 auto;
	display: inline-block;
	color: #999;
	font-weight: 500;
	position: relative;
}

	.content-template.company .center-container .center-title .title-chinese p {
		margin: 0 auto;
		background-color: #fff;
		white-space: nowrap;
		padding: 5px 15px;
    }

/* 汉字标题背后的横线 */
	.content-template.company .center-container .center-title .title-chinese::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #D1D1D1;
		z-index: -1;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

/* 内容区：收紧胶囊选项 → 标题 → 正文 的纵向间距（正式站为 30px/30px + 副标题60px，明显偏大，此处收紧） */
.content-template.company .center-container {
    padding-top: 10px;
    padding-bottom: 15px;
}

/* 英文标题（对齐正式站原始值） */
.content-template.company .center-container .center-title .title-english {
	color: #D1D1D1;
	font-size: 18px;
	letter-spacing: 2px;
	margin: 5px 0 15px 0;
	text-transform: uppercase;
}

/* 介绍文字 */
.content-template.company .center-container .txt {
	text-indent: 2em;
	color: #666;
	font-size: 16px;
	line-height: 32px;
}

/* 企业理念 */
/* 蓝白理念列表 */
.content-template.company .center-container ul li {
	
}
/* 蓝色背景 */
.bg-blue {
background-color: #0054A5;
color: #fff;
}

.bg-blue .li-span span .span-txt {
	color: #fff !important;
}

/* 蓝白色背景 */
.bg-lightblue {
	background-color: #E8F4FF;
	color: #000;
}

.bg-lightblue .li-span span .span-txt {
	color: #605F5C !important;
}

/* 理念容器 */
.content-template.company .center-container ul li .li-span {
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
text-align:center;
}

/* 理念标题 */
.content-template.company .center-container ul li .li-span .span-title {
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}

/* 多行理念内容垂直居中容器 */
.content-template.company .center-container ul li .li-span span {
	margin-top: 15px;
	height: 50px;
	display: table;
	width: 100%;
}

/* 理念内容 */
.content-template.company .center-container ul li .li-span span .span-txt {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
}

/* 段落理念 */
/* 单个段落容器 */
.content-template.company .center-container .idea li {
	text-align: left;
	vertical-align: middle;
	height: 100%;
	margin: 22px 0;
}

/* 第一个段落 */

/* 段落理念标题 */
.content-template.company .center-container .idea li .idea-title {
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	color: #0857A8;
}

/* 理念标题左边图片 */
.content-template.company .center-container .idea li .idea-title img {
	height: 30px;
	display: inline-block;
	margin-top: -10px;
}

/* 段落理念内容 */
.content-template.company .center-container .idea li .idea-txt {
	padding: 5px 0;
	font-size: 17px;
	color: #575757;
}

/* 企业荣誉 —— 与正式PCH5完全一致：float流式布局，图片自然比例 */
.content-template.company .center-container #qyry > ul:first-child {
    /* 继承 .cleafix/clearfix，不覆盖为flex */
}
.content-template.company .center-container ul .li5 {
	padding: 0 5px;
	box-sizing: border-box;
	/* float:left 由 .fl 类提供 */
}

/* 第二排：限制宽度96%居中 */
.content-template.company .center-container .ul4 {
	width: 96%;
	margin: 0 auto;
	/* 保持 float 布局，不用 flex */
}
.content-template.company .center-container .ul4 .li4 {
	box-sizing: border-box;
	padding: 0 5px;
	/* float:left 由 .fl 类提供 */
}

/* 所有荣誉图片：自然比例，与正式PCH5一致 */
.content-template.company .center-container #qyry ul li {
    text-align: center;
}
.content-template.company .center-container #qyry ul li img {
	max-height: 300px;
	max-width: 273px;
	width: auto;
	height: auto;
}

/* === 以下规则来自正式站 profile.html 内联 <style>（理念/工会专用，缺则排版错乱）=== */

/* 企业理念：图文左右分栏容器 */
#concepttext,
#concepttext li {
	width: 100%;
	display: inline-block;
	font-size: 0;
	margin: 0;
}

/* 理念配图：覆盖全局 max-width:273px 限制，固定 600x339 */
#concepttext img {
	width: 600px;
	height: 339px;
	max-width: none;
	max-height: none;
}

/* 理念左右两栏：等高灰底表格布局 */
#concepttext li .fl {
	display: table;
	height: 339px;
	background: #F7F7F7;
	text-align: right;
}

#concepttext li .fr {
	display: table;
	height: 339px;
	background: #F7F7F7;
	text-align: left;
}

/* 理念文字：表格单元格垂直居中 */
.fltext {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	font-size: 15px;
	color: #666;
	padding: 0 80px;
}

.fltext span {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	display: inline-block;
	margin-bottom: 15px;
}

/* 企业工会正文 */
.uniontext {
	font-size: 18px;
	font-family: 宋体, SimSun;
	line-height: 2em;
	color: #000;
}

