.ui-content{
	background: #f8f8f8;
}
.about_box{
	background: #fff;
	padding: 0 0 0 .48rem;
}
.icon_tit_1{
	background:  url(../../Images/Active/about/t1.png) no-repeat;
	background-size: 100% 100%;
	width: 3.13rem;
	height: .29rem;
	display: inline-block;
	margin-top: .4rem;
	margin-bottom: .6rem;
}
.icon_tit_2{
	background:  url(../../Images/Active/about/t2.png) no-repeat;
	background-size: 100% 100%;
	width: 3.13rem;
	height: .29rem;
	display: inline-block;
	margin-top: .8rem;
	margin-bottom: .6rem;
}
.icon_tit_3{
	background:  url(../../Images/Active/about/t3.png) no-repeat;
	background-size: 100% 100%;
	width: 4.61rem;
	height: .29rem;
	display: inline-block;
	margin-top: 1.1rem;
	margin-bottom: .6rem;
}
.slier_box_1{
	height: 4rem
}
.slier_box_3{
	height: 2.4rem;
	padding-bottom: .6rem;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.slier_box_1 .swiper-slide p,
.slier_box_2 .swiper-slide p{
	text-align: left;
	background: #0ccbcf;
	color: #fff;
	font-size: .26rem;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .5rem;
	line-height: .5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 10px;
}
.slier_box_2{
	height: 3rem;
}
.slier_box_2 video{
	height: 3rem;
	overflow: hidden;
	object-fit: fill;
}
.slier_box_2 .swiper-slide,
.slier_box_2 .swiper-container{
	overflow: initial;
}
.slier_box_2 .swiper-slide img{
	height: 3rem;
}
.slier_box_2 .swiper-slide p{
	color: #000;
	background: initial;
	bottom: -.56rem;
}
.slier_box_2 .swiper-slide p::after{
	content: "";
	position: absolute;
	left: 0;
	top: .13rem;
	background: #0ccbcf;
	width: 2px;
	height: .24rem;
}