/*公共内页左侧left-nav*/
.product01 {
	float: left;
	width: 260px;
	margin-top: 0px;
}

.product01 .head_b {
	height: 62px;
	background-color: #0067b7;
	background-image: url(../images_web/index_type01.png);
	background-repeat: no-repeat;
	background-position: 19px 16px;
	padding-left: 85px;
	font-size: 24px;
	line-height: 62px;
	color: #fff;
}

.product01 ul {
	border: 1px solid #ddd;
	border-top: none;
}

.product01 li {
	height: 49px;
	width: 218px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 49px;
}

.product01 li+li {
	border-top: 1px dashed #ddd;
}

.product01 li a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	color: #999;
	background-image: url(../images_web/index_type02.png);
	background-repeat: no-repeat;
	background-position: 190px 18px;	
}


.title{
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}


.product01 li a:hover {
	color: #0067b7;
	background-image: url(../images_web/index_type02h.png);
}

.product01 .selectitem a {
	color: #0067b7;
	background-image: url(../images_web/index_type02h.png);
}


.introTile{
	line-height: 25px;
	font-size: 14px;
}

.introTile p{
	text-indent: 32px;
}

.introContent{
	line-height: 25px;
	font-size: 14px;
}