﻿.aboutme-us .aboutme-us-title {
  font-size: .28rem;
  color: #333333;
  width: max-content;
  min-width: 1.7rem;
  position: relative;
  margin: 0 auto;
  text-align: center;
  height: .6rem;
  border-bottom: 1px solid #f0f0f0;
}

.aboutme-us .aboutme-us-title::after {
  content: '';
  border-bottom: 2px solid #7ED000;
  position: absolute;
  bottom: 0;
  width: 1.1rem;
  left: calc(50% - 0.55rem);
}

.aboutme-us .aboutme-us-jianjie {
  width: 12rem;
  margin: 0 auto;
  text-align: center;
  color: #666666;
}

.aboutme-us .aboutme-us-jianjie > p {
  font-size: .14rem;
  line-height: .24rem;
}

.aboutme-us .aboutme-us-linian {
  width: 100%;
  background-color: #f4fbfc;
  padding: .5rem 0 .6rem 0;
}

.aboutme-us .aboutme-us-linian .linians {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.aboutme-us .aboutme-us-linian .linians .linian-item {
  text-align: center;
  width: 3.85rem;
  height: 4.35rem;
  padding: 1.75rem .3rem .4rem .3rem;
}

.aboutme-us .aboutme-us-linian .linians .linian-item.q-1 {
  background-image: url(../image/qiye-1.png);
}

.aboutme-us .aboutme-us-linian .linians .linian-item.q-2 {
  background-image: url(../image/qiye-2.png);
}

.aboutme-us .aboutme-us-linian .linians .linian-item.q-3 {
  background-image: url(../image/qiye-3.png);
}

.aboutme-us .aboutme-us-linian .linians .linian-item .linian-item-title {
  font-size: .2rem;
  color: #37CCE8;
}

.aboutme-us .aboutme-us-linian .linians .linian-item .linian-item-ftitle {
  color: #333333;
  font-size: .18rem;
  font-weight: 400;
}

.aboutme-us .aboutme-us-linian .linians .linian-item > p {
  color: #666666;
  font-size: .14rem;
  line-height: .3rem;
}

.aboutme-us .aboutme-us-hexin .aboutme-us-hexin-title {
  color: #666666;
  font-size: .14rem;
  text-align: center;
}

.aboutme-us .aboutme-us-hexin > img {
  display: block;
  margin: 0 auto;
}

.aboutme-us .aboutme-us-ziliao {
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.aboutme-us .aboutme-us-ziliao .aboutme-us-ziliao-title {
  color: #666666;
  font-size: 18px;
}

.aboutme-us .aboutme-us-ziliao .move-btn {
  top: 2.4rem;
}

.company-info {
  width: 12rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.company-info .company-address {
  padding: .5rem;
  width: 4.9rem;
  height: 3.2rem;
  background: #F4FBFC;
  border-radius: .1rem;
  color: #333333;
  font-size: .14rem;
}

.company-info .company-address > img {
  width: 2.61rem;
  height: .72rem;
}

.company-info .company-address .company-name {
  font-size: .18rem;
  font-weight: bold;
}

.company-info .company-map {
  width: 6.7rem;
  height: 3.2rem;
  background: #F4FBFC;
  border-radius: .1rem;
  overflow: hidden;
}

.company-info .company-map > img {
  width: 6.7rem;
  height: 3.2rem;
}

.news {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.news .news-item {
  width: 12rem;
  background: #F4FBFC;
  border-radius: .1rem;
  padding: .15rem;
  position: relative;
}

.news .news-item .news-title {
  color: #333;
  font-size: .18rem;
  text-align: center;
}

.news .news-item .news-content {
  padding: 0 .1rem;
  color: #666666;
  font-size: .14rem;
  line-height: .24rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .news-item > img {
  width: 2.04rem;
  height: 1.09rem;
}

.news .news-item .move-btn {
  border-color: #37CCE8;
  color: #37CCE8;
  left: 1.28rem;
  top: 3.25rem;
  width: 1.3rem;
  height: .4rem;
  background-color: #f4fbfc;
}

.news .news-item .move-btn:hover {
  color: #fff;
  background: #37CCE8;
}

.new {
  width: 12rem;
  margin: 0 auto;
}

.new .new-title {
  text-align: center;
  font-size: .28rem;
  color: #333;
}

.new .new-info {
  width: 12rem;
  padding-bottom: .25rem;
  text-align: center;
  font-size: .14rem;
  color: #aaaaaa;
  border-bottom: 1px solid #eeeeee;
}

.new .new-page {
  height: .5rem;
  line-height: .5rem;
  font-size: .15rem;
  color: #555;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.new .new-page > span {
  font-size: .15rem;
  color: #70d7ed;
}

.new .new-page > a {
  font-size: .15rem;
  color: #555;
  text-decoration: none;
}

.pages {
  margin: 0.6rem 0;
  display: flex;
  justify-content: center;
}

.pages > a {
  margin: 0 .05rem;
  text-decoration: none;
  background: rgba(244, 251, 252, 0);
  border: 1px solid #e3e3e3;
  border-radius: .06rem;
  padding: .14rem .21rem;
  font-size: .14rem;
  color: #666666;
}

.pages > a:hover {
  background-color: #37CCE8;
  color: #fff;
}