﻿/*滚动条样式*/
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}

.defcontainer {
  /* height: 53.9rem; */
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background-color: #f6f7fb;
}

.main-center-heart {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-bottom: 1rem; */
  /* width: 12rem !important;
    height: 100%;
    margin: 0 auto; */
  /* background-color: red; */
}

.center-content-businessDomain-right .right-pagenation {
  /* position: absolute; */
  position: relative;
  top: 60%;
  /* padding-left: 26px; */
  margin-left: -97%;
  transform: translateY(-50%);
  width: 4.26rem;
  height: 5.18rem;
}

.right-pagenation .nav_item {
  display: flex;
  position: absolute;
  height: 0.66rem;
  cursor: pointer;
  width: 100%;
}

.right-pagenation ul {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav_item .nav_line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 0.06rem;
  width: 1.6rem;
  background: rgba(0, 0, 0, 0);
  left: 0.85rem;
  transform: translate(0rem, -50%);
  /* transform: translate(-1.62rem,-50%); */
  transition: 0.3s linear;
}

.nav_item .nav_number {
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  border: 0.02rem solid #fff;
  text-align: center;
  line-height: 0.3rem;
  font-size: 0.24rem;
  margin-left: 0.82rem;
  margin-right: 0.28rem;
  color: #fff;
  box-shadow: inset 0 0 0 0.01rem rgb(255, 255, 255, 0);
}

.nav_number .fullBox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0%;
  height: 0%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgb(80, 173, 232);
  z-index: -999;
}

.nav_item .nav-label {
  position: absolute;
  left: 1.55rem;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.nav_item .nav-label h1 {
  font-size: 0.26rem;
  letter-spacing: 1px;
  /* font-family:"xixi"; */
  padding-bottom: 0.1rem;
}

.nav_item .nav-label span {
  /* font-family: "dada"; */
  font-size: 0.14rem;
}

.nav_item .nav_number::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1.6rem;
  transform: translate(0rem, -50%);
  background-color: rgba(80, 173, 232, 0);
  height: 0.05rem;
  top: 50%;
  opacity: 0;
  transition: 0.5s;
}

.nav_item.selected .nav_number {
  background-color: #f0ef10;
  color: black;
  border: solid #f0ef10;
  width: 0.36rem;
  height: 0.34rem;
}

.nav_item.selected .nav_number::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1.6rem;
  transform: translate(-100%, -50%);
  background-color: #f0ef10;
  height: 0.05rem;
  top: 50%;
  opacity: 1;
}

.wraper {
  /* overflow: hidden; */
  position: relative;
  height: 10rem;
}

/* pc端最新动态+业务领域响应式 */

@media screen and (min-width: 1300px) and (max-width: 1750px) {
  .wraper .center-content-businessMap-right {
    right: 0% !important;
  }

  /* .center-content-businessDomain-left .left-banner ul li .numberBg-1 .numberBg-1-left{
        margin-left: -10% !important;
    } */
  .center-content-aboutUs .center-content-aboutUs-left {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .center-content-newsArea-right-newsList ul li .new-content {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .center-content-newsArea-right .center-content-newsArea-right-newsList {
    top: 1.6rem;
  }
}

/* 调试火狐 */
@media screen and (min-width: 1470px) and (max-width: 1600px) {
  /* .wraperr{
        height: 93vh !important;  屏幕最大化时，高度不够
    } */
}

@media screen and (min-width: 1369px) and (max-width: 1469px) {
  .wraperr {
    height: 9.6rem !important;
  }
}

@media screen and (min-width: 1269px) and (max-width: 1368px) {
  .wraperr {
    height: 9.6rem !important;
  }
}

@media screen and (min-width: 1169px) and (max-width: 1268px) {
  .wraperr {
    height: 9.7rem !important;
  }
}

@media screen and (min-width: 1069px) and (max-width: 1168px) {
  .wraperr {
    height: 9.7rem !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1068px) {
  .wraperr {
    height: 9.8rem !important;
  }
}

/* pc端最新动态+业务领域响应式 */
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .center-content-aboutUs-right .icon {
    top: 1rem !important;
  }

  .center-content-newsArea-right-newsList ul li .new-content {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .center-content-newsArea-right-newsList ul li .news-title {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .center-content-aboutUs-right .icon li {
    margin-bottom: 0.26rem !important;
  }

  .center-content-aboutUs .center-content-aboutUs-left {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .center-content-businessDomain-left .left-banner ul li .numberBg-1 .numberBg-1-left {
    margin-left: -6% !important;
  }

  .center-content-businessDomain-left .left-banner .wraper {
    left: 45% !important;
  }

  .wraper .center-content-businessMap-right {
    right: -3% !important;
  }

  .center-content-aboutUs .center-content-aboutUs-left {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 1167px) and (max-width: 1199px) {
  .center-content-businessDomain-left .left-banner .wraper {
    left: 45% !important;
  }

  .center-content-businessDomain-left .left-banner ul li .numberBg-1 .numberBg-1-left {
    margin-left: -14% !important;
  }

  .wraper .center-content-businessMap-right {
    right: -4% !important;
  }

  .center-content-aboutUs .center-content-aboutUs-left {
    padding-top: 0rem !important;
  }

  .center-content-newsArea-right .center-content-newsArea-right-newsList {
    right: 0.7rem !important;
    max-width: 3.5rem !important;
    top: 25% !important;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1166px) {
  .navigation .navigation-list ul {
    padding-left: 0.23rem !important;
    padding-right: 0.23rem !important;
  }

  .center-content-businessDomain-left .left-banner .wraper {
    left: 45% !important;
  }

  .center-content-businessDomain-left .left-banner ul li .numberBg-1 .numberBg-1-left {
    margin-left: -8% !important;
  }

  .wraper .center-content-businessMap-right {
    right: -4% !important;
  }

  .center-content-newsArea-right-newsList ul li p {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

@media screen and (min-width: 100px) and (max-width: 1099px) {
  .center-content-newsArea-right-newsList ul li p {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

@media screen and (min-width: 800px) and (max-width: 1099px) {
  .navigation .navigation-list ul {
    padding-left: 0.23rem !important;
    padding-right: 0.23rem !important;
  }

  .center-content-businessDomain-left .left-banner .wraper {
    left: 42% !important;
  }

  .center-content-aboutUs .center-content-aboutUs-left {
    padding-top: 0rem !important;
  }

  .center-content-businessDomain-left .left-banner ul li .numberBg-1 .numberBg-1-left {
    margin-left: -11% !important;
  }

  .wraper .center-content-businessMap-right {
    right: -10% !important;
  }

  .center-content-businessDomain-left .left-banner ul li .numberBg-2 .content {
    bottom: 30% !important;
  }

  .center-content-businessDomain-left .left-banner ul li .numberBg-2 .content p {
    min-width: 7rem !important;
  }

  .center-content-businessDomain-left .left-banner ul .item {
    margin-left: -6% !important;
  }

  .center-content-businessDomain-left .left-banner ul li .numberBg-3 .content {
    min-width: 7rem !important;
    line-height: 0.22rem !important;
    top: 2.55rem !important;
  }

  .center-content-businessDomain-left .left-banner ul li .numberBg-4 .content {
    min-width: 5.1rem !important;
  }
}

/*pc+移动端响应式*/
@media screen and (max-width: 1080px) {
  .DatafromPC {
    display: none;
  }

  .move-container {
    display: block;
    /* height: calc(100vh - 2.6rem) !important; */
  }
}

.navigation {
  width: 1000px;
  height: 100px;
}

.wraper .layer {
  position: absolute;
  left: 50%;
  right: 0px;
  width: 19.2rem;
  height: 100vh;
  transform: translateX(-50%);
  z-index: 999999;
  font-size: 3rem;
  text-align: center;
  line-height: 100vh;
}

.layer .layer-bg {
  width: 100%;
  height: 100%;
  background: rgba(27, 67, 182);
  text-align: center;
}

.loader {
  /* background: #000; */
  background: rgba(27, 67, 182);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.loader-inner {
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.loader-line-wrap {
  animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  box-sizing: border-box;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform-origin: 50% 100%;
  width: 100px;
}

.loader-line {
  border: 4px solid transparent;
  border-radius: 100%;
  box-sizing: border-box;
  height: 100px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.loader-line-wrap:nth-child(1) {
  animation-delay: -50ms;
}

.loader-line-wrap:nth-child(2) {
  animation-delay: -100ms;
}

.loader-line-wrap:nth-child(3) {
  animation-delay: -150ms;
}

.loader-line-wrap:nth-child(4) {
  animation-delay: -200ms;
}

.loader-line-wrap:nth-child(5) {
  animation-delay: -250ms;
}

.loader-line-wrap:nth-child(1) .loader-line {
  border-color: hsl(0, 80%, 60%);
  height: 90px;
  width: 90px;
  top: 7px;
}

.loader-line-wrap:nth-child(2) .loader-line {
  border-color: hsl(60, 80%, 60%);
  height: 76px;
  width: 76px;
  top: 14px;
}

.loader-line-wrap:nth-child(3) .loader-line {
  border-color: hsl(120, 80%, 60%);
  height: 62px;
  width: 62px;
  top: 21px;
}

.loader-line-wrap:nth-child(4) .loader-line {
  border-color: hsl(180, 80%, 60%);
  height: 48px;
  width: 48px;
  top: 28px;
}

.loader-line-wrap:nth-child(5) .loader-line {
  border-color: hsl(240, 80%, 60%);
  height: 34px;
  width: 34px;
  top: 35px;
}

@keyframes spin {
  0%,
  15% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.top-banner {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 52.395833%;
  overflow: hidden;
  background: rgb(241, 241, 241);
  left: 0px;
  top: 0px;
  z-index: 999;
}

.top-banner .top-banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-banner .rightBanner {
  width: 44.65%;
  height: 33.2%;
  position: absolute;
  background: url("../assets/images/newimgs/pc_slogan.png");
  background-size: 100% 100%;
  right: 0;
  top: 55.6%;
}

.cover-image div {
  width: 20%;
  width: calc(20vw + 1px);
  background-size: cover;
  transition: 1s ease;
  position: relative;
}

.cover-image div section {
  width: 100%;

  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

.cover-image div section img {
  width: 100%;
}

.cover-image .cover-image-0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.cover-image div img {
  width: 100%;
}

.top-banner .cover-grid {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 11.96rem;
  transform: translateX(-50%);
  display: flex;
}

.cover-grid div {
  height: 100%;
  width: 50%;
}

.cover-grid .left-white {
  background: #fff;
}

.cover-grid .right-grey {
  background: rgb(241, 241, 241);
}

.top-banner .cover-title {
  position: absolute;
  left: 0rem;
  top: 3.59rem;
  width: 100%;
  height: 5.8rem;
  padding-right: 3.83rem;
  z-index: 99999;
}

.cover-title .cover-title-icon {
  text-align: right;
  transition: 0.9s ease;
}

.cover-title .cover-title-icon img {
  max-width: 0.5rem;
}

.top-banner .cover-title .cover-title-top {
  width: 3.92rem;
  position: absolute;
  right: 2.5rem;
  top: 0.1rem;
  padding-top: 0.07rem;
  letter-spacing: 1.2px;
  /* font-family:"defBin"; */
  font-size: 1.5rem;
  opacity: 0.1;
}

.top-banner .cover-title .cover-title-top span {
  font-size: 1.8rem;
  position: absolute;
  right: 0rem;
  top: 1.23rem;
  display: block;
  width: 100%;
  text-align: left;
  letter-spacing: 2px;
  /* font-family:"defBin"; */
}

.iconFont.mobile {
  font-size: 1.6rem;
}

.iconFont.mobile p {
  padding: 0.4rem 0;
  font-size: 2.4rem;
}

.cover-title .cover-title-bottom {
  position: absolute;
  /* font-family:"defBin"; */
  bottom: -8px;
  right: 4.85rem;
  opacity: 0;
}

.cover-title .cover-title-bottom h1 {
  width: 100%;

  text-align: right;
  font-size: 0.8rem;
}

.top-banner {
  position: relative;
}

.top-banner .right-title {
  position: absolute;
  top: 0.7rem;
  letter-spacing: 1px;
  /* line-height: 40px; */
  right: 1rem;
  z-index: 99999;
  opacity: 0;
}

.top-banner .right-title p {
  font-size: 0.27rem;
  /* font-family:"xixi"; */
  text-align: right;
}

/* 关于我们的layer */
.wraper .aboutUsLayer {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  max-width: 11.96rem;
  height: 10.8rem;
  background: rgba(0, 0, 0, 0);
  display: flex;
  z-index: 998;
}

.aboutUsLayer div {
  width: 50%;
  height: 100%;
}

.aboutUsLayer .left-white {
  background: #fff;
}

.aboutUsLayer .right-grey {
  background: rgb(241, 241, 241);
}

/* 一些全局样式 */
.new-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #242933;
  margin-top: 1.1rem;
  position: relative;
  letter-spacing: 1px;
}
.new-title::before {
  content: "";
  position: absolute;
  z-index: 99;
  width: 0.15rem;
  height: 0.15rem;
  background: url("../assets/images/newimgs/title_icon_left.png");
  background-size: 100% 100%;
  left: -0.2rem;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.new-title::after {
  content: "";
  position: absolute;
  z-index: 99;
  width: 0.15rem;
  height: 0.15rem;
  background: url("../assets/images/newimgs/title_icon_right.png");
  background-size: 100% 100%;
  right: -0.2rem;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.new-title_en {
  font-size: 0.32rem;
  font-weight: 500;
  color: #cbcfd5;
  letter-spacing: 1px;
}

.blue {
  width: 0.5rem;
  height: 0.04rem;
  background-color: #0081d6;
}

.anchor-pc {
  /* position: relative; */
  /* top: -140px; */
  height: 1px;
  display: block;
}

/* 导航 */
.nav-box {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  background: transparent;
  background: rgb(0, 0, 0, 0.3);
  width: 100%;
  z-index: 99998;
}

.nav-container {
  /* width: 12rem; */
  display: flex;
  /* align-items: center; */
}

/* .nav-active {
  position: fixed;
  top: 0.2rem;
} */
.nav-active:hover {
  opacity: 1;
}

.nav .nav-logo {
  width: 3rem;
  background: #0081d6;
  display: flex;
  justify-content: center;
}

.nav-logo img {
  width: 2.4rem;
  padding: 0.2rem 0;
}
.nav .dropdown {
  display: none;
  position: absolute;
  bottom: 1px;
  transform: translateY(100%) translateX(-50%);
  left: 0;
  background: rgb(0, 0, 0, 0.3);
  padding: 0.05rem 0.4rem;
}
.nav .dropdown .dropdown-content {
  display: flex;
  flex-direction: column;
}
.nav .dropdown .dropdown-content a {
  font-size: 0.19rem;
  color: #cccccc;
  margin-bottom: 0.05rem;
  text-align: center;
  letter-spacing: 1px;
}
.nav .dropdown .dropdown-content a:last-child {
  margin-bottom: 0;
}
.nav .nav-list {
  display: flex;
  /* align-items: center; */
}

.nav .nav-list ul {
  width: 10.28rem;
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
}

.nav .nav-list ul li {
  /* position: relative; */
  display: flex;
  align-items: center;
  cursor: pointer;
  /* margin: auto 0; */
}

.nav .nav-list ul li .nav-tag {
  display: none;
}

.nav .nav-list ul li a {
  position: relative;
  font-size: 0.21rem;
  text-decoration: none;
  padding: 10px 0;
  color: #fff;
  font-weight: 500;
}

/* underline下划线 */
.nav .nav-list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #0081d6;
  opacity: 0;
  transition: opacity 0.3s;
}

.nav .nav-list ul li a:hover {
  color: #fff;
}
.nav .nav-list ul li a:hover::after {
  opacity: 1;
}

.center-content {
  width: 100%;
  position: relative;
  /* background-color: #f6f7fb; */
  background-color: #fff;
}

/* 关于我们 */
.center-content .center-content-aboutUs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* max-width: 12rem; */
  /* display: flex; */
  /* height: 9.1rem; */
  /* min-height: 7.4rem; */
  /* letter-spacing: 0.022rem;
  line-height: 0.4rem; */
}

/* .center-content .center-content-aboutUs .blue {
  margin-top: 0.1rem;
} */

.center-content .center-content-aboutUs .new-title {
  margin-top: 1.2rem;
}

.center-content .center-content-aboutUs .center-content-aboutUs-left {
  width: 30%;
  height: 100%;
}

.center-content .center-content-aboutUs .center-content-aboutUs-left img {
  width: 1.6rem;
  height: 0.58rem;
  margin-top: 0.9rem;
}

.center-content .center-content-aboutUs .center-content-aboutUs-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.center-content .center-content-aboutUs .center-content-aboutUs-right .text-content {
  width: 12.8rem;
  font-size: 0.22rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0.68rem;
  flex-direction: column;
  font-weight: 500;
  line-height: 0.4rem;
  color: #333;
}

.center-content .center-content-aboutUs .center-content-aboutUs-right .text-content .bottom-content {
  margin-top: 0.5rem;
}

.center-content .center-content-aboutUs .center-content-aboutUs-right .img-content {
  width: 12.01rem;
  height: 3.98rem;
  /* float: left; */
  background: url("../assets/images/newimgs/capitalbg.png");
  background-size: 100% 100%;
  margin-top: 0.4rem;
  position: relative;
}

.center-content .center-content-aboutUs .center-content-aboutUs-right .img-content .center {
  width: 100%;
  height: 0.8rem;
  font-size: 0.32rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.center-content .center-content-aboutUs .center-content-aboutUs-right .img-content .center div {
  text-align: center;
  width: 100%;
}

.center-content .center-content-aboutUs .center-content-aboutUs-right .img-content .logo1 {
  height: 0.5rem;
  width: 2.36rem;
  background: url("../assets/images/newimgs/公司介绍.png");
  margin-top: 0.8rem;
  margin-left: 0.3rem;
  background-size: 100% 100%;
  background-position: center;
}

.center-content .center-content-aboutUs .center-content-aboutUs-right .img-content .logo2 {
  height: 0.5rem;
  width: 2.36rem;
  background: url("../assets/images/newimgs/图层\ 611.png");
  margin-top: 0.6rem;
  margin-left: 0.3rem;
  background-size: 100% 100%;
  background-position: center;
}

.center-content .center-content-aboutUs .center-content-aboutUs-right .img-content .logo3 {
  height: 0.5rem;
  width: 2.36rem;
  background: url("../assets/images/newimgs/图层\ 610.png");
  margin-top: -1.55rem;
  float: right;
  margin-right: 0.2rem;
  background-size: 100% 100%;
  background-position: center;
}

.center-content .center-content-aboutUs .center-content-aboutUs-right .img-content .logo4 {
  height: 0.5rem;
  width: 2.36rem;
  background: url("../assets/images/newimgs/致源投资.png");
  margin-top: -0.55rem;
  float: right;
  margin-right: 0.2rem;
  background-size: 100% 100%;
  background-position: center;
}

.center-content .center-content-aboutUs .center-content-aboutUs-right .img-content img {
  width: 100%;
  height: 100%;
}

/* 关于我们栅格系统 */

/* 优势 */
.center-content .center-content-superiority {
  width: 100%;
  /* margin-top: 1rem; */
  position: relative;
  /* background: url("../assets/images/newimgs/图层\ 0.png"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.center-content .center-content-superiority .blue-container {
  width: 12rem;
  margin: 0 auto;
  margin-top: 0.05rem;
}

.center-content .center-content-superiority .blue {
  margin: 0 auto;
  height: 0.04rem;
}

.center-content .center-content-superiority .content {
  width: 100%;
  height: 5.7rem;
  margin-top: 0.94rem;
  background: url("../assets/images/newimgs/product_bg.png");
  background-size: 100% 100%;
  position: relative;
  /* width: 12rem;
  height: 2.7rem;
  margin: 0 auto;
  color: #333;
  margin-top: 0.5rem; */
}
.center-content .center-content-superiority .content-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.center-content .center-content-superiority .left {
  right: 56.5%;
}
.center-content .center-content-superiority .right {
  left: 56.5%;
}
.center-content .center-content-superiority .content-item {
  display: flex;
  align-items: center;
}
.center-content .center-content-superiority .content-item .content-item-type {
  margin-left: 1rem;
  font-size: 0.37rem;
  letter-spacing: 1px;
}
.center-content .center-content-superiority .right .content-item-type {
  margin-right: 1rem;
  margin-left: 0;
}
.center-content .center-content-superiority .content-item .content-item-list {
  display: flex;
  flex-direction: column;
}
.center-content .center-content-superiority .content-item .content-item-list .content-item-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0.8rem;
  position: relative;
  font-size: 0.24rem;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
}
.center-content .center-content-superiority .left .content-item-list .content-item-list-item img {
  width: 0.34rem;
  position: absolute;
  right: -0.2rem;
  transform: translateX(100%);
}
.center-content .center-content-superiority .right .content-item-list .content-item-list-item img {
  width: 0.33rem;
  position: absolute;
  left: -0.2rem;
  transform: translateX(-100%);
}
.center-content .center-content-superiority .right .content-item-list .content-item-list-item {
  align-items: flex-start;
}
.center-content .center-content-superiority .content-item .content-item-list .content-item-list-item:first-child {
  margin-top: 0;
}
.center-content .center-content-superiority .content-item .content-item-list .content-item-list-item span:first-child {
  font-size: 0.26rem;
  margin-bottom: 0.1rem;
  font-weight: 500;
}

@media screen and (max-width: 1800px) and (min-width: 1400px) {
  .center-content .center-content-news {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1000px) {
  .center-content .center-content-news {
    margin-top: -0.1rem !important;
  }
}

.center-content-businessDomain {
  /* max-width: 14rem; */
  margin: 0 auto;
  /* height: 9.7rem; */
  color: #000;
  position: relative;
  /* margin-top: 1.1rem; */
  letter-spacing: 0.01rem;
}

.center-content-businessDomain .new-title {
  margin-top: 1.4rem;
}

.center-content-businessDomain .title {
  width: 2rem;
  height: 0.58rem;
  left: 0;
  font-size: 0.3rem;
  font-weight: bold;
  top: 1rem;
  position: absolute;
}

.center-content-businessDomain .babaozhou {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  background-color: rgb(246, 247, 251);
  padding: 0 1rem;
}

.center-content-businessDomain .babaozhou .babaozhou-left {
  width: 8.21rem;
  height: 8.61rem;
  background: url("../assets/images/newimgs/产品/八保舟背景.png");
  background-size: 100% 100%;
  position: relative;
}

.center-content-businessDomain .babaozhou .babaozhou-left .logo1 {
  width: 0.92rem;
  height: 1.18rem;
  position: absolute;
  top: 3rem;
  right: 0.2rem;
  background: url("../assets/images/newimgs/产品/范围广.png");
  background-size: 100% 100%;
}

.center-content-businessDomain .babaozhou .babaozhou-left .logo2 {
  width: 1.38rem;
  height: 1.63rem;
  position: absolute;
  top: 2rem;
  left: 0.2rem;
  background: url("../assets/images/newimgs/产品/车型多.png");
  background-size: 100% 100%;
}

.center-content-businessDomain .babaozhou .babaozhou-left .logo3 {
  width: 1.24rem;
  height: 1.6rem;
  position: absolute;
  top: 4.5rem;
  left: 0.7rem;
  background: url("../assets/images/newimgs/产品/速度快.png");
  background-size: 100% 100%;
}

.center-content-businessDomain .babaozhou .babaozhou-left .logo4 {
  width: 1.18rem;
  height: 1.48rem;
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  background: url("../assets/images/newimgs/产品/首付低.png");
  background-size: 100% 100%;
}

.center-content-businessDomain .babaozhou .babaozhou-right {
  height: 7rem;
  width: 4.25rem;
  position: relative;
}

.center-content-businessDomain .babaozhou .babaozhou-right a {
  color: #0081d6;
  font-family: "siyuan";
}

.center-content-businessDomain .babaozhou .babaozhou-right .logo {
  width: 0.82rem;
  height: 0.82rem;
  background: url("../assets/images/newimgs/产品/八保舟logo.png");
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.8rem;
}

.center-content-businessDomain .babaozhou .babaozhou-right .title {
  font-weight: bold;
  font-size: 0.3rem;
  position: absolute;
  top: 2rem;
}

.center-content-businessDomain .babaozhou .babaozhou-right .content {
  position: absolute;
  top: 2.5rem;
  font-size: 0.22rem;
  line-height: 0.4rem;
  letter-spacing: 0.01rem;
}

.center-content-businessDomain .babaozhou .babaozhou-right .moremessage {
  position: absolute;
  bottom: 1.2rem;
  font-size: 0.18rem;
}

.center-content-businessDomain .youzonguan {
  height: 6rem;
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.center-content-businessDomain .youzonguan .youzonguan-left {
  width: 4.5rem;
  height: 100%;
  position: relative;
}

.center-content-businessDomain .youzonguan .youzonguan-left .left-logo {
  width: 0.83rem;
  height: 0.83rem;
  position: absolute;
  background: url("../assets/images/newimgs/产品/油总管logo.png");
  background-size: 100% 100%;
  top: 0.8rem;
}

.center-content-businessDomain .youzonguan .youzonguan-left .title {
  top: 2rem;
  position: absolute;
  font-size: 0.3rem;
  font-weight: bold;
}

.center-content-businessDomain .youzonguan .youzonguan-left .content {
  top: 2.5rem;
  position: absolute;
  font-size: 0.22rem;
  line-height: 0.4rem;
  letter-spacing: 0.01rem;
}

.center-content-businessDomain .youzonguan .youzonguan-left .QR-code {
  width: 1.12rem;
  height: 1.12rem;
  background: url("../assets/images/newimgs/产品/二维码.png");
  background-size: 100% 100%;
  top: 4.5rem;
  position: absolute;
}

.center-content-businessDomain .youzonguan .youzonguan-left span {
  top: 4.9rem;
  left: 1.4rem;
  font-size: 0.18rem;
  font-weight: bold;
  position: absolute;
}

.center-content-businessDomain .youzonguan .youzonguan-right {
  width: 6rem;
  height: 100%;
  position: relative;
}

.center-content-businessDomain .youzonguan .youzonguan-right .center {
  width: 2.98rem;
  height: 5.54rem;
  background: url("../assets/images/newimgs/产品/油总管配图.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.center-content-businessDomain .youzonguan .youzonguan-right .logo1 {
  width: 0.93rem;
  height: 1rem;
  background: url("../assets/images/newimgs/产品/方便.png");
  background-size: 100% 100%;
  position: absolute;
  top: 2.3rem;
  left: 0;
}

.center-content-businessDomain .youzonguan .youzonguan-right .logo1-text {
  position: absolute;
  top: 3.4rem;
  left: 0.05rem;
  font-size: 0.2rem;
}

.center-content-businessDomain .youzonguan .youzonguan-right .logo2 {
  width: 0.96rem;
  height: 0.88rem;
  background: url("../assets/images/newimgs/产品/1v1.png");
  background-size: 100% 100%;
  position: absolute;
  top: 4.3rem;
  left: 0.2rem;
}

.center-content-businessDomain .youzonguan .youzonguan-right .logo2-text {
  position: absolute;
  top: 5.3rem;
  left: 0.05rem;
  font-size: 0.2rem;
}

.center-content-businessDomain .youzonguan .youzonguan-right .logo3 {
  width: 0.96rem;
  height: 0.88rem;
  background: url("../assets/images/newimgs/产品/折扣.png");
  background-size: 100% 100%;
  position: absolute;
  top: 1.9rem;
  right: 0.2rem;
}

.center-content-businessDomain .youzonguan .youzonguan-right .logo3-text {
  position: absolute;
  top: 2.9rem;
  right: 0.25rem;
  font-size: 0.2rem;
}

.center-content-businessDomain .youzonguan .youzonguan-right .logo4 {
  width: 0.94rem;
  height: 0.94rem;
  background: url("../assets/images/newimgs/产品/保障.png");
  background-size: 100% 100%;
  position: absolute;
  top: 4rem;
  right: 0.2rem;
}

.center-content-businessDomain .youzonguan .youzonguan-right .logo4-text {
  position: absolute;
  top: 5rem;
  right: 0.25rem;
  font-size: 0.2rem;
}

.center-content-businessDomain .Digital-Marketing {
  width: 100%;
  height: 3rem;
  float: left;
  position: relative;
  margin-top: 1rem;
}

.center-content-businessDomain .Digital-Marketing .logo {
  width: 0.82rem;
  height: 0.82rem;
  background: url("../assets/images/newimgs/产品/数字营销.png");
  background-size: 100% 100%;
  position: absolute;
}

.center-content-businessDomain .Digital-Marketing .title {
  position: absolute;
  top: 1.3rem;
}

.center-content-businessDomain .Digital-Marketing .content {
  width: 7.71rem;
  position: absolute;
  top: 2rem;
  font-size: 0.22rem;
  letter-spacing: 0.01rem;
}
/* .learninzbo{
  margin-top: 1.2rem;
} */
/* 团队力量 */
/* .center-content .learninzbo-head .new-title {
  margin-top: 0;
} */
.center-content .teamstrength {
  margin-top: 1.2rem;
}
.center-content .teamstrength img {
  width: 100%;
}
/* 学在中之保 */
.center-content .learninzbo-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center-content .learninzbo-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
  margin-top: 1.05rem;
}
.center-content .learninzbo-content-item {
  margin-right: 0.5rem;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.center-content .learninzbo-content-item:last-child {
  margin-right: 0;
}
.center-content .learninzbo-content-item img {
  max-width: 4.22rem;
}
.center-content .learninzbo-content-item p {
  font-size: 0.22rem;
  color: #333;
  font-weight: 500;
  padding: 0.2rem 0;
  text-align: center;
}
/* 丰富的员工生活 */
.center-content .richlife-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center-content .richlife-content {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 60%; */
  margin: 0 auto;
  margin-top: 1rem;
}
.richlife-content-indicators {
  margin-right: 0.5rem;
}
.richlife-content-indicators-item {
  padding: 0.2rem 0.23rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 4.72rem;
  cursor: pointer;
  background-clip: padding-box;
  border-radius: 10px 10px 10px 10px;
}
.richlife-content-indicators .active {
  background: #387fd0;
}
.richlife-content-indicators .active .richlife-content-indicators-item-left-logo{
  font-size: 30px;
  color: #fff;
}

.richlife-content-indicators-item-left {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.richlife-content-indicators-item .richlife-content-indicators-item-left-logo {
  font-size: 24px;
  color: #000;
  letter-spacing: 1px;
  margin-right: 0.2rem;
}
.richlife-content-indicators-item-left-text {
  color: #000;
  display: flex;
  flex-direction: column;
}
.richlife-content-indicators-item-left-text span {
  font-size: 0.22rem;
  font-weight: bold;
  margin-top: 0.1rem;
  color: #666;
  white-space: nowrap;
}
.richlife-content-indicators .active {
  box-shadow: 0px 6px 6px 1px rgba(56, 127, 208, 0.2);
}
.richlife-content-indicators .active .richlife-content-indicators-item-left-text span {
  color: #fff !important;
}
.richlife-content-indicators .active .richlife-content-indicators-item-left-logo img {
  max-width: 0.4rem;
}
.richlife-content-indicators-item-left-text span:last-child {
  font-size: 0.16rem;
  font-weight: 400;
  color: #999;
}
.center-content .richlife-content-carousel {
  width: 10.3rem;
}
.center-content .richlife-content-carousel .carousel-item {
  width: 10.72rem;
  height: 6.02rem;
}
.center-content .richlife-content-carousel .carousel-item img {
  object-fit: cover;
}
.center-content .richlife-content-carousel .carousel-indicators {
  bottom: -0.2rem;
}
.center-content .richlife-content-carousel .carousel-indicators li {
  border: 1px solid #d8d8d8;
  height: 0.08rem;
}
.center-content .richlife-content-carousel .carousel-indicators .active {
  background: #387fd0;
}
/* 企业荣誉 */
.center-content .enterprise-honor {
  width: 100%;
  /* height: 9.95rem; */
  background-color: red;
  background: url("../assets/images/newimgs/honor_bg.png");
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-top: 1rem;
}
.center-content .enterprise-honor-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 0.56rem;
}
.center-content .enterprise-honor-header span {
  color: #fff;
  margin-top: 0;
}
.center-content .enterprise-honor-content {
  width: 68%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 1rem; */
  padding: 0.56rem;
}
.center-content .enterprise-honor-content .enterprise-honor-content-item {
  margin: 0.4rem 0.8rem;
  white-space: nowrap;
  font-size: 0.22rem;
  color: #fff;
  font-weight: 500;
  /* letter-spacing: 1px; */
  position: relative;
}
.center-content .enterprise-honor-content .enterprise-honor-content-item::before {
  content: "";
  background: url("../assets/images/newimgs/hhhs_left.png");
  width: 0.5rem;
  height: 0.6rem;
  background-size: 100% 100%;
  position: absolute;
  top: -0.15rem;
  left: -0.5rem;
}
.center-content .enterprise-honor-content .enterprise-honor-content-item::after {
  content: "";
  background: url("../assets/images/newimgs/hhhs_right.png");
  width: 0.5rem;
  height: 0.6rem;
  background-size: 100% 100%;
  position: absolute;
  top: -0.15rem;
  right: -0.5rem;
}

/* 多元业务 */
.center-content .diversified {
  width: 60%;
  margin: 0 auto;
}
.center-content .diversified-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.center-content .diversified-indicators {
  display: flex;
  justify-content: center;
  font-size: 0.18rem;
  font-weight: 500;
  margin: 0.6rem 0 1rem 0;
}

.center-content .diversified-indicators-item {
  width: 1.96rem;
  height: 1.73rem;
  background: #fff;
  margin-left: 9px;
  display: flex;
  flex-direction: column;
  border: 3px solid #387fd0;
  border-radius: 10px 10px 10px 10px;
  padding: 7px;
  cursor: pointer;
  position: relative;
}
.center-content .diversified-indicators-item:first-child {
  margin-left: 1rem;
}
.center-content .diversified-indicators-item:first-child:before {
  content: "";
  background: url("https://jy.zzbjr.cn/zzbjr/diversified_car_1.png");
  position: absolute;
  width: 3.26rem;
  height: 1.61rem;
  background-size: 100% 100%;
  transform: translateX(-42%) translateY(45%);
}
.center-content .diversified-indicators-item:last-child::after {
  content: "";
  background: url("https://jy.zzbjr.cn/zzbjr/diversified_car_2.png");
  position: absolute;
  width: 2.09rem;
  height: 1.2rem;
  background-size: 100% 100%;
  transform: translateX(2%) translateY(95%);
}
.center-content .diversified .carousel-control-prev {
  transform: translateX(-100%);
  cursor: pointer;
  opacity: 1;
}
.center-content .diversified .carousel-control-next {
  transform: translateX(100%);
  cursor: pointer;
  opacity: 1;
}
.center-content .diversified .carousel-control-next-icon {
  background-image: url("https://jy.zzbjr.cn/zzbjr/carousel-control-next-icon.png");
  background-size: 100% 100%;
  width: 0.6rem;
  height: 0.6rem;
}
.center-content .diversified .carousel-control-prev-icon {
  background-image: url("https://jy.zzbjr.cn/zzbjr/carousel-control-prev-icon.png");
  background-size: 100% 100%;
  width: 0.6rem;
  height: 0.6rem;
}
.center-content .diversified-indicators .active {
  background: #387fd0;
}
.center-content .diversified-indicators-item-self {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 50%;
}
.center-content .diversified-indicators-item-self img {
  width: 0.46rem;
  height: 0.45rem;
}
.center-content .diversified-indicators-item:nth-child(2) .diversified-indicators-item-self img {
  width: 0.36rem;
}
.center-content .diversified-indicators-item:nth-child(4) .diversified-indicators-item-self img {
  width: 0.26rem;
}
.center-content .diversified-indicators-item:nth-child(6) .diversified-indicators-item-self img {
  width: 0.36rem;
}
.center-content .diversified-indicators-item-self:last-child {
  background: #387fd0;
  border-radius: 10px 10px 10px 10px;
}
.center-content .diversified-indicators .active .diversified-indicators-item-self:last-child {
  background: #fff;
  color: #387fd0;
}

/* 企业要闻 */
.development {
  width: 100%;
  min-height: 13.3rem;
  padding-top: 0.12rem;
  background-color: #fff;
}

.development {
  letter-spacing: 0.01rem;
}

.center-content-development {
  width: 12rem;
  margin: 0 auto;
  color: #000;
  min-height: 12.3rem;
}

/* .center-content-development .new-title {
  width: 12rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
} */

.center-content-development .blue {
  margin: 0.05rem auto;
}

.center-content-development .text,
.center-content-development .last span,
.center-content-development .more-container {
  font-family: "siyuan";
}

.center-content-development .top-container {
  width: 13rem;
  height: 16.8rem;
  margin-top: 1rem;
  /* background: url("../assets/images/newimgs/发展历程/节点.png"); */
  /* background-color: #0081d6; */
  /* background-size: contain; */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  position: relative;
}
.center-content-development .top-container::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #387fd0;
  left: 50%;
  transform: translateX(-50%);
}

.center-content-development .top-container .item:nth-child(odd) {
  width: 5.5rem;
  position: relative;
  margin-top: 1.5rem;
}
.center-content-development .top-container .item:first-child {
  margin-top: 0;
}
.center-content-development .top-container .item:nth-child(even) {
  width: 5.5rem;
  position: absolute;
  right: 0;
}
.center-content-development .top-container .item:nth-child(odd) ::before {
  content: "";
  position: absolute;
  left: 6.5rem;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transform: translateX(-50%);
  background-color: #387fd0;
  z-index: 1;
}
.center-content-development .top-container .item:nth-child(odd) ::after {
  content: "";
  position: absolute;
  left: 6.5rem;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  overflow: hidden;
  border: 2px solid #387fd0;
}

.center-content-development .top-container .item:nth-child(even) ::before {
  content: "";
  position: absolute;
  right: 6.5rem;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transform: translateX(50%);
  background-color: #387fd0;
  z-index: 1;
}

.center-content-development .top-container .item:nth-child(even) ::after {
  content: "";
  position: absolute;
  right: 6.5rem;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transform: translateX(50%);
  background-color: #fff;
  overflow: hidden;
  border: 2px solid #387fd0;
}

.center-content-development .top-container .item:nth-child(odd) p {
  text-align: right;
}
.center-content-development .top-container .item:nth-child(even) p {
  text-align: left;
}

/* .center-content-development .top-container span {
  font-size: 0.18rem;
} */

.center-content-development .top-container p {
  font-size: 0.19rem;
  font-weight: 500;
  color: #555;
}
.center-content-development .top-container p:first-child {
  font-size: 0.26rem;
  color: #111;
  font-weight: bold;
  line-height: 0.5rem;
}

.center-content-development .top-container .item-content {
  margin-top: 0.3rem !important;
  width: 100%;
}
.center-content-development .top-container .item-content img {
  width: 100%;
  border-radius: 10px;
}

/* .center-content-development .top-container .item1 .item-content {
  background: url("https://jy.zzbjr.cn/zzbjr/development20251.png");
  background-size: 100% 100%;
} */

.center-content-development .top-container .item2 {
  top: 3.5rem;
  right: 0;
}
/* 
.center-content-development .top-container .item2 .item-content {
  background: url("../assets/images/newimgs/development_2.png");
  background-size: 100% 100%;
} */

/* .center-content-development .top-container .item3 .item-content {
  background: url("../assets/images/newimgs/development_8.png");
  background-size: 100% 100%;
} */

.center-content-development .top-container .item4 {
  top: 11rem;
  right: 0;
}

/* .center-content-development .top-container .item4 .item-content {
  background: url("../assets/images/newimgs/development_3.png");
  background-size: 100% 100%;
} */

.center-content-development .more-container {
  width: 1.3rem;
  height: 0.5rem;
  margin: 0 auto;
  font-size: 0.18rem;
  margin-top: 0.3rem;
  line-height: 0.5rem;
  position: relative;
  cursor: pointer;
}

.center-content-development .botoom-container {
  top: -3rem;
  width: 13rem;
  display: none;
  margin-bottom: -1rem;
  position: relative;
}

.center-content-development .botoom-container::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #387fd0;
  left: 50%;
  transform: translateX(-50%);
}

.center-content-development .botoom-container .item-content {
  margin-top: 0.3rem !important;
  width: 100%;
}

.center-content-development .botoom-container .item-content img {
  width: 100%;
  border-radius: 10px;
}

.center-content-development .botoom-container .item:nth-child(odd) {
  width: 5.5rem;
  position: relative;
  margin-top: 2.5rem;
}

.center-content-development .botoom-container .item:nth-child(even) {
  width: 5.5rem;
  position: absolute;
  right: 0;
}

.center-content-development .botoom-container span {
  font-size: 0.18rem;
}
.center-content-development .botoom-container .item:nth-child(odd)::before {
  content: "";
  position: absolute;
  left: 6.5rem;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transform: translateX(-50%);
  background-color: #387fd0;
  z-index: 1;
}
.center-content-development .botoom-container .item:nth-child(odd) ::after {
  content: "";
  position: absolute;
  left: 6.5rem;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  overflow: hidden;
  border: 2px solid #387fd0;
}
.center-content-development .botoom-container .item:nth-child(even) ::before {
  content: "";
  position: absolute;
  right: 6.5rem;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transform: translateX(50%);
  background-color: #387fd0;
  z-index: 1;
}

.center-content-development .botoom-container .item:nth-child(even) ::after {
  content: "";
  position: absolute;
  right: 6.5rem;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transform: translateX(50%);
  background-color: #fff;
  overflow: hidden;
  border: 2px solid #387fd0;
}
.center-content-development .botoom-container .item:nth-child(odd) p {
  text-align: right;
}

.center-content-development .botoom-container .item:nth-child(even) p {
  text-align: left;
}

.center-content-development .botoom-container p {
  font-size: 0.19rem;
  font-weight: 500;
  color: #555;
}

.center-content-development .botoom-container p:first-child {
  font-size: 0.26rem;
  color: #111;
  font-weight: bold;
  line-height: 0.5rem;
}

.center-content-development .botoom-container .item1 {
  left: 0;
}

.center-content-development .botoom-container .item2 {
  top: 6rem;
}

.center-content-development .botoom-container .item4 {
  top: 13.2rem;
}

.center-content-development .botoom-container .item6 {
  top: 19.87rem;
}

.center-content-development .botoom-container .item8 {
  top: 26.5rem;
}

.center-content-development .botoom-container .item10 {
  top: 33rem;
}

.center-content-development .botoom-container .item12 {
  top: 38rem;
}
.center-content-development .botoom-container .item14 {
  top: 47rem;
}
.center-content-development .botoom-container .item15 {
  margin-bottom: 2rem;
}
.center-content-development .botoom-container .item16 {
  top: 53rem;
}

.center-content-development .more-container .icon {
  width: 0.32rem;
  height: 0.18rem;
  position: absolute;
  line-height: 0.5rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../assets/images/newimgs/发展历程/查看更多.png");
  background-size: 100% 100%;
}

.center-content-development .last {
  text-align: center;
  display: none;
  margin-top: 0.2rem;
}

.center-content-development .last .logo {
  width: 5.5rem;
  background: rgb(56, 127, 208);
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

.center-content-development .last .logo img {
  width: 100%;
  /* padding: 0.2rem 0; */
}
.center-content-development .last p {
  font-size: 0.26rem;
  color: #111;
  font-weight: bold;
  line-height: 0.5rem;
}
.center-content-development .last .up {
  width: 0.34rem;
  height: 0.22rem;
  margin: 0.2rem auto;
  cursor: pointer;
  background: url("../assets/images/newimgs/发展历程/up.png");
  background-size: 100% 100%;
}

/* 业务版图  合作伙伴*/
.center-content .bussiness-container {
  width: 100%;
  height: 11.62rem;
  margin-top: 1.57rem;
}

.bussiness-container-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.center-content .center-content-businessMap {
  width: 100%;
  height: 9.68rem;
  background: url("../assets/images/newimgs/业务分布/地图背景.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.center-content .map-container {
  width: 12rem;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 8rem;
  margin: auto;
}

.center-content .center-content-businessMap-partner {
  width: 12rem;
  height: 8rem;
  overflow: hidden;
  border-radius: 50px;
  background: #fff;
  box-shadow: -1px 1px 11px #cadaee;
  position: relative;
}

.center-content-businessMap .new-title {
  color: #fff;
}

.center-content-businessMap .blue {
  background-color: #fff;
  position: absolute;
  margin-top: 0;
  top: 1.37rem;
  left: 0;
  right: 0;
  margin: auto;
}

.center-content .center-content-businessMap .text-content {
  width: 12rem;
  margin: 0 auto;
  height: 1rem;
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: space-between;
  position: relative;
  top: 0.4rem;
}

.center-content .center-content-businessMap .text-content .item {
  width: 32%;
  height: 2rem;
  color: #fff;
}

.center-content .center-content-businessMap .text-content .item .first {
  font-size: 0.54rem;
  font-weight: 600;
}

.center-content .center-content-businessMap .text-content .item .first span {
  font-size: 0.48rem;
  font-weight: 600;
}

.center-content .center-content-businessMap .text-content .item p {
  font-size: 0.26rem;
}

/* 图片排版 */
.center-content-businessMap-partner .mapImg {
  position: absolute;
  top: 0.2rem;
  /* height:6.5rem; */
  /* width:10rem; */
  height: 7.6rem;
  width: 100%;
}

.mapImg canvas {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  /* width: 757px !important;
    height: 500px !important;
    margin: auto !important; */
}

.mapImg .map-carousel {
  position: absolute;
  top: 3.45rem;
  left: 0.8rem;
  width: 3.5rem;
  height: 2.3rem;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
  border-radius: 0.1rem;
  /* border: 3px solid #8bcdf2c7; */
}

.map-carousel::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  display: block;
  width: 25px;
  height: 25px;
  background: url("../assets/images/chinaMap/banner/border-t.png") no-repeat center;
}

.map-carousel::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  right: -0.25rem;
  display: block;
  width: 25px;
  height: 25px;
  transform: rotateZ(180deg);
  background: url("../assets/images/chinaMap/banner/border-t.png") no-repeat center;
}

.map-carousel .header {
  border-radius: 0.06rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #bce0f5;
  height: 0.5rem;
  border: 3px solid #8bcdf2c7;
  border-bottom: none;
  line-height: 0.43rem;
  font-weight: 400;
  text-align: center;
  color: #2680d1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.map-carousel .header .title {
  padding: 0 6px;
  font-weight: 600;
  font-size: 0.2rem;
  letter-spacing: 1px;
  margin-bottom: 0.02rem;
}

.map-carousel .header .point {
  font-weight: bolder;
  font-size: 0.3rem;
  margin-bottom: 0.05rem;
}

.map-carousel .body {
  position: relative;
  /* top: -10px;
    padding-top: 10px; */
  cursor: not-allowed;
  border: 3px solid #8bcdf2c7;
  height: calc(100% - 0.5rem);
  border-top: 0;
  border-bottom-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}

.map-carousel .body .banner {
  position: relative;
  height: 100%;
}

.map-carousel .body .main-area {
  position: absolute;
  /* width: 280px; */
  /* height: 170px; */
  width: 2.4rem;
  height: calc((256 / 423) * 2.4rem);
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.map-carousel .body ul {
  position: relative;
}

.map-carousel .body li {
  list-style: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  opacity: 0;
  transition: all 1s ease-in;
}

.map-carousel .body li.current {
  opacity: 1;
}

.map-carousel .body li img {
  width: 100%;
}

.map-carousel .body .left,
.map-carousel .body .right {
  position: absolute;
  width: 0.15rem;
  height: 0.15rem;
  background: rgb(190, 190, 190);
  top: 50%;
  margin-top: -0.25rem;
}

.map-carousel .body .left {
  left: 0.2rem;
  background: url("../assets/images/chinaMap/banner/arrow-left.png") no-repeat 100%/100%;
}

.map-carousel .body .right {
  right: 0.2rem;
  background: url("../assets/images/chinaMap/banner/arrow-right.png") no-repeat 100%/100%;
}

/* .mapImg .census{
    position: absolute;
    top: 1rem;
    right: 1.3rem;
    width: calc((251/480) * 5rem);
    height: 5rem;
    background: url('../assets/images/chinaMap/banner/census.png') no-repeat 100%/100%;
} */
.mapImg .census {
  position: absolute;
  top: 1rem;
  right: 1.3rem;
  width: calc((251 / 480) * 5rem);
  height: 5rem;
}

.mapImg .census .others {
  width: 100%;
  /* height: 4.125rem; */
  padding-top: calc((330 / 251) * 100%);
  background: url("../assets/images/chinaMap/banner/census2.png") no-repeat 100%/100%;
}

.mapImg .census .left-title {
  color: #000;
  margin-bottom: 0.8rem;
}

.mapImg .census .left-title h1 {
  font-size: 0.34rem;
}

.mapImg .census .left-title p {
  padding-top: 0.05rem;
  font-size: 0.24rem;
}

/* .mapImg .carousel-control{
     width:3.08rem;
     height:1.06rem;
     background:rgb(29,29,29);
     right:0;
     bottom:-0.32rem;
     position:absolute;
     z-index:999999
 }
 .mapImg .carousel-title-wrap{
     background:rgb(29,29,29);
     height:0.4rem;
     top:6.23rem;
     padding:0 0.3rem;
     right:3.08rem;
     position:absolute;
     line-height:0.4rem;
     font-size:0.16rem;
     text-align:center;
     z-index:9999;
 }
 .mapImg .carousel-control .carousel-control-prev img{
     width:0.55rem;
     margin-left:0.3rem;
 }
 .mapImg .carousel-control .carousel-control-next img{
     width:0.55rem;
     margin-right:0.3rem;
 } */
/*app端轮播标题位置*/
.carousel-app .carousel-title {
  z-index: 9999 !important;
  height: 1.4rem;
  color: #fff;
  background: black;
  right: 0;
  top: 11.4rem;
  position: absolute;
  text-align: center;
  font-size: 0.55rem;
  line-height: 1.4rem;
  padding: 0 1rem;
}

.carousel-app img {
  width: 100%;
}

/* .mapImg img{
    width: 100%;
} */
.center-content-businessMap-partner .carImg {
  position: absolute;
  right: 0rem;
  top: 10.5rem;
  height: 10.4rem;
  text-align: right;
}

.carImg img {
  height: 53%;
  width: auto;
}

.center-content-businessMap-partner .wraper {
  max-width: 11.96rem;
  /* height: 16.26rem; */
  height: 100%;
  background: rgb(255, 255, 255);
  position: relative;
  margin: 0 auto;
}

.wraper .center-content-businessMap-left {
  height: 8.43rem;
  width: 11.24rem;
}

.center-content-businessMap-left img {
  width: 100%;
}

.wraper .center-content-businessMap-right {
  position: absolute;
  top: 2rem;
  right: 0rem;
  min-width: 3.9rem;
  padding-bottom: 0.46rem;
}

.center-content-businessMap-right-title {
  width: 100%;
  padding-bottom: 0.46rem;
  border-bottom: 5.4px solid rgb(44, 44, 44);
}

.center-content-businessMap-right-title h1 {
  font-size: 0.34rem;
  font-weight: bold;
  color: #000;
  /* font-family:"defBin"; */
}

.center-content-businessMap-right-title p {
  font-size: 0.24rem;
  /* font-family:"dada"; */
  padding-top: 8px;
  color: #000;
}

.center-content-businessMap-right-content {
  padding-top: 0.42rem;
}

.center-content-businessMap-right-content h3 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #000;
  padding-bottom: 0.22rem;
  /* font-family: "xixi"; */
}

/* .center-content-businessMap-right-content p{
    font-size: 0.18rem;
    margin-top: -15px;
    line-height: 0.55rem;
    color: #000;
    letter-spacing: 1px;
} */
.center-content-businessMap-right-content .one {
  font-size: 0.18rem;
  line-height: 0.43rem;
  height: 0.43rem;
  color: #000;
  letter-spacing: 1.5px;
  /* font-family:"dada"; */
}

.center-content-businessMap-right-content .two {
  font-size: 0.18rem;
  line-height: 0.43rem;
  height: 0.43rem;
  color: #000;
  letter-spacing: 0.34px;
  /* font-family:"dada"; */
}

.center-content-businessMap-right-content .three {
  font-size: 0.18rem;
  line-height: 0.43rem;
  height: 0.43rem;
  height: 0.43rem;
  color: #000;
  letter-spacing: 1.6px;
  /* font-family:"dada"; */
}

.center-content-businessMap-right-content .four {
  font-size: 0.18rem;
  line-height: 0.43rem;
  height: 0.43rem;
  color: #000;
  letter-spacing: 1.2px;
  /* font-family:"dada"; */
}

.center-content-businessMap-right-content .five,
.center-content-businessMap-right-content .six {
  font-size: 0.18rem;
  line-height: 0.43rem;
  height: 0.43rem;
  color: #000;
  letter-spacing: 1.2px;
  /* font-family:"dada"; */
}

.center-content-partner-left {
  position: absolute;
  left: 0rem;
  top: 11.1rem;
  z-index: 9999;
}

.center-content-partner-left .center-content-partner-left-title {
  width: 3.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 5.4px solid rgb(44, 44, 44);
}

.center-content-partner-left-title h1 {
  font-size: 0.34rem;
  /* font-weight: bold; */
  /* font-family: "defBin"; */
  color: #000;
}

.center-content-partner-left-title p {
  font-size: 0.24rem;
  color: #000;
  margin-top: 4px;
  /* font-family:"dada"; */
}

.center-content-partner-left-content {
  padding-top: 0.42rem;
}

.center-content-partner-left-content .high-quality-partner h1 {
  /* font-family:"xixi"; */
}

.center-content-partner-left-content .high-quality-partner ul {
  width: 5.66rem;
  display: flex;
  flex-wrap: wrap;
  /* font-family:"dada"; */
  margin-top: -1%;
}

.center-content-partner-left-content .high-quality-partner ul li {
  display: inline-block;
}

.center-content-partner-left-content .high-quality-partner ul li a {
  font-size: 0.16rem;
  display: block;
  margin-right: 0.3rem;
  margin-bottom: 0.2rem;
}

.center-content-partner-left-content .high-quality-partner ul li a:hover {
  cursor: default;
}

.center-content-partner-left-content div .title {
  font-size: 0.16rem;
  padding-bottom: 0.36rem;
  font-weight: bold;
  /* font-family:"xixi"; */
  color: #000;
  letter-spacing: 1px;
}

.center-content-partner-left-content .high-quality-brand h1 {
  /* font-family:"xixi"; */
  font-weight: bold;
  margin-top: -3%;
  letter-spacing: 1px;
}

.center-content-partner-left-content .high-quality-brand ul {
  width: 7.5rem;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.center-content-partner-left-content .high-quality-brand ul li a {
  display: block;
  margin-right: 0.2rem;
  font-size: 0.16rem;
  margin-bottom: 0.25rem;
  /* font-family: "dada"; */
}

.center-content-partner-left-content .high-quality-brand ul li a:hover {
  cursor: default;
}

/* 合作伙伴 */
.center-content-partnerment {
  width: 100%;
  color: #000;
  /* max-width: 12rem; */
  /* margin: 0 auto; */
  margin-top: 0.4rem;
  /* position: relative; */
}
.center-content-partnerment-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .center-content-partnerment .new-title {
  position: absolute;
  margin-top: 0;
}

.center-content-partnerment .blue {
  position: absolute;
  top: 0.63rem;
} */

.center-content-partnerment .content {
  width: 55%;
  height: 17.16rem;
  background: url("https://jy.zzbjr.cn/zzbjr/partnerment.png");
  background-size: 100% 100%;
  margin-top: 0.5rem;
  /* top: 1.4rem; */
  /* position: absolute; */
}

/* 加入我们  */
.center-content-joinus {
  width: 100%;
  height: 4.73rem;
  background: url("https://jy.zzbjr.cn/zzbjr/joinUs.png");
  background-size: 100% 100%;
  margin-top: 1.48rem;
  position: relative;
  color: #000;
}

.center-content-joinus .new-title {
  position: absolute;
  left: 0.5rem;
  top: 0.8rem;
  margin-top: 0;
}

/* .center-content-joinus .blue {
  position: absolute;
  left: 0.5rem;
  top: 1.4rem;
  margin-top: 0;
} */

.center-content-joinus .btns {
  /* width: 3.6rem; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.4rem;
  display: flex;
  justify-content: space-between;
}

.center-content-joinus .boss,
.center-content-joinus .qiancheng {
  width: 1.6rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 100px;
  font-size: 0.23rem;
  text-align: center;
  line-height: 0.5rem;
  color: #2680d1;
  border: none;
}

/* 底部 */
.center-content .bottom-footer {
  height: 3.53rem;
  width: 100%;
  /* margin-top: 1.52rem; */
  background: #2680d0;
}

.center-content .bottom-footer .content {
  height: 3.53rem;
  max-width: 12rem;
  margin: 0 auto;
  display: flex;
  font-size: 0.16rem;
  justify-content: space-between;
}

.center-content .bottom-footer .content .logo {
  width: 2.51rem;
  height: 1.91rem;
  margin-top: 0.85rem;
  background: url("../assets/images/newimgs/底部logo.png");
  background-size: 100% 100%;
}

.center-content .bottom-footer .content .message {
  height: 1.91rem;
  margin-top: 0.85rem;
  width: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.center-content .bottom-footer .content .message .item {
  width: 6rem;
  height: 0.7rem;
  font-size: 0.2rem;
}

.center-content .bottom-footer .content .message .phone {
  height: 0.7rem;
  margin-left: 0.25rem;
  float: left;
}

.center-content .bottom-footer .content .message .icon1 {
  width: 0.36rem;
  height: 0.4rem;
  float: left;
  display: block;
  background: url("../assets/images/newimgs/电话.png");
  background-size: 100% 100%;
}

.center-content .bottom-footer .content .message .phone p {
  font-size: 0.36rem;
  font-weight: 600;
  font-family: phoneNumber;
}

.center-content .bottom-footer .content .message .address {
  width: 5rem;
  height: 0.7rem;
  float: left;
  margin-left: 0.25rem;
}

.center-content .bottom-footer .content .message .address p {
  font-size: 0.16rem;
  letter-spacing: 0.01rem;
}

.center-content .bottom-footer .content .message .icon2 {
  width: 0.36rem;
  height: 0.4rem;
  float: left;
  background: url("../assets/images/newimgs/地址.png");
  background-size: 100% 100%;
}

.center-content .bottom-footer .content .code {
  width: 1.96rem;
  height: 1.96rem;
  margin-top: 1rem;
  background: url("../assets/images/newimgs/companyCode.jpg");
  background-size: 100% 100%;
}

@font-face {
  /* font-family: "dada"; */
  src: url("PingFang Regular.otf?#iefix") format("embedded-opentype"), url("PingFang Regular.woff"), url(" PingFang Regular.eot") format("embedded-opentype");
}

@font-face {
  /* font-family:"xixi"; */
  src: url("PingFang Bold.ttf?#iefix") format("truetype"), url("PingFang Bold.woff"), url("PingFang Bold.eot") format("embedded-opentype");
}

@font-face {
  /* font-family:"keke"; */
  src: url("impact_label-webfont.eot#iefix"), url("Impact Label.ttf?#iefix") format("truetype"), url("impact_label-webfont.eot#iefix") format("embedded-Embedded Open Type");
}

@font-face {
  /* font-family:"ming"; */
  src: url("PingFang Heavy.eot?#iefix"), url("PingFang Heavy.otf?#iefix") format("embedded-opentype"), url("PingFang Heavy.woff");
}

@font-face {
  /* font-family:"mingming"; */
  src: url("CONVDA_.TTF?#iefix") format("truetype"), url("convda_-webfont.eot?#iefix") format("embedded-opentype"), url("CONVDA_.woff"), url("CONVDA_.otf") format("embedded-opentype");
}

@font-face {
  font-family: "phoneNumber";
  src: url("../assets/font/D-DINExp-Bold.ttf");
}

@font-face {
  font-family: "Number";
  src: url("../assets/font/D-DIN-Bold.ttf");
}

@font-face {
  font-family: "siyuan";
  src: url("https://jy.zzbjr.cn/zzbjr/SourceHanSansCN-Regular.otf");
}

/*汽车商城区域样式*/
.center-content-news {
  background-image: url("../assets/images/汽车商城/bgPIC.png") !important;
}

.center-content-news .mallArea {
  margin: 0 auto;
  margin-top: 1.95rem;
  width: 3.21rem;
}

.center-content-news .mallArea span {
  font-size: 0.16rem;
}

.center-content-news .mallArea-title {
  font-size: 0.37rem;
  margin-bottom: 0.2rem;
}

.center-content-news .mallArea img {
  width: 1.4rem;
}

.center-content-news .mallArea .BBZPic {
  margin-left: 0.3rem;
  display: none;
}

.center-content-news .mallArea-description {
  font-size: 0.16rem;
  margin: 0.1rem 0;
}

.center-content-news .mallArea-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.center-content-news .mallArea-btn .mallArea-btn-left {
  height: 0.48rem;
  width: 1.52rem;
  background: rgb(27, 67, 128);
  border: 1px solid #fff;
  font-size: 0.18rem;
  color: #fff;
  cursor: pointer;
}

.center-content-news .mallArea-btn .mallArea-btn-right {
  font-size: 0.18rem;
  height: 0.48rem;
  width: 1.52rem;
  border: 1px solid #00ccff;
  color: #fff;
  background: none;
  cursor: pointer;
}

.center-content-news .mallArea-imgWrap {
  width: 5.2rem;
}

.center-content-news .mallArea-imgWrap img {
  width: 5.8rem;
  margin-left: -0.6rem;
}

/*手机端商城样式*/

.mallArea-app {
  background-image: url("../assets/images/汽车商城/appCarMallBackground.png") !important;
  background-size: 100% 100%;
  height: 14.65rem;
}

.mallArea-app .mallArea {
  padding-left: 8%;
  width: 55%;
  display: inline-block;
}

.mallArea-app .mallArea span {
  font-size: 0.55rem;
}

.mallArea-app .mallArea-title {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  margin-top: 0.05rem;
}

.mallArea-app .mallArea img {
  width: 3.67rem;
}

.mallArea-app .mallArea .BBZPic {
  margin-left: 0.6rem;
  display: none;
}

.mallArea-app .mallArea-description {
  margin: 0.1rem 0;
  font-size: 0.1rem;
}

.mallArea-app .mallArea-btn {
  margin-top: 0.5rem;
}

.mallArea-app .mallArea-btn .mallArea-btn-left {
  height: 1.27rem;
  width: 3.9rem;
  background: rgb(27, 67, 128);
  border: 1px solid #fff;
  font-size: 0.55rem;
  color: #fff;
  line-height: 0.47rem;
  cursor: pointer;
  margin-right: 0.6rem;
}

.mallArea-app .mallArea-btn .mallArea-btn-right {
  font-size: 0.42rem;
  height: 1.2rem;
  width: 3.8rem;
  border: 1px solid #00ccff;
  color: #fff;
  background: none;
  cursor: pointer;
}

.mallArea-app .mallArea-imgWrap {
  width: 10.4rem;
}

.mallArea-app .mallArea-imgWrap img {
  width: 11.6rem;
  margin-left: -0.6rem;
}

.mallArea-app .mallArea-right {
  display: inline-block;
  width: 40%;
  margin-bottom: -0.7rem;
}

.mallArea-app .mallArea-right img {
  margin-top: -5rem;
  width: 8rem;
}

/* 中国地图 */
.canvas-box {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: yellowgreen; */
}

/* 移动端 */
.canvas-mobile-box {
  width: 100%;
  /* height: 500px; */
  height: 88vw;
  /* background: rgb(205, 50, 192); */
}

@media screen and (min-width: 1200px) {
  .center-content .center-content-pic {
    margin-top: -100px !important;
  }

  .center-content-aboutUs-left .center-content-aboutUs-left-content {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .center-content-aboutUs-left .center-content-aboutUs-left-content {
    margin-bottom: 70px;
  }

  .center-content .center-content-pic {
    margin-top: -70px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .center-content-aboutUs-right .decoration {
    top: 1.3rem;
  }

  .center-content-aboutUs-right .decoration span {
    margin-bottom: 0.52rem;
  }
}

/* .aboutUss {
    
} */
