.banner-img{
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.section{
  padding: 0 3.5%;
}
.sec{
  margin-bottom: 1.8rem;
}
.sec-title{
  text-align: center;
  margin-bottom: 1rem;
}
.sec-title h2{
  font-size: .82rem;
  color: #3B0CF1;
  font-weight: bold;
  line-height: 1.;
  margin: 0;
}
.sec-title img{
  display: block;
  width: 80%;
  margin: .3rem auto .25rem;
}
.title-text{
  font-size: .4rem;
  color: #3B0CF1;
  margin-bottom: 0;
}
.title-desc{
  font-size: .45rem;
  color: #333;
  margin-bottom: 0;
  margin-top: .22rem;
  padding: 0 1rem;
}

/* 物流简介 */
.introduction{
  background: url("/YZFmobile/img/headway/sec1_bg.jpg") no-repeat;
  background-size: cover;
  padding: .8rem .6rem;
}
.introduction-title{
  font-size: .66rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 .6rem;
}
.introduction-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: .6rem auto 0;
}
.introduction-item{
  width: 50%;
}
.introduction-item-flex{
  background: #3B0CF1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: .2rem .5rem;
}
.introduction-item-text-right{
  text-align: right;
}
.introduction-item img{
  display: block;
  width: 100%;
  height: 100%;
}
.introduction-item h4{
  font-size: .6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin: 0;
}
.introduction-item p{
  font-size: .48rem;
  line-height: 1.6;
  color: #fff;
  margin-top: .2rem;
  margin-bottom: 0;
}

/* 物流优势 */
.advantage-item{
  display: flex;
  justify-content: space-between;
}
.advantage-img{
  width: 60%;
}
.advantage-img img{
  display: block;
  width: 100%;
}
.advantage-info{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #3B0CF1;
  padding: 0 .4rem;
}
.advantage-info img{
  display: block;
  width: auto;
  height: .6rem;
}
.advantage-info p{
  font-size: .48rem;
  color: #fff;
  line-height: 1.4;
  margin-top: .2rem;
  margin-bottom: 0;
}

/* 服务宗旨 */
.service-img{
  display: block;
  width: 100%;
}
.service-list{
  background: #3B0CF1;
  padding: .2rem 0;
}
.service-list li{
  padding: .4rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-icon{
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-icon img{
  display: block;
  width: 60%;
}
.service-info{
  flex: 1;
  margin-left: 1rem;
}
.service-info h3{
  font-size: .8rem;
  color: #fff;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.service-info h3 em{
  font-weight: normal;
  font-size: 0.5em;
  margin-left: .25rem;
}
.service-info p{
  font-size: .5rem;
  color: #fff;
  line-height: 1.4;
  margin-top: .25rem;
  margin-bottom: 0;
}
.service-desc{
  width: 100%;
  box-sizing: border-box;
  background: rgba(0,63,255,.8);
  padding: .5rem 1rem;
  box-shadow: 0 0 .1rem #fff inset;
  color: #fff;
}
.service-desc h3{
  font-size: .8rem;
  font-weight: bold;
  line-height: 1;
}
.service-desc p{
  font-size: .5rem;
  line-height: 1.4;
  margin-top: .3rem;
}
.solve{
  background: #623df4;
  padding: .8rem 1rem;
  color: #fff;
}
.solve h3{
  font-size: .8rem;
  font-weight: bold;
  line-height: 1;
}
.solve h3 em{
  font-size: 0.5em;
  font-weight: normal;
  margin-left: .25rem;
}
.solve p{
  font-size: .5rem;
  line-height: 1.8;
  margin-top: .5rem;
}


