li {
	list-style: none;
}

ul,
p {
	padding: 0;
	margin: 0;
}

input {
	outline: none;
	padding: 0;
	background: none;
	border: 0;
}

.header {
	background: url('../img/topbg1.jpg');
	background-size: auto;
	min-width: 1420px;
}

.header_nav {
	background: #fff;
}

.header_nav_con {
	width: 1420px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.header_search {
	background: #ffffff;
	border-radius: 4px;
	position: relative;
	height: 40px;
	padding-right: 50px;
}

	.header_search input {
		background: #ffffff;
		height: 40px;
		width: 230px;
		border-radius: 4px;
		padding: 0 16px;
		font-size: 14px;
	}


.header_search_btn {
	width: 50px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	right: 0;
	top: 0;
}

	.header_search_btn span {
		display: none;
	}

	.header_search_btn img {
		width: 20px;
		height: 20px;
	}

.header_nav_con ul {
	display: flex;
}

.header_nav_con li {
	position: relative;
}

.nav_item_con {
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	min-width: 160px;
	left: 0;
	top: 60px;
	padding: 12px 0 8px;
	display: none;
	z-index: 999;
}

.header_nav_con li:hover .nav_item_con:not(:has(a)) {
	display: none;
}

.nav_item_con a {
	color: #333333;
	font-size: 18px;
	display: block;
	text-align: center;
	padding: 10px;
	line-height: 30px;
}

	.nav_item_con a.item_hover,
	.nav_item_con a:hover {
		color: #005826;
	}

a.nav_text {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding: 0 30px;
	line-height: 60px;
	display: block;
}

	a.nav_text:hover,
	.hover a.nav_text {
		background: #ecc474;
		color: #fff;
	}

.header_nav_con li:hover .nav_item_con {
	display: block;
}

.footer {
	background: #04381a;
	min-width: 1420px;
}

.copyrights {
	color: #afbecf;
	font-size: 14px;
	padding: 20px;
	line-height: 36px;
	text-align: center;
	background: #021c0d;
}

	.copyrights br {
		display: none;
	}

.footer_con {
	width: 1420px;
	margin: 0 auto;
	display: flex;
	padding: 24px 0 22px;
}

.footer_con_tit {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
}

.footer_con_list {
	display: flex;
	flex-wrap: wrap;
}

.footer_con_rt .footer_con_list {
	justify-content: space-between;
}

.footer_con_list a {
	color: #cdcecf;
	font-size: 16px;
	line-height: 36px;
	width: 270px;
}

.footer_con_lt {
	width: 560px;
}

.footer_con_cr {
	width: 320px;
	padding-left: 40px;
}

.footer_con_rt {
	width: 540px;
}

	.footer_con_rt a {
		width: 270px;
	}

.footer_con_ewm {
	display: flex;
	color: #cdcecf;
	font-size: 16px;
	align-items: center;
	line-height: 40px;
	margin-top: 10px;
}

	.footer_con_ewm img {
		width: 140px;
		height: 140px;
		margin-right: 20px;
	}

.header_top {
	width: 1420px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 29px 0 36px;
}

.header_logo img {
	width: 364px;
	height: 85px;
}

.section {
	background: #f9f6ef;
	padding: 30px 0;
	box-shadow: inset 0 5px 8px -5px rgba(0, 0, 0, 0.1);
}

	.section:has(.section_list) {
		padding-bottom: 0;
	}

.header_rt_list {
	display: flex;
}

.header_rt_item {
	border: 1px solid #9fd3f1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #ffffff;
}

	.header_rt_item:hover {
		cursor: pointer;
	}

		.header_rt_item:hover .header_rt_popup {
			display: block;
		}

	.header_rt_item a {
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #0282cd;
		font-size: 18px;
	}

a.header_login {
	color: #ffffff;
	font-size: 16px;
	display: flex;
	padding: 0 22px;
	align-items: center;
	background: rgba(0, 0, 0, 0);
	height: 40px;
	border-radius: 4px;
	border: 1px solid #ffffff;
	margin-left: 30px;
}

.header_login img {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 2px;
}

.header_rt {
	display: flex;
}

.header_rt_popup {
	position: absolute;
	top: calc(100% + 22px);
	z-index: 999;
	border: 1px solid #cccccc;
	padding: 6px 10px 14px;
	background: #ffffff;
	color: #333333;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	display: none;
}

	.header_rt_popup::after {
		content: '';
		width: 100%;
		height: 22px;
		background: url('../img/popup1.png') no-repeat center bottom;
		background-size: 22px 17px;
		position: absolute;
		left: 50%;
		top: -22px;
		transform: translateX(-50%);
	}

	.header_rt_popup img {
		width: 180px;
		height: 180px;
	}

.popup_text {
	margin-top: 8px;
	padding: 0 10px;
	font-size: 18px;
}

.ban {
	min-width: 1420px;
}

	.ban .am-slider-default {
		margin-bottom: 0;
	}

		.ban .am-slider-default .am-control-nav {
			bottom: 15px;
		}

.section_first {
	background: #f9f6ef;
	padding: 40px 0 50px;
}

.section_new {
	display: flex;
	padding: 0;
	width: 1420px;
	margin: 0 auto;
	justify-content: space-between;
}

.section_new_slider {
	width: 450px;
	padding: 0;
}

	.section_new_slider img {
		width: 450px;
		height: 450px;
		object-fit: cover;
	}

.section_new_slider_txt {
	position: absolute;
	left: 0;
	bottom: 0;
}

.section_new_rt {
	width: 465px;
	background: #fff;
	padding: 0 20px;
	height: 450px;
}

.section_head {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dedede;
	align-items: center;
}

.section_head_tit {
	line-height: 60px;
	color: #005826;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}

	.section_head_tit::after {
		content: '';
		width: 100%;
		background: #005826;
		height: 4px;
		position: absolute;
		left: 0;
		bottom: -1px;
	}

.section_head a {
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 16px;
}

.section_head img {
	width: 9px;
	height: 15px;
	margin-left: 10px;
}

.section_new_list {
	margin-top: 4px;
}

	.section_new_list a {
		border-bottom: 1px dashed #cccccc;
		display: flex;
		flex-direction: column;
		color: #999999;
		font-size: 16px;
		line-height: 30px;
		padding: 8px 0 9px;
		line-height: 20px;
		position: relative;
	}

		.section_new_list a:hover .section_new_popover {
			display: block;
		}

.section_new_popover {
	border: 1px solid #000;
	padding: 2px 5px;
	color: #333;
	font-size: 12px;
	position: absolute;
	top: 40px;
	left: 0;
	background: #fff;
	z-index: 999;
	display: none;
	white-space: nowrap;
}

.section_new_list a:last-child {
	border: 0;
}

.section_new_list a p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222222;
	line-height: 25px;
}

.section_new_slider_txt {
	width: 100%;
	background: rgba(0, 0, 0, .5);
	color: #ffffff;
	font-size: 16px;
	padding: 14px 20px;
	line-height: 22px;
	text-align: center;
}

.section_new_slider .am-slider-default {
	margin-bottom: 0;
}


	.section_new_slider .am-slider-default .am-control-nav li a {
		width: 10px;
		height: 10px;
		background: #dcdcdc;
		border: 1px solid #dcdcdc;
		box-shadow: none;
	}

	.section_new_slider .am-slider-default .am-control-nav {
		bottom: -20px;
	}

		.section_new_slider .am-slider-default .am-control-nav li {
			margin: 0 4px;
		}

			.section_new_slider .am-slider-default .am-control-nav li a.am-active {
				background: #005826;
				border-color: #005826;
			}


.section_platform {
	padding: 80px 0 40px;
	position: relative;
}

	.section_platform::after {
		content: '';
		width: 100%;
		height: 240px;
		position: absolute;
		left: 0;
		top: 0;
		background: url('../img/secbg1.png') no-repeat;
		background-size: cover;
		z-index: -1;
	}

.section_platform_list {
	width: 1420px;
	margin: 0 auto;
	background: #f9f6ef;
	border-radius: 10px;
	display: flex;
}

	.section_platform_list a {
		display: flex;
		background: url('../img/item_bg3.png') no-repeat bottom 46px left 215px;
		background-size: 45px 15px;
		padding: 46px 60px 75px;
		color: #333333;
		font-size: 18px;
		line-height: 30px;
		width: 50%;
		/* border-right: 1px solid #dbdbdb; */
		position: relative;
	}

		.section_platform_list a::after {
			content: '';
			width: 1px;
			height: 160px;
			background: #dbdbdb;
			position: absolute;
			right: 0;
			top: 46px;
		}

		.section_platform_list a:last-child::after {
			height: 0;
		}

		.section_platform_list a:last-child {
			border: 0;
		}

	.section_platform_list img {
		width: 120px;
		height: 120px;
		margin-right: 35px;
	}

.platform_item_tit {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 12px;
	line-height: 46px;
}

.section_search {
	width: 1420px;
	margin: 0 auto 20px;
	background: url('../img/search_bg.png') no-repeat;
	background-size: cover;
	padding: 6px 50px 20px;
	display: flex;
}

.section_search_tit {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	border-right: 1px solid rgba(255, 255, 255, .3);
	width: 215px;
	line-height: 40px;
	padding: 20px 0;
	margin-top: 14px;
}

.section_search_list {
	display: flex;
	color: #ffffff;
	font-size: 18px;
	line-height: 45px;
}

	.section_search_list ul {
		display: flex;
	}

		.section_search_list ul li {
			margin-left: 30px;
			padding-left: 20px;
			margin-right: 25px;
			position: relative;
		}

			.section_search_list ul li.act img {
				display: block;
			}

			.section_search_list ul li.all_btn.act {
				padding-left: 20px;
			}

	.section_search_list img {
		display: none;
	}

	.section_search_list ul li.all_btn {
		margin-left: 0;
		padding-left: 0;
	}

.all_btn img {
	margin-right: 5px;
}

.section_search_list ul li img {
	width: 14px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.section_search_input {
	display: flex;
}

	.section_search_input input {
		width: 920px;
		height: 50px;
		padding: 0 20px;
		background: #fff;
		font-size: 16px;
		border-radius: 4px;
	}

.section_search_btn {
	background: #00a1dc;
	color: #ffffff;
	font-size: 18px;
	width: 120px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	border-radius: 4px;
}

	.section_search_btn img {
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}

.section_search_con {
	padding-left: 40px;
}

.section_last {
	padding-bottom: 40px;
}

.section_journal {
	width: 1420px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.section_journal_rt {
	width: 260px;
	background: url('../img/joubg2.png') no-repeat left bottom;
	background-size: cover;
	padding: 40px 25px 40px 35px;
	color: #003333;
	font-size: 18px;
	line-height: 28px;
	height: 390px;
}

	.section_journal_rt:hover {
		cursor: pointer;
	}

.journal_submit_tit {
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	padding: 5px 0;
	color: #222222;
}

	.journal_submit_tit span {
		color: #005826;
	}

.journal_submit_txt {
	padding: 5px 0;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 15px;
}

.journal_submit_btn {
	color: #ffffff;
	font-size: 18px;
	background: #005826;
	line-height: 45px;
	margin-top: 20px;
	min-width: 130px;
	text-align: center;
	border-radius: 23px;
	display: inline-block;
}

.journal_list_tit {
	color: #ffffff;
	font-size: 28px;
	background: rgba(0, 0, 0, .3);
	width: 60px;
	padding: 23px 15px;
	height: 180px;
	line-height: 32px;
	font-family: '黑体';
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 75px;
}

.section_journal_lt {
	width: 1140px;
	background: url('../img/joubg1.png') no-repeat;
	background-size: cover;
	padding: 30px 0 15px;
	display: flex;
}

.journal_list {
	width: 940px;
	margin-left: 70px;
}

	.journal_list .am-slider-default {
		margin-bottom: 0;
		box-shadow: none;
		background-color: rgba(0, 0, 0, 0);
	}

		.journal_list .am-slider-default .am-direction-nav a {
			width: 50px;
			height: 50px;
			opacity: 1;
			margin: -32px 0 0;
		}

			.journal_list .am-slider-default .am-direction-nav a.am-next:before {
				content: '';
				width: 50px;
				height: 50px;
				background: url('../img/jounext.png') no-repeat;
				background-size: 100% 100%;
			}

			.journal_list .am-slider-default .am-direction-nav a:before {
				content: '';
				width: 50px;
				height: 50px;
				background: url('../img/joulast.png') no-repeat;
				background-size: 100% 100%;
			}

		.journal_list .am-slider-default .am-direction-nav .am-next {
			right: -36px;
		}

.journal_item_img {
	background: #fff;
	padding: 10px;
}

	.journal_item_img img {
		width: 200px;
		height: 284px;
		object-fit: cover;
	}

.Journal_item_tit {
	color: #ffffff;
	font-size: 16px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 20px;
}

.journal_list .am-slider-default .am-direction-nav .am-prev {
	left: -36px;
}

.header_meau,
.mobile_search {
	display: none;
}

.pagelist {
	padding: 40px 0 0;
}

	.pagelist ul {
		display: flex;
		justify-content: center;
	}

.page li {
	margin-left: 4px;
}

	.page li:first {
		margin-left: 0;
	}

	.page li span,
	.page li a {
		display: block;
		border: 1px solid #dddddd;
		width: 45px;
		height: 45px;
		line-height: 43px;
		text-align: center;
		border-radius: 2px;
		font-size: 16px;
		color: #666666;
		background: #ffffff;
		padding: 0px;
	}

		.page li a[disabled] {
			background: #dddddd;
			border-color: #dddddd;
		}

		.page li a img {
			height: 12px;
			width: auto;
			display: block;
			margin: 16px auto;
		}

.section_lt {
	width: 340px;
	padding-right: 20px;
}

.section_navbar_tit {
	color: #ffffff;
	font-size: 24px;
	background: #04381a;
	padding: 20px 30px;
	line-height: 40px;
}

.section_navbar_list {
	background: #fff;
}

	.section_navbar_list a {
		display: block;
		border-bottom: 1px solid #f9f6ef;
		color: #333333;
		font-size: 18px;
		background: url('../img/nav5.png') no-repeat center right 30px;
		background-size: 18px 15px;
		padding: 15px 50px 15px 30px;
		line-height: 30px;
	}

		.section_navbar_list a:hover,
		.section_navbar_list a.navbar_hover {
			color: #04381a;
			background: url('../img/nav4.png') no-repeat center right 30px;
			background-size: 18px 15px;
		}

.section_con {
	width: 1420px;
	margin: 0 auto;
	display: flex;
}

.section_rt {
	width: 1080px;
	background: #fff;
	padding: 0 30px 40px;
}



.section_nav_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 4px solid #e5e5e5;
	padding: 6px 0 0;
	line-height: 32px;
}

.section_nav_list a {
	background: url('../img/nav3.png') no-repeat left center;
	background-size: 6px 8px;
	margin-left: 20px;
	padding-left: 22px;
	color: #666666;
	font-size: 16px;
}

	.section_nav_list a.home_btn {
		background: url('../img/home.png') no-repeat left center;
		background-size: 18px 15px;
		margin-left: 0;
	}

	.section_nav_list a:last-child {
		color: #04381a;
	}

.section_nav_tit {
	color: #333333;
	font-size: 24px;
	position: relative;
	padding: 20px 0;
	font-weight: bold;
}

	.section_nav_tit::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -4px;
		background: #04381a;
		width: 100%;
		height: 4px;
	}

.section_list {
	padding-top: 15px;
}

	.section_list li {
		border-bottom: 1px dashed #dddddd;
	}

		.section_list li:hover {
			background: #eeeeee;
		}

			.section_list li:hover .section_item_tit {
				color: #04381a;
			}

		.section_list li a {
			display: flex;
			padding: 10px 10px 10px 5px;
			background-size: 16px 26px;
			color: #666666;
			font-size: 16px;
			line-height: 30px;
			justify-content: space-between;
		}

			.section_list li a p {
				flex-shrink: 0;
			}

.section_item_tit {
	font-size: 16px;
	color: #333333;
	width: calc(100% - 120px);
}

.article {
	background: linear-gradient(to right, #fff 50%, #f9f6ef 50%);
	box-shadow: inset 0 5px 8px -5px rgba(0, 0, 0, 0.1);
}

.article_container {
	display: flex;
	width: 1420px;
	margin: 0 auto;
}

.article_page {
	width: 1030px;
	background: #fff;
	padding-right: 50px;
	box-shadow: inset 0 5px 8px -5px rgba(0, 0, 0, 0.1);
	padding-top: 20px;
}

.article_list {
	width: 390px;
	padding: 40px 0 40px 30px;
}

.article_list_tit {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	padding: 15px 0;
}

.article_list a {
	color: #999999;
	font-size: 16px;
	background: #fff;
	margin-bottom: 10px;
	display: block;
	line-height: 22px;
	padding: 20px 26px;
}

.section_article_item_tit {
	color: #333333;
	font-size: 18px;
	margin-bottom: 6px;
	line-height: 30px;
}

.article_list a:hover,
.article_list a.itemact {
	background: #04381a;
	color: #fff;
}

	.article_list a:hover .section_article_item_tit,
	.article_list a.itemact .section_article_item_tit {
		color: #fff;
	}

.article_footer {
	border-top: 1px solid #dedede;
	padding: 15px 0 20px;
}

	.article_footer a {
		display: block;
		color: #333333;
		font-size: 16px;
		line-height: 30px;
		padding: 5px 0;
	}

.article_head {
	border-bottom: 1px solid #eeeeee;
	color: #666666;
	font-size: 16px;
	line-height: 40px;
	padding: 0 0 25px;
}

.section_article_tit {
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	padding: 6px 0;
}

.article_page_head {
	line-height: 26px;
	padding: 15px 0 18px;
}

.article_txt img {
	max-width: 100%;
	height: auto;
	margin: 20px auto 30px;
	display: block;
}

.article_txt {
	color: #333333;
	font-size: 18px;
	line-height: 38px;
	padding: 35px 0;
}

	.article_txt p {
		text-indent: 2em;
	}

.section_article {
	color: #333333;
	font-size: 18px;
	line-height: 36px;
	padding: 25px 0;
}

	.section_article img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 30px auto;
	}

.section_nav_search {
	color: #666666;
	font-size: 16px;
	margin-left: 20px;
}

	.section_nav_search span {
		color: #04381a;
		margin: 0 5px;
	}

.section_nav_head:has(.section_nav_search) {
	justify-content: flex-start;
	align-items: baseline;
}

.section_navbar_sea {
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 15px 10px;
}

	.section_navbar_sea a {
		color: #666666;
		font-size: 14px;
		width: 140px;
		line-height: 40px;
		background: #eeeeee;
		border-radius: 4px;
		margin-bottom: 10px;
		padding: 0 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

		.section_navbar_sea a:hover {
			color: #04381a;
		}

.ban .am-direction-nav {
	display: none;
}

.ban:hover .am-direction-nav {
	display: block;
}

.ban .am-slider-default .am-control-nav li a.am-active {
	background-color: #fff;
}

@media screen and (max-width: 767px) {


	.header_meau,
	.mobile_search {
		display: block;
	}

	.mobile_search {
		width: 34px;
		height: 34px;
		background: url('../img/sea3.png') no-repeat;
		background-size: auto 100%;
		margin-left: 10px;
	}

	.header_login span,
	.header_login img {
		display: none;
	}

	a.header_login {
		width: 34px;
		height: 34px;
		background: url('../img/header_login2.png') no-repeat;
		background-size: auto 100%;
		padding: 0;
		margin-left: 10px;
		border: 0;
	}

	.header_meau {
		height: 50px;
		width: 29px;
		display: flex;
		align-items: center;
		margin-left: 15px;
		justify-content: flex-end;
	}

		.header_meau img {
			height: 23px;
			width: auto;
		}

			.header_meau img:last-child {
				display: none;
			}

	.header.open .header_meau img {
		display: none;
	}

		.header.open .header_meau img:last-child {
			display: block;
		}

	.header {
		min-width: 0;
		padding-bottom: 60px;
		background: rgba(0, 0, 0, 0);
	}

	.header_top {
		padding: 0 15px;
		width: 100%;
		height: 60px;
		align-items: center;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		background: url('../img/topbg1.jpg');
		background-size: auto;
	}

	.header_logo img {
		height: 40px;
		width: auto;
	}

	.header_rt {
		align-items: center;
	}

	.header_nav {
		background: #fff;
	}

	.header_nav_con {
		width: 100%;
	}

	a.nav_text {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		height: 30px;
		color: #333333;
		font-size: 15px;
		line-height: normal;
		align-items: center;
		padding: 0;
	}

		a.nav_text:hover,
		.hover a.nav_text {
			background: #fff;
			color: #333333;
		}

	.header_nav_con ul {
		position: fixed;
		top: 60px;
		left: 0;
		flex-direction: column;
		width: 100%;
		transition: all .5s;
		height: 0;
		overflow: auto;
		justify-content: flex-start;
		background: #ffffff;
		padding: 0 30px;
		/* height: calc(100vh - 50px); */
		z-index: 999;
	}

	.header.open .header_nav_con ul {
		height: calc(100vh - 60px);
	}

	.header_nav_con ul li {
		width: 100%;
		border-bottom: 1px solid #eeeeee;
		padding: 10px 0;
		position: relative;
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	.header_search {
		display: none;
		position: fixed;
		left: 0;
		top: 60px;
		width: 100%;
		padding: 10px 15px 15px;
		background: #f5f5f5;
		height: auto;
		z-index: 999;
		border-radius: 0;
		color: #ffffff;
		font-size: 14px;
	}

		.header_search input {
			height: 45px;
			font-size: 13px;
			width: 100%;
			padding-right: 85px;
			padding-left: 13px;
			border: 1px solid #cccccc;
			border-radius: 5px;
			color: #333333;
		}

	.header_search_btn {
		width: 80px;
		height: 45px;
		top: 10px;
		right: 15px;
		border-radius: 5px;
		background: #005826;
	}

		.header_search_btn img {
			display: none;
		}

		.header_search_btn span {
			display: block;
		}

	.nav_item_con {
		background: #ffffff;
		padding: 0 20px;
		display: block;
		width: 100%;
		left: 0;
		top: 50px;
		position: absolute;
		box-shadow: none;
		transform: translateX(0);
	}

		.nav_item_con a.item_hover,
		.nav_item_con a:hover {
			color: #333333;
		}

		.nav_item_con a {
			color: #333333;
			font-size: 14px;
			height: 0;
			overflow: hidden;
			line-height: 40px;
			padding: 0;
			border: 0;
			text-align: left;
		}

	.header_nav_con ul li .nav_item_con:has(a)::before {
		content: '';
		position: absolute;
		right: 4px;
		top: -29px;
		width: 12px;
		height: 7px;
		background: url('../img/nav1.png') no-repeat;
		background-size: 12px 7px;
	}

	.header_nav_con ul li.act .nav_item_con:has(a)::before {
		background: url('../img/nav2.png') no-repeat;
		background-size: 12px 7px;
		top: -22px;
	}

	.header_nav_con ul li.act .nav_item_con {
		position: static;
	}

		.header_nav_con ul li.act .nav_item_con a {
			height: auto;
		}

	.nav_item_con a::before {
		content: ' - ';
	}

	.header_nav_con ul li.act a.nav_text {
		color: #005826;
		font-weight: bold;
	}

	.header_rt_list {
		display: none;
		position: fixed;
		bottom: 50px;
		left: 50%;
		z-index: 999;
		transform: translateX(-50%);
	}

	.header_rt_item {
		margin-right: 40px;
	}

		.header_rt_item:last-child {
			margin-right: 0;
		}

	.header.open .header_rt_list {
		display: flex;
		visibility: hidden;
		animation: showElement 0.1s forwards;
		animation-delay: 0.5s;
	}

	.header_rt_popup {
		top: initial;
		bottom: calc(100% + 13px);
		color: #333333;
		font-size: 13px;
		padding: 4px 5px 6px;
	}

		.header_rt_popup::after {
			background: url('../img/popup2.png') no-repeat center top;
			background-size: auto 8px;
			width: 100%;
			height: 13px;
			top: inherit;
			bottom: -13px;
		}

		.header_rt_popup img {
			width: 108px;
			height: 108px;
		}

	.popup_text {
		font-size: 14px;
		margin-top: 2px;
	}

	@keyframes showElement {
		to {
			visibility: visible;
		}
	}

	.footer {
		min-width: 0;
		padding: 0;
	}

	.copyrights {
		width: 100%;
		font-size: 12px;
		line-height: 20px;
		padding: 13px 0 10px;
	}

		.copyrights br {
			display: block;
		}

	.footer_con {
		flex-direction: column;
		width: 100%;
		padding: 15px 15px 10px;
	}

	.footer_con_rt,
	.footer_con_cr,
	.footer_con_lt {
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
	}

	.footer_con_list a {
		width: 50%;
		color: #cdcecf;
		font-size: 13px;
		line-height: 25px;
	}

	.footer_con_tit {
		font-size: 18px;
		line-height: 38px;
	}

	.section {
		padding: 0;
	}

	.section_new {
		width: 100%;
		flex-direction: column;
		padding: 0;
		margin-bottom: 10px;
	}

	.section_new_slider {
		width: 100%;
		padding: 0;
	}

		.section_new_slider .am-slider .am-slides img {
			height: calc(100vw - 30px);
		}

		.section_new_slider .am-slider-default .am-control-nav li a {
			width: 8px;
			height: 8px;
			background: #cccccc;
			border: 0;
			box-shadow: none;
		}

			.section_new_slider .am-slider-default .am-control-nav li a.am-active {
				background: #005826;
			}

	.section_new_slider_txt {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 15px;
		text-align: 0;
	}

	.section_new_slider .am-slider-default .am-control-nav {
		bottom: -20px;
		text-align: center;
	}

	.section_new_rt {
		width: 100%;
		padding: 0 15px 5px;
		height: auto;
		margin-top: 10px;
	}

	.section_new_list a {
		font-size: 14px;
		line-height: 20px;
		padding: 7px 0;
	}

		.section_new_list a:hover .section_new_popover {
			display: none;
		}

		.section_new_list a p {
			width: 100%;
			line-height: 23px;
		}


	.section_head_tit {
		font-size: 18px;
		line-height: 45px;
	}

		.section_head_tit::after {
			height: 2px;
		}

	.section_head a {
		font-size: 14px;
	}

	.section_head img {
		margin-left: 10px;
	}

	.section_platform {
		flex-direction: column;
		width: 100%;
		padding: 40px 15px 15px;
		margin-bottom: 0;
	}

		.section_platform::after {
			height: calc(320 / 750 * 100vw);
			background: url('../img/secbg2.png') no-repeat;
			background-size: cover;
		}

	.section_platform_lt {
		width: 100%;
	}

	.section_platform_list {
		width: 100%;
		padding: 10px 15px;
		flex-direction: column;
	}

		.section_platform_list a {
			background: url('../img/item_bg3.png') no-repeat bottom 20px left 75px;
			border-width: 3px;
			padding: 10px 0 40px;
			font-size: 13px;
			line-height: 20px;
			width: 100%;
			border-right: 0;
			border-bottom: 1px solid #dbdbdb;
			background-size: 30px auto;
		}

			.section_platform_list a::after {
				height: 0;
			}


	.platform_item_tit {
		color: #333;
		line-height: 30px;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 0;
	}

	.section_platform_list img {
		margin: 15px 15px 0 0;
		width: 60px;
		height: 60px;
	}

	.platform_item_con {
		width: calc(100% - 75px);
	}

	.section_search {
		width: 100%;
		flex-direction: column;
		background: url('../img/search_bg2.png') no-repeat;
		background-size: cover;
		padding: 0 15px 20px;
		margin-bottom: 10px;
	}

	.section_search_input {
		flex-direction: column;
	}

	.section_search_btn {
		width: 100%;
		height: 45px;
		border-radius: 3px;
		font-size: 13px;
		margin-left: 0;
	}

	.section_search_input input {
		width: 100%;
		font-size: 13px;
		padding: 0 12px;
		height: 45px;
		margin-bottom: 10px;
	}

	.section_search_btn img {
		width: 15px;
		height: 15px;
	}

	.section_search_con {
		padding: 0;
	}

	.section_search_tit {
		width: 100%;
		font-size: 18px;
		line-height: 28px;
		padding: 10px 0;
		margin: 0;
		text-align: center;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}

	.section_search_list ul li {
		padding-left: 18px;
		margin-right: 16px;
		font-size: 14px;
		margin-left: 0;
	}

		.section_search_list ul li img {
			width: 12px;
		}

	.section_search_list ul {
		flex-wrap: wrap;
	}

		.section_search_list ul li.all_btn.act,
		.section_search_list ul li.all_btn {
			padding-left: 18px;
		}

	.section_journal {
		width: 100%;
		flex-direction: column;
	}

	.section_journal_lt {
		width: 100%;
		flex-direction: column;
		padding: 0 15px 20px;
		background: url('../img/joubg3.png') no-repeat;
		background-size: cover;
		margin-top: 10px;
	}

	.section_last {
		padding: 0 15px 15px;
	}

	.journal_list {
		width: 100%;
		margin: 0;
	}

	.journal_item_img {
		padding: 5px;
	}

		.journal_item_img img {
			height: calc((100vw - 65px) / 2 / 310 * 430);
		}

	.journal_list_tit {
		line-height: 58px;
		width: 100%;
		padding: 0;
		height: auto;
		margin: 0;
		background: rgba(0, 0, 0, 0);
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}

	.Journal_item_tit {
		font-size: 14px;
		height: auto;
		text-align: center;
		padding: 5px 0;
	}

	.journal_list .am-slider-default .am-direction-nav a.am-next:before {
		background: url('../img/jounext2.png') no-repeat;
		background-size: 100% 100%;
		width: 35px;
		height: 35px;
	}

	.journal_list .am-slider-default .am-direction-nav a {
		width: 35px;
		height: 35px;
	}

	.journal_list .am-slider-default .am-direction-nav .am-next {
		right: -10px;
	}

	.journal_list .am-slider-default .am-direction-nav a {
		margin: -40px 0;
	}

		.journal_list .am-slider-default .am-direction-nav a:before {
			background: url('../img/joulast2.png') no-repeat;
			background-size: 100% 100%;
			width: 35px;
			height: 35px;
		}

	.journal_list .am-slider-default .am-direction-nav .am-prev {
		left: -10px;
	}

	.section_journal_rt {
		width: 100%;
		padding: 25px 25px 50px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		height: auto;
		background-position-y: calc(100% + 50px);
		font-size: 15px;
		line-height: 25px;
	}

		.section_journal_rt p.journal_submit_tit {
			width: 100%;
			padding: 0;
			line-height: 36px;
			font-size: 24px;
			display: flex;
		}

	.journal_submit_txt {
		font-size: 18px;
		line-height: 30px;
		padding: 0;
		margin-bottom: 10px;
	}

	.section_journal_rt p {
	}

	.journal_submit_btn {
		min-width: 120px;
		line-height: 40px;
		font-size: 15px;
		margin-top: 23px;
	}

	.section_con {
		flex-direction: column;
		width: 100%;
		padding: 0;
	}

	.section_navbar_tit {
		display: none;
	}

	.section_navbar {
		width: 100%;
		overflow-x: auto;
	}

	.section_lt {
		width: 100%;
		background: #0282cd;
		display: none;
	}

	.section_navbar_list {
		padding: 0 15px;
		display: flex;
		background: rgba(0, 0, 0, 0);
	}

		.section_navbar_list a {
			font-size: 15px;
			line-height: 50px;
			margin-right: 20px;
			flex-shrink: 0;
			color: #fff;
			background: rgba(0, 0, 0, 0);
			padding: 0;
			position: relative;
			border: 0;
		}

			.section_navbar_list a:hover,
			.section_navbar_list a.navbar_hover {
				color: #fff;
				background: rgba(0, 0, 0, 0);
			}

				.section_navbar_list a.navbar_hover::after {
					content: '';
					width: 1.5em;
					height: 3px;
					background: #fff;
					border-radius: 2px;
					position: absolute;
					left: 50%;
					bottom: 6px;
					transform: translateX(-50%);
				}

	.section_rt {
		width: 100%;
		padding: 10px 15px 30px;
	}

	.pagelist {
		padding-top: 30px;
	}

	.page li span,
	.page li a {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
	}

		.page li a img {
			margin: 8px auto;
		}

	.section_list li a {
		font-size: 12px;
		padding: 10px 0;
		line-height: 20px;
	}

	.section_nav_list a {
		font-size: 13px;
		margin-left: 5px;
		padding-left: 12px;
		line-height: 25px;
	}

		.section_nav_list a.home_btn {
			background-size: 15px auto;
			padding-left: 20px;
		}

	.section_item_tit {
		font-size: 15px;
		line-height: 20px;
		width: calc(100% - 70px);
	}

	.section_nav_list {
		/* display: none; */
		padding-bottom: 5px;
	}

	.section_nav_tit {
		font-size: 18px;
		line-height: 40px;
		padding: 0;
		font-weight: bold;
	}

	.section_nav_head {
		padding: 0;
		border-width: 1px;
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.section_nav_tit::after {
		height: 2px;
		bottom: -1px;
	}

	.section_list {
		padding-top: 5px;
	}

	.article_list {
		display: none;
	}

	.article {
		padding: 0 15px;
		background: #fff;
	}

	.article_container {
		width: 100%;
	}

	.article_page {
		width: 100%;
		padding: 0;
	}

	.article_footer {
		padding: 10px 0;
	}

		.article_footer a {
			line-height: 30px;
			font-size: 14px;
			padding: 0;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

	.article_txt {
		font-size: 14px;
		line-height: 25px;
		padding: 15px 0;
	}

		.article_txt img {
			margin: 10px auto;
		}

	.article_page_head {
		/* display: none; */
		padding: 10px 0 0;
	}

	.section_article_tit {
		font-size: 20px;
		line-height: 30px;
		padding: 0 0 6px 0;
	}

	.article_head {
		padding: 15px 0;
		font-size: 13px;
		line-height: 20px;
	}

	.section_article {
		font-size: 14px;
		line-height: 25px;
		padding: 15px 0;
	}

	.ban {
		width: 100%;
		min-width: 0;
	}

		.ban img {
			height: calc(450 / 750 * 100vw);
			object-fit: cover;
		}

	.section_first {
		padding: 15px;
	}

	.section_new_slider .am-slider-default {
		margin-bottom: 25px;
	}

	.section_nav_head:has(.section_nav_search) {
		flex-direction: column;
	}

	.section_nav_search {
		margin-left: 0;
		font-size: 14px;
		margin-top: 10px;
	}

	.ban .am-slider-default .am-control-nav li {
		margin: 0 4px;
	}

	.ban:hover .am-direction-nav {
		display: none;
	}

	.footer_con_ewm {
		font-size: 13px;
		line-height: 30px;
	}

		.footer_con_ewm img {
			width: 100px;
			height: 100px;
		}
}
