@media screen and (max-width: 1500px) {
	: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;
	}

	.Nav ul li {
		line-height: 70px;
	}
}

@media screen and (max-width: 1200px) {
	.Lingyuan_Item ul{
		grid-template-columns: repeat(5,1fr);
	}

	.Ban_Liucheng ul{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		gap: var(--top30) var(--top20);
	}
	.Ban_Liucheng ul li{
		width: 100%;
	}
	.Xiangguan ul{
		grid-template-columns: 1fr 1fr;
	}
}

@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;
	}

	.Nav ul li {
		padding: 0 15px;
	}

	.Guwen_Max ul {
		grid-template-columns: 1fr;
	}

	.Lingyuan_Item ul{
		grid-template-columns: repeat(4,1fr);
	}
	.AA {
		flex: initial !important;
		width: 100% !important;
		margin: 0 !important;
	}

	.SS {
		flex: initial !important;
		width: 100% !important;
		margin: 0 !important;
		margin-top: 20px !important;
	}
	.Footer_bottom{
		display: none;
	}
	.Footer_cen_max p{
		width: 100%;
	}
	.Footer_cen_max p:nth-child(2),
	.Footer_cen_max p:nth-child(3){
		display: none;
	}
	.Footer_top_max>h2{
		width: 100%;
		text-align: center;
	}
	.Footer_top_max ul{
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		border: transparent;
		padding: 0;
	}
	.Footer_top_max ul li{
		width: 100%;
		border: 1px solid #00000020;
		padding: 20px;
	}
	.Footer_top_max ul li:last-child{
		grid-column: 2 span;
	}

	.Footer_top .Hertre_tel{
		width: 100%;
	}
	.Footer_top .Hertre_tel h2,
	.Footer_top .Hertre_tel p{
		text-align: center;
	}
}


@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;
	}

	.An {
		display: block;
	}

	.Hertre {
		height: 60px;
		background: #fff;
		position: fixed;
		top: 0px;
		z-index: 999;
		box-shadow: 0px 0px 10px 5px #00000010;
	}

	.Logo {
		width: 70px;
	}

	.Nav {
		width: 100%;
		top: 60px;
		height: calc(100vh - 60px);
		position: fixed;
		background: #fff;
		overflow: hidden;
		display: none;
		left: 0;
		transform: translate(0%, 0%);
		transition: 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::after {
		display: none;
	}

	.Nav ul li.active {
		color: rgba(1, 169, 74, 1);
	}

	.Nav ul li:hover {
		color: rgba(1, 169, 74, 1);
	}

	.Nav ul li svg {
		display: block;
	}

	.Nav_ul {
		position: relative;
		width: 100%;
		z-index: 5;
		padding-top: 0px;
		transition: auto;
		transform: translate(0%, 0%);
		box-shadow: none;
		padding: 0 15px 15px;
	}

	.Nav_ul_cen {
		padding: 0;
	}

	.Nav_ul a {
		width: 100%;
		background: none;
	}

	body {
		padding-top: 60px;
	}

	.A {
		flex: initial !important;
		width: 100% !important;
		margin: 0 !important;
	}

	.S {
		flex: initial !important;
		width: 100% !important;
		margin: 0 !important;
		margin-top: 20px !important;
	}

	.Cebianlan {
		width: 70px;
		display: none;
	}

	.Cebianlan ul li svg {
		width: 25px;
		height: 25px;
	}

	.Zixun ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.Zixun ul li {
		width: 100%;
		text-align: center;
		padding: 0;
		line-height: 44px;
	}

	.page {
		gap: 5px;
	}

	.page .active,
	.page .total {
		padding: 8px 10px;
	}

	.Guanyu {
		background: transparent;
	}

	.Guanyu_Text ul li svg {
		width: 16px;
	}



	.Title>h2::after,
	.Title>h2::before {
		content: "";
		width: 20px;
	}
	.Lingyuan_Item ul{
		grid-template-columns: repeat(3,1fr);
	}

	.Lingyuan_List_right>p{
		margin-top: 10px !important;
	}

	.Lingyuan_List_right>p span{
		font-size: 24px;
	}

	.Shijing ul,
	.Rongyu ul,
	.Liuchengyi ul,
	.Jieshao ul,
	.Muxing ul,
	.Fuwuyi ul ,
	.Yongpin_right ul{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.Liuchengyi ul::after{
		display: none;
	}
	
	.Liuchengyi ul li{
		border: 1px solid #00000010;
		padding: 20px;
	}
	
	.Fuwuin_left_p,
	.Xiangguan ul,
	.Guan ul,
	.Liucheng_Yongpin ul ,
	.Liucheng_fuwu ul,
	.Youhui ul,
	.Pingjia ul,
	.Rese ul{
		grid-template-columns: 1fr;
	}
	.Nav ul li svg, 
	.Nav ul li:hover svg, 
	.Nav ul li.active svg {
		transform: rotate(0deg);
		fill: rgb(0, 0, 0);
	}
	.Banche_p p{
		padding-left: 20px;
	}
	.Youhui_text a,
	.Banche_text a{
		line-height: 46px;
		padding: 0 30px;
	}
	.Liucheng ul::after{
		display: none;
	}
	.Liucheng ul li{
		gap: 20px;
		padding: 0;
	}
	.Liucheng ul li:nth-child(2n) {
		flex-direction: row;
	}
	.Liucheng_n{
		width: 100%;
		position: static;
		inset: 0;
		border-radius: 10px;
		font-size: 24px;
		font-family: 'B';
		transform: translate(0%,0);
	}
	.Youhui ul li{
		grid-column: initial !important;
	}
	.Ban_Liucheng ul{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px;
	}

	.Xiangguan_text h2{
		font-size: 16px;
	}
	.Ban_Liucheng ul li{
		width: 100%;
		flex: initial;
	}
	.Moxing_tel_top{
		height: auto;
	}
	.Moxing_tel_top svg{
		width: 16px;
	}

	.Fuwuyi ul li img{
		width: 30px;
		height: 30px;
	}

	.Muxing_text h2{
		font-size: 16px;
	}
	



}