@charset "utf-8";
/* CSS Document */



 

/*修改导航栏目20230111*/

.nav-qr-thumbnail:hover+.nav-qr-list {
  display:block;
}
.content3{width: 100%;}
.sy_navCen2{padding: 0 ;margin:20px auto 0;background: #FFFFFF;border-top: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea;height: 58px;}
.sy_navCen2 .cenBox2 {
    width: 96%;
  /* height: 51px; */
     
    margin-top: 4px;
	margin-bottom: 4px;
    font-weight: bold;
    line-height: 20px;
}
.sy_navCen2 .cenBox2>li>a {
    display: inline-block;
    padding: 15px 10px;
    float: left;
	/*width: 9.09%;*/
	text-align: center;
	text-decoration:none;
	color: #000000;
}

.sy_navCen2 .cenBox2>li>a:hover{
   background: #FCEBEC;
   color: #ff0000;
}


.nav-qr2{
	 
    width:3%;
    padding-top: 15px;
    position: relative;
	margin: auto;
	margin-left: 0.5%;
}
.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;}


.fl{float: left;}
.fr {
    float: right;
}


.bignav2 {
    width: 960px;
    float: right;
	box-sizing: border-box;
    
}


.headertop2{width: 1200px;margin: auto; }
.headertop2 .hea_l{width: 200px;height: auto;float: left;}
.headertop2 .hea_r{width: 900px;height: auto;float: right;}


/*BioHot*/
.BioHot {position: relative;text-align: center;float: left;width: 8.33%;}
.BioHot>a {display: inline-block;padding: 15px 0;width:100%; color: #000;font-size: 14px; text-decoration: none;}
.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;color: #666;text-decoration: none; }
.BioHot-menu a:hover {background: none; color: #ba2636;text-decoration: none;}
.BioHot-menu strong {font-weight: bold;}