.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:11px auto 32px;
	margin-bottom:10px;
	text-align:left;
}
#header .menu ul li.product a span{
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	line-height: 56px;
	display: block;
	height: 58px;
}
#header .menu ul li.product>a{
	box-sizing:border-box;
	color: #26bbd6;
	border-top:2px solid #26bbd6;
}
#banner{
	width:100%;
	height:610px;
	background:url(../image/banner_product.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;
	max-width: 700px;
	font-weight:400;
	margin-top:25px;
	letter-spacing:2px;
}
#banner .bannerCon a{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../image/icon.png) no-repeat -900px 0;
	margin-top:75px;
}

/*系列产品样式*/
#skill{
	width:100%;
	overflow:hidden;
	padding-bottom:80px;
	background:#F9F9FE;
}
#skill .title{
	margin-top:120px;
}
#skill .title h2{
	color:#333;
}
#skill .title span{
	border:1px solid #1fb4ce;
}
#skill .title p{
	color:#666;
	font-size:20px;
	width:1200px;
	margin:11px auto 32px;
	margin-bottom:10px;
	text-align:center;
}
#skill ul{
	width:1201px;
	margin:30px auto;
	border-left:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	overflow:hidden;
}
#skill ul li{
	width:400px;
	height:400px;
	box-sizing:border-box;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	float:left;
	text-align:center;
	position:relative;
	background:#fff;
}
#skill ul li span{
	display:inline-block;
	width:280px;
	height:225px;
	margin-top:50px;
	margin-bottom: 20px;
}
#skill ul li p{
	color:#666;
	font-size:14px;
	margin-top:10px;
}
#skill ul li p span{
	display:inline-block;
	width:10px;
	height:10px;
	margin-top:0px;
	margin-left: -15px;
	margin-bottom: 0;
}
#skill ul li p b{
	color:#333;
	font-size:18px;
	font-weight:400;
}
#skill ul li div{
	position:absolute;
	top:0;
	left:0;
	width:400px;
	height:400px;
	padding:50px 40px;
	box-sizing:border-box;
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
	opacity:0;
	z-index:0;
	background:#26BBD6;
	text-align:left;
	vertical-align:middle;
	transition:all 0.2s;
}
#skill ul li:hover div{
	opacity:1;
	z-index:10;
}
#skill ul li:hover div h3{
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:20px;
}
#skill ul li:hover div p{
	font-size:14px;
	color:#fff;
	padding-left: 15px;
}

/*医疗产品样式*/
#service{
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
	background:url(../image/pro_left.png) no-repeat left top,url(../image/pro_right.png) no-repeat right bottom;
	background-color:#EEF0F6;
}
#service .title{
	margin-top:120px;
}
#service .title h2{
	color:#333;
}
#service .title span{
	border:1px solid #1fb4ce;
}
#service .title p{
	color:#666;
	font-size:20px;
	width:1200px;
	margin:11px auto 32px;
	margin-bottom:10px;
	text-align:center;
}
#service ul .page{
	height:500px;
	margin-top:50px;
}
#service ul .page ul li{
	width:400px;
	height:400px;
	box-sizing:border-box;
	border:1px solid #e6e6e6;
	border-left:0;
	float:left;
	text-align:center;
	position:relative;
	background:#fff;
}
#service ul .page ul li:first-child{
	border-left: 1px solid #e6e6e6;
}

#service ul .page ul li span{
	display:inline-block;
	width:280px;
	height:225px;
	margin-top:50px;
	margin-bottom: 20px;
}
#service ul .page ul li p{
	color:#666;
	font-size:14px;
	margin-top:10px;
	position: relative;
}
#service ul .page ul li p span{
	display:inline-block;
	width:10px;
	height:10px;
	margin-top:0px;
	margin-left: -15px;
	margin-bottom: 0;
}
#service ul .page ul li div p u{
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
}
#service ul .page ul li div p .pro_btn{
	margin-top:230px;
	text-align: center;
	display: block;
	width: 100%;
}
#service ul .page ul li div p i{
	width: 30px;
	display: inline-block;
	height: 5px;
	margin:0 5px;
	background: #ccc;
}
#service ul .page ul li div p i.cur{
	background: #fff;
}


#service ul .page ul li p b{
	color:#333;
	font-size:18px;
	font-weight:400;
}
#service ul .page ul li div{
	position:absolute;
	top:0;
	left:0;
	width:400px;
	height:400px;
	padding:50px 40px;
	box-sizing:border-box;
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
	opacity:0;
	z-index:0;
	background:#26BBD6;
	text-align:left;
	vertical-align:middle;
	transition:all 0.2s;
}
#service ul .page ul li:hover div{
	opacity:1;
	z-index:0;
}
#service ul .page ul li:hover div h3{
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:20px;
}
#service ul .page ul li:hover div p{
	font-size:14px;
	color:#fff;
	padding-left: 15px;
}


.coolSwitch .prev,.coolSwitch .next{ 
	display: none; 
	opacity: 0.2; 
	width: 30px; 
	height: 60px; 
	background: url(404.png) no-repeat; 
	background-size: 190%; 
	position: absolute; 
	z-index: inherit; 
	top: 40% !important;
}

/*网关产品样式*/
#gateway{
	width:100%;
	overflow:hidden;
	padding-bottom:80px;
	background:#FBFCFF;
}
#gateway .title{
	margin-top:120px;
}
#gateway .title h2{
	color:#333;
}
#gateway .title span{
	border:1px solid #1fb4ce;
}
#gateway .title p{
	color:#666;
	font-size:20px;
	width:1200px;
	margin:11px auto 32px;
	margin-bottom:10px;
	text-align:center;
}
#gateway ul{
	width:1201px;
	margin:30px auto;
	border-left:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	overflow:hidden;
}
#gateway ul li{
	width:400px;
	height:400px;
	box-sizing:border-box;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	float:left;
	text-align:center;
	position:relative;
	background:#fff;
}
#gateway ul li span{
	display:inline-block;
	width:280px;
	height:225px;
	margin-top:50px;
	margin-bottom: 20px;
}
#gateway ul li p span{
	display:inline-block;
	width:10px;
	height:10px;
	margin-left: -15px;
	margin-top:0px;
	margin-bottom: 0;
}
#gateway ul li span img{
	vertical-align:middle;
}
#gateway ul li p b{
	color:#333;
	font-size:18px;
	font-weight:400;
}
#gateway ul li div{
	position:absolute;
	top:0;
	left:0;
	width:400px;
	height:400px;
	padding:50px 40px;
	box-sizing:border-box;
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
	opacity:0;
	z-index:0;
	background:#26BBD6;
	text-align:left;
	vertical-align:middle;
	transition:all 0.2s;
}
#gateway ul li:hover div{
	opacity:1;
	z-index:10;
}
#gateway ul li:hover div h3{
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:20px;
}
#gateway ul li:hover div p{
	font-size:14px;
	color:#fff;
	margin-top: 10px;
	padding-left: 15px;
}

/*应用场景样式*/
#scene{
	width:100%;
	overflow:hidden;
	padding-bottom:80px;
	background:url(../image/pro_scene_left.png) no-repeat left bottom,url(../image/pro_scene_right.png) no-repeat right top;
	background-color:#EEF0F6;
}
#scene .title{
	margin-top:120px;
}
#scene .title h2{
	color:#333;
}
#scene .title span{
	border:1px solid #1fb4ce;
}
#scene .title p{
	color:#666;
	font-size:20px;
	width:1200px;
	margin:11px auto 32px;
	margin-bottom:10px;
	text-align:center;
}
#scene ul{
	width:1201px;
	margin:30px auto;
	border-left:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	overflow:hidden;
}
#scene ul li{
	width:400px;
	height:400px;
	box-sizing:border-box;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	float:left;
	text-align:center;
	position:relative;
	background:#fff;
}
#scene ul li span{
	display:inline-block;
	width:280px;
	height:225px;
	line-height:225px;
	margin-top:50px;
	margin-bottom: 20px;
}
#scene ul li span img{
	vertical-align:middle;
}
#scene ul li p{
	margin-top:10px;
}
#scene ul li p span{
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 25px;
	margin-top: 0;
	margin-left: -15px;
	margin-bottom: 0;
}
#scene ul li p b{
	color:#333;
	font-size:18px;
	font-weight:400;
}
#scene ul li div{
	position:absolute;
	top:0;
	left:0;
	width:400px;
	height:400px;
	padding:50px 40px;
	box-sizing:border-box;
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
	opacity:0;
	z-index:0;
	background:#26BBD6;
	text-align:left;
	vertical-align:middle;
	transition:all 0.2s;
}
#scene ul li:hover div{
	opacity:1;
	z-index:10;
}
#scene ul li:hover div h3{
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:20px;
}
#scene ul li:hover div p{
	font-size:14px;
	color:#fff;
	padding-left: 15px;
}



@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.product>a{
		border-top:0;
	}

/*系列产品样式*/
#skill{
	width:100%;
	overflow:hidden;
	padding-bottom:30px;
	background:#F9F9FE;
}
#skill .title{
	margin-top:30px;
}
#skill .title h2{
	color:#333;
}
#skill .title span{
	border:1px solid #1fb4ce;
}
#skill .title p{
	color:#666;
	font-size:20px;
	width:100%;
	margin:11px auto 32px;
	margin-bottom:10px;
	text-align:center;
}
#skill ul{
	width:100%;
	margin:30px auto;
	border-left:0;
	border-top:0;
	overflow:hidden;
}
#skill ul li{
	width:96%;
	margin-left: 2%;
	height:auto;
	box-sizing:border-box;
	border:1px solid #e6e6e6;
	float:none;
	text-align:center;
	position:relative;
	background:#fff;
	margin-bottom: 10px;
}
#skill ul li span{
	display:block;
	width:280px;
	height:225px;
	margin:20px auto 0 auto;
}

#skill ul li p{
	color:#666;
	font-size:14px;
	margin-top:10px;
}
#skill ul li p b{
	color:#333;
	font-size:18px;
	font-weight:400;
}
#skill ul li div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:20px 30px;
	box-sizing:border-box;
	color:#fff;
	font-size:12px;
	letter-spacing:0;
	opacity:0;
	z-index:0;
	background:#26BBD6;
	text-align:left;
	vertical-align:middle;
	transition:all 0.2s;
}
#skill ul li:hover div{
	opacity:1;
	z-index:10;
}
#skill ul li:hover div h3{
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:20px;
}
#skill ul li:hover div p{
	font-size:12px;
	color:#fff;
}

/*医疗产品样式*/
#service{
	width:100%;
	overflow:hidden;
	padding-bottom:30px;
	background:url(../image/pro_left.png) no-repeat left top,url(../image/pro_right.png) no-repeat right bottom;
	background-color:#EEF0F6;
}
#service .title{
	margin-top:30px;
}
#service .title h2{
	color:#333;
}
#service .title span{
	border:1px solid #1fb4ce;
}
#service .title p{
	color:#666;
	font-size:20px;
	width:100%;
	margin:11px auto 32px;
	margin-bottom:10px;
	text-align:center;
}
#service ul .page{
	height:auto;
	margin-top:30px;
	padding-bottom: 50px;
}
#service ul .page ul li{
	width:96%;
	margin-left: 2%;
	height:auto;
	box-sizing:border-box;
	border:1px solid #e6e6e6;
	float:none;
	text-align:center;
	position:relative;
	background:#fff;
	margin-bottom: 10%;
}
#service ul .page ul li span{
	display:inline-block;
	width:280px;
	height:225px;
	margin-top:20px;
}
#service ul .page ul li p{
	color:#666;
	font-size:14px;
	margin-top:10px;
}
#service ul .page ul li p b{
	color:#333;
	font-size:18px;
	font-weight:400;
}
#service ul .page ul li div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:20px 30px;
	box-sizing:border-box;
	color:#fff;
	font-size:12px;
	letter-spacing:0;
	opacity:0;
	z-index:0;
	background:#26BBD6;
	text-align:left;
	vertical-align:middle;
	transition:all 0.2s;
}
#service ul .page ul li:hover div{
	opacity:1;
	z-index:10;
}
#service ul .page ul li:hover div h3{
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:20px;
}
#service ul .page ul li:hover div p{
	font-size:12px;
	color:#fff;
}


.coolSwitch .prev,.coolSwitch .next{ 
	display: none; 
	opacity: 0.2; 
	width: 30px; 
	height: 60px; 
	background: url(404.png) no-repeat; 
	background-size: 190%; 
	position: absolute; 
	z-index: inherit; 
	top: 40% !important;
}

/*网关产品样式*/
#gateway{
	width:100%;
	overflow:hidden;
	padding-bottom:30px;
	background:#FBFCFF;
}
#gateway .title{
	margin-top:30px;
}
#gateway .title h2{
	color:#333;
}
#gateway .title span{
	border:1px solid #1fb4ce;
}
#gateway .title p{
	color:#666;
	font-size:20px;
	width:100%;
	margin:11px auto 32px;
	margin-bottom:10px;
	text-align:center;
}
#gateway ul{
	width:100%;
	margin:30px auto;
	border-left:0;
	border-top:0;
	overflow:hidden;
}
#gateway ul li{
	width:96%;
	margin-left: 2%;
	height:auto;
	box-sizing:border-box;
	border:1px solid #e6e6e6;
	float:left;
	text-align:center;
	position:relative;
	background:#fff;
	margin-bottom: 10%;
}
#gateway ul li span{
	display:inline-block;
	width:280px;
	height:225px;
	margin-top:20px;
}
#gateway ul li span img{
	vertical-align:middle;
}
#gateway ul li p b{
	color:#333;
	font-size:18px;
	font-weight:400;
}
#gateway ul li div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:20px 30px;
	box-sizing:border-box;
	color:#fff;
	font-size:12px;
	letter-spacing:0;
	opacity:0;
	z-index:0;
	background:#26BBD6;
	text-align:left;
	vertical-align:middle;
	transition:all 0.2s;
}
#gateway ul li:hover div{
	opacity:1;
	z-index:10;
}
#gateway ul li:hover div h3{
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:20px;
}
#gateway ul li:hover div p{
	font-size:12px;
	color:#fff;
}

/*应用场景样式*/
#scene{
	width:100%;
	overflow:hidden;
	padding-bottom:80px;
	background:url(../image/pro_scene_left.png) no-repeat left bottom,url(../image/pro_scene_right.png) no-repeat right top;
	background-color:#EEF0F6;
}
#scene .title{
	margin-top:30px;
}
#scene .title h2{
	color:#333;
}
#scene .title span{
	border:1px solid #1fb4ce;
}
#scene .title p{
	color:#666;
	font-size:20px;
	width:100%;
	margin:11px auto 32px;
	margin-bottom:10px;
	text-align:center;
}
#scene ul{
	width:100%;
	margin:30px auto;
	border-left:0;
	border-top:0;
	overflow:hidden;
}
#scene ul li{
	width:96%;
	margin-left: 2%;
	margin-bottom: 10%;
	height:auto;
	box-sizing:border-box;
	border:1px solid #e6e6e6;
	float:none;
	text-align:center;
	position:relative;
	background:#fff;
}
#scene ul li span{
	display:inline-block;
	width:280px;
	height:225px;
	line-height:225px;
	margin-top:20px;
}
#scene ul li span img{
	vertical-align:middle;
}
#scene ul li p{
	margin-top:10px;
}
#scene ul li p b{
	color:#333;
	font-size:18px;
	font-weight:400;
}
#scene ul li div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:20px 30px;
	box-sizing:border-box;
	color:#fff;
	font-size:12px;
	letter-spacing:0;
	opacity:0;
	z-index:0;
	background:#26BBD6;
	text-align:left;
	vertical-align:middle;
	transition:all 0.2s;
}
#scene ul li:hover div{
	opacity:1;
	z-index:10;
}
#scene ul li:hover div h3{
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:20px;
}
#scene ul li:hover div p{
	font-size:12px;
	color:#fff;
}


}