/* body{
	margin: 0;
	background-color: #EEEEEE;
} */
.containerzz{
	width: 600px;
	height: 500px;
	/* border: 1px solid white; */
	margin: 50px auto;
	position: relative;
	    left: -600px;
	    z-index: 0;
}
.contentzz{
	font-size: 100px;
	text-align: center;
	color: #EEEEEE;
	position: absolute;
	user-select: none;
	transition: all 0.5s;
	
}
.zzright{
	    float: right;
	    width: 500px;
		margin-top: -420px;
		margin-left: 100px;
}
.IndexBlockD .container .zzright .pic img{
	width: 420px;
}
.IndexBlockD .container .title-honor{
	font-size: 2.5rem;
	margin-top: 30px;
	    color: #0065b9;
}
.IndexBlockD .container .note{
	font-size: 1rem;
	margin-top: 40px;
}
.IndexBlockD .container .TitHead{
	float: left;
	    margin-left: 180px;
	    margin-top: 30px;
}

@media (max-width: 768px){
	.containerzz{
		max-width: 100%;
		height: 500px;
		/* border: 1px solid white; */
		margin: 0px auto;
		position: relative;
		left: -320px;
		    margin-top: -35px;
			
	}
	.contentzz{
		font-size: 100px;
		text-align: center;
		color: #EEEEEE;
		position: absolute;
		user-select: none;
		transition: all 0.5s;
		
	}
	.zzright{
		    float: right;
		    max-width: 100%;
			margin-top: 50px;
			margin-left: 10px;
	}
	.IndexBlockD .container .zzright .pic img{
		width: 420px;
	}
	.IndexBlockD .container .title-honor{
		font-size: 2.3rem;
		margin-top: 30px;
		    color: #0065b9;
	}
	.IndexBlockD .container .note{
		font-size: 1rem;
		margin-top: 40px;
	}
	.IndexBlockD .container .TitHead{
		float: left;
		    margin-left: 120px;
		    margin-top: 30px;
			margin-bottom: 30px;
	}
}
