﻿@charset "utf-8";
*{ margin:0px; padding:0px;}
.clear{ clear:both}
small{ padding-left:7px; font-size:12px; color:#000; font-weight:normal;}

.whead{
    width: 100%;
    height: 111px;
    border-top: 7px #ba3a17 solid;
    overflow: hidden;
}
.head{
    width: 1000px;
    height: 111px;
    margin: 0 auto;
    overflow: hidden;
}
.logo{
    width: 272px;
    height: 111px;
}
.logo img{
    width: 272px;
    height: 111px;
}
/*.nav{
    height: 111px;
    line-height: 111px;
}
.nav li{
    float: left;
    width: 78px;
    font-size: 14px;
    border-right: 1px #ddd solid;

}
.nav li a{
    width: 83px;
    text-align: center;
    color: #515151;
    display: block;
    height: 106px;
    border-bottom: 5px #fff solid;
}
.nav li:hover{
    background: #f0f0f0;
}
.nav li:hover a{
    border-bottom:5px #ba3a17 solid;
}*/

/*banner*/
.banner{
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}
.banner .prev{
    width: 39px;
    height: 77px;
    display: block;
    background: url("img/prev2.png");
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 1;
}
.banner .next{
    width: 39px;
    height: 76px;
    display: block;
    background: url("img/next.png");
    position: absolute;
    top: 40%;
    right: 10%;
    z-index: 1;
}
.banner .prev:hover{
    background: url("img/prev.png");
}
.banner .next:hover{
    background: url("img/next2.png");
}
/*.hd{
    position: absolute;
    bottom: 10px;
    left: 48%;
    z-index: 1;
}
.banner .hd li{
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin-right: 8px;
    cursor: pointer;
}
.banner .hd li.on{
    background: #ba3a17;
}
.bd{
    width: 1600px;
    height: 550px;
    position: absolute;
    left: 50%;
    margin-left: -800px;
    top: 0;
    overflow: hidden;
}

.bd li{
    width: 1600px;
    height: 550px;
    overflow: hidden;
}
.bd li img{
    width: 1600px;
    height: 550px;
}
*/
/*about*/

.wabout{
    width: 100%;
    position: relative;
    height: 134px;
    overflow: hidden;
}
.wabout .about-left{
    background: #ba3a17;
    position: absolute;
    width: 32%;
    height: 134px;
    top: 0;
    right:68%;
    overflow: hidden;
}
.wabout .about-right{
    background: #f8f8f8;
    width: 67%;
    height: 134px;
    position: absolute;
    top: 0;
    left:32%;
    overflow: hidden;
}
.about{
    width: 1000px;
    height:134px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
}
.about .about-title{
    width: 250px;
    height: 134px;
    overflow: hidden;
    text-align: left;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    position: relative;
}
.about .about-line{
    width: 46px;
    height: 2px;
    overflow: hidden;
    background: #ffffff;
    margin: 20px 0 0 0;
}
.about .about-title .en{
    font-size: 12px;
    line-height: 18px;
}
.about .about-title .angle{
    height: 0;
    width: 0;
    line-height: 0;
    border-left: 20px #ba3a17 solid;
    border-top: 20px transparent dashed;
    border-bottom: 20px transparent dashed;
    position: absolute;
    right: 20px;
    top: 40%;
}
.about-detail{
    width: 750px;
    height: 134px;
    overflow: hidden;
}
.about-detail .tit{
    font-size: 18px;
    color: #454545;
    margin: 20px 0 0 0;
    font-weight: bold;
}
.about-detail .desc{
    width:670px;
    line-height: 22px;
    margin: 10px 0 0 0;
}
.about-detail .more{
    width: 60px;
    height: 90px;
    font-size: 50px;
    text-align: center;
    line-height: 80px;
    border: 1px #ddd solid;
    font-weight: normal;
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    color: #dddddd;
}
.about-detail .more a{
    color: #dddddd;
}
.about-detail .more:hover{
    background: #ba3a17;
    color: #ffffff;
}
.about-detail .more:hover a{
    color: #ffffff;
}

/*main*/
.main{
    width: 980px;
    margin: 0 auto;
}
.pic-title{
    width: 477px;
    height: 65px;
    overflow: hidden;
    margin: 60px auto;
}
.pt1{
    background: url("img/1l.png");
}
.case-list{
    width: 1000px;
}
.case-list ul{
    width: 1020px;
    overflow: hidden;
}
.case-list li{
    width: 320px;
    height: 245px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
}
.case-list li:hover{
    transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px);
}
.case-list li .pic{
    width: 320px;
    height: 210px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.case-list li img{
    height: 210px;
    min-width: 320px;
    _width:expression(document.body.clientWidth < 320 ? "320px" : "auto");
}
.case-list li .title{
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #898989;
    font-family: "simsun", serif;
    cursor: pointer;
    font-weight: bold;
}
.case-list li .title a{
    color: #898989;
}
.case-list li .title a:hover{
    color: #ba3a17;
}
.case-list li .title .more{
    width: 35px;
    height:35px;
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 26px;
    background: #dddddd;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
}
.case-list li .title .more:hover{
    color: #ffffff;
    background: #ba3a17;
}
.main .more{
    width: 75px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    margin: 20px auto;
    display: block;
    font-size: 30px;
    color: #dddddd;
    border: 1px #ddd solid;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
.main .more:hover{
    color: #ffffff;
    background: #ba3a17;
}
/*combo*/
.pt2{
    background: url("img/2l.png");
}
.combo-list{
    width: 1000px;
    overflow: hidden;
}
.combo-list ul{
    width: 1005px;
}
.combo-list li{
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
}
.combo-list li.combo1 .title{
    position: absolute;
    width: 300px;
    height: 100px;
    right: 0;
    top: 25%;
    font-size: 48px;
    line-height: 48px;
    color: #6a4a50;
    padding: 10px;
    font-weight: bold;
    background: url("img/combo-bg.png");
    overflow: hidden;
    font-family: "Simsun", serif;
}
.combo-list li.combo1 .price{
    font-size: 30px;
    line-height: 30px;
}
.combo-list li.combo1 .title .more{
    width: 95px;
    height: 43px;
    background: url("img/combo-detail.png");
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: none;
    font-size: 12px;
    color: #ffffff;
    line-height: 50px;
    padding-left: 25px;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
}
.combo-list li.combo1 .title .more:hover{
    color: #ba3a17;
}
.combo-list li a{
    color: #ffffff;
}


.combo-list li.combo1{
    width: 664px;
    height: 290px;
    overflow: hidden;
}
.combo-list li.combo1 img{
    height: 290px;
    min-width: 664px;
        _width:expression(document.body.clientWidth < 664 ? "664px" : "auto");
}
.combo-list li.combo2{
    width: 329px;
    height: 290px;
    overflow: hidden;
}
.combo-list li.combo2 img{
    height: 290px;
    min-width: 329px;
        _width:expression(document.body.clientWidth < 329 ? "329px" : "auto");
}
.combo-list li.combo3{
    width: 329px;
    height: 190px;
    overflow: hidden;
}
.combo-list li.combo3 img{
    height: 190px;
    min-width: 329px;
        _width:expression(document.body.clientWidth < 329 ? "329px" : "auto");
}
.combo-list .combo2 .title{
    position: absolute;
    width: 250px;
    height: 50px;
    line-height: 50px;
    background: url("img/combo-bg.png");
    padding: 10px;
    top: 15%;
    left: 0;
    font-size: 24px;
    color: #6a4a50;
}
.combo-list .price{
    color: #c52d06;
}
.combo-list .combo2 a{
    color: #ffffff;
}
.combo-list .combo2 .more{
    width: 131px;
    height: 46px;
    background: url("img/combo-detail2.png");
    border: none;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 80px;
    left: 50px;
    padding-left: 30px;
    margin: 0;
    color: #ffffff;
    cursor: pointer;
}
.combo-list .combo2 .more:hover{
    color: #dddddd;
}
.combo-list .combo3 .title{
    width: 250px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 30px;
    right: 0;
    background: url("img/combo-bg.png");
    font-size: 24px;
    color: #6a4a50;
    padding: 10px;
}
.combo-list .combo3 .more{
    width: 131px;
    height: 46px;
    border: none;
    line-height: 46px;
    font-size: 14px;
    color: #ffffff;
    background:url("img/combo-detail2.png");
    position: absolute;
    top: 90px;
    right: 50px;
    padding-left: 30px;
    margin: 0;
    cursor: pointer;
}
.combo-list .combo3 .more:hover{
    color: #dddddd;
}
/*scheme*/
.pt3{
    background: url("img/3l.png");
}
.scheme{
    width: 100%;
    height: 676px;
    padding-top: 20px;
    background: url("img/scheme-bg.jpg") top center no-repeat;
    margin: 50px auto;
}
.scheme ul{
    width: 1226px;
    margin: 0 auto;
}
.scheme ul li{
    width: 374px;
    height: 403px;
    overflow: hidden;
    float: left;
    margin-right: 26px;
    transition: tramsform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
}
.scheme ul li:hover{
    transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
}
/*sevice*/
.pt4{
    background: url("img/4l.png");
}
.service-list .more:hover a{
    color: #ffffff;
}
.service-list .more a{
    color: #ddd;
}
.service-list{
    padding-top: 40px;
    overflow: hidden;
    width: 1000px;
    border-top: 1px #ddd solid;
}
.service-list ul{
    width: 1050px;
}
.service-list li{
    float: left;
    width: 475px;
    margin-right: 50px;
    margin-bottom: 20px;
}
.service-list .pic{
    width: 115px;
    height: 77px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.service-list .pic img{
    width: 115px;
    height: 77px;
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
}
.service-list .pic img:hover{
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.service-list .text{
    width:345px;
    display: block;
    height: 100px;
    cursor: pointer;
    margin-left: 10px;
}
.service-list .text .title{
    display: block;
    font-size: 14px;
    color: #ba3a17;
    line-height: 26px;
    border-bottom: 1px #ddd dashed;
    margin-bottom: 5px;
}
.service-list .text .desc{
    line-height: 22px;
}

/*partners*/
.pt5{
    background: url("img/5l.png");
}
.partners{
    margin-bottom: 20px;
}
.partners li {
    width: 100px;
    height: 100px;
    float: left;
    margin-left: 20px;
    _margin-left: 10px;
    cursor: pointer;
}
.partners li .pic{
    width: 100px;
    height: 65px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;

}
.partners li .pic img{
    height: 65px;
}
.partners li .title{
    height: 35px;
    width: 100px;
    line-height: 35px;
    text-align: center;
    display: block;
    cursor: pointer;
}
/*footer*/
.wfoot{
    width: 100%;
    height: 115px;
    background: #ba3a17;
    overflow: hidden;
    margin-top: 20px;
}
.foot{
    width: 1000px;
    margin: 0 auto;
}
.foot .text{
	width: 550px;
    line-height: 24px;
    color: #ffffff;
    margin: 20px 0;
}
.ewm-phone{
    margin: 25px 0 0 0;
}
.ewm-phone .phone{
    font-size: 20px;
    margin-left: 30px;
    color: #ffffff;
}
.ewm-phone .phone .en{
    font-size: 12px;
}
.ewm-phone .phone .zh{
    font-size: 14px;
}
/*ewm*/
.ewm-float{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100px;
    background: #ba3a17;
    text-align: center;
    padding: 20px;
    z-index: 1;
    color: #ffffff;
    font-size: 14px;
}
.ewm-float .ewm-pic{
    width: 85px;
    height: 85px;
    padding: 5px;
    overflow: hidden;
}
.ewm-float .ewm-pic img{
     height: 85px;

}
.qq{
    width: 85px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin: 10px 0;
    font-size: 12px;
}
.qq .text{
    margin-left: 4px;
}
.qq .pic img{
    width: 26px;
    height: 25px;
}
.qq a{
    color: #ffffff;
}

/*装修方案页*/
.set{
    width: 1000px;
}
.set li{
    float: left;
    margin-right: 20px;
    height: 50px;
    width: 300px;
    background: #CCCCCC;
    border-radius: 5px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.set li .num{
    width: 50px;
    height: 50px;
    padding-right: 14px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    background: url(img/row.png) center right no-repeat;
}
.set li .desc{
    width: 186px;
    padding-left: 50px;
}
.set li:hover{
    background: #BA3A17;
}
.set li.on{
    background: #BA3A17;
}
.cont-list{
    width: 1000px;
}
.cont-list div{
    width: 1000px;
}
.cont-list .sj{
    margin-top: 30px;
}
.cont-list .red{
    color: red;
}
.cont-list .sj li{
    width: 300px;
    height: 300px;
    float: left;
    overflow: hidden;
    border: 2px #BA3A17 solid;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}
.cont-list .sj li:hover{
    border: 2px red solid;
}
.cont-list .sj li .title{
    width: 300px;
    height: 100px;
    text-align: center;
    font-size: 20px;
}
.cont-list .sj li .title .tit{
    font-size: 30px;
    line-height: 50px;
    width: 300px;
    color: #BA3A17;
}
.cont-list .sj li .pic{
    width: 300px;
    height: 200px;
    overflow: hidden;
}
.cont-list .sj li img{
    height: 200px;
}
.sg{
    margin-top: 30px;
    width: 1000px;
}
.zc{
    margin-top: 30px;
    width: 1000px;
}
.zc li{
    width: 250px;
    height: 275px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.zc li .pic{
    width: 250px;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}
.zc li .pic img{
    height: 250px;
}
.zc li .title{
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    width: 230px;
    padding: 0 10px;
}
.zc li .title a{
    color: #BA3A17;
}
.zc li .price{
    width: 50px;
}