.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.cooperation a span{
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	line-height: 56px;
	display: block;
	height: 58px;
}
#header .menu ul li.cooperation>a{
	box-sizing:border-box;
	color: #26bbd6;
	border-top:2px solid #26bbd6;
}
#banner{
	width:100%;
	height:610px;
	background:url(../image/banner_cooperation.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;
}
#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%;
	height:830px;
	overflow:hidden;
	background: #fbfcff;
}
#skill .title{
	margin-top:120px;
}
#skill .title h2{
	color:#333;
}
#skill .title span{
	border:1px solid #1fb4ce;
}
#skill p{
	text-align: center;
}

#skill ul{
	max-width:1230px;
	width:100%;
	margin:30px auto;
	margin-top:0;
	overflow:hidden;
}
#skill ul li{
	width:380px;
	height:230px;
	float:left;
	margin:15px;
	text-align:center;
	position:relative;
}
#skill ul li.hover{
	border:1px solid #e6e6e6;
}

#skill .icon-skill-01{
	background:url(../image/icon.png) no-repeat 10px -242px;
}
#skill .icon-skill-02{
	background:url(../image/icon.png) no-repeat -185px -242px;
}
#skill .icon-skill-03{
	background:url(../image/icon.png) no-repeat -400px -242px;
}
#skill .icon-skill-04{
	background:url(../image/icon.png) no-repeat 15px -400px;
}
#skill .icon-skill-05{
	background:url(../image/icon.png) no-repeat -185px -400px;
}
#skill .icon-skill-06{
	background:url(../image/icon.png) no-repeat -385px -400px;
}
#skill ul li span{
	display:inline-block;
	width:160px;
	height:135px;
	margin-top:30px;
}
#skill ul li p{
	color:#666;
	font-size:16px;
	margin-top:10px;
}
#skill ul li.hover p{
	color:#95c51a;
	}
#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:800px;
	background:url(../image/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 p{
	text-align: center;
}
#service ul{
	max-width:1230px;
	width:100%;
	margin:30px auto;
	margin-top:0;
	overflow:hidden;
}
#service ul li{
	width:380px;
	height:230px;
	float:left;
	margin:15px;
	text-align:center;
	position:relative;
}
#service .icon-skill-01{
	background:url(../image/icon.png) no-repeat -607px -242px;
}
#service .icon-skill-02{
	background:url(../image/icon.png) no-repeat -805px -242px;
}
#service .icon-skill-03{
	background:url(../image/icon.png) no-repeat -1012px -242px;
}
#service .icon-skill-04{
	background:url(../image/icon.png) no-repeat -607px -386px;
}
#service .icon-skill-05{
	background:url(../image/icon.png) no-repeat -805px -386px;
}
#service .icon-skill-06{
	background:url(../image/icon.png) no-repeat -1012px -386px;
}
#service ul li span{
	display:inline-block;
	width:135px;
	height:135px;
	margin-top:50px;
}
#service ul li p{
	color:#fff;
	font-size:16px;
	margin-top:10px;
}

/*商务合作样式*/
#business{
	width:100%;
	height:670px;
	background:url(../image/pro_bg_left.png) left top no-repeat,url(../image/pro_bg_right.png) right bottom no-repeat;
	overflow:hidden;
}
#business .title span{
	border:1px solid #1fb4ce;
}
#business p{
	text-align: center;
}
#business ul{
	max-width:1230px;
	width:100%;
	margin:30px auto;
	margin-top:0;
	overflow:hidden;
}
#business ul li{
	width:380px;
	height:150px;
	border:1px solid #e6e6e6;
	float:left;
	margin:15px;
	text-align:center;
	position:relative;
	background:#fff;
	padding-top:40px;
}
#business ul li b{
	color:#1fb4ce;
	font-size:40px;
	margin:20px auto;
}
#business ul li sup{
	color:#1fb4ce;
	font-size:30px;
}
#business ul li span{
	display:block;
	width:12px;
	height:2px;
	box-sizing:border-box;
	border:1px solid #1fb4ce;
	margin:10px auto;
}
#business ul li p{
	color:#666;
	font-size:16px;
}

/*部分合作伙伴*/
#partner{
	width:100%;
	height:450px;
	background:#eceff5;
	overflow:hidden;
}
#partner .customer p{
	color: #666;
	font-size: 20px;
	text-align: center;
	margin-top:60px;
}
#partner .customer ul{
	width:1189px;
	margin:0 auto;
	margin-top:35px;
	overflow:hidden;
	border-left:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
}
#partner .customer ul li{
	width:198px;
	height:57px;
	float:left;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	box-sizing:border-box;
}
#partner .customer ul li img{
	width: 100%;
}
#partner .more{
	width:1186px;
	font-family:"微软雅黑";
	font-size:13px;
	color:#666;
	margin:26px auto;
	opacity:.5;
	letter-spacing:1px;
}
#partner .more a{
	display: inline-block;
	margin-right: 3px;
}


@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;
		text-align: left;
	}
	#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.cooperation>a{
			border-top:0;
		}

/*技术合作样式*/
#skill{
	width:100%;
	height:auto;
	overflow:hidden;
}
#skill .title{
	margin-top:30px;
}
#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;
	overflow:hidden;
}
#skill ul li{
	width:96%;
	height:230px;
	border:1px solid #e6e6e6;
	float:none;
	margin:0 0 10px;
	margin-left: 2%;
	text-align:center;
	position:relative;
}
#skill .icon-skill-01{
	background:url(../image/icon.png) no-repeat 10px -250px;
}
#skill .icon-skill-02{
	background:url(../image/icon.png) no-repeat -185px -250px;
}
#skill .icon-skill-03{
	background:url(../image/icon.png) no-repeat -400px -250px;
}
#skill .icon-skill-04{
	background:url(../image/icon.png) no-repeat 15px -400px;
}
#skill .icon-skill-05{
	background:url(../image/icon.png) no-repeat -185px -400px;
}
#skill .icon-skill-06{
	background:url(../image/icon.png) no-repeat -385px -400px;
}
#skill ul li span{
	display:inline-block;
	width:160px;
	height:110px;
	margin-top:50px;
}
#skill ul li p{
	color:#666;
	font-size:16px;
	margin-top:10px;
}
#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:auto;
	background:url(../image/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:0;
	overflow:hidden;
}
#service ul li{
	width:96%;
	height:auto;
	border:1px solid #e6e6e6;
	float:none;
	margin:0 0 10px;
	margin-left: 2%;
	text-align:center;
	position:relative;
	background:#fff;
}
#service .icon-skill-01{
	background:url(../image/icon.png) no-repeat -600px -250px;
}
#service .icon-skill-02{
	background:url(../image/icon.png) no-repeat -800px -250px;
}
#service .icon-skill-03{
	background:url(../image/icon.png) no-repeat -1000px -250px;
}
#service .icon-skill-04{
	background:url(../image/icon.png) no-repeat -600px -400px;
}
#service .icon-skill-05{
	background:url(../image/icon.png) no-repeat -800px -400px;
}
#service .icon-skill-06{
	background:url(../image/icon.png) no-repeat -1000px -400px;
}
#service ul li span{
	display:inline-block;
	width:160px;
	height:110px;
	margin-top:50px;
}
#service ul li p{
	color:#666;
	font-size:16px;
	margin-top:10px;
}

/*商务合作样式*/
#business{
	width:100%;
	height:auto;
	background:url(../image/pro_bg_left.png) left top no-repeat,url(../image/pro_bg_right.png) right bottom no-repeat;
	overflow:hidden;
}
#business .title span{
	border:1px solid #1fb4ce;
}
#business ul{
	max-width:1230px;
	width:100%;
	margin:30px auto;
	margin-top:0;
	overflow:hidden;
}
#business ul li{
	width:96%;
	height:auto;
	border:1px solid #e6e6e6;
	float:none;
	margin:0 0 10px;
	margin-left: 2%;
	text-align:center;
	position:relative;
	background:#fff;
	padding-top:40px;
}
#business ul li b{
	color:#1fb4ce;
	font-size:40px;
	margin:20px auto;
}
#business ul li sup{
	color:#1fb4ce;
	font-size:30px;
}
#business ul li span{
	display:block;
	width:12px;
	height:2px;
	box-sizing:border-box;
	border:1px solid #1fb4ce;
	margin:10px auto;
}
#business ul li p{
	color:#666;
	font-size:16px;
}

/*部分合作伙伴*/
#partner{
	width:100%;
	height:auto;
	background:#eef0f6;
	overflow:hidden;
}
#partner .customer p{
	color: #666;
	font-size: 20px;
	text-align: center;
	margin-top:30px;
}
#partner .customer ul{
		width:90%;
		margin:0 5% 20px;
	}
#partner .customer ul li{
		width:33.33%;
		text-align:center;
		height:auto;
		overflow:hidden;
	}
#partner .customer ul li img{
		width:100%;
	}



#partner .more{
	display: none;
}




}