@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/banner.png) no-repeat center;
	color: #fff;
	height: 550px;
	margin-bottom: 20px;
	width: 100%;
	
}

.banner-title {
	font-size: 60px;
	font-weight: bold;
	height: auto;
	overflow: hidden;
	padding: 65px 0 0 0;
	text-align: center;
	text-shadow: 0px 5px 510px rgba(1, 14, 55, 0.36);
}

.banenr-subtitle {
	margin: 0 auto;
	width: 728px;
}

.banner-line {
	background: rgba(255, 255, 255, 0.6);
	height: 1px;
	width: 235px;
	margin: 15px 0;
}

.banner-text {
	font-size: 20px;
	line-height: 30px;
	margin: 0 9px;
}

.banner-function {
	margin: 21px 0 0 170px;
}

.banner-function-con {
	font-size: 18px;
	margin: 0 0 10px 50px;
	text-align: center;
	width: 214px;
}

.banner-btn {
	background: #fff;
	border-radius: 24px;
	color: #2644df;
	display: block;
	font-size: 20px;
	height: 47px;
	line-height: 47px;
	margin: 23px auto 0;
	text-align: center;
	width: 165px;
}

.feature-con {
	height: auto;
	padding: 57px 0 61px 0;
	overflow: hidden;
}

.feature-title {
	color: #3A405B;
}

.feature-text {
	color: #70758c;
	font-size: 16px;
	line-height: 35px;
}

.feature-part2 {
	background: #f7f8fa;
	width: 100%;
}
.feature-part1 .feature-title {
	margin-top: 42px;
}

.feature-part2 .feature-title {
	margin-top: 108px;
}
.feature-part3 .feature-title {
	margin-top: 89px;
}

/*操作演示*/

.operate {
	background: #f7f8fa;
	height: 603px;
	width: 100%;
}

.operate-title,
.case-title {
	color: #3a405b;
	line-height: 45px;
	padding: 40px 0 34px 0;
	text-align: center;
}

.classify {
	margin: 0 auto;
	width: 367px;
}

.classify-menu {
	border-bottom: 1px solid #3a405b;
	color: #3a405b;
	cursor: pointer;
	font-size: 18px;
	padding-bottom: 11px;
	text-align:center;
	width: 148px;
}

.classify-menu:last-child {
	margin-left: 71px;
	
}

.classify-active {
	border-bottom: 1px solid #39a1fc;
}

.classify-con {
	display: none;
	margin: 32px 0 0 0;
}

.classify-show {
	display: block;
}

.classify-con-menu {
	background: linear-gradient(0deg, rgba(73, 86, 105, 1), rgba(58, 73, 93, 1));
	color: #fff;
	cursor: pointer;
	height: 117px;
	line-height: 117px;
	position: relative;
	text-align: center;
	width: 164px;
}

.classify-con-menu-active {
	background: #39a1fc;
}

.classify-con-menu-active:after {
	content: "";
	display: block;
	position: absolute;
	right: -14px;
	top: 50px;
	width: 0;
	height: 0;
	border-width: 10px 0 10px 14px;
	border-style: solid;
	border-color: transparent transparent transparent #39a1fc;
}

.classify-con-con {
	background: #edf0f6;
	display: none;
	height: 350px;
	line-height: 350px;
	margin: 0 0 0 36px;
	text-align: center;
	width: 978px;
}

.classify-con-show {
	display: block;
}

.classify-con-con-img {
	vertical-align: middle;
}


/*游戏案例*/

.case-con {
	height: 547px;
	position: relative;
	margin-left: 77px;
	width: 282px;
}
.case-con:first-child{
	margin-left: 97px;
}
.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;
}

.btn-more {
	display: block;
	width: 144px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: url(https://www.vlcms.com/themes/vlcms/public/assets/images/index/btn_n.png) no-repeat center;
	background-size: auto;
	background-size: auto;
	margin: 82px auto 65px;
}

.btn-more:hover {
	background: url(https://www.vlcms.com/themes/vlcms/public/assets/images/index/btn_s.png) no-repeat center;
}

.docking {
	background: #f7f8fa;
	color: #3a405b;
	font-size: 35px;
	height: 154px;
	padding-top: 57px;
	text-align: center;
	width: 100%;
}
.docking .btn-more{
	margin: 15px auto 0;
}
