

/*PC轮播图区域*/

.lunbo{
    height: auto;
    padding: 0;
    margin: 0 0;
    overflow: hidden;
}



.lunbo .swiper-container-horizontal>.swiper-pagination{
    bottom: 43px;
}
.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: 0 10px;
    cursor: pointer;
}


.lunbo .swiper-slide .info{
    position: absolute;
    top: 34%;
    left: 24%;
    color: #fff;
}
.lunbo .swiper-slide .info h2{
    font-size: 56px;
    font-weight: bold;
    margin: 0 0 30px 0;
    letter-spacing: 2px;
}

.lunbo .swiper-slide .info p.ename{
    font-size: 32px;
    letter-spacing: 0.8px;
    line-height: 40px;
    margin: 0 0 12px 0;
    opacity: 0.7;
    font-weight: normal;
    font-family: auto;
}
.lunbo .swiper-slide .info p{
    font-size: 28px;
    font-weight: 100;
    margin: 46px 0 60px 0;
    font-family: serif;
}
.lunbo .swiper-slide .info a{
    width: 150px;
    height: 42px;
    display: inline-block;
    font-size: 15px;
    font-weight: 100;
    padding: 10px 32px;
    border-radius: 1px;
    border: 1px #fff solid;
    margin: 0 0 22px 0;
    color: #fff;
    position: relative;
    box-sizing: border-box;

}
.lunbo .swiper-slide .info a:after{
    content: " ";
    width: 0px;
    height: 42px;
    display: block;
    background: rgba(255,255,255,0.2);
    position: absolute;
    transition: all 0.3s;
    top: 0;
    left: 0;

}
.lunbo .swiper-slide .info a:hover:after{
    width: 100%;
}
.lunbo .swiper-slide .info a i{
    width: 16px;
    height: 7px;
    display: inline-block;
    background: url(../img/rightBtn1.png) no-repeat center;
    background-size: 16px;
    vertical-align: text-top;
    margin: 6px 0 0 -2px;
}



.lunbo .swiper-slide:nth-child(2n+1) .info {
     left: 50%;
    transform:translate(-50%,0%);
}
.lunbo .swiper-slide:nth-child(2n+1) .info *{
    text-align: center;
}
.lunbo .swiper-slide:nth-child(2n+1) .info a{
    display: block;
    margin:  0 auto;
}



/*霞菲尔模块化定制产品优势*/
.dome1{
    padding: 100px 0 0px 0;
}
.dome1:after{
    content: " ";
    clear: both;
    width: 0;
    height: 0;
}
.dome1 .fureUL{
    margin: 50px -20px 0 -20px;
}
.dome1 ul{
    display: block;
    overflow: hidden;
    padding: 4px 0;
    max-height: 300px;

}
.dome1 ul li{
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 20px;
    position: relative;
    transition: all 0.3s;
}


.dome1 ul li a{
    display: block;
    width: 100%;
    border: 1px #e1e1e1 solid;
    transition: all 0.3s;
    position: relative;
    z-index: 1000;

}


.dome1 ul li a .showTitle{
    text-align: center;
    padding: 90px 0;
    position: relative;
    z-index: 100;
    background: #fff;
}
.dome1 ul li a .showTitle img{
    display: block;
    margin: 0 auto;
}
.dome1 ul li a .showTitle img.twoIMG{
    display: none;
}
.dome1 ul li a .showTitle p{
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    margin: 30px 0 0 0;
}

.dome1 ul li   .info{
    position: absolute;
    top: 17px;
    height: 260px;
    z-index: 10;
    box-shadow: 2px 1px 7px rgba(76, 190, 201,0.3);
    background: #fff;
    text-align: left;
    padding: 30px 20px 30px 40px;
    z-index: 10;
    transition: left  0.5s;

    left: 30px;
    width: 140px;

}


.dome1 ul li   .info h2{
    display: block;
    color: #333;
    font-size: 19px;
    font-weight: bolder;
    margin: 10px 0 0 0;
}
.dome1 ul li   .info p{
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    max-height: 100px;
    margin: 0px 0 0 0;
    overflow: hidden;
}
.dome1 ul li   .info i{
    width: 32px;
    display: inline-block;
    height: 3px;
    background: rgba(0,0,0,0.8);
    margin: 14px 0 5px 0;
}



/*设置动画*/
.dome1 ul li:hover   .info {
    width: 280px;
    left: 200px;
    z-index: 20;
}
.dome1 ul:hover li{
    width: 244px;
}
.dome1 ul:hover li a{
    width: 200px;
}
.dome1 ul li:hover{
    width: 508px;
}
.dome1 ul li:hover a{
    width: 200px;
    box-shadow: -2px 0px 5px rgba(76, 190, 201,0.3);
    border: 1px rgba(73, 192, 200, 0.32) solid;
}
.dome1 ul li:hover a .showTitle img.twoIMG{
    display: block;
}
.dome1 ul li:hover a .showTitle img.oneIMG{
    display: none;
}
.dome1 ul li:hover a .showTitle p{
    color: #4bbcca;
}




/*产品展示*/
.dome2{
    padding: 100px 0 0px 0;
}
.dome2 .textUL{
    text-align: center;
    display: block;
    margin: 40px 0 30px 0;
}
.dome2 .textUL li{
    display: inline-block;
    text-align: center;
    color: #202020;
    font-size: 18px;
    margin: 0 30px;
}
.dome2 .textUL li i{
    width:80px;
    height: 40px;
    display: inline-block;
    /*background: url("../img/homeimg5.png") no-repeat center ;*/
    /*background-size: contain;*/
}
.dome2 .textUL li i img:nth-child(1){
    display: block;
    margin: 0 auto;
    height: 100%;

}
.dome2 .textUL li i img:nth-child(2){
    display: none;
    transition: transform 1.5s;
}
.dome2 .textUL li.active i img:nth-child(1),
.dome2 .textUL li:hover i img:nth-child(1){
    display: none;
    margin: 0 auto;
}
.dome2 .textUL li.active i img:nth-child(2),
.dome2 .textUL li:hover i img:nth-child(2){
    display: block;
    margin: 0 auto;
    height: 100%;
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
/*
.dome2 .textUL li:nth-child(2) i{  background: url("../img/homeimg6.png") no-repeat center ;background-size: contain; }
.dome2 .textUL li:nth-child(3) i{  background: url("../img/homeimg7.png") no-repeat center ;background-size: contain; }
.dome2 .textUL li:nth-child(4) i{  background: url("../img/homeimg8.png") no-repeat center ;background-size: contain; }
.dome2 .textUL li:nth-child(5) i{  background: url("../img/homeimg9.png") no-repeat center ;background-size: contain; }
.dome2 .textUL li:nth-child(6) i{  background: url("../img/homeimg10.png") no-repeat center ;background-size: contain; }

.dome2 .textUL li.active:nth-child(1) i{  background: url("../img/homeimg5.1.png") no-repeat center ;background-size: contain; }
.dome2 .textUL li.active:nth-child(2) i{  background: url("../img/homeimg6.1.png") no-repeat center ;background-size: contain; }
.dome2 .textUL li.active:nth-child(3) i{  background: url("../img/homeimg7.1.png") no-repeat center ;background-size: contain; }
.dome2 .textUL li.active:nth-child(4) i{  background: url("../img/homeimg8.1.png") no-repeat center ;background-size: contain; }
.dome2 .textUL li.active:nth-child(5) i{  background: url("../img/homeimg9.1.png") no-repeat center ;background-size: contain; }
.dome2 .textUL li.active:nth-child(6) i{  background: url("../img/homeimg10.1.png") no-repeat center ;background-size: contain; }

.dome2 .textUL li:hover:nth-child(1) i{  background: url("../img/homeimg5.1.png") no-repeat center ;background-size: contain;transform:rotate(360deg);  -ms-transform:rotate(360deg);  -moz-transform:rotate(360deg);  -webkit-transform:rotate(360deg);  -o-transform:rotate(360deg);  }
.dome2 .textUL li:hover:nth-child(2) i{  background: url("../img/homeimg6.1.png") no-repeat center ;background-size: contain; transform:rotate(360deg);  -ms-transform:rotate(360deg);  -moz-transform:rotate(360deg);  -webkit-transform:rotate(360deg);  -o-transform:rotate(360deg); }
.dome2 .textUL li:hover:nth-child(3) i{  background: url("../img/homeimg7.1.png") no-repeat center ;background-size: contain; transform:rotate(360deg);  -ms-transform:rotate(360deg);  -moz-transform:rotate(360deg);  -webkit-transform:rotate(360deg);  -o-transform:rotate(360deg); }
.dome2 .textUL li:hover:nth-child(4) i{  background: url("../img/homeimg8.1.png") no-repeat center ;background-size: contain; transform:rotate(360deg);  -ms-transform:rotate(360deg);  -moz-transform:rotate(360deg);  -webkit-transform:rotate(360deg);  -o-transform:rotate(360deg); }
.dome2 .textUL li:hover:nth-child(5) i{  background: url("../img/homeimg9.1.png") no-repeat center ;background-size: contain; transform:rotate(360deg);  -ms-transform:rotate(360deg);  -moz-transform:rotate(360deg);  -webkit-transform:rotate(360deg);  -o-transform:rotate(360deg); }
.dome2 .textUL li:hover:nth-child(6) i{  background: url("../img/homeimg10.1.png") no-repeat center ;background-size: contain; transform:rotate(360deg);  -ms-transform:rotate(360deg);  -moz-transform:rotate(360deg);  -webkit-transform:rotate(360deg);  -o-transform:rotate(360deg); }

*/



.dome2 .textUL li p{
     text-align: center;
     display: block;
     font-size: 18px;
     color: #202020;
 }
.dome2 .textUL li:hover p,
.dome2 .textUL li.active p{
    color: #4bbcca;
}

.dome2 .textT{
}
.dome2 .textT .dome{
    text-align: center;
    padding: 180px 0;
    display: none;

}
.dome2 .textT .dome.active{
    display: block;
    transition: all 1.2s;
}
.dome2 .textT .dome:nth-child(1) {
    background-image: url("../img/homedome2.jpg")  ;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}
.dome2 .textT .dome:nth-child(2) {  background: url("../img/homedome2.jpg") no-repeat center  ;background-size: 100% 100%;  }
.dome2 .textT .dome:nth-child(3) {  background: url("../img/homedome2.jpg") no-repeat center  ;background-size: 100% 100%; }
.dome2 .textT .dome:nth-child(4) {  background: url("../img/homedome2.jpg") no-repeat center  ;background-size: 100% 100%;  }
.dome2 .textT .dome:nth-child(5) {  background: url("../img/homedome2.jpg") no-repeat center  ;background-size: 100% 100%;  }
.dome2 .textT .dome:nth-child(6) {  background: url("../img/homedome2.jpg") no-repeat center  ;background-size: 100% 100%;  }





.dome2 .textT h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 30px 0;
    color: #fff;
    letter-spacing: 2px;
}
.dome2 .textT p {
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    line-height: 30px;
    text-align: center;
    max-width: 700px;
    height: 90px;
}
.dome2 .textT a.moreBtn{
    margin: 50px 0 0 0 ;
}
.dome2 .textT a.moreBtn:after{
    content: " ";
    width: 0px;
    height: 42px;
    display: block;
    background: rgba(255,255,255,0.2);
    position: absolute;
    transition: all 0.3s;
    top: 0;
    left: 0;

}
.dome2 .textT a.moreBtn:hover:after{
    width: 100%;
}


/*携手霞菲尔·掘金全屋定制*/
.dome3{
    padding: 100px 0;
    background: url("../img/homedome3.png") no-repeat center ;
    background-size: contain;
}
.dome3 .textAll{
    display: block;
    overflow: hidden;
    margin: 50px 0 0 0;
}
.dome3 .left{
    width: 49%;
    display: inline-block;
    vertical-align: text-top;
    padding: 0 60px ;
    box-sizing: border-box;
}
.dome3 .left{
    position: relative;
}
.dome3 .left p.bigboreder{
    width: 4px;
    height: 100%;
    display: inline-block;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    overflow: hidden;
    z-index: 10;
}
.dome3 .left p.bigboreder .borderLeft{
    width: 4px;
    height: 120px;
    display: inline-block;
    background: #4cbec9;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    overflow: hidden;
    z-index: 100;
}
.dome3 .left ul li{
    padding: 30px 0;
    cursor: pointer;
}
.dome3 .left ul li.active h2{
    color: #4cbec9;
    font-weight: bolder;
}
.dome3 .left ul li h2{
    color: #202020;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px 0;
}
.dome3 .left ul li h2 i{
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #202020;
    vertical-align: middle;
    margin: -2px 9px 0 0;
}
.dome3 .left ul li.active h2 i{
    background: #4cbec9;
}


.dome3 .left ul li p{
    color: #666;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 0 14px;
}
.dome3 .left ul li p a{
    color: #4cbec9;
    font-size: 14px;
    line-height: 14px;
}
.dome3 .left ul li p a:hover{
    text-decoration: underline;
}

.dome3 .right{
    width: 49%;
    vertical-align: text-top;
    padding: 0 0 0 20px;
    position: relative;
    display: inline-block;
}
.dome3 .right .img{
    display: none;
}
.dome3 .right .img.active{
    display: block;
}
.dome3 .right span.bg{
    width: 100%;
    height: 90%;
    display: inline-block;
    background: #a4dde4;
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: -1;
    border-radius: 2px;
    opacity: 0.5;
}



/*霞菲尔品牌映像*/
.dome4{
    padding: 80px 0 0px 0;
    position: relative;
}

.dome4 .bg{
    width: 100%;
    height: 440px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0 ;
    background-color: transparent;
    background-image: url(../img/homedome4.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-Attachment: fixed;
    background-size: 100% auto;
}
.dome4 .bg span.bgspan{
    width:100%;
    height: 100%;
    display: inline-block;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.dome4 .left{
    width: 50%;
    display: inline-block;
    vertical-align: text-top;
    color: #fff;
    padding: 0 40px 0 0;
    box-sizing: border-box;
}
.dome4 .left .titleH{
    text-align: left;
}
.dome4 .left h2{
    color: #fff;
    text-align: left;
    display: inline-block;
    border-bottom: 1px #4cbec9 solid;
    line-height: 56px;
}
.dome4 .left p{
    color: #fff;
    line-height: 24px;
    text-align: left;
}
.dome4 .left ul{
    margin: 28px 0 0 0;
}
.dome4 .left ul li{
    width: 32%;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.dome4 .left ul li p{
    font-size: 25px;
    font-weight: bolder;
    color: #4cbec9;
    margin:  0 0 4px 0;
}

.dome4  a.moreBtn{
    margin: 40px 0 0 0 ;
}
.dome4  a.moreBtn:after{
    content: " ";
    width: 0px;
    height: 42px;
    display: block;
    background: rgba(255,255,255,0.2);
    position: absolute;
    transition: all 0.3s;
    top: 0;
    left: 0;

}
.dome4  a.moreBtn:hover:after{
    width: 100%;
}

.dome4 .right{
    width: 50%;
    display: inline-block;
    vertical-align: text-top;
    color: #fff;
    padding: 0 0 0 0px ;
    box-sizing: border-box;
    position: relative;
    float: right;
    background: #000000;
}
.dome4 .right .playInfo{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.dome4 .right .playInfo img:nth-child(2){
    width: 66px;
    height: 66px;
    display: inline-block;
    margin: -33px 0 0 -33px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 110;
}
.dome4 .right .moive{
    border: 1px black solid;
    overflow: hidden;
}
.dome4 .right #media{
    outline: none;
    cursor: pointer;
}



/*新闻资讯*/
.dome5{
    margin: 200px 0 0px 0;
    position: relative;
}

.dome5 ul{
    display: block;
    overflow: hidden;
    margin: 40px  -15px 0 -15px;
}

.dome5 ul li.dome{
    width: 33.3%;
    display: inline-block;
    float: left;
    padding: 0 15px;
    margin: 0 0 30px 0;
}
.dome5 ul li.dome .img{
    display: block;
    overflow: hidden;
    height: 230px;
}
.dome5 ul li.dome .img img{
    display: block;
    transition: all 0.3s;
    width: auto;
    height: 100%;
    max-width: none;
}

.dome5 ul li.dome:hover .img img {
    transform: scale(1.12);
}



.dome5 ul li.dome  a{
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px #f1eded solid;
}
.dome5 ul li.dome  div.info{
    padding: 14px 14px;
}

.dome5 ul li.dome  h2{
    font-size: 17px;
    color:#202020;
    line-height: 19px;
    margin: 0 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dome5 ul li.dome:hover  h2{
    color: #000;
}

.dome5 ul li.dome  p.say{
    font-size: 12px;
    color: #666;
    margin: 10px 0 14px 0;
    line-height: 16px;
    height: 32px;
    overflow: hidden;

}
.dome5 ul li.dome  p span{
    font-size:12px;
    color:rgba(102,102,102,1);
    line-height:20px;
    letter-spacing: 0px;
}
.dome5 ul li.dome  p span:nth-child(1) {
    width: 76px;
    height: 26px;
    display: inline-block;
    font-size: 12px;
    font-weight: 100;
    line-height: 24px;
    text-align: center;
    border-radius: 1px;
    border: 1px #727272 solid;
    margin: 0 0 0px 0;
    color: #727272;
    position: relative;
    box-sizing: border-box;
}
.dome5 ul li.dome  p span:nth-child(1) i {
    width: 14px;
    height: 6px;
    display: inline-block;
    background: url(../img/rightBtn.png) no-repeat center;
    background-size: 13px;
    vertical-align: text-top;
    margin: 5px 0 0 3px;
}
.dome5 ul li.dome:hover  p span:nth-child(1){
    background: #4cbec9;
    color: #fff;
    border: 1px #4cbec9 solid;
}
.dome5 ul li.dome:hover  p span:nth-child(1) i {
    background: url(../img/rightBtn1.png) no-repeat center;
    background-size: 13px;
}



.dome5 ul li.dome  p span:nth-child(2){
    float: right;
}

.dome5 ul li.dome:hover a {
    border: 1px #4cbec9 solid;
}

.dome5 .moreNew{
    border: 1px #727272 solid;
    color: #727272;
    margin: 0 auto;
    display: block;
}
.dome5 .moreNew  i {
    background: url(../img/rightBtn.png) no-repeat center;
    margin: 7px 0 0 -2px;
}

.dome5 .moreNew:hover {
    background: #4cbec9;
    color: #fff;
    border: 1px #4cbec9 solid;
}
.dome5 .moreNew:hover i {
    background: url(../img/rightBtn1.png) no-repeat center;
    background-size: 13px;
}







@media screen and (max-width: 1440px) {
    .lunbo .swiper-slide .info p {
        margin: 30px 0 40px 0;
    }

}

