@charset "UTF-8";


.head-sub {
    height: 120px;
    background: #edd9c6;
}

.head-sub-wrap {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.head-logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 497px;
    height: 46px;
}

.head-seek {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 260px;
    height: 34px;
    border: 1px solid #c79c74;
    border-radius: 17px;
    box-sizing: border-box;
}

.head-seek input[type=text] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 186px;
    height: 32px;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 13px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
}

.head-seek span,
.head-seek .search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 72px;
    height: 32px;
    border-radius: 17px;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    background: #c79c74;
    padding-left: 14px;
    padding-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
}

.head-seek span::after,
.head-seek .search-btn::after {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.head-seek span::before,
.head-seek .search-btn::before {
    position: absolute;
    left: 20px;
    bottom: 11px;
    transform: rotate(45deg);
    content: '';
    width: 4px;
    height: 1px;
    background: #fff;
}


.head-menu {
    height: 50px;
    background: #fff;
    position: relative;
}

.head-menu-wrap {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
}

.head-menu dl {
    float: left;
    width: 160px;
    height: 50px;
}

.head-menu dt {
    font-size: 20px;
    color: #333;
    line-height: 50px;
    text-align: center;
}

.head-menu dt a {
    font-size: 20px;
    color: #3e3a39;
    line-height: 50px;
    text-align: center;
}

.head-menu dt .opt {
    color: #c79c73
}

.head-menu dd {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 80px;
    z-index: 10;
    background: rgba(255, 255, 255, .6);
    display: none;
}

.head-menu ul {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
}

.head-menu ul li {
    float: left;
    width: 160px;
    height: 80px;
    font-size: 20px;
    color: #3e3a39;
    line-height: 80px;
    text-align: center;
}

.head-menu ul a {
    font-size: 20px;
    color: #3e3a39;
    line-height: 80px;
    text-align: center;
}

.head-menu a:hover {
    color: #c79c73;
}

/* head end */



.reservation {
    height: 98px;
    background: #7f8c7b;
}

.reservation-box {
    width: 1280px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    padding-top: 24px;
}

.reservation-box input[type=text],
.reservation-box select {
    width: 240px;
    height: 50px;
    border: none;
    outline: none;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 22px;
    color: #3e3a39;
    margin-right: 20px;
}

.reservation-box input[type=button] {
    width: 240px;
    height: 50px;
    border: none;
    outline: none;
    background: #815225;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}




.columnA {
    height: 800px;
    background: url('../images/column-bg1.jpg') no-repeat;
    background-size: 1920px 800px;
    background-position: center;
}

.columnB {
    height: 839px;
    background: url('../images/column-bg2.jpg') no-repeat;
    background-size: 1920px 839px;
    background-position: center;
}

.columnC {
    height: 799px;
    background: url('../images/column-bg3.jpg') no-repeat;
    background-size: 1920px 799px;
    background-position: center;
    position: relative;
}

.columnD {
    height: 820px;
    background: url('../images/column-bg4.jpg') no-repeat;
    background-size: 1920px 820px;
    background-position: center;
}

.columnE {
    height: 600px;
    background: url('../images/column-bg5.jpg') no-repeat;
    background-size: 1920px 600px;
    background-position: center;
}

.columnF {
    height: 810px;
}

.columnG {
    height: 800px;
    background: url('../images/column-bg6.jpg') no-repeat;
    background-size: 1920px 800px;
    background-position: center;
}



.column-wrap {
    width: 1280px;
    margin: 0 auto;
}

.column-name {
    padding-top: 60px;
}

.columnA .column-name {
    padding-bottom: 100px;
}

.columnB .column-name {
    padding-bottom: 68px;
}

.columnD .column-name {
    padding-bottom: 50px;
}

.columnF .column-name {
    padding-bottom: 30px;
}

.column-name dt {
    font-size: 35px;
    color: #000;
    line-height: 1;
    letter-spacing: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.column-name dd {
    font-size: 20px;
    color: #000;
    line-height: 1;
    letter-spacing: 10px;
    text-align: center;
}

.column-brand {
    padding-left: 95px;
}

.column-brand-blurb {
    width: 470px;
}

.column-brand-blurb p {
    font-size: 16px;
    color: #3e3a39;
    line-height: 42px;
    margin-bottom: 20px;
}

.column-brand-blurb a {
    font-size: 14px;
    color: #3d1d0f;
    line-height: 42px;
    font-weight: 200;
    padding-right: 36px;
    position: relative;
    margin-left: 10px;
}

.column-brand-blurb a::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 30px;
    height: 2px;
    background: #3d1d0f;
}

.column-brand-blurb a::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 9px;
    transform: rotate(45deg);
    width: 12px;
    height: 2px;
    background: #3d1d0f;
}


.column-brand-link {
    width: 640px;
    height: 100px;
    background: #fff;
    padding: 0 35px;
    box-sizing: border-box;
}

.column-brand-link li {
    float: left;
    width: 190px;
    padding: 40px 0;
}

.column-brand-link a {
    display: block;
    font-size: 20px;
    color: #3e3a39;
    line-height: 1;
    text-align: center;
    border-left: 1px solid #3e3a39;
}

.column-brand-link li:first-child a {
    border-left: 0;
}

.column-brand-link a:hover {
    color: #c79c73;
}


.column-series {
    width: 96px;
}

.column-series dd {
    font-size: 22px;
    color: #3e3a39;
    line-height: 1;
    margin-bottom: 64px;
}

.column-series dd a {
    font-size: 22px;
    color: #3e3a39;
    line-height: 1;
    position: relative;
    padding-right: 30px;
}

.column-series dd a:hover {
    color: #c79c73;
}

.column-series dd a:hover::after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    transform: rotate(45deg);
    width: 10px;
    height: 2px;
    background: #c79c73;
}

.column-series dd a:hover::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    transform: rotate(-45deg);
    width: 10px;
    height: 2px;
    background: #c79c73;
}


.column-series dt {
    font-size: 14px;
    color: #3e3a39;
    line-height: 1;
    font-weight: 200;
}

.column-series dt a {
    font-size: 14px;
    color: #3e3a39;
    line-height: 1;
    position: relative;
    padding-right: 40px;
}

.column-series dt a::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 30px;
    height: 2px;
    background: #3e3a39;
}

.column-series dt a::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 9px;
    transform: rotate(45deg);
    width: 12px;
    height: 2px;
    background: #3e3a39;
}



.column-wood {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1280px;
    height: 620px;
    background: #fff;
    position: relative;
}

.column-wood-sort {
    position: absolute;
    top: 86px;
    left: 95px;
    z-index: 100;
}

.column-wood-sort li {
    float: left;
    padding: 0 50px;
    border-left: 1px solid #3e3a39;
}

.column-wood-sort li:first-child {
    padding-left: 0;
    border-left: 0;
}

.column-wood-sort li a {
    font-size: 20px;
    color: #3e3a39;
    line-height: 1;
}

.column-wood-sort li a:hover {
    color: #c79c73;
}

.column-wood-sort li.opt a {
    color: #c79c73;
}


.column-wood-show {
    width: 1280px;
    height: 620px;
    overflow: hidden;
    position: relative;
}

.column-wood-card {
    width: 1080px;
    height: 482px;
    margin: 0 auto;
    padding-top: 76px;
    overflow: hidden;
    background: #fff;
}

.column-wood-card-text {
    float: left;
    width: 530px;
    padding-top: 100px;
}

.column-wood-card-text dt {
    position: relative;
    padding-bottom: 60px;
}

.column-wood-card-text dt::before {
    position: absolute;
    bottom: 30px;
    left: 0;
    content: '';
    width: 30px;
    height: 2px;
    background: #3e3a39;
}

.column-wood-card-text h1 {
    font-size: 24px;
    color: #815225;
    line-height: 2;
}

.column-wood-card-text h3 {
    font-size: 20px;
    color: #3e3a39;
    line-height: 2;
    font-weight: bold;
}

.column-wood-card-text p {
    font-size: 16px;
    color: #3e3a39;
    line-height: 30px;
}


.column-wood-card-pics {
    float: right;
    width: 469px;
}


.wood-button-prev {
    position: absolute;
    left: 95px;
    bottom: 89px;
    z-index: 100;
    width: 29px;
    height: 11px;
    background: url('../images/icon-prev.png') no-repeat;
    background-size: 29px 11px;
    background-position: center;
    cursor: pointer;
    outline: none;
}

.wood-button-next {
    position: absolute;
    left: 220px;
    bottom: 89px;
    z-index: 100;
    width: 29px;
    height: 11px;
    background: url('../images/icon-next.png') no-repeat;
    background-size: 29px 11px;
    background-position: center;
    cursor: pointer;
    outline: none;
}

.wood-pagination {
    position: absolute;
    left: 136px;
    bottom: 86px;
    width: 72px;
    z-index: 100;
}

.wood-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 3px;
    font-size: 14px;
    color: #3e3a39;
    line-height: 18px;
    text-align: center;
    background: transparent;
    outline: none;
    opacity: 1;
}

.wood-pagination .swiper-pagination-bullet-active {
    text-decoration: underline;
}


.column-goods {
    overflow: hidden;
}

.column-goods-wrap {
    width: 1210px;
    margin: 0 auto;
    padding-left: 95px;
    position: relative;
}

.column-goods-wrap::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 533px;
    background: rgba(255, 255, 255, .6);
    z-index: 100;
}

.column-goods-card {
    width: 600px;
    position: relative;
}

.column-goods-card dt {
    width: 100%;
    height: 450px;
}

.column-goods-card dt img {
    width: 100%;
    height: 450px;
}

.column-goods-card dd {
    width: 100%;
    height: 82px;
    background: #fff;
    font-size: 24px;
    color: #c79c73;
    line-height: 82px;
    text-align: center;
}

.swiper-slide-active .column-goods-card {
    border-bottom: 1px solid #c79c73;
}

.swiper-slide-active .column-goods-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 96px;
    height: 96px;
    background: url('../images/D-opt.png') no-repeat;
    background-size: 96px 96px;
    background-position: center;
}


#goods .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .6) url('../images/icon-prev.png') no-repeat;
    background-size: 29px 11px;
    background-position: center;
}

#goods .swiper-button-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .6) url('../images/icon-next.png') no-repeat;
    background-size: 29px 11px;
    background-position: center;
}


.column-craft {
    height: 600px;
}

.column-craft-wrap {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    height: 100%;
}

.column-craft a {
    position: absolute;
    left: 96px;
    bottom: 126px;
    padding-right: 40px;
    background: url('../images/icon-next.png') right center/29px 11px no-repeat;
    font-size: 16px;
    color: #3d1d0f;
    line-height: 1;
}

.column-craft a:hover {
    color: #c79c73;
}


.news-sort {
    width: 564px;
    margin: 0 auto 40px;
}

.news-sort li {
    float: left;
    width: 188px;
    font-size: 20px;
    color: #3e3a39;
    line-height: 20px;
    text-align: center;
    border-left: 1px solid #3e3a39;
    box-sizing: border-box;
}

.news-sort li:first-child {
    border-left: 0;
}

.news-sort a {
    font-size: 20px;
    color: #3e3a39;
    line-height: 20px;
}

.news-sort a:hover {
    color: #c79c73;
}


.news-list {
    width: 1280px;
    margin: 0 auto;
}

.news-list dt {
    float: left;
}

.news-dt {
    width: 630px;
    height: 500px;
    background: #f7f4f0;
    padding: 30px;
    box-sizing: border-box;
}

.news-dt-pic {
    width: 570px;
    height: 300px;
}

.news-dt-pic img {
    width: 570px;
    height: 300px;
}

.news-dt-txt {
    padding-top: 10px;
}

.news-dt-txt h1 {
    height: 40px;
    font-size: 20px;
    color: #815225;
    font-weight: normal;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-dt-txt p {
    height: 52px;
    font-size: 16px;
    color: #3e3a39;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 18px;
}

.news-dt-more em {
    float: left;
    font-size: 14px;
    color: #3d1d0f;
    line-height: 1;
    font-weight: 200;
}

.news-dt-more span {
    float: right;
    font-size: 14px;
    color: #3d1d0f;
    line-height: 1;
    font-weight: 200;
    position: relative;
    padding-right: 36px;
}

.news-dt-more span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 11px;
    background: url('../images/icon-next.png') no-repeat;
    background-size: 29px 11px;
    background-position: center;
}

.news-dt:hover h1 {
    color: #000;
}

.news-dt:hover span {
    color: #000;
}


.news-list dd {
    float: right;
}

.news-dd {
    width: 620px;
    height: 240px;
    padding: 30px;
    box-sizing: border-box;
    background: #f7f4f0;
    margin-top: 20px;
}

.news-dd:first-child {
    margin-top: 0;
}

.news-dd-pic {
    float: left;
    width: 240px;
    height: 180px;
}

.news-dd-pic img {
    width: 240px;
    height: 180px;
}

.news-dd-txt {
    float: right;
    width: 300px;
    height: 180px;
}

.news-dd-txt h1 {
    height: 60px;
    font-size: 20px;
    color: #815225;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
}

.news-dd-txt p {
    height: 52px;
    font-size: 16px;
    color: #3e3a39;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 46px;
}

.news-dd-more em {
    float: left;
    font-size: 14px;
    color: #3d1d0f;
    line-height: 1;
    font-weight: 200;
}

.news-dd-more span {
    float: right;
    font-size: 14px;
    color: #3d1d0f;
    line-height: 1;
    font-weight: 200;
    position: relative;
    padding-right: 36px;
}

.news-dd-more span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 11px;
    background: url('../images/icon-next.png') no-repeat;
    background-size: 29px 11px;
    background-position: center;
}

.news-dd:hover h1 {
    color: #000;
}

.news-dd:hover span {
    color: #000;
}




.column-serve {
    width: 1280px;
    margin: 0 auto;
    height: 420px;
    position: relative;
}

.column-serve::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: '';
    width: 1px;
    height: 230px;
    background: #999;
}

.column-serve li {
    float: left;
    width: 640px;
    padding-top: 85px;
}

.column-serve li:first-child .column-serve-item {
    padding-left: 90px;
    margin-right: auto;
}

.column-serve li:last-child .column-serve-item {
    padding-right: 90px;
    margin-left: auto;
}

.column-serve-item {
    width: 230px;
}

.column-serve-item img {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto 46px;
}

.column-serve-item h1 {
    font-size: 20px;
    color: #815225;
    line-height: 1;
    text-align: center;
    margin-bottom: 16px;
}

.column-serve-item p {
    font-size: 16px;
    color: #3e3a39;
    line-height: 26px;
    text-align: center;
    margin-bottom: 40px;
}

.column-serve-item a {
    display: block;
    font-size: 16px;
    color: #3e3a39;
    line-height: 26px;
    text-align: center;
}

.column-serve-item a:hover {
    color: #c79c73;
}


.column-case {
    width: 1280px;
    margin: 0 auto;
    height: 300px;
    font-size: 0;
    text-align: center;
}

.column-case li {
    display: inline-block;
    margin-left: 25px;
    width: 410px;
    height: 300px;
    position: relative;
}

.column-case li:first-child {
    margin-left: 0;
}

.column-case-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 410px;
    height: 300px;
    background: rgba(0, 0, 0, .3);
    z-index: 10;
}

.column-case-mask span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 60px;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}

.column-case-pics {
    width: 410px;
    height: 300px;
}

.column-case li:hover .column-case-mask {
    opacity: 0;
    transition: all .5s;
}

/* column */





.repeat {
    max-width: 1920px;
    margin: 0 auto;
}

.repeat img {
    width: 100%;
}

#NY .swiper-pagination {
    position: absolute;
    left: auto;
    right: 16%;
    bottom: 50px;
    width: 130px;
}

#NY .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    margin: 0 10px;
    position: relative;
}

#NY .swiper-pagination-bullet-active::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
}
/* repeat end */





.IP {
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 80px;
}

.IP-wrap {
    width: 1280px;
    margin: 0 auto;
}

.IP-route {
    font-size: 22px;
    color: #3e3a39;
    line-height: 122px;
}


.IP-sort {
    margin-bottom: 50px;
}

.IP-sort li {
    margin-bottom: 30px;
}

.IP-sort li:last-child {
    margin-bottom: 0;
}

.IP-sort-item dt {
    float: left;
    width: 90px;
    font-size: 22px;
    line-height: 1;
    text-align: center;
}

.IP-sort-item dd {
    float: left;
    width: 1190px;
    font-size: 0;
}

.IP-sort-item dd a {
    display: inline-block;
    width: 170px;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    border-left: 1px solid #3e3a39;
    box-sizing: border-box;
}

.IP-sort-item dd a:first-child {
    border-left: 0;
}

.IP-sort-item dd a:hover {
    color: #c79c73;
}

.IP-sort-item dd a.opt {
    color: #c79c73;
}



.IP-wood-item {
    padding-top: 50px;
}

.IP-wood-text {
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}

.IP-wood-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 1px;
    background: #c4bcb7;
}

.IP-wood-text h1 {
    font-size: 30px;
    color: #3e3a39;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.IP-wood-text h3 {
    font-size: 22px;
    color: #3e3a39;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}

.IP-wood-pics {
    width: 1280px;
    /* height: 720px;*/
    overflow: hidden;
}

.IP-wood-pics img {
    width: 1280px;
    /* height: 720px;*/
}

.IP-wood-more {
    height: 114px;
    font-size: 14px;
    line-height: 114px;
    text-align: center;
}

.IP-wood-more a {
    display: inline-block;
    padding: 0 90px;
    position: relative;
    font-size: 14px;
    color: #3e3a39;
    line-height: 1;
    text-align: center;
}

.IP-wood-more a:hover {
    color: #c79c73;
}

.IP-wood-more a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 11px;
    background: url('../images/icon-prev.png') no-repeat;
    background-size: 29px 11px;
    background-position: center;
}

.IP-wood-more a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 11px;
    background: url('../images/icon-next.png') no-repeat;
    background-size: 29px 11px;
    background-position: center;
}



.IP-pag {
    padding-top: 20px;
    padding-bottom: 80px;
    font-size: 0;
    text-align: center;
}

.IP-pag dt {
    display: inline-block;
    width: 90px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #c79c73;
    vertical-align: middle;
    margin: 0 4px;
}

.IP-pag dt a {
    font-size: 16px;
    color: #fff;
}

.IP-pag dd {
    display: inline-block;
    min-width: 110px;
    height: 30px;
    vertical-align: middle;
}

.IP-pag dd a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #c79c73;
    line-height: 30px;
    border: 1px solid #c79c73;
    box-sizing: border-box;
    margin: 0 4px;
}

.IP-pag dd a:hover {
    color: #fff;
    background: #c79c73;
}


.IP-center {
    width: 1280px;
    margin: 0 auto;
}

.IP-center dl {
    float: left;
    position: relative;
    background: #fafafa;
    width: 620px;
    height: 315px;
    overflow: hidden;
    margin-bottom: 50px;
    margin-right: 40px;
    cursor: pointer;
}

.IP-center dl:nth-child(2n) {
    margin-right: 0;
}

.IP-center dt {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 420px;
    height: 315px;
    overflow: hidden;
}

.IP-center dt img {
    max-height: 315px;
    margin: 0 auto;
    display: block;
}

.IP-center dd {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 315px;
    overflow: hidden;
    padding: 40px 20px;
    box-sizing: border-box;
}

.IP-center dd h1 {
    font-size: 20px;
    color: #c79c73;
    line-height: 70px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #c4bcb7;
    box-sizing: border-box;
}

.IP-center dd h3 {
    font-size: 16px;
    color: #3e3a39;
    line-height: 68px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 42px;
}

.IP-center dd a {
    display: block;
    width: 120px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #c79c73;
    box-sizing: border-box;
    font-size: 16px;
    color: #3e3a39;
    line-height: 30px;
    text-align: center;
}

.IP-center dl:hover dd a {
    color: #fff;
    background: #c79c73;
}


.IP-menu {
    background: #fafafa;
}

.IP-menu dl {
    width: 1280px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}

.IP-menu dt {
    width: 160px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    line-height: 100px;
}

.IP-menu dd {
    width: 1120px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    text-align: right;
}

.IP-menu dd a {
    display: inline-block;
    height: 100px;
    font-size: 22px;
    color: #3e3a39;
    line-height: 100px;
    margin-left: 70px;
}

.IP-menu dd a:hover {
    color: #c79c73;
    border-bottom: 1px solid #c79c73;
    box-sizing: border-box;
}

.IP-menu dd a.opt {
    color: #c79c73;
    border-bottom: 1px solid #c79c73;
    box-sizing: border-box;
}


.IP-site {
    font-size: 22px;
    color: #3e3a39;
    line-height: 82px;
}


.IP-name {
    padding-top: 66px;
    padding-bottom: 44px;
}

.IP-name dt {
    font-size: 35px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}

.IP-name dd {
    font-size: 25px;
    color: #999;
    line-height: 1;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
}


.contact-info {
    text-align: center;
    margin-bottom: 30px;
}

.contact-info dl {
    display: inline-block;
    margin: 0 4px;
}

.contact-info dt {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.contact-info dd {
    font-size: 16px;
    color: #3e3a39;
    line-height: 36px;
    text-align: center;
}

.contact-info ul {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.contact-info li {
    font-size: 24px;
    color: #3e3a39;
    line-height: 34px;
    margin-bottom: 10px;
}


.contact-map {
    width: 900px;
    margin: 0 auto;
    height: 507px;
    overflow: hidden;
}


.reservation-from {
    width: 1280px;
    margin: 0 auto;
    height: 600px;
    overflow: hidden;
    background: url('../images/reservation-from.jpg') no-repeat;
    background-size: 1280px 600px;
    background-position: center;
    position: relative;
}

.reservation-from-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    height: 440px;
}

.reservation-from input[type=text] {
    width: 800px;
    height: 80px;
    border: none;
    outline: none;
    background: #fff;
    font-size: 24px;
    color: #3e3a39;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.reservation-from input[type=button] {
    width: 800px;
    height: 80px;
    border: none;
    outline: none;
    background: #7f8c7b;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}


.IP-craft {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.IP-craft dd {
    max-width: 1280px;
    margin: 0 auto;
}

.IP-craft dt {
    width: 100%;
    background: url('../images/craft-bg.jpg') no-repeat center/1920px 872px;
}

.IP-craft img {
    width: 100%;
}

.IP-craft-box {
    max-width: 1280px;
    margin: 0 auto;
    height: 872px;
    position: relative;
}

.IP-craft-box img {
    position: absolute;
    left: 60px;
    bottom: 100px;
    width: 800px;
    height: 500px;
    z-index: 10;
}



.IP-course {
    padding-top: 60px;
}


.blurb-A {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    height: 640px;
}

.blurb-A dt {
    width: 600px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.blurb-A dd {
    width: 680px;
    overflow: hidden;
    position: absolute;
    right: 0;
    padding-left: 80px;
    padding-top: 70px;
    padding-right: 120px;
    box-sizing: border-box;
}

.blurb-A h1 {
    font-size: 35px;
    color: #3e3a39;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
}

.blurb-A h3 {
    font-size: 25px;
    color: #999;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 40px;
}

.blurb-A p {
    font-size: 16px;
    color: #3e3a39;
    line-height: 36px;
    text-align: justify;
}



.blurb-B {
    width: 1280px;
    margin: 0 auto;
    height: 780px;
    position: relative;
}

.blurb-B dt {
    width: 49px;
    height: 588px;
    position: absolute;
    left: 0;
    top: 0;
}

.blurb-B dd {
    position: absolute;
    right: 0;
    top: 0;
    width: 850px;
}

.blurb-B dd img {
    width: 850px;
    height: 346px;
    overflow: hidden;
    margin-bottom: 90px;
}

.blurb-B p {
    width: 480px;
    font-size: 16px;
    color: #3e3a39;
    line-height: 36px;
    text-align: justify;
}


.blurb-C {
    max-width: 1920px;
    margin: 0 auto;
    height: 400px;
    background: url('../images/blurb3.jpg') no-repeat;
    background-size: 1920px 400px;
    background-position: center;
}


.blurb-D {
    max-width: 1920px;
    margin: 0 auto;
    height: 700px;
    background: url('../images/blurb-bg1.jpg') no-repeat;
    background-size: 1920px 700px;
    background-position: center;
}

.blurb-D-wrap {
    width: 1280px;
    margin: 0 auto;
    height: 700px;
    position: relative;
}

.blurb-D dt {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 500px;
}

.blurb-D dd {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 980px;
    height: 500px;
    padding-left: 130px;
    padding-right: 110px;
    padding-top: 100px;
    box-sizing: border-box;
}

.blurb-D dd p {
    font-size: 16px;
    color: #3e3a39;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 16px;
}



.IP-culture {
    max-width: 1920px;
    margin: 0 auto;
    height: 1000px;
    background: url('../images/blurb-bg2.jpg') no-repeat;
    background-size: 1920px 1000px;
    background-position: center;
}

.IP-culture-sub {
    width: 1280px;
    margin: 0 auto;
    height: 480px;
    padding-top: 100px;
    position: relative;
}

.IP-culture-sub-text {
    width: 420px;
    height: 480px;
    position: absolute;
    left: 0;
}

.IP-culture-sub-text h1 {
    font-size: 35px;
    color: #3e3a39;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
}

.IP-culture-sub-text h3 {
    font-size: 25px;
    color: #999;
    line-height: 1;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.IP-culture-sub-text dl {
    margin-bottom: 60px;
}

.IP-culture-sub-text dt {
    width: 138px;
    height: 47px;
    margin-bottom: 33px;
}

.IP-culture-sub-text p {
    font-size: 16px;
    color: #3e3a39;
    line-height: 24px;
    margin-bottom: 20px;
}

.IP-culture-sub-text em {
    font-size: 24px;
    color: #3e3a39;
    line-height: 24px;
}

.IP-cst-img {
    width: 241px;
    height: 29px;
}

.IP-culture-sub-pics {
    width: 860px;
    height: 480px;
    position: absolute;
    right: 0;
}



.IP-culture-sup {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 420px;
}

.IP-culture-sup ul {
    width: 860px;
    height: 420px;
    position: absolute;
    right: 0;
    padding: 60px 0;
    box-sizing: border-box;
}

.IP-culture-sup li {
    float: left;
    width: 50%;
    height: 50%;
    padding-left: 90px;
    box-sizing: border-box;
}

.IP-culture-sup h1 {
    font-size: 24px;
    color: #3e3a39;
    font-weight: bold;
    line-height: 2;
}

.IP-culture-sup p {
    font-size: 16px;
    color: #3e3a39;
    line-height: 2;
}

.IP-video {
    width: 1280px;
    margin: 0 auto;
    /*    height: 720px;
    cursor: pointer;*/
}

.IP-video iframe {
    width: 100%;
    height: 450px;
}

.IP-honor {
    padding-top: 56px;
}

.IP-honor ul {
    width: 1280px;
    margin: 0 auto;
}

.IP-honor li {
    float: left;
    width: 400px;
    margin-bottom: 65px;
    margin-right: 40px;
    background: #fafafa;
    cursor: pointer;
    position: relative;
}

.IP-honor li:nth-child(3n) {
    margin-right: 0;
}

.IP-honor img {
    display: block;
    width: 400px;
    height: 300px;
}

.IP-honor span {
    display: block;
    width: 400px;
    height: 50px;
    font-size: 16px;
    color: #3e3a39;
    line-height: 25px;
    text-align: center;
    padding: 10px 0;
}

/*.IP-honor li:hover::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 400px;
    height: 300px;
    background: url('../images/honor-hover.png') no-repeat;
    background-size: 400px 300px;
    background-position: center;
}*/


.IP-news ul {
    width: 1280px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px;
}

.IP-news-item {
    height: 552px;
    padding: 50px 0;
    border-top: 2px solid #c4bcb7;
    box-sizing: border-box;
    position: relative;
}

.IP-news li:first-child {
    border-top-color: transparent;
}

.IP-news li:last-child {
    border-bottom: 2px solid #c4bcb7;
}

.IP-news-item-pic {
    position: absolute;
    left: 0;
    width: 600px;
    height: 450px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.IP-news-item-pic img {
    /*width: 600px;*/
    max-height: 450px;
}

.IP-news-item-txt {
    position: absolute;
    right: 0;
    width: 680px;
    height: 450px;
    overflow: hidden;
    padding: 72px 50px 0;
    box-sizing: border-box;
}


.IP-news li:nth-child(2n) .IP-news-item-pic {
    position: absolute;
    right: 0;
    left: auto;
}

.IP-news li:nth-child(2n) .IP-news-item-txt {
    position: absolute;
    left: 0;
    right: auto;
}


.IP-news-item-txt h1 {
    height: 40px;
    font-size: 20px;
    color: #815225;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 16px;
}

.IP-news-item-txt p {
    height: 144px;
    font-size: 16px;
    color: #3e3a39;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 80px;
}

.IP-news-item-time {
    height: 30px;
    position: relative;
}

.IP-news-item-time span {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #3d1d0f;
    line-height: 30px;
}

.IP-news-item-time em {
    position: absolute;
    right: 0;
    width: 120px;
    height: 30px;
    border: 1px solid #3d1d0f;
    box-sizing: border-box;
    font-size: 14px;
    color: #3e3a39;
    line-height: 30px;
    text-align: center;
}

.IP-news-item:hover .IP-news-item-time em {
    color: #fff;
    background: #815226;
    border: 1px solid #815226;
}


.IP-manager {
    width: 1280px;
    margin: 0 auto;
    height: 600px;
    position: relative;
}

.IP-manager-card {
    width: 1280px;
    margin: 0 auto;
    height: 600px;
    overflow: hidden;
}

.IP-manager-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.IP-manager-pic {
    position: absolute;
    left: 0;
    width: 400px;
    height: 600px;
}

.IP-manager-txt {
    position: absolute;
    right: 0;
    width: 880px;
    height: 600px;
    background: #fbeedd url('../images/icon-logo.png') no-repeat;
    background-size: 214px 31px;
    background-position: right 100px bottom 55px;
    padding: 120px 95px 0;
    box-sizing: border-box;
}

.IP-manager-txt h1 {
    font-size: 24px;
    color: #000;
    line-height: 2;
}

.IP-manager-txt h3 {
    font-size: 16px;
    color: #000;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 8px;
}

.IP-manager-txt p {
    font-size: 16px;
    color: #3e3a39;
    line-height: 36px;
    margin-bottom: 8px;
    text-align: justify;
}



.IP-manager-tabs {
    position: absolute;
    top: 60px;
    left: 460px;
    width: 280px;
    height: 24px;
    font-size: 0;
    text-align: center;
    z-index: 100;
}

.IP-manager-tabs::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    width: 1px;
    height: 24px;
    background: #3e3a39;
}

.IP-manager-tabs li {
    display: inline-block;
    width: 140px;
    height: 24px;
    font-size: 24px;
    color: #3e3a39;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.IP-manager-tabs li.opt {
    color: #815225;
}


#manager .manager-pagination {
    position: absolute;
    left: 500px;
    bottom: 60px;
    z-index: 100;
    width: 140px;
    text-align: center;
    padding: 0 40px;
    box-sizing: border-box;
}

#manager .manager-pagination::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 11px;
    background: url('../images/icon-prev.png') no-repeat;
    background-size: 29px 11px;
    background-position: center;
}

#manager .manager-pagination::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 11px;
    background: url('../images/icon-next.png') no-repeat;
    background-size: 29px 11px;
    background-position: center;
}


#manager .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    font-size: 16px;
    color: #3e3a39;
    line-height: 20px;
    text-align: center;
    border-radius: 0;
    opacity: 1;
    background: transparent;
}

#manager .swiper-pagination-bullet-active {
    text-decoration: underline;
    /* border-bottom: 1px solid #3e3a39; */
}

/* IP end */





.development {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
}

.development::before {
    width: 1px;
    height: 100%;
    content: '';
    background: #815225;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.development li {
    margin-bottom: 30px;
}

.development-item {
    width: 50%;
    position: relative;
}

.development li:nth-child(odd) .development-item {
    margin-left: auto;
}


.development li:nth-child(even) .development-item {
    margin-right: auto;
}

.development-item em {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #815225;
    line-height: 2;
    border-bottom: 1px solid #c79c73;
    position: relative;
    margin-bottom: 10px;
}

.development li:nth-child(odd) em {
    padding-left: 50px;
    padding-right: 30px;
    box-sizing: border-box;
    text-align: left;
}


.development li:nth-child(even) em {
    padding-left: 30px;
    padding-right: 50px;
    box-sizing: border-box;
    text-align: right;
}

.development li:nth-child(odd) em::before {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    background: #815225;
    position: absolute;
    left: -4px;
    bottom: -5px;
    z-index: 10;
}

.development li:nth-child(even) em::before {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    background: #815225;
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: 10;
}

.development-item p {
    display: block;
    font-size: 24px;
    line-height: 2;
    color: #333;
    font-weight: 500;
}

.development li:nth-child(odd) p {
    padding-left: 50px;
    padding-right: 30px;
    box-sizing: border-box;
    text-align: left;
}


.development li:nth-child(even) p {
    padding-left: 30px;
    padding-right: 50px;
    box-sizing: border-box;
    text-align: right;
}


.development-item img {
    max-width: 100%;
    margin-top: 10px;
}
/* development end */











.foot {
    height: 479px;
    background: url('../images/foot-bg.jpg') no-repeat;
    background-size: 1920px 479px;
    background-position: center;
}

.foot-sub {
    height: 400px;
    padding-top: 80px;
    box-sizing: border-box;
}

.foot-wrap {
    width: 1280px;
    margin: 0 auto;
}

.foot-link {
    float: left;
    width: 1064px;
}

.foot-link dl {
    float: left;
    margin-right: 120px;
}

.foot-link dl:last-child {
    margin-right: 0;
}

.foot-link dt {
    font-size: 20px;
    color: #815225;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: justify;
    text-align-last: justify; /* ie9*/
    -moz-text-align-last: justify; /*ff*/
}

.foot-link a {
    display: block;
    font-size: 16px;
    color: #3e3a39;
    line-height: 36px;
}

.foot-link a:hover {
    color: #815225;
}

.foot-link h1 {
    font-size: 20px;
    color: #815225;
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: 20px;
}

.foot-link p {
    font-size: 16px;
    color: #3e3a39;
    line-height: 36px;
    margin-bottom: 10px;
}

.foot-link span {
    display: block;
    font-size: 16px;
    color: #3e3a39;
    line-height: 36px;
}

.foot-link h3 {
    font-size: 25px;
    color: #3e3a39;
    font-weight: bold;
    line-height: 36px;
}


.foot-chat {
    float: right;
    width: 216px;
}

.foot-chat dt {
    width: 216px;
    height: 34px;
    margin-bottom: 14px;
}

.foot-chat-box {
    float: left;
    margin-left: 16px;
}

.foot-chat-box:first-child {
    margin-left: 0;
}

.foot-chat-box img {
    display: block;
    width: 100px;
    height: 100px;
}

.foot-chat-box span {
    display: block;
    font-size: 16px;
    color: #3e3a39;
    line-height: 30px;
    text-align: center;
}

.foot-sup {
    height: 79px;
    border-top: 1px solid #c4bcb7;
    box-sizing: border-box;
}

.foot-copy {
    font-size: 16px;
    color: #3e3a39;
    line-height: 79px;
}
/* foot end */



.sideBar {
    position: fixed;
    right: 0;
    bottom: 25%;
    z-index: 500;
    width: 68px;
    background: #c79c73;
}

.sideBar-item {
    height: 68px;
    position: relative;
    cursor: pointer;
}

.sideBar-item-card {
    width: 68px;
    height: 68px;
    cursor: pointer;
    background: #c79c73;
}

.sideBar-item-card img {
    width: 68px;
    height: 68px;
}

.sideBar-call-main {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 200px;
    height: 68px;
    background: #c79c73;
    font-size: 20px;
    color: #fff;
    line-height: 68px;
    text-align: center;
    transition: all .5s;
}

.sideBar-call:hover .sideBar-call-main {
    left: -200px;
    transition: all .5s;
}

.sideBar-chat-main {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 68px;
    height: 68px;
    text-align: center;
    background: #c79c73;
    transition: all .5s;
}

.sideBar-chat:hover .sideBar-chat-main {
    left: -68px;
    transition: all .5s;
}
/* sideBar end */



.serviceGuarantee-main,
.join-main {
    font-size: 16px;
    color: #3e3a39;
    line-height: 36px;
}

.serviceGuarantee-main p,
.join-main p {
    font-size: 16px;
    color: #3e3a39;
    line-height: 36px;
    text-align: justify;
}

.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;
}
