@font-face {
  font-family: zihun59;
  font-style: normal;
  font-weight: 400;
  src: url("font/zihun59-ChuangBoldBlack.TTF");
}

.main {
	margin: 0 auto;
	width: 100%;
	/* display: flex; */
	flex-direction: column;
}

.main .box {
	width: 100%;
	clear: both;
	display: table;
}

.main .ym_pro_img {
	width: 50%;
	height:100%;
	display: table-cell;
	vertical-align: top;
}
.main .ym_pro_img2 {
	width: 100%;
	height:auto;
	display:flex;
	align-items:center;
	justify-content:center;
}
.main .pro_img {
	
	width:100%;
	height:auto;
	display: block;
	border: 0px;
}

.main .box .content {
	width: 50%;
	display: table-cell;
	height: auto;
	vertical-align: middle;
	text-align: center;
}
/* .main .box .content .text{
	width: 80%;
	text-align: center;
} */

.main .box .content .title {
	font-size: 72px;
	line-height: 33px;
	padding-bottom: 62px;
	font-family: zihun59;
}

.main .box .content .describe {
	font-size: 34px;
	font-family: siyuanlight;
	line-height: 45px;
	text-align: left;
	width:85%;
	margin:0 auto;
	color: #808383;
}
.product_footer {
	background: #A6BBC3;
}