.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: 75%;
  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: #181818;
  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);
  border-bottom: 3px solid var(--color-brand);
}
.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: 480px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto 96px;
}
#companyAddress .content-wrap1 .part-title {
  margin-bottom: 80px;
}
#companyAddress .content-wrap1 .picture {
  width: 49.6%;
}
#companyAddress .content-wrap1 .picture img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: none;
}
#companyAddress .content-wrap1 .company-info {
  width: 50.4%;
  height: 100%;
  background: #F6F6F6;
  padding-left: 96px;
  padding-right: 20px;
  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: 0 32px 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 {
  margin-bottom: 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 {
  width: 100%;
  object-fit: cover;
  margin-top: 40px;
}
#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 {
  width: 100%;
  object-fit: cover;
  margin-top: 25px;
}
#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: 720px;
  background: #DCC1A4;
  border-radius: 6px;
  padding: 16px;
}
#case .caseSwiper {
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#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 56px 56px 72px;
  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: calc(50% - 5px);
  overflow: hidden;
  margin-bottom: 10px;
}
#case .case-left .top-img:hover img {
  transform: scale(1.2);
}
#case .case-left .bottom-wrap {
  height: calc(50% - 5px);
  display: flex;
  gap: 10px;
}
#case .case-left .left-img {
  display: block;
  flex: 1;
  height: 100%;
  overflow: hidden;
}
#case .case-left .left-img:hover img {
  transform: scale(1.2);
}
#case .case-left .right-wrap {
  flex: 1;
  height: 100%;
}
#case .case-left .right-img {
  display: block;
  width: 100%;
  height: calc(50% - 5px);
  overflow: hidden;
  margin-bottom: 10px;
}
#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;
  width: 33.33333%;
  height: 100%;
  position: relative;
}
#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;
}
/**** 企业简介  ****/
.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 .content-wrap1 {
  position: relative;
  overflow: hidden;
}
#companyProfile .content-wrap1 .en {
  font-size: 200px;
  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: 10px;
  z-index: 1;
}
#companyProfile .content-wrap1 .main-wrap {
  display: flex;
  justify-content: space-between;
  gap: 140px;
  position: relative;
  z-index: 2;
}
#companyProfile .content-wrap1 .left-wrap {
  flex: 1.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%;
  padding: 96px 0;
  background-image: url('../images/img/develop-history-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#companyProfile .development-history .container {
  height: 100%;
  margin-bottom: 0;
}
#companyProfile .development-history .history-wrap {
  overflow: hidden;
  display: flex;
}
#companyProfile .development-history .history-wrap .left-wrap {
  flex: 1;
  border-right: 1px solid #ddd;
  padding-right: 120px;
}
#companyProfile .development-history .history-wrap .left-wrap .historySwiper {
  height: 680px;
}
#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: 64px 0 32px;
}
#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;
  position: relative;
}
#companyProfile .development-history .history-wrap .right-wrap .yearSwiper {
  height: 680px;
}
#companyProfile .development-history .history-wrap .right-wrap .year-item {
  width: 440px;
  height: 136px;
  font-size: var(--font-size-xl);
  color: #888;
  text-align: center;
  line-height: 136px;
}
#companyProfile .development-history .history-wrap .right-wrap .swiper-slide-active .year-item {
  font-size: var(--font-size-2xl);
  color: var(--color-brand);
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #ddd;
}
#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 .main-member-companies {
  width: 100%;
  padding: 96px 0;
  background-image: url('../images/img/main-member-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#companyProfile .main-member-companies .container {
  margin-bottom: 0;
}
#companyProfile .main-member-companies .member-company-item {
  display: block;
  height: 282px;
  padding: 48px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all var(--transition-normal);
}
#companyProfile .main-member-companies .member-company-item h3 {
  font-size: var(--font-size-xl);
  padding-bottom: 24px;
  margin-bottom: 64px;
  position: relative;
  transition: all var(--transition-normal);
}
#companyProfile .main-member-companies .member-company-item h3::after {
  display: block;
  content: '';
  width: 34px;
  height: 4px;
  background: var(--color-brand);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all var(--transition-normal);
}
#companyProfile .main-member-companies .member-company-item .text {
  font-size: var(--font-size-base);
  color: #666;
  line-height: 24px;
  text-align: justify;
  opacity: 1;
  transition: all var(--transition-normal);
  position: relative;
  z-index: 1;
}
#companyProfile .main-member-companies .member-company-item .arrow {
  opacity: 0;
  color: #fff;
  border-color: #fff;
  position: absolute;
  bottom: 48px;
  left: 48px;
  transition: all var(--transition-normal);
}
#companyProfile .main-member-companies .member-company-item .en {
  font-size: 80px;
  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);
  opacity: 0.7;
  transition: all var(--transition-normal);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#companyProfile .main-member-companies .member-company-item:hover {
  background: var(--color-brand);
}
#companyProfile .main-member-companies .member-company-item:hover h3 {
  color: #fff;
}
#companyProfile .main-member-companies .member-company-item:hover h3::after {
  background: #fff;
}
#companyProfile .main-member-companies .member-company-item:hover .text {
  opacity: 0;
}
#companyProfile .main-member-companies .member-company-item:hover .arrow {
  opacity: 1;
}
#companyProfile .main-member-companies .member-company-item:hover .en {
  opacity: 0.4;
}
#companyProfile .corporate-culture {
  width: 100%;
  padding: 96px 0 300px;
  background-image: url('../images/img/corporate-culture-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
#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: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
#companyProfile .corporate-culture .culture-item .icon {
  width: 64px;
  height: auto;
  margin: auto;
}
#companyProfile .corporate-culture .culture-item .title {
  font-size: var(--font-size-xl);
  color: #fff;
  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;
  color: rgba(255, 255, 255, 0.6);
}
#companyProfile .corporate-honor {
  padding: 96px 0;
}
#companyProfile .corporate-honor .container {
  margin-bottom: 0;
}
#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 90px;
  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 {
  width: 1200px;
  margin: auto;
}
#companyProfile .corporate-honor .honor-swiper .honor-item {
  display: none;
}
#companyProfile .corporate-honor .honor-swiper .honor-item.active {
  display: block;
}
#companyProfile .corporate-honor .honor-swiper .honor-img {
  width: 100%;
  padding: 10px;
}
#companyProfile .corporate-honor .honor-swiper .honor-img img {
  width: 100%;
}
#companyProfile .corporate-honor .honor-swiper .text {
  display: none;
  font-size: var(--font-size-base);
  color: #181818;
  font-weight: bold;
  text-align: center;
  margin-top: 38px;
}
#companyProfile .corporate-honor .honor-swiper .swiper-slide {
  transition: 300ms;
  transform: scale(0.7);
}
#companyProfile .corporate-honor .honor-swiper .swiper-slide .text {
  display: none;
}
#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;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}
#companyProfile .corporate-honor .honor-swiper .swiper-slide-active .text,
#companyProfile .corporate-honor .honor-swiper .swiper-slide-duplicate-active .text {
  display: block;
}
#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: 0;
}
#companyProfile .corporate-honor .swiper-honor-next {
  right: 0;
}
#companyProfile .global-layout {
  width: 100%;
  padding: 96px 0;
  background-image: url('../images/img/global-layout-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#companyProfile .global-layout .container {
  margin-bottom: 0;
}
#companyProfile .global-layout .layout-info {
  display: flex;
  gap: 340px;
}
#companyProfile .global-layout .left-wrap {
  flex: 1;
}
#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;
}
#companyProfile .global-layout .left-wrap .item-wrap .item {
  width: 299px;
  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;
}
#companyProfile .global-layout .earth {
  width: 92%;
  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;
  justify-content: center;
  position: absolute;
}
#companyProfile .global-layout .earth .dot-center-point::before {
  display: block;
  content: "";
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--color-brand);
  animation: dot-animation 2s infinite;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
}
#companyProfile .global-layout .earth .dot-center-point::after {
  content: "";
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--color-white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
#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;
  justify-content: center;
  z-index: 10;
  display: none;
}
#companyProfile .global-layout .earth .dot-center-point .dot-info img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-right: 10px;
}
#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);
}
#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 .dot-info {
  display: flex;
}
/* 定义波纹动画的关键帧 */
@keyframes dot-animation {
  from {
    /* 动画开始状态 */
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}
@media (max-width: 1800px) {
  #companyAddress .content-wrap1 {
    height: 415px;
  }
  #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;
  }
  #companyProfile .global-layout .layout-info {
    gap: 180px;
  }
}
@media (max-width: 1440px) {
  .part-title {
    font-size: var(--font-size-xl-bold);
    margin-bottom: 90px;
  }
  #companyAddress .content-wrap1 {
    height: 345px;
  }
  #companyAddress .content-wrap1 .part-title {
    margin-bottom: 70px;
  }
  #companyAddress .content-wrap1 .company-info {
    padding-left: 65px;
  }
  #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 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: 600px;
  }
  #case .case-left {
    padding: 42px 42px 42px 58px;
  }
  #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: 180px;
  }
  #companyProfile .content-wrap1 .main-wrap {
    gap: 100px;
  }
  #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 .left-wrap {
    padding-right: 80px;
  }
  #companyProfile .development-history .history-wrap .left-wrap .historySwiper {
    height: 600px;
  }
  #companyProfile .development-history .history-wrap .left-wrap .history-item .year {
    font-size: var(--font-size-2xl);
  }
  #companyProfile .development-history .history-wrap .left-wrap .history-item .picture {
    margin: 50px 0 32px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .year-item {
    width: 300px;
    height: 120px;
    font-size: 20px;
    line-height: 120px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .yearSwiper {
    height: 600px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .swiper-slide-active .year-item {
    font-size: var(--font-size-xl-bold);
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap {
    left: 300px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn {
    padding: 40px 24px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn::after {
    width: 160px;
  }
  #companyProfile .main-member-companies .member-company-item h3 {
    font-size: 20px;
  }
  #companyProfile .main-member-companies .member-company-item .en {
    font-size: 74px;
  }
  #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 .layout-info {
    gap: 100px;
  }
  #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;
  }
}
@media (max-width: 1200px) {
  .part-title {
    margin-bottom: 80px;
  }
  .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: 286px;
  }
  #companyAddress .content-wrap1 .part-title {
    margin-bottom: 60px;
  }
  #companyAddress .content-wrap1 .part-title::after {
    bottom: -25px;
  }
  #companyAddress .content-wrap1 .company-info {
    padding-left: 50px;
  }
  #companyAddress .content-wrap1 .info-wrap .info-item {
    margin-bottom: 20px;
  }
  #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: 20px;
  }
  #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 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 .case-main-wrap {
    height: 500px;
  }
  #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: 160px;
  }
  #companyProfile .content-wrap1 .main-wrap {
    gap: 70px;
  }
  #companyProfile .content-wrap1 .left-wrap .text {
    font-size: var(--font-size-sm);
    line-height: 26px;
    margin-bottom: 60px;
  }
  #companyProfile .content-wrap1 .left-wrap .text p {
    margin-bottom: 20px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item .num {
    margin: 20px 0 10px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item .num span {
    font-size: var(--font-size-2xl);
  }
  #companyProfile .business-manager-info .info-item {
    margin-top: 24px;
  }
  #companyProfile .development-history {
    padding: 80px 0;
  }
  #companyProfile .development-history .history-wrap .left-wrap {
    padding-right: 60px;
  }
  #companyProfile .development-history .history-wrap .left-wrap .history-item .text {
    font-size: var(--font-size-sm);
  }
  #companyProfile .development-history .history-wrap .right-wrap .yearSwiper {
    height: 500px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .year-item {
    width: 240px;
    height: 100px;
    font-size: var(--font-size-lg);
    line-height: 100px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .swiper-slide-active .year-item {
    font-size: var(--font-size-xl);
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap {
    left: 240px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn {
    padding: 30px 24px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn::after {
    width: 120px;
  }
  #companyProfile .main-member-companies {
    padding: 80px 0;
  }
  #companyProfile .main-member-companies .member-company-item .text {
    font-size: var(--font-size-sm);
  }
  #companyProfile .corporate-culture {
    padding: 80px 0 200px;
  }
  #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 {
    padding: 80px 0;
  }
  #companyProfile .global-layout .layout-info {
    gap: 80px;
  }
  #companyProfile .global-layout .left-wrap .text {
    font-size: var(--font-size-sm);
    margin: 20px 0 40px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item {
    width: 215px;
    height: 150px;
    padding: 15px 20px;
  }
  #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: var(--font-size-2xl);
  }
}
@media (max-width: 992px) {
  .breadcrumb {
    margin-bottom: 70px;
  }
  .breadcrumb .right-wrap .tab {
    width: 135px;
  }
  .container {
    padding: 0 20px;
    margin-bottom: 70px;
  }
  #companyAddress .content-wrap1 {
    width: 70%;
    height: auto;
  }
  #companyAddress .content-wrap1.container {
    padding: 0;
  }
  #companyAddress .content-wrap1 .picture,
  #companyAddress .content-wrap1 .company-info {
    float: none;
    width: 100%;
  }
  #companyAddress .content-wrap1 .company-info {
    padding: 45px 30px 45px 50px;
  }
  #companyAddress .content-wrap3 {
    margin-bottom: 70px;
  }
  #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 {
    margin-bottom: 70px;
  }
  #newsDetail .article-content h2 {
    font-size: var(--font-size-xl-bold);
    line-height: 40px;
  }
  #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 .content-wrap1 .en {
    font-size: 140px;
    top: 40px;
  }
  #companyProfile .content-wrap1 .main-wrap {
    gap: 20px;
  }
  #companyProfile .work-item .text {
    padding: 25px;
  }
  #companyProfile .development-history {
    padding: 70px 0;
  }
  #companyProfile .development-history .history-wrap .left-wrap {
    padding-right: 30px;
  }
  #companyProfile .development-history .history-wrap .left-wrap .history-item .picture {
    width: 100%;
  }
  #companyProfile .development-history .history-wrap .right-wrap .yearSwiper {
    height: 400px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .year-item {
    width: 170px;
    height: 80px;
    line-height: 80px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap {
    left: 170px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn {
    padding: 20px 24px;
  }
  #companyProfile .development-history .history-wrap .right-wrap .btn-wrap .year-swiper-btn::after {
    width: 80px;
  }
  #companyProfile .main-member-companies {
    padding: 70px 0;
  }
  #companyProfile .main-member-companies .member-company-item {
    height: 230px;
    padding: 30px;
  }
  #companyProfile .main-member-companies .member-company-item h3 {
    margin-bottom: 48px;
  }
  #companyProfile .main-member-companies .member-company-item .en {
    font-size: 62px;
  }
  #companyProfile .main-member-companies .member-company-item .arrow {
    left: 30px;
    bottom: 30px;
  }
  #companyProfile .corporate-culture {
    padding: 70px 0 200px;
  }
  #companyProfile .corporate-culture .culture-item {
    padding: 32px;
  }
  #companyProfile .corporate-honor {
    padding: 70px 0;
  }
  #companyProfile .corporate-honor .honor-tab {
    width: 100%;
  }
  #companyProfile .corporate-honor .honor-picture-wrap {
    width: 100%;
  }
  #companyProfile .corporate-honor .honor-wrap .en {
    font-size: 160px;
  }
  #companyProfile .global-layout {
    padding: 70px 0;
  }
  #companyProfile .global-layout .layout-info {
    gap: 20px;
  }
  #companyProfile .global-layout .left-wrap .tit {
    font-size: var(--font-size-lg);
  }
  #companyProfile .global-layout .left-wrap .text {
    margin: 20px 0 40px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap {
    gap: 12px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item {
    width: 165px;
    height: 150px;
    padding: 10px 12px;
  }
  #companyProfile .global-layout .earth {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .breadcrumb .right-wrap .tab {
    width: 120px;
  }
  .pagination .prev,
  .pagination .next,
  .pagination .number {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  #companyAddress .content-wrap1 {
    width: calc(100% - 40px);
  }
  #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 .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;
    margin-bottom: 30px;
  }
  #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 .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 {
    display: block;
  }
  #companyProfile .development-history .history-wrap .left-wrap {
    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 .history-item .picture {
    margin: 32px 0;
  }
  #companyProfile .development-history .history-wrap .right-wrap .yearSwiper {
    height: auto;
  }
  #companyProfile .development-history .history-wrap .right-wrap .year-item {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: var(--font-size-base);
  }
  #companyProfile .development-history .history-wrap .right-wrap .swiper-slide-active .year-item {
    border-width: 0px 1px;
  }
  #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 .main-member-companies .member-company-item {
    height: auto;
  }
  #companyProfile .main-member-companies .member-company-item h3 {
    font-size: var(--font-size-lg);
    margin-bottom: 40px;
  }
  #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 .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 .layout-info {
    display: block;
  }
  #companyProfile .global-layout .left-wrap {
    width: 100%;
    margin-bottom: 70px;
  }
  #companyProfile .global-layout .left-wrap .text {
    margin: 16px 0 32px;
  }
  #companyProfile .global-layout .left-wrap .item-wrap {
    flex-wrap: nowrap;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item {
    width: auto;
    height: auto;
    flex: 1;
    padding: 0;
    background: none;
  }
  #companyProfile .global-layout .left-wrap .item-wrap .item .desc {
    font-size: var(--font-size-xs);
  }
  #companyProfile .global-layout .right-wrap {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .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-wrap1 .company-info {
    padding: 32px 24px;
  }
  #companyAddress .branch-company-item {
    padding: 24px;
  }
  #companyAddress .content-wrap3 {
    margin-bottom: 48px;
    padding: 48px 0;
  }
  #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: 212px;
  }
  #case .case-wrap::before,
  #case .case-wrap::after {
    width: 6px;
  }
  #case .case-left {
    padding: 16px 16px 16px 22px;
  }
  #case .case-left .right-img {
    height: 100%;
  }
  #case .case-left .right-img:last-child {
    display: none;
  }
  #case .case-right {
    padding: 16px 22px 16px 16px;
  }
  #case .case-right::after {
    width: 48px;
  }
  #case .case-right h3 {
    font-size: var(--font-size-base);
    line-height: 24px;
    -webkit-line-clamp: 6;
  }
  #case .case-right .base-info {
    display: none;
  }
  #case .case-pagination {
    right: 24px;
    bottom: 14px;
  }
  #companyProfile .content-wrap1 .left-wrap .data-info .item {
    width: auto;
    flex: 1;
  }
}
