body {
  background: #f8f8f8;
}

/* 二级导航 */
.secondary {
  background: #fff;
  border-bottom: 1px solid #dddddd;
}

/* 企业简介 */
.introduction,
.crumbs {
  background: #fff;
}

.introduce-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.introduce-left {
  width: 37.5%;
}

.introduce-right {
  width: 52%;
}

.introduce-right .title {
  text-align: left;
}

.introduce-text {
  margin-top: 50px;
  height: 370px;
  overflow: scroll;
  padding-right: 80px;
  overflow-x: hidden;
}

.introduce-text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 370px;
  scrollbar-arrow-color: #ec1e24;
}

.introduce-text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ec1e24;
  scrollbar-arrow-color: #ec1e24;
}

.introduce-text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(77, 77, 77, 0.1);
}

.introduce-text p {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  color: #666;
  line-height: 2;
  text-align: justify;
}

.introduce-text p.title {
  color: #333;
}

.introduce-bottom {
  margin-top: 75px;
}

/* 数字滚动 */
.num-roll {
  padding: 65px 0 !important;
  box-shadow: 13px 13px 43px 0px rgba(236, 30, 36, 0.1);
  background: #fff;
  display: flex;
  justify-content: space-around;
}

.measurement {
  font-size: 16px;
  font-family: "SourceHanSansCN-Regular";
  color: #666;
  line-height: 2;
}

.num-box {
  display: flex;
  align-items: baseline;
}

.num-box > div {
  font-size: 55px;
  font-family: Poppins;
  font-weight: bold;
  color: #ec1e24;
  margin-right: 10px;
}

.jia {
  font-size: 32px;
  font-family: Poppins;
  font-weight: bold;
  color: #ec1e24;
  line-height: 20px;
  display: inline-block;
  position: relative;
  top: -30px;
}

/* 通过三大身份标签认识点为  开始 */
.identity {
  background: #f8f8f8;
  padding: 140px 0;
  box-sizing: border-box;
}

.identity .container {
  padding: 0;
}
.identity .phone_img {
  display: none;
}
.order_details {
  margin-top: 48px;
  height: 56px;
}

.order_details ul {
  display: flex;
  height: 100%;
  align-items: center;
  border-top: 1px solid #c6c6c6;
  position: relative;
}
.order_details ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ce1c24;
}
.order_details ul li {
  width: 200px;
  height: 100%;
  font-size: 24px;
  font-family: SourceHanSansCN-Regular;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.order_details ul li:hover {
  cursor: pointer;
}
.order_details ul .checked::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 2px;
  z-index: -1;
  background-color: #ce1c24;
}
.order_details ul .checked {
  border-left: 1px solid #ce1c24;
  border-right: 1px solid #ce1c24;
  background-color: #f8f8f8;
}

.hidedomdiv {
  display: none;
}

.showdomdiv {
  display: block;
}

.showsss {
  position: relative;
  margin-top: 40px;
}

.showsss .word {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.showsss .word .text-small {
  font-size: 24px;
  font-family: SourceHanSansCN-Regular;
  color: #fffefe;
}

.showsss .word .text-big {
  font-size: 28px;
  font-family: SourceHanSansCN-Regular;
  /* font-weight: bold; */
  color: #ffffff;
  margin: 30px auto 46px;
}

.showsss .word .desc {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  /* font-weight: bold; */
  color: #ffffff;
  line-height: 32px;
  opacity: 0.8;
  width: 325px;
}

/* 通过三大身份标签认识点为  结束 */
/* 业务线 */
.line {
  background: #ffffff;
}

.line-text {
  text-align: center;
  margin: 30px 0 70px;
}

.business {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
}

.business > div {
  width: calc((100% - 200px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.business > div > img {
  width: 80px;
  height: auto;
}

.business > div > span {
  margin: 46px 0 44px;
  font-size: 24px;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  color: #333333;
  line-height: 1.6;
}

.business > div > p {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  color: #666666;
  text-align: center;
  line-height: 2;
}

/* 资质荣誉 */
.honor {
  background: url(../images/honor-bg.jpg);
  background-size: cover;
}

.honor-box {
  margin-top: 70px;
  position: relative;
}

.honor-left {
  display: grid;
  grid-template-columns: 38% 28% 30%;
  grid-gap: 0 29px;
}

.honor-left ul {
  padding: 33px 43px;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgba(225, 229, 235, 0.3) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
}

.honor-left ul > a {
  /* font-size: 20px; */
  font-size: 24px;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  color: #333333;
  line-height: 2;
  display: flex;
  align-items: center;
}

.honor-left ul a i {
  display: flex;
  margin-right: 10px;
}

.honor-left ul li {
  line-height: 2.5;
  list-style: inside;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.honor-left ul li > a {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  color: #666666;
  line-height: 2;
}

.honor-left ul li::marker {
  /* color: #ec1e24; */
  color: #ddd;
}

.honor-left ul:nth-last-of-type(1) li:nth-last-of-type(1) {
  list-style: none;
}

.honor-right {
  position: absolute;
  bottom: -14%;
  right: -8%;
}

.honor-right img {
  width: auto;
  height: auto;
  max-width: 100%;
  transform: scale(0.9);
}

/* 发展历程 */
.mySwiper {
  margin: 128px 0 100px;
}
.mySwiper .swiper-slide {
  text-align: center;
}
.mySwiper::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4%;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.mySwiper2 .content {
  width: 60%;
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
}
.outside {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /* border: 4px solid #a7b4c4; */
  background-color: #a7b4c4;
  margin: 0 auto 40px;
}
.mySwiper .swiper-slide-thumb-active .outside {
  background-color: #fff;
  margin-bottom: 35px;
}

.mySwiper a {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  color: rgba(255, 255, 255, 0.6);
}
.mySwiper .swiper-slide-thumb-active a {
  color: #fff;
  font-size: 20px;
}
.course {
  background: url(../images/course-bg.jpg);
  background-size: cover;
}

.course .title {
  color: #ffffff;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 128px auto 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
  content: "mobile";
  display: none;
}

.cd-horizontal-timeline.loaded {
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 120px;
  width: 100%;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 1px;
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background-color: #ec1e24; */
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  top: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-top: 40px;
  color: #383838;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  line-height: 2.2;
}

.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -8px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  border: 4px solid #a7b4c4;
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  box-sizing: border-box;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  /* background-color: #ec1e24;
  border-color: #974055; */
  width: 30px;
  height: 30px;
  top: -13px;
  transition: all 0.3s;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  /* background-color: #ec1e24;
  border-color: #974055; */
  width: 30px;
  height: 30px;
  top: -13px;
  transition: all 0.3s;
}

.cd-horizontal-timeline .events a.selected
/* .cd-horizontal-timeline .events a.older-event */ {
  /* color: #ec1e24; */
}
/* 
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #974055;
  background-color: #ec1e24;
  width: 30px;
  height: 30px;
  top: -13px;
  transition: all .3s;
} */

.cd-timeline-navigation a {
  z-index: 1;
  display: inline-block;
}

.cd-timeline-navigation > li:nth-child(1) {
  position: absolute;
  top: 42%;
  left: -3%;
  transform: translateY(-50%);
}

.cd-timeline-navigation > li:nth-child(2) {
  position: absolute;
  top: 42%;
  right: -3%;
  transform: translateY(-50%);
}

.cd-timeline-navigation a.prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cd-timeline-navigation a i {
  font-size: 38px;
  color: #ec1e24;
}

.cd-timeline-navigation a.inactive i {
  color: #ffffff;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #974055;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.events-content {
  position: relative;
  width: 100%;

  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

.events-content li {
  position: absolute;
  z-index: 1;
  width: 60%;
  left: 0;
  top: 0;
  margin: 0 auto;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  list-style-type: none;
}

.events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.events-content li.enter-right,
.events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.events-content li.enter-left,
.events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.events-content li.leave-right,
.events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.year {
  font-size: 56px;
  font-family: SourceHanSansCN-Regular;
  color: #fff;
  line-height: 1.18;
  position: relative;
}
.year::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #ec1e24;
}
.year-text {
  font-size: 24px;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  color: #ffffff;
  line-height: 2;
  margin-left: 15px;
  display: inline-block;
}

.events-content p {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  line-height: 2;
  opacity: 0.8;
  margin-top: 30px;
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* 联系我们 */
.contact-us {
  width: 100%;
  border: 1px solid #ededed;
  display: flex;
  margin-top: 60px;
  border-radius: 13px;
}

.contact-box {
  width: 25%;
  position: relative;
  cursor: pointer;
}

.contact-bg {
  border-radius: 13px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.contact-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 50px;
  border-right: 1px solid #ededed;
  min-height: 140px;
}

.contact-name {
  font-size: 22px;
  font-family: SourceHanSansCN-Regular;
  color: #333333;
  line-height: 1.82;
  border-bottom: 3px solid #ec1e24;
  display: inline-block;
}

.contact-txt {
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
  color: #888888;
  line-height: 1.72;
  margin-top: 35px;
}

.contact-box:hover .contact-bg {
  opacity: 1;
  transform: all 0.5s;
}

.contact-box:hover .contact-text {
  border: 0px;
}

.contact-box:hover .contact-name,
.contact-box:hover .contact-txt {
  color: #ffffff;
}
@media (max-width: 1680px) {
  .honor-right {
    right: -9%;
    bottom: -14%;
  }
  .honor-left ul {
    padding: 33px 28px;
  }
  .honor-right img {
    transform: scale(0.9);
  }
}

@media (max-width: 1440px) {
  .mySwiper {
    margin: 80px 0 100px;
  }
  .order_details ul li,
  .showsss .word .text-small,
  .year-text,
  .honor-left ul > a {
    font-size: 20px;
  }
  .honor-left {
    grid-template-columns: 40% 28% 28%;
  }
  .honor-left ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .num-box > div {
    font-size: 47px;
  }

  .introduce-text {
    margin-top: 40px;
  }

  .introduce-text {
    height: 300px;
  }

  .introduce-left img {
    height: auto;
  }

  .identity {
    padding: 100px 0;
  }

  .order_details {
    margin-top: 40px;
  }

  .business {
    margin-top: 44px;
  }

  .business > div > span {
    margin: 36px 0 34px;
    font-size: 20px;
  }

  .year {
    font-size: 47px;
  }
  .year::after {
    bottom: -18px;
  }
  .cd-horizontal-timeline {
    margin: 80px 0 0;
  }
  .honor-left ul li {
    line-height: 2;
  }
  .honor-right img {
    transform: scale(0.7);
  }
  .honor-right {
    bottom: -21%;
    right: -13%;
  }
  .honor-left ul li > a {
    font-size: 13px;
  }
}

@media (max-width: 1280px) {
  .honor-left ul li > a {
    font-size: 13px;
  }
  .mySwiper {
    margin: 60px 0 80px;
  }
  .honor-left ul > a {
    font-size: 18px;
  }
  .num-box > div {
    font-size: 39px;
  }

  .jia {
    font-size: 24px;
    top: -20px;
  }

  .introduce-text {
    height: 240px;
  }

  .introduce-top {
    align-items: center;
  }

  .identity {
    padding: 80px 0;
  }

  .business > div > span {
    margin: 26px 0 24px;
    font-size: 18px;
  }

  .business > div > p {
    line-height: 2;
  }

  .introduce-text {
    padding-right: 60px;
  }

  .order_details {
    margin-top: 40px;
    height: 50px;
  }

  .order_details ul li {
    font-size: 18px;
  }

  .showsss .word .text-big {
    font-size: 24px;
    margin: 20px auto 30px;
  }

  .showsss .word .text-small {
    font-size: 18px;
  }

  .year {
    font-size: 39px;
  }
  .year::after {
    bottom: -17px;
  }
  .cd-horizontal-timeline {
    margin: 60px 0 0;
  }

  .cd-horizontal-timeline .events-content p {
    margin-top: 20px;
  }

  .cd-horizontal-timeline .events-content {
    margin: 80px 0 0;
  }
  .year-text {
    font-size: 18px;
  }

  .honor-box {
    margin-top: 60px;
  }
  .honor-left {
    grid-template-columns: 39% 29% 30%;
    grid-gap: 0 15px;
  }
  .honor-left ul {
    padding: 23px 15px;
  }
  .honor-left ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .honor-right {
    bottom: -24%;
    right: -25%;
  }
  .honor-right img {
    transform: scale(0.65);
  }
}

@media (max-width: 1024px) {
  .mySwiper {
    margin: 60px 0 60px;
  }
  .mySwiper2 .content {
    width: 80%;
  }
  .showsss .word .desc {
    font-size: 14px;
    line-height: 2;
  }

  .num-box > div {
    font-size: 30px;
  }
  .introduce-bottom {
    margin-top: 60px;
  }
  .introduce-top {
    flex-direction: column-reverse;
  }

  .introduce-left {
    margin-top: 30px;
    width: 50%;
  }

  .introduce-right {
    width: 100%;
  }

  .introduce-text {
    margin-top: 30px;
  }

  .identity {
    padding: 50px 0;
  }

  .business {
    margin-top: 34px;
  }

  .business > div {
    width: calc((100% - 100px) / 3);
  }

  .introduce-text {
    padding-right: 40px;
  }

  .order_details {
    margin-top: 30px;
    height: 40px;
  }

  .showsss .word .text-big {
    font-size: 20px;
    margin: 10px auto 20px;
  }

  .showsss .word .desc {
    /* font-size: 12px; */
    width: 235px;
  }

  .showsss .img {
    overflow: hidden;
  }

  .year {
    font-size: 30px;
  }

  .cd-horizontal-timeline {
    margin: 60px 0 0;
  }

  .cd-horizontal-timeline .events-content {
    margin: 60px 0 0;
  }
  .cd-horizontal-timeline .events-content li {
    width: 80%;
  }

  .cd-horizontal-timeline .events-content p {
    font-size: 14px;
  }
  .cd-horizontal-timeline .events a {
    padding-top: 20px;
    font-size: 14px;
    line-height: 2;
  }
  .cd-horizontal-timeline .events-wrapper {
    margin: 0 20px;
  }
  .honor-box {
    margin-top: 40px;
  }
  .honor-left {
    grid-template-columns: repeat(2, 48%);
    grid-gap: 30px;
  }
  .honor-right {
    bottom: -15%;
    right: -25%;
}
  .honor-right img {
    transform: scale(0.6);
  }
  .introduce-text p {
    font-size: 14px;
    line-height: 2;
  }
  .mySwiper .swiper-slide-thumb-active a {
    font-size: 16px;
  }
  .mySwiper .swiper-slide-thumb-active .outside {
    margin-bottom: 37px;
  }
  .mySwiper a,
  .events-content p {
    font-size: 14px;
  }

  .business > div > p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .honor-right {
    position: unset;
  }
  .honor-right img {
    transform: scale(1);
  }
  .order_details ul li {
    font-size: 16px;
    width: 100px;
    line-height: 2;
  }
  .honor-left ul > a {
    font-size: 16px;
    line-height: 2;
  }
  .year-text {
    font-size: 16px;
    line-height: 2;
  }

  .business > div > span {
    margin: 16px 0 14px;
    font-size: 16px;
    line-height: 2;
  }

  .showsss .word .text-small {
    font-size: 16px;
    line-height: 2;
  }
  .mySwiper {
    margin: 30px 0 30px;
  }
  .mySwiper::before {
    left: 10%;
  }
  .mySwiper2 .content {
    width: 100%;
  }
  .identity .phone_img {
    display: block;
  }
  .identity .pc_img {
    display: none;
  }
  .num-box {
    justify-content: center;
  }

  .num-box > div {
    font-size: 25px;
    margin-right: 0;
    width: 49%;
    text-align: right;
  }
  .measurement {
    width: 49%;
    text-align: left;
    font-size: 14px;
    line-height: 2;
  }
  .num-roll {
    display: grid;
    grid-template-columns: repeat(2, 47%);
    text-align: center;
    grid-gap: 20px 0;
    padding: 20px 0 !important;
    justify-content: center;
  }

  .jia {
    font-size: 20px;
    top: -12px;
  }

  .introduce-text {
    padding-right: 30px;
  }

  .identity {
    padding: 30px 0;
  }
  .introduce-bottom {
    margin-top: 30px;
  }
  .business {
    margin-top: 30px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .business > div {
    width: 100%;
    margin-top: 30px;
  }

  .business > div:nth-child(1) {
    margin-top: 0;
  }

  .introduce-left {
    width: 100%;
  }

  .year {
    font-size: 47px;
  }

  .year {
    font-size: 25px;
  }

  .cd-horizontal-timeline {
    margin: 30px 0 0;
  }

  .cd-horizontal-timeline .events-content {
    margin: 80px 0 0;
  }

  .cd-horizontal-timeline .events-content {
    margin: 30px 0 0;
  }
  .cd-horizontal-timeline .events-content li {
    width: 100%;
  }
  .cd-horizontal-timeline .timeline {
    height: 90px;
  }
  .cd-horizontal-timeline .events {
    top: 36px;
  }
  /* .cd-horizontal-timeline .events a {
    font-size: 16px;
    line-height: 2;
  } */
  .honor-box {
    margin-top: 30px;
  }
  .honor-left {
    grid-template-columns: repeat(1, 100%);
  }
  .showsss {
    margin-top: 30px;
  }
}
