.bt{
	background-color: white;
	border-bottom: 2px solid #EAEAEA;
	width: 100%;
	height: 70px;
}
.btkd{
	margin:0 auto;
	width: 980px;
	height: 100%;
}
.btlogo{
	float: left;
    width: 137px;
    height: 100%;
    background-image: url(../img/sakura.png);
	background-size:100% 100%;	
}
.btlogo1{
	margin-top: 2px;
	float: left;
	color: #FFF;
	background-color: blueviolet;
	border-radius:20px;
	font-weight: 900;
	padding: 6px;
	font-size: 40px;
	border-bottom: 1px solid #000;
	line-height: 55px;
}
.btdhl{
	float: right;
    height: 100%;
}
.btss{
	float: right;
    width: 70px;
    height: 100%;
	background-image: url(../img/yh.png);
	background-size:100% 100%;	
}
.btdhl1{
	/*line-height: 70px;*/
	font-weight: 900;
	color: #666;
	font-size: 20px;
}
.btfl{
	text-align: center;
	height: 27px;
	margin-right: 12px;
	margin-top: 23px;
	float: left;
	text-shadow: 1px 1px 1px #666;
	/*overflow: hidden;/*设置菜单栏调整这个*/
}
.btfl:hover{
	text-shadow: 1px 1px 1px blue;
	color:red;
	height: 100%;
	/*overflow: visible;*/
}
.btfl:hover a{text-shadow:0px 0px 0px #000000;}

.btcdlcd{
	z-index:999;/*优先覆盖 数字越大覆盖越优先！*/
	border-radius:10px;
	overflow: hidden;
	background-color: beige;
	width: 80px;
	position: relative;
	top: 5px;
	height: 0;
}
.btfl:hover .btcdlcd{
	/*border: 2px solid #EAEAEA;*/
	height: 100%;
	width: 80px;
}
.btcdlcd a{
	text-align: left;
	overflow: hidden;
	display: block;
	height: 20px;
	color: #000030;
	text-decoration: none;
	line-height:20px;
	margin:1px;
	font-size: 15px;
	padding:2px 0;
	width: 100%;
}
.btcdlcd a:hover{color: red;}

/*体右侧的信息框标题*/
.t_yc_bt{
	padding: 6px;
	margin: 10px;
}
.t_yc_bt_xbt{
	margin:5px;
	border-radius:10px;
	padding:10px;
	font-size: 12px;
	background-color: #ffc7c7;
	display: inline-block;
}
.nrqtxx_qtk a{
	text-decoration: none;
}