html,body{
	background-color: rgb(235,240,244);
}
.navbar{
	margin-bottom: 0px;
	border-radius: 0px;
}
.index-nav .navbar-header,.index-nav .navbar-brand,.index-nav li{
	height: 70px;
}
.navbar-default{
	/* background: url(../images/nav-bg2.png); */
	background-color: #fff;
	border: 0;
}
.index-nav a{
	line-height: 40px !important;
}
.index-nav a label{
	color: #000;
	min-width: 50px;
}
.index-nav .nav-item.active a label{
	color: #fff;
}
.nav-item.active{
	color: #fff;
}
.nav-item.active label{
	background: url(../images/nav-item-active.png) no-repeat;
	background-size: 100% 65%;
	background-position: 50% 50%;
	border-radius: 10px;
	text-align: center;
	width: 80px;
	color: #fff;
}
.carousel-caption {
	position: absolute;
	width: 100%;
    padding-bottom: 0px;
    top: 100px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}
.carousel-caption-img{
	width: 100%;
}
.carousel-caption-title{
	margin-top: 150px;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
}
.carousel-caption-text{
	width: 60%;
	text-align: left;
	float: left;
	margin-top: 120px;
}
.l1-title{
	font-size: 28px;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
	padding-bottom: 15px;
}
.l2-title{
	font-size: 28px;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
	padding-bottom: 15px;
	color: #fff;
}
.l1-content-1{
	background: url(../images/l1-content-1.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 200px;
}
.l1-content-2{
	background: url(../images/l1-content-2.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 15px;
}
.l1-content-1-item{
	width: 24.5%;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.l1-content-1-item-p1{
	font-size: 18px;
	color: #fff;
	padding-left: 85px;
	padding-top: 50px;
}
.l1-content-1-item-p2{
	font-size: 13px;
	color: #fff;
	padding-left: 85px;
	padding-top: 0px;
	padding-right: 20px;
}
.l1-content-1-item-p1-black{
	color: #000;
}
.index-content,.index-content2{
	padding-bottom: 60px;
}
.index-content2{
	background: url(../images/banner.png) no-repeat;
	background-size: 100% 100%;
}
.l2-item,.l3-item,.l4-item{
	position: relative;
}
.l2-item-img,.l3-item-img,.l4-item-img{
	width: 100%;
}
.l2-item-title{
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	left: 50px;
	top: 215px;
}
.l2-item-content{
	position: absolute;
	font-size: 14px;
	left: 50px;
	top: 260px;
	color: rgb(124,132,135);
	padding-right: 50px;
}
.l3-item-title{
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	left: 60px;
	top: 290px;
	color: #fff;
}
.l3-item-content{
	position: absolute;
	font-size: 13px;
	left: 50px;
	top: 335px;
	color: #fff;
	padding-right: 50px;
}
.l4-item-title{
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	left: 60px;
	top: 202px;
	color: #fff;
}
.l4-item-content{
	position: absolute;
	font-size: 12px;
	left: 50px;
	top: 245px;
	padding-right: 50px;
}
.footer{
	background-color: rgb(255,255,255);
	padding-top: 30px;
	padding-bottom: 50px;
	font-size: 13px;
}
.footer-icon{
	width: 25px;
	vertical-align: middle;
}
.footer p{
	font-size: 13px;
}
.footer-logo{
	width: 100px;
	vertical-align: middle;
}
.footer-link{
	margin-top: 50px;
}
.footer-link span{
	text-align: center;
	width: 60px;
	display: inline-block;
	vertical-align: middle;
}