/**************** 公司介绍 ****************/
/* 汉字标题 */
.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 {
  width: 170px;
  margin: 0 auto;
  background-color: #fff;
}

/* 汉字标题背后的横线 */
.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%);
}

/* 英文标题 */
.content-template.company .center-container .center-title .title-english {
  color: #d1d1d1;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 10px 0 60px 0;
}

/* 介绍文字 */
.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: var(--primary-darker);
  color: #fff;
}

.bg-blue .li-span span .span-txt {
  color: #fff !important;
}

/* 蓝白色背景 */
.bg-lightblue {
  background-color: var(--primary-bg);
  color: #000;
}

.bg-lightblue .li-span span .span-txt {
  color: #605f5c !important;
}

/* 理念容器 */
.content-template .center-container ul li .li-span {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  text-align: center;
}

/* 理念标题 */
.content-template .center-container ul li .li-span .span-title {
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
}

/* 多行理念内容垂直居中容器 */
.content-template .center-container ul li .li-span span {
  margin-top: 15px;
  height: 50px;
  display: table;
  width: 100%;
}

/* 理念内容 */
.content-template .center-container ul li .li-span span .span-txt {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}

/* 段落理念 */
/* 单个段落容器 */
.content-template .center-container .idea li {
  text-align: left;
  vertical-align: middle;
  height: 100%;
  margin: 22px 0;
}

/* 第一个段落 */

/* 段落理念标题 */
.content-template .center-container .idea li .idea-title {
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  color: var(--primary-darker);
}

/* 理念标题左边图片 */
.content-template .center-container .idea li .idea-title img {
  height: 30px;
  display: inline-block;
  margin-top: -10px;
}

/* 段落理念内容 */
.content-template .center-container .idea li .idea-txt {
  padding: 5px 0;
  font-size: 17px;
  color: #575757;
}

/* 企业荣誉 */
/* 第一排荣誉证书 */
.content-template.company .center-container ul .li5 {
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.content-template .center-container ul li {
  text-align: center;
}
.content-template .center-container ul li img {
  max-height: 300px;
  /*min-height: 170px;
	min-width: 219px;*/
  max-width: 273px;
}

/* 第二排荣誉证书 */
.content-template .center-container .ul4 {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.content-template .center-container .ul4 .li4 {
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 20px;
}
