.company .pic {
  width: 45.8%;
  height: 23.64rem;
  background-color: #f0f0f0;
}
.company .text {
  width: 54.2%;
  padding: 0 13% 0 4.2%;
}
.company .text .company-t {
  position: relative;
  margin-bottom: 4.73rem;
}
.company .text .company-t::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2.27rem;
  width: 3.86rem;
  height: 0.18rem;
  background-color: #3974bf;
}
.company .text .company-t h4 {
  font-size: 1.36rem;
  color: #3974bf;
}
.company .text .company-t p {
  position: absolute;
  bottom: 0.45rem;
  left: 0;
  font-size: 1.64rem;
  font-weight: bold;
  color: rgba(57, 116, 191, 0.1);
  z-index: -1;
}
.company .text .info {
  overflow-y: auto;
  padding-right: 1.5rem;
}
.company .text .info::-webkit-scrollbar {
  width: 0.09rem;
  background-color: #e6e6e6;
}
.company .text .info::-webkit-scrollbar-thumb {
  width: 0.18rem;
  height: 3.64rem;
  background-color: #3974bf;
  border-radius: 0.09rem;
}
.company .text .info p,
.company .text .info span {
  font-size: 0.73rem;
  line-height: 1.27rem;
  text-align: justify;
  color: #666;
  margin-bottom: 1.14rem;
}
.company .text .info .com-info {
  height: 12.27rem;
}
.style {
  margin-bottom: 4.55rem;
}
.style .style-swiper .swiper-slide {
  width: 23.44% !important;
}
.style .style-swiper .pic {
  position: relative;
  padding-bottom: 62.2%;
  background-color: #f0f0f0;
}
.style .style-swiper .pic img {
  position: absolute;
  top: 0;
  left: 0;
}
.style .style1 {
  margin-bottom: 1.82rem;
}
.style .style2 {
  padding-bottom: 2.73rem;
}
.style .style2 .swiper-pagination {
  width: 20% !important;
}
.style .style2 .swiper-pagination-bullet {
  width: 0.45rem;
  height: 0.45rem;
  background-color: #3974bf;
  margin: 0 0.55rem;
}
.style .style2 .swiper-pagination-bullet-active {
  position: relative;
  width: 0.73rem;
  height: 0.73rem;
  box-sizing: border-box;
  background-color: #fff;
  border: 0.05rem solid #3974bf;
}
.style .style2 .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.27rem;
  height: 0.27rem;
  border-radius: 50%;
  background-color: #3974bf;
}
@media only screen and (max-width: 768px) {
  .company {
    flex-direction: column-reverse;
  }
  .company .pic {
    width: 100%;
    height: 12.64rem;
  }
  .company .text {
    width: 100%;
    padding: 0;
    margin-bottom: 0.91rem;
  }
  .company .text .company-t {
    margin-bottom: 3.73rem;
  }
  .company .text .company-t::after {
    bottom: -2rem;
  }
  .company .text .company-t p {
    font-size: 1.15rem;
  }
  .company .text .info .com-info {
    height: 9.5rem;
  }
  .style {
    margin-bottom: 3.55rem;
  }
  .style .com-t {
    padding: 3.55rem 0 3.55rem 20px;
  }
  .style .style-swiper .swiper-slide {
    width: 55% !important;
  }
}
