.research .part-0 {
  position: relative;
  padding: 1rem 0 0.2rem;
  overflow: hidden;
}
.research .part-0 img.bg {
  top: 0;
  left: 0;
  height: 16rem;
}
.research .part-0 .page-content {
  max-height: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem 1rem;
  --font-size: .2rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  overflow: hidden;
  transition: max-height 0.6s ease-out;
}
.research .part-0 .page-content li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.9rem;
}
.research .part-0 .btn {
  width: 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  --font-size: .18rem;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 0.3rem;
  cursor: pointer;
  transform: rotate(180deg);
}
.research .part-0 .btn > :nth-child(1)::after {
  content: "more";
  text-transform: uppercase;
  transform: rotate(180deg);
  display: block;
}
.research .part-0 .btn > :nth-child(1),
.research .part-0 .btn > :nth-child(2) {
  opacity: 0.3;
}
.research .part-0 .btn > :nth-child(3) {
  opacity: 1;
}
.research .part-0.active .page-content {
  max-height: calc(0.9rem * 4 + 0.7rem * (4 - 1));
}
.research .part-0.active .btn {
  transform: unset;
}
.research .part-0.active .btn > :nth-child(1)::after {
  content: "less";
  transform: unset;
}
@media screen and (max-width: 700px) {
  .research .part-0 {
    padding-top: 0.6rem;
  }
  .research .part-0 .page-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem 1rem;
  }
  .research .part-0.active .page-content {
    max-height: calc(0.9rem * 11 + 0.3rem * (11 - 1));
  }
}
.research .part {
  counter-reset: part;
  position: relative;
  padding: 0.65rem 0 1.35rem;
  overflow: hidden;
}
.research .part .bg {
  background: url(../images/research/bg.png) center top/contain transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 82rem;
  top: 0;
  left: 0;
  z-index: 1;
}
.research .part .item {
  padding: 1.78rem 0 1.3rem;
  position: relative;
}
.research .part .item .abbr {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  --font-size: 2.2rem;
  color: #E6EDF5;
  line-height: 0.9;
  opacity: 0.53;
  z-index: 1;
  text-transform: uppercase;
}
.research .part .item > .page-content {
  position: relative;
  z-index: 2;
  width: 15rem;
  counter-increment: part;
  display: flex;
  gap: 0.3rem 1.9rem;
}
.research .part .item > .page-content .text-part {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 0.6rem;
}
.research .part .item > .page-content .text-part h1 {
  font-weight: 700;
  --font-size: .44rem;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}
.research .part .item > .page-content .text-part p {
  --font-size: .18rem;
  color: #454646;
  line-height: 1.5;
  flex: 1;
}
.research .part .item > .page-content .img {
  width: 5.2rem;
  height: 5.2rem;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0.06rem 0.18rem 0.33rem rgba(3, 15, 27, 0.2);
}
.research .part .item > .page-content .foot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0.35rem;
}
.research .part .item > .page-content .foot .number {
  font-weight: 700;
  --font-size: .4rem;
  color: #05396D;
  width: 0.57rem;
  height: 1.5rem;
  overflow: hidden;
  display: flex;
  justify-content: end;
  position: relative;
}
.research .part .item > .page-content .foot .number::before {
  content: "0" counter(part) ".";
}
.research .part .item > .page-content .foot .number::after {
  display: none;
  content: "";
  width: 0.04rem;
  height: 0.6rem;
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.research .part .item > .page-content .foot .more {
  height: unset;
  --font-size: 0.25rem;
}
.research .part .item:nth-of-type(2n) {
  border-top: 0.08rem solid #FFA200;
}
.research .part .item:nth-of-type(2n)::before, .research .part .item:nth-of-type(2n)::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.research .part .item:nth-of-type(2n)::before {
  height: 90%;
  background-color: rgb(233, 243, 251);
}
.research .part .item:nth-of-type(2n)::after {
  height: 100%;
  background-color: rgb(0, 54, 107);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
.research .part .item:nth-of-type(2n) .abbr {
  left: unset;
  right: 0;
  opacity: 0.08;
}
.research .part .item:nth-of-type(2n) > .page-content {
  flex-direction: row-reverse;
}
.research .part .item:nth-of-type(2n) > .page-content .text-part h1,
.research .part .item:nth-of-type(2n) > .page-content .text-part p {
  color: #FFFFFF;
}
.research .part .item:nth-of-type(2n) .foot {
  flex-direction: row-reverse;
}
.research .part .item:nth-of-type(2n) .foot .more::before, .research .part .item:nth-of-type(2n) .foot .more::after,
.research .part .item:nth-of-type(2n) .foot .number::before,
.research .part .item:nth-of-type(2n) .foot .number::after {
  color: #FFFFFF;
}
.research .part .see-more .page-content {
  width: 15rem;
  height: 1rem;
  background-image: linear-gradient(90deg, #103974 0%, #01396B 99%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.28rem;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.research .part.open .item {
  display: block;
}
.research .part.open .see-more {
  display: none;
}
@media screen and (max-width: 910px) {
  .research .part .item > .page-content {
    flex-direction: column;
  }
  .research .part .item > .page-content .img {
    align-self: flex-end;
  }
  .research .part .item:nth-of-type(2n) .page-content {
    flex-direction: column;
  }
  .research .part .item:nth-of-type(2n) .page-content .img {
    align-self: flex-start;
  }
}
.research .part-1 {
  padding: 1.4rem 0;
}
.research .part-1 .page-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  position: relative;
}
.research .part-1 .page-content > a {
  min-height: 2rem;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(94deg, #FBFCFF 2%, #F3F7FD 100%);
  color: #1A1A1A;
  padding: 0.6rem 0.7rem;
  justify-content: center;
  gap: 0.2rem;
  position: relative;
  padding-right: 1.8rem;
}
.research .part-1 .page-content > a h3 {
  font-weight: 700;
  --font-size: .34rem;
  line-height: 1;
}
.research .part-1 .page-content > a p {
  opacity: 0.5;
  font-weight: 600;
  --font-size: .18rem;
}
.research .part-1 .page-content > a .more {
  position: absolute;
  align-self: end;
  transform: translateX(110%);
  transition: color 0.3s ease-out;
}
.research .part-1 .page-content > a .more::before {
  transition: color 0.3s ease-out;
}
.research .part-1 .page-content > a:hover .more {
  color: #FEA200;
}
.research .part-1 .page-content > a:hover .more::before {
  color: #FEA200;
}
@media screen and (max-width: 600px) {
  .research .part-1 .page-content > a {
    padding-right: 2rem;
  }
}
.research .detail .page-content {
  width: 15rem;
}
.research .detail .about {
  padding: 1.3rem 0 1.1rem;
  background: url(../images/research/bg-3.png) no-repeat center/cover;
}
.research .detail .about .page-content {
  display: flex;
  flex-direction: row;
  gap: 0.5rem 1.5rem;
}
.research .detail .about .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.research .detail .about img {
  width: 5rem !important;
  height: 5rem !important;
  position: relative;
  z-index: 9;
}
.research .detail .about figure {
  position: relative;
}
.research .detail .about figure::before {
  --width: 2.6rem;
  --color: #FFA200;
  content: "";
  width: 0;
  height: 0;
  border-top: calc(var(--width) / 2) solid var(--color);
  border-left: calc(var(--width) / 2) solid transparent;
  border-right: calc(var(--width) / 2) solid var(--color);
  border-bottom: calc(var(--width) / 2) solid transparent;
  position: absolute;
  top: -0.24rem;
  right: -0.24rem;
  z-index: 1;
}
.research .detail .about h1 {
  text-transform: uppercase;
  --font-size: .6rem;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  margin-top: 0.4rem;
}
.research .detail .about p {
  --font-size: .24rem;
  color: #333333;
  line-height: 1.2;
}
.research .detail .about a {
  margin-top: 0.36rem;
  font-weight: 700;
  --font-size: .28rem;
  color: #003F7E;
  line-height: 1;
  height: unset;
  width: fit-content;
  transition: color 0.3s ease-out;
}
.research .detail .about a::before {
  font-family: "icomoon";
  content: "\e903";
  margin-right: 0.12rem;
}
.research .detail .about a:hover {
  color: #FEA200;
}
@media (max-width: 910px) {
  .research .detail .about .page-content {
    flex-direction: column;
  }
  .research .detail .about .page-content img {
    width: 100% !important;
  }
}
.research .detail .info {
  background: url(../images/research/bg-3-1.jpg) no-repeat bottom right/cover;
  padding: 1.45rem 0 1.35rem;
}
.research .detail .info .page-content {
  display: flex;
  flex-direction: column;
}
.research .detail .info .head {
  display: flex;
  flex-direction: row;
  height: 0.7rem;
  background-color: #00478E;
}
.research .detail .info .head h5 {
  flex: 1;
  opacity: 0.9;
  --font-size: .26rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 500;
}
.research .detail .info .head h5::before, .research .detail .info .head h5::after {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #C3D1E1;
  opacity: 0.2;
}
.research .detail .info .head h5:first-of-type::before, .research .detail .info .head h5:last-of-type::after {
  opacity: 0;
}
.research .detail .info .head h5:hover, .research .detail .info .head h5.active {
  opacity: 1;
  background: #FFA200;
}
.research .detail .info .items {
  padding: 0.8rem 1rem;
  background-color: #FFFFFF;
  --font-size: .24rem;
  color: #333333;
  line-height: 1.2;
}
.research .detail .info .items .item {
  display: none;
  flex-direction: column;
  gap: 0.3rem 0;
}
.research .detail .info .items .item > ul {
  display: flex;
  flex-direction: column;
  gap: 0.3rem 0;
}
.research .detail .info .items .item > ul li::before {
  font-family: "icomoon";
  content: "\e903";
  margin-right: 0.12rem;
  font-size: 8px;
}
.research .detail .info .items .item.active {
  display: flex;
}

/*# sourceMappingURL=research.css.map */
