@charset "UTF-8";
body {
  overflow-y: auto !important;
}
body::-webkit-scrollbar {
  width: 3px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1254901961);
}
body::-webkit-scrollbar-thumb {
  background: #3368bd;
  border-radius: 2px;
}

.about-page {
  padding-top: 100px;
}
.about-page .group-section {
  margin-top: 10px;
}
.about-page .group-section .section-inner {
  background-image: url("../Images/aboutdw.webp");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  gap: 90px;
  padding: 0 9.375vw 12vw;
}
.about-page .group-section .section-inner .tagline {
  width: 35%;
  font-size: 24px;
  line-height: 50px;
  color: #333333;
  flex-shrink: 0;
}
.about-page .group-section .section-inner .about-content {
  font-size: 16px;
  line-height: 34px;
  color: #333333;
  position: relative;
}
.about-page .group-section .section-inner .about-content::before {
  content: "";
  width: 100%;
  border-top: 2px solid #ebebeb;
  position: absolute;
  top: -36px;
  left: 0;
}
.about-page .video-bg {
  background-color: #eff3f9;
  height: 27.083vw;
  margin-top: 6vw;
  position: relative;
}
.about-page .video-bg::after {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10.625vw;
  background-image: url("../Images/aboutqx.webp");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .video-bg .video-box {
  padding: 0 9.375vw;
  height: 33.33vw;
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(-14.375vw);
  z-index: 2;
  position: relative;
}
.about-page .video-bg .video-box .video-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.about-page .video-bg .video-box .video-mask .btn {
  width: 69px;
  height: 69px;
  background-image: url("../Images/bf.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.5s ease;
}
.about-page .video-bg .video-box .video-mask .btn:hover {
  animation: play 1.5s infinite;
}
@keyframes play {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.about-page .video-bg .video-box .video-mask p {
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
}
.about-page .video-bg .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.about-b {
  padding-top: 100px;
}
.about-b .culture-section {
  display: flex;
  padding: 0 0 12.5vw 9.375vw;
  background-image: url("../Images/qywhbg.webp");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.about-b .culture-section .left {
  width: 40vw;
  flex-shrink: 0;
  margin-right: 90px;
}
.about-b .culture-section .left .item {
  margin: 50px 0;
  color: #333333;
  cursor: default;
  font-size: 28px;
  line-height: 54px;
}
.about-b .culture-section .left .item:hover .item-title {
  color: #9d120f;
}
.about-b .culture-section .left .item:hover .item-title::before {
  border-left-color: #9d120f;
}
.about-b .culture-section .left .item .item-title {
  font-size: 32px;
  padding-left: 38px;
  position: relative;
  transition: all 0.5s ease;
}
.about-b .culture-section .left .item .item-title::before {
  content: "";
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid #333;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.about-b .culture-section .left .item .item-desc {
  padding-left: 38px;
}
.about-b .culture-section .left .item .value-tags {
  display: flex;
  flex-wrap: wrap;
}
.about-b .culture-section .left .item .value-tags .tag {
  margin-top: 30px;
  height: 69px;
  width: calc(25% + 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 20px;
  background-color: #ffe3e4;
  box-shadow: inset 0px 0px 5px #ffffff;
  margin-left: -16px;
  transition: all 0.5s ease;
}
.about-b .culture-section .left .item .value-tags .tag:hover {
  transform: translateX(-16px);
}
.about-b .culture-section .left .item .value-tags .tag:nth-child(2n) {
  background-color: #eaf1fe;
}
.about-b .culture-section .left .item .value-tags .tag:nth-child(1), .about-b .culture-section .left .item .value-tags .tag:nth-child(5) {
  margin-left: 0;
}
.about-b .culture-section .right {
  width: calc(100% - 40vw - 90px);
}
.about-b .culture-section .right .items {
  transform: translateY(-3.125vw);
  position: relative;
  width: 100%;
  height: 33.59375vw;
}
.about-b .culture-section .right .items .swiper {
  width: 100%;
  height: 100%;
}
.about-b .culture-section .right .items .swiper:not(:first-child) {
  display: none;
}
.about-b .culture-section .right .items .swiper-pagination-bullet-active {
  background: #fff;
}
.about-b .culture-section .right .items::before {
  position: absolute;
  content: "";
  width: 55.6vw;
  height: 27.8vw;
  background-color: #eaf1fe;
  border-radius: 50%;
  top: -7.8vw;
  right: 0;
  transform: translateX(50%);
}
.about-b .culture-section .right .items::after {
  position: absolute;
  content: "";
  width: calc(100% + 30px);
  height: 11.51vw;
  background-color: #ffe3e4;
  border-radius: 10px;
  top: calc(22.08375vw + 30px);
  left: -30px;
}
.about-b .culture-section .right .items .item {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 33.59375vw;
  background-color: #eaf1fe;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.about-b .culture-section .right .items .item:hover .culture-photo {
  transform: scale(1.1);
}
.about-b .culture-section .right .items .item .culture-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}

.about-page-zlgh .group-section {
  margin-top: 45px;
}
.about-page-zlgh .group-section .section-inner {
  gap: 0;
  background-image: url("../Images/zlghbg2.webp");
  padding-bottom: 8.33vw;
}
.about-page-zlgh .group-section .section-inner .left {
  width: 28.35vw;
  height: 30vw;
  flex-shrink: 0;
  margin: 0 7vw 0 2.5vw;
}
.about-page-zlgh .group-section .section-inner .left img {
  width: 100%;
  height: 100%;
}
.about-page-zlgh .group-section .section-inner .about-zlgh {
  flex: 1;
}
.about-page-zlgh .group-section .section-inner .about-zlgh::before {
  display: none;
}
.about-page-zlgh .group-section .section-inner .about-zlgh p {
  line-height: 30px;
  margin-bottom: 30px;
}

.about-page-fzlc {
  position: relative;
}
.about-page-fzlc .fzlc-head {
  margin-top: 30px;
  padding: 5vw 9.375vw;
  text-align: center;
  background-image: url("../Images/fzlcqx.webp");
  background-size: 80% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.about-page-fzlc .fzlc-head .logo {
  width: 47.71vw;
  height: 5.26vw;
  margin: 0 auto 40px;
}
.about-page-fzlc .fzlc-head .logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.about-page-fzlc .fzlc-head .slogan {
  font-size: 40px;
  line-height: 1;
  color: #333333;
}
.about-page-fzlc .timeline-box {
  position: relative;
  height: 51vw;
  margin-top: 3.125vw;
  padding: 0 9.375vw;
  background-image: url("../Images/fzlcbg1.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.about-page-fzlc .timeline-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 48.646vw;
  background-image: url("../Images/fzlcxian.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: -1;
}
.about-page-fzlc .timeline-box .timeline-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: grab;
}
.about-page-fzlc .timeline-box .timeline-list {
  width: auto;
  height: 100%;
  position: relative;
  list-style: none;
  display: flex;
  transition: transform 0.5s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.about-page-fzlc .timeline-box .tl-item {
  width: 14.2857142857%;
  height: 10.83vw;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-shrink: 0;
}
.about-page-fzlc .timeline-box .tl-item:nth-child(7n-6) {
  margin-top: 14vw;
}
.about-page-fzlc .timeline-box .tl-item:nth-child(7n-6)::before, .about-page-fzlc .timeline-box .tl-item:nth-child(7n-6)::after {
  left: 6px;
}
.about-page-fzlc .timeline-box .tl-item:nth-child(7n-5) {
  margin-top: 30.4vw;
}
.about-page-fzlc .timeline-box .tl-item:nth-child(7n-4) {
  margin-top: 11.2vw;
}
.about-page-fzlc .timeline-box .tl-item:nth-child(7n-3) {
  margin-top: 26vw;
}
.about-page-fzlc .timeline-box .tl-item:nth-child(7n-2) {
  margin-top: 6vw;
}
.about-page-fzlc .timeline-box .tl-item:nth-child(7n-1) {
  margin-top: 17vw;
}
.about-page-fzlc .timeline-box .tl-item:nth-child(7n) {
  margin-top: 2.5vw;
}
.about-page-fzlc .timeline-box .tl-item::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border: solid 2px #e91502;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 2;
}
.about-page-fzlc .timeline-box .tl-item::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 1px;
  height: 10.83vw;
  background-color: #d2dcf0;
}
.about-page-fzlc .timeline-box .tl-item:nth-child(7n-5), .about-page-fzlc .timeline-box .tl-item:nth-child(7n-3), .about-page-fzlc .timeline-box .tl-item:nth-child(7n-1) {
  justify-content: flex-end;
}
.about-page-fzlc .timeline-box .tl-item:nth-child(7n-5)::before, .about-page-fzlc .timeline-box .tl-item:nth-child(7n-3)::before, .about-page-fzlc .timeline-box .tl-item:nth-child(7n-1)::before {
  top: auto;
  bottom: 0;
}
.about-page-fzlc .timeline-box .tl-item:nth-child(7n-5)::after, .about-page-fzlc .timeline-box .tl-item:nth-child(7n-3)::after, .about-page-fzlc .timeline-box .tl-item:nth-child(7n-1)::after {
  top: auto;
  bottom: 12px;
}
.about-page-fzlc .timeline-box .tl-item .year {
  font-size: 40px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 15px;
  color: #e91502;
  transition: transform 0.5s;
}
.about-page-fzlc .timeline-box .tl-item:hover .year {
  transform: scale(1.1) translateX(10px);
}
.about-page-fzlc .video-bg {
  height: auto;
  padding-bottom: 3vw;
  margin-top: 0;
  background-color: transparent;
}
.about-page-fzlc .video-bg::after {
  height: 31.25vw;
  background-image: url("../Images/fzlbbg2.webp");
}
.about-page-fzlc .video-bg .video-box {
  transform: translateY(-3.33vw);
}

.about-page-zzjg .culture-section {
  padding-bottom: 0;
}
.about-page-zzjg .zzjg-img {
  padding: 1.56vw 9.375vw 8.85vw;
}
.about-page-zzjg .zzjg-img img {
  width: 100%;
  height: auto;
  display: block;
}

.about-page-zgs {
  background-image: url("../Images/zgsbg.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 40px;
  /* 子公司矩阵样式 */
}
.about-page-zgs .tit {
  font-size: 44px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0 auto 90px;
}
.about-page-zgs .fwbg {
  width: 539px;
  height: 538px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
}
.about-page-zgs .fwbg .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 206px;
  height: 206px;
  border-radius: 50%;
  background-color: #fff;
}
.about-page-zgs .fwbg .center::before, .about-page-zgs .fwbg .center::after {
  content: "......";
  display: block;
  color: #999;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1;
}
.about-page-zgs .fwbg .center::after {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.about-page-zgs .fwbg .center h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
}
.about-page-zgs .fwbg .center p {
  font-size: 16px;
  color: #999;
}
.about-page-zgs .fwbg .radimg {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
}
.about-page-zgs .fwbg .radimg .text {
  position: absolute;
  font-size: 14px;
  color: #333;
}
.about-page-zgs .fwbg .radimg:hover {
  z-index: 2;
  transform: scale(1.15);
}
.about-page-zgs .fwbg .radimg.radimg1 {
  left: 40px;
  top: auto;
  bottom: 0;
}
.about-page-zgs .fwbg .radimg.radimg1 .text {
  bottom: -5px;
  left: 10px;
}
.about-page-zgs .fwbg .radimg.radimg2 {
  left: 40px;
  top: 0;
}
.about-page-zgs .fwbg .radimg.radimg2 .text {
  top: 10px;
  left: 10px;
}
.about-page-zgs .fwbg .radimg.radimg3 {
  left: auto;
  right: 40px;
  top: 0;
}
.about-page-zgs .fwbg .radimg.radimg3 .text {
  top: -20px;
  right: 20px;
}
.about-page-zgs .fwbg .radimg.radimg6 {
  left: auto;
  right: 40px;
  top: auto;
  bottom: 0;
}
.about-page-zgs .fwbg .radimg.radimg6 .text {
  bottom: -20px;
  right: 0;
}
.about-page-zgs .fwbg .radimg.radimg4 {
  left: 0;
  top: 137px;
}
.about-page-zgs .fwbg .radimg.radimg4 .text {
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
}
.about-page-zgs .fwbg .radimg.radimg5 {
  left: auto;
  right: 0;
  top: 137px;
}
.about-page-zgs .fwbg .radimg.radimg5 .text {
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
}
.about-page-zgs .fuwu-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #f5f8fe;
  margin-top: 6.25vw;
  margin-bottom: 7.8vw;
  padding: 5.7vw 0;
}
.about-page-zgs .fuwu-body .fuwu-tit {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-page-zgs .fuwu-body .fuwu-tit p:last-child {
  position: relative;
}
.about-page-zgs .fuwu-body .fuwu-tit p:last-child::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 34px;
  height: 2px;
  background-color: #173fb8;
}
.about-page-zgs .fuwu-body .fuwuul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page-zgs .fuwu-body .fuwuul a {
  font-size: 28px;
  line-height: 46px;
  color: #333;
  text-align: center;
  margin: 0 50px;
  position: relative;
  white-space: nowrap;
  transition: all 0.3s;
}
.about-page-zgs .fuwu-body .fuwuul a p {
  transition: all 0.3s;
}
.about-page-zgs .fuwu-body .fuwuul a:before {
  content: "";
  position: absolute;
  right: -50px;
  top: 20px;
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
  border: 2px solid #cdd1db;
  border-left: 0;
  border-top: 0;
  transition: all 0.3s;
}
.about-page-zgs .fuwu-body .fuwuul a i {
  font-size: 70px;
  color: #cdd1db;
  font-weight: normal;
  margin-bottom: 30px;
  display: block;
  transition: all 0.3s;
}
.about-page-zgs .fuwu-body .fuwuul a:hover p {
  color: #000;
  font-weight: 700;
  transform: scale(1.1);
}
.about-page-zgs .fuwu-body .fuwuul a:hover:before {
  border-color: #173fb8;
}
.about-page-zgs .fuwu-body .fuwuul a:hover i {
  color: #173fb8;
}
.about-page-zgs .fuwu-body .fuwuul a:last-child:before {
  display: none;
}
.about-page-zgs .zgslist {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4.7vw 9.375vw;
  position: relative;
}
.about-page-zgs .zgslist::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 349px;
  height: 546px;
  opacity: 0.5;
  background-image: url("../Images/zgsbg2.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.about-page-zgs .zgslist .left {
  width: 480px;
  padding-right: 20px;
  flex-shrink: 0;
}
.about-page-zgs .zgslist .left .company-list {
  padding: 0;
  margin: 0;
}
.about-page-zgs .zgslist .left .company-list .item {
  position: relative;
  width: 100%;
  display: block;
  height: 56px;
  line-height: 56px;
  color: #999999;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.about-page-zgs .zgslist .left .company-list .item.cur {
  color: #e62426;
  font-weight: 700;
}
.about-page-zgs .zgslist .left .company-list .item:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #eaf1fe;
  display: inline-block;
  margin-right: 36px;
}
.about-page-zgs .zgslist .left .company-list .item.cur:before {
  background: #e53935;
}
.about-page-zgs .zgslist .right {
  flex: 1;
}
.about-page-zgs .zgslist .right .zgs-swiper-wrap {
  position: relative;
  transform: translateY(-7.4vw);
}
.about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper {
  height: 42.7vw;
  padding-left: 10vw;
}
.about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateX(15vw);
  opacity: 0.6;
}
.about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide.swiper-slide-prev, .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide.swiper-slide-next {
  transform: translateX(7.8vw);
  opacity: 0.8;
}
.about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide.swiper-slide-active {
  transform: translateX(0);
  opacity: 1;
}
.about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide.swiper-slide-active .card {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(#e62426, #e62426), linear-gradient(0deg, #f6f7f9 0%, #eaf1fe 100%);
}
.about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide.swiper-slide-active .card .name, .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide.swiper-slide-active .card .desc, .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide.swiper-slide-active .card .more, .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide.swiper-slide-active .card .no {
  color: #fff;
}
.about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide.swiper-slide-active .card .more {
  opacity: 1;
  pointer-events: auto;
}
.about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide .card {
  padding: 24px 2.6vw;
  position: relative;
  display: block;
  width: 27.24vw;
  height: 10vw;
  background-image: linear-gradient(0deg, #ffffff 0%, #eaf1fe 100%);
  box-shadow: 9px 16px 21px 0px #ebebeb;
  border-radius: 10px;
  border: solid 2px #ffffff;
}
.about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide .card .no {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.2;
  position: absolute;
  top: 20px;
  right: 15px;
}
.about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide .card .more {
  width: 40px;
  height: 40px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide .card .name {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide .card .desc {
  font-size: 16px;
  color: #666;
}

.about-page-zgsxq {
  padding: 4.7vw 9.375vw;
  position: relative;
  background-image: url("../Images/zgsbg3.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
}
.about-page-zgsxq .zgsxq-intro .brand {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
.about-page-zgsxq .zgsxq-intro .brand .brand-logo {
  width: 230px;
  height: 83px;
}
.about-page-zgsxq .zgsxq-intro .intro-wrap {
  display: flex;
  align-items: flex-start;
  gap: 3.85vw;
}
.about-page-zgsxq .zgsxq-intro .intro-text {
  flex: 1;
}
.about-page-zgsxq .zgsxq-intro .intro-pic {
  flex: 0 0 38.7vw;
  background-color: #d5dff1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.about-page-zgsxq .zgsxq-intro .intro-pic .intro-image {
  width: 100%;
  height: 29.06vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page-zgsxq .zgsxq-intro .company-name {
  font-size: 38px;
  font-weight: normal;
  line-height: 42px;
  color: #000000;
  margin: 0px 0 50px;
}
.about-page-zgsxq .zgsxq-intro .company-desc {
  max-height: calc(29.06vw - 90px);
  overflow: auto;
}
.about-page-zgsxq .zgsxq-intro .company-desc p {
  font-size: 16px;
  text-indent: 2em;
  color: #000;
  line-height: 34px;
}
.about-page-zgsxq .zgsxq-intro .xq-actions {
  display: flex;
  align-items: center;
  margin-top: 60px;
  gap: 12px;
}
.about-page-zgsxq .zgsxq-intro .xq-actions .btn {
  text-align: center;
  line-height: 54px;
  color: #000;
  min-width: 101px;
  height: 54px;
  padding: 0 20px;
  background-color: #eaf1fe;
  border-radius: 27px;
  transition: all 0.5s ease;
}
.about-page-zgsxq .zgsxq-intro .xq-actions .btn:hover {
  background: #173fb8;
  color: #fff;
}
.about-page-zgsxq .xq-cases {
  margin-top: 7.18vw;
}
.about-page-zgsxq .xq-cases .cases-title {
  font-size: 38px;
  font-weight: normal;
  line-height: 42px;
  color: #000000;
  margin-bottom: 56px;
}
.about-page-zgsxq .xq-cases .cases-swiper {
  padding-bottom: 10px;
}
.about-page-zgsxq .xq-cases .cases-swiper .case-list {
  gap: 0;
}
.about-page-zgsxq .xq-cases .cases-swiper .case-list .case-item {
  flex: none;
}
.about-page-zgsxq .xq-cases .cases-swiper .case-list .case-item .pic {
  width: 100%;
  height: 15.21vw;
  overflow: hidden;
  border-radius: 10px;
}
.about-page-zgsxq .xq-cases .cases-swiper .case-list .case-item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.about-page-zgsxq .xq-cases .cases-swiper .case-list .case-item .txt {
  margin-top: 30px;
  color: #000;
  text-align: center;
  transition: color 0.5s ease;
}
.about-page-zgsxq .xq-cases .cases-swiper .case-list .case-item:hover .pic img {
  transform: scale(1.1);
}
.about-page-zgsxq .xq-cases .cases-swiper .case-list .case-item:hover .txt {
  color: #173fb8;
}

.about-page-zcjy {
  padding: 6.5vw 9.375vw;
  background-image: url(../Images/aboutqx.webp);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.about-page-zcjy .zcjy-wrap {
  display: flex;
  align-items: flex-start;
  gap: 4.69vw;
}
.about-page-zcjy .zcjy-left {
  position: relative;
  flex: 0 0 37vw;
  position: sticky;
  top: 100px;
  z-index: 2;
}
.about-page-zcjy .zcjy-left .pic {
  position: sticky;
  top: 100px;
  width: 100%;
  height: 28.49vw;
  border-radius: 20px;
  overflow: hidden;
  background: #f5f7fb;
}
.about-page-zcjy .zcjy-left .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-page-zcjy .zcjy-right {
  flex: 1;
}
.about-page-zcjy .zcjy-right .message {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.about-page-zcjy .zcjy-right .message p {
  text-indent: 2em;
}

.about-page-jtgg {
  padding: 6.5vw 9.375vw;
  background-image: url(../Images/pbbg.webp);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.about-page-jtgg .jtgg-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125vw;
}
.about-page-jtgg .jtgg-item {
  width: calc(33.33% - 2.09vw);
}
.about-page-jtgg .jtgg-item .card {
  display: flex;
  gap: 1.5vw;
  background-color: #f5f5f5;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s ease;
}
.about-page-jtgg .jtgg-item .card:hover {
  box-shadow: 0 0 20px 0px #ddd;
}
.about-page-jtgg .jtgg-item .card:hover .pic img {
  transform: scale(1.1);
}
.about-page-jtgg .jtgg-item .card:hover .info .name {
  color: #ec3b3b;
}
.about-page-jtgg .jtgg-item .card:hover .info .title {
  color: #ec3b3b;
}
.about-page-jtgg .jtgg-item .pic {
  width: 10.15vw;
  flex-shrink: 0;
  height: 13.54vw;
  border-radius: 10px;
  overflow: hidden;
  background: #d5dff1;
}
.about-page-jtgg .jtgg-item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.about-page-jtgg .jtgg-item .info {
  padding: 0.8vw 1.5vw 1.5vw 0;
  width: calc(100% - 11.65vw);
}
.about-page-jtgg .jtgg-item .info .name {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.about-page-jtgg .jtgg-item .info .title {
  font-size: 17px;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.2509803922);
  transition: all 0.5s ease;
}
.about-page-jtgg .jtgg-item .info .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin: 15px 0;
}
.about-page-jtgg .jtgg-item .info .pubmore {
  width: 48px;
  height: 30px;
  position: absolute;
  bottom: 0.8vw;
  right: 1.5vw;
  background-image: url("../Images/more.png");
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .about-page {
    padding-top: 70px;
  }
  .about-page .group-section .section-inner {
    gap: 40px;
  }
  .about-page .group-section .section-inner .tagline {
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .group-section .section-inner .about-content {
    font-size: 15px;
    line-height: 30px;
  }
  .about-page .video-bg {
    height: 30vw;
  }
  .about-page .video-bg::after {
    height: 12vw;
  }
  .about-page .video-bg .video-box {
    height: 36vw;
    transform: translateY(-12vw);
  }
  .about-page .video-bg .video-box .video-mask {
    gap: 16px;
  }
  .about-page .video-bg .video-box .video-mask .btn {
    width: 60px;
    height: 60px;
  }
  .about-page .video-bg .video-box .video-mask p {
    font-size: 22px;
    line-height: 30px;
  }
  .about-b {
    padding-top: 70px;
  }
  .about-b .culture-section {
    padding: 0 0 10vw 6vw;
    align-items: center;
  }
  .about-b .culture-section .left {
    width: 42vw;
    margin-right: 60px;
  }
  .about-b .culture-section .left .item {
    margin: 40px 0;
    font-size: 24px;
    line-height: 46px;
  }
  .about-b .culture-section .left .item .item-title {
    font-size: 28px;
    padding-left: 32px;
  }
  .about-b .culture-section .left .item .item-desc {
    padding-left: 32px;
  }
  .about-b .culture-section .left .item .value-tags .tag {
    margin-top: 24px;
    height: 60px;
    font-size: 15px;
  }
  .about-b .culture-section .right .items {
    transform: translateY(0);
    height: 36vw;
  }
  .about-b .culture-section .right .items::before {
    width: 50vw;
    height: 25vw;
    top: -6vw;
  }
  .about-b .culture-section .right .items::after {
    top: auto;
    bottom: -30px;
  }
  .about-b .culture-section .right .items .item {
    height: 36vw;
  }
  .about-page-zlgh .group-section .section-inner .left {
    width: 30vw;
    height: 32vw;
    margin: 0 5vw 0 2vw;
  }
  .about-page-fzlc .fzlc-head {
    padding: 4vw 6vw;
  }
  .about-page-fzlc .fzlc-head .logo {
    width: 50vw;
    height: 6vw;
    margin-bottom: 32px;
  }
  .about-page-fzlc .fzlc-head .slogan {
    font-size: 34px;
  }
  .about-page-fzlc .timeline-box {
    height: 54vw;
    margin-bottom: 3vw;
  }
  .about-page-fzlc .timeline-box .tl-item {
    font-size: 15px;
    line-height: 26px;
    padding-left: 20px;
  }
  .about-page-fzlc .timeline-box .tl-item .year {
    font-size: 34px;
    margin-bottom: 12px;
  }
  .about-page-zzjg .zzjg-img {
    padding: 2vw 6vw 6vw;
  }
  .about-page-zgs .tit {
    font-size: 38px;
    margin-bottom: 70px;
  }
  .about-page-zgs .fuwu-body {
    margin-top: 5vw;
    margin-bottom: 6vw;
    padding: 4.5vw 0;
  }
  .about-page-zgs .fuwu-body .fuwu-tit {
    font-size: 38px;
    margin-bottom: 60px;
  }
  .about-page-zgs .fuwu-body .fuwuul a {
    font-size: 24px;
    line-height: 40px;
    margin: 0 40px;
  }
  .about-page-zgs .fuwu-body .fuwuul a i {
    font-size: 60px;
    margin-bottom: 24px;
  }
  .about-page-zgs .zgslist {
    padding: 4vw 6vw;
  }
  .about-page-zgs .zgslist .left {
    width: 420px;
  }
  .about-page-zgs .zgslist .left .company-list .item {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap {
    transform: translateY(-6vw);
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper {
    height: 45vw;
    padding-left: 8vw;
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide .card {
    width: 30vw;
    height: 11vw;
    padding: 20px 2.5vw;
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide .card .no {
    font-size: 24px;
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide .card .name {
    font-size: 22px;
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide .card .desc {
    font-size: 15px;
  }
  .about-page-zgsxq {
    padding: 4vw 6vw;
  }
  .about-page-zgsxq .zgsxq-intro .brand {
    margin-bottom: 48px;
  }
  .about-page-zgsxq .zgsxq-intro .brand .brand-logo {
    width: 200px;
    height: 72px;
  }
  .about-page-zgsxq .zgsxq-intro .intro-wrap {
    gap: 3vw;
  }
  .about-page-zgsxq .zgsxq-intro .intro-pic {
    flex: 0 0 40vw;
  }
  .about-page-zgsxq .zgsxq-intro .intro-pic .intro-image {
    height: 30vw;
  }
  .about-page-zgsxq .zgsxq-intro .company-name {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 40px;
  }
  .about-page-zgsxq .zgsxq-intro .company-desc {
    max-height: calc(30vw - 80px);
  }
  .about-page-zgsxq .zgsxq-intro .company-desc p {
    font-size: 15px;
    line-height: 30px;
  }
  .about-page-zgsxq .zgsxq-intro .xq-actions {
    margin-top: 48px;
  }
  .about-page-zgsxq .zgsxq-intro .xq-actions .btn {
    line-height: 48px;
    height: 48px;
    font-size: 15px;
  }
  .about-page-zgsxq .xq-cases {
    margin-top: 6vw;
  }
  .about-page-zgsxq .xq-cases .cases-title {
    font-size: 34px;
    margin-bottom: 48px;
  }
  .about-page-zgsxq .xq-cases .pic {
    height: 17vw;
  }
  .about-page-zgsxq .xq-cases .txt {
    margin-top: 24px;
    font-size: 15px;
  }
  .about-page-zcjy {
    padding: 5.5vw 6vw;
  }
  .about-page-zcjy .zcjy-wrap {
    gap: 3.5vw;
  }
  .about-page-zcjy .zcjy-left {
    flex: 0 0 38vw;
  }
  .about-page-zcjy .zcjy-left .pic {
    height: 30vw;
  }
  .about-page-zcjy .zcjy-right .message {
    font-size: 15px;
  }
  .about-page-jtgg {
    padding: 5.5vw 6vw;
  }
  .about-page-jtgg .jtgg-list {
    gap: 2.5vw;
  }
  .about-page-jtgg .jtgg-item .info {
    padding: 0.6vw 1.5vw 2.5vw 0;
  }
  .about-page-jtgg .jtgg-item .info .name {
    font-size: 24px;
  }
  .about-page-jtgg .jtgg-item .info .title {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .about-page-jtgg .jtgg-item .info .desc {
    font-size: 14x;
    margin: 10px 0;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 1023px) {
  body::-webkit-scrollbar {
    width: 2px;
  }
  .about-page {
    padding-top: 60px;
  }
  .about-page .group-section {
    margin-top: 20px;
  }
  .about-page .group-section .section-inner {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px 80px;
    background-size: 100% 200px;
  }
  .about-page .group-section .section-inner .tagline {
    width: 100%;
    font-size: 4.5vw;
    line-height: 1.8em;
  }
  .about-page .group-section .section-inner .about-content {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .group-section .section-inner .about-content::before {
    top: -15px;
  }
  .about-page .video-bg {
    height: auto;
    padding-bottom: 40px;
  }
  .about-page .video-bg::after {
    height: 80px;
  }
  .about-page .video-bg .video-box {
    height: 56vw;
    padding: 0 20px;
    transform: translateY(-40px);
  }
  .about-page .video-bg .video-box .video-mask {
    gap: 12px;
  }
  .about-page .video-bg .video-box .video-mask .btn {
    width: 50px;
    height: 50px;
  }
  .about-page .video-bg .video-box .video-mask p {
    font-size: 18px;
    line-height: 26px;
  }
  .about-b {
    padding-top: 6vw;
  }
  .about-b .culture-section {
    flex-direction: column-reverse;
    padding: 6vw 4vw 10vw;
    background-size: 100% auto;
  }
  .about-b .culture-section .left {
    width: 100%;
    margin-right: 0;
    margin-top: 4vw;
  }
  .about-b .culture-section .left .item {
    margin: 4vw 0;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .about-b .culture-section .left .item .item-title {
    font-size: 4vw;
    padding-left: 20px;
    margin-bottom: 2vw;
  }
  .about-b .culture-section .left .item .item-title::before {
    border-left-width: 9px;
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
  .about-b .culture-section .left .item .item-desc {
    padding-left: 20px;
  }
  .about-b .culture-section .left .item .value-tags .tag {
    margin-top: 2vw;
    height: 10vw;
    width: calc(50% - 8px);
    font-size: 3.6vw;
    margin-left: 0 !important;
    border-radius: 12px;
  }
  .about-b .culture-section .right {
    width: 100%;
  }
  .about-b .culture-section .right .items {
    transform: translateY(0);
    height: 60vw;
  }
  .about-b .culture-section .right .items::before {
    display: none;
  }
  .about-b .culture-section .right .items::after {
    width: calc(100% + 20px);
    height: 80px;
    top: auto;
    bottom: -10px;
    left: -10px;
  }
  .about-b .culture-section .right .items .item {
    height: 60vw;
    border-radius: 10px;
  }
  .about-page-zlgh .group-section {
    margin-top: 30px;
  }
  .about-page-zlgh .group-section .section-inner {
    flex-direction: column;
    padding-bottom: 80px;
    background-size: 100% 150px;
  }
  .about-page-zlgh .group-section .section-inner .left {
    width: 100%;
    height: 80vw;
    margin: 0 0 30px 0;
  }
  .about-page-zlgh .group-section .section-inner .about-zlgh p {
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .about-page-fzlc .fzlc-head {
    margin-top: 20px;
    padding: 30px 20px;
    background-size: 100% auto;
  }
  .about-page-fzlc .fzlc-head .logo {
    width: 80vw;
    height: 10vw;
    margin-bottom: 24px;
  }
  .about-page-fzlc .fzlc-head .slogan {
    font-size: 4.5vw;
  }
  .about-page-fzlc .timeline-box {
    height: auto;
    padding: 40px 0 60px;
  }
  .about-page-fzlc .timeline-box::after {
    display: none;
  }
  .about-page-fzlc .timeline-box .timeline-list {
    position: static;
    padding: 0 20px;
    display: block;
  }
  .about-page-fzlc .timeline-box .tl-item {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    padding-left: 4vw;
    padding-bottom: 4vw;
    margin-top: 0 !important;
  }
  .about-page-fzlc .timeline-box .tl-item::before {
    top: 8px !important;
    left: 0px !important;
    width: 10px;
    height: 10px;
    background-color: #fff;
  }
  .about-page-fzlc .timeline-box .tl-item::after {
    height: calc(100% + 2.8vw);
    top: 8px !important;
    left: 0px !important;
  }
  .about-page-fzlc .timeline-box .tl-item:nth-child(2n) {
    justify-content: flex-start;
  }
  .about-page-fzlc .timeline-box .tl-item:nth-child(2n)::before {
    bottom: auto !important;
  }
  .about-page-fzlc .timeline-box .tl-item:last-child::after {
    display: none;
  }
  .about-page-fzlc .timeline-box .tl-item .year {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .about-page-fzlc .video-bg {
    padding-bottom: 40px;
  }
  .about-page-fzlc .video-bg::after {
    height: 120px;
  }
  .about-page-fzlc .video-bg .video-box {
    transform: translateY(-40px);
  }
  .about-page-zzjg {
    padding-top: 10vw;
  }
  .about-page-zzjg .culture-section {
    flex-direction: column;
    min-height: calc(100vh - 65vw);
    padding-top: 20vw;
    box-sizing: border-box;
  }
  .about-page-zzjg .culture-section .zzjg-img {
    padding: 0;
  }
  .about-page-zgs {
    padding-top: 60px;
    background-size: 100% 300px;
  }
  .about-page-zgs .tit {
    font-size: 6vw;
    margin-bottom: 40px;
  }
  .about-page-zgs .fwbg {
    width: 84vw;
    height: 84vw;
  }
  .about-page-zgs .fwbg .center {
    width: 30vw;
    height: 30vw;
  }
  .about-page-zgs .fwbg .center::before, .about-page-zgs .fwbg .center::after {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .about-page-zgs .fwbg .center::after {
    margin-top: 1vw;
  }
  .about-page-zgs .fwbg .center h2 {
    font-size: 3.5vw;
    margin-bottom: 1vw;
  }
  .about-page-zgs .fwbg .center p {
    font-size: 3vw;
  }
  .about-page-zgs .fwbg .radimg {
    width: 35vw;
    height: auto;
  }
  .about-page-zgs .fwbg .radimg .text {
    text-shadow: 0 0 5px #fff;
  }
  .about-page-zgs .fwbg .radimg.radimg1 {
    left: 6.4vw;
  }
  .about-page-zgs .fwbg .radimg.radimg1 .text {
    left: 0;
    bottom: -6vw;
  }
  .about-page-zgs .fwbg .radimg.radimg2 {
    left: 6.4vw;
  }
  .about-page-zgs .fwbg .radimg.radimg2 .text {
    left: 0;
    top: -2vw;
  }
  .about-page-zgs .fwbg .radimg.radimg3 {
    right: 6.4vw;
  }
  .about-page-zgs .fwbg .radimg.radimg3 .text {
    left: auto;
    right: 0;
    bottom: -2vw;
  }
  .about-page-zgs .fwbg .radimg.radimg6 {
    right: 6.4vw;
  }
  .about-page-zgs .fwbg .radimg.radimg6 .text {
    left: auto;
    right: 0;
    bottom: -8vw;
  }
  .about-page-zgs .fwbg .radimg.radimg4 {
    top: 50%;
    transform: translateY(-50%);
    width: 24.4vw;
  }
  .about-page-zgs .fwbg .radimg.radimg4 .text {
    left: -6vw;
  }
  .about-page-zgs .fwbg .radimg.radimg5 {
    top: 50%;
    transform: translateY(-50%);
    width: 24.4vw;
  }
  .about-page-zgs .fwbg .radimg.radimg5 .text {
    right: -6vw;
  }
  .about-page-zgs .fuwu-body {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 40px 20px;
  }
  .about-page-zgs .fuwu-body .fuwu-tit {
    font-size: 6vw;
    margin-bottom: 40px;
    text-align: center;
  }
  .about-page-zgs .fuwu-body .fuwu-tit p:last-child::after {
    display: none;
  }
  .about-page-zgs .fuwu-body .fuwuul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-page-zgs .fuwu-body .fuwuul a {
    font-size: 16px;
    line-height: 28px;
    margin: 10px 15px;
  }
  .about-page-zgs .fuwu-body .fuwuul a:before {
    display: none;
  }
  .about-page-zgs .fuwu-body .fuwuul a i {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .about-page-zgs .zgslist {
    flex-direction: column;
    padding: 0;
  }
  .about-page-zgs .zgslist::after {
    width: 200px;
    height: 300px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
  .about-page-zgs .zgslist .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .about-page-zgs .zgslist .left .company-list {
    display: none;
  }
  .about-page-zgs .zgslist .right {
    width: 100%;
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap {
    transform: translateY(0);
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper {
    height: auto;
    padding-left: 0;
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-wrapper {
    height: auto;
    flex-direction: column;
    padding: 0vw 4vw 10vw;
    box-sizing: border-box;
    gap: 4vw;
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide {
    opacity: 1 !important;
    transform: none;
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide .card {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide .card .no {
    font-size: 3.2vw;
    top: 0.5vw;
    right: 2vw;
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide .card .more {
    opacity: 1;
    pointer-events: auto;
    bottom: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide .card .name {
    font-size: 16px;
    border-color: #ebf2fe;
    margin-bottom: 8px;
  }
  .about-page-zgs .zgslist .right .zgs-swiper-wrap .swiper-slide .card .desc {
    font-size: 14px;
    padding-right: 50px;
  }
  .about-page-zgsxq {
    padding: 40px 20px;
    background-size: 100% auto;
  }
  .about-page-zgsxq .zgsxq-intro .brand {
    margin-bottom: 20px;
    justify-content: center;
  }
  .about-page-zgsxq .zgsxq-intro .brand .brand-logo {
    width: 160px;
    height: 58px;
  }
  .about-page-zgsxq .zgsxq-intro .intro-wrap {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .about-page-zgsxq .zgsxq-intro .intro-pic {
    flex: none;
    width: 100%;
  }
  .about-page-zgsxq .zgsxq-intro .intro-pic .intro-image {
    height: 60vw;
  }
  .about-page-zgsxq .zgsxq-intro .company-name {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .about-page-zgsxq .zgsxq-intro .company-desc {
    max-height: none;
  }
  .about-page-zgsxq .zgsxq-intro .company-desc p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page-zgsxq .zgsxq-intro .xq-actions {
    margin-top: 30px;
    justify-content: center;
    gap: 10px;
  }
  .about-page-zgsxq .zgsxq-intro .xq-actions .btn {
    line-height: 42px;
    height: 42px;
    font-size: 14px;
    min-width: 90px;
  }
  .about-page-zgsxq .xq-cases {
    margin-top: 20px;
  }
  .about-page-zgsxq .xq-cases .cases-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .about-page-zgsxq .xq-cases .pic {
    height: 20vw;
  }
  .about-page-zgsxq .xq-cases .txt {
    margin-top: 16px;
    font-size: 14px;
  }
  .about-page-zcjy {
    padding: 40px 20px;
  }
  .about-page-zcjy .zcjy-wrap {
    flex-direction: column;
    gap: 24px;
  }
  .about-page-zcjy .zcjy-left {
    flex: none;
    width: 100%;
    position: static;
  }
  .about-page-zcjy .zcjy-left .pic {
    height: auto;
  }
  .about-page-zcjy .zcjy-right .message {
    font-size: 14px;
    line-height: 1.8;
  }
  .about-page-jtgg {
    padding: 4vw;
  }
  .about-page-jtgg .jtgg-list {
    gap: 4vw;
  }
  .about-page-jtgg .jtgg-item {
    width: 100%;
  }
  .about-page-jtgg .jtgg-item .card {
    gap: 4vw;
    padding: 4vw;
    grid-template-columns: 23vw 1fr;
    align-items: flex-start;
  }
  .about-page-jtgg .jtgg-item .pic {
    width: 23vw;
    height: 30vw;
    flex-shrink: 0;
  }
  .about-page-jtgg .jtgg-item .info {
    width: calc(100% - 27vw);
    padding: 0;
    position: relative;
  }
  .about-page-jtgg .jtgg-item .info .name {
    font-size: 4vw;
    margin-bottom: 8px;
  }
  .about-page-jtgg .jtgg-item .info .title {
    font-size: 3.5vw;
    padding-bottom: 0;
    border: none;
  }
  .about-page-jtgg .jtgg-item .info .desc {
    font-size: 3.2vw;
    margin: 12px 0 0;
  }
  .about-page-jtgg .jtgg-item .info .pubmore {
    position: absolute;
    top: 0;
    right: 0;
  }
}/*# sourceMappingURL=aboutus.css.map */