.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-2 a{
	color: #26bbd6;
}


#banner{
	width:100%;
	height:610px;
	background:url(../img/banner_news.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-bottom:100px;
}
#cases .tabs{
	padding:50px 0 20px 0;
	border-bottom:1px solid #E6E6E6;
	margin-bottom:80px;
}
#cases .tabs ul li{
	display:inline-block;
	color:#333;
	font-size:18px;
	padding-right:20px;
	cursor:pointer;
}
#cases .tabs .cur{
	color:#26BBD6;
}
#cases .bd ul li{
	width:100%;
	height:200px;
	border:1px solid #E4E4E4;
	margin-bottom:50px;
	background:#fff;
	color:#666;
	padding-right:60px;
	transition:all 0.2s;
}
#cases .bd ul li:hover{
	box-shadow:0 5px 15px rgba(0,0,0,0.3);
	cursor:pointer; 
}
#cases .bd ul li .figure{
	display:inline-block;
	width:360px;
	height:200px;
	float:left;
	position:relative;
	top:-1px;
	left:-1px;
	margin-right:50px;
}
#cases .bd ul li h4{
	color:#333;
	font-size:18px;
	font-weight:400;
	margin-top:25px;
}
#cases .bd ul li h6{
	font-size:13px;
	font-weight:400;
	margin:12px 0;
}
#cases .bd ul li h6 .date{
	display:inline-block;
	width:15px;
	height:15px;
	position:relative;
	top:2px;
	background:url(../img/icon.png) no-repeat -1000px 0;
	margin-right:8px;
}
#cases .bd ul li h6 .author{
	display:inline-block;
	width:18px;
	height:16px;
	position:relative;
	top:2px;
	background:url(../img/icon.png) no-repeat -1100px 0;
	margin-left:20px;
	margin-right:8px;
}
#cases .bd ul li .detailCon{
	font-size:14px;
	height:50px;
	overflow:hidden;
}
#cases .bd ul li div.more{
	color:#666;
	font-size:14px;
}
#cases .bd ul li div.more span.more{
	display:inline-block;
	width:10px;
	height:15px;
	background:url(../img/icon.png) no-repeat -900px -60px;
	position:relative;
	top:1.5px;
	margin-left:20px;
}

#cases .loadMore{
	text-align:center;
}


#cases .loadMore a{
	display: inline-block;
	overflow: hidden;
	position: relative;
	font-size: 18px;
	letter-spacing:2px;
	color: #666;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	border:1px solid #666;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
#cases .loadMore a:hover{
	border:1px solid #26bbd6;
}

#cases .loadMore a .text{
	display: block;
	position: relative;
	z-index: 2;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
#cases .loadMore a:hover .text{
	color: #fff;
}
#cases .loadMore a .after{
	position: absolute;
	z-index: 1;
    width: 260%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #26bbd6;
    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 .loadMore 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-bottom:30px;
}
#cases .tabs{
	width: 96%;
	margin-left:2%;
	padding:50px 0 20px 0;
	border-bottom:1px solid #E6E6E6;
	margin-bottom:30px;
}
#cases .tabs ul li{
	display:inline-block;
	color:#333;
	font-size:18px;
	padding-right:20px;
	cursor:pointer;
}
#cases .tabs .cur{
	color:#26BBD6;
}

#cases .bd ul li{
	position: relative;
	width:100%;
	height:auto;
	border:1px solid #E4E4E4;
	margin-bottom:10px;
	background:#fff;
	color:#666;
	padding-right:0px;
	transition:all 0.2s;
	padding: 15px 2%;
}
#cases .bd ul li:hover{
	box-shadow:0 5px 15px rgba(0,0,0,0.3);
	cursor:pointer; 
}
#cases .bd ul li .figure{
	display:inline-block;
	width:120px;
	height:auto;
	float:left;
	position:relative;
	top:-1px;
	left:-1px;
	margin-right:10px;
}
#cases .bd ul li .figure img{
	width: 100%;
}

#cases .bd ul li h4{
	color:#333;
	font-size:16px;
	font-weight:400;
	margin-top:0px;
	min-height: 70px;
}
#cases .bd ul li h6{
	width: 100%;
	font-size:13px;
	font-weight:400;
	margin:10px 0 0;
}
#cases .bd ul li h6 .date{
	display:inline-block;
	width:15px;
	height:15px;
	position:relative;
	top:2px;
	background:url(../img/icon.png) no-repeat -1000px 0;
	margin-right:8px;
}
#cases .bd ul li h6 .author{
	display:inline-block;
	width:18px;
	height:16px;
	position:relative;
	top:2px;
	background:url(../img/icon.png) no-repeat -1100px 0;
	margin-left:20px;
	margin-right:8px;
}
#cases .bd ul li .detailCon{
	display: none;
	font-size:14px;
	height:70px;
	overflow:hidden;
}
#cases .bd ul li a{
	top: 0;
	left: 0;
	display:block;
	width:100%;
	height:100%;
	background:none;
	top:0;
	margin-left:0px;
}
#cases .bd ul li a .more{
	display: none;
}

#cases .loadMore{
	text-align:center;
}
#cases .loadMore a{
	display: inline-block;
	overflow: hidden;
	position: relative;
	font-size: 18px;
	letter-spacing:2px;
	color: #666;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	border:1px solid #666;
}


}