.h-green {
	color: #00ab5e;
}

.h-red {
	color: #ff0000!important;
}

#nav {
	height: 30px;
	width: 100%;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e5e5e5;
	position: fixed;
	z-index: 999;
	top: 0;
	font-size: 12px;
}

.w1190 {
	width: 1190px;
	margin: 0 auto;
}

#nav .nav1-l {
	height: 30px;
	line-height: 30px;
	float: left;
}

#nav .mobile {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 12px;
	float: left;
	color: #727272;
	position: relative;
}

#nav .mobile:after,#nav .nav1-r-item:after {
	content: "|";
	font-size: 18px;
	color: #eee;
	position: absolute;
	right: 0;
	top: 0;
}

#nav .mobile em {
	display: block;
	width: 11px;
	height: 14px;
	position: absolute;
	top: 8px;
	left: 0;
	background: url(../../images/sprites-icon2.png) no-repeat 0 -352px;
}

#nav .link-index {
	display: block;
	float: left;
	color: #f35f23;
}

#nav .nav1-r {
	height: 30px;
	line-height: 30px;
	float: right;
}

#nav .nav1-r a {
	color: #898989;
}

#nav .nav1-r-item {
	float: left;
	text-indent: 12px;
	width: 75px;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
	position: relative;
	color: #898989;
}

.nav1-box {
	display: inline-block;
	float: left;
}

.nav2-box {
	display: inline-block;
	float: left;
}

#nav .nav2-r-item {
	float: left;
	text-indent: 12px;
	height: 31px;
	overflow: hidden;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
	position: relative;
	color: #898989;
}

#nav .nav1-r em {
	display: block;
	width: 10px;
	height: 5px;
	position: absolute;
	top: 12px;
	right: 8px;
	background: url(../../images/sprites-icon2.png) no-repeat -42px -352px;
}

#nav .nav1-r-hy,#nav .nav1-r-register,#nav .nav1-r-navigation {
	width: 85px;
}

#nav .nav1-r-item:hover em {
	background-position-x: -56px;
}

#nav .nav1-r-hy:hover,#nav .nav1-r-register:hover,#nav .nav1-r-navigation:hover {
	border-color: #dfdfdf;
	line-height: 31px;
}

#nav .nav1-r-help {
	padding-left: 26px;
}

#nav .help-icon {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 8px;
	left: 9px;
	background: url(../../images/sprites-icon2.png) no-repeat -21px -352px!important;
}

#nav .nav1-r-login a {
	color: #f60;
}

#nav .nav1-r-register .dt {
	color: #6bbe2e;
}

#nav .nav1-l a:hover,#nav .nav1-r a:hover {
	color: #f60;
	text-decoration: underline;
}

#nav .nav1-r-item .dt {
	position: relative;
	z-index: 1;
	cursor: pointer;
}

#nav .nav1-r-item .dd {
	width: 85px;
	background: #fff;
	border: 1px solid #dfdfdf;
	position: absolute;
	top: 30px;
	right: -1px;
	display: none;
}

#nav .nav1-r-item:hover .dt {
	background: #fff;
}

#nav .nav1-r-item:hover .dd {
	display: block;
}

#nav .nav1-r-hy li {
	border-bottom: 1px solid #ededed;
	text-indent: 17px;
}

#nav .nav1-r-hy li:nth-child(1) a {
	color: #f60;
}

#nav .nav1-r-navigation .dd {
	width: 230px;
	font-size: 12px;
	line-height: 20px;
}

.nav1-r-navigation p {
	padding-top: 5px;
}

.nav1-r-navigation li {
	border-bottom: 1px solid #ededed;
	padding: 10px 0 10px 10px;
}

#nav .nav1-r-navigation div a {
	display: block;
	width: 66px;
	float: left;
}

#nav .nav1-r-navigation h4 {
	color: #757474;
}

#nav .nav1-r-navigation .dd-item3 a {
	width: 42px;
}

#nav .clear-history {
	background-color: #f7f7f7;
	text-align: center;
	padding: 8px 0;
}

#nav .clear-history a {
	padding-right: 5px;
}

.xunjia-enter{
    width:238px;
    height:330px;
    border:1px solid #2db85f;
    position: absolute;
    right:100px;
    top:30px;
    display: none;
}

.xunjia-enter img{
    width:238px;
    height:330px;
}

.xe-btn{
    position: absolute;
    width:202px;
    height:44px;
    line-height: 44px;
    background-color: #2db85f;
    color:#fff;
    text-align: center;
    font-size: 22px;
    bottom:12px;
    left:18px;
    cursor: pointer;
    box-shadow: -1px 0px 1px #1a6836, 0px 0px, 1px 0px 1px #1a6836, 0px 2px 1px #1a6836;
}

.xe-btn:hover{
	background-color: #2db85f;
	color:#fff;
	text-decoration: none;
}