/*    全局字体－雅黑    */

body {
    font-family: '微软雅黑';
}

a:link {
    text-decoration: none;
}       

a:visited {text-decoration: none;
}

a{
    color:#50AA61;
}
    
a:hover {
    text-decoration: none;
    color:#50AA61;
}   

a:active {
    text-decoration: none;
}

/*  背景灰色  */

body.background {
    background-color: #f0f0f0;
}

/*    头部    */

div.header {
    width: 100%;
    z-index: 999;
    height: 58px;
}

div.header div.nav {
    background-color: #FFFFFF;
    height: 58px;
    box-shadow:5px 5px 50px 2px rgba(233, 233, 233, 0.75);
}

.laymid {
    width: 1200px;
    margin: 0 auto;
    height: 58px;
    background: #fff;
}

/*  导航栏  */

.logo {
    background-size: 100% 100%;
    width: 136px;
    height: 42px;
    margin-top: 10px;
    float: left;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/*  菜单栏  */

.menu {
    height: 58px;
    float: left;
    text-align: center;
}

.menu ul li a {
    height: 58px;
    line-height: 58px;
    padding: 0 20px;
    display: block;
}

.menu ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

/*  右侧登录注册按钮  */

.float-r {
    float: right;
    width: 250px;
}

.float-r>a {
    font-size: 16px;
    float: right;
    line-height: 34px;
    width: 40px;
    text-align: center;
    padding: 12px 2px;
}

.float-r>span {
    font-size: 16px;
    float: right;
    line-height: 34px;
    text-align: center;
    padding: 12px 2px;
}

.float-r button {
    width: 84px;
    line-height: 22px;
    margin-top: 12px;
    font-size: 18px;
    float: right;
    color: #fff;
}

/*  菜单栏按钮去背景  */
ul.nav-pills li.active a.bg0 {
    background-color: #fff;
    color: #000;
    border-radius: 0px;
    font-size: 18px;
}

ul.nav-pills span.bg0 {
    background-color: #fff;
    font-size: 18px;
    line-height: 58px;
    padding: 0 20px;
    color: #1f2225;
}

/*  右侧个人中心控件  */

.float-r dl dt a img {
    width: 36px;
    height: 36px;
}

.float-r dl dd {
    float: right;
    margin-right: 30px;
    line-height: 46px;
    clear: both;
    position: absolute;
}

.float-r dl dt>a{
    width: 46px;
    float: right;
    height: 46px;
    border: 5px #f0f0f0 solid;
    padding: 0;
    border-radius: 25px;
    overflow: hidden;
}

.float-r dl dt{
    float: right;
}

.float-r .panel{
    border-radius: 0 0 2px 2px;
    position: relative;
    width: 149px;
    clear: both;
    top:4px;
    display: none;
    z-index: 999;
    background-color:#fff;
    box-shadow:0px 2px 2px rgba(233, 233, 233, 0.75);
    text-align: left;
    float: left;
    text-indent:40px;
}

.float-r .panel a{
    line-height: 30px;
    float: left;
    font-size:12px;
    width: 150px;
    color:#959595;
    margin-bottom: 0;
}

div dl {
    float: left;
    text-align: center;
    width: 104px;
    height: 42px;
    padding: 0;
}

div dl dt {
    line-height: 24px;
    font-size: 16px;
    color: #959595;
}

div dl dd {
    line-height: 20px;
    font-size: 14px;
    color: #69b26f;
}

.float-r dl{
    padding: 6px 0 0;
    float: right;
    margin-bottom: 16px;
}

/*  底部版权信息  */
.footer{
    width: 1200px;
    margin: 0 auto;
    color: #959595;
    padding: 20px 0;
}

.footer p{
    width:100%;
    float: left;
    font-size: 14px;
    text-align: center;
    margin:0;
    line-height: 38px;
}
.footer .copyright{
    font-size: 12px;
    line-height: 20px;
}

.footer p a{
    color: #959595;
}

/*  登录窗口  */

.login .form-control {
	padding-left: 2em;
}

.login .control-label {
	margin-right: -4em;
	z-index: 99;
}

.login .btn-width {
	width: 290px;
}

.login .pull-left {
	margin-left: 2%;
	color: #000;
	margin-top: 5px;
}

.login .pull-right {
	margin-left: 7%;
	color: #000;
	margin-top: 5px;
}

.login form.form-horizontal h1 {
	color: #000;
	text-align: right;
	font-size: 54px;
}

.login form.form-horizontal h3 {
	margin-left: 7%;
	color: #000;
	text-align: center;
	font-size: 20px;
}


.login form.form-horizontal p {
	color: #000;
	text-align: right;
	font-size: 13px;
}

.login .form-group {
	width: 290px;
	margin-left: 0;
	margin-right: 0;
}

.login .col-sm-10 {
	width: 320px;
}

.login .col-sm-offset-2 {
	margin-left: 0;
}

.login div.col-sm-10>input {
	background-position: 6px 6px;
	background-repeat: no-repeat;
}

/* 按钮 */
.btn-navy {
    background: #69b26f;
    color:#fff;
    border-radius: 3px;
    margin:0 auto;
    line-height: 18px;
}

.btn-navy:hover {
    background:#50AA61;
    color:#fff;
    border-radius: 3px;
}

.btn-warning {
    background: #ffb83a;
    color:#fff;
    border-radius: 3px;
    margin:0 auto;
    line-height: 18px;
}

.btn-warning:hover {
    background:#fdca6f;
    color:#fff;
    border-radius: 3px;
}

.btn-white{
    background: #fff;
    line-height: 18px;
    margin:5px 5px 5px 0;
    color: #959595;
    border-radius: 3px;
}

.btn-white:hover{
    background:#f8fafe;
    color: #959595;
    border-radius: 3px;
}

ul.nav-pills li.active a.bg0:hover{
    color: #69b26f;
}

/* 空消息提示 */
#empty{
    height: 200px;
    color:#919191;
    text-align:center;
    border-bottom: 1px #ccc dashed;
    line-height: 200px;
}
