@media screen and (max-width: 1670px) {
	.show,
	.hertre_cen{
		width: calc(100% - 30px);
	}
	.hertre{
		height: 80px;
	}
	.logo{
		width: 100px;
	}
	.nav ul li{
		font-size: 14px;
	}
	.lodl,
	.cg ul,
	.show{
		padding-top: 80px;
	}
	.banner_text{
		margin-top: 40px;
	}
}
@media screen and (max-width: 1200px) {
	:root {
		--max: calc(100% - 30px);
		--size14: 14px;
		--size16: 14px;
		--size18: 16px;
		--size20: 18px;
		--size24: 20px;
		--size30: 24px;

		--top30: 30px;
		--top60: 50px;
		--top100: 80px;
	}
	.nav ul li{
		font-size: 12px;
		margin-left: 15px;
	}
	.zhaopin_list{
		width: 20%;
	}
	.daiyu {
		width: 20%;
	}
	.neirong {
		width: 20%;
	}
	.yjydt_text{
		padding: 20px;
	}
	.yjydt_l{
		width: 60px;
		height: 60px;
	}
	.yjydt_l h2{
		font-size: 30px;
	}
	.yjydt_l p{
		font-size: 12px;
		margin-top: 0px;
	}
	.yjydt_r{
		width: calc(100% - 70px);
	}
	.yudt_list ul li img{
		width: 130px;
	}
	.yudt_r{
		width: calc(100% - 140px);
	}
	.yudt_r p{
		-webkit-line-clamp: 3;
	}
	.gs_max>span{
		font-size: var(--size20);
	}
	.footer_bottom ul{

        grid-template-columns: repeat(10,1fr);

    }
}

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

		--top30: 30px;
		--top60: 40px;
		--top100: 50px;
	}
	.an {
		display: block;
	}

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

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

	.nav_ul {
		position: static;
		width: 100%;
		padding-top: 0px;
		transition: auto;

	}

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

	.lodl,
	.cg ul,
	.show{
		padding-top: 0px;
	}
	body {
		padding-top: 60px;
	}
	.zhaopin ul li:nth-child(1){
		display: none;
	}
	.bumen{
		width: 100%;
		border-bottom: 4px solid rgba(239, 243, 251, 1);
	}
	.xinzi{
		border: transparent;
	}
	.banner_text,
	.zhaopin ul li:nth-child(2){
		margin-top: 0px;
	}
	.banner_text h1{
		font-size: 18px;
	}
	.banner_text p{
		font-size: 14px;
		margin-top: 10px;
	}
	.banner_text p::after{
		margin-top: 10px;
	}
	.footer_bottom ul{

        grid-template-columns: repeat(7,1fr);

    }
}


@media screen and (max-width: 768px) {
	:root {
		--size14: 12px;
		--size16: 12px;
		--size18: 12px;
		--size20: 14px;
		--size24: 16px;
		--size30: 18px;
		--top20: 10px;
		--top30: 20px;
		--top60: 25px;
		--top100: 30px;
	}

	
	.form form input{
		width: 100%;
		height: 50px;
		border: 1px solid;
		border-image: linear-gradient(159deg, rgba(171, 220, 255, 1), rgba(102, 171, 255, 1)) 2 2;
	}
	.form form textarea{
		height: 100px;
		border: 1px solid;
		border-image: linear-gradient(159deg, rgba(171, 220, 255, 1), rgba(102, 171, 255, 1)) 2 2;
	}
	.form ul li img{
		width: 30px;
	}
	.form ul{
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.form ul li{
		width: 100%;
		padding: 20px;
		border: 1px solid;
		border-image: linear-gradient(159deg, rgba(171, 220, 255, 1), rgba(102, 171, 255, 1)) 2 2;
	}
	
	.zhaopin_list{
		padding: 20px;
	}
	.didian,
	.neirong,
	.xinzi,
	.jianli{
		width: 100%;
		border: transparent;
		border-bottom: 4px solid rgba(239, 243, 251, 1);
	}
	.jianjie_max i{
		width: 50px;
		height: 30px;
	}
	.jianjie_max i::before{
		font-size: 12px;
	}
	.sdt ul{
		grid-template-columns: repeat(2,1fr);
	}
	.gg h2,
	.gg p{
		text-align: left;
	}
	.fc_swiper .swiper-slide{
		gap: 10px;
	}
	.fual ul{
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
	}
	.fual_icon img{
		width: 30px;
	}
	.fujs_swiper .swiper-slide{
		width: 70%;
	}
	.yudt_list ul,
	.yjydt ul{
		grid-template-columns: repeat(1,1fr);
		gap: 15px;
	}
	.fujs_swiper{
		margin-top: 0px;
	}
	.yudt_list ul li img{
		width: 100px;
	}
	.yudt_r{
		width: calc(100% - 110px);
	}
	.yudt_r p{
		-webkit-line-clamp: 2;
	}
	.yudt_q ul li{
		width: 50%;
		text-align: center;
		font-size: 12px;
		line-height: 2;
	}
	.redian{
		margin: var(--top100) auto;
	}
	.redian_l{
		width: 100%;
	}
	.redian_r{
		width: 100%;
		padding: 0;
		margin-top: 25px;
	}
	.fangan ul,
	.fangan ul:nth-child(3){
		grid-template-columns: repeat(1, 1fr); 
	}
	.fangan ul li .fangan_text p,
	.fangan ul li .fangan_text a{
		max-height: 200px;
		opacity: 1;
		margin-top: var(--top20);
	}
	.show_l{
		display: none;
	}
	.show_r{
		width: 100%;
	}
	.tupian ul,
	.cg ul{
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}
	.gs_max{
		padding: 30px 20px;
		margin: 30px auto;
		float: none;
	}
	.gs_max ul{
		grid-template-columns: 1fr 1fr;
	}
	.footer_ul{
		width: 33.33%;
	}
	.footer_r{
		width: 100%;
		margin-top: 30px;
	}
	.footer_top ul{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 10px;
	}
	.work_file,
	.upboxlae{
		width: 100px;
	}
	.show_r>p span{
		width: 100%;
	}
	.footer_bottom ul{

        grid-template-columns: repeat(4,1fr);

    }
}