body {
  background-color: #1B1C1E;
}

#header {
  background-color: #1B1B1B;
  box-shadow: 0px 2px 20px #000;
}

#section {
  padding-bottom: 60px;
  padding-top: 70px;
  overflow: hidden;
  position: relative;
}

#section .container {
  overflow: hidden;
  position: relative;
}

#section .background-fluid {
  position: absolute;
  overflow: hidden;
  height: 100%;
}

#section .background-fluid img {
  max-width: 100%;
  height: 100%;
}

.leader-intro {
  padding: 133px 0 0 0;
  height: 640px;
}

.leader-content {}

.leader-content>.left {
  width: 425px;
}

.leader-content>.left .left-icon i {
  width: 80px;
  height: 60px;
  background-position: -406px -24px;
  margin-bottom: 41px;
}

.leader-content>.right {
  width: 667px;
  margin-top: 61px;
}

.leader-pic .leader-pic-content {
  width: 390px;
  height: 496px;
  border: 1px solid #9D8557;
  float: right;
  position: relative;
}

.leader-pic .leader-pic-content img {
  position: absolute;
  left: -35px;
  top: 31px;
  width: 100%;
}

.leader-content .leader-name {
  position: relative;
}

.leader-content .leader-name .icon-font {
  width: 146px;
  height: 150px;
  background-position: -399px -242px;
  position: absolute;
}

.leader-content .leader-name .name {
  width: 146px;
  height: 146px;
  display: inline-block;
}

.leader-content .leader-name .name .text {
  font-size: 50px;
  color: #FFFFFF;
  width: 180px;
  display: block;
  margin: 21px 0 0 50px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.leader-content .leader-name .job {
  font-size: 26px;
  color: #C5A568;
  display: inline-block;
  margin: 0 0 0 70px;
}

#CTO .leader-content .leader-name .job {
  margin: 0 0 0 50px;
}

.leader-detail {
  color: #dfdfdc;
  font-size: 14px;
  line-height: 24px;
  margin: 39px 0 30px 0;
  width: 515px;
  text-align: justify;
}

.dot-content {
  text-align: center;
  margin: 160px 0 0 156px;
  position: absolute;
}

.dot-content .dot-item {
  width: 14px;
  height: 14px;
  background: #C5A568;
  margin: 0 15px 0 0;
  display: inline-block;
}

.dot-content .dot-item.active {
  background: #FFFFFF;
}

.right-icon {
  width: 34px;
  height: 34px;
}

.right-icon .icon-font {
  width: 34px;
  height: 34px;
  background-position: -553px -36px;
}


/*tab*/

.leader-list {
  position: relative;
}

#myTabs {
  width: 535px;
  height: 364px;
  float: right;
  position: relative;
}

#myTabs li {
  width: 105px;
  height: 302px;
  float: left;
  border-left: 2px solid #A08758;
  position: absolute;
  color: #DFDFDC;
  text-align: center;
  bottom: 0;
  padding: 0 0 0 4px;
  cursor: pointer;
  transition: all 0.2s;
}

#myTabs li a {
  color: #DFDFDC;
}

#myTabs li:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #aaaaab;
  border-radius: 8px;
  top: -4px;
  left: -5px;
}

#myTabs #CEO-li {}

#myTabs #CMO-li {
  left: 207px;
}

#myTabs #CTO-li {
  left: 413px;
}

.xs-pic {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 0.2s;
  margin: 0px 0 13px 0;
}

.xs-pic img {
  width: 96px;
  height: 96px;
}

#myTabs li:hover a,
#myTabs li.active a {
  color: #C5A568;
}

#myTabs li:hover .xs-pic,
#myTabs li.active .xs-pic {
  border-color: #FFD669;
}

#myTabs li.active {
  height: 366px;
}


/*自适应*/

@media (max-width: 415px) {
  #myTabs {
    height: 285px;
}
  #myTabs li {
    width: 80px;
    height: 230px;
  }
  #myTabs li.active {
    height: 280px;
  }
  .xs-pic {
    width: 74px;
    height: 74px;
  }
  .xs-pic img {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 767px) {
  .leader-content>.left {
    width: 100%;
  }
  .leader-intro {
    height: auto;
    padding: 40px 0 0 0;
  }
  .leader-pic .leader-pic-content {
    width: 100%;
    height: auto;
    border: none;
  }
  .leader-pic .leader-pic-content img {
    position: relative;
    left: 0;
    top: 0;
  }
  .leader-detail {
    width: 100%;
  }
  .leader-content>.right {
    width: 100%;
  }
  .dot-content {
    display: none;
  }
  #myTabs {
    width: 100%;
    margin: 30px 0 0 0;
  }
  #myTabs #CMO-li {
    left: 37%;
  }
  #myTabs #CTO-li {
    left: 74%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .leader-content>.left {
    width: 265px;
  }
  .leader-pic .leader-pic-content {
    width: 265px;
    height: 335px;
  }
  .leader-pic .leader-pic-content img {
    left: -16px;
    top: 15px;
  }
  .leader-detail {
    width: 455px;
  }
  .leader-content>.right {
    width: 455px;
  }
  .dot-content {
    margin: 0px 0 0 69px;
  }
  #myTabs #CEO-li {
    left: 87px;
  }
  #myTabs #CMO-li {
    left: 250px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .leader-content>.left {
    width: 342px;
  }
  .leader-pic .leader-pic-content {
    width: 308px;
    height: 390px;
  }
  .leader-content>.right {
    width: 580px;
  }
  .dot-content {
    margin: 50px 0 0 113px;
  }
}

@media (min-width: 1200px) {}


/**/