.swiperC1 {
	width: 90%;
	padding: 20px 0;
	position: relative;
}
.zFzlc_conter{
    margin-top: 8%;
    position: relative;
}

.zFzlc_list {
	display: flex;
	align-items: flex-end;
}

.zFzlc_item {
	text-align: center;
	position: relative;
}

.zFzlc_p{
    height: 300px;
    display: flex;
    align-items: flex-end;
}

.zFzlc_p1 {
	width: 139px;
	padding: 15px;
	padding-bottom: 0px;
	border-radius: 15px;
	box-shadow: 0 0 20px #d1d0d0;
	margin: 0 auto;
}

.zFzlc_p1:after {
	content: '';
	position: relative;
	border: 12px solid #d1d0d0;
	border-color: #FFFFFF transparent transparent;
	width: 0;
	height: 0;
	bottom: -31px;
	left: 0;
}

.zFzlc_p1 img {
	width: 139px;
	height: 120px;
	border-radius: 15px;
	overflow: hidden;
	display: block;
	margin: auto;
	overflow: hidden;
}

.zFzlc_text {
	width: 139px;
	text-align: left;
	margin: auto;
	display: none;
	min-height: 0;
	overflow: hidden;
	transition: all 3s;
}

.zFzlc_text1 {
	font-size: 20px;
	color: #3c93ff;
	font-weight: bold;
	margin: 10px 0;
}

.zFzlc_text2 {
	font-size: 14px;
	color: #a1a0a0;
	line-height: 22px;
}

.zFzlc_p2 {
    position: absolute;
    left: 45.4%;
    bottom: 8.5%;
    display: none;
    animation: fadeIn .3s;
    width: 10%;
}

.zFzlc_p3 {
	padding: 20px 0;
}

.zFzlc_p4 {
	font-size: 18px;
	color: #000000;
	height: 22px;
	line-height: 22px;
	transition: all .3s;
}

.zFzlc_active .zFzlc_text
{
   min-height: 100px;
}
.zFzlc_active .zFzlc_text ,.zFzlc_active .zFzlc_p2{
	display: block;
}

.zFzlc_active .zFzlc_p4 {
	font-size: 24px;
	color: #3c93ff;
	font-weight: bold;
}
.swiperC1_next
{
    background: #3c93ff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background: url("../img/prev.png") no-repeat;
    background-size: 100%;
    bottom: 55px;
    right: 2%;
    top: auto;
}
.swiperC1_prev
{
    background: #3c93ff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background: url("../img/next.png") no-repeat;
    background-size: 100%;
    bottom: 55px;
    left: 2%;
     top: auto;
}