@media screen and (max-width: 1400px) {
	.xinw,
	.hz {
		width: calc(100% - 30px);
	}
}

@media screen and (max-width: 1250px) {
	:root {
		--max: calc(100% - 30px);
		--font48: 40px;
		--font34: 30px;
		--font18: 16px;
		--font16: 14px;
		--font14: 12px;
		--line36: 30px;
		--margin60: 40px;
		--top40: 30px;
	}
	.dg_l{
		width: 400px;
	}
	.dg_l h1{
		font-size: 60px;
	}
	.dg_ul{
		width: calc(100% - 400px);
	}
	.dg_r>img{
		width: 300px;
	}
}

@media screen and (max-width: 992px) {
	:root {
		--max: calc(100% - 30px);
		--font48: 30px;
		--font34: 20px;
		--font24: 20px;
		--font18: 14px;
		--font16: 14px;
		--font14: 12px;
		--line36: 26px;
		--margin60: 20px;
		--top40: 20px;
	}

	.content {
		margin: 0 20px;
		padding-left: 20px;
	}

	.content a {
		width: 120px;
		line-height: 36px;
	}

	.nav ul li {
		margin-right: 20px;
	}

	.logo {
		width: 100px;
	}

	.hz_swiper .swiper-slide {
		height: 12vw;
		box-shadow: 2px 3px 3px 1px rgb(0,0,0,0.1);
	}
	.mySwiper_xw,
	.hz_swiper .mySwiper_hz{
		width: calc(100% - 50px);
	}
	.hz_swiper .swiper-button-next,
	.hz_swiper .swiper-button-prev,
	.xw_swiper .swiper-button-next,
	.xw_swiper .swiper-button-prev {
		width: 20px;
		height: 20px;
	}
	.lx_l{
		width: 400px;
	}
	.lx_r{
		width: calc(100% - 420px);
	}
	.twp_fen{
		justify-content: space-between;
	}
	.twp_fen a{
		width: 32%;
		margin: 0;
	}
	.twp ul li img{
		height: 150px;
	}
	.dg_l{
		width: 100%;
	}
	.dg_ul,
	.dg_r{
		width: 100%;
	}
	.dg_r ul{
		width: 100%;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.dg_r ul li{
		width: max-content;
		margin-top: 0px;
	}
	.dg_r>img{
		width: calc(100% - 100px);
		height: 400px;
	}
	.dg_te p{
		height: 300px;
	}
	.dg_l a{
		margin-top: 20px;
	}
	.dg_l h1{
		font-size: 10vw;
	}
	.cg{
		width: 100%;
	}
	
	.dg_l{
		width: var(--max);
		margin: auto;
	}
	.dg_r ul{
		width: var(--max);
		margin: 20px auto;
	}
	.mySwiper_xw img{
		height: 35vw;
	}
	.misdkdfoi a{
	    margin-top: 20px;
	}

}


@media screen and (max-width: 768px) {
	.an {
		display: block;
	}



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

	.nav {
		width: 100%;
		top: 70px;
		height: calc(100% - 70px);
		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%;
		float: none;
		text-align: center;
		border-bottom: 1px rgb(0, 0, 0, 0.1) solid;
		line-height: 60px;
		margin-right: 0px;
	}

	.nav ul li:last-child {
		display: block;
	}

	.content {
		display: none;
	}

	.nav_ul {
		position: static;
		width: 100%;
		left: 0%;
		padding-bottom: 20px;
		transform: translate(0%,0%);
	}

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

	body {
		padding-top: 70px;
	}

	.en {
		margin-right: 60px;
		padding-right: 25px;
	}

	.en p {
		background: none;
		padding-right: 0px;
	}

	.suosou {
		margin-left: auto;
		margin-right: 15px;
	}

	.lx_l{
		width: 100%;
	}
	.twp,
	.wenzi,
	.lx_r{
		width: 100%;
		margin-top: 20px;
	}
	.lx_r form label{
		margin-bottom: 10px;
	}
	.lx_r form label p{
		width: 100%;
		text-align: left;
	}
	.lx_r form label input{
		width: 100%;
		height: 45px;
	}
	.lx_r form label textarea{
		width: 100%;
		margin-top: 10px;
		height: 100px;
	}
	.wenzi ul,
	.xg,
	.fl_r ul,
	.twp ul,
	.fa ul{
		justify-content: space-between;
		margin-top: 10px;
	}
	.twp ul li,
	.wenzi ul li,
	.xg_max,
	.fl_r ul li,
	.fa ul li{
		width: calc(50% - 5px);
		margin-top: 10px;
		margin-left: 0%;
	}
	.twp ul li img{
		height: 30vw;
	}
	.fl_l ul li{
		padding: 15px 0;
	}
	.fl_r ul li img{
		height: 30vw;
	}
	.xg_img{
		height: 30vw;
	}
	.xg_img img{
		max-width: 80%;
		max-height: 70%;
	}
	.fl_r ul li h1{
		margin-top: 10px;
	}
	.fa_img{
		height: 15vw;
	}
	.fl_l{
		width: 100%;
	}
	.fl_r{
		width: 100%;
		margin-top: 20px;
	}
	.xg_max p{
		margin: 10px auto;
		padding: 0 10px;
	}
	.cp_r ul li:nth-child(-n+3){
		margin-top: 10px;
	  }
	  .cpxq_l{
		width: 100%;
		height: 50vw;
	  }
	  .cpxq_r{
		width: 100%;
		margin-top: 20px;
	  }
	  .cpxq_r a{
		margin-top: 20px;
	  }
	  .wenzi_x{
		height: 150px;
	  }
	  .xinwen_max img{
		width: 100%;
		padding: 10px;
	  }
	  .xinwen_r{
		width: 100%;
		padding: 15px 10px;
	  }
	  .xinwen_r>p{
		width: 100%;
	  }
	  .xinwen_mou{
		width: 100%;
		margin-top: 10px;
	  }
	  .xw_shwo>h1{
		text-align: left;
		font-size: 16px;
	  }
	  .tink p{
		width: 100%;
		margin: 0;
		line-height: 26px;
		text-align: left;
	  }
	  .xw_shwo_text{
		margin-top: 20px;
	  }
	  .hz_tem{
		width: 100%;
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	  }
	  .hz_tem p{
		font-size: 14px;
	  }
	  .hz_r{
		width: 100%;
		padding: 20px;
	  }
	  .xinw_top a{
		display: none;
	  }
	  .djisu{
		display: block;
	  }

	  .xin_bottom>ul{
		width: 100%;
	  }
	  .xin_bottom>ul>li{
		width: 100%;
		margin-bottom: 20px;
	  }
	  .xin_r{
		width: 100%;
	  }
	  .dg_l p{
		font-size: 17px;
	  }

}