@charset "UTF-8";
.banner {
  background: url("../images/about/banner.jpg") top center no-repeat;
  height: 500px;
  width: 100%;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.banner-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
}
.banner-title {
  font-size: 44px;
  color: white;
  margin-top: -33px;
}
.banner-title p {
  line-height: 60px;
  letter-spacing: 5px;
  font-weight: bold;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.main2 {
  width: 1100px;
  margin: 90px auto 0;
}
.video {
  width: 1100px;
  margin: 70px auto 80px;
}
.video .left {
  float: left;
  margin-right: 58px;
  height: 320px;
  box-shadow: 4px 7px 6px 0 rgba(62, 60, 59, 0.38);
}
.video .right {
  float: left;
  width: 450px;
}
.video .right .about-wrapper {
  height: 275px;
  display: table;
}
.video .right p {
  display: table-cell;
  vertical-align: middle;
  margin: 10px 0 0;
  text-align: justify;
  font-size: 19px;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: 1px;
  text-indent: 40px;
}
.career {
  width: 1100px;
}
.career .img {
  text-align: center;
  margin: 50px 0 50px;
  position: relative;
}
.career ul {
  font-size: 25px;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 3px;
  color: #cca572;
  text-align: left;
}
.career picture {
  width: 650px;
}
.career img {
  width: 650px;
}
.career .left {
  position: absolute;
  top: 0;
  left: 86px;
  width: 260px;
  padding-top: 25px;
  height: 300px;
  cursor: pointer;
}
.career .left li {
  display: none;
}
.career .right {
  position: absolute;
  top: 80px;
  right: 40px;
  width: 300px;
  height: 300px;
  padding-left: 150px;
  cursor: pointer;
}
.career .right li {
  display: none;
}
.career .left-title,
.career .right-title {
  font-size: 29px;
  color: #cca572;
  font-weight: bold;
  z-index: 2;
  position: absolute;
}
.career .left-title {
  top: 48px;
  left: 244px;
}
.career .right-title {
  top: 152px;
  right: 235px;
}
.structure {
  width: 1100px;
}
.structure .img {
  text-align: center;
  margin: 30px 0 40px;
}
.structure img {
  width: 60%;
}
.decision-making {
  width: 1100px;
}
.decision-making h4.title {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: #cca572;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 45px;
}
.decision-making-img {
  width: 100%;
  background-color: #f7f7f7;
  text-align: center;
  padding: 64px 0 42px;
}
.decision-making-img img {
  width: 1169px;
}
.team {
  margin-top: 50px;
  margin-bottom: 60px;
  width: 1100px;
}
.team h4 {
  color: #555555;
  font-weight: normal;
  font-size: 22px;
  margin-left: 4px;
  padding-left: 20px;
}
.team .manager img {
  transition-duration: 0.5s;
  cursor: pointer;
  width: 100%;
}
.team .col-xs-4 img {
  transition: transform 0.2s ease;
  cursor: pointer;
  width: 160px;
}
.team .col-xs-4:hover img {
  transform: scale(1.05);
  /* 鼠标悬浮时放大图片 */
}
.team .manager:hover img {
  box-shadow: 6px 6px 10px 1px #cdcdcd;
}
.team .manage h4 {
  margin: 46px 0;
}
.team .manage .manager {
  width: 344px;
  position: relative;
  display: inline-block;
}
.team .manage .manager .desc {
  width: 344px;
  height: 128px;
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: rgba(204, 165, 114, 0.8);
  color: white;
  letter-spacing: 1px;
  display: table;
}
.team .manage .manager .desc div {
  display: table-cell;
  vertical-align: middle;
}
.team .manage .manager .desc h5 {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 16px;
  margin-top: 0;
}
.team .manage .manager .desc h6 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 17px;
}
.team .manage .manager .desc p {
  font-size: 17px;
}
.team .invest .col-xs-4 {
  font-size: 0;
}
.team .invest img {
  vertical-align: top;
}
.team .invest .row {
  margin-top: 22px;
}
.team .invest .desc {
  display: inline-block;
  width: 186px;
  height: 142px;
  background-color: #d6b68e;
  color: white;
  padding: 15px 0 18px 22px;
  font-family: "Microsoft YaHei Light", "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
}
.team .invest h4 {
  margin-top: 50px;
}
.team .invest h5 {
  font-size: 20px;
  margin: 0;
  font-weight: 300;
}
.team .invest label {
  font-weight: normal;
  font-size: 13px;
  margin: 10px 0 15px;
}
.team .invest p {
  font-size: 13px;
  margin: 0;
  font-weight: 300;
}
.cooperation {
  width: 1200px;
  font-weight: bold;
}
.cooperation .num {
  color: #cca572;
  font-size: 30px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  padding: 0 140px;
  display: flex;
  height: 64px;
  line-height: 64px;
}
.cooperation .num .right {
  flex: 1;
}
.cooperation .num .left {
  flex: 1;
}
.cooperation .num span {
  font-size: 40px;
  font-weight: bold;
  width: 100px;
  display: inline-block;
  position: relative;
}
.cooperation .num span:before {
  content: '+';
  font-size: 25px;
  position: absolute;
  right: -2px;
  top: 0;
  line-height: 1;
}
.cooperation .img {
  margin-bottom: 60px;
}
.cooperation .omitted {
  margin: 76px 0 120px;
  font-size: 33px;
  font-weight: bold;
}
a#index,
a#career,
a#team,
a#cooperation {
  position: relative;
  top: -80px;
}
/*# sourceMappingURL=about.css.map */
