<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-slide {
  height: 390px;
}
.swiper-slide .content-box {
  margin-top: 170px;
}
.about-us .tab-wrapper .tab-box .tab-item a {
  color: #141414;
}
.tab-wrapper {
  width: 100%;
  background: #fff;
}
.tab-wrapper .tab-box {
  width: 100%;
  height: 67px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e4eb;
  display: flex;
  justify-content: center;
  position: relative;
}
.tab-wrapper .tab-box ul {
  width: 1200px;
  display: flex;
  justify-content: center;
  /* padding-left: 128px; */
}
.tab-wrapper .tab-box .tab-item {
  width: 192px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #141414;
  text-align: center;
  line-height: 66px;
  cursor: pointer;
}
.tab-wrapper .tab-box .tab-item:first-child {
  margin-right: 328px;
}
.tab-wrapper .tab-box .tab-item:hover a,
.tab-wrapper .tab-box .tab-item.active a {
  color: #2061f6;
}

.tab-item-hover-line {
  position: absolute;
  bottom: 0;
  left: 302px;
  width: 0;
  height: 3px;
  transition: all 0.5s;
  background: #2061f6;
}
.company-profile .body-box {
  margin-top: 60px;
  padding-bottom: 86px;
}
.company-profile .body-box .left img {
  width: 366px;
  height: 438px;
}
.company-profile .body-box .right {
  width: 730px;
  margin-left: 60px;
  padding: 20px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.body-box .company-name {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #141414;
  line-height: 36px;
}
.body-box .content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: Regular;
  color: #141414;
  line-height: 36px;
}

.body-box .content p {
  margin-bottom: 28px;
}
.company-profile .body-box .right ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.company-profile .body-box .right ul &gt; li {
  width: 130px;
  height: 130px;
  background: #f2f5fc;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: 100% 100%;
}
.company-profile .body-box .right ul &gt; li:nth-child(1) {
  background: url('../picture/gy-a-icon1.png') no-repeat;
}
.company-profile .body-box .right ul &gt; li:nth-child(2) {
  background: url('../picture/gy-a-icon2.png') no-repeat;
}
.company-profile .body-box .right ul &gt; li:nth-child(3) {
  background: url('../picture/gy-a-icon3.png') no-repeat;
}
.company-profile .body-box .right ul &gt; li:nth-child(4) {
  background: url('../picture/gy-a-icon4.png') no-repeat;
}
.company-profile .body-box .right ul &gt; li:nth-child(5) {
  background: url('../picture/gy-a-icon5.png') no-repeat;
}

.about-gmpro {
  background: #f2f5fc;
}
.about-gmpro .title-box &gt; .title {
  margin-bottom: 0 !important;
}
.about-gmpro .body-box {
  margin-top: 60px;
  position: relative;
  padding-bottom: 140px;
}
.about-gmpro .body-box .content {
  width: 690px;
  height: 400px;
  background: #fff;
  padding: 64px 44px 64px 33px;
  z-index: 2;
}
.about-gmpro .body-box .bg {
  width: 741px;
  height: 400px;
  position: absolute;
  right: 0;
  z-index: 1;
  margin-top: 64px;
}
.fzlc {
  background-color: #fff;
}
.fzlc .node-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 88px;
}
.fzlc .node-item:first-child {
  margin-left: 0;
}
.fzlc .node-item .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3363f0;
}
.fzlc .node-item .number {
  font-size: 48px;
  font-family: Montserrat;
  font-weight: bold;
  color: #242424;
  background: linear-gradient(0deg, #234ada 0%, #3d64f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 22px;
}

.fzlc .node-item .sub-title {
  width: 182px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 24px;
}

.fzlc .node-item .circle {
  width: 28px;
  height: 28px;
  background: #3363f0;
  border: 8px solid #ffffff;
  border-radius: 50%;
  margin-top: 17px;
  margin-bottom: 10px;
  z-index: 3;
}
.fzlc .body-box {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  margin-top: 80px;
  padding-bottom: 90px;
}
.fzlc .body-box .line {
  width: 100%;
  height: 2px;
  background: #3363f0;
  position: absolute;
  top: 53px;
  z-index: 1;
}

.fzlc .body-box ul {
  display: flex;
  justify-content: space-around;
}

.good-company {
  background: #f2f5fc;
}
.good-company .title-box .title {
  margin-bottom: 0 !important;
}
.good-company .body-box {
  margin-top: 50px;
  padding-bottom: 40px;
}
.good-company .body-box ul {
  display: flex;
  flex-wrap: wrap;
}
.good-company .company-logo-item {
  width: 180px;
  height: 83px;
  background: #ffffff;
  margin-right: 24px;
  margin-bottom: 24px;
}
.good-company .company-logo-item:nth-child(6n) {
  margin-right: 0;
}
.good-company .company-logo-item img {
  width: 100%;
  height: 100%;
}

.contact-us {
  background: #fff;
}
.contact-us .body-box {
  margin-top: 57px;
  padding-bottom: 57px;
}

.contact-us .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
.contact-us .info-item:last-child {
  margin-bottom: 0;
}
.contact-us .info-item .icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.contact-us .info-item .icon img {
  width: 100%;
  height: 100%;
}

.contact-us .info-item .title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1f2024;
  margin-bottom: 10px;
}
.contact-us .info-item .info {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1f2024;
}

.contact-us .qrcode {
  width: 124px;
  height: 124px;
}

.contact-us .qrcode img {
  width: 100%;
  height: 100%;
}

.contact-us .top {
  flex: 1;
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  padding-right: 57px;
  justify-content: space-between;
  align-items: center;
}

.contact-us .tag-box {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.contact-us .tag-box .tag-item {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #141414;
  display: flex;
  align-items: center;
}
.contact-us .tag-box .tag-item .icon {
  max-width: 18px;
  max-height: 18px;
  margin-right: 12px;
}

.try-use {
  display: none;
}
</pre></body></html>