*{margin: 0;padding: 0;}

a{text-decoration: none !important;}

ul{list-style: none;}

body{
	width: 100%;
	height: 100%;
}

/*详情页*/
.details_box{
	width: 1200px;
	//height: 1220px;
	padding-top: 15px;
	padding-left: 20px;
	margin: 0 auto;
}

.title_p{
	color: #163474;
	font-size: 20px;
	line-height: 35px;
	margin-top: 80px;
}

.title_font_p{
	color: #858585;
	font-size: 14px;
	line-height: 65px;
}

.title_font_p span{
	color: #163474;
	line-height: 35px;
}

.content_p_1{
	margin-top: 25px;
	color: 000000;
	font-size: 16px;
	text-indent: 45px;
	line-height: 35px;
}

.content_p{
	color: 000000;
	font-size: 16px;
	text-indent: 45px;
	line-height: 35px;
}

.content_small_p{
	text-indent: 60px;
	color: 000000;
	font-size: 16px;
	line-height: 35px;
}

.content_big_p{
	color: 000000;
	font-size: 16px;
	text-indent: 50px;
	line-height: 35px;
}

.btn_box{
	width: 60%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-top: 60px;
}

@media(max-width:980px){
	.big_box{
		width: 100%;
		height: 34rem;
	}
	
	.box{
		width: 100%;
		height: 100%;
		padding-top: 0.8rem;
	}
	
	.top{
		height: 1.7rem;
	}
	
	.details_box{
		width: 100%;
		height: 29rem;
		padding: 0;
	}
	
	.top_title{
		font-size: 0.38rem;
		text-align: center;
	}
	
	.top_title a{
		font-size: 0.38rem;
	}
	
	.top_content{
		margin-top: 0.4rem;
		text-align: center;
		padding: 0;
		font-size: 0.3rem;
	}
	
	.title_font_p{
		text-align: center;
		font-size: 0.3rem;
		line-height: 0.5rem;
	}
	
	.title_p{
		padding: 0;
		font-size: 0.38rem;
		margin-top: 0.38rem;
		text-align: center;
	}
	
	.content_p{
		font-size: 0.28rem;
		padding: 0;
		text-indent: 0.5rem;
		line-height: 0.7rem;
	}
	
	.content_p_1{
		font-size: 0.28rem;
		line-height: 0.7rem;
	}
	
	.content_small_p{
		font-size: 0.28rem;
		line-height: 0.7rem;
	}
	
	.btn_box{
		width: 70%;
		margin-top: 0.5rem;
	}
	
	.prev{
		height: 1rem;
		line-height: 0.5rem;
		font-size: 0.20rem;
	}
	
	.next{
		height: 1rem;
		line-height: 0.5rem;
		font-size: 0.20rem;
	}
}