.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.service a span{
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	line-height: 56px;
	display: block;
	height: 58px;
}
#header .menu ul li.service>a{
	box-sizing:border-box;
	color: #26bbd6;
	border-top:2px solid #26bbd6;
}
#banner{
	width:100%;
	height:610px;
	background:url(../img/banner_service.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{
	width: 100%;
	max-width: 700px;
	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;
}

/*技术合作样式*/
#skill{
	width:100%;
	height:800px;
	overflow:hidden;
	background:#F9F9FE;
}
#skill .title{
	margin-top:120px;
}
#skill .title h2{
	color:#333;
}
#skill .title span{
	border:1px solid #1fb4ce;
}
#skill ul{
	max-width:1230px;
	width:100%;
	margin:30px auto;
	margin-top:0;
}
#skill ul li{
	width:380px;
	height:230px;
	float:left;
	margin:15px;
	text-align:center;
	position:relative;
}
#skill .icon-skill-01{
	background:url(../img/service-icon.png) no-repeat 0 top;
}
#skill .icon-skill-02{
	background:url(../img/service-icon.png) no-repeat center top;
}
#skill .icon-skill-03{
	background:url(../img/service-icon.png) no-repeat right top;
}

#skill ul li span{
	display:inline-block;
	width:135px;
	height:135px;
	margin-top:20px;
	margin-bottom: 20px;
}
#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 h3{
	font-weight: normal;
	color:#26bbd6;
	font-size:20px;
	margin-top:50px;
}
#skill ul li div{
	position:absolute;
	top:0;
	left:0;
	width:380px;
	height:230px;
	padding:50px 40px;
	box-sizing:border-box;
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
	opacity:0;
	z-index:0;
	background:#95c51a;
	text-align:left;
	vertical-align:middle;
	transition:all 0.2s;
}
#skill ul li:hover div{
	opacity:1;
	z-index:10;
}

/*软件下载样式*/
#service{
	width:100%;
	height:450px;
	background:url(../img/bg_coop_01.jpg) no-repeat;
	background-size:cover;
	overflow:hidden;
}
#service .title h2{
	color:#fff;
}
#service .title span{
	border:1px solid #fff;
}
#service .title p{
	color:#fff;
}
#service ul{
	max-width:1230px;
	width:100%;
	margin:30px auto;
	margin-top:20px;
	overflow:hidden;
}
#service ul li{
	width:280px;
	height:230px;
	float:left;
	margin:10px;
	text-align:center;
	position:relative;
	background:#fff;
}

#service ul li p{
	color:#666;
	font-size:16px;
	margin-top:10px;
}
#service ul li div span{
	margin:10px auto;
	display:block;
	width:55px;
	height:55px;
	background:url(../img/icon.png) no-repeat -1100px -60px;
}
#service ul li div{
	position:absolute;
	top:0;
	left:0;
	width:280px;
	height:230px;
	padding:50px 40px;
	box-sizing:border-box;
	font-size:20px;
	letter-spacing:1px;
	opacity:0;
	z-index:0;
	background:#fff;
	text-align:center;
	vertical-align:middle;
	transition:all 0.2s;
}
#service ul li div a{
	color:#26bbd6;
}
#service ul li:hover div{
	opacity:1;
	z-index:10;
}

/*问答样式*/
#answer{
	width:100%;
	padding-bottom:50px;
}
#answer .title span{
	border:1px solid #1fb4ce;
}
#answer .tab{
	width:840px;
	color:#666;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
#answer .tab li{
	float:left;
	padding:30px 20px;
	font-size:18px;
	cursor:pointer;
}
#answer .tab .on{
	color:#26bbd6;
}
#answer .switch .answer_con p{
	border:1px solid #E4E4E4;
	border-top:0;
	padding:20px 30px;
	color:#666;
}
#answer .answer_con h2{
	width:100%;
	color:#26bbd6;
	font-size:16px;
	font-weight:400;
	padding:20px 30px;
	border:1px solid #E4E4E4;
	margin-top:20px;
	cursor: pointer;
}
#answer .answer_con h2 em{
	display:inline-block;
	width:20px;
	height:10px;
	background:url(../img/icon.png) no-repeat -600px -150px;
	float:right;
}
#answer .answer_con .on em{
	background:url(../img/icon.png) no-repeat -700px -150px;
}
#answer .answer_con .on{
	
}

/*服务说明*/
#intro{
	width:100%;
	height:370px;
	background:#eef0f6;
	overflow:hidden;
}
#intro .title span{
	border:1px solid #1fb4ce;
}
#intro p{
	color:#666;
	font-size:14px;
	line-height:30px;
	margin-top: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.service>a{
			border-top:0;
		}

	/*服务支持*/
	#skill{
		width:100%;
		height:auto;
		overflow:hidden;
		background:#F9F9FE;
	}
	#skill .title{
		margin-top:30px;
	}
	#skill .title h2{
		color:#333;
	}
	#skill .title span{
		border:1px solid #1fb4ce;
	}
	#skill ul{
		max-width:100%;
		width:100%;
		margin:30px auto;
		margin-top:0;
	}
	#skill ul li{
		width:96%;
		height:auto;
		border:1px solid #e6e6e6;
		float:none;
		margin:0 0 10px;
		margin-left: 2%;
		text-align:center;
		position:relative;
	}
	#skill .icon-skill-01{
		background:url(../img/icon.png) no-repeat 0 -250px;
	}
	#skill .icon-skill-02{
		background:url(../img/icon.png) no-repeat -200px -250px;
	}
	#skill .icon-skill-03{
		background:url(../img/icon.png) no-repeat -400px -250px;
	}
	#skill .icon-skill-04{
		background:url(../img/icon.png) no-repeat 0 -400px;
	}
	#skill .icon-skill-05{
		background:url(../img/icon.png) no-repeat -200px -400px;
	}
	#skill .icon-skill-06{
		background:url(../img/icon.png) no-repeat -400px -400px;
	}
	#skill ul li span{
		display:inline-block;
		width:160px;
		height:110px;
		margin-top:20px;
	}
	#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 h3{
		color:#26bbd6;
		font-size:20px;
		margin-top:30px;
		margin-bottom: 30px;
	}
	#skill ul li div{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		padding:50px 40px;
		box-sizing:border-box;
		color:#fff;
		font-size:14px;
		letter-spacing:1px;
		opacity:0;
		z-index:0;
		background:#95c51a;
		text-align:left;
		vertical-align:middle;
		transition:all 0.2s;
	}
	#skill ul li:hover div{
		opacity:1;
		z-index:10;
	}

	/*软件下载样式*/
	#service{
		width:100%;
		height:auto;
		background:url(../img/bg_coop_01.jpg) no-repeat;
		background-size:cover;
		overflow:hidden;
	}
	#service .title h2{
		color:#fff;
	}
	#service .title span{
		border:1px solid #fff;
	}
	#service .title p{
		color:#fff;
	}
	#service ul{
		max-width:1230px;
		width:100%;
		margin:30px auto;
		margin-top:20px;
		overflow:hidden;
	}
	#service ul li{
		width:46%;
		height:auto;
		float:left;
		margin:0 2% 10px 2%;
		text-align:center;
		position:relative;
		background:#fff;
	}
	#service ul li img{
		width: 100%;
	}

	#service ul li p{
		color:#666;
		font-size:16px;
		margin-top:10px;
	}
	#service ul li div span{
		margin:10px auto;
		display:block;
		width:55px;
		height:55px;
		background:url(../img/icon.png) no-repeat -1100px -60px;
	}
	#service ul li div{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		padding:50px 40px;
		box-sizing:border-box;
		font-size:20px;
		letter-spacing:1px;
		opacity:0;
		z-index:0;
		background:#fff;
		text-align:center;
		vertical-align:middle;
		transition:all 0.2s;
	}
	#service ul li div a{
		color:#26bbd6;
	}
	#service ul li:hover div{
		opacity:1;
		z-index:10;
	}

	/*问答样式*/
	#answer{
		width:100%;
		padding-bottom:50px;
	}
	#answer .title span{
		border:1px solid #1fb4ce;
	}
	#answer .tab{
		width:100%;
		color:#666;
		margin:0 auto;
		text-align:center;
		overflow:hidden;
	}
	#answer .tab li{
		float:left;
		width: 48%;
		margin:0 1% 10px;
		padding:0;
		text-align: center;
		font-size:12px;
		cursor:pointer;
		line-height: 36px;
		border: 1px solid #f1f1f1;
	}
	#answer .tab .on{
		color:#26bbd6;
	}
	#answer .switch .answer_con p{
		border:1px solid #E4E4E4;
		border-top:0;
		padding:20px 30px;
		color:#666;
	}
	#answer .answer_con h2{
		width:100%;
		color:#26bbd6;
		font-size:16px;
		font-weight:400;
		padding:15px 30px;
		border:1px solid #E4E4E4;
		margin-top:20px;
	}
	#answer .answer_con h2 em{
		position: relative;
		top:5px;
		display:inline-block;
		width:20px;
		height:10px;
		background:url(../img/icon.png) no-repeat -600px -150px;
		float:right;
	}
	#answer .answer_con .on em{
		background:url(../img/icon.png) no-repeat -700px -150px;
	}
	#answer .answer_con .on{
		
	}

	/*服务说明*/
	#intro{
		width:100%;
		height:auto;
		background:#eef0f6;
		overflow:hidden;
		padding-bottom:50px;
	}
	#intro .title span{
		border:1px solid #1fb4ce;
	}
	#intro p{
		color:#666;
		font-size:14px;
		line-height:30px;
		margin-top:20px;
		padding:0 2%;
	}

}