/** 产品 **/
.product {
  padding: 0 1rem;
}
.product ul {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product ul li {
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6C7581;
  background: #F5F7F9;
  border-radius: 0.5rem;
  padding: 1rem 0.775rem;
  position: relative;
}
.product ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.product ul li img {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.product ul li .sub-title {
  margin-bottom: 0.725rem;
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #434B59;
}
.product ul li .sub-remark {
  margin-bottom: 0.65rem;
}
/** 服务 **/
.service {
  height: 11rem;
  background: url("../../appimg/index/pic/service.jpg")center no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 2rem;
}
.service .title,
.service .remark {
  padding: 0 1rem;
}
/** 服务介绍 **/
.service-intro {
  padding: 0 1rem;
  text-align: center;
}
.service-intro ul {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-intro ul li {
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6C7581;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.service-intro ul li img {
  height: 5rem;
}
.service-intro ul li .sub-blue {
  margin: 0.7rem 0;
  font-size: 0.6rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #6189EE;
}
.service-intro ul li .sub-title {
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #434B59;
}
.service-intro ul li .sub-remark {
  font-size: 0.65rem;
  margin-bottom: 0.5rem;
  color: #6E7480;
  line-height: 1rem;
}
/** 选择 **/
.choice {
  background: #EBF6FF;
  background-size: cover;
  background-position: center center;
  padding: 1rem;
}
.choice .phone {
  width: 100%;
}
.choice .content {
  height: auto!important;
}
.choice .content-title .title {
  padding-top: 1rem !important;
}
/** 伙伴 **/
.partner {
  padding: 0 1rem;
}
.partner .partner-bg {
  margin: 2rem 0;
  width: 100%;
}
/** 资讯 **/
.info {
  padding: 0 1rem;
  background: #E8F5FF;
}
.info .content-title .remark {
  padding-bottom: 2.5rem;
}
.info .infoList {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.info .infoList .sonItem {
  width: 19rem;
  height: 24.75rem;
  background: #fff;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  margin-right: 1.5rem;
}
.info .infoList .sonItem:last-child {
  margin-right: unset;
}
.info .infoList .sonItem .info_img {
  width: 100%;
  height: 13.5rem;
}
.info .infoList .sonItem .info_title {
  padding: 0 0.5rem;
  margin-top: 1.5rem;
  font-size: 1rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #414B5A;
}
.info .infoList .sonItem .num {
  padding: 0 0.5rem;
  margin-top: 0.85rem;
  font-size: 0.6rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6C7581;
}
.info .infoList .sonItem .num .r {
  margin-left: 3rem;
}
.info .infoList .sonItem .info_remark {
  padding: 0 0.5rem;
  height: 3.2rem;
  margin-top: 1.3rem;
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6C7581;
  -webkit-line-clamp: 3;
  line-height: 1.1rem;
}
.info .infoList .sonItem .icons {
  padding: 0 0.5rem;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.info .infoList .sonItem .icons .l {
  display: flex;
}
.info .infoList .sonItem .icons .l .push_icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.3rem;
}
.info .infoList .sonItem .icons .r {
  width: 1.2rem;
  height: 1.2rem;
}
/** 关于我们 **/
.ab_carousel .el-carousel__indicator--horizontal {
  display: none;
}
/** 品牌介绍 **/
.brand {
  padding-bottom: 2rem;
}
.brand .title::after {
  content: unset!important;
}
.brand .b_content {
  margin-top: 1.25rem;
}
.brand .b_content .b_r {
  height: 10rem;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
  width: 100%;
}
.brand .b_content .b_l {
  margin: 0 1rem;
}
.brand .b_content .b_l .remark1,
.brand .b_content .b_l .remark2,
.brand .b_content .b_l .remark3 {
  text-indent: 2em;
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6E7580;
}
.brand .b_content .b_l .remark1,
.brand .b_content .b_l .remark2 {
  margin-bottom: 1rem;
}
.brand .b_content .b_l .remark1,
.brand .b_content .b_l .remark2,
.brand .b_content .b_l .remark3 {
  line-height: 1.2rem;
}
/** 愿景与使命 **/
.vision {
  background: #E8F5FF;
  padding-bottom: 2rem;
}
.vision .title {
  margin-bottom: 1.25rem;
}
.vision .title::after {
  content: unset!important;
}
.vision .v_content {
  margin: 0 1rem;
}
.vision .v_content .v_title {
  padding: 1rem 0 0.5rem 0.75rem;
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #434B59;
}
.vision .v_content .v_remark {
  font-size: 0.65rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6C7581;
  line-height: 1.1rem;
  padding-left: 0.75rem;
}
.vision .v_content .v_l .v_bg,
.vision .v_content .v_r .v_bg {
  height: 6.45rem;
  width: 100%;
}
.vision .v_content .v_l {
  margin-bottom: 0.75rem;
}
.vision .v_content .v_l .v_bg {
  background: url("../../appimg/about/pic/m1.png")no-repeat 100% 100%;
  background-size: 100% 100%;
  width: 100%;
}
.vision .v_content .v_l .v_bg .v_remark {
  width: 7rem;
}
.vision .v_content .v_r .v_bg {
  background: url("../../appimg/about/pic/m2.png")no-repeat 100% 100%;
  background-size: 100% 100%;
}
.vision .v_content .v_r .v_bg .v_remark {
  width: 9.75rem;
}
/** 企业文化 **/
.culture .title {
  margin-bottom: 0.25rem;
}
.culture .title::after {
  content: unset!important;
}
.culture ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
}
.culture ul li {
  width: calc(50% - 0.1rem);
  text-align: center;
  padding: 1rem 0;
}
.culture ul li:nth-child(2n) {
  border-left: 0.05rem solid rgba(67, 75, 89, 0.05);
}
.culture ul li:nth-child(n+3) {
  border-top: 0.05rem solid rgba(67, 75, 89, 0.05);
}
.culture ul li img {
  height: 3.9rem;
  margin-bottom: 1rem;
}
.culture ul li .des .des_title {
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #434B59;
  margin-bottom: 0.8rem;
}
.culture ul li .des .des_remark1,
.culture ul li .des .des_remark2 {
  font-size: 0.65rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6E7580;
}
.culture ul li .des .des_remark2 {
  margin-top: 0.5rem;
}
.culture ul li:first-child img,
.culture ul li:nth-child(2) img {
  height: 2.5rem;
}
.culture ul li:nth-child(3) img,
.culture ul li:last-child img {
  height: 2rem;
}
.culture .culture_img {
  width: 100%;
  margin-top: 1rem;
  height: 7.75rem;
}
/** 荣誉与资质 **/
.honor_qual {
  padding-bottom: 2rem;
}
.honor_qual .title {
  margin-bottom: 1.25rem;
}
.honor_qual .title::after {
  content: unset!important;
}
.honor_qual .h_content {
  margin: 0 1rem;
}
.honor_qual .h_content img {
  width: 100%;
}
.honor_qual .h_content .qual2 {
  margin-top: 0.75rem;
}
/** 业务覆盖范围 **/
.business {
  background: #E8F5FF;
  margin-bottom: 10px;
}
.business .remark {
  margin-right: 1rem!important;
}
.business .china_png {
  margin-top: 1.5rem;
  width: calc(100% - 1.2rem);
  margin: 0 0.6rem;
}
.business ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  background: #FFFFFF;
  padding-top: 1.25rem;
  margin-top: 2rem;
}
.business ul li img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.55rem;
  margin-left: 1.6rem;
}
.business ul li .total {
  display: flex;
}
.business ul li .total .total_l {
  font-size: 2rem;
  font-family: PingFang SC;
  color: #6289EF;
}
.business ul li .total .total_r {
  text-align: left;
}
.business ul li .total .total_r .add {
  font-size: 1.25rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6289EF;
  top: -0.1rem;
  position: relative;
}
.business ul li .total .total_r .word {
  font-size: 0.6rem;
  font-family: PingFang SC;
  color: #2A4385;
  margin-top: -0.1rem;
}
/** 团队介绍 **/
.team .remark {
  color: #68779D;
  margin-right: 1rem!important;
}
.team ul {
  padding-top: 1.25rem;
  margin: 0 1rem;
}
.team ul li {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: #F5F7F9;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
}
.team ul li:last-child {
  margin-bottom: unset;
}
.team ul li img {
  width: 3.75rem;
  margin-right: 0.5rem;
}
.team ul li .man {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team ul li .man .top {
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #434B59;
  margin-bottom: 0.3rem;
}
.team ul li .man .bottom {
  display: flex;
}
.team ul li .man .bottom .b_l {
  font-size: 2rem;
  font-family: PingFang SC;
  font-weight: 300;
  color: #568AF7;
}
.team ul li .man .bottom .b_r {
  margin-left: 0.3rem;
}
.team ul li .man .bottom .b_r .add {
  position: relative;
  left: -0.1rem;
  top: -0.15rem;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 1.1rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #568AF7;
}
.team ul li .man .bottom .b_r .people {
  margin-top: 0.3rem;
  font-size: 0.6rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #22448A;
}
