.pd1 .Cit h2 {
	max-width: 960px;
}

.pd1 {
	padding: 62px 0 30px;
}

.pd1 .ev {
	display: block;
	padding: 83px 0 90px;
	position: relative;
	margin-bottom: 123px;
}

.pd1 .ev:nth-of-type(even) .wrap {
	flex-direction: row-reverse;
}

.pd1 .ev:nth-of-type(even) .intr {
	padding-left: 5%;
	padding-right: 0;
}

.pd1 .ev:nth-of-type(even)::after {
	left: auto;
	right: 0;
}

.pd1-wrap {
	padding: 40px 0 0;
}

.pd1 .ev::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 74%;
	height: 100%;
	background: #F8F8F8;
	z-index: -1;
	transition: all ease .8s;
}

.pd1 .ev:hover::after {
	width: 88%;
	background: #eaeaea;
}

.pd1 .ev .intr {
	width: 37%;
	padding-right: 5%;
}

.pd1 .ev .pic {
	width: 50%;
}

.pd1 .ev .pic img {
	width: 100%;
}

.pd1 .ev h2 {
	font-size: 30px;
	color: #0C9898;
}

.pd1 .ev h2::after {
	content: '';
	display: block;
	width: 37px;
	height: 6px;
	background: #D5D5D5;
	margin: 15px 0 20px;
}

.pd1 .ev p {
	font-size: 16px;
	color: #666666;
	line-height: 1.6;
	text-align: justify;
}

.pd2 {
	padding: 40px 0 ;
	background: #F5F7FA;
	overflow-x: hidden;
	overflow-y: auto;
}

.pd2 .content {
	margin-top: 40px;
}

.pd2 .ev {
	width: 24%;
	margin-bottom: 46px;
	transition: all ease .8s;
}

.zhanwei {
	width: 24%;
}

.pd2 .ev .pic {
	width: 100%;
	padding: 60px 0;
	background: #E9EDF2;
	text-align: center;
}

.pd2 .ev .pic img {
	max-width: 80%;
	transition: all ease .8s;
}

.pd2 .ev:hover .pic img {
	transform: scale(1.1);
}

.pd2 .ev .intr {
	padding: 30px 35px;
	background: #fff;
	color: #FFFFFF;
	position: relative;
}

.pd2 .ev .intr::after {
	content: '';
	display: block;
	height: 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #0C9898;
	transition: all ease .3s;
}

.pd2 .ev:hover .intr::after {
	height: 100%;
}


.pd2 .ev .intr h2 {
	font-size: 20px;
	line-height: 1.8;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: all ease .3s;
	color: #000;
	position: relative;
	z-index: 2;
}

.pd2 .ev .intr b {
	display: block;
	width: 32px;
	height: 2px;
	margin: 10px 0;
	transition: all ease .3s;
	background: #9C9999;
	position: relative;
	z-index: 2;
}

.pd2 .ev .intr p {
	font-size: 16px;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #9C9999;
	transition: all ease .3s;
	position: relative;
	z-index: 2;
}

.pd2 .ev:hover .intr h2 {
	color: #fff;
}

.pd2 .ev:hover .intr h2::after {
	background: #FFFFFF;
}

.pd2 .ev:hover .intr p {
	color: #fff;
}

.function {
	margin-top: 56px;
}

.filter {
	width: 100%;
}

.filter .select {
	display: block;
	width: 220px;
	margin-right: 30px;
	position: relative;
	float: left;
}

.filter .select dt {
	border: 1px solid #C9CED6;
	border-radius: 3px 3px 0 0;
	padding-right: 43px !important;
	cursor: pointer;
	position: relative;
}

.filter .select dt span {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.filter .select dt::after {
	content: '';
	display: block;
	width: 43px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url('/static/img/pr-d.svg') no-repeat center/5px;
	border-left: 1px solid #C9CED6;
}

.filter .select:hover dt::after {
	border-left: none;
	transform: rotate(90deg);
}

.filter .select .down {
	border: 1px solid #C9CED6;
	border-top: none;
	position: absolute;
	left: 1000vw;
	top: 100%;
	width: 100%;
	z-index: 50;
	opacity: 0;
	transition: opacity ease .3s;
}

.filter .select:hover .down {
	opacity: 1;
	left: 0;
}

.filter .select dt,
.filter .select dd {
	padding: 10px 15px;
	font-size: 16px;
	color: #3C444D;
	background: #FFFFFF;
	cursor: pointer;
	transition: all ease .3s;
}

.filter .select dd a {
	display: block;
}

.filter .select dd.on,
.filter .select dd:hover {
	color: #fff;
	background: #0C9898;
}

.function form {
	display: block;
	width: 234px;
	height: 43px;
	position: relative;
	float: right;
}

.function form input {
	width: 100%;
	height: 100%;
	border: none;
	color: #CFCFCF;
	padding: 10px 40px 10px 15px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
}

.function form input::placeholder {
	color: #CFCFCF;
}

.function form button {
	position: absolute;
	width: 43px;
	height: 100%;
	right: 0;
	top: 0;
	background: transparent;
	border: none;
}

.pd3 {
	background: #F7F7F7;
	padding: 96px 0 177px;
}

.pd3 .swiper-slide img {
	width: 100%;
	/* height: 100%;
	object-fit: cover; */
	/* transition: all ease .8s; */
}

/* .pd3 .swiper-slide:hover img {
	transform: scale(1.1);
} */

.pd3 .swiper-container,
.pd3 .intr {
	width: 50%;
}

.pd3 .swiper-container .prev,
.pd3 .swiper-container .next {
	width: 60px;
	height: 60px;
	background: #0C9898;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.pd3 .swiper-container .prev.swiper-button-disabled,
.pd3 .swiper-container .next.swiper-button-disabled {
	background: #A2D6D6;
}

.pd3 .swiper-container .prev {
	right: 60px;
}

.pd3 .intr {
	padding: 0 0 0 8%;
}

.pd3 .intr h2 {
	font-size: 46px;
	color: #0C9898;
	font-weight: 600;
}

.pd3 .intr h3 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}

.pd3 .intr p {
	font-size: 16px;
	line-height: 2;
	color: #666666;
	text-align: justify;
	font-family: Poppins;
}

.pd3 .intr .btn {
	margin-top: 40px;
	margin-right: 14px;
	display: inline-block;
	padding: 0 26px;
	height: 41px;
	text-align: center;
	line-height: 41px;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Poppins;
	background: #A2D6D6;
	transition: all ease .3s;
}

.pd3 .intr .btn:hover {
	background: #0C9898;
}

.pd4 {
	width: 100%;
	overflow: hidden;
}

.pd4 .tabbar .bar {
	height: 80px;
	font-size: 20px;
	color: #8F8F8F;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	transition: all ease .5s;
}

.pd4 .tabbar .bar:hover {
	color: #000;
}

.pd4 .tabbar .bar.on {
	color: #0C9898;
	transition: all ease 0.5s .3s;
}

.pd4 .tabbar .bar::before,
.pd4 .tabbar .bar::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 4px;
	width: 0%;
	background: #0C9898;
}

.pd4 .tabbar .bar::before {
	left: 0;
}

.pd4 .tabbar .bar::after {
	right: 0;
}

.pd4 .tabbar .bar.on::before,
.pd4 .tabbar .bar.on::after {
	width: 50%;
	transition: all ease .5s;
}

.pd4 .tabcontent {
	border-top: 1px solid #E9EBF4;
}

.pd4 .tabcontent .ev {
	font-size: 16px;
	color: #666666;
	padding: 50px 0;
	display: none;
}

.pd4 .tabcontent .ev.on {
	display: block;
}

.pd4 .tabcontent .ev * {
	white-space: normal !important;
}

.pd4 .tabcontent .ev img {
	margin: 10px 0;
	max-width: 100%;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {}

@media screen and (max-width:1519px) {}

@media screen and (max-width:1366px) {

	.pd2 .ev,
	.zhanwei {
		width: 32.5%;
	}

	.pd2 .ev .pic {
		padding: 30px 0;
	}

	.pd2 .ev .intr p {
		font-size: 14px;
	}

	.pd3 .intr p {
		font-size: 14px;
		line-height: 1.6;
	}

	.pd3 .intr h2 {
		font-size: 30px;
	}

	.pd3 .swiper-container .prev,
	.pd3 .swiper-container .next {
		width: 40px;
		height: 40px;
	}

	.pd3 .swiper-container .prev {
		right: 40px;
	}

	.pd4 .tabbar .bar {
		height: 60px;
		font-size: 18px;
	}
}

@media screen and (max-width:1250px) {
	.pd1 .ev .intr {
		width: 50%;
		padding-right: 5%;
	}

	.pd2 {
		padding: 10px 0;
	}

	.filter .select {
		margin-bottom: 30px;
	}

	.function form {
		float: left;
	}

	.pd3 .swiper-container,
	.pd3 .intr {
		width: 100%;
	}

	.pd3 .intr {
		padding: 5% 5% 0;
	}

	.pd3 {
		padding: 60px 0 80px;
	}

	.pd1 {
		padding: 22px 0 30px;
	}

	.pd1 .ev p {
		text-align: left;
	}
}

@media screen and (max-width:991px) {

	.pd2 .ev,
	.zhanwei {
		width: 49%;
	}

	.filter {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.filter .select {
		width: 32%;
		margin-right: 0px;
	}
	.pd4 .tabcontent .ev{overflow-x:auto;}
}

@media screen and (max-width:768px) {
	.pd1 .ev .intr {
		width: 100%;
		margin: 20px 0;
	}

	.pd1 .ev .pic {
		width: 100%;
	}

	.pd1 .ev::after {
		width: 96%;
	}

	.pd1 .ev {
		margin-bottom: 43px;
		padding: 28px 0 48px;
	}

	.filter .select,
	.function form {
		width: 48%;
		margin-bottom: 20px;
	}

	.pd3 .intr .btn {
		margin-right: 0;
		font-size: 14px;
	}
}

@media screen and (max-width:480px) {

	.pd2 .ev,
	.zhanwei {
		width: 100%;
	}

	.filter .select dt,
	.filter .select dd {
		font-size: 14px;
	}

	.pd3 .intr .btn {
		font-size: 12px;
	}

	.pd4 .tabbar .bar {
		height: 60px;
		font-size: 15px;
	}
}