/*企业文化*/
#section_box_1 {
  padding-top: 5rem /* 80/16 */;
  padding-bottom: 8.125rem /* 130/16 */;
}
#section_box_1 .mainInfo {
  font-size: 1.375rem /* 22/16 */;
  line-height: 2;
  padding: 0 6.25rem /* 100/16 */;
  margin-bottom: 5rem /* 80/16 */;
}

#section_box_1 h2 {
  font-size: 2.625rem /* 42/16 */;
  margin-bottom: 1.25rem /* 20/16 */ !important;
}

#section_box_1 h3 {
  font-size: 2rem /* 32/16 */;
  color: var(--second_color);
  margin-bottom: 1.25rem /* 20/16 */ !important;
}

.qywh_swiper {
  height: 35.5rem /* 568/16 */;
  background: url('../images/qywh/swiper_bg.jpg') no-repeat center;
}

.qywh_item {
  padding: 8.125rem /* 130/16 */ 6.875rem /* 110/16 */;
  height: 100%;
  text-align: left;
  transition: all 0.3s ease;
  border-right: .125rem /* 2/16 */ solid #ffffff;
}

.qywh_title {
  font-size: 1.75rem /* 28/16 */;
  color: #ffffff;
  transition: all 0.3s ease;
  margin-bottom: 1.25rem /* 20/16 */;
}

.qywh_desc {
  font-family: Arial;
  font-size: .875rem /* 14/16 */;
  color: #ffffff;
  margin-bottom: 1.25rem /* 20/16 */;
}

.qywh_line {
  display: block;
  width: 1.875rem /* 30/16 */;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 1.875rem /* 30/16 */;
}

.qywh_content {
  font-size: 1rem /* 16/16 */;
  color: #ffffff;
  line-height: 2;
}

.qywh_item:hover {
  background-color: rgba(200, 39, 56, 0.84);
  box-shadow: 0 0.5rem 1.5rem rgba(200, 39, 56, 0.3);
}

.qywh_item:hover * {
  color: #ffffff !important;
}