@media (max-width: 1420px) and (min-width: 1020px) {
	.container {
		width: 1020px;
	}

	

}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
	
	.header_top{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.header_top_left{
		display: flex;
		align-items: center;
		order: 1;
	}
	
	.header_top_right{
		display: flex;
		align-items: center;
		order: 2;
	}
	
	.header_down {
		border-top: none;
	    height: 50px;
	   align-items: center;
	   justify-content: space-between;
        flex-direction: row;
	}
	
	.logo {
	    height: auto;
	    margin: 0;
	    font-size: 14px;
	    margin-right: 0;
		display: flex;
		align-items: center;
	}
	
	.logo-text {
 width: calc(100% - 50px) !important;
		display: flex;
		flex-direction: column;
	}
	
	.logo-subtext {
		font-size: 10px;
	}
	
	.menubtn i {
		display: block;
		width: 25px;
		height: 2px;
		background-color: #333333;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	
	.menubtn i:nth-child(1) {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	.menubtn i:nth-child(2) {
		margin-top: 4px;
	}
	
	.menubtn i:nth-child(3) {
		margin-top: 4px;
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
	}
	
	.menubtn.on i:nth-child(1) {
		-webkit-transform: rotate(28deg);
		-moz-transform: rotate(28deg);
		-ms-transform: rotate(28deg);
		-o-transform: rotate(28deg);
		transform: rotate(28deg);
	}
	
	.menubtn.on i:nth-child(2) {
		opacity: 0;
	}
	
	.menubtn.on i:nth-child(3) {
		-webkit-transform: rotate(-28deg);
		-moz-transform: rotate(-28deg);
		-ms-transform: rotate(-28deg);
		-o-transform: rotate(-28deg);
		transform: rotate(-28deg);
	}
	
	.COVER {
		width: 60%;
		height: 100%;
		background-color: #1c1c1c;
		/* display: none; */
		overflow: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0px;
		left: -100%;
		z-index: 1001;
	}
	
	.MULUS {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}
	
	.mulu {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		box-sizing: border-box;
		width: 100%;
		display: block;
	}
	
	.mulu1 {
		width: 100%;
		padding: 10px 0;
		color: white;
		font-size: 14px;
		display: flex;
		align-items: center;
	}
	.banner .swiper-pagination{
		display: flex;
		justify-content: center;
	}
	.banner .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.banne1 {
	   height: 200px;
	}
	.banne3_1 {
	    font-size: 20px;
	}
	.banne3_2 {
	    margin-top: 10px;
	    font-size: 14px;
	}
	.inde_gywm {
	    margin: 15px auto;
	}
    .inde_gywm1 span{
        font-size: 20px;


	}
	.inde_gywm1{
		width: 100%;
		position: relative;
		margin-bottom: 60px;
		text-align: center;
	}
	.inde_gywm1 span{
		display: block;
		font-weight: bold;
		font-size: 36px;
		color: #0562A7;
		position: relative;
		padding: 0 30px;
		letter-spacing: 1px;
		margin-bottom: 10px;
		text-align: center;
	}
	.inde_gywm1 span::after {
		content: '';
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translateX(-50%);
		width: 80px;
		height: 4px;
		background: linear-gradient( 225deg, #D52729 0%, #0562A7 100%);
		border-radius: 2px;
	}
	.inde_gywm1_subtitle{
		display: block;
		font-weight: 400;
		font-size: 16px;
		color: #666666;
		margin-top: 10px;
		line-height: 1.5;
		text-align: center;
		font-style: normal;
	}







	.inde_gywm2{
		display: flex;
		flex-wrap: wrap;
	}
	.inde_gywm2_2{
		width: 100%;
	}
	.inde_gywm2_3 {
	    font-size: 20px;
	}
	.inde_gywm2_4 {
	    margin-top: 10px;
	    font-size: 14px;
	    line-height: 25px;
	}
	.inde_gywm2_1 {
	    width: 100%;
	    margin-left: 0;
	}
	.inde_hxyws {
	    padding: 40px 0;
	}
	.inde_hxyw {
	    margin: 0 auto;
		padding: 0 15px;
	}
	.inde_hxyw1 {
	    margin-bottom: 40px;
	}
	.inde_hxyw1_1 {
	    font-size: 28px;
	}
	.inde_hxyw1_1::after {
	    width: 60px;
		height: 2px;
	}
	.inde_hxyw1_2 {
	    width: 80px;
	    height: 3px;
	}
	.inde_hxyw1_3 {
	    font-size: 16px;
		margin-top: 15px;
	}
	.inde_hxyw2 {
	    margin-top: 30px;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.inde_hxyw3 {
	    width: 100%;
		border-radius: 15px;
	}
	.inde_hxyw3_1 {
	    height: 200px;
	}
	.inde_hxyw3_2 {
	    height: auto;
		padding: 20px 15px;
	}
	.inde_hxyw3_3 {
	    padding: 0;
	}
	.inde_hxyw3_3_1 {
	    font-size: 20px;
	}
	.inde_hxyw3_3_2 {
	    font-size: 14px;
		line-height: 1.5;
	}
	.inde_djyl {
	    margin: 15px auto;
	}
	.inde_djyl1 {
	    margin-top: 15px;
	    font-size: 16px;
	}
	.inde_djyl2 {
	    margin-top: 10px;
	    font-size: 12px;
	}
	.inde_djyl3 {
	    width: 110px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 12px;
	    margin-top: 20px;
	}
	.inde_xwyw {
	    margin: 20px auto;
	}
	.inde_xwyw1{
		display: flex;
		flex-wrap: wrap;
	}
	.inde_xwyw3 {
	    width: 100%;
	}
	.inde_xwyw3_1 {
	    font-size: 20px;
	}
	.inde_xwyw3_2 {
	    margin-top: 10px;
	    font-size: 14px;
	    line-height: 25px;
	}
	footer {
	    border-top: 6px solid #D52729;
	    margin-top: 5px;
	}
.footer_top {
    padding: 20px 0;
     display: flex;
		flex-wrap: wrap;
		justify-content: center;
}
	.footer1{
		width: 100%;
	}
	.footer1_1 {
	    font-size: 16px;
	}
	.footer1_2 {
	    margin-top:15px;
	    font-size: 14px;
	}
	.footer1_3 {
	    height: 35px;
	    margin-top: 25px;
	}
.footer2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	.footer3 {
	    width: 100%;
	    padding: 0;
	    display: flex;
		flex-wrap: wrap;
	}
	.footer3_1 {
	    /*width:49%;*/
		margin: 10px 0;
	    margin-right: 2%;
	}
	/*.footer3_1:nth-child(2n){
		margin-right: 0;
	}*/
	.footer3_2 {
	    margin-bottom: 15px;
	    font-size: 16px;
	}
	.footer3_3 {
	    margin-bottom: 10px;
	    font-size: 14px;
	}
	.footer2_1 {
	    margin-bottom: 15px;
	    font-size: 14px;
	}
.footer_down {
    padding: 10px 0;
}
	.nybanne1 {
	   height: 200px;
	}
	.nybanne3_1 {
	    font-size: 20px;
	}
	.nybanne3_2 {
	    font-size: 16px;
	    margin-top: 10px;
	}
	.nybanne3_3 {
	    width: 30px;
	}
	.nybanne3_4 {
	    margin-top: 10px;
	    font-size: 14px;
	}
	.gywm_fl1 {
	    height: 50px;
	    line-height: 50px;
	    font-size: 14px;
	}
	.gywm_fl1.on {
	    background-size: 35px auto;
	}
	.gywm_fl1::after {
	    height: 10px;
	}
	.gywm_gsjj {
	    margin: 30px auto;
	    display:flex;
		flex-wrap: wrap;
	}
	.gywm_gsjj2{
		width: 100%;
	}
	.gywm_gsjj2_1 {
	    font-size: 20px;
	}
	.gywm_gsjj2_3 {
	    margin-top: 15px;
	    font-size: 20px;
	}
	.gywm_gsjj2_4 {
	    font-size: 14px;
	    line-height: 25px;
	    margin-top: 10px;
	}
	.gywm_gsjj1 {
	    width: 100%;
	    padding-top: 10px;
	    padding-right: 10px;
	    margin-left:0;
		margin-top: 20px;
	}
	.gywm_sjnum {
	    margin: 30px auto;
		flex-wrap: wrap;
	}
	.gywm_sjnum1 {
	    width: 50%;
		margin: 5px 0;
	}
	.gywm_sjnum1:nth-child(2n){
		border-right: none;
	}
	.gywm_sjnum2 {
	    font-size: 15px;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	.gywm_sjnum2 span {
	    font-size: 30px;
	    line-height: 30px;
	}
	.gywm_sjnum3 {
	    font-size: 12px;
	}
	.gywm_zzjg {
	    margin: 35px auto;
	}
	.gywm_zzjg1 {
	    font-size: 20px;
	}
	.gywm_zzjg2 {
	    margin-top: 35px;
	}
	.inde_fwsj {
	    margin: 15px auto;
	}
	.inde_fwsj1_1 {
	    font-size: 14px;
	}
	.inde_fwsj1_2 {
	    margin-top: 0;
	    margin-right: 5px;
	    font-size: 14px;
	}
	.inde_djyl1_1 {
	    font-size: 20px;
	}
	.inde_djyl1_2 {
	    margin-top: 10px;
	    font-size: 14px;
	}
	.inde_djyl1_3 {
	    width: 110px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 12px;
	    margin-top: 20px;
	}
	.inde_xwyw1_1 {
	    font-size: 20px;
	}
	.inde_xwyw1_2 {
	    width: 40px;
	    height: 2px;
	}
	.inde_xwyw1_3 {
	    font-size: 14px;
	}
	.inde_xwyw2 {
	    margin-top: 15px;
		flex-wrap: wrap;
	}
	.inde_xwyw4 {
	    width: 50%;
	}
	.inde_xwyw4_1 {
	    height: 175px;
	}
	.inde_xwyw4_2 {
	    height: 175px;
	}
	.inde_xwyw4_3 {
	    padding: 0 15px;
	}
	.inde_xwyw4_3_1 {
	    font-size: 20px;
	}
	.inde_xwyw4_3_2 {
	    font-size: 14px;
	}
.employment-bridge-content {
    grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
        gap: 15px;
}
.gywm_ryzz1_1{
width:100%;
margin-right: 0;
}

}