.kbq{
	width: 100%;
	height: 50px;
}
.navbar{
	position: fixed !important;
	margin-bottom: 0 !important;
	z-index: 1000;
	width: 100%;
}
.navbar-inverse{
	border-radius: 0 !important;
}
.logo{
	margin: 2px 0 0 0 !important;
	padding: 0px !important;
	height: 45px;
}
.nav_active{
	/*background: #FF9900;*/
}
.nav_active > a{
	color:#fff !important;
	font-weight: 700;
}
/*换灯片*/
#carousel-example-generic{
	position: relative;
	float: left;
	margin-top: 52px;
}
/*导航标签*/
.dh_bq{
	position: relative;
	float: left;
	/*font-size: 18px;*/
	margin-top: 10px;
	margin-bottom:10px;
}
.dh_bq >ul{
	display: block;
	height: auto;
	max-height: 60px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.dh_bq >ul >li{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
.dh_bq >ul >li >a{
	background: #ccc;
	color: #333;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	margin: 0;
	padding: 0 15px;
	text-shadow: none;
	vertical-align: middle;
	white-space: normal;
}
.dh_bq_li{
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0;
}
.nr{
	margin-top: 10px;
}
.nr_all:hover{
	text-decoration: none;
}
.nr_tit{
	float: left;
	width: 100%;
	height: 230px;
	display: block;
	text-align: center;
}
.nr_tit >div > img{
	width: 100%;
	height: 120px;
}
.thumbnail{
	padding: 0 !important;
	border:none !important;
}
.caption > h5{
	height: auto;
	max-height: 36px;
	white-space: normal;
	-webkit-line-clamp: 2;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.videos{
	width: 100%;
	margin-top: 10px;
	/*margin-left: 20px;*/
	height: 300px;
	min-height: 300px;
	/*background: #ccc;*/
	padding: 0 10px;
}
.content_title{
	/*height: 24px;*/
	margin-top: 5px;
}
.content_title > h1{
	display: block;
	font-size: 20px;
	/*margin: 3px 0;*/
	/*padding: 2px 4px;*/
}
.ad_png{
	display: block;
	width: 100%;
	height: 120px;
	margin-top: 10px;
}
.ad_png >img{
	width: 100%;
	height: 120px;
}
.discrip{
	background: #323232;
	margin:15px 0 15px 0;
}
.discrip > span{
	text-align: center;
	display: block;
	/*width: 100%;*/
	line-height: 30px;
	color: #fff;
	
}
.foot{
	width: 100%;
	height: 50px;
	background: #373737;
	text-align: center;
	color:#fff;
	line-height: 50px;
}