.new-header {
    width: 100%;
    height: 60px;
    background: #0a0a0a;
}

.new-header .banxin {
    width: 88%;
    max-width: 1500px;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.banxin-left {
    height: 100%;
    width: auto;
    overflow: hidden;
    float: left;
    margin-right: 40px;
}

.banxin-left a{
	display: block;
}

.banxin-left img {
    height: 50px;
    width: auto;
    display: block;
    margin-top: 5px;
}

.banxin-cent {
    width: auto;
    height: 100%;
    max-width: 900px;
    overflow: hidden;
    float: left;
    font-size: 16px;
}

.nav {
    font-size: 14px;
    color: #333;
    font-family: tahoma, Microsoft YaHei, Arial, Helvetica, sans-serif;
}

.nav ul li {
	float: left;
    width: auto;
    height: 100%;
    line-height: 60px;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 100;
}

.nav ul li a {
    color: #fff;
}

.nav ul li:hover a {
	color: #659aea;
}

.nav ul li.curr a {
    color: #659aea;
    font-weight: 600;
}

.banxin-right {
    height: 100%;
    width: auto;
    float: right;
    position: relative;
}

.banxin-right .orang {
    width: auto;
    max-width: 60px;
    height: 100%;
    line-height: 60px;
    position: relative;
    float: right;
}

.banxin-right img {
	position: relative;
	top: 5px;
	margin: 0 5px 0 10px !important;
}

#lang {
	color: #333 !important;
}

.lang-box {
    width: 120px;
    height: auto;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    display: none;
    z-index: 100;
    box-shadow: 0 8px 24px 1px rgba(15,19,26,.5);
}

.lang-box > div {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #333;
}

.lang-box > div:hover {
	background: #eee;
}

.banxin-right .login-box {
    width: auto;
    height: 32px;
    margin-top: 14px;
    float: right;
    /*border-right: 1px solid #ebeff5;*/
}

.banxin-right .login-box a {
    width: auto;
    min-width: 60px;
    height: 32px;
    float: left;
    font-size: 14px;
    color: #659aea;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
    padding-left: 0;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banxin-right .login-box a.zhuce{
	display: inline-block;
	background: #659aea;
    color: #fff;
    border-radius: 3px;
}

/*footer*/
#footer {
    padding: 30px 0 0;
    text-align: center;
    background: #000006;
    color: #ffffff;
    width: 100%;
    font-family: tahoma, Microsoft YaHei, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #fff;
    margin: 0 5px;
	vertical-align: middle;
}

#footer a span{
	color: #fff;
}