#main{
	position: relative;
	padding-bottom: 40px;
	min-height: 1100px;
	overflow: hidden;
}
div.crump-nav{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #fff;
}
div.crump-nav p{
	width: 1000px;
	margin: 0 auto;
	padding-left: 115px;
	text-align: left;
}
div.crump-nav p a{
	color:#7c7c7c;
}
div.crump-nav p b{
	font-weight: normal;
	color: #3864d2;
}
div.content{
	float: right;
	width: 900px;
	float: right;
	background: #fff;
	margin-top: 30px;
}
div.content h2{
	padding: 70px 70px 0;
	font-weight: normal;
	font-size: 22px;
	color:#3864d2;
}
div.detail-content{
	text-align: left;
	padding: 50px;
}
div.detail-content h3{
	font-weight: normal;
	text-align: left;
	font-size: 2em;
	padding-top: 24px;
	width: 176px;
    height: 38px;
    padding-bottom: 8px;
    border-bottom: 1px solid blue;
}
div.detail-content p{
	line-height: 30px;
	font-size: 18px;
	text-align: left;
	padding: 24px;
	text-indent: 36px;
	font-family: SimSun;
	color: #343434;
}
div.detail-content h4{
	font-size: 22px;
	width: 500px;
	height: 40px;
	padding-left: 24px;
	line-height: 40px;
	text-align: left;
	font-weight: normal;
}
div.detail-content span{
	font-size: 22px;
	width: 200px;
	display: block;
	text-align: left;
	font-weight: normal;
	padding: 10px 24px;
}
#content_2 b{
	font-size: 18px;
	padding-left: 24px;
}
#content_2 ul{
	text-indent: 24px;
}
#content_2 ul li{
	font-size: 18px;
	line-height:30px;
	color: #343434;
	font-family: SimSun;
	margin-left: 24px;
}
#content_2 ul li~li{
	margin-top: 24px;
}
div.left-nav{
	position: absolute;
	float: left;
	width:220px;
	top:30px;
	left: 20px;
	height: 500px;
	z-index: 10;
}
div.left-nav ul.title{
	padding-left: 10px;
	height: 300px;
	padding-top: 40px;
}
div.left-nav .title li{
	font-size: 16px;
	padding:10px 10px 10px 20px;
	cursor: pointer;
	height:20px;
	width: 200px;
	text-align: left;
	background: url(../images/bg_s-02.png) no-repeat left center;
}
div.line span.other{
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	bottom:-20px;
	left: -10px;
	background: #fff;
}
div.left-nav .title li.current{
	color: #fff;
	background: url(../images/bg_s.png) no-repeat left center;
}
div.line{
	position: absolute;
	width: 1px;
	height: 300px;
	left: 15px;
	z-index:-1;
	background: #ccc;
}
.solution{
	background: #3864d2 url(../images/solution_05.jpg) no-repeat center 0;
	min-width: 1348px;
	height: 321px;
}
