body{
	background:#f5f5f5;	
}
.nav-content{
	background:#fff;
}
.main{
	width:1200px;
	margin:0 auto;
}
.banner{
	display:block;
	width:100%;
	min-width:1200px;
	max-width:1500px;
	margin:0 auto 50px;
}
.enterprise-nav{
	height:50px;
}
.menu{
	border-bottom:1px solid #bfbfbf;
	height:50px;
	text-align:center;
	width:100%;
	vertical-align:top;
	box-sizing:border-box;
	background:#f5f5f5;
	z-index:2;
	padding-top:10px;
}
.menu li{
	float:left;	
	width:155px;
	position:relative;
}
.menu li a{
	font-size:18px;
	color:#333;
	height:40px;
	width: 100%;
	display:inline-block;
}
.menu li+li:before{
	content:"|";
	color:#bfbfbf;
	position:absolute;
	left:0;
}
.menu li a:hover,.current{
	color:#e91b05 !important;
	border-bottom:2px solid #e91b05;
}

.concept,.coverage,.features,.procedure,.case,.partner{
	margin-top:50px;
}
.concept-title,.coverage-title,.features-title,.procedure-title,.case-title,.partner-title{
	border-bottom:1px solid #bfbfbf;
}
.concept-title h2,.coverage-title h2,.features-title h2,.procedure-title h2,.case-title h2,.partner-title h2{
	font-size:20px;
	color:#333;
	display:inline-block;
	border-bottom:2px solid #e91b05;
	line-height:40px;
	padding-left:60px;
	position:relative;
}
.concept-title h2:before{
	content:'';
	background:url(../../image/www/1F.png);
	width:55px;
	height:34px;
	position:absolute;
	left:0;
}
.concept-details{
	margin-top:20px;
	background:#fff;
	padding:35px;
	box-sizing:border-box;
}
.concept-details a{
	display:inline-block;
	background:#e91b05;
	color:#fff;
	font-size:20px;
	line-height:47px;
	width:220px;
	text-align:center;
	border-radius:5px;
	position:relative;
	vertical-align: top;
	/* margin: 10px 0 0 80px; */
	
}
.concept-details a img{
	display: block;
	width: 100%;
}
/* .concept-details a:before{
	content:'';
	background:url(../../image/www/enterprise/conceptIcon.png);
	width:66px;
	height:51px;
	position:absolute;
	left:-80px;
} */
.concept-details p{
	display:inline-block;
	width:870px;
	margin-left:30px;
	color:#333;
	line-height:36px;
	font-size:18px;
	text-indent:2em;
}

.coverage-title h2:before{
	content:'';
	background:url(../../image/www/2F.png);
	width:55px;
	height:34px;
	position:absolute;
	left:0;
}
.coverage-details{
	width:1200px;
	overflow:hidden;
}
.coverage-list{
	width:1218px;
	color:#333;
	line-height:50px;
	margin-top:20px;
}
.coverage li{
	display:inline-block;
	width:188px;
	font-size:18px;
	text-align:center;
	margin:10px 10px 0 0;
	background:#fff;
}


.features-title h2:before{
	content:'';
	background:url(../../image/www/3F.png);
	width:55px;
	height:34px;
	position:absolute;
	left:0;
}
.features-details{
	overflow:hidden;
	margin-top:20px;
	background:#fff;
}
.features-details-title{
	font-size:44px;
	font-weight:normal;
	color:#ef760a;
	text-align:center;
	margin-top:70px;
}
.features-details ul{
	position:relative;
	width:1114px;
	height:366px;
	margin:70px auto;
}
.features-details ul li{
	display:inline-block;
	position:absolute;
}
.features-details ul li img{
	display:block;
	margin:0 auto;
}
.features-details ul li p{
	font-size:20px;
	margin-top:20px;
}

.procedure-title h2:before{
	content:'';
	background:url(../../image/www/4F.png);
	width:55px;
	height:34px;
	position:absolute;
	left:0;
}
.procedure-details{
	margin-top:20px;
	padding:40px;
	background:#fff;
}
.procedure-details h3{
	font-size:20px;
	text-indent:2em;
}
.procedure-details ul{
	margin:40px auto;
}
.procedure-details li{
	display:inline-block;
	width:360px;
	height:330px;
	padding:30px 20px;
	box-sizing:border-box;
	background:#e3f3fa;
	border-radius:10px;
	vertical-align:top;
}
.procedure-details li+li{
	margin-left:10px;
}
.procedure-details li h4{
	text-align:center;
	line-height:40px;
	color:#0958ce;
	font-size:20px;
	font-weight:normal;
}
.procedure-details li p{
	text-indent:2em;
	text-align:justify;
	color:#333;
	line-height:30px;
	margin-top:20px;
}
.procedure-details img{
	width:100%;
}

.case-title h2:before{
	content:'';
	background:url(../../image/www/5F.png);
	width:55px;
	height:34px;
	position:absolute;
	left:0;
}
.cases ul{
	margin-top:20px;
}
.cases ul li{
	display:inline-block;
	margin-bottom:30px;
}
.cases ul li img{
	width:380px;
	/*height:280px;*/
}
.cases ul li:nth-child(2),.cases ul li:nth-child(5),.cases ul li:nth-child(8){
	margin:0 25px 30px;
}
.cases ul li p{
	background:#fff;
	height:70px;
	line-height:70px;	
	text-align:center;
}
.cases ul li p a{
	color:#333;
	font-weight:bold;
	font-size:20px;
}

.partner-title h2:before{
	content:'';
	background:url(../../image/www/6F.png);
	width:55px;
	height:34px;
	position:absolute;
	left:0;
}
.partner img{
	width:100%;
	margin-top:20px;
}
.hide{
	display:hidden;
}