body {
	/* font-family: -apple-system, "Source Han Sans SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif; */
	font-family: "PingFangRegular", "寰蒋闆呴粦", "PingFang SC", Arial;
	font-size: 16px;
}

.qz {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	left: 0;
	top: 0;
}

/*修改滚动条样式*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	/**/
}

::-webkit-scrollbar-track {
	background: #EBEBEB;
	border-radius: 2px;
	background-color: #f7f7f7;
	border-left: 2px solid #EBEBEB;
	border-right: 2px solid #EBEBEB;
}

::-webkit-scrollbar-thumb {
	background: #CCCCCC;
	border-radius: 10px;
	height: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}

::-webkit-scrollbar-corner {
	/* background: #179a16; */
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

#toggle {
	display: none;
	width: 60px;
	height: 60px;

	z-index: 999;
	position: absolute;
	top: 3px;
	right: auto;
	left: 14px;
}

.left {
	width: 100%;
	background-color: #fff;
	position: fixed;
	overflow: hidden;
	z-index: 99999;
	display: none;
	right: 0;
	overflow: auto;
	margin-top: 0;
}

.pm {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	z-index: 99;
	display: none;
}

.slog {
	padding-top: 0px;
	padding-left: 0px;
	border-bottom-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	border-color: #E2E2E2;
	text-align: center;

}

.vb {
	position: absolute;
	top: 0rem;
	right: auto;
	cursor: pointer;
	left: 16px;
}

.vb img {
	width: 35px;
}

.slog img {
	width: 145px;
	display: block;
	margin: 0 auto;
	margin-top: 0.2rem;
}

.nr1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #E2E2E2;
}

.nr ul li {
	padding-top: 10px;
	/* padding-left: 20px; */
	border-bottom-style: solid;
	border-right: solid;
	border-width: 1px;
	/* 	padding-bottom: 10px; */
	border-color: #E2E2E2;
	width: 50%;
	text-align: center;
	position: relative;
}

.nr ul li a {
	color: #333;
}

.nr ul li a span {
	display: block;
	padding-bottom: 10px;
	font-size: 0.18rem;
}

.dibu1 a {
	font-size: 0.16rem;
	color: #fff;
}

.dibu {
	width: 100%;
	background: #1D2087;
}

.dibu1 {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	/* border-bottom: #CCCCCC 1px solid; */
	flex-wrap: wrap;
}

.dibu2 {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	flex-wrap: wrap;
}

.jian {
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0 !important;
}

.dibu1 a {
	font-size: 14px;
	color: #fff;
	width: 30%;
	text-align: center;
	margin-bottom: 10px;
}

.dibu2 a {
	font-size: 14px;
	color: #CCCCCC;
}

.jian img {
	width: 15px;
	display: block;
}

.sidenav-dropdown,
.sidenav-dropdown li {
	border: 0 !important;
	background-color: #e5e5e5;
}

.sidenav-dropdown li {
	width: 50%;
}

.sidenav-dropdown {
	display: none;
}

.sidenav-dropdown ul {
	display: flex;
	flex-wrap: wrap;
}

.sidenav-dropdown li a {
	font-size: 14px;
	padding: 10px;
	display: block;
}

/* 导航栏 */
.navigation {
	width: 100%;
	position: fixed;
	z-index: 90;
	/* height: 1rem; */
	left: 0;
	top: 0;
	/* padding-left: 1.4rem; */
	/* padding-right: 1.4rem; */
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 70%, rgba #00000000 (0, 0, 0, 0) 100%);
	background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, rgb(0 0 0 / 84%) 0%, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 47%) 40%, rgb(0 0 0 / 18%) 70%, rgba(0, 0, 0, 0) 100%);
}

.navigation_top {
	width: 10.45rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	float: right;
	padding-top: 0.2rem;
	padding-right: 1.4rem;
	transition: all 0.5s;
}

.navigation_top_x {
	display: flex;
	align-items: center;
}

.navigation_top_x a {
	font-size: 0.16rem;
	color: #fff;
	opacity: 0.9;
	transition: all 0.3s;
}

.navigation_top_x a:hover {
	color: #053286;
}

.navigation_top_x span {
	width: 0.02rem;
	height: 0.15rem;
	background-color: #fff;
	margin: 0 0.1rem;
	opacity: 0.9;
}

.navigation_top_x img {
	width: 0.3rem;
	height: auto;
	cursor: pointer;
	margin-left: 0.1rem;
	margin-right: 0.2rem;
}

.navigation_top_ul {
	float: right;
	height: 0.8rem;
	padding-left: 1.82rem;
	padding-right: 1.82rem;
	width: 100%;
	display: flex;
	justify-content: right;
	transition: all .4s;
}

.navigation_top_ul>ul {
	display: flex;
	height: 100%;
	transition: all 0.5s;
}

.navigation_top_ul_item {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 0.22rem;
	/* 菜单间距 */
}

.navigation_top_ul_item>a {
	color: #fff;
	font-size: 0.18rem;
	font-weight: 500;
	transition: all 0.5s;
	display: flex;
	align-items: center;

}

.navigation_top_ul_item>a>svg {
	width: 0.11rem;
	height: auto;
	margin-left: 0.07rem;
}

/* 下拉菜单核心样式（高度从0到有） */
.mod-pull {
	position: absolute;
	top: 100%;
	/* 紧贴父菜单底部 */
	left: -0.28rem;
	width: 1.8rem;
	/* 下拉菜单宽度 */
	background: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	/* 关键：隐藏超出高度的内容 */
	max-height: 0;
	/* 初始高度为0 */
	opacity: 0;
	/* 初始透明 */
	transition: max-height 1s ease, opacity 0.3s ease;
	/* 过渡动画 */
	z-index: 100;
}

/* 鼠标经过时展开下拉菜单 */
.navigation_top_ul_item:hover .mod-pull {
	max-height: 3rem;
	/* 足够容纳所有子项的高度（根据实际子项数量调整） */
	opacity: 1;
	/* 完全显示 */
}


/* 下拉菜单项样式 */
.mod-pull_ul_li {
	border-bottom: 1px solid #f5f5f5;
}

.mod-pull_ul_li:last-child {
	border-bottom: none;
}

.mpul-box {
	display: block;
	padding: 0.12rem 0.2rem;
	color: #333;
	font-size: 0.16rem;
	transition: background-color 0.3s, color 0.3s;
}

/* 下拉菜单项 hover 样式 */
.mod-pull_ul_li:hover .mpul-box {
	background-color: #f5f9ff;
	color: #053286;
}

.navigation_top_ul_item_a {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;

}

.navigation_top_ul_item_a::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 0%;
	height: 0.04rem;
	background: #053286;
	transition: all .4s;
}
.wp_search .search {
    width: 0.8rem;
    height: 0.5rem;
    border: 0px;
    cursor: pointer;
    background: #053286 !important;
}
.navigation_top_ul_item:hover .navigation_top_ul_item_a::after {
	width: 120%;
}

.navigation_top_ul_item a svg path {
	transition: all 0.3s;
}

.navigation_top_ul_item:hover a svg path {

	fill: #053286;
}

.navigation_top_ul_item:hover .navigation_top_ul_item_a {
	color: #053286;
}

.navigation_logo {
	width: 2.6rem;
	position: absolute;
	left: 1.82rem;
	transition: all 0.3s;
	top: 0.2rem;
}

.navigation_logo img {
	width: 100%;
	height: auto;

}

.white_head .navigation_top {
	width: 100%;
	padding-top: 0.05rem;
	padding-right: 1.82rem;
	padding-left: 1.82rem;
	padding-bottom: 0.05rem;
	background: #053286;
}

.white_head .navigation_top_ul {
	background-color: #fff;
	box-shadow: 0 -2px 8px 2px rgb(0 0 0 / 0.4);
}

.white_head .navigation_top_ul_item>a {
	color: #333;
}

.l_img2 {
	display: none;
}

.white_head .l_img1 {
	display: none;
}

.white_head .l_img2 {
	display: block;
}

.white_head .navigation_logo {
	width: 2rem;

	top: 0.5rem;
}

.sou_box {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 999;
}

.sou_box .cos {
	display: block;
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	width: 0.45rem;
	height: 0.45rem;
	cursor: pointer;
}

.sou_box form {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.2rem;
	margin-left: -2.69rem;
}

.search {
	width: 1rem;
	height: 0.5rem;
	background: #1D2087;
	border: #1D2087 solid;
	color: #fff;
	font-size: 0.18rem;
	margin-left: -0.03rem;
	cursor: pointer;
}

.keyword {
	width: 4rem;
	height: 0.5rem;
	padding-left: 0.1rem;
}

/* 底部栏 */
.bottom {
	padding-left: 1.82rem;
	padding-right: 1.82rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background: #113f8c;
	display: flex;
	justify-content: space-between;
}

.bottom_logo {
	width: 2.56rem;
}

.bottom_logo img {
	width: 100%;
	height: auto;
	display: block;
}

.bottom_item {
	display: flex;
}

.bottom_item_ul h2 {
	font-size: 0.25rem;
	color: #fff;
	margin-bottom: 0.2rem;
}

.bottom_item_ul p {
	font-size: 0.16rem;
	color: #fff;
	margin-bottom: 0.1rem;
	opacity: 0.8;
}

.bottom_pt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bottom_pt ul li {
	margin-bottom: 0.15rem;
}

.bottom_xian {
	padding: 0 0.6rem;
	position: relative;
}

.bottom_xian::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 1rem;
	background: #fff;
	opacity: 0.8;
	top: 0.5rem;
}

.bottom_pt {
	width: 2.2rem;
	margin-top: 0.5rem;
}

.bottom_pt ul li {
	width: 33%;
	position: relative;
	cursor: pointer;
}

.bottom_pt ul li img {
	width: 0.5rem;
	height: 0.5rem;
	margin: 0 auto;
	display: block;
}

.ma {
	width: 1.2rem;
	position: absolute;
	left: -0.2rem;
	top: -1.31rem;
	height: 0;
	transition: all 0.3s;
	overflow: hidden;
}

.ma img {
	width: 100% !important;
	height: auto !important;
}

.bottom_pt ul li:hover .ma {
	height: auto;
}

.bottom2 {
	padding-left: 1.4rem;
	padding-right: 1.4rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	background: #113f8c;
	border-top: 1px solid #475f93;
}

.bottom2 p {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.16rem;
	color: #fff;
	opacity: 0.7;
}

.bottom2 p a {

	font-size: 0.16rem;
	color: #fff;
	opacity: 0.7;
}

.n_banner {
	width: 100%;
	height: 4rem;
	background-size: 100% 100% !important;
}

.n_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media (max-width:1200px) {
	.navigation_top_ul_item {
		padding: 0 0.1rem;
	}
}

@media (max-width:1024px) {
	.navigation_top {
		display: none;
	}

	.navigation_top_ul ul {
		display: none;
	}

	.navigation_top_ul {
		background-color: #fff;
		box-shadow: 0 -2px 8px 2px rgb(0 0 0 / 0.4);
	}

	.navigation_logo {
		width: 100% !important;
		position: absolute;
		left: 0;
		transition: all 0.3s;
		display: flex;
		justify-content: center;
		height: 0.8rem;
		top: 0 !important;
	}

	.navigation_logo a {
		width: 2.4rem;
		display: flex;
		height: 0.8rem;
		align-items: center;
		justify-content: center;
	}

	.white_head .navigation_logo {
		top: 0;
	}

	.l_img1 {
		display: none;
		!important;
	}

	.l_img2 {
		display: block !important;
	}

	.navigation_logo img {
		width: auto;
		height: 90%;
	}

	.navigation_logo a:nth-child(1) {
		display: none;
	}

	.bottom {
		padding-left: 0.3rem;
		padding-right: 0.3rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		flex-wrap: wrap;
	}

	.bottom_logo {
		width: 2.56rem;
		margin-bottom: 0.2rem;
	}

	.bottom2 p {
		flex-wrap: wrap;
		text-align: center;
	}

	#toggle {
		display: block;
		z-index: 999;
		position: absolute;
		top: 3px;
		right: auto;
		left: 14px;
	}
}

@media (max-width:768px) {
	.bannner {
		height: 30vh;
		min-height: auto;

	}

	.white_head1 {
		height: 30vh;


	}

	.bottom_xian {
		display: none;
	}

	.bottom_item {
		flex-wrap: wrap;
	}

	.bottom2 {
		padding-left: 0.3rem;
		padding-right: 0.3rem;

	}
}
.navigation_top_x:nth-child(2) a:nth-last-child(2){
	display: none;
}
.navigation_top_x:nth-child(2) span:nth-last-child(3){
	display: none;
}
@media (min-width:2050px) {
	
	
	.bottom {
	    padding-left: 5.5rem;
	    padding-right: 5.5rem;

	}
	
}
.navigation_top_x .xzactive{
    background: transparent !important;
    color: #fff !important;

}