/*ÐÞ¸Äµ¼º½À¸Ä¿230111*/
.nav{padding: 0 ;margin: 0 auto 6px;background: #FFFFFF;border-top: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea;}
.nav .nav-menu {
    width: 95%;
    margin-top: 4px;
	margin-bottom: 4px;
    font-weight: bold;
    line-height: 20px;
}
.nav .nav-menu>li>a {
    display: inline-block;
    padding: 10px  0;
    float: left;
	width: 8.33%;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}
.nav .nav-menu>li>a:hover{
   background: #FCEBEC;
   color: #ff0000;
}
.nav-qr2{
    width:3%;
    padding-top: 7px;
    position: relative;
	margin: auto;
	margin-left: 1%;
}
.nav-qr-thumbnail{width: 100%;text-align: center;}
.nav-qr-thumbnail img{display: block;width: 100%;margin: auto;}


.nav-qr-list{ display:none;width:170px;position:absolute;right:-25px;background:#FCEBEC;z-index:2;border-radius:20px ;text-align: center;padding: 3px;}
.nav-qr-list li{ width: 100%;height:160px; border:1px solid transparent;text-align: center;margin: auto;}
.nav-qr-list li img{width:100px;}
.nav-qr-list li p{font:bold 12px/1.2 "microsoft yahei","sim sun";color:red;padding-left:5px;}

.nav-qr-thumbnail:hover+.nav-qr-list {
  display:block;
}

.fl {float:left;}


/*BioHot*/
.BioHot {position: relative;text-align: center;float: left;width: 8.33%;}
.BioHot>a {display: inline-block;padding: 10px 0;width:100%; color: #000;font-size: 14px;}
.BioHot>a:hover {background: #FCEBEC;color: #ff0000;text-decoration: none;}

.BioHot-menu {
	width: 150px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 4px rgb(0 0 0 / 20%);
	position: absolute;
	left: 0;
	top: 35px;
	text-align: center;
	transition: all .3s ease-out 0s;
	z-index: 99;
	display: none;
}
.BioHot:hover .BioHot-menu{display:block;}

.BioHot-menu ul li{border-bottom:1px dashed #ccc;height:36px;line-height:36px;text-align:left;padding-left:5px;background-color:rgba(0,102,255,.1);}
.BioHot-menu ul li:last-child{border-bottom-style:none;}
.BioHot-menu a {font-weight: normal;width:100%;display:inline-block;font-size: 14px; color: #666;text-decoration: none; }
.BioHot-menu a:hover {background: none; color: #ba2636;text-decoration: none;}