@media screen and (max-width: 1200px) {
	:root {
		--max: calc(100% - 30px);
		--size14: 14px;
		--size16: 14px;
		--size18: 16px;
		--size20: 18px;
		--size24: 20px;
		--size30: 24px;

		--top30: 30px;
		--top60: 50px;
	}

	.logo {
		width: 250px;
	}

	.hertre_cen form {
		width: 300px;
	}

	.zhengshu {
		padding: 30px 20px;
	}

	.zhengshu_l {
		width: 100%;
	}

	.zhengshu_r {
		width: 100%;
		margin-top: 20px;
	}

}

@media screen and (max-width: 992px) {
	:root {
		--size14: 12px;
		--size16: 14px;
		--size18: 14px;
		--size20: 16px;
		--size24: 18px;
		--size30: 20px;

		--top30: 30px;
		--top60: 40px;
	}
}


@media screen and (max-width: 768px) {
	:root {
		--size14: 12px;
		--size16: 12px;
		--size18: 12px;
		--size20: 14px;
		--size24: 16px;
		--size30: 18px;

		--top30: 20px;
		--top60: 30px;
	}

	.an {
		display: block;
	}

	.hertre {
		height: 60px;
		background: #fff;
		position: fixed;
		top: 0px;
		z-index: 999;
		box-shadow: 0px 0px 5px 3px #00000020;
	}

	.hertre_cen {
		width: var(--max);
		margin: 0 auto;
		height: 100%;
	}

	.logo {
		width: 180px;
	}

	.hertre_cen form {
		display: none;
	}

	.nav {
		width: 100%;
		top: 60px;
		height: calc(100% - 60px);
		position: fixed;
		background: #fff;
		display: none;
		left: 0;
		transform: translate(0%, 0%);
		transition: auto;

		border-top: 1px rgb(0, 0, 0, 0.1) solid;
	}

	.nav ul {
		width: 100%;
	}

	.nav ul li {
		width: 100%;
		float: none;
		color: #000000;
		text-align: center;
		border-bottom: 1px rgb(0, 0, 0, 0.1) solid;
		line-height: 60px;
		font-size: 12px;
		margin-left: 0px;
	}

	.nav ul li::before {
		display: none;
	}

	.nav ul li::after {
		background: #da3536;
	}

	.nav ul li.nav_cen::after {
		width: 100%;
	}

	.nav ul li:hover::after {
		width: 100%;
	}

	.nav form {
		display: block;
	}

	body {
		padding-top: 60px;
	}

	.xiaoxi ul li a h2,
	.zhengxian ul li a h2 {
		width: calc(100% - 90px);
	}

	.xiaoxi ul li a p,
	.zhengxian ul li a p {
		width: 80px;
	}

	.footer_max ul li {
		padding: 0 5px;
	}

	.beian p {
		width: 100%;
		line-height: 2;
		text-align: center;
	}

	.zhengshu i {
		height: 100px;
		left: 20px;
		top: -50px;
	}

	.zhengshu_l form label p {
		width: 70px;
	}

	.chaxun,
	.zhengshu_l form label input {
		width: calc(100% - 70px);
	}

	.zhengshu_l form label input.input-val {
		width: calc(100% - 160px);
	}

	.zhenun {
		margin: 60px auto 30px;
	}

	.table {
		padding: 20px;
	}

	.jieguo_max table td {
		padding: 10px 10px;
	}

	.jieguo_max table td:nth-child(1) {
		width: 80px;
	}

	.zhengxian_text {
		bottom: 0;
		padding: 10px;
	}

	.banner .swiper-pagination {
		bottom: 0px !important;
	}

	.lading ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.heji ul {
		width: 100%;
		margin: 15px 0;
	}

	.heji {
		padding: 0 15px;
	}
}