@charset "utf-8";
.header .header-swipe .header-banner {
  background-image: url("../img/about/about-adv-banner.png");
}
.main {
  width: 100%;
  position: relative;
}
.main .main-con {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.main .main-con .main-team {
  text-align: center;
  background: url("../img/about/about-adv-main-team-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  position: relative;
  margin-bottom: 80px;
}
.main .main-con .main-team .main-team-title {
  padding-top: 50px;
}
.main .main-con .main-team .main-team-title p {
  font-size: 34px;
  font-weight: bold;
  color: #282b33;
  letter-spacing: 4px;
}
.main .main-con .main-team .main-team-title span {
  display: block;
  height: 3px;
  width: 60px;
  background-color: #10295f;
  margin: 0 auto;
  margin-top: 10px;
}
.main .main-con .main-team .main-team-bg {
  height: 447px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}
.main .main-con .main-team .main-team-bg img {
  width: auto;
}
.main .main-con .main-detail {
  width: 100%;
  height: 3528px;
  background-color: #fff;
  background: url(../img/about/about-adv-main.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .main-con .main-detail img {
  width: 100%;
}
.main:before {
  width: 100%;
  height: 454px;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(2deg);
  background-color: #fff;
  z-index: 2;
}
.main:after {
  width: 100%;
  height: 454px;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-2deg);
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .container {
    width: 1024px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
}
