.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:18px auto;
}
.title p{
	color:#666;
	font-size:14px;
	width:1200px;
	margin:14px auto 32px;
	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-1 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: 680px;
}
#banner .bannerCon a{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../img/icon.png) no-repeat -900px 0;
	margin-top:75px;
}

/*12系统样式*/
#system{
	width:100%;
	overflow:hidden;
	background:#f9fbff;
	padding-bottom: 50px;
}
#system .title{
	margin-top:120px;
}
#system .title h2{
	color:#333;
}
#system .title span{
	border:1px solid #1fb4ce;
}
#system .title p{
	text-align: justify;
	letter-spacing:1px;
}
#system .conBox{
	margin-top:50px;
}	
#system .conBox img{
	display: block;
	margin:20px auto;
}
/*产品样式*/
#product{
	width:100%;
	height:760px;
	background:url(../img/bg_coop_01.jpg) no-repeat;
	background-size:cover;
	overflow:hidden;
}
#product .title h2{
	color:#fff;
}
#product .title span{
	border:1px solid #fff;
	margin-top:20px;
}
#product .title p{
	color:#fff;
}
#product ul{
	max-width:1230px;
	width:100%;
	margin:30px auto;
	margin-top:0;
	overflow:hidden;
}
#product ul li{
	width:380px;
	height:230px;
	float:left;
	margin:15px;
	text-align:center;
	position:relative;
}
#product .icon-pro-01{
	background:url(../img/icon.png) no-repeat -607px -532px;
}
#product .icon-pro-02{
	background:url(../img/icon.png) no-repeat -805px -532px;
}
#product .icon-pro-03{
	background:url(../img/icon.png) no-repeat -1013px -532px;
}
#product .icon-pro-04{
	background:url(../img/icon.png) no-repeat -606px -677px;
}
#product .icon-pro-05{
	background:url(../img/icon.png) no-repeat -804px -677px;
}
#product .icon-pro-06{
	background:url(../img/icon.png) no-repeat -1012px -677px;
}
#product ul li span{
	display:inline-block;
	width:135px;
	height:135px;
	margin-top:30px;
}
#product ul li p{
	color:#fff;
	font-size:16px;
	margin-top:10px;
}

/*系统功能样式*/
#fun{
	width:100%;
	height:550px;
	background:#fff;
	overflow:hidden;
}
#fun .title span{
	border:1px solid #1fb4ce;
}
#fun ul{
	max-width:1230px;
	width:100%;
	margin:30px auto;
	margin-top:20px;
	overflow:hidden;
}
#fun ul li{
	background-color: #fff;
	width:280px;
	height:280px;
	border:1px solid #e6e6e6;
	float:left;
	margin:12px;
	text-align:center;
	position:relative;
}
#fun .icon-fun-01{
	background:url(../img/icon.png) no-repeat -11px -675px;
}
#fun .icon-fun-02{
	background:url(../img/icon.png) no-repeat -210px -675px;
}
#fun .icon-fun-03{
	background:url(../img/icon.png) no-repeat -11px -817px;
}
#fun .icon-fun-04{
	background:url(../img/icon.png) no-repeat -210px -817px;
}
#fun ul li span{
	display:inline-block;
	width:135px;
	height:135px;
	margin-top:50px;
}
#fun ul li p{
	color:#666;
	font-size:16px;
	margin-top:10px;
}
#fun ul li div{
	position:absolute;
	top:0;
	left:0;
	width:280px;
	height:280px;
	padding:40px 55px;
	box-sizing:border-box;
	color:#fff;
	letter-spacing:1px;
	opacity:0;
	z-index:0;
	background:#26bbd6;
	text-align:center;
	transition:all 0.2s;
}
#fun ul li div h3{
	font-size:18px;
	font-weight:400;
}
#fun ul li div p{
	margin:20px 0;
	color:#fff;
	font-size:14px;
}
#fun ul li:hover div{
	opacity:1;
	z-index:10;
}


/*价值样式*/
#hospital{
	width:100%;
	height:550px;
	overflow:hidden;
	background:#eef0f6;
}
#hospital .title span{
	border:1px solid #1fb4ce;
}
#hospital .title p{
	color:#666;
}
#hospital ul{
	max-width:1200px;
	width:100%;
	margin:40px auto;
	margin-bottom:65px;
	overflow: hidden;
}
#hospital ul li{
	width:33.33%;
	height:60px;
	float:left;
	margin:15px 0;
	text-align: center;
}
#hospital ul li img{
	margin:0 auto;
	display: block;
}

#hospital .loadMore{
	text-align:center;
}


#hospital .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;
}
#hospital .loadMore a:hover{
	border:1px solid #26bbd6;
}

#hospital .loadMore a .text{
	display: block;
	position: relative;
	z-index: 2;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
#hospital .loadMore a:hover .text{
	color: #fff;
}
#hospital .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;
}
#hospital .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{
		font-size:14px !important;
		padding: 10px;
	}
	#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;
	}	


	#system{
		height:auto;
	}
	#system .title{
		margin-top:20px;
	}
	#system .title p{
		width:100%;
		box-sizing:border-box;
		margin:0;
	}
	#system .conBox{
		padding:0 10px;
		margin:20px 0;
	}
	#system .conBox img{
		width:100%;
	}

	#product{
		width:100%;
		height:auto;
		padding-bottom:50px;
	}
	#product ul{
		width:100%;
		margin:0;
	}
	#product ul li{
		width:46%;
		margin:0 2% 10px;
		border:0;
		height: 180px;
	}
	
	#product ul li span{
    	transform:scale(0.7,0.7);
    	margin-top:20px;
	}
	#product ul li p{
		margin-top: 0;
	}
	#fun{
		height:auto;
	}
	#fun ul{
		padding:0 10px;
	}
	#fun ul li{
		width:46%;
		margin:0 2% 10px;
		height: 180px;
	}
	#fun ul li div{
		width:100%;
		height:250px;
		padding:20px 0;
	}
	#fun ul li span{
		display: block;
    	transform:scale(0.6,0.6);
    	margin: 20px auto;
	}
	#fun ul li p {
		margin-top: -15px;
	}

	#hospital{
		height:auto;
	}
	#hospital ul{
		margin:0;
		padding:30px 10px 0 10px;
		overflow:hidden;
	}
	#hospital ul li{
		width:46%;
		margin:0 2%;
	}
	#hospital ul li img{
		width:100%;
	}
}
