
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: white;
}

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

body h4 {
    font-size: 1.3em;
    font-weight: normal;
    margin: 0;
}

body p {
    color: gray;
    margin: 0;
}

/* 迪信家装 | 全屋定制 */
div.top {
    position: relative;
    text-align: center;
    background-color: rgb(250, 250, 248);
}

div.top_con {
    padding: 10pt 2%;
    width: 56%;
    /*height: 120pt;*/
    position: absolute;
    left: 20%;
    top: 12%;
    background-color: white;
    box-shadow: 0 2pt 5pt gray;
}

.top_con > p {
    padding: 0 2pt;
    font-size: 0.8em;
}

.top_con > p > span {
    color: rgb(237, 69, 69);
}

.top_con > div {
    cursor: pointer;
    margin-top: 5%;
    width: 70%;
    margin-left: 15%;
    background-color: rgb(255, 218, 29);
    /*vertical-align: middle;*/
    padding: 2% 0;

}

.top_con > div > span {
    font-size: 0.8em;
}

.top_con > div > img {
    vertical-align: middle;
    height: 10pt;
}

/* 秋天的麦田 */
.series_container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    /*background-color: lightgreen;*/
}


.series_slide {
   /* background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 140pt !important;
    height: 80pt !important;
    box-shadow: 0 2pt 5pt gray;
    background-color: white;
    cursor: pointer;
    position: relative;*/
	
	color:white;
	margin-top:110px;
}

.series_title {
    text-align: center;
    margin-top: 10pt;
    /*font-size: 1.1em;*/
    color: rgb(248, 198, 53);
}

/* 空间与家具 */
.space {
    /*padding-top: 5%;*/
}

.space > p {
    padding: 4%;
    /*font-size: 0.9em;*/
    /*background-color: lightcoral;*/
}

/*!* 产品主材 *!*/
div.main_material {
    background-color: rgb(250, 250, 250);
}


/* 材质底部介绍文字 */
div.material_bottom {
    position: relative;
    left: 0;
    bottom: 4em;
    /*width: 120%;*/
    height: 4em;
    background-color: rgba(255, 255, 255, 0.4);
    /*background-color: lightcoral;*/
    padding: 0 4%;
    z-index: 1000;
}

.material_bottom > p {
    color: rgb(102, 102, 102);
    /*background-color: lightcoral;*/
    line-height: 1.3em;
    padding-top: 5pt;

}

.material_bottom > h4 {
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    /*background-color: lightcyan;*/
}
/* 介绍文字列表 */
div.material_intro {
    /*width: 100%;*/
    height: 5em;
    /*padding:0 4%;*/
    background-color: #FAFAFA;
}

.list_icon {
  width:10px;
  height:10px;
  background-color:#fed400;
  display:inline-block;
  border-radius:5px;
  margin-right:3px;
}

.material_intro > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*background-color: lightgreen;*/
}
.material_intro li:first-child{
	padding-top:15px;
}
.material_intro li {
    list-style: none;
    /*background-color: lightcoral;*/
    padding: 3pt;
    color: rgb(153, 153, 153);
    vertical-align: middle;
    line-height: 1.2em;
}
/* 滑动容器 */
.material_container {
    width: 100%;
    /*height: 100%;*/
}
/* 滑块 */
.material_slide {
    text-align: center;
    font-size: 18px;
    background: lightblue;
}

.swiper-button-white {
    background-size: 12pt 18pt !important;
    background-position: center !important;
	margin-top:25px;
   /* background-color: rgba(60, 60, 60, 0.7) !important;*/
}

/*div.main_material {*/
    /*background-color: rgb(250, 250, 250);*/
/*}*/

/*div.material_top {*/
    /*position: relative;*/
/*}*/

/*img.material_img {*/
    /*width: 100%;*/
/*}*/

/*img.direction {*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 2%;*/
    /*!*margin-top: -3%;*!*/
    /*height: 6%;*/
/*}*/

/*img.material_right {*/
    /*!*right: 0;*!*/
    /*left: 93%;*/
    /*float: right;*/
/*}*/

/*div.material_bottom {*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*background-color: rgba(255, 255, 255, 0.4);*/
    /*padding: 1% 4%;*/
/*}*/

/*.material_bottom > p {*/
    /*color: rgb(102, 102, 102);*/
    /*!*background-color: lightcoral;*!*/
    /*line-height: 1.3em;*/

/*}*/

/*.material_bottom > h4 {*/
    /*font-size: 1.3em;*/
    /*font-weight: normal;*/
    /*line-height: 1.4em;*/
    /*margin: 0;*/
    /*!*background-color: lightcyan;*!*/
/*}*/

/*div.material_intro {*/
    /*!*padding: 4%;*!*/
    /*padding: 4%;*/
    /*!*background-color: #00aeef;*!*/
/*}*/

/*.material_intro img {*/
    /*width: 5pt;*/
    /*vertical-align: middle;*/
    /*margin-right: 8pt;*/
/*}*/

/*.material_intro > ul {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*list-style: none;*/
    /*!*background-color: lightgreen;*!*/
/*}*/

/*.material_intro li {*/
    /*list-style: none;*/
    /*!*background-color: lightcoral;*!*/
    /*padding: 2pt 0;*/
    /*color: rgb(153, 153, 153);*/
    /*vertical-align: middle;*/
    /*line-height: 1.2em;*/
/*}*/

/* 迪信专利先进挂板技术 */
div.hang_board {
    text-align: center;
    /*position: relative;*/
}

div.board_top {
    position: relative;
    /*background-color: lightcyan;*/
}

div.hang_board_intro {
    position: absolute;
    width: 100%;
    left: 0;
    top: 80%;
    /*margin-bottom: 500pt;*/
    /*background-color: lightcoral;*/
}

div.intro_detail {
    width: 30%;
    float: left;
    margin-left: 2.5%;
    display: inline-block;
    /*background-color: lightgreen;*/
}

.intro_detail > img {
    width: 100%;
    margin-bottom: 5pt;
}

.intro_detail > p {
    font-size: 0.9em;
    line-height: 1.3em;
}

.material_wrap {
    /*position: relative;*/
    margin-top: 40%;
    /*background-color: lightblue;*/
    /*margin-bottom: 20%;*/
    padding-bottom: 60%;
}

.material_wrap p {
    font-size: 0.8em;
    line-height: 1.2em;
    color: rgb(153, 153, 153);

}

.material_wrap > p {
    margin-bottom: 10pt;
}

div.cate_detail {
    width: 12%;
    margin-left: 4%;
    margin-bottom: 2%;
    float: left;
    /*background-color: lightskyblue;*/
}

.cate_detail > img {
    width: 100%;
}

/* 迪信家装C2M挂板系统优点 */
.virtue > ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.virtue > ul > li {
    padding: 0;
    margin: 3% 0;
    color: gray;
    /*background-color: lightcoral;*/
}

.virtue b {
    color: black;
}

/* 品牌合作 */
div.accessory {
    /*background-color: lightcoral;*/
    text-align: center;
    margin-top: 5%;
}

.accessory > h4 {
    margin: 5% 0 8% 0;
}

.accessory > div > img {
    width: 30%;
    margin-left: 2.5%;
    float: left;
}

.accessory > h3 {
    padding: 8% 0;
    /*margin-top: 5%;*/
    clear: both;
}

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

/* 迪信设计 */
div.design {
    /*background-color: lightgreen;*/
    text-align: center;
}

.design_con {
    /*padding: 0 5%;*/
    margin: 10%;
    width: 80%;
    vertical-align: middle;
    /*background-color: lightgoldenrodyellow;*/

}

.design_con td {
    width: 50%;
}

.design_con img {
    /*display: table-cell;*/
    /*display: inline-block;*/
    width: 60%;
    /*margin-top: 4%;*/
    /*height: 40%;*/
    /*background-color: lightcoral;*/
    vertical-align: middle;
}

.design_con p {
    vertical-align: middle;
    /*display: table-cell;*/
    /*float: right;*/
    /*clear: both;*/
    padding: 0;
    margin: 0;
    /*width: 40%;*/
    text-align: left;
    /*display: inline-block;*/
    line-height: 1.5em;
    font-size: 0.9em;
    /*background-color: lightskyblue;*/
    color: rgb(153, 153, 153);
}

.design_con a {
    text-decoration: none;
    color: rgb(153, 153, 153);
}

.design_con b {
    display: inline-block;
    color: black;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    /*background-color: lightgreen;*/
    /*line-height: 1.8em;*/
    padding: 0 0 10% 0;

}
