@media screen and (max-width: 1650px) {
	:root {
		--max: calc(100% - 30px);
		--size14: 14px;
		--size16: 14px;
		--size18: 16px;
		--size20: 18px;
		--size24: 20px;
		--size30: 22px;
		--size36: 24px;
		--size40: 28px;
		--size46: 30px;
		--size50: 36px;
		--size56: 40px;
		--size60: 40px;

		--top20: 20px;
		--top30: 30px;
		--top40: 40px;
		--top50: 40px;
		--top60: 50px;
		--top80: 60px;
		--top100: 80px;
		--top120: 100px;
	}
}

@media screen and (max-width: 1400px) {
	body {
		padding-top: 70px;
	}

	.Logo {
		width: 120px;
	}

	.Hertre {
		height: 70px;
	}

	.Nav ul li {
		line-height: 70px;
	}

	.Daohang {
		width: 140px;
	}

	.Daohang {
		width: 70px;
		clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
		padding: 0;
	}

	.Daohang p {
		display: none;
	}

	.Zuojin_left ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: var(--top30);
	}

	.Zuojin_left ul li {
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {
	.Nav ul {
		gap: 20px;
	}
}

@media screen and (max-width: 992px) {
	:root {
		--size14: 12px;
		--size16: 14px;
		--size18: 14px;
		--size20: 16px;
		--size24: 18px;
		--size30: 20px;
		--size36: 20px;
		--size40: 22px;
		--size46: 24px;
		--size50: 28px;
		--size56: 30px;
		--size60: 36px;

		--top20: 10px;
		--top30: 20px;
		--top40: 30px;
		--top50: 30px;
		--top60: 40px;
		--top80: 50px;
		--top100: 60px;
		--top120: 60px;
	}

	.Hertre {
		height: 60px;
		background: #fff;
		position: fixed;
		top: 0px;
		z-index: 999;
	}

	.Logo {
		width: 100px;
	}

	.Nav {
		width: 100%;
		top: 60px;
		height: calc(100vh - 60px);
		position: fixed;
		background: #fff;
		display: none;
		left: 0;
		transform: translate(0%, 0%);
		transition: auto;
		overflow: auto;
		border-top: 1px rgb(0, 0, 0, 0.1) solid;
	}

	.Nav ul {
		gap: 0px;
	}

	.Nav ul li {
		width: 100%;
		text-align: center;
		border-bottom: 1px rgb(0, 0, 0, 0.1) solid;
		line-height: 60px;
		font-size: 12px;
		padding: 0 20px;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin: auto;
	}

	.Nav ul li svg {
		display: block;
	}

	.Nav_ul {
		position: static;
		width: 100%;
		padding-top: 0px;
		transition: auto;
		transform: translate(0%, 0%);
		box-shadow: none;
		padding: 0 15px 15px;

	}

	.Nav_ul a {
		width: 100%;
		background: none;
	}

	.Daohang {
		background: transparent;
	}

	.menu_button .line {
		stroke: rgb(1, 122, 209);
	}

	body {
		padding-top: 60px;
	}

	.Dongtai ul {
		grid-template-columns: 1fr 1fr;
	}

	.Footer_logo {
		width: 100%;
	}

	.Footer_logo img {
		width: 150px;
	}

	.Footer_ul_max {
		justify-content: flex-start;
	}

	.Footer_erweima {
		width: 120px;
	}

	.Footer_ul {
		width: 100%;
		overflow: hidden;
		margin-bottom: 5px;
	}

	.Footer_top {
		width: 100%;
		overflow: hidden;
		background: #00000030;
		padding: 15px;
	}

	.Footer_top h2 {
		font-size: 14px;
		color: #ffffff;
	}

	.Footer_top svg {
		display: block;
		fill: #ffffff;
	}

	.Footer_ul ul {
		margin-top: 0px;
		background: #00000010;
		padding: 15px;
		display: none;
		transition: auto;
	}

	.Beian_max p {
		width: 100%;
		line-height: 2;
	}

	.Jianjie_max>p {
		padding: 0;
	}

	.Jianjie ul {
		padding: 0;
	}
}


@media screen and (max-width: 768px) {
	:root {
		--size14: 12px;
		--size16: 12px;
		--size18: 12px;
		--size20: 14px;
		--size24: 16px;
		--size30: 16px;
		--size36: 18px;
		--size40: 18px;
		--size46: 20px;
		--size50: 20px;
		--size56: 22px;
		--size60: 24px;

		--top20: 10px;
		--top30: 15px;
		--top40: 20px;
		--top50: 20px;
		--top60: 25px;
		--top80: 30px;
		--top100: 30px;
		--top120: 30px;
	}


	.A {
		flex: initial !important;
		width: 100% !important;
		margin: 0 !important;
	}

	.S {
		flex: initial !important;
		width: 100% !important;
		margin: 0 !important;
		margin-top: 20px !important;
	}

	.Navigation_bg {
		display: none;
	}

	.Lianxi ul {
		grid-template-columns: 1fr;
	}

	.Lianxi ul li img {
		width: 50px;
	}

	#allmap {
		height: 350px;
		margin-top: 25px;
	}

	.Ditu_form {
		max-width: var(--max);
		width: var(--max);
		margin: auto;
		position: static;
		transform: translate(0%, 0%);
	}

	.Prev a {
		width: 100%;
		max-width: 100%;
	}

	.Dongtai ul {
		grid-template-columns: 1fr;
	}

	.Dongtai_text {
		padding: 15px;
	}

	.Daohangnav ul {
		gap: 10px 20px;
		padding: 10px 0;
	}

	.Daohangnav ul li {
		line-height: 36px;
	}

	.prev1,
	.next1,
	.prev,
	.next {
		width: 30px;
		margin: 0 15px;
	}

	.Jianjie ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 25px 10px;
	}

	.Jianjie ul li {
		width: 100%;
	}

	.Jianjie ul li * {
		text-align: center !important;
		padding: 0 !important;
	}

	.Zuojin_left ul li h2,
	.Jianjie ul li h2 {
		font-size: 24px;
	}

	.Fazhan_top li i {
		width: 15px;
		height: 15px;
		border: 2px solid transparent;
	}

	.Fazhan_top li i::after {
		width: 5px;
		height: 5px;
	}

	.Fazhan_top li.zhenshangyin-slide-active i {
		border: 2px solid rgb(1, 122, 209);
	}

	.Fazhan_top::after {
		bottom: 7px;
	}

	.Fazhan_top::before {
		bottom: 0;
	}

	.Fazhan_top li h2 {
		font-size: 14px;
	}

	.Fazhan_bottom {
		gap: 8px;
	}

	.Fazhan_bottom .prev,
	.Fazhan_bottom .next {
		margin: 0;
	}

	.Zizhi_Swiper li {
		width: 36%;
	}

	.Jingsheng_swiper li {
		flex-wrap: wrap;
	}

	.Jingsheng_swiper li img {
		aspect-ratio: 5 / 3;
	}

	.Jingsheng_max {
		padding-left: 0px;
	}

	.Jingsheng_text {
		padding: 20px;
		padding-top: 0px;
	}

	.Jingsheng_top {
		height: auto;
	}

	.pager5 {
		padding: 0;
		justify-content: center;
	}

	.Nrihan ul {
		grid-template-columns: 1fr;
	}

	.Nrihan_max {
		transform: translateY(0%);
		background: rgb(1, 122, 209, 0.5);
		backdrop-filter: blur(10px);
	}

	.Youshij ul li:nth-child(1),
	.Youshij ul li:nth-child(2) {
		width: 100%;
	}

	.Youshij ul li {
		display: block;
	}

	.Youshij_text h2 {
		font-size: 24px;
	}

	.Huodong_Swiper li {
		width: 60%;
	}

	.Wenhua_max {
		max-width: calc(100% - 30px)
	}

	.Wenhua_nav {
		height: auto;
	}

	.progress_wave {
		display: none;
	}

	.nav_points {
		position: relative;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	.nav_point {
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 12px 5px;
		border-radius: 5px;
		background: #f5f5f5;
		border: 1px solid #eee;
	}

	.point_dot {
		display: none;
	}

	.point_text {
		position: relative !important;
		left: 0 !important;
		bottom: 0 !important;
		transform: none !important;
		font-size: 14px;
		line-height: 1.3;
		padding: 0;
	}

	.nav_point.active {
		background: rgb(1, 122, 209);
	}

	.nav_point.active .point_text {
		color: #fff;
	}

	.content_item_max {
		flex-direction: column;
	}

	.content_item_max img {
		width: 100%;
	}

	.Yaoci_bottom ul,
	.Aizai ul {
		grid-template-columns: 1fr;
	}

	.Aizai ul li {
		grid-column: span 6 !important;
	}

	.Aizai_top_text_bottom svg {
		width: 35px;
	}

	.Yaoci_top>ul>li {
		padding: 15px 0;
	}

	.Banner_Swiper_text h2 {
		font-size: 24px;
	}

	.Dangzai_max a,
	.Zuojin_left a,
	.Dongtai_max_text a {
		line-height: 40px;
	}

	.Dangzai_max a svg,
	.Zuojin_left a svg,
	.Dongtai_max_text a svg {
		width: 40px;
	}

	.pager44 {
		width: 12px;
		right: 2px;
	}

	.pager44 .zhenshangyin-pager-bullets-bullet {
		height: 12px;
	}

	.pager44 .zhenshangyin-pager-bullets-bullet::before,
	.pager44 .zhenshangyin-pager-bullets-bullet::after {
		top: calc(10px + 5px);
	}

	.Lingyu_max h2 {
		font-size: var(--size30);
		color: rgb(255, 255, 255);
	}

	.Lingyu_max h2::after {
		opacity: 1;
	}

	.Lingyu_max svg {
		width: 30px;
		opacity: 1;
	}

	.Lingyu ul li::after {
		top: 0;
	}

	.Zuojin_video ul {
		position: static;
	}

	.Zuojin_video ul li {
		line-height: 40px;
		font-size: 14px;
		color: #000000;
	}

	.Zuojin_video ul li.active {
		color: #ffffff;
	}

	.Dangzai_max_btn .prev11,
	.Dangzai_max_btn .next22 {
		width: 40px;
		height: 40px;
	}

	.Dangzai_Swiper li {
		width: 60%;
	}

	.Dangzai_max ul {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}

	.Xinwea_list ul {
		grid-template-columns: 1fr
	}
}