

/*loginbar*/

.m-loginbar-wrap {
    background: #2e2e2e;
    min-width: 1006px;
}

.m-loginbar {
    height: 26px;
    line-height: 26px;
    color: #9a9a9a;
}

.m-loginbar a {
    color: #9a9a9a;
}

.m-loginbar .left {
    float: left;
}

.m-loginbar .right {
    float: right;
}

.m-loginbar .right a:hover {
    color: #ffca61!important;
}

.m-loginbar .right li {
    float: left;
    position: relative;
}

.m-loginbar .right li .hor {
    position: absolute;
    left: 50%;
    top: 26px;
    width: 132px;
    height: 158px;
    margin-left: -66px;
    display: none;
    z-index: 999999;
    background: url(../image/login-bar-eq.png) no-repeat center center;
}

.m-loginbar .right li .hor img {
    display: block;
    margin: 0 auto;
    padding-top: 12px;
    width: 94%;
    height: auto;
}

.m-loginbar .right li .hor i {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    text-align: center;
}

.m-loginbar .right span {
    margin: 0 4px;
}


/*header*/

.m-header {
    height: 120px;
}

.m-header .logo-box {
    float: left;
    height: 120px;
}

.m-header .logo-box h1,.m-header .logo-box div {
    float: left;
    height: 120px;
}

.m-header .logo-box h1 a,.m-header .logo-box div a {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    height: 116px;
}
.m-header .logo-box .text {
    height: 120px;
    float: left;
    background: url(../image/logo-line.png) no-repeat left center;
    margin-left: 15px;
    padding-left: 25px;
}

.m-header .logo-box .text img {
    display: block;
    padding-top: 42px;
}

.m-header .logo-box .text p {
    color: #333333;
    font-size: 14px;
    line-height: 32px;
}

.m-header .tel {
    height: 120px;
    float: right;
    padding-left: 100px;
    background: url(../image/header-kf.png) no-repeat left bottom;
}

.m-header .tel p {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    padding-top: 30px;
}

.m-header .tel span {
    display: block;
    color: #6c2b00;
    font-size: 24px;
    line-height: 32px;
}


/*nav*/

.m-nav-wrap {
    background: #0b0b0b;
    min-width: 1006px;
}

.m-nav ul {
    height: 54px;
    line-height: 54px;
    color: white;
    font-size: 14px;
}

.m-nav ul .nor a {
    color: white;
    padding: 0 16px;
    height: 54px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.m-nav ul li {
    float: left;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: relative;
}

.m-nav ul li .nor i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 54px;
    width: 1px;
    background: url(../image/nav-line.png) no-repeat center center;
}

.m-nav ul li.on .nor a,
.m-nav ul li:hover .nor a {
    color: #fff !important;
    background: #6c2b00;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.m-nav ul li .hor {
    position: absolute;
    left: 0;
    top: 54px;
    z-index: 9999;
    width: 225px;
    background-color: #6c2b00;
    border-radius: 0 4px 4px 4px;
    padding: 10px 16px;
    box-sizing: border-box;
    display: none;
}

.m-nav ul li .hor dd {
    float: left;
    width: 94px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.m-nav ul li .hor dd a {
    color:#fff
}
.m-nav ul li .hor dd a:hover {
    color:#ffca61!important
}


/*banner*/

.m-banner {
    position: relative;
    width: 1006px;
    height: 380px;
    overflow: hidden;
}

.m-banner .bd li {
    position: relative;
}

.m-banner .bd li .text {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.m-banner .bd li .text p {
    color: white;
    font-size: 16px;
    letter-spacing:0.5px;
    line-height: 32px;
}

.m-banner .bd li .text span {
    font-family:'Didot';
    display: block;
    color: white;
    font-size: 40px;
    line-height: 52px;
    font-weight: lighter;
    letter-spacing:0.6px;
}

@font-face {
    font-family:'Didot';
    src: 
         url('/template/default/skin/fonts/Didot/Didot.woff') format('woff'),
         url('../font/didot.ttf') format('truetype'),
         url('../font/didot.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.m-banner .bd li img {
    display: block;
    width: 1006px;
    height: 380px;
}

.m-banner .hd ul {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 18px;
    left: 0;
    text-align: center;
}

.m-banner .hd ul li {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 2px;
    cursor: pointer;
}

.m-banner .hd ul li.on {
    background: #fff;
}

.m-banner .hd em {
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #000;
    z-index: 3;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.m-banner .hd em.prev {
    background: #000 url(../image/prev.png) no-repeat center center;
    left: 0;
}

.m-banner .hd em.next {
    background: #000 url(../image/next.png) no-repeat center center;
    right: 0;
}

.m-banner .hd em:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/*breadcrumb*/

.m-breadcrumb-nav {
    float: left;
    color: black;
    line-height: 36px;
    font-size:14px;
}

.m-breadcrumb-nav a {
    color: black;
}

.m-breadcrumb-nav b {
    font-weight: 400;
}

.m-breadcrumb-nav em {
    margin: 0 6px;
}

.m-breadcrumb-nav span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 18px;
    line-height: 18px;
    border: 1px solid #6c2b00;
    color: #6c2b00;
    padding: 0 10px;
    cursor: pointer;
}

.m-breadcrumb-nav span i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 18px;
    vertical-align: top;
    width: 7px;
    margin-left: 6px;
    background:url(../image/z-58.png) no-repeat -97px -175px;
}

.m-breadcrumb-nav span:hover {
    background: #6c2b00;
    color: #fff;
}

.m-breadcrumb-nav span:hover i {
    background-position:-97px -188px;
}

.m-breadcrumb-search {
    float: right;
    width: 231px;
    height: 36px;
    position: relative;
}

.m-breadcrumb-search a {
    position: absolute;
    width: 20px;
    height: 36px;
    right: 10px;
    top: 0;
    background:url(../image/z-58.png) no-repeat -126px -174px;
}

.m-breadcrumb-search a:hover {
    background-position:-126px -212px;
}

.m-breadcrumb-search input {
    font-family:Microsoft YaHei, Helvetica, STHeiti, Droid Sans Fallback;
    width: 231px;
    height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    padding: 6px 40px 6px 13px;
    color: #636363;
    font-size: 14px;
    line-height: 22px;
}

.m-breadcrumb-search input:focus {
    border: 1px solid #6c2b00;
    color: #333;
}


/*m-footer*/

.m-footer-wrap {
    background: #ebebeb;
    padding: 26px 0 30px 0;
    min-width: 1006px;
    overflow: hidden;
}

.m-footer-left {
    width: 200px;
    float: left;
    padding-top:8px;
}

.m-footer-left img {
    display: block;
}

.m-footer-center {
    float: left;
}

.m-footer-center dl {
    float: left;
    line-height: 26px;
    width: 125px;
}

.m-footer-center dl dt {
    color: #6c2b00;
}

.m-footer-center dl dt a {
    color: #6c2b00;
}

.m-footer-center dl dd a {
    color: black;
}

.m-footer-right {
    float: right;
}

.m-footer-right li {
    margin-bottom: 15px;
}

.m-footer-right li img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 80px;
    height: 80px;
    vertical-align: top;
}

.m-footer-right li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 80px;
    line-height: 80px;
    vertical-align: top;
    margin-left: 5px;
}

.m-footer-bd {
    border-top: 1px solid #ddd;
    width: 806px;
    margin-left: 200px;
    line-height: 28px;
    padding-top: 20px;
    margin-top: 20px;
}

.m-footer-bd p {
    line-height: 30px;
}

.m-footer-bd p span {
    color: #dcd7d4;
    margin: 0 10px;
}

.m-footer-bd p strong {
    color: #dcd7d4;
    margin: 0 10px;
    font-weight: normal;
}

.m-footer-bd p a {
    color: #000;
}

.m-footer-bd ul {
    color: #363636;
}

.m-footer-bd ul a {
    color: #363636;
}

.m-footer-bd ul li a {
    float:left;
}

/*fixed bar*/

.m-fixedbar-up {
    width: 62px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: 522px;
    z-index: 9999;
    margin-top: -124px;
}

.m-fixedbar-up .bd {
    border: 1px solid #eeeeee;
}

.m-fixedbar-up .bd .item {
    border-bottom: 2px solid #eeeeee;
    position: relative;
}

.m-fixedbar-up .bd .item .nor {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.m-fixedbar-up .bd .item .nor em {
    width: 26px;
    height: 36px;
    display: block;
    margin: 0 auto;
}

.m-fixedbar-up .bd .item .nor span {
    line-height: 14px;
    color: gray;
}

.m-fixedbar-up .bd .item .nor:hover {
    background: #6c2b00;
}

.m-fixedbar-up .bd .item .nor:hover span {
    color: #fff;
}

.m-fixedbar-up .bd .item1 .nor em {
    background:url(../image/z-58.png) no-repeat 0 -96px;
}

.m-fixedbar-up .bd .item1 .nor:hover em {
    background:url(../image/z-58.png) no-repeat -38px -96px;
}

.m-fixedbar-up .bd .item2 .nor em {
    background: url(../image/z-58.png) no-repeat -76px -96px;
}

.m-fixedbar-up .bd .item2 .nor:hover em {
    background: url(../image/z-58.png) no-repeat -115px -96px;
}

.m-fixedbar-up .bd .item3 .nor em {
    background: url(../image/icon-code-nor.gif) no-repeat center center;
}

.m-fixedbar-up .bd .item3 .nor:hover em {
    background: url(../image/z-58.png) no-repeat -191px -96px;
}

.m-fixedbar-up .bd .item3 .hor {
    position: absolute;
    top: 50%;
    width: 0px;
    height: 120px;
    background: #fff;
    border: 1px solid #eee;
    margin-top: -60px;
    left: 0;
    display: none;
}

.m-fixedbar-up .bd .item3 .hor img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

.m-fixedbar-up .bd .item4 .nor em {
    background: url(../image/z-58.png) no-repeat -231px -96px;
}

.m-fixedbar-up .bd .item4 .nor:hover em {
    background: url(../image/z-58.png) no-repeat -271px -96px;
}

.m-sec-wrap01 {
    background: #efe7e4;
    padding: 32px 0;
    min-width: 1006px;
}

.m-sec-wrap01 .headline-h2 {
    text-align: center;
    margin-bottom: 20px;
}

.m-sec-wrap01 .headline-h2 h2 {
    color: #6b2d04;
    font-size: 32px;
    line-height: 41px;
    font-weight: 400;
}

.m-sec-wrap01 .headline-h2 span {
    display: block;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}

.m-sec-wrap02 {
    background: #fff;
    padding: 32px 0;
    min-width: 1006px;
}

.m-sec-wrap02 .headline-h2 {
    text-align: center;
    margin-bottom: 20px;
}

.m-sec-wrap02 .headline-h2 h2 {
    color: #000 !important;
    font-size: 31px;
    line-height: 41px;
    font-weight: 400;
    padding-top:15px;
}

.m-sec-wrap02 .headline-h2 span {
    display: block;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}

.m-sec-wrap02 .headline-h2 i {
    color: #d1a746;
    margin-left: 10px;
}


/*按钮*/

.m-coffee-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 46px;
    background: #6c2b00;
    color: white;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0 25px;
}

.m-coffee-btn:hover {
    background: #522100;
    color: #fff !important;
}


/*用途*/

.m-furniture-use {
    position: relative;
    padding-left: 80px;
    background: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    color: #303030;
    font-size: 14px;
    line-height: 24px;
}

.m-furniture-use a {
    color: #303030;
}

.m-furniture-use .hd {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    padding: 10px 0;
}

.m-furniture-use .bd {
    padding: 10px 0;
    background: #fff;
    border-left: 1px solid #ebebeb;
    padding-left: 24px;
}

.m-furniture-use .bd a {
    padding-right: 24px;
}

.m-furniture-use .bd .on {
    color: #6c2b00;
}


/*seat*/

.m-index-seat {
    position: relative;
    height: 166px;
}

.m-index-seat .img {
    position: absolute;
    right: 120px;
    bottom: -10px;
}

.m-index-seat .text {
    margin-left: 120px;
    padding-top: 32px;
    position: relative;
}

.m-index-seat .text img {
    display: block;
}

.m-index-seat .text a {
    width: 143px;
    height: 37px;
    background-color: #e41203;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #f8ff34;
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
    text-align: center;
    position: absolute;
    left: 320px;
    top: 84px;
}

.case-list li {
    background: #fff;
}

.m-furniture-news .bd li {
    float: left;
    width: 462px;
    margin-left: 30px;
    border-bottom: 1px dotted #d2d2d2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.m-furniture-news .bd li h3 {
    color: #222222;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    position: relative;
}

.m-furniture-news .bd li h3 a {
    color: #222222;
    display: block;
    height: 32px;
    overflow: hidden;
}

.m-furniture-news .bd li h3 em {
    width: 7px;
    height: 7px;
    border: 2px solid #d2d2d2;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: absolute;
    left: -18px;
    top: 9px;
}

.m-furniture-news .bd li p {
    color: #898989;
    line-height: 24px;
}

.m-product-recommended-title h3 {
    color: #555555;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}
.m-product-recommended-title h3 i {
    color: #6c2b00;
}
.m-product-recommended-title .bd li {
    color: #555555;
    font-size: 14px;
    line-height: 32px;
}

.m-product-recommended-title .bd li a {
    color: #555555;
    vertical-align: middle;
}

.m-product-recommended-title .bd li em {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 4px;
    width: 4px;
    background: #bbbbbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 6px;
}


/*荣誉资质*/

.m-about-us-nav {
    height: 344px;
    position: relative;
    min-width: 1006px;
    overflow: hidden;
    z-index: 2;
}

.m-about-us-nav .hd {
    position: absolute;
    left: 50%;
    margin-left: -503px;
    top: 0;
    z-index: 999;
}

.m-about-us-nav .hd .text {
    margin-left: 650px;
    padding-top: 87px;
}

.m-about-us-nav .hd h3 {
    color: #d1a746;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}

.m-about-us-nav .hd h4 {
    color: #2e2e2e;
    font-weight: 400;
}

.m-about-us-nav .hd p {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
}

.m-about-us-nav .bd {
    position: absolute;
    left: 50%;
    margin-left: -503px;
    bottom: 5px;
    z-index: 5;
}

.m-about-us-nav .bd ul {
    height: 55px;
}

.m-about-us-nav .bd ul li {
    float: left;
    height: 55px;
    width: 124px;
    margin-left: 1px;
    line-height: 55px;
    font-size: 14px;
    background-color: #f3f3f3;
    text-align: center;
    position: relative;
}

.m-about-us-nav .bd ul li a {
    display: block;
    width: 100%;
    height: 55px;
    color: #242424;
}

.m-about-us-nav .bd ul li img {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -4px;
}

.m-about-us-nav .bd ul li.on img,
.m-about-us-nav .bd ul li:hover img {
    display: block;
}

.m-about-us-nav .bd ul li.on a,
.m-about-us-nav .bd ul li:hover a {
    background-color: #d1a746;
    color: #fff !important;
}

.m-about-us-nav .bg {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.ovh1{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.ovh2{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.ovh3{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.ovh4{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}