.header {
    position: fixed;
	height: 60px;
    width: 100%;
    z-index: 999999;
    line-height: 90px;
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.nav {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}
/* .header .nav .logo {
	display: inline-block;
	width: 250px;
	height: 60px;
	background-image: url("/new/images/logo.png");
	background-position: center 10px;
	background-repeat: no-repeat;
    background-size: auto;
} */
.header .nav .logo {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
    height:  40px;
    vertical-align: top;
    margin-top: 10px;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
}
.header .nav .logo > img {
	vertical-align: top;
}
.head-nav {
	display: inline-block;
	margin: 0 30px;
	height: 60px;
	line-height: 60px;
}
.head-nav li {
    float: left;
    position: relative;
	padding: 0 15px;
}
.head-nav li a {
	height: 60px;
	font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
}
.head-nav li.current a, .head-nav li:hover a {
	color: #b4a078;
}
.header .menu-block {
	position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    z-index: 1001;
    background-color: #ffffff;
    color: #666666;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.header .menu-block .nav-menu {
	position: relative;
    width: 1140px;
    margin: 0 auto;
    padding: 30px 0 50px 0;
    transition: all .2s linear;
}
.header .menu-block .nav-menu.nav-menu-product:before {
    position: absolute;
    content: '';
    top: -10px;
    left: 260px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #ffffff;
}
.header .menu-block .nav-menu.nav-menu-solution:before {
    position: absolute;
    content: '';
    top: -10px;
    left: 347px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #ffffff;
}
.header .menu-block .nav-menu-left {
    float: left;
    position: relative;
    width: 205px;
    padding-right: 25px;
}
.header .menu-block .nav-menu-left .menu-list li a {
	display: block;
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    border-radius: 3px;
}
.header .menu-block .nav-menu-left .menu-list li:hover a, .header .menu-block .nav-menu-left .menu-list li.current a {
	color: #ffffff;
    background-color: #b6a170;
    border: 1px solid #b6a170;
}
.header .menu-block .nav-menu-left .menu-list li a i {
    float: right;
    color: inherit;
    font-size: 20px;
}
.header .menu-block .nav-menu-middle {
    float: left;
    position: relative;
    width: 230px;
    padding: 0 25px;
}
.header .menu-block .nav-menu-middle .title {
    padding-left: 10px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #b6a170;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header .menu-block .nav-menu-middle .menu-list li a {
    display: block;
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    border-radius: 3px;
}
.header .menu-block .nav-menu-middle .menu-list li:hover a, .header .menu-block .nav-menu-middle .menu-list li.current a {
    color: #ffffff;
    background-color: #b6a170;
    border: 1px solid #b6a170;
}
.header .menu-block .nav-menu-middle .menu-list li a i {
    float: right;
    color: inherit;
    font-size: 20px;
}
.header .menu-block .line {
    position: absolute;
    display: block;
    left: 205px;
    top: 30px;
    bottom: 50px;
    width: 1px;
    background-color: #dedede;
    transition: all .1s linear;
}
.header .menu-block .line.line-right {
    left: 440px;
}

.header .menu-block .nav-menu-right {
	float: right;
    width: 705px;
    padding-left: 17px;
}
.header .menu-block .nav-menu-big {
    width: 935px;
    padding-left: 9px;
}
.header .menu-block .nav-menu-right .product-title {
    padding-left: 18px;
    margin-bottom: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #b6a170;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header .menu-block .nav-menu-right .product-list {
	width: 100%;
    overflow: hidden;
    padding-left: 12px;
}
.header .menu-block .nav-menu-big .product-list {
    margin-top: -5px;
}
.header .menu-block .nav-menu-right .product-list li {
	float: left;
    margin: 5px;
}
.header .menu-block .nav-menu-right .product-list li a {
	padding: 8px 10px;
    width: 328px;
    display: block;
    text-decoration: none;
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.header .menu-block .nav-menu-big .product-list li a {
    width: 445px;
}
.header .menu-block .nav-menu-right .product-list li a:hover {
    background-color: #b6a170;
    border: 1px solid #b6a170;
}
.header .menu-block .nav-menu-right .product-list li a h5 {
	height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}
.header .menu-block .nav-menu-right .product-list li a:hover h5,
.header .menu-block .nav-menu-right .product-list li a:hover p {
    color: #ffffff;
}
.header .menu-block .nav-menu-right .product-list li a p {
	height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head-user-block {
	float: right;
    height: 60px;
    line-height: 60px;
}
.head-user-block .head-search {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 40px;
    text-align: center;
}
.head-user-block .head-search .iconfont {
    font-size: 27px;
    color: #a8a8ae;
    vertical-align: 2px;
    cursor:pointer;
}
.head-user-block .head-search.current .iconfont {
    color: #ae9b74;
}
.header .head-search-box {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    z-index: 199;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.header .head-search-box:before {
    display: none;
    position: absolute;
    content: '';
    top: -12px;
    left: 50%;
    margin-left: 234px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #ffffff;
}
.header .head-search-box .search-box {
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 560px;
    margin: 15px auto;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.header .head-search-box .search-box input {
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding: 0 50px 0 15px;
    margin: 0;
    font-size: 14px;
    vertical-align: top;
}
.header .head-search-box .search-box .search-btn {
    display: block;
    height: 20px;
    line-height: 20px;
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    margin-top: 10px;
    border-left: 1px solid #e3e3e5;
}
.header .head-search-box .search-box .search-btn i {
    font-size: 20px;
    color: #75757c;
}

.head-user-block .shopping-cart {
	position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 50px;
    text-align: center;
    cursor: pointer;
}
.head-user-block .shopping-cart .iconfont {
	font-size: 32px;
    color: #a8a8ae;
}
.head-user-block .shopping-cart:hover .iconfont {
    color: #b4a078;
}
.head-user-block .shopping-cart .shop-num {
	position: absolute;
    min-width: 18px;
    background-color: red;
    border-radius: 50%;
    line-height: 12px;
    font-size: 12px;
    font-style: normal;
    color: #ffffff;
    top: 10px;
    right: 0;
    padding: 4px;
    text-align: center;
}
.head-user-block .cart-box {
	position: absolute;
    padding: 0 20px;
    background-color: #ffffff;
    z-index: 999;
    top: 60px;
    left:-230px;
    width: 360px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.head-user-block .cart-box:before {
    position: absolute;
    content: '';
    top: -12px;
    left: 250px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #ffffff;
}
.head-user-block .cart-list {
	padding-top: 10px;
}
.head-user-block .cart-list li {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #dedce3;
}
.head-user-block .cart-list li .goods-img {
	position: absolute;
    top: 20px;
    left: 0;
    border-radius: 3px;
}
.head-user-block .cart-list li .goods-num {
	position: absolute;
    top: 20px;
    right: 0;
    font-size: 12px;
    color: #666666;
    line-height: 12px;
}
.head-user-block .cart-list li .goods-name {
	font-size: 14px;
    color: #666666;
    line-height: 18px;
    padding: 0 80px 0 60px;
    text-align: left;
}
.head-user-block .cart-list li .goods-desc {
	font-size: 12px;
    color: #7a7a81;
    line-height: 14px;
    padding: 0 80px 0 60px;
    text-align: left;
}
.head-user-block .cart-box .cart-btns {
    height: 90px;
    line-height: 90px;
    text-align: right;
}
.head-user-block .cart-box .cart-btns .into-cart-btn {
	height: 40px;
    width: 135px;
    padding: 0;
    background-color: #b4a078;
    border-radius: 3px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.head-user-block .cart-box .cart-btns .into-cart-btn i {
	margin-right: 7px;
	font-size: 25px;
    vertical-align: sub;
    color: #ffffff;
}
.head-user-block .cart-box .cart-btns .cart-num {
	margin-right: 30px;
	font-size: 14px;
	color: #666666;
}
.head-user-block .cart-box .cart-btns .cart-num span {
	padding: 0 5px;
	color: #f22e2e;
}

.head-user-block .login-box {
	display: inline-block;
    height: 60px;
    line-height: 60px;
    float: right;
}
.head-user-block .head-user-nav {
	width: 100%;
    height: 60px;
    line-height: 60px;
}
.head-user-block .head-user-nav li {
	position: relative;
	float: left;
	padding: 0 12px;
}
.head-user-block .head-user-nav li:last-child {
    padding-right: 0;
}
.head-user-block .head-user-nav li:hover > a {
    color: #a89570;
}
.head-user-block .head-user-nav li:hover:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #ffffff;
}
.head-user-block .head-user-nav li.user-space:hover:before {
    margin-left: -4px;
}
.head-user-block .head-user-nav li.line {
	padding: 0;
}
.head-user-block .head-user-nav li.line .iconfont {
    color: #666666;
}
.head-user-block .head-user-nav li a {
	font-size: 14px;
    color: #b5b5bc;
    text-decoration: none;
}
.head-user-block .head-user-nav li a.space-btn {
    display: inline-block;
    background-color: #9e8d6b;
    padding: 23px 20px;
    color: #ffffff;
    line-height: 14px;
    font-size: 14px;
    border-radius: 0;
}
.head-user-block .head-user-nav li a.border {
	padding: 0 13px;
	height: 14px;
	display: inline-block;
	line-height: 14px;
	border-left: 1px solid #5a5a5c;
	border-right: 1px solid #5a5a5c;
}
.head-user-block .head-user-nav li a .arrow {
    font-size: 12px;
    margin-left: 3px;
}
.head-user-block .head-user-nav .user-face {
	border-radius: 50%;
	vertical-align: middle;
}
.head-user-block .head-user-nav .user-menu-box {
	position: absolute;
    padding: 20px;
    background-color: #ffffff;
    z-index: 999;
    min-width: 50px;
    max-width: 200px;
    top: 60px;
    right: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.head-user-block .head-user-nav .user-menu-box .name {
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #b6a170;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dedce3;
}
.head-user-block .head-user-nav .user-menu {
	width: 100%;
}
.head-user-block .head-user-nav .user-menu li {
	width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #7a7a81;
    padding-left: 0;
}
.head-user-block .head-user-nav .user-menu li a {
	font-size: 14px;
    color: #666666;
}
.head-user-block .head-user-nav .user-menu li i.iconfont {
    margin-left: -5px;
    font-size: 18px;
    vertical-align: top;
    color: #999;
}
.head-user-block .head-user-nav .user-menu li:hover a {
    color: #b4a078;
    text-decoration: underline;
}
.head-user-block .head-user-nav .user-menu li.line {
	height: 20px;
}
.head-user-block .head-user-nav .user-menu li.line i {
	display: block;
	height: 1px;
    width: 100%;
    background: #dedce3;
    margin-top: 11px;
}
.head-user-block .head-user-nav .user-menu .consult-btn {
    padding: 0;
    background-color: #b4a078;
    color: #fff;
    display: block;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
}
.head-user-block .head-user-nav .user-menu .consult-btn i {
    font-size: 18px;
    vertical-align: top;
    margin-right: 3px;
}
.head-user-block .head-user-nav .user-menu .consult-btn:hover,
.head-user-block .head-user-nav .user-menu li:hover .consult-btn {
    color: #ffffff;
    text-decoration: none;
}
.head-user-block .head-user-nav .user-msg-box {
	width: 340px;
	padding: 0 20px;
    max-width: none;
}
.head-user-block .head-user-nav .user-msg-box .title {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #666666;
}
.head-user-block .head-user-nav .user-msg-box .title:hover {
	text-decoration: underline;
}
.head-user-block .head-user-nav .user-msg-box .title span {
    font-size: 14px;
	color: #f22e2e;
}
.head-user-block .user-msg-box .msg-list {
	width: 340px;
	margin-left: -20px;
	background-color: #f9f8fc;
    padding: 10px 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	overflow: hidden;
}
.head-user-block .user-msg-box .msg-list li {
	padding: 15px 0;
    border-bottom: 1px solid #222221;
    background-color: transparent;
}
.head-user-block .user-msg-box .msg-list li:last-child {
	border-bottom: none;
}
.head-user-block .user-msg-box .msg-list .msg-text {
	max-width: 300px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #7a7a81;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.head-user-block .user-msg-box .msg-list .msg-desc{
	color: #b5b5bc;
}
.head-user-block .user-msg-box .msg-list li:hover .msg-text {
    color: #b4a078;
    background-color: transparent;
}
.head-user-block .user-msg-box .all-msg-btn {
	height: 35px;
	line-height: 35px;
	text-align: center;
    display: block;
    font-size: 14px;
    color: #5582eb;
}
.head-user-block .user-msg-box .all-msg-btn:hover {
	text-decoration: underline;
}


.head-user-block .unlogin-box {
	display: inline-block;
    height: 60px;
    line-height: 60px;
    float: right;
    padding-left: 20px;
}
.head-user-block .unlogin-box a {
	display: inline-block;
    margin: 0 5px;
	font-size: 14px;
    color: #b5b5bc;
    cursor: pointer;
    border: 1px solid #b4a078;
    line-height: 14px;
    padding: 7px 15px;
    border-radius: 3px;
    color: #b4a078;
}
.head-user-block .unlogin-box a.reg-btn {
    color: #ffffff;
    background-color: #b4a078;
}
.head-user-block .unlogin-box .iconfont {
	font-size: 16px;
    color: #666666;
    vertical-align: top;
}
.head-user-block ul {
    position: relative;
    float: left;
}
.head-user-block ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    color: #b5b5bc;
    cursor: pointer;
    line-height: 14px;
    padding: 7px 15px;
    border-radius: 3px;
    color: #b4a078;
}
