/* @charset "utf-8" ; */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}

/*清除内外边距*/

a:focus {
    outline-style: none;
}

li {
    list-style: none;
}

/*IE不支持*/

a:focus {
    outline: none;
}


/*很多网站都会加的属性*/

body,
button,
input,
select,
textarea {
    /*for ie*/
    /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*用 ascii 字符表示，使得在任何编码下都无问题*/
}


/*设置默认字体*/

address,
cite,
dfn,
em,
var {
    font-style: normal;
}


/*将斜体扶正*/

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}


/*统一等宽字体*/

small {
    font-size: 26px;
    color: #333;
}

p,
h1,
h2,
h3,
a {
    color: #333;
    font-size: .26rem;

}


/*小于 12px 的中文很难阅读，让 small 正常化*/

ul,
ol {
    list-style: none;
}


/*重置列表元素*/

a {
    text-decoration: none;
}


/*重置文本格式元素*/

abbr[title],
acronym[title] {
    /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}


/*重置表单元素*/

legend {
    color: #000;
}


/*for ie6*/

fieldset,
img {
    border: none;
    max-width: 100%;
}


/*img 搭车：让链接里的 img 无边框*/


/*注：optgroup 无法扶正*/

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
    border: 0;
    /*使得表单元素在 ie 下能继承字体大小*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*重置表格元素*/

hr {
    border: none;
    height: 1px;
}


/*重置 hr*/

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
}

i {
    font-style: normal;
}

/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/

/*清除float BEGIN*/
body {
    background: #fff;
    font-family: '微软雅黑';
}

/* 图片居中 */
img {
    vertical-align: middle;
}

/*清除float END*/


/* 首页头部开始 */
.head {
    width: 100%;
    display: block;
    overflow: hidden;
}

.head .logo {
    width: 2.25rem;
    line-height: .7rem;
    float: left;
    display: block;
    padding: 15px 0px 0px 15px;
}

.head .logo img {
    width: 100%;
    padding-bottom: .2rem;
}


/* 菜单开始 */
.head_list {
    display: block;
    overflow: hidden;
    padding-top: 0.28rem;
    float: right;
}

.head_list img {
    width: .42rem;
    height: .36rem;
    padding-right: 0.3rem;
}

.head_list .cd {
    float: right;

}

.head_list .gb {
    display: none;
}

.head_list p {
    font-size: .32rem;
    font-family: Impact;
    color: #70b248;
    display: block;
    float: left;
    padding-right: 0.2rem;
    line-height: .36rem;
}

.cd_list {
    width: 100%;
    height: 13.34rem;
    background-color: #fff;
}

.cd_list {
    position: absolute;
    z-index: 99999;
    top: .86rem;
    left: 0px;
    width: 100%;
    height: 15.8rem;
    display: none;
    overflow: auto;
    background-color: #fff;
}

.cd_list ul {
    width: 7.02rem;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 0.4rem;
}

.cd_list>ul>li {
    width: 7.02rem;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
    border-bottom: 0.01rem #ededed solid;
}

.cd_list ul li.on a {
    color: #70b248;
}

.cd_list ul li .a1::before {
    position: absolute;
    left: .08rem;
    bottom: 0;
    width: .05rem;
    height: .26rem;
    content: "";
    /* transition: all 0.5s; */
    border-left: #70b248 3px solid;
}

.cd_list ul li>a {
    color: #333;
    font-size: 0.28rem;
    font-weight: bold;
    position: relative;
    padding-left: 0.3rem;
}

.cd_list ul li.ons a {
    color: #70b248;
}

.cd_list ul li .shouye {
    background: none;
}

.cd_list ul li a {
    display: block;
}

.cd_list ul li.on a {
    display: block;
    margin-bottom: 0.2rem;
}

.cd_list ul li.on {
    border: none;
    padding-bottom: 0rem;
}

.cd_list ul li .ej {
    width: 100%;
    background-color: #f9f9f9;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    display: none;
}

.cd_list ul li .ej li a {
    font-size: .2rem;
    color: #333;
    margin: 0;
    padding-left: 0;
}

.cd_list ul li .ej li.on a {
    color: #70b248;
}

.head_list .cd_list ul li.on .ej {
    display: block;
}

.head_list .cd_list ul li.on .ej li {
    line-height: .8rem;
    /* padding-left: 0.37rem; */
    text-align: center;
    width: 20%;
    float: left;
}

/* 菜单结束 */

/* 首页ban开始 */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sy_ban {
    width: 100%;
    height: 3.59rem;
}
.sy_ban .sy .swiper-pagination{
    --swiper-theme-color: #70b248;
}
/* 首页ban结束 */

/* 首页内容区开始 */
.w {
    width: 94%;
    margin: 0 auto;
}

/* 装修方案开始 */
.zxtc_nr{
    min-height: 8rem;
}

.zxfa {
    position: relative;
    height: 6.19rem;
    margin-top: .35rem;
    background-color: #fff;
    box-shadow: 0px 1px 40px 9px #f9f9f9;
}

.zxfa .fa {
    width: 100%;
    height: 2.87rem;
    display: block;
}

.zxfa h1 {
    font-size: .36rem;
    color: #000;
    text-align: center;
    padding: .5rem 0rem;
}

.zxfa .dz {
    width: 3.25rem;
    height: .71rem;
    border-radius: .15rem;
    background-color: #f9f9f9;
    display: block;
    float: left;
    margin-left: 0.18rem;
}

.dz {
    position: relative;
}

.dz .dz_xl {
    position: absolute;
    top: .6rem;
    left: 0;
    z-index: 99999;
    width: 100%;
    line-height: .24rem;
    background-color: #f9f9f9;
    display: none;
}

.dz .dz_xl li {
    color: #666666;
    font-size: .26rem;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
}

.zxfa .dz p {
    color: #666;
    font-size: .26rem;
    background: url(../img/jt.png) no-repeat 90% center;
    padding: 0 0 0 0.2rem;
    line-height: .7rem;
}

.zxfa .lxfs input {
    width: 100%;
    height: 100%;
    padding: 0 0.11rem;
    box-sizing: border-box;
    background-color: transparent;
    color: #333;
}

.zxfa .lq {
    background-color: #70b248;
    width: 6.69rem;
    margin-top: .2rem;
}

.zxfa .lq p {
    color: #fff;
    background: none;
    text-align: center;
    padding: 0rem;

}

.zxfa .lf {
    width: 1.8rem;
    height: 1.8rem;
    z-index: 9;
    position: absolute;
    top: 2.3rem;
    right: 0;
}

/* 装修方案结束 */

/* 专业服务开始 */
.zyfw {
    height: 100%;
    overflow: hidden;
    margin-bottom: 0.5rem;
    margin-top: .3rem;
}

.zyfw li {
    width: 30%;
    /* height: 45%; */
    border: #f9f9f9 2px solid;
    display: block;
    float: left;
    margin-right: 3.3%;
    margin-top: 0.17rem;
    padding: 0.2rem 0 0;
}

.zyfw li .ico {
    text-align: center;
    padding: 0.2rem;
    width: 0.41rem;
    height: 0.41rem;
    margin: 0 auto;
}

.zyfw li h2 {
    text-align: center;
    padding-bottom: 0.15rem;
}

.zyfw li p {
    text-align: center;
    line-height: .22rem;
    font-size: .16rem;
    padding-bottom: .2rem;
}

.zyfw .zyfw_s {
    /* padding-top: 0.2rem; */
    background: #f9f9f9;
    padding: 0;
    height: 1.88rem;
}

.zyfw li:nth-child(3) {
    margin-right: 0rem;
}

.zyfw li:nth-child(6) {
    margin-right: 0rem;
}

/* 专业服务结束 */

/* 精品案例开始 */
.jpal .jpal_bt h2 {
    color: #000;
    font-size: .46rem;
    padding-bottom: 0.15rem;
}

.jpal {
    display: block;
    overflow: hidden;
}

.jpal .jpal_bt {
    display: block;
    margin-bottom: 0.45rem;

}

.jpal_nr .al_tit {
    display: flex;
    justify-content: center;
    padding-bottom: 0.14rem;
    border-bottom: 0.01rem solid #ececec;
}

.jpal_nr .al_tit .tit_wz {
    position: relative;
    width: 2.99rem;
    text-align: center;
    cursor: pointer;
}

.jpal_nr .al_tit p {
    font-size: 0.48rem;
    color: #dfdfdf;
    font-weight: bold;
}

.jpal_nr .al_tit span {
    display: block;
    font-size: 0.28rem;
    font-weight: bold;
    color: #666666;
    margin-top: -0.15rem;
}

.jpal_nr .al_tit .tit_wz.on::after {
    display: block;
}

.jpal_nr .al_tit .tit_wz::after {
    position: absolute;
    left: 0;
    bottom: -0.18rem;
    width: 100%;
    height: 0.08rem;
    content: "";
    background: url(../img/xl.png) no-repeat bottom center;
    background-size: 100% 0.08rem;
    display: none;
    z-index: 9999;
}

.jpal_nr .jpal_tp .box {
    /* display: flex;
    justify-content: flex-start; */
    margin-top: 0.4rem;
    width: 7.5rem;
}

.jpal_nr .jpal_tp .box_z {
    position: relative;
    width: 100%;
    margin-right: 1.5%;
}

.jpal_nr .jpal_tp a {
    display: block;
}

.vr {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    z-index: 9;
    width: 1.22rem;
    height: 0.36rem;
}

.jpal_nr .jpal_tp .box_y {
    position: relative;
    width: 100%;
}

.al_list {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.al_list li:nth-child(-n+2) {
    margin-bottom: 1%;
}

.al_list li {
    position: relative;
    max-width: 100%;
    float: left;
    display: block;
}

.jpal .box_y .al_list {
    width: 100%;
}

.jpal .tp_tit .al_list {
    display: block;
    overflow: hidden;
    width: 7.5rem;
}

.jpal .tp_tit .al_list li:first-child {
    position: relative;
    width: 4.99rem;
    height: 100%;
    margin-right: 1%;
    overflow: hidden;
}

.jpal .tp_tit .al_list li:nth-child(2),
.jpal .tp_tit .al_list li:nth-child(3) {
    width: 32.4%;
    height: 100%;
}

.jpal .tp_tit .al_list li:nth-child(2),
.jpal .tp_tit .al_list li:nth-child(4) {
    width: 32.4%;
    height: 100%;
}
.jpal .tp_tit .al_list li {
    height: .69rem;
    width: .89rem;
    float: left;
    width: 2.69rem;
    height: 1.86rem;
}

/* 案例切换 */
.tp_tit {
    display: none;
}

.tp_tit.on {
    display: block;
}

/* 精品案例结束 */

/* 设计团队 */
.sjtd {
    width: 100%;
    height: 7.28rem;
    padding-top: 0.5rem;
    margin-top: .5rem;
    box-sizing: border-box;
    background: url(../img/sj_t.jpg) no-repeat center;
    background-size: 100% 100%;
}
.sjtd .tit{
    text-align:left ;
}

.tit_icon {
    display: block;
}

.tit h2 {
    font-size: 0.4rem;
    color: #020202;
}

.tit p {
    font-size: 0.16rem;
    color: #323232;
    line-height: 0.5rem;
}

.sjs .sj_rw h2 {
    color: #333333;
    text-align: left;
    padding-bottom: 0.1rem;
    padding-top: 0rem;
}

.sjtd .inner {
    position: relative;
    /* width: 15.1rem; */
    height: 7.28rem;
    margin: 0.3rem auto 0;
    overflow: hidden;
    max-height: 5.5rem;
}

.sjs .swiper-container {
    width: 100%;
    height: 100%;
}

.sjs .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sjs .swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    display: inline-block;
    border-radius: 3px;
    /* background: #ffffff; */
}

.sjs .jt_l, .swiper-container-rtl .jt_r {
    left: 35px !important;
    top: 4.45rem;
    background-size: 70%;
}

.sjs .jt_r, .swiper-container-rtl .jt_l {
    left: -3px;
    top: 4.45rem;
    background-size: 70%;
}

.sjtd .swiper-wrapper {
    height: auto;
}

.sjtd .swiper-container a {
    display: flex;
    justify-content: space-between;
}

.sjtd .box_z {
    width: 5.57rem;
    height: 4.73rem;
}

.sjtd .y_box {
    display: flex;
    justify-content: space-between;
    width: 5.7rem;
    height: 3.32rem;
    margin-top: 1.5rem;
    box-sizing: border-box;
    margin-left: -4rem;
    background: #ffffff;
}

.sjtd .y_box .img1 {
    position: relative;
    width: 2.21rem;
    /* height: 3.32rem; */
}

.sjtd .sj_rw {
    padding: 0.2rem 0.4rem 0 0;
    box-sizing: border-box;
    text-align: initial;
}

.sjtd .sj_rw .eng {
    font-size: 0.56rem;
    color: #b3b3b3;
    white-space: 2px;
}

.sjtd .sj_rwo h2 {
    font-size: 0.26rem;
    color: #000;
    font-weight: bold;
    margin: 0.15rem 0 0.2rem;
}

.sjtd .sj_rw h2 span {
    font-size: 0.20rem;
    color: #666666;
}

.sty_box1 ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0.27rem;
    margin-top: 0.2rem;
}

.sty_box1 ul li {
    min-width: 1.2rem;
}

.sty_box1 .bt {
    font-size: 0.26rem;
    color: #000000;
    line-height: 0.4rem;
}

.sty_box1 .wz {
    font-size: 0.26rem;
    font-weight: bold;
    color: #000000;
}

.yysjs {
    display: block;
    width: 2.52rem;
    height: 0.53rem;
    background-color: #70b248;
    line-height: 0.5rem;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
   
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}

.jt_l, .jt_r {
    color: #64a33e !important;
}

.jt_l:after, .swiper-rtl .jt_lr:after {
    content: 'next' !important;
    background-size: 50% !important;
}

.jt_l, .swiper-rtl .jt_r {
    right: 10px !important;
    left: auto !important;
}

/* 设计团队结束 */

/* 一站式体验 */
.yzsty {
    position: relative;
    z-index: 9;
    margin: 0.75rem auto 0 !important;
}

.yzsty h2 {
    font-size: 0.4rem;
    color: #020202;
    margin-bottom: 0.62rem;
    text-align: center;
}

.yzsty .lct {
    text-align: center;
    background-color: #fff;
}

.pzsh {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 2.53rem;
    margin-top: -0.84rem;
    background: url(../img/fw_bj.jpg) no-repeat center;
    background-size: 100% 100%;
}

.pzsh .inner {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-top: 0.84rem;
    box-sizing: border-box;
}

.num_list {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 100%;
}

.num_list li {
    position: relative;
    width: 33.3%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.num_list li div {
    width: 100%;
    font-size: 0.16rem;
    color: #fff;
}

.num_list li div h3 {
    font-weight: bold;
    font-family: '思源宋体 CN';
    display: inline-block;
    font-size: 0.8rem;
    color: #fff;
}

.num_list li p {
    width: 100%;
    font-size: 0.24rem;
    color: #fff;
    padding-top: .1rem;
}

/* 一站式体验结束 */

/* 底部 */
.foot_box {
    width: 100%;
    height: 3.18rem;
    background-color: #343434;
}

.foot_box .pp_box {
    width: 100%;


}

.foot_box .pp_box ul {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    line-height: .3rem;
    padding-top: 0.5rem;
    position: relative;
    margin-bottom: .2rem;
}

.foot_box .pp_box ul li {
    width: 30%
}

.foot_box .pp_box ul .li_a::before {
    position: absolute;
    bottom: 0;
    left: 2.4rem;
    border-right: #8b8b8b 1px solid;
    width: .2rem;
    height: .28rem;
    content: "";
}

.foot_box .pp_box ul .li_b::after {
    position: absolute;
    bottom: 0;
    right: 2.6rem;
    border-right: #8b8b8b 1px solid;
    width: .2rem;
    height: .28rem;
    content: "";
}

.foot_box .pp_box ul li a {
    color: #fff;
    font-size: .28rem
}

.foot_box .f_xia .sh div {
    text-align: center;
    padding-top: 0.2rem;
}

.foot_box .f_xia .sh a {
    font-size: .26rem;
    color: #ffffff;
    line-height: .26rem;
    display: inline-block;
}

.foot_box .f_xia .sh p {
    font-size: .26rem;
    color: #ffffff;
    line-height: .26rem;
    padding: .15rem 0;
}

.foot_box .f_xia .sh div .ts {
    margin-bottom: 0.15rem;
}

.foot_box .f_xia .sh>div:first-child img {
    max-width: 0.8rem;
    min-width: 0.32rem;
    max-height: 0.26rem;
    min-height: 0.26rem;
    margin-left: 0.1rem;
}

.f_xia .sh .p1 {
    display: contents;
    font-family: DIN;
}

/* 底部结束 */

/* 返回顶部开始 */
#myBtn img {
    display: block;
    padding-left: .2rem;
}

#myBtn {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    bottom: 1.75rem;
    right: 8px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #73b44c;
    /* 设置背景颜色，你可以设置自己想要的颜色或图片 */
    color: white;
    /* 文本颜色 */
    cursor: pointer;
    padding-top: .5rem;
    border-radius: 5px;
    /* 圆角 */
    font-size: .18rem;
    height: .76rem;
    width: .76rem;
    background-image: url(../img/fhdb.png);
    background-repeat: no-repeat;
    background-position: 48% 58%;
    background-size: 70%;
    box-shadow: 0 0 10px -3px #64a33e;
}

/* 联系按钮 */

.lx_an {
    width: .76rem;
    height: .76rem;
    background-color: #73b44c;
    z-index: 9;
    position: fixed;
    bottom: 2.6rem;
    right: 8px;
    border-radius: 5px;
    box-shadow: 0 0 10px -3px #64a33e;
}

.lx_an a {
    display: block;
}

.lx_an img {
    width: 70%;
    margin: .12rem;
}

/* 返回顶部结束 */

/* 工艺展示 */
.zy_ban {
    position: relative;
    width: 100%;
    height: 3.27rem;
}

.zy_ban .tit_icon {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zy_ban .ban {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.tit {
    text-align: center;
}

.tit h2 {
    font-size: 0.45rem;
    color: #020202;
}

.tit h2 img {
    height: .07rem;
    width: .55rem;
    margin-left: 0.15rem;
}

.zy_ban .tit_icon h2, .zy_ban .tit_icon p {
    color: #fff;
}

.tit_icon h2 img:first-child {
    margin-right: 0.15rem;
}

.tit p {
    font-size: 0.24rem;
    color: #323232;
    line-height: 0.5rem;
}

.gy_zxfa {
    height: 3.33rem;
    position: relative;
    top: -1.2rem;
    box-shadow: 0px 10px 30px 0px #f9f9f9;
}

.yzs_gy {
    margin: -1.1rem auto 0 !important;
}

.yzs_gy .lct {
    background: center;
}

/* 产品建模 */
.cpjm {
    position: relative;
    padding-top: 0.6rem;
}

.cpjm .bj {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 3.62rem;

}

.cpjm h2 {
    font-size: 0.4rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.4rem;
}

.cpjm .gyzs_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.cpjm .gyzs_list li {
    width: 3.4rem;
}
.cpjm .gyzs_list li img{
    max-width: 100%;
}

.cpjm .gyzs_list li h3 {
    font-size: 0.24rem;
    color: #323232;
    line-height: 0.3rem;
    margin-top: 0.15rem;
    margin-bottom: 0.1rem;
}

.cpjm .gyzs_list li p {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.26rem;
}

.clear {
    zoom: 1;
}

.grms {
    margin: 0.5rem auto !important;
    /* padding: 0 0.3rem 0 0.3rem; */
    box-sizing: border-box;
    /* box-shadow: 0 0 0.2rem #f2f2f2; */
}

.grms .fl_1 {
    width: 94%;
    margin: 0 auto;
    z-index: 999;
    margin-bottom: -1.2rem;
}

.grms .fr_1 {
    width: 100%;
    height: 6.7rem;
    box-sizing: border-box;
    overflow-y: auto;
    box-shadow: 0 0 0.2rem #f2f2f2;
}

.grms .fr_1 h3 {
    font-size: 0.4rem;
    color: #323232;
    margin-bottom: 0.3rem;
    padding-top: 1.6rem;
}

.grms .fr_1 p {
    font-size: 0.26rem;
    color: #323232;
    line-height: 0.4rem;
}

.clear:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 五大节点 */
.wdtd .title {
    /* padding-left: 13%; */
    box-sizing: border-box;
}

.wdtd .title img {
    display: block;
    width: 5%;
}

.wdtd .title h2 {
    font-size: 0.38rem;
    color: #020202;
    font-weight: normal;
}

.wdtd .title h2 em {
    font-size: 0.5rem;
    color: #020202;
    font-weight: bold;
}

.wdtd .title p {
    font-size: 0.2rem;
    color: #020202;
    line-height: 0.3rem;
    margin-top: 0.1rem;
}

.wdtd .wdjd ul {
    width: 95%;
    margin: 0.55rem auto;
    display: flex;
    justify-content: space-between;
}

.wdtd .wdjd ul li {
    width: 3.11rem;
    height: 3.11rem;
    border-radius: 50%;
    position: relative;
}

.wdtd .wdjd ul li em {
    position: absolute;
    left: 28px;
    bottom: 16px;
    width: 1.92rem;
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.64rem;
    text-align: center;
}

/* 精品案例详情 */
.inner h2 {
    font-size: .36rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: .4rem;
    padding-top: 0.4rem;
}

.hx_list {
    display: flex;
    justify-content: center;
    margin: 0.4rem 0;
}

.hx_list li {
    width: 2.3rem;
    border-right: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.hx_list li:nth-child(3) {
    border: none;
}

.hx_list li h3 {
    font-size: 0.28rem;
    font-weight: bold;
    margin-bottom: 0.15rem;
    color: #fff;
}

.hx_list li p {
    font-size: 0.26rem;
    color: #fff;
}

.jpal_xq {
    min-height: 5rem;
    margin: -1rem auto 1rem auto !important;
    background-color: #fff;
    padding: 0.3rem 3%;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 0 0.3rem #f1f1f1;
}

.jpal_xq .inner {
    min-height: 5rem;
}

.sxp_box {
    position: relative;
}

.sxp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.3rem auto 0;
    /* padding: 0 0.14rem; */
    box-sizing: border-box;
}

.sxp .syp {
    width: 45%;
    padding-left: 0.1rem;
    box-sizing: border-box;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sxp .fh {
    width: 0.6rem;
    height: 0.94rem;
    padding: 0 0.13rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
    transition: all 0.5s;
    background: url(../img/sxy.png) no-repeat center;
    background-size: 0.34rem 0.34rem;
}

.sxp .xyp {
    width: 45%;
    padding-right: 0.1rem;
    box-sizing: border-box;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fw {
    position: relative;
    margin-top: 0.88rem;
}

.fw_list {
    display: flex;
    justify-content: flex-start;
    margin: 0.8rem auto !important;
}

.fw_list li {
    text-align: center;
    position: relative;
    flex: 1;
}

.fw_list li::before {
    position: absolute;
    right: 0;
    bottom: 11px;
    width: 0.01rem;
    height: 1rem;
    background-color: #d5d5d5;
    content: "";
}

.fw_list li .ico {
    position: relative;
}

.fw_list li img {
    width: 0.55rem;
    height: 0.55rem;
    transition: all 1.5s;
}

.fw_list li .ico::after {
    content: "";
    opacity: 0.7;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.45rem;
    height: 0.6rem;
}

.fw_list li h2 {
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.4rem;
    margin: 0.1rem 0 0.2rem 0;
}

.fw_list li:last-child::before {
    display: none;
}

/* 品牌实力 */
.pp_sp {
    height: 4.73rem;
}

.pp_sp img {
    z-index: -1;

}
.video_box{
    position: relative;
    /* height: 5.1rem; */
    /* padding-top: 0.8rem; */
    box-sizing: border-box;
    overflow: hidden;
}
.ppsl .pp_sp .video_box .img, .ppsl .pp_sp .video_box video {
    z-index: auto;
}
.video_box .img, .video_box video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s;
}
.ppsl .pp_sp .video_box .sp {
    position: relative;
    z-index: 9;
    margin: 18% auto;
}
.video_box .sp {
    display: block;
    margin: 0.4rem auto;
}

.pp_nr {
    position: absolute;
    z-index: 9;
    min-height: 5rem;
    line-height: .4rem;
    background-color: #fff;
    padding: 0.3rem 3%;
    box-sizing: border-box;
    /* text-align: center; */
    box-shadow: 0 0 0.3rem #f1f1f1;
    width: 90%;
    top: 5rem;
    left: 0.37rem;
    margin-top: 0.15rem;
}

.pp_nr h3 {
    font-size: .3rem;
    font-weight: bold;
    text-align: initial;
    line-height: .4rem;
}

.pp_nr h2 {
    font-size: .4rem;
    font-weight: bold;
    color: #70b248;
    text-align: initial;
    padding-top: 0.05rem;
}

.pp_nr p {
    padding-top: .5rem;
}

.pp_pzsh {
    z-index: 9;
    background: none;
    margin-top: 3.7rem;
}

.pp_pzsh .inner .pp_h3 li div {
    color: #70b248;
}

.pp_pzsh .inner .pp_h3 li h3 {
    color: #70b248;
}

.pp_pzsh .inner .pp_h3 li p {
    color: #333333;
}

.pp_pzsh .inner .pp_h3 {
    border-bottom: #70b248 3px solid;
}

.hzpp_box {
    margin-top: .6rem;
}

.hzpp_box .hz_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-height: 2.2rem;
}

.hzpp_box .hz_list li {
    width: 32%;
    height: 0.9rem;
    margin-bottom: 0.2rem;
    margin-right: 1%;
}

.hzpp_box .hz_list li a {
    display: block;
    text-align: center;
}

.hzpp_box .hz_list li a .tp {
    width: 100%;
    height: 0.9rem;
    transition: all 0.5s;
}

.shtd {
    position: relative;
    max-height: 7.28rem;
}

.shtd .tit {
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 9;
    width: 100%;
    padding-top: 0.5rem;
}

.shtd .tit h2, .shtd .tit p {
    color: #fff;
    text-align: center;
}

.cygr_box {
    margin-top: .6rem;
}

.cygr .designer_list {
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.designer_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: calc(80vh - 5.5rem);
    margin-top: 0.7rem;
}

.cygr .designer_list .des_li {
    width: 2.58rem;
    margin-bottom: 0.25rem;
}

.designer_list .des_li {
    /* width: 49%; */
    margin-bottom: 0.6rem;
}

.cygr .designer_list .inner {
    border: none;
    padding: 0;
}

.designer_list .des_li .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.cygr .designer_list .des_li .tp {
    width: 100%;
    margin-top: 0;
    height: auto;
    max-height: 3.87rem;
}

.designer_list .des_li .tp {
    display: block;
    position: relative;
    width: 3.5rem;
    height: 4.65rem;
    overflow: hidden;
}

.designer_list .des_li .tp .pre {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.28rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background: url(../img/yy.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    line-height: 1rem;
    padding-top: 0.25rem;
    text-align: center;
}

.designer_list .des_li .tp span {
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
}

.designer_list .des_li .tp i {
    margin: 0 0.1rem;
}

.designer_list .des_li .tp em {
    font-size: 0.14rem;
    color: #fff;
}

/* 设计团队详情 */
.sjtd_xq {
    min-height: calc(100vh - 4rem);
}

.sjxq_ban {
    width: 100%;
    position: relative;
    min-height: 11.01rem;
}

.sjxq_ban .sjxq_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.sjxq_ban .cont {
    min-height: 9.5rem;
    box-shadow: 0 0 0.3rem #e5e5e5;
    background-color: #fff;
    padding: 0.47rem 0.2rem;
    box-sizing: border-box;
}

.sjxq_ban .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sjxq_ban .s_box {
    position: relative;
    width: 2.95rem;
    height: 4.27rem;
    background-color: #70b248;
    text-align: left;
    padding-bottom: 0.2rem;
    padding-right: 0.08rem;
    margin: 0 auto;
}

.sjxq_ban .s_box .dz {
    position: absolute;
    right: 5%;
    bottom: 0.1rem;
    width: 1.02rem;
    height: 0.37rem;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 1.25rem;
    line-height: 0.37rem;
    font-size: 0.16rem;
    color: #fff;
}

.sjxq_ban .s_box .dz img {
    margin-right: 0.1rem;
    margin-bottom: 0.05rem;
    height: 0.22rem;
}

.sjxq_ban .inner {
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
}

.sjxq_ban .x_box {
    width: 50%;
    /* background: url(../img/sj_ico6.jpg) no-repeat right 0.3rem; */
    background-size: 9.81rem 1.43rem;
    background-size: 100%;
}

.sjxq_ban .x_box .tit {
    text-align: left;
}

.sjxq_ban .x_box .tit h2 {
    padding-top: 0.1rem;
    /* padding-right: 1rem; */
    margin-bottom: 0.15rem;
    /* background: url(../img/sj_jd.png) no-repeat left top; */
    background-size: 0.28rem 0.23rem;
    color: #333333;
    width: 100%;
    text-align: left;
}

.sjxq_ban .x_box .tit h2 span {
    font-size: 0.26rem;
    color: #323232;
    margin-left: 0.15rem;
}

.sjxq_ban .x_box .tit div p {
    display: inline-block;
    line-height: 0.4rem;
    margin-right: 0.15rem;
    font-size: 0.26rem;
    color: #000;
}

.sjxq_ban .x_box .tit div span {
    font-size: 0.26rem;
    color: #000;
    font-weight: bold;
}

.sjxq_ban .x_box .tit div em {
    font-size: 0.26rem;
    color: #000;
    font-weight: bold;
}

.sjxq_ban .x_box .yysjs {
    margin-top: 0.3rem;
    height: 0.6rem;
    width: 2rem;
    line-height: .6rem;
}

.sjxq_ban .bott {
    margin-top: 0.3rem;
}

.sjxq_ban .bott .ln {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #e0e0e0;
}

.sjxq_ban .bott .ln p.on {
    font-weight: bold;
    color: #70b248;
}

.sjxq_ban .bott .ln p {
    position: relative;
    font-size: 0.26rem;
    color: #323232;
    line-height: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
}

.sjxq_ban .bott .jj_box p {
    line-height: .4rem;
}

.sjxq_ban .bott .ln p::before {
    position: absolute;
    right: -33%;
    top: 0.14rem;
    width: 1px;
    height: 0.26rem;
    background-color: #c9c9c9;
    content: "";
}

.sjxq_ban .bott .ln p:nth-child(2)::before {
    display: none;
}

.sjxq_ban .bott .jj_box {
    margin-top: 0.3rem;
}

.sjxq_ban .bott .jj_box .cont_item.on {
    display: block;
}

.sjxq_ban .bott .jj_box .cont_item {
    display: none;
}

.xgal {
    margin: 0.45rem auto !important;
}

.xgal h3 {
    font-size: 0.4rem;
    color: #000000;
    text-align: center;
    margin-bottom: 0.4rem;
    font-weight: bold;
}

.xgal .al_list {
    /* padding-bottom: 0.5rem; */
    width: 100%;
    flex-direction: column;
}

.xgal .al_list li {
    width: 6.68rem;
    height: 4.61rem;
    margin: 0 auto;
}

.sjtd_xq .xgal .al_list li:nth-child(-n+2) {
    margin-bottom: 0.2rem;
}

.al_list li {
    position: relative;
    max-width: 100%;
}

.al_list .zzc {
    width: 100%;
}

.zzc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* box-sizing: border-box; */
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    text-align: center;
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.zzc h2 {
    text-align: center;
    font-size: 0.34rem;
    color: #fff;
    padding-top: 1.5rem;
}

.zzc>div {
    margin: 0.22rem 0 0.16rem 0;
}

.zzc span {
    font-size: 0.26rem;
    color: #fff;
}

.zzc em {
    margin: 0 0.16rem;
    font-size: 0.26rem;
    color: #cccccc;
}

.zzc span {
    font-size: 0.18rem;
    color: #fff;
}

.zzc img {
    display: block;
    margin: 0 auto;
    height: 15%;
}

/* 网站地图 */
.wzdt .dt_ul {
    /* display: flex; */
    /* width: 90%; */
    overflow: hidden;
    margin: 0.2rem auto 0;
    padding-top: 0.5rem;
    min-height: 4.76rem;
    /* justify-content: space-between; */
    background: url(../img/wzdt_bj.png) no-repeat center 70%;
    background-size: 8.39rem 3.99rem;
}

.wzdt .dt_ul li {
    position: relative;
    text-align: left;
    flex: 1;
}

.wzdt .dt_ul li .a1 {
    display: block;
    font-size: 0.26rem;
    font-weight: bold;
    color: #323232;
    line-height: 0.3rem;
    padding-bottom: 0.3rem;
}

.wzdt .dt_ul li .ej {
    width: 100% !important;
    margin-bottom: 0.3rem;
    background: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 0.93rem;
    text-align: left;
    padding-left: 0.39rem;
    background-color: #f9f9f9;
}

.wzdt .dt_ul li .ej a {
    width: 20%;
    display: block;
    font-size: 0.24rem;
    color: #323232;
    line-height: 0.93rem;
}

.wzdt .dt_ul li .a1 {
    width: 90%;
    margin: 0 auto;
}

.wzdt .dt_ul li.on .a1 {

    color: #70b248;
}

/* 预约量房//在线报价 */
.yylf_box {
    position: relative;
}

.yylf {
    position: relative;
    z-index: 9;
    background: #fff;
    margin: -.9rem auto auto !important;
    padding: 0.5rem 0.4rem;
    box-sizing: border-box;
    min-height: 10rem;
}

.fw_list {
    display: flex;
    justify-content: flex-start;
}

.lf_box .lf_list .qh_tit {
    display: flex;
    justify-content: center;
}

.lf_box .lf_list .qh_tit a {
    font-size: 0.36rem;
    color: #000;
    line-height: 0.4rem;
    font-weight: bold;
}

.lf_box .lf_list .qh_tit span {
    margin: 0 0.2rem;
    color: #c1c1c1;
    line-height: 0.4rem;
}

.lf_box .lf_list .qh_tit a.on {
    color: #70b248;
}

.lf_box .lf_list .inner .toal {
    font-size: 0.26rem;
    color: #7c7c7c;
    line-height: 0.85rem;
}

.lf_box .lf_list .form .item {
    margin-bottom: 0.3rem;
}

.lf_box .lf_list .form .item span {
    font-size: 0.28rem;
    color: #323232;
    display: inline-block;
    line-height: 0.54rem;
    min-width: 1.26rem;
}

.lf_box .lf_list .form .item em {
    font-size: 0.4rem;
    color: #70b248;
    margin: 0 0.1rem;
    display: inline-block;
    line-height: 0.54rem;
    vertical-align: bottom;
}

.lf_box .lf_list .form .item select, .lf_box .lf_list .form .item input {
    width: 4.53rem;
    height: 0.68rem;
    background-color: #f5f5f5;
    border-radius: 0.1rem;
    padding: 0 0.15rem;
    box-sizing: border-box;
    line-height: .4rem;
}

.lf_box .lf_list .form .item select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: url(../img/xl_lf.png) no-repeat 96% center;
    background-size: 0.3rem 0.15rem;
    background-color: #f5f5f5;
}

.lf_box .lf_list .read {
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.lf_box .lf_list .read .jieshou {
    cursor: pointer;
    font-size: 0.26rem;
    color: #323232;
    line-height: 0.4rem;
    padding-bottom: 0.1rem;
    padding-top: 0.3rem;
}

.lf_box .lf_list .read .yd_js span {
    display: inline-block;
    width: 0.26rem;
    height: 0.26rem;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    vertical-align: middle;
}

.lf_box .lf_list .read .jieshou em {
    color: #70b248;
}
.lf_box .lf_list .read .jieshou .yszc{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.lf_box .lf_list .read .yd_js .yd_js.on .yszc{
    display: block;
}
.yszc .yszc_nr{
    position: absolute;
    left: 3.5%;
    top: 33%;
    height: 7rem;
    width: 7rem;
}
.yszc .yszc_nr .yszc_box{
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow-y: auto;
    padding-top: .5rem;
}
.yszc .yszc_nr .aj_gb{
    position: absolute;
    top: -11%;
    right: 0%;
    cursor: pointer;
    width: 0.4rem;
}
.lf_box .lf_list .yszc .yszc_nr .yszc_box p{
    font-size: .26rem;
    color: #333333;
    text-align: left;
    line-height: .4rem;
    padding: .2rem;

}
.lf_box .lf_list .read .yd_js .dj_ys.on {
    background: url(../img/dui.png) no-repeat center #70b248;
    background-size: 0.24rem 0.24rem;
}

.lf_box .lf_list .zd {
    color: #c1c1c1;
    padding-top: 0.3rem;
    text-align: center;
}

.ksjs {
    width: 100%;
    height: 0.73rem;
    background-color: #70b248;
    line-height: 0.73rem;
    text-align: center;
    color: #fff;
    border-radius: 0.1rem;
    margin-top: 0.14rem;
    cursor: pointer;
}



.tmbj {
    position: relative;
    margin-bottom: .4rem;
}

.tmbj h2 {
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 100%;
    height: 0.7rem;
    z-index: 1;
    text-align: center;
    font-size: 0.36rem;
    color: #000;
}

.zxal h2 {
    font-size: 0.36rem;
    color: #000000;
    margin-bottom: 0.6rem;
    text-align: center;
}

.zxal h2 img {
    margin-right: 0.2rem;
    max-width: 4%;
}

.zxal_list {
    margin-bottom: 0.7rem;
    min-height: 5rem;
}

.zxal_list li {
    width: 100%;
    border: 1px solid #e2e2e2;
}

.zxal_list li a {
    display: block;
}

.zxal_list li .tp {
    position: relative;
    width: 100%;
    height: 4.92rem;
    overflow: hidden;
}

.zxal_list li .tp .vr {
    position: absolute;
    right: 5%;
    top: 4%;
    width: 1.22rem;
    height: 0.36rem;
}

.zxal_list li .wz {
    padding: 0.3rem 0.2rem 0.1rem;
    box-sizing: border-box;
}

.zxal_list li .wz h3 {
    font-size: 0.28rem;
    color: #666666;
    margin-bottom: 0.1rem;
    font-weight: bold;
    text-align: left;
}

.zxal_list li .wz .fl {
    line-height: 0.5rem;
}

.fl {
    float: left;
}

.zxal_list li .wz .fl span {
    font-size: 0.26rem;
    color: #323232;
}

.zxal_list li .wz .fl em {
    margin: 0 0.2rem;
}

.zxal_list li .wz .fl span {
    font-size: 0.2rem;
    color: #323232;
}

.zxal_list li .wz .fr {
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.5rem;
    float: right;
}

.zxal_list li .wz .fr img {
    margin-right: 0.1rem;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
}

.clear:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 臻选套餐 */
.jj_box .tcjs .z_box {
    width: 100%;
}

.jj_box .tcjs .z_box .tc1 {
    width: 30%;
    float: right;
    margin-bottom: -3.7rem;
    z-index: 99999;
}

.jj_box .tit {
    text-align: left;
    margin-bottom: 0.5rem;
}

.jj_box .tit p {
    font-size: .9rem;
    color: #f6f6f6;
    line-height: 1rem;
    font-family: Impact;
    z-index: -1;
}

.jj_box p {
    font-size: 0.16rem;
    color: #323232;
    line-height: 0.26rem;
    text-align: left;
}

.jj_box .tit h2 {
    font-size: 0.36rem;
    color: #323232;
    margin-top: -0.4rem;
}

.jj_box .tcjs .y_box {
    width: 95%;
    text-align: center;
    margin: 0 auto;
}

.jj_box .tcjs .y_box img {
    width: 3.96rem;
}

.jj_box .tcjs .y_box .wz {
    position: relative;
    margin-top: -24%;
    background-color: #fff;
    padding: 0.4rem 0.2rem 0.4rem 0.2rem;
    box-sizing: border-box;
}

.jj_box .tcjs .y_box h3 {
    position: relative;
    font-size: 0.36rem;
    color: #323232;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}

.jj_box .tcjs .y_box h3 span {
    color: #70b248;
}

.jj_box p {
    font-size: 0.26rem;
    color: #323232;
    line-height: 0.4rem;
    text-align: left;
}

.gyjs {
    padding-bottom: 0.7rem;
    margin-top: 1rem;
}

.gyjs .tit {
    margin-bottom: 0.4rem;
}

.jj_box .tit {
    text-align: left;
    margin-bottom: 0.5rem;
}

.gyjs .tit p, .gyjs .tit h2 {
    text-align: center;
}

.jj_box .tit p {
    font-size: .8rem;
    color: #f6f6f6;
    line-height: 1rem;
}

.jj_box .tit h2 {
    font-size: 0.44rem;
    color: #323232;
    margin-top: -0.4rem;
}

.jj_box .gyjs .gyjs_nr li {
    overflow: hidden;
    padding-bottom: .3rem;
}

.jj_box .gyjs .gyjs_nr li img {
    width: 1.42rem;
    height: 1.42rem;
    display: block;
    float: left;
    border-radius: 50%;
}

.jj_box .gyjs .gyjs_nr li div {
    width: 75%;
    float: right;
}

.jj_box .gyjs .gyjs_nr li div h3 {
    line-height: .6rem;
}


.fj_show {
    width: 100%;
    /* padding: 0.3rem 0 0 0; */
    /* background-color: #f9f9f9; */
    margin: 0 auto;
}

.fj_show .qh_tit {
    display: flex;
    justify-content: center;
    padding-bottom: 0.3rem;
    background-color: #f9f9f9;
    z-index: 9;
    top: .4rem;
    padding-top: 0.2rem;
}

.fj_show .mySwiper .tit_item {
    text-align: center;
    cursor: pointer;
    /* width: 80%; */
}

.fj_show .mySwiper .img2 {
    width: 70%;
}

.fj_show .mySwiper p {
    font-size: 0.26rem;
    color: #333333;
    margin-top: 0.1rem;
}

.fj_show .mySwiper .swiper-slide {
    background: none;
}

.fj_show .mySwiper .swiper-slide-thumb-active p {
    color: #70b248;
}

.fj_show .mySwiper .swiper-slide-thumb-active .img2 {
    display: inline-block;
}

.fj_show .mySwiper .swiper-slide-thumb-active .img1 {
    display: none;
}


.fj_show .mySwiper2 {
    width: 100%;
}

.fj_show .mySwiper2 .swiper-slide {
    position: relative;
}

.fj_show .mySwiper2 .wz {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fj_show .mySwiper2 .wz .inner {
    width: 75%;
    height: 2.6rem;
    overflow-x: auto;
    padding: 0 0.3rem 0 0.3rem;
    margin-top: 0.45rem;
    box-sizing: border-box;
    background: linear-gradient(to right, rgba(29, 29, 29, 0.6) 100%, rgba(29, 29, 29, 0.5) 50%, rgba(29, 29, 29, 0) 100%);
}

.fj_show .mySwiper2 .wz h2 {
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.4rem;
    text-align: left;
}

.fj_show .mySwiper2 .wz p {
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.5rem;
    text-align: left;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}

.fj_show_jtl, .fj_show_jtr {
    color: #64a33e !important;
}

.fj_show_jtl:after, .swiper-rtl .fj_show_jtr:after {
    content: 'next' !important;
}

.fj_show_jtl, .swiper-rtl .fj_show_jtr {
    right: 10px !important;
    left: auto !important;
}


/* 装修攻略 */
.zxgl_box .inner {
    width: 92%;
    margin: 0.64rem auto 0;
}

.zxgl_box .inner h2 {
    color: #333333;
    text-align: left;
}

.zxgl_box .inner h2.on {
    color: #70b248;
}

.zxgl_box .xw_list li {
    margin-bottom: 0.3rem;
}

.zxgl .xw_list li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.3rem;
}

.zxgl .xw_list li a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.02rem;
    background-color: #eeeeee;
    content: "";
}

.zxgl .xw_list li .tp {
    width: 2.87rem;
    height: 1.58rem;
    overflow: hidden;
}

.zxgl .xw_list li .wz h2 {
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.5rem;
    margin-bottom: 0.08rem;
}

.ellipsis, .jzf, .jzf_d {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-top: 0.24rem;
}

.zxgl_box .xw_list li .wz p {
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.5rem;
    -webkit-line-clamp: 2;
    margin-bottom: 0.2rem;
}

.zxgl_box .xw_list li .wz span {
    margin-right: 0.2rem;
    font-size: 0.24rem;
    color: #999999;
    font-family: "DIN";
}

.zxgl_box .xw_list li .wz span img {
    width: 0.3rem;
    height: .25rem;
    margin-right: 0.1rem;
}

/* 分页开始 */
.fenye_box {
    width: 100%;
    text-align: center;
    margin-bottom: 0.3rem;
    margin-top: 1.24rem;
    display: flex;
    justify-content: center;
}

.fenye_box .one {
    display: inline-flex;
    justify-content: center;
}

.fenye_box a {
    width: 0.35rem;
    height: 0.35rem;
    line-height: 0.35rem;
    text-align: center;
    color: #333333;
    display: inline-block;
    transition: all 0.5s;
    font-size: 0.22rem;
    border: 0.01rem solid #ececec;
    margin-right: 0.1rem;
    vertical-align: middle;
}

.fenye_box a.on {
    background-color: #70b248;
    color: #fff;
    border-color: #70b248;
}

.fenye_box .swy {
    padding: 0 0.1rem;
    width: .93rem;
}

.fenye_box .wy {
    margin-right: 0;
}

.fenye_boxs a {
    width: 0.93rem;
    height: 0.54rem;
    line-height: 0.6rem;
    text-align: center;
    color: #333333;
    display: inline-block;
    transition: all 0.5s;
    font-size: 0.22rem;
    border: 0.01rem solid #ececec;
    margin-right: 0.1rem;
    vertical-align: middle;
}

.fenye_boxs .toale p {
    font-size: 0.14rem;
    color: #333;
    line-height: 0.35rem;
    margin-right: 0.13rem;
}

.fenye_boxs p {
    display: inline-block;
}

.fenye_boxs {
    width: 100%;
    text-align: center;
    margin-bottom: 0.84rem;
    display: flex;
    justify-content: center;
}

.fenye_boxs .tz_z {
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 0.26rem;
    margin-left: 0.07rem;
}

.fenye_boxs input {
    width: 0.35rem;
    height: 0.35rem;
    border: 0.01rem solid #dddddd;
    font-size: 0.22rem;
    color: #333;
    text-align: center;
    line-height: 0.35rem;
    margin: 0 0.07rem;
}

.fenye_boxs .qr {
    margin-left: 0.1rem;
    padding: 0 0.05rem;
}

/* 分页结束 */

.zxgl {
    width: 94%;
    margin: 0 auto !important;
    padding: 0rem !important;
}

.zxgl .y_box .bor {
    border: 1px solid #e5e5e5;
}

.zxgl .y_box .cur {
    width: 100%;
    padding-bottom: 0.38rem;
}

.zxgl .y_box .cur h3 {
    font-size: 0.36rem;
    color: #464646;
    font-weight: bold;
    width: 100%;
    line-height: 1.24rem;
    background-color: #e5e5e5;
    text-align: center;
    margin-bottom: 0.4rem;
}

.zxgl .y_box .cur .first {
    color: #7e7e7e;
    font-size: 0.14rem;
}

.zxgl .y_box .cur .w_300 {
    width: 6.17rem;
    height: .75rem;
    margin: 0.3rem auto 0.15rem auto;
    padding: 0 0.15rem;
    box-sizing: border-box;
    line-height: 0.7rem;
}

.zxgl .y_box .bor {
    border: 1px solid #e5e5e5;
}

.zxgl .y_box .cur .w_300 img {
    width: 0.48rem;
    /* height: 0.54rem; */
}

.zxgl .y_box .cur .w_300 .pfm {
    width: 20%;
    display: inline-block;
    color: #333;
    line-height: 0.52rem;
    height: 0.52rem;
    text-align: center;
    vertical-align: bottom;
    height: .71rem;
}

.zxgl .y_box .cur .w_300 input {
    width: 80%;
    height: 100%;
    line-height: 0.52rem;
    font-size: 0.14rem;
    color: #333;
}

.zxgl .y_box .bor {
    border: 1px solid #e5e5e5;
}

.zxgl .y_box .cur p {
    font-size: 0.14rem;
    color: #7e7e7e;
    margin-top: 0.8rem;
    text-align: center;
}

.zxgl .y_box .cur .hqbj {
    display: block;
    width: 6.17rem;
    line-height: 0.8rem;
    background-color: #70b248;
    font-weight: bold;
    color: #fff;
    margin: 0.3rem auto 0;
    text-align: center;
    transition: all 0.5s;
}

.zxgl_bj {
    background-color: #e5e5e5;
    height: 1.24rem;
    align-items: center;
}

/* 装修攻略详情 */
.zx_nr {
    margin: -1rem auto 0 !important;
    padding: 0.25rem 0.3rem;
    box-sizing: border-box;
    background-color: #fff;
}

.xq_box .xqtit {
    font-size: 0.32rem;
    margin-bottom: 0.28rem;
    text-align: center;
    line-height: 0.4rem;
    font-weight: bold;
}

.xq_box .xq_nav {
    overflow: hidden;
    padding-bottom: 0.33rem;
    margin-bottom: 0.4rem;
    position: relative;
    line-height: 0.4rem;
    display: flex;
    justify-content: center;
    text-align: center;
    background: url(../img/zx_tw.png) no-repeat bottom center;
    background-size: 100%;
}

.xq_box .xq_nav p {
    display: inline-block;
    margin-right: 0.3rem;
    font-size: 0.14rem;
    color: #888a8b;
}

.xq_box .xq_nav span {
    margin-right: 0.36rem;
    display: inline-block;
    cursor: pointer;
}

.zxglxq_box .zx_nr .xwxq span img {
    width: 0.3rem;
    height: 0.25rem;
    margin-right: 0.1rem;
}

.xq_con p {
    text-align: left;
    line-height: 0.4rem;
}

.xq_con h4 {
    text-align: left;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.4rem;
}


/* 精品案例 */
.tit1 p {
    line-height: .3rem !important;
    padding-top: .2rem
}

.sh_sel {
    padding-top: 0.24rem;
    margin-bottom: 0.3rem;
    border-bottom: 2px #f9f9f9 solid;
}

.sh_sel .box {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0.2rem;
}

.sh_sel .box p {
    position: relative;
    font-size: 0.26rem;
    color: #333333;
    font-weight: bold;
    min-width: 1rem;
    line-height: 0.4rem;
    margin-right: 0.22rem;
}

.sh_sel .box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0.2rem;
}

.sh_sel .box ul .bx {
    background-color: #70b248;
    color: #fff;
    border-radius: 4px;
    padding: 0rem 0.3rem;
}

.sh_sel .box ul li {
    font-size: 0.26rem;
    color: #323232;
    line-height: 0.4rem;
    cursor: pointer;
    margin-right: 0.2rem;
}

.sh_sel .box ul li:hover, .sh_sel .box ul li.on {
    color: #70b248;
}

.jpal_list .zxal .zxal_list li {
    margin-bottom: 0.62rem;
}

.sh_sel .box ul li img {
    vertical-align: top;
    height: 0.2rem;
}

/* 设计团队 */
.designer_list .sty_box {
    width: 50%;
    padding-top: 0.8rem;
    box-sizing: border-box;
    padding-left: 0.3rem;
}

/* .designer_list .sty_box .top {
    display: flex;
    justify-content: space-between;
} */
.designer_list .sty_box .top>div {
    width: 100%;
}

.designer_list .sty_box .bt {
    line-height: 0.2rem;
    margin-bottom: 0.1rem;
    background: url(../img/td_ico1.png) no-repeat left bottom;
    background-size: 1.03rem 0.09rem;
}

.sty_box .bt {
    font-size: 0.26rem;
    color: #000000;
    line-height: 0.4rem;
}

.designer_list .sty_box .wz.jzf {
    font-weight: normal;
}

.sty_box .wz {
    font-size: 0.26rem;
    font-weight: bold;
    color: #000000;
}

.designer_list .sty_box ul {
    margin-bottom: 0.15rem;
}

.sty_box ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0.27rem;
    margin-top: 0.5rem;
}

.sty_box ul li {
    min-width: 1.2rem;
}

.sty_box .bt {
    font-size: 0.26rem;
    color: #000000;
    line-height: 0.4rem;
}

.designer_list .sty_box .top .ljyy {
    display: block;
    width: 1.67rem;
    height: 0.65rem;
    background-color: #70b248;
    line-height: 0.65rem;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    margin-top: 0.5rem;
}

.sjtd_box .qw {
    display: inherit;
}

.sjtd_box .qw .des_li {
    width: 92%;
    /* margin: 0 auto; */
    margin-bottom: .68rem;
}

.sjtd_box .qw .des_li .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.15rem;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
}

.sjtd_box .qw .des_li .tp {
    display: block;
    position: relative;
    margin-top: -0.45rem;
    overflow: hidden;
}

/* 媒体查询 */
@media only screen and (max-width: 700px) {
    .zyfw li{
        margin-right: 3%;
        min-height: 1.67rem;
    }
    .zyfw li p{
        font-size: .14rem !important;
    }
}
