/* 社会责任 */
.news-block {
	width: 100%;
	position: relative;
	/* margin-top: 95px; */
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
}

.header-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	display: block;
	width: 160px;
	line-height: 50px;
	border-radius: 2px;
	border: solid 1px #ffffff;
	font-size: 16px;
	margin: 0 auto;
	color: #ffffff;
}

.navMenu a {
	font-size: 14px;
	/* font-weight: bold; */
	/*opacity: 0.4;
        filter: alpha(opacity=40);
        color: #ffffff;*/
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	/*float: left;*/
	line-height: 50px;
	margin-right: 50px;
}

.navMenu a.activeMenu {
	color: #ffffff;
}

.navMenu a:hover {
	/*opacity: 1 !important;
        filter: alpha(opacity=100);*/
	color: rgb(255, 255, 255);
}

.news-block .news-banner {
	width: 100%;
	height: 500px;
	position: relative;
	margin-top: 95px;
	overflow: hidden;
	padding: 0;
}

.swiper-container {
	width: 100%;
	/* height: 730px; */
	/* --swiper-theme-color: #1928d2; */
}

.swiper-slide {
	width: 100%;
	/* height: 730px; */
}

.my-bullet {
	margin: 12px;
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	background: #fff !important;
	opacity: 1 !important;
	cursor: pointer;
}

.my-bullet-active {
	background: #1928d2 !important;
	opacity: 1 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 98px !important;
	left: 0;
	width: 100%;
}

.default-img {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}

.center {
	text-align: center;
}

.benefit-title {
	margin-top: 84px;
	position: relative;
	font-size: 36px;
	font-weight: 800;
	color: #000000;
	line-height: 85px;
}

.benefit-title::after {
	content: '';
	width: 230px;
	height: 10px;
	background-color: #1928d2;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.benefit-subtitle {
	margin-top: 90px;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}

.benefit-detatil {
	display: inline-block;
	margin: 50px 250px 0;
	font-size: 22px;
	font-weight: 400;
	color: #676565;
	line-height: 48px;
}

.benefit-email {
	color: #000000;
	margin: 91px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

/* .news-bar {
	width: 100%;
	line-height: 1.5;
	margin-bottom: 20px;
	overflow: hidden;
} */

.tips {
	/* width: 220px; */
	font-size: 32px;
	line-height: 60px;
	margin: 100px auto 0;
	color: #000;
	border-radius: 10px;
	text-align: center;
	/* background-color: #1928d2; */
}

.item-content {
	margin-left: 415px;
	position: relative;
	height: 123px;
}

/* .item-title {
	margin: 45px 0;
	font-size: 30px;
	line-height: 1.5;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
} */

.footer_index .footer .right-footer a {
	font-size: 18px;
}

.duty-newsBtn {
	width: 80%;
	margin: 40px auto;
}

/* 新增分类 */
.news-classification {
	width: 80%;
	margin: 0 auto;
	/* overflow: hidden; */
}

.classification-caption {}

.all-classification {
	margin-right: 33px;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	color: #676565;
}

.subcate {
	margin-right: 33px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	position: relative;
}

.active_border {
	color: #000000;
}

.active_border::after {
	content: '';
	position: absolute;
	width: 80px;
	height: 5px;
	border-radius: 6px;
	background-color: #1928d2;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
}

.introduce {
	margin-top: 20px;
	font-size: 22px;
	color: #676565;
	line-height: 1.5;
}

.heart {
	width: 53%;
	margin: 50px auto 100px;
}

/* 淡入 */
.fade-in {
	animation-name: opacity_an;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-duration: 5s;
	animation-delay: 0.3s;
}

@keyframes opacity_an {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 淡出 */
.fade-out {
	animation-name: opacity_an_out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-duration: 0.5s;
}

@keyframes opacity_an_out {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@media only screen and (max-width: 992px) {
	.news-block {
		width: 100%;
		margin-top: 56px;
		padding: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.news-banner {
		margin-top: 56px !important;
		padding: 0;
		width: auto;
		height: 420px !important;
	}

	.benefit-title {
		margin-top: 0;
		font-size: 26px;
		font-weight: 800;
		color: #000000;
		/* line-height: 85px; */
	}

	.benefit-title::after {
		content: '';
		width: 180px;
		height: 8px;
		background-color: #1928d2;
		position: absolute;
		bottom: 6px;
		left: 50%;
		transform: translateX(-50%);
	}

	.benefit-subtitle {
		margin-top: 20px;
		font-size: 20px;
	}

	.benefit-detatil {
		display: inline-block;
		margin: 20px;
		font-size: 16px;
		line-height: 1.5;
		text-align: left;
	}

	.benefit-email {
		margin: 0 auto;
		font-size: 16px;
		font-weight: bold;
		color: #000000;
	}

	/* .news-bar {
		height: 450px;
		background-size: cover;
		margin-bottom: 0;
	} */
	.imageMask {
		height: 450px;
	}

	.news-nav .duty-nav {
		width: 100%;
	}

	.news-bar .duty-nav .duty-navInner {
		width: 100%;
		margin: 20px 0 0;
	}

	.news-bar .duty-nav .activeMenu {
		background-color: #1928d2 !important;
		opacity: 0.8;
	}

	.news-bar .duty-nav .newsNavMenu {
		z-index: 2;
		background-color: rgba(125, 125, 125, 0.2);
		text-align: center;
		margin: 10px 5px;
		color: #fff;
		width: 100px;
		height: 30px;
		line-height: 30px;
		border: 2px solid #ffffff;
		border-radius: 50px;
		font-size: 16px;
		cursor: pointer;
	}

	.introduce {
		margin: 20px 0 0;
		font-size: 16px;
		color: #676565;
		line-height: 1.5;
	}

	.all-classification {
		margin-right: 33px;
		font-size: 16px;
	}

	.subcate {
		margin-right: 33px;
		font-size: 12px;
	}

	.active_border::after {
		content: '';
		position: absolute;
		width: 60px;
		height: 5px;
		border-radius: 6px;
		background-color: #1928d2;
		top: 26px;
		left: 50%;
		transform: translateX(-50%);
	}

	.news-content {
		padding: 0 45px;
		margin: 50px auto;
	}

	.item-content {
		margin-left: 105px;
		height: 60px;
	}

	/* .item-title {
		height: 44px;
		margin: 8px 0 0;
		font-size: 16px;
		line-height: 22px;
		text-align: left;
		margin-bottom: 0;
		overflow: hidden;
		-webkit-line-clamp: 2;
	} */
	.heart {
		width: 90%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1275px) {
	.news-block .news-benefit .benefit-title {
		margin-top: 20px;
	}

	.benefit-subtitle {
		margin-top: 60px;
	}

	.benefit-email {
		margin: 60px;
	}

	.news-nav .duty-navInner {
		margin: 30px 2% !important;
	}

	.news-nav .duty-navInner .newsNavMenu {
		margin: 3% 2% 0 !important;
	}
}

@media screen and (min-width: 1276px) and (max-width: 1500px) {
	.news-block .news-benefit .benefit-title {
		margin-top: 40px;
	}

	.benefit-subtitle {
		margin-top: 60px;
	}

	.benefit-email {
		margin: 80px;
	}

	.news-nav .duty-navInner {
		margin: 30px 8% !important;
	}

	.news-nav .duty-navInner .newsNavMenu {
		margin: 3% 4% 0 !important;
	}
}