@charset "UTF-8";

/*
* @description:小蜜蜂案例样式
 *@author:王奉
* @update: name(xxxx-xx-xx xx:xx)
 */
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.banenr {
	background: url(../images/bee/case_banner.png) no-repeat center;
	color: #fff;
	height: 550px;
	width: 100%;
}

.banner-title {
	padding: 154px 0 0 0;
	text-align: center;
}


/*游戏案例*/
.case-ol{
	margin: 68px auto 24px;
	width: 491px;
}
.case-menu {
	border-bottom: 1px solid #495669;
	color: #495669;
	cursor: pointer;
	font-size: 30px;
	padding-bottom: 5px;
	text-align: center;
	width: 219px;
}
.case-menu:last-child {
	margin-left: 53px;
	
}
.case-active{
	border-bottom: 1px solid #39a1fc;
}
.case-ul {
	display: none;
	height: auto;
	margin: 0 auto 96px;
	overflow: hidden;
	width: 1077px;
}
.case-show{
	display: block;
}
.case-con {
	height: 547px;
	position: relative;
	margin-left: 77px;
	margin: 65px 0 0 77px;
	width: 282px;
}

.case-con:hover .case-con-code {
	display: block;
}

.case-con-code {
	background-color: rgba(0, 0, 0, .6);
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	display: none;
	height: 415px;
	left: 17px;
	position: absolute;
	text-align: center;
	top: 65px;
	width: 250px;
}

.case-con-code-img {
	background: #fff;
	border-radius: 6px;
	height: 160px;
	line-height: 164px;
	margin: 115px 0 0 40px;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	width: 164px;
}

.case-con-code-text {
	color: #fff;
	margin-top: 5px;
}