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

	.nav ul li {
		margin-left: 5vw;
	}

	.nav ul li.nav_cen::after {
		width: 120%;
	}

	.nav ul li:hover::after {
		width: 120%;
	}

	.logo {
		width: 70px;
	}

	.hertre {
		height: 80px;
	}
	.banner_text {
		top: calc(50% + 40px);
	  }

}

@media screen and (max-width: 1250px) {
	:root {
		--max: calc(100% - 30px);
		--size14: 14px;
		--size16: 14px;
		--size18: 16px;
		--size20: 18px;
		--size24: 20px;
		--size30: 24px;

		--top30: 30px;
		--top60: 50px;
	}
}

@media screen and (max-width: 992px) {
	:root {
		--size14: 12px;
		--size16: 14px;
		--size18: 14px;
		--size20: 16px;
		--size24: 18px;
		--size30: 20px;

		--top30: 30px;
		--top60: 40px;
	}
	.xiangmu_l {
		width: 200px;
	}
	.xiangmu_r{
		width: calc(100% - 220px);
	}
	.xinwen_l{
		width: calc(100% - 270px);
	}
	.xinwen_r{
		width: 250px;
	}
	.xinwen_l ul li img{
		width: 150px;
	}
	.xinwen_text{
		width: calc(100% - 170px);
	}
}


@media screen and (max-width: 768px) {
	:root {
		--size14: 12px;
		--size16: 12px;
		--size18: 12px;
		--size20: 14px;
		--size24: 16px;
		--size30: 18px;

		--top30: 20px;
		--top60: 30px;
	}

	.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;
		font-size: 12px;
		margin-left: 0px;
	}

	.nav ul li::after {
		bottom: 0;
		background: #E60013;
	}

	.nav ul li.nav_cen::after {
		width: 100%;
	}

	.nav ul li:hover::after {
		width: 100%;
	}

	body {
		padding-top: 70px;
	}
	.banner_text{
		top: 50%;
		font-size: 20px;
		font-weight: bold;
	}
	.jieshao h2,
	.xiangmu_top h2,
	.juanzeng_cen h2,
	.juanzeng_cen h3,
	.juanzeng_top h2{
		padding-left: 30px;
		background-size: 24px auto;
		line-height: 24px;
	}
	.footer_l{
		width: 100%;
	}
	.footer_r{
		margin-top: 20px;
	}
	.xiangmu_l {
		width: 100%;
	}
	.xiangmu_r{
		width: 100%;
		margin-top: 6px;
	}
	.xiangmu_l ul li{
		line-height: 50px;
	}
	.xiangmu_l ul li.xiangmu_nav::after{
		width: 80%;
	}
	.xiangmu_r ul li img{
		width: 100%;
	}
	.xiangmu_text{
		width: 100%;
		margin-top: 20px;
	}
	.xin{
		grid-template-columns: 1fr;
	}
	.xinxia_bottom>h3,
	.xinxia_top h3{
		width: 100%;
		text-align: left;
		font-size: 20px;
	}
	.xinxia_max h2,
	.xinxia_max h3{
		width: 100%;
		text-align: left;
		font-weight: 500;
	}
	.xinxia_inpput,
	.fuwu,
	.fuwiom textarea,
	.fuwiom,
	.zhiyuan_bottom,
	.xinxia_inpput textarea,
	.xinxia_inpput>input{
		width: 100%;
	}
	.zhiyuan_top p{
		width: 130px;
	}
	.xinwen_l {
		width: 100%;
	}
	.xinwen_r{
		width: 100%;
		margin-top: 15px;
	}
	.xinwen_l ul li{
		padding: 10px;
	}
	.xinwen_l ul li img{
		width: 120px;
	}
	.xinwen_text{
		width: calc(100% - 130px);
	}
	.shijian,
	.yulan{
		width: 50%;
		margin-left: 0;
		margin-top: 15px;
	}
	.hezuo_ul ul{
		gap: 15px;
		grid-template-columns: 1fr 1fr;
	}
	.xinxi ul li{
		width: 20%;
		margin-right: 0px;
		text-align: center;
	}
	.jiandang ul li img{
	    width: 100%;
	}
	.jiandang_text{
	    width: 100%;
	    margin-top: 20px;
	}

}