#app {
  /* overflow: hidden; */
}
html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body::-webkit-scrollbar {
  display: none;
}
.container {
  /* overflow: hidden; */
}
.about-honor {
  background-image: url("../../static/image/image\ 345\ \(1\).png");
}
.about-contant1 {
  background-image: url("../../static/image/image\ 350.png");
}
.about {
  /* width: 100%; */
  height: 793px;
  background-color: black;
  /* box-sizing: content-box; */
  /* margin-bottom: 65px; */
}
.about-content {
  /* width: 100%;
  height: 100%; */
  min-width: 696px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-content h2 {
  font-size: 43px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 38px;
}
.about-content .spacing {
  letter-spacing: 15px;
}
.about-content span {
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  font-weight: 600;
}
.about-box {
  width: 100%;
  height: 580px;
  display: flex;
  justify-content: space-between;
  background-color: #000000;
}
.about-box .about-title {
  box-sizing: content-box;
  width: 50%;
  /* height: 83%; */
  padding-top: 100px;
  display: flex;
  justify-content: center;
  border-radius: 0 40px 0 0;
  background-color: #fff;
}
.about-box .about-title .about-title-wu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-box .about-title span {
  color: #666;
  font-size: 21px;
  margin-bottom: 22px;
}
.about-box .about-title h2 {
  color: black;
  font-size: 30px;
  font-weight: 600;
}
.about-box .about-describe {
  /* box-sizing: content-box; */
  width: 50%;
  /* height: 83%; */
  padding-top: 100px;
  border-radius: 40px 0 0 0;
  /* background-color: pink; */
  background-color: #ffffff;
}
/* .about-box .about-describe:nth-child(1){
    margin-bottom: 20px;
} */
.about-box .about-describe p {
  width: 500px;
  font-size: 16px;
  color: #424246;
  margin-bottom: 30px;
  line-height: 30px;
  padding-left: 60px;
}

/* 企业文化 */
.enterprise-culture {
  margin: 10px 0;
}
.container .enterprise-culture {
  width: 100%;
  /* height: 835px; */
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.culture-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: black;
  margin: 52px 0;
}
.culture-title h1 {
  font-size: 54px;
  font-weight: 500;
  color: #ffffff;
  line-height: 75.6px;
  margin-bottom: 5px;
}
.culture-title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #6e6e74;
}
.culture-box {
  display: flex;
  justify-content: center;
}
.culture-keyworld {
  width: 240px;
  height: 595px;
  /* background-color: #1b1b1b; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  /* background: linear-gradient(to bottom, #111012, #1d1d1d); */
  background-image: url("../image/切图.png");
}
.culture-keyworld img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.culture-keyworld i {
  margin-bottom: 46px;
}
.culture-keyworld div {
  width: 24px;
  height: 2px;
  background-color: #fff;
}
.culture-keyworld .metting {
  margin: 28px 0;
  font-size: 32px;
  line-height: 44.8px;
  font-weight: 600;
  color: #ffffff;
}
.culture-keyworld .text {
  width: 112px;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #6e6e74;
}
/* 发展历程 */
.develop-time {
  width: 100%;
  height: 840px;
  /* background-color: #7d869c; */
  /* background-image: url('../image/39891700127921_ 1.png') no-repeat ;
    background-size: cover; */
  /* 让背景图基于容器大小伸缩 */
  /* background-image: url('../image/Rectangle\ 38.png'); */
}
.develop-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
}
.develop-title h1 {
  font-size: 49px;
  color: #fff;
  margin-bottom: 7px;
}
.industry {
  width: 100%;
  /* background-color: #7d869c; */
  display: flex;
}
.industry-content {
  width: 1200px;
  margin: 170px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.industry-content h2 {
  font-size: 32px;
  margin-bottom: 28px;
  line-height: 44.8px;
  font-weight: 600;
  letter-spacing: 5px;
  color: #ffffff;
}
.industry-content span {
  width: 242px;
  height: 62px;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 16px;
  color: #ffffff;
}
/* 时间线 */

#timeline {
  /* height: 10px; */
  /* line-height: 87px; */
  width: 100%;
  position: relative;
  margin-top: 87px;
}
.inside {
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 59%;
  top: -11px;
  left: 20%;
}
/* 左右箭头 */
.zjt .icon-zuojiantou,
.yjt .icon-youjiantou {
  width: 32px;
  height: 32px;
  font-size: 35px;
  color: #fff;
  position: absolute;
}
.zjt .icon-zuojiantou {
  left: 17%;
  top: -28px;
}
.yjt .icon-youjiantou {
  right: 18%;
  top: -28px;
}
.dot {
  /* //box-shadow: 0 0 5px rgba(0,0,0,0.2) inset; */
  z-index: 99;
  /* transition : 0.3s ease-in-out; */
  /* transition: all 0.5s linear; */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: -16px;
  text-align: center;
  cursor: pointer;
  /* box-shadow: inset #fff; */
  box-shadow: 0 0 0 5px rgba(248, 248, 248, 0.5);
  background-color: #fff;
}
#timeline .dot1 {
  left: 25%;
}

#timeline .dot2 {
  left: 32%;
}
#timeline .dot3 {
  left: 39%;
}
#timeline .dot4 {
  left: 46%;
}
#timeline .dot5 {
  left: 53%;
}
#timeline .dot6 {
  left: 60%;
}
#timeline .dot7 {
  left: 67%;
}
#timeline .dot8 {
  left: 74%;
}

/* 圆点变大 */
.dot:hover {
  transform: scale(1.2);
}

.dot date {
  font-family: roboto;
  font-size: 18px;
  display: block;
  position: relative;
  top: -40px;
  left: -12px;
  text-align: center;
  color: #fff;
}
/* .dot span{
        display: inline-block;
        margin-top: 10px;
        width: 20px;
        height: 20px;
        top: -23px;
        background-color: #fff;
        position: relative;
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
      } */
/* 品牌关键词 */
.keywords {
  width: 100%;
  height: 600px;
  background-color: #000000;
  /* color: #b2b2b2; */
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}
.keywords span {
  margin-bottom: 24px;
  /* color: linear-gradient(135deg, orange 60%, cyan); */
  /* text-shadow: 1px 1px #fff; */
  /* text-shadow: 5px 5px 5px #fff; */
  font-size: 60px;
  line-height: 84px;
  font-weight: 600;
  background: linear-gradient(
    90deg,
    #7e7f87 0%,
    #a6a8b1 28.98%,
    #dfe1eb 41.36%,
    #95979f 55.94%,
    #f5f6fb 68.32%,
    #a7a9b2 79.11%,
    #6f7176 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.keywords i {
  font-size: 16px;
  color: #ffffff;
  line-height: 22.4px;
  font-weight: 400;
  margin-top: 34px;
}
/* 荣誉证书 */
.honor-box {
  width: 1200px;
  /* height: 200px; */
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  top: 234px;
  left: 357px;
}
.honor-item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.honor-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 31%;
  height: 300px;
  margin-left: 20px;
  border: none;
  transition: border 0.3s ease-in-out;
}
.honor-content:hover {
  border: 5px solid #98eb12;
}
.honor-img {
  width: 100%;
  height: 300px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honor-more {
  height: 30px;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 30px;
  padding-left: 10px;
  margin: 0 11px;
}
.honor-items .honor-item .honor-content span {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  color: #000000;
  margin: 20px 0;
}
.honor-box .honor-more span {
  font-size: 12px;
}
.about-contant {
  background-color: #fff;
}
.global-title {
  display: flex;
  margin: 30px 0;
}
.global-title div {
  width: 2px;
  height: 20px;
  background-color: #006ee2;
  margin-right: 14px;
}
.region-box {
  display: flex;
  width: 1022px;
  /* justify-content: space-between; */
}
.region-box .global-content {
  margin-bottom: 40px;
  width: 418px;
}
.global-content :nth-child(1) {
  color: #0064c8 !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 28px !important;
}
.global-content:nth-child(n + 1) {
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19.6px !important;
}
.global-content .mobel {
  margin-right: 8px;
}
.ck-more {
  width: 1200px;
  margin: 0 auto;
  height: 33px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fcfcfc;
  margin-bottom: 32px;
}

.ck-more a {
  font-size: 12px;
  margin-right: 10px;
}
.honor2 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-next {
  right: 410px !important;
}
.swiper-button-prev {
  left: 410px !important;
}
.honor2 .swiper-slide img {
  width: 516px;
  height: 366px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.global-content span:nth-child(1) {
  color: #0064c8 !important;
}
