.index-nav{
	background-color: #fff;
}
.navbar{
	border: none;
	margin-bottom: 0px;
}
.index-nav .navbar-header,.index-nav .navbar-brand,.index-nav ul,.index-nav li{
	height: 70px;
}
.carousel-caption{
	left: 50%;
	top: 90px;
	right: auto;
	transform: translateX(-50%);
}
.carousel-container-h{
	text-align: left;
}
.carousel-banner-title{
	width: 45%;
}
.carousel-caption-title2{
	color: #000;
	font-size: 28px;
	font-weight: bold;
	width: 45%;
	margin-top: 40px;
}
.carousel-caption-content{
	color: #787796;
	font-size: 12px;
	width: 45%;
	margin-top: 30px;
}
.content{
	background-color: #F0EBFF;
	padding: 20px 0;
}
.content-title{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.item{
	position: relative;
}
.item-img{
	width: 100%;
}
.item-p1{
	position: absolute;
	background:url(../images/item-btn-1.png) no-repeat;
	background-size: 100% 100%;
	width: 150px;
	height: 50px;	
	line-height: 50px;
	top: 35%;
	left: 32%;
	font-size: 20px;
	color: #8079BC;
	text-align: center;
}
.item-p2{
	position: absolute;
	top: 53%;
	left: 32%;
	font-size: 16px;
	color: #000;
	width: 50%;
}
.item-p3{
	top: 35%;
	left: 40%;
}
.item-p4{
	left: 40%;
}
.item-p1-2{
	color: #836438;
}
.item-p1-3{
	color: #5B784C;
}
.item-p1-4{
	color: #865C44;
}
.banner-body{
	position: relative;
}
.banner-body-content{
	position: absolute;
	top: 50px;
	padding-left: 60px;
	left: 50%;
	transform: translateX(-50%);
}




.footer{
	height: 150px;
}
.footer-p1{
	text-align: center;
	margin-top: 50px;
}