@charset "UTF-8";
.dj-toolbar {
	position: fixed;
	top: 0;
	left: 0;
	color: #ffffff;
	background-color: #f7f7f7;
	height: 40px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 112;
}
.dj-toolbar-layout {
	position: relative;
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
}
.dj-toolbar-layout:after {
    overflow: hidden;
    display: block;
    height: 0;
	content: "";
	clear: both;
}
.dj-toolbar-layout-slogan {
	display: inline;
    text-align: left;
    margin: 0;
    padding: 0;
    background-image:url(../images/dajia/dj-dajia@3x.png);	
	background-position: center center;
    background-repeat: no-repeat;
	background-size: 98px 18px;
	line-height: 40px;
	height: 40px;
	width: 98px;
    float: left;
    overflow: hidden;
}
.dj-toolbar-layout-slogan span {
	display: block;
	text-indent: -99999px;
}
.dj-toolbar-layout-entry {
	position: absolute;
	right: 0;
}
.dj-toolbar-layout-entry .entry-item {
	position: relative;
	display: inline;
	padding: 8px 0;
	line-height: 24px;
	height: 24px;
	float: left;
}
.dj-toolbar-layout-entry .entry-item a {
	font-size: 12px;
    color: #3E3A39;
    text-decoration: none;
	cursor: pointer;
}
.dj-toolbar-layout-entry .group-nav a {
	display: inline-block;
	float: left;
}
.dj-toolbar-layout-entry .group-nav a:last-of-type  {
	padding-left: 20px;
}
.dj-toolbar-layout-entry .group-wechat {
	padding: 8px 20px;
}
.dj-toolbar-layout-entry .icon-wechat {
	display: inline-block;
	vertical-align: middle;
	background: url(icon-wechat.png) 0 center no-repeat;
	background-size: contain;
	margin-right: 4px;
	margin-bottom: 2px;
	height: 12px;
	width: 15px;
	overflow: hidden;
}
/*.dj-toolbar-layout-entry a:hover {
    color: #ffffff;
    text-decoration: none
}*/
.dj-toolbar-layout .dj-qrcode {
	display: none;
	position: absolute;
	top: 33px;
	left: 15px;	
	font-size: 12px;
	/*background-color: #B48732;*/
	width: 120px;
}
.dj-toolbar-layout .dj-qrcode .triangle{
	display:none;
	position: absolute;
    top: -14px;
    left: 53px;
    width: 0;
    height: 0;
    z-index: 99999;
    border: 7px solid transparent;
    border-bottom: 7px solid #B48732;
}
.dj-toolbar-layout .dj-qrcode .qrcode {
	padding: 3px;
}
.dj-toolbar-layout .dj-qrcode .qrcode .img {
	display: block;
	background: #ffffff url(qrcode@1x.png) center center no-repeat;
	background-size: 100px 100px;
	padding: 7px;
	height: 100px;
	width: 100px;
}
.dj-toolbar-layout .dj-qrcode .subtext {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 24px;
	height: 24px;
	width: 120px;
	display:none;
}
.dj-toolbar-layout-entry .entry-center a span {
	zoom: 1;
    display: inline-block;
}
.dj-toolbar-layout-entry .icon-drop {
    display: inline-block;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #999494;
    margin-left: 5px;
	height: 0;
	width: 0;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.drop-rotate {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
.dj-toolbar-layout-entry .dj-toolbar-sublist {
	display: none;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #ffffff;
    margin: 0 0 0 -25px;
    padding: 0 0 8px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.dj-toolbar-sublist .sub-item {
	margin: 6px 0 0 ;
	padding: 0;
}
.dj-toolbar-sublist li a {
    zoom: 1;
    position: relative;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
	color: #ffffff;
    padding: 0 26px;
    white-space: nowrap;
}
.dj-toolbar-sublist li a:hover {
	background-color: #F2F2F2;
	text-decoration: none;
}
.dj-toolbar-layout-entry .headerLogin {
	position: relative;
	display: inline;
	line-height: 40px;
	margin-left: 20px;
	float: right;
}
.dj-toolbar-layout-entry .headerLogin a {
	font-size: 12px;
	color: #3E3A39;
	text-decoration: none;
	zoom: 1;
	white-space: nowrap;
	word-wrap: normal;
}
.dj-toolbar-layout-entry .headerLogin .entry-line {
	padding: 14px 0;
	line-height: 10px;
	height: 10px;
}
.dj-toolbar-layout-entry .headerLogin .entry-line .vline {
	display: inline-block;
    font-style: normal;
    color: #E8E8E8;
    vertical-align: 0;
    margin: 1px 8px 0 8px;
    background-color: #E8E8E8;
	height: 12px;
	width: 1px;
    overflow: hidden;
}
/*.dj-toolbar-layout-entry .headerLogin a.registBtn {
	margin-left: 16px;
	border-radius: 4px;
	text-align: center;
	background-color: #B48732;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 26px;
	height: 26px;
	width: 76px;
    -webkit-transition:background .3s;
    transition:background .3s;
}
.dj-toolbar-layout-entry .headerLogin a.registBtn:hover {
	background-color: #D6AC6D;
}*/
/*隐藏头部*/ 
.dj-toolbar{display:none;}
.dj-main-nav{top:0px;}
.banner{margin-top: 89px;}











