/*导航栏对应页面a标签高亮显示*/
.nav-icon2{
	display: inline-block!important;
}
/*banner部分样式*/
.banner{
	width: 100%;
	min-width: 1200px;
	height: 190px;
	/*background: url(../img/aboutus/banner_bg.jpg) center center no-repeat;*/
	background-size: cover;
	margin: 0 auto;
}
.banner-box{
	text-align: center;
	padding-top: 34px;
	margin: 0 auto;
	color: #fff;
}
.banner-title{
	font-size: 34px;
	margin-bottom: 35px;
}
.banner-text{
	font-size: 17px;
}
/*content部分样式*/
.content{
	width: 100%;
	min-width: 1200px;
}
.content-box{
	width: 1200px;
	margin: 0 auto;
}
/*aboutus部分样式*/
.about-top{
	text-align: center;
	padding-top: 80px;
}
.about-title{
	font-size: 24px;
	margin-bottom: 15px;
	color: #000;
}
.about-del{
	font-size: 15px;
	color: #666;
	padding-top: 37px;
	line-height: 34px;
	letter-spacing: 1px;
	margin-bottom: 65px;
}
.about-pic{
	width: 370px;
	height: 425px;
	margin: 0 15px;
	text-align: center;
}
.about-pic-title{
	font-size: 15px;
	color: #000;
	padding-top: 28px;
	margin-bottom: 21px;
}
.about-pic-text{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
/*values部分样式*/
.values{
	height: 624px;
	background: url(../img/aboutus/value_bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 76px;
	margin-bottom: 79px;
}
.values-wrap{
	padding-top: 25px;
	width: 1080px;
	height: 480px;
	margin: 0 auto;
}

.values-box{
	width: 305px;
	height: 169px;
	margin: 10px;
	color: #333;
	background: #fff;
	text-align: left;
	position: relative;
	padding: 51px 0 0 35px;
	box-shadow: 1px 1px 3px gray;
}
.values-pic{
	position: absolute;
	left: 206px;
	top: 44px;
}
.values-title{
	letter-spacing: 3px;
	font-size: 23px;
	font-weight: bold;
}
.values-del{
	font-size: 21px;
	margin-top: 10px;
	letter-spacing: 1px;
}
/*footerbar部分样式*/
.leftbar{
	width: 85%;
	height: 100%;
	background: #da251c;
}
.rightbar{
	width: 15%;
	height: 100%;
	background: #043f8d;
}