@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;
	}
}

@media screen and (max-width: 992px) {
	:root {
		--size14: 12px;
		--size16: 14px;
		--size18: 14px;
		--size20: 16px;
		--size24: 18px;
		--size30: 20px;

		--top30: 30px;
		--top60: 40px;
	}
	.logo img{
	    max-height: 60px;
	}

}


@media screen and (max-width: 768px) {
	:root {
		--size14: 12px;
		--size16: 12px;
		--size18: 12px;
		--size20: 14px;
		--size24: 16px;
		--size30: 18px;

		--top30: 20px;
		--top60: 30px;
	}

	.nav ul form{
		display: flex;
	}
	.an {
		display: block;
	}

	.cebianlan,
	    .hertre_cen form{
		display: none;
	}

	.hertre {
		height: 60px;
		background: #fff;
		position: fixed;
		top: 0px;
		z-index: 999;
	}

	.hertre_cen{
		height: 100%;
	}

	.logo{
		width: 200px;
	}

	.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;
		overflow: auto;
	}

	.nav ul li {
		width: 100%;
		text-align: center;
		border-bottom: 1px rgb(0, 0, 0, 0.1) solid;
		line-height: 60px;
		font-size: 12px;
		color: #000000;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.nav ul li::after{
		display: none;
	}

	.nav ul li svg {
		display: block;
	}

	.nav_ul{
		width: 100%;
		transition: auto;
		padding: 0 20px;
		line-height: 30px;
	}
	.nav_ul a{
		display: block;
	}

	body {
		padding-top: 60px;
	}

	.gg_left{
		width: 100%;
	}
	.gg_right{
		width: 100%;
		margin-top: 20px;
	}
		.gongsao ul,
	.zixun ul{
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	.dongtai ul,
	.mingdan ul{
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.mingdan ul li img{
		max-width: 100%;
	}
	.danwei ul li{
		padding: 15px 0;
	}
	.xuqiu ul li p{
		width: 110px;
	}
	.xuqiu ul li input{
		width: calc(100% - 110px);
		height: 40px;
	}
	.xuqiu ul li textarea{
		width: calc(100% - 110px);
		height: 100px;
	}
	.mySwiper .swiper-button-next, 
	.mySwiper .swiper-button-prev{
		width: 30px;
		height: 30px;
	}
	.mySwiper .swiper-button-next:after, 
	.mySwiper .swiper-button-prev:after{
		font-size: 12px;
	}
	.huiyuan_text table{
		width: 900px;
	}
	.guanggao ul{
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.gongsao ul li a>h2{
		font-size: 14px;
	}
	.huiyu_Swiper .swiper-slide img {
	
	}
	.footer_max ul li{
		display: none;
	}
	.footer_max ul li:last-child{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.erweima{
		margin-top: 0px;
		width: 48%;
	}
	.beian p{
		width: 100%;
		margin: 0;
		line-height: 2;
	}
}