.head-sub .cbox {
    height: 80px;
    vertical-align: center;
    position: relative;
    background: #23282c;
}

.head-sub .cbox .logo img {
    width: 284px;
    height: 54px;
    display: block
}

.head-sub .cbox .logo span {
    color: #000;
}

.head-sub .cbox .header-search {
    position: absolute;
    top: 0;
    left: 430px;
    z-index: 99;
    height: 100px;
    width: 660px;
}

.head-sub .cbox .header-search .search {
    width: 530px;
    height: 36px;
    border: solid 1px rgba(255,255,255,.5);
    z-index: 23;
    margin: 20px 0 0 0;
    position: relative
}

.head-sub .cbox .header-search .search dl {
    color: #666;
    width: 110px;
    line-height: 36px;
    border-right: solid 1px #ddd;
    background: #fafafa;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.head-sub .cbox .header-search .search dl dt {
    padding-left: 8px
}

.head-sub .cbox .header-search .search dl dt i {
    width: 19px;
    font-size: 10px
}

.head-sub .cbox .header-search .search dl dd {
    position: absolute;
    left: -1px;
    top: 36px;
    width: 100%;
    background: #f9f9f9;
    border: solid 1px #00463E;
    border-top: 0;
    display: none;
    z-index: 99999;
    overflow: hidden
}

.head-sub .cbox .header-search .search dl dd span {
    display: block;
    cursor: pointer;
    padding-left: 8px
}

.head-sub .cbox .header-search .search dl dd span:hover {
    background: #c6c6c6;
    color: #fff
}

.head-sub .cbox .header-search .search .keyword {
    width: 300px;
    height: 35px;
    top: 0;
    left: 108px;
    line-height: 35px;
    position: absolute;
    border: 0;
    padding: 0 0 0 10px
}

.head-sub .cbox .header-search .search .submit {
    width: 115px;
    height: 36px;
    background: #00463E;
    color: #fff;
    border: 0;
    position: absolute;
    right: 0;
    outline: none;
    line-height: initial;
    top: 0;
    cursor: pointer
}

.head-sub .cbox .header-search .search .submit i {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    line-height: 1;
    left: 27px;
    top: 11px
}

.head-sub .cbox .tel {
    width: 236px!important;
    height: 80px;
    background-size: 100%
}

.head-sub .cbox .tel .icons {
    line-height: 80px;
    width: 48px;
    text-align: center
}


.head-sub .nav{background:#2c323a;height:56px;}
.head-sub .nav .nav_left{}
.head-sub .nav .nav_left li{float: left;position: relative;padding:18px 0}
.head-sub .nav .nav_left li a{line-height:20px;font-size:16px;color:#fff;text-align: center;width:125px;display:inline-block;border-right:1px solid rgba(255,255,255,.2);}
.head-sub .nav .nav_left li:last-child a{border-right:none}
.head-sub .nav .nav_left li.xiala{background:url(../images/xiala.png) no-repeat 105px center;}
.head-sub .nav .nav_left li.xiala:hover{background:url(../images/shangla.png) no-repeat 105px center;}
.head-sub .nav .nav_left li:hover a{color:#dfc66a;}
.head-sub .nav .nav_left ul{position: absolute;top:56px;width:100%;background:#fff;z-index:9999;display:none;}
.head-sub .nav .nav_left li ul li a{line-height:20px;color:#333!important;}
.head-sub .nav .nav_left li ul li:hover{background:#2c323a;color:#fff!important;}
.head-sub .nav .nav_left li ul li:hover a{border-right:1px solid #2c323a!important;color:#dfc66a!important;}
.head-sub .nav .nav_left li:hover ul{display:block;}
.head-sub .nav .nav_right{width:87px;height:26px;background:#dfc66a;margin-top:15px;border-radius:30px;text-align:center;
}
.head-sub .nav .nav_right a{line-height:26px;display:inline-block;text-align:center;color:#fff;}



/*banner*/

.banner{width:100%;}
.banner .swiper-container{width:100%;}
.banner .swiper-container .swiper-wrapper{width:100%;z-index:1;height: 100%}
.banner .swiper-container .swiper-wrapper .swiper-slide{height: auto!important;}
.banner .swiper-container .swiper-wrapper a{display: block;width:100%;background-repeat: no-repeat;background-position: center;margin:auto;background-size: cover;height: 100%}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet{width:30px;height: 3px;background:#fff;opacity: 0.4;filter:alpha(opacity=40);border-radius: 0;cursor: pointer;}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active{opacity: 1;filter: alpha(opacity=100);}

.banner .swiper-container .swiper-button-prev{background-image: url(../images/banner-arrow.png);background-repeat: no-repeat;background-size: auto;width:25px;height:52px; background-position: left center;background-size: 50px 48px;}
.banner .swiper-container .swiper-button-next{background-image: url(../images/banner-arrow.png);background-repeat: no-repeat;background-size: auto;width:25px;height:52px; background-position: right center;background-size: 50px 48px;}
.banner .swiper-container .swiper-pagination {bottom:30px;}
.banner .swiper-container .video_bg{width:100%;height: 620px;object-fit: cover;}
.banner .swiper-container .video_mask{position: absolute;top:0;bottom:0;left:0;right: 0;background: rgba(0,0,0,0.6);}

.floor_brand {  
    box-sizing:border-box;
    box-shadow:0 0 30px #ccc;
    position: relative;
    z-index: 9
}
.floor_brand ul {
    width: 100%;
    overflow: hidden;
}
.floor_brand ul li {
        width:20%;
        float: left;
        box-sizing: border-box;
        transition: all linear 0.3s;
        border-right:1px solid #f1f1f1;
        background:#fff;
        padding:40px 0;
    }
.floor_brand ul li:nth-child(5n){margin-right:0}
.floor_brand ul li a {
            display: block;
            width: 100%;
            height: 100%;
            padding-left: 106px;
            padding-top: 12px;
            box-sizing: border-box;
        }
.floor_brand ul li .title {
            font-size: 22px;
            color: #333333;
        }
.floor_brand ul li .desc {
            font-size: 14px;
            color: #999999;
            line-height:30px;
        }
.floor_brand ul li:hover .title{color:#d3bf53;}
.floor_brand ul li:hover .desc{color:#d3bf53;}
.floor_brand .brand1{
    background:url(../images/index_icon01.png) 34px center no-repeat #fff;background-size:60px;
}
.floor_brand .brand1:hover{background:url(../images/index_icon01_after.png) 34px center no-repeat #23282c;}
.floor_brand .brand2 {
        background: url(../images/index_icon02.png) 34px center no-repeat #fff;background-size:60px;
    }
.floor_brand .brand2:hover{background:url(../images/index_icon02_after.png) 34px center no-repeat #23282c;}
.floor_brand .brand3 {
        background: url(../images/index_icon03.png) 34px center no-repeat #fff;background-size:60px;
    }
.floor_brand .brand3:hover{background:url(../images/index_icon03_after.png) 34px center no-repeat #23282c;}
.floor_brand .brand4 {
        background: url(../images/index_icon04.png) 34px center no-repeat #fff;background-size:60px;
        margin-right:0;
    }
.floor_brand .brand4:hover{background:url(../images/index_icon04_after.png) 34px center no-repeat #23282c;}
.floor_brand .brand5 {
    background: url(../images/index_icon05.png) 34px center no-repeat #fff;background-size:60px;
    margin-right:0;
}
.floor_brand .brand5:hover{background:url(../images/index_icon05_after.png) 34px center no-repeat #23282c;}

.index01{background:url(../images/index01_bg.jpg) no-repeat top center;width:100%;overflow:hidden;padding-bottom:60px ;background-size: cover}
.index_title{padding:45px 0 40px 0;}
.index_title h1{font-size:36px;font-weight:bold;color:#23282c;text-align: center;font-family:"微软雅黑";}
.index_title p{font-size:16px;color:#999999;text-align: center;margin:10px 0 15px;}
.index_title span{width:45px;height:5px;background:#d3bf53;margin:auto;display: block;margin:auto;}

/*服务*/
.index01_server{overflow:hidden;}
.index01_server .index01_server_right{float:left;margin-left:10px;width:964px;}
.index01_server .index01_server_right .index01_top{overflow: hidden;margin-bottom:10px;}
.index01_server .index01_server_right .index01_top .index01_server01{width:328px;height:169px;float:left;margin-right:10px}
.index01_server .index01_server_right .index01_top .index01_server01 img{width:100%;height:100%;}
.index01_server .index01_server_right .index01_top .index01_server02{width:286px;height:169px;float:left;}
.index01_server .index01_server_right .index01_top .index01_server02 img{width:100%;height:100%;}
.index01_server .index01_server_right .index01_bottom .index01_server03{width:666px;height:169px;float:left;margin-right:10px}
.index01_server .index01_server_right .index01_bottom .index01_server03 img{width:100%;height:100%;}
.index01_server .index01_server_right .index01_bottom .index01_server04{width:286px;height:169px;float:left;}
.index01_server .index01_server_right .index01_bottom .index01_server04 img{width:100%;height:100%;}

/*家装案例*/

.index_anli{background:url(../images/index_anli_bg.jpg) no-repeat center top;background-size: cover}

.box3 {
    padding-bottom: 40px
}
.box3 .img {overflow: hidden;
}
.box3 .imgBox {
    position: relative;
    width: 19.8%;
    cursor: pointer;
    float: left;
    margin: 0 0.25% 0.25% 0;

}
.box3 .imgBox01{width:100%;padding-bottom:75.5%;}
.box3 .imgBox:nth-child(5n){margin-right:0;}

.box3 .imgBox .lazy {
    display: block
}

.box3 .imgBox .lazy:hover:after {
    opacity: 0
}

.box3 .imgBox .tag {
    background: rgba(0,0,0,0.32);
    padding: 8px 10px;
    color: #fff;
    display: inline-block;
    position: absolute;
    text-align: center;
    width:80%;
    left:10%;
    bottom:10px;
    border-radius:60px;
    margin:auto;
}
.box3 .imgBox img{width:100%;}

.box3 .imgBox .tag a {
    color: #fff
}

.box3 .imgBox .tag a:hover {
    color: #d3bf53
}

.box3 .imgBox em {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #cd953e;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    top: -1px
}

.box3 .imgBox.firstchild {
    width: 292px;
    height: 449px;
    float: left;
    margin-left: -296px
}

.box3 .imgBox.firstchild .tag {
    right: 5px;
    top: 20px;
    bottom: auto;
    left: auto
}

.box3 .imgBox.firstchild .lazy::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("//s.dyrs.cc/static/pc/images/xiangkuang.png");
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.box3 .cat-tag {
    overflow: hidden
}

.box3 .cat-tag a {
    color: #666;
    width: 80px;
    height: 64px;
    float: left;
    border: solid 1px #e1e1e1;
    border-radius: 50%;
    text-align: center;
    padding-top: 16px;
    margin-right: 50px;
    cursor: pointer
}

.box3 .cat-tag a i,.box3 .cat-tag a span {
    display: block
}

.box3 .cat-tag a.active {
    background: #d7bf67
}

.box3 .cat-tag a.active i,.box3 .cat-tag a.active span {
    color: #fff
}

.box3 .cat-tag a:hover {
    transition: .5s all;
    background: #d7bf67
}

.box3 .cat-tag a:hover i,.box3 .cat-tag a:hover span {
    color: #fff
}
.indexTitle .tag {
}

.indexTitle .tag a {
    color: #999;
    font-size:15px;
}

.indexTitle .tag a:hover {
    color: #d3bf53
}

.indexTitle .tag i {
    color: #999;
    padding: 0 20px
}

/*VR案例*/

.index_vr{width:100%; margin:0 auto;background:url(../images/index_vr_bg.jpg) no-repeat top center;padding-bottom:40px;background-size: cover}
.vr_top{ position: relative;}
.vr_myz{position: absolute;top: 50px;right: 50px;}
.vr_top_text{ position: absolute; bottom: 0;color: #fff;text-align: center; width: 100%;height: 50px;background:rgba(0,0,0,.5); line-height: 50px;font-size: 20px;}
.vr_bottom{ margin-top: 20px;  display: -webkit-flex; /* Safari */
  -webkit-justify-content: space-between; /* Safari 6.1+ */
  display: flex;
  justify-content: space-between;}
.vr_item{width: 33%; height: 270px; position: relative; }
.vr_item img{width: 100%; height: 100%;}
.vr_item:hover .vr_bottom_text{display: none;}
.vr_item:hover .vr_zj_dj{display: block;}
.vr_bottom_text{position: absolute;bottom: 0;width: 100%;height: 35px;background:rgba(0,0,0,.5);line-height: 35px;font-size: 18px;color: #fff;text-align: center;}
.vr_zj_dj{ display: none; position: absolute;top: 0;width: 100%; height: 100%;background:rgba(0,0,0,.5);}
.vr_zj_dj img{margin:100px auto;width: 50px;height: 50px;display:block;}
.mode_vr{height: 56px;line-height: 56px;background: red;text-align:center ;color: #fff;font-size: 18px;}

/*设计师*/
.index_shejishi{background: url(../images/index_sheji_bg.jpg) no-repeat center top;height:1007px;background-size: cover!important;}
.index_shejishi #index_sheji01{width:1300px;height:534px;background:none}
.index_shejishi #index_sheji01 .sheji_img{}

.index_shejishi .index_sheji_pic .huanjing_tupian{width:116px!important;height:116px!important;border-radius: 116px;overflow:hidden;}
.index_shejishi .index_sheji_pic .huanjing_tupian img{width:100%;}
.index_shejishi .index_sheji_pic ul li{width:115px!important;}



/*热装楼盘*/

.box8 .swiper-container{
    height: 400px;
}
.box8 .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
.box8 .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #e6e6e6;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.box8 .swiper-active-switch {
    background: #d7bf67;
}
.box8 ul {overflow: hidden;}
.box8 li {
    float: left;
    width:99%;
    /*height:360px;*/
    margin:0 0.5%;
    position: relative;
    overflow:hidden;
}
.box8 li img{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    right:0;
    margin:auto;
}
.box8 li:nth-child(4n){
    margin-right: 0;
}
.box8 .lazy {
    display: block;
    width: 100%;
    padding-bottom:70.9%;
}
.zy_box8_1{
    position: absolute;
    top: 0;
    right:0;
    background: rgba(0,0,0,.8);
    color: #fff ;
    padding:10px;
    text-align: center;
    font-size: 16px;
}
.zy_box8_1 span{
    color: #d3bf53;
}
.zy_box8_2{
    text-align: center;
    font-size: 22px;
    width:100%;
    line-height: 67px;
    margin: 0 auto;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
}
.zy_box8_2 .b{
    width: 106px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    text-align: left;
    position: relative;
    padding-left:15px;
}
.zy_box8_2 .b::after{
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 6px;
    height: 17px;
    background: #d3bf53;
}
.zy_box8_2 em{
    color: #d3bf53;
    text-decoration:underline;
    padding:0 5px;
}
.zy_box8_2 a:hover{
    color: #d3bf53;
}
.zy_box8_2 p{
    display: inline-block;
    font-size: 14px;
}

/*在施工地*/

.index_gongdi{background:url(../images/index_gongdi_bg.jpg) no-repeat center top;padding-bottom:60px;background-size: cover}
.index_gongdi .index_gongdi_cont{overflow:hidden;}
.index_gongdi .index_gongdi_cont .index_gongdi_cont01{float:left;width:295px;background:#fff;margin-right:10px;}
.index_gongdi .index_gongdi_cont .index_gongdi_cont01 .index_gongdi_cont01_img{width:295px;height:170px;position: relative;}
.index_gongdi .index_gongdi_cont .index_gongdi_cont01 .index_gongdi_cont01_img img{width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;}
.index_gongdi .index_gongdi_cont .index_gongdi_cont01 .index_gongdi_cont01_text{padding:15px;}
.index_gongdi .index_gongdi_cont .index_gongdi_cont01 .index_gongdi_cont01_text .text{overflow:hidden;}
.index_gongdi .index_gongdi_cont .index_gongdi_cont01 .index_gongdi_cont01_text .text .text_l{float:left;width:200px;font-size:16px;color:#000;}
.index_gongdi .index_gongdi_cont .index_gongdi_cont01 .index_gongdi_cont01_text .text .text_r{float:right;width:46px;height:22px;background:#23282c;font-size:12px;color:#d3bf53;text-align: center;line-height:22px;border-radius:4px;}
.index_gongdi .index_gongdi_cont .index_gongdi_cont01 .index_gongdi_cont01_text p{margin-top:10px;font-size:12px;}
.index_gongdi .index_gongdi_cont .index_gongdi_cont01 .index_gongdi_cont01_text .xq{width:140px;height:35px;background:#d3bf53;margin:auto;text-align:center;line-height:35px;color:#fff;margin:13px auto 0px;}

.index_gongdi .index_gongdi_cont .index_gongdi_cont01 .news_img{float:left;width:384px;}

.index_gongdi .index_gongdi_cont .index_gongdi_cont01 .news_img img{width:100%;}

.index_gongdi_cont01 .swiper-slide{width:384px;height:346px;overflow:hidden;position:relative;}
.index_gongdi_cont01 .swiper-slide .index_gongdi_img{width:384px;}
.index_gongdi_cont01 .swiper-slide .index_gongdi_img img{width:100%;}
.index_gongdi_cont01 .swiper-slide p{line-height:34px;background:rgba(0,0,0,.5);position: absolute;bottom:0;left:0;padding:0 10px;width:100%;color:#fff;}

/*品质保障*/

.index-guarantee{}
.index-guarantee img{display: block;width: 100%;}
.index-guarantee .picture01{}
.index-guarantee .picture02{margin-top: 48px;background: url(../images/index-guarantee-bg.jpg) no-repeat;padding:10px 0;background-size: cover}

.box10 {
}
.box10 .accordion-box {width:100%;height:360px}
.box10 .accordion-box ul {padding:0;width:inherit;height:360px;overflow:hidden;position:relative}
.box10 .accordion-box ul li {width:700px;position:absolute;top:0;transition:all ease .3s 0s;-moz-transition:all ease .3s 0s;-webkit-transition:all ease .3s 0s}
.box10 .accordion-box ul li .left {width:600px;height:inherit;overflow:hidden;position:relative;float:left}
.box10 .accordion-box ul li .left .shadow {position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.3);transition:all ease .3s 0s;-moz-transition:all ease .3s 0s;-webkit-transition:all ease .3s 0s}
.box10 .accordion-box ul li .left .shadow .title {width:460px;height:70px;color:#fff;line-height:2;font-size:18px;text-align:center;overflow:hidden;position:absolute;top:130px;left:70px}
.box10 .accordion-box ul li .left .shadow .button {display: inline-block;line-height: 1;white-space: nowrap;cursor: pointer;background: #fff;border: 1px solid #dcdfe6;color: #606266;-webkit-appearance: none;text-align: center;outline: none;transition: .1s;font-weight: 500;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;padding: 12px 20px;font-size: 14px;border-radius: 2px;background:transparent;color:#fff;position:absolute;top:210px;left:240px;}
.box10 .accordion-box ul li .left .shadow .button:hover {background:rgba(255,255,255,0.2)}
.box10 .accordion-box ul li .left img {z-index:-1;width:700px;height:360px;transition:all ease .3s 0s;-moz-transition:all ease .3s 0s;-webkit-transition:all ease .3s 0s}
.box10 .accordion-box ul li .right {width:100px;height:360px;float:left;position:relative;transition:all ease .3s 0s;-moz-transition:all ease .3s 0s;-webkit-transition:all ease .3s 0s}
.box10 .accordion-box ul li .right .title {color:#212628;writing-mode:vertical-lr;writing-mode:tb-lr;position:absolute;top:115px;left:50px;font-size:24px;-webkit-writing-mode:tb-lr;-ms-writing-mode:tb-lr}
.box10 .accordion-box ul li .right .sub-title {color: #666;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;writing-mode:tb-lr;position:absolute;top:115px;font-size:14px;left:27px}
.box10 .accordion-box ul li .right::before {transition:all ease .3s 0s;-moz-transition:all ease .3s 0s;-webkit-transition:all ease .3s 0s;content:'';display:block;position:absolute;z-index:2;top:48%;left:-10px;width:0;height:0;border-right-width:10px;border-right-style:solid;border-top-width:10px;border-top-style:solid;border-top-color:transparent;border-bottom-width:10px;border-bottom-style:solid;border-bottom-color:transparent}
.box10 .accordion-box ul li:nth-child(odd) .right {background:#dee0e2}
.box10 .accordion-box ul li:nth-child(odd) .right::before {border-right-color:#dee0e2}
.box10 .accordion-box ul li:nth-child(even) .right {background:#f6f8fa}
.box10 .accordion-box ul li:nth-child(even) .right::before {border-right-color:#f6f8fa}
.box10 .accordion-box ul li:hover .left .shadow {background-color:rgba(0,0,0,0.6)}
.box10 .accordion-box ul li:hover .left .shadow img {transform:scale(1.2,1.2)}
.box10 .accordion-box ul li:hover .right {background-color:#d3bf53;color:#fff}
.box10 .accordion-box ul li:hover .right::before {border-right-color:#d3bf53}
.box10 .accordion-box ul li:hover .right .title {color:#fff}
.box10 .accordion-box ul li:hover .right .sub-title {color:#fafafa}

/*名家文化*/

.index-news{padding-bottom: 100px;}
.index-news .index-news-list{}
.index-news .index-news-list li{width: 630px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;margin-bottom: 18px;}
.index-news .index-news-list li:nth-child(2n){float:right;}
.index-news .index-news-list li .pic{width: 220px;height:110px;overflow:hidden;float: left;overflow: hidden;}
.index-news .index-news-list li .pic img{width: 100%;display: block;}
.index-news .index-news-list li:hover .pic img{transform:scale(1.2);transition:transform 1s;}
.index-news .index-news-list li .info{float: right;width: 390px;padding-right: 24px;}
.index-news .index-news-list li .info .title{font-size: 16px;color: #666;}
.index-news .index-news-list li .info .date{font-size: 14px;color: #999;margin: 14px 0;}
.index-news .index-news-list li .info .desc{font-size: 14px;color: #999;}

/*尾部*/

.footer_box{background:url(../images/footer_bg.jpg) no-repeat center top;min-position:relative;background-size: cover}
.footer_box .xinxi{background:#23282c;position:absolute;width:340px;height:300px;top:-70px;left:0;padding:36px 44px;}
.footer_box .xinxi .footer_lianjie01{overflow:hidden;}
.footer_box .xinxi .footer_lianjie01 .footer_lianjie01_img{width:126px;float:left;margin-right:80px;}
.footer_box .xinxi .footer_lianjie01 .footer_lianjie01_img:nth-child(2n){margin-right:0;}
.footer_box .xinxi .footer_lianjie01 .footer_lianjie01_img img{width:126px;height:126px;}
.footer_box .xinxi .footer_lianjie01 .footer_lianjie01_img p{text-align: center;line-height:28px;}
.footer_box .xinxi .lianxi{margin-top:20px;}
.footer_box .xinxi .lianxi p{background: url(../images/phone01.png) no-repeat left center;padding-left:30px;color:#525252;}
.footer_box .xinxi .lianxi h1{font-family: "Impact";color:#d3bf53;font-size:37px;}
.footer_box .xinxi .dizhi{background:#2c323a;padding:10px;margin-top:10px;color:#d3bf53;}

.footer_box .footer_nav{overflow:hidden;float:right;margin-top:50px;min-height: 305px}
.footer_box .footer_nav dl{width:120px;border-right:1px solid rgba(255,255,255,.1);float: left;}
.footer_box .footer_nav dl dt{font-size:16px;color:#fff;text-align: center;line-height:30px;}
.footer_box .footer_nav dl dd{font-size:14px;color:#999999;text-align: center;line-height:30px;}
.footer_box .copyright{width:100%;height:45px;background:rgba(0,0,0,.5);}
.footer_box .copyright p{line-height:45px;font-size:14px;color:#999;text-align:center;}


/*几何整装*/

.second_banner{position: relative;overflow: hidden;background-repeat: no-repeat;background-position: center;}
.second_banner img{width:100%;display:block;}

.zhengzhuang01{background: url(../images/zhengzhuang01.jpg) no-repeat center top;overflow:hidden;padding-bottom:80px;;background-size: cover}
.zhengzhuang_title{text-align: center;margin-top:40px;}
.zhengzhuang_title .h1{width:670px;margin:auto;overflow: hidden;}
.zhengzhuang_title span{width:46px;height:2px;background:#000;float: left;display:inline-block;margin-top:18px;}
.zhengzhuang_title h1{float:left;font-size:36px;color:#000;font-family:"微软雅黑";font-weight:bold;margin:0 15px;line-height:40px; }
.zhengzhuang_title p{font-size:16px;color: #999;margin-top:20px;}


.zhengzhuang01 .slideTxtBox{ width:1104px;padding:0 48px;text-align:center; margin-top:20px; }
.zhengzhuang01 .slideTxtBox .hd{ height:60px; line-height:60px;  padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative;margin-bottom:20px; }
.zhengzhuang01 .slideTxtBox .hd ul{   position:absolute;top:-1px; height:60px;  }
.zhengzhuang01 .slideTxtBox .hd ul li{float:left; padding:0 15px; cursor:pointer;font-size:18px;margin:0 30px;}
.zhengzhuang01 .slideTxtBox .hd ul li.on{ height:60px;  border-bottom:2px solid #000;font-size:22px;color:#000;font-weight:bold; }
.zhengzhuang01 .slideTxtBox .bd ul{  zoom:1;  }
.zhengzhuang01 .slideTxtBox .bd li{}
.zhengzhuang01 .slideTxtBox .bd li .date{ float:right; color:#999;  }

.zhnengzhuang02{width:100%}
.zhnengzhuang02 img{width:100%;display:block;}

.yuyue{width:100%;background:url(../images/yuyue_bg.jpg) no-repeat center top;height:100px;padding:40px 0;}
.yuyue .yuyue_left{float: left;border-right:1px solid #cccccc;padding-right:58px;}
.yuyue .yuyue_left h1{font-size:22px;color:#2e2e2e;font-weight:bold;font-family:"微软雅黑"}
.yuyue .yuyue_left h1 span{font-size:14px;color:#999;}
.yuyue .yuyue_left form{margin-top:20px;}
.yuyue .yuyue_left form input{border:1px solid #cccccc;line-height:40px;background:#eee;padding:0 10px;border-radius:4px;width:244px;margin-right:10px}
.yuyue .yuyue_left form button{background:#d3bf53;line-height: 40px;width:136px;height:40px;background:#d3bf53;border-radius:4px;color:#fff;}
.yuyue .yuyue_right{float:left;margin-left:70px;}
.yuyue .yuyue_right p{font-size:22px;color:#303030;font-weight:bold;font-family:"微软雅黑"}
.yuyue .yuyue_right h1{font-size:34px;color:#d3bf53;margin-top:10px;font-weight:bold;font-family:"微软雅黑"}

/*省心搭配*/

.zhengzhuang03{background:url(../images/zhengzhuang03_bg.jpg) no-repeat center top;height:942px;overflow:hidden;background-size: cover}
.zhengzhuang03 .zhengzhuang_title h1{color:#fff;}
.zhengzhuang03 .zhengzhuang_title .h1 span{background: #fff}
.zhengzhuang03 .zhengzhuang03_center{width:1200px;margin:auto;}
.zhengzhuang03_cont{width:1100px;background:#fff;padding:50px;box-shadow:0 0 15px #ccc;overflow:hidden;}
.zhengzhuang03_cont .slideTxtBox{ width:1110px;text-align:center;  height:675px;}
.zhengzhuang03_cont .slideTxtBox .hd{ float:left;height:100px; line-height:100px;  padding:0 10px 0 20px;     position:relative;left:0; width:250px;}
.zhengzhuang03_cont .slideTxtBox .hd ul{position:absolute;left:0;}
.zhengzhuang03_cont .slideTxtBox .hd ul li{width:250px;cursor:pointer;font-size:20px;margin-right:85px;background: #fff;color:#fff;float:left;padding:0;padding:30px;border-bottom:1px solid #e1e1e1;text-align: left;}
.zhengzhuang03_cont .slideTxtBox .hd ul li h1{font-size:20px;color:#333;line-height: 26px;}
.zhengzhuang03_cont .slideTxtBox .hd ul li p{font-size:14px;color:#333;line-height: 26px;}
.zhengzhuang03_cont .slideTxtBox .hd ul li.on{font-weight:bold;background:url(../images/zz_jt.png) no-repeat 230px center #d3bf53;color:#fff; font-size:20px;}
.zhengzhuang03_cont .slideTxtBox .hd ul li.on h1{color:#fff;}
.zhengzhuang03_cont .slideTxtBox .hd ul li.on p{color:#fff;}
.zhengzhuang03_cont .slideTxtBox .bd{float:left;width:740px;margin-left:90px;}
.zhengzhuang03_cont .slideTxtBox .bd ul{zoom:1; padding:0;overflow:hidden;text-align:left;}
.zhengzhuang03_cont .slideTxtBox .bd ul h1{font-size:20px;color:#333;text-align:left;font-weight:bold;font-family:"微软雅黑";line-height:50px;}
.zhengzhuang03_cont .slideTxtBox .bd ul p{font-size:16px;color:#333;text-align:left;line-height:26px;}

.zhengzhuang04{width:100%;}
.zhengzhuang04 img{width:100%;display:block;}

.zhengzhuang06_01{overflow:hidden;}
.zhengzhuang06_01 h1{font-size:26px;color:#fff;text-align: center;margin-top:150px;}
.zhengzhuang06_01 form .baoming{width:680px;overflow:hidden;margin:40px auto;}
.zhengzhuang06_01 form .baoming input{width:280px;height:70px;border-radius:30px;line-height:70px;margin:0 10px;padding:0 20px;font-size:18px;background:#333;float:left;color:#fff;}
.zhengzhuang06_01 form button{width:250px;height:50px;background:#d3bf53;border-radius:50px;line-height:50px;text-align: center;color:#fff;margin:auto;display:block;font-size:18px;}

.hushang02{width:100%;}
.hushang02 img{width:100%;display: block;}

.hushang03{background:url(../images/hushang03_bg.jpg) no-repeat center top;overflow:hidden;padding:76px 0;background-size: cover}
.hushang03 .hushang03_left{width:1000px;height:490px;float: left;overflow:hidden;}
.hushang03 .hushang03_left .hushang_img{display:none;}
.hushang03 .hushang03_left .hushang_img.on{display:block;}
.hushang03 .hushang03_right{width:250px;float:left;margin-left:50px;}
.hushang03 .hushang03_right h1{font-size:24px;color:#fff;margin-bottom:40px;}
.hushang03 .hushang03_right ul li{width:150px;height:40px;border:1px solid #fff;margin-top: 15px;}
.hushang03 .hushang03_right ul li a{font-size:16px;color:#fff;text-align: center;line-height:40px;display:block;}
.hushang03 .hushang03_right li.on{background:#0a0408;border:none;}
.hushang03 .hushang03_right li.on a{color:#7f6d55;}

.hushang07{background:url(../images/hushang07_bg.jpg) no-repeat center top;height:714px;overflow:hidden;background-size: cover}
.hushang07 form{width:420px;margin-left:370px;margin-top:270px}
.hushang07 form input{width:380px;height:60px;line-height:60px;padding:0 20px;margin-bottom:20px;font-size:16px;background:rgba(255,255,255,1);}
.hushang07 form button{width:420px;line-height:60px;background:#af9276;border-radius:100px;font-size:16px;color:#fff;}

/*美墅名家*/

.meishu01{width:100%;}
.meishu01 img{width:100%;display:block;}

.meishu02_title{width:100%;}
.meishu02_title img{width:100%;display:block;}

.meishu02_cont{background:#7f6d55;overflow:hidden;}
.meishu02_cont .meishu02_cont_left{width:30%;float:left;}
.meishu02_cont .meishu02_cont_left h1{font-size:28px;margin-bottom:30px;color:#fff;font-family: "宋体";margin-left:26%;margin-top:60px;line-height:40px;}
.meishu02_cont .meishu02_cont_left ul li{width:150px;height:40px;border:1px solid #fff;color:#fff;margin-left:26%;margin-bottom:15px;}
.meishu02_cont .meishu02_cont_left ul li.on{background:#2d231f;border:none;width:180px;}
.meishu02_cont .meishu02_cont_left ul li a{line-height:40px;text-align: center;display:block;font-size:16px;}
.meishu02_cont .meishu02_cont_left ul li.on a{color:#7f6d55;}
.meishu02_cont .meishu02_cont_right{width:70%;float: left;}
.meishu02_cont .meishu02_cont_right .meishi02_cont_img{width:100%;}
.meishu02_cont .meishu02_cont_right .meishi02_cont_img img{width:100%;}
.meishu02_cont .meishu02_cont_right .meishi02_cont_img{display:none;}
.meishu02_cont .meishu02_cont_right .meishi02_cont_img.on{display:block;}

/*8大工艺*/

.meishu03{background:#0a0408;overflow:hidden;}
.meishu03 .meishu03_left{float:left;width:780px;}
.meishu03 .meishu03_left .meishu03_img{width:780px;display:none;}
.meishu03 .meishu03_left .meishu03_img.on{display: block;}
.meishu03 .meishu03_left .meishu03_img img{width:100%;}
.meishu03 .meishu03_right{overflow:hidden;float: left;}
.meishu03 .meishu03_right ul{width:460px;margin-left:50px;}
.meishu03 .meishu03_right ul li{width:100px;float:left;margin-right:20px;margin-bottom:20px;}
.meishu03 .meishu03_right ul li img{width:100%;}
.meishu03 .meishu03_right ul li:nth-child(4n){margin-right:0;}

.meishu_form{background:#0a0408;padding-top:70px;padding-bottom:120px;overflow:hidden;}
.meishu_form h1{font-size:36px;color:#9f704a;text-align: center;font-family:"微软雅黑";font-weight:bold;}
.meishu_form form{width:1118px;margin:30px auto ;}
.meishu_form form input{width:220px;float:left;height:46px;line-height:46px;font-size:16px;color:#999;margin-right:30px;padding:0 10px;background:none;border:1px solid #4a4a4a;}
.meishu_form form button{width:257px;float:left;height:46px;line-height:46px;font-size:16px;color:#fff;background:#7f6e56;}

/*金牌工队*/

.constructionList .left {
    width: 880px;float:left
}

.imgBox{overflow:hidden;}
.imgBox .imgBox01{width:226px;margin-left:20px;}
.imgBox .imgBox01 img{width:100%;}
.leftBox{border:1px solid #e1e1e1;margin-bottom:20px;}

.construction_right {
    width: 300px;
    float: right
}

.construction_right .tit b {
    display: block;
    width: 82px;
    height: 1px;
    background: #d7bf67;
    margin: 12px auto 0
}

.construction_right .team {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding-bottom: 16px;
    border-radius: 3px
}

.construction_right .team .boxTop .lazy {
    width: 90px;
    height: 90px;
    border-radius: 3px;
    margin: 0 8px;
    background: none
}

.construction_right .team .boxTop .lazy img {
    top: 0 !important
}

.construction_right .team .boxTop .msg {
    width: 182px
}

.construction_right .team .button {
    padding: 5px 12px;
    margin-left: 6px
}

.construction_right .sever {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding-bottom: 16px;
    border-radius: 3px
}

.construction_right .sever .lazy {
    width: 260px;
    height: 196px;
    margin: 0 auto;
    background: none
}

.construction_right .sever .msg {
    margin: 0 auto;
    width: 260px
}

.construction_right .sever .button {
    padding: 5px 12px;
    margin-top: 10px
}

.construction_right .yuyue-box {
    background: #fff;
    min-height: 340px;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
    padding: 30px 0;
    padding-top: 1px;
    border-radius: 3px
}

.construction_right .yuyue-box form {
    padding: 0 20px
}

.construction_right .yuyue-box form .tit {
    margin-top: 30px
}

.construction_right .yuyue-box form .tit span {
    color: #d7bf67
}

.construction_right .yuyue-box form dd {
    background: #f6f8fa
}

.construction_right .yuyue-box form dd input {
    background: #f6f8fa;
    line-height: 40px;
    height: 40px
}

.construction_right .yuyue-box form .subtit {
    line-height: 2;
    text-align: center
}

.construction_right .yuyue-box form .subtit span {
    color: #d7bf67
}

.desYuyue {
    width: 260px;
    height: 313px;
    padding:20px;
    background-color: #404a54;
    overflow: hidden;
    margin-top:20px;}
.desYuyue_tit {
    font-size: 24px;
    color: #fff;
    height: 24px;
    font-weight:normal;
    line-height: 24px;
    text-align: center;
    padding-bottom: 22px;}
.desYuyue .control_group {
    padding-bottom: 10px;}

.desYuyue .control_group .controls {
    margin-left: 0;}
.desYuyue .text_input {

    border-color: #d7272f;
    }
.text_input {

    border: 1px solid #ccc;
    background-color: #fff;
    width: 260px;
    height: 46px;
    line-height: 46px;
    text-indent: 20px;
    border-radius: 3px;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}
.desYuyue .control_group {
    padding-bottom: 10px;}
.formFlex .text_input {
    width: 125px;
  
}
.desYuyue .text_input {

    border-color: #404a54;

}
.desYuyue_Btn {
    width: 260px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #fff09e;
    color: #555;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    border:none;
}
.desYuyue_sum {
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    color: #fff;
}

/*金牌工队-详情*/

.captainDetails .img-list .image:last-child {
    margin-right: 0 !important
}

.captainDetails .captainInfo .lazy {
    width: 212px;
    height: 258px
}

.captainDetails .captainInfo .lazy img {
    top: 0 !important
}

.captainDetails .left {
    width: 880px
}

.captainDetails .left .captainInfo {
    padding: 26px 14px;
    border: 2px solid #fafafa;
    margin-bottom:30px;
}

.captainDetails .left .captainInfo .msg {
    width: 610px
}

.captainDetails .left .captainInfo .msg .block {
    width: 70px;
    height: 3px;
    background: #d3bf53
}

.captainDetails .left .captainInfo .msg .text {
    line-height: 23px
}

.captainDetails .left .building .block {
    width: 5px;
    height: 20px;
    background: #00463E;
    border-radius: 2px;
    margin-right: 16px;
    display: inline-block;
    position: relative;
    top: 2px
}

.captainDetails .left .sevBuild .title-ra {
    font-size: 20px;
    color: #212628;
    width: 100%;
    position: relative
}

.captainDetails .left .sevBuild .title-ra::before {
    content: '';
    display: block;
    float: left;
    height: 20px;
    width: 5px;
    margin: 4px 20px 0 0;
    border-radius: 3px;
    background: #00463E
}

.captainDetails .left .sevBuild .title-ra .more {
    position: absolute;
    top: 5px;
    right: 0;
    color: #999;
    font-size: 14px
}

.captainDetails .left .sevBuild .title-ra .more i {
    font-size: 14px
}

.captainDetails .left .sevBuild .box {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px
}

.captainDetails .left .sevBuild .box:nth-child(3n) {
    margin-right: 0
}

.captainDetails .left .sevBuild .box .lazy {
    border-radius: 0
}

.captainDetails .left .sevBuild .box p {
    min-width: 90px;
    height: 34px;
    background: rgba(0,0,0,0.5);
    border-radius: 20px;
    padding: 0 30px;
    font-size: 16px;
    position: absolute;
    z-index: 1;
    line-height: 34px;
    bottom: 10px;
    max-width: 98%;
    box-sizing: border-box;
    margin-left: 26%
}

/*线下门店*/

.xxtyglb {
    width: 1221px;
    margin-left: -10px
}

.xxtyglb .card-p {
    width: 610px;
    height: 680px;
    float: left;
    margin-top: 10px;
    transition: all .5s
}

.xxtyglb .card-p .card-c {
    width: 590px;
    height: 670px;
    margin: 10px auto 0 auto;
    background: #fff;
    -ms-box-shadow: 0 0 15px 0px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 0px rgba(0,0,0,0.1)
}

.xxtyglb .card-p .card-c .bg-img {
    width: 100%;
    height: 442px
}

.xxtyglb .card-p:hover {
    background: #fff
}

.xxtyglb .card-p:hover .card-c {
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

/*线下门店详情*/

.xianxia_mendian{width:100%;height:436px;background:#fff;}
.xianxia_mendian .xiangxia_mendian_left{width:582px;height:436px;float:left;position: relative;overflow:hidden;}
.xianxia_mendian .xiangxia_mendian_left img{position:absolute;top:0;left:0;right:0;bottom:0;}
.xianxia_mendian .xiangxia_mendian_right{float:left;margin-left:60px;width: 520px}
.xianxia_mendian .xiangxia_mendian_right h1{font-size:26px;color:#333;margin-top:60px;font-weight:bold;font-family:"微软雅黑"}
.xianxia_mendian .xiangxia_mendian_right .m_phone{background: url(../images/m_phone.png) no-repeat center left;padding-left:38px;line-height:28px;font-size:16px;margin-bottom:10px;}
.xianxia_mendian .xiangxia_mendian_right .m_address{background: url(../images/m_dingwei.png) no-repeat center left;}
.xianxia_mendian .xiangxia_mendian_right .y_cg{width:190px;height:50px;border:1px solid #d7bf67;margin-top:50px;}
.xianxia_mendian .xiangxia_mendian_right .y_cg a{font-size:16px;color:#d7bf67;text-align: center;display:block;line-height:50px;}
.sjslb .xiangguan_anli .zhuangxiu-box{padding:4px!important;}
.sjslb .xiangguan_anli .zhuangxiu-box .zhuangxiu-card{width: 283px;
    height: 300px!important;}

.sjslb .xiangguan_anli .zhuangxiu-box .zhuangxiu-card .detail-box .msg .title{width:100%;}
.sjslb .xiangguan_anli .zhuangxiu-box .zhuangxiu-card .detail-box .msg .title{width: 255px!important;}
.sjslb .xiangguan_anli .zhuangxiu-box .zhuangxiu-card .detail-box .msg{margin-left:0;}

.mendian_sheji .content-cards .zhuangxiu-box{padding:4px!important;}

/*服务保障*/
.server_form form{width:920px;margin:auto;margin-top:120px;}
.server_form form input{width:300px;height:52px;background:#fff;float:left;margin-right:25px;font-size:16px;line-height:52px;color:#999!important;padding:0 18px}
.server_form form button{width:192px;height:52px;background:#d2a36b;color:#fff!important;line-height:52px;font-size:16px;}

.footer_form{overflow:hidden;}
.footer_form form{width:830px;margin:auto;margin-top:160px;}
.footer_form input{width:300px;float:left;margin:0 30px;line-height:50px;padding:0 20px;font-size:18px;border-radius:4px;}
.footer_form button{width:334px;height:60px;margin:auto;background:#d4a361;border-radius:40px;font-size:18px;color:#fff;margin-top:65px;display:block;}

/*施工工艺保障*/

.gongyi02{background:#2c323a;overflow:hidden;}
.gongyi02 .gongyi02_title{width:374px;margin:60px auto 45px;}

.guifan_cont .slideTxtBox{  text-align:left;  }
.guifan_cont .slideTxtBox .hd{  position:relative;height:80px;}
.guifan_cont .slideTxtBox .hd ul{ float:left;  position:absolute;margin-left:230px; }
.guifan_cont .slideTxtBox .hd ul li{ float:left;width:130px;height:36px;background:#f4f4f4; cursor:pointer;margin-right:20px;color:#333;text-align: center;line-height:36px;font-size:16px; }
.guifan_cont .slideTxtBox .hd ul li.on{  background:#d7bf67;color:#fff  }
.guifan_cont .slideTxtBox .bd ul{ }
.guifan_cont .slideTxtBox .bd li{float: left;margin-right:5px;margin-bottom:20px;width:230px; margin-right:12px; }
.guifan_cont .slideTxtBox .bd li:nth-child(5n){margin-right: 0;}
.guifan_cont .slideTxtBox .bd li .gongying_img{width:230px;height:214px;position: relative;}
.guifan_cont .slideTxtBox .bd li .gongying_img .yinying{width:100%;background-color:#333333; position:absolute; top:0;opacity: 0; transition:400ms; -webkit-transition: 400ms ease 0ms;bottom:200px;}
.guifan_cont .slideTxtBox .bd li .gongying_img .yinying p{width:200px;height:100px;margin:auto;margin-top:40px;overflow:hidden;overflow-y:scroll;line-height:30px;}
.guifan_cont .slideTxtBox .bd li .gongying_img .yinying p::-webkit-scrollbar {
 width: 2px;
}
.guifan_cont .slideTxtBox .bd li .gongying_img .yinying p::-webkit-scrollbar-track {
 background-color:#bfbfbf;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
.guifan_cont .slideTxtBox .bd li .gongying_img .yinying p::-webkit-scrollbar-thumb {
 background-color:#eee;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
.guifan_cont .slideTxtBox .bd li:hover .yinying{opacity: 0.88; color:#fff;padding: 10px 0px;bottom:0;}

.guifan_cont .slideTxtBox .bd li h1{width:230px;height:60px;font-size:18px;color:#626262;line-height: 60px;text-align: center;background: #f5f5f5;font-weight: normal; }

/*隐蔽工程*/

.box1_1{position: relative;}
.box1_1 .swiper-container1{
    height:500px;
    margin: 10px auto 60px;
}
.box1_1 .swiper-container1 img{
    width: 673px;
    height: 361px;
    float: left;
    margin-top: 150px;
    margin-left: 37px;
}
.box1_1 .box1_1left{
    float: left;
    margin-left: 194px;
    color: #fff;
    font-size: 20px;
    margin-top: 80px;
}
.box1_1 .box1_1left h2 img{
    display: inline-block;
    width:37px;
    height: 26px;
    margin-top: -2px;
    margin-left: 0;
}
.box1_1 .box1_1left h2{
    margin-bottom: 25px;
    font-size:28px;
}
.box1_1 .box1_1left p{
    line-height: 48px;
}
#box1-right {
    background: url(https://j.dyrs.cc/images/pc/villa/whitejt.png) no-repeat center center #D4C09D;
    position: absolute;
    left: 46.2%;
    top: 1px;
    width: 44px;
    height: 38px;
    z-index: 999;
    border-radius: 2px;
}
.zybtns{
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #00463E;
    border-radius: 30px;
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    margin:0 auto;
}

.gongyi03 .gongyi03_title{width:374px;margin:auto;}

/*业主好评*/

.pingjia_box{}
.pingjia_box .pingjia01{width:378px;float:left;background: #fff;margin-right:30px;margin-bottom:30px;}
.pingjia_box .pingjia01:hover{box-shadow:0 0 30px #ccc;transition:0.5s;}
.pingjia_box .pingjia01:nth-child(3n){margin-right:0;}
.pingjia_box .pingjia01 .pingjia01_img{width:378px;height:276px;}
.pingjia_box .pingjia01 .pingjia01_img img{width:100%;}
.pingjia_box .pingjia01 .pingjia01_text{padding:10px;}
.pingjia_box .pingjia01 .pingjia01_text h1{font-size:18px;color:#2c2c2c;font-weight:normal;line-height:36px;}
.pingjia_box .pingjia01 .pingjia01_text p{font-size: 14px;color:#909090;margin-top:6px;line-height:24px;}
.pingjia_box .pingjia01 .pingjia01_text .shijian{overflow:hidden;margin-top:15px;}
.pingjia_box .pingjia01 .pingjia01_text .shijian .shijian_left{float:left;font-size:14px;color:#a1a1a1;}
.pingjia_box .pingjia01 .pingjia01_text .shijian .shijian_right{float:right;color:#ed434b;}


/*权威认证*/

.quanwei_title{height:160px;}
.quanwei_title h1{font-size:40px;color:#333333;line-height:160px;text-align: center;font-family:"微软雅黑";font-weight:bold;}

.quanwei01{overflow:hidden;}
.quanwei01 .quanwei01_left{float:left;width:50%;}
.quanwei01 .quanwei01_left h1{font-size:34px;color:#333333;}
.quanwei01 .quanwei01_left p{font-size:20px;color:#666666;}
.quanwei01 .quanwei01_left .quanwei01_text{width:60%;margin:auto;}
.quanwei01 .quanwei01_left .quanwei01_text h1{margin-top:80px;font-family:"微软雅黑";}
.quanwei01 .quanwei01_left .quanwei01_text p{margin-top:30px;}
.quanwei01 .quanwei01_right{float:left;width:50%;}
.quanwei01 .quanwei01_right img{display:block;width:50%;margin:auto;margin-top:10%}

/*装修知识*/

.describe-ready-container {
    width: 890px
}

.describe-ready-container .describe-card {
    width: 212px;
    /*height: 170px;*/
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 16px 5px rgba(172,171,171,0.11)
}

.describe-ready-container .describe-card .img {
    height: 90px;
    line-height: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.describe-ready-container .describe-card .c-c {
    width: 216px
}

.describe-ready-container .describe-card .c-c .c2 {
    width: 106px;
    border-right: 1px dashed #edecec
}

.describe-ready-container .describe-card .c-c .c3 {
    width: 71px;
    border-right: 1px dashed #edecec
}

.describe-page-index-module {
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-top: 1px solid #edecec;
}
.describe-page-index-module .left {
    width: 440px;
    float:left;
}
.describe-page-index-module .left .img {
    height: 227px;
}
.describe-page-index-module .left .detail {
    height: 38px;
    line-height: 1.7;
}
.describe-page-index-module .right {
    width: 420px;
    float:left;
}
.describe-page-index-module .right .new-con {
    width: 100%;
    height: 90px;
    overflow: hidden;
    transition: all .5s;
}
.describe-page-index-module .right .new-con .time {
    width: 80px;
    height: 90px;
    background: #c0b8ac;
    transition: all .5s;
    position: relative;
}
.describe-page-index-module .right .new-con .detail {
    width: 315px;
    margin-right:10px;
    float:right;
}
.describe-page-index-module .right .new-con .time .day {
    top: 62px;
    left: 40px;
    position: absolute;
}
.describe-page-index-module .right .new-con .time .month {
    top: 19px;
    left: 20px;
    position: absolute;
}


/*名家文化*/

.wenhua01{padding-top:120px;padding-bottom:70px;}
.wenhua01 .wenhua0101{overflow:hidden;font-family:"微软雅黑";}
.wenhua01 .wenhua0101 .wenhua01_left{float:left;width:440px;}
.wenhua01_title{margin-bottom:50px;}
.wenhua01_title img{width:400px;height:60px;}
.wenhua01_title h1{font-size:36px;color:#000;font-family:"微软雅黑";font-weight:bold;margin-top:26px;}
.wenhua01_title span{width:46px;height:3px;background:#d7bf67;display:block;margin-top: 25px;}
.wenhua01 .wenhua0101 .wenhua01_left p{font-size:16px;color:#7d7d7d;line-height:40px;}
.wenhua01 .wenhua0101 .wenhua01_right{width:670px;height:450px;overflow:hidden;float:right;}
.wenhua01 .wenhua0101 p{font-size:16px;color:#7d7d7d;line-height:40px;margin-top:30px;}

.wenhua02{background:url(../images/wenhua02_bg.jpg) no-repeat center top;height:576px;background-size: cover}
.wenhua02 .wenhua02_img{width:462px;height:686px;position:absolute;bottom:0;left:0}

.wenhua02 .wenhua02_text{width:400px;float:left;left:600px;position:absolute;}
.wenhua02 .wenhua02_text h1{font-size:36px;font-weight:border-radius;color:#fff;margin-top:50px;}
.wenhua02 .wenhua02_text span{width:46px;height:3px;background:#d7bf67;margin-top:20px;margin-bottom:36px;display:block;}
.wenhua02 .wenhua02_text p{color:#fff;line-height:40px;font-size:16px;}

.wenhua03_title h1{text-align:center;}
.wenhua03_title span{margin:auto;margin-top:25px;}

.posr {
    position: relative;
}

.moduleCate{margin-bottom:0}
.ztPage{overflow-x:hidden;min-width:1200px}
.ztSec{position:relative;width:1200px;margin:0 auto}
.ztWrap{position:relative;width:1920px;margin-left:-360px}
.ztCon{position:relative;width:1200px;margin:0 auto;zoom:1}
.ztCon:after{content:".";display:block;clear:both;height:0;font:0/0 sans-serif;visibility:hidden}
.ztPage .icon{background:url(../images/icon01.png)}
.ztSbtn{position:absolute;top:50%;margin-top:-30px}
.ztSbtn i{height:60px}
.ztSbtn.prev1{right:100%;margin-right:50px}
.ztSbtn.prev1 i{background-position:0 0}
.ztSbtn.prev1:hover i{background-position:-30px 0}
.ztSbtn.next1{left:100%;margin-left:50px}
.ztSbtn.next1 i{background-position:-90px 0}
.ztSbtn.next1:hover i{background-position:-60px 0}
.secBanner{margin-bottom:45px}
.secAbout{margin-bottom:40px}
.secAbout .container{padding:35px 40px;border-radius:6px;background:#FFF;box-shadow:0 0 5px rgba(224,224,224,.75)}
.secAbout .con{line-height:30px;color:#666}
.secCulture{margin-bottom:20px}
.secCulture ul{margin-top:45px}
.secCulture ul li{float:left;width:575px;margin:0
50px 45px 0}
.secCulture ul li .imga{width:200px;margin-right:30px;border-radius:4px}
.secCulture ul li .txt{height:150px;line-height:26px;font-size:20px}
.secCulture ul li .txt .title{margin-bottom:10px;font-weight:normal;font-size:20px;color:#009B74}
.secHistory{height:700px;background:url(../images/secHistory_bg.jpg) center no-repeat;background-size: cover}
.secHistory .ztCon{padding-top:40px}
.secHistory .sBdBox{z-index:2}
.secHistory .sBd{position:relative;margin:75px
0 0}
.secHistory .sBd .xline{position:absolute;left:0;right:0;top:65px;border-bottom:1px dashed #555}
.secHistory .sBd li{position:relative;width:102px;margin-bottom:55px;text-align:center;cursor:pointer}
.secHistory .sBd li h4{height:30px;padding-bottom:15px;line-height:30px;font-weight:normal;font-size:24px;text-shadow:0 0 1px #FFF}
.secHistory .sBd li .txt{display:block;overflow:hidden;height:40px;border-radius:100px;background:#23282c;line-height:40px;color:#FFFF}
.secHistory .sBd li .dot{display:block;width:14px;margin:10px
auto;padding:3px;border-radius:100%}
.secHistory .sBd li .dot i{display:block;width:14px;height:14px;border-radius:100%;background:#131313}
.secHistory .sBd li .arrow{display:none;position:absolute;top:100%;left:50%;width:30px;height:30px;margin:26px
0 0 -15px;background:url(../images/arrow.png)}
.secHistory .sBd li.activeThumb .txt{background:#d7bf67}
.secHistory .sBd li.activeThumb .dot{background:#FFF;box-shadow:0 0 13px rgba(136,136,136,.75)}
.secHistory .sBd li.activeThumb .dot i{background:#FBA848}
.secHistory .sBd li.activeThumb .arrow{display:block}
.secHistory .bBd{margin:-10px}
.secHistory .bBd li .box{margin:10px;padding:30px
40px;border-radius:4px;background:#FFF;box-shadow:0 0 5px rgba(172,172,172,.75)}
.secHistory .bBd li .imga{overflow:hidden;width:220px;height:240px;margin:0 40px 0 10px;border-radius:4px}
.secHistory .bBd li .imga img{max-width: 100%;max-height: 100%}
.secHistory .bBd li .note{line-height:2;font-size:16px;color:#666}
.secHistory .ztSbtn{margin-top:-55px}
.secHistory .bPrev{margin-right:30px}
.secHistory .bNext{margin-left:30px}
.secHonor{margin-bottom:60px}
.secHonor .bd{margin-top:45px}
.secHonor .bd li{width:250px;margin-bottom:15px}
.secHonor .bd li .imga{padding:15px;margin-bottom:15px;border-radius:6px;background:#FFF;box-shadow:0 0 5px rgba(224,224,224,.75)}
.secHonor .bd li .title{font-size:14px;font-weight:normal;text-align:center}
.secHonor .hd{text-align:center}
.secHonor .hd span{width:12px;height:12px;margin:0
5px;background:#BFBFBF;border-radius:100%}
.secHonor .hd span.active{background:#009B74}

/*线下门店*/

#huanjing{width: 100%}
#huanjing ul li{width:222px;float: left;margin-right:10px;}
#huanjing .huanjing_tupian{width:222px;height:166px;border:2px solid #fff;}
#huanjing .huanjing_tupian img{width:100%;display: inline-block;}
#huanjing ul li p{font-size:20px;text-align: center;margin-top:10px;color:#fff;}

#huanjing_dt{background: #fff;}
#huanjing_dt .huanjing_datu{overflow: hidden;padding:40px;} 
#huanjing_dt .huanjing_datu .huanjing_datu_img{width:690px;height:440px;float: left;}
#huanjing_dt .huanjing_datu .huanjing_datu_img img{width:100%;}
#huanjing_dt .huanjing_datu .huanjing_datu_text{width:375px;float: left;margin-left: 50px;}
#huanjing_dt .huanjing_datu .huanjing_datu_text h1{font-size:26px;color:#333;text-align: center;margin-top:30px;}
#huanjing_dt .huanjing_datu .huanjing_datu_text span{width:108px;height:1px;background:#ed444b;display: block;margin:auto;margin-top:10px;}
#huanjing_dt .huanjing_datu .huanjing_datu_text p{width:375px;float:left;font-size:16px;color:#898989;line-height:30px;margin-top:30px;}
#huanjing .sBd li.activeThumb .huanjing_tupian{border:2px solid #d7bf67;} 

/*联系我们*/

.contact{}
.contact .contacts{overflow: hidden;}
.contact .contacts .contacts01{width:538px;height:130px;border:1px solid #e1e1e1;float:left;margin:0 30px;}
.contact .contacts .contacts01 .contacts01_img{width:50px;margin-top:40px;float:left;padding:0 20px;border-right:1px dashed #e1e1e1;}
.contact .contacts .contacts01 .contacts01_img img{width:100%;}

.contact .contacts .contacts01 .contacts01_text{float:left;margin-left:25px;}
.contact .contacts .contacts01 .contacts01_text p{font-size: 16px;color:#a4a4a4;margin-top:36px;}
.contact .contacts .contacts01 .contacts01_text h1{font-size:18px;color:#545454;margin-top:10px;}

/*品牌实力*/

.dangjian_1{width:1200px;height:205px;position: absolute;left:50%;margin-left:-600px;margin-top:-100px;background: #fff;box-shadow: 0 0 10px #ccc;}
.dangjian_1 .dangjian_shuzi{width:100%;}
.dangjian_1 .dangjian_shuzi .line{width:1px;height:90px;background: #e1e1e1;float:left;margin-top:60px;}
.dangjian_1 .dangjian_shuzi .dangjian_shuzi01{width:19.5%;float:left;margin:50px auto;}
.dangjian_1 .dangjian_shuzi .dangjian_shuzi01 h1{font-size: #2c2c2c;font-size: 42px;font-family: 'impact';text-align: center;box-sizing: border-box;}
.dangjian_1 .dangjian_shuzi .dangjian_shuzi01 h1 sup{font-size:26px;color:#333;}
.dangjian_1 .dangjian_shuzi .dangjian_shuzi01 p{text-align: center;font-size: 16px;color:#888;margin-top: 25px;}

.shili02{width:100%;padding-bottom:80px;}
.shili02 .shili02_title{width:218px;height:90px;margin:50px auto;}
.shili02 .shili02_title img{width:100%;}
.shili02 .shili02_img{width:1200px;}
.shili02 .shili02_img img{width:100%;}

.shili03_cont .swiper-container {
      width: 100%;
      height: 100%;
    }

.shili03_cont .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.shili03{overflow:hidden;}
.shili03 .shili03_title{width:182px;height:90px;margin:50px auto;}

.shili03_cont .shili03_text{width:188px;background:url(../images/shili03_icon01.png) no-repeat;}
.shili03_cont .shili03_text h1{font-size:28px;color:#fff;text-align: center;top:-128px;}
.shili03_cont .shili03_text p{font-size:14px;color:#fff;text-align: center;} 

.pinpai_dashiji{position: relative;height: 810px;overflow:hidden;}
.pinpai_dashiji .toptitle{width: 190px;margin:50px auto 0;}
.pinpai_dashiji .sBd{margin: 0 -50px;}
.pinpai_dashiji .sBd li{opacity: 0;visibility: hidden;position: relative;width: 150px;height: 2px;padding: 270px 0;transition: opacity .5s ease;}
.pinpai_dashiji .sBd li.visible{opacity: 1;visibility: visible;}
.pinpai_dashiji .sBd li .line{height: 2px;background: #FFF;}
.pinpai_dashiji .sBd li .num{z-index: 2;position: absolute;top: 50%;left: 50%;width: 60px;height: 60px;margin: -30px;background: url(../images/icon01.png) no-repeat;line-height: 60px;text-align: center;font-size: 24px;color: #FFF;cursor: pointer;}
.pinpai_dashiji .sBd li.ten .num{font-size: 20px;}
.pinpai_dashiji .sBd li .num span{display: none;}
.pinpai_dashiji .sBd li .info{position: absolute;left: 0;right: 0;cursor: pointer;}
.pinpai_dashiji .sBd li .ico{overflow: hidden;width: 60px;height: 60px;margin: 5px auto;}
.pinpai_dashiji .sBd li .title{text-align: center;font-weight: normal;font-size: 20px;color: #FFF;}
.pinpai_dashiji .sBd li .note{opacity: 0;visibility: hidden;position: absolute;margin: 20px 0;line-height: 22px;color: #fff;}
.pinpai_dashiji .sBd li.odd .arrow{position: absolute;left: 50%;right: -1px;bottom:-75px;height: 60px;width:1px;background:#fff;}
.pinpai_dashiji .sBd li.even .arrow{position: absolute;left: 50%;right: -1px;top:-75px;height: 60px;width:1px;background:#fff;}


.pinpai_dashiji .sBd li.odd .info{bottom: 50%;margin-bottom: 75px;}
.pinpai_dashiji .sBd li.odd .note{bottom: 100%;border-bottom: none;text-align:center;}
.pinpai_dashiji .sBd li.odd .note .arrow{top: 100%;background-position: center top;}



.pinpai_dashiji .sBd li.even .info{top: 50%;margin-top: 75px;}
.pinpai_dashiji .sBd li.even .note{top: 100%;border-top: none;}
.pinpai_dashiji .sBd li.even .note .arrow{bottom: 100%;background-position: center bottom;}

.pinpai_dashiji .sBd li.activeThumb{}
.pinpai_dashiji .sBd li.activeThumb .num,.ztService .sBd li.hover .num{background-position: -60px 0;}
.pinpai_dashiji .sBd li.activeThumb .num span,.ztService .sBd li.hover .num span{display: block;}
.pinpai_dashiji .sBd li.activeThumb .ico img,.ztService .sBd li.hover .ico img{margin-top: -60px;}
.pinpai_dashiji .sBd li.activeThumb .title,.ztService .sBd li.hover .title{color: #E5B377;}
.pinpai_dashiji .sBd li.activeThumb .note,.ztService .sBd li.hover .note{opacity: 1;visibility: visible;margin: 10px 0;}


.pinpai_dashiji .scbtn{z-index: 2;position: absolute;top: 50%;margin-top: -30px;width: 60px;height: 60px;background: url(../images/icon01.png) -120px 0 no-repeat;}
.pinpai_dashiji .prev{right: 100%;margin-right: 10px;}
.pinpai_dashiji .prev:hover{background-position: -180px 0;}
.pinpai_dashiji .next{margin-left: 10px;background-position: -240px 0;}
.pinpai_dashiji .next:hover{background-position: -300px 0;}

/*免费验房*/

.yanfang_banner{background:url(../images/yanfang_banner.jpg) no-repeat center;height:734px;}

.gongdi_banner form{
    width: 450px;
    height: 448px;
    background: #fff;
    float: right;
    margin: 0 auto;
    margin-right: 70px;
    text-align: center;
     color: #333;
}
.gongdi_banner form h2{
    font-size: 30px;
    margin: 30px auto 3px;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium";
}
.gongdi_banner form span{
    display: block;
    font-size: 16px;
    color: #999;
    margin-bottom: 16px;
}
.gongdi_banner form span em{
    color: #d3bf53;
}
.gongdi_banner form input{
    width:360px;
    height:52px;
    line-height: 52px;
    background:#fff;
    border:1px solid #E5E5E5;
    font-size: 16px;
    color: #999;
    text-indent: 10px;
    margin-bottom: 17px;
}
.gongdi_banner form button{
    width:220px;
    height:52px;
    background:#d3bf53;
    font-size: 20px;
    color: #fff;
    display: inline-block;
}
.gongdi_banner form a{
    width:133px;
    height:50px;
    line-height: 50px;
    border:1px solid #d3bf53;
    font-size: 20px;
    color: #d3bf53;
    display: inline-block;
}
.gongdi_banner form p{
    font-size: 14px;
    margin-top: 10px;
}

.fangan_banner{background:url(../images/fangan_banner.jpg) no-repeat center;height:734px;}
.jiejia_banner{background:url(../images/jiejia_banner.jpg) no-repeat center;height:832px;}
.daikuan_banner{background:url(../images/daikuan_banner.jpg) no-repeat center;height:832px;}

/*精选活动*/

.huodong_cont{margin-top:40px;margin-bottom:60px;}
.present-list-card{width: 383px;
    height: 526px;
    background-color: #fff;
    box-shadow: 0 0 21px rgba(0,0,0,0.05);position: relative;float: left;margin-right: 25px;margin-top:30px;}
.present-list-card:nth-child(3n){margin-right:0;}
.present-list-card .cont-r {
    width: 65px;
    height: 27px;
    border: 2px solid #fafafa;
    position: absolute;
    top: -10px;
    left: -13px;
    z-index: 1;
    border-radius: 15px;
    line-height: 27px;
    background: #bbb;
    color: #fff !important;
    text-align: center;
}
.present-list-card .cont-r.on{background:#d7bf67;}
.present-list-card .img {
    width: 100%;
    height: 226px;
}

.tc .button{background:#d7bf67;color:#fff;border:none;}

/*装修流程*/

.ztService{position: relative;height: 810px;background: url(../images/bg.jpg) center no-repeat;overflow:hidden;}
.ztService .toptitle{width: 190px;margin:50px auto 0;}
.ztService .sBd{margin: 0 -50px;}
.ztService .sBd li{opacity: 0;visibility: hidden;position: relative;width: 150px;height: 2px;padding: 270px 0;transition: opacity .5s ease;}
.ztService .sBd li.visible{opacity: 1;visibility: visible;}
.ztService .sBd li .line{height: 2px;background: #FFF;}
.ztService .sBd li .num{z-index: 2;position: absolute;top: 50%;left: 50%;width: 60px;height: 60px;margin: -30px;background: url(../images/icon.png) no-repeat;line-height: 60px;text-align: center;font-size: 24px;color: #FFF;cursor: pointer;}
.ztService .sBd li.ten .num{font-size: 20px;}
.ztService .sBd li .num span{display: none;}
.ztService .sBd li .info{position: absolute;left: 0;right: 0;cursor: pointer;}
.ztService .sBd li .ico{overflow: hidden;width: 60px;height: 60px;margin: 5px auto;}
.ztService .sBd li .title{text-align: center;font-weight: normal;font-size: 20px;color: #FFF;}
.ztService .sBd li .note{opacity: 0;visibility: hidden;position: absolute;left: -50px;right: -50px;margin: 20px 0;padding: 15px 12px;border: 1px solid #E5B377;line-height: 22px;color: #E5B377;}
.ztService .sBd li .note .arrow{position: absolute;left: -1px;right: -1px;height: 10px;background: url(../images/note_arrow.png) -999em no-repeat;}


.ztService .sBd li.odd .info{bottom: 50%;margin-bottom: 35px;}
.ztService .sBd li.odd .note{bottom: 100%;border-bottom: none;}
.ztService .sBd li.odd .note .arrow{top: 100%;background-position: center top;}


.ztService .sBd li.even .info{top: 50%;margin-top: 35px;}
.ztService .sBd li.even .note{top: 100%;border-top: none;}
.ztService .sBd li.even .note .arrow{bottom: 100%;background-position: center bottom;}

.ztService .sBd li.activeThumb{}
.ztService .sBd li.activeThumb .num,.ztService .sBd li.hover .num{background-position: -60px 0;}
.ztService .sBd li.activeThumb .num span,.ztService .sBd li.hover .num span{display: block;}
.ztService .sBd li.activeThumb .ico img,.ztService .sBd li.hover .ico img{margin-top: -60px;}
.ztService .sBd li.activeThumb .title,.ztService .sBd li.hover .title{color: #E5B377;}
.ztService .sBd li.activeThumb .note,.ztService .sBd li.hover .note{opacity: 1;visibility: visible;margin: 10px 0;}


.ztService .scbtn{z-index: 2;position: absolute;top: 50%;margin-top: -30px;width: 60px;height: 60px;background: url(../images/icon.png) -120px 0 no-repeat;}
.ztService .prev{right: 100%;margin-right: 10px;}
.ztService .prev:hover{background-position: -180px 0;}
.ztService .next{margin-left: 10px;background-position: -240px 0;}
.ztService .next:hover{background-position: -300px 0;}


/*预约弹窗*/

.pop-box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}
.pop-box .main-contener {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.5)
}
.tan {
    position: relative;
}

.form6 {
    position: absolute;
    top: 50px;
    left: 60px;
    text-align: center;
}
.form6 h3 {
    font-size: 22px;
    color: #333;
    line-height: 40px;
}
.pop-box p {
    width: 45px;
    height: 2px;
    background: #d7bf67;
    display: inline-block;
    margin-bottom: 25px;
}
.form6 input{
    width: 280px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
    background: #fafafa;
    text-indent: 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.pop-box .pop-close {
    position: absolute;
    right: -21px;
    top: -20px;
    cursor: pointer;
    width: 46px;
    height: 45px;
    color: #fff;
    background: url(../images/close.png) no-repeat center center;
    background-size: 100% auto;
}
.form6 button{
    display: block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    background: #d7bf67;
    color: #fff;
    font-size: 16px;
}
.form6 h4{
    margin-top: 20px;
    font-size: 16px;
}
.form6 h4 em{
    color: #d7bf67;
}


.container {
    width: 1300px;
    margin: 0 auto;
}



.caseInfo .container .content {
    width: 880px;
}
.caseInfo .container .content ul.case-tag-box li {
    width: 248px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.caseInfo .container .content ul.case-tag-box {
    box-shadow: 0 10px 18px #f6f6f6;
    font-size: 0;
}
.caseInfo .container .content ul.case-tag-box li:not(:nth-of-type(3n))::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #f1f1f1;
    position: absolute;
    top: 50%;
    right: 1px;
    margin-top: -15px;
}
.caseInfo .container .content .design-idea .design-idea-left {
    width: 405px;
}
.caseInfo .container .content .design-idea .design-idea-right {
    width: 440px;
    height: 330px;
}
.caseInfo .cardNavBox {
    width: 880px !important;
    overflow: hidden;
    box-shadow: 0 8px 10px #eee;
    z-index: 5;
}
.cardNav {
    height: 50px;
    width: 880px;
    line-height: 50px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    background: #fff;
    position: relative;
    z-index: 5;
}
.show-page{width: 100%; height: 50px;margin:44px 0 20px 0; display: flex; display: -webkit-flex; display: -ms-flex; -webkit-align-items:center; align-items:center; -webkit-justify-content:center; justify-content:center;}
.show-page button{width: 300px; height: 50px; border: 1px solid #d0d0d0; border-radius: 5px; padding: 0 20px; overflow: hidden; font-size: 14px; background: #fff; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; margin: 0 15px; cursor: pointer; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.show-page .prev{}
.show-page button:hover{background: #d7bf67; color: #fff; }
.background-none{background: transparent !important;}

.show-page .fanhui_liebiao{width:60px;height:50px;margin:0 90px;}
.show-page .fanhui_liebiao img{width:100%;}



.content-list .zhuangxiu-card {
    float: left;
    width: 380px;
    height: 490px;
    border: 1px solid #edecec;
    background: #f7f7f7;
    margin: 0 18px 25px 0;
}
.content-list .zhuangxiu-card .img-box {
    height: 420px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.content-list .zhuangxiu-card .img-box img{width:100%;position: absolute;left: 0;right:0;top:0;bottom:0;margin:auto;}

.content-list .zhuangxiu-card .img-box .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.3);
}
.content-list .zhuangxiu-card .img-box:hover .shadow {display: block;}
.content-list .zhuangxiu-card .img-box .shadow .circle {
    background: rgba(255,255,255,0.5);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    margin: 150px auto;
    color: #e74c3c;
}
.content-list .zhuangxiu-card .detail-box {
    width: 100%;
    height: 80px;
    padding: 15px 10px;
}
.content-list .zhuangxiu-card .detail-box .msg {
    float: left;
    width: 240px;
    margin-left: 16px;
}
.content-list .zhuangxiu-card .detail-box .msg .title {
    color: #212628;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.content-list .zhuangxiu-card .detail-box .msg .sub {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.content-list .zhuangxiu-card .detail-box .yuyuebtn {
    float: left;
    display: none;
}
.content-list .zhuangxiu-card:hover .detail-box .yuyuebtn{display: block;}
.button-primary.is-plain {
    color: #e74c3c;
    background: #fff;
    border-color: #e74c3c;
}



/* 弹窗*/
.tanchuang_mask{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.6);top:0;left:0;z-index: 999;display: none;}
.tanchuang_mask .tanchuang_container{width:1071px;height: 616px;background: url(../images/tanchuang_bg.jpg);position: absolute;top:0;right: 0;bottom:0;left: 0;margin:auto;padding-top: 1px;}

.tanchuang_container .tanchuang_left{width: 560px;float: left;padding-left: 60px}
.tanchuang_container .title{font-size: 26px;font-weight: bold;color:#202020;text-align: center;padding-top: 60px;line-height: 50px;}
.tanchuang_container .desc{font-size: 14px;color:#666;text-align: center;}
.tanchuang_container .desc span{color:#f00;}
.tanchuang_container .form_con{width: 480px;}
.tanchuang_container .form_con .input_group{height: 50px;margin-top: 18px;}
.tanchuang_container .form_con .input_group .label{line-height: 50px;font-size: 16px;width:120px;float: left;}
.tanchuang_container .form_con .input_group .label span{color:#f00;}
.tanchuang_container .form_con .input_group input{float: left;height: 48px;background: #fff;border:1px solid #e5e5e5;width:320px;padding:0 10px;}
.tanchuang_container .form_con .input_group select{float: left;height: 48px;background: #fff;border:1px solid #e5e5e5;margin-right: 10px;}
.tanchuang_container .form_con .city_group select{width: 166px;padding-left: 10px;}
.tanchuang_container .form_con .huxing_group select{width: 78px;padding-left: 5px;}

.tanchuang_container .tanchuang_right{float: left;}
.tanchuang_container .tanchuang_right .title{font-size: 26px;font-weight: bold;color:#202020;padding-top: 70px;line-height: 50px;}
.tanchuang_container .tanchuang_right .title span{color:#d7bf67;}
.tanchuang_container .tanchuang_right .title em{font-size: 16px;color:#d7bf67;font-weight: normal;}

.tanchuang_container .yusuan_block{width:230px;background: #fff;padding:20px 60px;margin-top: 35px;}
.tanchuang_container .yusuan_block .line{line-height: 50px;font-size: 22px;height: 50px;}
.tanchuang_container .yusuan_block .line div{float: left;}
.tanchuang_container .yusuan_block .line .label{width: 90px;}
.tanchuang_container .yusuan_block .line .num{width: 100px;color:#d7bf67;padding-left: 15px;}
.tanchuang_container .yusuan_block .line .unit{color:#d7bf67;font-size: 18px;}

.tanchuang_container .submit{width: 590px;line-height: 54px;background: #d7bf67;color:#fff;font-size: 20px;text-align: center;border-radius: 5px;margin:50px auto 0;display: block;}
.tanchuang_container .close_btn{position: absolute;width: 40px;height: 40px;background: url(../images/cha.png) no-repeat center;background-size: 20px;background-color:#d7bf67;top:0;right: 0;cursor: pointer; }


.desYuyue_112233{position: fixed;top:100px;z-index: 100}


.pages_container{width:100%;height: 46px;}
.pages_container .pagination{font-size:0;text-align: center;}
.pages_container .pagination li{display: inline-block;width:34px;height: 34px;line-height: 34px;border:1px solid #eee;margin:5px;transition: all 0.1s linear;}
.pages_container .pagination li a{display: inline-block;font-size: 14px;width:34px;height: 34px;line-height: 34px;color:#333;transition: all 0.1s linear;}
.pages_container .pagination li span{display: inline-block;font-size: 14px;width:34px;height: 34px;line-height: 34px;color:#333;}
.pages_container .pagination .active{background: #d7bf67;}
.pages_container .pagination .active span{color:#fff;}
.pages_container .pagination .disabled{background: #eee;}
.pages_container .pagination .disabled span{color:#333;}
.pages_container .pagination .disabled:hover{background: #eee;}
.pages_container .pagination li:hover{background: #d7bf67;}
.pages_container .pagination li:hover a{color:#fff;}



.sjsxiangqing-page .designer-top-detail {
    height: 460px;
    background: #fff;
    padding: 10px;
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.sjsxiangqing-page .designer-top-detail .designer-img {
    height: 460px;
    width: 460px;
    float: left;}
.sjsxiangqing-page .designer-top-detail .designer-img img{width:100%;}

.sjsxiangqing-page .designer-top-detail .designer-msg {
    float: left;
    width: 700px;
    height: 460px;
    margin-left: 40px;
}
.person_jianjie{width:700px;height:220px;overflow: hidden;overflow-y:scroll}
.person_jianjie h1{font-size: 16px;font-weight: bold;line-height: 45px;}
/*.person_jianjie span{display:block;width:36px;height:1px;background: #fe1812;}*/
.person_jianjie p{margin-top: 15px;line-height: 30px;color:#6c6c6c;}


.person_jianjie::-webkit-scrollbar {
    width: 4px;
}
.person_jianjie::-webkit-scrollbar-track {
    background-color:#bfbfbf;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.person_jianjie::-webkit-scrollbar-thumb {
    background-color:#eee;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}

.sjsxiangqing-page .designer-top-detail .designer-msg .name {
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.sjsxiangqing-page .designer-top-detail .designer-msg .name .title {
    color: #212628;
    font-size: 18px;
}
.sjsxiangqing-page .designer-top-detail .designer-msg .name .title h1{font-size:24px;color: #000000;font-weight: normal;}
.inline {
    display: inline-block;
}
.sjsxiangqing-page .designer-top-detail .designer-msg .name .subtitle {
    color: #666;
    font-size: 14px;
    margin-left: 5px;
}
.sjsxiangqing-page .designer-top-detail .designer-msg .name:after {
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    background: #e74c3c;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core {
    margin-top: 20px;
    height: 163px;
    border-bottom: 1px dashed #edecec;
}
.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base {
    width: 670px;
    margin-top: 20px;
}
.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base {
    width: 670px;
    margin-top: 20px;
}
.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line1, .sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line2, .sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line3, .sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base .line4 {
    float: left;
    width: 325px;
    margin-right: 10px;
    color:#8d8d8d;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis01{
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; }

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-core .designer-base {
    width: 670px;
    margin-top: 20px;
}

.sjsxiangqing-page .designer-top-detail .designer-msg .designer-self {
    width: 100%;
    overflow: hidden;
    height: 200px;}

.relative-anli .title-ra {
    font-size: 20px;
    color: #212628;
    width: 100%;
    position: relative;
}

.sjslb .xiangguan_anli .zhuangxiu-box{padding:4px!important;}
.sjslb .xiangguan_anli .zhuangxiu-box .zhuangxiu-card{width: 283px;
    height: 300px!important;}

.sjslb .xiangguan_anli .zhuangxiu-box .zhuangxiu-card .detail-box .msg .title{width:100%;}
.sjslb .xiangguan_anli .zhuangxiu-box .zhuangxiu-card .detail-box .msg .title{width: 255px!important;}
.sjslb .xiangguan_anli .zhuangxiu-box .zhuangxiu-card .detail-box .msg{margin-left:0;}

.loupan_cont{margin-top:30px;overflow:hidden;}
.loupan_cont .loupan_cont01{float:left;width:285px;margin-right:10px;margin-bottom:25px;}
.loupan_cont .loupan_cont01:nth-child(3n){margin-right:0;}
.loupan_cont .loupan_cont01 .loupan_cont01_img{width:285px;height:220px;position: relative;}
.loupan_cont .loupan_cont01 .loupan_cont01_img img{width:100%;position: absolute;top:0;bottom:0;left:0;right:0;margin:auto;}
.loupan_cont .loupan_cont01 p{font-size:16px;color:#494949;line-height:40px;overflow:hidden; text-align: center;
    text-overflow:ellipsis;
    white-space:nowrap;width:100%;height:40px;background: #f5f5f5; }



.title-sjsal {
    font-size: 20px;
    color: #212628;
    width: 100%;
    position: relative
}

.title-sjsal:before {
    content: '';
    display: block;
    float: left;
    height: 20px;
    width: 5px;
    margin: 4px 20px 0 0;
    border-radius: 3px;
    background: #e74c3c
}

.title-sjsal .more {
    position: absolute;
    top: 5px;
    right: 0;
    color: #999;
    font-size: 14px
}




.hotzhuang .content-left {
    float: left;
    width: 880px;
}
.hotzhuang .content-left .lists {
    padding: 0;
    margin: 0;
}
.hotzhuang .content-left .lists .list {
    list-style: none;
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    margin-bottom: 10px;
    transition: all .5s;
}
.hotzhuang .content-left .lists .list:hover{box-shadow: 0 0 15px #ccc;}
.hotzhuang .content-left .lists .list .img-box {
    float: left;
    overflow: hidden;
    margin: 10px;
    width: 290px;
    height: 220px;
    border-radius: 5px;
    position: relative;
}
.hotzhuang .content-left .lists .list .img-box img{position: absolute;top:0;bottom:0;left:0;right:0;margin:auto;}
.hotzhuang .content-left .lists .list .info {
    float: left;
}
.hotzhuang .content-left .lists .list .info .title {
    max-width: 420px;
    color: #212628;
    font-weight: bold;
}
.hotzhuang .content-left .lists .list .info .detail {
    width: 430px;
}
.hotzhuang .content-left .lists .list .info .place {
    max-width: 420px;
}
.hotzhuang .content-left .lists .list .info .detail .working {
    width: 130px;
    float: left;
}
.hotzhuang .content-left .lists .list .info .detail .working span {
    color: #212628;
    font-weight: bold;
}
.hotzhuang .content-left .lists .list .info .show-peop i {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.hotzhuang .content-left .lists .list .button {
    position: absolute;
    right: 10px;
    top: 20px;
}



.com-news-list-bar {
    padding: 20px;
    height: 150px;
    background-color: #fff;
}
.com-news-list-bar .img {
    width: 210px;
    height: 150px;
}