@charset "UTF-8";
/* 定义flex布局 */
/* 定义flex布局 是横向还是纵向布局 */
/*定义flex 超出换行*/
.top-image {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-image {
    height: calc(var(--s) * 411 * 1px) !important;
  }
}
.top-image .top-image-bottom {
  width: 86.25rem;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #206453;
}
@media screen and (max-width: 86.25rem) {
  .top-image .top-image-bottom {
    width: 100%;
    height: calc(var(--s) * 60 * 1px);
  }
}
.top-image .top-image-bottom .top-image-bottom-text {
  color: #fff;
  margin-left: 1.875rem;
  font-size: 1rem;
}

.company-box {
  width: 100%;
  padding: 3.75rem 0;
  height: auto;
}
.company-box .company-box-center {
  width: 86.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 86.25rem) {
  .company-box .company-box-center {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.company-box .company-box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company-box .company-box-center .company-box-center-left {
  width: 31.25rem;
  height: 43.75rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0px #206453;
          box-shadow: 0.5rem 0.5rem 0px #206453;
  border-radius: 2.5rem 0 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .company-box .company-box-center .company-box-center-left {
    width: calc(var(--s) * 550 * 1px);
    height: calc(var(--s) * 770 * 1px);
  }
}
.company-box .company-box-center .company-box-center-right {
  margin-left: 4.5rem;
}
@media screen and (max-width: 86.25rem) {
  .company-box .company-box-center .company-box-center-right {
    margin: calc(var(--s) * 25 * 1px);
    margin-top: calc(var(--s) * 50 * 1px);
  }
}
.company-box .company-box-center .company-box-center-right .company-box-center-right-title {
  font-size: 3.25rem;
  font-weight: bold;
  color: #206453;
}
@media screen and (max-width: 86.25rem) {
  .company-box .company-box-center .company-box-center-right .company-box-center-right-title {
    font-size: calc(var(--s) * 40 * 1px);
  }
}
.company-box .company-box-center .company-box-center-right .company-box-center-right-text {
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 86.25rem) {
  .company-box .company-box-center .company-box-center-right .company-box-center-right-text {
    font-size: calc(var(--s) * 30 * 1px);
  }
}
.company-box .company-box-center .company-box-center-right .company-box-center-right-name {
  font-size: 0.9375rem;
  margin-top: 2.5rem;
  line-height: 1.875rem;
}
.company-box .company-box-center .company-box-center-right .company-box-center-right-name .company-box-center-right-name-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.weCan {
  width: 100%;
  height: auto;
  background: url("../image/index/BBJ.png") no-repeat;
  background-size: 100% 100%;
}
.weCan .weCan-center {
  width: 86.25rem;
  padding: 3.75rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 86.25rem) {
  .weCan .weCan-center {
    width: 100%;
  }
}
.weCan .weCan-center .weCan-center-title {
  font-size: 3.25rem;
  font-weight: bold;
  color: #206453;
}
@media screen and (max-width: 86.25rem) {
  .weCan .weCan-center .weCan-center-title {
    padding: 0 calc(var(--s) * 25 * 1px);
  }
}
.weCan .weCan-center .weCan-center-text {
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 86.25rem) {
  .weCan .weCan-center .weCan-center-text {
    padding: 0 calc(var(--s) * 25 * 1px);
  }
}
.weCan .weCan-center .weCan-center-name {
  font-size: 0.9375rem;
  margin-top: 2.5rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 86.25rem) {
  .weCan .weCan-center .weCan-center-name {
    margin: calc(var(--s) * 25 * 1px);
  }
}

.lists {
  width: 100%;
  -webkit-box-shadow: 0.1rem 0.1rem 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0.1rem 0.1rem 3px rgba(0, 0, 0, 0.1);
}
.lists .lists-item {
  width: 86.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.lists .lists-item::-webkit-scrollbar {
  display: none; /* 隐藏整个滚动条 */
}
@media screen and (max-width: 86.25rem) {
  .lists .lists-item {
    width: calc(var(--s) * 700 * 1px);
    padding: 0 calc(var(--s) * 25 * 1px);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .lists .lists-item::-webkit-scrollbar {
    display: none; /* 隐藏整个滚动条 */
  }
}
.lists .lists-item .lists-item-title {
  padding: 0 1.875rem;
  font-size: 1.625rem;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
@media screen and (max-width: 86.25rem) {
  .lists .lists-item .lists-item-title {
    font-size: calc(var(--s) * 26 * 1px);
    height: calc(var(--s) * 100 * 1px);
    padding: 0 calc(var(--s) * 25 * 1px);
  }
}
.lists .lists-item .lists-item-title-active {
  font-weight: bold;
  position: relative;
}
.lists .lists-item .lists-item-title-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #206453;
  bottom: 0;
}