@charset "utf-8";
/* CSS Document */
@media (max-width: 768px) {

    #jPanelMenu-menu {
        background: #035cac;
        display: block;

        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        z-index: 9999999999999;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
    }

    .jPanelMenu {
        height: 100% !important;
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
    }

    .xpnav {
        width: 100%;
        height: 60px;
        text-align: center;
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 999;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.19);
    }

    .xpnav-btn {
        width: 30px;
        height: 40px;
        position: absolute;
        top: 8px;
        left: 5%;
        cursor: pointer;
    }

    .xpnav-btn > span {
        display: block;
        width: 70%;
        height: 2px;
        background: #000;
        margin: 5px auto;
    }

    .xpnav-btn > span:nth-child(1) {
        margin-top: 12px;
    }

    #jPanelMenu-menu > ul {
        border-bottom: 1px solid #035cac;
        border-top: 1px solid #035cac;
        display: none;
        padding: 0;
        margin: 0
    }

    #jPanelMenu-menu li a {
        width: 100%;
        background: #000;
        font-weight: 500;
        display: block;
        padding: 0.5em 5%;
        border-top: 1px solid #666;
        text-decoration: none;

        color: #fff;
        font-size: 14px;
        font-family: "微软雅黑";
    }

    #jPanelMenu-menu li a:hover {
        color: #035cac;
    }

    #jPanelMenu-menu li ul a {
        width: 100%;
        background: #000;
        font-weight: 500;
        display: block;
        padding: 0.2em 2%;
        border: none;
        text-decoration: none;
        color: #eee;
        font-size: 12px;
        font-family: "微软雅黑";
    }

    #jPanelMenu-menu > ul > li > ul {
        display: none;
        padding: 0;
        margin-left: 30px;
    }

    #jPanelMenu-menu ul li ul li {
        line-height: 30px;

    }

    .touch_slide {
        overflow: hidden;
        margin-top: 40px;
    }

    .banner_zi1 {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        margin-top: -59px;

    }

    .phone_nav_box {
        position: fixed;
        left: -200px;
        width: 200px;
        top: 0;
        height: 100%;
        background: #333;
        z-index: 1111;

    }

    .phone_nav_box > ul {
        height: 100%;
        background: #333;
        position: relative;
        z-index: 99;

        line-height: 30px;
        margin-top: 20px;

    }

    .phone_nav_box > ul li {

        padding-left: 20px;
    }

    .phone_nav_box > ul li.last {
        border: none;
        padding-top: 15px;
    }

    .phone_nav_box ul li a {
        color: rgba(255, 255, 255, 0.8);
        font-size: 13px;
    }

    .phone_nav_box ul li a img {
        margin-right: 5px;
        float: left;
    }

    .phone_nav_box > ul li.last a {
        border: 1px solid rgba(220, 220, 220, .5);
        display: inline-block;
        margin-right: 10px;
        line-height: 35px;
        color: rgba(255, 255, 255, 0.5);
        padding: 0 15px;
        border-radius: 5px;
    }

    .phone_nav_box > ul > li > a, .phone_nav_box > ul > li div {
        color: rgba(255, 255, 255, 0.8);
        line-height: 45px;
        font-size: 14px;

    }

    .nav_ti > li {
        border-bottom: 1px solid #4a4a4a;
    }

    .phone_nav_box ul li ul {
        display: none;
        padding: 0 5px 5px;
    }

    .nav_ti div img {
        float: right;
        font-size: 22px;
        margin-right: 15px;
        margin-top: 17px;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .nav_ti div img.scale1 {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        /*-webkit-transition: 0.6s linear;*/
        /*-moz-transition: 0.6s linear;*/
        /*-ms-transition: 0.6s linear;*/
        /*-o-transition: 0.6s linear;*/
        /*transition: 0.6s linear;*/
    }

    .xpnav img {
        width: 120px;
        margin-top: 11px;
        vertical-align: middle;
    }

    .warp {
        position: relative;
    }

    /*裝修攻略*/
    .footer {
        padding: 10px 0;
        text-align: center;
    }

    .banner1 {
        padding-top: 60px;
    }

    .home_mar {
        padding: 30px 0;
    }

    .home_tit1 {
        font-size: 18px;
        margin-bottom: 20px;

    }

    .home_tit1 span {

        font-size: 20px;
    }

    .home_sec2_text {

        padding: 15px 15px;

    }

    .home_sec2_text .tit {
        font-size: 16px;

    }

    .home_sec2_con {
        margin-bottom: 20px;
    }

    .home_sec2_text .text {
        line-height: 22px;
        height: 44px !important;
    }

    .home_sec {
        min-height: 220px;
        position: relative;
    }

    .home_sec3 {
        background: url(img/home3.jpg) no-repeat;
        background-size: cover;
        /*padding: 140px 0;*/

    }

    .home_sec4_top span.on {
        font-size: 20px;
    }

    .home_sec4_top span {
        font-size: 18px;
        margin: 0px 25px;
    }

    .home_sec4_text .tit {
        font-size: 16px;
        margin-bottom: 5px;

    }

    .sec4_con_one {
        margin-bottom: 15px;
    }

    .home_sec3 {

        padding: 0px 0;

    }

    .home_sec5 {
        background: url(img/home5.jpg) no-repeat;
        background-size: cover;
    }

    .home_sec7 {
        background: url(img/home_sec7.jpg) no-repeat;
        background-size: cover;
    }

    .thumb_txt h4 {
        font-size: 18px;
        margin: 0;

    }

    .thumb_txt {
        padding: 20px 10px;

    }

    .thumb_txt_lin {
        width: 2px;
        background: #c32c26;
        height: 50px;
        left: 8px;
        top: -25px;

    }

    .thumb_txt h5 {

        margin-bottom: 10px;

    }

    .sec8_txt {
        padding: 10px 15px;
        padding-right: 110px;

    }

    .articles {

        width: 74px;

    }

    .sec8_txt h5 {

        margin-bottom: 5px;
    }

    .home_sec6_bg {

        width: 100%;

        left: 0;
        height: 100%;
    }

    .sec8_img {
        overflow: hidden;
        height: 150px !important;
    }

    /*设计师*/
    .esigner_team {
        padding-bottom: 30px;
        width: 100%;
        margin: 0px auto;
        margin-top: 80px;
    }

    .archives_left {
        width: 100%;
    }

    .archives_right {
        width: 100%;
    }

    .s_right_img {
        width: 49%;
        margin: 0px 0.5%;

        margin-bottom: 10px;
    }

    .hives_right_txtx {
        overflow: hidden;
        padding: 10px 15px;

    }

    .hives_right_img {
        padding: 10px 15px;

    }

    .archives {
        margin: 20px 0 20px 0;
    }

    .box_hd {

        padding: 0 15px;
    }

    .box_hd h5 {
        font-size: 18px;

    }

    .box_hd a {
        position: absolute;
        color: #c6352f;
        right: 15px;
    }

    .pro_text .title {
        font-size: 18px;

    }

    .pro_text {
        position: relative;
        padding: 10px 10px 10px 15px;
    }

    .pro_text .tit {
        font-size: 16px;

    }

    .pro_text .text {

        font-size: 14px;

    }

    .pro_text .home_img_tx {
        right: 30px;
        bottom: 12px;

    }

    .all_case_img {
        padding: 0px 10px;
    }

    .all_case_4 .row {
        padding: 0 15px;
    }

    .all_case_4 .col-xs-6 {

        padding: 0px 8px;
    }

    .troduce {
        margin-bottom: 15px;
    }

    .all_case_4 {
        margin-bottom: 0px;
    }

    .vigation {
        padding: 0 15px;
    }

    .signer_file {
        padding: 0 15px;
        font-size: 20px;
        line-height: 40px;
    }

    .design_bann_text {
        display: none;
    }

    .sjs_nr1a {
        width: 100%;

    }

    .case_wid {

        padding: 20px 0;
    }

    .sjs_mcss {
        height: auto;
        line-height: 30px;
        font-size: 24px;

    }

    .sjs_nr {
        height: auto;
        margin-top: 0;
    }

    .sjs_mcss1 {

        font-size: 18px;

        margin-top: 5px;
    }

    .sjs_nr1a_son {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .sjs_wznr {

        margin-top: 14px;
        line-height: 24px;

    }

    .sjs_nr1b {
        width: 100%;
        height: auto;
        float: right;
        margin-top: 15px;
    }

    .sjs_nr2 p {
        font-size: 14px;
        padding-left: 15px;
        padding-top: 16px;
    }

    .sjs_nr4_one {
        width: 100%;
        margin: 0 auto;
    }

    .sjs_4_oimg {
        width: 200px;
        margin: 0 auto;
    }

    .sjs_nr4_con {
        max-width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }

    .sjs_4_otext {
        margin-top: 15px;
    }

    .sjs_4_otext .text {
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
        padding: 0 15px;
    }

    .sjs_nr4_two_img {
        width: 100%;

    }

    .sjs_nr4_two_text {
        width: 100%;

        padding-left: 10px;

        margin-top: 0px;
    }

    .shejishi_img {
        width: 49%;
        margin-right: 1%;
        float: left;
    }

    .sjs_nr4_two {
        margin-top: 20px;
        padding-bottom: 15px;
    }

    .sjs_nr4_two_text h4 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0;
    }

    .sjs_nr2 {
        height: auto;
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .sjs_tp_tran1 {
        margin-top: 0;
    }

    .sjs_tp_tran3 {
        margin-top: 0;
    }

    /*热门小区*/
    .pro_class_bodd {
        position: relative;
        z-index: 11;
        width: 100%;

        padding: 0 15px;
        padding-top: 15px;
    }

    .pro_class > h5 {

        padding: 0 10px;
        padding-left: 90px;
        position: relative;
        padding-right: 10px;
    }

    .pro_class > h5 span {

        margin: 0 5px;
        font-size: 12px;

        padding: 0 5px;

    }

    .pro_class > h5 i {

        left: 10px;
    }

    .pro_class {

        /*padding-top: 15px;*/
        /*padding-bottom: 15px;*/
    }

    .gdzb_box {
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 15px;    padding: 0;
    }

    .gdzb_box ul li {
        width: 100%;

        margin-bottom: 20px;
    }

    .service_txt h5 {
        margin-top: 0px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .noramic_img {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 0;
    }

    .bshare-custom {
        width: 95px;
    }

    .service_txt p {
        margin-bottom: 5px;

    }

    .service_txt {


        padding: 10px 10px;
    }

    .gdzb_n {
        width: 100%;

        padding: 0 15px;
    }

    .truction_inner {
        padding: 0px 0px;

        padding-top: 80px;
    }

    .truction_left {
        width: 100%;

        padding: 10px 15px;
    }

    .struct_left {
        width: 100%;
        float: left;
    }

    .struct_right {
        width: 100%;
        float: left;
        padding: 0px 0px;
    }

    .struct_right h5 {
        font-size: 18px;
        margin-top: 15px;
    }

    .sign_nav_a {
        position: relative;
        line-height: 30px;

        margin: 20px 0;
    }

    .sign_nav_a a {

        padding: 0 10px;
        line-height: 30px;
        font-size: 14px;
        position: relative;
    }

    .content_tip {
        font-size: 16px;

        margin-bottom: 10px;
        padding-bottom: 10px;

    }

    .truction_right {
        width: 100%;
        float: left;
        padding-left: 0;
    }

    .content_left_sec7_bottom li {
        float: left;
        margin-right: 2%;
        width: 48%;
    }

    .content_left_sec7_bottom li p {

        height: 55px;
        padding-left: 10px;
        padding-right: 10px;

    }

    .content_right_sec1 {

        padding: 15px;
    }

    .thead_right {
        width: 75%;

    }

    .thead_left {
        width: 25%;

    }

    .tent_tip_tab tr td {

        padding: 10px 15px !important;
    }

    .sty_ler {
        margin-bottom: 20px;
        line-height: 22px;
        font-size: 14px;
    }

    .panoramic_left {
        width: 100%;
        float: left;
    }

    .zb_content_tip tr td {

        border-top: none !important;
        padding: 9px 12px !important;
    }

    .content_right_sec1_bg1 p span {
        font-size: 22px;

    }

    .content_right_sec1_sec2 input {

        margin-top: 10px;
        padding-left: 10px;
        height: 30px;
        font-size: 12px;
    }

    .content_right_sec1_sec2 .sel1 {
        height: 34px;
        margin-top: 10px;
        padding-left: 5px;
    }

    .content_right_sec1_sec2 .sel2 {
        height: 34px;
        margin-top: 10px;
        padding-left: 5px;
    }

    .content_right_sec1_sec2 button {
        height: 34px;
        margin-top: 10px;

    }

    .content_right_sec2_sec2 h6 {

        font-size: 16px;
        margin-top: 10px;
    }

    .content_right_sec2_sec2 p {
        margin-top: 10px;
        font-size: 14px;

    }

    .content_right_sec2 {
        margin-top: 15px;
        padding: 15px;
    }

    .content_right_sec3 {
        margin-top: 20px;
        padding: 10px 15px;
    }

    .content_right_sec4 {

        padding: 10px 15px;

        margin-bottom: 20px;
    }

    .content_right_sec4 h4 {

        padding-bottom: 0;
        margin-bottom: 0;
    }

    .ruction_p {
        margin: 10px 0;
    }

    .struction_left {
        width: 100%;
    }

    .struction_right {
        width: 100%;
        padding: 15px 0px;
        padding-bottom: 0;
    }

    .europe_one {

        padding-left: 5px;

        padding-right: 5px;
    }

    .appoint_1 {

        width: 70px;
        font-size: 12px;
        line-height: 25px;
        height: 25px;

    }

    .struction {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .content_left_sec7_top {
        margin-top: 20px;
    }

    .panoramic_right {
        width: 100%;
        float: left;
        padding: 10px 0px;
    }

    .panoramic {
        padding-bottom: 0;
    }

    .model {
        margin-top: 10px;
        position: relative;
        left: 0;
        bottom: 0;
    }

    .sample_img {
        margin-top: 20px;
    }

    .ecruitment {
        padding-bottom: 30px;
        width: 100%;
        margin: 0px auto;
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .recruitment {
        padding: 15px;
        margin-bottom: 20px;

    }

    .recruitment h4 {
        font-size: 16px;

        margin-bottom: 10px;
    }

    .rmation {
        margin-top: 10px;
    }

    .rmation p {
        font-size: 14px;

        padding: 5px 15px 5px 15px;

    }

    .itmen {
        margin-bottom: 0;
    }

    .esigner_team_1 {
        margin-top: 30px;
        padding: 0 15px;
    }

    .job_text p {
        line-height: 26px;
        color: #666;
        margin-bottom: 0;
    }

    .job_text h4 {

        margin-bottom: 10px;
        margin-top: 0;
    }

    .polish .rmation {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .job_con li {

        line-height: 28px;
    }

    /*新闻*/
    .news_box ul li {

        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

    .news_box li .text h3 {

        margin-top: 0;
    }

    .news_box li .text {
        padding: 10px 15px;
        position: relative;
    }

    .news_box {

        padding: 0 15px;
    }

    .fyqb a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .fyqb1 a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .fenye ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .xner {
        height: 50px;
        line-height: 25px;
        overflow: hidden;
    }

    .xnss {
        height: auto;
        margin-top: 10px;
    }

    .newsin_share {
        display: none;
    }

    .newsin_img {
        margin: 0;
        margin-bottom: 10px;
    }

    .newsin_text {
        padding: 30px 0;
    }

    .newsin_text_son {
        margin: 10px 0;
        line-height: 24px;
    }

    .newsin_other_tit {
        width: 100%;
        padding: 10px 15px;
        margin-top: 30px;
    }

    .newsin_other_con {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
        padding-bottom: 0;
    }

    .newsin_text_fa {

        max-width: 100%;
        margin: 0 auto;
        padding: 0 0px;
    }

    .newsin_other_box {
        width: 100%;

        padding: 15px;
        margin-bottom: 30px;
    }

    .newsin_tit h5 {
        font-size: 20px;

        margin-bottom: 5px;
    }

    .newsin_biaoti b {
        width: 60px;
        margin-top: -2px;
    }

    .newsin_map {
        padding: 10px 0;
        margin-top: 0px;
    }

    .newsin_tit {

        padding: 20px 0;
    }

    /*案例*/
    .anmation_left {
        width: 100%;
        float: left;
    }

    .anmation_right {
        width: 100%;
        padding: 20px 0;
    }

    .anmation_right1 {
        position: relative;
        top: 0;
        left: 0px;
        width: 100%;

        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }

    .anmation_right1 h5 {

        margin: 20px auto;
        line-height: 24px;
        width: 100%;
        font-size: 14px;
        padding: 0 15px;
    }

    .anmation_right1 h1 {
        font-size: 20px;
        margin-top: 0px;

    }

    .anmation {

        margin-bottom: 20px;
    }

    .pro_con {

        width: 98%;
        padding: 0px 10px;
        margin-bottom: 10px;
    }

    .detail_content_fa {

        padding: 0;
    }

    .content_right {
        width: 100%;
        float: left;
        padding-left: 0px;
    }

    .content_left {
        width: 100%;

        padding: 10px 10px;
    }

    .detail_banner_bg2 li p {
        font-size: 16px;

        margin-top: 15px;
    }

    .detail_banner_bg2 li a {
        font-size: 14px;

    }

    .content_left_sec1 {
        padding: 0 0px;
    }

    .content_left_sec1 p {
        font-size: 20px;

        float: left;
        margin: 0px;
        margin-bottom: 10px;
    }

    .content_left_sec3 {
        padding: 10px 15px 10px 15px;
        margin-bottom: 20px;
    }

    .content_left_sec1 ul li {
        float: left;
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .content_left_sec2 {
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .left_sec2_1 {
        font-size: 18px;
    }

    .left_sec2_3 {
        font-size: 20px;
    }

    .content_left_sec8_top input {
        width: 82%;
        height: 40px;
        padding-left: 10px;
    }

    .swiper_show_img {
        position: relative;
    }

    .content_left_sec6 a {
        margin-right: 0;
        width: 100%;
        display: inline-block;
        text-align: left;
    }

    .content_left_sec6 {
        margin-top: 10px;
    }

    .about_bann .text {

        top: -12px;
        left: 40px;
        letter-spacing: 3px;

        font-size: 20px;
        line-height: 24px;
    }

    .about_container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .about_bann {
        margin: 80px auto 0;

    }

    .about_con_left {
        width: 100%;

        padding: 30px 15px;

    }

    .about_con_small_tit {

        left: 15px;

    }

    .about_con_left h6 {
        padding-left: 40px;

        font-size: 16px;
        width: 100%;
    }

    .about_con_left h5 {
        padding-left: 40px;

        font-size: 20px;

    }

    .about_con_left .atext {
        margin-top: 40px;
        line-height: 22px;
        font-size: 14px;
    }

    .about_more {
        margin: 30px 0;

    }

    .about_more a {

        width: 85px;
        height: 85px;

        line-height: 85px;

    }

    .about_con_small_tit:before {

        height: 50px;

        top: -25px;
    }

    .about_con_small_tit {
        left: 15px;
        padding-top: 35px;
    }

    .about_con_img {
        padding-top: 0px;
        width: 100%;

    }

    .about_bann_2 {
        margin-top: 40px;
    }

    .about_img_one_son h5 {
        padding: 0px 15px;
        font-size: 16px;
    }

    .about_img_one_son p {
        padding: 0px 15px;
    }

    .about_img_honor {
        width: 100%;
        overflow: hidden;
    }

    .about_img_two_rongyu {

        float: left;
        margin-top: 0px;
        width: 100%;
        margin-left: 0;

    }

    .rongyu_img {
        margin-left: 15px;
        margin-right: 15px;
    }

    .about_img_two .tit {
        font-size: 20px;
        margin-bottom: -8px;

    }

    .honor_btn a {
        width: 35px;
        height: 35px;

        margin-left: 15px;
        background: #333;
        color: #fff;
        line-height: 35px;
    }

    .honor_btn {
        position: absolute;
        right: 15px;
        top: -16%;
    }

    .about_con_share {
        margin-top: 0px;

    }

    .cost {
        height: 15px;
    }

    /*整装产品*/
    .proind_sec1_zi {
        padding: 0 15px;
    }

    .symptom_left h5 {

        font-size: 18px;
        color: #000;
    }

    .symptom {
        padding: 0px 15px;
        margin-bottom: 25px;
    }

    .ner_pro {
        padding-top: 80px;
    }

    .symptom_left p {
        line-height: 24px;
    }

    /*工地直播*/
    .quality_right {
        float: left;
        width: 100%;
        /* background: #fff; */
        padding: 10px 15px;
    }

    .wi_gdzb {
        width: 100%;
        margin: 0px auto;
    }

    .lity_right span {
        width: 50%;

    }

    .quality_phone {
        position: relative;
    }

    .quality_phone .era_img {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }

    .quality_phone .era_img_on {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .gdzb_all2_box3_con {
        width: 100%;
        float: left;
        cursor: pointer;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .quanjing .text h5 {
        font-size: 18px;
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        margin: 5px 0;
    }

    .gdzb_all2_box3_img {
        float: right;
        width: 60%;
        overflow: hidden;
    }

    .quanjing .text p {
        font-size: 13px;
    }

    .quanjing {
        width: 40%;
        left: 0;
        padding: 0 5px;
    }

    .gdzb_all3_iocn {
        float: left;
        width: 25px;
        padding-top: 0;
    }

    .gdzb_all2_box3_text .text .arrow {
        margin-top: 2px;
        width: 40px;
        overflow: hidden;
        left: -5px;
        position: relative;
    }

    .gdzb_all2_bot {
        padding-bottom: 15px;
    }

    .por_pad {
        padding: 30px 0px;
    }

    .site_live {
        padding: 30px 0;
    }

    .ite_live_all {
        padding: 0px 0px;
    }

    .quality {

        margin-bottom: 20px;
    }

    .progress_one {

        margin-right: 0px; margin-bottom: 15px;

    }

    .scheme span {
        width: 50%;

    }

    .sign_peo_2 {
        padding-right: 00px;
        padding-left: 0;
    }

    .ginal_img {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .design_step {
        display: none;
    }

    .structure {

        margin-bottom: 10px;

    }

    .ginal_img1 {
        width: 100%;
        margin: 0 auto;
    }

    .col-pad {
        width: 100%;
        padding: 0 0px;

    }

    .gdzb_all2_text2_son.one .text {
        font-size: 14px;
        line-height: 24px;
    }

    .gdzb_all2_text2_son.one {
        padding: 10px 15px;
        background: #000;
    }

    .gdzb_all2_text2_son.two {
        padding: 10px 15px;
    }

    .gdzb_all2_text2_bg {

        height: 0%;
    }

    .gdzb_all2_text2_son.two {
        line-height: 24px;
    }

    .products_se1_more {
        margin-top: 20px;
    }

    .gdzb_all2_box3 {
        margin-top: 30px;

    }

    .gdzb_all2_text {
        bottom: 10px;
        left: 10px;
    }

    .gdzb_all2_bg {

        width: 34%;
        height: 35%;

    }

    .l1_more {
        padding-left: 15px;
    }

    .gdzb_all2_text h5 {
        font-size: 20px;
    }

    .l1_more .products_se1_more {
        margin-top: 0px;
    }

    .jindu-icon {
        width: 85px;

    }

    .header_news_list {
        display: inline-block;
        position: absolute;
        top: 70px;
        left: 0;
        background: #ffffff;
        z-index: 1111;
        text-align: center;
        width: 100%;
    }

    .header_news_list li {
        float: none;
        margin: 0 25px;
        line-height: 40px;
        font-size: 14px;
        color: #666;
        cursor: pointer;
        display: inline-block;
    }

    .warpper {
        overflow-x: hidden;
        padding-bottom: 46px;
    }

    .about1 {
        overflow-x: hidden;
    }

    .pagination_show {
        margin: 5px 0;
        text-align: center;
    }

    .pagination_show .swiper-pagination-bullet-active {
        background: #c32c26;
    }

    /*报价*/
    .baojia_con {
        width: 100%;
        float: left;
        padding: 0px 15px;
        background: #f8f8f8;
        /* margin-left: -250px; */
        border-right: 1px dashed #e8e8e8;
    }

    .baojia_num {
        width: 100%;
        float: left;
        padding: 0 15px;
        margin-top: 20px;
    }

    .baojia_con_input_list input {
        padding: 6px;
        font-size: 13px;
        background: transparent;
    }

    .baojia_con_input_list b {

        line-height: 33px;

        top: 0;
        left: 70px;

    }

    .baojia_con_input_list {
        position: relative;
        padding-left: 70px;
        margin-bottom: 10px;
    }

    .baojia_con_input_list span {
        font-size: 14px;

        line-height: 40px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .baojia_num h5 {
        margin-top: 0px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .baojia_num_p {

        padding: 15px;
    }

    .design_all {
        padding-top: 60px;
    }

    .baojia_con_input {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .baojia_con > h5 {
        font-size: 20px;

    }

    .offer_img1 {
        width: 60px;
        top: 60px;
        right: 0px;
        position: absolute;
        z-index: 22;
    }

    .reading .shenqin {

        margin: 6px auto 6px;

        height: 30px;

        line-height: 30px;
    }

    .offer_img2 {
        z-index: 22;
        width: 75px;
        bottom: 0px;
        right: 0px;
    }

    /*装修知识*/
    .nav-xgt ul li {
        display: inline-block;
        position: relative;
        font-size: 16px;
        padding-right: 7px;
        padding-left: 7px;
    }

    .orate_right {
        width: 100%;
        float: left;
        padding-right: 0px;
        padding-left: 0px;
    }

    .zhuangxiu_bg .home_sec2 {
        padding: 30px 0;
    }

    .orate_right h4 {

        margin-bottom: 20px;

        font-size: 20px;
    }

    .door {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .te_rig {
        float: none;
        margin-top: 10px;
    }

    .door_2 {
        margin-bottom: 0px;
    }

    .ask_search a {
        float: left;
        width: 20%;
        height: 40px;
        line-height: 40px;

    }

    .ask_search input {
        width: 80%;
    }

    .orate_right .entry-thumb {

        margin-bottom: 15px;
    }

    .budgetimg {
        margin-bottom: 0px;
    }

    .orate_right .traffi {
        margin-bottom: 15px;
    }

    /*服务*/
    .xin_ban_yy_service {
        position: relative;
        width: 100%;

        padding: 25px 15px;
        top: 0;
        right: 0;
        z-index: 99;
        margin-top: 0;
        background: #f5f5f5;

    }

    .xin_ban_yy_service .xin_ban_form_box {

        background: #ffffff;
    }

    .banner1_serv {
        margin-top: 0;
    }

    .index_sec1 {

        padding-top: 30px;
    }

    .index_sec1_two h2 {
        margin-top: 30px;
        font-size: 20px;
        margin-bottom: 0;
    }

    .index_sec1_one {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .index_sec1_one li {
        width: 19%;

        margin-left: 0.5%;
        margin-right: 0.5%;
    }

    .index_sec1_one_img1 {
        text-align: center;
        width: 80%;
        margin-left: 10%;
        border-radius: 50%;
    }

    .index_sec1_one_img1 img {
        width: 55%;
    }

    .index_sec1_one li h5 {
        margin-top: 15px;
        font-size: 12px;

        height: 22px;
        line-height: 22px;
    }

    .index_sec1_one li p {
        margin-top: 10px;
        font-size: 14px;

    }

    .index_sec2 {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .index_sec3_one_list {
        width: 49%;
        float: left;
        margin-left: 1%;
    }

    .index_sec3_one_left:hover .mount_bg {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .index_sec3_one_left:hover .index_sec3_left_text_top {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .index_sec6_two_width {
        width: 100%;
        margin: 0px auto;
    }

    .swiper_sec3 .swiper-slide {
        width: 77%;
        margin-right: 16px;
        box-shadow: 0 0 6px 1px #eee;
        margin-bottom: 5px;
        border: 1px solid #eee;
    }

    .sec3_three_lis_txt h5 {
        font-size: 16px;
        padding: 0 5px;

    }

    .sec3_three_lis_txt p {

        display: -webkit-box;
        -webkit-box-orient: vertical;
        padding: 0 5px;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 44px;
        line-height: 22px;
        color: #777;

    }

    .index_sec3_2 {
        font-size: 20px;
    }

    .index_sec3_two {

        margin-bottom: 20px;
    }

    .swiper_sec3 {
        margin-bottom: 30px;
    }

    .index_sec6 {
        padding-bottom: 0;
        margin-bottom: 30px;
        background: url(img/index_sec6_1.jpg) no-repeat center;
        background-size: cover;
    }

    .servi4_php_txt {
        padding: 20px 10px;
    }

    .servi4_php_txt h5 {
        font-size: 16px;
        margin-top: 0px;
    }

    .servi4_php_txt p {
        margin-bottom: 0;
        line-height: 22px;
        color: #777;
    }

    .index_sec6_two_bottom li p {
        margin-bottom: 0px;
        font-size: 16px;
        margin-top: 10px;
    }

    .index_sec3_three_list {
        width: 100%;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        box-shadow: 0 0 6px 1px #eee;
        position: relative;
    }

    .swiper_sec_list .swiper-slide {
        width: 77%;
        margin-right: 16px;

    }

    .index_sec3_three_text p {
        font-size: 12px;
        line-height: 18px;
        height: 72px;
        letter-spacing: 0;
        margin-bottom: 0px;
    }

    .index_sec3_three_text {

        background: #ffffff;
    }

    .bach_bg1 {

        padding-top: 30px;
        padding-bottom: 30px;
    }

    .index_sec3_one {

        padding: 10px 0;
        margin-bottom: 30px;
    }

    #serv1 .index_sec1_two h2 {
        margin-top: 0;

    }

    .index_sec6_two_top h2 {
        margin-top: 0px;

        font-size: 18px;
        margin-bottom: 0;
    }

    .index_sec6_two_top p {
        margin-top: 5px;
        font-size: 14px;

        margin-bottom: 0;
    }

    .index_sec6_two_bottom {

        margin-top: 35px;
    }

    .outfit_left {
        width: 100%;
        float: left;
    }

    .outfit_right {
        width: 100%;

        padding-left: 0%;
    }

    .baojia_con_tj {

        position: relative;

    }

    .frm_dealer_left {
        width: 100%;

        padding: 15px 10px;
    }

    .frm_dealer {
        margin-top: 15px;
    }

    .frm_dealer_right {
        width: 100%;
        float: left;
        padding-left: 0;
    }

    .focus_on_left {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 20px;
    }

    .coupon img {
        width: 160px;
    }

    .xin_ban_yy_nav {
        position: relative;
        padding: 5px 0;
        margin-bottom: 15px;
    }

    .xin_ban_yy1 {
        padding-top: 10px;
    }

    .xin_ban_form_box input {

        line-height: 28px;
        font-size: 12px;

    }

    .xin_ban_form_box {
        width: 100%;
        height: 30px;
        line-height: 30px;

        margin-top: 10px;
        position: relative;
        border-radius: 3px;
        padding-left: 35px;
    }

    .xin_ban_form_box span {

        line-height: 30px;
        left: 5px;
    }

    .xin_ban_bt {
        margin-top: 10px;
    }

    .xin_ban_bt a {

        height: 30px;
        line-height: 30px;

    }

    .traffi {
        margin-bottom: 15px;
    }

    .boyyo {
        margin-top: 0px;
    }

    .content_left_jia {
        width: 100%;
    }

    /*产品*/
    .ban_prod {
        margin-top: 60px;
    }

    .ality_type li {
        width: 33.33%;
        float: left;
        border-left: 1px solid #e3e3e3;
        line-height: 40px;
        text-align: center;
    }

    .roudect_box {
        margin-top: 15px;
    }

    .box_one_txt {
        position: relative;
    }

    .box_one_txt {
        padding: 15px 10px;
    }

    .box_one_txt_left h5 {
        color: #323232;
        margin-top: 0px;
        font-size: 16px;
    }

    .box_one_txt_left p {
        margin-bottom: 0px;
        color: #7c7c7c;
    }

    .box_one_txt_left {
        width: 70%;
        float: left;
    }

    .box_one_txt_right {
        width: 30%;
        float: left;
        text-align: center;
    }

    .box_one_txt_right a {
        display: inline-block;
        margin-bottom: 3px;
        height: 30px;
        line-height: 30px;
        border-radius: 20px;
        background: #c32c26;
        color: #fff;
        width: 105px;
        text-align: center;
    }

    .box_one_txt_right p {
        color: #323232;
        margin-bottom: 0px;
    }

    .box_one_txt_right p span {
        color: #c32c26;
    }

    .box_one_txt {
        padding: 15px;
    }

    .swiper_p_list {
        position: relative;
    }

    .pagination_list {
        position: absolute;
        width: 100%;
        margin: 0;
        bottom: 15px;
        left: 0px;
        z-index: 111;
        text-align: center;

    }

    .pagination_list .swiper-pagination-bullet-active {
        background: #c32c26;
    }

    .commodity_txt h5 {
        font-size: 18px;
        margin-top: 0px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .commodity_txt p {
        color: #c32c26;
        border-bottom: 1px solid #e3e3e3;
        padding: 7px 0;
    }

    .price_box {
        color: #c32c26;
        font-size: 22px;
    }

    .commodity_txt {
        padding: 10px;
    }

    .products_inner_btn {
        width: 100%;
        height: 50px;
        position: fixed;
        bottom: 0px;
        left: 0;
        border-top: 1px solid #e8e8e8;
        background: #fff;
        z-index: 11;
    }

    .pro_innera11 {
        line-height: 20px;
        padding: 5px 0;
        font-size: 12px;
        color: #666;
        width: 33.33333333%;
        float: left;
        text-align: center;
    }

    .pro_innera2 {
        display: inline-block;
        width: 34%;
        float: right;
        text-align: center;
        line-height: 50px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background: #c32c26;
    }

    .pro_innera1 img {
        width: 22px;
    }

    .pro_innera3 {
        display: inline-block;
        width: 33.3%;
        float: left;
        text-align: center;
        line-height: 50px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background: #f49714;
    }

    .banner-wrapper {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;

        text-align: center;
        color: #333;
        margin-left: 0;
        margin-top: 15px;
    }

    .banner-wrapper p {
        font-size: 20px;
        margin-bottom: 0px;
        letter-spacing: 0;
    }

    .hot-search span {
        text-decoration: none;
        display: inline-block;
        margin-right: 10px;
        padding-right: 16px;

        color: #333;
    }

    .banner-wrin {
        position: relative;
        width: 90%;
        margin: 10px auto 0;
    }

    .banner-wrapper input {
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        padding: 0px 10px;
        background-color: #333;

    }

    .banner-wrin a {
        position: absolute;
        right: 10px;
        top: 4px;
        cursor: pointer;
    }

    .hot-search {
        margin-top: 10px;
    }

    .banner1_serv {
        margin-top: 60px;

        background: none;
        padding: 00px 0;
    }

    .banner1_news {
        margin-top: 0px;
        background: none;    padding-bottom: 0;
    }

    .xpnav-btn_1 {
        border: 1px solid #ababab;
        height: 28px;
        line-height: 26px !important;
        width: 38px;
        position: absolute;
        top: 10px;
        right: 5%;
        cursor: pointer;
        z-index: 111;
        text-align: center;
        color: rgba(255, 255, 255, 0.8);

    }

    .phone_nav_box > ul {

        margin-top: 35px;
    }

    .shej_inner img {
        width: 90%;
        margin: 0px auto;
    }

    .baojia_con_input_list i {
        line-height: 34px;

    }

    .atext p {
        font-size: 12px;
        line-height: 20px;
    }

    .commodity_img {
        padding-bottom: 52px;
    }

    .xin_ban_yy_peo {
        position: relative;
        margin-bottom: 20px;
        width: 100%;
        right: 0;
        left: 0;
        margin-top: 0;
        top: 0;
        padding: 12px 15px;
        border: 1px solid #ccc;
        z-index: 1;
    }

    .xin_ban_yy_prod {
        padding: 0px 15px;
    }

    .act_inn {
        margin-top: 60px;
    }

    .calcul_width {
        padding: 0px 0px;
    }

    /*4.11*/
    .calcul_boto_1 {
        width: 100%;
        margin: 0%;
        float: left;
        position: relative;
    }

    .late_one_red {
        width: 45px;
        height: 100px;

        left: 15px;

        font-size: 20px;
        padding: 0 14px;
        padding-top: 17px;
    }

    .cula_left li {

        height: 30px;
        line-height: 30px;
        padding-left: 22%;

    }

    .cul_bo_ttonm {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .source1 {
        background: #ffe9e9;
    }

    .source2 {
        background: #ffe1d9;
    }

    .source3 {
        background: #ffedca;
    }

    .source {
        text-align: center;
        padding: 20px 0;
    }

    .calcul_boto {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0px;
        padding: 30px 10px;
        padding-bottom: 0;
    }

    .source h5 {

        font-size: 20px;
        color: #000;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .source p {
        margin-bottom: 0px;
        color: #464646;
        font-size: 16px;
    }

    .lculate_one {
        margin-bottom: 20px;
    }

    .cul_bo_img p {
        font-size: 16px;
        margin-top: 10px;
        text-align: center;
    }

    .cul_bo_img p img {
        width: 25px;
    }

    .tt_im1 {
        width: 40px;
        margin: 0px auto;
    }

    .bo_tt_img2_jia img {
        width: 35px;
    }

    .cul_bo_tt {
        margin-top: 20px;
    }

    .bo_tt_img3 p {

        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -21px;
        margin-bottom: 0px;
        color: #c32c26;
        font-size: 30px;
    }

    .estimate {
        color: #ca3538;
        text-align: left;
        margin-bottom: 0px;
        padding-top: 15px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .warpper_case {
        margin-top: 80px;
    }

    /*5.7*/
    .compet .baojia_con {
        padding: 0px 15px;
        border: none;
    }

    .compet .baojia_num {
        width: 100%;
        margin-top: 20px;
        padding: 0px 15px;

    }

    .lucency_left {
        display: none;
    }

    .lucency_center {
        float: left;
        width: calc(100% - 60px);
        padding: 0px 0px;
    }

    .lucency_right {
        width: 60px;
        font-size: 12px;
        float: left;
        text-align: center;
    }

    .cy_center_input span {
        width: 65px;
        height: 30px;
        line-height: 30px;
    }

    .cy_center_input input {
        height: 30px;
        width: calc(100% - 65px);

        font-size: 12px;
        background: none;
        line-height: 28px;

    }

    .cy_center_a a {

        height: 30px;
        line-height: 30px;

    }

    .baojia_con_tj {
        width: 100%;
        text-align: center;
        /* margin-top: 20px; */
        padding: 10px;

        top: 35%;
        right: 0px;
        z-index: 2;

    }

    .baojia_zhuan {

        left: 49%;

    }

    /*5.16*/
    .act_door1 {
        width: 90px;
        position: absolute;
        top: auto;
        left: 0px;
        bottom: 0;
    }

    .act_door2 {
        width: 70px;
        position: absolute;
        bottom: auto;
        right: 0px;
        top: 24px;
    }

    .inn_bottom_width {
        width: 100%;
        margin: 0px auto;
    }

    .inn_bottom_a {
        width: 70%;
        margin: 0px auto;
    }

    .ttom_txt_im2 span {

        font-size: 14px;
        width: 100%;

        height: 30px;
        line-height: 30px;

        font-weight: 600;
    }

    .rem1_img {
        width: 100px;
        position: absolute;
        bottom: -69%;
        right: 1%;
    }

    .act_logo img {
        width: 110px;
    }

    .act_logo {
        margin-top: 91px;
        text-align: center;
    }

    .act_inn_bottom {

        padding-top: 10px;
        padding-bottom: 20px;
    }

    .nbottom_txt {
        background: url(img/xing1.png) no-repeat center;
        background-size: cover;
        padding: 20px 36px;
        position: relative;
        width: 350px;
        height: 185px;
        margin: 0px auto;
        margin-top: 20px;
        z-index: 22;
    }

    .ttom_txt_im input {
        height: 30px;
        line-height: 30px;

        font-size: 14px;
        padding: 0 10px;

        width: 100%;
    }

    .ttom_txt_im {
        text-align: center;
        margin-top: 12px;
    }

    .ttom_txt_im2 {
        margin-top: 15px;
    }

    .love {
        position: absolute;
        width: 40px;
        left: 0;
        top: 35%;
        z-index: 1;
    }

    /*5.21*/
    .f_one1_txt_bg {
        background: url(img/fie.png) no-repeat;
        background-size: cover;
        padding: 30px 30px 30px 40px;
        width: 313px;
        height: 240px;
    }

    .brief_one1_txt {
        position: absolute;
        top: auto;
        right: auto;
        left: 50%;
        bottom: 2%;

        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .brief_one1_txt input {
        height: 50px;
        line-height: 50px;

        padding: 0px 10px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .brief_one1_txt a {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        margin-top: 8px;

    }

    .f_one2_txt {
        overflow: hidden;
    }

    .f_one2_txt input {
        height: 40px;
        line-height: 40px;
        padding: 0px 15px 0px 45px;
        font-size: 14px;
    }

    .brief_one2_txt_bg a {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }

    .f_one2_txt span {
        width: 20px;
        top: 50%;
        margin-top: -10px;
        left: 10px;
        position: absolute;
        display: inline-block;
    }

    .f_one2_txt {
        position: relative;
        margin-bottom: 10px;
    }

    .brief_one2_txt_bg {
        background: url(img/zise.png) no-repeat;
        background-size: cover;
        width: 291px;
        height: 250px;
        padding: 40px 20px 20px 20px;
    }

    .f_one2_img {
        width: 140px;
        margin: 0px auto;
        margin-bottom: 10px;
    }

    .brief_one2_txt {
        position: absolute;
        top: 0;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .f_one2_txt i {
        font-style: normal;
        width: 1px;
        position: absolute;
        top: 0px;
        left: 35px;
    }

    /*新闻*/
    .news_box {
        padding: 0 0px;
    }

    .front_on {
        padding: 10px 0px;
        border-bottom: 1px dotted #ccc;
        background: #FFFFff;
    }

    .front_on_img_txt h5 {
        font-size: 16px;
        margin-top: 0;
        line-height: 22px;
        height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .front_on_img_txt p {
        height: 40px;
        text-indent: 0;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .front_on_img_txt {

        padding-left: 10px;
    }

    /*5.22*/
    .act2_06_d {
        background: url(img/annum_bg.jpg) no-repeat center;
        background-size: cover;
        padding: 30px 0;
    }

    .force img {
        width: 120px;
    }

    .act2_06_width {
        width: 100%;
        margin: 0px auto;
        padding: 0 15px;
    }

    .silly_on1 {
        margin: 0 -2%;
    }

    .silly {
        width: 46%;
        margin: 0px 2%;

    }

    .silly_on {
        margin-bottom: 20px;
    }

    .visit {
        text-align: center;
        margin-bottom: 15px;
    }

    .sign_up a {
        margin-top: 10px;
        width: 110px;
        height: 33px;
        line-height: 33px;
    }

    .taoist_txt {
        width: 96%;
        top: 50%;
        margin-left: 0;
        left: 2%;
        padding: 25px 20px;
        height: 275px;
        margin-top: -138px;
    }

    .force {

        padding: 15px 0;

    }

    .taoist_img1 {

        top: 10px;
        right: 10px;
    }

    .visit span:before {

        right: -65px;
        width: 50px;

    }

    .visit span:after {

        left: -65px;
        width: 50px;

    }

    /*6.4*/
    .mouth_txt {
        top: auto;
        right: 10%;
        width: 80%;
        bottom: 5%;
    }

    .mouth input {
        height: 40px;
        line-height: 40px;
        padding: 0px 10px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .mouth span {
        font-size: 16px;
        margin-top: 5px;
        height: 45px;
        line-height: 45px;

    }

    .mation_ph {
        position: relative;
    }

    .video_close {
        position: absolute;
        top: 50%;
        margin-top: -24px;
        left: 50%;
        margin-left: -24px;
        cursor: pointer;
        z-index: 100;
    }

    .video_close2 {
        display: none;

        position: absolute;
        top: 10px;
        right: 10px;
        width: 50px;
    }

    /*73.12*/
    .case_inn {
        padding-top: 60px;
    }

    .zgs_cl_left {
        padding: 0 10px;
        margin-top: 55px;
    }

    .stingy {
        padding-top: 70px;
    }

    .stingy .content_left {
        padding-left: 0;
        padding-right: 0;
    }

    .mmunity_left p {
        width: 100%;

        line-height: 30px;

    }

    .irregular {
        width: 100%;
        margin-left: 0%;
    }

    .irregular p {
        line-height: 26px;
        text-indent: 2em;
        font-size: 14px;

        margin-bottom: 10px;
    }

    .porch {
        margin-bottom: 25px;
    }

    .lucency_in {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;

    }

    .cy_center_a {

        padding-left: 0;
    }

    .swiper_show_img img {
        width: 100%;
    }

    .menu_top {
        position: fixed;
        width: 100%;
        left: 0;
        top: 60px;
        z-index: 9;
        background: #FFFFff;
    }

    .menu_top ul li {
        float: left;
        width: 33.333%;
        position: relative;
        line-height: 40px;
        color: #333;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        white-space: nowrap;
    }

    .menu_top ul li i {
        display: inline-block;
        padding-left: 5px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .menu_top .submenu {
        display: none;
        width: 100%;
        z-index: 111;
        position: fixed;
        top: 101px;
        right: 0;
        left: 0;
        background-color: #fff;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .submenu_one {
        width: 28.125%;
        text-align: center;
        float: left;
        margin: 15px 0 0 3.90625%;
        border: 1px solid #ececec;
        line-height: 34px;
        height: 36px;
        cursor: pointer;

    }

    .acti {
        background-color: #ececec !important;
    }

    .menu_top>ul>li.active1:after {
        background-color: #fff;
        display: inline-block;
        content: "";
        border: 1px solid transparent;
        width: 10px;
        height: 10px;
        border-right-color: #ddd;
        border-top-color: #ddd;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: -7px;
        position: absolute;
        left: 50%;
        margin-left: -5px;
    }

    .menu_top>ul>li.active1  i{    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);}
    .menu_top>ul>li.active1 .submenu {
        display: block;
    }
    .overlay{
        top:0;
        position: fixed;
        width: 100%;
        background-color: rgba(0,0,0,.5);
        bottom: 0;
        left: 0;
        right: 0;
        display: none;
        z-index: 5;
    }

    .appreciate{
        padding: 0 15px;
    }.porch p {

         font-size: 14px;
         line-height: 24px;
     }
     .menu_top_remen ul li{
         width: 100%;
     }
    .rosefinch {
        position: relative;
        bottom: 0;
        left: 0;
        margin-bottom: 15px;
    }.house_type_img {
         width: 100%;
         float: left;
     }
    .house_type_txt {
        width: 100%;
        float: left;
        padding: 0px;
    }.type_txt {
         margin-bottom: 15px;
     }.an_lov {
          position: relative;
          right: 0;
          top: 0;
      }.news_baojia {
           width: 100%;

           right: 0;

           float: none;    border-bottom: 1px solid #ccc;
       }.news_baojia1 {
            padding: 10px 15px;
        }.news_left {
             width: 100%;

             padding-right: 0px;
         }
    .newsin_text_left {
        width: 100%;
        float: left;
        padding-right: 0px;
    }.newsin_text_fa p img {

         width: 100%;
         margin-left: -30px;
     }.newsin_text_fa p {
          font-size: 14px;
          line-height: 24px;
      }.remind a {


           padding: 6px 8px;
           font-size: 16px;

       }.information {
            padding: 10px 0;
            text-align: center;
        }.sec_hd {

             margin-bottom: 10px;
           
         }
}