@media screen and (max-width: 1400px) {
	:root {
		--max: calc(100% - 30px);
		--size14: 14px;
		--size16: 16px;
		--size18: 16px;
		--size20: 18px;
		--size24: 20px;
		--size30: 24px;
		--size36: 30px;
		--size40: 36px;
		--size46: 40px;
		--size50: 46px;
		--size56: 50px;
		--size60: 56px;

		--top20: 20px;
		--top30: 30px;
		--top50: 50px;
		--top60: 50px;
		--top100: 70px;
		--top120: 100px;
	}
}

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

	.hertre {
		height: 120px;
	}

	.nav {
		margin-top: 0px;
	}
}

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

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

	.XinWen ul li img {
		width: 300px;
	}

	.Shwo {
		margin-top: -20px;
	}

	.LiuCheng_Max ul li {
		padding: 20px 15px;
	}

	.LiuCheng_Max ul li img {
		width: 40px;
		height: 60px;
	}

	.QieHuan_foo_i img {
		width: 40px;
	}

	.QieHuan_Text {
		gap: 10px;
	}
	.footer_Lian{
		display: none;
	}
}


@media screen and (max-width: 768px) {
	:root {
		--size14: 12px;
		--size16: 12px;
		--size18: 12px;
		--size20: 14px;
		--size24: 15px;
		--size30: 16px;
		--size36: 16px;
		--size40: 17px;
		--size46: 18px;
		--size50: 18px;
		--size56: 20px;
		--size60: 20px;

		--top20: 10px;
		--top30: 20px;
		--top50: 25px;
		--top60: 30px;
		--top100: 30px;
		--top120: 35px;
	}

	.an {
		display: block;
	}

	.hertre {
		height: 50px;
		position: fixed;
		top: 0px;
		z-index: 999;
	}

	.hertre_cen {
		align-content: center;
	}

	.logo {
		margin: auto;
	}

	.nav {
		width: 100%;
		top: 50px;
		height: calc(100% - 50px);
		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%;
		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;
	}

	.nav ul li svg {
		display: block;
	}

	.banner_text {
		top: 50%;
		margin-top: 25px;
	}

	.A {
		width: 100% !important;
	}

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

	.LianXi ul {
		gap: 15px;
	}

	.LianXi ul li {
		max-width: 100%;
		width: 100%;
		border: 1px solid #00000010;
		padding: 15px;
	}

	.LianXi_Top img {
		width: 25px;
		height: 20px;
	}

	.LianXi_Top h2 {
		font-size: 18px;
	}

	#allmap {
		height: 300px;
	}

	.GuanYu ul {
		gap: 10px;
	}

	.GuanYu ul li {
		line-height: 30px;
	}

	.ChanPin ul,
	.RongYu_List ul {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.ChanPin ul li img,
	.RongYu_List ul li img {
		height: 100px;
	}

	.ChanPin_Right,
	.XinWen_Right {
		margin: 0 !important;
		margin-top: 20px !important;
	}

	.TiYan ul li {
		align-items: center;
	}

	.TiYan_Text h2 {
		width: 50px;
		height: 50px;
		font-size: 12px;
	}

	.TiYan_Text h2::after {
		bottom: 10px;
		height: 3px;
		width: 15px;
	}

	.TiYan_Text p {
		line-height: 50px;
		font-size: 14px;
		letter-spacing: 10px;
	}

	.TiYan_Right img {
		width: calc(100% - 50px);
		margin-top: 25px;
	}

	.TiYan ul li a {
		width: 60px;
		font-size: 12px;
		padding-bottom: 10px;
	}

	.JiaMeng ul,
	.GuanYu_TiYan ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 5px;
	}

	.JiaMeng ul li {
		width: 100%;
		line-height: 36px;
	}

	.GuanYu_TiYan ul li {
		line-height: 36px;
	}

	.LiuCheng_Max ul,
	.ZhengCe_Max ul {
		grid-template-columns: 1fr 1fr;
	}

	.ZhengCe_Max ul li p {
		font-size: 12px;
	}

	.InChan_Max ul,
	.TongDao ul {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.TongDao ul li {
		border-left: transparent;
		border-top: 1px solid rgb(112, 112, 112, 0.3);
		padding-top: 20px;
	}

	.TongDao ul li:nth-child(1) {
		padding-top: 0px;
		border-top: transparent;
	}

	.TongDao ul li img {
		width: 30px;
		height: 30px;
	}

	.LiuCheng_Max ul li img {
		width: 25px;
		height: 40px;
	}

	.LiuCheng_Max {
		padding: 25px 15px;
	}

	.LiuCheng_r {
		margin-left: 10px;
	}

	.GuShi_Max_Rimn .swiper-button-next,
	.GuShi_Max_Rimn .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	.GuShi::after {
		display: none;
	}

	.mySwiper .swiper-slide {
		width: 80% !important;
	}

	.GuShi_Max_Rimn {
		width: 60px;
	}

	.mySwiper2 {
		width: calc(100% - 80px);
	}

	.mySwiper_Banner .swiper-pagination {
		bottom: 5px !important;
	}

	#certify .swiper-container {
		width: calc(100% - 50px);
	}

	#certify .swiper-button-next svg,
	#certify .swiper-button-prev svg {
		width: 15px;
		height: auto;
	}

	.QieHuan_Text {
		grid-template-rows: repeat(4, 1fr);
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		aspect-ratio: 5 / 9;
	}

	.QieHuan_Img:nth-child(1) {
		grid-area: 1 / 1 / 3 / 3;
	}

	.QieHuan_Img:nth-child(2) {
		grid-area: 3/1/4/2;
	}

	.QieHuan_Img:nth-child(3) {
		grid-area: 3/2/4/3;
	}

	.QieHuan_Img:nth-child(4) {
		grid-area: 4/1/5/2;
	}

	.QieHuan_Img:nth-child(5) {
		grid-area: 4/2/5/3;
	}
	.QieHuan_foo{
		padding: 15px;
	}
	.QieHuan_foo_i img{
		width: 30px;
	}
	.QieHuan_foo_i p{
		margin-top: 10px;
	}
	.Xian_InXinWen ul,
	.Xian_TiYanu ul{
		width: 100%;
		margin-top: 15px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
	}
	.Xian_InXinWen ul li,
	.Xian_TiYanu ul li{
		width: 100%;
		text-align: center;
		border-radius: 0px;
	}
	.InXinWen_Text ul{
		width: 100%;
		flex: initial;
		margin-left: auto;
	}
	.InXinWen_Team{
		width: 60px;
	}
	.InXinWen_Team h2{
		font-size: 24px;
	}
	.InXinWen_Team p{
		font-size: 12px;
	}
	.InXinWen_Right{
		margin-left: 10px;
	}

	.footer_ul {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		margin-bottom: 5px;
	}

	.footer_top {
		width: 100%;
		overflow: hidden;
		background: #00000050;
		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;
	}

	.Erweima{
		width: 120px;
		margin: auto;
		margin-top: 20px;
	}

	.beian_max p {
		width: 100%;
		text-align: center;
		line-height: 2;
	}
	.zhuanmai_L{
	    width: 100px;
	}

}