@media (min-width: 1024px){
	.ywmxboxtitle{
		width: 30%;
		margin: 50px 35% 0;
	}
	
	.lhygimg{
		width: 60%;
		height: auto;
		margin: 50px 20% 0;
	}
	
	.fwboxtitle{
		width: 24%;
		margin: 50px 38% 0;
	}
	
	.fwcontentbox{
		width: 70%;
		margin: 50px 15% 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	
	.fwimg{
		width: 30%;
		height: auto;
	}
	
	.fwtextbox{
		width: 60%;
	}
	
	.fwtexttitle{
		font-size: 110%;
		font-weight: 550;
		margin-bottom: 10px;
		color: #1F1F1F;
	}
	
	.fwtextdetail{
		font-size: 80%;
		line-height: 26px;
	}
	
	.ptjsbox{
		width: 100%;
		margin: 20px 0;
		background-image: url('../img/ptjsboxbg.png');
		background-size: 100% 100%;
	}
	
	.ptjscontent{
		width: 100%;
		padding: 50px 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	.ptjsvideobox{
		width: 43%;
		padding: 40px 0 0 40px;
		margin: 0 2% 0 50px;
		background-image: url('../img/xcspbc.png');
		background-size: 100% 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}
	
	.ptjsvideoitem{
		width: 100%;
	}
	
	.ptjstextbox{
		width: 501px;
		color: #FFF;
		font-size: 120%;
		line-height: 40px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.ptjstitle{
		margin-bottom: 20px;
		font-size: 150%;
		font-weight: 550;
	}
}

@media (max-width: 1023px){
	.ywmxboxtitle{
		width: 30%;
		margin: 50px 35% 0;
	}
	
	.lhygimg{
		width: 100%;
		height: auto;
		margin: 50px 0 0;
	}
	
	.fwboxtitle{
		width: 24%;
		margin: 50px 38% 0;
	}
	
	.fwcontentbox{
		width: 100%;
		margin: 50px 0 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.fwimg{
		width: 60%;
		height: auto;
	}
	
	.fwtextbox{
		width: 90%;
		margin: 50px 0 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.fwtexttitle{
		font-size: 110%;
		font-weight: 550;
		margin-bottom: 10px;
		color: #1F1F1F;
	}
	
	.fwtextdetail{
		font-size: 80%;
		line-height: 26px;
	}
	
	.ptjsbox{
		width: 100%;
		margin: 20px 0;
		background-image: url('../img/ptjsboxbg.png');
		background-size: 100% 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.ptjscontent{
		width: 90%;
		padding: 50px 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	.ptjsvideobox{
		width: 90%;
		padding: 40px 0 0 40px;
		background-image: url('../img/xcspbc.png');
		background-size: 100% 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}
	
	.ptjsvideoitem{
		width: 100%;
	}
	
	.ptjstextbox{
		display: none;
	}
}