*{margin: 0;padding: 0;}

a{
	text-decoration: none;
	color: #163474;
}

ul{
	list-style: none;
}

.big_box{
	width: 100%;
	overflow: hidden;
	background-size: 100% 110%;
	box-sizing: border-box;
	padding: 80px 0;
	background: #fafafa;
}

.box{
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}

/*楼层导航*/
.Floor_navigation{
	position: fixed;
	top: 20%;
	right: 40px;
	width: 80px;
	height: 290px;
	z-index: 1111;
}

.floor:hover{
	background-color: #163474;
	cursor: pointer;
}

.floor:nth-child(1){
	background-color: #163474;
}

.floor{
	width: 80px;
	height: 70px;
	line-height: 70px;
	margin-bottom: 4px;
	background-color: #888888;
	text-align: center;
}

.floor img{
	 vertical-align: middle;
}

.new_box{
	width: 100%;
	height: 100%;
}

.bot_top{
	width: 100%;
	height: 60px;
	margin-bottom: 30px;
}

input::-webkit-input-placeholder{
	color: #6a6a6a;
	font-size: 20px;
}

.job_input{
	width: 560px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #6A6A6A;
	border: none;
	background-color: #e7e8e8;
	padding-left: 20px;
	box-sizing: border-box;
}

.select_btn{
	margin-left: 30px;
	width: 155px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background-color: #417abc;
	border: none;
}

.reset_btn{
	margin-left: 30px;
	width: 155px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background-color: #9dbfe6;
	border: none;
}

.select_btn:hover{
	background-color: #417abc;
}

.reset_btn:hover{
	background-color: #417abc;
}

.box_center{
	width: 100%;
}

.ul_list{
	width: 100%;
	height: 100%;
}

.ul_list_li{
	text-align: center;
	height: 55px;
	line-height: 55px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.ul_list span{
	display: inline-block;
	width: 60px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	background-color: #b5b5b5;
	color: #f2f2f2;
	font-size: 24px;
}

.ul_list i{
	width: 170px;
	color: #000000;
	font-size: 20px;
	font-style: normal;
	text-align: center;
}

.ul_list em{
	width: 150px;
	color: #000000;
	font-size: 20px;
	font-style: normal;
	text-align: center;
}

.ul_list li{
	margin-top: 10px;
	background-color: white;
}

.ul_list li:hover i{
	color: #163474;
}

.ul_list li:hover em{
	color: #163474;
}

.ul_list li:hover span{
	background-color: #163474;
}

.ul_list li:nth-child(1) span{
	background-color: #163474;
}

.ul_list li:nth-child(1) i {
	color: #163474;
}

.ul_list li em{
	color: #163474;
}

.box_bottom{
	margin-top: 40px;
	width: 100%;
	height: 180px;
}

.bottom_p{
	margin-bottom: 25px;
	font-size: 16px;
	padding-left: 70px;
	color: black;
}

.bottom_p span{
	width: 750px;
	float: right;
}

.bottom_end{
	margin-top: 30px;
	font-size: 16px;
	padding-left: 70px;
	color: black;
}

@media(max-width:980px){
	.big_box{
		width: 100%;
		padding: 0;
	}
	
	.box{
		width: 100%;
		height: 100%;
		padding-top: 1rem;
	}
	
	.bot_top{
		height: 3rem;
		margin-bottom: 0.4rem;
	}
	
	.job_input{
		width: 100%;
	}
	
	.select_btn{
		width: 3rem;
		height: 1.2rem;
		line-height: 1.2rem;
		margin-left: 1.5rem;
		margin-top: 0.3rem;
	}
	
	.reset_btn{
		width: 3rem;
		height: 1.2rem;
		line-height: 1.2rem;
		margin-top: 0.3rem;
	}
	
	.ul_list_li{
		height: 1rem;
		line-height: 1rem;
		font-size: 0.38rem;
	}
	
	.ul_list span{
		height: 1rem;
		line-height: 1rem;
	}
	
	.ul_list li i{
		font-size: 0.24rem;
	}
	
	.ul_list li em a{
		font-size: 0.32rem;
	}
	
	.box_bottom{
		height: 7rem;
	}
	
	.bottom_p{
		padding: 0;
		width: 100%;
		font-size: 0.34rem;
		margin-bottom: 0.3rem;
	}
	
	.bottom_p span{
		float: none;
		text-align: center;
		padding: 0;
		width: 100%;
		line-height: 0.8rem;
	}
	
	.bottom_end{
		font-size: 0.34rem;
		text-align: center;
		padding: 0;
		margin-top: 0;
	}
}
