﻿/*通用样式*/
.w {
    width: 1080px;
    overflow: hidden;
    margin: 0 auto;
}

/*页头*/
.head-mode {
    height: 200px;
    position: relative;
}



.head-mode .head-mode-inner {
    width: 1280px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.head-mode .forms {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.head-mode .search-bar label {
    font-size: 24px;
    color: #333333;
    letter-spacing: 5px;
    margin-right: 40px;
}

.head-mode .search-bar {
    display: inline-flex;
    align-items: center;
}

.head-mode .search-bar .txt {
    width: 260px;
    height: 31px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #333333;
}

.head-mode .search-bar .search-btn {
    width: 26px;
    height: 26px;
    background-image: url(../images/search-btn.png);
    background-repeat: no-repeat;
    border: none;
    background-color: #fff;
    cursor: pointer;
}

.head-mode .nav-list {
    margin-top: 55px;
}

.head-mode .nav-list li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.head-mode .nav-list a {
    font-size: 20px;
    color: #333333;
    width: 80px;
    text-align: center;
    display: inline-block;
}

.head-mode .nav-list .cur::after,
.head-mode .nav-list .curs::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e00828;
}

.head-mode .nav-list .cur,
.head-mode .nav-list .curs {
    color: #666666;
}

.head-mode .nav-list li:last-child {
    margin-right: 0;
}

.head-mode .head-mode-sub {
    width: 100%;
    height: 300px;
    background-color: #fafafa;
    position: absolute;
    left: 0;
    bottom: -300px;
    z-index: 888;
    display: block;
}

.head-mode .head-mode-sub .head-mode-sub-inner {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.nav-list .navb nav {
    width: 116px;
    background-color: #ffffff;
    position: absolute;
    top: 80px;
    left: -13px;
    z-index: -1;
    opacity: 0;
    padding: 15px 0 10px;
    transition: all 0.5s;
}

.nav-list .navb nav a {
    display: block;
    width: 100%;
    height: 27px;
    text-align: center;
    font-size: 14px;
    color: #5f5f5f;
    line-height: 27px;
    margin-bottom: 5px;
}

.nav-list .navb nav a:hover {
    background-color: #e42541;
    color: #ffffff;
}

.nav-list .navb::before {
    width: 100%;
    height: 11px;
    background-image: url(../images/nav_b_b.png);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    bottom: -54px;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
}

.nav-list .navb:hover nav {
    opacity: 1;
    top: 80px;
    z-index: 9999;
}

.nav-list .navb:hover::before {
    z-index: 9999;
    opacity: 1;
}

/*.head-mode .head-mode-sub .head-mode-sub-inner ul {
    width: 80px;
}

*/

.head-mode .head-mode-sub .head-mode-sub-inner .sub-list {
    width: 870px;
    display: flex;
}

.head-mode .head-mode-sub .head-mode-sub-inner .sub-list ul {
    margin-right: 50px;
}

.head-mode .head-mode-sub .head-mode-sub-inner .sub-list ul:last-child {
    margin-right: 0;
}

.head-mode .head-mode-sub .head-mode-sub-seize {
    width: 335px;
}

.head-mode .head-mode-sub li {
    margin-bottom: 20px;
}

.head-mode .head-mode-sub li a {
    font-size: 16px;
    color: #666666;
    transition: all .5s;
}

.head-mode .head-mode-sub li a:hover {
    color: #e6000b;
}
/*.head-mode:hover .head-mode-sub {
    display: block;
}
*/
.banner {
    position: relative;
    overflow: hidden;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    width: 6px;
    height: 6px;
    margin: 0 10px !important;
    position: relative;
    opacity: 100;
}

.banner .swiper-pagination-bullet-active::after {
    content: '';
    background-image: url(../images/swiper-pagination-bullet-bg.png?v=1.1);
    background-repeat: no-repeat;
    position: absolute;
    left: -7px;
    bottom: -7px;
    width: 21px;
    height: 21px;
}



.banner img {
    width: 100%;
}
/*整木空间*/
.pro-space-mod {
    margin-top: 100px;
    overflow: hidden;
    height: 740px;
}

.mod-hd {
    display: flex;
    justify-content: space-between;
}

.mod-hd .left-content .title {
    font-size: 30px;
    color: #333333;
    margin-bottom: 10px;
    height: 32px;
    line-height: 32px;
    border-left: solid 2px #e00828;
    padding-left: 10px;
}

.mod-hd .left-content .text {
    font-size: 16px;
    color: #666666;
}

.mod-hd .right-content a {
    font-size: 16px;
    color: #333333;
    width: 118px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #333333;
    text-align: center;
    display: block;
    transition: all .5s;
}

.mod-hd .right-content a:hover {
    background-color: #e00828;
    border-color: #e00828;
    color: #fff;
}

.pro-space-mod .mod-bd {
    margin-top: 60px;
}

.pro-space-mod .mod-bd .mod-bd-column {
    display: flex;
    justify-content: space-around;
}

.pro-space-mod .mod-bd .mod-bd-column .mod-bd-column-name {
    width: 430px;
    font-size: 20px;
    letter-spacing: 5px;
    border-bottom: solid 2px #e00828;
    text-align: center;
}

.pro-space-mod .mod-bd .mod-bd-column .mod-bd-column-name span {
    padding: 0 45px;
    background-color: #fff;
    position: relative;
    top: 12px;
}

.chineStyle-mod {
    height: 480px;
    overflow: hidden;
}

.chineStyle-mod .mod-head {
    height: 122px;
    text-align: center;
    margin-top: 60px;
    overflow: hidden;
}

.chineStyle-mod .mod-body {
    width: 1075px;
    height: 450px;
    margin-top: 60px;
    /* background-color: #666666;*/
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.chineStyle-mod .mod-link {
    width: 198px;
    height: 38px;
    line-height: 38px;
    border: solid 1px #fff;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.chineStyle-mod .mod-body li {
    width: 135px;
    height: 450px;
    float: left;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.chineStyle-mod .mod-body li a {
    position: absolute;
    z-index: 88;
    display: block;
    width: 100%;
    height: 100%;
}

.chineStyle-mod .mod-body li .d-mod {
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 77;
    min-width: 200px;
}

.chineStyle-mod .mod-body li .d-en {
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff59;
    margin-top: 10px;
}

.chineStyle-mod .mod-body li .d-name {
    font-size: 18px;
    color: #fff;
}
/*品牌中心*/
.brandCenter-mod {
    width: 100%;
    height: 840px;
    background-image: url(../images/brandCenter-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.brandCenter-mod-hd {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    height: 32px;
    line-height: 32px;
    border-left: solid 2px #e00828;
    padding-left: 10px;
}

.brandCenter-mod-hd {
    margin-top: 100px;
}

.brandCenter-mod-bd {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.brandCenter-mod .left-content {
    padding-top: 200px;
}

.brandCenter-mod .left-content p {
    font-size: 24px;
    line-height: 1.6;
    text-indent: 20px;
}

.brandCenter-mod .left-content a {
    width: 118px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    margin-top: 70px;
    transition: all .5s;
}

.brandCenter-mod .left-content a:hover {
    background-color: #e00828;
    border-color: #e00828;
}

.brandCenter-mod .right-content {
    margin-left: 130px;
}

.brandCenter-mod .right-content a {
    display: block;
    width: 280px;
    height: 120px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    margin-bottom: 55px;
    transition: all .5s;
}

.brandCenter-mod .right-content a span {
    display: block;
}

.brandCenter-mod .right-content a .ch {
    font-size: 20px;
    margin-top: 33px;
    margin-bottom: 10px;
}

.brandCenter-mod .right-content a .en {
    font-size: 14px;
    text-transform: uppercase;
}

.brandCenter-mod .right-content a:hover {
    background-color: #e00828;
    border-color: #e00828;
}
/*红木家具*/
.product-mod {
    height: 840px;
    overflow: hidden;
    background-color: #fafafa;
}

.product-mod .mod-hd {
    margin-top: 100px;
}

.product-mod .mod-hd a {
    background-color: #e00828;
    color: #fff;
    border-color: #fff;
}

.product-mod-bd {
    width: 100%;
    height: 530px;
    overflow: hidden;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.product-mod-bd .product-mod-nav {
    width: 268px;
    height: 530px;
    border-left: solid 1px #e00828;
    margin-left: 7px;
    display: flex;
    flex-wrap: wrap;
}


.product-mod-bd .product-mod-nav a {
    width: 268px;
    height: 72px;
    display: block;
    text-indent: 60px;
    border-bottom: solid 1px #fff;
    padding-bottom: 15px;
    position: relative;
}

.product-mod-bd .product-mod-nav a::after {
    content: '●';
    font-size: 30px;
    position: absolute;
    left: -70px;
    top: 6px;
}

.product-mod-bd .product-mod-nav a:last-child {
    border-bottom: none;
}

.product-mod-bd .product-mod-nav a span {
    display: block;
}

.product-mod-bd .product-mod-nav .ch {
    font-size: 20px;
    color: #333333;
    margin-top: 25px;
}

.product-mod-bd .product-mod-nav .en {
    text-transform: uppercase;
    font-size: 16px;
    color: #cccccc;
    margin-top: 5px;
}

.product-mod-bd .product-mod-nav a.cur .ch,
.product-mod-bd .product-mod-nav a:hover .ch {
    font-size: 24px;
}

.product-mod-bd .product-mod-nav a.cur,
.product-mod-bd .product-mod-nav a:hover {
    border-bottom: solid 1px #cccccc;
}
/*.product-mod-bd .product-mod-nav a.cur:last-child:hover,
.product-mod-bd .product-mod-nav a:last-child:hover {
    border-bottom: none !important;
    border-top: solid 1px #cccccc !important;
}*/
.product-mod-bd .product-mod-nav a.cur::after {
    color: #e00828;
}

.product-mod-bd .product-mod-swiper {
    width: 800px;
    height: 528px;
    position: relative;
    border: solid 1px #cccccc;
}

.product-mod-bd .product-mod-swiper .swiper-slide {
    width: 800px;
    height: 100%;
    overflow: hidden;
}

.product-mod-bd .product-mod-swiper .swiper-slide img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product-mod-bd .product-mod-swiper .swiper-slide:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product-mod-bd .product-mod-swiper .swiper-slide img {
    width: 800px;
    /*height: 530px;*/
}

.product-mod-bd .product-mod-swiper .swiper-slide span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 55px;
    z-index: 99;
    font-size: 20px;
    text-align: center;
    color: #333333;
}
/*整装案例*/
.case-mod {
    width: 100%;
    height: 840px;
    overflow: hidden;
}

.case-mod .mod-hd {
    margin-top: 100px;
}

.case-mod .case-mod-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

.case-mod .case-mod-list .case-item {
    width: 350px;
    height: 205px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.case-mod .case-mod-list .case-item img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 350px;
    height: 205px;
}

.case-mod .case-mod-list .case-item img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.case-mod .case-mod-list .case-item .title {
    position: absolute;
    width: 350px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #63656980;
    left: 0;
    bottom: 0;
}

.case-mod .case-mod-bm {
    width: 100%;
    height: 92px;
    overflow: hidden;
    margin-top: 30px;
}
/*新闻中心*/
.news-mode {
    width: 100%;
    height: 840px;
    background-image: url(../images/news-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.news-mode .mod-hd {
    margin-top: 100px;
}

.news-mode .mod-hd .left-content .title,
.news-mode .mod-hd .left-content .text,
.news-mode .mod-hd .right-content a {
    color: #fff;
}

.news-mode .mod-hd .right-content {
    display: flex;
}

.news-mode .mod-hd .right-content a {
    border-color: #fff;
    transition: all .5s;
}

.news-mode .mod-hd .right-content a:hover {
    border-color: #e00828;
}

.news-mode .mod-hd .right-content a:first-child {
    margin-right: 10px;
}

.news-mode .news-mode-bd {
    width: 100%;
    height: 540px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.news-mode .news-mode-bd .news-mode-list-item {
    width: 308px;
    height: 538px;
    display: block;
    padding: 0 20px;
    border: solid 1px #cccccc;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transition: all .5s;
}

.news-mode .news-mode-bd .news-mode-list-item:last-child {
    border-right-color: transparent;
}

.news-mode .news-mode-bd .news-mode-list-item span {
    display: block;
}

.news-mode .news-mode-bd .news-mode-list-item .news-title {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    line-height: 1.5;
    margin-top: 45px;
    overflow: hidden;
}

.news-mode .news-mode-bd .news-mode-list-item .news-pic {
    width: 300px;
    height: 220px;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-mode .news-mode-bd .news-mode-list-item .news-pic img {
    max-height: 220px;
}

.news-mode .news-mode-bd .news-mode-list-item .news-content {
    font-size: 14px;
    color: #ffff;
    line-height: 1.5;
    margin-top: 20px;
}

.news-mode .news-mode-bd .news-mode-list-item .news-btn {
    border: 1px solid #fff;
    width: 248px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.news-mode .news-mode-bd .news-mode-list-item:hover {
    background-color: #fff;
    border-top-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
}

.news-mode .news-mode-bd .news-mode-list-item:hover .news-title {
    color: #333333;
    border-bottom: 1px solid #333333;
}

.news-mode .news-mode-bd .news-mode-list-item:hover .news-content {
    color: #666666;
}

.news-mode .news-mode-bd .news-mode-list-item:hover .news-btn {
    color: #333333;
    border: 1px solid #666666;
}
/*服务保障*/
.service-mod {
    width: 100%;
    height: 840px;
    background-color: #fafafa;
}

.service-mod .mod-hd {
    margin-top: 100px;
}

.service-mod .service-mod-bd {
    height: 561px;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.service-mod .service-mod-bd .service-item {
    width: 340px;
    height: 561px;
    overflow: hidden;
}

.service-mod .service-mod-bd .service-item .t {
    width: 340px;
    height: 400px;
    overflow: hidden;
    display: block;
}

.service-mod .service-mod-bd .service-item .t img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.service-mod .service-mod-bd .service-item:hover .t img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.service-mod-bm {
    width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center;
}

.service-mod-bm img {
    margin: 80px auto 0 auto;
}
/*页脚*/
.footer-mod {
    width: 100%;
    min-height: 600px;
    background-color: #333333;
    color: #fff;
}

.footer-mod .w {
    width: 1280px;
    height: 480px;
}

.footer-mod-logo {
    width: 573px;
    height: 51px;
    overflow: hidden;
    margin: 50px auto 0 auto;
}

.footer-mod-bd {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.footer-mod-left {
    display: flex;
}

.footer-mod-left .footer-mod-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 65px;
}

.footer-mod-nav .first {
    font-size: 22px;
    margin-bottom: 30px;
}

.footer-mod-nav a {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    transition: all .5s;
}

.footer-mod-nav a:hover {
    color: #e00828;
}

.footer-mod-wx {
    width: 390px;
    display: flex;
    justify-content: space-between;
}

.footer-mod-wx .footer-mod-wx-item {
    text-align: center;
}

.footer-mod-wx .footer-mod-wx-item .wx-tit {
    font-size: 18px;
    margin-top: 15px;
}

.footer-mod-contact {
    font-size: 16px;
}

.footer-mod-contact b {
    font-size: 22px;
}

.footer-mod-contact p:first-child {
    margin-top: 25px;
    margin-bottom: 5px;
}

.footer-mod-contact p b:first-child {
    margin-right: 5px;
}

.footer-mod-bm {
    width: 100%;
    height: 121px;
    line-height: 121px;
    border-top: 1px solid #666666;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.footer-mod-bm a {
    font-size: 14px;
    color: #fff;
}
/*新闻资讯*/
.column-mod-head {
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #921717;
    font-size: 24px;
    color: #fff;
}

.column-mod-head a {
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.column-mod-head a:hover,
.column-mod-head .cur {
    color: #f48300;
}

.column-mod-head a:last-child {
    padding-right: 0;
}

.column-mod-head a::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 0;
}

.column-mod-head a:first-child::after {
    display: none;
}

.column-mod-head a:first-child {
    padding-left: 0;
}

.column-mod-head .column-name {
    font-size: 24px;
    font-weight: bold;
}

.column-mod-head-main {
    display: flex;
    justify-content: space-between;
}

.column-mod-title {
    width: 410px;
    margin: 100px auto 45px auto;
    border-bottom: 1px solid #333333;
    padding-bottom: 30px;
    text-align: center;
}

.column-mod-title .ch {
    font-size: 30px;
    color: #333333;
}

.column-mod-title .en {
    font-size: 20px;
    color: #cccccc;
    margin-top: 5px;
    text-transform: uppercase;
}

.column-mod-place {
    width: 1080px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    overflow: hidden;
    text-align: right;
}

.column-mod-place,
.column-mod-place a {
    font-size: 14px;
    color: #333333;
}

.column-mod-place span {
    display: inline-block;
    width: 35px;
    height: 24px;
    background-image: url(../images/column-mod-place-icon.png);
    background-repeat: no-repeat;
    background-position: 15px 17px;
}

.column-mod-body {
    width: 1080px;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.news-list-item {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #666666;
    padding-bottom: 60px;
    margin-bottom: 60px;
    transition: all .5s;
}

.news-list-item .news-pic {
    width: 510px;
    height: 350px;
    overflow: hidden;
    margin-right: 70px;
}

.news-list-item .news-pic img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.news-list-item:hover .news-pic img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.news-list-item:hover .news-info .news-title,
.news-list-item:hover .news-info .news-content,
.news-list-item:hover .time-d {
    color: #e00828;
}

.news-list-item:hover .news-info .news-time .btn-d {
    background: #e00828;
    color: #fff;
    border-color: #e00828;
}

.news-list-item .news-info {
    width: 500px;
    color: #333333;
}

.news-list-item .news-info .news-title {
    font-size: 20px;
    font-weight: 400;
    margin-top: 50px;
}

.news-list-item .news-info .news-content {
    font-size: 14px;
    margin-top: 40px;
    line-height: 1.8;
    height: 100px;
    overflow: hidden;
}

.news-list-item .news-info .news-time {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.news-list-item .news-info .news-time .btn-d {
    border: solid 1px #333333;
    width: 138px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}

.news-list-item .news-pic img {
    width: 510px;
    height: 350px;
}
/*整木空间*/
.column-case-mod-nav {
    margin-top: 70px;
    overflow: hidden;
}

.column-case-mod-nav .column-case-mod-nav-list {
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
}

.column-case-mod-nav .column-case-mod-nav-list a {
    display: inline-block;
    width: 98px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #fff;
    font-size: 16px;
    color: #333333;
    text-align: center;
    transition: all .5s;
}

.column-case-mod-nav .column-case-mod-nav-list a.cur,
.column-case-mod-nav .column-case-mod-nav-list a:hover {
    border: solid 1px #e42541;
}

.column-case-mod-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.column-case-mod-body .column-case-item {
    display: inline-block;
    width: 525px;
    height: 340px;
    position: relative;
    margin-bottom: 85px;
}

.column-case-mod-body .column-case-item .pic {
    width: 525px;
    height: 340px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column-case-mod-body .column-case-item .pic img {
    max-width: 525px;
}

.column-case-mod-body .column-case-item .pic img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.column-case-mod-body .column-case-item:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.column-case-mod-body .column-case-item .name {
    width: 298px;
    height: 73px;
    line-height: 75px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    position: absolute;
    left: 115px;
    bottom: -40px;
    background-color: #fff;
    border: solid 1px #999999;
    transition: all .5s;
}

.column-case-mod-body .column-case-item:hover .name {
    border: solid 1px #e00828;
    background-color: #e00828;
    color: #fff;
}
/*定制家具*/
.column-mod-body .column-customProducts-item {
    width: 525px;
    display: block;
    font-size: 0;
    margin-bottom: 50px;
    float: left;
    margin-right: 25px;
}

.column-mod-body .column-customProducts-item:nth-child(2n) {
    margin-right: 0;
}

.column-mod-body .column-customProducts-item .pro-pic {
    border: solid 1px #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 523px;
    height: 338px;
    overflow: hidden;
}

.column-mod-body .column-customProducts-item .pro-pic img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.column-mod-body .column-customProducts-item:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.column-mod-body .column-customProducts-item .pro-pic img {
    height: 338px;
}

.column-mod-body .column-customProducts-item .pro-name {
    display: inline-block;
}

.column-mod-body .column-customProducts-item .pro-info span {
    display: block;
    overflow: hidden;
}

.column-mod-body .column-customProducts-item .pro-info {
    height: 120px;
    display: block;
    border-bottom: solid 1px #666666;
    font-size: 18px;
    color: #333333;
    text-align: center;
    overflow: hidden;
}

.column-mod-body .column-customProducts-item .pro-info .pro-name {
    margin-top: 30px;
}

.column-mod-body .column-customProducts-item .pro-info .pro-btn {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 2px;
}

.column-mod-body .column-customProducts-item:hover .pro-info {
    background-color: #e00828;
    border-bottom: solid 1px #e00828;
    color: #fff;
}
/*关于我们*/
.about-column-mod1 {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}

.about-column-mod1 .mod1-item1 {
    display: flex;
    justify-content: space-between;
}

.about-column-mod1 .mod1-item1 .pic {
    width: 520px;
    height: 600px;
    overflow: hidden;
}

.about-column-mod1 .mod1-item1 .pic img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.about-column-mod1 .mod1-item1 .pic img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.about-column-mod1 .mod1-item1 .content {
    width: 415px;
}

.about-column-mod1 .mod1-hd {
    overflow: hidden;
    border-bottom: 1px solid #333333;
    padding-bottom: 25px;
    margin-bottom: 35px;
    margin-top: 40px;
}

.about-column-mod1 .mod1-hd .ch {
    font-size: 30px;
    color: #333333;
}

.about-column-mod1 .mod1-hd .en {
    font-size: 20px;
    color: #cccccc;
    margin-top: 5px;
    text-transform: uppercase;
}

.about-column-mod1 .mod2-bd {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.about-column-mod1 .mod2-bd p span {
    font-size: 18px;
    color: #e00828;
}

.about-column-mod1 .mod2-bd p {
    margin-bottom: 10px;
}

.about-column-mod1 .mod1-bg {
    width: 100%;
    height: 500px;
    background-image: url(../images/about-column-bg.jpg?v=1.1);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 80px;
    margin-bottom: 130px;
    overflow: hidden;
}

.about-column-mod1 .mod1-item2 {
    padding-bottom: 100px;
    overflow: hidden;
}

.about-column-mod1 .mod1-item2 .mod1-item2-tp {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 165px;
}

.about-column-mod1 .mod1-item2 .mod1-item2-tp .pic {
    width: 509px;
    height: 267px;
}

.about-column-mod1 .mod1-item2 .mod1-item2-tp .pic img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.about-column-mod1 .mod1-item2 .mod1-item2-tp .pic img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.about-column-mod1 .mod1-item2 .mod1-item2-tp .content {
    font-size: 16px;
    color: #666666;
    margin-right: 155px;
    line-height: 1.8;
}

.about-column-mod1 .mod1-item2 .mod1-item2-tp .content p {
    margin-bottom: 10px;
}

.about-column-mod1 .mod1-item2 .mod1-item2-tp .content p span {
    font-size: 18px;
    color: #e00828;
}

.about-column-mod1 .mod1-item2 .mod1-item2-bm {
    width: 1080px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.about-column-mod1 .mod1-item2 .mod1-item2-bm img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.about-column-mod1 .mod1-item2 .mod1-item2-bm img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.about-column-mod2 {
    overflow: hidden;
    background-color: #fafafa;
    height: 760px;
}

.about-column-mod2 .mod2-hd {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 110px;
}

.about-column-mod2 .mod2-hd .mod2-hd-left {
    width: 300px;
    border-bottom: 1px solid #333333;
    padding-bottom: 25px;
    margin-right: 70px;
}

.about-column-mod2 .mod2-hd .ch {
    font-size: 30px;
    color: #333333;
}

.about-column-mod2 .mod2-hd .en {
    font-size: 20px;
    color: #cccccc;
    margin-top: 5px;
    text-transform: uppercase;
}

.about-column-mod2 .mod2-hd .title {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 10px;
}

.about-column-mod2 .mod2-hd .content {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.about-column-mod2 .mod2-bd {
    display: flex;
    justify-content: space-between;
}

.about-column-mod2 .mod2-bd .mod2-bd-item {
    width: 340px;
    height: 360px;
    overflow: hidden;
}

.about-column-mod2 .mod2-bd .mod2-bd-item img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.about-column-mod2 .mod2-bd .mod2-bd-item img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.about-column-mod3 {
    height: 1000px;
    overflow: hidden;
}

.about-column-mod3 .mod3-hd {
    width: 300px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: solid 1px #333333;
    margin: 0 auto 70px auto;
    overflow: hidden;
    margin-top: 100px;
}

.about-column-mod3 .mod3-hd .ch {
    font-size: 30px;
    color: #333333;
}

.about-column-mod3 .mod3-hd .en {
    font-size: 20px;
    color: #cccccc;
    text-transform: uppercase;
    margin-top: 5px;
}

.about-column-mod3 .mod3-bd .mod3-bd-tp {
    display: flex;
    height: 420px;
}

.about-column-mod3 .mod3-bd .mod3-bd-tp li {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}

.about-column-mod3 .mod3-bd .mod3-bd-tp .mod3-bd-tp-left {
    width: 520px;
    height: 420px;
    overflow: hidden;
    margin-right: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
}

.about-column-mod3 .mod3-bd .mod3-bd-tp .mod3-bd-tp-left img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 430px;
    height: 300px;
}

.about-column-mod3 .mod3-bd .mod3-bd-tp .mod3-bd-tp-left:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.about-column-mod3 .mod3-bd .mod3-bd-tp .mod3-bd-tp-right {
    height: 420px;
    border-left: solid 1px #666666;
    padding-left: 45px;
}

.about-column-mod3 .mod3-list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.about-column-mod3 .mod3-list .mod3-list-item {
    width: 255px;
    height: 200px;
    overflow: hidden;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-column-mod3 .mod3-list .mod3-list-item img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 230px;
}

.about-column-mod3 .mod3-list .mod3-list-item:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.about-column-mod4 {
    height: 1000px;
    background-color: #fafafa;
}

.about-column-mod4 .mod4-hd {
    width: 300px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: solid 1px #333333;
    margin: 0 auto 70px auto;
    overflow: hidden;
    margin-top: 100px;
}

.about-column-mod4 .mod4-hd .ch {
    font-size: 30px;
    color: #333333;
}

.about-column-mod4 .mod4-hd .en {
    font-size: 20px;
    color: #cccccc;
    text-transform: uppercase;
    margin-top: 5px;
}

.about-column-mod4 .mod4-bd {
    width: 1080px;
    height: 608px;
    margin: 0 auto;
}
/*联系我们*/
.contact-column-main {
    font-size: 24px;
    color: #333333;
    line-height: 1.8;
}

.contact-column-map {
    width: 100%;
    height: 600px;
    margin: 80px auto 140px auto;
    overflow: hidden;
}

.contact-body .BMap_bubble_title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-column-mod-shop {
    width: 1080px;
    height: 340px;
    margin-top: 65px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.contact-column-mod-shop .swiper-slide {
    width: 340px;
    height: 380px;
    background-color: #fafafa;
}

.contact-column-mod-shop .swiper-slide .shop-image {
    width: 340px;
    height: 280px;
    overflow: hidden;
}

.contact-column-mod-shop .swiper-slide .shop-image img {
    width: 340px;
    height: 280px;
}

.contact-column-mod-shop .swiper-slide .shop-name {
    height: 100px;
    font-size: 16px;
    text-align: center;
}

.contact-column-mod-shop .swiper-slide .shop-name .iocn img {
    width: 17px;
    height: 23px;
    margin: 20px auto 5px auto;
}

.contact-column-mod-shop .swiper-slide .shop-name .text {
    font-size: 14px;
    line-height: 1.6;
}

.contact-column-mod-main {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 300px;
    z-index: 199;
}

.contact-column-mod-from {
    width: 540px;
    height: 600px;
    background-color: #4a4a4a;
    /* margin: 0 auto 0 auto;*/
    overflow: hidden;
    /*    
   
    position: relative;
    top: -1rem;*/
}

.contact-column-mod-from .from-main {
    margin-top: 90px;
    margin-left: 100px;
}

.contact-column-mod-from input[type=text] {
    width: 350px;
    height: 40px;
    margin-bottom: 30px;
    text-indent: 25px;
    font-size: 16px;
    color: #333333;
}

.contact-column-mod-from input[type=button] {
    width: 150px;
    height: 40px;
    display: block;
    background-color: #e00828;
    font-size: 16px;
    color: #fff;
    border: none;
}

.contact-column-mod-from .form-name {
    font-size: 20px;
    color: #fff;
    margin-bottom: 35px;
    font-weight: bold;
}

.contact-column-mod-relative {
    position: relative;
    height: 1100px;
}

.contact-column-mod-content {
    width: 540px;
    height: 600px;
    background-color: #fff;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 90px;
    padding-left: 45px;
    padding-right: 45px;
}

.contact-column-mod-content h1 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.contact-column-mod-content .contact-info {
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    overflow: hidden;
}

.contact-column-mod-content .contact-info p {
    margin-bottom: 25px;
}

.contact-column-mod-content .contact-info p:last-child {
    margin-bottom: 0;
}

.contact-column-mod-content .contact-wx {
    width: 100%;
    margin-top: 60px;
    display: flex;
}

.contact-column-mod-content .contact-wx img {
    width: 117px;
    height: 117px;
}

.contact-column-mod-content .contact-wx img:first-child {
    margin-right: 25px;
}
/*预约体验*/
/* 我要加盟 */
.ju-want {
    height: 386px;
    margin-top: 0;
    margin-bottom: 60px;
}

.ju-want-content {
    margin: 0 auto;
    color: #000;
}

.ju-want-tle {
    text-align: center;
    padding: 80px 0 40px;
}

.ju-want-tle fieldset {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.ju-want-tle p {
    font-size: 30px;
    line-height: 30px;
}

.ju-want-txt {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.ju-want-form {
    width: 580px;
    height: 325px;
    margin: 0 auto;
}

.ju-want-form p {
    display: flex;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;
    margin-bottom: 28px;
}

.ju-want-form p label {
    font-size: 16px;
}

.ju-want-form p input {
    width: 500px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #921717;
    padding-left: 20px;
    font-size: 16px;
}

.ju-want-form-city-item {
    width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ju-want-form-city-item .select-ele {
    width: 160px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #921717;
    cursor: pointer;
    padding-left: 20px;
    font-size: 16px;
}

.ju-want-form-btu {
    display: flex;
    flex-flow: row-reverse;
}

.ju-want-form button {
    display: block;
    width: 500px;
    height: 60px;
    background-color: #921717;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border: none;
}

.ju-want-form-tip {
    margin-left: 80px;
    margin-top: 20px;
}

.ju-want-form-tip i {
    font-size: 16px;
    line-height: 16px;
    color: #666;
}

.craft-bd {
    min-height: 500px;
}

.aboutCulture-main {
    font-size: 14px;
    line-height: 200%;
}

.join_ef_input {
    max-width: 1280px;
    margin: 40px auto;
    overflow: hidden;
    border: 1px solid #b5b5b5;
}

.join_ef_input dt {
    float: left;
    max-width: 652px;
    position: relative;
}

.join_ef_input dt img {
    width: 100%;
    display: block;
}

.join_ef_input dt p {
    width: 100%;
    height: 63px;
    line-height: 63px;
    text-align: center;
    color: #ffffff;
    font-size: 27px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Ã¥Â®â€¹Ã¤Â½â€œ';
    font-weight: bold;
}

.join_ef_input dd {
    float: right;
    max-width: 550px;
    padding-left: 55px;
    padding-top: 50px;
}

.join_ef_input dd p {
    width: 240px;
    float: left;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    color: #4d4d4d;
    height: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    margin-right: 30px;
}

.join_ef_input dd p input {
    height: 30px;
    background-color: unset;
    border: 0;
}

.join_ef_input dd textarea {
    height: 30px;
    margin-top: 30px;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    color: #4d4d4d;
    line-height: 30px;
    width: 513px;
}

.join_ef_input dd .jai_button {
    width: 150px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #4d4d4d;
    border: 1px solid #ddd;
    font-size: 16px;
    background-color: unset;
    margin-top: 30px;
    cursor: pointer;
}

.joinUs-content .brand-content-introduce {
    width: 1200px;
    margin: 0 auto;
}

.OnlineService {
    position: fixed;
    width: 103px;
    height: 366px;
    z-index: 200;
    right: 0;
    top: 30%;
    /*    background-image: url(../images/onlineService.png);
    background-repeat: no-repeat;*/
}

.OnlineService .online-item {
    width: 103px;
    height: 104px;
    margin-bottom: 4px;
    position: relative;
    background-image: url(../images/onlineService.png);
    background-repeat: no-repeat;
}

.OnlineService .online-item1 {
    background-position: 0 0;
}

.OnlineService .online-item2 {
    background-position: 0 -102px;
}

.OnlineService .online-item3 {
    background-position: 0 -205px;
}

.OnlineService .online-item4 {
    background-position: 0 -308px;
}

.OnlineService .online-item .wx-box {
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    z-index: -1;
    transition: all .5s;
}

.OnlineService .online-item .tel-box {
    position: absolute;
    left: 0;
    top: 53px;
    transform: translateY(-50%);
    width: 161px;
    height: 104px;
    line-height: 104px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
    background-color: #eeeeee;
}

.OnlineService .wxop:hover .wx-box {
    left: -127px;
    opacity: 1;
}

.OnlineService .wxop .wx-box img {
    width: 100px;
    height: 100px;
}

.OnlineService .telop:hover .tel-box {
    left: -170px;
    opacity: 1;
}

.OnlineService .openformbtn,
.OnlineService #gotop {
    cursor: pointer;
}
/*产品中心*/
.product-column-body .column-mod-head .w {
    width: 1200px;
}

.exhibition-body .column-case-mod-body .column-case-item,
.exhibition-body .column-case-mod-body .column-case-item .pic {
    width: 350px;
    height: 240px;
}

.exhibition-body .column-case-mod-body .column-case-item {
    margin-right: 10px;
}

.exhibition-body .column-case-mod-body .column-case-item:nth-child(3n) {
    margin-right: 0;
}

.exhibition-body .column-case-mod-body .column-case-item .name {
    left: 95px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    bottom: -20px;
}

.exhibition-body .column-case-mod-body {
    display: block;
}

.exhibition-body .column-case-mod-body .column-case-item .pic img {
    max-width: 350px;
}
