/* homepage start */


/* .content {
	padding-top: 22.5rem;
} */
html {
	overflow: auto;
}

@media screen and (max-width: 996px) {
	.content {
		padding-top: 0rem;
	}
}


.wrapbanner {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.banner {
	position: relative;
}

.banner a {
	display: block;
	position: relative
}


.banner .gp-img {
	padding-bottom: 19%;
}

.banner .gp-img video, .banner .gp-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.banner .gp-img video {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* .banner .swiper-slide-active .gp-img {
	animation: scaleBig 10s linear 0s 1 both;
	transform-style: preserve-3d
} */

@-webkit-keyframes scaleBig {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

@keyframes scaleBig {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

.wrapbanner .swiper_menu {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3rem;
	z-index: 10;
}

.wrapbanner .swiper-pagination {
	display: flex;
}

.wrapbanner .swiper-pagination-bullet {
	width: 2.8rem;
	height: 6px;
	display: inline-block;
	border-radius: 0%;
	background-color: #fff;
	opacity: 1;
	margin: 0 1.2rem;
	transition: all .3s;
}

.wrapbanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 4.8rem;
	background: #067C7C;
}



@media screen and (max-width: 996px) {
	.wrapbanner {
		height: auto;
	}
}

/* homepage end */

/* 公共标题 */
.com-title .more {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.5rem;
}

.com-title .more a {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #fff;
	transition: all .3s ease-in-out;
}

.com-title .more a:hover {
	transform: translateX(-20px);
}

.com-title .more a .ciconfont {
	margin-left: .8rem;
}

.com-title .text {
	text-align: center;
}

.com-title .text .text1 {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.6);
	/* 降级方案 */
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.05) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-transform: uppercase;
	font-size: 6rem;
}

.com-title .text .text2 {
	font-weight: 600;
	color: #fff;
	margin-top: -3.5rem;
}

.com-title2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1.3rem;
	border-bottom: 1px solid #DCDCDC;
}

.com-title2 .more {
	display: block;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	transition: all .3s ease-in-out;
}

.com-title2 .more:hover {
	transform: translateX(-15px);
}

.com-title2 .text {
	display: flex;
	align-items: center;
}

.com-title2 .text .text1 {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.6);
	/* 降级方案 */
	background: linear-gradient(90deg, rgba(1, 145, 145, 0.2) 0%, rgba(1, 145, 145, 0.52) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-transform: uppercase;
	margin-left: 1rem;
}

.com-title2 .text .text2 {
	position: relative;
	font-weight: 600;
}

.com-title2 .text .text2::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1.4rem;
	width: 100%;
	height: 4px;
	background: #019191;
}

@media screen and (max-width: 996px) {
	.com-title {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.com-title .text .text2 {
		margin-top: 0;
		font-size: 16px;
		order: 1;
		margin-right: 8px;
	}

	.com-title .text .text1 {
		font-size: 14px;
		order: 2;
	}

	.com-title2 .text .text1 {
		font-size: 14px;
	}

	.com-title2 .text .text2 {
		font-size: 16px;
	}

	.com-title .more {
		margin-top: 0;
	}

	.com-title .text {
		display: flex;
		align-items: center;
	}
}

/* 快捷服务 */
.wrap_mode01 {
	padding-top: 2rem;
	padding-bottom: 4rem;
	background: url('../images/mode1_bg.png') no-repeat center top/cover;
	transition: all .3s ease;
}

.wrap_mode01 .com-title {
	margin-bottom: 5.8rem;
}

.wrap_mode01 .com-title .text .text2 {
	color: rgba(0, 0, 0, 0.90);
}

.wrap_mode01 .com-title .text .text1 {
	color: rgba(255, 255, 255, 0.6);
	/* 降级方案 */
	background: linear-gradient(90deg, rgba(1, 145, 145, 0.2) 0%, rgba(1, 145, 145, 0.05) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-transform: uppercase;
}

.wrap_mode01 .list {
	display: flex;
	flex-wrap: wrap;
}

.wrap_mode01 .list .item {
	width: calc(25% - 2rem);
	margin: 0 1rem;
	border-radius: 8px;
	transition: all .3s ease-in-out;
}

.wrap_mode01 .list .item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 3rem 0 2.6rem;
	border: 1px solid #019191;
	transition: all .3s ease-in-out;
}

.wrap_mode01 .list .item a .icon {
	display: block;
	width: 7.2rem;
	height: 7.2rem;
	border-radius: 50%;
}

.wrap_mode01 .list .item:nth-child(1) a .icon {
	background: url('../images/kjfw_icon1.png');
	background-size: 100% 100%;
}

.wrap_mode01 .list .item:nth-child(2) a .icon {
	background: url('../images/kjfw_icon2.png');
	background-size: 100% 100%;
}

.wrap_mode01 .list .item:nth-child(3) a .icon {
	background: url('../images/kjfw_icon3.png');
	background-size: 100% 100%;
}

.wrap_mode01 .list .item:nth-child(4) a .icon {
	background: url('../images/kjfw_icon4.png');
	background-size: 100% 100%;
}

.wrap_mode01 .list .item a .text {
	display: block;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	transition: all .3s ease-in-out;
}


.wrap_mode01 .list .item a .title {
	display: block;
	font-weight: 600;
	margin: 1.3rem 0 0.6rem;
	color: rgba(0, 0, 0, 0.9);
	transition: all .3s ease-in-out;
}

.wrap_mode01 .list .item:hover {
	transform: translateY(-15px);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.wrap_mode01 .list .item a:hover {
	border: none;
}

.wrap_mode01 .list .item:nth-child(1) a:hover {
	background: url('../images/kjfw_bg_icon1.png') no-repeat center/cover;
}

.wrap_mode01 .list .item:nth-child(2) a:hover {
	background: url('../images/kjfw_bg_icon2.png') no-repeat center/cover;
}

.wrap_mode01 .list .item:nth-child(3) a:hover {
	background: url('../images/kjfw_bg_icon3.png') no-repeat center/cover;
}

.wrap_mode01 .list .item:nth-child(4) a:hover {
	background: url('../images/kjfw_bg_icon4.png') no-repeat center/cover;
}

.wrap_mode01 .list .item a:hover .text,
.wrap_mode01 .list .item a:hover .title {
	color: #fff;
}

.wrap_mode01 .list .item:nth-child(1) a:hover .icon {
	background: url('../images/kjfw_active_icon1.png');
	background-size: 100% 100%;
}

.wrap_mode01 .list .item:nth-child(2) a:hover .icon {
	background: url('../images/kjfw_active_icon2.png');
	background-size: 100% 100%;
}

.wrap_mode01 .list .item:nth-child(3) a:hover .icon {
	background: url('../images/kjfw_active_icon3.png');
	background-size: 100% 100%;
}

.wrap_mode01 .list .item:nth-child(4) a:hover .icon {
	background: url('../images/kjfw_active_icon4.png');
	background-size: 100% 100%;
}

@media screen and (max-width: 996px) {
	.wrap_mode01 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.wrap_mode01 .list .item {
		width: calc(50% - 2rem);
		margin: 0 1rem;
		margin-bottom: 2rem;
	}

	.wrap_mode01 .com-title .text .text1 {
		color: rgba(255, 255, 255, 0.6);
		/* 降级方案 */
		background: linear-gradient(90deg, rgba(1, 145, 145, 0.2) 0%, rgba(1, 145, 145, 0.52) 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-transform: uppercase;
	}
}

@media screen and (max-width: 340px) {
	.wrap_mode01 .list .item {
		width: 100%;
		margin: 0;
		margin-bottom: 2rem;
	}
}

/* 新闻动态 */
.wrap_mode02 {
	padding-top: 4rem;
	padding-bottom: 5.7rem;
	background: url('../images/mode2_bg.png') no-repeat center top/cover;
}

.wrap_mode02 .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.2rem;
}

.wrap_mode02 .item {
	width: calc(33.33% - 2rem);
	margin: 0 1rem;
	border-radius: 1.6rem;
}

.wrap_mode02 .item a {
	display: block;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 1.6rem;
}

.wrap_mode02 .item a .gp-img {
	padding-bottom: 42.38%;
	border-radius: 1.6rem;
}

.wrap_mode02 .item a .info {
	padding: 2.4rem;
}

.wrap_mode02 .item a .info span {
	display: block;
}

.wrap_mode02 .item a .info .time {
	display: flex;
	align-items: center;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
}

.wrap_mode02 .item a .info .time .line {
	margin: 0 5px;
	width: 1px;
	height: 2rem;
	background: rgba(0, 0, 0, 0.6);
}

.wrap_mode02 .item a .info .title {
	font-weight: 600;
	line-height: 1.5;
	color: #1F2937;
	margin-top: 8px;
	margin-bottom: 1.2rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.wrap_mode02 .item a .info .text {
	line-height: 1.5;
	font-weight: 400;
	color: #4B5563;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.wrap_mode02 .item a .info .more {
	display: flex;
	align-items: center;
	color: #067C7C;
	font-weight: 600;
	margin-top: 1.6rem;
	transition: all .3s ease-in-out;
}

.wrap_mode02 .item a .info .more .arrow {
	width: 12px;
	height: 14px;
	background: url('../images/right-arrow.png');
	background-size: 100% 100%;
	margin-left: 1rem;
}

.wrap_mode02 .item a:hover .info .more {
	transform: translateX(15px);
}

@media screen and (max-width: 996px) {
	.wrap_mode02 .list {
		margin-top: 3rem;
	}

	.wrap_mode02 .item {
		width: 100%;
		margin: 0;
		margin-bottom: 2rem;
	}

	.wrap_mode02 .item a .info .more,
	.wrap_mode02 .item a .info .text {
		display: none;
	}

	.wrap_mode02 {
		padding-top: 4rem;
		padding-bottom: 5.7rem;
		background: url('../images/mode2_m_bg.png') no-repeat center top/cover;
	}
}

/* 通知公告、党建之窗 */
.wrap_mode03 {
	padding-top: 4rem;
	padding-bottom: 5.7rem;
}

.wrap_mode03 .gp-container {
	display: flex;
}

.wrap_mode03 .con {
	width: calc(50% - 4rem);
	margin: 0 2rem;
}

.wrap_mode03 .con .item a {
	transition: all .3s ease-in-out;
}

.wrap_mode03 .con .item a:hover {
	transform: translateX(15px);
}

.wrap_mode03 .con .com-title2 {
	margin-bottom: 2.2rem;
}

.wrap_mode03 .tzgg .item {
	margin-bottom: 1.6rem;
}

.wrap_mode03 .tzgg .item:last-child {
	margin-bottom: 0;
}

.wrap_mode03 .tzgg .item a {
	display: flex;
}

.wrap_mode03 .tzgg .item a .date {
	margin-right: 2.4rem;
	flex-shrink: 0;

}

.wrap_mode03 .tzgg .item a .date .day {
	display: block;
	font-weight: 600;
	color: #fff;
	padding: .9rem 2.9rem;
	background: #019191;
}

.wrap_mode03 .tzgg .item a .date .year {
	display: block;
	font-weight: 400;
	padding: .5rem 1rem;
	background: #EEEEEE;
}

.wrap_mode03 .tzgg .item a .text .title {
	color: #1F2937;
	font-weight: 600;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.wrap_mode03 .tzgg .item a .text .pesc {
	color: rgba(0, 0, 0, 0.6);
	font-weight: 400;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.wrap_mode03 .tzgg .item a .text .time {
	display: none;
	color: rgba(0, 0, 0, 0.6);
	font-weight: 400;
	flex-shrink: 0;
	line-height: normal;
	margin-left: 1rem;
	width: max-content;
}

.wrap_mode03 .djzc .item {
	margin-bottom: 1.6rem;
}

.wrap_mode03 .djzc .item:last-child {
	margin-bottom: 0;
}

.wrap_mode03 .djzc .item a {
	display: flex;
}

.wrap_mode03 .djzc .item a .img {
	width: 30%;
	flex-shrink: 0;
	margin-right: 2.4rem;
}

.wrap_mode03 .djzc .item a .img .gp-img {
	padding-bottom: 58.79%;
}

.wrap_mode03 .djzc .item a .info .title {
	color: #1F2937;
	font-weight: 600;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.wrap_mode03 .djzc .item a .info .text {
	color: rgba(0, 0, 0, 0.6);
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

@media screen and (max-width: 996px) {
	.banner .gp-img {
		padding-bottom: 45%;
	}

	.wrap_mode03 .gp-container {
		flex-direction: column;
	}

	.wrap_mode03 .tzgg .item a .date {
		display: none;
	}

	.wrap_mode03 .tzgg .item a .text {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.wrap_mode03 .tzgg .item a .text .pesc {
		display: none;
	}

	.wrap_mode03 .tzgg .item a .text .time {
		display: block;
	}

	.wrap_mode03 .con {
		width: 100%;
		margin: 0;
	}

	.wrap_mode03 .con:nth-child(1) {
		margin-bottom: 4rem;
	}

	.wrap_mode03 .djzc .item a .img {
		width: 45%;
	}
}

/* 政策法规、健康科普 */
.wrap_mode04 {
	padding-top: 3.8rem;
	padding-bottom: 8rem;
	background: #F2FAFA;
}

.wrap_mode04 .gp-container {
	display: flex;
}

.wrap_mode04 .con {
	width: calc(50% - 4rem);
	margin: 0 2rem;
}

.wrap_mode04 .con .list {
	margin-top: 3.2rem;
}

.wrap_mode04 .con .item {
	margin-bottom: 2.4rem;
}

.wrap_mode04 .con .item:last-child {
	margin-bottom: 0;
}

.wrap_mode04 .con .item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .3s ease-in-out;
}

.wrap_mode04 .con .item a:hover {
	transform: translateX(15px);
}

.wrap_mode04 .con .item a span {
	display: block;
}

.wrap_mode04 .con .item a .text {
	display: flex;
	align-items: center;
}

.wrap_mode04 .con .item a .text span:nth-child(2) {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.wrap_mode04 .con .item a .text .icon {
	display: block;
	width: 1.8rem;
	height: 1.5rem;
	margin-right: 6px;
	flex-shrink: 0;
	background: url('../images/zcfg_icon.png') no-repeat center/100% 100%;
}

.wrap_mode04 .con .item a .time {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	flex-shrink: 0;
	margin-left: 2rem;
}

@media screen and (max-width: 996px) {
	.wrap_mode04 {
		padding-bottom: 5.7rem;
	}

	.wrap_mode04 .gp-container {
		flex-direction: column;
	}

	.wrap_mode04 .con {
		width: 100%;
		margin: 0;
		margin-bottom: 5rem;
	}

	.wrap_mode04 .con:last-child {
		margin-bottom: 0;
	}

	.wrap_mode04 .con .item a .text .icon {
		display: none;
	}
}
