@media screen and (max-width: 1450px) {
	:root {
		--max: calc(100% - 30px);
		--font45: 35px;
		--font35: 30px;
		--font30: 25px;
		--font26: 22px;
		--font20: 18px;
		--font16: 14px;
		--top100: 80px;
		--top50: 50px;
		--top30: 20px;
	  }
}

@media screen and (max-width: 1200px) {
	:root {
		--font45: 30px;
		--font35: 26px;
		--font30: 22px;
		--font26: 18px;
		--font20: 16px;
		--font16: 12px;
		--top100: 50px;
		--top50: 40px;
	  }
	  .jr_max{
		padding-right: 36%;
	  }
	  .gy_iumg{
		width: 500px;
	  }
	  .gy_r{
		width: calc(100% - 530px);
	  }
	  .gy_text,
	  .gy_r>p{
		font-size: 12px;
		line-height: 26px;
	  }
	  .swip_l{
		width: 250px;
	  }
	  .mySwiper1{
		width: 180px;
	  }
	  .swip_r{
		width: calc(100% - 280px);
	  }
	  .kfg_r{
		width: 48%;
	  }
}

@media screen and (max-width: 992px) {
	:root {
		--font45: 22px;
		--font35: 18px;
		--font30: 18px;
		--font26: 16px;
		--font20: 14px;
		--font16: 12px;
		--top100: 30px;
		--top50: 25px;
		--top30: 15px;
	  }
	  .gg p{
		margin-top: 10px;
	  }
	  .hd_img{
		width: 300px;
	  }
	  .hd_r{
		width: calc(100% - 320px);
	  }
	  .hd_ul ul li p,
	  .hd_r p{
		line-height: 26px;
	  }
	  .show>h1{
		line-height: 1.5;
		font-weight: 500;
		font-size: 16px;
	  }
	  .cp_img{
		width: calc(100% - 420px);
	  }
	  .cp_r{
		width: 400px;
	  }
	  .gy_iumg{
		width: 100%;
		margin-top: 30px;
		padding-top: 20px;
		padding-right: 20px;
	  }
	  .gy_iumg::after{
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	  }
	  .gy_r{
		width: 100%;
	  }
	  .footer_c{
		width: 350px;
	  }
	  .footer_r img{
		width: 100px;
	  }
}


@media screen and (max-width: 768px) {
	.an {
		display: block;
	}

	.logo {
		width: 100px;
	}

	.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%;
		float: none;
		text-align: center;
		border-bottom: 1px rgb(0, 0, 0, 0.1) solid;
		line-height: 60px;
		font-size: 12px;
		margin-left: 0px;
	}

	.nav ul li::after{
		bottom: 0;
		height: 3px;
	}

	body{
		padding-top: 60px;
	}
	.jr_img{
		opacity: 0.2;
		width: 100%;
	}
	.jr_max{
		padding-right: 0px;
	}
	.jr_fl p{
		width: 100%;
		margin-left: 0px;
		margin-top: 5px;
	}
	.hd_img{
		width: 100%;
	  }
	  .hd_r{
		width: 100%;
		margin-top: 20px;
	  }
	  .zs_img,
	  .hd_ul ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	  }
	  .zs_img img,
	   .hd_ul ul li{
		width: calc(50% - 5px);
		margin-top: 10px;
		margin-left: 0%;
	  }
	  .form label{
		margin-top: 20px;
	  }
	  .form label p{
		width: 100%;
		justify-content: flex-start;
	  }
	  .form label textarea,
	  .form label input{
		width: 100%;
	  }
	  .cp_img{
		width: 100%;
	  }
	  .cp_r{
		width: 100%;
		margin-top: 20px;
	  }
	  .cp_r>p{
		font-size: 12px;
		line-height: 26px;
	  }
	  .jazhi ul li{
		width: 33%;
	  }
	  .jazhi ul li h1{
		font-size: 12px;
		line-height: 40px;
	  }
	  .swip_l{
		width: 100%;
		height: 120px;
	  }
	  .mySwiper1{
		width: 100%;
		height: 50px;
	  }

	  .swip_l .swiper-button-next{
		top: auto;
		left: auto;
		right: 20%;
		bottom: 0;
		transform: rotate(90deg)
	  }
	  .swip_l .swiper-button-prev{
		top: auto;
		bottom: 0%;
		left: 20%;
		right: auto;
		transform: rotate(90deg)
	  }
	  .swip_r{
		width: 100%;
		margin-top: 20px;
	  }
	  .mySwiper1 .swiper-slide{
		font-size: 15px;
	  }
	  .swip_text{
		font-size: 12px;
		line-height: 26px;
	  }
	  .kfg_iumg{
		width: 100%;
		margin-top: 20px;
	  }
	  .kfg_r{
		width: 100%;
	  }
	  .kfg_r>p{
		font-size: 12px;
		line-height: 26px;
	  }
	  .kfg_r a{
		margin-top: 10px;
	  }

	  .numCount ul li{
		width: 50%;
		margin: 10px 0;
	  }
	  .numCount ul li:nth-child(2n+1){
		border: none;
	  }
	  .numCountmax h1{
		font-size: 30px;
	  }
	  .numCountmax span{
		font-size: 12px;
	  }
	  .numCount ul li>p{
		font-size: 14px;
	  }

	  .bt ul li img{
		width: 100%;
	  }
	  .bt_l{
		width: 100%;
		margin-top: 20px;
	  }
	  .bt_l p{
		font-size: 12px;
	  }
	  .pt ul li{
		width: 50%;
	  }
	  .pt ul li img{
		width: 70px;
	  }
	  .pt ul li h1{
		font-size: 14px;
	  }
	  .footer_l{
		width: 100%;
		border: none;
	  }
	  .footer_c{
		width: 100%;
		margin-top: 30px;
		margin-left: 0px;
	  }
	  .footer_r{
		margin-top: 30px;
	  }
	  .beian span{
		width: 100%;
		border: none;
		line-height: 2;
	  }
}