.main {
	margin: 0 auto;
	width: 80%;
	/* display: flex; */
	justify-content: space-between;
	flex-direction: column;
}

.main .box {
	width: 80%;
	/* height:416px; */
	display: table;
	color: #8D8D8D;
	text-align: center;
    margin: 0 auto;
}

/* .main .index_img {
	width: 50%;
} */

.main .box .content {
	width: 52%;
	display: table-cell;
	vertical-align: middle;
}

.main .box .content .right {
	text-align: right;
}

.main .box .content .left {
	text-align: left;
}

.main .box .content .right .title {
	font-size: 38px;
	line-height: 68px;
	font-family: siyuanmedium;
}

.main .box .content .right .describe {
	font-size: 24px;
	line-height: 38px;
	font-family: siyuanmedium;
}

.main .box .content .left .title {
	font-size: 38px;
	line-height: 68px;
	font-family: siyuanmedium;
}

.main .box .content .left .describe {
	font-size: 24px;
	line-height: 38px;
	font-family: siyuanmedium;
}

.main .line {
	width: 80%;
	height: 1px;
	background-color: #BFBFBF;
	text-align: center;
    margin: 0 auto;
}

.home_footer {
	background: #37241d;;
}

.home_footer .w .left .item {
	color: #fff !important;
}
.home_footer a {
	color: #fff !important;
}
.home_footer a:hover {
	color: #888 !important;
}
.home_footer .copy .beian {
	color: #fff !important;
}
.home_footer .copy .beian .beian_link{
	color: #fff !important;
}