<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 手机版导航 */
.m_nav_box {
	display: none;
}

@media (max-width:1200px) {

	/* 手机版导航 */
	#header-sticky-wrapper{
		display: none;
	}
	
	.top_info_bg{
		display: none;
	}
	#header {
		display: none;
	}

	.m_nav_box {
		display: block;
	}

	.m_header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 48px;
		padding: 0 2%;
		overflow: hidden;
		background: #fff;
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
		z-index: 999999999;
	}

	.m_header .logo_box {
		float: left;
		margin-top: 0;
	}

	.m_header .logo_box a {
		display: block;
		width: auto;
		height: 32px;
		margin-top: 8px;
	}

	.m_header .logo_box a img {
		display: inline-block;
		width: auto;
		height: 100%;
	}
	
	.m_header .logo_box a img:first-child{
		padding-right: 12px;
		margin-right: 12px;
	}
	
	.m_header .right{
		float: right;
	}
	.lan_yy{
		width: 24px;
		height: 24px;
		font-size: 12px;
		line-height: 22px;
		color: #003f98;
		text-align: center;
		border: 1px solid #003f98;
		border-radius: 4px;
		margin: 12px 12px 0 12px;
		transition: all .3s;
	}
	
	.lan_yy:hover{
		color: #ffffff;
		border: 1px solid #ffbf00;
		background-color: #ffbf00;
	}
	
	.search_btn{
		width: 24px;
		height: 24px;
		margin: 12px 0;
		cursor: pointer;
	}
	
	.search_btn img {
		height: 100%;
		width: auto;
	}

	.m_nav_btn {
		width: 32px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 20px;
		margin-top: 14px;
	}

	.m_nav_btn span {
		display: block;
		background: #1b2a75;
		width: 32px;
		height: 4px;
		border-radius: 2px;
		position: absolute;
		transition: all ease 0.3s;
	}

	.m_nav_btn span:nth-of-type(1) {
		top: 0px
	}

	.m_nav_btn span:nth-of-type(2) {
		top: 8px
	}

	.m_nav_btn span:nth-of-type(3) {
		top: 16px
	}

	.m_nav_btn_se span:nth-of-type(1) {
		top: 8px;
		transform: rotate(45deg)
	}

	.m_nav_btn_se span:nth-of-type(2) {
		width: 0
	}

	.m_nav_btn_se span:nth-of-type(3) {
		top: 8px;
		transform: rotate(-45deg)
	}

	.m_nav {
		position: fixed;
		z-index: 999;
		backdrop-filter: blur(8rem);
		background-image: linear-gradient(to right bottom, #003f98 0, #ffbf00 100%);
		width: 100%;
		height: calc(100% - 48px);
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.3s;
	}

	.nav_show {
		top: 48px;
	}

	.m_nav .m_navList ul {
		padding: 0 1.44rem 2.304rem 1.44rem;
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid rgba(255, 255, 255, .4);
	}

	.m_nav .m_navList ul li a {
		display: block;
		color: #fff;
		line-height: 3;
		padding-left: 1.44rem;
		font-size: 1.728rem;
		/* font-weight: bold; */
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 4.224rem;
		height: 4.224rem;
		box-sizing: border-box;
		display: block;
		cursor: pointer;
		transition: all 0.3s;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		background-size: 1.344rem;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.icon_on {
		background: url(../images/reduce.png) 50% no-repeat;
		background-position: 50% 50%;
		background-size: 1.344rem;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
		background-color: rgba(0, 0, 0, .01);
		/* background-image: linear-gradient(to right bottom, #003f98 0, #ffbf00 100%); */
		box-sizing: border-box;
		padding: 0.384rem;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		line-height: 3;
		font-size: 1.536rem;
		padding-left: 2.88rem;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		background-color: rgba(0, 0, 0, .1);
		text-overflow: ellipsis;
		margin-top: 0.384rem;
	}

	.m_nav .m_navList ul li .m_s_nav a:first-child {
		margin-top: 0;
	}

	/* 手机版导航-end */

}
</pre></body></html>