
#Page {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.wrapper {
    max-width: 100%;
    width: 1300px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
}

#header .A-layer {
    width: 100%;
    height: 94px;
    background: rgba(255, 255, 255, .85);
}
#header .A-layer .content {
    width: 98%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
#header .A-layer .content .lf-column {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
#header .A-layer .content .lf-column .logo {
    width: 382px;
    max-width: 100%;
}

#header .A-layer .content .rg-column {
    position: absolute;
    right: 0;
    top: 60%;
    z-index: 10;
}
#header .A-layer .content .rg-column .call {
    width: 325px;
    font-size: 22px;
    line-height: 24px;
}
#header .A-layer .content .rg-column .call_wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 22px;
    color: #515151;
}
#header .A-layer .content .rg-column .search_icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 24px;
    height: 24px;
    background: url('../images/search.png') no-repeat;
    background-size: 24px 24px;
    background-position: right center;
    padding-left: 20px;
    cursor: pointer;
    border-left: 1px solid #525354;
}
#header .A-layer .content .rg-column .search {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    overflow: hidden;
    width: 330px;
    height: 40px;
    transition: all .3s;
}
#header .A-layer .content .rg-column .search .search_wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 300px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #525354;
    box-sizing: border-box;
}
#header .A-layer .content .rg-column .search .search_wrap .sw_input {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    outline: none;
    height: 24px;
    width: 250px;
    padding: 0 10px;
    font-size: 18px;
    color: #545454;
    background: none;
    box-sizing: border-box;
}
#header .A-layer .content .rg-column .search .search_wrap .sw_submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('../images/search.png') no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
    border: none;
    outline: none;
}
#header .A-layer .content .rg-column .search .sw_close {
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transform: translateY(-50%) rotate(45deg);
}
#header .A-layer .rg-column .search .sw_close::before {
    position: absolute;
    left: 8px;
    top: 0;
    content: '';
    width: 4px;
    height: 20px;
    background-color: #525354;
    border-radius: 2px;
}
#header .A-layer .rg-column .search .sw_close::after {
    position: absolute;
    left: 0px;
    top: 8px;
    content: '';
    width: 20px;
    height: 4px;
    background-color: #525354;
    border-radius: 2px;
}


#header .B-layer {
    width: 100%;
    height: 40px;
    background: rgba(55, 55, 55, .65);
}
#header .B-layer .navList {
    width: 1300px;
    margin: 0 auto;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    text-align: center;
}
#header .B-layer .navList li {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    max-width: 9.5%;
    position: relative;
}
#header .B-layer .navList li:last-child {
    max-width: 14.5%;
}
#header .B-layer .navList li a {
    display: block;
    font-size: 16px;
    color: #fff;
}
#header .B-layer .navList li:hover {
    background-color: #c83e4f;
}
#header .B-layer .navList li.cur {
    background-color: #c83e4f;
}

#header .B-layer .navList li .subList {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 10;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(55, 55, 55, .75);
}
#header .B-layer .navList li .subList a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
#header .B-layer .navList li .subList a:hover {
    background-color: #c83e4f;
}

#header .A-layer .M-toolBox {
    display: none;
}
#header .A-layer .M-sousuo {
    display: none;
}

#header .M-layer {
    display: none;
}


/* 首页 ********************************************************* */

.title {
    width: 94%;
    margin: 0 auto;
    position: relative;
    padding: 60px 0;
}
.title .name {
    font-size: 36px;
    color: #525354;
    font-weight: bold;
    padding-left: 34px;
    position: relative;
}
.title .name::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 5px;
    height: 100%;
    background-color: #c83e4f;
}
.title .adverb {
    padding: 20px 0 0 34px;
    font-size: 16px;
    color: #525354;
}
.title .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title .more a {
    display: block;
    font-size: 16px;
    color: #525354;
}


/* 轮播 */
#LG_banner {
    position: relative;
    width: 100%;
    height: 920px;
    overflow: hidden;
}
#LG_banner .banner_list {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#LG_banner .banner_list .banner_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    will-change: transform, width;
    overflow: hidden;
}

#LG_banner .banner_list .banner_item .banner_item_obj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    will-change: transform;
    /* -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%; */
}
#LG_banner .banner_list .banner_item .banner_item_obj.img0 {
	background-image: url(../images/H-page/banner-1.jpg);
}
#LG_banner .banner_list .banner_item .banner_item_obj.img1 {
    background-image: url(../images/H-page/banner-2.jpg);
}
#LG_banner .banner_list .banner_item .banner_item_obj.img2 {
    background-image: url(../images/H-page/banner-3.jpg);
}
#LG_banner .banner_list .banner_item .banner_item_obj.img3 {
    background-image: url(../images/H-page/banner-4.jpg);
}
#LG_banner .banner_list .banner_item.on .banner_item_obj,
#LG_banner .banner_list .banner_item.scale .banner_item_obj {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 10s linear 0s;
    transition: -webkit-transform 10s linear 0s;
    -o-transition: transform 10s linear 0s;
    transition: transform 10s linear 0s;
    transition: transform 10s linear 0s, -webkit-transform 10s linear 0s;
}
#LG_banner .banner_list .banner_item.off .banner_item_obj {
    -webkit-transform: scale(1.13);
    -ms-transform: scale(1.13);
    transform: scale(1.13);
    -webkit-transition: -webkit-transform 1.5s linear 0s;
    transition: -webkit-transform 1.5s linear 0s;
    -o-transition: transform 1.5s linear 0s;
    transition: transform 1.5s linear 0s;
    transition: transform 1.5s linear 0s, -webkit-transform 1.5s linear 0s;
}
#LG_banner .banner_list .banner_item.on {
    width: 100%;
    z-index: 5;
    opacity: 1;
    -webkit-transition: width 1.5s linear 0s;
    -o-transition: width 1.5s linear 0s;
    transition: width 1.5s linear 0s;
}
#LG_banner .banner_list .banner_item.off {
    width: 0;
    z-index: 10;
    opacity: 1;
    -webkit-transition: width 1.5s linear 0s;
    -o-transition: width 1.5s linear 0s;
    transition: width 1.5s linear 0s;
}
#LG_banner .banner_list .banner_item.on-init {
    width: 100%;
    z-index: 5;
    opacity: 1;
}

#LG_banner .text_wrapper {
    position: absolute;
    bottom: 58px;
    width: 100%;
    z-index: 11;
}
#LG_banner .text_wrapper .progress_wrapper {
    overflow: hidden;
    position: relative;
    margin: 0 68px;
}
#LG_banner .text_wrapper .progress_wrapper .progress_bar {
    width: 100%;
    height: 1px;
    background: rgba(246, 246, 246, 0.3);
}
#LG_banner .text_wrapper .progress_wrapper .progress_bar .progress {
    height: 1px;
    width: 100%;
    opacity: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    will-change: transform;
    background-color: #f6f6f6;
}
#LG_banner .text_wrapper .progress_wrapper .progress_bar .progress.off {
    opacity: 0;
    -webkit-transition: opacity 0.7s ease 0s;
    -o-transition: opacity 0.7s ease 0s;
    transition: opacity 0.7s ease 0s;
}
#LG_banner .text_wrapper .progress_wrapper .progress_bar .progress.on {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}




#homePage .A-layer {
    width: 100%;
    overflow: hidden;
}
#homePage .A-layer .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: .6;
    vertical-align: middle;
}
#homePage .A-layer .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}


#homePage .B-layer {
    width: 100%;
    padding: 65px 0 68px;
    background-color: #d8d7d6;
}
#homePage .B-layer .HP-info {
    width: 94%;
    margin: 0 auto;
}
#homePage .B-layer .HP-info-up {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-bottom: 45px;
}
#homePage .B-layer .HP-info .HP-iu-tle {
    font-size: 24px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}
#homePage .B-layer .HP-info .HP-iu-con {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    text-align: center;
}
#homePage .B-layer .HP-info .HP-iuc-text {
    display: inline-block;
    vertical-align: bottom;
    width: 440px;
    max-width: 100%;
    position: relative;
    border: 0;
    outline: none;
    border-bottom: 1px solid #3a3a3a;
    font-size: 24px;
    margin-right: 5px;
    background: #d8d7d6;
    border-radius: 0;
}

#homePage .B-layer .HP-info .HP-iuc-submit {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url('../images/search.png') no-repeat;
    background-size: 100%;
    background-position: center;
    border: 0;
    outline: none;
}

#homePage .B-layer .HP-info .HP-info-down {
    width: 100%;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}
#homePage .B-layer .HP-info .HP-info-down input {
    display: inline-block;
    vertical-align: middle;
    width: 23.5%;
    max-width: 200px;
    height: 46px;
    outline: none;
    border: none;
    font-size: 18px;
    box-sizing: border-box;
}
#homePage .B-layer .HP-info .HP-info-down input[type=text] {
    background-color: #fff;
    padding: 0 10px;
    margin-right: 2%;
}
#homePage .B-layer .HP-info .HP-info-down input[type=button] {
    color: #fff;
    background-color: #c83e4f;
    cursor: pointer;
}
#homePage .B-layer .HP-info .HP-info-down select {
    display: inline-block;
    vertical-align: top;
    width: 23.5%;
    max-width: 200px;
    height: 46px;
    outline: none;
    border: none;
    font-size: 18px;
    color: #525354;
    margin-right: 2%;
    border-radius: 0;
    background-color: #fff;
}


#homePage .C-layer {
    width: 100%;
    background: url('../images/H-page/column-Abg.jpg') no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

#homePage .C-layer .title {
    padding: 62px 0;
}
#homePage .C-layer .title .text .name {
    color: #fff;
}
#homePage .C-layer .title .more a {
    color: #fff;
}

#homePage .C-layer .content {
    width: 100%;
    /* font-size: 0; */
}
#homePage .C-layer .content .lf-column {
    /* display: inline-block;
    vertical-align: middle; */
    float: left;
    text-align: left;
    width: 890px;
    max-width: 70%;
    height: 100%;
    font-size: 0;
}
#homePage .C-layer .content .lf-column .lf-row {
    display: inline-block;
    vertical-align: bottom;
    width: 410px;
    max-width: 48%;
}
#homePage .C-layer .content .lf-column .rg-row {
    display: inline-block;
    vertical-align: top;
    width: 480px;
    max-width: 52%;
    height: 100%;
    font-size: 16px;
    color: #fff;
}

#homePage .C-layer .content .lf-column .rg-row .slogan {
    width: 100%;
    margin-bottom: 70px;
}
#homePage .C-layer .content .lf-column .rg-row .slogan .text {
    padding: 32px 0 32px 40px;
    position: relative;
    margin-bottom: 50px;
}
#homePage .C-layer .content .lf-column .rg-row .slogan .text::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    content: '';
    width: 29px;
    height: 27px;
    background: url('../images/H-page/icon-lf-marks.png') no-repeat;
    background-size: cover;
    background-position: center;
}
#homePage .C-layer .content .lf-column .rg-row .slogan .text::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 29px;
    height: 27px;
    background: url('../images/H-page/icon-rg-marks.png') no-repeat;
    background-size: cover;
    background-position: center;
}
#homePage .C-layer .content .lf-column .rg-row .slogan .text p {
    font-size: 20px;
    line-height: 2;
    color: #fff;
}
#homePage .C-layer .content .lf-column .rg-row .slogan .author {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    text-align: right;
}
#homePage .C-layer .content .lf-column .rg-row .brief {
    padding-left: 75px;
}
#homePage .C-layer .content .lf-column .rg-row .brief .text {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin-bottom: 25px;
    height: 140px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
#homePage .C-layer .content .lf-column .rg-row .brief .more {
    width: 100%;
}
#homePage .C-layer .content .lf-column .rg-row .brief .more a {
    display: block;
    width: 130px;
    height: 36px;
    background-color: #813333;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


#homePage .C-layer .content .rg-column {
    /* display: inline-block;
    vertical-align: top; */
    float: left;
    width: 410px;
    max-width: 30%;
    text-align: center;
}
#homePage .C-layer .content .rg-column .video {
    width: 300px;
    margin: 0 auto;
    max-width: 80%;
    position: relative;
    cursor: pointer;
}
#homePage .C-layer .content .rg-column .video i {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 2px;
}
#homePage .C-layer .content .rg-column .video span {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translateX(-50%);
    width: 113px;
    height: 64px;
    max-width: 38%;
    max-height: 32%;
    background: url('../images/play.png') no-repeat;
    background-size: 100% 100%;
}
#homePage .C-layer .content .rg-column .video:first-child {
    margin-bottom: 50px;
}
#homePage .C-layer .content .rg-column .more {
    display: none;
}

#homePage .MC-layer {
    display: none;
}

#homePage .MD-layer {
    display: none;
}

#homePage .D-layer {
    width: 100%;
    background: url('../images/H-page/columnB-bg.jpg') no-repeat;
}
#homePage .D-layer .sectionA .title .name {
    color: #525354;
}
#homePage .D-layer .sectionA .title .more a {
    color: #525354;
}

#homePage .D-layer .sectionA .mobile-nav {
    display: none;
}

#homePage .D-layer .sectionA .content {
    width: 1540px;
    max-width: 100%;
    position: relative;
}
#homePage .D-layer .sectionA .content::before {
    content: '';
    display: block;
    padding-top: 49.55%;
}
#homePage .D-layer .sectionA .content .lfBox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 1030px;
    max-width: 67%;
    height: 100%;
    overflow: hidden;
}

#homePage .D-layer .sectionA .content .rgBox {
    position: absolute;
    top: 0;
    right: 4%;
    width: 385px;
    max-width: 25%;
    height: 100%;
    overflow: hidden;
}
#homePage .D-layer .sectionA .content .rgBox .thumbs {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
#homePage .D-layer .sectionA .content .rgBox .thumbs .card {
    background-color: #e8e8e8;
}
#homePage .D-layer .sectionA .content .rgBox .thumbs .card .text {
    margin-bottom: 10%;
}
#homePage .D-layer .sectionA .content .rgBox .thumbs .card .text .name {
    font-size: 24px;
    color: #000;
    line-height: 40px;
}
#homePage .D-layer .sectionA .content .rgBox .thumbs .card .text .explain {
    font-size: 14px;
    color: #333;
    line-height: 2;
    height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#homePage .D-layer .sectionA .content .rgBox .thumbs .card .picture {
    width: 385px;
    max-width: 100%;
    margin-bottom: 13%;
}
#homePage .D-layer .sectionA .content .rgBox .thumbs .card .more {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #525354;
}
#homePage .D-layer .sectionA .content .rgBox .thumbs .card .more:hover {
    border-color: #c83e4f;
}
#homePage .D-layer .sectionA .content .rgBox .thumbs .card .more:hover a {
    color: #c83e4f;
}
#homePage .D-layer .sectionA .content .rgBox .thumbs .card .more a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 2;
}


#homePage .D-layer .sectionA .content .rgBox .navList {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
#homePage .D-layer .sectionA .content .rgBox .navList ul {
    width: 100%;
    overflow: hidden;
}
#homePage .D-layer .sectionA .content .rgBox .navList ul li {
    float: left;
    width: 110px;
    max-width: 29%;
    height: 35px;
    border: 1px solid #525354;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 33px;
    box-sizing: border-box;
    margin-right: 6.5%;
    margin-top: 14px;
    cursor: pointer;
}
#homePage .D-layer .sectionA .content .rgBox .navList ul li:nth-child(3n) {
    margin-right: 0;
}
#homePage .D-layer .sectionA .content .rgBox .navList ul li.cur {
    background-color: #c83e4f;
    border-color: #c83e4f;
    color: #fff;
}


#homePage .D-layer .sectionB {
    padding-bottom: 70px;
}
#homePage .D-layer .sectionB .title .wrapper::after {
    position: absolute;
    left: 0;
    bottom: -16px;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #333;
}
#homePage .D-layer .sectionB .title .name {
    left: 0;
    color: #333;
    padding-left: 0;
}
#homePage .D-layer .sectionB .title .name::after {
    display: none;
}
#homePage .D-layer .sectionB .title .more {
    top: 50%;
    transform: translateY(-50%);
}
#homePage .D-layer .sectionB .title .more a {
    color: #333;
}

#homePage .D-layer .sectionB .content ul {
    max-width: 1340px;
    width: 100%;
    overflow: hidden;
}
#homePage .D-layer .sectionB .content ul li {
    float: left;
    width: 630px;
    max-width: 48.5%;
    margin-bottom: 30px;
    transition: all .5s;
    overflow: hidden;
}
#homePage .D-layer .sectionB .content ul li:hover {
    -moz-box-shadow: 0px 3px 22px #666;
    -webkit-box-shadow: 0px 3px 22px #666;
    box-shadow: 0px 3px 22px #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=0, Color='#666666')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=0, Color='#666666');
}

#homePage .D-layer .sectionB .content ul li .card {
    width: 100%;
    transition: all .5s;
    overflow: hidden;
}
#homePage .D-layer .sectionB .content ul li:nth-child(2n) {
    float: right;
    margin-right: 0;
}

#homePage .D-layer .sectionB .content ul li .card .pic {
    width: 100%;
    /* height: 420px; */
    background-color: #ddd;
    overflow: hidden;
    position: relative;
}
#homePage .D-layer .sectionB .content ul li .card .pic::after {
    display: block;
    content: '';
    padding-top: 66.67%;
}
#homePage .D-layer .sectionB .content ul li .card .pic a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#homePage .D-layer .sectionB .content ul li .card .pic img {
    transform: scale(1);
    transition: all .5s;
}
#homePage .D-layer .sectionB .content ul li .card:hover .pic img {
    transform: scale(1.05);
}

#homePage .D-layer .sectionB .content ul li .card .txt {
    padding: 24px 12px;
}
#homePage .D-layer .sectionB .content ul li .card .txt .name {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 16px;
}
#homePage .D-layer .sectionB .content ul li .card .txt .line {
    width: 100%;
    font-size: 0;
}
#homePage .D-layer .sectionB .content ul li .card .txt .line .more {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
    margin-right: 20px;
}
#homePage .D-layer .sectionB .content ul li .card .txt .line .booking {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
    cursor:pointer;
}


#homePage .D-layer .sectionC {
    padding-bottom: 100px;
}
#homePage .D-layer .sectionC .card {
    position: relative;
}
#homePage .D-layer .sectionC .card .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0, 0, 0, .4);
    transition: all .5s;
}
#homePage .D-layer .sectionC .card .mask span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #fff;
}
#homePage .D-layer .sectionC .card .mask:hover {
    background: rgba(0, 0, 0, 0);
}
#homePage .D-layer .sectionC .card .mask:hover span {
    opacity: 0;
}

#homePage .D-layer .sectionC .navBox {
    padding-top: 60px;
    text-align: center;
    width: 100%;
    font-size: 0;
}
#homePage .D-layer .sectionC .navBox .swiper-prev, #homePage .D-layer .sectionC .navBox .swiper-next {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    padding: 0 30px;
    outline: none;
}
#homePage .D-layer .sectionC .navBox .swiper-prev {
    background: url('../images/prev.png') no-repeat;
    background-size: 8px 14px;
    background-position: left center;
}
#homePage .D-layer .sectionC .navBox .swiper-next {
    background: url('../images/next.png') no-repeat;
    background-size: 8px 14px;
    background-position: right center;
}
#homePage .D-layer .sectionC .navBox .swiper-line {
    display: inline-block;
    vertical-align: middle;
    width: 845px;
    max-width: 65%;
    height: 1px;
    background-color: #737373;
}


#homePage .ME-layer {
    display: none;
}

#homePage .E-layer {
    background-color: #dddbda;
}
#homePage .E-layer .content {
    padding-bottom: 125px;
}
#homePage .E-layer .content .wrapper::before {
    content: '';
    display: block;
    padding-top: 32.31%;
}
#homePage .E-layer .content .left-column {
    position: absolute;
    left: 0;
    top: 0;
    width: 650px;
    max-width: 50%;
    overflow: hidden;
}
#homePage .E-layer .content .left-column .pic {
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .4);
}
#homePage .E-layer .content .left-column .pic::after {
    display: block;
    content: '';
    padding-top: 64.62%;
}
#homePage .E-layer .content .left-column .pic .con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    overflow: hidden;
}
#homePage .E-layer .content .left-column .pic .tip {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    background: rgba(55, 55, 55, .7);
}
#homePage .E-layer .content .right-column {
    position: absolute;
    right: 0;
    top: 0;
    width: 650px;
    max-width: 50%;
    height: 100%;
    box-sizing: border-box;
}

#homePage .E-layer .content .right-column .item {
    display: block;
    width: 100%;
    position: relative;
    font-size: 0;
}
#homePage .E-layer .content .right-column .item-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#homePage .E-layer .content .right-column .item-2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}
#homePage .E-layer .content .right-column .item-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}
#homePage .E-layer .content .right-column .item .pic {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    max-width: 40%;
    position: relative;
    overflow: hidden;
}
#homePage .E-layer .content .right-column .item .pic::after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 100%;
    content: '';
    transform: translateY(-50%);
    background-color: #a0a0a0;
}
#homePage .E-layer .content .right-column .item .pic::before {
    display: block;
    content: '';
    padding-top: 44.62%;
}
#homePage .E-layer .content .right-column .item .pic .con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 180px;
    max-width: 69.23%;
    overflow: hidden;
}
#homePage .E-layer .content .right-column .item .pic .con img {
    transform: scale(1);
    transition: all .5s;
}
#homePage .E-layer .content .right-column .item .pic .tip {
    position: absolute;
    top: 6%;
    left: 18%;
    font-size: 16px;
    color: #fff;
    z-index: 10;
    transition: all .5s;
}
#homePage .E-layer .content .right-column .item .pic .msk {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 180px;
    max-width: 77%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}
#homePage .E-layer .content .right-column .item .text {
    display: inline-block;
    vertical-align: middle;
    width: 390px;
    max-width: 60%;
    padding-left: 6%;
    box-sizing: border-box;
    transition: all .5s;
    position: relative;
    top: 0px;
}
#homePage .E-layer .content .right-column .item .text .time {
    font-size: 16px;
    color: #333;
    line-height: 2;
}
#homePage .E-layer .content .right-column .item .text .resume {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#homePage .E-layer .content .right-column .item:hover .pic .con img {
    transform: scale(1.1);
}
#homePage .E-layer .content .right-column .item:hover .text {
    top: 8px;
}

#homePage .F-layer {
    width: 100%;
    background-color: #241f1d;
}
#homePage .F-layer .title {
    padding-top: 90px;
    padding-bottom: 75px;
}
#homePage .F-layer .title .text {
    text-align: center;
}
#homePage .F-layer .title .text .name {
    color: #fff;
}
#homePage .F-layer .title .text .name::after {
    display: none;
}
#homePage .F-layer .title .text .adverb {
    color: #fff;
}

    #homePage .F-layer .content {
        padding-bottom: 180px;
        display: flex;
        justify-content: center;
    }

#homePage .F-layer .content .swiper-slide {
    max-width: 610px;
}

#homePage .F-layer .content .F-pic {
    float: left;
    width: 610px;
    max-width: 32%;
    position: relative;
    margin-right: 2%;
}
#homePage .F-layer .content .F-pic:last-child {
    margin-right: 0;
}
#homePage .F-layer .content .F-pic .con {
    width: 610px;
    max-width: 100%;
    overflow: hidden;
    opacity: .4;
}
#homePage .F-layer .content .F-pic .mask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 52.5%;
    height: 52.5%;
    max-width: 320px;
    max-height: 210px;
    background-color: transparent;
    box-sizing: border-box;
    font-size: 0;
    text-align: center;
}
#homePage .F-layer .content .F-pic .mask .name {
    padding-top: 14%;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-bottom: 6%;
}
#homePage .F-layer .content .F-pic .mask .more {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 2;
    position: relative;
    text-align: center;
}
#homePage .F-layer .content .F-pic .mask .more::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    width: 120%;
    height: 1px;
    background-color: #fff;
}
#homePage .F-layer .content .F-pic:hover .mask {
    background:rgba(255, 255, 255, .8);
    transition: all 1s;
}
#homePage .F-layer .content .F-pic:hover .mask .name {
    color: #000;
}
#homePage .F-layer .content .F-pic:hover .mask .more {
    color: #000;
}
#homePage .F-layer .content .F-pic:hover .mask .more::after {
    background-color: #000;
}


#homePage .G-layer .content {
    padding: 120px 0 135px;
}
#homePage .G-layer .content .left-column {
    float: left;
    width: 630px;
    max-width: 48.5%;
    overflow: hidden;
}
#homePage .G-layer .content .left-column .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#homePage .G-layer .content .left-column .pic::before {
    display: block;
    content: '';
    padding-top: 66.67%;
}
#homePage .G-layer .content .left-column .pic .con {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
}
#homePage .G-layer .content .left-column .pic .con img {
    transform: scale(1);
    transition: all .5s;
}
#homePage .G-layer .content .left-column:hover .pic .con img {
    transform: scale(1.05);
}
#homePage .G-layer .content .left-column .pic .tip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 130px;
    height: 36px;
    background-color: #813333;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    opacity: .4;
    cursor: pointer;
    transition: all .5s;
}
#homePage .G-layer .content .left-column:hover .pic .tip {
    opacity: 1;
}

#homePage .G-layer .content .left-column .text {
    width: 100%;
    padding: 35px 0;
    border-bottom: 1px solid #000;
}
#homePage .G-layer .content .left-column .text .name {
    font-size: 32px;
    color: #525354;
    text-align: center;
    margin-bottom: 20px;
}
#homePage .G-layer .content .left-column .text .adverb {
    font-size: 16px;
    line-height: 1.5;
    color: #525354;
    text-align: center;
}


#homePage .G-layer .content .right-column {
    float: left;
    width: 630px;
    margin-left: 3%;
    max-width: 48.5%;
    overflow: hidden;
}
#homePage .G-layer .content .right-column .pic {
    width: 100%;
    position: relative;
}
#homePage .G-layer .content .right-column .pic::before {
    display: block;
    content: '';
    padding-top: 66.67%;
}
#homePage .G-layer .content .right-column .pic .con {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
}
#homePage .G-layer .content .right-column .pic .con img {
    transform: scale(1);
    transition: all .5s;
}
#homePage .G-layer .content .right-column:hover .pic .con img {
    transform: scale(1.05);
}
#homePage .G-layer .content .right-column .pic .tip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 130px;
    height: 36px;
    background-color: #813333;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    opacity: .4;
    cursor: pointer;
    transition: all .5s;
}
#homePage .G-layer .content .right-column:hover .pic .tip {
    opacity: 1;
}

#homePage .G-layer .content .right-column .text {
    width: 100%;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #000;
}
#homePage .G-layer .content .right-column .text .name {
    font-size: 32px;
    color: #525354;
    text-align: center;
    margin-bottom: 20px;
}
#homePage .G-layer .content .right-column .text .adverb {
    font-size: 16px;
    line-height: 1.5;
    color: #525354;
    text-align: center;
}

#homePage .MG-layer {
    display: none;
}

#homePage .MH-layer {
    display: none;
}

#homePage .H-layer {
    width: 100%;
    background: url('../images/H-page/layerF-bg.jpg') no-repeat;
    padding-bottom: 10%;
}
#homePage .H-layer .content {
    width: 1480px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 60px;
}
#homePage .H-layer .content .list {
    width: 100%;
    font-size: 0;
    text-align: center;
}
#homePage .H-layer .content .list .item {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    max-width: 17%;
    margin-right: 3.75%;
    position: relative;
}
#homePage .H-layer .content .list .item:last-child {
    margin-right: 0;
}
#homePage .H-layer .content .list .item:nth-child(2n) {
    margin-top: 32px;
}
#homePage .H-layer .content .list .item .pic {
    width: 100%;
    overflow: hidden;
}
#homePage .H-layer .content .list .item .pic img {
    transform: scale(1);
    transition: all .5s;
}
#homePage .H-layer .content .list .item:hover .pic img {
    transform: scale(1.1);
}
#homePage .H-layer .content .list .item .tle {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-bottom: 50px;
    background: url('../images/icon-rg.png') no-repeat;
    background-size: 24px 16px;
    background-position: 20px 40px;
    font-size: 24px;
    color: #fff;
}



#com-footer {
    width: 100%;
}
#com-footer .A-layer {
    width: 1450px;
    max-width: 94%;
    margin: 0 auto;
    padding: 75px 0;
    overflow: hidden;
}

#com-footer .A-layer .columnA {
    float: left;
    text-align: left;
    width: 300px;
    max-width: 20%;
}
#com-footer .A-layer .columnA .logo {
    width: 191px;
    max-width: 100%;
    position: relative;
    margin-bottom: 40px;
}
#com-footer .A-layer .columnA .logo::before {
    display: block;
    content: '';
    padding-top: 57.6%;
}
#com-footer .A-layer .columnA .logo .con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#com-footer .A-layer .columnA .call {
    font-size: 16px;
    line-height: 1.5;
    color: #525354;
    margin-bottom: 20px;
}
#com-footer .A-layer .columnA .call span {
    font-size: 16px;
    color: #525354;
    line-height: 1.5;
    font-weight: bold;
}
#com-footer .A-layer .columnA .address {
    font-size: 14px;
    color: #525354;
    line-height: 1.5;
}

#com-footer .A-layer .columnB {
    float: left;
    width: 850px;
    max-width: 59%;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
#com-footer .A-layer .columnB dl {
    display: inline-block;
    vertical-align: top;
    margin: 0 4%;
}
#com-footer .A-layer .columnB dl dt {
    margin-bottom: 30px;
}
#com-footer .A-layer .columnB dl dt a {
    font-size: 16px;
    color: #525354;
    font-weight: bold;
    line-height: 1.5;
}
#com-footer .A-layer .columnB dl dd {
    margin-bottom: 15px;
}
#com-footer .A-layer .columnB dl dd a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #525354;
}

#com-footer .A-layer .columnC {
    float: left;
    width: 300px;
    max-width: 21%;
}
#com-footer .A-layer .columnC .weChat {
    width: 100%;
}
#com-footer .A-layer .columnC .weChat .item {
    float: left;
    width: 138px;
    max-width: 46%;
    padding: 8px;
    box-sizing: border-box;
    background-color: #e9e9e9;
    margin-right: 8%;
    text-align: center;
}
#com-footer .A-layer .columnC .weChat .item:last-child {
    margin-right: 0;
}
#com-footer .A-layer .columnC .weChat .item .tip {
    font-size: 16px;
    color: #525354;
    line-height: 20px;
    padding-top: 6px;
}


#com-footer .B-layer {
    width: 100%;
    padding: 65px 0 68px;
    background-color: #241f1d;
}
#com-footer .B-layer .HP-info {
    width: 94%;
    margin: 0 auto;
}
#com-footer .B-layer .HP-info-up {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-bottom: 45px;
}
#com-footer .B-layer .HP-info .HP-iu-tle {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
#com-footer .B-layer .HP-info .HP-iu-con {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    text-align: center;
}
#com-footer .B-layer .HP-info .HP-iuc-text {
    display: inline-block;
    vertical-align: bottom;
    width: 440px;
    max-width: 100%;
    position: relative;
    border: 0;
    outline: none;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    color: #fff;
    margin-right: 5px;
    background: #241f1d;
    border-radius: unset;
}

#com-footer .B-layer .HP-info .HP-iuc-submit {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url('../images/search-w.png') no-repeat;
    background-size: 100%;
    background-position: center;
    border: 0;
    outline: none;
}

#com-footer .B-layer .HP-info .HP-info-down {
    width: 100%;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}
#com-footer .B-layer .HP-info .HP-info-down input {
    display: inline-block;
    vertical-align: middle;
    width: 23.5%;
    max-width: 200px;
    height: 46px;
    outline: none;
    border: none;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 0;
}
#com-footer .B-layer .HP-info .HP-info-down input[type=text] {
    background-color: #fff;
    padding: 0 10px;
    margin-right: 2%;
}
#com-footer .B-layer .HP-info .HP-info-down input[type=button] {
    color: #fff;
    background-color: #c83e4f;
    cursor: pointer;
} 
#com-footer .B-layer .HP-info .HP-info-down select {
    display: inline-block;
    vertical-align: top;
    width: 23.5%;
    max-width: 200px;
    height: 46px;
    outline: none;
    border: none;
    font-size: 18px;
    color: #525354;
    margin-right: 2%;
    border-radius: 0;
    background-color: #fff;
    padding-left: 10px;
    box-sizing: border-box;
}

#com-footer .M-layer {
    display: none;
}





/* 侧边栏 */
#com-sideBar {
    display: none;
    position: fixed;
    right: 0;
    bottom: 25%;
    z-index: 100;
    width: 80px;
}
#com-sideBar ul li {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
    cursor: pointer;
}
#com-sideBar ul li:last-child {
    margin-bottom: 0;
}
#com-sideBar ul li .icon {
    width: 80px;
    height: 80px;
    overflow: hidden;
}
#com-sideBar ul li.phone .call {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);  
    transition: all .5s;
    width: 210px;
    height: 80px;
    background-color: #fff;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    opacity: 0;
    z-index: -10;
}
#com-sideBar ul li.phone:hover .call {
    left: -210px;
    opacity: 1;
    transition: all .5s;
}

#com-sideBar ul li.weChat .scan {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);  
    transition: all .5s;
    background-color: #fff;
    font-size: 0px;
    text-align: center;
    opacity: 0;
    z-index: -10;
}
#com-sideBar ul li.weChat .scan .com {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 120px;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    /* margin-left: 10px; */
}
/* #com-sideBar ul li.weChat .scan .com:first-child {
    margin-left: 0;
} */
#com-sideBar ul li.weChat:hover .scan {
    left: -120px;
    opacity: 1;
}








/* 产品中心页 */

.siteBar .text {
    font-size: 14px;
    line-height: 1.5;
    color: #525354;
    padding: 20px 0 20px 42px;
    text-align:left;
}
.siteBar .text a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #525354;
    position: relative;
}
.siteBar .text a:hover {
    color: #c83e4f;
}
.siteBar .text a:hover::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c83e4f;
    content: '';
}

.customize-title {
    padding-bottom: 4%;
}
.customize-title .name {
    width: 360px;
    max-height: 80px;
    margin: 0 auto 30px;
    position: relative;
}
.customize-title .name::after {
    display: block;
    content: '';
    padding-top: 22.3%;
}
.customize-title .name img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.customize-title .brief {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #525354;
    text-align: center;
}

.customize-title .CT-name {
    width: 100%;
    position: relative;
}
.customize-title .CT-name .EN {
    text-transform: uppercase;
    font-size: 60px;
    color: #525354;
    font-weight: bold;
    opacity: .1;
    letter-spacing: 15px;
    line-height: 95px;
    text-align: center;
}
.customize-title .CT-name .CN {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding-right: 34px;
    background: url('../images/icon-seal.png') no-repeat;
    background-position: right bottom;
    background-size: 14px 14px;
    font-size: 36px;
    color: #525354;
    font-weight: bold;
} 


/* 内页公共栏目 */
.innerPage .A-layer .banner {
    width: 1920px;
    max-width: 100%;
    max-height: 520px;
    position: relative;
}
.innerPage .A-layer .banner::after {
    display: block;
    content: '';
    padding-top: 27.09%;
}
.innerPage .A-layer .banner .con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.innerPage .A-layer .M-banner {
    display: none;
}

.innerPage .A-layer .navBar {
    width: 100%;
    height: 80px;
    background-color: #f2f2f2;
}
.innerPage .A-layer .navBar .lf-column {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.innerPage .A-layer .navBar .lf-column .name {
    position: relative;
    padding-left: 30px;
    font-size: 24px;
    line-height: 1.2;
    color: #525354;
    font-weight: bold;
}
.innerPage .A-layer .navBar .lf-column .name::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 100%;
    background-color: #c83e4f;
}

.innerPage .A-layer .navBar .rg-column {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 550px;
    max-width: 62%;
}
.innerPage .A-layer .navBar .rg-column ul {
    width: 100%;
    font-size: 0;
    text-align: center;
    padding-right: 30px;
    background: url('../images/next.png') no-repeat;
    background-size: 8px 14px;
    background-position: right center;
    box-sizing: border-box;
}
.innerPage .A-layer .navBar .rg-column ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    width: 104px;
    max-width: 20%;
}
.innerPage .A-layer .navBar .rg-column ul li a {
    display: block;
    width: 100%;
    height: 80px;
    font-size: 16px;
    color: #333;
    line-height: 80px;
    text-align: center;
}
.innerPage .A-layer .navBar .rg-column ul li a:hover {
    color: #fff;
    background-color: #c83e4f;
}
.innerPage .A-layer .navBar .rg-column ul li a.cur {
    color: #fff;
    background-color: #c83e4f;
}

.innerPage .A-layer .M-navBar {
    display: none;
}


 /*产品中心 -- 润囍系列页面模板  */
#productPage {
    width: 100%;
}
#productPage .A-layer .navBar .rg-column {
    width: 654px;
    max-width: 70%;
}
#productPage .A-layer .navBar .rg-column ul li {
    max-width: 16%;
}

#productPage .B-layer .a-row {
    width: 100%;
    background-color: #fff;
}


#productPage .B-layer .a-row .series {
    width: 100%;
    text-align: center;
}
#productPage .B-layer .a-row .series .name {
    display: inline-block;
    padding: 0 65px;
    margin: 70px 0 80px;
    position: relative;
}
#productPage .B-layer .a-row .series .name::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 1px;
    height: 50%;
    background-color: #525354;
}
#productPage .B-layer .a-row .series .name::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 1px;
    height: 50%;
    background-color: #525354;
}
#productPage .B-layer .a-row .series .name .tle {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 15px;
    position: relative;
    right: -15px;
}
#productPage .B-layer .a-row .series .name .tip {
    font-size: 18px;
    letter-spacing: 10px;
    position: relative;
    right: -10px;
}

#productPage .B-layer .a-row .series .product {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}

#productPage .B-layer .a-row .series .product .pic {
    width: 1200px;
    max-width: 100%;
    max-height: 479px;
    overflow: hidden;
    position: relative;
}
#productPage .B-layer .a-row .series .product .pic::after {
    display: block;
    content: '';
    padding-top: 40%;
}
#productPage .B-layer .a-row .series .product .pic .con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

#productPage .B-layer .a-row .series .product .text {
    width: 100%;
    font-size: 0;
    text-align: center;
    padding: 35px 0 55px;
}
#productPage .B-layer .a-row .series .product .text .lf {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#productPage .B-layer .a-row .series .product .text .lf .nameBox {
    display: inline-block;
    font-size: 16px;
}
#productPage .B-layer .a-row .series .product .text .lf .nameBox .CN {
    font-size: 28px;
    color: #525354;
    line-height: 1.8;
    letter-spacing: 6px;
    position: relative;
}
#productPage .B-layer .a-row .series .product .text .lf .nameBox .CN::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    width: 100%;
    height: 1px;
    background-color: #525354;
}
#productPage .B-layer .a-row .series .product .text .lf .nameBox .CN span {
    font-size: 18px;
    letter-spacing: 2px;
    margin-left: 20px;
}
#productPage .B-layer .a-row .series .product .text .lf .nameBox .EN {
    font-size: 18px;
    line-height: 2;
    color: #919191;
    text-align: left;
}
#productPage .B-layer .a-row .series .product .text .rg {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
#productPage .B-layer .a-row .series .product .text .rg .brief {
    padding: 0 50px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#productPage .B-layer .b-row {
    width: 100%;
    background-color: #f2f2f2;
}
#productPage .B-layer .b-row .subCase {
    width: 100%;
    font-size: 0;
    text-align: center;
    padding: 70px 0 60px;
}
#productPage .B-layer .b-row .subCase .item {
    display: inline-block;
    vertical-align: top;
    width: 530px;
    margin-right: 52px;
}
#productPage .B-layer .b-row .subCase .item:last-child {
    margin-right: 0;
}
#productPage .B-layer .b-row .subCase .item .pic {
    width: 530px;
    max-height: 350px;
    overflow: hidden;
}
#productPage .B-layer .b-row .subCase .item .txt {
    text-align: left;
    padding: 0 10px;
    margin: 10px 0;
}
#productPage .B-layer .b-row .subCase .item .txt p {
    height: 48px;
    font-size: 16px;
    color: #525354;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



/* 空间系列 */
#main_spaceBanner {
    width: 100%;
    background: url("../images/mbanner_space.jpg") center top no-repeat;
}

#main_spaceBox {
    margin: 0 auto;
    width: 1340px;
    overflow-x: hidden;
}

#main_spaceTxt {
    margin-left: 168px;
    width: 580px;
    height: 588px;
    text-align: left;
    color: #ffffff;
}

#main_spaceTxt_tit {
    position: relative;
    left: -15px;
    margin-top: 111px;
    margin-bottom: 20px;
    font-size: 80px;
    font-family: "hanyi","Microsoft YaHei";
}

#main_spaceTxt_txt {
    position: relative;
    left: -3px;
    margin-bottom: 8px;
    font-size: 30px;
    font-family: "hanyi","Microsoft YaHei";
}

#main_spaceTxt_txtEN {
    margin-bottom: 50px;
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
}

#main_spaceTxt_con p {
    line-height: 180%;
}

#main_space {
    width: 100%;
    height: auto !important;
    min-height: 500px;
    height: 500px;
    background-color: #ffffff;
}

#main_spaceMap {
    width: 1200px;
}

#main_spaceMenu {
    margin: 0 auto;
    margin-bottom: 37px;
    width: 1198px;
    height: 98px;
    border: 1px solid #707070;
    border-bottom: none;
}

.main_spaceMenuUL {
    position: relative;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #707070;
}

.main_spaceMenuUL_tit {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    letter-spacing: 5px;
    background-color: #2c2c2c;
    color: #ffffff;
    text-align: center;
}

.main_spaceMenuUL_li {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 1068px;
    height: 28px;
    text-align: left;
}

.main_spaceMenuUL_li a {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}

.main_spaceMenuUL_li a:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 5px;
    width: 1px;
    height: 17px;
    background-color: #858484;
}

.main_spaceMenuUL_li a:last-child:after {
    display: none;
}

.main_spaceMenuUL_li a:hover {
    background-color: #2c2c2c;
    color: #ffffff;
}

.main_spaceMenuUL_li .cur {
    background-color: #2c2c2c;
    color: #ffffff;
}

.main_spaceMenuUL_li .mSpace_cur {
    background-color: #2c2c2c;
    color: #ffffff;
}

#main_spaceList {
    margin: 0 auto;
    width: 1200px;
}

#main_spaceList ul {
    width: 110%;
    overflow: hidden;
}

#main_spaceList li {
    float: left;
    margin-right: 40px;
    margin-bottom: 50px;
    width: 580px;
    -moz-box-shadow: 0px 3px 4px #444;
    -webkit-box-shadow: 0px 3px 4px #444;
    box-shadow: 0px 3px 4px #444;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
    transition: all 0.5s;
}

#main_spaceList li:hover {
    -moz-box-shadow: 0px 3px 22px #444;
    -webkit-box-shadow: 0px 3px 22px #444;
    box-shadow: 0px 3px 22px #444;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=0, Color='#444444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=0, Color='#444444');
}

#main_spaceList li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    color: #2f2725;
}

.mSpace_listImg {
    width: 580px;
    height: 350px;
    overflow: hidden;
    display:block;
}

.mSpace_text {
    width: 100%;
    font-size: 0;
    text-align: left;
    padding: 4% 2%;
    box-sizing: border-box;
    overflow: hidden;
}

.mSpace_listName {
    display: inline-block;
    vertical-align: middle;
    width: 61%;
    height: 38px;
    line-height: 38px;
    text-align: left;
    overflow: hidden;
    font-size: 20px;
    margin-right: 2%;
    padding: 0 1%;
    box-sizing: border-box;
}

.mSpace_btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    max-width: 37%;
}
.mSpace_listCZ {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    max-width: 50%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #a0a0a0;
    color: #595757;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
}

.mSpace_listMore {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    max-width: 50%;
    height: 30px;
    line-height: 28px;
    background-color: #565656;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
}



/* 产品详情 */
#main_pro {
    width: 1300px;
    margin: 0 auto;
    max-height: 100%;
}

#main_proShow_top {
    position: relative;
    width: 100%;
    margin-bottom: 6%;
}

#main_proST_LBox {
    width: 760px;
    float: left;
}
#main_proST_LBox .details_bp {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;
    background-color: #f1f1f1;
}
#main_proST_LBox .details_bp::after {
    display: block;
    content: '';
    padding-top: 59.22%;
}
#main_proST_LBox .details_bp .swiper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 100%;
}

#main_proST_LBox .details_sp {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#main_proST_LBox .details_sp .swiper {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
#main_proST_LBox .details_sp .swiper-slide {
    width: auto;
    opacity: .6;
}
#main_proST_LBox .details_sp .swiper-slide-thumb-active {
    opacity: 1;
}
#main_proST_LBox .details_sp .swiper-button-next {
    background: url('../images/P-page/swiper_but.png') no-repeat;
    background-position: right center;
    width: 25px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
}
#main_proST_LBox .details_sp .swiper-button-prev {
    background: url('../images/P-page/swiper_but.png') no-repeat;
    background-position: left center;
    width: 25px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
}


#main_proST_Bimg {
    positioin: absolute;
    left: 0px;
    top: 0px;
    width: 760px;
    height: 450px;
    overflow: hidden;
}

#main_proST_Simg {
    position: absolute;
    left: 0px;
    top: 470px;
    width: 760px;
    height: 100px;
}

#main_proST_SimgL {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 100px;
    line-height: 100px;
    background-color: #9fa0a0;
    color: #ffffff;
    font-size: 20px;
}

#main_proST_SimgR {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25px;
    height: 100px;
    line-height: 100px;
    background-color: #9fa0a0;
    color: #ffffff;
    font-size: 20px;
}

#main_proST_SimgC {
    position: absolute;
    left: 42px;
    top: 0px;
    width: 677px;
    height: 100px;
    overflow: hidden;
    background: green;
}

#main_proST_RBox {
    float: right;
    width: 479px;
    text-align: left;
}

#main_proST_Tit {
    position: relative;
    top: -4px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 48px;
    border-bottom: 1px solid #9fa0a0;
    font-size: 28px;
    color: #3e3a39;
    padding-bottom: 10px;
}

.main_proST_Txt {
    margin-bottom: 8px;
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #595757;
    clear: both;
}

.main_proST_TxtL {
    float: left;
    position: relative;
    left: -4px;
    width: 100px;
}

.main_proST_TxtR {
    float: left;
    width: 379px;
}

.main_proST_TxtR ul {
    width: 110%;
}

.main_proST_TxtR li {
    float: left;
    margin-right: 7px;
    margin-bottom: 8px;
    width: 92px;
    height: 54px;
    overflow: hidden;
    cursor: pointer;
}

.main_proST_TxtR li img {
    width: 100%;
}

#main_proST_bot {
    margin-top: 30px;
    clear: both;
    width: 100%;
    height: 40px;
}

#main_proST_phone {
    float: left;
    width: 312px;
    height: 40px;
    text-align: center;
    font-size: 0;
    background-color: #2c2c2c;
}
#main_proST_phone span {
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
}

#main_proST_phone a {
    display: inline-block;
    margin-left: 15px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

#main_proST_but {
    float: right;
    width: 149px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: #2c2c2c;
    color: #ffffff;
    cursor: pointer;
}

#main_proST_but:hover {
    background-color: #b8724a;
}

#main_proShow_left {
    float: left;
    width: 250px;
}

.main_pS_Lclass {
    margin-bottom: 53px;
    width: 100%;
}

.main_pS_LclassTit {
    position: relative;
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    background-color: #2c2c2c;
}
.main_pS_LclassTit span {
    position: relative;
}
.main_pS_LclassTit span:after {
    content: "";
    position: absolute;
    left: -25%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    height: 1px;
    background-color: #ffffff;
}

.main_pS_LclassTit span:before {
    content: "";
    position: absolute;
    right: -25%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    height: 1px;
    background-color: #ffffff;
}

.main_pS_LclassCon {
    background-color: #f7f7f7;
}

.main_pS_LclassConUL {
    margin-top: 20px;
    margin-bottom: 50px;
}

.main_pS_LclassConUL li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 18px;
    color: #3e3a39;
    border-bottom: 1px solid #7b7b7b;
}

.main_pS_LclassConUL li a {
    position: relative;
    display: block;
    max-width: 80%;
    margin: 0 auto;
    height: 100%;
}

.main_pS_LclassConUL li a:after {
    content: ">";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    font-size: 14px;
}

.main_pS_LclassUL {
    margin-left: 25px;
    margin-bottom: 10px;
    width: 200px;
}

.main_pS_LclassUL span {
    display: block;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 18px;
    color: #3e3a39;
    border-bottom: 1px solid #7b7b7b;
}

.main_pS_LclassUL span:after {
    content: "+";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    font-size: 28px;
}
.main_pS_LclassUL_last span:after {
display:none;
}
.main_pS_LclassUL.cur span:after {
    content: "-";
}

.main_pS_LclassUL ul {
    margin-bottom: 10px;
    display: none;
}

.main_pS_LclassUL.cur ul {
    display: block;
    border-bottom: 1px solid #7b7b7b;
}

.main_pS_LclassUL li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
}

.main_pS_LclassUL li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #595757;
    font-size: 14px;
}

.main_pS_LclassUL li a:after {
    content: ">";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    font-size: 14px;
}

.main_pS_LclassUL li a:hover {
    color: #b8724a;
}

.main_pS_LclassTIt {
    margin-bottom: 22px;
    width: 100%;
}

.main_pS_LclassImg {
    width: 100%;
}

.main_pS_LclassImg li {
    margin-bottom: 20px;
    width: 100%;
}

.main_pS_LclassImg li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
}

.main_pslc_img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.main_pslc_img img {
    max-width: 100%;
    max-height: 235px;
}

.main_pslc_tit {
    width: 228px;
    height: 28px;
    line-height: 28px;
    text-align: left;
    font-size: 16px;
    color: #3e3a39;
    overflow: hidden;
    display: inline-block;
    margin:15px 0;
    text-align:center;
}

.main_pslc_but {
    position: absolute;
    right: 22px;
    bottom: 10px;
    width: 98px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #7d7d7d;
    color: #3e3a39;
    display: none;
}

#main_proShow_con {
    float: right;
    width: 990px;
    min-height: 800px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}




/* 关于素创 -- 创始人风采 */

#founderPage .B-layer {
    width: 100%;
    /* height: 2237px; */
    background: url('../images/A-page/layer-bg.jpg') no-repeat;
    background-size: 100% 100%;
}

#founderPage .B-layer .content {
    width: 100%;
    height: 2008px;
    position: relative;
}
#founderPage .B-layer .content .lf {
    width: 646px;
    max-width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    padding-left: 42px;
    box-sizing: border-box;
}
#founderPage .B-layer .content .lf .name {
    margin-bottom: 24.77%;
    margin-left: 80px;
    position: relative;
}
#founderPage .B-layer .content .lf .name::after {
    position: absolute;
    left: 0;
    bottom: -30px;
    content: '';
    width: 70px;
    height: 7px;
    background-color: #525354;
}
#founderPage .B-layer .content .lf .name .CN {
    font-size: 36px;
    color: #000;
    line-height: 1.5;
}
#founderPage .B-layer .content .lf .name .EN {
    font-size: 20px;
    text-transform: uppercase;
    color: #909090;
    line-height: 1.5;
}

#founderPage .B-layer .content .lf .pic {
    width: 596px;
    max-width: 100%;
    /* height: 658px; */
    margin-bottom: 70px;
    overflow: hidden;
}
#founderPage .B-layer .content .lf .slogan {
    width: 529px;
    max-width: 100%;
    /* height: 195px; */
    overflow: hidden;
}

#founderPage .B-layer .content .lf .sofa {
    position: absolute;
    left: 42px;
    bottom: 0;
    z-index: 10;
    width: 379px;
    max-width: 59%;
    /* height: 378px; */
    overflow: hidden;
}




#founderPage .B-layer .content .rg {
    width: 740px;
    max-width: 57%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: rgba(255,255,255,.75);
}
#founderPage .B-layer .content .rg .article {
    width: 295px;
    max-width: 60%;
    margin: 0 auto;
    padding-left: 8%;
    padding-top: 21%;
}
#founderPage .B-layer .content .rg .article .name {
    font-size: 36px;
    color: #525354;
    font-weight: bold;
    margin-bottom: 23.72%;
}
#founderPage .B-layer .content .rg .article ul {
    margin-bottom: 30px;
}
#founderPage .B-layer .content .rg .article ul li {
    font-size: 16px;
    line-height: 36px;
    color: #525354;
}




/* 关于素创 --- 品牌简介 */
#aboutPage .A-layer .banner {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
#aboutPage .A-layer .banner::after {
    display: block;
    content: '';
    padding-top: 27.09%;
}
#aboutPage .A-layer .banner .con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#aboutPage .A-layer .M-banner {
    display: none;
}
#aboutPage .A-layer .M-navBar {
    display: none;
}
#aboutPage .B-layer {
    background-color: #fbfbfb;
}
#aboutPage .B-layer .content {
    width: 1452px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: url('../images/A-page/ap-bg-1.jpg') no-repeat;
    background-size: 785px 550px;
    background-position: right 220px;
}
#aboutPage .B-layer .content .row-up {
    width: 1300px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
#aboutPage .B-layer .content .row-up::after {
    display: block;
    content: '';
    padding-top: 63.08%;
}
#aboutPage .B-layer .content .ru_lf {
    position: absolute;
    left: 0;
    top: 0;
    width: 745px;
    max-width: 57.31%;
    height: 100%;
}
#aboutPage .B-layer .content .ru_lf .name {
    padding-left: 20%;
    text-align: left;
}
#aboutPage .B-layer .content .ru_lf .name .tle {
    font-size: 40px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
}
#aboutPage .B-layer .content .ru_lf .name .sub {
    font-size: 40px;
    line-height: 1.5;
    color: #525354;
    padding-bottom: 25px;
    position: relative;
}
#aboutPage .B-layer .content .ru_lf .name .sub::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 110px;
    height: 6px;
    background-color: #525354;
}
#aboutPage .B-layer .content .ru_lf .pic {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
#aboutPage .B-layer .content .ru_lf .pic::after {
    display: block;
    content: '';
    padding-top: 66.58%;
}
#aboutPage .B-layer .content .ru_lf .pic .con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}

#aboutPage .B-layer .content .ru_rg {
    position: absolute;
    right: 0;
    top: 0;
    width: 470px;
    max-width: 36.16%;
    height: 100%;
}
#aboutPage .B-layer .content .ru_rg .pic {
    width: 100%;
    position: relative;
    margin-bottom: 18%;
}
#aboutPage .B-layer .content .ru_rg .pic::after {
    display: block;
    content: '';
    padding-top: 66.81%;
}
#aboutPage .B-layer .content .ru_rg .pic .con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}

#aboutPage .B-layer .content .ru_rg .text {
    width: 100%;
}
#aboutPage .B-layer .content .ru_rg .text p {
    font-size: 14px;
    color: #525354;
    line-height: 28px;
    margin-bottom: 15px;
}
#aboutPage .B-layer .content .ru_rg .text p:last-child {
    margin-bottom: 0;
}

#aboutPage .B-layer .content .row-down {
    display: none;
    width: 100%;
    padding: 6% 0;
}
#aboutPage .B-layer .content .row-down .rd_text {
    padding: 0 4%;
}
#aboutPage .B-layer .content .row-down .rd_text p {
    font-size: 16px;
    color: #525354;
    line-height: 1.5;
    margin-bottom: 15px;
}


#aboutPage .B-layer .M-content {
    display: none;
}


#aboutPage .C-layer {
    background-color: #fbfbfb;
    padding-top: 6%;
    padding-bottom: 8%;
}
#aboutPage .C-layer .content {
    width: 1450px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: url('../images/A-page/ap-bg-2.jpg') no-repeat;
    background-size: 1179px 746px;
    background-position: right bottom;
}
#aboutPage .C-layer .content .row-up {
    width: 100%;
    position: relative;
    margin-bottom: 6%;
}
#aboutPage .C-layer .content .row-up::after {
    display: block;
    content: '';
    padding-top: 43.45%;
}
#aboutPage .C-layer .content .ru_lf {
    position: absolute;
    left: 0;
    top: 0;
    width: 580px;
    height: 100%;
    max-width: 40%;
}
#aboutPage .C-layer .content .ru_lf .name {
    position: absolute;
    right: 0;
}
#aboutPage .C-layer .content .ru_lf .name .tle {
    font-size: 40px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
}
#aboutPage .C-layer .content .ru_lf .name .sub {
    font-size: 40px;
    line-height: 1.5;
    color: #525354;
    padding-bottom: 25px;
    position: relative;
}
#aboutPage .C-layer .content .ru_lf .name .sub::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 110px;
    height: 6px;
    background-color: #525354;
}
#aboutPage .C-layer .content .ru_lf .pic {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
#aboutPage .C-layer .content .ru_lf .pic::after {
    display: block;
    content: '';
    padding-top: 66.73%;
}
#aboutPage .C-layer .content .ru_lf .pic .con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}

#aboutPage .C-layer .content .ru_rg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 762px;
    max-width: 52.55%;
}
#aboutPage .C-layer .content .ru_rg .pic {
    width: 100%;
    position: relative;
}
#aboutPage .C-layer .content .ru_rg .pic::after {
    display: block;
    content: '';
    padding-top: 66.67%;
}
#aboutPage .C-layer .content .ru_rg .pic .con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}


#aboutPage .C-layer .content .row-down {
    width: 100%;
    font-size: 0;
    text-align: center;
}
#aboutPage .C-layer .content .rd_lf {
    display: inline-block;
    vertical-align: top;
    width: 580px;
    max-width: 40%;
    margin-right: 7.45%;
}
#aboutPage .C-layer .content .rd_rg {
    display: inline-block;
    vertical-align: top;
    width: 762px;
    max-width: 52.55%;
}

#aboutPage .C-layer .content .rd_lf .pic {
    width: 443px;
    max-width: 76.38%;
    margin-left: auto;
    position: relative;
}
#aboutPage .C-layer .content .rd_lf .pic::after {
    display: block;
    content: '';
    padding-top: 66.59%;
}
#aboutPage .C-layer .content .rd_lf .pic .con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}

#aboutPage .C-layer .content .rd_rg .text {
    width: 100%;
    padding-right: 70px;
    box-sizing: border-box;
    text-align: left;
    padding-bottom: 30px;
}
#aboutPage .C-layer .content .rd_rg .text p {
    font-size: 14px;
    color: #525354;
    line-height: 2;
    margin-bottom: 15px;
}
#aboutPage .C-layer .content .rd_rg .text p:last-child {
    margin-bottom: 0;
}

#aboutPage .MC-layer {
    display: none;
}





/* 设计之旅 */

#designPage .B-layer {
    padding-top: 7%;
}
#designPage .B-layer .content .B-pic {
    width: 100%;
    height: 697px;
    position: relative;
    background: url('../images/D-page/layer-1.jpg') no-repeat center center;
    background-size: cover;
}
#designPage .B-layer .content .sub-pic {
    display: none;
}

#designPage .C-layer {
    padding: 7% 0 8%;
}
#designPage .C-layer .designer {
    width: 100%;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
#designPage .C-layer .designer .item {
    display: inline-block;
    vertical-align: top;
    width: 630px;
    margin-right: 40px;
}
#designPage .C-layer .designer .item:last-child {
    margin-right: 0;
}

#designPage .C-layer .designer .item .pic {
    width: 630px;
    max-width: 100%;
    max-height: 550px;
    overflow: hidden;
    position: relative;
}
#designPage .C-layer .designer .item .pic::after {
    display: block;
    content: '';
    padding-top: 87.31%;
}
#designPage .C-layer .designer .item .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#designPage .C-layer .designer .item .text {
    width: 100%;
    padding: 35px 25px;
    box-sizing: border-box;
}
#designPage .C-layer .designer .item .text p {
    font-size: 22px;
    line-height: 1.5;
    color: #525354;
    height: 99px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: left;
}
#designPage .C-layer .designer .item .more {
    width: 100%;
    height: 36px;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    background-color: #813333;
}

#designPage .D-layer {
    width: 100%;
    background: #040000;
    position: relative;
    padding-top: 6%;
}

#designPage .D-layer .content .text {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 50px;
}
#designPage .D-layer .content .text P {
    font-size: 22px;
    line-height: 38px;
    color: #fff;
    text-align: center;
}
#designPage .D-layer .content .D-pic {
    width: 100%;
    position: relative;
}
#designPage .D-layer .content .D-pic::after {
    display: block;
    content: '';
    padding-top: 33.83%;
}
#designPage .D-layer .content .D-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

/* 设计顾问 */
#adviserPage .A-layer .navBar .rg-column ul {
    text-align: right;
}




/* 客户服务 */

#servicePage .A-layer .banner {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
#servicePage .A-layer .banner::after {
    display: block;
    content: '';
    padding-top: 27.09%;
}
#servicePage .A-layer .banner .con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#servicePage .A-layer .M-banner {
    display: none;
}

#servicePage .A-layer .navBar .rg-column ul {
    text-align: right;
}

#servicePage .A-layer .M-navBar {
    display: none;
}


#main_contact {
    width: 100%;
    background: url("../images/icontact_bg.jpg") center top no-repeat #000000;
    background-size: cover;
    margin-top: 134px;
}

#main_contact .A-layer .M-banner {
    display: none;
}
#main_contact .A-layer .M-navBar {
    display: none;
}


#main_contact .siteBar {
    width:1200px;
    max-width: 100%;
    margin:0 auto;
}
#main_contact .siteBar,
#main_contact .siteBar a,
#main_contact .siteBar .text {
    color: #fff;
}

#main_contact_tle {
    width: 100%;
}
#main_contact_tle .wrapper {
    width: 1120px;
}
#main_contact_tle .CN {
    font-size: 20px;
    color: #fff;
}
#main_contact_tle .CN span {
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
}
#main_contact_tle .EN {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    opacity: .5;
    text-transform: uppercase;
}

#main_contact_line {
    position: relative;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 4% 0;
}

#main_contact_line .mcl_lf {
    float: left;
    width: 465px;
}

#main_contact_title {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

#main_contact_con {
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 35px;
}

#main_contact_con p {
    line-height: 200%;
}

#main_contact_mapTitle {
    width: 106px;
    height: 32px;
    background: url("../images/icontact_bdTit.png") no-repeat;
    margin: 6px 0;
}

#main_contact_map {
    width: 100%;
    min-height: 197px;
}

#main_contact_message {
    float: right;
    width: 366px;
    background-color: #fff;
    border-radius: 6%;
    padding: 30px;
    font-size: 0;
    box-sizing: border-box;
}
#main_contact_message .mcm_tle {
    width: 100%;
    font-size: 16px;
    color: #c83e4f;
    margin-bottom: 20px;
}

.message_con_name {
    width: 100%;
    height: 32px;
    border: 1px solid #ddd;
    padding: 0 6px;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.message_con_mail {
    width: 100%;
    height: 32px;
    border: 1px solid #ddd;
    padding: 0 6px;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.message_con_phone {
    width: 100%;
    height: 32px;
    border: 1px solid #ddd;
    padding: 0 6px;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.message_con_txt {
    width: 100%;
    height: 193px;
    border: 1px solid #ddd;
    padding: 6px;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    margin-bottom: 20px;
    resize: none;
}

.message_con_but {
    display: block;
    width: 108px;
    height: 24px;
    border: none;
    background-color: #333333;
    color: #f7f0e6;
    font-size: 14px;
    cursor: pointer;
}







#servicePage .B-layer .customize-title .CT-name {
    margin-bottom: 30px;
}

#servicePage .B-layer .content .a-sub {
    width: 100%;
    min-height: 520px;
    background: url('../images/S-page/layer-bg.jpg') no-repeat;
    background-position: center bottom ;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
#servicePage .B-layer .content .a-sub .wrap {
    width: 1300px;
    max-width: 96%;
    margin: 0 auto;
}
#servicePage .B-layer .content .a-sub .lf-row {
    display: inline-block;
    vertical-align: top;
    width: 760px;
    max-width: 50%;
    margin: 0 auto;
    padding-right: 6.5%;
    box-sizing: border-box;
    text-align: left;
}
#servicePage .B-layer .content .a-sub .lf-row .name {
    font-size: 30px;
    color: #525354;
    line-height: 2;
}
#servicePage .B-layer .content .a-sub .lf-row .brief {
    font-size: 14px;
    color: #525354;
    line-height: 1.8;
}
#servicePage .B-layer .content .a-sub .rg-row {
    display: inline-block;
    vertical-align: top;
    width: 360px;
    max-width: 50%;
    margin: 0 auto;
    /* height: 430px; */
}

#servicePage .B-layer .content .a-sub .rg-row .pic {
    width: 360px;
    max-width: 100%;
    /* height: 430px; */
    overflow: hidden;
}


#servicePage .B-layer .content .b-sub {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 8% 0;
    border-bottom: 1px solid #d3d3d3;
}
#servicePage .B-layer .content .b-sub .text {
    width: 870px;
    max-width: 100%;
    padding: 0 95px;
    margin-bottom: 8%;
    box-sizing: border-box;
}
#servicePage .B-layer .content .b-sub .text p {
    font-size: 14px;
    color: #525354;
    line-height: 22px;
}
#servicePage .B-layer .content .b-sub .pics {
    width: 100%;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}
#servicePage .B-layer .content .b-sub .pics .pics_lf {
    float: left;
    width: 564px;
    max-width: 43.39%;
    position: relative;
}
#servicePage .B-layer .content .b-sub .pics .pics_lf::after {
    display: block;
    content: '';
    padding-top: 101.1%;
}
#servicePage .B-layer .content .b-sub .pics .pics_lf .pl_con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#servicePage .B-layer .content .b-sub .pics .pics_rg {
    float: right;
    width: 604px;
    max-width: 46.47%;
    position: relative;
}
#servicePage .B-layer .content .b-sub .pics .pics_rg::after {
    display: block;
    content: '';
    padding-top: 82.12%;
}
#servicePage .B-layer .content .b-sub .pics .pics_rg .pr_con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}


#servicePage .B-layer .content .c-sub {
    padding-bottom: 60px;
}
#servicePage .B-layer .content .c-sub .text {
    width: 900px;
    max-width: 100%;
    padding: 90px 100px;
    box-sizing: border-box;
}

#servicePage .B-layer .content .c-sub .text dt {
    font-size: 30px;
    line-height: 2;
    color: #525354;
    margin-bottom: 10px;
}
#servicePage .B-layer .content .c-sub .text dd {
    font-size: 14px;
    color: #525354;
    line-height: 22px;
    margin-bottom: 10px;
}
#servicePage .B-layer .content .c-sub .text dd span {
    font-weight: bold;
    color: #000;
    margin-right: 10px;
}
#servicePage .B-layer .content .c-sub .pic {
    width: 1300px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
#servicePage .B-layer .content .c-sub .pic::after {
    display: block;
    content: '';
    padding-top: 35.77%;
}
#servicePage .B-layer .content .c-sub .pic .con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}


#servicePage .C-layer .content .name {
    padding: 50px 0;
    font-size: 30px;
    line-height: 2;
    color: #525354;
    text-align: center;
}
#servicePage .C-layer .content .direction {
    padding: 90px 0;
    text-align: center;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
#servicePage .C-layer .content .direction .row {
    display: inline-block;
    vertical-align: top;
    width: 420px;
    max-width: 30%;
}
#servicePage .C-layer .content .direction .row .AN {
    font-size: 22px;
    line-height: 32px;
    color: #525354;
    text-align: center;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 30px;
}
#servicePage .C-layer .content .direction .row .AN::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    width: 50px;
    height: 2px;
    background-color: #525354;
}
#servicePage .C-layer .content .direction .row .CT p {
    font-size: 14px;
    line-height: 22px;
    color: #525354;
    text-align: center;
}
#servicePage .C-layer .content .more {
    padding: 55px 0 125px;
}
#servicePage .C-layer .content .more a {
    display: block;
    width: 760px;
    max-width: 100%;
    height: 78px;
    margin: 0 auto;
    background-color: #c83e4f;
    font-size: 26px;
    color: #fff;
    line-height: 78px;
    text-align: center;
}

#servicePage .C-layer .content .option {
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
}
#servicePage .C-layer .content .option .item {
    float: left;
    width: 620px;
    max-width: 49%;
    height: 750px;
    margin-right: 2%;
    overflow: hidden;
}
#servicePage .C-layer .content .option .item:last-child {
    float: right;
    margin-right: 0;
}
#servicePage .C-layer .content .option .item .pic {
    width: 620px;
    max-width: 100%;
    height: 300px;
    overflow: hidden;
}
#servicePage .C-layer .content .option .item .text {
    width: 620px;
    max-width: 100%;
    height: 450px;
    background-color: #fafafa;
}
#servicePage .C-layer .content .option .item .text dl {
    padding: 40px 40px 0;
}
#servicePage .C-layer .content .option .item .text dl dt {
    font-size: 30px;
    line-height: 2;
    color: #525354;
    margin-bottom: 30px;
}
#servicePage .C-layer .content .option .item .text dl dd {
    font-size: 14px;
    color: #525354;
    line-height: 22px;
    margin-bottom: 10px;
}
#servicePage .C-layer .content .option .item .text dl dd:last-child {
    margin-bottom: 0;
}


/* 设计之旅---设计顾问 */

#adviserPage .B-layer .content {
    padding: 50px 20px;
    position: relative;
}
#adviserPage .B-layer .content .column-A {
    width: 100%;
    position: relative;
    padding-bottom: 75px;
    overflow: hidden;
}
#adviserPage .B-layer .content .column-A .lf-row {
    float: left;
    width: 630px;
    max-width: 50%;
}
#adviserPage .B-layer .content .column-A .lf-row .photo {
    width: 100%;
    position: relative;
}
#adviserPage .B-layer .content .column-A .lf-row .photo::after {
    display: block;
    content: '';
    padding-top: 87.31%;
}
#adviserPage .B-layer .content .column-A .lf-row .photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#adviserPage .B-layer .content .column-A .rg-row {
    float: right;
    width: 500px;
    max-width: 40%;
}
#adviserPage .B-layer .content .column-A .rg-row .infoView {
    position: fixed;
    top: 150px;
    width: 500px;
    background-color: #fff;
}
#adviserPage .B-layer .content .column-A .rg-row dl {
    width: 100%;
    margin-bottom: 80px;
}
#adviserPage .B-layer .content .column-A .rg-row dl dt {
    font-size: 48px;
    color: #525354;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-top: 20px;
}
#adviserPage .B-layer .content .column-A .rg-row dl dd {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 2;
    padding-left: 20px;
    position: relative;
}
#adviserPage .B-layer .content .column-A .rg-row dl dd::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-58%);
    content: '●';
    font-size: 1.8em;
    color: #525354;
    line-height: 1;
}
#adviserPage .B-layer .content .column-A .rg-row ul li {
    font-size: 20px;
    line-height: 1.8;
    color: #525354;
}


#adviserPage .B-layer .content .column-B {
    position: relative;
    padding-bottom: 40px;
    margin-right: 45%;
    border-top: 1px solid #525354;
}
#adviserPage .B-layer .content .column-B dl dt {
    padding: 25px 0;
    font-size: 20px;
    line-height: 1.8;
    color: #525354;
}
#adviserPage .B-layer .content .column-B dl p {
    width: 625px;
    max-width: 100%;
    max-height: 350px;
    margin-bottom: 20px;
    position: relative;
}
#adviserPage .B-layer .content .column-B dl p::after {
    display: block;
    content: '';
    padding-top: 56%;
}
#adviserPage .B-layer .content .column-B dl p img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
#adviserPage .B-layer .content .column-B .addPic {
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
}

#adviserPage .B-layer .content .column-C {
    margin-right: 45%;
    padding-bottom: 100px;
    border-top: 1px solid #525354;
}
#adviserPage .B-layer .content .column-C .columnName {
    font-size: 20px;
    color: #525354;
    padding: 30px 0;
}
#adviserPage .B-layer .content .column-C .newBar {
    margin-bottom: 45px;
}

#adviserPage .B-layer .content .column-C .newBar p {
    font-size: 14px;
    line-height: 24px;
    color: #525354;
    margin-bottom: 1.5em;
}


#adviserPage .B-layer .content .column-C .infoBar {
    font-size: 14px;
    color: #525354;
}
#adviserPage .B-layer .content .column-C .infoBar dl {
    font-size: 14px;
    line-height: 24px;
    color: #525354;
}
#adviserPage .B-layer .content .column-C .infoBar dt {
    font-size: 14px;
    line-height: 1.8;
    color: #525354;
    margin-bottom: 2em;
}



.copyright {
    padding: 0 5%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #777;
    text-align: left;
    background-color: #000;
}
.copyright a {
    font-size: 14px;
    color: #777;
}
.copyright a:hover {
    color: #fff;
}


/* 新闻资讯 */
#main_news {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}
#main_news ul {
    width: 100%;
    overflow: hidden;
}
#main_news ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
    width: 413px;
    height: 485px;
    background-color: #f7f7f7;
}
#main_news ul li:nth-child(3n) {
    margin-right: 0;
}

#main_news ul li a span {
    display: block;
}
.main_newList_img {
    width: 100%;
    max-height: 240px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.main_newList_img::after {
    display: block;
    content: '';
    padding-top: 58.2%;
}
.main_newList_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.main_newList_tit {
    position: relative;
    top: 0px;
    margin-left: 5%;
    margin-bottom: 10px;
    width: 90%;
    height: 60px;
    font-size: 20px;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.5s;
}
.main_newList_time {
    margin-left: 5%;
    margin-bottom: 25px;
    width: 90%;
    font-size: 16px;
    transition: all 0.5s;
}
.main_newList_con {
    margin-left: 5%;
    margin-bottom: 10px;
    width: 90%;
    height: 84px;
    overflow: hidden;
    font-size: 14px;
    color: #595757;
    line-height: 150%;
}


/* 关于素创--品牌工艺 */
#craftPage {
    width: 100%;
}
#craftPage .B-layer .column-A {
    width: 100%;
    padding: 40px 0;
}
#craftPage .B-layer .column-A .content {
    width: 1212px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
}

#craftPage .B-layer .column-A .lf-row {
    display: inline-block;
    vertical-align: bottom;
    width: 690px;
    margin-right: 57px;
}
#craftPage .B-layer .column-A .rg-row {
    display: inline-block;
    vertical-align: bottom;
    width: 465px;
}

#craftPage .B-layer .column-A .lf-row .c-tle {
    font-size: 30px;
    line-height: 2;
    color: #525354;
    position: relative;
    margin-bottom: 50px;
}
#craftPage .B-layer .column-A .lf-row .c-tle::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 360px;
    height: 2px;
    background-color: #333;
}
#craftPage .B-layer .column-A .lf-row .c-tle span {
    font-size: 40px;
    color: #525354;
    font-weight: bold;
}
#craftPage .B-layer .column-A .lf-row .c-txt {
    width: 100%;
    margin-bottom: 36px;
}
#craftPage .B-layer .column-A .lf-row .c-txt dt {
    font-size: 14px;
    font-weight: bold;
    color: #525354;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 10px;
}
#craftPage .B-layer .column-A .lf-row .c-txt dd {
    font-size: 14px;
    color: #525354;
    line-height: 1.5;
    margin-bottom: 12px;
}
#craftPage .B-layer .column-A .lf-row .c-pic {
    width: 690px;
    height: 265px;
    height: auto;
    overflow: hidden;
}

#craftPage .B-layer .column-A .rg-row .c-pic {
    width: 465px;
    height: 334px;
    overflow: hidden;
    margin-bottom: 150px;
}
#craftPage .B-layer .column-A .rg-row .c-txt {
    padding-left: 20px;
    margin-bottom: 6%;
}
#craftPage .B-layer .column-A .rg-row .c-txt dt {
    font-size: 14px;
    font-weight: bold;
    color: #525354;
    line-height: 1.5;
    margin-bottom: 10px;
}
#craftPage .B-layer .column-A .rg-row .c-txt dd {
    font-size: 14px;
    color: #525354;
    line-height: 1.5;
    margin-bottom: 10px;
}
#craftPage .B-layer .column-A .rg-row .c-txt dd:last-child {
    margin-bottom: 0;
}


#craftPage .B-layer .column-B {
    width: 100%;
    padding: 70px 0;
}
#craftPage .B-layer .column-B .content {
    width: 1212px;
    max-width: 100%;
    margin: 0 auto;
}
#craftPage .B-layer .column-B .c-tle {
    font-size: 30px;
    line-height: 2;
    color: #525354;
    position: relative;
    margin-bottom: 50px;
}
#craftPage .B-layer .column-B .c-tle::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 360px;
    height: 2px;
    background-color: #333;
}
#craftPage .B-layer .column-B .c-tle span {
    font-size: 40px;
    color: #525354;
    font-weight: bold;
}
#craftPage .B-layer .column-B .c-txt {
    margin-bottom: 36px;
}
#craftPage .B-layer .column-B .c-txt dd {
    font-size: 14px;
    color: #525354;
    line-height: 1.5;
    margin-bottom: 10px;
}
#craftPage .B-layer .column-B .c-pics {
    width: 100%;
}
#craftPage .B-layer .column-B .c-pics .c-pics-tle {
    width: 100%;
    font-size: 14px;
    color: #525354;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}
#craftPage .B-layer .column-B .c-pics .c-pics-con {
    width: 100%;
}
#craftPage .B-layer .column-B .c-pics .c-pics-con .item {
    float: left;
    width: 300px;
    margin-right: 4px;
    position: relative;
}
#craftPage .B-layer .column-B .c-pics .c-pics-con .item::after {
    display: block;
    content: '';
    padding-top: 123.9%;
}
#craftPage .B-layer .column-B .c-pics .c-pics-con .item:nth-child(2n) {
    margin-top: 30px;
}
#craftPage .B-layer .column-B .c-pics .c-pics-con .item:last-child {
    margin-right: 0;
}
#craftPage .B-layer .column-B .c-pics .c-pics-con .item .con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

#craftPage .B-layer .column-C {
    width: 100%;
    height: 573px;
    background: url('../images/A-page/tenon-bg.jpg') no-repeat;
    background-position: center;
}
#craftPage .B-layer .column-C .content {
    width: 1212px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 8%;
}
#craftPage .B-layer .column-C .c-tle {
    font-size: 30px;
    line-height: 2;
    color: #fff;
    position: relative;
    margin-bottom: 50px;
}
#craftPage .B-layer .column-C .c-tle::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 360px;
    height: 2px;
    background-color: #fff;
}
#craftPage .B-layer .column-C .c-tle span {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
#craftPage .B-layer .column-C .c-txt dd {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 10px;
}
#craftPage .B-layer .column-D .content {
    width: 1212px;
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 0 60px;
}
#craftPage .B-layer .column-D .c-tle {
    font-size: 30px;
    line-height: 2;
    color: #525354;
    position: relative;
    margin-bottom: 50px;
}
#craftPage .B-layer .column-D .c-tle::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 360px;
    height: 2px;
    background-color: #525354;
}
#craftPage .B-layer .column-D .c-tle span {
    font-size: 40px;
    color: #525354;
    font-weight: bold;
}
#craftPage .B-layer .column-D .c-txt {
    margin-bottom: 30px;
}
#craftPage .B-layer .column-D .c-txt dd {
    font-size: 14px;
    color: #525354;
    line-height: 1.5;
    margin-bottom: 10px;
}
#craftPage .B-layer .column-D .c-pic-a {
    width: 1212px;
    max-width: 100%;
    max-height: 572px;
    margin-bottom: 4px;
    position: relative;
}
#craftPage .B-layer .column-D .c-pic-a::after {
    display: block;
    content: '';
    padding-top: 47.2%;
}
#craftPage .B-layer .column-D .c-pic-a .con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
#craftPage .B-layer .column-D .c-pic-b {
    width: 1212px;
    max-width: 100%;
    max-height: 596px;
    position: relative;
}
#craftPage .B-layer .column-D .c-pic-b::after {
    display: block;
    content: '';
    padding-top: 49.18%;
}
#craftPage .B-layer .column-D .c-pic-b .con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}

#craftPage .B-layer .Ma-column {
    display: none;
}
#craftPage .B-layer .Mb-column  {
    display: none;
}
#craftPage .B-layer .Mc-column  {
    display: none;
}
#craftPage .B-layer .Md-column  {
    display: none;
}


/* 品牌荣誉 -- 品牌视频 -- 整装案例 */
.column_wrap {
    width: 1300px;
    max-width: 96%;
    margin: 0 auto;
    text-align: left;
}
.column_wrap .column_bd {
    min-height: 310px;
    margin-bottom: 30px;
}
.column_wrap .column_hd {
    text-align: center;
    padding: 60px 0;
    font-size: 30px;
    color: #595757;
    letter-spacing: 2px;
}

.honnorlist {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 32px;
    font-size: 0;
    text-align: left;
}

.honnorlist li {
    display: inline-block;
    width: 420px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    margin: 0 10px 55px 0;
    overflow: hidden;
    background: #ebecec;
}

.honnorlist li:nth-child(3n) {
    margin-right: 0;
}

.honnorlist li span {
    display: block;
}

.honnorlist li .pro_pic {
    position: relative;
    width: 100%;
    max-height: 300px;
    background: #e4e4e4;
    overflow: hidden;
}
.honnorlist li .pro_pic::after {
    display: block;
    content: '';
    padding-top: 75%;
}

.honnorlist li .pro_pic img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

.honnorlist li .pro_tit {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    text-align: center;
    color: #181110;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
}


.jg_b {
    max-width: 1300px;
    margin: 0 auto 0;
    position: relative;
    z-index: 3;
    background: url('./appoin_bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.jg_b dt {
    width: 100%;
    height: 100%;
}
.jg_b .dt-pic {
    display: none;
}

.jg_b dt img {
    width: 100%;
    display: block;
}

.jg_b dd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.jg_b dd em {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    /* padding-top: 8%; */
    font-weight: bold;
    font-style: normal;
}

.jg_b dd span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 15px auto 40px;
}

.jg_b dd p {
    text-align: center;
    margin-bottom: 15px;
}

.jg_b dd p input {
    width: 550px;
    height: 45px;
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
}

.jg_b dd p:last-child input {
    width: 550px;
    padding-left: 0px;
    background-color: #ae1e24;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
}



#com-sideNav {
    display: none;
}

.no_data {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.hide {
    display: none;
}



/*咨询*/
.btnbar {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    clear: both;
}

.btnbar .go,
.opformbtn {
    padding: 8px 30px;
    background-color: #98251e;
    color: #fff;
}

.opformbtn:hover {
    color: #fff;
}

.btnbar .opformbtn {
    margin-left: 20px;
}

.showbtn {
    padding: 5px 10px;
    background-color: #a05151;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}

.layui-layer-setwin .layui-layer-close {
    background-position: 0px -39px;
}

.layui-btn, .layui-btn-primary:hover {
    background: #2c2c2c;
    color: #fff;
}

.layui-btn-primary, .layui-btn-primary:hover {
    border-color: #2c2c2c;
}

.consul_min {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 217px;
    height: 90px;
    z-index: 20;
    display: none;
    cursor: pointer;
}
#add-form {
    margin-top: 30px;
}
#add-form .layui-form-label {
    width: 50px !important;
}
#add-form .layui-input {
width:200px !important;
}