.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.ECG a span{
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	line-height: 56px;
	display: block;
	height: 58px;
}
#header .menu ul li.ECG>a{
	box-sizing:border-box;
	color: #26bbd6;
	border-top:2px solid #26bbd6;
}
#header .menu ul li.ECG ul li.nav-4 a{
	color: #26bbd6;
}

#banner{
	width:100%;
	height:610px;
	background:url(../img/banner_ecg.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: 540px;
}
#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%;
	height:260px;
	border:1px solid #E4E4E4;
	margin-bottom:50px;
	background:#fff;
	color:#666;
	padding-right:60px;
	transition:all 0.2s;
}
#cases ul li:hover{
	box-shadow:0 5px 15px rgba(0,0,0,0.3);
	cursor:pointer; 
}
#cases ul li .figure{
	display:inline-block;
	width:360px;
	height:260px;
	float:left;
	position:relative;
	top:-1px;
	left:-1px;
	margin-right:60px;
}
#cases ul li h4{
	color:#333;
	font-size:18px;
	font-weight:400;
	margin-top:40px;
	margin-bottom: 20px;
}
#cases ul li h6{
	font-size:13px;
	font-weight:400;
	margin:20px 0;
}
#cases 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 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 ul li .detailCon{
	font-size:14px;
	height:98px;
	overflow:hidden;
}
#cases ul li div.more{
	color:#666;
	font-size:14px;
}
#cases ul li div.more .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;
}


@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.ECG>a{
		border-top:0;
	}

	
/*案例列表样式*/
#cases{
	background:#fff;
	padding:30px 0;
}
#cases ul li{
	position: relative;
	width:96%;
	height:auto;
	border: 0;
	border-bottom:1px solid #E4E4E4;
	background:#fff;
	color:#666;
	padding-right:0;
	transition:all 0s;
	margin: 0 auto 10px;
}
#cases ul li:hover{
	box-shadow:none;
	cursor:pointer; 
}
#cases ul li .figure{
	display:block;
	width:100%;
	height:auto;
	float:none;
	position:relative;
	top:0;
	left:0;
	margin-right:0;
}
	#cases ul li img{
		width: 100%;
		display: block;
	}
#cases ul li h4{
	color:#333;
	font-size:18px;
	font-weight:400;
	margin-top:20px;
	/*padding: 0 10px;*/
}
#cases ul li h6{
	font-size:13px;
	font-weight:400;
	margin:20px 0;
	padding-left: 20px;
}
#cases 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 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 ul li .detailCon{
	font-size:14px;
	height:auto;
	overflow:hidden;
	/*padding: 0 10px;*/
	text-align: justify;
}
#cases ul li a{
	color:#666;
	font-size:14px;
}

#cases ul li a{
}
#cases ul li a .more{
	display: none;
}



}