.demo .banner {
  height: 6rem;
  width: 100%;
  background-image: url(../img/marketing/蒙版组\ 2.png);
}
.tabBar {
  display: flex;
  justify-content: center;
  height: 0.58rem;
  background: #ffffff;
  border-bottom: 0.01rem solid #eeeeee;
  box-sizing: border-box;
}
.tabBar .item {
  width: 2rem;
  height: 0.58rem;
  font-size: 0.18rem;
  line-height: 0.58rem;
  text-align: center;
  color: #666666;
}
.tabBar .active {
  background-color: #0063b9;
  color: #ffffff;
}
.pictrue {
  padding-bottom: 0.39rem;
}
.pictrue img {
  margin: 0 auto;
  width: 12rem;
  height: 100%;
  /*height: 7.8rem;*/
}
.companyDetail {
  padding-bottom: 0.56rem;
  margin-bottom: 0.36rem;
  border: 0.01rem solid #eeeeee;
}
.companyDetail .topBox {
  height: 0.53rem;
  background: #e3e9ef;
}
.companyDetail .topBox .name {
  width: 3.95rem;
  height: 0.53rem;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.53rem;
  text-align: center;
  background-color: #fff;
}
.companyDetail .bottom {
  padding: 0 0.5rem;
}
.companyDetail .official {
  margin: 0.35rem 0 0.15rem;
  font-size: 0.2rem;
  line-height: 0.26rem;

  color: #666666;
}
.companyDetail .linkAddress {
  font-size: 0.18rem;
  line-height: 0.24rem;
}
.companyDetail .bottom h3 {
  margin: 0.3rem 0 0.02rem;
  line-height: 0.26rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
}
.companyDetail .detail p {
  font-size: 0.16rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 0.4rem;
}
.companyDetail .item {
  display: flex;
  align-items: center;
}
.companyDetail .item .number {
  margin-right: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  background: #f1d675;
}
.service {
  margin-top: 0.17rem;
}
.service .box {
  display: flex;
  justify-content: space-between;
}
.service .title {
  margin-bottom: 0.14rem;
  font-size: 0.2rem;
  color: #666666;
}
.service .itemDetail {
  width: 3rem;
}
.service .itemDetail .transition_box {
  width: 3rem;
  height: 1.76rem;
}
.service .itemDetail .text {
  height: 0.46rem;
  width: 3rem;
  line-height: 0.46rem;
  text-align: center;
  font-size: 0.18rem;
  color: #666666;
  border: 0.01rem solid #eeeeee;
  border-top: 0;
  box-sizing: border-box;
}
