body{background-color: #f5f5f5;}
#loading{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#main{
	width: 100%;
}
.header{height:38px;}
.user-info li {
    float: left;
    display: inline;
}

.user-info li a.text {
    margin-top: 6px;
    display: inline-block;
    width: 54px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    transition: all .2s;
    color: #666;
    font-size: 14px;
    border: 1px solid #f4f4f4;
}

.user-info li a.text:hover {
    background: #fff;
    border: 1px #eee solid;
    border-radius: 2px;
}
/*导航菜单*/
.nav {
    height: 60px;
    line-height: 60px;
    background: #fff;
}

.nav .logo {
    line-height: 60px;
    /* padding: 5px 0 0 0; */
}

.nav .logo a {
    background: url(../images/logo.png) no-repeat 100% 100%;
    width: 200px;
    height: 55px;
    line-height: 999em;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
}
.nav .nav-bar ul li {
    float: left;
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    margin-left: 80px;
}
.nav .nav-bar ul li.current a.navtag, .nav .nav-bar ul li:hover {
    color: #006fd8;
}
.fixedNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.block_div{background-color: #fff;}
.action{background-color: #fafafa;}
.contact{background-color: #333333;}
#footer{height: 50px;line-height: 50px;text-align: center;background-color: #000;color: #fff;}
