.midd{
	width: 1350px;
	/* background-color: pink; */
	margin: 0 auto;
}
.parta{
	display: block;
	float: left;
	width: 330px;
	height: 170px;
	margin-top: 20px;
	margin-right: 10px;
	border-radius: 20px;
	/* background-color: skyblue; */
}
.part{
	position: relative;
	width: 330px;
	height: 170px;
	margin-top: 20px;
	border-radius: 20px;
	/* background-color: royalblue; */
}
.parta:last-child{
	margin-right: 0;
}
.partimg{
	position: absolute;
	top: 8%;
	left: 40%;
	width: 60px;
	height: 60px;
	/* background-color: palegoldenrod; */
}
.parta:hover .partimg{
	top: 0;
}
.partimgdown{
	position: absolute;
	display: block;
	font-size: 18px;
	color: white;
	letter-spacing: 1px;
	text-align: center;
	width: 100px;
	height: 25px;
	top: 45%;
	left: 34%;
	/* background-color: pink; */
}
.partimgddown{
	position: absolute;
	display: block;
	width: 155px;
	height: 20px;
	color: white;
	font-size: 12px;
	text-align: center;
	letter-spacing: 2px;
	bottom: 25%;
	left: 25%;
	/* background-color: red; */
}
#elegant{
	display: inline-block;
	width: 125px;
	height: 35px;
	margin-top: 20px;
	/* background-color: pink; */
}
	
.elegantRight{
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	height: 95%;
	width: 350px;
	background-color: rgb(242,244,248);
}
.elegangRightimg{
	width: 100%;
	height: 45%;
}

.rightImage{
	float: left;
	margin: 25px 13px;
	width: 500px;
	height: 240px;
}
.leftLetter{
	float: left;
	margin: 25px 13px;
	width: 765px;
	height: 240px;
	/* background-color: pink; */
}
.mostfooter{
	padding-top: 32px;
}
.mostfooter .down{
	width: 620px;
	height: 30px;
	/* background-color: pink; */
	margin: 0 auto;
}