
/*	-------主页占位------- */
.index_board {padding-top: 120px; }
@media (max-width: 990px) {
	.index_board {padding-top: 160px; }
}
@media (max-width: 750px) {
	.index_board {padding-top: 100px; }
}
/*	-------Links------- */
.links-box {
	height: 240px;
	padding: 20px;
	margin-bottom: 12px;
	margin-left: 6px;
	margin-right: 6px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.links-box a img{
	max-height: 160px;
}
/*	-------主要版面样式------- */
.board_style {
	min-height: 660px;
	background-color: #FAFCFE;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding-right:1px;
	padding-left:1px;
}
.index-banner{
	right: 20%;
	left: 20%;
	padding-bottom: 30px;
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

/*	-------菜单样式------- */
.menu_y_style {
	background-color: #FAFCFE;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding-right:1px;
	padding-left:1px;
	line-height: 0.1;
}
.menu_y_style-lg {
	min-width:180px;
	max-width:180px;
 }
.menu_y_style-md {
	min-width:150px;
	max-width:150px;
}

.menu_y_style ul li a{
	font-size: 14px;
	color:#000000;
}
.menu_y_style ul li a:hover{
	color:#1678b5;
}
.menu_text_lv1{
	padding-right:2px;
	padding-left:10px;
}
.page-line{
	border: 1px solid #e2e2e2;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-top: -1px;
}
/*	-------主页的menu------- */
.index_menu {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.page-title{
	border: 1px solid #e2e2e2;
	border-left: none;
	border-right: none;
	margin-top: -1px;
}
/*	-------主页的页脚------- */
.index_footer {
	 background: #383838;
	 color: #a4a4a4;
 }
.index_copyright {
	background: #2c2c2c;
	color: #a4a4a4;
}
.footer-form h5{
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #444444;
	padding: 25px 0 8px 0;
	margin: 0 0 15px 0;
}
.footer-form .text{
	color: #a4a4a4;
}
.links-list li a {
	color: #a4a4a4;
	display: block;
	padding: 1px 0;
	padding-left: 1px;
	border-bottom: 1px solid #444;
}
.links-list li a:hover {color: #fff}
.links-list li:first-child a {margin: -12px 0 0 0;}
.links-list li:last-child a {border: none;}
.footer-li{
	border: 1px solid #444;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-top: -1px;
}
/*	-------主要版面上标题样式------- */
.text_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1678b5;
	font-weight: bold;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px
}

/*	-------主要版面上正文样式------- */
.text_text {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
/*	-------黑横线------- */
.line-gray {
	height: 1px;
	margin: 15px 10px;
	overflow: hidden;
	background-color: #c9c9c9;
}

/*	-------zTree边框------- */

.ztree-board-style {
	max-width: 100%;
	max-height: 650px;
	overflow: auto
}
/*@media(min-width:1200px){*/
/*.ztree-board-style {*/
/*max-width: 650px;*/
/*max-height: 650px;*/
/*overflow: auto*/
/*}*/
/*}*/
/*@media(min-width:800px){*/
/*.ztree-board-style {*/
/*max-width: 800px;*/
/*max-height: 650px;*/
/*overflow: auto*/
/*}*/
/*}*/
/*@media(min-width:650px){*/
/*.ztree-board-style {*/
/*max-width: 100%;*/
/*max-height: 650px;*/
/*overflow: auto*/
/*}*/
/*}*/

/*	-------隐藏有zTree的iframe，显示zTree区域------- */
/*.zTree_iframe {*/
	/*display: block;*/
/*}*/
/*.zTree_area {*/
	/*display: none;*/
/*}*/
/*	-------隐藏zTree区域，显示有zTree的iframe------- */
/*@media (min-width: 450px) {*/
	/*.zTree_iframe {*/
		/*display: none;*/
	/*}*/
	/*.zTree_area {*/
		/*display: block;*/
	/*}*/
/*}*/
/*	-------zTree里属和种级阶元的字体------- */
.text-genus{
	font-style: italic;
}
.text-species{
	color: #1678b5 !important;;
}
.text-species-a{
	font-style: italic;
	color: #1678b5 !important;;
}
/*	-------zTree里专家的字体------- */
.text-specialists{
	color: #1678b5 !important;;
}

.list-group-item-sm {
	position: relative;
	display: block;
	padding: 1px 15px;
	margin-bottom: -1px;
}
.board_style a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*	-------小号导航栏------- */
.navbar-sm,
.navbar-sm button,
.navbar-sm a{
	height: 30px !important;
	min-height: 30px !important;
	max-height: 30px !important;
}
/*	-------小号导航栏------- */
.padding-sm{
	padding-left: 1px;
	padding-right: 1px;
}
/*	-------详情列表的表头样式------- */
.details_title {
	font-weight: bold;
	color: #1678b5;
	min-width:100px;
}
/*	-------详情列表的内容样式------- */
.details_text {
	word-wrap:break-word; word-break:break-all;
}
/*	-------详情列表的参考文献样式------- */
.details_reference,
.details_reference a{
	color: #922609 !important;
}
/*	-------详情列表的属、种字体------- */
.details_species_text{
	font-style: italic;
}
/*	-------官名或异名列表样式------- */
.name_list,
.name_list ul{
	padding-left: 1px;
}
.name_list li{
	list-style-type:none;
}

/*	-------详情按钮样式------- */
.show_details{
	color: #ffffff !important;
}
/*	-------蓝色字体------- */
.text-blue{
	color: #1678b5 !important;;
}

.board-responsive{
	position: relative;
	display: block;
	height: 100%;
	padding: 0;
	overflow: hidden;
}
.board-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*	-------至于底部------- */
.bottom-block{

	bottom:0px;
}