@media screen and (max-width: 1430px) {
	: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: 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;
	}

	html {
		font-size: 12px;
	}
}


@media screen and (max-width: 768px) {
	:root {
		--size14: 12px;
		--size16: 12px;
		--size18: 14px;
		--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;
	}
	.Kepu_max ul>a{
	    margin: 0 auto;
	}
	.Yichandian ul{
	    grid-template-columns: 1fr;
	}
	.MsoNormal img{
	    display: block;
	    margin: 0 auto;
	}
	.Cebianlan_ltem_none ul{
	    gap: 0;
	}
	.Cebianlan_ltem_none ul li{
	    padding: 5px 0;
	}
	.Cebianlan_ltem_none ul li.active{
	    background-color: rgba(28,200,103,0.4);
	}

	.An {
		display: block;
	}

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

	.Logo {
		width: 280px;
		margin: 0;
	}

	.Hertre_nav {
		width: 100%;
		top: 60px;
		height: calc(100vh - 60px);
		position: fixed;
		background: #fff;
		overflow: auto;
		display: none;
		left: 0;
		transform: translate(0%, 0%);
		transition: auto;
		border-top: 1px rgb(0, 0, 0, 0.1) solid;
	}

	.Nav {
		width: 100%;
	}

	.Nav ul {
		gap: 0px;
	}
	.Kepu_img img:nth-child(1){
	    aspect-ratio: 165 / 258;
	}
    .Kepu_img img:nth-child(2),
    .Kepu_img img:nth-child(3){
        aspect-ratio: 165 / 121;
    }
	.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_item {
		position: static;
		width: 100%;
		padding-top: 0px;
		transition: auto;
		transform: translate(0%, 0%);
		box-shadow: none;
		padding: 0 15px 15px;

	}

	.Nav_item a {
		width: 100%;
		background: none;
	}

	.Hertre_nav_right {
		width: var(--max);
		margin: auto;
		margin-top: 20px;
		justify-content: flex-end;
	}

	.Souuo {
		width: 100%;
	}

	.Souuo_souuo {
		width: 100%;
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.95);
		backdrop-filter: blur(10px);
		box-shadow: 0 8px 32px rgba(39, 86, 168, 0.15);
	}


	.Souuo_souuo button {
		opacity: 0.7;
		transform: translateY(-50%) scale(0.8);
		pointer-events: auto;
	}

	.Souuo_souuo input {
		width: 100%;
		padding: 0 15px;
	}

	.Souuo_souuo button svg path {
		stroke: #000000;
	}

	.Souuo_souuo button:hover {
		opacity: 1;
		transform: translateY(-50%) scale(1);
	}


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


	.Falv ul,
	.Gonggao ul {
		grid-template-columns: 1fr;
	}

	.Bowuguan ul,
	.Dizhi ul {
		grid-template-columns: 1fr 1fr;
	}

	.Yingdui ul,
	.Chubanwu ul {
		gap: 10px;
	}



	.Bowuguan ul li h2,
	.Yingdui ul li h2,
	.Chubanwu ul li h2 {
		padding: 10px;
	}


	.Weizhi_swiper ul li img {
		max-width: 80%;
	}

	.prev,
	.next {
		width: 15px;
	}

	.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{
		width: 100%;
	}

	.Beian_max p {
		width: 100%;
		line-height: 2;
	}

	.Erweima{
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.Erweima_ltem{
		width: 100%;
	}

	.Swiper_banner{
		margin-top: 0px;
	}
	.Swiper_banner img{
		aspect-ratio: 5 / 4;
	}

	.Lvyou_img,
	.Kepu_img{
		aspect-ratio: 4 / 3;
		contain: initial;
	}
	.Jiazhi_max img{
		contain: initial;
	}

	.Dongtai_index>a,
	.Jiazhi a,
	.Kepu_max ul a {
		width: 150px;
	}

}