.head_xiangying{
	display: none;
}

@media(max-width: 980px) {
	html{font-size: 62.5%;}
	
	/*head*/
	/*头部*/
a{
	text-decoration: none;
}
	
.head_box {
	width: 100%;
	height: 1.5rem;
	background-color: #fafafa;
	position: absolute;
	z-index: 1000;
	position: fixed;
	top: 0;
}

.head_content {
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	margin: 0 auto;
	background-color: #fafafa;
}

.head_left {
	float: left;
	height: 1.5rem;
	width: 80%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.head_img{
	margin-left: 4%;
	width: 80%;
	height: 100%;
}

.head_center .head_ul {
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_center .head_ul li{
	box-sizing: border-box;
	padding: 0px 14px;
	text-align: center;
	transition: all 0.3s;
	height: 45px;
	line-height: 45px;
	margin: 0 5px;
	/*border-right: 1px solid #dfdfdf;
	border-right-height: 2px;*/
}

.head_center .head_ul li:nth-child(9){
	background: #163474;
	border-radius: 5px;
}

.head_center .head_ul li:nth-child(9) a{
	color: white;
}

.head_center .head_ul li:hover{
	background: #163474;
	height: 75px;
	line-height: 75px;
}

.head_center .head_ul li:hover a{
	color: white;
}

.head_right{
	display: none;
}

.head_xiangying{
	width: 20%;
	height: 100%;
	right: -20%;
	position: fixed;
	z-index: 1000;
	top: 1.5rem;
}

.xiangying_ul{
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.4);
}

.xiangying_ul li{
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
}

.xiangying_ul li a{
	text-decoration: none;
	color: white;
	font-size: 0.38rem;
}
	
.mianbao{
	display: block;
	width: 20%;
	float: right;
}

.mianbao img{
	vertical-align: middle;
	margin-left: 30%;
	height: 55% !important;
}
	
	/*foot*/
	.foot_box{
		height: 4.6rem;
		overflow: hidden;
	}
	
	.foot{
		width: 100%;
		height: 4.6rem;
		overflow: hidden;
	}
	
	.foot_top{
		height: 3.76rem;
	}
	
	.foot_top_left{
		display: none;
	}
	
	.foot_top_center{
		float: none;
		overflow: hidden;
		width: 100%;
		margin: 0;
		height: 30%;
		margin-top: 0.3rem;
	}
	
	.foot_top_right{
		overflow: hidden;
		width: 100%;
		height: 70%;
		float: none;
	}
	
	.p_home{
		margin-top: 0.1rem;
		font-size: 0.21rem;
		text-align: center;
		background: none;
		margin-bottom: 0.1rem;
		padding-left: 0;
	}
	
	.p_phone{
		text-align: center;
		background: none;
		font-size: 0.21rem;
		padding-left: 0;
	}
	
	.foot_top_center_p{
		display: none;
	}
	
	.foot_top_right_p{
		margin-top: 0;
		font-size: 0.21rem;
	}
	
	.foot_top_right_span{
		font-size: 0.21rem;
	}
	
	.foot_wechat_img{
		margin-top: 0.3rem;
		width: 1.6rem;
		height: 1.6rem;
	}
	
	.foot_bottom{
		height: 0.54rem;
		line-height: 0.54rem;
	}
	
	.foot_bottom_p{
		height: 0.54rem;
		font-size: 0.2rem;
		line-height: 0.54rem;
	}
	
	.Floor_navigation{
		right: 0.322rem;
		top: 10%;
		width: 0.645rem;
		height: 2.34rem;
	}
	
	.floor{
		width: 0.85rem;
		height: 0.85rem;
		line-height: 0.85rem;
	}
	
	.floor_img{
		width: 80%;
		height: 60%;
	}
}