@media screen and (max-width: 1400px) {
	:root {
		--max: calc(100% - 30px);
		--max1440:calc(100% - 120px);
		--size14: 14px;
		--size16: 14px;
		--size18: 16px;
		--size20: 18px;
		--size24: 20px;
		--size30: 22px;
		--size36: 24px;
		--size40: 28px;
		--size46: 30px;
		--size48: 32px;
		--size50: 36px;
		--size56: 40px;
		--size60: 40px;
		--size80: 60px;

		--top20: 20px;
		--top30: 30px;
		--top40: 40px;
		--top50: 40px;
		--top60: 50px;
		--top80: 60px;
		--top100: 80px;
		--top120: 100px;
	}
	.Footer_ul{
		padding: 0 15px;
	}
}

@media screen and (max-width: 1200px) {
	.Logo {
		width: 120px;
	}

	.Nav ul {
		gap: 10px;
	}

	.Jiqiren_max ul li img {
		width: 60%;
	}

	.Saoma{
		width: 250px;
	}
	.Footer_ul{
		padding: 0 10px;
	}
}

@media screen and (max-width: 992px) {
	:root {
	    --max1440:calc(100% - 30px);
		--size14: 12px;
		--size16: 14px;
		--size18: 14px;
		--size20: 16px;
		--size24: 18px;
		--size30: 20px;
		--size36: 20px;
		--size40: 22px;
		--size46: 24px;
		--size48: 26px;
		--size50: 28px;
		--size56: 30px;
		--size60: 36px;
		--size80: 36px;

		--top20: 10px;
		--top30: 20px;
		--top40: 30px;
		--top50: 30px;
		--top60: 40px;
		--top80: 50px;
		--top100: 60px;
		--top120: 60px;
	}

	.An {
		display: block;
	}

	.Hertre {
		height: 60px;
		background: rgba(32, 144, 96, 1);
		position: fixed;
		top: 0px;
		z-index: 999;
	}



	.Logo {
		width: 100px;
	}

	.Nav {
		width: 100%;
		top: 60px;
		overflow: auto;
		height: calc(100vh - 60px);
		position: fixed;
		background: rgba(32, 144, 96, 1);
		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%;
		height: auto;
		text-align: center;
		border-bottom: 1px rgb(0, 0, 0, 0.1) solid;
		font-size: 12px;
		padding: 0 20px;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin: auto;
		border-radius: 0px;
	}

	.Nav ul li>a {
		margin: 10px 0;
		padding: 0;
	}

	.Nav ul li.Nav_cen>a {
		background: transparent;
		color: rgba(255, 255, 255, 1);
	}

	.Nav ul li:hover>a {
		background: transparent;
		color: rgba(255, 255, 255, 1);
	}

	.Nav ul li svg {
		display: block;
	}

	.Nav_ul {
		position: static;
		width: 100%;
		padding-top: 0px;
		transition: auto;
		transform: translate(0%, 0%);
		box-shadow: none;
		padding: 0 15px 15px;

	}

	.Nav_ul_max {
		width: 100%;
		padding: 20px 0;
		margin: 0;
	}

	.Hertre_bai {
		background: rgba(255, 255, 255, 1);
	}

	.Hertre_bai .En {
		color: rgba(0, 0, 0, 1);
	}

	.Hertre_bai .menu_button .line {
		stroke: rgba(32, 144, 96, 1);
	}

	.Hertre_bai .Search form,
	.Hertre_bai .Search form button {
		background: rgba(32, 144, 96, 1);
	}

	.Hertre_bai .Search form input {
		color: rgba(255, 255, 255, 1);
	}

	.Hertre_bai .Nav {
		background: rgba(255, 255, 255, 1);
	}
	body {
		padding-top: 60px;
	}

	.Saoma{
		width: 100%;
		margin-bottom: 20px;
	}
	.Saoma ul{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.Saoma ul li{
		width: 100%;
	}

	.Footer_top h2::after {
		display: none;
	}
	

	.Footer_ul {
		width: 100%;
		overflow: hidden;
		padding: 0;
		border: transparent;
		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;
	}
	.Footer_ul ul li{
		line-height: 2;
	}

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


@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;
		--size48: 20px;
		--size50: 20px;
		--size56: 22px;
		--size60: 24px;
		--size80: 26px;

		--top20: 10px;
		--top30: 15px;
		--top40: 20px;
		--top50: 20px;
		--top60: 25px;
		--top80: 30px;
		--top100: 30px;
		--top120: 30px;
	}



	.A {
		flex: initial !important;
		width: 100% !important;
		margin: 0 !important;
	}

	.S {
		flex: initial !important;
		width: 100% !important;
		margin: 0 !important;
		margin-top: 20px !important;
	}

	.prev,
	.next {
		width: 30px;
		height: 30px;
	}

	.Fnaganin ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.Fnaganin_text img {
		width: 30px;
	}

	.Xinwenin_item:nth-child(2) {
		border-left: transparent;
		padding-left: 0;
	}

	.zhenshangyin-pager-bullets-bullet {
		width: 10px;
		height: 10px;
		border: 2px solid rgba(32, 144, 96, 1);
	}

	.Canshu ul {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.Canshu ul li {
		grid-column: 1 span !important;
		border: 1px solid rgba(0, 0, 0, 0.1);
		padding: 20px;
		border-radius: 10px;
	}


}