* {
	margin: 0;
	padding: 0;
	font-size: 0.16rem;
}

.about {
	padding-top: 0.8rem;
	background: url(../img/licheng_bg.png) center bottom no-repeat;
	background-size: auto 100% !important;
}

.about_title1 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 0.4rem;
	color: #222222;
}

.about_body {
	margin-top: 1.35rem;
	padding-bottom: 1.1rem;
}
.swiper-cont{
	padding-bottom: 2rem;
	position: relative;
}
.init {
	width: 8.8rem;
	height: 3.3rem;
	background: rgba(247, 249, 250, 0.53);
	border-radius: 0.1rem;
	border: 0.01rem solid #FFFFFF;
	margin: 0 0.6rem;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.init.swiper-slide-active {
	background: #fff;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}

.init .init_txt {
	padding: 0.48rem 0.46rem;
	box-sizing: border-box;
}

.init .init_txt .init_time {
	font-weight: bold;
	font-size: 0.28rem;
	color: #23478C;
	line-height: 0.32rem;
	position: relative;
	margin-bottom: 0.34rem;
}

.init .init_txt .init_time::before {
	position: absolute;
	content: "";
	width: 0.3rem;
	height: 0.02rem;
	background: #03AFA5;
	bottom: -0.12rem;
	left: 0;
}

.init .init_txt .init_cont {
	width: 3.16rem;
	padding-left: 0.16rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	position: relative;
}

.init .init_txt .init_cont::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0.10rem;
	width: 0.08rem;
	height: 0.08rem;
	background: rgba(255, 255, 255, 0);
	border: 0.03rem solid #03AFA5;
	border-radius: 50%;
	box-sizing: border-box;
}

.init .init_img {
	width: 4.6rem;
	height: 3.3rem;
	border-radius: 0.1rem;
	overflow: hidden;
}

.init .init_img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}



.swiper-pagination {
	width: 15.2rem !important;
	height: 0.08rem;
	margin: 1.1rem auto 0;
	background: linear-gradient(90deg, rgba(35, 71, 140, 0) 0%, #23478C 49%, rgba(35, 71, 140, 0) 100%);
	overflow: initial !important;
	bottom: 0.8rem !important;
	left: 58% !important;
}

.swiper-pagination span {
	width: auto;
	min-width: 1.5rem;
	margin: -0.12rem 0.4rem 0 !important;
	opacity: 1;
	transform: scale(1) !important;
}

.swiper-pagination span i{
	width: 0.3rem !important;
	height: 0.3rem !important;
	display: block;
	background: #23478C;
	border-radius: 50%;
	border: 0.06rem solid #C5DBEF;
	box-sizing: border-box;
	margin: 0 auto 0.16rem;
}

.swiper-pagination span div{
	width: 100%;
	display: block;
	font-weight: normal;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.14rem;
	text-align: center;
}
.swiper-pagination-bullet{
	background: none;
}







.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span.swiper-pagination-bullet-active {
	width: auto;
	min-width: 1.5rem;
	height: 0.4rem;
	background: linear-gradient( 132deg, #03AF9F 0%, #00AFEA 100%);
	border-radius: 0.54rem;
	position: relative;
	top: -0.35rem;
	padding: 0 0.2rem;
}
.swiper-pagination span.swiper-pagination-bullet-active::before,
.swiper-pagination span.swiper-pagination-bullet-active::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 0.6rem;
	background: linear-gradient(132deg, #03AF9F 0%, #00AFEA 100%);
	border-radius: 0.54rem;
	opacity: 0.27;
	top: -0.1rem;
	left: -0.1rem;
	padding: 0 0.1rem;
}
.swiper-pagination span.swiper-pagination-bullet-active i,
.tab.swiper-pagination-bullet-active i{
	display: none;
}
.swiper-pagination span.swiper-pagination-bullet-active div,
.swiper-pagination span.swiper-pagination-bullet-active div{
    font-weight: bold;
    font-size: 0.26rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    position: relative;
}











