@media screen and (max-width: 1200px) {
	:root {
		--max: calc(100% - 20px);
		--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;
	}

	.erji_l {
		width: 250px;
	}

	.erji_r {
		width: calc(100% - 270px);
	}



	.dini {
		bottom: 20px;
	}

	.rent_max {
		width: 200px;
	}

	.rent_Swiper {
		width: calc(100% - 200px);
	}

	.inCchan_max::after {
		height: 250px;
	}
}

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

	.zizhi_l {
		width: calc(100% - 250px);
	}

	.zizhi_r {
		width: 250px;
	}

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

	.zizhi_l .swiper-button-next {
		left: 50px;
	}

	.zizhi_l .swiper-button-next:after,
	.zizhi_l .swiper-button-prev:after {
		font-size: 12px;
	}
		.logo {
		width: 100px;
	}
}


@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;
	}
	
	.logo{
	    width: 120px;
	}

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

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

	.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: 0;
	}
	
		.nav ul li svg {
		display: block;
		transform: rotate(0deg);
	}

	.nav_ul {
		position: static;
		width: 100%;
		padding-top: 0px;
		transition: auto;
		transform: translate(0%,0%);
	box-shadow: inherit;
	}

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



	.header_r {
		margin-right: 60px;
	}

	.suosou {
		width: 16px;
	}

	.en {
		background-size: 16px 16px;
		padding-left: 46px;
	}



	body {
		padding-top: 60px;
	}

	.prev,
	.shwo,
	.lainxi {
		padding: 15px;
	}

	.hezuo_max img,
	.shwoChanLeft,
	.erji_l,
	.xinwen_tame,
	.lianxi_l {
		width: 100%;
	}

	.hezuo_r,
	.shwoChanTop>img,
	.erji_r,
	.xinwen ul li a img,
	.lianxi_r {
		width: 100%;
		margin-top: 20px;
	}

	.lianxi_l ul li {
		width: 100% !important;
	}

	.lianxi_l ul li h2::before {
		margin-bottom: 10px;
	}

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

	.xinwen_l p {
		font-size: 14px;
	}

	.xinwen_l {
		width: 100px;
	}

	.xinwen_l::after {
		width: 30px;
		top: 9px;
	}

	.xinwen_c {
		width: calc(100% - 120px);
	}

	.mySwiper .swiper-button-next {
		right: 10px;
	}

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



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

	.shebei ul li {
		width: 100%;
		text-align: center;
		padding: 0;
		line-height: 36px;
	}

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

	.chanpin ul li img {
		aspect-ratio: 4 / 4;
	}

	.maodian h2 {
		width: 100%;
	}

	.maodian ul {
		width: 100%;
		margin-top: 10px;
		justify-content: space-evenly;
	}

	.jieshao>span,
	.jieshao>h2 {
		padding: 0;
	}

	.jieshao ul {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.jieshao ul li h2 {
		font-size: 24px;
	}

	.wenhua {
		background-size: 80% auto;
	}

	.wenhua_max {
		width: 80%;
		padding: 30px;
	}

	.zizhi_max {
		width: 100%;
		padding: 20px;
	}

	.zizhi_l {
		width: 100%;
	}

	.zizhi_r {
		width: calc(100% - 80px);
		height: auto;
		margin: auto;
		overflow: hidden;
		padding: 10px 10px !important;
	}

	.zizhi_l_max {
		position: static;
	}


	.Swiper_l {
		width: calc(100% - 150px);
	}

	.Swiper_zizhi_z .swiper-slide img {
		width: 130px;
	}

	.Swiper_zizhi_r .swiper-slide {
		padding: 10px 0;
	}

	.Swiper_zizhi_r {
		padding: 0;
	}

	.zizhi_l .swiper-button-next,
	.zizhi_l .swiper-button-prev {
		bottom: 30px;
		z-index: 100;
		position: absolute;
		left: 10px;
	}

	.zizhi_l .swiper-button-next {
		left: auto;
		right: 10px;
	}

	.zizhi_l .swiper-button-prev:after {
		transform: rotate(0deg);
	}

	.zizhi_l .swiper-button-next:after {
		transform: rotate(0deg);
	}

	.mySwiper_banner_text p {
		margin-top: 10px;
	}

	.mySwiper_banner_text a {
		width: 40px;
		margin-top: 15px;
	}

	.dini {
		display: none;
	}

	.inCchan_max {
		max-width: 100%;
		padding: 30px 0;
	}

	.inCchan_max>h2,
	.inCchan_max>p {
		padding: 0 15px;
	}

	.rent_r {
		margin-top: 20px;
	}

	.rent_Swiper .swiper-slide {
		width: 60%;
	}

	.rent_max {
		width: calc(100% - 30px);
		margin: auto;
		margin-top: 0px;
	}

	.rent_Swiper {
		width: calc(100% - 15px);
		margin-top: 20px;
		margin-right: 0px !important;
	}

	.inShengbei_parbn .swiper-button-next,
	.inShengbei_parbn .swiper-button-prev,
	.rent_max .swiper-button-next,
	.rent_max .swiper-button-prev {
		width: 40px;
		height: 36px;
	}

	.inShengbei_parbn .swiper-button-next::after,
	.inShengbei_parbn .swiper-button-prev::after,
	.rent_max .swiper-button-next::after,
	.rent_max .swiper-button-prev::after {
		font-size: 12px;
	}

	.rent_max .swiper-button-next {
		margin-left: 20px;
	}

	.rent_Swiper .swiper-slide a {
		margin-top: 5px;
	}

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

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

	.rongyu_max .swiper-button-next,
	.rongyu_max .swiper-button-prev {
		width: 30px;
		height: 30px;
	}

	.inShengbei_text {
		width: 100%;
		padding: 20px;
	}

	.inShengbei_l {
		width: 100%;
	}

	.inShengbei_r {
		width: 100%;
		margin-top: 20px;
	}

	.inShengbei_Swiper .swiper-slide p,
	.inShengbei_Swiper .swiper-slide a {
		margin-top: 15px;
	}
	.inXinwen ul li a{
		width: 40px;
		height: 36px;
	}
	.inXinwen ul{
		grid-template-columns: 1fr;
	}
	.tel p{
		width: 100%;
		line-height: 2;
	}
	.maodian{
	    top: 60px;
	}

	.erji_max{
		margin: auto;
		float: none;
	}

}