.baogong-page-wrapper *,
.baogong-page-wrapper *::before,
.baogong-page-wrapper *::after {
  box-sizing: border-box;
}
.baogong-page-wrapper .content-area{
  padding: 0;
}
.sp-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .sp-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .sp-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .sp-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .sp-container {
    max-width: 1140px;
  }
}
@media (min-width: 1366px) {
  .sp-container {
    max-width: 1310px;
  }
}

.sp-container-fluid, .sp-container-sm, .sp-container-md, .sp-container-lg, .sp-container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .sp-container, .sp-container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .sp-container, .sp-container-sm, .sp-container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .sp-container, .sp-container-sm, .sp-container-md, .sp-container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .sp-container, .sp-container-sm, .sp-container-md, .sp-container-lg, .sp-container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1366px) {
  .sp-container, .sp-container-sm, .sp-container-md, .sp-container-lg, .sp-container-xl {
    max-width: 1310px;
  }
}

.sp-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.sp-col-1, .sp-col-2, .sp-col-3, .sp-col-4, .sp-col-5, .sp-col-6, .sp-col-7, .sp-col-8, .sp-col-9, .sp-col-10, .sp-col-11, .sp-col-12, .sp-col,
.sp-col-auto, .sp-col-sm-1, .sp-col-sm-2, .sp-col-sm-3, .sp-col-sm-4, .sp-col-sm-5, .sp-col-sm-6, .sp-col-sm-7, .sp-col-sm-8, .sp-col-sm-9, .sp-col-sm-10, .sp-col-sm-11, .sp-col-sm-12, .sp-col-sm,
.sp-col-sm-auto, .sp-col-md-1, .sp-col-md-2, .sp-col-md-3, .sp-col-md-4, .sp-col-md-5, .sp-col-md-6, .sp-col-md-7, .sp-col-md-8, .sp-col-md-9, .sp-col-md-10, .sp-col-md-11, .sp-col-md-12, .sp-col-md,
.sp-col-md-auto, .sp-col-lg-1, .sp-col-lg-2, .sp-col-lg-3, .sp-col-lg-4, .sp-col-lg-5, .sp-col-lg-6, .sp-col-lg-7, .sp-col-lg-8, .sp-col-lg-9, .sp-col-lg-10, .sp-col-lg-11, .sp-col-lg-12, .sp-col-lg,
.sp-col-lg-auto, .sp-col-xl-1, .sp-col-xl-2, .sp-col-xl-3, .sp-col-xl-4, .sp-col-xl-5, .sp-col-xl-6, .sp-col-xl-7, .sp-col-xl-8, .sp-col-xl-9, .sp-col-xl-10, .sp-col-xl-11, .sp-col-xl-12, .sp-col-xl,
.sp-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.sp-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.sp-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.sp-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.sp-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.sp-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.sp-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.sp-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.sp-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.sp-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.sp-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.sp-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.sp-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.sp-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.sp-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.sp-order-first {
  -ms-flex-order: -1;
  order: -1;
}

.sp-order-last {
  -ms-flex-order: 13;
  order: 13;
}

.sp-order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.sp-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.sp-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.sp-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.sp-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.sp-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.sp-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.sp-order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.sp-order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.sp-order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.sp-order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.sp-order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.sp-order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.sp-offset-1 {
  margin-left: 8.333333%;
}

.sp-offset-2 {
  margin-left: 16.666667%;
}

.sp-offset-3 {
  margin-left: 25%;
}

.sp-offset-4 {
  margin-left: 33.333333%;
}

.sp-offset-5 {
  margin-left: 41.666667%;
}

.sp-offset-6 {
  margin-left: 50%;
}

.sp-offset-7 {
  margin-left: 58.333333%;
}

.sp-offset-8 {
  margin-left: 66.666667%;
}

.sp-offset-9 {
  margin-left: 75%;
}

.sp-offset-10 {
  margin-left: 83.333333%;
}

.sp-offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .sp-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .sp-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .sp-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sp-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sp-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sp-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sp-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sp-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sp-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sp-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sp-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sp-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .sp-order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .sp-order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .sp-order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sp-order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .sp-order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sp-order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .sp-order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .sp-order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .sp-order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .sp-order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .sp-order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .sp-order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sp-order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .sp-order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .sp-offset-sm-0 {
    margin-left: 0;
  }
  .sp-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .sp-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .sp-offset-sm-3 {
    margin-left: 25%;
  }
  .sp-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .sp-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .sp-offset-sm-6 {
    margin-left: 50%;
  }
  .sp-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .sp-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .sp-offset-sm-9 {
    margin-left: 75%;
  }
  .sp-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .sp-offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .sp-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .sp-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .sp-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sp-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sp-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sp-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sp-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sp-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sp-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sp-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sp-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sp-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .sp-order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .sp-order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .sp-order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sp-order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .sp-order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sp-order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .sp-order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .sp-order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .sp-order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .sp-order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .sp-order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .sp-order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sp-order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .sp-order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .sp-offset-md-0 {
    margin-left: 0;
  }
  .sp-offset-md-1 {
    margin-left: 8.333333%;
  }
  .sp-offset-md-2 {
    margin-left: 16.666667%;
  }
  .sp-offset-md-3 {
    margin-left: 25%;
  }
  .sp-offset-md-4 {
    margin-left: 33.333333%;
  }
  .sp-offset-md-5 {
    margin-left: 41.666667%;
  }
  .sp-offset-md-6 {
    margin-left: 50%;
  }
  .sp-offset-md-7 {
    margin-left: 58.333333%;
  }
  .sp-offset-md-8 {
    margin-left: 66.666667%;
  }
  .sp-offset-md-9 {
    margin-left: 75%;
  }
  .sp-offset-md-10 {
    margin-left: 83.333333%;
  }
  .sp-offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .sp-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .sp-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .sp-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sp-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sp-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sp-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sp-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sp-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sp-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sp-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sp-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sp-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .sp-order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .sp-order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .sp-order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sp-order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .sp-order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sp-order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .sp-order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .sp-order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .sp-order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .sp-order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .sp-order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .sp-order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sp-order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .sp-order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .sp-offset-lg-0 {
    margin-left: 0;
  }
  .sp-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .sp-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .sp-offset-lg-3 {
    margin-left: 25%;
  }
  .sp-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .sp-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .sp-offset-lg-6 {
    margin-left: 50%;
  }
  .sp-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .sp-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .sp-offset-lg-9 {
    margin-left: 75%;
  }
  .sp-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .sp-offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .sp-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .sp-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .sp-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sp-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sp-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sp-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sp-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sp-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sp-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sp-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sp-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sp-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .sp-order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .sp-order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .sp-order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .sp-order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .sp-order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sp-order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .sp-order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .sp-order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .sp-order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .sp-order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .sp-order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .sp-order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sp-order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .sp-order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .sp-offset-xl-0 {
    margin-left: 0;
  }
  .sp-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .sp-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .sp-offset-xl-3 {
    margin-left: 25%;
  }
  .sp-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .sp-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .sp-offset-xl-6 {
    margin-left: 50%;
  }
  .sp-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .sp-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .sp-offset-xl-9 {
    margin-left: 75%;
  }
  .sp-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .sp-offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/******
 ****** Grid
 ******/
 .sp-zero-row {
  margin-left: 0;
  margin-right: 0;
}
.sp-zero-row > [class*="sp-col"] {
  padding-left: 0;
  padding-right: 0;
}
.sp-tiny-row {
  margin-left: -5px;
  margin-right: -5px;
}
.sp-tiny-row > [class*="sp-col"] {
  padding-left: 5px;
  padding-right: 5px;
}
.sp-small-row {
  margin-left: -10px;
  margin-right: -10px;
}
.sp-small-row > [class*="sp-col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.sp-small-row-5 {
  margin-left: -15px;
  margin-right: -15px;
}
.sp-small-row-5 > [class*="sp-col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.sp-mid-row {
  margin-left: -20px;
  margin-right: -20px;
}
.sp-mid-row > [class*="sp-col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.sp-mid-row-5 {
  margin-left: -25px;
  margin-right: -25px;
}
.sp-mid-row-5 > [class*="sp-col"] {
  padding-left: 25px;
  padding-right: 25px;
}
.sp-big-row {
  margin-left: -30px;
  margin-right: -30px;
}
.sp-big-row > [class*="sp-col"] {
  padding-left: 30px;
  padding-right: 30px;
}
.sp-big-row-5 {
  margin-left: -35px;
  margin-right: -35px;
}
.sp-big-row-5 > [class*="sp-col"] {
  padding-left: 35px;
  padding-right: 35px;
}
.sp-large-row {
  margin-left: -40px;
  margin-right: -40px;
}
.sp-large-row > [class*="sp-col"] {
  padding-left: 40px;
  padding-right: 40px;
}
.sp-large-row-5 {
  margin-left: -45px;
  margin-right: -45px;
}
.sp-large-row-5 > [class*="sp-col"] {
  padding-left: 45px;
  padding-right: 45px;
}
.sp-col-55,
.sp-col-sm-55,
.sp-col-md-55,
.sp-col-lg-55,
.sp-col-xl-55,
.sp-col-77,
.sp-col-sm-77,
.sp-col-md-77,
.sp-col-lg-77,
.sp-col-xl-77,
.sp-col-88,
.sp-col-sm-88,
.sp-col-md-88,
.sp-col-lg-88,
.sp-col-xl-88,
.sp-col-99,
.sp-col-sm-99,
.sp-col-md-99,
.sp-col-lg-99,
.sp-col-xl-99,
.sp-col-1010,
.sp-col-sm-1010,
.sp-col-md-1010,
.sp-col-lg-1010,
.sp-col-xl-1010,
.sp-col-1111,
.sp-col-sm-1111,
.sp-col-md-1111,
.sp-col-lg-1111,
.sp-col-xl-1111,
.sp-col-1212,
.sp-col-sm-1212,
.sp-col-md-1212,
.sp-col-lg-1212,
.sp-col-xl-1212 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.sp-col-55 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.sp-col-77 {
  -ms-flex: 0 0 14.2857%;
  flex: 0 0 14.2857%;
  max-width: 14.2857%;
}
.sp-col-88 {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.sp-col-99 {
  -ms-flex: 0 0 11.1111%;
  flex: 0 0 11.1111%;
  max-width: 11.1111%;
}
.sp-col-1010 {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.sp-col-1111 {
  -ms-flex: 0 0 9.0909%;
  flex: 0 0 9.0909%;
  max-width: 9.0909%;
}
.sp-col-1212 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
@media (min-width: 576px) {
  .sp-zero-sm-row {
      margin-left: 0;
      margin-right: 0;
  }
  .sp-zero-sm-row > [class*="sp-col"] {
      padding-left: 0;
      padding-right: 0;
  }
  .sp-tiny-sm-row {
      margin-left: -5px;
      margin-right: -5px;
  }
  .sp-tiny-sm-row > [class*="sp-col"] {
      padding-left: 5px;
      padding-right: 5px;
  }
  .sp-small-sm-row {
      margin-left: -10px;
      margin-right: -10px;
  }
  .sp-small-sm-row > [class*="sp-col"] {
      padding-left: 10px;
      padding-right: 10px;
  }
  .sp-small-sm-row-5{
      margin-left: -15px;
      margin-right: -15px;
  }
  .sp-small-sm-row-5 > [class*="sp-col"] {
      padding-left: 15px;
      padding-right: 15px;
  }
  .sp-mid-sm-row {
      margin-left: -20px;
      margin-right: -20px;
  }
  .sp-mid-sm-row > [class*="sp-col"] {
      padding-left: 20px;
      padding-right: 20px;
  }
  .sp-mid-sm-row-5 {
      margin-left: -25px;
      margin-right: -25px;
  }
  .sp-mid-sm-row-5 > [class*="sp-col"] {
      padding-left: 25px;
      padding-right: 25px;
  }
  .sp-big-sm-row {
      margin-left: -30px;
      margin-right: -30px;
  }
  .sp-big-sm-row > [class*="sp-col"] {
      padding-left: 30px;
      padding-right: 30px;
  }
  .sp-big-sm-row-5 {
      margin-left: -35px;
      margin-right: -35px;
  }
  .sp-big-sm-row-5 > [class*="sp-col"] {
      padding-left: 35px;
      padding-right: 35px;
  }
  .sp-large-sm-row {
      margin-left: -40px;
      margin-right: -40px;
  }
  .sp-large-sm-row > [class*="sp-col"] {
      padding-left: 40px;
      padding-right: 40px;
  }
  .sp-large-sm-row-5 {
      margin-left: -45px;
      margin-right: -45px;
  }
  .sp-large-sm-row-5 > [class*="sp-col"] {
      padding-left: 45px;
      padding-right: 45px;
  }
  .sp-col-sm-55 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
  .sp-col-sm-77 {
      -ms-flex: 0 0 14.2857%;
      flex: 0 0 14.2857%;
      max-width: 14.2857%;
  }
  .sp-col-sm-88 {
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%;
  }
  .sp-col-sm-99 {
      -ms-flex: 0 0 11.1111%;
      flex: 0 0 11.1111%;
      max-width: 11.1111%;
  }
  .sp-col-sm-1010 {
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%;
  }
  .sp-col-sm-1111 {
      -ms-flex: 0 0 9.0909%;
      flex: 0 0 9.0909%;
      max-width: 9.0909%;
  }
  .sp-col-sm-1212 {
      -ms-flex: 0 0 8.3333%;
      flex: 0 0 8.3333%;
      max-width: 8.3333%;
  }
}
@media (min-width: 768px) {
  .sp-zero-md-row {
      margin-left: 0;
      margin-right: 0;
  }
  .sp-zero-md-row > [class*="sp-col"] {
      padding-left: 0;
      padding-right: 0;
  }
  .sp-tiny-md-row {
      margin-left: -5px;
      margin-right: -5px;
  }
  .sp-tiny-md-row > [class*="sp-col"] {
      padding-left: 5px;
      padding-right: 5px;
  }
  .sp-small-md-row {
      margin-left: -10px;
      margin-right: -10px;
  }
  .sp-small-md-row > [class*="sp-col"] {
      padding-left: 10px;
      padding-right: 10px;
  }
  .sp-small-md-row-5{
      margin-left: -15px;
      margin-right: -15px;
  }
  .sp-small-md-row-5 > [class*="sp-col"] {
      padding-left: 15px;
      padding-right: 15px;
  }
  .sp-mid-md-row {
      margin-left: -20px;
      margin-right: -20px;
  }
  .sp-mid-md-row > [class*="sp-col"] {
      padding-left: 20px;
      padding-right: 20px;
  }
  .sp-mid-md-row-5 {
      margin-left: -25px;
      margin-right: -25px;
  }
  .sp-mid-md-row-5 > [class*="sp-col"] {
      padding-left: 25px;
      padding-right: 25px;
  }
  .sp-big-md-row {
      margin-left: -30px;
      margin-right: -30px;
  }
  .sp-big-md-row > [class*="sp-col"] {
      padding-left: 30px;
      padding-right: 30px;
  }
  .sp-big-md-row-5 {
      margin-left: -35px;
      margin-right: -35px;
  }
  .sp-big-md-row-5 > [class*="sp-col"] {
      padding-left: 35px;
      padding-right: 35px;
  }
  .sp-large-md-row {
      margin-left: -40px;
      margin-right: -40px;
  }
  .sp-large-md-row > [class*="sp-col"] {
      padding-left: 40px;
      padding-right: 40px;
  }
  .sp-large-md-row-5 {
      margin-left: -45px;
      margin-right: -45px;
  }
  .sp-large-md-row-5 > [class*="sp-col"] {
      padding-left: 45px;
      padding-right: 45px;
  }
  .sp-col-md-55 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
  .sp-col-md-77 {
      -ms-flex: 0 0 14.2857%;
      flex: 0 0 14.2857%;
      max-width: 14.2857%;
  }
  .sp-col-md-88 {
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%;
  }
  .sp-col-md-99 {
      -ms-flex: 0 0 11.1111%;
      flex: 0 0 11.1111%;
      max-width: 11.1111%;
  }
  .sp-col-md-1010 {
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%;
  }
  .sp-col-md-1111 {
      -ms-flex: 0 0 9.0909%;
      flex: 0 0 9.0909%;
      max-width: 9.0909%;
  }
  .sp-col-md-1212 {
      -ms-flex: 0 0 8.3333%;
      flex: 0 0 8.3333%;
      max-width: 8.3333%;
  }
}
@media (min-width: 992px) {
  .sp-zero-lg-row {
      margin-left: 0;
      margin-right: 0;
  }
  .sp-zero-lg-row > [class*="sp-col"] {
      padding-left: 0;
      padding-right: 0;
  }
  .sp-tiny-lg-row {
      margin-left: -5px;
      margin-right: -5px;
  }
  .sp-tiny-lg-row > [class*="sp-col"] {
      padding-left: 5px;
      padding-right: 5px;
  }
  .sp-small-lg-row {
      margin-left: -10px;
      margin-right: -10px;
  }
  .sp-small-lg-row > [class*="sp-col"] {
      padding-left: 10px;
      padding-right: 10px;
  }
  .sp-small-lg-row-5{
      margin-left: -15px;
      margin-right: -15px;
  }
  .sp-small-lg-row-5 > [class*="sp-col"] {
      padding-left: 15px;
      padding-right: 15px;
  }
  .sp-mid-lg-row {
      margin-left: -20px;
      margin-right: -20px;
  }
  .sp-mid-lg-row > [class*="sp-col"] {
      padding-left: 20px;
      padding-right: 20px;
  }
  .sp-mid-lg-row-5 {
      margin-left: -25px;
      margin-right: -25px;
  }
  .sp-mid-lg-row-5 > [class*="sp-col"] {
      padding-left: 25px;
      padding-right: 25px;
  }
  .sp-big-lg-row {
      margin-left: -30px;
      margin-right: -30px;
  }
  .sp-big-lg-row > [class*="sp-col"] {
      padding-left: 30px;
      padding-right: 30px;
  }
  .sp-big-lg-row-5 {
      margin-left: -35px;
      margin-right: -35px;
  }
  .sp-big-lg-row-5 > [class*="sp-col"] {
      padding-left: 35px;
      padding-right: 35px;
  }
  .sp-large-lg-row {
      margin-left: -40px;
      margin-right: -40px;
  }
  .sp-large-lg-row > [class*="sp-col"] {
      padding-left: 40px;
      padding-right: 40px;
  }
  .sp-large-lg-row-5 {
      margin-left: -45px;
      margin-right: -45px;
  }
  .sp-large-lg-row-5 > [class*="sp-col"] {
      padding-left: 45px;
      padding-right: 45px;
  }
  .sp-col-lg-55 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
  .sp-col-lg-77 {
      -ms-flex: 0 0 14.2857%;
      flex: 0 0 14.2857%;
      max-width: 14.2857%;
  }
  .sp-col-lg-88 {
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%;
  }
  .sp-col-lg-99 {
      -ms-flex: 0 0 11.1111%;
      flex: 0 0 11.1111%;
      max-width: 11.1111%;
  }
  .sp-col-lg-1010 {
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%;
  }
  .sp-col-lg-1111 {
      -ms-flex: 0 0 9.0909%;
      flex: 0 0 9.0909%;
      max-width: 9.0909%;
  }
  .sp-col-lg-1212 {
      -ms-flex: 0 0 8.3333%;
      flex: 0 0 8.3333%;
      max-width: 8.3333%;
  }
}
@media (min-width: 1200px) {
  .sp-zero-xl-row {
      margin-left: 0;
      margin-right: 0;
  }
  .sp-zero-xl-row > [class*="sp-col"] {
      padding-left: 0;
      padding-right: 0;
  }
  .sp-tiny-xl-row {
      margin-left: -5px;
      margin-right: -5px;
  }
  .sp-tiny-xl-row > [class*="sp-col"] {
      padding-left: 5px;
      padding-right: 5px;
  }
  .sp-small-xl-row {
      margin-left: -10px;
      margin-right: -10px;
  }
  .sp-small-xl-row > [class*="sp-col"] {
      padding-left: 10px;
      padding-right: 10px;
  }
  .sp-small-xl-row-5 {
      margin-left: -15px;
      margin-right: -15px;
  }
  .sp-small-xl-row-5 > [class*="sp-col"] {
      padding-left: 15px;
      padding-right: 15px;
  }
  .sp-mid-xl-row {
      margin-left: -20px;
      margin-right: -20px;
  }
  .sp-mid-xl-row > [class*="sp-col"] {
      padding-left: 20px;
      padding-right: 20px;
  }
  .sp-mid-xl-row-5 {
      margin-left: -25px;
      margin-right: -25px;
  }
  .sp-mid-xl-row-5 > [class*="sp-col"] {
      padding-left: 25px;
      padding-right: 25px;
  }
  .sp-big-xl-row {
      margin-left: -30px;
      margin-right: -30px;
  }
  .sp-big-xl-row > [class*="sp-col"] {
      padding-left: 30px;
      padding-right: 30px;
  }
  .sp-big-xl-row-5 {
      margin-left: -35px;
      margin-right: -35px;
  }
  .sp-big-xl-row-5 > [class*="sp-col"] {
      padding-left: 35px;
      padding-right: 35px;
  }
  .sp-large-xl-row {
      margin-left: -40px;
      margin-right: -40px;
  }
  .sp-large-xl-row > [class*="sp-col"] {
      padding-left: 40px;
      padding-right: 40px;
  }
  .sp-large-xl-row-5 {
      margin-left: -45px;
      margin-right: -45px;
  }
  .sp-large-xl-row-5 > [class*="sp-col"] {
      padding-left: 45px;
      padding-right: 45px;
  }
  .sp-col-xl-55 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
  .sp-col-xl-77 {
      -ms-flex: 0 0 14.2857%;
      flex: 0 0 14.2857%;
      max-width: 14.2857%;
  }
  .sp-col-xl-88 {
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%;
  }
  .sp-col-xl-99 {
      -ms-flex: 0 0 11.1111%;
      flex: 0 0 11.1111%;
      max-width: 11.1111%;
  }
  .sp-col-xl-1010 {
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%;
  }
  .sp-col-xl-1111 {
      -ms-flex: 0 0 9.0909%;
      flex: 0 0 9.0909%;
      max-width: 9.0909%;
  }
  .sp-col-xl-1212 {
      -ms-flex: 0 0 8.3333%;
      flex: 0 0 8.3333%;
      max-width: 8.3333%;
  }
}
.baogong-page-wrapper p {
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 2;
  font-weight: normal;
  color: #222222;
}
.baogong-page-wrapper h1 {
  font-size: 24px;
}
.baogong-page-wrapper h2 {
  font-size: 24px;
}
.baogong-page-wrapper h3 {
  font-size: 18px;
}
.baogong-page-wrapper h4 {
  font-size: 16px;
}
.baogong-page-wrapper h5 {
  font-size: 14px;
}
.baogong-page-wrapper h6 {
  font-size: 12px;
}
.baogong-page-wrapper h1,
.baogong-page-wrapper h2,
.baogong-page-wrapper h3,
.baogong-page-wrapper h4,
.baogong-page-wrapper h5 {
  color: #222222;
  margin-top: 0;
  font-weight: bold;
}
@media (min-width: 768px){
  .baogong-page-wrapper p{
    font-size: 13px;
    margin-bottom: 25px;
  }
  .baogong-page-wrapper h1 {
    font-size: 42px;
  }
  .baogong-page-wrapper h2 {
    font-size: 32px;
  }
  .baogong-page-wrapper h3 {
    font-size: 32px;
  }
  .baogong-page-wrapper h4 {
    font-size: 18px;
  }
  .baogong-page-wrapper h5 {
    font-size: 16px;
  }
  .baogong-page-wrapper h6 {
    font-size: 13px;
  }
}
@media (min-width: 1200px){
  .baogong-page-wrapper p{
    font-size: 14px;
    margin-bottom: 30px;
  }
  .baogong-page-wrapper h1 {
    font-size: 42px;
  }
  .baogong-page-wrapper h2 {
    font-size: 42px;
  }
  .baogong-page-wrapper h3 {
    font-size: 28px;
  }
  .baogong-page-wrapper h4 {
    font-size: 22px;
  }
  .baogong-page-wrapper h5 {
    font-size: 18px;
  }
  .baogong-page-wrapper h6 {
    font-size: 14px;
  }
}
@media (min-width: 1560px){
  .baogong-page-wrapper h1 {
    font-size: 52px;
}
.baogong-page-wrapper h2 {
    font-size: 52px;
  }
}
.baogong-page-wrapper p:last-child{
  margin-bottom: 0;
}
.baogong-page-wrapper a {
  cursor: pointer;
  outline: none;
}
.baogong-page-wrapper a:hover,
.baogong-page-wrapper a:focus {
  text-decoration: none;
  transition: all 0.5s;
}
.baogong-page-wrapper .text-white{
  color: #ffffff !important;
}
.baogong-page-wrapper .text-red{
  color: #c61825 !important;
}
.baogong-page-wrapper .text-gold{
  color: #87746B !important;
}
.baogong-page-wrapper .text-black{
  color: #222222 !important;
}
/******
 ****** General
 ******/
.baogong-section01,
.baogong-section03,
.baogong-section04{
  padding: 40px 0;
}
.baogong-page-wrapper .baogong-section-title{
  margin-bottom: 20px;
  color: #c61825;
}
.baogong-page-wrapper .baogong-section-sub-title{
  color: #87746B;
  margin-bottom: 20px;
}
.baogong-img{
  margin-top: 40px;
  position: relative;
}
.baogong-img::before{
  content: '';
  background-color: #F5F5F5;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 90px;
  bottom: -60px;
  z-index: -1;
}
.sp-order-md-first .baogong-img::before{
  right: auto;
  left: 90px;
}
.baogong-section03-content,
.baogong-section04-content{
  display: flex;
}
.baogong-section-numer{
  width: 54px;
  min-width: 54px;
  margin-right: 20px;
  margin-top: -20px;
}
.baogong-section-numer img{
  max-height: 120px;
}
@media (min-width: 768px){
  .baogong-section01,
  .baogong-section03,
  .baogong-section04{
    padding: 80px 0;
  }
  .baogong-img{
    margin-top: 60px;
  }
  .baogong-page-wrapper .baogong-section-sub-title{
    margin-bottom: 25px;
  }
  .baogong-section-numer{
    width: 80px;
    min-width: 80px;
    margin-right: 30px;
    margin-top: -30px;
  }
  .baogong-section-numer img{
    max-height: 180px;
  }
}
@media (min-width: 992px){
  .baogong-section-desc{
    max-width: 450px;
  }
}
@media (min-width: 1200px){
  .baogong-section01,
  .baogong-section03,
  .baogong-section04{
    padding: 120px 0;
  }
  .baogong-img{
    margin-top: 80px;
  }
}
@media (min-width: 1560px){
  .baogong-section01{
    padding: 120px 0 150px;
  }
  .baogong-section03{
    padding: 120px 0 160px;
  }
}

/******
 ****** Baogong
 ******/
.baogong-section{
  overflow: hidden;
}
.baogong-section07{
  overflow: inherit;
}
.baogong-section01 .baogong-section-title{
  margin-bottom: 20px;
  line-height: 1.5;
}
.baogong-section03 .sp-order-lg-first .baogong-img::before{
  right: auto;
  left: 250px;
}
.baogong-section04{
  padding-top: 0;
}
.baogong-section04 .baogong-img::before{
  right: 250px;
}
.baogong-section05{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0 100px;
}
.section05-item{
  text-align: center;
  margin-bottom: 20px;
}
.baogong-section05-icon img{
  max-height: 56px;
  margin-bottom: 15px;
}
.baogong-section05-title{
  display: flex;
  text-align: left;
  max-width: 320px;
  margin: 0 auto;
}
.baogong-section05-title img{
  max-height: 50px;
  margin-right: 15px;
  width: 21px;
  min-width: 21px;
  margin-top: -5px;
}
.baogong-section05-title h5{
  color: #fff;
  line-height: 1.5;
}
.baogong-section09{
  background-color: #F5F5F5;
  padding: 40px 0 20px;
}
.baogong-section09 .baogong-section-title{
  margin-bottom: 30px;
}
.section09-item{
  text-align: center;
  margin-bottom: 20px;
}
.section09-item-icon img{
  max-height: 48px;
  margin-bottom: 10px;
}
.baogong-section06{
  margin: 40px 0;
  position: relative;
  background-color: #3A3A3C;
}
.baogong-section06-content{
  margin-top: 30px;
}
.baogong-section06-info-wrap{
  display: flex;
}
.baogong-section06-info{
  margin-left: auto;
  padding: 50px;
  background-color: #fff;
  background: linear-gradient(120deg,transparent 30px, #fff 0)top left;
}
.baogong-section07-content{
  position: relative;
}
.baogong-section07-content::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 34px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.baogong-section07-content::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 64px 34px;
  border-color: transparent transparent #ffffff transparent;
}
.baogong-section07-content .baogong-section-title{
  padding: 40px 0;
  line-height: 1.8;
}
.section07-list{
  background-color: #3D3938;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section07-list li{
  font-size: 14px;
  line-height: 1;
  padding: 8px 10px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
.section07-list li:hover,
.section07-list li.active-area-btn{
  background-color: #c61825;
}
.section07-list li.active-area-btn::after{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #c61825 transparent transparent transparent;
  z-index: 2;
}
.baogong-section08{
  padding: 40px 0;
}
.baogong-section-sub{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.baogong-section-sub h4{
  position: relative;
  line-height: 1.5;
}
.baogong-section-sub h4:before{
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 22px;
  height: 48px;
  background: url(../../assets/images/title-icon01.png) no-repeat center center /cover;
  margin-right: 15px;
}
.baogong-section-sub h4:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 22px;
  height: 48px;
  background: url(../../assets/images/title-icon02.png) no-repeat center center /cover;
  margin-left: 15px;
}
.section08-tab01-list{
  max-width: 1100px;
  margin: 0 auto;
}
.section08-tab01-item{
  text-align: center;
  margin-bottom: 20px;
}
/* .tab-area{
  display: none;
}
.tab-area.actice-tab-area{
  display: block;
} */
.tab-area02{
  margin-bottom: 20px;
}
.map-icon-img img{
  max-height: 36px;
  margin-bottom: 10px;
}
.baogong-section10{
  margin: 40px 0;
}
.baogong-section10-content{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.baogong-section10 .baogong-section-title{
  margin-bottom: 20px;
}
.section10-tel-list{
  max-width: 1100px;
  margin: 0 auto;
}
.baogong-section10 .section10-tel-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #c61825;
  max-width: 500px;
  margin: 0 auto 20px;
  padding: 25px 30px;
  background: url(../images/btn-bg.png) no-repeat center center / contain;
}
.section10-tel-btn img{
  max-height: 28px;
  margin-right: 15px;
}
.section10-gz-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.gz-wb-wrap,
.gz-wx-wrap{
  text-align: center;
  padding: 0 20px;
}
.gz-wb-wrap img,
.gz-wx-wrap img{
  max-height: 120px;
  margin-bottom: 10px;
}
.gz-wb-wrap h6,
.gz-wx-wrap h6{
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.section10-btn-wrap{
  margin-bottom: 30px;
  text-align: center;
}
.section10-btn-wrap .all-office-btn{
  display: inline-block;
  background: url(../images/btn-background.png) no-repeat center center / contain;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  line-height: 1;
  padding: 15px 60px;
}
@media (min-width: 768px){
  .baogong-section01 .baogong-section-title{
    margin-bottom: 30px;
  }
  .baogong-section05{
    padding: 120px 0 200px;
  }
  .baogong-section06{
    margin: 60px 0;
  }
  .baogong-section05-icon img{
    max-height: 76px;
    margin-bottom: 20px;
  }
  .baogong-section09 .baogong-section-title{
    margin-bottom: 40px;
  }
  .baogong-section09{
    padding: 60px 0 30px;
  }
  .section09-item{
    margin-bottom: 30px;
  }
  .section09-item-icon img{
    max-height: 56px;
    margin-bottom: 15px;
  }
  .baogong-section07-content .baogong-section-title{
    padding: 60px 0;
  }
  .section07-list li{
    font-size: 18px;
    padding: 15px 60px;
  }
  .section07-list li.active-area-btn::after{
    margin-left: -18px;
    border-width: 20px 18px 0 18px;
  }
  .baogong-section08{
    padding: 60px 0;
  }
  .baogong-section-sub{
    margin-bottom: 40px;
  }
  .baogong-section-sub h4:before{
    width: 27px;
    height: 60px;
    margin-right: 25px;
  }
  .baogong-section-sub h4:after{
    width: 27px;
    height: 60px;
    margin-left: 25px;
  }
  .tab-area02{
    margin-bottom: 40px;
  }
  .map-icon-img img{
    max-height: 48px;
  }
  .baogong-section10 .baogong-section-title{
    margin-bottom: 30px;
  }
  .baogong-section10{
    margin: 60px 0;
  }
  .section10-tel-list{
    margin-bottom: 30px;
  }
  .baogong-section10 .section10-tel-btn{
    font-size: 32px;
    padding: 30px 45px;
  }
  .section10-btn-wrap{
    margin-bottom: 50px;
  }
}
@media (min-width: 992px){
  .section05-item{
    margin-bottom: 0;
  }
  .baogong-section05-title img{
    max-height: 70px;
    margin-right: 20px;
    width: 34px;
    min-width: 34px;
    margin-top: -10px;
  }
  .baogong-section06-content{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: 0;
  }
  .baogong-section06-img{
    width: 65%;
  }
  .baogong-section08{
    padding: 80px 0;
  }
  .section08-tab02-content{
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .tab-area02 .baogong-img{
    margin-top: 0;
  }
  .baogong-section10 .baogong-section-title{
    margin-bottom: 35px;
  }
  .section10-tel-btn img{
    max-height: 36px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px){
  .baogong-section01 .baogong-section-title{
    margin-bottom: 40px;
  }
  .baogong-section05{
    padding: 160px 0 240px;
  }
  .baogong-section06{
    margin: 120px 0;
  }
  .baogong-section05-icon img{
    max-height: 96px;
    margin-bottom: 25px;
  }
  .baogong-section09 .baogong-section-title{
    margin-bottom: 60px;
  }
  .baogong-section09{
    padding: 80px 0 40px;
  }
  .section09-item{
    margin-bottom: 40px;
  }
  .section09-item-icon img{
    max-height: 64px;
  }
  .baogong-section07-content .baogong-section-title{
    padding: 60px 0;
  }
  .baogong-section-sub{
    margin-bottom: 60px;
  }
  .baogong-section10{
    margin: 100px 0;
  }
  .section10-tel-list{
    margin-bottom: 50px;
  }
  .baogong-section10 .section10-tel-btn{
    font-size: 40px;
    padding: 40px 60px;
  }
  .section10-tel-btn img{
    max-height: 48px;
    margin-right: 30px;
  }
  .section10-btn-wrap{
    margin-bottom: 70px;
  }
}
@media (min-width: 1560px){
  .baogong-section05{
    padding: 200px 0 320px;
  }
  .baogong-section06{
    margin: 170px 0 120px;
  }
}
.baogong-slider{
  position: relative;
}
.baogong-slider::after{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #c61825 transparent transparent transparent;
}
.baogong-section02{
  position: relative;
}
.baogong-section02-bottom-img-wrap{
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
}
.baogong-section02-bottom-img img{
  max-height: 182px;
}
.baogong-section05{
  position: relative;
}
.baogong-section05-bottom-link{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.baogong-section05-bottom-link img{
  max-height: 60px;
}
@media (min-width: 768px){
  .baogong-slider::after{
    margin-left: -32px;
    border-width: 32px 32px 0 32px;
  }
  .baogong-section05-bottom-link img{
    max-height: 120px;
  }
}
@media (min-width: 1200px){
  .baogong-slider::after{
    margin-left: -64px;
    border-width: 64px 64px 0 64px;
  }
  .baogong-section05-bottom-link img{
    max-height: 194px;
  }
}
/******
 ****** swiper
 ******/
 .swiper-container{
  --swiper-navigation-size: 16px;
}
.swiper-button-next,
.swiper-button-prev {
  border-radius: 24px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border: 1px solid transparent;
  outline: none !important;
}
.swiper-white{
  --swiper-theme-color: #ffffff;
  --swiper-navigation-color: #222222;
}
.swiper-black{
  --swiper-theme-color: #2222222;
  --swiper-navigation-color: #ffffff;
}
.swiper-white .swiper-button-next,
.swiper-white .swiper-button-prev {
  border-color: #222222;
}
.swiper-black .swiper-button-next,
.swiper-black .swiper-button-prev {
  border-color: #ffffff;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5;
}
@media(min-width: 768px){
  .swiper-container{
      --swiper-navigation-size: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
      border-radius: 48px;
      width: 48px;
      height: 48px;
      margin-top: -24px;
  }
}
/* animation */
/* 自定义模糊 */
@-webkit-keyframes blur {
  0% {
      -webkit-filter: blur(0px) grayscale(100%) brightness(300%);
      -moz-filter: blur(0px) grayscale(100%) brightness(300%);
      -ms-filter: blur(0px) grayscale(100%) brightness(300%);
      filter: blur(0px) grayscale(100%) brightness(300%);
  }
  50% {
      -webkit-filter: blur(0px) grayscale(50%) brightness(150%);
      -moz-filter: blur(0px) grayscale(50%) brightness(150%);
      -ms-filter: blur(0px) grayscale(50%) brightness(150%);
      filter: blur(0px) grayscale(50%) brightness(150%);
  }
  100% {
      -webkit-filter: blur(0px) grayscale(0%) brightness(100%);
      -moz-filter: blur(0px) grayscale(0%) brightness(100%);
      -ms-filter: blur(0px) grayscale(0%) brightness(100%);
      filter: blur(0px) grayscale(0%) brightness(100%);
  }
}


/* 位移动画 */

@media(min-width: 992px) {
  .c-animation,
  .i-animation {
      visibility: hidden;
      transform: translateY(30px);
      opacity: 0;
      transition: 1.8s cubic-bezier(.215, .61, .355, 1);
      transition-delay: .18s;
      will-change: transform;
      -webkit-transition: 1.8s cubic-bezier(.215, .61, .355, 1);
      -moz-transition: 1.8s cubic-bezier(.215, .61, .355, 1);
      -ms-transition: 1.8s cubic-bezier(.215, .61, .355, 1);
      -o-transition: 1.8s cubic-bezier(.215, .61, .355, 1);
}

  .c-animation.is-animation,
  .i-animation.is-animation {
      visibility: visible;
      transform: translateY(0);
      opacity: 1;
  }

  .o-animation {
      opacity: 0;
      transition: 1.8s cubic-bezier(.215, .61, .355, 1);
      transition-delay: .18s;
      will-change: transform;
  }

  .o-animation.is-animation {
      opacity: 1;
  }

  .property-summary-title-sub,
  .property-summary-heading {
      padding-right: 30px;
  }
  .aside-property-category {
      background-color: #fff;
      max-width: 240px;
      border-radius: 12px 12px 0 0;
      -webkit-border-radius: 12px 12px 0 0;
      -moz-border-radius: 12px 12px 0 0;
      -ms-border-radius: 12px 12px 0 0;
      -o-border-radius: 12px 12px 0 0;
  }
}

.c-animation.is-animation.is-animation-blur,
.i-animation.is-animation.is-animation-blur,
.o-animation.is-animation.is-animation-blur{
  -webkit-animation-name: blur;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
}
