@charset "UTF-8";
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1137px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1138px;
  }
  #c-top-bg .c-title{
	      padding-top: 10px;
	      font-size: 36px;
	      line-height: 47px;
	      color: #fff;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1139px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
/* 整个滚动条 */
::-webkit-scrollbar {
  width: 10px;
}
 
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
 
/* 滚动条的滑块 */
::-webkit-scrollbar-thumb {
  background: #e62129; /* 滚动条颜色 */
}
 
/* 滚动条的滑块：悬停 */
::-webkit-scrollbar-thumb:hover {
  background: #666;
}

.container-fluid {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}

.col-2 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-4 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-5 {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}

.col-6 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-7 {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}

.col-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-10 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-11 {
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}

.col-12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}

.col-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}

.col-18 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}

.col-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}

.col-24 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

.offset-1 {
  margin-left: 4.1666666667%;
}

.offset-2 {
  margin-left: 8.3333333333%;
}

.offset-3 {
  margin-left: 12.5%;
}

.offset-4 {
  margin-left: 16.6666666667%;
}

.offset-5 {
  margin-left: 20.8333333333%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 29.1666666667%;
}

.offset-8 {
  margin-left: 33.3333333333%;
}

.offset-9 {
  margin-left: 37.5%;
}

.offset-10 {
  margin-left: 41.6666666667%;
}

.offset-11 {
  margin-left: 45.8333333333%;
}

.offset-12 {
  margin-left: 50%;
}

.offset-13 {
  margin-left: 54.1666666667%;
}

.offset-14 {
  margin-left: 58.3333333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.6666666667%;
}

.offset-17 {
  margin-left: 70.8333333333%;
}

.offset-18 {
  margin-left: 75%;
}

.offset-19 {
  margin-left: 79.1666666667%;
}

.offset-20 {
  margin-left: 83.3333333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.6666666667%;
}

.offset-23 {
  margin-left: 95.8333333333%;
}

.pb-50{
	padding-bottom: 5.25rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-sm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-9 {
    flex: 0 0 47.5%;
    max-width: 47.5%;
  }
  .col-sm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-sm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-sm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 25;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .order-sm-13 {
    order: 13;
  }
  .order-sm-14 {
    order: 14;
  }
  .order-sm-15 {
    order: 15;
  }
  .order-sm-16 {
    order: 16;
  }
  .order-sm-17 {
    order: 17;
  }
  .order-sm-18 {
    order: 18;
  }
  .order-sm-19 {
    order: 19;
  }
  .order-sm-20 {
    order: 20;
  }
  .order-sm-21 {
    order: 21;
  }
  .order-sm-22 {
    order: 22;
  }
  .order-sm-23 {
    order: 23;
  }
  .order-sm-24 {
    order: 24;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.1666666667%;
		display: grid;
	    grid-template-rows: auto 1fr; 
  }
  .offset-sm-2 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 20.8333333333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.1666666667%;
  }
  .offset-sm-8 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 45.8333333333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .offset-sm-13 {
    margin-left: 54.1666666667%;
  }
  .offset-sm-14 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .offset-sm-16 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-17 {
    margin-left: 70.8333333333%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .offset-sm-19 {
    margin-left: 79.1666666667%;
  }
  .offset-sm-20 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .offset-sm-22 {
    margin-left: 91.6666666667%;
  }
  .offset-sm-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-md-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-md-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-md-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 25;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .order-md-13 {
    order: 13;
  }
  .order-md-14 {
    order: 14;
  }
  .order-md-15 {
    order: 15;
  }
  .order-md-16 {
    order: 16;
  }
  .order-md-17 {
    order: 17;
  }
  .order-md-18 {
    order: 18;
  }
  .order-md-19 {
    order: 19;
  }
  .order-md-20 {
    order: 20;
  }
  .order-md-21 {
    order: 21;
  }
  .order-md-22 {
    order: 22;
  }
  .order-md-23 {
    order: 23;
  }
  .order-md-24 {
    order: 24;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.1666666667%;
  }
  .offset-md-2 {
    margin-left: 8.3333333333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.6666666667%;
  }
  .offset-md-5 {
    margin-left: 20.8333333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.1666666667%;
  }
  .offset-md-8 {
    margin-left: 33.3333333333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.6666666667%;
  }
  .offset-md-11 {
    margin-left: 45.8333333333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .offset-md-13 {
    margin-left: 54.1666666667%;
  }
  .offset-md-14 {
    margin-left: 58.3333333333%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .offset-md-16 {
    margin-left: 66.6666666667%;
  }
  .offset-md-17 {
    margin-left: 70.8333333333%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .offset-md-19 {
    margin-left: 79.1666666667%;
  }
  .offset-md-20 {
    margin-left: 83.3333333333%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .offset-md-22 {
    margin-left: 91.6666666667%;
  }
  .offset-md-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-lg-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-lg-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-lg-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-lg-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-lg-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 25;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .order-lg-13 {
    order: 13;
  }
  .order-lg-14 {
    order: 14;
  }
  .order-lg-15 {
    order: 15;
  }
  .order-lg-16 {
    order: 16;
  }
  .order-lg-17 {
    order: 17;
  }
  .order-lg-18 {
    order: 18;
  }
  .order-lg-19 {
    order: 19;
  }
  .order-lg-20 {
    order: 20;
  }
  .order-lg-21 {
    order: 21;
  }
  .order-lg-22 {
    order: 22;
  }
  .order-lg-23 {
    order: 23;
  }
  .order-lg-24 {
    order: 24;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.1666666667%;
  }
  .offset-lg-2 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 20.8333333333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.1666666667%;
  }
  .offset-lg-8 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 45.8333333333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .offset-lg-13 {
    margin-left: 54.1666666667%;
  }
  .offset-lg-14 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .offset-lg-16 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-17 {
    margin-left: 70.8333333333%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .offset-lg-19 {
    margin-left: 79.1666666667%;
  }
  .offset-lg-20 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .offset-lg-22 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 25;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .order-xl-13 {
    order: 13;
  }
  .order-xl-14 {
    order: 14;
  }
  .order-xl-15 {
    order: 15;
  }
  .order-xl-16 {
    order: 16;
  }
  .order-xl-17 {
    order: 17;
  }
  .order-xl-18 {
    order: 18;
  }
  .order-xl-19 {
    order: 19;
  }
  .order-xl-20 {
    order: 20;
  }
  .order-xl-21 {
    order: 21;
  }
  .order-xl-22 {
    order: 22;
  }
  .order-xl-23 {
    order: 23;
  }
  .order-xl-24 {
    order: 24;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .offset-xl-13 {
    margin-left: 54.1666666667%;
  }
  .offset-xl-14 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .offset-xl-16 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-17 {
    margin-left: 70.8333333333%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .offset-xl-19 {
    margin-left: 79.1666666667%;
  }
  .offset-xl-20 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .offset-xl-22 {
    margin-left: 91.6666666667%;
  }
  .offset-xl-23 {
    margin-left: 95.8333333333%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .d-md-none-yw {
    display: none !important;
  }
  .d-md-flex-yw {
    display: flex !important;
  }
}
@media (min-width: 1100px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.2em;
  right: -0.4em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  font-family: Helvetica, Verdana, "微软雅黑", "苹方", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}


body {
  font-size: 0.875rem;
  color: #333333;
  background: #ffffff;
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, audio, canvas, progress, video,
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, a, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  box-sizing: border-box;
}

ul, li, ol {
  list-style: none;
  line-height: normal;
}

i, address, cite, dfn, em, var {
  font-style: normal;
}

input[type=date] {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover, a:focus {
  color: #e62129;
  outline-width: 0;
}

video {
  border: none;
  outline: none;
  display: block;
  width: 100%;
}

img, input[type=text], input[type=submit], input[type=password], textarea, select, button, footer, header {
  transition: all 0.3s linear;
}

input[type=file] {
  cursor: pointer;
}

html, body {
  font-size: 14px;
}

@media (min-width: 768px) {
  html, body {
    font-size: 14px;
  }
  .uc-home-2 .intro{
	  line-height: 2.2em;
  }
}
@media (min-width: 992px) {
  html, body {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}
.uc-wrap {
  width: 100vw;
}

img {
 /* width: 100%; */
  -ms-interpolation-mode: bicubic;
}

picture img{
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

.uc-show {
  display: block !important;
}

.uc-bg {
  background-color: #f6f6f6;
}

.uc-b {
  font-weight: bold;
}

.uc-small {
  font-size: 0.875em;
}

.uc-big {
  font-size: 1.25em;
}

.uc-ma {
  margin-left: auto;
  margin-right: auto;
}

.uc-mla {
  margin-left: auto;
}

.uc-mra {
  margin-right: auto;
}

.uc-del {
  text-decoration: line-through;
  color: #999999;
  margin-left: 1.25rem;
}
.uc-del:first-child {
  margin-left: 0;
}

.animate, .uc-animate, .uc-revealOnScroll {
  opacity: 0;
}

.uc-orange {
  color: #e62129 !important;
}

.uc-white {
  color: #fff !important;
}

.uc-gray {
  color: #999999 !important;
}

.uc-icon16 {
  width: 1rem !important;
  height: 1rem !important;
}

.uc-icon20 {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

.uc-icon24 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.uc-icon28 {
  width: 1.75rem !important;
  height: 1.75rem !important;
}

.uc-icon32 {
  width: 1.75rem !important;
  height: 1.75rem !important;
}

.uc-icon36 {
  width: 2.25rem !important;
  height: 2.25rem !important;
}

.uc-icon40 {
  width: 2.5rem !important;
  height: 2.5rem !important;
}

.uc-icon44 {
  width: 2.75rem !important;
  height: 2.75rem !important;
}

.uc-icon48 {
  width: 3rem !important;
  height: 3rem !important;
}

.uc-icon50 {
  width: 3.125rem !important;
  height: 3.125rem !important;
}

.uc-icon64 {
  width: 4rem !important;
  height: 4rem !important;
}

.uc-icon70 {
  width: 4.375rem !important;
  height: 4.375rem !important;
}

.uc-icon80 {
  width: 5rem !important;
  height: 5rem !important;
}

.uc-icon90 {
  width: 5.625rem !important;
  height: 5.625rem !important;
}

.uc-icon100 {
  width: 6.25rem !important;
  height: 6.25rem !important;
}

.uc-icon120 {
  width: 7.5rem !important;
  height: 7.5rem !important;
}

.uc-icon150 {
  width: 9.375rem !important;
  height: 9.375rem !important;
}

.uc-icon200 {
  width: 12.5rem !important;
  height: 12.5rem !important;
}

/* 引入字体 */

@font-face{font-family:'HR';src:url('../fonts/roboto-regular.woff')}
@font-face{font-family:'HB';src:url('../fonts/roboto-bold.woff')}
@font-face{font-family:'MB';src:url('../fonts/mont-bold.ttf')}
@font-face{font-family:'YW';src:url('../fonts/roboto-regular.woff')}
.HR{font-family:"HR"}
.HB{font-family:"HB"}
.MB{font-family:"MB"}
.YW{font-family:"YW"}
/* 
    设置默认字体
    "宋体", "SimSun", "\5B8B\4F53" || "黑体", "SimHei", "\9ED1\4F53" || "楷体", "KaiTi", "\6977\4F53"
    "微软雅黑", "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1"
    "微软正黑体", "Microsoft JhengHei", "\5FAE\x8F6F\6B63\9ED1\4F53"
    "思源黑体 CN", "Source Han Sans CN", "noto sans"
    "思源宋体", "Source Han Serif SC"
*/
body,button, input, select, textarea{font: 14px/1.5 "HR", "YW", sans-serif, "\5FAE\8F6F\96C5\9ED1", Arial, tahoma, Helvetica, sans-serif;}
/* font-weight对应：Light=300, Regular=400, Medium=500, Bold=700 */


/* 字体图标 */
@font-face {font-family: "uc-font";src: url('../fonts/iconfont-index.ttf') format('truetype')}
.uc-font{font-family: "uc-font" !important;font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}


.uc-checkbox-circle:before {
  content: "\e624";
}

.uc-checkbox-circle-on:before {
  content: "\e64f";
}

.uc-checkbox:before {
  content: "\e684";
}

.uc-checkbox-on:before {
  content: "\e67d";
}

.uc-checkbox-on-plain:before {
  content: "\e683";
}

.uc-radio-on:before {
  content: "\e7b3";
}

.uc-radio:before {
  content: "\e7b5";
}

.uc-arrow-left:before {
  content: "\e6e8";
}

.uc-arrow-close::before{
	content: "\e679";
}
.arrow-right-circle:before{
    content: "\e669";
    font-size: 20px;
}
.arrow-left-circle:before{
    content: "\e672";
    font-size: 20px;
}

.direction-right:before{
	content: "\e689";
}
.arrow-up-filling:before{
	content: "\e6ef";
}

.uc-arrow-right:before {
  content: "\e6ed";
}

.uc-arrow-down:before {
  content: "\e6eb";
}

.uc-arrow-top:before {
  content: "\e75d";
}

.uc-arrow-right2:before {
  content: "\e6f2";
}

.uc-arrow-left2:before {
  content: "\e6f1";
}

.uc-arrow-down2:before {
  content: "\e6a4";
}

.uc-arrow-top2:before {
  content: "\e6b2";
}

.uc-next:before {
  content: "\e689";
}

.uc-prev:before {
  content: "\e601";
}

.uc-add:before {
  content: "\e672";
}

.uc-reduce:before {
  content: "\e614";
}

.uc-menu:before {
  content: "\e6a9";
}

.uc-close:before {
  content: "\e67f";
}

.uc-search:before {
  content: "\e6ca";
}

.uc-qq:before {
  content: "\e62d";
}

.uc-qq2:before {
  content: "\e657";
}

.uc-call2:before {
  content: "\e62c";
}

.uc-weixin2:before {
  content: "\e6b3";
}

.uc-weixin:before {
  content: "\e653";
}

.uc-call:before {
  content: "\e674";
}

.uc-arrow {
  position: relative;
  padding-right: 1.875rem;
}
.uc-arrow:after {
  content: "\e75c";
  font-family: "uc-font";
  font-size: 1.4em;
  right: -0.625rem;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.uc-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uc-flex.start {
  justify-content: flex-start;
}
.uc-flex.end {
  justify-content: flex-end;
}
.uc-flex.center {
  justify-content: center;
}

.uc-flex-col {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
}
.uc-flex-col.start {
  align-content: start;
  justify-content: flex-start;
}
.uc-flex-col.end {
  align-content: end;
  justify-content: flex-end;
}
.uc-flex-col.center {
  align-content: center;
  justify-content: center;
}

textarea {
  min-height: 7.5rem;
  height: auto;
  box-sizing: border-box !important;
  width: 100%;
}

.uc-phColor {
  color: #ddd;
}

input:-moz-placeholder {
  color: #ddd;
}

::-webkit-input-placeholder {
  color: #ddd;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
}

[type=submit] {
  outline: none;
}
[type=submit]:hover {
  opacity: 0.8;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  line-height: inherit;
  font-size: inherit;
  border: none;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
button:after {
  display: none;
}

.uc-input, .uc-select, .uc-button, .uc-textarea {
  width: 100%;
  border: #eeeeee 1px solid;
  outline: none;
  height: 1.875rem;
  line-height: 1.75rem;
  border-radius: 0.3125rem;
  padding: 0 0.625rem;
}
.uc-input:hover, .uc-input:focus, .uc-select:hover, .uc-select:focus, .uc-button:hover, .uc-button:focus, .uc-textarea:hover, .uc-textarea:focus {
  border-color: #e62129;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
  border-radius: 0.3125rem;
  padding: 0 0.625rem;
}
.uc-btn img {
  margin-right: 0.625rem;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.orange {
  background-color: #e62129;
  border: #e62129 1px solid;
  color: #fff;
}
.uc-btn.orange-linear {
  background: linear-gradient(to right, rgba(235, 102, 54, 0.7) 0%, #e62129 100%);
  color: #fff;
}
.uc-btn.orange-plain {
  color: #e62129;
  border: #e62129 1px solid;
}
.uc-btn.orange-plain:hover {
  opacity: 1;
  background-color: #e62129;
  color: #fff;
}
.uc-btn.orange-light {
  background-color: rgba(235, 102, 54, 0.1);
  color: #e62129;
}
.uc-btn.orange-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(235, 102, 54, 0.3);
}
.uc-btn.white {
  background-color: #fff;
  border: #fff 1px solid;
  color: #333333;
}
.uc-btn.white-linear {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, #fff 100%);
  color: #333333;
}
.uc-btn.white-plain {
  color: #fff;
  border: #fff 1px solid;
}
.uc-btn.white-plain:hover {
  opacity: 1;
  background-color: #fff;
  color: #333333;
}
.uc-btn.white-light {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.uc-btn.white-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(255, 255, 255, 0.3);
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #999999;
  border: #999999 1px solid;
}
.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #999999;
  color: #fff;
}
.uc-btn.gray-light {
  background-color: rgba(153, 153, 153, 0.1);
  color: #999999;
}
.uc-btn.gray-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(153, 153, 153, 0.3);
}
.uc-btn img {
  margin-right: 0.625rem;
}

.uc-tag {
  display: inline-block;
  border-radius: 0.1875rem;
  padding: 0 0.3125rem;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.orange {
  background-color: #e62129;
  color: #fff;
}
.uc-tag.white {
  background-color: #fff;
  color: #333333;
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.g-btnMore {
  padding: 0.75rem 1rem 0.75rem 0;
  border-bottom: #e2e2e2 1px solid;
  min-width: 8em;
  position: relative;
  display: inline-block;
  background: url("../images/jt2.png") right center no-repeat;
  background-size: 1em auto;
  color: #333333;
}
.g-btnMore:hover {
  color: #333333;
}
.g-btnMore:after {
  content: "";
  width: 2em;
  height: 1px;
  background-color: #e62129;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.3s linear;
}
.g-btnMore:hover:after {
  width: 100%;
}
.g-btnMore.style-white {
  color: #fff;
  background-image: url("../images/jt1.png");
  border-bottom-color: #fff;
}
.g-btnMore.style-white:hover {
  color: #fff;
}

.g-goTop {
  position: fixed;
  right: 1.25rem;
  bottom: 5vh;
  z-index: 9;
  font-size: 1.875rem;
  width: 3.125rem;
  border-radius: 0.3125rem;
  height: 3.125rem;
  background-color: #e62129;
  color: #fff;
  text-align: center;
  line-height: 3.125rem;
  transition: all 0.3s linear;
}
.g-goTop img {
  display: block;
  margin: 0.3125rem auto;
}
.g-goTop:hover, .g-goTop:focus {
  color: #fff;
  opacity: 0.8;
}
footer .tooltip-content {display: none;position: absolute;top: 80px;}
footer .tooltip-content img{width: 100px;height: 100px;}  
footer .tooltip-trigger:hover + .tooltip-content {display: block;}
footer{overflow:hidden;background-color:#161616;color:#fff}
footer a{color:#fff;transition:all 0.3s linear}
footer a:hover{color:#e62129}
footer > div{margin-left:-5px;margin-right:-5px}
footer .ft1{border-bottom:#303032 1px solid;background:url("../images/footer.jpg") right center no-repeat;background-size:cover;padding-top:2.375rem;padding-bottom:2.375rem;}
footer .ft1 .title{font-size:1.875rem;text-align:center;margin-bottom:1.25rem}
footer .operate{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}
footer .operate .uc-btn{margin:0.5rem;border-radius:2.5rem}
footer .ft2{padding-left:0.625rem;padding-right:0.625rem}
footer .logo img{max-width:12.5rem}
footer .logo,footer .contact,footer .menu,footer .share{margin-bottom:2rem}
footer .contact,footer .menu .con{color:#717171;font-size:0.875rem;line-height:1.75rem}
footer .contact a,footer .menu .con a{color:#717171}
footer .contact a:hover,footer .menu .con a:hover{color:#e62129}
footer .contact .item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;margin-bottom:0.625rem}
footer .contact img{display:block;margin-right:0.625rem}
footer .contact .r{flex:1;min-width:0}
footer .menu h3{font-size:1.17em;line-height:1.5em;}
footer .menu .con a{display:block;}
footer .share{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center}
footer .share img{display:block}
footer .share .item{margin-right:0.3125rem}
footer .share .item:hover{opacity:0.8}
footer .share .item:last-child{margin-right:0}
footer .intro,footer .cpt{padding-top:1em;padding-bottom:1em;font-size:0.875rem;color:#717171;line-height:1.5em}
footer .intro a,footer .cpt a{color:#717171}
footer .intro a:hover,footer .cpt a:hover{color:#e62129}
footer .cpt{border-top:#303032 1px solid}
@media (max-width:768px){
footer .foot-mb{display: flex;}
footer .foot-mb h3{flex: 0 0 90%;}
}
@media (min-width:768px){footer .ft1{padding-top:3.125rem;padding-bottom:3.125rem;}
footer .ft2{padding-left:3vw;padding-right:3vw;}
footer .cpt{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
}@media (min-width:992px){footer .ft1{padding-top:4rem;padding-bottom:4rem;}
footer .ft1 .title{margin-bottom:1.875rem}
footer .operate .uc-btn{padding:0 1em;height:2rem}
}@media (min-width:1200px){footer .ft1{padding-top:4.75rem;padding-bottom:4.75rem;}
}.pt5{padding-top: 0.625rem;}
.header-phone{height:80px;color:#fff;overflow:hidden;width:100%;z-index:999999;transition:all none linear;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-bottom: 2px solid #e62129;}
.header-phone .logo{display:inline-block;padding:0 10px}
.header-phone .logo img{height:25px;display:block}
.header-phone .btn-menu{width:50px;height:50px;background:url(../images/icon-menu.png) center center no-repeat;background-size:32px 32px;right:0}
.header-phone .btn-menu.on{background-image:url("../images/icon-menu-2.png")}
.header-phone.fixed{background-color:#fff}
.alert-menu{display:none;position:fixed;z-index:777;top:0px;width:100%;background-color:rgba(0,0,0,0.6);height:100vh;padding-top:50px;font-size:14px;overflow-x:hidden;overflow-y:auto}
.alert-menu .list{width:100%;background-color:#fff;padding:0px 15px;border-top:#eeeeee 1px solid}
.alert-menu .list li{line-height:40px;border-bottom:#eeeeee 1px solid}
.alert-menu .list li > a{display:block}
.alert-menu .list li.on{color:#e62129}
.alert-menu .list li.on > a{color:#e62129}
.alert-menu .list .hasSubMenu > a{position:relative}
.alert-menu .list .hasSubMenu > a:after{content:"\e75c";right:0;font-family:"uc-font";font-size:1.4em;opacity:0.6;position:absolute;top:50%;transform:translateY(-50%)}
.alert-menu .list .hasSubMenu > a:after{color:#999999}
.alert-menu .box{width:100%;height:100vh;padding-bottom:0.98rem;overflow-x:hidden;overflow-y:auto;background-color:#fff;position:absolute;z-index:99;right:0}
.alert-menu .over-close{width:100%;height:100%;position:absolute;left:0;top:0;cursor:pointer}
.alert-menu .subMenu{padding-bottom:10px;border-top:#eeeeee 1px solid;display:none;background-color:#f6f6f6;padding-left:10px}
.alert-menu .subMenu a{display:block}
.alert-menu .search-box{padding:10px 0;background-color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;position:relative}
.alert-menu .search-box .uc-input{height:100%;display:block;border:#ccc 1px solid;height:40px;border-radius:0;padding-left:10px;padding-right:50px}
.alert-menu .search-box .btn-search{width:40px;height:40px;position:absolute;right:0px;top:10px;border:none;background:#e62129;color:#fff;text-align:center;line-height:40px}
.alert-menu .search-box .btn-search:hover{background-color:#e62129}
.alert-menu .search-box .uc-input{flex:1}
.header-pc{position:fixed;left:0;top:0;width:100%;z-index:99;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-left:3vw;padding-right:3vw;height:6.25rem;transition:all 0.3s linear}
.header-pc .logo img{display:block;height:1.8rem}
.header-pc .list{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.header-pc .list li{padding:0 1rem;line-height:6.25rem;position:relative;height:6.25rem;margin-left:1px}
.header-pc .list li.active a{color:#e62129}
.header-pc .list li.active .headcp a{color:#333}
.header-pc .list li.active .headcp a:hover{color:#e62129}
.header-pc .list li > a{display:block;font-size:16px}
.header-pc .list li:hover .subMenu2{display:block;display:block;height:auto;overflow:visible;background-color: #f7f7f7;border-top: #e62129 2px solid;}
.header-pc .list li:hover .subMenu2 .subMenu2-main{margin-top:0}
.header-pc .list a{color:#fff}
@media (min-width:1100px){.header-pc .list li{padding:0 0.3rem;padding-top: 5px;}.header-pc .logo img{display:block;height:2.15rem}}
@media (min-width:1400px){.header-pc .list li{padding:0 1rem;padding-top: 5px;}}
.nav-pc-sun {display: flex;flex-wrap: wrap; justify-content: space-between; height: 150px;background-color: #f7f7f7;width: 80%;margin: auto;}  
.nav-pc-sun .list-item {flex: 1 0 calc(100% / 8);text-align: center;margin-bottom: 10px;padding-top: 30px;}  
.nav-pc-sun .list-item img {display: block;margin: 0 auto;max-width: 100%;height: 50px;} 
.nav-pc-sun .list-item a{color: #666;} 
.nav-pc-sun .list-item a:hover p{color: #e62129;}
.nav-pc-sun .list-item p {margin-top: 10px;color: #666;line-height: 20px;}  
.header-pc .hasSubMenu:hover > a{position:relative;color:#e62129}
.header-pc .hasSubMenu:hover > a:after{content:"\e6ef";font-family:"uc-font";font-size:1.25rem;bottom:-0.4375rem;line-height:1.25rem;color:#e62129;z-index:998;position:absolute;left:50%;transform:translateX(-50%)}
.header-pc .subMenu2{height:0;overflow:hidden;position:fixed;top:6.25rem;left:0;width:100%}
.header-pc .subMenu2 .subMenu2-main{padding:10vh 3vw;position:relative;transition:all 0.3s ease-in;margin-top:1.5rem;background-color:#fff;}
.header-pc .subMenu2 .item{margin-bottom:1.875rem;padding-right:5.625rem;padding-bottom:0.625rem;border-bottom:transparent 1px solid}
.header-pc .subMenu2 .item:hover{background:url("../images/header-tab-arrow.png") right bottom no-repeat;background-size:4.3125rem auto;border-bottom:#eeeeee 1px solid}
.header-pc .subMenu2 .item:last-child{margin-bottom:0}
.header-pc .subMenu2 .name{line-height:1.5em}
.header-pc .subMenu2 .txt{color:#999999;line-height:1.5em;margin-top:0.5rem;font-size:0.875rem}
.header-pc .subMenu2 .tab-con{display:none}
.header-pc .subMenu2 .tab-con:first-child{display:block}
.header-pc .subMenu2 .img-box{width:100%;height:25rem;overflow:hidden;display:block}
.header-pc .subMenu2 .img-box img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}
.header-pc.fixed,.header-pc:hover{background-color:#fff;height:5rem}
.header-pc.fixed .list li,.header-pc:hover .list li{line-height:5rem;height:5rem}
.header-pc.fixed .list a,.header-pc:hover .list a{color:#000}
.header-pc.fixed .list a:hover,.header-pc:hover .list a:hover{color:#e62129}
.header-pc.fixed .subMenu2,.header-pc:hover .subMenu2{top:5rem}
.header-pc .search-box{position:absolute;right:3vw;top:100%;padding:10px 0;width:250px;display:none}
.header-pc .search-box .uc-input{height:40px;flex:1;min-width:0;border-radius:5px 0 0 5px}
.header-pc .search-box .btn-search{width:70px;border-radius:0 5px 5px 0;height:40px;background-color:#fc4444;text-align:center;line-height:40px;color:#fff}
.header-pc .search-box.on{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.header-pc .search-box form{margin:0;display:flex;align-items:center}

.no-image{
	
	 border-bottom: 2px solid #e62129;  
	 background: #fff;
}
.no-image .list a {
	color: #000;
}
.g-title {
  margin-bottom: 1.875rem;
}
.g-title .en {
  font-size: 3rem;
  line-height: 1.5em;
}
.g-title h3 {
  font-size: 2.25rem;
  line-height: 1.3em;
}

@media (min-width: 768px) {
  .g-title {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .g-title {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .g-title {
    margin-bottom: 4rem;
  }
}
.swiper-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
 /* display: flex; */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background-color: #e62129;
  width: 2em;
  border-radius: 1.15em;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  width: 50px;
  border-radius: 100%;
  height: 50px;
  transition: all 0.3s linear;
  outline: none;
  background-size: 0.9375rem auto;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
body {
  overflow-x: hidden;
}

.uc-home-1 img {
  display: block;
}
.uc-home-1 .swiper-container {
  height: 100vh;
}
.uc-home-1 .swiper-slide-active .card img {
  transform: scale(1.15, 1.15);
}
.uc-home-1 .card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.uc-home-1 .card img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100vh;
  transition: all 2s linear;
}
.uc-home-1 .over {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: left;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.uc-home-1 .name {
  font-size: 2.5rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
.uc-home-1 .con {
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  min-height: 4.5em;
}

@media (min-width: 992px) {
  .uc-home-1 .name {
    font-size: 5rem;
  }
  .uc-home-1 .con {
    font-size: 2.5rem;
  }
}
.uc-home-2 {
  padding-top: 1.875rem;
}
.uc-home-2 .main {
  padding-bottom: 1.25rem;
}
.uc-home-2 .intro, .uc-home-2 .operate, .uc-home-2 .total, .uc-home-2 .video-box {
  margin-bottom: 1.25rem;
}
.uc-home-2 .intro {
  color: #666666;
  line-height: 2.2em;
  font-size: 14px;
  text-align: justify;
}
.uc-home-2 .list li {
  /* margin-bottom: 1.25rem; */
  overflow: hidden;
}
.uc-home-2 .list li img {
  transition: all 0.3s linear;
  width: 100%;
}
.uc-home-2 .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-home-2 .list img {
  display: block;
}
.uc-home-2 .list .img {
  overflow: hidden;
}
.uc-home-2 .list .card {
  border: #eeeeee 1px solid;
  overflow: hidden;
  border-radius: 0.3125rem;
}
.uc-home-2 .list .btm {
  padding: 0.625rem;
  text-align: left;
}
.uc-home-2 .list h3 {
  font-size: 1.25rem;
  line-height: 1.5em;
}
.uc-home-2 .list .con {
  color: #999999;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 0.3125rem;
}
.uc-home-2 .total li {
  margin-bottom: 0.625rem;
  text-align: center;
}
.uc-home-2 .total img {
  display: block;
  margin: 0 auto 0.625rem;
}
.uc-home-2 .total .name {
  line-height: 2rem;
}
.uc-home-2 .total b {
  font-size: 2em;
}
.uc-home-2 .total sup {
  color: #999999;
}
.uc-home-2 .total p {
  color: #999999;
}
.uc-home-2 video {
  /*display: block;*/
  background-color: #000;
}

@media (min-width: 768px) {
  .uc-home-2 {
    padding: 0.5rem 3vw;
  }
  .uc-home-2 .intro {
    line-height: 2em;
  }
  .uc-home-2 .total {
    margin-bottom: 0.625rem !important;
  }
}
@media (min-width: 992px) {
  .uc-home-2 {
    padding-top: 3.125rem;
  }
  .uc-home-2 .main {
    padding-bottom: 1.875rem;
  }
  .uc-home-2 .intro, .uc-home-2 .operate, .uc-home-2 .total, .uc-home-2 .video-box {
    margin-bottom: 1.875rem;
  }
  .uc-home-2 .list .btm {
    padding-top: 0.9375rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .uc-home-2 {
    padding-top: 4rem;
  }
  .uc-home-2 .main {
    padding-bottom: 2.5rem;
  }
  .uc-home-2 .intro, .uc-home-2 .operate, .uc-home-2 .total, .uc-home-2 .video-box {
    margin-bottom: 2.5rem;
  }
}
.uc-home-3 .swiper-container3 {
  padding-bottom: 3rem;
}
.uc-home-3 .swiper-container3 .swiper-pagination-bullet {
  background-color: #999;
  margin: 0 2px;
  width: 0.625rem;
  border-radius: 100%;
  height: 0.625rem;
}
.uc-home-3 .swiper-container3 .swiper-pagination-bullet-active {
  background-color: #e62129;
}
.uc-home-3 .card {
  background: url("../images/home-bg-3.jpg") center center no-repeat;
  background-size: cover;
  height: 25rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
}
.uc-home-3 .card img {
  display: block;
  width: 300px;
  height: 300px;
  margin: auto;
}
.uc-home-3 .card .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
  color: #fff;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.uc-home-3 .card h3 {
  font-size: 1.5rem;
}
.uc-home-3 .card .con {
  font-size: 1.25rem;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .uc-home-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .uc-home-3 .list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .uc-home-3 .list2 li {
    border-left: #fff 0.5rem solid;
  }
  .uc-home-3 .list2 li.flex {
    flex: 1;
    min-width: 0;
  }
  .uc-home-3 .list2 li:first-child {
    border-left: none;
  }
  .uc-home-3 .list2:hover li {
    flex: none;
    width: 7.5rem;
  }
  .uc-home-3 .list2:hover li .card2 h3 {
    width: 1em;
    text-align: center;
    margin: 0 auto;
  }
  .uc-home-3 .list2:hover li .card2 img {
    display: none;
  }
  .uc-home-3 .list2:hover li .card2 .con {
    display: none;
  }
  .uc-home-3 .list2:hover li:hover {
    flex: 1;
    min-width: 0;
  }
  .uc-home-3 .list2:hover li:hover .card2 img {
    display: block;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .uc-home-3 .list2:hover li:hover .card2 h3 {
    width: auto;
    text-align: left;
    width: 100%;
  }
  .uc-home-3 .list2:hover li:hover .card2 .con {
    display: block;
  }
  .uc-home-3 .card2 {
    height: 31.875rem;
    background: url("../images/home-bg-3.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .uc-home-3 .card2 .over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2rem 1rem;
    color: #fff;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  .uc-home-3 .card2 h3 {
    font-size: 1.5rem;
    text-align: left;
  }
  .uc-home-3 .card2 img {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    left: 20%;
  }
  .uc-home-3 .card2 .con {
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}
.uc-home-4 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: url("../images/home-bg-4.jpg") center bottom no-repeat;
  background-size: cover;
}
.uc-home-4 .list .item {
  margin-bottom: 0.625rem;
}
.uc-home-4 .list .img {
  background-color: rgba(153, 153, 153, 0.3);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s linear;
  overflow: hidden;
}
.uc-home-4 .list .img img {
  transition: all 0.3s linear;
}
.uc-home-4 .list .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-home-4 .list .img:hover {
  background-color: #e62129;
}
.uc-home-4 .list .img img {
  display: block;
  width: 95%;
  margin: auto;
}
.uc-home-4 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  line-height: 2rem;
  margin-top: 0.625rem;
}
.uc-home-4 .operate .btn {
  cursor: pointer;
  outline: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-home-4 .operate .uc-font {
  font-size: 1.25rem;
}
.uc-home-4 .operate .swiper-pagination {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  text-align: center;
  min-width: 6em;
}
.uc-home-4 .operate .swiper-pagination-bullet {
  background-color: #999;
  opacity: 0.8;
  margin: 0 2px;
  border-radius: 0;
  height: 3px;
  width: 2em;
}
.uc-home-4 .operate .swiper-pagination-bullet-active {
  background-color: #e62129;
}

@media (min-width: 768px) {
  .uc-home-4 {
    padding: 2.5rem 3vw;
  }
  .uc-home-4 .operate {
    margin-top: 0.625rem;
  }
  .uc-home-2 .intro{
	  line-height: 1.6em;
	  font-size: 14px;
  }
}
@media (min-width: 992px) {
  .uc-home-4 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .uc-home-4 .operate {
    margin-top: 1.25rem;
  }
  .uc-home-4 .operate .line {
    height: 1px;
    width: 9.375rem;
    background-color: #999;
    margin: 0 5px;
  }
}
@media (min-width: 1200px) {
  .uc-home-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .uc-home-4 .operate {
    margin-top: 1.875rem;
  }
}
.uc-home-5 {
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
  padding-left: 0.625rem;
  background: url("../images/home-bg-5.jpg") center center no-repeat;
  background-size: cover;
}
.uc-home-5 .intro, .uc-home-5 .operate {
  margin-bottom: 2.5rem;
  color: #fff;
}
.uc-home-5 .intro h3 {
  font-size: 2.8125rem;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}
.uc-home-5 .intro .con {
  line-height: 1.5em;
  max-width: 31.25rem;
}
.uc-home-5 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  line-height: 2rem;
}
.uc-home-5 .operate .btn {
  cursor: pointer;
  outline: none;
  width: 2em;
  height: 2em;
  text-align: center;
}
.uc-home-5 .operate .uc-font {
  font-size: 1.25rem;
}
.uc-home-5 .operate .swiper-pagination {
  position: static;
  width: auto;
  text-align: center;
  min-width: 6em;
}
.uc-home-5 .swiper-slide {
  width: 25rem;
}
.uc-home-5 .card {
  position: relative;
  display: block;
  overflow: hidden;
}
.uc-home-5 .card img {
  transition: all 0.3s linear;
}
.uc-home-5 .card:hover img {
  transform: scale(1.1, 1.1);
}
.uc-home-5 .card img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 450px;
  height: 265px;
}
.uc-home-5 .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
}
.uc-home-5 .over .name {
  font-size: 1.5rem;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  text-align: justify;
}
.uc-home-5 .over .btn {
  font-size: 1.5rem;
}
.uc-home-5 .over .btn:hover {
  color: #e62129;
}

@media (min-width: 768px) {
  .uc-home-5 {
    padding-top: 5rem;
    padding-bottom: 1.25rem;
    padding-left: 3vw;
  }
  .uc-home-5 .intro, .uc-home-5 .operate {
    margin-bottom: 3.75rem;
  }

}
@media (min-width: 992px) {
  .uc-home-5 {
    padding-top: 7.5rem;
    padding-bottom: 1.875rem;
  }
  .uc-home-5 .intro, .uc-home-5 .operate {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .uc-home-5 {
    padding-top: 10rem;
    padding-bottom: 2.5rem;
  }
  .uc-home-5 .intro, .uc-home-5 .operate {
    margin-bottom: 6.25rem;
  }
}


/*公共样式*/
.c-clear { zoom: 1; }
.c-clear:after { content:''; display: block; clear: both; }
.c-fl { float: left; }
.c-fr { float: right; }
.c-container { position: relative; width: 100%;padding:0 2rem;}
body.c-open{overflow: hidden;}
.c-bg-color1 {background: #fff !important;}
.c-bg-color2 {background: #f9f9f9 !important;}
.c-pt1 {padding-top: 130px !important;}
.c-text-center {text-align: center;}
/* 公共背景 */
#c-common-bg {
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 36.4rem;
}
#c-common-bg.c-dt {
	height: 100%;
}
/* 顶部背景 */
#c-top-bg {
	height: 36.4rem;
	/* background:rgba(0,0,0,.3) url(../images/mbl.png)repeat; */
	display: flex;
	justify-content: center;
	align-items: center;
}
#c-top-bg .c-enTitle {
	font-size: 72px;
	line-height: 1em;
	color: #fff;
}
#c-top-bg .c-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #fff;
}
#c-top-bg .c-btn {
	display: block;
	margin: 40px auto 0;
	padding: 0 32px;
	width: 180px;
	height: 50px;
	border-radius: 25px;
	font-size: 16px;
	line-height: 50px;
	text-align: left;
	color: #333;
	background: #fff url(../images/jt4.png) no-repeat right 32px center;
	background-size: 14px auto;
	transition: .5s;
}
#c-top-bg .c-btn:hover {
	color: #fff;
	background: #bb1c14 url(../images/jt4-h.png) no-repeat right 32px center;
	background-size: 14px auto;
}

/* 公共按钮 */
.c-common-btn {
	display: block;
	position: relative;
	width: 128px;
	height: 57px;
	border-bottom: 1px solid #ddd;
	line-height: 56px;
	color: #fff;
	background: url(../images/jt1.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn:hover{
	color: #fff;
}
.c-common-btn.c-unique {
	color: #222;
	background: url(../images/jt2.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30px;
	border-bottom: 1px solid #bb1c14;
	transition: all 0.5s;
}
.c-common-btn:hover::before {
	width: 100%;
}
.c-common-btn2 {
	text-align: center;
}
.c-common-btn2 .c-btn {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
	line-height: 60px;
	color: #fff;
	background: #bb1c14;
}
.c-common-btn2 .c-btn i {
	margin-left: 15px;
	font-size: 20px;
}
/* 公共标题 */
.c-common-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

.c-common-title .c-en-title{
	font-size: 72px;
	line-height: 1em;
	color: #222;
}
.c-common-title .c-cn-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #222;
}
.c-common-title .c-cn-title span{
	color: #bb1c14;
}
.c-common-title .c-text {
	padding: 20px 0 50px;
	line-height: 30px;
}
.c-common-title.c-unique .c-en-title,.c-common-title.c-unique .c-cn-title,.c-common-title.c-unique .c-cn-title span{
	color: #fff;
}
/* 视频 */
/*#c-video-box{*/
/*	display: none;*/
/*	position:fixed;*/
/*	top: 0;*/
/*	left: 0;*/
/*	z-index: 1000;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background: rgba(0,0,0,0.7);*/
/*	text-align: center;*/
/*}*/
/*#c-video-box .c-btn {*/
/*	position:fixed;*/
/*	top: 85%;*/
/*	left: 50%;*/
/*	margin-left: -25px;*/
/*	width: 50px;*/
/*	height: 50px;*/
/*	color: #fff;*/
/*	background: #fff;*/
/*	border-radius: 50%;*/
/*	transition: .5s;*/
/*}*/
/*#c-video-box .c-btn:after,#c-video-box .c-btn:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	bottom: 24px;*/
/*	left: 10px;*/
/*	width: 30px;*/
/*	height: 2px;*/
/*	background: #333;*/
/*	transition: .5s;*/
/*}*/
/*#c-video-box .c-btn:hover {*/
/*	background: #bb1c14;*/
/*}*/
/*#c-video-box .c-btn:hover:after,#c-video-box .c-btn:hover:before {*/
/*	background: #fff;*/
/*}*/
/*#c-video-box .c-btn:after{*/
/*	-webkit-transform: rotate(45deg);*/
/*	transform: rotate(45deg);*/
/*}*/
/*#c-video-box .c-btn:before{*/
/*	-webkit-transform: rotate(-45deg);*/
/*	transform: rotate(-45deg);*/
/*}*/
/*#c-video-box video {*/
/*	position:fixed;*/
/*	left: 50%;*/
/*	top: 50%;*/
/*	height: 60%;*/
/*	max-width: 100%;*/
/*	-webkit-transform: translate(-50%,-50%);*/
/*	transform: translate(-50%,-50%);*/
/*	background: #000;*/
/*}*/

/* 研发生产车间 */
.uli-content {
    width: 80%;
    margin: auto;
}
.uli-program-features .pic {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.uli-program-features {padding: 5% 0;overflow: hidden;background: #f8f8f8;}
.uli-program-features .title-2 {text-align: center;}
.uli-program-features-list {margin-top: 4%;}
.uli-program-features-left {float: left;width: 58%;}
.uli-program-features-left .img {border-radius: 0.1rem;overflow: hidden;border-radius: 10px;}
.uli-program-features-right {float: right;width: 38%;}
.uli-program-features-item {position: relative;overflow: hidden;border-bottom: 1px solid #e0e3e3;padding: 2% 0;}
.uli-program-features-item .title{position: relative;overflow: hidden;padding: 2% 0;overflow: hidden;}
.uli-program-features-item .title-1{overflow: hidden;cursor: pointer;width: 90%;}
.uli-program-features-item .title.cur .open-1::before{display: none;}
.uli-program-features-item .title.cur .title-1 {color: #e62129;}
.uli-program-features-item .open-1{width: 24px;height:24px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);border-radius: 100%;box-sizing: border-box;border: 1px solid rgb(0,163,185,.2);}
.uli-program-features-item .open-1::after {content: '';width: 24px;height:16px;background: url('../images/r1.svg') center no-repeat;top: 50%;transform: translate(-50%,-50%) rotate(90deg);left: 50%;z-index: 11;position: absolute;background-size: 100%;}
.uli-program-features-item .title.cur .open-1 {background: #e62129;}
.uli-program-features-item .title.cur .open-1::after {filter: invert(1) brightness(5);transform: translate(-50%,-50%) rotate(-90deg);}
.uli-program-features-item .text{line-height: 24px; display: none;overflow: hidden;padding-bottom: 3%;color: #666;}
.uli-program-features-item .text p {margin: 0;padding: 0;}
.uli-program-features-item .title.active .title-1 {
      color: #e62129;
    }
	
.ZhShhy-cont .image-bj{
	background-image: url('../images/zhshhy-muen2.jpg');  
	    background-repeat: no-repeat; /* 图片不重复 */  
	    background-size: cover; /* 图片覆盖整个元素 */  
	    background-position: center; /* 图片居中 */  
}	
@media screen and (max-width: 860px){
	.footer-content-top, .uli-product-list, .uli-program-features {
	    padding: 10% 0;
	}
	.uli-program-features-left, .uli-program-features-right{
		    width: 100%;
		    float: none;
		    margin-right: auto;
	}
	.uli-program-features-left .img {border-radius: 5px;}
}

/* 侧边栏 */
.SideBar-wrapper{position: fixed;top: 70%;right: 36px;transform: translateY(-50%);z-index: 6666;display: flex;align-items: center;flex-direction: column;}
.SideBar-wrapper a{display: flex;position: relative;margin-top: 4px;flex-direction: column;align-items: center;}
.SideBar-wrapper a .icon{width: 50px;height: 50px;position: relative;border-radius: 5px;z-index: 4;display: flex;align-items: center;justify-content: center;background: #fff;box-shadow: 0 0 12px 2px rgba(108, 89, 189, .2);transition: background .4s ease;}
.SideBar-wrapper a .icon img{position: absolute;transition: all .4s ease;}
.SideBar-wrapper a .icon img.s{opacity: 1;}
.SideBar-wrapper a .icon img.h{opacity: 0;}
.SideBar-wrapper a:hover .icon img.s{opacity: 0;}
.SideBar-wrapper a:hover .icon img.h{opacity: 1;}
.SideBar-wrapper a:hover .icon{background: #e62129;}
.SideBar-wrapper a .info{display: none;position: absolute;right: 0;padding-right: 74px;top: 0;}
.SideBar-wrapper a .info span{display: flex;align-items: center;width: 100px;font-size: 16px;height: 50px;background: #e62129;justify-content: center;border-radius: 5px;box-shadow: 0 0 12px 2px rgba(108, 89, 189, .2);position: relative;color: #fff;}
.SideBar-wrapper a .info span::after{content: "";position: absolute;right: -8px;top: 50%;margin-top: -8px;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 8px solid #e62129;width: 0;height: 0;}
.SideBar-wrapper a:hover .info{display: block;}
.SideBar-wrapper a.phone .info span{width: 150px;}
.SideBar-wrapper a .wechat{display: none;position: absolute;width: 150px;right: 60px;z-index: 3;top: 50%;margin-top: -64px;border-radius: 10px;border: 1px solid #e9e9f3;padding: 10px;background: #fff;box-shadow: 0 0 12px 2px rgba(108, 89, 189, .1);}
.SideBar-wrapper a .wechat img{width: 100%;height: 100%;object-fit: cover;}
.SideBar-wrapper a.code .icon{margin-top: -10px;}
.SideBar-wrapper a.code .head{position: relative;width: 70px;border-radius: 50%;border: 3px solid #cfd2ff;}
.SideBar-wrapper a.code .head img{width: 100%;border-radius: 50%;position: relative;z-index: 1;}
.SideBar-wrapper a.code .head::before, .SideBar-wrapper a.code .head::after{content: "";display: block;width: 70px;height: 70px;background: #d8dbfd;border-radius: 50%;position: absolute;top: 50%;left: 50%;margin: -35px 0 0 -35px;animation: sideCodeRing 1.5s linear infinite;opacity: 0;}
.SideBar-wrapper a.code .head::before{animation-delay: .6s;}
.SideBar-wrapper a.code .head::after{animation-delay: 0s;}
@keyframes sideCodeRing{0%{opacity:0;transform:scale(.8)}5%{opacity:1}to{opacity:0;transform:scale(1.6)}}
.SideBar-wrapper a.code .head i{position: absolute;animation: sideDotRing 2s linear infinite;z-index: 2;width: 80px;height: 80px;border-radius: 50%;border: 1px solid #cfd2ff;top: 50%;left: 50%;margin: -40px 0 0 -40px;}
.SideBar-wrapper a.code .head i::before, .SideBar-wrapper a.code .head i::after{content: "";position: absolute;border-radius: 50%;}
.SideBar-wrapper a.code .head i::before{width: 6px;height: 6px;background: #5c66ff;right: 7px;top: 9px;}
.SideBar-wrapper a.code .head i::after{width: 8px;height: 8px;background: linear-gradient(to right,#e7e8fa,#d3d5fd);top: 30px;left: -12px;}
@keyframes sideDotRing {0%{transform: rotate(0);}50%{transform: rotate(-8deg);}}
.SideBar-wrapper a:hover .wechat{display: block;}
.SideBar-wrapper a.menu{display: none;}
body.PC .SideBar-box{display: block !important;}
.SideBar-wrapper.active a.code .wechat{display: block;}
.SideBar-wrapper.active a.code .icon{background: #e62129;}
.SideBar-wrapper.active a.code .icon img.s{opacity: 0;}
.SideBar-wrapper.active a.code .icon img.h{opacity: 1;}

@media all and (max-width:1590px) {
	    .SideBar-wrapper{right: 24px;}
}
	
@media all and (max-width:1270px) {	
    .SideBar-wrapper {right: 16px;}
}
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    .SideBar-wrapper a.code .icon {margin-top: -6px;}
    .SideBar-wrapper a .icon{width: 42px;height: 42px;box-shadow: 0 0 8px 2px rgba(108, 89, 189, .1);}
    .SideBar-wrapper a .wechat{right: 60px;}
    .SideBar-wrapper {top: auto;bottom: 20px;right: 12px;transform: translateY(0);}
    .SideBar-wrapper a.menu{display: block;font-size: 40px;}
    .SideBar-wrapper a.menu .icon{background: #fff !important;}
    .SideBar-wrapper a.menu img{opacity: 1 !important;transition: none !important;}
    .SideBar-wrapper a.menu img.s{opacity: 1 !important;}
    .SideBar-wrapper a.menu img.h{opacity: 0 !important;}
    .SideBar-wrapper a.menu.active img.s{opacity: 0 !important;}
    .SideBar-wrapper a.menu.active img.h{opacity: 1 !important;}
    .SideBar-box{display: none;}
    .SideBar-wrapper a.code .head {width: 42px;border: 2px solid #cfd2ff;}
    .SideBar-wrapper a.code .head i {width: 50px;height: 50px;margin: -25px 0 0 -25px;}
    .SideBar-wrapper a.code .head::before, .SideBar-wrapper a.code .head::after {width: 46px;height: 46px;margin: -23px 0 0 -23px;}
    .SideBar-wrapper a.code .head i::before {right: 1px;top: 7px;}
    .SideBar-wrapper a.code .head i::after{top: 20px;}
    .SideBar-wrapper a .info{display: none !important;}
}
/*index-shipin*/
    .video-container {
        position: relative;
        width: 100%;
		align-self: end;
    }
				
    .video-cover {
        width: 100%;
        display: block;
        border-radius: 0.3125rem;
    }


    #play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    #play-button:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }


	


.lm-banner img{
	width: 100vw;
	height: auto;
}
@media (max-width: 768px) {
  .lm-banner img{
  	height: 140px;
  }
}

.cjgs img{
	border-radius: 10px;
}


/* index-cp */
  .container-cp {
    width:100%;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;

/* 	max-height: 700px; */
	
  }
  .container-cp::after {
    content: "";
    display: table;
    clear: both;
  }
  .container-cp .left{
	  margin-right: 20px;
	  flex: 1;
	  overflow: hidden;
	  width: 100%;
	  margin-bottom: 10px;
  }
  
  .container-cp .right {
    flex: 1;
    overflow: hidden;
	width: 100%;
	height: 100%;
  }
  .container-cp .right .right-tp{
	  height: 33.33%;
	  padding-bottom: 10px;
  }
  
  .container-cp .left,.container-cp .right-tp{
	  position: relative;
  }

  .container-cp .left img{
	  width:100%;
	  border-radius: 10px;
  }
  

  .container-cp .right img {
   width: 100%;
   height: 100%;
    display: block;
    transition: transform 0.3s ease-in-out;
	border-radius: 10px;

  }
  .container-cp .left img:hover,
  .container-cp .right img:hover {
    transform: scale(1.025);
  }
  
  .container-cp .left .product-title{
	  position: absolute;
	  bottom: 0px;
	  left: 0;
	  width: 100%;
	  color: white;
	  background-color: rgba(0, 0, 0, 0.5);
	  padding: 10px;
	  box-sizing: border-box;
	  border-radius: 10px;
  }
  
  .container-cp .right .product-title {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    box-sizing: border-box;
	border-radius: 10px;
  }

  @media (max-width: 768px) {
    .container-cp {
      flex-direction: column;
    }



  }


.radius10 img{
	border-radius: 10px;
}
.xieti{
	font-style: italic;
	white-space: nowrap;
}
/* 导航下拉 */
.header-cp{position:relative}
.header-cp .subMenu2{display:none;position:absolute;background-color:rgba(255,255,255,0.8);border:1px solid #ccc;padding:10px;width:9.025rem;z-index:999;left:50%;transform:translateX(-50%);top:100%}
.header-cp:hover .subMenu2{display:block}
.headcp{display:flex;flex-direction: column;width: 100%;}
.headcp a{display:block;line-height:2em;min-width:120px;color:#333;text-align:left;}
.header-pc .list li.active headcp a{
	color: #333;
}

.ipb100{
	padding-bottom: 100px;
}
@media (max-width: 768px) {
	.ipb100{
		padding-bottom: 0px;
	}
}
.pline4{
	-webkit-line-clamp: 4;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	-webkit-box-orient: vertical;
}
.pline3{
	-webkit-line-clamp: 3;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	-webkit-box-orient: vertical;
}
.pline2{
	display: -webkit-box;
	        -webkit-box-orient: vertical;
	        overflow: hidden;
	        text-overflow: ellipsis;
	        -webkit-line-clamp: 2; 
	       display: -webkit-box;
	        -webkit-box-orient: vertical;
}
.kdown{
	align-self: end;
}
.kgrid{
	display: grid;
	grid-template-rows: auto 1fr;
}
.mb20{
	margin-bottom: 1.25rem;
}
.pb20{
	padding-bottom: 1.25rem;
}
@media (max-width: 1200px) {
	.col-sm-11{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.offset-sm-1{
		margin-left: 0%;
	}
}

/* 产品列表筛选 */
.filter_box {
    margin-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}
.product_design_font18 {
    font-size: 18px;
}
.deleteall {
    display: flex;
    justify-content: space-between;
}
.filtermain .deleteall span {
    font-size: 16px;
}
.icon_del.active {
    display: block;
}
.icon_del {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: none;
    margin-top: -5px;
    transition: all .2s linear;
}
.filter_box ul.list-group {
    margin-top: 10px;
}
.product_design_font14 {
    font-size: 14px;
}
.filter_box ul li:first-child {
    margin-top: 10px;
}
.filtermain .list-group-item {
    position: relative;
    display: inline-block;
    padding: 3px 35px 3px 10px;
    background-color: transparent;
    border: 1px solid #c5c5c5;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #5a5a5a;
    animation: Leftshow .5s ease forwards;
    width: auto;
}
.list-group-item i {
    display: block;
    width: 10px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
}
.filter_ctrol_box {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}
.filtermain .filter_ctrol_box p {
    color: #6d6d6d;
}
.filter_ctrol_box p {
    font-size: 16px;
    font-weight: 500;
}
.filter_ctrol_box p {
    margin: 10px 0 10px;
}
.filtermain label {
    display: flex;
    align-items: center;
    line-height: 27px;
    padding: 4px 0px 4px 0;
}
.chosen-container {
    display: inline-block;
    font-size: 13px;
    position: relative;
    vertical-align: middle;
}
.filter_ctrol_box .checkrequire {
    width: 15px;
    height: 15px;
    border: 1px solid #a4adad;
    cursor: pointer;
    display: inline-table;
}
.filter_ctrol_box span {
    padding-left: 10px;
    color: #656565;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}
.pro-w-c{
	background-color: white;
	text-align: center;
	padding-bottom: 10px;
}
.ProXqcs-table table{
    
    margin: auto;
}