#slider {
	z-index: 1; 
	position: relative; 
	height: 250px; 
	overflow: hidden; 
}
#slider .slide 
{
	z-index: 10; 
	position: absolute; 
	border-left: #000 1px solid;
	width: 500px; 
	background: #000; 
	height: 250px; 
	overflow: hidden; 
	cursor: default;
	text-align:left;
}

#slider .diapo 
{
	position: relative; 
	FILTER: alpha(opacity=100);
	visibility: visible; 
	opacity: 1;
}
.img-list
{
	float:left;
	margin-left:20px;
	margin-top: 10px;
	position:relative;
	width:850px;
	height:160px;
	overflow:hidden;
}

.nav > li:hover .dropdown-menu 
{display: block;}

.title
{
	font-size:16px;
	font-family: "Microsoft YaHei";
	/*margin: 10px;*/
	margin-left: 0px;
	float: left;
	/*border-left: 10px solid #1874CD;*/
	border-bottom: 1px solid #1874CD;
	line-height: 35px;
	padding-left: 10px;
	font-weight: bold;
	color: #17a6c4;
	width: 94%;
}
.more
{
	font-size:12px;
	font-family: "Microsoft YaHei";
	margin-bottom: 10px;
	float: right;
	margin-right: 30px;
}
.more a
{
/*	color:black;*/
}
/*20141113 zyb*/
.span9
{
	/*border: 1px #79253f solid;*/
}
/*20141113 zyb*/
.page_head
{
	border-bottom: 1px solid #E5E5E5;
	line-height: 40px;
	height: 60px;
	margin-bottom: 10px;
}
/*20141113 zyb*/
.page_title
{
	text-align:left;
	font-family:Microsoft YaHei;
	color:#79253f;
	margin-top: 15px;
	margin-left: 20px;
	padding-bottom: 10px;
	font-size: 26px;
	float: left;
}
.page_nav
{
	float: right;
	margin-top: 20px;
}
.friendlink >a
{
	text-align:center;
	color: #999;
}
.aboutus
{
	color: #999;
	font-size: 10px;
}
.powered
{
	color: #999;
	font-size: 8px;
}
.profess_intro
{
	font-size: 12px;
	margin-top: 10px;
	color: #5d5d5d;
}
.profess_pic
{
	width:97px;
	height:130px;
	background:#f8f8f8;
	border-top:1px solid #ccc;
	border-right:1px solid #666;
	border-bottom:1px solid #999;
	border-left:1px solid #ccc;
	padding: 7px;
}
.table_profess td
{
	padding-top: 25px;
	padding-bottom: 15px;
}
.article_list td a
{
	color: #666666;
	font-family:Microsoft YaHei;
	font-size: 12px;
}

.h2
{
	color: #666666;
}
.badge-warning
{
	color: #008da7;
	font-weight:normal;

}
.badge-warning a
{
	color: #008da7;
	font-weight:normal;
	text-shadow:none;
	
}
.home_table
{
	margin-bottom:0px;
	border:1px dashed #CDC9C9;
}
.home_table td a
{
	font-size: 12px;
	color: #666;
}
.detail_title
{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}
/*欢迎页特效*/
.new_banner
{
	width:1260px;
	/*height:454px;*/
	/*border:1px solid #E1E1E1;*/
	position:relative;
	margin:0 auto;
	padding:9px;
	/*margin-top: 60px;*/
	/*background:url(../images/loading.gif) no-repeat center center #fff;*/
}
.rslides
{
	margin-top: 50px;
	width:100%;
	position:relative;
	list-style:none;
	padding:0;
	margin: 0px auto;
}
.rslides_nav
{
	width:36px;
	height:36px;
	background-image:url(../images/banner_new.png);
	display:block;
	position:absolute;
	text-indent:-10em;
	overflow:hidden;
}
.navbar .nav > li .dropdown-menu {
	margin: 0;
}
.navbar .nav > li:hover .dropdown-menu {
	display: block;
}

.prev{ background-position:0 0;left:-40px; top:180px;}
.prev:hover{ background-position:0 -36px;}
.next{ background-position:-36px 0;right:-40px; top:180px;}
.next:hover{ background-position:-36px -36px;}
.rslides_tabs{ position:absolute; left:450px; top:370px;clear:both;text-align:center; z-index:99999;}
.rslides_tabs li{display:inline;float:none;_float:left;*float:left;margin-right:5px}
.rslides_tabs a{ width:12px; height:12px; background:#fff;text-indent:-5em; overflow:hidden; display:block; float:left; margin-left:6px;border-radius:6px;}
.rslides_tabs .rslides_here a{ background:#D968C0;}

