
* {
    margin: 0;
    padding: 0;
}

html {
    /*border: none;*/
    /* 背景色对阴影有影响 */
    background-color: transparent !important;
}

body {
    background-color: white !important;
}

body h3 {
    text-align: center;
    font-size: 1.4em;
    color: black;
    font-weight: normal;
    margin: 0;
}

body p {
    margin: 1% auto 3% auto;
    text-align: center;
    color: gray;
}

div.header {
    margin-top: -4.6em;
    width: 100%;
    /*padding-bottom: 20pt;*/
    /*position: relative;*/
    background: white url("/pub/img/index_c/home_bg.jpg") no-repeat center top;
    background-size: cover;
}

div.header_con {
    /*position: absolute;*/
    /*top: 30%;*/
    /*left: 0;*/
    margin-top: 32%;
    width: 100%;
    color: white;
    text-align: center;
    overflow: visible;
}

.header_con > h3 {
    color: white;
    /*background-color: lightblue;*/
}

.header_con > p {
    color: white;
    /*background-color: lightcoral;*/
}

/* 迪信家装 */
.decoration {
    width: 100%;
    text-align: center;
    /*background-color: white;*/
}

.decoration_title {
    width: 100%;
    padding-top: 10%;
}

.pic-panel {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 5%;
    /*background-color: lightcoral;*/
}

.pic-box {
    position: relative;
    top: 0;
    left: 10%;
    width: 80%;
    padding-bottom: 20px;
    /*background-color: lightblue;*/
}

.pic-list {
    width: 100%;
    position: relative;
    list-style: none;
    /*background-color: lightskyblue;*/
}

.pic-list li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /*background-color: lightgreen;*/
}

.pic-list .re {
    position: relative;
    z-index: 2;
}

.pic-list li a {
    display: inline;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pic-list > li:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 90%;
    height: 100%;
    box-shadow: 0 5px 10px gray;
}

.pic-list li:nth-child(2) {
    left: 100%;
}

.pic-list li:last-child {
    left: -100%;
}

.pic-list > li img {
    display: block;
    width: 100%;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 四个介绍图片 */
.decoration_detail {
    width: 100%;
    padding-bottom: 1px;
    background-color: white;
    overflow: hidden;
}

.decoration_detail img {
    float: left;
    width: 25%;
}

/* 设计理念 */
.concept {
    /*width: 100%;*/
    position: relative;
    text-align: center;
}

.concept_con {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 60%;
}

/* 选材 */
.material {
    width: 100%;
    text-align: center;
    padding-bottom: 10pt;
    background-color: white;
}

.material_con {
    /*background-color: white;*/
    padding-top: 10%;
}

.material_img {
    margin: 12% auto;
}

/* C2M客户服务 */
.service {
    position: relative;
    text-align: center;
}

/* 金点奖 */
.award {
    background-color: #f6f6f6;
    /*padding: 10% 0 5% 0;*/
    padding-top: 10%;
    text-align: center;
}

.award > img {
    padding-top: 10%;
}

.award_com {
    clear: both;
    height: 30px;
}

.com_left {
    /*background-color: lightcoral;*/
    text-align: center;
    display: inline-block;
    width: 20%;
    float: left;
    height: 80pt;
    font-size: 0.8em;
}

.com_left > img {
    width: 40pt;
    height: 40pt;
}

.com_right {
    /*background-color: lightgreen;*/
    text-align: left;
    width: 80%;
    height: 80pt;
    display: inline-block;
    float: left;
}

.com_right > p {
    margin-left: 2%;
    width: 88%;
    display: inline-block;
    float: left;
    text-align: left;
}

/* 家庭 */
.family {
    background-color: white;
    padding-top: 10%;
}

#family_con {

    margin-top: 10%;
    /*background-color: lightcyan;*/
}

td.family_left {
    /*background-color: lightgreen;*/
    width: 40%;
}

.family_left > img {
    width: 100%;
    display: block;
}

td.family_right {
    /*background-color: lightcoral;*/
    /*position: relative;*/
    vertical-align: top;
    /*padding-left: 5%;*/
}

div.right_top {
    /*超出部分省略号显示*/
    /*给了宽度才可以实现*/
    width: 95%;
    margin-left: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*background-color: lightcoral;*/
}

.right_bottom {
    /*background-color: lightblue;*/
    width: 95%;
    margin-left: 5%;
    color: gray;
    font-size: 0.9em;
    /*display: -webkit-box;*/
    /*-webkit-box-pack:center;*/
    /*-webkit-box-align:center;*/

    /*超出部分省略号显示*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

/*.right_bottom img {*/
    /*height: 100%;*/
    /*!*display: inline-block;*!*/
    /*vertical-align: middle;*/
/*}*/

.line {
    margin: 3% auto;
    background-color: rgb(240, 240, 240);
    width: 92%;
    height: 1px;
}

.more_wrap {
    text-align: center;
    margin: 10% auto 15% auto;
}

