.banner-container .banner-wrapper {
  height: 100%;
  position: relative;
}
.banner-container .banner-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-container .cn {
  vertical-align: middle;
  color: #ffffff;
  font-size: 36px;
}
.banner-container .en {
  vertical-align: middle;
  font-size: 24px;
  color: #ebebeb;
}
.banner-container .divider {
  vertical-align: middle;
  font-weight: lighter;
  font-size: 24px;
  color: #ebebeb;
  padding: 0 17px;
}

.banner-container {
  height: 400px;
  background: url("/assets/images/talent/banner_bg.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 80px;
}
.banner-container .banner-text {
  display: none;
}

.mb-tab {
  display: none;
}

.talent-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.talent-wrapper .left {
  width: 214px;
  border-top: 2px solid #005bac;
}
.talent-wrapper .left .menu-item {
  padding: 8px;
  height: 38px;
  line-height: 38px;
}
.talent-wrapper .left .menu-item:hover, .talent-wrapper .left .menu-item.active {
  background-color: #f7fbff;
}
.talent-wrapper .left .menu-item:hover .menu-link, .talent-wrapper .left .menu-item.active .menu-link {
  color: #005bac;
}
.talent-wrapper .left .menu-item:hover .menu-link:before, .talent-wrapper .left .menu-item.active .menu-link:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 3px solid #005bac;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.talent-wrapper .left .menu-link {
  position: relative;
  display: block;
  padding-left: 23px;
  color: #333333;
  font-size: 16px;
}
.talent-wrapper .left .iconfont {
  margin-right: 10px;
}
.talent-wrapper .right {
  width: 924px;
  padding-bottom: 206px;
}
.talent-wrapper .right .menu-title {
  padding-bottom: 12px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 39px;
  line-height: 42px;
  font-size: 26px;
  color: #005bac;
}
.talent-wrapper .right .strategy-gp {
  margin-bottom: 38px;
}
.talent-wrapper .right .strategy-gp dt {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 37px;
}
.talent-wrapper .right .strategy-gp p {
  text-indent: 2em;
  font-weight: lighter;
  font-size: 18px;
  color: #555555;
  line-height: 33px;
}
.talent-wrapper .right .strategy-gp .sub-dt {
  margin-bottom: 40px;
  font-size: 18px;
  color: #333333;
}
.talent-wrapper .right .benefits-list .benefits-item {
  margin-bottom: 38px;
}
.talent-wrapper .right .benefits-list .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 36px;
}
.talent-wrapper .right .benefits-list p {
  text-indent: 2em;
  font-weight: lighter;
  font-size: 18px;
  color: #555555;
  line-height: 33px;
}
.talent-wrapper .right .benefits-list p.no-indent {
  text-indent: 0;
}
.talent-wrapper .right .talent-item, .talent-wrapper .right .talent-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
}
.talent-wrapper .right .talent-item > div, .talent-wrapper .right .talent-hd > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.talent-wrapper .right .talent-item .desc, .talent-wrapper .right .talent-hd .desc {
  cursor: pointer;
}
.talent-wrapper .right .talent-hd {
  background-color: #005bac;
  color: #ffffff;
}
.talent-wrapper .right .talent-item {
  border-bottom: 1px dashed #dddddd;
  color: #666666;
}
.talent-wrapper .right .talent-item.active {
  background-color: #f7fbff;
  color: #005bac;
}
.talent-wrapper .right .talent-item.active .icon-arrow-down- {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.talent-wrapper .right .talent-item:hover {
  background-color: #f7fbff;
  color: #005bac;
}
.talent-wrapper .right .talent-item .icon-arrow-down- {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.talent-wrapper .right .talent-item-desc {
  display: none;
  padding: 30px 0 30px 20px;
}
.talent-wrapper .right .talent-item-desc .title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 12px;
}
.talent-wrapper .right .talent-item-desc .content {
  color: #666666;
  font-size: 16px;
  line-height: 27px;
  font-family: "Microsoft YaHei";
}