@charset: "utf-8";
body{
	background: #fafafa;
}
.d-tt{
	text-align: center;
	font-size: 36px;
	padding-top: 40px;
	padding-bottom: 20px;
	font-weight: normal;
}
.d-bd{
	
}
.banner .p1{
	float: left;
	color: #333;
	text-align: center;
    white-space: nowrap;
    margin-top: 150px;
    margin-left: 40px;
}
.banner .p1> h1{
	font-size: 45px;
}
.banner .p1> p{
	font-size: 20px;
    margin-top: 15px;
    color: #575757;
    line-height: 40px;
}
.banner .p1> p span{
	color: #bb8853;
	font-size: 20px;
}
.banner .p1> span{
	display: inline-block;
    width: 319px;
    height: 58px;
    line-height: 58px;

	font-size: 25px;
    margin-top: 15px;
    color: #fff;
    background: url("../images/banner-tagbg.png") no-repeat center;
}

/*适合人群*/
.suitepeople{
	background: url(../images/suite-bg.png);
    overflow: hidden;
    padding-bottom: 20px;
}
.suitepeople .item{
	width: 888px;
	margin: 0 auto 30px;
}
.suitepeople .item img{
	width: 145px;
	height: 145px;
}
.suitepeople .item p{
	position: relative;
	max-width: 720px;
	padding: 20px;
	margin-top: 30px;
	background: #fff;
	line-height: 38px;
	font-size: 25px;
	color: #383f49;
}
.suitepeople .item p .tag{
	position: absolute;
	top: 20px;
	font-size: 30px;
	color: #fff;
}

.suitepeople .item.item-left img{
	float: left;
}
.suitepeople .item.item-left p{
	float: left;
	margin-left: 22px;
}
.suitepeople .item.item-left p .tag{
	left: -10px;
}

.suitepeople .item.item-right img{
	float: right;
}
.suitepeople .item.item-right p{
	float: right;
	margin-right: 22px;
}
.suitepeople .item.item-right p .tag{
	right: -10px;
}
/*
.suitepeople .item2{
	width: 888px;
	margin: 0 auto 30px;
}
.suitepeople .item2 img{
	float: right;
	width: 145px;
	height: 145px;
}
.suitepeople .item2 p{
	position: relative;
	float: right;
	padding: 20px;
	margin-right: 22px;
	margin-top: 30px;
	background: #fff;
	line-height: 38px;
	font-size: 25px;
	color: #383f49;
}
.suitepeople .item2 p .tag{
	position: absolute;
	right: -10px;
	top: 20px;
	font-size: 30px;
	color: #fff;
}*/

/*收获*/
.harvest .item-img{
	border: none;
	background: #b69c87;
}
.harvest .item p{
	padding-top: 30px;
}
.harvest .item .right-line{
	background: #b69c87;
}