

/* Page Specific
 ---------------------------------------------------------------------*/
.breadCrumbHolder
{
	margin:0 0 0 0;
}
/* Float Clearing
 ---------------------------------------------------------------------*/
/* * Download by http://www.codefans.net*/
.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/
 /*20180605 yulin edit*/
.breadCrumb
{
	margin: 0;
	padding: 0;
	/*float: left;*/
	display: block;
	/*height: 21px;*/
	overflow: hidden;
	/*width: 980px;*/
	width: 100%;
	max-width: 1440px;
	padding: 20px 0;
	position: relative;
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: 0px 11px 0px 0;
	padding: 0px 15px 0px 0;
	font-size: .9167em;
	background: url(../images/icon/Chevron.gif) no-repeat 100% 0;
}
.breadCrumb ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.breadCrumb ul li span
{
	display: block;
	overflow: hidden;
}
.breadCrumb ul li a
{
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
}
/* change icon image 20180720 yulin */
.breadCrumb ul li.first a
{
	/*height: 16px !important;*/
	height: 12px !important;
	text-indent:-1000em;
	/*width:16px;*/
	width:12px;
	padding: 0;
	/*margin-top: 2px;*/
	margin-top: 4px;
	overflow: hidden;
	background:url(../images/icon/index_link.svg) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.breadCrumb ul li.first a:hover
{
	/*background-position: 0 -16px;*/
	opacity: 0.85;
}
.breadCrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay
{
	display: none;
	background: url(../images/icon/ChevronOverlay.png) no-repeat 100% 0;
	width: 13px;
	height: 20px;
}
.breadCrumbHolder .ctrl-right { position:absolute; margin-top:16px;}