html,
body {
	-webkit-text-size-adjust: none
}

html {
	font-size: 312.5%
}

body {
	font: .36rem/130% "Microsoft YaHei", sans-serif;
	color: #000;
	padding-top: 1.2rem
}

body.scrollLock {
	width: 100vw;
	height: 100vh;
	overflow: hidden
}

a {
	color: #000
}

.topNav {
	width: 100%;
	box-shadow: 0 5px 9px rgba(0, 0, 0, .08);
	position: fixed;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 0 .3rem;
	background: #fff;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 1.2rem
}

.topNav_logo1 {
	width: .48rem
}

.topNav_logo2 {
	width: 1.42rem
}

.topNav_menu {
	width: .4rem;
	height: .4rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: .2rem;
	border-radius: .08rem
}

.topNav_menu span {
	width: 100%;
	height: .06rem;
	background: #666;
	border-radius: .03rem;
	transition: .3s;
	transform-origin: 100% 0
}

.topNav_menu.active {
	background: #e8eaef
}

.topNav_menu.active span:nth-child(2) {
	opacity: 0
}

.topNav_menu.active span:nth-child(1) {
	transform: translate(-0.06rem, -0.01rem) rotate(-45deg)
}

.topNav_menu.active span:nth-child(3) {
	transform: translate(-0.01rem, 0.01rem) rotate(45deg)
}

.topNav .topShare,
.topNav .article_title {
	display: none
}

.crumb,
.pcaddDom {
	display: none
}

.pushNav {
	background: #f6f6f6;
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	padding: 1.6rem .3rem 1rem;
	position: fixed;
	left: 0;
	top: -120%;
	transition: .3s;
	z-index: 100;
	overflow-y: scroll;
	overflow-x: auto
}

.pushNav.show {
	top: 0
}

.pushNav h2 {
	font-weight: normal;
	font-size: .3rem;
	color: #666;
	padding: 0 0 .4rem
}

.languages ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
	column-gap: .25rem;
	row-gap: .4rem
}

.languages li {
	line-height: .8rem;
	background: #fff;
	border-radius: .1rem
}

.channel p {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .25rem;
	padding-bottom: .4rem;
	margin-bottom: .3rem;
	border-bottom: 1px solid #ddd
}

.channel p:nth-child(11) {
	border-bottom: none
}

.channel p a {
	display: inline-block;
	line-height: .8rem;
	text-align: center;
	background: #fff;
	border-radius: .1rem
}

.form {
	margin-bottom: .5rem;
	background: #fff;
	overflow: hidden;
	padding: .35rem;
	border-radius: .1rem;
	display: flex;
	justify-content: space-between
}

.form #kw {
	width: 100%;
	box-sizing: border-box;
	outline: none
}

.form #button-addon {
	width: .4rem;
	height: .4rem;
	background: url(../img/search.png) no-repeat 0 0/100% 100%;
	outline: none
}

.m_gotop {
	width: .8rem;
	height: .8rem;
	background: #0146ae;
	border-radius: 50%;
	margin: .1rem 0;
	position: fixed;
	right: .3rem;
	bottom: 2.5rem;
	overflow: hidden;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, .4);
	transition: .7s cubic-bezier(0.68, -0.4, 0.27, 1.34) .2s;
	transform: translateX(300%);
	z-index: 999
}

.m_gotop a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.m_gotop a::before {
	content: "";
	width: .15rem;
	height: .15rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -25%) rotate(-45deg)
}

.m_gotop.m_gotop_cur {
	transform: translateX(0)
}

@media screen and (min-width: 1000px) {
	html {
		font-size: 625%
	}

	body {
		font: 12px/130% "Microsoft YaHei", sans-serif;
		color: #000;
		padding-top: 50px
	}

	body.scrollLock {
		width: 100vw;
		height: 100vh;
		overflow: hidden
	}

	.topNav {
		box-shadow: 0 5px 13px rgba(0, 0, 0, .15);
		height: 50px;
		position: absolute;
		top: 0;
		left: 0
	}

	.topNav>a {
		flex-shrink: 0;
	}

	.topNav_logo1 {
		display: none
	}

	.topNav_logo2 {
		width: 80px
	}

	.topNav .crumb {
		width: 100%;
		padding: 0 30px 0 43px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.topNav .local {
		font-size: 16px;
		line-height: 50px;
		float: left
	}

	.topNav .local a {
		padding: 0 7px
	}

	.topNav .local span:last-child {
		display: none
	}

	.topNav .Search {
		width: 185px;
		height: 35px;
		overflow: hidden;
		float: right;
		border-radius: 10px;
		box-sizing: border-box;
		border: 1px solid #ddd
	}

	.topNav .Search form {
		display: flex
	}

	.topNav .Search:hover .search-1,
	.topNav .Search:hover .search-2 {
		background-color: #fff
	}

	.topNav .Search .search-1 {
		width: 150px;
		height: 35px;
		line-height: 35px;
		padding: 0 15px;
		box-sizing: border-box;
		font-size: 14px;
		color: #000;
		outline: none;
		float: left;
		background: #fafafa;
		transition: .2s
	}

	.topNav .Search .search-1:focus {
		background-color: #fff
	}

	.topNav .Search .search-1:focus+.search-2 {
		background-color: #fff;
		background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/img/search-1.png")
	}

	.topNav .Search .search-2 {
		width: 35px;
		height: 35px;
		float: left;
		cursor: pointer;
		background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/img/search.png");
		background-size: 20px auto;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #fafafa;
		transition: .2s
	}

	.topNav .Search .search-2:hover {
		background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/img/search-1.png")
	}

	.topNav .Search ::-webkit-input-placeholder {
		color: #888
	}

	.topNav .Search :-moz-placeholder {
		color: #888
	}

	.topNav .Search ::-moz-placeholder {
		color: #888
	}

	.topNav .Search :-ms-input-placeholder {
		color: #888
	}

	.topNav_menu {
		width: 30px;
		height: 23px;
		padding: 6px 2px;
		border-radius: .08rem;
		cursor: pointer;
		flex-shrink: 0;
		position: relative
	}

	.topNav_menu span {
		width: 100%;
		height: 3px;
		border-radius: none
	}

	.topNav_menu.active span:nth-child(1) {
		transform: translate(-2px, -1px) rotate(-45deg);
		width: 86%
	}

	.topNav_menu.active span:nth-child(3) {
		transform: translate(0px, 2px) rotate(45deg);
		width: 86%
	}

	.topNav .topShare,
	.topNav .article_title {
		display: none
	}

	.topNav .article_title {
		font-size: 36px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		line-height: 1em;
		padding: 0 0 0 40px;
		box-sizing: border-box;
		margin-top: -3px
	}

	.topNav .topShare {
		font-size: 14px
	}

	.topNav .topShare img {
		margin-right: 5px
	}

	.topNav .topShare .informShare {
		white-space: nowrap;
		padding-right: 0;
		color: #999
	}

	@keyframes p_show {
		0% {
			visibility: visible
		}

		30% {
			opacity: 1
		}
	}

	.topNav_fix {
		position: fixed;
		top: 0;
		left: 0;
		height: 70px;
		border-top: 3px solid #0046ae
	}

	.topNav_fix .topNav_menu,
	.topNav_fix .crumb {
		display: none
	}

	.topNav_fix .topShare {
		display: block;
		flex-shrink: 0
	}

	.topNav_fix .article_title {
		display: -webkit-box
	}

	.pushNav {
		background: #fff;
		padding: 110px 0 80px
	}

	.pushNav h2 {
		width: 1200px;
		margin: 0 auto;
		font-size: 18px;
		color: #999;
		padding: 0 0 16px
	}

	.channel p {
		display: flex;
		flex-wrap: wrap;
		width: 1200px;
		margin: 0 auto 22px;
		padding: 0 0 10px;
		gap: 0
	}

	.channel p:nth-child(11) {
		border-bottom: 1px solid #ddd
	}

	.channel p a {
		line-height: 1em;
		padding: 0 25px 0 0;
		margin: 0 25px 25px 0;
		border-right: 1px solid #7f7f7f;
		border-radius: 0;
		white-space: nowrap
	}

	.pcaddDom {
		display: block
	}

	.form {
		display: none
	}

	.footer {
		display: none
	}
}

/*# sourceMappingURL=topMenu.min.css.map */