div.page-link-1 .company-profile .profile {
  padding: 0.9rem 0 1.1rem;
  background: url(../images/company-profile-bg.png) center center / cover no-repeat;
}
div.page-link-1 .company-profile .profile .profile-content {
  margin-top: 0.6rem;
}
div.page-link-1 .company-profile .profile .profile-content,
div.page-link-1 .company-profile .profile .profile-content p {
  font-size: 0.16rem;
  color: #888888;
  line-height: 0.32rem;
}
@media screen and (max-width: 1024px) {
  div.page-link-1 .company-profile .profile .profile-content,
  div.page-link-1 .company-profile .profile .profile-content p {
    font-size: 0.28rem;
    line-height: 0.45rem;
  }
}
div.page-link-1 .company-profile .elegant-demeanor {
  padding: 0.7rem 0;
}
div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content {
  margin-top: 0.75rem;
  position: relative;
}
div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .arrow {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  top: 1.9rem;
  z-index: 10;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  font-family: serif;
  font-size: 0.16rem;
  font-weight: bold;
  color: #999;
  line-height: 0.4rem;
  text-align: center;
}
div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .arrow:hover {
  border-color: #005BAC;
  color: #005BAC;
}
@media screen and (max-width: 1024px) {
  div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .arrow {
    width: 0.5rem;
    height: 0.5rem;
    top: 50%;
  }
}
div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .arrow-left {
  left: 0;
}
div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .arrow-right {
  right: 0;
}
div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .swiper-container-profile {
  width: 12.83rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .swiper-container-profile {
    width: 100%;
  }
}
div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .swiper-container-profile .swiper-slide {
  position: relative;
}
div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .swiper-container-profile .swiper-slide .img {
  width: 100%;
  height: 4.2rem;
}
div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .swiper-container-profile .swiper-slide .title {
  width: 100%;
  height: 0.7rem;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0.7rem;
  padding: 0 0.1rem;
  text-align: center;
  font-size: 0.18rem;
  color: #ffffff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .swiper-container-profile .swiper-slide .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 91, 172, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.45rem 0.4rem 0;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .swiper-container-profile .swiper-slide .bg .bg-title {
  font-size: 0.28rem;
  color: #FFFFFF;
  text-align: center;
}
div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .swiper-container-profile .swiper-slide .bg .desc {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .swiper-container-profile .swiper-slide .title {
    font-size: 0.3rem;
  }
  div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .swiper-container-profile .swiper-slide .desc {
    font-size: 0.26rem;
  }
}
div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .swiper-container-profile .swiper-slide:hover .title {
  bottom: -0.7rem;
}
div.page-link-1 .company-profile .elegant-demeanor .elegant-demeanor-content .swiper-container-profile .swiper-slide:hover .bg {
  opacity: 1;
}
