@charset "utf-8";
/* CSS Document */
.listnav{
	background: #ededed;
}
.listnav a{
	font-size: 20px;
	color: #777;
	line-height: 63px;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.listnav a.active,.listnav a:hover{
	border-bottom: 2px solid #65ac1e;
}

.weizhi li i{
	padding: 0 5px;
}
.weizhi li:last-child i{
	display: none;
}

.pdl{
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
.pdlt{
	line-height: 53px;
	padding: 0 25px;
}
.pdlb a{
	color: #666;
	height: 60px;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 25px;
	display: flex;
	align-items: center;
}
.pdlb a i{
	color: #65ac1e;
	opacity: 0;
	transition: .25s;
}
.pdlb a:hover,.pdlb a.active{
	color: #65ac1e;
}
.pdlb a:hover i,.pdlb a.active i{
	color: #65ac1e;
	opacity: 1;
}
.pdr{
	width: 76%;
	margin-left: 3%;
}
.pdrw{
	width: 103%;
}

.ywb:first-child{
	margin-top: 0;
}

.swiper-button-next-pi1,
.swiper-button-prev-pi1{
	font-size: 14px;
	color: #333;
	width: 30px;
	height: 60px;
	background: #E3E3E3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -30px;
}
.swiper-button-next-pi1{
	right: 0;
}
.swiper-button-prev-pi1{
	left: 0;
}
.pi2t h3{
	border-bottom: 1px solid #65ac1e;
	padding-bottom: 15px;
}
.pi2ma{
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}
.pi2ma:last-child{
	border-bottom: 0;
}



@media only screen and (max-width: 1399px){
	.listnav a{
		font-size: 15px;
		height: 50px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 768px){
	.listnav a{
		font-size: 12px;
	}
	.listnav .lastli{
	}
	
	.pdlb a{
		height: 45px;
	}
	.pdlb a p{
		font-size: 14px;
	}
	.pdr{
		margin-top: 15px;
	}
	.pdrw{
		width: 100%;
		justify-content: space-between;
	}
	
	.swiper-button-next-pi1,
	.swiper-button-prev-pi1{
		width: 25px;
		height: 40px;
		margin-top: -20px;
	}
}