/* CSS Document */

/*头部导航微信公众号样式*/
.qrcode {
	color: #9ca1a6;	
	padding-right: 20px;
	background: url(../images/arrowDownWhite.png) no-repeat right center;
	background-size: 13px auto;
	z-index: 100000010;
}
.qrcodeIcon {
	right: 0;
	top: 100%;
	border: solid 1px #ccc;
	padding: 5px;
	background: #fff;		
}

/*黑色头部调整*/
.publicHeader01 a.phoneNumber,
.publicHeader01 a.phoneNumber:hover {
	color: #9ca1a6;
	margin: 0 0 0 20px;
}

.publicHeader01 a.shopCar {
	width: 45px;
	line-height: 24px;
	background: none;	
}

/*培训商城部分导航和搜索框调整*/
.pxscNavBox {
	margin: 30px 0 0 0px;	
}
.pubHeadLogo {
	margin: 25px 0 0 -3px;	
}
.pxscNavNew .publicSearchBox {
	width: 400px;
	margin: 30px 0 0 10px;	
}
.pxscNavNew .indexTextNavBox .indexTextNavItem {
	width: 102px;	
}
.pxscNavNew .indexTextNavBox .indexTextNavItem:hover a {
	color: #5b9cd2;	
}
.pxscNavNew .indexTextNavBox li.active a {
	color: #5b9cd2;	
}
.publicHeaderShadow {
	-webkit-box-shadow: -2px 0 0 green,0 -2px 0 blue,0 0px 30px #d4d4d6,0 0 0 yellow;
	-moz-box-shadow: -2px 0 0 green,0 -2px 0 blue,0 0px 30px #d4d4d6,0 0 0 yellow;
	box-shadow: -2px 0 0 green,0 -2px 0 blue,0 0px 30px #d4d4d6,0 0 0 yellow;
}
.pxscNavBox .indexTextNavItem i {
	display: none;
	width: 28px;
	height: 3px;
	background: #5094d2;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -14px;
	bottom: 0;
}
.pxscNavBox li.active i {
	display: block;	
}



/*首页导航样式调整*/
.indexNavNew .indexTextNavItem {
	width: 104px;	
}
.navAddItemBox {
	height: 40px;
	line-height: 42px;
}
.navAddItemBox a {
	color: #f9f1e4;	
}
.navAddItemBox a:hover {
	color: #fff;
	text-decoration: underline;	
}
.navAddItemBox01 {
	width: 308px;
	background: url(../images/public/navAddItemBg01.png) no-repeat center bottom;			
}
.navAddItemBox02 {
	width: 198px;
	background: url(../images/public/navAddItemBg02.png) no-repeat center bottom;	
}
.navAddItemBox {
	padding: 0 0 0 38px;	
}
.navAddItemBox .indexTextNavBar {
	width: 1px;
	height: 16px;
	margin: 14px 19px 0 19px;
	background: #debe8f;	
}
.indexTextNav {
	margin: 0 auto -1px auto;	
}

/*热点资讯二级导航*/
.childTabBox {
	height: 40px;
	line-height: 40px;
	background: #f6f6f6;	
}
.childTabBox .listItem {
	margin: 0 35px 0 0;	
}
.childTabBox .listItem a {
	color: #454545;	
}
.childTabBox .listItem i {
	display: none;
	position: absolute;
	width: 28px;
	height: 3px;
	background: #5094d2;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -14px;	
}
.childTabBox li.active a {
	color: #5094d2;
}


/*路径信息*/
.pathBox {
	margin: 20px 0 0 0;
	padding: 15px 0;
}
.pathBox a,
.pathBox span {
	float: left;
	height: 22px;
	color: #8f8f8f;
	line-height: 22px;	
}
.pathBox a.homeLink {
	padding: 0 0 0 26px;
	background: url(../images/public/homeIcon.png) no-repeat left 1px;	
}
.pathBox a.active {
	color: #4b4b4b;	
}
.pathBox span {
	width: 30px;
	background: url(../images/public/arrowRightIcon.png) no-repeat center;
}

