.guest_box{
	width: 1200px;
	margin: 58px auto 0;
}
.guest_case ul{
	display: flex;
	flex-wrap: wrap;
}
.guest_case ul li{
	width: 287px;
	height: 358px;
	margin-right: 17px;
	margin-bottom: 10px;
	position: relative;
}
.guest_case ul li img{
	width: 287px;
	height: 358px;
}
.guest_case ul li:nth-child(4n){
	margin-right: 0;
}
.guest_home{
	width: 180px;
	height: 6px;
	background: #d8b358;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 54px;
}
.guest_name{
	height: 61px;
	line-height: 61px;
	text-align: center;
	color: #fff;
	font-size: 23px;
	width: 180px;
	background: #d8b358;
	position: absolute;
	bottom: 43px;
	left: 54px;
	/*display: none;*/
}
.guest_x{
	background: #000000;
	width: 4px;
	height: 34px;
	position: absolute;
	z-index: 9;
	bottom: -10px;
	left: 10px;
}
.dynamic_titles{
	width: 301px;
	padding: 40px 0;
	color: #fff;
	background: #d8b358;
	margin: 95px auto 59px;
	text-align: center;
}
.dynamic_titles p:nth-child(1){
	font-size: 36px;
}
.dynamic_titles p:nth-child(2){
	font-size: 20px;
}