@charset "utf-8";
:root {
  --color: #1652b1;
  --vh: 100vh;
}
.c-profile1 {
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .c-profile1 {
    padding: 1.2rem 0;
  }
}
.c-profile1 .c-profile1-banner {
  margin: 0.4rem auto 0;
}
@media (max-width: 991px) {
  .c-profile1 .c-profile1-banner {
    width: 90%;
  }
}
.c-profile1 .c-profile1-banner .public-img::before {
  padding-top: 75.10608204%;
}
.c-profile2 {
  padding: 0.8rem 0;
  background: #f8f8f8;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-profile2 {
    padding: 1.2rem 0;
  }
}
.c-profile2 .c-profile2-banner {
  overflow: visible;
  width: 7rem;
  margin: 0.4rem auto 0;
}
@media (max-width: 991px) {
  .c-profile2 .c-profile2-banner {
    width: 90%;
  }
}
.c-profile2 .c-profile2-banner .public-img::before {
  padding-top: 66.25766871%;
}
.c-profile3 {
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .c-profile3 {
    padding: 1.2rem 0;
  }
}
.c-profile3 .c-list {
  margin: 0.4rem 0 -0.6rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
.c-profile3 .c-list li {
  width: 20%;
  padding: 0 0.3rem 0.6rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-profile3 .c-list li {
    width: 33.333%;
  }
}
.c-profile3 .c-list li .c-ico {
  margin-bottom: 0.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #1652b1;
}
.c-profile3 .c-list li .c-ico img {
  width: 65%;
  height: 65%;
}
.c-profile4 {
  position: relative;
  padding: 0.8rem 0 0.6rem;
}
@media (max-width: 767px) {
  .c-profile4 {
    padding: 1.2rem 0;
  }
}
.c-profile4 .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-profile4 .container {
  position: relative;
  z-index: 5;
  text-align: center;
}
.c-profile4 .container .c-title {
  font-weight: bold;
  line-height: 1.22727273em;
}
.c-profile4 .container .cn1 {
  margin-top: 0.05rem;
  color: #666666;
  line-height: 1.5em;
  margin-bottom: 0.35rem;
  text-align: center;
}
.c-profile4 .container .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.c-profile4 .container .c-list li {
  width: 10%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 991px) {
  .c-profile4 .container .c-list li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .c-profile4 .container .c-list li {
    width: 33.333%;
  }
}
.c-profile4 .container .c-list li .public-img {
  background: #fff;
}
.c-profile4 .container .c-list li .public-img::before {
  padding-top: 45.08196721%;
}
.c-profile4 .container .c-list li .public-img img {
  object-fit: contain;
}
.c-profile4 .container .cn2 {
  color: #999999;
  line-height: 1.625em;
  text-align: center;
  margin-bottom: 0.35rem;
}
