.common-nav {
  transition: all 0.5s linear;
}
.common-nav.fixed-hide {
  top: -1rem;
}
.about-container-con {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url("../images/about-us/about-us-01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-container-con .header-con-container {
  position: absolute;
  left: 0;
  top: var(--nav-height);
  width: 100%;
  padding: 0.2rem 0;
  z-index: 3;
}
.about-container-con .header-con-container.fixed {
  position: fixed;
  background-color: #ffffff;
  color: #193853;
  transition: all 0.5s linear;
}
.about-container-con .header-con-container.fixed .breadcrumb-ul > li {
  color: #193853;
}
.about-container-con .header-con-container.fixed .breadcrumb-ul > li:after {
  color: #193853;
}
.about-container-con .header-con-container.fixed .breadcrumb-ul .icon {
  color: #193853;
}
.about-container-con .header-con-container.fixed .breadcrumb-ul a {
  color: #193853;
}
.about-container-con .header-con-container.fixed .breadcrumb-ul a:hover {
  color: #193853;
}
.about-container-con .header-con-container.fixed .type-nav-list-ul > li {
  color: #193853;
}
.about-container-con .header-con-container.fixed .type-nav-list-ul > li.active {
  color: #193853;
  border-bottom-color: #193853;
}
.about-container-con .header-con-container.fixed .type-nav-list-ul > li a {
  color: #193853;
}
.about-container-con .header-con-container.fixed-active {
  top: 0;
}
.about-container-con .header-con {
  width: var(--nav-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.about-container-con .header-con .breadcrumb-ul > li {
  color: #ffffff;
}
.about-container-con .header-con .breadcrumb-ul > li:after {
  color: #ffffff;
}
.about-container-con .header-con .breadcrumb-ul .icon {
  color: #ffffff;
}
.about-container-con .header-con .breadcrumb-ul a {
  color: #ffffff;
}
.about-container-con .header-con .breadcrumb-ul a:hover {
  color: #ffffff;
}
.about-container-con .header-con .type-nav-list-ul {
  display: flex;
  gap: 0.4rem;
  font-size: 0.18rem;
}
.about-container-con .header-con .type-nav-list-ul > li {
  padding-bottom: 0.18rem;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.about-container-con .header-con .type-nav-list-ul > li.active {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.about-container-con .header-con .type-nav-list-ul > li a {
  color: #ffffff;
}
.about-container-con .swiper-con {
  width: var(--main-width);
  margin: 0.6rem auto 0 auto;
  overflow: hidden;
}
.about-container-con .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-container-con .swiper-slide .banner-text-con {
  margin-top: 0;
}
.about-container-con .banner-text-con {
  position: relative;
  width: var(--main-width);
  margin: 2.6rem auto 0 auto;
  color: #ffffff;
}
.about-container-con .banner-text-con .text-info-con {
  height: 2rem;
  margin-top: 0.4rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  text-align: justify;
  text-justify: distribute;
}
.about-container-con .no-margin-top {
  margin-top: 0;
}
.about-container-con .img-con {
  height: 2.8rem;
  position: relative;
  overflow: hidden;
}
.about-container-con .img-con:hover .abs-hover {
  opacity: 1;
}
.about-container-con .img-con:hover > img {
  transform: scale(1.1);
}
.about-container-con .img-con > img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.about-container-con .img-con .abs-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.24rem;
  justify-content: end;
  text-align: left;
  background: linear-gradient(to top, rgba(0, 72, 152, 0.8) 0%, rgba(0, 72, 152, 0.5) 40%, rgba(0, 72, 152, 0) 100%);
  color: #ffffff;
  font-size: 0.18rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  line-height: 0.3rem;
}
.about-container-con .name-con {
  margin-top: 0.3rem;
  text-align: center;
  font-size: var(--fz-md);
  color: #ffffff;
}
.about-container-con .process-con {
  width: var(--main-width);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.9rem;
  display: flex;
  align-items: center;
  z-index: 2;
}
.about-container-con .process-con .process-line {
  flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.about-container-con .process-con .process-line .line {
  width: 20%;
  height: 100%;
  background-color: #ffffff;
  transition: width 0.5s linear;
}
.about-container-con .process-con .pre-and-next {
  display: flex;
  justify-items: center;
}
.about-container-con .process-con .pre-con,
.about-container-con .process-con .next-con {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.5rem;
  font-family: 'iconfont';
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 0.2rem;
}
.about-container-con .process-con .pre-con:hover,
.about-container-con .process-con .next-con:hover {
  background-color: var(--active-color);
}
.about-container-con .process-con .pre-con {
  margin-left: 0.5rem;
}
.about-common-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #ffffff;
}
.about-common-header .title-con {
  font-size: var(--fz-lg);
  font-family: 'FZZDHJW';
  color: #ffffff;
}
.about-common-header .right-con {
  color: rgba(255, 255, 255, 0.9);
  text-align: right;
}
.about-common-header .right-con .cn-title {
  font-size: var(--fz-sm);
}
.about-common-header .right-con .en-title {
  font-size: 0.14rem;
}
.about-common-header-color {
  color: #0d2350;
}
.about-common-header-color .right-con {
  color: #ffffff;
}
.ceo-con {
  width: 100%;
  height: 100vh;
  background-image: url("../images/about-us/about-us-14.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 1.2rem;
}
.ceo-con .ceo-container {
  width: var(--main-width);
  margin: 0 auto;
  padding-top: 0.9rem;
}
.ceo-con .info-flex {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ceo-con .left-con {
  position: relative;
}
.ceo-con .left-con > img {
  width: 5.9rem;
  height: auto;
}
.ceo-con .right-con .name-con {
  font-size: var(--fz-xx);
  font-family: 'FZZDHJW';
  margin-top: 0.9rem;
  color: #1a2438;
}
.ceo-con .right-con .work-con {
  margin-top: 0.2rem;
  font-size: var(--fz-md);
  color: #0d2350;
}
.ceo-con .info-ul-con {
  display: flex;
  gap: 0.1rem;
  margin-top: 0.6rem;
}
.ceo-con .info-ul {
  display: flex;
  flex-direction: column;
  width: auto;
}
.ceo-con .info-ul > li {
  position: relative;
  font-size: 0.18rem;
  margin-top: 0.34rem;
  padding-left: 0.4rem;
  line-height: 0.26rem;
  color: #0d2350;
}
.ceo-con .info-ul > li:hover:before {
  animation: loadingRotate 0.8s linear infinite;
}
.ceo-con .info-ul > li:first-child {
  margin-top: 0;
}
.ceo-con .info-ul > li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.02rem;
  width: 0.24rem;
  height: 0.24rem;
  content: "";
  background-image: url("../images/about-us/about-us-02.png");
  background-repeat: no-repeat;
  background-size: cover;
  transform-origin: center center;
}
.ceo-con .abs-title-con {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding: 0.2rem 0.6rem;
  font-size: var(--fz-xx);
  color: #1a2438;
  font-family: 'FZZDHJW';
}
.ceo-con .abs-title-con > div {
  white-space: nowrap;
  letter-spacing: 0.028rem;
}
.ceo-con .abs-title-con .mobile-text {
  display: none;
}
.ceo-con .abs-title-con:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 0.3rem;
  height: 0.28rem;
  content: "";
  background-image: url("../images/about-us/about-us-04.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.ceo-con .abs-title-con:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  width: 0.3rem;
  height: 0.28rem;
  content: "";
  background-image: url("../images/about-us/about-us-06.png");
  background-repeat: no-repeat;
  background-size: cover;
  transform-origin: center center;
}
.ceo-con .text-con {
  width: 100%;
  margin-top: 0.9rem;
  font-size: var(--fz-sm);
  line-height: 0.4rem;
  color: #333333;
  text-align: justify;
}
.team-con {
  width: 100%;
  height: 100vh;
  background-image: url("../images/about-us/team-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 1.2rem;
}
.team-con .team-container {
  width: var(--main-width);
  margin: 0 auto;
  padding-top: 1rem;
}
.team-con .container-con {
  display: flex;
  justify-content: space-between;
  margin-top: 1.3rem;
}
.team-con .left-con {
  width: 6.6rem;
}
.team-con .right-con {
  width: 7.2rem;
  overflow: hidden;
}
.team-con .right-con .swiper-container {
  position: relative;
  width: 100%;
  height: auto;
}
.team-con .right-con .swiper-slide {
  width: 100%;
  height: auto;
}
.team-con .right-con .swiper-slide > img {
  width: 100%;
  height: auto;
}
.team-con .right-con .process-con {
  position: absolute;
  left: 0;
  bottom: 0.22rem;
  width: 100%;
  padding: 0 0.22rem;
  display: flex;
  justify-content: end;
  gap: 0.14rem;
  z-index: 2;
}
.team-con .right-con .process-con .process-item {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.team-con .right-con .process-con .process-item.active {
  background-color: #0099d9;
  border: 1px solid #0099d9;
}
.team-con .right-con .text-info {
  margin-top: 0.4rem;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: justify;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@keyframes numberAnimate {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.team-con .team-data-ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.65rem;
  /* 自动为 li:nth-child(n) 生成递增 0.1s 延迟 */
  /* 启动循环（生成 1 到 @maxLi 的规则） */
}
.team-con .team-data-ul > li {
  position: relative;
  height: 0.9rem;
  display: flex;
  margin-top: 0.7rem;
  color: #ffffff;
}
.team-con .team-data-ul > li:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
}
.team-con .team-data-ul > li:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 1px;
  content: "";
  background-color: #ffffff;
  animation: numberAnimate 2s linear infinite;
}
.team-con .team-data-ul > li:nth-child(1) {
  margin-top: 0;
}
.team-con .team-data-ul > li:nth-child(2) {
  margin-top: 0;
}
.team-con .team-data-ul > li:nth-child(8)::after {
  animation-delay: 0.8s;
}
.team-con .team-data-ul > li:nth-child(7)::after {
  animation-delay: 0.7s;
}
.team-con .team-data-ul > li:nth-child(6)::after {
  animation-delay: 0.6s;
}
.team-con .team-data-ul > li:nth-child(5)::after {
  animation-delay: 0.5s;
}
.team-con .team-data-ul > li:nth-child(4)::after {
  animation-delay: 0.4s;
}
.team-con .team-data-ul > li:nth-child(3)::after {
  animation-delay: 0.3s;
}
.team-con .team-data-ul > li:nth-child(2)::after {
  animation-delay: 0.2s;
}
.team-con .team-data-ul > li:nth-child(1)::after {
  animation-delay: 0.1s;
}
.team-con .team-data-ul .number-con {
  width: 1.5rem;
  display: flex;
  justify-content: flex-start;
}
.team-con .team-data-ul .number-con .number {
  font-size: 0.5rem;
  font-family: 'FZZDHJW';
}
.team-con .team-data-ul .number-con .unit {
  font-size: 0.18rem;
  margin-left: 0.1rem;
}
.team-con .team-data-ul .info {
  font-size: 0.18rem;
}
.culture-con {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../images/about-us/about-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 1.2rem;
}
.culture-con .culture-container {
  position: relative;
  z-index: 2;
  width: var(--main-width);
  margin: 0 auto;
  padding-top: 1.2rem;
}
.culture-con .hover-ul-con {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.culture-con .hover-ul-con > li {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: flex 0.6s ease, filter 0.3s ease;
  background-color: rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.culture-con .hover-ul-con > li:last-child {
  border-right: none;
}
.culture-con .hover-ul-con > li.active {
  flex: 2;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.34);
}
.culture-con .hover-ul-con > li.active .title {
  font-size: var(--fz-lg);
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.culture-con .hover-ul-con > li.active .sub-title {
  display: block;
}
.culture-con .hover-ul-con .title {
  font-size: var(--fz-lg-x);
  color: #ffffff;
}
.culture-con .hover-ul-con .sub-title {
  margin-top: 0.3rem;
  font-size: var(--fz-md);
  color: #ffffff;
  display: none;
}
.target-con {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../images/about-us/about-us-08.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 1.2rem;
}
.target-con .target-container {
  position: relative;
  z-index: 2;
  width: var(--main-width);
  margin: 0 auto;
  padding-top: 1.2rem;
}
.target-con .year-content {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 1.2rem;
  height: 7.6rem;
}
.target-con .year-list-ul {
  height: 100%;
  position: relative;
}
.target-con .year-list-ul:before {
  display: block;
  position: absolute;
  right: 0.11rem;
  top: 0.1rem;
  bottom: 0.1rem;
  width: 1px;
  content: "";
  background-color: rgba(153, 153, 153, 0.5);
}
.target-con .year-list-ul > li {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 0.28rem;
  height: 0.36rem;
}
.target-con .year-list-ul > li:first-child {
  margin-top: 0;
}
.target-con .year-list-ul > li.active .time {
  font-size: 0.36rem;
  color: #f39800;
}
.target-con .year-list-ul > li.active .time:after {
  background-image: url("../images/about-us/about-us-13.png");
}
.target-con .year-list-ul .time {
  color: #1a2438;
  font-size: var(--fz-md);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.target-con .year-list-ul .time:after {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  content: "";
  margin-left: 0.22rem;
  background-image: url("../images/about-us/about-us-02.png");
  background-repeat: no-repeat;
  background-size: cover;
  transform-origin: center center;
}
.target-con .year-list-ul .target {
  width: 2rem;
  left: 2rem;
  position: absolute;
  color: #1a2438;
}
.target-con .year-list-ul .target.bold {
  font-weight: bold;
}
.target-con .line-list {
  position: absolute;
  right: -0.4rem;
  top: 0.16rem;
  bottom: 0.16rem;
  width: 1px;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  align-items: center;
}
.target-con .line-list .row-con {
  width: 0.3rem;
  height: 1px;
  background-color: rgba(153, 153, 153, 0.5);
}
.target-con .line-list .line-con {
  width: 1px;
  background-color: rgba(153, 153, 153, 0.5);
}
.target-con .line-list .line-con.line-01 {
  height: 2.3rem;
}
.target-con .line-list .line-con.line-02 {
  flex: 1;
}
.target-con .history-con {
  height: 100%;
  overflow: hidden;
  flex: 1;
}
.target-con .history-con .scroll-content {
  width: 100%;
  padding: 3.8rem 0;
}
.target-con .history-con::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.target-con .history-con::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.target-con .history-con::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.target-con .history-ul {
  margin-left: 2rem;
}
.target-con .history-ul > li {
  margin-top: 0.56rem;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.18rem;
  cursor: pointer;
}
.target-con .history-ul > li .history {
  margin-top: 0.1rem;
}
.target-con .history-ul > li.active {
  color: rgba(26, 36, 56, 1);
}
.target-con .history-ul > li.active {
  color: rgba(26, 36, 56, 1);
}
.target-con .history-ul > li.active-r-1 {
  color: rgba(26, 36, 56, 0.6);
}
.target-con .history-ul > li.active-r-2 {
  color: rgba(26, 36, 56, 0.2);
}
.target-con .history-ul > li.active-a-1 {
  color: rgba(26, 36, 56, 0.8);
}
.target-con .history-ul > li.active-a-2 {
  color: rgba(26, 36, 56, 0.6);
}
.target-con .history-ul > li.active-a-3 {
  color: rgba(26, 36, 56, 0.2);
}
.target-mobile-con {
  display: none;
  padding: 0.8rem 0;
  background-color: #0d2350;
}
.target-mobile-con .title-con {
  font-size: var(--fz-lg);
  color: #ffffff;
  margin-bottom: 0.3rem;
  font-family: "FZZDHJW";
  text-align: center;
}
.target-mobile-con .mobile-swiper-con {
  width: var(--main-width);
  margin: 0.4rem auto 0 auto;
}
.target-mobile-con .mobile-swiper-con .swiper-wrapper {
  width: 100%;
  overflow: hidden;
}
.target-mobile-con .mobile-swiper-con .swiper-slide {
  width: 100%;
  position: relative;
}
.target-mobile-con .mobile-swiper-con .swiper-slide > img {
  width: 100%;
}
.target-mobile-con .mobile-swiper-con .swiper-slide .abs-div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  padding: 0.2rem;
}
.target-mobile-con .mobile-swiper-con .swiper-slide .year-con {
  font-size: var(--fz-lg-x);
  text-align: right;
}
.target-mobile-con .mobile-swiper-con .swiper-slide .text-con {
  font-size: var(--fz-md);
  margin-top: 0.4rem;
}
.target-mobile-con .pre-con,
.target-mobile-con .next-con {
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  font-size: 0.5rem;
  font-family: 'iconfont';
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.28);
}
.target-mobile-con .pre-con {
  margin-right: 0.1rem;
}
.target-mobile-con .next-con {
  margin-left: 0.1rem;
}
.target-mobile-con .year-con {
  width: var(--main-width);
  margin: 0.4rem auto 0 auto;
  height: 0.8rem;
  display: flex;
  align-items: center;
}
.target-mobile-con .year-con .scroll-con {
  height: 100%;
  flex: 1;
  width: 1px;
  overflow-x: auto;
  overflow-y: hidden;
}
.target-mobile-con .year-con .year-ul {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.target-mobile-con .year-con .year-ul > li {
  width: 0.8rem;
  height: 100%;
  flex-shrink: 0;
  font-size: var(--fz-md);
  color: #ffffff;
  line-height: 0.8rem;
}
.target-mobile-con .year-con .year-ul > li.active {
  font-size: 0.28rem;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .about-container-con {
    height: 10.8rem;
  }
  .about-container-con .header-con-container {
    display: none;
  }
  .about-container-con .banner-text-con {
    margin-top: 2rem;
  }
  .about-container-con .swiper-con {
    margin-top: 0.3rem;
  }
  .ceo-con {
    height: 10.8rem;
  }
  .ceo-con .ceo-container {
    padding-top: 0.5rem;
  }
  .ceo-con .ceo-container .text-con {
    margin-top: 0.6rem;
  }
  .team-con {
    height: 10.8rem;
  }
  .target-con {
    height: 10.8rem;
  }
  .target-con .year-content {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 760px) {
  .about-container-con {
    height: 100vh;
  }
  .about-container-con .process-con {
    bottom: 0.2rem;
  }
  .about-common-header {
    justify-content: center;
  }
  .about-common-header .right-con {
    display: none;
  }
  .about-container-con .header-con {
    display: none;
  }
  .about-container-con .banner-text-con {
    margin-top: 2.4rem;
  }
  .about-container-con .banner-text-con .text-info-con {
    height: 3.6rem;
  }
  .about-container-con .swiper-con {
    margin-top: 0.6rem;
  }
  .about-container-con .img-con {
    height: auto;
  }
  .ceo-con {
    height: auto;
  }
  .ceo-con .ceo-container {
    padding-top: 0.5rem;
  }
  .ceo-con .ceo-container .text-con {
    margin-top: 0.6rem;
  }
  .ceo-con .ceo-container .info-flex {
    position: relative;
  }
  .ceo-con .ceo-container .left-con {
    width: 4rem;
    height: 9rem;
  }
  .ceo-con .ceo-container .left-con > img {
    position: absolute;
    left: -1rem;
    top: 1.4rem;
    width: 5rem;
  }
  .ceo-con .ceo-container .right-con {
    position: relative;
    margin-left: 0.2rem;
  }
  .ceo-con .ceo-container .right-con .name-con {
    position: absolute;
    left: -1rem;
    top: 0;
    margin-top: 0;
  }
  .ceo-con .ceo-container .right-con .work-con {
    position: absolute;
    left: -1rem;
    top: 0.5rem;
  }
  .ceo-con .ceo-container .info-ul-con {
    margin-top: 1.5rem;
    display: block;
  }
  .ceo-con .ceo-container .info-ul > li {
    margin-top: 0.2rem;
  }
  .ceo-con .ceo-container .info-ul:nth-child(2) {
    margin-top: 0.1rem;
  }
  .ceo-con .abs-title-con {
    width: 5.3rem;
  }
  .ceo-con .abs-title-con > div {
    white-space: normal;
  }
  .ceo-con .abs-title-con .text {
    display: none;
  }
  .ceo-con .abs-title-con .mobile-text {
    display: block;
    text-align: justify;
  }
  .team-con {
    height: auto;
  }
  .team-con .container-con {
    display: block;
    margin-top: 0.8rem;
  }
  .team-con .right-con {
    margin-top: 0.8rem;
    width: 100%;
  }
  .culture-con {
    height: auto;
  }
  .culture-con .hover-ul-con {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
    height: auto;
    width: var(--main-width);
    margin: 0.8rem auto 0 auto;
  }
  .culture-con .hover-ul-con .title {
    font-weight: bold;
    font-size: 0.24rem;
  }

  .culture-con .hover-ul-con .sub-title {
    font-size: 0.2rem;
  }

  .culture-con .hover-ul-con > li {
    height: auto;
    background-color: rgba(255, 255, 255, 0.3);
    border-right: none;
    padding: 0.4rem 0;
    border-radius: 6px;
    justify-content: flex-start;
  }
  .culture-con .hover-ul-con > li:last-child {
    /*grid-column: span 2;*/
  }
  .culture-con .hover-ul-con .sub-title {
    display: block;
    margin-top: 0.1rem;
  }
  .target-con {
    display: none;
  }
  .target-mobile-con {
    display: block;
  }
}
