.bo_bo a,.bo_bo-top{
	color: #666666;
}
.bo_bo{
	/* padding: 55px 0 40px 0; */
	background-color: #030B13;
	padding-bottom: 30px;
	margin-top: 100px;
}
.bo_bo-dom{
	margin: 0 auto; 
	overflow: hidden;
	padding: 55px 0 40px 0;
}
.bo_bo-top{
	position: relative;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}
.bo_bo-top::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 40px;
	width: 1px;
	height: 66px;
	background-color: #656565;
}
.bo_bo-top1::after{
	height: 100%;
}
.bo_bo-dom .bo_bo-top:last-child::after{
	display: none;
}
.bo_bo-top-biao{
	margin-bottom: 29px;
}
.bo_bo-lian div{
	margin-bottom: 15px;
	/* color: #656565; */
	line-height: 15px;
}
.bo_bo-lian div a:hover,
.bo_bo-top-biao a:hover{
	color: #6EB300;
	cursor:pointer;
}
.bo-lian div:last-child{
	margin-bottom: 0;
}
.bo_meiyou{
	position: absolute;
	top: 30px;
	line-height: 0;
}
.bo_bo-lian div.bo_add{
	line-height: 20px;
}
.bo_bo-bo{
	margin: 0 auto; 
	margin-top: 30px;
}
.bo_bo-bo-le{
	margin-top: 35px;
	color: #666666;
}
.bo_bo-bo-le > div{
	text-align: center;
}
.bo-img img{
	width: 126px;
	height: 42px;
	margin-right: 20px;
	margin-bottom: 33px;
}
.bo_bo-bo-ri{
	/* float: right; */
	margin-top: 25px;
}
.bo_bo-bo-ri > div{
	float: left;
	text-align: center;
	position: relative;
}
.bo_bo-bo-ri > div:first-child{
	margin-right: 27px;
}
.bo_zhanwei{
	width: 80px;
	padding: 5px;
	background-color: #FFFFFF;
	display: block;
	margin-bottom: 15px;
}
.bo_daimg{
	position: absolute;
	top: -170px;
	left: 50%;
	transform: translate(-50%,0);
	width: 150px;
	height: 150px;
	padding: 0;
	border-radius: 5px;
	background-color: #FFFFFF;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.5s;
}
.bo_daimg img{
	width: 100%;
	height: 100%;
}
.bo_bo-bo-ri > div:hover .bo_daimg{
	z-index: 1;
	opacity:1;
}