#alltop{
	width: 100%;
	text-align: center;
}
#enquirytop{
	width: 1256px;
	height: 150px;
	margin: auto;
	background-image: url(../../pictures/login_bj.png);
}
#mainPic{
	width: 100%;
	height: 100px;
	background-image: url(../../pictures/pgtop.jpg);
}
.company_style{
	padding-top: 37px;
    font-size: 33px;
    line-height: 28px;
}
#menuBar{
	width: 100%;
	text-align: center;
	margin-top: 5px;
	background-color: #E6E6FA;
}
#menuTable{
	width: 1200px;;
	text-align: center;
	margin: auto;
	height: 50px;
}
.evaluate_top_login {
	float:right;
}
.hcity {
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-left: 8px;
	width: 685px;
	position: absolute;
	z-index: 9999;
	text-align: left;
}
.hcity a {
	float: left;
	font-weight: normal;
	text-decoration: none;
	height: 25px;
	display: block;
}
.hcity span {
	float: left;
}
.citymenu {
	cursor: pointer;
}
.ccity {
	background: #fff;
	width: 280px;
	height: auto;
	padding: 7px 0 0 0;
	position: absolute;
	top: 22px;
	left: -8px;
	z-index: 999;
	border: solid 1px #d8d8d8;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}
.ccity a {
	font-size: 14px;
}
.ccity dl {
	padding: 7px 0 6px 0;
	margin: 0 13px;
	border: 0;
	border-bottom: #d5d5d5 1px dashed;
	line-height: 23px;
	overflow: hidden;
	zoom: 1;
	line-height: 23px;
}
.ccity dl dd {
	float: left;
	width: 150px;
	overflow: hidden;
	zoom: 1;
}
.ccity dl dt {
	width: 60px;
	float: left;
	color: #666;
}
.ccity dl dd a {
	cursor: pointer;
	float: left;
	padding: 0 11px 0 0;
	white-space: nowrap;
}
.ccity dl dd a:HOVER {
	color: #ff8c00;
}
.evaluate_top_city1 {
	height: 35px;
	width: 180px;
	float: right;
	display: inline;
	letter-spacing: 1px;
}

body {
	height: 100%;
}

/* 通知部分start */
#notifier-div {
	width: 360px;
	max-height: 95%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
    overflow-y: hidden;
}

.single-notice {
	display: none;
	width: 290px;
    min-height: 40px;
    margin: 20px auto;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    background: rgba(238,238,238,.95);
    position: relative;
    padding: 4px 30px 16px 30px;
    line-height: 40px;
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,.3);
}

.notice-text {
	font-size: 12px;
    line-height: 1.6em;
    color: #666;
    display: inline-block;
    width: 280px;
    min-height: 40px;
    overflow: hidden;
}

.notice-text * {
    padding: 0 0;
    margin: 0 0;
}

.notice-close {
	position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    bottom: 50%;
    transform: translate(0, 50%);
    line-height: 20px;
    text-align: center;
    color: #999;
    font-size: 20px;
    cursor: pointer;
}

.notice-time {
	position: absolute;
    bottom: 4px;
    height: 15px;
    font-size: 8px;
    line-height: 15px;
    color: #aaa;
}
/* 通知部分end */