.main {
	margin: 0 auto;
	width: 57%;
	/* display: flex;
	justify-content: space-between; */
	flex-direction: column;
}

.main .box {
	width: 100%;
	/* display: flex;
	justify-content: space-between; */
	flex-direction: column;
}

.main .hotel_img {
	width: 100%;
	display: block;
	margin:0 auto;
	padding-top: 10px;
}

.main .pro_img {
	width: 100%;
}

.main .box .content {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
/* .main .box .content .text{
	width: 80%;
	text-align: center;
} */

.main .box .content .title {
	font-size: 48px;
	line-height: 33px;
	padding-top:90px;
	padding-bottom: 42px;
	font-family: regular;
}

.main .box .content .describe {
	font-size: 23px;
	line-height: 33px;
	font-family: siyuanlight;
}
.product_footer {
	background: #D5D5D5;
}