companyintro.wxss 2.5 KB
.brandhead{
  width:750rpx;
  height:340rpx;
  font-size: 0;
  position: relative
}

image{
  width:100%;
  height:100%;
}
.branditem{
  width:100%;
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32rpx;
  box-sizing: border-box;
  position: absolute;
  top:125rpx;
}
.brandlimg{
  width:90rpx;
  height:90rpx;
  font-size: 0;

}
.brandname{
  color:#FFFFFF;
  font-size: 36rpx;
  margin-left:21rpx;
}
.branditemleft{
  display:flex;
  align-items: center
}
.branditenright{
  width:100rpx;
  height:50rpx;
  background:rgba(255,255,255,1);
  border-radius:2px;
  color:#E81825;
  font-size: 26rpx;
  text-align: center;
  line-height: 50rpx;
}
.brandbottom{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 31rpx 31rpx;
  box-sizing:border-box; 
 
}
.brandtitle{
  color:#1A1A1A;
  font-size: 28rpx;
}
.duigou{
  width:24rpx;
  height:24rpx;
  font-size: 0;
  margin-left:8rpx;
}
.brandboleft{
  display:flex;
  align-items: center;
  
}
.brandboxitem{
  padding: 32rpx;
  box-sizing: border-box;
  border-bottom:12rpx solid #F2F2F2
}
.boxtop{
  display:flex;
  justify-content: space-between;
  align-items: center
}
.boxtopleft{
  color:#1A1A1A;
  font-size: 32rpx;
  position: relative;
  padding-left: 18rpx;
}
.boxtopleft::before{
  position: absolute;
  top:10rpx;
  left:-2%;
  content:'';
  display:block;
  width:4rpx;
  height:26rpx;
  background:#E81825 ;

}
.brandtext{
  color:#1A1A1A;
  font-size: 26rpx;
  margin-top:28rpx;
}
.brandimg{
  width:686rpx;
  height:340rpx;
  font-size: 0;
  margin-top:37rpx;
}

/* 轮播图 */

  .swiper_image{
  width:750rpx;
  height:340rpx;
  font-size: 0;
  
  position: relative;
  
}
.swiper_item_img{
 width:750rpx;
 height:340rpx;
}
.swiper_image image{
  width:100%;
  height:100%;
  /* box-shadow:0px -1px 6px 0px rgba(212,137,96,0.11); */
 
}
.swiper_item_img swiper-item{
   width:750rpx;
  height:340rpx;
  border-radius:0 !important
  

 
}
.swiper_item_img swiper-item image{
  width:100%;
  height:100%;

}


.dots{
    /* width: 156rpx; */
    height: 36rpx;
    display: flex;
    flex-direction: row;
    position: absolute;
    justify-content: center;
    left: 0;
    right:0;
    bottom: 18rpx;
}
/*未选中时的小圆点样式 */
.dot{
    width: 14rpx;
    height: 14rpx;
    border-radius: 50%;
    margin-right: 26rpx;
    background-color:#000000;
}
/*选中以后的小圆点样式  */
.active{
    width: 14rpx;
    height: 14rpx;
    border-radius:50%;
    background-color: #E81825;
    

}