.wrap .subnav_bar {
  height: 700px;
  background: url('../images/corporate_culture_banner.png') no-repeat;
}
.wrap .content .introduce {
  text-align: center;
}
.wrap .content .company_profile_introduce1 {
  padding: 50px 0;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.wrap .content .company_profile_introduce1 .tabs {
  width: 1035px;
  margin: 30px auto;
  overflow: hidden;
}
.wrap .content .company_profile_introduce1 .tabs .tab_title {
  width: 345px;
  line-height: 60px;
  text-align: center;
  float: left;
  font-size: 30px;
  font-weight: 700;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  behavior: url(/static/pie/PIE.htc);
}
.wrap .content .company_profile_introduce1 .tabs .active {
  background: #eb6100;
  color: #fff;
}
.wrap .content .company_profile_introduce1 .swiper_cont {
  height: 400px;
  position: relative;
}
.wrap .content .company_profile_introduce1 .swiper_cont .swiper_wrap .swiper_slide {
  width: 100%;
  height: 100%;
}
.wrap .content .company_profile_introduce1 .swiper_cont .pagination {
  position: absolute;
  z-index: 20;
  width: 100%;
  text-align: center;
  bottom: 10px;
  z-index: 2;
}
.wrap .content .company_profile_introduce1 .swiper_cont .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #eeeeee;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #d1d1d1;
  cursor: pointer;
  behavior: url(/static/pie/PIE.htc);
}
.wrap .content .company_profile_introduce1 .swiper_cont .swiper-active-switch {
  background: #000000;
}
.wrap .content .company_profile_introduce1 .control_button_bar {
  position: absolute;
  width: 100%;
  height: 360px;
  overflow: hidden;
  z-index: 2;
}
.wrap .content .company_profile_introduce1 .control_button_bar .control_button_prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  cursor: pointer;
  width: 165px;
  padding: 50px 30px 50px 0;
}
.wrap .content .company_profile_introduce1 .control_button_bar .control_button_prev img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 51px;
}
.wrap .content .company_profile_introduce1 .control_button_bar .control_button_next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  margin: auto;
  cursor: pointer;
  width: 165px;
}
.wrap .content .company_profile_introduce1 .control_button_bar .control_button_next img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 51px;
}
.wrap .content .company_profile_introduce2 {
  padding: 50px 0;
  background: #f8f8f8;
}
.wrap .content .company_profile_introduce3 {
  padding-top: 120px;
}
.wrap .corporate_culture_more {
  width: 1180px;
  line-height: 36px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ff611b;
  color: #ff611b;
  text-align: center;
  margin: 50px auto 100px auto;
  behavior: url(/static/pie/PIE.htc);
}
.wrap a {
  text-decoration: none;
}
