.corporateCulture_banner {
  width: 100%;
  height: 550px;
  background: url(../img/corporateCulture_banner_bac.png) center no-repeat;
  background-size: 100% 100%;
}
.corporateCulture_banner_text {
  font-size: 54px;
  color: #ffffff;
  line-height: 54px;
  text-align: center;
  position: relative;
  top: 200px;
  letter-spacing: 5px;
  font-weight: 600;
}
/* 企业文化 */
.corporateCulture_core {
  width: 100%;
  height: 480px;
  background: url(../img/corporateCulture_core_bac.png) center no-repeat;
  background-size: 100% 100%;
}
.corporateCulture_core_body {
  width: 1037px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 100px;
  display: flex;
}
.corporateCulture_core_body_left {
  width: 161px;
}
.corporateCulture_core_body_left p:first-child {
  font-size: 32px;
  font-weight: 600;
  color: #7c8398;
  line-height: 45px;
  opacity: 0.3;
}
.corporateCulture_core_body_left span {
  display: inline-block;
  width: 70px;
  border-bottom: 4px solid #2f6bfc;
  margin: 13px 0 10px 0;
}
.corporateCulture_core_body_left p:last-child {
  font-size: 32px;
  color: #000000;
  line-height: 44px;
  font-weight: 600;
}
.corporateCulture_core_body_right {
  margin-left: 92px;
  display: flex;
  box-sizing: border-box;
  padding-top: 48px;
}
.corporateCulture_core_body_right > div:first-child {
  width: 414px;
}
.corporateCulture_core_body_right > div:first-child p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  margin-bottom: 30px;
}
.corporateCulture_core_body_right > div:last-child {
  display: flex;
}
.corporateCulture_core_pdf1 img {
  display: inline-block;
  width: 157px;
  height: 187px;
  margin-left: 28px;
  cursor: pointer;
}
.corporateCulture_core_pdf2 img {
  display: inline-block;
  width: 157px;
  height: 187px;
  margin-left: 28px;
  cursor: pointer;
}

.pdf1_showdow {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
}
.pdf1_showdow_close{
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000000;
    position: fixed;
    right: 30px;
    top: 0;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
}
#pdf1 {
  width: 70%;
  margin: 0 auto;
  height: 100%;
  z-index: 101;
}
.pdf2_showdow {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
  }
  .pdf2_showdow_close{
      width: 50px;
      height: 50px;
      background: #fff;
      color: #000000;
      position: fixed;
      right: 30px;
      top: 0;
      text-align: center;
      font-size: 18px;
      line-height: 50px;
      border-radius: 50%;
      cursor: pointer;
  }
  #pdf2 {
    width: 70%;
    margin: 0 auto;
    height: 100%;
    z-index: 101;
  }
/* #pdf2 {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  margin-left: -50%;
} */
/* 组织架构 */
.corporateCulture_organization {
  width: 100%;
  height: 1020px;
  background: #f5f5f5;
}
.organization {
  width: 1035px;
  height: 100%;
  margin: 0 auto;
}
.organization_title {
  height: 62px;
  padding-top: 63px;
  position: relative;
  text-align: center;
}
.organization_title_show {
  font-size: 32px;
  font-weight: 600;
  /* color: #ffffff; */
  opacity: 0.2;
  line-height: 45px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -13px);
  z-index: 0;
}
.organization_title_text {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  line-height: 45px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.organization_title_text > span {
  width: 118px;
  border-bottom: 4px #2f6bfc solid;
  position: fixed;
  bottom: -11px;
  left: 50%;
  margin-left: -59px;
}
.organization_title2 {
  width: 387px;
  margin: 0 auto;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #595959;
  line-height: 20px;
  text-align: center;
}
.organization_model {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.organization_model_item {
  width: 240px;
  height: 150px;
  background: linear-gradient(180deg, #f4f7f9 0%, #ffffff 100%);
  border-radius: 10px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  padding: 23px 13px 0 20px;
}
.organization_model_item p:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #2f6bfc;
  line-height: 18px;
  margin-bottom: 12px;
}
.organization_model_item p:last-child {
  font-size: 12px;
  font-weight: 400;
  color: #596680;
  line-height: 24px;
}
.organization_img {
  text-align: center;
  margin-top: 64px;
}
.organization_img img {
  width: 874px;
  height: 511px;
}

.nav-wrap {
	background: linear-gradient(180deg, #fdfdfd 0%, #f5f5f5 100%);
	box-shadow: 0px 10px 15px 0px rgba(0, 42, 135, 0.15);
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.nav-wrap .nav-item {
	height: 70px;
	line-height: 70px;
	margin: 0 40px;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #596680;
	cursor: pointer;
}
.nav-wrap .nav-item.active {
	color: #0953f7;
	border-bottom: 4px solid #0953f7;
}