*{margin: 0;padding: 0;}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}
.big_box{
	overflow: hidden;
	width: 100%;
	background: url(../img/777.jpg) center bottom no-repeat;
}

.box{
	width: 1110px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 65px;
	padding: 0 65px 100px 25px;
}

.title_p{
	font-size: 36px;
	color: #306bb1;
	margin-top: 115px;
}

.title_font_p{
	font-size: 20px;
	color: #adadad;
	margin-top: 8px;
}

.content_head{
	margin-top: 50px;
	color: #0c0c0c;
	font-size: 16px;
	line-height: 35px;
	text-indent: 32px;
}

.content_second{
	margin-top: 40px;
	color: #0c0c0c;
	font-size: 16px;
	line-height: 35px;
	text-indent: 32px;
}

.content_third{
	margin-top: 40px;
	color: #0c0c0c;
	font-size: 16px;
	line-height: 35px;
	text-indent: 32px;
}

.content_fourth{
	margin-top: 40px;
	color: #0c0c0c;
	font-size: 16px;
	line-height: 35px;
	text-indent: 32px;
}

.content_end{
	margin-top: 40px;
	color: #0c0c0c;
	font-size: 16px;
	line-height: 35px;
	text-indent: 32px;
}

@media(max-width: 980px) {
	.big_box{
		width: 100%;
		height: 100%;
	}
	
	.box{
		width: 100%;
		height: 100%;
		padding: 0;
		box-sizing: border-box;
		padding-left: 2%;		
	}
	
	.title_p{
		margin-top: 1.5rem;
		font-size: 0.45rem;
	}
	
	.Floor_navigation{
		display: none;
	}
	
	.title_font_p{
		font-size: 0.4rem;
	}
	
	.content_head{
		margin-top: 0.4rem;
		font-size: 0.4rem;
	}
	
	.content_second{
		margin-top: 0.4rem;
		font-size: 0.4rem;
	}
	
	.content_third{
		margin-top: 0.4rem;
		font-size: 0.4rem;
	}
	
	.content_fourth{
		margin-top: 0.4rem;
		font-size: 0.4rem;
	}
	
	.content_end{
		margin-top: 0.4rem;
		font-size: 0.4rem;
	}
}
