@media screen and (max-width: 1280px ) and (min-width: 960px) {
	.nav .header .header_r .search{
		display:none;
	}
	.nav .banner_list .dropdown_menu{
		min-width: 145px;
	}
}
@media screen and (max-width: 960px) {
	.nav .header{
		padding: 15px;
		min-width: 100%;
		height: 45px;
	}
	.nav .header .header_l img{
		width: 120px;
	}
	.nav .header .header_r{
		display: none;
	}
	.nav .header .header_r_wrap{
		display: block;
	}
	.nav .header_shouji{
		background-color: #101010;
		z-index: 999;
		position: absolute;
		top: 45px;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 50px;
	}
	.nav .header_shouji .span{
		padding-left: 15px;
	}
	.nav .header_shouji .staff_change a,.nav .header_shouji .pass_change a,.nav .header_shouji .search,.nav .header_shouji .tel a,.nav .header_shouji .wx_code a{
		display: flex;
		align-items: center;
		color: #ffffff;
	}
	.nav .header_shouji .wx_code .code_img{
		width: 100px;
		display: none;
	}
	.nav .header_shouji div{
		padding-bottom: 15px;
	}
	.nav .header_shouji .search input{
		border: 1px solid #ffffff;
		border-radius: 15px;
		height: 30px;
		padding-left: 15px;
		color: #ffffff;
		margin-left: 15px;
	}
	.nav .header_shouji .search button{
		background-color: #DE4C8A;
		color: #ffffff;
		width: 60px;
		height: 30px;
		line-height: 30px;
		border-radius: 20px;
		margin-left: 15px;
	}
	
	.nav .banner_list{
		padding: 0;
		min-width: 100%;
		background-color: rgb(255,255,255,0.75);
	}
	.nav .banner_list .li{
		height: 40px;
		line-height: 40px;
	}
	.nav .banner_list .li a{
		font-size: 16px;
	}
	.nav .banner_list .dropdown_menu{
		top: 40px;
	}
	.nav .banner .focus{
		height: 120px;
	}
	.nav .banner .focus > a{
		height: 100%;
	}
	.nav .banner .focus .focus_link{
		bottom: 16px;
	}
	.nav .banner .focus .focus_link img {
		width: 45px;
		margin: 0 40px;
		max-width: 100%;
	}
	.nav .banner .focus .focus_link span{
		font-size: 14px;
	}
	.banner .not_bar{
		max-width: 320px;
	}	
	.nav .swiper_img img{
		width: 100%;
		height: 258px;
	}	
	.nav .header_wrap{
		height: 100%;
	}
	.nav .swiper_img{
		height: 258px;
	}
	/* .header_r_wrap:hover .header_shouji{
		display: block;
	} */
	/* 新闻公告条 */
	.banner .not_bar{
		width: 80%;
		height: 40px;
		line-height: 40px;
		margin-top: -23px;
		left: 50%;
		margin-left: -40%;
		padding-left: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		padding-right: 30px;
	}
	.banner .not_bar img{
		width: 20px!important;
	}
	.banner .not_bar span{
		padding-left: 10px;
		font-size: 14px;
	}
	.banner .not_bar i{
		width: 8px;
		height: 8px;
		top: 16px;
		right: 16px;
	}
	
	/* 页脚 */
	.footer .wrap{
		width: 100%;
		padding: 20px;
		flex-direction: column;
	}
	.footer .wrap .box1, .footer .wrap .box2, .footer .wrap .box3{
		border-right: none;
	}
	.footer .wrap .box1 .icon img{
		width: 60px;
	}
	.footer .wrap .box1 li:nth-child(1){
		margin-right: 20px;
	}
	.footer .wrap .box1{
		margin-bottom: 20px;
	}
	.footer .wrap .box2{
		display: flex;
		justify-content: space-around;
		width: 100%;
	}
	.footer .wrap .box2 a{
		text-decoration: underline;
	}
	/* 更多 */
	.more{
		width: 120px;
		height: 24px;
		line-height: 24px;
		font-size: 10px;
	}
	/* 二维码 */
	.code_fixed{
		display: none;
	}
	/* 统一标题 */
	.title h1{
		font-size: 26px;
	}
	/* 分页 */
	.pagination{
		margin-top: 0;
	}
	.pagination li{
		margin-right: 10px;
	}
	.pagination .cur a{
		padding: 5px 8px;
	}
	.pagination li a{
		font-size: 14px;
	}
	.page{
		font-size: 14px!important;
	}
	.jump_page{
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
}
