@charset "UTF-8";
.quality-main{
    padding:60px 56px;
    background:#FFFFFF;
    margin-bottom: 60px;
}
.quality-items{
    float: left;
    width: 492px;
    padding-right: 56px;
    margin-bottom: 74px;
}
.quality-items:nth-child(2n){
    padding-right:0;
}

.quality-img{
    float: left;
    width: 108px;
    padding-right: 20px;
}
.quality-content{
    margin-left: 128px;
}
.quality-content h4{
    color: #595757;
    font-size: 18px;
    line-height: 40px;
}
.quality-content p{
    font-size: 15px;
    color: #595757;
    line-height: 30px;
    text-align: justify;
}

/*********************************  品质与设计-认证篇  *********************************/
.chapter-main{
    padding:40px 110px;
    background: #FFFFFF;
}

.chapter-solid-title{
    line-height: 48px;
    font-size: 18px;
    color: #595757;
    border-bottom:1px solid #d3d4d4;
    margin-bottom: 10px;
}
.chapter-banner{
    padding: 40px 0;
}
.chapter-banner img{
    width:100%;}

.chapter-title{
    height: 40px;
    font-size: 30px;
    color: #595757;
    line-height: 40px;
    padding-bottom: 50px;
}
.chapter-title .square{
    display: block;
    float: left;
    font-size:0;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 30px;
    background: #c44e89;
}
.model-items{
    float: left;
    width: 370px;
    padding-left: 65px;
    padding-bottom: 45px;
}
.model-items h4{
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #595757;
    background:#eeefef;
    padding:0 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.model-items p{
    font-size: 12px;
    color: #898989;
    line-height: 24px;
    text-align: justify;
}


.future-img{
    float: left;
    display: block;
    width: 425px;
    height: 266px;
    margin-right: 30px;
}
.future-img img{
    width:100%;}
.future-img:nth-of-type(2){
    margin-right: 0;
}

.future-item{
    float: left;
    width: 380px;
    padding-left: 40px;
    padding-right: 20px;
}
.future-item p{
    font-size: 17px;
    line-height: 34px;
    text-indent: 2.2em;
    margin-bottom: 30px;
    text-align: justify;
    color: #595757;
}

/**************************************品质与设计-设计案例************************************/
#designCase{
    padding-bottom: 100px;
}
.designCase-main .design-item{
    float: left;
    width: 386px;
    height: 296px;
    margin-top: 42px;
    margin-right: 21px;
    background: #ffffff;
}
.designCase-main .design-item img{
    width: 386px;
    height: 228px;
}

.design-item:nth-child(3n){
    margin-right: 0;
}
.design-item a{display: block}
.design-item img{
    width: 100%;
}
.design-item p{
    padding: 22px;
    line-height: 24px;
    font-size: 14px;
    color: #393939;
}

/***************************************  品质与设计-详情页 ***************************************/
#detailsPage{
    padding-bottom: 100px;
    padding-top: 84px;
}
.details-main{
    padding: 17px 20px;
    background: #ffffff;
}

.details-header{
    margin-bottom: 72px;
}
.details-hd-banner{
    display: block;
    float: left;
    width: 454px;
    height: 304px;
}
.details-project{
    float: right;
    display: block;
    width: 560px;
}
.project-tit{
    height: 40px;
    padding:0 30px;
    font-size: 16px;
    color: #595757;
    line-height: 40px;
    background: #eeefef;
    margin-bottom: 8px;
}
.project-content{
    line-height: 30px;
    padding-left: 30px;
    font-size: 14px;
    color: #595757;
}

.btn-download{
    float: left;
    min-width: 260px;
    height: 68px;
    padding: 17px 15px;
    line-height: 32px;
    font-size:24px;
    color:#595757;
    background: #ffffff;
    border:1px solid #595757;
    margin-top: 10px;
}
.btn-download>*{vertical-align: top;}
.btn-download.selected{
    color: #ffffff;
    background: #595757;
    margin-right: 34px;
}
.btn-download .download-icon{
    width: 32px;
    height: 32px;
    display:inline-block;
    background:url(../images/quality/download-icon.png) no-repeat;
    background-position:-34px 0;
}
.btn-download.selected .download-icon{
    background-position:-0 0;
}



@-webkit-keyframes ks-fadeIn{0%{opacity:0}100%{opacity:1}}
@keyframes ks-fadeIn{0%{opacity:0}100%{opacity:1}}
.img-ks-lazyload{-webkit-animation:ks-fadeIn 350ms linear 0ms 1 normal both;animation:ks-fadeIn 350ms linear 0ms 1 normal both;opacity:1}
.img-ks-beforeload{opacity:0}

.details-content .img-ks-lazyload{
    text-align: center;
    max-width:100%;
    margin-bottom: 28px;
}



/*********************************设计篇******************************/
.design-warpper{
    padding:44px;
    background: #ffffff;
}
.design-warpper .chapter-title{
    padding-bottom: 44px;
}

.view-show{
    float: left;
    width: 470px;
    height: 378px;
    overflow: hidden;
}
.view-about{
    float: right;
    margin-left: 56px;
    width: 486px;
    height: 378px;
}
.view-about .view-box{
    padding:0 20px;
}
.view-about .view-bottom{
    height: 162px;
}
.view-about .view-box-dashed{
    border:1px dashed #9f9fa0;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 134px;
}

.view-title{
    display: block;
    position: relative;
    margin-bottom:16px;
    font-size: 18px;
    color: #595757;
    line-height: 20px;
    font-weight:bold;
}
.view-title_ICON{
    display: block;
    position: absolute;
    right: 0px;
    top: -2px;
    width: 26px;
    height: 25px;
}
.view-about .view-bottom .view-title{
    margin-bottom: 22px;
}
.view-candicine{
    line-height: 22px;
    font-size: 12px;
    color: #595757;
}
.design-list{
    margin-top: 60px;
}
.floor-display{
    float: left;
    width: 284px;
    margin-right: 80px;
}
.floor-display:nth-last-child(1){
    margin-right: 0px;
}
.floor-display .floor-view{
    width: 284px;
    height: 191px;
    margin-bottom: 16px;
}
.floor-texture{
    border:1px solid #d0d0d1;
    border-width:1px 0 0 1px;
    margin-top: 25px;
    margin-bottom: 44px;
}
.floor-texture-item{
    float: left;
    display: block;
    width: 336px;
    height: 410px;
    border:1px solid #d0d0d1;
    border-width:0 1px 1px 0;
}
.floor-content{
    padding: 36px;
}
.floor-texture-item .view-title{
    font-size: 12px;
    margin-top: 16px;
}
.board-view{
    float: right;
    width:312px;
    height: 424px;
}
.board-wrapper{
    margin-right: 312px;
}
.board-content{
    padding: 40px 60px;
    height: 344px;
    background:url(../images/quality/floor-board.png) no-repeat right 110px bottom;
}
.board-content p{
    font-size: 15px;
    color: #595757;
    line-height: 28px;
}

.floor-assembly{
    margin-top: 30px;
}
.box-radius{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #c44e89;
}
.assembly-item{
    float: left;
    width: 308px;
    margin-right: 44px;
}
.assembly-item .view-title{
    margin-top: 16px;
}
.assembly-item:nth-last-child(1){
    margin-right:0;
}
.assembly-item .floor-view{
    height: 228px;
}

.composing-item{
    float: left;
    width: 108px;
    height: 184px;
    margin-top: 50px;
    margin-right: 42px;
    overflow: hidden;
}
.composing-item:nth-child(7n){
    margin-right: 0;
}

.flower-content{
    margin-top: 50px;
    margin-bottom: 50px;
}
.flower-view{
    float: left;
    width: 385px;
    height: 386px;
}
.flower-list{
    margin-left: 415px;
}
.flower-list .chapter-title{
    padding-top: 15px;
    padding-bottom: 29px;
}
.flower-list li{
    height: 34px;
    line-height: 34px;
    margin-bottom: 20px;
}
.flower-list li:nth-last-child(1){
    margin-bottom:0;
}
.flower-list li span{
    display: inline-block;
    width:130px;
    font-size:15px;
    color: #595757;
    text-align: center;
}
.flower-aFight{
    margin-top: 50px;
}
.aFight-content{
    width: 476px;
}
.aFight-content{
    color: #595757;
    font-size: 15px;
    line-height: 44px;
}
.aFight-fl{
    float: left;
    width: 349px;
}
.aFight-fr{
    float: right;
    width: 59px;
}
.flower-aFight .view-title{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 50px;
}
.flower-aFight .view-fight{
    margin-left: 10px;
}
