.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-3 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;
}

/*展示区域样式*/
#display{
	width:100%;
	height:800px;
	overflow:hidden;
	background:#F7F8FE;
}
#display .title{
	margin-top:120px;
}
#display .title h2{
	color:#333;
}
#display .title span{
	border:1px solid #1fb4ce;
}	
#display .conBox{
	margin-top:30px;
}
#display .conBox .area{
	position:relative;
}
#display .conBox .area-left,#display .conBox .area-right{
	width:410px;
	height:240px;
	position:absolute;
	cursor:pointer;
}
#display .conBox .area-left{
	top:0;
	left:0;
}
#display .conBox .area-right{
	right:0;
	top:0;
}

/*遮罩样式*/
#shade{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(200,200,200,0.5);
	display:none;
	z-index:inherit;
	text-align:center;
}
#shade .close{
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:20px;
	border:2px solid #666;
	position:absolute;
	top:80px;
	right:20px;
	font-size:20px;
	line-height:40px;
	color:#666;
	cursor:pointer;
}
#shade .bg2{
	position:absolute;
	width:100%;
	height:100%;
	left:0%;
	margin-top:0;
	margin-left:0;
/*	background:url(../img/bg2.png) no-repeat center center;
	background-size:cover;
*/}
#shade .bg{
	position:absolute;
	width:100%;
	height:100%;
	left:0%;
	margin-top:0;
	margin-left:0;
/*	background:url(../img/bg.png) no-repeat center center;
	background-size:cover;
*/}
#shade .bg img,#shade .bg2 img{
	max-width: 90%;
	margin:0 5%;
	max-height: 90%;
	margin-top: 80px;
}

/*流程图样式*/
#view{
	width:100%;
	height:670px;
	background:#eef0f6;
	overflow:hidden;
}
#view .title span{
	border:1px solid #1fb4ce;
}
#view .conBox{
	margin-top:50px;
}

/*价值样式*/
#value{
	width:100%;
	height:660px;
	overflow:hidden;
	background:#f9fbff;
}
#value .title span{
	border:1px solid #1fb4ce;
}
#value .title p{
	color:#666;
}
#value ul{
	max-width:1230px;
	width:100%;
	margin:75px auto;
	overflow: hidden;
}
#value ul li{
	width:200px;
	height:155px;
	float:left;
	margin:15px;
	text-align:center;
	position:relative;
}
#value .noborder{
	border:0;
}
#value .icon-value-01{
	background:url(../img/ecg-agent-icon.png) no-repeat 0 -0;
}
#value .icon-value-02{
	background:url(../img/ecg-agent-icon.png) no-repeat -268px -0;
}
#value .icon-value-03{
	background:url(../img/ecg-agent-icon.png) no-repeat center -0;
}
#value .icon-value-04{
	background:url(../img/ecg-agent-icon.png) no-repeat -804px -0;
}
#value .icon-value-05{
	background:url(../img/ecg-agent-icon.png) no-repeat right -0;
}
#value ul li span{
	display:inline-block;
	width:135px;
	height:135px;
	margin-top:-15px;
}
#value ul li p{
	color:#333;
	font-size:18px;
	margin-top:10px;
}


#value .loadMore{
	text-align:center;
}


#value .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;
}
#value .loadMore a:hover{
	border:1px solid #26bbd6;
}

#value .loadMore a .text{
	display: block;
	position: relative;
	z-index: 2;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
#value .loadMore a:hover .text{
	color: #fff;
}
#value .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;
}
#value .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;
	}	


/*展示区域样式*/
#display{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#F7F8FE;
}
#display .title{
	margin-top:30px;
}
#display .title h2{
	color:#333;
}
#display .title span{
	border:1px solid #1fb4ce;
}

#display .conBox{
	margin-top:30px;
}

#display .conBox .area{
	position:relative;
}
#display .conBox .area img{
	width: 100%;
}

#display .conBox .area-left,#display .conBox .area-right{
	display: none;
	width:410px;
	height:240px;
	position:absolute;
	cursor:pointer;
}
#display .conBox .area-left{
	top:0;
	left:0;
}
#display .conBox .area-right{
	right:0;
	top:0;
}

/*遮罩样式*/
#shade{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(200,200,200,0.5);
	display:none;
	z-index:inherit;
	text-align:center;
}
#shade .close{
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:20px;
	border:2px solid #666;
	position:absolute;
	top:-20px;
	right:-20px;
	font-size:30px;
	line-height:40px;
	color:#666;
	cursor:pointer;
}
#shade .bg2{
	position:absolute;
	width:1200px;
	height:820px;
	left:50%;
	margin-top:100px;
	margin-left:-600px;
	background:url(../img/bg2.png) no-repeat;
	background-size:cover;
}
#shade .bg{
	position:absolute;
	width:1600px;
	height:800px;
	left:50%;
	margin-top:100px;
	margin-left:-800px;
	background:url(../img/bg.png) no-repeat;
	background-size:100% 100%;
}

/*流程图样式*/
#view{
	width:100%;
	height:auto;
	background:#eef0f6;
	overflow:hidden;
}
#view .title span{
	border:1px solid #1fb4ce;
}
#view .conBox{
	margin-top:50px;
	padding-bottom: 30px;
}
#view .conBox img{
	max-width: 96%;
	margin:0 0 0 2%;
}

/*价值样式*/
#value{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#f9fbff;
}
#value .title span{
	border:1px solid #1fb4ce;
}
#value .title p{
	color:#666;
}
#value ul{
	max-width:100%;
	width:100%;
	margin:30px auto;
	margin-top:45px;
}
#value ul li{
	width:46%;
	height:auto;
	border-right:0;
	float:left;
	margin:0 0 15px 2%;
	text-align:center;
	position:relative;
}
#value .noborder{
	border:0;
}
#value .icon-value-01{
	background:url(../img/icon.png) no-repeat 0 -550px;
}
#value .icon-value-02{
	background:url(../img/icon.png) no-repeat -100px -550px;
}
#value .icon-value-03{
	background:url(../img/icon.png) no-repeat -200px -550px;
}
#value .icon-value-04{
	background:url(../img/icon.png) no-repeat -300px -550px;
}
#value .icon-value-05{
	background:url(../img/icon.png) no-repeat -400px -550px;
}
#value ul li span{
	display:inline-block;
	width:90px;
	height:90px;
	margin-top:-15px;
}
#value ul li p{
	color:#333;
	font-size:14px;
	margin-top:0px;
}


}