@media screen and (max-width: 1450px) {
	:root {
		--max: calc(100% - 30px);
		--font16: 16px;
		--font20: 20px;
		--font24: 24px;
		--font28: 28px;
		--font34: 30px;
		--top60: 60px;
	}
}

@media screen and (max-width: 1200px) {
	:root {
		--font16: 14px;
		--font20: 16px;
		--font24: 18px;
		--font28: 20px;
		--font34: 26px;
		--top60: 40px;
	}

	.rexi_l img {
		width: 50px;
	}

	.nav ul li {
		padding: 0 20px;
	}

	.liucheng_max ul {
		padding-right: 40px;
	}

	.liucheng_max ul li {
		margin-top: 30px;
	}

	.liucheng_text p {
		font-size: 17px;
		top: 6%;
		left: 10%;
	}

	.liucheng_text h1 {
		font-size: 17px;
	}

	.liucheng_max ul li:nth-child(4) .liucheng_text::after {
		width: 40px;
		height: 180px;
		right: -40px;
	}

	.liucheng_max ul li>img {
		width: 50px;
	}

}

@media screen and (max-width: 992px) {
	:root {
		--font14: 12px;
		--font16: 12px;
		--font20: 14px;
		--font24: 16px;
		--font28: 18px;
		--font34: 20px;
		--top30: 20px;
		--top60: 30px;
	}

	.form_l p {
		width: 110px;
	}

	.form_suio {
		width: calc(100% - 110px);
	}

	.falv_l p {
		font-size: 16px;
	}

	.falv_l p span {
		font-size: 30px;
	}

	.falv_l {
		width: 100%;
		margin-top: 0px;
	}

	.dongtai_l {
		width: 100%;
		overflow: hidden;
		padding: 0;
	}

	.dongtai_r {
		width: 100%;
		margin-top: 20px;
	}

	.footer_logo {
		width: 200px;
	}

	.footer_text {
		width: calc(100% - 400px);
	}
}


@media screen and (max-width: 768px) {

	.an,
	.logo {
		display: block;
	}

	.rexi {
		display: none;
	}

	.top {
		position: fixed;
		top: 0;
		height: 40px;
		left: 0;
		box-sizing: border-box;
		z-index: 9999;
		border-bottom: 1px rgb(0, 0, 0, 0.1) solid !important;
	}

	.top_max h1 {
		display: none;
	}

	.top_r {
		width: 100%;
	}

	.top_r ul li {
		margin-left: 5px;
		padding-left: 5px;
	}

	.adggw a {
		height: 15px;
	}

	.hertre {
		height: 60px;
		background: #fff;
		position: fixed;
		top: 40px;
		z-index: 999;
		box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.1);
	}

	.nav {
		width: 100%;
		top: 100px;
		height: calc(100% - 100px);
		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 li {
		width: 100%;
		float: none;
		text-align: center;
		border-bottom: 1px rgb(0, 0, 0, 0.1) solid !important;
		line-height: 60px;
		font-size: 12px;
		color: #000;
	}

	body {
		padding-top: 100px;
	}

	.form_l {
		display: none;
	}

	.form form {
		width: 100%;
	}

	.xinwen ul {
		justify-content: space-between;
	}

	.xinwen ul li {
		width: calc(50% - 5px);
		margin-left: 0px;
		margin-top: 10px;
	}

	.banner_text a {
		margin-top: 10px;
	}

	.fuwu_max ul li img {
		width: 40px;
	}

	.fuwu_max ul li p {
		margin-top: 10px;
		font-size: 14px;
	}

	.rexian_text h1 {
		font-size: 24px;
	}

	.rexian_text p {
		font-size: 14px;
	}

	.liucheng_max ul {
		padding-right: 0px;
	}

	.liucheng_max ul li {
		width: 48%;
	}

	.liucheng_max ul li:nth-child(-n+3) .liucheng_text::after,
	.liucheng_max ul li:nth-child(4) .liucheng_text::after,
	.liucheng_max ul li:nth-child(n+6) .liucheng_text::after {
		display: none
	}

	.liucheng_text {
		height: 70px;
		margin-top: 0px;
	}

	.liucheng_text h1 {
		font-size: 12px;
	}

	.liucheng_text p {
		font-size: 12px;
		top: 10%;
	}

	.liucheng_wap {
		display: flex !important;
	}

	.liucheng_pc {
		display: none !important;
	}

	.zizhi_max ul li {
		width: calc(50% - 10px);
		margin-top: 20px;
	}

	.jianzheng_max ul li {
		width: 100%;
		padding: 20px;
	}

	.jianzheng_l p {
		line-height: 1.5;
	}

	.jianzheng_l a {
		margin-top: 15px;
	}

	.omxlok {
		margin-top: 0px;
	}

	.omxlok ul {
		width: 100%;
		margin-top: 20px;
	}

	.jingyan h1 {
		font-size: 24px;
	}

	.jingyan p {
		font-size: 17px;
	}

	.label label {
		width: 100%;
	}

	.label label input {
		height: 50px;
	}

	.jingyan form .submit {
		height: 50px;
	}

	.footer_logo {
		width: 100%;
	}

	.footer_logo img {
		width: 200px;
		margin: auto;
	}

	.footer_text {
		width: 100%;
		margin: 30px auto;
		text-align: center;
	}

	.footer_img {
		width: 100%;
	}

	.footer_img img {
		width: 150px;
		margin: auto;
	}

	.formaa label {
		margin-top: 20px;
	}

	.formaa label p {
		width: 100%;
		justify-content: flex-start;
	}

	.formaa label textarea,
	.formaa label input {
		width: 100%;
	}
	
	.wenti>a,
.zizhi_max>a{
    line-height: 50px;
}

}