body {
	background: #F5F5F5;
}

.home {
	padding: 30px 0 0;
	width: 1440px;
	margin: 0 auto;
}

.renwubox {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
}

.renwubox .renwu {
	height: 620px;
	width: auto;
}

.renwubox .renwujj {
	height: 620px;
	flex: 1;
}

.renwubox .renwujj .rnabox {
	width: 90%;
	margin-top: 78px;
	float: right;
}

.rnabox .title {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 36px;
	text-align: left;
	font-style: normal;
}

.rnabox .miaoshu {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 35px;
	text-align: left;
	font-style: normal;
}

.bigfull {
	width: 100%;
	height: auto;
	background: #fff !important;
}

.rnajjbox {
	padding-top: 60px;
	padding-bottom: 60px;
}



.rnajjbox p span {
	font-family: SourceHanSansCN, SourceHanSansCN;
	
	font-size: 16px;
	color: #000000;
	line-height: 35px;
	text-align: left;
	font-style: normal;
}

.rnajjbox p strong {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 36px;
	text-align: left;
	font-style: normal;
}

.rnajjbox .title {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 36px;
	text-align: left;
	font-style: normal;
}

.rnajjbox .miaoshu {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 35px;
	text-align: left;
	font-style: normal;
}
.rnajjbox .imgbox {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.rnajjbox img {
	width: 23%;
	height: auto;
	margin-top: 25px;
}


@media screen and (max-width: 600px) {

    .home{
        width: 100%;
        margin: 0;
		height: auto;
		padding: 0px;
    }
	
	.renwubox {
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
		display: block;
	}
	
	.renwubox .renwu {
		height: auto;
		width: 100%;
	}
	
	.renwubox .renwu img {
		height: auto;
		width: 100%;
	}
	
	.renwubox .renwujj {
		height: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.renwubox .renwujj .rnabox {
		width: 100%;
		margin-top: 78px;
		float: left;
	}
	
	.rnajjbox {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
	.rnajjbox img {
		width: 48%;
		height: auto;
		margin-top: 25px;
	}
	
}