a {
	text-decoration: none !important
}

.h_head2 {
	height: 60px;
	background-color: #f7f7f7;
}

.sc {
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 80px;
	height: auto;
	overflow: hidden;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
	min-height: 175px;
	vertical-align: middle;
	object-fit: cover;
}

.banner .banner-content {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 54px;
}

.banner h2 {
	display: inline-block;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	color: #FFFFFF;
	margin-bottom: 35px;
}

.banner h2 p {
	margin-bottom: 17px;
}

.banner h2 .line {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #6C9ABF;
}

.banner .describe {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.tabs {
	background-color: #FFFFFF;
}

.tabs .cur_position {
	margin-bottom: 0;
}

.tabs-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.tabs-list {
	display: flex;
	align-items: center;
}

.tabs-list .tabs-item {
	position: relative;
	cursor: pointer;
	padding: 15px 0;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 20px;
	white-space: nowrap;
	margin-right: 80px;
}

.tabs-list .tabs-item:last-child {
	margin-right: 0;
}

.tabs-list .tabs-item.is-current,
.tabs-list .tabs-item:hover {
	color: #1F4F9D;
	font-weight: 500;
}

.tabs-list .tabs-item.is-current::after {
	content: '';
	width: 56px;
	height: 3px;
	background-color: #1F4F9D;
	position: absolute;
	left: 50%;
	bottom: -3px;
	transform: translateX(-50%);
}

.search-product {
	width: 400px;
	height: 52px;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 8px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border: 1px solid #CCCCCC;
}

.search-product input {
	font-size: 14px;
	border: none;
	height: 36px;
	flex: 1;
	padding: 0 15px;
	outline: none;
}

.search-product input::placeholder {
	color: #999999;
}

.search-product img {
	cursor: pointer;
	width: 36px;
	height: 36px;
}

.tabs {
	padding: 15px 0;
	margin: 0 auto 50px;
	overflow: hidden;
	border-bottom: 1px solid #E7E9EF;
}

.sc-b {
	width: 80%;
	margin: auto;
}

.sc-b ul li {
	overflow: hidden;
}

.sc-b ul li .media-left {
	padding-right: 0;
	width: 30%;
}

.sc-b ul li .media-left img {
	width: 100%;
}

.sc-b ul li .media-left video {
	width: 100%;
}

.sc-b ul li .media-body {
	padding-left: 2%;
}

.sc-b ul li .media-body h4 {
	font-size: 24px;
	word-wrap: break-word;
}

.sc-b ul li .media-body p {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
}

.sc-b ul li .media-body a {
	font-size: 16px;
	padding: 10px;
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.sc-b ul li .media-body a:hover {
	background: #000;
	color: #fff;
}

.fany {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

.fany .pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	color: #fff;
	background-color: #1F4F9D;
}

.fany .pagination>li>a,
.pagination>li>span {
	color: #222;
}

.fany .pagination>li>a:hover {
	color: #fff;
	background-color: #1F4F9D;
	border: 1px solid #1F4F9D;
}

.news_details_bg {
	overflow: hidden;
	background: url(../img/bg.png) no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}

.news_details_box {
	max-width: 1500px;
	background-color: #fff;
	margin: 0 auto 0px;
	overflow: hidden;
	border: 1px solid #DDDDDD;
}

.news_details_box>h3 {
	font-size: 28px;
	font-weight: 700;
	color: #333333;
	text-align: center;
	padding-top: 70px;
}

.news_details_box>div>span {
	font-size: 14px;
	color: #999;
	display: inline-block;
	text-align: center;
}

.news_details_boxdiv {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	padding: 20px 45px;
}

/* 图片容器样式：居中布局 */
.img-container {
	display: flex;
	justify-content: center;
	margin: 20px 0;
	/* 上下边距，可根据需求调整 */
}

/* 图片样式：设置宽度为屏幕的70% */
.news_details_boximg {
	max-width: 70%;
	height: auto;
	/* 保持图片比例 */
	display: block;
	/* 确保margin居中生效 */
	margin: 0 auto;
	/* 水平居中 */
}

.news_details_date {
	text-align: center;
	margin: 20px auto 30px;
}

.news_details_date>img {
	vertical-align: bottom;
	margin-right: 10px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.left {
	flex: 1;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}

.right {
	flex: 1;
	display: inline-block;
	margin: 0px 0 0 10px;
	cursor: pointer;

}

.right>img {
	vertical-align: text-bottom;
}

.bottom_box {
	border: 1px solid #DDDDDD;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #999;
	max-width: 1500px;
	margin: 10px auto;
	background-color: #fff;
	padding: 0 20px;
	border-radius: 2px;
}

.float_left,
.float_right {
	flex: 1;
	overflow: hidden;
}

.float_right {
	justify-items: flex-end;
}

.bottom_box .home {
	margin: 0 10px;
}

.left,
.right {
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;

}

.left {
	justify-content: flex-start;
}

.right {
	justify-content: flex-end;
}

.left>img,
.right>img {
	width: 14px;
	margin: 0px 10px;
	cursor: pointer;
	vertical-align: text-bottom;
}

.left>span,
.right>span {
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.left:hover>span,
.right:hover>span {
	color: #1F4F9D;
}

.left .hover,
.right .hover,
.left:hover .default,
.right:hover .default {
	display: none;
}

.left:hover .hover,
.right:hover .hover {
	display: inline-block;
}

#left_click:hover,
#right_click:hover {
	color: #1F4F9D;
}

@media (max-width:1280px) {
	.sc-b {
		width: 90%;
	}
}

@media (max-width:1100px) {
	.tabs-box {
		flex-direction: column-reverse;
	}

	.sc-b ul li {
		height: auto;
		margin-bottom: 10px;
	}

	.sc-b ul li .media-left {
		width: 100%;
		display: block;
	}

	.sc-b ul li .media-body {
		padding-left: 0;
		display: block;
		width: 100%;
		padding: 10px;
	}


}

@media (max-width:768px) {
	.news_details_bg {
		padding-top: 0;
	}

	.bottom_box {
		padding: 0 5px;
	}

	.news_details_box>h3 {
		font-size: 24px;
		padding-top: 30px;
	}

	.news_details_boximg {
		min-width: 90%;
	}

	.news_details_boxdiv {
		font-size: 14px;
		line-height: 24px;
		padding: 10px 20px;
	}

	.sc-b ul li .media-body h4 {
		font-size: 18px;
	}

	.sc-b ul li .media-body p {
		font-size: 14px;
	}

	.sc-b ul li .media-body a {
		font-size: 14px;
	}

	.float_left>span {
		display: none;
	}

	.float_right>span {
		display: none;
	}
}

@media (max-width:320px) {
	.sc-b ul li .media-body h4 {
		font-size: 16px;
	}

	.sc-b ul li .media-body p {
		font-size: 14px;
	}

	.sc-b ul li .media-body a {
		font-size: 14px;
	}
}