
.pc_company .container {
  padding: 0;
}
.pc_company_introduce {
  /* height: 468px; */
  display: flex;
  justify-content: space-between;
  margin-bottom: 84px;
}
.pc_company_introduce_left {
  width: 47%;
  /* height: 100%; */
  border-radius: 20px;
}
.pc_company_introduce_right {
  width: 48%;
  /* height: 100%; */
  font-size: 20px;
  line-height: 36px;
  text-indent: 2em;
  color: #333333;
}
.pc_company_culture {
  height: 700px;
  background-image: url(../../images/company/culture_bgi.png);
  background-size: cover; /* 确保图片覆盖整个元素 */
  background-position: center; /* 将图片居中显示 */
}
.pc_company_culture .container {
  height: 100%;
}
.pc_company_culture_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.pc_company_culture_inner_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pc_company_culture_inner_left_item {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.pc_company_culture_inner_left_item:last-child {
  margin-bottom: 0;
}
.pc_company_culture_inner_left_item_title {
  font-size: 18px;
  font-weight: 700;
  background-color: #0068B7;
  width: 145px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.pc_company_culture_inner_left_item_msg {
  font-size: 26px;
}
.pc_company_culture_inner_left_item_msg span {
  margin-right: 70px;
}
.pc_company_culture_inner_left_item_msg span:last-child {
  margin-right: 0;
}
.pc_company_culture_inner_right {
  width: 407px;
  height: 330px;
  border-radius: 20px;
  background-image: url(../../images/company/culture_r.png);
  background-size: cover; /* 确保图片覆盖整个元素 */
  background-position: center; /* 将图片居中显示 */
}
.pc_company_history {
  height: 680px;
  background-image: url(../../images/company/history_bgi.png);
  background-size: cover; /* 确保图片覆盖整个元素 */
  background-position: center; /* 将图片居中显示 */
  position: relative;
}
.pc_company_history .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.7);
  /* left: 50%;
  transform: translateX(-50%); */
  width: 1800px;
  height: 470.4px;
  background-image: url(../../images/company/history_time.png);
  background-size: cover; /* 确保图片覆盖整个元素 */
  background-position: center; /* 将图片居中显示 */
  /* transform: scale(.7); */
}
.pc_company_history_item {
  font-size: 16px;
  color: #333333;
}
.pc_company_history_item i {
  font-weight: 700;
  color: #0068B7;
  font-style: normal;
}
.pc_company_history_item:nth-child(1) {
  position: absolute;
  left: 33.8px;
  bottom: 104px;
}
.pc_company_history_item:nth-child(2) {
  position: absolute;
  left: 99.64px;
  bottom: -36px;
}
.pc_company_history_item:nth-child(3) {
  position: absolute;
  top: 304px;
  left: 170px;
}
.pc_company_history_item:nth-child(4) {
  position: absolute;
  left: 236.5px;
  bottom: -36px;
}
.pc_company_history_item:nth-child(5) {
  position: absolute;
  top: 321.7px;
  left: 308.4px;
}
.pc_company_history_item:nth-child(6) {
  position: absolute;
  top: 481.34px;
  left: 373.3px;
}
.pc_company_history_item:nth-child(7) {
  position: absolute;
  top: 301px;
  left: 448px;
}
.pc_company_history_item:nth-child(8) {
  position: absolute;
  top: 470.4px;
  left: 512.5px;
}
.pc_company_history_item:nth-child(9) {
  position: absolute;
  top: 246px;
  left: 583px;
}
.pc_company_history_item:nth-child(10) {
  position: absolute;
  top: 452.36px;
  left: 648.5px;
}
.pc_company_history_item:nth-child(11) {
  position: absolute;
  top: 213px;
  left: 725px;
}
.pc_company_history_item:nth-child(12) {
  position: absolute;
  top: 372px;
  left: 787.7px;
}
.pc_company_history_item:nth-child(13) {
  position: absolute;
  top: 188.6px;
  right: 733px;
}
.pc_company_history_item:nth-child(14) {
  position: absolute;
  top: 388.46px;
  right: 592px;
}
.pc_company_history_item:nth-child(15) {
  position: absolute;
  top: 164.5px;
  right: 363.6px;
}
.pc_company_history_item:nth-child(16) {
  position: absolute;
  top: 342.46px;
  right: 254px;
}
.pc_company_history_item:nth-child(17) {
  position: absolute;
  top: 42px;
  right: 252.5px;
}
.pc_company_history_item:nth-child(18) {
  position: absolute;
  top: 217px;
  right: 144px;
}
.pc_company_history_item:nth-child(19) {
  position: absolute;
  top: 29px;
  right: 27.52px;
}
.pc_company_history_item:last-child {
  text-align: right;
  position: absolute;
  top: 312px;
  right: 24.58px;
}
.pc_company_honor {
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 47px;
}
.pc_company_honor_title {
  font-size: 38px;
  font-weight: 700;
  color: #333333;
  position: relative;
}
.pc_company_honor_title:after {
  content: "";
  display: block;
  width: 110px;
  height: 6px;
  background-color: #0068B7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.pc_company_honor_content {
  height: 320px;
  background-image: url(../../images/company/honor_bgi.png);
  background-size: 100% auto; /* 确保图片覆盖整个元素 */
  background-position: center bottom; /* 将图片居中显示 */
  background-repeat: no-repeat;
  margin: 150px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.pc_company_honor_content_item {
  /* width: 266px; */
  margin: 0 6px;
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.pc_company_honor_content_item img {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.pc_company_honor_more {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #0068B7;
}
.pc_company_honor_more:hover {
  cursor: pointer;
  color: #FFFFFF;
}