*{margin: 0;padding: 0;}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}

.big_box{
	overflow: hidden;
	width: 100%;
	background: url(../img/500390959_banner.png) center bottom no-repeat;
	text-align: center;
}

.box{
	width: 1320px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom:100px;
	display: inline-block;
	text-align: left;
}

.title_p{
	font-size: 36px;
	color: #306bb1;
	margin-top: 40px;
}

.title_font_p{
	font-size: 20px;
	color: #adadad;
	margin-top: 20px;
}

.content_head{
	margin-top: 50px;
	color: #0c0c0c;
	font-size: 16px;
}

.content_second{
	margin-top: 50px;
	color: #0c0c0c;
	font-size: 16px;
}

.content_third{
	margin-top: 50px;
	color: #0c0c0c;
	font-size: 16px;
}

.content_fourth{
	margin-top: 50px;
	color: #0c0c0c;
	font-size: 16px;
}

.content_end{
	margin-top: 50px;
	color: #0c0c0c;
	font-size: 16px;
}

/*楼层导航*/
.Floor_navigation{
	position: fixed;
	top: 20%;
	right: 40px;
	width: 80px;
	height: 290px;
	z-index: 1111;
}

.floor:nth-child(1){
	background-color: #163474;
}

.floor:hover{
	background-color: #163474;
	cursor: pointer;
}

.floor{
	width: 80px;
	height: 70px;
	line-height: 70px;
	margin-bottom: 4px;
	background-color: #888888;
	text-align: center;
}

.floor img{
	 vertical-align: middle;
}

/*图片*/
.img_box{
	margin-top: 150px;
	float: left;
	width: 665px;
	height: 440px;

}

.content_box_xingfu{
	float: left;
	margin-top: 150px;
	width: 620px;
	height: 440px;
	padding-left: 35px;
}

.content{
	color: #0c0c0c;
	font-size: 20px;
	margin-top: 15px;
}

.content:nth-child(1){
	margin-top: 35px;
}

.content span{
	color: #163474;
}

@media(max-width:980px){
	.big_box{
		width: 100%;
	}
	
	.box{
		width: 100%;
		height: 100%;
	}
	
	.img_box{
		float: initial;
		margin-top: 2rem;
		margin-left: 5%;
		width: 90%;
		height: 6rem;
		background-size: 90% 100%;
	}
	
	.content_box_xingfu{
		float: initial;
		margin-top: 1rem;
		width: 100% !important;
		height: initial !important;
		padding: 0;
		text-align: center;
	}
	
	.title_p{
		margin-top: 0.4rem;
		font-size: 0.38rem;
	}
	
	.title_font_p{
		margin-top: 0.3rem;
		font-size: 0.32rem;
	}
	
	.content{
		font-size: 0.28rem;
	}
}
