/*导航栏对应页面a标签高亮显示*/
.nav-icon2{
	display: inline-block!important;
}
/*banner部分样式*/
.banner{
	height: 190px;
	/*background: url(../img/aboutus/banner_bg.png) center center no-repeat;*/
	background-size: cover;
}
.banner-box{
	color: #fff;
}
.banner-title{
	font-size: 28px;
	height: 111px;
	letter-spacing: 3px;
	line-height: 114px;
}
.banner-text{
	letter-spacing: 2px;
	font-size: 22px;
}
/*aboutus部分样式*/
.aboutus{
	height: 655px;
}
.aboutus-box{
	width: 1238px;
	color: #000;
}
.aboutus-name{
	height: 140px;
	font-size: 25px;
	line-height: 195px;
}
.aboutus-box .redline{
	margin-bottom: 47px;
}
.aboutus-box li{
	width: 370px;
	margin: 0 21px;
	text-align: left;
}
.aboutus-box li img{
	display: inline-block;
	width: 370px;
	height: 190px;
	margin-bottom: 20px;
}
.aboutus-title{
	height: 39px;
	line-height: 39px;
	font-size: 17px;
}
.aboutus-text{
	line-height: 26px;
	font-size: 15px;
	color: #666;
	text-align: justify;
}
/*give部分样式*/
.give{
	height: 667px;
	background: url(../img/aboutus/banner2_bg.png) center center no-repeat;
	background-size: cover;
}
.give-box{
	color: #fff;
}
.give-title{
	height: 102px;
	line-height: 135px;
	font-size: 25px;
}
.giveline{
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 26px;
}
.give-text{
	line-height: 34px;
	font-size: 17px;
}
.give-box img{
	margin: 46px auto;
}
.give-box .give-down{
	margin: 17px auto;
}
/*need部分样式*/
.need{
	/*height: 736px;*/
	margin-bottom: 40px;
}
.need-box{
	padding-top: 65px;
	width: 1104px;
}
.need-box li{
	width: 230px;
	/*height: 563px;*/
	margin: 0 23px;
	text-align: left;
	color: #494848;
}
.need-title{
	height: 52px;
	line-height: 52px;
	padding-top: 13px;
	font-size: 22px;
	font-weight: bold;
}
.need-text{
	line-height: 24px;
	font-size: 13px;
	text-align: justify;
}