/*顶图图片*/
@media(max-width: 62rem) {
  #top_bg > img {
    content: url('../images/service_1_1.png');
    display: inline-block;
  }
}
/*标题信息内容*/
#business {
  text-align: center;
  margin-bottom: 4.5625rem;
}
#business .business_name {
	position: relative;
  margin-top: 2.5625rem;
	padding-bottom: 1.3125rem;
	border-bottom: 1px solid #F5F5F5;
}
#business .business_name:before,
#business .business_name:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -.5rem;
	transform: translateX(-50%);
	border-top: .5rem solid #E8E8E8;
	border-left: .375rem solid transparent;
	border-right: .375rem solid transparent;
}
#business .business_name h5 {
  margin-bottom: .75rem;
  font-size: 1.875rem;
  font-weight: 700;
}
#business .business_name > span {
  font-size: 1rem;
  color: #BFBFBF;
}
#business .introduce {
  margin-top: 2.4375rem;
  font-size: 1rem;
  color: #595959;
  line-height: 2;
  text-align: center;
}
.introduce1{
    width: 39rem;
    margin: 0 auto;
}
#business .introduce > span {
  display: block;
}
/*板块介绍 PC*/
@media(min-width: 62rem) {
	#business .introduce_mobile {
		display: none;
	}
}

/*
板块介绍移动端
*/
@media(max-width: 62rem) {
	#business {
		margin-bottom: 0.916rem;
	}
	#business .introduce_pc {
		display: none;
	}
	#business .introduce {
        font-size: .916rem;
        margin: 0 1.5rem;
        margin-top: 2.4375rem;
	}
	#business .business_name h5 {
		font-size: 1.25rem;
	}
	#business .business_name > span {
		font-size: .666rem;
	}
}

/*板块介绍*/
#plate {
  padding: 1.875rem;
}
#plate > li {
  padding: 2.625rem 2rem;
  margin-bottom: 3.75rem;
  box-shadow:0rem 0.25rem 0.625rem 0rem rgba(7,1,2,0.16);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#plate > li > img {
  width: 4.375rem;
  margin-right: 1.375rem;
}
#plate > li .title-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.9375rem;
}
#plate > li .title {
  font-size: 1.25rem;
  color: #595959;
  font-weight: bolder;
  margin-bottom: 0.6875rem;
}
#plate > li .subtitle {
  font-size: 0.875rem;
  color: #BFBFBF;
}
#plate > li .text {
  font-size: 0.875rem;
  line-height: 1.9;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


/*板块介绍 PC*/
@media(min-width: 62rem) {
  #plate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #plate > li {
    width: 49%;
  }
}

/*
板块介绍移动端
*/
@media(max-width: 62rem) {
	#plate > li {
		padding: 1.66rem;
        margin-bottom: 1.5rem;
	}
  #plate > li > img {
    width: 4.16rem;
  }
	#plate > li .title-top {
		margin-bottom: 1.33rem;
	}
}
