.conBox{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.title{
	text-align: center;
	margin-top:80px;
}
.title h2{
	font-size:30px;
	line-height: 30px;
	font-weight:400;
}
.title span{
	display:inline-block;
	width:30px;
	height:2px;
	box-sizing:border-box;
	margin-top:18px;
}
.title p{
	color:#666;
	font-size:14px;
	width:1200px;
	margin:32px auto;
	margin-bottom:10px;
	text-align:left;	
}
#header .menu ul li.about a span{
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	line-height: 56px;
	display: block;
	height: 58px;
}
#header .menu ul li.about>a{
	box-sizing:border-box;
	color: #26bbd6;
	border-top:2px solid #26bbd6;
}
#header .menu ul li.about ul li.nav-4 a{
	color: #26bbd6;
}
#banner{
	width:100%;
	height:610px;
	background:url(../img/banner_recurit.jpg) no-repeat;
	background-size:cover;
	position:relative;
	z-index:0;
}
#banner .bannerCon{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	position: relative;
	color:#fff;
}
#banner .bannerCon h1{
	margin-top:200px;
	display:inline-block;
	font-size:38px;
	font-weight:400;
	padding:30px 0;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
#banner .bannerCon p{
	font-size:17px;
	color:#fff;
	font-weight:400;
	margin-top:25px;
	letter-spacing:2px;
	width: 560px;
}
#banner .bannerCon a{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../img/icon.png) no-repeat -900px 0;
	margin-top:75px;
}

/*案例列表样式*/
#cases{
	background:#F7F8FE;
	padding:100px 0;
}
#cases ul li{
	width:100%;
	border:1px solid #E4E4E4;
	border-left:2px solid #26BBD6;
	margin-bottom:50px;
	background:#fff;
	color:#666;
	padding:30px 40px;
	position:relative;
	transition:all 0.5s;
}
#cases ul li h4{
	color:#333;
	font-size:24px;
	font-weight:400;
}
#cases ul li h6{
	font-size:14px;
	line-height: 36px;
	font-weight:400;
	margin:20px 0;
}
#cases ul li h6 u{
	text-decoration:none;
}
#cases ul li h6 .off{
	display:none;
}
#cases ul li h6 b{
	font-size:16px;
	color:#666;
	font-weight:normal;
}
#cases ul li h6 .date{
	display:inline-block;
	width:25px;
	height:25px;
	position:relative;
	top:12px;
	background:url(../img/icon.png) no-repeat -900px -830px;
	margin-right:8px;
}
#cases ul li h6 .author{
	display:inline-block;
	width:25px;
	height:25px;
	position:relative;
	top:12px;
	background:url(../img/icon.png) no-repeat -1000px -830px;
	margin-right:8px;
}


#cases ul li .detail{
	font-size:14px;
	overflow:hidden;
	display:none;
	padding-right: 300px;
	padding-left: 35px;
}
#cases ul li .detail h6{
	margin-left: -35px;
}
#cases ul li .detail .require{
	display:inline-block;
	width:25px;
	height:25px;
	position:relative;
	top:10px;
	background:url(../img/icon.png) no-repeat -1100px -830px;
	margin-right:8px;
}


#cases ul li>a{
	color:#26BBD6;
	font-size:18px;
	position:absolute;
	right:40px;
	top:30px;
}
#cases ul li a .more{
	display:inline-block;
	width:16px;
	height:10px;
	background:url(../img/icon.png) no-repeat -900px -150px;
	position:relative;
	top:1.5px;
	margin-left:20px;
}
#cases ul li a span.off{
	background:url(../img/icon.png) no-repeat -1000px -150px;
}
#cases ul li h3{
	width:120px;
	height:35px;
	line-height:35px;
	background:#26BBD6;
	text-align:center;
	position:absolute;
	right:40px;
	bottom:40px;
}
#cases ul li h3 a{
	color:#fff;
	font-weight:400;
}

#cases ul li h3 a{
	display: inline-block;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	letter-spacing:2px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align:center;
	width:120px;
	border:1px solid #26BBD6;
	background:#26BBD6;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
#cases ul li h3 a:hover{
	border:1px solid #26BBD6;
}

#cases ul li h3 a .text{
	display: block;
	position: relative;
	z-index: 2;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
#cases ul li h3 a:hover .text{
	color: #26BBD6;
}
#cases ul li h3 a .after{
	position: absolute;
	z-index: 1;
    width: 260%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
#cases ul li h3 a:hover .after{
	height: 360%;
	opacity: 1;
}






@media screen and (max-width: 768px){
	/*移动端样式*/
	.title{
		margin-top:30px;
	}
	.title h1{
		font-size:30px !important;
	}
	.title h2{
		font-size:20px !important;
	}
	.title p{
		width: 96%;
		margin-left: 2%;
		font-size:14px !important;
		padding:0;
	}
	#banner{
		width:100%;
		height:300px;
		overflow:hidden;
	}
	#banner .bannerCon{
		padding:0 10px;
	}
	#banner .bannerCon h1{
		margin-top:60px;
		font-size:30px;
	}
	#banner .bannerCon p{
		font-size:14px;
		letter-spacing:0px;
		width: 100%;
	}
	#header .menu ul li.about>a{
			border-top:0;
		}



/*案例列表样式*/
#cases{
	background:#F7F8FE;
	padding: 0 0 10px 0;
}
#cases ul li{
	width:100%;
	border:0;
	border-left:2px solid #00a0e9;
	margin-bottom:10px;
	background:#fff;
	color:#666;
	padding:30px 20px;
	position:relative;
	list-style-type: none;
	transition:all 0.2s;
	position: relative;
}
#cases ul li:hover{
	box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

#cases ul li h4{
	color:#333;
	font-size:18px;
	font-weight:400;
}
#cases ul li h6{
	font-size:14px;
	font-weight:400;
	margin:20px 0 10px;
}
#cases ul li h6 u{
	text-decoration:none;
}
#cases ul li h6 .off{
	display:none;
}
#cases ul li h6 b{
	font-size:14px;
	color:#666;
	font-weight:normal;
}
#cases ul li h6 .date{
	display:none;
	width:22px;
	height:25px;
	position:relative;
	top:6px;
	background:none;
	margin-right:8px;
}

#cases ul li h6 .author{
	display:none;
	width:22px;
	height:25px;
	position:relative;
	top:7px;
	background:none;
	margin-right:8px;
}
#cases ul li .detail .describe{
	display:inline-block;
	width:22px;
	height:25px;
	position:relative;
	top:7px;
	background:url(../img/icon.png) no-repeat -202px -650px;
	margin-right:12px;
}
#cases ul li .detail h3{
	display: inline-block;
	font-size:16px;
	color:#666;
	font-weight:normal;
}
#cases ul li .detail h4{
	margin-top: 20px;
	display: block;
	float: none;
	width: 90px;
	font-size:16px;
	color:#666;
	font-weight:normal;
	margin-left:34px;
}
#cases ul li .detail .con{
	font-size:16px;
	line-height: 28px;
	display: block;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 0;
	padding-left:34px;
}
#cases ul li .detail{
	display:none;
}
#cases ul li>a{
	color:#fff;
	font-size:18px;
	position:absolute;
	right:0;
	top:0;
	width: 100%;
	height: 100%;
}
#cases ul li a span.more{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../img/icon.png) no-repeat -900px -150px;
	position:absolute;
	top:30px;
	right: 20px;
	margin-left:10px;

}
#cases ul li a span.off{
	background:url(../img/icon.png) no-repeat -1000px -150px;
}

#cases ul li h3{
	display: none;
}
}