.conBox{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.title{
	text-align: center;
	margin-top:80px;
}
.title h2{
	font-size:35px;
	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;
}
.list .on a{
	color:#1FB4CE;
}
#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-2 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;
}

/*技术参数*/
#para{
	width:100%;
	height:800px;
	overflow:hidden;
	background:#F7F8FE;
}
#para .title{
	margin-top:120px;
}
#para .title h2{
	color:#333;
}
#para .title h3{
	font-weight:400;
	font-size:20px;
	color:#666;
	margin-top:20px;
}
#para .title span{
	border:1px solid #1fb4ce;
}	
#para .conBox{
	margin-top:30px;
	text-align: center;
}

/*产品特点样式*/
#character{
	width:100%;
	height:830px;
	background:#ECEEF3;
	padding-top:90px;
}
#character .chBox{
	height:600px;
}
#character .list{
	width:300px;
	color:#666;
	font-size:18px;
	text-align:center;
	height:60px;
	margin:0 auto;
}
#character .list li{
	float:left;
	margin:0 12.5px;
}
#character .data .skill{
	box-sizing:border-box;
	text-align:center;
	border-left:1px solid #D8DCDE;
	border-top:1px solid #D8DCDE;
	overflow:hidden;
}
#character .data .skill li{
	width:239.8px;
	box-sizing:border-box;
	float:left;
	height:170px;
	border-right:1px solid #D8DCDE;
	border-bottom:1px solid #D8DCDE;
}
#character .data .skill li h2{
	margin:60px 0 15px 0;
	color:#666;
	font-size:25px;
}
#character .data .skill li p{
	color:#333;
	font-size:16px;
}
#character .data .size{
	box-sizing:border-box;
	text-align:center;
	border-top:1px solid #D8DCDE;
	overflow:hidden;
}
#character .data .size li{
	width:399.66px;
	box-sizing:border-box;
	float:left;
	height:130px;
	border:1px solid #D8DCDE;
	border-top:0;
}
#character .data .size li h2{
	margin:30px 0 15px 0;
	color:#666;
	font-size:25px;
}
#character .data .size li p{
	color:#333;
	font-size:16px;
}
#character .data .size p{
	color:#666;
	font-size:16px;
}
#character .data .size .special{
	border:0;
	text-align:center;
	padding-top:40px;
	width:100%;
	color:#666;
	height:auto;
}
#character .data .pro{
	color:#333;
	font-size:14px;
	line-height:30px;
	background:url(../img/product-0.png) no-repeat right bottom;
}

/*使用说明样式*/
#direction{
	width:100%;
	height:680px;
	background:#F7F8FE;
	overflow:hidden;
}
#direction .title{
	text-align:center;
	margin-top:80px;
}
#direction .title h2{
	font-size:30px;
	line-height: 30px;
	font-weight:400;
}
#direction .title span{
	display:inline-block;
	width:30px;
	height:2px;
	box-sizing:border-box;
	margin-top:13px;
	border:1px solid #29B0CC;
}
#direction .chBox{
	height:420px;
	width:1230px;
}
#direction .list{
	width:200px;
	color:#666;
	font-size:18px;
	text-align:center;
	height:60px;
	margin:10px auto;
}
#direction .list li{
	float:left;
	margin:0 12.5px;
}
#direction .data{
	margin:0 auto;
}
#direction .data li img{
	width:100%;
}
#direction .data li .step{

}
#direction .data li .step li{
	float:left;
	width:280px;
	height:206px;
	margin:0 10px;
	border:1px solid #E4E4E4;
	padding:30px;
	background:#fff;
}
#direction .data li .step li h2{
	font-size:18px;
	color:#666;
	font-weight:400;
	border-bottom:1px solid #DEDEDE;
	padding-bottom:10px;
}
#direction .data li .step li h2 span{
	padding-right:8px;
	font-size:30px;
	color:#DEDEDE;
	font-weight:600;
}
#direction .data li .step li p{
	font-size:14px;
	color:#666;
	margin-top:20px;
}

/*场景样式*/
#scene{
	width:100%;
	height:650px;
	background:url(../img/pro_scene_left.png) no-repeat left bottom,url(../img/pro_scene_right.png) no-repeat right top;
	background-color:#ECEEF3;
	overflow:hidden;
}
#scene .title{
	text-align:center;
	margin-top:80px;
}
#scene .title h2{
	font-size:30px;
	line-height: 30px;
	font-weight:400;
}
#scene .title span{
	display:inline-block;
	width:30px;
	height:2px;
	box-sizing:border-box;
	margin-top:13px;
	border:0px solid #29B0CC;
}
#scene .list{
	width:1230px;
	height:350px;
	margin-top:50px;
}
#scene .list li{
	border:0px solid #E4E4E4;
	width:379px;
	box-sizing:border-box;
	margin:0 15px;
	float:left;
	background:#fff;
}
#scene .list li p{
	color:#333;
	font-size:18px;
	padding:40px 0;
	text-align:center;
}
#scene .list li img{
	position:relative;
	top:-1px;
	left:-1px;
}

#scene .loadMore{
	text-align:center;
}


#scene .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;
}
#scene .loadMore a:hover{
	border:1px solid #26bbd6;
}

#scene .loadMore a .text{
	display: block;
	position: relative;
	z-index: 2;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
#scene .loadMore a:hover .text{
	color: #fff;
}
#scene .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;
}
#scene .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.ECG>a{
		border-top:0;
	}

	

/*技术参数*/
#para{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#F7F8FE;
}
#para .title{
	margin-top:30px;
}
#para .title h2{
	color:#333;
}
#para .title h3{
	font-weight:400;
	font-size:20px;
	color:#666;
	margin-top:20px;
}
#para .title span{
	border:1px solid #1fb4ce;
}	
#para .conBox{
	margin-top:30px;
}
#para .conBox img{
	max-width: 100%;
}
/*产品特点样式*/
#character{
	width:100%;
	height:auto;
	background:#ECEEF3;
	padding-top:30px;
}
#character .chBox{
	height:auto;
	padding:0 20px 50px;
}
#character .list{
	width:300px;
	color:#666;
	font-size:18px;
	text-align:center;
	height:60px;
	margin:0 auto;
}
#character .list li{
	float:left;
	margin:0 12.5px;
}
#character .data .skill{
	box-sizing:border-box;
	text-align:center;
	border-left:1px solid #D8DCDE;
	border-top:1px solid #D8DCDE;
	overflow:hidden;
}
#character .data .skill li{
	width:50%;
	box-sizing:border-box;
	float:left;
	height:120px;
	border-right:1px solid #D8DCDE;
	border-bottom:1px solid #D8DCDE;
}


#character .data .skill li h2{
	margin:35px 0 15px 0;
	color:#666;
	font-size:20px;
}
#character .data .skill li p{
	color:#333;
	font-size:14px;
}
#character .data .size{
	box-sizing:border-box;
	text-align:center;
	border-top:1px solid #D8DCDE;
	overflow:hidden;
}
#character .data .size li{
	width:399.66px;
	box-sizing:border-box;
	float:left;
	height:130px;
	border:1px solid #D8DCDE;
	border-top:0;
}
#character .data .size li h2{
	margin:30px 0 15px 0;
	color:#666;
	font-size:25px;
}
#character .data .size li p{
	color:#333;
	font-size:16px;
}
#character .data .size p{
	color:#666;
	font-size:16px;
}
#character .data .size .special{
	border:0;
	text-align:center;
	padding-top:40px;
	width:100%;
	color:#666;
	height:auto;
}
#character .data .pro{
	color:#333;
	font-size:14px;
	line-height:30px;
	background:none;
}

/*使用说明样式*/
#direction{
	width:100%;
	height:auto;
	background:#F7F8FE;
	overflow:hidden;
}
#direction .title{
	text-align:center;
	margin-top:30px;
}
#direction .title h2{
	font-size:30px;
	line-height: 30px;
	font-weight:400;
}
#direction .title span{
	display:inline-block;
	width:30px;
	height:2px;
	box-sizing:border-box;
	margin-top:13px;
	border:1px solid #29B0CC;
}
#direction .chBox{
	height:auto;
	width:100%;
	padding-bottom: 50px;
}
#direction .list{
	width:200px;
	color:#666;
	font-size:18px;
	text-align:center;
	height:60px;
	margin:10px auto;
}
#direction .list li{
	float:left;
	margin:0 12.5px;
}
#direction .data{
	width: 95%;
	margin:0 auto;
}
#direction .data li img{
	width:100%;
}
#direction .data li .step{

}
#direction .data li .step li{
	float:none;
	width:100%;
	height:auto;
	margin:0 auto 10px;
	border:1px solid #E4E4E4;
	padding:30px;
	background:#fff;
}
#direction .data li .step li h2{
	font-size:18px;
	color:#666;
	font-weight:400;
	border-bottom:1px solid #DEDEDE;
	padding-bottom:10px;
}
#direction .data li .step li h2 span{
	padding-right:8px;
	font-size:30px;
	color:#DEDEDE;
	font-weight:600;
}
#direction .data li .step li p{
	font-size:14px;
	color:#666;
	margin-top:20px;
}

/*场景样式*/
#scene{
	width:100%;
	height:auto;
	background:url(../img/pro_scene_left.png) no-repeat left bottom,url(../img/pro_scene_right.png) no-repeat right top;
	background-color:#ECEEF3;
	overflow:hidden;
}
#scene .title{
	text-align:center;
	margin-top:30px;
}
#scene .title h2{
	font-size:30px;
	line-height: 30px;
	font-weight:400;
}
#scene .title span{
	display:inline-block;
	width:30px;
	height:2px;
	box-sizing:border-box;
	margin-top:13px;
	border:1px solid #29B0CC;
}
#scene .list{
	width:100%;
	height:auto;
	margin-top:30px;
}
#scene .list li{
	border:0px solid #E4E4E4;
	width:95%;
	box-sizing:border-box;
	margin:0 auto 10px;
	float:none;
	background:#fff;
}
#scene .list li p{
	color:#333;
	font-size:18px;
	padding:10px 0;
	text-align:center;
}
#scene .list li img{
	width: 100%;
	position:relative;
	top:0;
	left:0;
}
}