.banner {
  width: 100%;
  height: auto;
}

.banner .swiper {
  position: relative;
  width: 100%;
}

.banner .swiper .swiper-wrapper{
  width: 100%;
  height: auto;
  position: relative;
}

.banner .swiper .swiper-slide{
  position: relative;
  overflow: hidden;
  z-index: 50;
}

.banner .swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 4;
  transition: all 1.4s ease;
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.banner .swiper .swiper-slide-active img {
  opacity: 1;
  z-index: 21;
  transition: all 1.2s ease 0.5s;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.banner .swiper .swiper-wrapper .swiper-slide .banner-content {
  position: absolute;
  top: 15%;
  left: 10%;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 130px;
}

.banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
  width: 100%;
  height: 47px;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 34px;
  color: #FFFFFF;
  margin-bottom: 2%;
}

.banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc {
  width: 100%;
  height: 33px;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 4%;
}

.banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-btn a {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding: 15px 30px;
  border:2px solid #009ED6;
  background-color: #009ED6;
  border-radius: 12px;
  margin-right: 27px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
  margin-top: 30px;
}

.banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-btn a:hover {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 16px;
  color: #009ED6;
  background-color: transparent;
  border-radius: 12px;
  margin-right: 27px;
  cursor: pointer;
}

.banner .swiper .banner-scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 210px;
  background: #FFFFFF;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  z-index: 10;
}

.banner .swiper .banner-scroll .scroll-down {
  height: 16px;
  width: 116px;
  margin-top: 117px;
  margin-left: 125px;
}

.banner .swiper .banner-scroll .scroll-down img {
  height: 80%;
  width: 80%;
}

.banner .swiper .banner-scroll .scroll{
  height: 16px;
  width: 116px;
  margin-top: 14px;
  margin-left: 160px;
}

.banner .swiper .banner-scroll .scroll .scroll-line {
  width: 20px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #8E8E8E;
  z-index: 20;
  position: relative;
}
.banner .swiper .banner-scroll .scroll .scroll-line .scroll-line-p {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 7px;
  background: #8E8E8E;
  border-radius: 10px;
  animation: scroll infinite 1.2s;
}
@keyframes scroll {
  0% {
    top: 10px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
.company{
   background: #f1f1f1;
}
.company .company-inner{
   margin: 0 auto;
   max-width: 1440px;
   padding-top: 40px;
   padding-bottom: 40px;
}

.company .company-top{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 60px;
}

.company .company-top .company-top-item{
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 20px;
  color: #8E8E8E;
  padding: 0 9px;
  position: relative;
}
.company .company-top .company-top-item::after{
  content: '';
  position: absolute;
  right: 0;
  top: 25%; 
  height: 60%; 
  width: 1px;
  background-color: #8E8E8E;
}

.company .company-top a:last-child .company-top-item::after{
  display: none;
}
.company .company-top .company-top-item-active{
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.company .company-bottom{
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.company .company-bottom .company-bottom-left,
.company .company-bottom .company-bottom-right{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.company .company-bottom .company-bottom-left .company-bottom-left-top,
.company .company-bottom .company-bottom-right .company-bottom-right-bottom{ 
  width: 209.9px;
  height: 210px;
  transform: rotate(-14.354204deg) skew(-0.007737deg, 0deg);
  border-radius: 12px;
  background: #009ed699;
  box-shadow: 0px 4px 9.9px #fe706c66;
}
.company .company-bottom .company-bottom-left .company-bottom-left-bottom,
.company .company-bottom .company-bottom-right .company-bottom-right-top{ 
  width: 209.9px;
  height: 210px;
  transform: rotate(15.282833deg) skew(0.00819deg, 0deg);
  border-radius: 12px;
  background: #fe706cbf;
  box-shadow: 0px 4px 9.9px #009ed666;
}
.company .company-bottom .company-bottom-left .company-item,
.company .company-bottom .company-bottom-right .company-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  top: 25%;
  position: relative;
}

.company-item .company-item-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
}

.company-item .company-item-top .company-item-top-left {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 50px;
  line-height: 69px;
}

.company-item .company-item-top .company-item-top-right {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
}

.company-item .company-item-top .company-item-top-left .count{
  margin-right: -10px;
}

.company-item .company-item-bottom {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
}
.company .company-bottom .company-bottom-middle{
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.company .company-bottom .company-bottom-middle .company-bottom-middle-top{
  display: flex;
  flex-direction: row;
  align-items: center; 
  justify-content: center;
  gap: 28px;
}
.company .company-bottom .company-bottom-middle .company-bottom-middle-top .company-bottom-middle-top-title{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 34px;
}
.company .company-bottom .company-bottom-middle .company-bottom-middle-top .company-bottom-middle-top-dot{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.company .company-bottom .company-bottom-middle .company-bottom-middle-top .company-bottom-middle-top-dot1{
  background: #009ED6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.6;
}
.company .company-bottom .company-bottom-middle .company-bottom-middle-top .company-bottom-middle-top-dot2{
  background: #FE706C;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.company .company-bottom .company-bottom-middle .company-bottom-middle-top .company-bottom-middle-top-dot3{
  background: #009ED6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.company .company-bottom .company-bottom-middle .company-bottom-middle-middle{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
}
.company .company-bottom .company-bottom-middle .company-bottom-middle-bottom{
  border-radius: 12px;
  background: #9f9f9f;
  overflow: hidden;
}
.company .company-bottom .company-bottom-middle .company-bottom-middle-bottom img{
  width: 100%;
  height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}
.company .company-bottom .company-bottom-middle .company-bottom-middle-bottom:hover img{
    transform: scale(1.05);
}

.culture{
  width: 100%;
  position: relative;
    background-image: url(../image/about/culture-back.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}
.culture .culture-inner{
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
}
.culture .culture-top{
  display: flex;
  flex-direction: row;
  align-items: center; 
  gap: 28px;
  margin-bottom: 35px;
}
.culture-top .culture-top-title{
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 34px;
  line-height: 47px;
}
.culture-top .culture-top-dot{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.culture-top .culture-top-dot1{
  background: #009ED6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.6;
}
.culture-top .culture-top-dot2{
  background: #FE706C;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.culture-top .culture-top-dot3{
  background: #009ED6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.culture-bottom .swiper-wrapper{
  display: flex;
  align-self:stretch;
}
.culture-bottom .swiper-slide{
  height: auto !important;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.culture-bottom .culture-bottom-left{
  width: 40%;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}
.culture-bottom .culture-bottom-left img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.culture-bottom .culture-bottom-left:hover img{
  transform: scale(1.05);
}

.culture-bottom .culture-bottom-right{
  height: 100%;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.culture-bottom .culture-bottom-right .culture-bottom-right-top{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.culture-bottom .culture-bottom-right .culture-bottom-right-title{
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
}

.culture-bottom .culture-bottom-right .culture-bottom-right-desc{
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 42px;
}
.culture-bottom .culture-bottom-right .culture-bottom-right-buttom{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.culture-bottom .culture-bottom-right .culture-bottom-right-buttom .culture-bottom-button{
  display: flex;
  flex-direction: row;
  gap: 47px;
}
.culture-bottom .culture-bottom-right .culture-bottom-right-buttom .culture-bottom-button .culture-bottom-prev {
  width: 59px;
  height: 59px;
  background: #009ED6;
  border-radius: 66px 66px 66px 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto !important;
  position: relative;
  z-index: 99;
}

.culture-bottom .culture-bottom-right .culture-bottom-right-buttom .culture-bottom-button .culture-bottom-prev img {
  width: 30px;
  height: auto;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.culture-bottom .culture-bottom-right .culture-bottom-right-buttom .culture-bottom-button .culture-bottom-prev:hover img {
  transform: rotateY(360deg);
}
.culture-bottom .culture-bottom-right .culture-bottom-right-buttom .culture-bottom-button .culture-bottom-next {
  width: 59px;
  height: 59px;
  background: #009ED6;
  border-radius: 66px 66px 66px 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto !important;
  position: relative;
  z-index: 99;
}

.culture-bottom .culture-bottom-right .culture-bottom-right-buttom .culture-bottom-button .culture-bottom-next img {
  width: 30px;
  height: auto;
  transform: scaleX(-1);
  object-fit: scale-down;
  transition: 0.5s;
}

.culture-bottom .culture-bottom-right .culture-bottom-right-buttom .culture-bottom-button .culture-bottom-next:hover img {
  transform: scaleX(-1) rotateY(360deg);
}


.culture-bottom .culture-bottom-right .culture-bottom-right-buttom .num{
  color: #ffffff;
  font-family: DIN;
  font-weight: 700;
  font-size: 70px;
}

.history{
  position: relative;
  width: 100%;
}
.history .history-back{ 
  width: 100%;
}
.history .history-back img{ 
  width: 100%;
    height: 800px;
}

.history .history-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  margin-bottom: 56px;
}
.history .history-top{
  display: flex;
  flex-direction: row;
  align-items: center; 
  justify-content: center;
  gap: 28px;
  margin-bottom: 35px;
}
.history .history-top .history-top-title{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 34px;
}
.history .history-top .history-top-dot{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.history .history-top .history-top-dot1{
  background: #009ED6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.6;
}
.history .history-top .history-top-dot2{
  background: #FE706C;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.history .history-top .history-top-dot3{
  background: #009ED6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.history-middle{
  width: 100%;
  margin-bottom: 27.5px;
}
.history-middle .swiper-wrapper {
    width: 100%;
    position: relative;
}
.history-middle .swiper-slide{
  position: relative;
}
.history-middle-item{
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 24px;
  border: 3.9px solid #ffffff;
  background: #ffffff;
  padding: 20px 36px;
}
.history-middle-back{
  position: absolute;
  right: 4px;
  bottom: 281px;
}
.history-middle .swiper-slide:nth-of-type(2n) .history-middle-back {
    bottom: 0px;
}
.history-middle-item .history-middle-item-title-top{
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
}
.history-middle-item .history-middle-item-title-top .history-middle-item-title-top-left{
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00d3f2 0%, #0092b8 100%);
  box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
}
.history-middle .swiper-slide:nth-of-type(2n) .history-middle-item-title-top-left{
  background: linear-gradient(135deg, #51a2ff 0%, #155dfc 100%);
}
.history-middle-item .history-middle-item-title-top .history-middle-item-title-top-left svg{
  position: relative;
  top: 50%;
  left: 50%;
  object-fit: scale-down;
  transform: translate(-50%, -50%) rotateY(0deg);
  transition: 0.5s;
}
.history-middle-item .history-middle-item-title-top .history-middle-item-title-top-left svg:hover{
  transform: translate(-50%, -50%) rotateY(360deg);
}
.history-middle-item .history-middle-item-title-top p{
  color: #1d293d;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.1px;
}
.history-middle-item .history-middle-item-title-top p span{
  color: #1d293d;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
  margin-right: 11px;
}
.history-middle-item .history-middle-item-title-top .history-middle-item-title-top-right p{
  color: #45556c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.3px;
}
.history-middle-item .history-middle-item-title-bottom{
  color: #45556c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.3px;
}
.history-middle .swiper-slide{
  height: 480px;
  width: 607px;
  display: flex;
  flex-direction: column; 
  justify-content: flex-start; 
}
.history-middle .swiper-slide:first-child{
  margin-left: 0;
}
.history-middle .swiper-slide:nth-of-type(2n) { 
  justify-content: flex-end; 
}
.history-middle .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: -500px;
  top: 50%;
  width: calc(100% + 4000px);
  border-top: 2px solid #009ed6;; 
  transform: translateY(-50%);
}
.history-middle .swiper-slide::after {
  content: "";
  position: absolute;
  left: 50%; 
  top: 50%;
  width: 8px;
  height: 8px;
  border: 3.9px solid #ffffff;
  background: linear-gradient(135deg, #00d3f2 0%, #0092b8 100%);
  box-shadow: 0px 2px 3px -2px #0000001a, 0px 5px 7.5px -1.5px #0000001a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none; 
}
.history-middle .swiper-slide:first-child::before {
  content: "";
  position: absolute;
  left: 0; 
  top: 50%;
  width: 11px;
  height: 11px;
  background: #009ED6;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none; 
}
.history .history-bottom{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.history .history-bottom .history-bottom-prev {
  width: 59px;
  height: 59px;
  background: #009ED6;
  border-radius: 66px 66px 66px 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto !important;
  position: relative;
  z-index: 99;
}

.history .history-bottom .history-bottom-prev img {
  width: 30px;
  height: auto;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.history .history-bottom .history-bottom-prev:hover img {
  transform: rotateY(360deg);
}
.history .history-bottom .history-bottom-next {
  width: 59px;
  height: 59px;
  background: #009ED6;
  border-radius: 66px 66px 66px 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto !important;
  position: relative;
  z-index: 99;
}

.history .history-bottom .history-bottom-next img {
  width: 30px;
  height: auto;
  transform: scaleX(-1);
  object-fit: scale-down;
  transition: 0.5s;
}

.history .history-bottom .history-bottom-next:hover img {
  transform: scaleX(-1) rotateY(360deg);
}

.responsibility{
  background: #f6f6f6;
}
.responsibility .responsibility-inner{
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 67px;
}
.responsibility .responsibility-top{
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center;
  gap: 40px;
  margin-bottom: 58px;
}
.responsibility .responsibility-top .responsibility-top-title{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
}
.responsibility .responsibility-top .responsibility-top-title p{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 34px;
}
.responsibility .responsibility-top .responsibility-top-dot{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.responsibility .responsibility-top .responsibility-top-dot1{
  background: #009ED6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.6;
}
.responsibility .responsibility-top .responsibility-top-dot2{
  background: #FE706C;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.responsibility .responsibility-top .responsibility-top-dot3{
  background: #009ED6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.responsibility .responsibility-top .responsibility-top-desc p{
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.responsibility .responsibility-middle{ 
  width: 80%;
  height: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.responsibility .responsibility-middle .responsibility-middle-left{ 
  height: 100%;
}
.responsibility .responsibility-middle .responsibility-middle-left .swiper{
  height: 100%;
}
.responsibility .responsibility-middle .responsibility-middle-left .swiper-wrapper{
  height: 100%;
}
.responsibility .responsibility-middle .responsibility-middle-left .swiper-slide {
  height: 450px;
  transform: scale(0.9);
  visibility: hidden;
  transition: 0.5s;
  position: relative;
}

.responsibility .responsibility-middle .responsibility-middle-left .swiper-slide-prev {
  visibility: visible;
  transform: scale(0.9)  translateY(-50px);
  z-index: 1;
}

.responsibility .responsibility-middle .responsibility-middle-left .swiper-slide-active {
  z-index: 10;
  transform: scale(1);
  visibility: visible;
  position: relative;
  top: 0;
}

.responsibility .responsibility-middle .responsibility-middle-left .swiper-slide-next {
  visibility: visible;
  transform: scale(0.9);
  z-index: 1;
}


.responsibility-middle-item{
  width: 95%;
  padding: 35px 0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0px 0px 4px #00000040;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.responsibility-middle-item .responsibility-item-left{ 
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-top{ 
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-title{ 
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-title .num{
  border-radius: 88px;
  border: 1px solid #000000;
  text-align: center;
  color: #2b2b2b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  padding: 10px;
  width: 50px;
  height: 50px;
  max-width: 50px;
  min-width: 50px;
  max-height: 50px;
  min-height: 50px;
}
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-title p{ 
  color: #2b2b2b;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
}
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-line{
  width: 100%;
  height: 4px;
  border-radius: 3px;
  background: linear-gradient(90deg, #0da8e6 0%, #ff2c2f 100%);
}
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-desc p{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px; 
}
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-content{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-content1,
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-content2,
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-content3,
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-content4{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-content .responsibility-item-left-dot{ 
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1dd700;
}
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-content p{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 41px;
}
.responsibility-middle-item .responsibility-item-right{
  width: 45%;
  border-radius: 24px;
  background: #bdbdbd;
  overflow: hidden;
}
.responsibility-middle-item .responsibility-item-right img{
  width:100%;
  height:auto;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s; 
  cursor: pointer;
}
.responsibility-middle-item .responsibility-item-right:hover img{
  transform: scale(1.05);
}
.responsibility .responsibility-middle .responsibility-middle-right{
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.responsibility-middle-right .responsibility-middle-right-prev {
  width: 67px;
  height: 67px;
  border-radius: 51px;
  border: 2px solid #147bd8;
  box-sizing: border-box;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto !important;
  position: relative;
  z-index: 99;
}

.responsibility-middle-right .responsibility-middle-right-prev img {
  width: 30px;
  height: auto;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.responsibility-middle-right .responsibility-middle-right-prev:hover img {
  transform: rotateY(360deg);
}
.responsibility-middle-right .responsibility-middle-right-next {
  width: 67px;
  height: 67px;
  border-radius: 51px;
  border: 2px solid #147bd8;
  box-sizing: border-box;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto !important;
  position: relative;
  z-index: 99;
}

.responsibility-middle-right .responsibility-middle-right-next img {
  width: 30px;
  height: auto;
  transform: scaleX(-1);
  object-fit: scale-down;
  transition: 0.5s;
}

.responsibility-middle-right .responsibility-middle-right-next:hover img {
  transform: scaleX(-1) rotateY(360deg);
}
.responsibility .responsibility-bottom{
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.responsibility .responsibility-bottom p{ 
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.responsibility-quote {
    display: none;
    transition: opacity 0.5s ease;
}
.responsibility-quote.active {
    display: block;
    opacity: 1;
}
.responsibility-quote {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.responsibility-quote.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}
@media only screen and (max-width: 1280px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content {
    padding-top: 80px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 30px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc{
    font-size: 20px;
  }
  .banner .swiper .banner-scroll {
    width: 211px;
    height: 178px;
  }
  .banner .swiper .banner-scroll .scroll-down {
    margin-top: 98px;
    margin-left: 103px;
  }
  .banner .swiper .banner-scroll .scroll{
    margin-top: 14px;
    margin-left: 140px;
  }
  .company .company-top {
    width: 85%;
}
.company .company-bottom .company-bottom-left .company-bottom-left-bottom, .company .company-bottom .company-bottom-right .company-bottom-right-top {
  width: 150px;
  height: 150px;
}
.company .company-bottom .company-bottom-left .company-bottom-left-top, .company .company-bottom .company-bottom-right .company-bottom-right-bottom {
    width: 150px;
    height: 150px;
}
.company .company-bottom .company-bottom-left .company-item, .company .company-bottom .company-bottom-right .company-item {
    top: 13%;
}
.company-item .company-item-top .company-item-top-left {
    font-size: 35px;
}
.company-item .company-item-top .company-item-top-right {
    font-size: 22px;
}
.company-item .company-item-bottom {
    font-size: 18px;
}
.culture-bottom .culture-bottom-right .culture-bottom-right-desc {
    font-size: 24px;
}
.culture-bottom .culture-bottom-right .culture-bottom-right-buttom .num {
    font-size: 50px;
}
.culture-bottom .culture-bottom-right {
    gap: 0;
}
.responsibility .responsibility-middle {
    width: 90%;
}
}
@media only screen and (max-width: 1080px) {
.history-middle .swiper-slide {
    width: 534px;
}
}
@media only screen and (max-width: 1025px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 24px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc{
    font-size: 18px;
  }
  .banner-content-btn{
    display: none;
  }
  .banner .swiper .banner-scroll {
    display: none;
  }
  .company .company-top .company-top-item {
    font-size: 16px;
  }
.responsibility-middle-item {
    flex-direction: column;
    gap: 20px;
}
.responsibility-middle-item .responsibility-item-left {
    width: 80%;
}
.responsibility-middle-item .responsibility-item-right {
    width: 80%;
}
.responsibility .responsibility-middle {
    height: 905px;
}
}
@media only screen and (max-width: 900px) {
  .company .company-bottom .company-bottom-left, .company .company-bottom .company-bottom-right {
    display: none;
  }
  .company .company-bottom {
    width: 85%;
}
  .company .company-bottom .company-bottom-middle {
    width: 100%;
    gap: 20px;
}
.culture .culture-back img {
    width: 100%;
    height: 800px;
}
.culture .culture-inner {
    width: 85%;
}
.culture-bottom .swiper-slide {
    flex-direction: column;
    gap: 20px;
}
.culture-bottom .culture-bottom-left {
    width: 70%;
}
.culture-bottom .culture-bottom-right {
    width: 100%;
}
.culture-bottom .culture-bottom-right .culture-bottom-right-title {
    font-size: 30px;
}
.culture-bottom .culture-bottom-right .culture-bottom-right-desc {
    font-size: 20px;
    margin-bottom: 22px;
}
.history .history-inner {
    width: 85%;
}
.history-middle-item .history-middle-item-title-top .history-middle-item-title-top-left {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    height: 50px;
}
.history-middle-item .history-middle-item-title-top {
    gap: 15px;
}
.history-middle-item .history-middle-item-title-top p span {
    font-size: 20px;
}
.history-middle-item .history-middle-item-title-top p {
    font-size: 18px;
}
.history-middle-back {
    bottom: 296px;
}
.responsibility .responsibility-bottom p {
    font-size: 20px;
}
    .responsibility .responsibility-middle {
        height: 860px;
    }
}

@media only screen and (max-width: 821px) {
    .culture-bottom .culture-bottom-left {
        width: 80%;
    }
      .responsibility .responsibility-middle {
        height: 820px;
    }
  }
@media only screen and (max-width: 768px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content {
    padding-top: 60px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 20px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc{
    font-size: 16px;
  } 
  .company .company-bottom .company-bottom-middle .company-bottom-middle-top .company-bottom-middle-top-title,
  .culture-top .culture-top-title,
  .history .history-top .history-top-title,
  .responsibility .responsibility-top .responsibility-top-title p {
    font-size: 28px;
  }
      .culture-bottom .culture-bottom-left {
        width: 90%;
    }
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-content {
    gap: 0px;
}
.responsibility .responsibility-bottom {
    width: 85%;
}
.responsibility .responsibility-middle .responsibility-middle-right {
    flex-direction: row;
}
.responsibility .responsibility-middle {
    flex-direction: column;
}
.responsibility .responsibility-middle {
    height: 900px;
}
.responsibility .responsibility-middle .responsibility-middle-left {
    height: 90%;
}
}

@media only screen and (max-width: 641px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content {
    padding-top: 60px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .swiper-pagination .banner-pages-item .banner-pages-one-active {
    width: 28px;
    height: 6px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .swiper-pagination .banner-pages-item .banner-pages-one {
    width: 22px;
    height: 3px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .swiper-pagination .banner-pages-num {
    font-size: 14px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 18px;
  }
  .company .company-top {
    margin-bottom: 30px;
}
  .company .company-inner {
      padding-top: 20px;
      padding-bottom:30px;
  }
  .company .company-bottom .company-bottom-middle .company-bottom-middle-top .company-bottom-middle-top-title,
  .culture-top .culture-top-title,
  .history .history-top .history-top-title,
  .responsibility .responsibility-top .responsibility-top-title p {
    font-size: 24px;
  }
  .company .company-bottom .company-bottom-middle .company-bottom-middle-top,
  .culture .culture-top,
  .history .history-top,
  .responsibility .responsibility-top .responsibility-top-title {
    gap: 18px;
}
  .company .company-bottom .company-bottom-middle .company-bottom-middle-middle {
    font-size: 16px;
}
.culture .culture-top {
    margin-bottom: 30px;
}
    .culture .culture-back img {
        width: 100%;
        height: 700px;
    }
    .culture-bottom .culture-bottom-left {
        width: 100%;
    }
.culture-bottom .culture-bottom-right .culture-bottom-right-title {
    font-size: 20px;
}
.culture-bottom .culture-bottom-right .culture-bottom-right-desc {
    font-size: 16px;
    margin-bottom: 22px;
}
    .culture-bottom .culture-bottom-right .culture-bottom-right-buttom .num {
        font-size: 30px;
    }
.responsibility .responsibility-top .responsibility-top-desc p {
    font-size: 16px;
}
.culture-bottom .culture-bottom-right .culture-bottom-right-buttom .culture-bottom-button .culture-bottom-prev,
.culture-bottom .culture-bottom-right .culture-bottom-right-buttom .culture-bottom-button .culture-bottom-next {
    width: 50px;
    height: 50px;
}
.responsibility .responsibility-bottom p {
    font-size: 18px;
}
.history .history-back img {
    width: 100%;
    height: 540px;
}
.history .history-bottom {
    display: none;
}
.history-middle .swiper-slide {
    height: 400px;
}
    .history-middle-back {
        bottom: 216px;
    }
.responsibility-middle-item {
    width: 100%;
}
.responsibility .responsibility-top .responsibility-top-desc p {
    font-size: 16px;
}
.responsibility .responsibility-top {
    margin-bottom: 30px;
}
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-title .num {
    font-size: 20px;
}
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-title p {
    font-size: 20px;
}
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-desc p {
    font-size: 17px;
}
.responsibility-middle-item .responsibility-item-left .responsibility-item-left-content p {
    font-size: 17px;
    line-height: 30px;
}
    .responsibility .responsibility-bottom p {
        font-size: 18px;
    }
    .responsibility .responsibility-middle {
        height: 800px;
    }
}
@media only screen and (max-width: 521px) {
  .company .company-top{
    flex-wrap: wrap;
  }
  .company .company-top .company-top-item::after{
    display: none;
  }
  .company .company-top .company-top-item {
    margin-top: 10px;
}
.responsibility .responsibility-middle {
        width: 85%;
    }
      .responsibility .responsibility-middle {
        height: 700px;
    }
}