.main-container {
    background: url(../images/bg.png)no-repeat;
    background-position: 0px 428px;
    background-size: 100% 340px;
}
.position{
	width:1100px!important;
	height:auto;
	overflow: hidden;
	margin:0 auto;
	margin-top:15px;
	border:none!important;
}
.position ul{
	float: right;
}
.nav-content{
	background:#fff;
}
.main{
	width:1100px;
	margin:0 auto;
	margin-top:0px!important;
}
.nav-content{
	background:#fff;
}
.main{
	width:1100px;
	margin:0 auto;
}

.enterprise-nav{
	height:50px;
}
.menu{
	height:96px;
	overflow: hidden;
	text-align:center;
	width:100%;
	vertical-align:top;
	box-sizing:border-box;
	background:#fff url(../images/title_bg1.png)no-repeat bottom center;
	z-index:2;
	padding-top:10px;
}
.menu li{
	float:left;	
	width:155px;
	position:relative;
	margin-right:20px;
	text-align: center;
}
.menu li a{
	font-size:18px;
	color:#333;
	height:41px;
	width: 100%;
	display:inline-block;
	background:url(../images/h1_bg.png)no-repeat;
	text-align: center;
}
.menu li a img{margin: 10px auto;}
.menu li:hover a{
	background:url(../images/h_bg.png)no-repeat;
}
.menu li a:hover .h1{
	display: block;
}
.menu li a:hover  .h11{
	display: none;
}
.menu li .current{
	color:#fff !important;
	text-align: center;
	background:url(../images/h_bg.png)no-repeat;
}
.menu li .current .h1{
	display: block;
	text-align: center;
}
.menu li .current .h11{
	display: none;
}
.menu li a .h11{
	display:block;
}
.menu li a .h1{
	display:none;
}
.concept{
	width:1100px;
	height:240px;
	background:url(../images/q1_bg.png)no-repeat bottom center;
}
.concept,.coverage,.features,.procedure,.case,.partner{
	margin-top:50px;
}
.procedure{
	margin-top:30px;
}
.concept-title h2,.coverage-title h2,.features-title h2,.procedure-title h2,.case-title h2,.partner-title h2{
	text-align:center;
}

.concept-details{
	margin-top:142px;
	padding:14px;
	box-sizing:border-box;
}

.concept-details {
	display:inline-block;
	color:#333;
	line-height:36px;
	font-size:16px;
}


.coverage-details{
	width:1100px;
	overflow:hidden;
}
.coverage-list{
	width:1100px;
	color:#333;
	line-height:50px;
	margin-top:20px;
}
.coverage li{
	display:inline-block;
	width:174px;
	line-height:46px;
	font-size:18px;
	text-align:center;
	margin:10px 7px 0 0;
	background:#fff;
}

.coverage li:nth-child(6n){
	margin-right:0px;
}
.features-title{
	padding-top:30px;
}
.features-details{
	overflow:hidden;
	margin-top:40px;
	background:#fff;
}
.guide{
	width:100%;
	height:238px;
	overflow:hidden;
	margin-top:48px;
	background:url(../images/guide.png)no-repeat;
}
.guide p{
	color: #000;
    font-size: 14px;
    line-height: 22px;
    width: 64%;
    float: right;
    margin-top: 41px;
}
.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:'';
	width:55px;
	height:34px;
	position:absolute;
	left:0;
}
.procedure-details{
	padding:20px 0px;
	background:#fff;
}
.procedure-details ul{
	margin:40px auto;
}
.procedure-details li{
	display: inline-block;
    width: 357px;
    height: 330px;
    padding: 30px 24px;
    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{margin-top:0px;}
.case-title h2:before{
	content:'';
	width:55px;
	height:34px;
	position:absolute;
	left:0;
}
.cases ul{
	margin-top:40px;
}
.cases ul li{
	display:inline-block;
	margin-bottom:30px;
	background:#e9e6e6;
}
.cases ul li img{
	width:345px;
	height:265px;
	padding:6px;
}
.cases ul li:nth-child(2),.cases ul li:nth-child(5){
	margin:0 25px 30px;
}
.cases ul li p{
	height:36px;
	line-height:36px;	
	text-align:center;
}
.foot{margin-top:30px!important;}
