/* public */
:root {
  --color-primary: #d71518; }

.heading-primary {
  display: inline-block;
  font-size: 40px;
  color: #d71619;
  font-weight: bolder;
  white-space: nowrap;
  z-index: 1;
  position: relative; }
  .heading-primary span {
    font-size: 25px;
    display: block;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    color: #dcdddd;
    text-transform: uppercase; }

.py-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.container {
  max-width: 1440px !important; }

.section1 {
  background-color: #fff; }
  .section1 p {
    margin-top: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500; }

.section2 {
  background-color: #ededed; }
  .section2 .custom-container {
    max-width: 1440px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .section2-content {
    margin-top: 30px;
    background: url(https://shs.waimaogongshe.cn/landing/about/history-bg.png) no-repeat;
    background-size: 100%, 100%;
    display: flex;
    padding-bottom: 50px; }
  .section2-item {
    width: 185px;
    margin: 0 10px 0 16px; }
    .section2-item:nth-of-type(1) .section2-item__frame {
      margin: 110px 0 0 35px; }
    .section2-item:nth-of-type(2) .section2-item__frame {
      margin: 30px 0 0 40px; }
    .section2-item:nth-of-type(3) .section2-item__frame {
      margin: 120px 0 0 40px; }
    .section2-item:nth-of-type(4) .section2-item__frame {
      margin: 190px 0 0 40px; }
    .section2-item:nth-of-type(5) .section2-item__frame {
      margin: 240px 0 0 40px; }
    .section2-item:nth-of-type(6) .section2-item__frame {
      margin: 190px 0 0 40px; }
    .section2-item:nth-of-type(7) .section2-item__frame {
      margin: 100px 0 0 40px; }
    .section2-item__frame {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #fff;
      z-index: -1;
      border: 10px solid #9aa3bb; }
    .section2-item__title {
      color: #d71518;
      font-size: 20px;
      font-weight: 500;
      margin: 20px 0 0 6px;
      font-weight: bold; }
    .section2-item__content {
      margin-top: 20px;
      color: #fff;
      line-height: 23px;
      font-size: 15px;
      font-weight: 500;
      word-wrap: break-word;
      word-break: break-all; }

.section3 {
  background-color: #fff; }
  .section3 .card-window:last-child .card__description:last-child {
    line-height: 30px; }
  .section3 .card {
    margin-top: 50px;
    border: 1px solid #dbdbdb; }
    .section3 .card__head {
      position: relative; }
    .section3 .card__content {
      position: absolute;
      bottom: 5%;
      text-align: center;
      left: 50%;
      transform: translateX(-50%);
      color: #fff; }
      .section3 .card__content-name {
        margin-bottom: 15px;
        font-size: 25px;
        font-weight: bold;
        white-space: nowrap; }
      .section3 .card__content-position {
        font-size: 22px;
        white-space: nowrap; }
    .section3 .card__title {
      color: #d81a1d;
      font-weight: bold;
      font-size: 23px;
      line-height: 30px;
      margin-bottom: 30px;
      margin-top: 40px; }
    .section3 .card__description {
      font-size: 16px;
      margin-bottom: 15px;
      letter-spacing: 1px;
      line-height: 20px; }

.section4 {
  background-color: #fff; }
  .section4 .row {
    margin-top: 50px; }
  .section4 .row-cols {
    flex: 0 0 20%;
    padding: 0 7px; }
  .section4 .card {
    border: 2px solid #d9d9d9;
    padding: 15px;
    height: 520px; }
    .section4 .card__head {
      width: 95%;
      height: auto;
      max-height: 238px; }
    .section4 .card__title {
      color: #d71518;
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      margin-top: 15px;
      margin-bottom: 10px; }
    .section4 .card__subtitle {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px; }
    .section4 .card__content {
      font-size: 17px;
      font-weight: 400;
      line-height: 21px;
      word-break: break-all; }

.section5 {
  background: url(https://shs.waimaogongshe.cn/landing/about/honour-bg-sm.jpg) no-repeat;
  height: 780px;
  background-size: 100% 100%;
  overflow: hidden; }
  .section5 .el-col-12 {
    width: 37%; }
  .section5-content {
    margin-top: 50px;
    transform: translatex(20%); }
  .section5-title {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    margin-top: 50px; }
  .section5-item {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    line-height: 50px; }
    .section5-item span {
      display: block;
      width: 15px;
      height: 15px;
      margin-right: 10px;
      border-radius: 50%;
      background-color: red; }

.section6 {
  background-color: #fff; }
  .section6-ins {
    margin-top: 30px;
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    font-weight: 500; }

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none; }

.swiper-window-1 {
  margin: 0 auto;
  max-width: 900px;
  margin-top: 50px;
  position: relative; }
  .swiper-window-1 img {
    max-height: 120px; }
  .swiper-window-1 .arrow--next, .swiper-window-1 .arrow--prev {
    position: absolute;
    top: 58%;
    width: 36px;
    height: 23px; }
  .swiper-window-1 .arrow--next {
    background: url(../../img/about/honour-arrow-r.png) no-repeat;
    right: -50px; }
  .swiper-window-1 .arrow--prev {
    background: url(../../img/about/honour-arrow-l.png) no-repeat;
    left: -50px; }

#certify {
  position: relative;
  max-width: 1200px;
  margin: 50px auto 0 auto; }
  #certify img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.144); }
  #certify .swiper-slide {
    width: 520px;
    height: 700px; }
  #certify .swiper-slide img {
    display: block; }
  #certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0; }
  #certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../../img/about/dev-arrow-l.png) no-repeat;
    background-position: 0 0;
    background-size: 100%; }
  #certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../../img/about/dev-arrow-r.png);
    background-size: 100%; }

@media (max-width: 1200px) {
  .main-title {
    margin-bottom: 40px;
    font-size: 40px; }
    .main-title span {
      font-size: 30px; }
  .section-vertical-interval {
    padding: 50px 0; }
  .history-content {
    background: url(/images/content/about/history-bg-xl.png) no-repeat;
    flex-wrap: wrap;
    justify-content: center;
    background-size: cover;
    padding-top: 32px; }
  .history-item {
    width: 200px; }
    .history-item__frame {
      margin: 0px !important; }
  .honour {
    height: 582px; }
    .honour-content {
      margin-top: 25px; }
    .honour-item {
      font-size: 15px;
      line-height: 40px; }
  .swiper-window-1 {
    max-width: 620px; } }

@media (max-width: 997px) {
  .section5 {
    height: 700px; }
    .section5-title {
      margin-top: 76px;
      font-size: 35px; }
    .section5 .el-col-12 {
      width: 59%; }
    .section5-item {
      line-height: 35px; }
  .swiper-window-1 {
    max-width: 558px;
    margin-top: 17px; } }

@media (max-width: 768px) {
  .section1 p {
    margin-top: 15px;
    font-size: 13px;
    line-height: 22px; }
  .section2 {
    background: url(../../img/history-bg-xl.png);
    background-size: 100% 100%; }
    .section2 .heading-primary {
      color: #fff; }
      .section2 .heading-primary span {
        color: #c1cece; }
    .section2-content {
      margin-top: 15px;
      flex-wrap: wrap;
      padding-top: 5px;
      background: none; }
    .section2-item {
      flex: 0 0 50%;
      width: 50%;
      padding: 5px;
      margin: 0px; }
      .section2-item__content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        text-indent: 1rem !important; }
      .section2-item__frame {
        width: 50px;
        height: 50px;
        margin: 0 auto !important;
        border: 5px solid #9aa3bb; }
      .section2-item__title {
        font-size: 16px;
        margin: 10px 0 0 3px; }
      .section2-item__content {
        text-indent: 2rem;
        margin-top: 5px;
        line-height: 18px;
        font-size: 12px; }
  .section3 .card-window:last-child .card__description:last-child {
    line-height: 20px; }
  .section3 .card {
    margin-top: 15px;
    padding-top: 15px; }
    .section3 .card__head img {
      width: 50%;
      height: 300px; }
    .section3 .card__content-name {
      font-size: 17px;
      margin-bottom: 5px; }
    .section3 .card__content-position {
      font-size: 15px; }
    .section3 .card__body {
      padding: 10px 15px; }
    .section3 .card__title {
      font-size: 17px;
      margin-bottom: 5px; }
    .section3 .card__description {
      margin-bottom: 7px;
      font-size: 13px;
      line-height: 22px; }
  .section4 .row {
    margin-top: 15px;
    padding: 0 15px;
    justify-content: center; }
  .section4 .row-cols {
    flex: 0 0 50%; }
  .section4 .card {
    height: 370px;
    padding: 10px;
    margin-bottom: 15px; }
    .section4 .card__title {
      font-size: 15px;
      margin-bottom: 5px;
      margin-top: 10px; }
    .section4 .card__subtitle {
      font-size: 13px;
      margin-bottom: 10px; }
    .section4 .card__content {
      font-size: 12px;
      line-height: 20px; }
  .section5 {
    height: 580px;
    background-size: 125% 100%;
    background-position: -46px -10px; }
    .section5-title {
      margin-top: 42px;
      font-size: 20px; }
    .section5 .el-col-12 {
      width: 90%; }
    .section5-content {
      transform: translateX(0%);
      margin-top: 10px;
      margin-left: 50px !important; }
    .section5-item {
      line-height: 24px;
      font-size: 13px; }
      .section5-item span {
        width: 5px;
        height: 5px; }
  .swiper-window-1 {
    max-width: 251px; }
    .swiper-window-1 .arrow {
      transform: scale(0.7);
      top: 68%; }
  .section6-ins {
    margin-top: 10px;
    font-size: 13px;
    line-height: 23px; }
  .section6 .main-title {
    margin-bottom: 10px; }
  #certify {
    margin-top: 15px; }
    #certify img {
      width: 99%; }
    #certify .swiper-button-prev,
    #certify .swiper-button-next {
      display: none; }
    #certify .swiper-slide {
      height: 255px; } }
