.about {
  min-height: 100vh;
  background-color: #fff;
}

.about-main {
  position: relative;
  margin: 0 auto 1.6872rem;
  background-color: #fff;
}

.about-banner {
	position: relative;
	width: 100%;
}
.about-banner img {
	width: 100%;
}
.about-banner-tit {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%);
	width: 3.6rem;
  height: 1.08rem;
  background: url('../images/about/banner-tit.png?v=2.0.30') no-repeat;
  background-size: contain;
}

/* 公共-背景&标题 */
.about-comTitBg {
  position: absolute;
}

.about-comTit {
  position: relative;
}

.about-comTit-eName {
  font-size: 0.135rem;
  font-weight: 600;
  color: rgba(52, 60, 73, 1);
}

.about-comTit-cName {
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 0.6749rem;
  color: rgba(52, 60, 73, 1);
}

/* 公司简介 */
.about-intro {
  display: flex;
  justify-content: space-between;
  margin: 1.181rem auto 0;
  padding: .55rem 1.92rem 0;
  color: rgba(52, 60, 73, 1);
  background: url(../images/about/tit-intro.png?v=2.0.30) 2.1596rem top no-repeat;
  background-size: 5.42rem 1.15rem;
}

.about-culture {
  margin-top: 1.7434rem;
  background: url(../images/about/tit-culture.png?v=2.0.30) 2.1596rem top no-repeat;
  background-size: 7.9rem 1.15rem;
}

.about-intro-left {
  width: 5.6239rem;
}

.about-intro-right {
  width: 8rem;
}

.about-intro-right img {
  width: 100%;
}

.about-intro-txt {
  margin-top: .5624rem;
  line-height: .4499rem;
  font-size: .2rem;
  font-weight: 400;
  color: #343c49;
}
.about-intro-txt2 {
  margin-top: .5624rem;
  line-height: .4499rem;
  font-size: .2rem;
  font-weight: 400;
  color: #343c49;
}

.about-intro-txtList {
  margin-top: 0.5rem;
}

.about-intro-txtList li {
  margin-bottom: 0.4rem;
}

.about-intro-txtList-tit {
  font-weight: 600;
  font-size: 0.24rem;
}

.about-intro-txtList-content {
  margin-top: .1rem;
  font-size: .2rem;
	line-height: .4rem;
}

.about-intro-img {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

/* 发展历程 */
.about-path {
  position: relative;
  margin-top: 1.6872rem;
  padding: 1.2373rem 0 1.3047rem 2.2496rem;
  background: url(../images/about/tit-history.png?v=2.0.30) 2.2496rem .6299rem no-repeat;
  background-size: 8.6383rem 1.2935rem;
  background-color: rgba(249, 250, 250, 1);
}

.about-path::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.54rem;
  height: 3.2rem;
  background: url(../images/about/dec.png?v=2.0.30) no-repeat;
  background-size: contain;
  content: '';
}

.about-path-list {
  display: flex;
  margin: 1.0123rem auto 0;
}

.about-path-list li {
  /* flex: 1; */
	width: 4.56rem;
  position: relative;
  border-top: 3px solid rgba(92, 134, 255, 0.2);
}

.about-path-list li:last-child {
  border: 0;
}

.about-path-list-time {
  margin: .1687rem 0 .3374rem;
  font-size: 0.4499rem;
  font-weight: 700;
  color: #5c86ff;
}

.about-path-list-info {
  margin-top: 5px;
  font-size: 0.2699rem;
  color: #343C49;
}

.about-path-list li::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 4px solid #5c86ff;
  background-color: #fff;
  content: '';
}

/* 联系我们 */
.about-contact {
  margin-top: 2.2496rem;
  padding: .6299rem 2.2496rem 0;
   background: url(../images/about/tit-contact.png?v=2.0.30) 2.2496rem top no-repeat;
  background-size: 9.167rem 1.2935rem;
}

.about-contact-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: .8998rem;
}

.about-contact-list li {
  margin-bottom: 15px;
  padding: 0.4499rem 0 0 0.4499rem;
  width: 4rem;
  height: 2.0246rem;
  border: 1px solid #efefef;
  border-radius: 2px;
  background-color: #f8f8f8;
}

.about-contact-tit {
  margin-bottom: 0.4499rem;
  font-size: 0.2699rem;
  font-weight: 700;
  color: #343c49;
}

.about-contact-info {
  margin-bottom: .2025rem;
  font-size: 0.18rem;
}

.about-contact-info-key {
  display: inline-block;
  padding-left: .3374rem;
  width: 95px;
  color: #333;
  background-size: 24px 24px !important;
}

.icon-man {
  background: url(../images/about/icon-man.png?v=2.0.30) left center no-repeat;
}

.icon-message {
  background: url(../images/about/icon-message.png?v=2.0.30) left center no-repeat;
}

.icon-phone {
  background: url(../images/about/icon-phone.png?v=2.0.30) left center no-repeat;
}

.about-contact-info-val {
  color: #777d87;
}
