* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.big_box {
	width: 100%;
	height: 900px;
	overflow: hidden;
}

.box {
	width: 1200px;
	height: 900px;
	padding-top: 80px;
	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%;
}

.head_box_content {
	width: 100%;
	height: 260px;
}

.title_p {
	color: #306bb1;
	font-size: 36px;
}

.title_font_p {
	margin-top: 10px;
	font-size: 20px;
	color: #adadad;
	margin-bottom: 30px;
}

.content_p {
	font-size: 16px;
	color: black;
	line-height: 25px;
}

.content_box {
	width: 85%;
	margin: 0 auto;
	margin-top: 15px;
}

.top {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
}

.name_input {
	width: 470px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #6A6A6A;
	border: none;
	background-color: #e7e8e8;
	float: left;
}

.hangye_input {
	width: 470px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	padding-left: 15px;
	color: #6A6A6A;
	border: none;
	background-color: #e7e8e8;
	float: right;
}

.telephone_input {
	width: 470px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #6A6A6A;
	border: none;
	background-color: #e7e8e8;
	float: right;
}

input::-webkit-input-placeholder {
	color: #6a6a6a;
	font-size: 20px;
}

.center {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
}

.textarea_box {
	width: 100%;
	height: 180px;
	margin: 30px 0 30px 0;
}

.text_area {
	width: 100%;
	height: 100%;
	background-color: #e7e8e8;
	border: none;
	margin-bottom: 20%;
	color: #6a6a6a;
	font-size: 20px;
}

.btn_box {
	width: 100%;
	height: 80px;
}

.select_btn {
	overflow: visible;
	margin: 18px 15px;
	width: 470px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background-color: #417abc;
	border: none;
}

.reset_btn {
	margin: 18px 15px;
	width: 470px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background-color: #9dbfe6;
	border: none;
	float: right;
}

.select_btn:hover {
	background-color: #417abc;
}

.reset_btn:hover {
	background-color: #417abc;
}

@media(max-width:980px) {
	.big_box {
		width: 100%;
	}
	.box {
		width: 100%;
		height: 100%;
		padding-top: 0.5rem;
	}
	
	.title_p{
		padding: 0;
		text-align: center;
		font-size: 0.38rem;
	}
	
	.title_font_p{
		font-size: 0.34rem;
		margin-top: 0.15rem;
		margin-bottom: 0.25rem;
		text-align: center;
	}
	
	.content_p{
		font-size: 0.28rem;
		padding: 0;
	}
	
	.content_box{
		width: 100%;
		margin: 0;
		margin-top: 0.2rem;
	}
	
	.head_center{
		display: none;
	}
	
	.top{
		height: 2.15rem;
		margin-bottom: 0.15rem;
	}
	
	.name_input{
		width: 100%;
		padding: 0;
		height: 1rem;
		line-height: 1rem;
		margin-bottom: 0.15rem;
	}
	
	.telephone_input{
		width: 100%;
		padding: 0;
		height: 1rem;
		line-height: 1rem;
	}
	
	.center{
		height: 2rem;
		margin-bottom: 0.15rem;
		margin-top: 0.15rem;
	}
	
	.hangye_input{
		width: 100%;
		padding: 0;
		height: 1rem;
		line-height: 1rem;
		float: none;
		padding: 0;
		margin: 0;
		text-indent: 0.45rem;
	}
	
	.hangye_input option{
		width: 50%;
	}
	
	.textarea_box{
		margin: 0.5rem 0;
	}
	
	.btn_box{
		width: 100%;
		margin: 0;
		height: 1.5rem;
	}
	
	.select_btn{
		width: 70%;
		margin: 0;
		margin-left: 15%;
		margin-bottom: 0.3rem;
		height: 1.5rem;
		line-height: 1.5rem;
		float: none;
	}
	
	.reset_btn{
		width: 70%;
		margin: 0;
		margin-left: 15%;
		height: 1.5rem;
		line-height: 1.5rem;
		float: none;
	}
	
	.head_box_content{
		height: initial;
	}
}