.joinUs .title {
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 4px;
  color: #030303;
  text-align: center;
  font-weight: bold;
  padding-top: 125px;
}
.joinUs .txt {
  font-size: 24px;
  line-height: 2em;
  color: #4d4d4d;
  font-weight: 300;
  margin: 20px auto 70px;
  padding: 0 10%;
}
.joinUs .cjHome .joinUsPic {
  width: 100%;
}
.joinUs .cjHome .joinUsPic img {
  object-fit: cover;
}
.joinUs .cjHome .list {
  margin: 70px 0;
}
.joinUs .cjHome .list ul {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.joinUs .cjHome .list ul li {
  width: 32%;
}
.joinUs .cjHome .list ul li .tit {
  font-size: 20px;
  line-height: 2.5em;
  color: #0c0c0c;
}
.joinUs .cjHome .list ul li .pic {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.joinUs .cjHome .list ul li .pic img {
  object-fit: cover;
}
.joinUs .cjHome .list ul li .con {
  font-size: 16px;
  line-height: 1.875em;
  color: #666666;
}
.joinUs .talentStandards {
  width: 100%;
  background: url("../images/joinPic5.jpg") no-repeat center;
  background-size: 100% 100%;
}
.joinUs .talentStandards .tit {
  font-family: AlibabaSans-Light;
  font-size: 36px;
  line-height: 1.02777778em;
  color: #e6e6e6;
  opacity: 0.4;
  text-align: center;
  padding-top: 100px;
}
.joinUs .talentStandards .title {
  padding-top: 10px;
}
.joinUs .talentStandards .title,
.joinUs .talentStandards .txt {
  color: #fff;
  text-align: center;
}
.joinUs .talentStandards ul {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding-bottom: 100px;
}
.joinUs .talentStandards ul li {
  width: 32%;
  background: #fff;
  padding: 40px 50px;
  box-sizing: border-box;
  overflow: hidden;
}
.joinUs .talentStandards ul li .bz_tit {
  font-size: 24px;
  letter-spacing: 5px;
  color: #0c0c0c;
  padding: 40px 0 10px;
  font-weight: bold;
}
.joinUs .talentStandards ul li p {
  font-size: 20px;
  line-height: 1.8em;
  color: #666666;
  font-weight: 300;
}
.joinUs .talentStandards ul li .ico1,
.joinUs .talentStandards ul li .ico3 {
  width: 38px;
  height: 38px;
}
.joinUs .talentStandards ul li .ico1 {
  background: url("../images/joinIco1.png") no-repeat center;
  background-size: 100% 100%;
}
.joinUs .talentStandards ul li .ico2 {
  width: 36px;
  height: 36px;
  background: url("../images/joinIco2.png") no-repeat center;
  background-size: 100% 100%;
}
.joinUs .talentStandards ul li .ico3 {
  background: url("../images/joinIco3.png") no-repeat center;
  background-size: 100% 100%;
}
.joinUs .talentStandards ul li:hover .ico1 {
  background: url("../images/joinIco1On.png") no-repeat center;
}
.joinUs .talentStandards ul li:hover .ico2 {
  background: url("../images/joinIco2On.png") no-repeat center;
}
.joinUs .talentStandards ul li:hover .ico3 {
  background: url("../images/joinIco3On.png") no-repeat center;
}
.joinUs .talentStandards ul li:hover .bz_tit {
  color: #0042a7;
}
.joinUs .zpPosition .positionType {
  margin: 100px auto 50px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.joinUs .zpPosition .positionType div {
  font-size: 20px;
  color: #666;
  margin: 0 40px;
  padding-bottom: 15px;
  cursor: pointer;
}
.joinUs .zpPosition .positionType div.on {
  color: #0040ad;
  border-bottom: 4px solid #0040ad;
  font-weight: bold;
}
.joinUs .zpPosition .positionCon {
  margin-bottom: 50px;
  display: none;
}
.joinUs .zpPosition .positionCon ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.joinUs .zpPosition .positionCon ul li {
  background: #f5f8fc;
  width: 48%;
  padding: 50px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.joinUs .zpPosition .positionCon ul li .zw {
  font-size: 20px;
  color: #0c0c0c;
}
.joinUs .zpPosition .positionCon ul li .yq {
  font-size: 20px;
  line-height: 1.8em;
  color: #666666;
  font-weight: 300;
  padding: 40px 0;
}
.joinUs .zpPosition .positionCon ul li .yq div {
  display: flex;
}
.joinUs .zpPosition .positionCon ul li .yq div p {
  width: 76%;
}
.joinUs .zpPosition .positionCon ul li .more {
  height: 36px;
  width: 225px;
  border-bottom: solid 1px #999;
  box-sizing: border-box;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}
.joinUs .zpPosition .positionCon ul li .more a {
  font-family: Alibaba-PuHuiTi-R;
  font-size: 18px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.49);
  height: 100%;
  line-height: 36px;
  position: relative;
  z-index: 10;
  transition: 0.5s;
  text-transform: uppercase;
}
.joinUs .zpPosition .positionCon ul li .more a:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: url(../images/indexJt.png) no-repeat right center;
  background-size: 9px 17px;
  transition: 0.5s;
}
.joinUs .zpPosition .positionCon ul li:hover {
  background: #0042a7;
}
.joinUs .zpPosition .positionCon ul li:hover .zw,
.joinUs .zpPosition .positionCon ul li:hover .yq {
  color: #fff;
}
.joinUs .zpPosition .positionCon ul li:hover .more a {
  color: rgba(255, 255, 255, 0.49);
}
.joinUs .zpPosition .xyPosition {
  display: block;
}
/*# sourceMappingURL=joinUs.css.map */