.fl {
  float: left;
}
.fr {
  float: right;
}
.f-clear:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.breadcrumb {
  width: 100%;
  height: 80px;
  line-height: 77px;
  padding: 0 20px;
  margin-bottom: 96px;
  border-bottom: 1px solid #ddd;
}
.breadcrumb .left-wrap img {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.breadcrumb .left-wrap a,
.breadcrumb .left-wrap span {
  font-size: var(--font-size-sm);
  color: #888;
}
.breadcrumb .left-wrap .bold {
  color: #181818;
}
.breadcrumb .right-wrap {
  max-width: calc(100% - 220px);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  user-select: none;
}
.breadcrumb .right-wrap::-webkit-scrollbar {
  display: none;
}
.breadcrumb .right-wrap .tabs {
  cursor: grab;
  width: max-content;
}
.breadcrumb .right-wrap img {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.breadcrumb .right-wrap .tab {
  display: inline-block;
  width: 185px;
  height: 100%;
  font-size: var(--font-size-base);
  color: var(--color-text-tertiary);
  text-align: center;
  position: relative;
}
.breadcrumb .right-wrap .tab::after {
  display: block;
  content: '';
  width: 1px;
  height: 16px;
  background-color: #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.breadcrumb .right-wrap .tab:last-child::after {
  display: none;
}
.breadcrumb .right-wrap .active {
  color: var(--color-brand);
  font-weight: 700;
  border-bottom: 3px solid var(--color-brand);
}
.full-loading-dark {
  position: fixed;
  inset: 0;
  /* top/left/right/bottom 一次性0 */
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.full-loading-dark .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid var(--color-divider);
  border-top-color: var(--color-brand);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.full-loading-dark .text {
  color: var(--color-text-secondary);
  font-size: 14px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
div.fp-watermark {
  display: none;
  /* 隐藏水印 */
}
.part-title {
  font-size: var(--font-size-2xl);
  color: #181818;
  font-weight: bold;
  margin-bottom: 100px;
  position: relative;
}
.part-title::after {
  display: block;
  content: '';
  width: 34px;
  height: 4px;
  background: var(--color-brand);
  position: absolute;
  left: 0;
  bottom: -32px;
}
.container {
  margin-bottom: 96px;
  padding: 0;
}
/**** 联系我们-企业地址	****/
#companyAddress .content-wrap1 {
  height: 340px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto 60px;
}
#companyAddress .content-wrap1 .part-title {
  margin-bottom: 60px;
}
#companyAddress .content-wrap1 .part-title::after {
  bottom: -20px;
}
#companyAddress .content-wrap1 .picture {
  width: 49.6%;
  height: 100%;
}
#companyAddress .content-wrap1 .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#companyAddress .content-wrap1 .company-info {
  width: 50.4%;
  height: 100%;
  background: #F6F6F6;
  padding-left: 60px;
  padding-right: 60px;
  display: table;
}
#companyAddress .content-wrap1 .info-wrap {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
#companyAddress .content-wrap1 .info-wrap .info-item {
  width: 100%;
  margin-bottom: 24px;
}
#companyAddress .content-wrap1 .info-wrap .info-item:last-child {
  margin-bottom: 0;
}
#companyAddress .content-wrap1 .info-wrap .info-item .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
#companyAddress .content-wrap1 .info-wrap .info-item .icon img {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
#companyAddress .content-wrap1 .info-wrap .info-item .text {
  width: calc(100% - 70px);
  display: inline-block;
  font-size: var(--font-size-base);
  color: #666;
  margin-left: 24px;
  vertical-align: middle;
}
#companyAddress .branch-company-item {
  display: block;
  font-size: var(--font-size-sm);
  color: #666;
  height: 263px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 40px 80px 40px 40px;
  transition: all var(--transition-normal);
  position: relative;
}
#companyAddress .branch-company-item h3 {
  font-size: var(--font-size-xl);
  color: #181818;
  margin-bottom: 40px;
  transition: all var(--transition-normal);
}
#companyAddress .branch-company-item .text {
  margin-bottom: 15px;
  width: 100%;
  transition: all var(--transition-normal);
}
#companyAddress .branch-company-item .text .lab,
#companyAddress .branch-company-item .text .val {
  display: inline-block;
}
#companyAddress .branch-company-item .text .val {
  width: calc(100% - 48px);
  vertical-align: top;
}
#companyAddress .branch-company-item .arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #fff;
  border-color: #fff;
  opacity: 0;
  transition: all var(--transition-normal);
}
#companyAddress .branch-company-item:hover {
  background: var(--color-brand);
  color: #fff;
}
#companyAddress .branch-company-item:hover h3 {
  color: #fff;
}
#companyAddress .branch-company-item:hover .arrow {
  opacity: 1;
}
#companyAddress .content-wrap3 {
  background: #F6F6F6;
  padding: 96px 0;
  margin-bottom: 96px;
}
#companyAddress .content-wrap3 .container {
  margin-bottom: 0;
}
#companyAddress .social-media {
  width: 100%;
  overflow: hidden;
}
#companyAddress .social-media .item {
  text-align: center;
  background-color: #fff;
  padding: 45px 0;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom;
}
#companyAddress .social-media .item .media-name {
  font-size: var(--font-size-xl);
  font-weight: bold;
  color: #181818;
  margin-bottom: 15px;
}
#companyAddress .social-media .item .cname {
  font-size: var(--font-size-base);
  color: #888888;
  margin-bottom: 50px;
}
#companyAddress .social-media .item .ewm-wrap {
  width: 180px;
  padding: 10px;
  background: #ddd;
  margin: auto;
}
#companyAddress .social-media .item .ewm-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
#companyAddress .message-form {
  text-align: center;
}
#companyAddress .message-form .form-item input,
#companyAddress .message-form .form-item textarea {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background-color: #f6f6f6;
  border: 0;
  border-radius: 6px;
  padding: 5px 24px;
  font-size: var(--font-size-base);
}
#companyAddress .message-form .form-item input::placeholder,
#companyAddress .message-form .form-item textarea::placeholder {
  color: #888;
}
#companyAddress .message-form .form-item textarea {
  height: 160px;
  line-height: 21px;
  padding: 18px 24px;
}
#companyAddress .message-form .btn {
  width: 160px;
  font-size: var(--font-size-base);
  background: var(--color-brand);
  border-color: var(--color-brand);
  color: #fff;
  margin-top: 45px;
}
/**** 联系我们-人才招聘	****/
#talentRecruitment .content-wrap1 {
  margin-bottom: 148px;
  position: relative;
}
#talentRecruitment .content-wrap1 .picture {
  width: 931px;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}
#talentRecruitment .content-wrap1 .picture img {
  display: block;
  width: 100%;
  height: auto;
}
#talentRecruitment .content-wrap1 .concept-wrap {
  width: 844px;
  height: 476px;
  border-radius: 12px;
  background: rgba(246, 246, 246, 0.9);
  backdrop-filter: blur(20px);
  padding: 40px 48px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -52px;
}
#talentRecruitment .content-wrap1 .concept-wrap .part-title {
  margin-bottom: 68px;
}
#talentRecruitment .content-wrap1 .concept-wrap .text {
  font-size: var(--font-size-base);
  color: #666;
  line-height: 26px;
  margin-bottom: 64px;
}
#talentRecruitment .content-wrap1 .concept-wrap .concept {
  display: flex;
}
#talentRecruitment .content-wrap1 .concept-wrap .concept .item {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 10px;
}
#talentRecruitment .content-wrap1 .concept-wrap .concept .item::after {
  display: block;
  content: '';
  width: 1px;
  height: 152px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 0;
}
#talentRecruitment .content-wrap1 .concept-wrap .concept .item:last-child::after {
  display: none;
}
#talentRecruitment .content-wrap1 .concept-wrap .concept .item .icon {
  width: 56px;
  height: 56px;
  margin: auto;
}
#talentRecruitment .content-wrap1 .concept-wrap .concept .item .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
#talentRecruitment .content-wrap1 .concept-wrap .concept .item .text1 {
  font-size: var(--font-size-xl);
  font-weight: bold;
  color: var(--color-brand);
  margin: 32px 0 24px;
  line-height: 1;
}
#talentRecruitment .content-wrap1 .concept-wrap .concept .item .text2 {
  font-size: var(--font-size-base);
  color: #666;
  line-height: 1;
}
#talentRecruitment .employee-style {
  width: 100%;
  overflow: hidden;
}
#talentRecruitment .employee-style .item-img {
  width: 100%;
  height: auto;
}
#talentRecruitment .employee-style .item-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#talentRecruitment .recruitment-position {
  margin-bottom: 64px;
}
#talentRecruitment .recruitment-position .subhead {
  width: 100%;
  height: 80px;
  line-height: 60px;
  padding: 10px 32px;
  background: #F6F6F6;
  font-size: var(--font-size-base);
  color: #181818;
  font-weight: bold;
}
#talentRecruitment .recruitment-position .accordion {
  width: 100%;
  overflow: hidden;
}
#talentRecruitment .recruitment-position .accordion .item {
  border-bottom: 1px solid #ddd;
}
#talentRecruitment .recruitment-position .accordion .title {
  width: 100%;
  height: 80px;
  line-height: 60px;
  padding: 10px 32px;
  background: #fff;
  font-size: var(--font-size-base);
  color: #181818;
  cursor: pointer;
  user-select: none;
  position: relative;
}
#talentRecruitment .recruitment-position .accordion .title::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #181818;
  border-bottom: 1.5px solid #181818;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
#talentRecruitment .recruitment-position .accordion .title.active {
  border-bottom: 1px solid var(--color-brand);
}
#talentRecruitment .recruitment-position .accordion .title.active::after {
  transform: translateY(-50%) rotate(225deg);
}
#talentRecruitment .recruitment-position .accordion .title.active .position {
  color: var(--color-brand);
}
#talentRecruitment .recruitment-position .accordion .content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  /* 平滑动画 */
}
#talentRecruitment .recruitment-position .accordion .content-inner {
  padding: 32px;
  font-size: var(--font-size-base);
  color: #666;
  line-height: 32px;
}
#talentRecruitment .recruitment-position .accordion .content-inner .tit {
  color: #181818;
  font-weight: var(--font-weight-bold);
  margin-top: 32px;
}
#talentRecruitment .recruitment-position .accordion .content-inner .text {
  white-space: pre-wrap;
}
#talentRecruitment .recruitment-position .accordion .content-inner .job-address {
  display: none;
}
/**** 新闻媒体  ****/
#newsMedia .news-wrap {
  margin-bottom: 64px;
}
#newsMedia .news-item {
  display: block;
  background: #F6F6F6;
  transition: all var(--transition-normal);
  position: relative;
}
#newsMedia .news-item .text {
  padding: 48px;
}
#newsMedia .news-item .title {
  font-size: var(--font-size-xl);
  font-weight: bold;
  color: #181818;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all var(--transition-normal);
}
#newsMedia .news-item .desc {
  font-size: var(--font-size-base);
  color: #666;
  line-height: 1;
  margin: 24px 0 64px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all var(--transition-normal);
}
#newsMedia .news-item .time {
  font-size: var(--font-size-base);
  color: #888;
  transition: all var(--transition-normal);
}
#newsMedia .news-item .time span {
  font-size: var(--font-size-2xl);
  font-weight: bold;
  color: #666;
  transition: all var(--transition-normal);
}
#newsMedia .news-item .arrow {
  display: none;
  position: absolute;
  right: 48px;
  bottom: 44px;
  color: #fff;
  border-color: #fff;
}
#newsMedia .news-item:hover {
  background: var(--color-brand);
}
#newsMedia .news-item:hover .title,
#newsMedia .news-item:hover .desc,
#newsMedia .news-item:hover .time {
  color: #fff;
}
#newsMedia .news-item:hover .title span,
#newsMedia .news-item:hover .desc span,
#newsMedia .news-item:hover .time span {
  color: #fff;
}
#newsMedia .news-item:hover .arrow {
  display: block;
}
/**** 新闻详情  ****/
#newsDetail .article-content {
  max-width: 84%;
  margin: 0 auto 96px;
}
#newsDetail .article-content h2 {
  font-size: var(--font-size-3xl);
  color: #181818;
  line-height: 56px;
  margin-bottom: 32px;
}
#newsDetail .article-content .time {
  font-size: var(--font-size-base);
  color: #666;
  margin-bottom: 64px;
}
#newsDetail .article-content .time span:nth-child(2) {
  padding: 0 24px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0 24px;
}
#newsDetail .article-content .base-info {
  margin-top: 90px;
}
#newsDetail .article-content .base-info .info-item {
  line-height: 28px;
  margin-bottom: 40px;
}
#newsDetail .article-content .base-info .info-item .lab {
  font-size: var(--font-size-xl);
  color: #181818;
  font-weight: bold;
  margin-bottom: 24px;
}
#newsDetail .article-content .base-info .info-item .val {
  font-size: var(--font-size-base);
  color: #666;
}
#newsDetail .article-content .base-info .info-item .val p {
  margin-bottom: 20px;
}
#newsDetail .article-content .base-info .info-item .val img {
  max-width: 80%;
  object-fit: cover;
  margin: 16px auto;
}
#newsDetail .article-content .content {
  font-size: var(--font-size-base);
  color: #181818;
  line-height: 24px;
}
#newsDetail .article-content .content p {
  margin-bottom: 20px;
}
#newsDetail .article-content .content img {
  max-width: 80%;
  object-fit: cover;
  margin: 16px auto;
}
#newsDetail .nav-bar {
  width: 100%;
  height: 80px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #ddd;
  padding: 16px 5px;
  line-height: 48px;
  margin-bottom: 96px;
}
#newsDetail .nav-bar .prev,
#newsDetail .nav-bar .next {
  font-size: var(--font-size-base);
  color: #666;
  cursor: pointer;
}
#newsDetail .nav-bar .iconfont {
  display: inline-block;
  vertical-align: middle;
  line-height: 38px;
  font-size: 34px;
  color: #666;
}
#newsDetail .nav-bar .article-prev {
  display: none;
}
#newsDetail .news-list {
  overflow: hidden;
}
#newsDetail .news-item {
  display: block;
  background: #F6F6F6;
  transition: all var(--transition-normal);
}
#newsDetail .news-item .text {
  padding: 48px;
}
#newsDetail .news-item .title {
  font-size: var(--font-size-xl);
  font-weight: bold;
  color: #181818;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  transition: all var(--transition-normal);
}
#newsDetail .news-item .time {
  font-size: var(--font-size-base);
  color: #666;
  transition: all var(--transition-normal);
}
#newsDetail .news-item .tag {
  position: relative;
  padding-left: 13px;
}
#newsDetail .news-item .tag::after {
  display: block;
  content: '';
  width: 8px;
  height: 9px;
  background-image: url('../images/icon/square-red.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: all var(--transition-normal);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#newsDetail .news-item:hover {
  background: var(--color-brand);
}
#newsDetail .news-item:hover .title,
#newsDetail .news-item:hover .time {
  color: #fff;
}
#newsDetail .news-item:hover .tag::after {
  background-image: url('../images/icon/square-white.png');
}
/**** 客户案例  ****/
#case {
  width: 100%;
  background-image: url('../images/img/case-b-img.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}
#case .case-container {
  width: 1440px;
  padding: 0 120px;
  margin: auto;
  position: relative;
}
#case .case-main-wrap {
  width: 100%;
  height: auto;
  background: #DCC1A4;
  border-radius: 6px;
  padding: 16px;
}
#case .caseSwiper {
  width: 100%;
  height: auto;
  z-index: 100;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
#case .caseSwiper::after {
  content: '';
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 64.16%;
}
#case .case-wrap {
  height: 100%;
  display: flex;
  position: relative;
}
#case .case-wrap::before {
  display: block;
  content: '';
  width: 16px;
  height: 100%;
  background: linear-gradient(90deg, #FFFAEA 0%, #E1DED7 15%, #FFFAEA 30%, #E1DED7 44%, #EDECE5 44%);
  position: absolute;
  top: 0;
  left: 0;
}
#case .case-wrap::after {
  display: block;
  content: '';
  width: 16px;
  height: 100%;
  background: linear-gradient(270deg, #FFFAEA 0%, #E1DED7 15%, #FFFAEA 30%, #E1DED7 44%, #EDECE5 44%);
  position: absolute;
  top: 0;
  right: 0;
}
#case .case-left {
  width: 50%;
  padding: 56px 76px 56px 92px;
  background: #FCFBF6;
}
#case .case-left img {
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  object-fit: cover;
}
#case .case-left .top-img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
#case .case-left .top-img::after {
  width: 100%;
  display: block;
  padding-bottom: 75%;
  content: '';
}
#case .case-left .top-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#case .case-left .top-img:hover img {
  transform: scale(1.2);
}
#case .case-left .bottom-wrap {
  height: auto;
  display: flex;
  gap: 10px;
}
#case .case-left .right-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#case .case-left .right-img {
  display: block;
  overflow: hidden;
  flex: 0 0 50%;
  max-width: calc(50% - 5px);
  position: relative;
  height: auto;
}
#case .case-left .right-img::after {
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 75%;
  content: '';
}
#case .case-left .right-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#case .case-left .right-img:hover img {
  transform: scale(1.2);
}
#case .case-left .right-img:last-child {
  margin-bottom: 0;
}
#case .case-right {
  width: 50%;
  padding: 56px 72px 56px 56px;
  background: #FCFBF6;
  position: relative;
}
#case .case-right::after {
  display: block;
  content: '';
  width: 160px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: 0;
}
#case .case-right h3 {
  font-size: var(--font-size-2xl);
  color: #181818;
  line-height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#case .case-right .text {
  max-height: 224px;
  font-size: var(--font-size-sm);
  color: #666;
  margin: 32px 0 64px;
  line-height: 28px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#case .case-right .tit {
  font-size: var(--font-size-base);
  color: #181818;
  font-weight: bold;
  margin-bottom: 20px;
}
#case .case-right .case-info {
  display: flex;
  flex-wrap: wrap;
}
#case .case-right .case-info .info-item {
  width: 50%;
  font-size: var(--font-size-sm);
  color: #888;
  line-height: 38px;
}
#case .swiper-prev,
#case .swiper-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#case .swiper-prev {
  left: 0;
}
#case .swiper-next {
  right: 0;
}
#case .case-pagination {
  width: auto;
  font-size: var(--font-size-base);
  color: #888;
  padding-right: 75px;
  position: absolute;
  right: 72px;
  bottom: 53px;
}
#case .case-pagination .case-pagination-current {
  color: var(--color-brand);
}
#case .case-pagination::after {
  display: block;
  content: '';
  width: 64px;
  height: 16px;
  background: var(--color-brand);
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
/**** 业务领域  ****/
#businessDomain {
  position: relative;
}
#businessDomain .content-wrap {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #181818 100%);
  position: relative;
}
#businessDomain .content-main {
  width: 100%;
  padding: 0 125px;
  text-align: left;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 64px;
  left: 0;
}
#businessDomain .left-wrap {
  width: calc(50% - 5px);
  padding-right: 210px;
  position: relative;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.7s ease 0.1s, opacity 0.7s ease 0.1s;
}
#businessDomain .left-wrap .tit {
  font-size: var(--font-size-xl);
  color: #fff;
  margin-bottom: 64px;
}
#businessDomain .left-wrap h1 {
  font-size: var(--font-size-3xl);
  color: #fff;
  margin-bottom: 48px;
}
#businessDomain .left-wrap .main-wrap {
  display: flex;
  flex-wrap: wrap;
}
#businessDomain .left-wrap .tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
#businessDomain .left-wrap .tag-wrap .tag {
  font-size: var(--font-size-xs);
  color: #fff;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#businessDomain .left-wrap .desc {
  font-size: var(--font-size-base);
  color: #fff;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 100px;
}
#businessDomain .left-wrap .btn {
  color: #fff;
  border-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
#businessDomain .left-wrap .btn:hover {
  border-color: var(--color-brand);
}
#businessDomain .right-wrap {
  width: calc(50% - 5px);
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.7s ease 0.2s, opacity 0.7s ease 0.2s;
}
#businessDomain .right-wrap .tit {
  font-size: var(--font-size-xl);
  color: #fff;
  margin-bottom: 64px;
}
#businessDomain .right-wrap .img-wrap {
  display: flex;
}
#businessDomain .right-wrap .case-card {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
}
#businessDomain .right-wrap .case-item {
  display: block;
  flex: 1;
  height: 100%;
  position: relative;
  max-width: 33.33333%;
}
#businessDomain .right-wrap .case-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#businessDomain .right-wrap .case-item .case-content {
  opacity: 0;
  width: 100%;
  height: 100%;
  background: var(--color-brand);
  padding: 48px 25px 25px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all var(--transition-normal);
}
#businessDomain .right-wrap .case-item .case-content .case-name {
  font-size: var(--font-size-base);
  color: #fff;
  line-height: 21px;
}
#businessDomain .right-wrap .case-item .case-content .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: #fff;
  border-color: #fff;
}
#businessDomain .right-wrap .case-item:hover .case-content {
  opacity: 1;
}
#businessDomain .swiper-navigation-arrow {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-315px);
  z-index: 10;
}
#businessDomain .swiper-business-prev,
#businessDomain .swiper-business-next {
  border-color: #fff;
  color: #fff;
}
#businessDomain .swiper-business-prev:hover,
#businessDomain .swiper-business-next:hover {
  border-color: var(--color-brand);
}
#businessDomain .swiper-business-prev {
  margin-right: 12px;
}
#businessDomain .swiper-slide {
  opacity: 0;
  transition: all 0.6s ease-out !important;
}
#businessDomain .swiper-slide-active {
  opacity: 1;
}
#businessDomain .swiper-slide-active .left-wrap,
#businessDomain .swiper-slide-active .right-wrap {
  transform: translateX(0);
  opacity: 1;
}
#businessArea .list {
  padding-top: 40px;
}
#businessArea .list .item {
  display: flex;
  height: 560px;
  border-bottom: 1px solid #E5E5E5;
  padding: 60px 0;
  gap: 20px;
}
#businessArea .list .item .left {
  flex: 1;
  position: relative;
}
#businessArea .list .item .left .title {
  font-size: var(--font-size-2xl);
  color: #333;
  margin-bottom: 24px;
  font-weight: 700;
  padding-top: 30px;
}
#businessArea .list .item .left .desc {
  font-size: var(--font-size-base);
  color: #666;
  line-height: 28px;
  text-align: justify;
}
#businessArea .list .item .left .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
#businessArea .list .item .right {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
}
#businessArea .list .item .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: all 0.3s;
}
#businessArea .list .item:hover .right img {
  transform: scale(1.05);
}
/**** 企业简介  ****/
.company-profile-banner {
  position: relative;
}
.company-profile-banner::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.company-profile-banner .banner-content {
  position: relative;
  z-index: 10;
}
#companyProfile .company-profile-banner {
  height: 50vh;
}
#companyProfile .section-wrap {
  padding-top: var(--page-nav-height);
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#companyProfile .fp-overflow {
  height: 100%;
}
#companyProfile .content-wrap1 {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#companyProfile .content-wrap1 .en {
  font-size: 160px;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(270deg, #F3F3F3 62%, rgba(243, 243, 243, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: scale(-1, -1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#companyProfile .content-wrap1 .main-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 100px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
#companyProfile .content-wrap1 .left-wrap {
  flex: 2.5;
}
#companyProfile .content-wrap1 .left-wrap .text {
  font-size: var(--font-size-base);
  color: #666;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 76px;
}
#companyProfile .content-wrap1 .left-wrap .text p {
  margin-bottom: 30px;
}
#companyProfile .content-wrap1 .left-wrap .data-info {
  display: flex;
  gap: 10px;
}
#companyProfile .content-wrap1 .left-wrap .data-info .item {
  width: 33.3333%;
}
#companyProfile .content-wrap1 .left-wrap .data-info .item .num {
  font-size: var(--font-size-xl);
  color: var(--color-brand);
  font-weight: bold;
  margin: 24px 0 16px;
}
#companyProfile .content-wrap1 .left-wrap .data-info .item .num span {
  font-size: var(--font-size-3xl);
}
#companyProfile .content-wrap1 .left-wrap .data-info .item .des {
  font-size: var(--font-size-sm);
  color: #666;
}
#companyProfile .content-wrap1 .right-wrap {
  flex: 1;
}
#companyProfile .content-wrap1 .right-wrap .img-wrap {
  width: 100%;
  height: 0;
  padding-top: 134.5%;
  position: relative;
  overflow: hidden;
}
#companyProfile .content-wrap1 .right-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
#companyProfile .content-wrap1 .right-wrap .img-wrap::after {
  display: block;
  content: '';
  width: 200px;
  height: 200px;
  background: var(--color-brand);
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 1;
}
#companyProfile .content-wrap2 {
  width: 100%;
  height: 280px;
  background-image: url('../images/img/business-contact-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 96px;
}
#companyProfile .content-wrap2 .container {
  height: 100%;
  margin-bottom: 0;
}
#companyProfile .business-contact {
  width: 100%;
  height: 100%;
  display: table;
}
#companyProfile .business-manager-info {
  display: table-cell;
  vertical-align: middle;
}
#companyProfile .business-manager-info .business-manager-name {
  font-size: var(--font-size-xl);
  color: #181818;
}
#companyProfile .business-manager-info .business-manager-name .name {
  font-size: var(--font-size-base);
  color: #666;
  margin-left: 24px;
}
#companyProfile .business-manager-info .info-item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#companyProfile .business-manager-info .info-item .val {
  flex: 1;
  font-size: var(--font-size-sm);
  color: #666;
  line-height: 24px;
  margin-left: 24px;
}
#companyProfile .core-personnel .person-item .text {
  padding: 24px 0;
}
#companyProfile .core-personnel .person-item .name {
  font-size: var(--font-size-xl);
  color: #181818;
  font-weight: bold;
  line-height: 24px;
}
#companyProfile .core-personnel .person-item .desc {
  font-size: var(--font-size-base);
  color: #666;
  margin-top: 16px;
  position: relative;
  padding-left: 15px;
}
#companyProfile .core-personnel .person-item .desc::after {
  display: block;
  content: '';
  width: 8px;
  height: 9px;
  background-image: url('../images/icon/square-red.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: all var(--transition-normal);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#companyProfile .work-list {
  overflow: hidden;
}
#companyProfile .work-item {
  display: block;
  background: #F6F6F6;
  transition: all var(--transition-normal);
}
#companyProfile .work-item .text {
  padding: 48px;
}
#companyProfile .work-item .title {
  font-size: var(--font-size-xl);
  font-weight: bold;
  color: #181818;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  transition: all var(--transition-normal);
}
#companyProfile .work-item .tag {
  font-size: var(--font-size-base);
  color: #666;
  transition: all var(--transition-normal);
  position: relative;
  padding-left: 13px;
}
#companyProfile .work-item .tag::after {
  display: block;
  content: '';
  width: 8px;
  height: 9px;
  background-image: url('../images/icon/square-red.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: all var(--transition-normal);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#companyProfile .work-item:hover {
  background: var(--color-brand);
}
#companyProfile .work-item:hover .title {
  color: #fff;
}
#companyProfile .work-item:hover .tag {
  color: #fff;
}
#companyProfile .work-item:hover .tag::after {
  background-image: url('../images/icon/square-white.png');
}
#companyProfile .development-history {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#companyProfile .development-history .container {
  margin-bottom: 0;
  width: 100%;
}
#companyProfile .development-history .history-wrap {
  overflow: hidden;
  display: flex;
  height: 450px;
  justify-content: center;
  gap: 120px;
}
#companyProfile .development-history .history-wrap .left-wrap {
  flex: 1;
  max-width: calc(50% - 60px);
  min-width: calc(40%-60px);
  height: 100%;
  position: relative;
}
#companyProfile .development-history .history-wrap .left-wrap .swiper-arrow {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
}
#companyProfile .development-history .history-wrap .left-wrap .swiper-arrow::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
#companyProfile .development-history .history-wrap .left-wrap .swiper-arrow .arrow-cell {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  padding: 0 20px;
  transform: translateY(-50%);
  left: 0;
}
#companyProfile .development-history .history-wrap .left-wrap .swiper-arrow .arrow {
  color: #fff;
  border-color: #fff;
}
#companyProfile .development-history .history-wrap .left-wrap .historySwiper {
  height: 100%;
}
#companyProfile .development-history .history-wrap .left-wrap .historySwiper .swiper-slide {
  width: 100%;
}
#companyProfile .development-history .history-wrap .left-wrap .history-item .year {
  font-size: var(--font-size-3xl);
  color: #181818;
}
#companyProfile .development-history .history-wrap .left-wrap .history-item .picture {
  width: 80%;
  margin: 0 0 32px;
  height: auto;
  position: relative;
}
#companyProfile .development-history .history-wrap .left-wrap .history-item .picture::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
#companyProfile .development-history .history-wrap .left-wrap .history-item .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#companyProfile .development-history .history-wrap .left-wrap .history-item .text {
  font-size: var(--font-size-base);
  color: #666;
  line-height: 24px;
  text-align: justify;
}
#companyProfile .development-history .history-wrap .right-wrap {
  flex: 1;
  max-width: calc(50% - 60px);
  min-width: calc(50% - 60px);
  border-left: 1px solid #ddd;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  /* iOS顺滑滚动 */
  touch-action: pan-y;
  /* 允许垂直原生滚动，禁止插件拦截 */
}
#companyProfile .development-history .history-wrap .right-wrap .right-item {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#companyProfile .development-history .history-wrap .right-wrap .right-item-title {
  font-size: var(--font-size-xl);
  color: #181818;
}
#companyProfile .development-history .history-wrap .right-wrap .yearSwiper {
  flex: 1;
}
#companyProfile .development-history .history-wrap .right-wrap .monthSwiper {
  flex: 1;
}
#companyProfile .development-history .history-wrap .right-wrap .swiper-slide {
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: scaleY(0.8);
}
#companyProfile .development-history .history-wrap .right-wrap .year-item {
  text-align: center;
  color: var(--color-text-tertiary);
}
#companyProfile .development-history .history-wrap .right-wrap .year-item .year {
  font-size: 22px;
  transition: all var(--transition-normal);
}
#companyProfile .development-history .history-wrap .right-wrap .year-item .title {
  font-size: 16px;
  display: none;
}
#companyProfile .development-history .history-wrap .right-wrap .swiper-slide-prev {
  transform-origin: bottom;
}
#companyProfile .development-history .history-wrap .right-wrap .swiper-slide-next {
  transform-origin: top;
}
#companyProfile .development-history .history-wrap .right-wrap .swiper-slide-active {
  background-color: #eeeeee;
  transform: scaleY(1);
}
#companyProfile .development-history .history-wrap .right-wrap .swiper-slide-active .year-item .year {
  font-size: 26px;
  color: var(--color-brand);
}
#companyProfile .development-history .history-wrap .right-wrap .swiper-slide-active .year-item .title {
  display: block;
}
#companyProfile .development-history .history-wrap .right-wrap .btn-wrap {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 440px;
  margin: auto;
  z-index: 9;
}
#companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn {
  padding: 48px 24px;
  position: relative;
}
#companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn:first-child {
  border-bottom: 1px solid #888;
}
#companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn::after {
  display: block;
  content: '';
  width: 298px;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 88px;
  margin: auto;
}
#companyProfile .development-history2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#companyProfile .development-history2 .container {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
#companyProfile .development-history2 .swiper {
  position: relative;
  z-index: 10;
}
#companyProfile .development-history2 .part-title {
  display: none;
}
#companyProfile .development-history2 .history-wrap {
  height: 100%;
  position: relative;
}
#companyProfile .development-history2 .history-wrap::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: var(--color-brand);
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  z-index: 9;
}
#companyProfile .development-history2 .history-wrap .part-title {
  top: -20%;
  left: 0;
  display: block;
  position: absolute;
}
#companyProfile .development-history2 .history-wrap .historySwiper {
  height: 100%;
}
#companyProfile .development-history2 .history-wrap .swiper-slide:nth-child(odd) .history-item {
  flex-direction: column-reverse;
  justify-content: flex-end;
  top: 50%;
  padding-top: 40px;
}
#companyProfile .development-history2 .history-wrap .swiper-slide:nth-child(odd) .history-item .year {
  top: 0;
  transform: translateY(-50%);
}
#companyProfile .development-history2 .history-wrap .swiper-slide:nth-child(even) .history-item {
  justify-content: flex-end;
  bottom: 50%;
  width: 100%;
  padding-bottom: 40px;
}
#companyProfile .development-history2 .history-wrap .swiper-slide:nth-child(even) .history-item .year {
  bottom: 0;
  transform: translateY(50%);
}
#companyProfile .development-history2 .history-wrap .history-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  gap: 16px;
  position: absolute;
}
#companyProfile .development-history2 .history-wrap .history-item .year {
  font-size: 18px;
  font-weight: 700;
  color: #181818;
  background-color: #fff;
  border: 2px solid var(--color-brand);
  color: var(--color-brand);
  position: absolute;
  left: 0;
  z-index: 10;
  line-height: 34px;
  border-radius: 17px;
  padding: 0 10px;
}
#companyProfile .development-history2 .history-wrap .history-item .picture {
  width: 50%;
  position: relative;
  height: auto;
  overflow: hidden;
}
#companyProfile .development-history2 .history-wrap .history-item .picture::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
#companyProfile .development-history2 .history-wrap .history-item .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#companyProfile .development-history2 .history-wrap .history-item .text {
  font-size: var(--font-size-base);
  color: #666;
  line-height: 24px;
  text-align: justify;
  padding-right: 10%;
}
#companyProfile .corporate-culture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#companyProfile .corporate-culture .container {
  flex: 1;
  width: 100%;
  height: auto;
}
#companyProfile .corporate-culture .part-title {
  color: #fff;
}
#companyProfile .corporate-culture .part-title::after {
  background: #fff;
}
#companyProfile .corporate-culture .culture-item {
  height: 328px;
  padding: 48px;
  border-radius: 12px 12px 0px 0px;
  /* 半透深色底色，保证白字清晰关键 */
  background: rgba(0, 0, 0, 0.15);
  /* 磨砂模糊 */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* Safari兼容 */
  /* 轻微边框提升质感 */
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  /* 文字样式 */
  color: #ffffff;
  font-size: 16px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  /* 文字阴影，进一步提升可读性 */
}
#companyProfile .corporate-culture .culture-item .icon {
  width: 64px;
  height: auto;
  margin: auto;
}
#companyProfile .corporate-culture .culture-item .title {
  font-size: var(--font-size-xl);
  font-weight: bold;
  text-align: center;
  margin: 48px 0 24px;
}
#companyProfile .corporate-culture .culture-item .text {
  font-size: var(--font-size-base);
  text-align: center;
}
#companyProfile .corporate-honor {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#companyProfile .corporate-honor .container {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
#companyProfile .corporate-honor .part-title {
  text-align: center;
  margin-bottom: 50px;
}
#companyProfile .corporate-honor .part-title::after {
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#companyProfile .corporate-honor .honor-wrap {
  position: relative;
}
#companyProfile .corporate-honor .honor-wrap .en {
  font-size: 340px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: linear-gradient(180deg, rgba(243, 243, 243, 0.5) 62%, rgba(243, 243, 243, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
#companyProfile .corporate-honor .honor-tab {
  width: 800px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 35px;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#companyProfile .corporate-honor .honor-tab .country {
  flex: 1;
  font-size: var(--font-size-base);
  color: #666;
  text-align: center;
  line-height: 48px;
  border-right: 1px solid #ddd;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#companyProfile .corporate-honor .honor-tab .country:last-child {
  border-right: none;
}
#companyProfile .corporate-honor .honor-tab .country.active {
  background: var(--color-brand);
  color: #fff;
  font-weight: bold;
}
#companyProfile .corporate-honor .honor-picture-wrap {
  width: 1300px;
  margin: auto;
  position: relative;
  z-index: 1;
}
#companyProfile .corporate-honor .honor-swiper {
  height: 100%;
  margin: auto;
}
#companyProfile .corporate-honor .honor-swiper .honor-item {
  display: none;
  height: 100%;
  width: 100%;
}
#companyProfile .corporate-honor .honor-swiper .honor-item.active {
  display: block;
}
#companyProfile .corporate-honor .honor-swiper .honor-img {
  width: 100%;
  flex: 1;
  overflow: hidden;
}
#companyProfile .corporate-honor .honor-swiper .honor-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#companyProfile .corporate-honor .honor-swiper .text {
  font-size: var(--font-size-base);
  color: #181818;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
#companyProfile .corporate-honor .honor-swiper .swiper-slide {
  transition: 300ms;
  height: 400px;
  transform: scale(0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#companyProfile .corporate-honor .honor-swiper .swiper-slide .text {
  flex-shrink: 0;
  line-height: 26px;
  padding: 0 10px;
  visibility: hidden;
}
#companyProfile .corporate-honor .honor-swiper .swiper-slide-active,
#companyProfile .corporate-honor .honor-swiper .swiper-slide-duplicate-active {
  transform: scale(1);
}
#companyProfile .corporate-honor .honor-swiper .swiper-slide-active .honor-img,
#companyProfile .corporate-honor .honor-swiper .swiper-slide-duplicate-active .honor-img {
  background-color: #fff;
}
#companyProfile .corporate-honor .honor-swiper .swiper-slide-active .text,
#companyProfile .corporate-honor .honor-swiper .swiper-slide-duplicate-active .text {
  visibility: visible;
}
#companyProfile .corporate-honor .swiper-honor-prev,
#companyProfile .corporate-honor .swiper-honor-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#companyProfile .corporate-honor .swiper-honor-prev {
  left: -40px;
}
#companyProfile .corporate-honor .swiper-honor-next {
  right: -40px;
}
#companyProfile .global-layout {
  height: 100%;
}
#companyProfile .global-layout .container {
  margin-bottom: 0;
  height: 100%;
}
#companyProfile .global-layout .layout-info {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#companyProfile .global-layout .left-wrap {
  flex: 1;
  max-width: 65%;
}
#companyProfile .global-layout .left-wrap .tit {
  font-size: var(--font-size-xl);
  font-weight: bold;
  color: #181818;
}
#companyProfile .global-layout .left-wrap .text {
  font-size: var(--font-size-base);
  color: #666;
  margin: 24px 0 48px;
}
#companyProfile .global-layout .left-wrap .item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 40px;
}
#companyProfile .global-layout .left-wrap .item-wrap .item {
  flex: 1;
  height: 190px;
  border-radius: 12px;
  background: #fff;
  padding: 32px 32px 24px;
}
#companyProfile .global-layout .left-wrap .item-wrap .item .num {
  font-size: var(--font-size-xl);
  color: var(--color-brand);
  font-weight: bold;
  line-height: 1;
  margin: 24px 0 15px;
}
#companyProfile .global-layout .left-wrap .item-wrap .item .num span {
  font-size: var(--font-size-3xl);
}
#companyProfile .global-layout .left-wrap .item-wrap .item .desc {
  font-size: var(--font-size-sm);
  color: #666;
}
#companyProfile .global-layout .right-wrap {
  flex: 1;
  max-width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#companyProfile .global-layout .earth {
  width: 88%;
  height: auto;
  position: relative;
}
#companyProfile .global-layout .earth img {
  width: 100%;
}
#companyProfile .global-layout .earth .dot-center-point {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  background-color: var(--color-brand);
  border: 2px solid var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  transform: translate(-50%, -50%);
  z-index: 5;
}
#companyProfile .global-layout .earth .dot-center-point:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: var(--color-white);
  border-radius: 50%;
}
#companyProfile .global-layout .earth .dot-center-point:before {
  content: "";
  /* 必须有 content 才能显示伪元素 */
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--color-brand);
  animation: dot-animation 2s infinite;
  /* 启动动画，持续2秒，无限循环 */
  pointer-events: none;
  /* 防止波纹影响鼠标交互 */
}
#companyProfile .global-layout .earth .dot-center-point .dot-info {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -88px;
  padding: 6px;
  background-color: var(--color-white);
  border-radius: 6px;
  display: flex;
  align-items: center;
  width: max-content;
  justify-content: center;
  z-index: 11;
  width: auto;
  box-sizing: border-box;
  gap: 10px;
  display: none;
}
#companyProfile .global-layout .earth .dot-center-point .dot-info img {
  display: block;
  flex-shrink: 0;
  width: 72px;
  height: 48px;
}
#companyProfile .global-layout .earth .dot-center-point .dot-info .dot-info-content {
  flex: 1;
}
#companyProfile .global-layout .earth .dot-center-point .dot-info .dot-info-content .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-primary);
  white-space: nowrap;
}
#companyProfile .global-layout .earth .dot-center-point .dot-info .dot-info-content .desc {
  white-space: nowrap;
  font-size: 14px;
  color: var(--color-text-secondary);
}
#companyProfile .global-layout .earth .dot-center-point .dot-info::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  z-index: 1;
  /* 设置边框宽度，决定三角形的大小 */
  border-left: 10px solid transparent;
  /* 左边框为透明 */
  border-right: 10px solid transparent;
  /* 右边框为透明 */
  border-top: 14px solid #fff;
  /* 顶边框为黑色，形成向下的尖角 */
  /* 注意：底边框没有设置，或者默认为透明 */
}
#companyProfile .global-layout .earth .dot-center-point:hover {
  z-index: 10;
}
#companyProfile .global-layout .earth .dot-center-point:hover .dot-info {
  display: flex;
}
#companyProfile .global-layout .earth .dot-center-point.active {
  z-index: 10;
}
#companyProfile .global-layout .earth .dot-center-point.active .dot-info {
  display: flex;
}
#companyProfile .global-layout .member-company {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#companyProfile .global-layout .member-company-item {
  flex: 1;
  max-width: calc(20% - 10px);
  min-width: calc(20% - 10px);
  padding: 5px;
  display: block;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: all var(--transition-normal);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-text-primary);
}
#companyProfile .global-layout .member-company-item .img {
  width: 40%;
  flex-shrink: 0;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
#companyProfile .global-layout .member-company-item .img::after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 66.667%;
  width: 100%;
}
#companyProfile .global-layout .member-company-item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#companyProfile .global-layout .member-company-item span {
  flex: 1;
  font-size: 14px;
}
#companyProfile .global-layout .member-company-item h3 {
  font-size: 22px;
  padding-bottom: 24px;
  position: relative;
  transition: all var(--transition-normal);
}
#companyProfile .global-layout .member-company-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-sm);
}
/* 定义波纹动画的关键帧 */
@keyframes dot-animation {
  from {
    /* 动画开始状态 */
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}
@media (max-width: 1800px) {
  #talentRecruitment .content-wrap1 .picture {
    width: 804px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap {
    width: 729px;
    height: 412px;
    padding: 27px 40px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap .text {
    margin-bottom: 35px;
  }
}
@media (max-width: 1440px) {
  .part-title {
    font-size: var(--font-size-xl-bold);
    margin-bottom: 50px;
  }
  #companyAddress .content-wrap1 {
    height: 300px;
  }
  #companyAddress .content-wrap1 .part-title {
    margin-bottom: 40px;
  }
  #companyAddress .content-wrap1 .company-info .info-item {
    margin-bottom: 6px;
  }
  #companyAddress .branch-company-item {
    padding: 35px 80px 35px 35px;
  }
  #companyAddress .branch-company-item h3 {
    font-size: var(--font-size-lg);
    margin-bottom: 34px;
  }
  #companyAddress .social-media .item {
    padding: 30px 0;
  }
  #companyAddress .social-media .item .media-name {
    font-size: var(--font-size-lg);
  }
  #companyAddress .social-media .item .cname {
    font-size: var(--font-size-sm);
    margin-bottom: 40px;
  }
  #companyAddress .social-media .item .ewm-wrap {
    width: 150px;
  }
  #companyAddress .content-wrap3 {
    padding: 80px 0;
  }
  #talentRecruitment .content-wrap1 .picture {
    width: 670px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap {
    width: 660px;
    height: 372px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap .text {
    font-size: var(--font-size-sm);
    line-height: 24px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap .concept .item::after {
    height: 123px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap .concept .item .icon {
    width: 48px;
    height: 48px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap .concept .item .text1 {
    font-size: var(--font-size-lg);
    margin: 25px 0 18px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap .concept .item .text2 {
    font-size: var(--font-size-sm);
  }
  #talentRecruitment .recruitment-position .accordion .content-inner {
    font-size: var(--font-size-sm);
    line-height: 30px;
  }
  #newsMedia .news-item .text {
    padding: 32px;
  }
  #newsMedia .news-item .title {
    font-size: var(--font-size-lg);
  }
  #newsMedia .news-item .desc {
    font-size: var(--font-size-sm);
    margin: 20px 0 52px;
  }
  #newsMedia .news-item .time {
    font-size: var(--font-size-sm);
  }
  #newsMedia .news-item .time span {
    font-size: var(--font-size-xl-bold);
  }
  #newsMedia .news-item .arrow {
    right: 32px;
    bottom: 32px;
  }
  #newsDetail .article-content {
    max-width: 90%;
  }
  #newsDetail .article-content h2 {
    font-size: 36px;
    line-height: 48px;
  }
  #newsDetail .article-content .base-info {
    margin-top: 80px;
  }
  #newsDetail .article-content .base-info .info-item {
    line-height: 26px;
    margin-bottom: 30px;
  }
  #newsDetail .article-content .base-info .info-item .lab {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #newsDetail .article-content .base-info .info-item .val img {
    margin-top: 30px;
  }
  #newsDetail .news-item .text {
    padding: 32px;
  }
  #newsDetail .news-item .title {
    font-size: var(--font-size-lg);
  }
  #newsDetail .news-item .time {
    font-size: var(--font-size-sm);
  }
  #case {
    padding: 100px 0;
  }
  #case .case-container {
    width: 1200px;
    padding: 0 100px;
  }
  #case .case-main-wrap {
    height: auto;
  }
  #case .caseSwiper::after {
    padding-bottom: 65.3%;
  }
  #case .case-left {
    padding: 42px 52px 42px 68px;
  }
  #case .case-right {
    padding: 42px 58px 42px 42px;
  }
  #case .case-right::after {
    width: 120px;
  }
  #case .case-right h3 {
    font-size: var(--font-size-xl-bold);
    line-height: 34px;
  }
  #case .case-right .text {
    line-height: 24px;
    margin: 32px 0 56px;
  }
  #case .case-right .case-info .info-item {
    line-height: 34px;
  }
  #case .case-pagination {
    right: 58px;
    bottom: 38px;
  }
  #businessDomain .content-main {
    padding: 0 90px;
  }
  #businessDomain .left-wrap {
    padding-right: 100px;
  }
  #businessDomain .left-wrap h1 {
    font-size: var(--font-size-2xl);
  }
  #businessDomain .left-wrap .tit {
    font-size: 22px;
    margin-bottom: 54px;
  }
  #businessDomain .swiper-navigation-arrow {
    transform: translateX(-205px);
  }
  #companyProfile .content-wrap1 .en {
    font-size: 150px;
  }
  #companyProfile .content-wrap1 .main-wrap {
    gap: 40px;
  }
  #companyProfile .content-wrap1 .left-wrap .text {
    line-height: 28px;
    margin-bottom: 30px;
  }
  #companyProfile .content-wrap1 .left-wrap .text p {
    margin-bottom: 20px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item .num {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item .num span {
    font-size: 38px;
  }
  #companyProfile .core-personnel .person-item .name {
    font-size: var(--font-size-lg);
  }
  #companyProfile .core-personnel .person-item .desc {
    font-size: var(--font-size-sm);
  }
  #companyProfile .work-item .text {
    padding: 32px;
  }
  #companyProfile .work-item .title {
    font-size: var(--font-size-lg);
  }
  #companyProfile .work-item .tag {
    font-size: var(--font-size-sm);
  }
  #companyProfile .development-history .history-wrap {
    height: 460px;
    gap: 80px;
  }
  #companyProfile .development-history .history-wrap .left-wrap {
    max-width: calc(50% - 40px);
    min-width: calc(50% - 40px);
  }
  #companyProfile .development-history .history-wrap .right-wrap {
    max-width: calc(50% - 40px);
    min-width: calc(50% - 40px);
  }
  #companyProfile .corporate-culture .culture-item .title {
    font-size: 20px;
    margin: 36px 0 18px;
  }
  #companyProfile .corporate-culture .culture-item .text {
    font-size: var(--font-size-sm);
  }
  #companyProfile .corporate-culture .culture-item .icon {
    width: 56px;
  }
  #companyProfile .corporate-honor .honor-picture-wrap {
    width: 1100px;
  }
  #companyProfile .corporate-honor .honor-wrap .en {
    font-size: 286px;
  }
  #companyProfile .corporate-honor .honor-swiper {
    width: 1000px;
  }
  #companyProfile .corporate-honor .honor-swiper .text {
    font-size: var(--font-size-sm);
    margin-top: 32px;
  }
  #companyProfile .global-layout .left-wrap .tit {
    font-size: 20px;
  }
  #companyProfile .global-layout .left-wrap .text {
    margin: 20px 0 40px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item {
    width: 262px;
    height: 170px;
    padding: 20px 24px 18px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item .num {
    font-size: 20px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item .num span {
    font-size: 40px;
  }
  #businessArea .list .item {
    display: flex;
    height: 400px;
    padding: 40px 0;
  }
}
@media (max-width: 1200px) {
  .part-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .part-title::after {
    bottom: -10px;
  }
  .breadcrumb {
    height: 70px;
    line-height: 66px;
    margin-bottom: 80px;
  }
  .breadcrumb .right-wrap .tab {
    width: 160px;
  }
  .container {
    margin-bottom: 80px;
  }
  #companyAddress .part-title {
    font-size: var(--font-size-xl);
  }
  #companyAddress .content-wrap1 {
    height: 260px;
  }
  #companyAddress .content-wrap1 .part-title {
    margin-bottom: 40px;
  }
  #companyAddress .content-wrap1 .picture {
    width: 40%;
  }
  #companyAddress .content-wrap1 .company-info {
    width: 60%;
    padding: 0 26px;
  }
  #companyAddress .content-wrap1 .info-wrap .info-item .icon {
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
  #companyAddress .content-wrap1 .info-wrap .info-item .text {
    width: calc(100% - 60px);
    font-size: var(--font-size-sm);
    margin-left: 10px;
  }
  #companyAddress .social-media .item .ewm-wrap {
    width: 140px;
  }
  #talentRecruitment .content-wrap1 {
    height: 671px;
    margin-bottom: 96px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap {
    bottom: 0px;
  }
  #newsDetail .article-content {
    max-width: 94%;
  }
  #newsDetail .article-content h2 {
    font-size: var(--font-size-2xl);
    line-height: 42px;
    margin-bottom: 28px;
  }
  #newsDetail .article-content .time {
    font-size: var(--font-size-sm);
    margin-bottom: 56px;
  }
  #newsDetail .article-content .base-info {
    margin-top: 60px;
  }
  #newsDetail .article-content .base-info .info-item {
    margin-bottom: 25px;
  }
  #newsDetail .article-content .base-info .info-item .lab {
    font-size: 20px;
  }
  #newsDetail .article-content .content {
    font-size: var(--font-size-sm);
  }
  #newsDetail .nav-bar {
    height: 72px;
    line-height: 40px;
  }
  #newsDetail .nav-bar .prev,
  #newsDetail .nav-bar .next {
    font-size: var(--font-size-sm);
  }
  #case {
    padding: 80px 0;
  }
  #case .case-container {
    width: 992px;
    padding: 0 80px;
  }
  #case .caseSwiper::after {
    padding-bottom: 69.25%;
  }
  #case .case-main-wrap {
    height: auto;
  }
  #case .case-left {
    padding: 32px 32px 32px 48px;
  }
  #case .case-right {
    padding: 32px 48px 32px 32px;
  }
  #case .case-right::after {
    width: 80px;
  }
  #case .case-right h3 {
    font-size: var(--font-size-xl);
    line-height: 30px;
  }
  #case .case-right .text {
    max-height: 154px;
    font-size: var(--font-size-xs);
    line-height: 22px;
    margin: 25px 0 40px;
    -webkit-line-clamp: 6;
  }
  #case .case-right .tit {
    margin-bottom: 16px;
  }
  #case .case-right .case-info .info-item {
    font-size: var(--font-size-xs);
    line-height: 26px;
  }
  #case .case-pagination {
    font-size: var(--font-size-sm);
    padding-right: 68px;
    right: 48px;
    bottom: 28px;
  }
  #case .case-pagination::after {
    width: 56px;
    height: 14px;
  }
  #businessDomain .content-main {
    padding: 0 60px;
  }
  #businessDomain .left-wrap {
    padding-right: 70px;
  }
  #businessDomain .left-wrap h1 {
    font-size: var(--font-size-xl-bold);
  }
  #businessDomain .left-wrap .tit {
    font-size: 20px;
    margin-bottom: 44px;
  }
  #businessDomain .swiper-navigation-arrow {
    transform: translateX(-175px);
  }
  #companyProfile .content-wrap1 .en {
    font-size: 140px;
  }
  #companyProfile .content-wrap1 .main-wrap {
    gap: 70px;
  }
  #companyProfile .content-wrap1 .left-wrap .text {
    font-size: var(--font-size-sm);
    line-height: 22px;
    margin-bottom: 20px;
  }
  #companyProfile .content-wrap1 .left-wrap .text p {
    margin-bottom: 20px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item .icon {
    width: 24px;
    height: 24px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item .num {
    margin: 10px 0 10px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item .num span {
    font-size: 24px;
  }
  #companyProfile .business-manager-info .info-item {
    margin-top: 24px;
  }
  #companyProfile .development-history .history-wrap {
    height: 380px;
    gap: 60px;
  }
  #companyProfile .development-history .history-wrap .left-wrap {
    max-width: calc(50% - 30px);
    min-width: calc(50% - 30px);
  }
  #companyProfile .development-history .history-wrap .right-wrap {
    max-width: calc(50% - 30px);
    min-width: calc(50% - 30px);
  }
  #companyProfile .development-history .history-wrap .right-wrap .year-item .year {
    font-size: 18px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .swiper-slide-active .year-item .year {
    font-size: 24px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .swiper-slide-active .year-item .title {
    font-size: 16px;
  }
  #companyProfile .corporate-honor {
    padding: 80px 0;
  }
  #companyProfile .corporate-honor .honor-picture-wrap {
    width: 900px;
  }
  #companyProfile .corporate-honor .honor-wrap .en {
    font-size: 234px;
    bottom: -16px;
  }
  #companyProfile .corporate-honor .honor-swiper {
    width: calc(100% - 120px);
  }
  #companyProfile .global-layout .left-wrap .tit {
    font-size: 18px;
  }
  #companyProfile .global-layout .left-wrap .text {
    font-size: var(--font-size-sm);
    margin: 10px 0 20px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap {
    margin-bottom: 16px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item {
    height: auto;
    padding: 15px 20px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item img {
    width: 24px;
    height: 24px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item .num {
    font-size: var(--font-size-lg);
    margin: 20px 0 12px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item .num span {
    font-size: 24px;
  }
  #companyProfile .global-layout .earth .dot-center-point {
    width: 18px;
    height: 18px;
    border: 2px solid var(--color-white);
  }
  #companyProfile .global-layout .earth .dot-center-point:after {
    width: 10px;
    height: 10px;
  }
  #companyProfile .global-layout .earth .dot-center-point .dot-info {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    top: -80px;
    padding: 6px;
  }
  #companyProfile .global-layout .earth .dot-center-point .dot-info img {
    width: 60px;
    height: 40px;
  }
  #companyProfile .global-layout .earth .dot-center-point .dot-info .dot-info-content .title {
    font-size: 14px;
  }
  #companyProfile .global-layout .earth .dot-center-point .dot-info .dot-info-content .desc {
    font-size: 12px;
  }
  #companyProfile .global-layout .member-company {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  #companyProfile .global-layout .member-company-item {
    flex: 1;
    max-width: calc(25% - 10px);
    min-width: calc(25% - 10px);
    padding: 5px;
    gap: 10px;
  }
  #companyProfile .global-layout .member-company-item span {
    font-size: 14px;
  }
  #businessArea .list {
    padding-top: 20px;
  }
  #businessArea .list .item {
    display: flex;
    height: 340px;
    border-bottom: 1px solid #E5E5E5;
    padding: 30px 0;
    gap: 20px;
  }
  #businessArea .list .item .left {
    flex: 1;
    position: relative;
  }
  #businessArea .list .item .left .title {
    font-size: var(--font-size-xl);
    color: #333;
    margin-bottom: 24px;
    font-weight: 700;
    padding-top: 20px;
  }
  #businessArea .list .item .left .desc {
    font-size: var(--font-size-sm);
    color: #666;
    line-height: 28px;
    text-align: justify;
  }
  #businessArea .list .item .left .btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #businessArea .list .item .right {
    flex: 1;
  }
  #businessArea .list .item .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
}
@media (max-width: 992px) {
  .breadcrumb {
    margin-bottom: 70px;
  }
  .breadcrumb .right-wrap .tab {
    width: 135px;
  }
  .part-title {
    margin-bottom: 40px;
  }
  .container {
    padding: 0 10px;
    margin-bottom: 70px;
  }
  #companyAddress {
    padding: 0 40px;
  }
  #companyAddress .content-wrap1 {
    width: 100;
    height: auto;
  }
  #companyAddress .content-wrap1.container {
    padding: 0;
  }
  #companyAddress .content-wrap1 .picture {
    position: relative;
  }
  #companyAddress .content-wrap1 .picture::after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 40%;
    height: 0;
  }
  #companyAddress .content-wrap1 .picture img {
    position: absolute;
    left: 0;
    top: 0;
  }
  #companyAddress .content-wrap1 .picture,
  #companyAddress .content-wrap1 .company-info {
    float: none;
    width: 100%;
  }
  #companyAddress .content-wrap1 .company-info {
    padding: 20px;
  }
  #companyAddress .content-wrap3 {
    margin-bottom: 30px;
    padding: 20px 20px 30px 20px;
    border-radius: 12px;
  }
  #companyAddress .content-wrap4 {
    padding: 0;
    margin-bottom: 30px;
  }
  #talentRecruitment .content-wrap1 {
    margin-bottom: 70px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap {
    right: 20px;
  }
  #newsMedia .news-item .text {
    padding: 25px;
  }
  #newsMedia .news-item .arrow {
    right: 25px;
    bottom: 25px;
  }
  #newsDetail .article-content {
    max-width: 100%;
    padding: 0 30px;
    margin-bottom: 70px;
  }
  #newsDetail .article-content h2 {
    font-size: var(--font-size-xl-bold);
    line-height: 40px;
  }
  #newsDetail .article-content .base-info .info-item .val img {
    max-width: 100%;
  }
  #newsDetail .article-content .content img {
    max-width: 100%;
  }
  #newsDetail .nav-bar {
    margin-bottom: 70px;
  }
  #newsDetail .news-item .text {
    padding: 25px;
  }
  #case {
    padding: 48px 0 120px;
  }
  #case .case-container {
    width: 100%;
    padding: 0 20px;
  }
  #case .swiper-prev,
  #case .swiper-next {
    top: inherit;
    bottom: -72px;
  }
  #case .swiper-prev {
    left: 50%;
    transform: translateX(-52px);
  }
  #case .swiper-next {
    right: 50%;
    transform: translateX(52px);
  }
  #businessDomain .content-main {
    padding: 0 20px;
    bottom: 20px;
  }
  #businessDomain .left-wrap {
    width: 100%;
    padding-right: 0;
  }
  #businessDomain .left-wrap .main-wrap {
    flex-direction: column-reverse;
  }
  #businessDomain .left-wrap h1 {
    font-size: var(--font-size-xl);
  }
  #businessDomain .left-wrap .tit {
    font-size: var(--font-size-lg);
    margin-bottom: 34px;
  }
  #businessDomain .left-wrap .tag-wrap {
    margin-bottom: 100px;
  }
  #businessDomain .left-wrap .desc {
    font-size: var(--font-size-sm);
    margin-bottom: 24px;
  }
  #businessDomain .right-wrap {
    display: none;
  }
  #businessDomain .swiper-navigation-arrow {
    left: inherit;
    right: 20px;
    bottom: 20px;
    transform: inherit;
  }
  #companyProfile .container {
    margin-bottom: 0px;
  }
  #companyProfile .content-wrap1 .en {
    font-size: 120px;
  }
  #companyProfile .content-wrap1 .main-wrap {
    gap: 20px;
  }
  #companyProfile .content-wrap1 .left-wrap {
    padding: 0 20px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item {
    background-color: #fff;
    border: 1px solid var(--color-brand);
    border-radius: 8px;
    text-align: center;
    display: flex;
    padding: 0 20px;
    gap: 10px;
    align-items: center;
  }
  #companyProfile .content-wrap1 .right-wrap {
    display: none;
  }
  #companyProfile .work-item .text {
    padding: 25px;
  }
  #companyProfile .development-history {
    padding: 0 20px;
  }
  #companyProfile .development-history .history-wrap {
    gap: 40px;
  }
  #companyProfile .development-history .history-wrap .left-wrap {
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
  #companyProfile .development-history .history-wrap .left-wrap .swiper-arrow {
    width: 100%!important;
  }
  #companyProfile .development-history .history-wrap .left-wrap .history-item .picture {
    width: 100%!important;
  }
  #companyProfile .development-history .history-wrap .right-wrap {
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
  #companyProfile .main-member-companies {
    padding: 70px 0;
  }
  #companyProfile .corporate-culture {
    padding: 0 20px;
  }
  #companyProfile .corporate-culture .culture-item {
    padding: 32px;
  }
  #companyProfile .corporate-honor .honor-tab {
    width: 100%;
    height: 38px;
  }
  #companyProfile .corporate-honor .honor-tab .country {
    line-height: 36px;
    font-size: 14px;
  }
  #companyProfile .corporate-honor .honor-picture-wrap {
    width: 100%;
    padding: 0 80px;
  }
  #companyProfile .corporate-honor .swiper-honor-prev {
    left: 20px;
  }
  #companyProfile .corporate-honor .swiper-honor-next {
    right: 20px;
  }
  #companyProfile .corporate-honor .honor-swiper .swiper-slide {
    height: 280px;
  }
  #companyProfile .corporate-honor .honor-wrap .en {
    font-size: 100px;
  }
  #companyProfile .global-layout .layout-info {
    margin-bottom: 30px;
    display: block;
  }
  #companyProfile .global-layout .left-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
    padding-top: 40px;
  }
  #companyProfile .global-layout .left-wrap .tit {
    font-size: var(--font-size-lg);
  }
  #companyProfile .global-layout .left-wrap .text {
    margin: 10px 0 20px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap {
    gap: 12px;
    margin-bottom: 10px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item {
    flex: 1;
    height: 80px;
    padding: 0 20px;
    gap: 10px;
    display: flex;
    align-items: center;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item .num {
    margin: 0;
  }
  #companyProfile .global-layout .right-wrap {
    width: 100%;
    max-width: 100%;
  }
  #companyProfile .global-layout .earth {
    width: 50%;
  }
  #companyProfile .global-layout .member-company-item {
    max-width: calc(20% - 10px);
    min-width: calc(20% - 10px);
  }
  #companyProfile .global-layout .member-company-item span {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .breadcrumb .right-wrap .tab {
    width: 120px;
  }
  .pagination .prev,
  .pagination .next,
  .pagination .number {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  #companyAddress {
    padding: 0 20px;
  }
  #companyAddress .branch-company-item {
    height: auto;
    padding: 35px;
  }
  #companyAddress .message-form .form-item input {
    height: 48px;
    line-height: 48px;
    font-size: var(--font-size-sm);
  }
  #companyAddress .message-form .form-item textarea {
    font-size: var(--font-size-sm);
    padding: 16px;
  }
  #talentRecruitment .content-wrap1 .picture {
    width: calc(100% - 20px);
  }
  #talentRecruitment .content-wrap1 .concept-wrap {
    width: calc(100% - 60px);
    height: auto;
  }
  #talentRecruitment .recruitment-position .subhead {
    height: 48px;
    line-height: 28px;
    padding: 10px 16px;
  }
  #talentRecruitment .recruitment-position .subhead > div {
    display: none;
  }
  #talentRecruitment .recruitment-position .subhead > div:first-child {
    display: block;
  }
  #talentRecruitment .recruitment-position .accordion .title {
    height: 48px;
    line-height: 28px;
    padding: 10px 16px;
    font-size: var(--font-size-sm);
  }
  #talentRecruitment .recruitment-position .accordion .title > div {
    display: none;
  }
  #talentRecruitment .recruitment-position .accordion .title > div:first-child {
    display: block;
  }
  #talentRecruitment .recruitment-position .accordion .content-inner {
    padding: 16px;
  }
  #talentRecruitment .recruitment-position .accordion .content-inner .tit {
    margin-top: 20px;
  }
  #talentRecruitment .recruitment-position .accordion .content-inner .job-address {
    display: block;
  }
  #newsDetail .article-content {
    padding: 0 20px;
  }
  #newsDetail .article-content .base-info .info-item {
    line-height: 24px;
    margin-bottom: 20px;
  }
  #newsDetail .article-content .base-info .info-item .lab {
    font-size: var(--font-size-lg);
    margin-bottom: 18px;
  }
  #newsDetail .article-content .base-info .info-item .val img {
    margin-top: 25px;
  }
  #case .case-main-wrap {
    padding: 12px;
  }
  #case .case-wrap::before,
  #case .case-wrap::after {
    width: 12px;
  }
  #case .case-left {
    padding: 24px 24px 24px 36px;
  }
  #case .case-right {
    padding: 24px 36px 24px 24px;
  }
  #case .case-right::after {
    width: 48px;
  }
  #case .case-right h3 {
    font-size: var(--font-size-lg);
    line-height: 26px;
  }
  #case .case-pagination {
    font-size: var(--font-size-xs);
    padding-right: 58px;
    right: 36px;
    bottom: 22px;
  }
  #case .case-pagination::after {
    width: 48px;
    height: 12px;
  }
  #businessDomain .left-wrap h1 {
    margin-bottom: 24px;
  }
  #businessDomain .left-wrap .tit {
    font-size: var(--font-size-base);
    margin-bottom: 24px;
  }
  #companyProfile .content-wrap1 .en {
    font-size: 100px;
  }
  #companyProfile .content-wrap1 .main-wrap {
    display: block;
  }
  #companyProfile .content-wrap1 .left-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
  #companyProfile .content-wrap1 .left-wrap .text {
    line-height: 21px;
    margin-bottom: 35px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info {
    display: block;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item {
    width: 100%;
    margin-bottom: 10px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item .des {
    font-size: var(--font-size-xs);
  }
  #companyProfile .content-wrap1 .right-wrap {
    width: 100%;
  }
  #companyProfile .core-personnel .person-item .text {
    padding: 15px 0;
  }
  #companyProfile .core-personnel .person-item .desc {
    margin-top: 10px;
  }
  #companyProfile .development-history .history-wrap {
    height: auto !important;
    display: block;
  }
  #companyProfile .development-history .history-wrap .left-wrap {
    max-width: 100%;
    min-width: 100%;
    padding-right: 0;
    border-right: none;
    margin-bottom: 20px;
  }
  #companyProfile .development-history .history-wrap .left-wrap .historySwiper {
    height: auto;
    margin-bottom: 30px;
  }
  #companyProfile .development-history .history-wrap .left-wrap .swiper-arrow {
    width: 80% !important;
    left: 50%;
    transform: translateX(-50%);
  }
  #companyProfile .development-history .history-wrap .left-wrap .history-item .picture {
    width: 80% !important;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #companyProfile .development-history .history-wrap .left-wrap .history-item .text {
    line-height: 24px;
    height: 48px;
  }
  #companyProfile .development-history .history-wrap .right-wrap {
    max-width: 100%;
    min-width: 100%;
    height: 280px;
    display: flex;
    border: none;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  #companyProfile .development-history .history-wrap .right-wrap .right-item {
    height: 100%;
  }
  #companyProfile .development-history .history-wrap .right-wrap .yearSwiper {
    height: auto;
    width: 100%;
  }
  #companyProfile .development-history .history-wrap .right-wrap .swiper {
    height: 100%;
  }
  #companyProfile .development-history .history-wrap .right-wrap .swiper-slide {
    border: none;
    justify-content: center;
    align-items: center;
  }
  #companyProfile .development-history .history-wrap .right-wrap .year-item {
    width: 100%;
  }
  #companyProfile .development-history .history-wrap .right-wrap .swiper-year-prev {
    display: none;
    transform: rotate(-90deg);
  }
  #companyProfile .development-history .history-wrap .right-wrap .swiper-year-next {
    display: none;
    transform: rotate(-90deg);
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap {
    display: flex;
    justify-content: center;
    position: inherit;
    left: 0;
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn {
    transform: rotate(-90deg);
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn:first-child {
    border-bottom: none;
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn::after {
    display: none;
  }
  #companyProfile .corporate-culture .culture-item {
    height: auto;
    padding: 25px;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #companyProfile .corporate-culture .culture-item .icon {
    margin: 0;
    width: 32px;
  }
  #companyProfile .corporate-culture .culture-item .title {
    font-size: var(--font-size-base);
    margin: 0 0 8px;
    text-align: left;
  }
  #companyProfile .corporate-culture .culture-item .text {
    text-align: left;
  }
  #companyProfile .corporate-honor .honor-swiper {
    width: 100%;
  }
  #companyProfile .corporate-honor .honor-swiper .swiper-slide {
    height: 340px;
  }
  #companyProfile .corporate-honor .honor-picture-wrap {
    padding: 0 10px;
  }
  #companyProfile .corporate-honor .arrow {
    display: none;
  }
  #companyProfile .corporate-honor .honor-tab .country {
    font-size: var(--font-size-sm);
  }
  #companyProfile .corporate-honor .honor-wrap .en {
    display: none;
  }
  #companyProfile .global-layout {
    padding: 20px 0;
  }
  #companyProfile .global-layout .layout-info {
    display: block;
  }
  #companyProfile .global-layout .left-wrap {
    width: 100%;
  }
  #companyProfile .global-layout .left-wrap .item-wrap {
    flex-wrap: nowrap;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item {
    height: auto;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item img {
    width: 20px;
    height: 20px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item .num {
    margin: 10px 0 10px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item .num span {
    font-size: 24px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item .desc {
    font-size: var(--font-size-xs);
  }
  #companyProfile .global-layout .right-wrap {
    width: 100%;
  }
  #companyProfile .global-layout .member-company-item {
    height: auto;
    max-width: calc(25% - 10px);
    min-width: calc(25% - 10px);
  }
  #companyProfile .global-layout .member-company-item .img {
    max-width: 40%;
  }
  #companyProfile .global-layout .member-company-item span {
    font-size: 12px;
    padding-right: 5px;
  }
  #businessArea .list {
    padding-top: 20px;
  }
  #businessArea .list .item {
    display: block;
    border-bottom: 1px solid #E5E5E5;
    padding: 30px 0;
    gap: 20px;
    height: auto;
  }
  #businessArea .list .item .left {
    margin-bottom: 20px;
  }
  #businessArea .list .item .left .title {
    font-size: 20px;
    margin-bottom: 6px;
    padding-top: 0px;
  }
  #businessArea .list .item .left .desc {
    font-size: var(--font-size-sm);
    color: #666;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 10px;
  }
  #businessArea .list .item .left .btn {
    position: static;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
  #businessArea .list .item .right {
    flex: 1;
    width: 100%;
  }
  #businessArea .list .item .right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
  }
}
@media (max-width: 650px) {
  .breadcrumb {
    height: auto;
    line-height: 21px;
    padding: 16px 16px 0 0;
    margin-bottom: 48px;
  }
  .breadcrumb .left-wrap {
    float: none;
    padding-left: 16px;
    padding-bottom: 16px;
  }
  .breadcrumb .right-wrap {
    width: 100%;
    max-width: 100%;
    float: none;
    line-height: 52px;
    margin-top: -15px;
  }
  .breadcrumb .right-wrap::after {
    left: 120px;
  }
  .container {
    margin-bottom: 48px;
  }
  #companyAddress .container {
    margin-bottom: 48px;
  }
  #companyAddress .content-wrap2 {
    padding: 0;
  }
  #companyAddress .content-wrap1 {
    margin-bottom: 20px;
  }
  #companyAddress .content-wrap1 .part-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #companyAddress .content-wrap1 .part-title::after {
    bottom: -10px;
  }
  #companyAddress .content-wrap1 .company-info {
    padding: 16px;
  }
  #companyAddress .content-wrap1 .info-wrap .info-item .icon {
    width: 26px;
    line-height: 26px;
    height: 26px;
  }
  #companyAddress .branch-company-item {
    padding: 24px;
  }
  #companyAddress .content-wrap3 {
    padding: 10px 10px 20px 10px;
  }
  #companyAddress .content-wrap3 .part-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #companyAddress .content-wrap3 .part-title::after {
    bottom: -10px;
  }
  #companyAddress .content-wrap3 .social-media .item {
    padding: 16px 0;
  }
  #companyAddress .content-wrap3 .social-media .item .media-name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #companyAddress .content-wrap3 .social-media .item .cname {
    margin-bottom: 14px;
    font-size: 14px;
  }
  #companyAddress .content-wrap4 .btn {
    margin-top: 20px;
  }
  #companyAddress .content-wrap4 .part-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #companyAddress .content-wrap4 .part-title::after {
    bottom: -10px;
  }
  #talentRecruitment .content-wrap1 {
    height: 540px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap {
    padding: 24px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap .part-title {
    margin-bottom: 60px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap .text {
    margin-bottom: 32px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap .concept .item::after {
    display: none;
  }
  #talentRecruitment .content-wrap1 .concept-wrap .concept .item .icon {
    width: 40px;
    height: 40px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap .concept .item .text1 {
    font-size: var(--font-size-base);
    margin: 16px 0 12px;
  }
  #talentRecruitment .content-wrap1 .concept-wrap .concept .item .text2 {
    font-size: var(--font-size-xs);
    line-height: 20px;
  }
  #talentRecruitment .recruitment-position {
    margin-bottom: 40px;
  }
  #newsMedia .news-wrap {
    margin-bottom: 32px;
  }
  #newsMedia .news-item .desc {
    margin: 16px 0 25px;
  }
  #newsMedia .news-item .time span {
    font-size: var(--font-size-xl);
  }
  #newsDetail .article-content {
    margin-bottom: 48px;
  }
  #newsDetail .article-content h2 {
    font-size: var(--font-size-xl);
    line-height: 32px;
    margin-bottom: 24px;
  }
  #newsDetail .article-content .time {
    font-size: var(--font-size-xs);
    margin-bottom: 32px;
  }
  #newsDetail .article-content .time span:nth-child(2) {
    padding: 0 16px;
    margin: 0 16px;
  }
  #newsDetail .article-content .base-info {
    margin-top: 48px;
  }
  #newsDetail .article-content .base-info .info-item {
    line-height: 22px;
  }
  #newsDetail .article-content .base-info .info-item .lab {
    font-size: var(--font-size-base);
    margin-bottom: 16px;
  }
  #newsDetail .article-content .base-info .info-item .val {
    font-size: var(--font-size-sm);
  }
  #newsDetail .nav-bar {
    height: 48px;
    line-height: 24px;
    padding: 5px;
    margin-bottom: 48px;
  }
  #newsDetail .nav-bar .article-prev {
    display: inline-block;
  }
  #newsDetail .nav-bar .article-name {
    display: none;
  }
  #case .case-main-wrap {
    padding: 6px;
    height: auto;
  }
  #case .caseSwiper::after {
    padding-bottom: 55.39%;
  }
  #case .case-wrap::before,
  #case .case-wrap::after {
    width: 6px;
  }
  #case .case-left {
    padding: 16px 16px 16px 22px;
  }
  #case .case-left .right-img:nth-last-child(1) {
    display: none;
  }
  #case .case-left .right-img:nth-last-child(2) {
    display: none;
  }
  #case .case-right {
    padding: 16px 22px 16px 16px;
  }
  #case .case-right::after {
    width: 48px;
  }
  #case .case-right h3 {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 1;
  }
  #case .case-right .base-info .text {
    -webkit-line-clamp: 3;
  }
  #case .case-right .base-info .tit {
    display: none;
  }
  #case .case-right .base-info .case-info {
    display: none;
  }
  #case .case-pagination {
    right: 24px;
    bottom: 14px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info {
    display: flex;
    flex-wrap: wrap;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item {
    border-radius: 4px;
    max-width: calc(50% - 5px);
    min-width: calc(50% - 5px);
    margin-bottom: 0px;
    flex: 1;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item .num {
    font-size: 20px !important;
    margin: 0 !important;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item .num span {
    font-size: 20px !important;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #companyProfile .global-layout {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #companyProfile .global-layout .container {
    height: auto;
  }
  #companyProfile .global-layout .left-wrap .text {
    margin-bottom: 10px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap {
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item {
    border-radius: 4px;
    max-width: calc(50% - 5px);
    min-width: calc(50% - 5px);
    margin-bottom: 0px;
    flex: 1;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item .num {
    font-size: 20px !important;
    margin: 0 !important;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item .num span {
    font-size: 20px !important;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #companyProfile .global-layout .member-company-item {
    max-width: calc(33% - 10px);
    min-width: calc(33% - 10px);
    gap: 6px;
  }
  #companyProfile .global-layout .member-company-item .img {
    max-width: 34%;
  }
  #companyProfile .development-history .part-title {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    flex-shrink: 0;
  }
  #companyProfile .development-history .part-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #companyProfile .development-history .history-wrap .left-wrap .historySwiper {
    height: auto;
    margin-bottom: 20px;
  }
  #companyProfile .development-history .history-wrap .left-wrap .swiper-arrow {
    width: 100% !important;
    left: 0%;
    transform: translateX(0%);
  }
  #companyProfile .development-history .history-wrap .left-wrap .history-item .picture {
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #companyProfile .development-history .history-wrap .left-wrap .history-item .text {
    line-height: 24px;
    height: 48px;
  }
  #companyProfile .development-history .history-wrap .right-wrap {
    height: 300px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .right-item {
    height: 100%;
  }
  #companyProfile .development-history .history-wrap .right-wrap .yearSwiper {
    height: auto;
    width: 100%;
  }
  #companyProfile .development-history .history-wrap .right-wrap .swiper {
    height: 100%;
  }
  #companyProfile .development-history .history-wrap .right-wrap .swiper-slide {
    border: none;
    justify-content: center;
    align-items: center;
  }
  #companyProfile .development-history .history-wrap .right-wrap .year-item {
    width: 100%;
  }
  #companyProfile .development-history .history-wrap .right-wrap .year-item .year {
    font-size: 16px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .swiper-slide-active .year-item .year {
    font-size: 20px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .swiper-year-prev {
    display: none;
    transform: rotate(-90deg);
  }
  #companyProfile .development-history .history-wrap .right-wrap .swiper-year-next {
    display: none;
    transform: rotate(-90deg);
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap {
    display: flex;
    justify-content: center;
    position: inherit;
    left: 0;
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn {
    transform: rotate(-90deg);
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn:first-child {
    border-bottom: none;
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn::after {
    display: none;
  }
  #companyProfile .development-history2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #companyProfile .development-history2 .container {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  #companyProfile .development-history2 .swiper {
    position: relative;
    z-index: 10;
  }
  #companyProfile .development-history2 .part-title {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    flex-shrink: 0;
  }
  #companyProfile .development-history2 .part-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #companyProfile .development-history2 .history-wrap {
    flex: 1;
    height: auto;
    width: 100%;
    max-height: calc(100% - 120px);
    min-height: calc(100% - 120px);
    position: relative;
  }
  #companyProfile .development-history2 .history-wrap::before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 10px;
    transform: none;
  }
  #companyProfile .development-history2 .history-wrap .part-title {
    top: -20%;
    left: 0;
    position: absolute;
    display: none;
  }
  #companyProfile .development-history2 .history-wrap .historySwiper {
    height: 100%;
  }
  #companyProfile .development-history2 .history-wrap .swiper-slide {
    height: auto;
  }
  #companyProfile .development-history2 .history-wrap .swiper-slide:nth-child(odd) .history-item {
    flex-direction: column-reverse;
    justify-content: flex-end;
    top: auto;
  }
  #companyProfile .development-history2 .history-wrap .swiper-slide:nth-child(odd) .history-item .year {
    bottom: auto;
    transform: none;
  }
  #companyProfile .development-history2 .history-wrap .swiper-slide:nth-child(even) .history-item {
    justify-content: flex-end;
    flex-direction: column-reverse;
    bottom: auto;
  }
  #companyProfile .development-history2 .history-wrap .swiper-slide:nth-child(even) .history-item .year {
    bottom: auto;
    transform: none;
  }
  #companyProfile .development-history2 .history-wrap .history-item {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 12px;
    position: relative;
    padding: 20px 0 20px 30px !important;
    top: auto;
    left: auto;
  }
  #companyProfile .development-history2 .history-wrap .history-item .year {
    width: 110px;
    font-size: 18px;
    font-weight: 700;
    color: #181818;
    background-color: #fff;
    border: 2px solid var(--color-brand);
    color: var(--color-brand);
    position: relative;
    display: inline-block;
    left: 0;
    z-index: 10;
    line-height: 34px;
    border-radius: 17px;
    padding: 0 10px !important;
  }
  #companyProfile .development-history2 .history-wrap .history-item .picture {
    width: 100%;
  }
  #companyProfile .development-history2 .history-wrap .history-item .text {
    font-size: var(--font-size-base);
    color: #666;
    line-height: 24px;
    text-align: justify;
    padding-right: 10%;
  }
}
@media (max-height: 800px) {
  .part-title {
    margin-bottom: 30px;
  }
  .part-title::after {
    bottom: -10px;
  }
  #companyProfile .content-wrap1 .en {
    font-size: 140px;
  }
  #companyProfile .content-wrap1 .main-wrap {
    gap: 40px;
  }
  #companyProfile .content-wrap1 .left-wrap {
    flex: 3;
  }
  #companyProfile .content-wrap1 .left-wrap .text {
    line-height: 24px;
    margin-bottom: 30px;
  }
  #companyProfile .content-wrap1 .left-wrap .text p {
    margin-bottom: 10px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item .num {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item .num span {
    font-size: 38px;
  }
  #companyProfile .development-history .history-wrap {
    height: 400px;
  }
  #companyProfile .development-history .history-wrap .left-wrap {
    width: calc(80% - 80px);
  }
  #companyProfile .development-history .history-wrap .left-wrap .swiper-arrow {
    width: 70%;
  }
  #companyProfile .development-history .history-wrap .left-wrap .history-item .picture {
    width: 70%;
    margin-bottom: 20px;
  }
  #companyProfile .corporate-honor .honor-wrap .en {
    font-size: 286px;
  }
  #companyProfile .corporate-honor .honor-swiper .text {
    font-size: var(--font-size-sm);
    margin-top: 32px;
  }
  #companyProfile .corporate-honor .honor-swiper .swiper-slide {
    height: 350px;
  }
}
