
/* 公共标题 */
.about-mobComTit {
  position: relative;
}

.about-mobComTit-cName {
	position: relative;
	padding-left: .3rem;
  font-size: .48rem;
  font-weight: 800;
  color: #343c49;
}

.about-mobComTit-cName::before {
  position: absolute;
  left: 0;
  top: 50%;
	transform: translateY(-50%);
  width: 6px;
  height: .48rem;
  background-color: #5b75ef;
  content: '';
}

.about-mobComTit-eName {
	padding-left: .3rem;
	font-size: .24rem;
  color: #bbbfc5;
}

/* 公司简介 */
.about-mobIntro {
padding: .32rem;
}

.about-mobIntro-txt {
	margin-top: .3rem;
  line-height: .64rem;
  font-size: .32rem;
  color: #777d87;
}

.about-mobIntro-img {
  margin-top: .32rem;
}

.about-mobIntro-img img {
  width: 100%;
}

.about-mobIntro-img li:nth-child(1) {
  width: 470px;
  height: 408px;
}

.about-mobIntro-img li:nth-child(2) {
  width: 300px;
  height: 200px;
}

.about-mobIntro-img-last {
  margin-top: 16px;
}

/* 发展历程 */
.about-mobPath {
	margin-top: .96rem;
	padding: 0 .32rem;
}

.about-mobPath-list {
	margin: .4rem 0 0 .64rem;
}

.about-mobPath-list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 32px;
	font-size: 16px;
}

.about-mobPath-list li:not(:first-child) {
  margin-top: 78px;
}

.about-mobPath-year {
  font-size: .48rem;
  font-weight: bold;
  color: #5c86ff;
}

.about-mobPath-info {
  margin-left: 30px;
	font-size: .32rem;
  color: #777d87;
}

.about-mobPath-list li:first-child:before,
.about-mobPath-list li:first-child::after {
  display: none;
}

.about-mobPath-list li::before {
  position: absolute;
  top: -64px;
  left: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e1e1e1;
  content: '';
}

.about-mobPath-list li::after {
  position: absolute;
  top: -62px;
  left: 28px;
  width: 2px;
  height: 54px;
  background-color: #e1e1e1;
  content: '';
}

/* 企业文化 */
.about-culture-box {
	margin-top: .4rem;
	padding: .6rem 0 0 .5rem;
  height: 3rem;
  color: #fff;
  background: url(../images/about/mobile/bg-culture.png?v=2.0.30) no-repeat;
  background-size: contain;
}
.about-culture-list {
  display: flex;
}

.about-culture-list li {
	height: 1rem;
}

.about-culture-list li:nth-child(1) {
  width: 2.4rem;
}

.about-culture-list li:nth-child(2) {
  margin-left: 10px;
  width: 3rem;
}

.about-culture-hope {
	margin-top: .32rem;
}

.about-culture-tit {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.about-culture-info {
  font-size: 12px;
	color: rgba(255, 255, 255, .8);
}
.hope-info {
	width: 5.5rem;
}

/* 联系我们 */
.about-mobContact {
	margin-top: .96rem;
	padding: 0 .32rem;
}

.about-mobContact-list {
  display: flex;
  flex-wrap: wrap;
	margin-top: .3rem;
}

.about-mobContact-list li {
  margin-bottom: 15px;
  padding: .4rem .32rem;
	width: 6.2rem;
  border: 1px solid #efefef;
  border-radius: 2px;
  background-color: #f8f8f8;
}

.about-mobContact-tit {
  margin-bottom: 20px;
  font-size: .4rem;
  font-weight: 700;
  color: #343c49;
}

.about-mobContact-info {
  margin-bottom: 6px;
	font-size: .32rem;
}

.about-mobContact-info-key {
  padding-left: 30px;
  display: inline-block;
  width: 1.5rem;
	font-size: .32rem;
  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-mobContact-info-val {
	font-size: .3rem;
  color: #777d87;
}
