*{
	margin: 0;
	padding: 0;
}
input::-webkit-input-placeholder {
        color: #ccc;
      }
      input::-moz-input-placeholder {
        color: #ccc;
      }
      input::-ms-input-placeholder {
        color: #ccc;
      }

.bar{
	border-bottom: 1px solid #efecec;
	width:100%;
	height: 60px;
	position: fixed;
	top: 0;
	background: #FFFFFF;
	z-index: 99999;
}
.bar-center{
	border: 1px;
	width:1000px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}
.bar-ul-left{
	border: 1px;
	height: 60px;
	float: left;
}
.nav-logo{
	width: 145px;
	height: 38px;
}
.nav-logo-li{
	width: 145px;
	height: 38px;
	float: left;
	list-style-type: none;
	margin-top: 11px;
}
.bar-li-left-index{
	float: left;
	margin-left:40px;
	list-style-type: none;
}

.bar-li-left-index a{
	text-decoration: none;
	color: #2ac359;
	font-family: KaiTi;
	font-size: 19px;
	line-height: 60px;
	font-weight: 400;
}
.bar-li-left a{
	text-decoration: none;
	color: #6b6b6b;
	font-family: KaiTi;
	font-size: 19px;
	line-height: 60px;
	font-weight: 400;
}
.bar-ul-search{
	border: 1px;
	float: left;
	margin-left: 60px;
	margin-top: 13px;
	
}
.bar-ul-search-div{
	border: 1px;
	width: 250px;
	height: 34px;
}
.bar-ul-search-text{
	border-top:1px solid #d4d0d0;
	border-left:1px solid #d4d0d0;
	border-bottom:1px solid #d4d0d0;
	border-right: 1px;
	outline: none;
	width: 170px;
	height: 32px;
	font-size: 13px;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	background: #f6f6f6;
}
.bar-ul-search-button{
	border:1px solid #2ac359;
	width:60px;
	height:32px;
	background:#2ac359;
	text-align: center;
	text-decoration: none;
	float: left;
	cursor: pointer;
}
.bar-ul-search-button span{
	text-decoration: none;
	color: #FFFFFF;
	line-height:32px;
}
.bar-ul-right{
	border: 1px;
}

.bar-li-left{
	float: left;
	margin-left:40px;
	list-style-type: none;
	line-height: 50px;
}

.bar-li-right-login{
	float: right;
	list-style-type: none;
}
.bar-li-right-login a{
	text-decoration: none;
	color: #6b6b6b;
	font-family: KaiTi;
	font-size: 18px;
	line-height: 50px;
}
.bar-li-right-write{
	float: right;
	margin-right:20px;
	list-style-type: none;
	margin-top: 4px;
}
.bar-li-right-write-radius{
	border:1px solid #2ac359;
	width: 100px;
	height: 40px;
	text-align: center;
	border-radius: 30px;
	background: #2ac359;
	margin-top: 5px ;
	cursor: pointer;
}
.bar-li-right-write-radius span{
	text-decoration: none;
	color: #FFFFFF;
	font-family: KaiTi;
	font-size: 18px;
	line-height: 40px;
}
.login-username{
	border: 1px;
	width: 130px;
	height: 60px;
	cursor: pointer;
}
.login-username p{
	text-decoration: none;
	color: #6b6b6b;
	font-family: KaiTi;
	font-size: 19px;
	line-height: 60px;
	text-align: center;
}

.personal{
	box-shadow: #ccc 0px 0px 5px;
	border-top: 1px;
	border-left: 1px solid #e0dfdf;
	border-right: 1px solid #e0dfdf;
	border-bottom: 1px solid #e0dfdf;
	width: 128px;
	height: 150px;
	display: none;
	position: fixed;
	background: #FFFFFF;
	margin-top: -1px;
}
.personal li{
	list-style-type: none;
}
.narbar-menu{
	border-bottom: 1px solid #e0dfdf;
	height: 45px;
}
.narbar-menu p{
	line-height: 45px;
	font-size: 17px;
	color: #6b6b6b;
	text-align: center;
}
