/*header and footer*/
.line{
    display: inline-block;
    float: left;
    width: 1px;
    height:100px;
    background: url(/static/img/line.png) no-repeat center center ;
    margin-left: 20px;
}
/*header*/
#header{
    height:100px;
    width:100%;
    background-color:#000;
}
.inner{
    max-width: 1120px;
    margin: 0 auto;
    min-width: 900px;
}
.logo{
    float: left;
    line-height:100px;
}
#menu{
    float: right;
}
#menu .menu{
    display:inline-block;
    float: left;
}
#menu .menu li{
    float: left;
    line-height: 100px;
    padding:0 20px;
}
#menu .menu li a h1{
    font-size:14px;
}
#menu .menu li a{
    color:#888;
}
#menu .menu li a:hover{
    color:#fff;
}
.login{
    font-size:14px;
    line-height:100px;
    position: relative;
    float:left;   
    margin-left:40px;
}
.loginbtn{
    display: inline-block;
    width: 104px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color:#717171;
    background: url(/static/img/login_btn.png) no-repeat center center;
    cursor: pointer;
}
.loginbtn:hover{
    color:#fff;
}
.logout{
    padding-left: 24px;
    background: url(/static/img/login_icon.png) no-repeat left center;
    cursor: pointer;
}
.arrow{
    display: inline-block;
    width: 7px;
    height: 4px;
    margin-left: 5px;
    background: url(/static/img/arrow.png) no-repeat center center;
    margin-bottom: 2px;
}
/*login*/

#header #menu .login> ul > li:hover .depth, #header #menu .login> ul > li.active .login {
    display: block
}
#header #menu .depth a {
    overflow: hidden;
    display: block;
    line-height: 45px;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
    color: #555;
}
#header #menu .depth .arrowimg{
     position: absolute;
     left: 80px;
     top: -55px;
}
#menu .depth .user{
    height:110px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    background: #fff;
    border-radius: 7px 7px 0 0;
}
#menu .depth .user .img{
    width: 46px;
    height: 46px;
    display:block;
    margin:0 auto;
    margin-top: 20px;
    overflow: hidden;
}
#menu .depth .dev a,#menu .depth .finance a,#menu .depth .exit a{
    padding-left: 55px;
}
#menu .depth .dev a{
    background:url(/static/img/icon1.png) no-repeat 23px 13px;
}
#menu .depth .finance a{
    background:url(/static/img/icon2.png) no-repeat 23px 13px;
}
#menu .depth .exit a{
    background:url(/static/img/icon3.png) no-repeat 23px 13px;
}
#header #menu .login .depth .user a{
    height:110px;
    border-radius: 8px 8px 0 0;
    line-height:25px;
}
#header #menu .login .depth .exit a{
    border-radius:0 0 8px 8px;
}
#header #menu .depth a:hover {
    color: #000;
    background-color: #fafafa;
}
#header #menu .depth{
    display: none;
    border: 1px solid #e6e6e6;
    border-radius:8px;
    width: 170px;
    position:absolute;
    top:80px;
    left:-55px;
    box-shadow: 0px 15px 14px #ddd;
}

/*login end*/

/*header end*/
/*footer*/
.footer{
    height:130px;
    background-color:#fafafa;
}
.copyright{
    width:900px;
    margin:0 auto;
    clear: both;
    color: #434d55;
    font-size: 12px;
    padding: 39px 0 0;
    text-align: center;
}
.copyright-top{
    display: inline-block;
}
.copyright h2{
    font-size:12px;
    color:#757575;
    display: inline;
    float:left;
}
.copyright h3{
    display: inline;
    float:left;
}
.footer .privacy {
    float: left;
    margin-left:9px;}
.footer .privacy li {
    float: left;
    font-weight: 300;
    line-height: 12px;
    padding: 1px 10px 0;
    border-left: 1px solid #ccc;}
.footer .privacy li a{
    color:#84a3e3;
}
.copyright h4{
    clear: both;
}
.footer .copyright h4 a {
    color: #bdbdbd;
    font-size: 12px;
}
.footer .copyright h4 span {
    margin-right: 22px;
}
 a.logout{
    color:#616161;
}
 a.logout:hover{
    color:#fff;
}
/*footer end*/