@font-face {
    font-family: 'iconfont';  /* project id 729189 */
    src: url('//at.alicdn.com/t/font_729189_nt9agnomtai.eot');
    src: url('//at.alicdn.com/t/font_729189_nt9agnomtai.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_729189_nt9agnomtai.woff') format('woff'),
    url('//at.alicdn.com/t/font_729189_nt9agnomtai.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_729189_nt9agnomtai.svg#iconfont') format('svg');
}
.top_city{
    background: red;
    padding: 10px 0;
    color: #ffffff;
}
.city_wit{
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.rit_tel .tel_sz{
    font-size: 25px;
    vertical-align: middle;
    margin-left: 5px;
}
.banner_jh{text-align:center;height:550px;}
.banner_jh img{width:100%;height:100%}

.lft_city{
    margin-top: 4px;
}

.logo_pic a{
    width: 262px;
    height: 42px;
    display: block;
}
.swiper-slide {height:100% !important;}
.jh_nav_li ul li{
    float: left;
}
.jh_nav_li ul li a{
    color: #000;
    font-size: 18px;
    margin-left: 13px;
    height: 68px;
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
}
.header_jh{
    padding: 30px 0 0 0;
}

.jh_nav_li ul li a:after {
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    display: block;
    width: 0px;
    height: 5px;
    position: absolute;
    bottom: 0px;
    background: #e6002d;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.jh_nav_li ul li:hover a:after{
    width: 100%;
}
/* tabs */

.backRed {
    padding-top: 1px;
    box-sizing: border-box;
    background: #e6002d;
    height: 580px;
}
#tabs,#tabs2,#tabs3,#tabs4,#tabs5{width:100%;}
#rabs4 ul{width: 240px;float: left;}
#tabs4 ul{
    width: 240px;float: left;
}
#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li{position: relative;width: 240px;height:140px;}
#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a{display: block;background: #f5f5f5;width: 240px;height:140px;
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
    position: absolute;
    color: #333333;
    font-size: 30px;
}
#tabs4 li .clpop {background:#e6a845;color: #fff;}
#tabs4 li a  samp{
    display: none;
    position: absolute;right: 5px;
}
#tabs4 li a span{
    display: block;
    color: #999999;
    font-size: 16px;
}
#tabs_container{position:relative; float: right; height: 420px;width: 723px;box-sizing: border-box;padding-top: 60px;margin-right: 117px;}

.transition {
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;

    -webkit-transition-delay:.3s;
    -moz-transition-delay:.3s;
    -o-transition-delay:.3s;
    -ms-transition-delay:.3s;
    transition-delay:.3s;
}

.make_transist {
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.hidescale {
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -o-transform:scale(0.9);
    -ms-transform:scale(0.9);
    transform:scale(0.9);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    filter:alpha(opacity=0);
    opacity:0;
}

.showscale {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    opacity:1;

    -webkit-transition-delay:.3s;
    -moz-transition-delay:.3s;
    -o-transition-delay:.3s;
    -ms-transition-delay:.3s;
    transition-delay:.3s;
}

.hideleft {
    -webkit-transform:translateX(-100%);
    -moz-transform:translateX(-100%);
    -o-transform:translateX(-100%);
    -ms-transform:translateX(-100%);
    transform:translateX(-100%);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;
}

.showleft {
    -webkit-transform:translateX(0px);
    -moz-transform:translateX(0px);
    -o-transform:translateX(0px);
    -ms-transform:translateX(0px);
    transform:translateX(0px);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    opacity:1;

    -webkit-transition-delay:.3s;
    -moz-transition-delay:.3s;
    -o-transition-delay:.3s;
    -ms-transition-delay:.3s;
    transition-delay:.3s;
}

.hidescaleup {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;
}

.showscaleup {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    opacity:1;

    -webkit-transition-delay:.3s;
    -moz-transition-delay:.3s;
    -o-transition-delay:.3s;
    -ms-transition-delay:.3s;
    transition-delay:.3s;
}

.hideflip {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;

    -webkit-transform:rotatey(-90deg) scale(1.1);
    -moz-transform:rotatey(-90deg) scale(1.1);
    -o-transform:rotatey(-90deg) scale(1.1);
    -ms-transform:rotatey(-90deg) scale(1.1);
    transform:rotatey(-90deg) scale(1.1);

    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}

.showflip {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    opacity:1;

    -webkit-transition-delay:.3s;
    -moz-transition-delay:.3s;
    -o-transition-delay:.3s;
    -ms-transition-delay:.3s;
    transition-delay:.3s;

    -webkit-transform:rotatey(0deg) scale(1);
    -moz-transform:rotatey(0deg) scale(1);
    -o-transform:rotatey(0deg) scale(1);
    -ms-transform:rotatey(0deg) scale(1);
    transform:rotatey(0deg) scale(1);

    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}

.tabulous_active{
    background:#e6a845;
}
.input-Buttom1 a,.input-Buttom a{
    color: #fff;
}

#tabs4 li .tabulous_active {background:#e6a845;color: #fff;    transition: all .3s ease-in-out;
    transition: .3s;
    width: 280px;
}
#tabs4 li .tabulous_active  span{
    display: block;
    color: #ffedd1;
    font-size: 16px;
}
#tabs4 li .tabulous_active  samp{
    display: block;
    top: 50%;
    margin-top: -10px;
    transition-delay: .2s;
    color: #fff;
    position: absolute;right: 4px;
}
.tabulousclear{display:block;clear:both;}

.Top_cv{
    height: 40px;
    background: #e6002d;
    line-height: 40px;
    padding-left: 16px;
    float: left;
    padding-right: 16px;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
}
.Top_cv p{
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
}
.Top_cv p img{
    width: 22px;
    height: 22px;
    display: block;
}
.clear{
    clear:both;
}
dir{margin: 0;padding: 0;}
.Top_cv dir{
    font-size: 24px;
    float: right;
}
.bac-c{	font-size: 24px;
    padding-top: 15px;
    color: #333333;
}
.left{
    float: left;
}
.right{
    float: right;
}

.input-Yop{
    width: 350px;
    height: 46px;
    box-sizing: border-box;
    margin-bottom: 29px;
    position: relative;
    border: 1px solid #cccccc;
}
.input-Yop input{
    outline: none;
    border: none;
    color: #333333;
    height: 100%;
    display: block;
    width: 100%;
    background: none;
    color: #333333;
    text-indent: 28px;

}
.input-Yop  .Prelist-From-sl-tc{
    outline: none;
    border: none;
    color: #333333;
    height: 100%;
    display: block;
    width: 95%;
    background: none;
    color: #333333;
    text-indent: 28px;

}
.input-Buttom{
    width: 350px;
    height: 46px;
    box-sizing: border-box;

    background: #e6a845;
    text-align: center;
    line-height: 46px;
    color: #fff;
    margin-bottom: 29px;
    font-size: 18px;
    cursor:pointer;box-shadow:0 0 20px rgba(0,0,0,.1)
}
.centnet {
    margin: 0 auto;
    width: 1200px;
}
.Tab-legt {
    height: 420px;
    margin-top: 80px;
    margin-bottom: 80px;
    background: #ffffff;
}


.input-Yop-1{
    width: 160px;
    height: 46px;
    box-sizing: border-box;
    margin-bottom: 29px;
    position: relative;
    border: 1px solid #cccccc;
    margin-right: 20px;
}
.input-Yop-1 .Prelist-From-sl-tc{
    outline: none;
    border: none;
    color: #333333;
    height: 100%;
    display: block;
    width: 95%;
    background: none;
    color: #333333;
    text-indent: 17px;
}
.input-Yop-2{
    width: 250px;
    height: 46px;
    box-sizing: border-box;
    margin-bottom: 29px;
    position: relative;
    margin-right: 20px;
    border: 1px solid #cccccc;
}
.marght_right{
    margin-right: 0;
}
.input-Yop-2 input {
    outline: none;
    border: none;
    color: #333333;
    height: 100%;
    display: block;
    width: 100%;
    background: none;
    color: #333333;
    text-indent: 28px;

}.input-Buttom1{
     width: 160px;
     height: 46px;
     box-sizing: border-box;
     background: #e6a845;
     text-align: center;
     line-height: 46px;
     color: #fff;
     margin-bottom: 29px;
     font-size: 18px;
     cursor:pointer;box-shadow:0 0 20px rgba(0,0,0,.1)
 }


.tc_zhinan{
    padding: 80px 0;
    width: 1280px;
    margin: 0 auto;
    text-align: center;
}
.swiper_cnt{
    width: 546px;
    height: 587px;
    position: relative;
	z-index:4;
    overflow: hidden;
}
.tc_boxzn{
    position: relative;
    margin-top: 40px;
}
.lft_yyan{
    position: relative;
}
.tc_boxzn .swiper-pagination1{
    position: absolute;
    bottom: -40px;
    text-align: center;
    width: 100%;
}
.tc_boxzn .swiper-pagination1 span.swiper-pagination-bullet{
    width: 80px;
    height: 2px;
    border-radius: 0;
    margin: 0 10px;
}
.ri_iput{
    position: relative;
}
.int_hq_form{
    position: absolute;
    top: 320px;
    left: 50px;
}
.int_hq_form input{
    width: 200px;
    margin: 0 auto 10px;
    height: 35px;
    border: none;
    display: block;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.int_hq_form a{
    width: 200px;
    height: 50px;
    display: block;
}
.triangle-right{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 60px solid red;
    border-bottom: 30px solid transparent;
    position: absolute;
    right: -60px;
    top: 212px;
	z-index:5;
}
.tc_boxzn .swiper-pagination1 span.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e50012;
}
.tc_boxzn .swiper-pagination1 span{
    display: inline-block;
}
.swiper_cnt img{
    height: 100%;
}
.title_cc{
    background: url(../img/title_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 447px;
    height: 87px;
    font-size: 35px;
    display: inline-block;
    line-height: 87px;
}
.title_cc h2{
    font-weight: bold;
}
.title_cc .bor_xx{
    width: 40px;
    height: 2px;
    background: #000000;
    margin: 0 auto;
    display: block;
}
.al_zs_box{
    width: 302px;
    height: 90px;
    background: url(../img/title_bg1.jpg) no-repeat center;
}
.f_title_bt{
    font-size: 18px;
    color: #9a9c9d;
    margin-top: 20px;
}
.qp_nav_li ul li{
    width: 32.91666666666667%;
    height: 423px;
    float: left;
    margin-right: 0.6%;
    position: relative;
    margin-bottom: 0.6%;
    overflow: hidden;
}
.hj_ipt_ri{
    width: 20.5%;
    position: absolute;
    right: 0;
    margin-top: 166px;
    text-align: center;
}
.hj_ipt_ri input{
    display: block;
    width: 200px;
    margin: 0 auto 10px;
    height: 35px;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hj_ipt_ri a{
    width: 200px;
    margin: 0 auto 10px;
    height: 35px;
    display: block;
    background: #e50012;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
}
.qp_nav_li .slidiv{
    background-color: rgba(229,0,18,0.6);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
}
.qp_nav_li ul li.liubai{
    margin-right: 0;
}
.top_pic{
    width: 100%;
    height: 350px;
}
.swiper-slide a{display:block !important;height:100%;}
.top_pic img{
    width: 100%;
    height: 100%;
}
.font_wz_bt{
    padding: 10px 20px;
    height: 73px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0px 5px 15px #888888;
    box-shadow: 0px 4px 15px #888888;
}
.qp_nav_li{
    margin-top: 40px;
}
.swiper-container2{
    position: relative;
}
.swiper-pagination2{
    position: absolute;
    z-index: 5;
    width: 100%;
    text-align: center;
}
.swiper-pagination2 span{
	margin:0 5px;
    display: inline-block;
}
.br_next {
    width: 95px;
    height: 125px;
    position: absolute;
    right: 42px;
    top: 180px;
    background: url(../img/br_next.png) no-repeat;
    cursor: pointer;
    z-index: 8;
}
.br_prev{
    width: 95px;
    height: 125px;
    position: absolute;
    left: 42px;
    cursor: pointer;
    top: 180px;
    z-index: 8;
    background: url(../img/br_prev.png) no-repeat;
}
.swiper-tabs1{
    position: relative;
}
.br_next1 {
    width: 95px;
    height: 125px;
    position: absolute;
    right: 42px;
    top: 180px;
    background: url(../img/br_next.png) no-repeat;
    cursor: pointer;
    z-index: 8;
}
.br_prev1{
    width: 95px;
    height: 125px;
    position: absolute;
    left: 42px;
    cursor: pointer;
    top: 180px;
    z-index: 8;
    background: url(../img/br_prev.png) no-repeat;
}
.sjs_bg{
    width: 708px;
    height: 103px;
    background: url(../img/title_bg2.jpg) no-repeat center;
}
.anli_zs{
    padding: 50px 0;
}
.mh_tab_djd{
    text-align: center;
    padding: 50px 0 0 0;
}
.mh_tab_djd h2{
    font-size: 35px;
    margin-bottom: 5px;
    font-weight: 400;
}
.mh_tab_djd p{
    color: #888888;
    font-size: 20px;
}
.sc_mhua{
    margin-top: 30px;
}
.swiper_br img{
    width: 380px;
    display: block;
}
.sjs_jj_f{
    width: 380px;
    height: 197px;
    padding: 15px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eeeeee;

}
.map_pi_bg{
    width: 1000px;
    height: 133px;
    background: url(../img/maopi.png) no-repeat center;
}
.map_pi_bg h2{
    margin-top: 40px;
}
.sn_nav_li{
    margin-top: 40px;
}
.map_pi{
    margin-top: 60px;
}
.sn_nav_li ul li{
    width: 23.5%;
    text-align: center;
    color: #FFFFFF;
    margin-right: 2%;
}
.sn_nav_li ul li img{
    width: 100%;
}
.sn_nav_li ul li.fr_join{
    margin-right: 0;
    float: right;
}
.sn_nav_li ul li .sn_bt_font{
    padding: 20px 30px;
    background: #e50012;
    font-size: 29px;
}
.sn_bt_font span.bor_bs{
    width: 60px;
    height: 2px;
    background: #FFFFFF;
    display: block;
    margin: 15px auto;
}
.sn_nav_li ul li{
    float: left;
}
.sn_nav_li ul li p{
    text-align: left;
    font-size: 20px;
    line-height: 28px;
}
.mh_xx_djd ul{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.mh_xx_djd ul li{
    display: inline-block;
    margin: 0 25px;
}
.mh_xx_djd ul li p{
    margin-top: 10px;
}
.font_width{
    font-size: 15px;
    font-weight: bold;
    color: #595757;
    font-size: 17px;
}
.box_sjs_jjl{
    font-size: 17px;
    margin-bottom:8px;
}
.ri_zcz{
    margin-left: 70px;
}
.mx_xtong{
    width: 708px;
    height: 103px;
    background: url(../img/mx_xtong.png) no-repeat center;
}
.dx_box_pic{
    text-align: center;
    margin: 80px 0;
}
.yuyue_sjs a{
    width: 200px;
    height: 44px;
    background: #fdd000;
    display: block;
    line-height: 40px;
    color: #231915;
    font-size: 25px;
    margin: 30px auto 0;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.25), 0 0.2em 0.2em rgba(0, 0, 0, 0.05);
}

.yuyue_sjs a span{
    color: #e50012;
}
.swiper_br{
    margin-top: 40px;
}


/* 从毛坯到精装 标准化施工流程 */
.qh_tupian{
    height: 1013px;
    overflow: hidden;
}
.qh_tupian ul li{
    display: none;
}
.qh_tupian ul li img{
    width:100%;
}
.next_pver .jinatou_b{
    width: 3%;
    background: #eee;
    height: 263px;
}
.cnt_nm_xt{
    width: 92%;
    background: #ebebeb;
}
.cnt_nm_xt ul li{
    float: left;
    width: 23%;
    margin-left: 2%;
    transition:  1s;
    -moz-transition:  1s;	/* Firefox 4 */
    -webkit-transition:  1s;	/* Safari 和 Chrome */
    -o-transition:  1s;	/* Opera */
}
.cnt_nm_xt ul li.tp_up_de{
    transform:translateY(-30px);
    -ms-transform:translateY(-30px); 	/* IE 9 */
    -moz-transform:translateY(-30px); 	/* Firefox */
    -webkit-transform:translateY(-30px); /* Safari 和 Chrome */
    -o-transform:translateY(-30px); 	/* Opera */
}
.jinatou_b{
    text-align: center;
    cursor: pointer;
}
.jinatou_b img{
    width: 80%;
    margin: 90px auto 0;
}
.guoji_bt {
    width: 964px;
    height: 131px;
    background: url(../img/guoji_tit.png) no-repeat center;
}
.guoji_bt h2{
    margin-top: 41px;
}
.cnt_nm_xt ul li img{
    width: 100%;
}
.cnt_nm_xt ul li p{
    padding: 10px 0;
    background: #dcdcdd;
    text-align: center;
    font-size: 30px;
}
.guoji_one .mi_hua_br{
    background: #fefefe;
}
.pp_box_he{
    padding: 50px 0;
    text-align: center;
    background: #ebebeb;
}
.kf_liuchen{
    margin-top: 100px;
}
.kf_nav_li ul{
    text-align: center;
    width: 100%;
    margin-top: 40px;
}
.kf_nav_li ul li{
    width: 20%;
    height: 120px;
    display: inline-block;
    vertical-align: middle;
    background: #FFFFFF;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 25px;

}
.cliao_box{
    background: #eeeeee;
    padding: 100px 0;
}
.up_cl_pic ul li img{
    width: 900px;
}
.up_cl_pic ul li span{
    width: 300px;
    display: block;
    height: 656px;
    background: red;
    color: #FFFFFF;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
.up_cl_pic ul li span h2{
    font-size: 30px;
    font-weight: 400;
}
.up_cl_pic ul li span h5{
    margin: 20px 0;
    font-size: 20px;
    font-weight: 300;
}
.up_cl_pic ul li span p{
    font-size: 20px;
    line-height: 35px;
}
.cnt_images_cl ul li{
    float: left;
    width: 233px;
    margin-left: 21px;
}
.dibu_lca{
    text-align: center;
}
/* vr */
.vr_back{
    background: red;
    color: #ffffff;
}
.anli_vr{
    width: 513px;
    height:102px;
    background: url(../img/anli.png) no-repeat center;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.Cooldog_container {
    width: 1410px;
    height: 724px;
    margin: 0 auto 0;
    position: relative;
    overflow: hidden;

}

.Cooldog_container .Cooldog_content {
    position: absolute;
    width: 498px;
    height: 220px;
    top: 0;
    left: 50%;
    margin-left: -249px;
    padding-top: 350px;
    margin-top: 149px;
}

.Cooldog_container .Cooldog_content li {
    position: absolute;
    top: 0;
    left: 0;
    width: 602px;
    height: 306px;
    transition: all 0.3s ease;
}

.Cooldog_container .Cooldog_content li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.Cooldog_container .btn_left, .Cooldog_container .btn_right {
    width: 126px;
    height: 179px;
    position: absolute;
    top: 233px;
    z-index: 50;
    color: #fff;
    line-height: 179px;

}

.Cooldog_container .btn_left {
    text-align: left;
    left: 0;
}

.Cooldog_container .btn_right {
    text-align: right;
    right: 0;
}

.Cooldog_container i {
    font-size: 50px;
}

.Cooldog_container .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: none;
    line-height: 20px;
    text-align: center;
    background-color: #BCB9B9;
    color: #fff;
}

.Cooldog_container .btn_close i {
    font-size: 18px;
}

.Cooldog_container .buttons {
    width: 370px;
    height: 5px;
    line-height: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -185px;
    z-index: 80;
}

.Cooldog_container .buttons a {
    float: left;
    width: 40px;
    height: 5px;
    background-color: #898F94;
    margin-right: 15px;
}

.Cooldog_container .buttons a.color {
    background-color: #92ffff;
}

.Cooldog_container .buttons a:last-child {
    margin-right: 0;
}

.p1 {
    transform: translate3d(-1120px, 0, 0) scale(0.81);
    opacity: 0.4;
    z-index: 1;
}

.p2 {
    transform: translate3d(-781px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.6;
    z-index: 2;
}

.p3 {
    transform: translate3d(-456px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 3;
}

.p4 {
    transform: translate3d(-56px, 0, 0) scale(2);
    opacity: 1;
    z-index: 4;
}

.p5 {
    transform: translate3d(463px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 3;
}

.p6 {
    transform: translate3d(965px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.6;
    z-index: 2;
}

.p7 {
    transform: translate3d(1800px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.4;
    z-index: 1;
}
.jia{
    width:100%;
    height: 20px;
    background: #FFFFFF;
    display: none;
}
.p4 .jia{
    display: block;
}

/* 了解佳鸿 */
.about_lj{
    width: 460px;
    height:88px;
    background: url(../img/about_box.png) no-repeat center;
}
.about_jh_b{
    background: #eeeeee;
    padding-bottom: 40px;
}
.about_jh_b .tc_zhinan{
    padding: 40px 0;
}
.bfb_kd{
    width: 50%;
    height: 591px;
}
.lf_about_pic img{
    width: 100%;
    height: 100%;
}
.ri_about_wz{
    background: red;
    padding: 60px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 20px;
    height: 591px;
    line-height: 35px;
}
.ri_about_wz p{
	text-indent:41px;
}
.ri_about_wz h2{
    text-align: left;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 500;
}
.bot_about_pic{
    margin-top: 40px;
}
.bot_about_pic ul li{
    width: 19.5%;
    float: left;
    margin-right: 0.6%;
    overflow: hidden;
}
.bot_about_pic ul li:last-child{
    margin-right: 0;
    float: right;
}
.bot_about_pic ul li img{
    width: 100%;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.bot_about_pic ul li:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/* 装修话题 */
.zxht{
    width: 791px;
    height:93px;
    background: url(../img/zxht1.jpg) no-repeat center;
}
.ri_select_xz ul li{
    width: 280px;
    font-size: 29px;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #595757;
    border: 2px solid #dcdcdd;
    cursor: pointer;
    text-align: left;
    position: relative;
}
.ri_select_xz ul li.select_hr{
    background: red;
    color: #FFFFFF;
    border: 2px solid red;
}
.about_lf{
	display:none;
}
.select_hr .about_lf{
    font-size: 28px;
    color: #FFFFFF;
    position: absolute;
    right: 17px;
    top: 34px;
	display:block;
}
.ri_select_xz ul li p{
    font-size: 15px;
}
.ri_select_xz ul li+li{
    border-top: none;
}
.ri_font_z{
    width: 879px;
    text-align: left;
    padding: 50px 0;
    font-size: 20px;
}
.ri_font_z ul li{
    margin-bottom: 40px;
	overflow:hidden;
}
.ri_font_z ul li span{
    display: inline-block;
	color:#000;
}
.ri_font_z ul li img{
    width: 131px;
    height: 104px;
    float: right;

}
.bot_about_cl{
    padding-top: 60px;
}

.design-link{
    position: relative;
}

/* 设计师页面 */
.sjs_bg1{
    width: 100%;
    height: 500px;
    background: url(../img/sjs_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url(../img/next.png) no-repeat;
    right: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url(../img/prev.png) no-repeat;

}
.swiper-button-next, .swiper-button-prev{
    width: 51px;
    height: 76px;
}
.tx_pic{
    width: 100px;
    height: 100px;
    margin: 120px auto 30px;
	border-radius: 50%;
    overflow: hidden;
}
.nav_a_line a{
    width: 80px;
    height: 30px;
    border-radius: 8px;
    background: #231915;
    display: inline-block;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0 10px;
}
.nav_a_line a:hover{
    background: #e50012;
}
.tp_tab_sjs{
    margin: 30px 0;
}
.tp_tab_sjs a{
    width: 597px;
    height: 50px;
    background: #dcdcdd;
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    color: #000000;
}
.tp_tab_sjs a.one_hq{
    background: #e50012;
    color: #FFFFFF;
}
.sjs_rw img{
    width: 306px;
}
.sjs_ft{
    text-align: left;
    width: 840px;
}
.left_wzz1{
    height: 130px;
}
.sjs_ft p{
    line-height: 30px;
}
.sjs_ft h2{
    margin-top: 20px;
}
.sjs_ft h3{
    font-size: 17px;
    font-weight: 500;
    margin: 20px 0;
}
.sjs_ft .cet_bor{
    width: 44px;
    height: 1px;
    background: #b3b2b2;
    display: block;
    margin: 30px 0;
}
.anli_zp_h2 h2{
    border-bottom: 1px solid #d8d7d7;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.anli_zp_h2{
    margin-top: 150px;
}
.Owner_case {
    width: 100%;
    margin-bottom: 40px;
}
.Owner_case ul li{
    width: 32.91666666666667%;
    height: 380px;
    float: left;
    overflow: hidden;
    margin-right: 0.49rem;
    margin-bottom: 0.625rem;
    position: relative;
}
.Owner_case ul li img{
    width: 100%;
    height: 100%;
}

.slidiv {
    height: 100%;
    width: 100%;
    background: #e6002d;
    position: absolute;
    left: 100%;
    top: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slidiv p {
    line-height: 40px;

}
.slidiv a {
    width: 180px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 23px;
    border-radius: 46px;
}
.Owner_case ul .liubai {
    margin-right: 0;
}
.fy_next ul li {
    padding: 10px 18px;
    border: 1px solid #dcdcdd;
    display: inline-block;
    cursor: pointer;
}
.fy_next{
    margin: 20px 0;
}
.fy_next ul{
    text-align: center;
}
.fy_next ul li.ths_dq {
    border: 0;
    color: red !important;
}

/* 红钻工程 */
.hz_banner img,.lc_b_xia img{
    width: 100%;
}
.list_hz_ul ul li{
    width: 24.5%;
    float: left;
    margin-right: 0.655%;
    margin-bottom: 0.7%;
}
.list_hz_ul ul li.jj_jl{
    margin-right: 0;
    float: right;
}
.hz_bt_wz .sz_hz_xx{
    width: 50px;
    height: 50px;
    background: red;
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    margin-right: 20px;
}
.sz_hz_fz{
    width: 77%;
}
.sz_hz_fz span.bt_hzx{
    width: 150px;
    height: 1px;
    background: #bbbaba;
    display: block;
    margin: 15px 0;
}
.sz_hz_fz h4{
    margin-top: 12px;
    font-size: 20px;
}
.sz_hz_fz p{
    line-height: 25px;
}
.jh_bfb_li ul li{
    width: 19.2%;
}
.jh_bfb_li ul li>img{
    width: 100%;
	height:366px;
	filter: grayscale(100%);
	transition:.5s;
}
.jh_bfb_li ul li:hover img{
	filter: grayscale(0%);
}
.lf_sg_icon{
    width: 18%;
    color: #FFFFFF;
    background: #e50012;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 5px 5px 0;
    font-size: 23px;
    height: 112px;
}
.ri_sg_font{
    width: 82%;
    font-size: 12px;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jh_bfb_li ul li .lf_sg_icon img{
    width: 80%;
    margin: 0 auto;
    display: block;
}
.jh_bfb_li ul li{
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}
.jh_bfb_li ul li.jj_jl{
    margin-right: 0;
    float: right;
}
.ri_sg_font span.bt_hzx {
    width: 150px;
    height: 1px;
    background: #bbbaba;
    display: block;
    margin: 10px 0;
}
.ri_sg_font h4{
    font-size: 18px;
}
.bz_box_jh .bt_imaeg{
    background: #FFFFFF;
    margin: 40px 0;
}
.form_hj_ipt{
    width: 100%;
    height: 475px;
    background: url(../img/form_bj.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}
/* 有氧整装 */
.tav_bz_yxzz ul li{
    float: left;
    width: 14.19%;
    border: 1px solid #a0a0a1;
    height: 60px;
    line-height: 60px;
    text-align: center;

}
.tav_bz_yxzz ul li a{
    font-size: 25px;
    color: #000000;
    display: block;
}
.tav_bz_yxzz ul li:hover{
    background: #e50012;
}
.tav_bz_yxzz ul li:hover a{
    color: #FFFFFF;
}
.tav_bz_yxzz ul li+li{
    border-left: none;
}
.tav_bz_yxzz ul li.sele_hv a{
    background: #e50012;
    color: #FFFFFF;
}

.qida_bz_k{
    background: url(../img/qd_bt_bg.png) no-repeat center;
    width: 710px;
    margin: 0 auto;
}
.l_z_demo{
    background: url(../img/l_z_demo.png) no-repeat center;
    width: 710px;
    margin: 0 auto;
}
.zx_nav_li ul li{
    width: 19%;
}
.zx_nav_li ul li img{
    width: 100%;
}
.zx_nav_li ul li{
    float: left;
    margin-right: 1.25%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.25%;
}
.zx_nav_li ul li.g_r_demo{
    margin-right: 0;
    float: right;
}
.zx_nav_li ul li span.zz_zx_span{
    position: absolute;
    width: 100%;
    background-color:rgba(0,0,0,0.7); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
    display: block;
    height: 100%;
    bottom: 0;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    text-align: center;
    color: #FFFFFF;
    padding: 40% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 30px;
}
.zx_nav_li ul li:hover span.zz_zx_span{

    bottom: -400px;
}
.mhh_pic{
    background: url(../img/mhh_pic.png) no-repeat center;
    width: 800px;
    margin: 0 auto;
    height: 140px;
}
.mhh_pic h2{
    margin-top: 45px;
}
.mi_hua_br{
    width: 100%;
    background: #eeeeee;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper_mh{
    margin-top: 50px;
	height:600px;
}
.swiper_mh img{
	height:100%;
	width:100%;
}
.next_zzc,.prev_zzc{
    width: 18.5%;
    height: 100%;
    background-color:rgba(0,0,0,0.6); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
    position: absolute;
    top: 0;
    z-index: 5;
    cursor: pointer;
}
.prev_zzc{
    right: 0;
}
.swiper_mh_box .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;
    width: 60%;
	height:600px;
}

/* footer */
.city_dizhi{
	width: 100%;
    color: #6d6d6d;
    font-size: 16px;
    background: #000;
    padding-top: 20px;
    padding-bottom: 20px;
	text-align:Center;
}
.city_dizhi p{
	line-height:25px;
}
.footer_jh{
    padding: 43px 0;
    background: #e50012;
    height: 443px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_wit{
    color: #ffffff;
}
.lt_jh_nav{
    margin-right: 70px;
}
.lt_jh_nav h4{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 45px;
}
.lt_jh_nav a{
    display: block;
    color: #ffffff;
    margin-bottom: 18px;
    text-align: left;
    font-size: 18px;
}
.anli_vr .bor_xx {
    background-color: #ffffff;
}
.vr_back .f_title_bt{
    color: #ffffff;
    margin-top: 0;
}
.pic_bfb img{
    width: 100%;
}
.tel_dh_le{
    color: #FFFFFF;
    font-size: 46px;
}
.tel_dh_le img{
    width: 300px;
    height: 50px;
    display: block;
    margin-top: 20px;
}
.ewm_pic img{
    width: 120px;
    margin-left: 20px;
}
.up_cl_pic{
    height: 656px;
    overflow: hidden;
}
.up_cl_pic ul li{
    display: none;
}


/* 案例 */
.le_syAlPic{
    width: 63.6%;
    position: relative;
    overflow: hidden;
}
.le_syAlPic span.zzc_bt_hs{
    width: 95%;
    padding: 30px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
.zzc_tp_hs{
    position: absolute;
    top: 0;
    background-color: rgba(230,0,45,0.8);
    color: #FFFFFF;
    padding: 20px;
    left: 3%;
}
.zzc_tp_hs p.huxuan{
    margin: 15px 0;
}
.zuihoule{
    width: 54%;
    height: 215px;
    overflow: hidden;
}

.zzc_tp_hs h2{
    font-weight: 400;
    font-size: 30px;
}
.zzc_tp_hs h3.quanbao_ss{
    font-size: 30px;
    font-weight: 400;
}
.zzc_tp_hs span.anl_n_br{
    width: 60px;
    height: 2px;
    background-color: #FFFFFF;
    display: block;
    margin-top: 20px;
}
.zzc_tp_hs p a{
    width:138px;
    height: 40px;
    background: #fdd000;
    color: #e50012;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}
.zzc_tp_hs p{
    font-size: 18px;
}
.ri_syAlPic{
    width: 35%;
    height: 900px;
}
.ri_syAlPic ul li{
    width: 48%;
    text-align: center;
    padding: 22px 0;
    background: #dcdcdd;
    float: left;
    margin-bottom: 4%;
}
.tp_sy_al .ri_syAlPic ul li:nth-child(2){
	float:right;
}
.tp_sy_al .ri_syAlPic ul li:nth-child(4){
	float:right;
}
.btm_nav_btm .ri_syAlPic ul li:nth-child(3){
	float:right;
	margin-right: 0;
}
.ri_syAlPic ul li.ri_bjqc{
    float: right;
    margin-right: 0;
}
.btm_nav_btm .ri_syAlPic ul li.ri_bjqc{
    float: right;
    margin-right: 0;
}
.anl_n_wtdt a{
    width: 48%;
    height: 40px;
    display: inline-block;
    background:#fdd000;
    text-align: center;
    line-height: 40px;
    color: #e50012;
}
.anl_n_wtdt a.red_hs{
    background: #e50012;
    color: #FFFFFF;
}
.anl_n_wtdt{
    width: 90%;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
}
.anl_n_wtdt img{
    width: 100%;
	height:193px;
}
.img_yccc{
    height: 193px;
    overflow: hidden;
}
.anl_n_wtdt h2{
    font-size: 30px;
    color: red;
    margin-top: 10px;
}
.anl_n_wtdt .anl_n_br{
    width: 40px;
    height: 2px;
    background: red;
    display: block;
    margin: 10px 0;
}
.anl_n_wtdt p{

}
.anl_n_wtdt p:nth-child(1){
	height:27px;
}
.anl_n_wtdt h3{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.le_syAlPic img{
    width: 100%;
    height: 864px;
}
.le_syAlPic img,.anl_n_wtdt img{
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.le_syAlPic:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.anl_n_wtdt:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.al_banner img{
    width: 100%;
}




@media screen and (max-width: 1800px) {
    .le_syAlPic img {
        height: 895px;
    }
    .ri_syAlPic{
        height: 795px;
    }
			.anl_n_wtdt h3{
		font-size:20px
	}
}
@media screen and (max-width: 1700px) {
    .le_syAlPic img {
        height: 860px;
    }
    .ri_syAlPic{
        height: 795px;
    }
		.anl_n_wtdt h3{
		font-size:20px
	}
}
@media screen and (max-width: 1300px) {
    .le_syAlPic img {
        height: 857px;
    }
    .ri_syAlPic{
        height: 795px;
    }
	.anl_n_wtdt h3{
		font-size:20px
	}
}
/*@media screen and (max-width: 1600px) {*/
    /*.le_syAlPic img {*/
        /*height: 849px;*/
    /*}*/
    /*.ri_syAlPic{*/
        /*height: 795px;*/
    /*}*/
/*}*/
.ri_zba{
    width: 44%;
}
.btm_nav_btm .ri_syAlPic{
    width: 100%;
}
.btm_nav_btm .ri_syAlPic ul li{
    width: 30%;
    margin-bottom: 0;
    margin-right: 5%;
}
.btm_nav_btm .ri_syAlPic ul li .anl_n_wtdt{
    height: 215px;
}
.btm_nav_btm .ri_syAlPic{
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}
.btm_nav_btm .ri_syAlPic ul li .anl_n_wtdt img{
    width: 100%;
    height: 100%;
}
.tp_sy_al{
    margin-top: 50px;
}
.up_dqWz{
    text-align: left;
    padding: 20px 0;
    color: #888888;
    font-size: 20px;
}
.up_dqWz a{
    color: #888888;
}
.sx_jh_nav{
    width: 1200px;
    margin: 40px auto;
}
.sx_box_li span{
    margin-left: 10px;
    margin-right: 30px;
    font-size: 20px;
}
.sx_box_li a{
    font-size: 17px;
    margin-right: 30px;
    color: #000000;
}
.sx_box_li a.focus{
	background:red;
	color:#fff;
	padding:0 5px;
}
.sx_jh_nav{
    position: relative;
}
.sx_box_li{
    margin-bottom: 30px;
}
.sxs_bj{
    width: 276px;
    height: 169px;
    background: url(../img/sx_baojia.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}
.n_sxs_bj{
    margin-top: 56px;
    padding-left: 35px;
}
.n_sxs_bj input{
    width: 153px;
    height: 23px;
    background: #FFFFFF;
    border: none;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.n_sxs_bj a{
    width: 56px;
    height: 23px;
    display: inline-block;
    background: #ff0;
    color: red;
    font-size: 13px;
    vertical-align: middle;
    line-height: 23px;
    text-align: center;
}
.yz_zxJh h2 span.yz_brBtm{
    width: 50px;
    height: 3px;
    background: red;
    display: block;
    margin-top: 10px;
}
.yz_zxJh h2{
    text-align: left;
    font-size: 40px;
    margin: 60px 0;
}
.anli_tPic ul li{
    width: 363px;
}
.anli_tPic ul li img{
	width:100%;
	height:244px;
}
.anli_tPic ul li:nth-child(3){
	margin-right:0;
	float:right;
}
.anli_tPic ul li:nth-child(6){
	margin-right:0;
	float:right;
}
.anli_tPic ul li:nth-child(12){
	margin-right:0;
	float:right;
}
.anli_tPic ul li:nth-child(9){
	margin-right:0;
	float:right;
}
.le_btn_tt{
    text-align: left;
}
.ri_link_zx a{
    width: 100px;
    height: 35px;
    background: red;
    display: inline-block;
    line-height: 35px;
    color: #FFFFFF;
    margin-top: 10px;
}
.anli_tPic ul li .btn_tt{
    padding: 10px 15px;
    background: #eeeeee;
}
.anli_tPic ul li{
    float: left;
    margin-right:55px;
    margin-bottom: 55px;
}
.anli_tPic ul li.g-riBj{
    float: right;
    margin-right: 0;
}
.sy_yea ul li{
    display: inline-block;
    padding: 5px 14px;
    font-size: 15px;
    border: 1px solid #9fa0a0;
    color: #4c4948;
}
.sy_yea ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000000;
}

.fy_bor{
    padding: 5px 5px;
    font-size: 15px;
    border: 1px solid #9fa0a0;
    margin-left: 5px;
    margin-right: 5px;
}
.d_list_ye input{
    border: none;
    width: 30px;
}
.qd_list_fy a{
    padding: 5px 10px;
    display: inline-block;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #333333;
}
.sy_yea{
    margin-bottom: 50px;
}
.anli_baojia .backRed{
    background: #dcdcdd;
}
.rz_navTui{
    width: 611px;
}
.rz_navTui ul li{
    position: relative;
}
.rz_navTui ul li{
    width: 293px;
    float: left;
	height:206px;
}

.rz_navTui1 ul li{
    position: relative;
    width: 284px;
	height:220px;
}
.rz_navTui ul li:nth-child(1){
    width: 611px !important;
    margin-bottom: 15px;
    height: 456px;
    overflow: hidden;
}
.rz_navTui ul li:nth-child(3){
    margin-left: 25px;
}

.zz_span_sd{
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3% 0;
    color: #FFFFFF;
    font-size: 25px;
}
.rz_navTui1{
    width: 580px;
}

.rz_navTui1 .ct_navLi li{
    height: 459px;
}
.rz_navTui1 .one_gFl li{
    margin-bottom: 17px;
}
.rz_navTui1 .two_gFl li{
    float: left;
    margin-left: 5px;
}

.up_dqWz a.dqw_red{
    color: red;
}
.le_box_nr{
    width: 924px;
    border: 2px solid #dcdcdd;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.le_box_nr h2{
    font-size: 40px;
    font-weight: 300;
}
.box_cn{
    border-bottom: 1px solid #888888;
    padding: 30px 0;
}
.box_cn span{
    margin: 0 40px;
    color: #888888;
    font-size: 20px;
}



.pc-slide {
    width: 100%;
    margin: 25px auto 0;
}

.view .swiper-container {
    width: 100%;
    height: 500px;
}
.view .swiper-container .swiper-wrapper img{
    height: 100%;
}
.view .arrow-left {
    background: url(../img/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url(../img/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 31px;
    height: 51px;
    z-index: 10;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    width: 100%;
    height: 82px;
}

.preview .swiper-slide {
    width: 107px;
    height: 100px;
    cursor:pointer;
    margin-right: 15px;
}

/*.preview .slide6 {*/
    /*width: 82px;*/
/*}*/

.preview .arrow-left {
    background: url(../img/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../img/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
	width:100%;
	height:100%;
}

.preview .active-nav img {
    padding: 0;
    border: 3px solid #f00000;
}
.ali_btnR p{
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
}
.tp_Ands{
    border: 2px solid #dcdcdd;
    width: 234px;
    padding: 20px 8px;
}
.tp_Ands h3{
    font-size: 20px;
    font-weight: 400;
}
.tp_Ands_tx{
    text-align: center;
    margin: 10px 0;
}
.tp_Ands_tx img{
    width: 100px;
    height: 100px;
}
.tp_Ands p{
    line-height: 26px;
}
.tp_Ands p span{
    font-weight: bold;
}
.bj_al_bg{
    width: 254px;
    height: 519px;
    background: url(../img/from_bg_al.jpg) no-repeat center;
    background-size: 100%;
}
.bj_al_bg select{
    margin-top: 301px;
}
.bj_al_bg input{
    width: 188px;
    border: 1px solid #FFFFFF;
    height: 32px;
    background: none;
    color: #FFFFFF;
    margin-bottom: 10px;
	padding-left:5px;
	    box-sizing: border-box;
}
.bj_al_bg select{
	width: 188px;
    border: 1px solid #FFFFFF;
    height: 32px;
    background: none;
    margin-bottom: 10px;
	color:#fff;
}
.bj_al_bg select{
	width: 188px;
    border: 1px solid #FFFFFF;
    height: 32px;
    background: none;
    margin-bottom: 10px;
	color:#fff;
}
.bj_al_bg select option{
    color: #000;
}
.bj_al_bg input::-webkit-input-placeholder{
    color:#FFFFFF;
}
.bj_al_bg input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#FFFFFF;
}
.bj_al_bg input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#FFFFFF;
}
.bj_al_bg input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#FFFFFF;
}
.bj_al_bg a{
    width: 188px;
    height: 32px;
    display: block;
    background: #fdd000;
    line-height: 32px;
    text-align: center;
    color: red;
    margin: 0 auto;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.15em 0 rgba(0, 0, 0, 0.25), 0 0.2em 0.2em rgba(0, 0, 0, 0.05);
}
.sx_qHun a{
    color: #000000;
}
.sx_qHun a span{
    width: 100px;
    height: 40px;
    background: #c7c4c4;
    display: inline-block;
    line-height: 40px;
    color: #000000;
}
.sx_qHun{
    padding: 20px 30px;
}
.qt_rmAl h2{
    text-align: left;
    font-size: 30px;
    font-weight: 400;
}
.qt_rmAl{
    width: 1200px;
    margin:50px auto 0;
}
.qt_rmAl_nav{
    margin-top: 20px;
	overflow: hidden;
}
.qt_rmAl_nav ul li{
    width: 290px;
    height: 226px;
    position: relative;
    float: left;
    margin-right: 10px;
}
.qt_rmAl_nav ul li span{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.3);
    display: block;
    position: absolute;
    bottom: 8px;
    font-size: 20px;
}
/* 软装 */
.tz_title h2{
    border-bottom: 1px solid #000000;
    padding: 5px 5px;
    width: 170px;
    margin: 50px auto;
    font-size: 40px;
    font-weight: 400;
}
.upSming{
    color: #ffffff;
    background: #5d5757;
    width: 270px;
    font-size: 23px;
    padding: 5px 10px;
    margin: 50px 0;
}
.upSming_nav ul li{
    width: 290px;
    float: left;
    margin-right: 13px;
    margin-top: 13px;
}
.upSming_nav ul li.jh_gong{
    float: right;
    margin-right: 0;
}
.upSming_nav ul li img{
    width: 100%;
}
.upSming_nav ul li span{
    width: 100%;
    height: 50px;
    background: #e9e9e9;
    display: block;
    line-height: 50px;
    font-size: 20px;
}

.buju_kjin .le_bujuPic,.buju_kjin .ri_bujuFo{
    width: 600px;
}
.ri_bujuFo{
    background: #e60012;
}
.ri_bujuFo{
    padding: 123px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 296px;
    color: #ffffff;
    font-size: 25px;
}
.ri_bujuFo span{
    width: 80px;
    height: 2px;
    background: #ffffff;
    display:block;
    margin: 15px auto;
}
.ri_bujuFo p{
    font-size: 20px;
}

.buju_kjin ul li{
    overflow: hidden;
}
.buju_kjin img{
    width: 100%;
    height: 296px;
}
.red_bfbKd{
    background: #e60012;
    padding: 55px 0;
}
.nav_rz_picA .upSming+p{
    color: #ffffff;
    font-size: 24px;
    text-align: left;
    line-height: 35px;
    margin-bottom: 20px;
}



/* 品质保障 */
.cl_qhl_le .preview .swiper-slide{
    width: 150px;
}
.cl_qhl_le .preview .swiper-container{
    margin-left: 28px;
	height:107px;
}
.cl_qhl_le .preview .swiper-container{
    width: 96%;
}
span.zb_cpsm{
    width: 300px;
    display: block;
    height: 656px;
    background: red;
    color: #FFFFFF;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    float: right;
}
span.zb_cpsm p{
    font-size: 20px;
    line-height: 35px;
}
span.zb_cpsm h2{
    font-size: 30px;
    font-weight: 400;
}
span.zb_cpsm h5 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 300;
}
.cl_qhl_le  .view .swiper-container{
    height: auto;
}
.cl_qhl_le .view .swiper-container .swiper-wrapper img{
	width:900px;
	height:656px
}
.cl_qhl_le  .preview .arrow-right{
	
background: url(../img/index_tab_r.png) no-repeat center #e50012;
    position: absolute;
    right: -2px;
    top: 8%;
    width: 9px;
    height: 18px;
    z-index: 10;
    width: 33px;
    height: 100px;
}

.cl_qhl_le  .preview .arrow-left{
background: url(../img/index_tab_l.png) no-repeat center #e50012;	
    position: absolute;
    top: 8%;
    width: 9px;
    height: 18px;
    z-index: 10;
    width: 33px;
    height: 100px;
	left:0
}




/* 装修话题修改 */
.up_zxht_newUl ul li{
    width: 344px;
    text-align: center;

}
.up_zxht_newUl{
    position: relative;
}

.up_zxht_newPic{
    position: absolute;
    right: 0;
    top: 0;
}
.up_zxht_newUl ul li a{
    font-size: 16px;
    color: #686767;
    margin-bottom: 20px;
    display: block;
}

.up_zxht_newPic img{
    width: 302px;
    height: 218px;
    margin-bottom: 17px;
}
.new_zxht{
    width: 1300px;
    margin: 50px auto 0;
}
.up_zxht_newUl{
    width: 646px;
}
.cnt_zxht_new{
    margin: 20px 0;
}
.cnt_zxht_new ul li{
    width: 323px;
    border: 1px solid #888888;
    float: left;
    text-align: center;
    padding: 10px 0;
}
.cnt_zxht_new ul li+li{
    border-left: none;
}
.cnt_zxht_new ul li a{
    color: #251b18;
}
.cnt_zxht_new ul li p{
    font-size: 30px;
    color: #221815;
}
.bt_zxht_new .up_zxht_newUl{
    margin-top: 28px;
}
.more_gengduo{
    display: inline-block;
    text-align: center;
    font-size: 19px;
    width: 300px;
    color: #545252;
    margin-top: 16px;
}

.up_zxht_newPic{
    display: none;
}

/* about */
.about_lr{
    width: 690px;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
}
.about_lr p{
    margin-bottom: 10px;
}
.about_lr p span{
    font-weight: bold;
}
.about_br img{
    width: 100%;
}
.about_bg1 .title_cc{
    background: url(../img/about_bg1.png) no-repeat;
    width: 821px;
    height: 154px;
    margin: 60px 0;
}
.about_bg1 .title_cc h2{
    margin-top: 50px;
    font-size: 60px;
}
.red_hsbg img{
    width: 100%;
    margin-top: 50px;
}
.fzlc_link{
    background: #eeeeee;
}
.lr_fzlc_wz ul li,.ri_fzlc_wz ul li{
    width: 338px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 118px;
    font-size: 16px;
}
.lr_fzlc_wz{
    margin-top: 57px;
}
.cnt_fzlc_pic{
    margin-left: 84px;
}
.ri_fzlc_wz{
    margin-top: 148px;
}
.ryjt_pic .title_cc{
    background: url(../img/ryjt_pic.png) no-repeat;
    width: 642px;
    height: 154px;
    margin: 60px 0;
}
.ryjt_pic .title_cc h2{
    margin-top: 42px;
}
.bg_qywh{
    background: #e50012;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 40px;
}
.bg_qywh .mar_tt{
    margin: 40px 0;
}
.fzlc_lc .title_cc{
    background: url(../img/fzlc_pic.png) no-repeat;
    width: 594px;
    height: 148px;
}
.fzlc_lc .title_cc h2{
    margin-top: 52px;
}
.fzlc_lc .title_cc p{
    font-size: 20px;
}
.fzlc_lc .title_cc p span{
    color: #e50012;
}
.fzlc_lc{
    padding: 50px 0;
}
.map_pic img{
    width: 100%;
}
.fd_dizhi ul li{
    width: 260px;
    float: left;
    margin-right: 140px;
    text-align: left;
    margin-bottom: 20px;
}
.bt_zxht_new .up_zxht_newUl ul li{
	width: 646px;
	float:right;
}
.bt_zxht_new .up_zxht_newUl ul li a{
	float:right;
	margin-right:57px;
	width:259px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.bt_zxht_new .up_zxht_newUl .up_zxht_newPic{
	position:absolute;
	left:0;
	top:0;
	width:302px;
	height:235px;
}
.up_zxht_new ul,.up_zxht_newUl ul{
	height:218px;
}
.rz_tuiJ img{
	width:100%;
	height:100%
}
.rz_navTui1 .two_gFl li{
	    height: 203px;
}



/* new-index */
.tczn_te{
    padding: 61px 0 43px 0;
}
.bt_title_tx{
    font-size: 19px;
}
.bt_title_tx p{
    font-size: 20px;
}
.swiper_tczn{
    height: 540px;
	overflow:hidden;
}
.ul_yyMe{
    width: 371px;
    height: 40px;
    background: #e60000;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    margin: 13px auto 0;
}
.ul_yyMe .lb_pic img{
    width: 24px;
    height: 26px;
    vertical-align: -5px;
}
.it_boxInput{
    text-align: left;
    font-size: 20px;
}
.it_boxInput input{
    display: block;
    width: 384px;
    height: 52px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    margin-top: 10px;
}
.it_boxInput a{
    width: 384px;
    height: 52px;
    display: block;
    background: #e6a845;
    vertical-align: middle;
    text-align: center;
    line-height: 52px;
    color: #fff;
    margin-top: 35px;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.it_boxInput+.it_boxInput{
    margin-left: 24px;
}
.shi_mZx{
    padding-bottom: 50px;
}
.gqal_Bg_red{
    background: #e60000;
    padding-bottom: 60px;
}
.gqal_Bg_redW{
    color: #fff;
}
.box_GqaL{
    padding: 9px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.to_GqaL{
    margin-top: 15px;
}
.to_GqaL .lr_GqaL{
    width: 796px;
    height: 421px;
}
.to_GqaL .lr_GqaL img{
    width: 780px;
    height: 360px;
    display: block;
}
.title_btI{
    color: #000000;
    font-size:20px;
	text-align:left;
}
.title_btI span{
    font-size: 16px;
    margin-left: 18px;
}
.btm_btI{
    line-height: 56px;
}
.title_link a{
    width: 100px;
    height: 35px;
    background:#e6a845;
    display: inline-block;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.ri_GqaL{
    width: 390px;
}
.pic_allPic a{
    width: 80px;
    height:100px;
    display: inline-block;
    background: #f5f5f5;
    padding-top: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    font-size: 20px;
}
.pic_allPic+.pic_allPic{
    margin-left: 10px;
}
.cnt_picTp{
    margin: 16px 0;
}

.btm_btI div:nth-child(2){
	display:none
}
.ri_GqaL>img{
	width:100%;
    height: 221px;
}
.ri_GqaL .title_btI span{
    display: block;
    text-align: left;
    margin-left: 0;
}
.ri_GqaL .btm_btI{
    line-height: 25px;
}
.pic_allPic img{
    width: 130px;
    height: 100px;
}
.bt_GqaL .ri_GqaL+.ri_GqaL{
    margin-left: 15px;
}
.sjs_boxLi ul li{
    box-shadow: 2px 6px 10px 0px #ccc;
}
.sjs_boxLi ul li .jj-sjsBox{
    padding:20px 0;
}
.sjs_boxLi ul li{
    float: left;
}
.sjs_boxLi ul li p.sjs_name{
    font-size: 25px;
}
.sjs_boxLi ul li p.sjs_name span{
    font-size: 16px;
    margin-left: 5px;
}
.sjs_boxLi ul li p.wu_nian{
    margin-top: 5px;
    margin-bottom: 5px;
}
.sjs_boxLi ul li{
    width: 290px;
}
.sjs_boxLi ul li a{
    width: 100%;
    height: 47px;
    background: #e60000;
    color: #fff;
    text-align: center;
    line-height: 47px;
    display: block;
    font-size: 20px;
}
.sjs_boxLi ul li+li{
    margin-left: 13px;
}
.vr_swiperBox{
    background: #e60000;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 501px;
    overflow: hidden;
    position: relative;
}
.vr_leftP,.vr_leftN{
    position: absolute;
    top: 202px;
    z-index: 5;
}
.vr_leftP{
    left: 10px;
}
.vr_leftN{
    right: 10px;
}
.navBox_pre{
    width: 393px;
}
.navBox_pre span{
    width:140px;
    height: 40px;
    background: #e60000;
    display: block;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
}
.navBox_pre{
    padding: 23px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}
.navBox_pre a{
    text-align: left;
    margin-top: 15px;
    display: block;
    color: #5a5a5a;
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.navBox_pre a img{
    width:353px;
    height:200px;
    margin-top: 10px;
	display:none
}
.navBox_pre a p em{
	width:250px;
	display:inline-block;
	overflow: hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
	    vertical-align: middle;
}
.navBox_pre a:nth-child(2) img{
	display:block;
}

.navBox_pre+.navBox_pre{
    margin-left: 10px;
}
.ri_swiper_tczn{
    width: 800px;
    overflow: hidden;
    position: relative;
}
.ri_swiper_tczn img{
	width:100%;
	height:100%;
}
.zxbd_navLi{
	margin-bottom:50px;
	overflow:hidden;
}


/* 红钻工艺 */
.hz_bzNav{
    background: #f7f7f7;
    padding: 55px 0;
}
.hz_bzNavW ul li{
    width: 292px;
    height: 130px;
    background: #FFFFFF;
    padding: 30px 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 19px;
    float: left;
}
.hz_bzNavW ul li+li{
    margin-left: 10px;
}
.hz_bzNavW ul li span{
    vertical-align: middle;
    margin-top: 9px;
}
.ersNavG ul li span{
    height: 40px;
    margin-top: 5px;
    display: inline-block;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 24px;
}
.ersNavG ul{
    overflow: hidden;
    margin-bottom: 8px;
}
.ersNavG ul li{
    width: 292px;
    float: left;
}
.ersNavG ul li+li{
    margin-left: 10px;
}
.ersNavG ul li span.sz_onetwo{
    width: 40px;
    background: #e6a845;
}
.ersNavG ul li span.bt_onet{
    width: 100%;
    background: #e60000;
}
.link_zxkf{
    display: block;
}
.link_zxkf a{
    width:300px;
    height: 50px;
    background: #e6a845;
    display: inline-block;
    box-shadow: 0px 0px 10px 0px #ccc;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 50px;
    margin: 35px 0;
}

.six_gyBox ul{
    overflow: hidden;
}
.six_gyBox ul li{
    float: left;
    margin-right: 74px;
    margin-left: 32px;
    font-size: 20px;
    margin-top: 10px;
}
.liuda_gcyz .int_input{
    margin-top: 50px;
}
.ssg_jgxt{
    background: #f7f7f7;
    margin-top: 60px;
    padding-bottom: 30px;
}
/* 老房new */
.old_lfPa{
    background: #f7f7f7;
    padding: 60px 0;
}
.old_lfPa ul li{
    width: 292px;
    background: #FFFFFF;
    text-align: left;
    float: left;
}
.old_lfPa ul li img{
	width:100%;
	height:359px;
}
.old_lfPa ul li h3{
    font-size: 24px;
}
.old_lfPa ul li .bt_base{
    padding: 22px 20px;
    height: 155px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.old_lfPa ul li+li{
    margin-left: 10px;
}
.NavUl_kj ul li{
    width:139px;
    height:39px;
    border: 1px solid #cccccc;
    line-height: 39px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
}
.qi_kongjian{
    margin-top: 35px;
}
.NavUl_kj ul li.kj_hover{
    background: #e60000;
    color: #FFFFFF;
    border: 1px solid #e60000;
}
.sys_njMoney{
    background: #f7f7f7;
    padding-bottom: 50px;
}
.title{position: relative;height: 225px;}
.title img{display: block;position: absolute;left: 50%;transform: translateX(-50%);}
.tencetn{padding-top: 54px;height: 595px;padding-bottom: 100px;}
.tencetn-list {width: 284px;height: 595px;margin-right: 20px;float: left;}
.tencetn-list img{width: 284px;height: 463px;display: block;margin-bottom: 15px;}
.tencetn-list-yop{width: 284px;height: 119px;}
.tencetn-list-yop img{width: 100%;height: 100%;}
.yu-f{text-align: center;}
.Tab-op {height: 667px;padding-top: 30px;}
.Tab-top{background: #ff0000;height: 114px;text-align: center;}
.Tab-top li{display: inline-block;color: #fff;padding: 0px 5px;padding-top: 40px;font-size: 20px;}
.Tab-top .Active{border-bottom: 1px solid #fff;}
.cli-shem{width: 100%;height: 646px;position: relative;}
.shenme{width: 100%;height: 554px;position: absolute;top: 0px;opacity: 0;transition: 1s}
.block{opacity: 1}
.bKg-op{width: 1200px;height: 470px;background: #fff;}
.bKg-op-leftti{padding-top: 39px;text-align: center;width: 435px;padding-bottom: 36px;}
.bKg-op-leftti h2{font-size: 35px;color: #e4020c}
.bKg-op-leftti p{font-size: 14px;color: #4d4d4d}
.bKg-op-leftti p span{color: #000;}
.lisy-ov-c p{font-size: 24px;line-height: 50px;}
.cop-sli{line-height: 50px;}
.bKg-op-right{text-align: center;}
.cop-sli div{margin-right: 10px;font-size: 20px;}
.cop-sli input{width: 24px;height: 19px;}
.mianji {padding-top: 5px;}
.iosafsa{position: absolute;width: 172px;height: 100%;right: -86px;top: 0px;background: url(../img/10p.png) no-repeat;background-size: 100% 100%;}
.mianji input{width: 236px;height: 33px;border: 1px solid #dfdfdf;text-indent: 10px;color: #000}
.lisy-cof-u{padding-top: 5px;}
.lisy-cof-u p{width: 69px;height: 30px;float: left;border: 1px solid #dfdfdf;margin-right: 8px;margin-bottom: 9px;}
.lisy-cof-u select{display: block;width: 100%;height: 100%;background: none;}
.bKg-op-left{position: relative;width: 50%;height: 100%;padding-left: 93px;box-sizing: border-box;}
.bKg-op-right{width: 50%;height: 100%;}
.bKg-op-right .bKg-op-s h2{padding-top: 39px;font-size: 35px;
    margin-bottom: 62px;
    color: #e4020c;}
.bKg-op-rbox-cop{padding: 0px 44px;line-height: 35.5px;}
.bKg-op-rbox{width: 416px;height: 216px;border: 1px solid #ccc;margin: 0px auto;margin-bottom: 10px}

.liu_demoNav{
    height: 460px;
}
.liu_demoNav span.one_shuz{
    width: 99px;
    background: #ec7357;
    color: #FFFFFF;
    height: 460px;
    display: inline-block;
    float: left;
    padding: 0 29px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    font-size: 26px;
}
.liu_demoNav{
    float: left;
    overflow: hidden;
}
.liu_demoNav div img{
    width: 601px;
    float: left;
    position: absolute;
    left: 99px;
    height: 461px;
}
.liu_demoNav div{
    text-align: center;
    float: left;
    position: relative;
    transition:  0.1s;
    -moz-transition:  0.1s;	/* Firefox 4 */
    -webkit-transition:  0.1s;	/* Safari 和 Chrome */
    -o-transition:  0.1s;	/* Opera */
}
.home_lekj .home_lekj_l ul li{
    width: 219px;
    height: 100px;
    font-size: 20px;
    line-height: 100px;
    background: #f5f5f5;
    cursor: pointer;
}
.home_lekj .home_lekj_l ul li.red_sect{
    background: #e60000;
    color: #FFFFFF;
}
.pzbz_boxJh ul{
    overflow: hidden;
}
.pzbz_boxJh ul li{
    float: left;
    width: 292px;
    background: #e60000;
}
.pzbz_boxJh ul li+li{
    margin-left: 10px;
}
.pzbz_boxJh ul li p{
    color: #FFFFFF;
    line-height: 59px;
    text-align: center;
    font-size: 20px;
}

/* 有氧整装 */
.qida_navUp ul li{
    width: 138px;
    height: 38px;
    border: 1px solid #cccccc;
    line-height: 38px;
    display: inline-block;
    margin: 0 5px;
    font-size: 20px;
    cursor: pointer;
}
.qid_swiper{
    height: 501px;
    margin-top: 20px;
}
.qid_swiper .qid_swiper_l{
    width: 900px;
    overflow: hidden;
    position: relative;
}
.sele_new{
    background: #e60000;
    color: #FFFFFF;
}
.lzx_swbXNav ul{
    overflow: hidden;
}
.lzx_swbXNav ul li{
    width: 232px;
    float: left;
    margin-bottom: 10px;
}
.lzx_swbXNav ul li+li{
    margin-left: 10px;
}
.lzx_swbXNav ul li p{
    padding: 15px 0;
    background: #e60000;
    color: #FFFFFF;
    font-size: 20px;
}
.pes_minH{
    background: #e60000;
    padding-bottom: 50px;
}
.pes_minH .pes_minH_w .tczn_te .bt_title_tx{
    color: #FFFFFF;
}
.mh_picNav ul li{
    display: inline-block;
    margin: 0 13px;
}
.pes_minH{
    margin-top: 30px;
}
.mg_swiper_p{
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}
.sn_navBox ul li{
    width:293px;
    float: left;
}
.sn_navBox ul li+li{
    margin-left: 8px;
}
.sn_navBox ul li p{
    height: 59px;
    color: #fff;
    line-height: 59px;
    font-size: 20px;
    background: #e60000;
}
.pz_ulNav_li ul li{
    width: 162px;
    float: left;
}
.pz_ulNav_li ul li+li{
    margin-left: 11px;
}
.pz_ulNav_li ul li p{
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background: #e60000;
    font-size: 20px;
}
.lf_tczn{
	width:400px;
	height:531px;
	overflow:hidden;
}
.lf_tczn img{
	width:100%
}

.ds_money h3 {
  font-size: 35px;
  color: #9fa0a0;
  font-weight: 400;
  margin-top: 60px; }
.ds_money form {
  overflow: hidden;
  margin-top: 30px; }
  .ds_money form .ip_form {
    float: left;
    margin-left: 44px; }
    .ds_money form .ip_form a {
      width: 340px;
      height: 56px;
      background: #ff0000;
      text-align: center;
      line-height: 56px;
      display: block;
      color: #FFFFFF;
      font-size: 30px;
      margin-top: 43px; }
    .ds_money form .ip_form p {
      text-align: left;
      font-size: 25px;
      color: #000000;
      margin-bottom: 10px; }
      .ds_money form .ip_form p span {
        color: #9fa0a0;
        margin-left: 10px; }
    .ds_money form .ip_form input {
      width: 340px;
      height: 56px;
      border: 1px solid #9fa0a0;
      font-size: 20px;
      padding-left: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
	  
	  .ds_money{
		 padding-bottom:40px;
	  }
	  
	  
	  .pc-slide {
    width: 100%;
    margin: 0 auto 0;
}

.view .swiper-container {
    width: 100%;
    height: 500px;
}
.view .swiper-container .swiper-wrapper img{
    height: 100%;
	width:100%;
}
.view .arrow-left {
    cursor:url(../img/left.ico),auto;
    position: absolute;
    left: 0;
	top:0;
    width: 50%;
    height: 100%;
    z-index: 10;
}

.view .arrow-right {
    cursor:url(../img/right.ico),auto;
    position: absolute;
    right: 0;
	top:0;
    width: 50%;
    height: 100%;
    z-index: 10;
}

.preview {
    width: 100%;
    position: relative;
}

.preview .swiper-container {
    width: 100%;
    height: 161px;
    margin-top: 10px;
}

.preview .swiper-slide {
    width: 261px;
    height: 100px;
    cursor:pointer;
    margin-right: 14px;
	padding-top:2px;
}
.link_a li.hover a:after{
	width:100%;
}
/*.preview .slide6 {*/
/*width: 82px;*/
/*}*/

.preview .arrow-left {
    background: url(../img/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../img/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
	width:100%;
	height:94%
}

.preview .active-nav img {
    padding: 0;
    border: 3px solid #f00;
    border-radius: 8px;
}
.preview .swiper-wrapper{
	    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.preview .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;
}

.view .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.view .swiper-slide{
	text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}
.pc-slide{
	width:1087px;
	margin-top:20px;
}
.ersNavG ul li img{
	width:100%;
}

.obvter-box-c{
	position:relative;
}
.congcon{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-750px !important;
	padding-top:0 !important;
}
.jisuan{
	position:relative;
	z-index:5;
}
.congcon{
	width:1500px !important;
}
.obvter-box-c{
	border-bottom:0 !important;
}
.obvter-box-c{
	height:auto !important;
}
.about_rig img{
	width:100%;
	height:589px;
}

.jt_onclick{

	
}
.jt_onclick .sbtn{
	width:35px;
	height:60px;
	display:block;
	position:absolute;
	top:54px;
	z-index:10;
}
.lr_swiper{
	
	
}
.fr_swiper{
	right:0
}
.Mud-footer-wrap ul li a{
	color:#ccc;
}





/* new首页样式 */


.shi_your {
  height: 139px;
  background: #2E3440; }
  .shi_your .wtGg .gr_frRed {
    width: 288px;
    height: 139px;
    background: #E52F34;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    text-align: center; }
    .shi_your .wtGg .gr_frRed h4 {
		margin-bottom:6px;
      font-size: 19px; }
    .shi_your .wtGg .gr_frRed p {
      font-size: 16px;
      margin: 8px 0 21px 0; }
      .shi_your .wtGg .gr_frRed p i {
        vertical-align: top;
        display: inline-block;
        margin-right: 10px; }
      .shi_your .wtGg .gr_frRed p span {
        font-size: 20px; }
  .shi_your .fr_frNav {
    margin-top: 36px; }
    .shi_your .fr_frNav ul li {
    width: 291px;
    float: left;
    color: #FFFFFF;
    font-size: 19px; }
      .shi_your .fr_frNav ul li + li {
        border-left: 1px solid #FFFFFF; }

.zxc_pd .upTitle {
  text-align: left;
  padding: 60px 0 40px 0; }
  .zxc_pd .upTitle p {
    font-family: PingFangSC-Regular;
    font-size: 22px;
    color: #6C6D71;
    letter-spacing: 0; }
  .zxc_pd .upTitle h4 {
    font-family: PingFangSC-Regular;
    font-size: 36px;
    color: #0B0B13;
    letter-spacing: 0;
    padding: 8px 0;
    font-weight: 400; }
    .zxc_pd .upTitle h4 + span {
      width: 30px;
      height: 3px;
      background: #000000;
      display: block;
      margin-bottom: 20px; }
    .zxc_pd .upTitle h4 span {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background: #E52F34;
      display: inline-block;
      text-align: center;
      color: #FFFFFF; }
  .zxc_pd .upTitle em {
    font-size: 20px; }
    .zxc_pd .upTitle em span.red_color {
      color: #E52F34; }
    .zxc_pd .upTitle em p {
      font-size: 16px;
      color: #000000; }
.zxc_pd .new_content {
  margin-bottom: 35px; }
  .zxc_pd .new_content .ftLr_color {
    width: 389px;
    height: 408px;
    background: #E52F34;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .zxc_pd .new_content .ftLr_color h4 {
      font-family: PingFangSC-Semibold;
      font-size: 35px;
      color: #FFD301;
      letter-spacing: 0;
      font-weight: 400; }
    .zxc_pd .new_content .ftLr_color p {
      font-family: PingFangSC-Regular;
      font-size: 19px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: center;
      margin: 15px 0; }
    .zxc_pd .new_content .ftLr_color a {
      border: 1px solid #FFFFFF;
      width: 257px;
      height: 45px;
      display: inline-block;
      font-size: 20px;
      color: #FFFFFF;
	  margin-top:20px;
      line-height: 45px;
	  display: inline-block;
	  transition: .5s;
	
}
.zxc_pd .new_content .ftLr_color a:hover{
	transform:scale(1.1)
}

.zxMoney_ds {
  height: 400px;
  background: #2E3440; }

.al_listNav img {
      height: 100%;
    width: 100%;	
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  .al_listNav img:hover {
    transform: scale(1.1); }
.al_listNav .lr_picAl {
  height:561px;	
  width: 746px; }
.al_listNav .fr_picAl {
  width: 433px; }
  .al_listNav .fr_picAl .bigPic_pic {
    position: relative;
    height: 270px;
    margin-bottom: 20px;
    overflow: hidden; }
.al_listNav .lr_picAl, .al_listNav .fr_picAl {
  position: relative;
  overflow: hidden; }
  .al_listNav .lr_picAl .zzc_black, .al_listNav .fr_picAl .zzc_black {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    position: absolute;
    left: 0;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 60px;
    bottom: 0; }

.three_d_ybj .swiper-slide {
	
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
  width: 60%; }

.three_d_ybj {
	width:100%;

  height: 500px; }

.three_d_ybj img {
  height: 100%;
  width: 100%; }

.sec7-flex-panel {
  top: 61px;
  right: 22%;
  position: absolute;
  width: 345px;
  height: 296px;
  background: #2E3440;
  text-align: center;
  padding-top: 36px;
  z-index: 5; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.panel-content .en-name {
  font-size: 16px;
  font-weight: 100; }

.panel-content .zn-name {
  font-size: 38px;
  font-weight: 100;
  color: #FFFFFF; }

.fen_le {
  font-size: 16px;
  margin: 30px 0;
  color: #FFFFFF; }

.fl_icon {
  width: 34px;
  height: 30px;
  background-position: -139px 0;
  vertical-align: middle; }

.panel-content p a.btn {
  width: 235px;
  height: 40px;
  background: #ff0000;
  display: inline-block;
  line-height: 40px;
  border-radius: 5px;
  margin-left: 8px;
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 10px; }

.panel-content p a.btn.orange {
  background: #3c3c3c; }

.fen_le .le_fen {
  margin-left: 25px;
  color: #FFFFFF; }

.sec7-flex-panel .panel-content {
  display: none; }

.sec7-flex-panel .panel-content.active1 {
  display: block;
  animation: sec7PanelShow .6s ease-in-out; }

@keyframes sec7PanelShow {
  0% {
    transform: rotateY(180deg);
    opacity: 0; }
  100% {
    transform: rotateY(360deg);
    opacity: 1; } }
.next_zzc, .prev_zzc {
  width: 19.5%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  z-index: 5;
  cursor: pointer;
  outline: none; }

.icon1 {
  background: url(../img/index_icon.png);
  display: inline-block; }

.zjt_prev_zzc {
  width: 44px;
  height: 42px;
  background-position: -63px -404px;
  margin-left: 50px;
  margin-top: 188px; }

.zjt_next_zzc {
  width: 44px;
  height: 42px;
  background-position: -63px -359px;
  margin-left: 290px;
  margin-top: 188px; }

.prev_zzc {
  right: 0; }

.sec7-flex-panel .panel-content.active1 {
  display: block;
  animation: sec7PanelShow .6s ease-in-out; }

.FU_cl {
  height: 390px;
  box-sizing: border-box;
  padding-top: 38px; }

.FU_Form {
  width: 872px;
  float: left; }

.FU_Form_Tit {
  line-height: 30px;
  font-family: PingFangSC-Medium;
  overflow: hidden;
  margin-bottom: 30px; }

.FU_Form_Tit p {
  font-size: 22px;
  color: #E52F34;
  letter-spacing: 0;
  float: left;
  margin-right: 20px; }

.FU_Form_Tit small {
  font-size: 16px;
  color: #5A6164;
  letter-spacing: 0; }

.FU_Form_Tit small span {
  color: #FF3600; }

.FU_Form_inp {
  padding-bottom: 10px; }

.FU_rorm_t {
  display: inline-block;
  text-align: left;
  margin-right: 3px;
  padding-bottom: 15.5px; }

.FU_rorm_t:nth-child(4n) {
  margin-right: 0px; }

.FU_rorm_t i {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  display: inline-block;
  padding-bottom: 10px;
  height: 22px; }

.FU_Form_Lisy {
  width: 210px;
  height: 45px;
  background: #F0F0F0;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  position: relative;
  line-height: 52px; }

.FU_Form_Lisy p {
  position: absolute;
  height: 100%;
  right: 20px;
  top: 0; }

.FU_Form_Lisy input, .remark {
  width: 100%;
  height: 45px;
  background: none;
  display: block;
  font-size: 16px;
  color: #A5A5A5;
  text-indent: 15px; }

.FU_Form_Lisy .remark {
  width: 93%;
  font-size: 16px;
  color: #13252E; }

.Form_a {
  width: 100%;
  height: 45px;
  background: #E52F34;
  border-radius: 4px;
  text-align: center;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  display: inline-block; }

.banner_hf .swiper-container2 {
  position: relative; }

.banner_hf .swiper-pagination2 {
  position: absolute;
  text-align: center;
  z-index: 5; }

.ppGd_list {
  width: 1200px;
  overflow: hidden; }
  .ppGd_list ul {
    position: relative;
    left: 0;
    overflow: hidden; }
    .ppGd_list ul li {
      width: 285px;
      float: left; }
      .ppGd_list ul li + li {
        margin-left: 19px; }

.zxgl_ls {
  background: #f4f4f4;
  padding-bottom: 40px; }

.zxgl_ls .title_ls {
  padding: 80px 0 50px 0; }

.gl_left {
  width: 307px;
  height: 162px;
  background: #90eabd; }

.cnt_rz {
  width: 462px;
  height: 163px;
  background: #FFFFFF;
  padding: 23px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.cnt_rz .wz_box_k {
  text-align: left; }

.le_bzdg {
  width: 164px;
  height: 164px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff; }

.form_subimt {
  width: 298px;
  padding: 24px 10px;
  height: 163px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form_subimt form input {
  display: block;
  width: 275px;
  height: 34px;
  border: none;
  padding-left: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 11px;
  font-size: 18px;
  background: #e6e6e6; }

.form_subimt form a {
  display: block;
  width: 275px;
  height: 34px;
  color: #000000;
  font-size: 18px;
  line-height: 34px;
  background: #009b4d;
  color: #fff; }

.cnt_rz {
  margin-left: 10px; }

.wz_box_k h3 {
  font-size: 18px;
  font-weight: bold; }

.wz_box_k p {
  font-size: 13px;
  line-height: 23px;
  margin-top: 13px; }

.lft_zs {
  background-color: #e6002d;
  width: 257px;
  height: 417px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 28px; }

.lft_zs h2 {
  font-weight: 300; }

.lf_pic_bzd {
  background: #90eabd;
  width: 227px;
  height: 204px; }

.ri_fzf {
  width: 237px;
  height: 204px;
  background: #FFFFFF;
  padding: 24px 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 18px 12px; }

.ri_fzf h3:after {
  left: 1px;
  margin: auto;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50px;
  border: 1px solid #009b4d;
  top: 7px; }

.ri_fzf h3 {
  font-size: 15px;
  font-weight: 500;
  height: 23px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
  padding-left: 14px;
  box-sizing: border-box;
  cursor: pointer; }

.ri_fzf h3:hover {
  color: #009b4d; }

.ri_fzf h3 a{
    color:#000;
}
.ri_fzf h3 a:hover{
    color:#009b4d;
}

.Bnaner {
  margin-top: 4rem; }

.cnt_rz h3:after {
  left: 1px;
  margin: auto;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50px;
  border: 1px solid #009b4d;
  top: 7px; }

.cnt_rz h3 {
  font-size: 15px;
  font-weight: 500;
  height: 23px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  padding-left: 14px;
  box-sizing: border-box;
  cursor: pointer; }

.cnt_rz h3:hover {
  color: #009b4d; }

.ri_fzf p {
  line-height: 20px;
  font-size: 13px;
  margin-top: 5px; }

.cnt_pic_wz {
  margin-left: 7px; }

.pic_baike {
  margin-bottom: 9px; }

.but_zs_box {
  margin-top: 9px; }

.about_br {
  text-align: center; }

.about_shw {
  padding: 60px 0; }
  .about_shw .shw_lr img {
    width: 380px;
    height: 460px; }
  .about_shw .shw_fr {
    width: 739px;
    text-align: left;
    padding: 50px 0; }
    .about_shw .shw_fr h4 {
      font-size: 30px;
      margin-bottom: 20px; }
    .about_shw .shw_fr p {
      font-size: 19px;
    line-height: 39px; }

	.fr_telPhone i{
		margin-right:5px;
	}
	.fr_telPhone i img{
		width:28px;
		height:28px;
	}
.about_title {
  padding: 40px 0; }
  .about_title h4 {
    font-size: 35px;
    font-weight: 400; }
  .about_title span {
    width: 70px;
    height: 4px;
    background: #FFFFFF;
    display: inline-block; }

.qywH_box {
  background: #2E3440;
  padding-bottom: 50px; }
  .qywH_box .about_title {
    color: #FFFFFF; }
  .qywH_box .listNan_li ul li {
    width: 285px;
    float: left; }
    .qywH_box .listNan_li ul li + li {
      margin-left: 20px; }
    .qywH_box .listNan_li ul li .bs_bottom {
      height: 174px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .qywH_box .listNan_li ul li .bs_bottom h3 {
        font-family: PingFangSC-Medium;
        font-size: 32px;
        color: #E52F34;
        letter-spacing: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #EAEAEA; }
      .qywH_box .listNan_li ul li .bs_bottom em {
        font-size: 20px;
        margin-top: 10px;
        display: inline-block; }
      .qywH_box .listNan_li ul li .bs_bottom p {
        color: #9B9B9B; }

.bs_bottom {
  background: #FFFFFF;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.year_n .about_title span.red_bor {
  background: red; }

.fzFont-wz p {
      font-family: PingFangSC-Regular;
    font-size: 21px;
    color: #2E3440;
    letter-spacing: 0;
    line-height: 45px;
    text-align: left;
    text-indent: 2em;
    margin-bottom: 12px;; }

  
/*服务流程 */

/* 服务流程 */
.flow-item{
    float: left;
    width: 100px;
    text-align: center;
    font-size: 16px;
    transition: opacity .4s;
}
.flow-icon {
    position: relative;
    overflow: hidden;
}
.lc_nav{
    margin-top: 30px;
}
.lc_nav .flow-item+.flow-item{
    margin-left: 57px;
}
.border-bottom, .border-top{
    position: absolute;
    left: -2px;
    width: 5000px;
    border-top: 2px dashed #fff;
}
.border-left, .border-right{
    position: absolute;
    top: -2px;
    height: 5000px;
    border-left: 2px dashed #fff;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.border-top {
    top: 0;
}
.border-bottom {
    top: 98px;
}
.border-left{
    left: 0;
}
.border-right{
    right: 0;
}
.flow-item a:hover div{
    border-color: #E52F34;
}

.flow-icon .animation-box{
    width: 100px;
    height: 100px;
}
.flow-ui{
    position: absolute;
    background: url(../img/sprite_flow.png) no-repeat 0 0;
}
.deco-life-sofa{
    left: 25px;
    top: 31px;
    background: url(../img/fuw_icon.png) no-repeat;
    width: 50px;
    height: 48px;
}
.flow-item a p{
    margin-top: 10px;
    height: 26px;
    line-height: 26px;
    color: #000000;
}
.flow-item:hover p{
    background: #E52F34;
    border-radius: 13px;
    color: #fff;
}

.deco-before-ruler1 {
    left: 13px;
    top: 25px;
    z-index: 2;
    background-position: 0 -540px;
    width: 48px;
    height: 50px;
    -webkit-transform-origin: 38px 10px;
    transform-origin: 38px 10px;  /* 设置元素动画基点 */
}
.deco-before-ruler2 {
    left: 41px;
    top: 30px;
    z-index: 1;
    background-position: 0 -600px;
    width: 43px;
    height: 42px;
    -webkit-transform-origin: 14px 11px;
    transform-origin: 14px 11px;
}
.deco-design-ruler {
    left: 29px;
    top: 31px;
    background-position: 0 -176px;
    width: 45px;
    height: 45px;
}
.deco-design-pen {
    left: 33px;
    top: 30px;
    background-position: 0 -280px;
    width: 40px;
    height: 40px;
}
.deco-search{
    left: 25px;
    top: 25px;
    background: url(../img/fuw_icon1.png) no-repeat;
    width: 51px;
    height: 52px;
}
.deco-purchase-basket{
    left: 21px;
    top: 28px;
    background: url(../img/fuw_icon2.png) no-repeat;
    width: 49px;
    height: 47px;
}
.deco-working {
    left: 23px;
    top: 30px;
    background-position: 0 -120px;
    width: 65px;
    height: 48px;
}
.flow-ui-plus{
    position: absolute;
    opacity: 0;
}
.wall {
    left: 87px;
    top: 20px;
    width: 3px;
    height: 63px;
    background: #e6e6e6;
    border-left: 1px solid #a0a0a0;
    overflow: hidden;
}
.wall em {
    position: absolute;
    left: 0;
    width: 5px;
    height: 63px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #d1cfcf 5px, #b3b3b3 6px);
}
.deco-check-paper{
    left: 31px;
    top: 28px;
    background-position: 0 -353px;
    width: 39px;
    height: 50px;
}
.deco-check-symbol{
    left: 42px;
    top: 47px;
    background-position: 0 -413px;
    width: 33px;
    height: 27px;
}
.deco-prepare-wrench {
    left: 25px;
    top: 26px;
    width: 47px;
    height: 47px;
    background-position: -3px -652px;
    -webkit-transform-origin: 28px 28px;
    transform-origin: 28px 28px;
}
.deco-prepare-hammer {
    left: 25px;
    top: 26px;
    width: 50px;
    height: 48px;
    background-position: 0 0;
    -webkit-transform-origin: 28px 28px;
    transform-origin: 28px 28px;
}
.flow-item:hover .border-left{
    -webkit-animation: moveToTop 50s linear infinite;
    animation: moveToTop 50s linear infinite;
}
.flow-item:hover .border-top{
    -webkit-animation: moveToRight 50s linear infinite;
    animation: moveToRight 50s linear infinite;
}
.flow-item:hover .border-bottom{
    -webkit-animation: moveToLeft 50s linear infinite;
    animation: moveToLeft 50s linear infinite;
}
.flow-item:hover .border-right{
    -webkit-animation: moveToBottom 50s linear infinite;
    animation: moveToBottom 50s linear infinite;
}
.flow-item:hover .deco-life-sofa {
    -webkit-animation: scaleEffect .5s linear infinite;
    animation: scaleEffect .5s linear infinite;
}
.flow-item:hover .deco-before-ruler1{
    -webkit-animation: ruler1 .8s linear infinite;
    animation: ruler1 .8s linear infinite;
}
.flow-item:hover .deco-before-ruler2{
    -webkit-animation: ruler2 .8s linear infinite;
    animation: ruler2 .8s linear infinite;
}
.flow-item:hover .deco-design-pen{
    -webkit-animation: pen 1.5s linear infinite;
    animation: pen 1.5s linear infinite;
}
.flow-item:hover .deco-search{
    -webkit-animation: search 1.5s linear infinite;
    animation: search 1.5s linear infinite;
}
.flow-item:hover .deco-purchase-basket{
    -webkit-animation: basket 1.5s linear infinite;
    animation: basket 1.5s linear infinite;
}
.flow-item:hover .deco-working{
    -webkit-animation: working .08s step-start infinite;
    animation: working .08s step-start infinite;
}
.flow-item:hover .flow-ui-plus{
    opacity: 1;
    transition: opacity 0.5s;
}
.flow-item:hover .deco-check-paper{
    -webkit-animation: paper 1.3s linear infinite;
    animation: paper 1.3s linear infinite;
}
.flow-item:hover .deco-check-symbol{
    -webkit-animation: check 1.3s linear infinite;
    animation: check 1.3s linear infinite;
}
.flow-item:hover .deco-prepare-wrench{
    -webkit-animation: paper 0.8s linear infinite;
    animation: hammer 0.8s linear infinite;
}
.flow-item:hover .deco-prepare-hammer{
    -webkit-animation: check 0.8s linear infinite;
    animation: wrench 0.8s linear infinite;
}
/* 服务流程动画 */
@keyframes scaleEffect{0%{transform: scale(1);} 50%{transform: scale(1.1);} 100%{transform: scale(1);}}
@keyframes moveToTop{0%{top: 0} 100%{top: -1000px}}
@keyframes moveToBottom{0%{top: -1000px} 100%{top: 0}}
@keyframes moveToRight{0%{left: -1000px} 100%{left: 0}}
@keyframes moveToLeft{0%{left: 0} 100%{left: -1000px}}
@keyframes pen{0%{left: 33px; top: 30px} 20%{left: 31px; top: 40px} 45%{left: 54px} 70%{left: 33px; top: 40px} 100%, 95%{left: 33px; top: 30px}}
@keyframes ruler1{0%{-webkit-transform: rotate(0deg); transform: rotate(0deg)} 50%{-webkit-transform: rotate(-9deg); transform: rotate(-9deg)} 100%{-webkit-transform: rotate(0deg); transform: rotate(0deg)}}
@keyframes ruler2{0%{-webkit-transform: rotate(0deg); transform: rotate(0deg)} 50%{-webkit-transform: rotate(9deg); transform: rotate(9deg)} 100%{-webkit-transform: rotate(0deg); transform: rotate(0deg)}}
@keyframes hammer{0%{-webkit-transform: rotate(0deg); transform: rotate(0deg)} 50%{-webkit-transform: rotate(-6deg); transform: rotate(-6deg)} 100%{-webkit-transform: rotate(0deg); transform: rotate(0deg)}}
@keyframes wrench{0%{-webkit-transform: rotate(0deg); transform: rotate(0deg)} 50%{-webkit-transform: rotate(9deg); transform: rotate(9deg)} 100%{-webkit-transform: rotate(0deg); transform: rotate(0deg)}}
@keyframes search{0%{top: 25px; left: 25px} 10%{top: 20px; left: 20px} 38%{left: 17px} 58%{top: 27px; left: 21px} 68%{top: 30px; left: 24px} 88%{top: 27px; left: 30px} 100%{top: 25px; left: 25px}}
@keyframes basket{0%{top: 28px} 25%{top: 29px} 50%{top: 28px} 75%{top: 27px} 100%{top: 28px}}
@keyframes working{0%{left: 23px} 20%{left: 24px} 40%{left: 25px} 60%{left: 24px} 80%{left: 23px} 100%{left: 25px}}
@keyframes arrowGoOut{0%{left: -20px; opacity: 1;} 100%{left: 50px; opacity: 1;}}
@keyframes check{0%, 45%{width: 0} 50%{width: 5px} 100%, 60%{width: 33px}}
@keyframes paper{0%{-webkit-transform: scale(1, 1); transform: scale(1, 1)} 25%{-webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1)} 40%{-webkit-transform: scale(1, 1); transform: scale(1, 1)}}


.all_zyBox {
  width: 1200px;
  margin: 0 auto; }
  .all_zyBox .up_allBor {
    width: 176px;
    height: 50px;
    border: 1px solid #696565;
    line-height: 50px;
    text-align: center;
    color: #f83726;
    font-size: 25px;
    margin: 50px 0 20px 0; }
  .all_zyBox .allZy_Nav .allZy_list {
    background: #e6e7e7;
    padding: 50px 30px;
    position: relative;
    margin-top: 8px;
    margin-bottom: 30px; }
    .all_zyBox .allZy_Nav .allZy_list .click_tjl {
      position: absolute;
      right: 30px;
      top: 30px; }
    .all_zyBox .allZy_Nav .allZy_list h3 {
      font-size: 30px; }
      .all_zyBox .allZy_Nav .allZy_list h3 i {
        width: 20px;
        height: 20px;
        border: 1px solid #a9a8a8;
        display: inline-block;
        margin-right: 10px; }
      .all_zyBox .allZy_Nav .allZy_list h3 span {
        color: red;
        margin-left: 10px;
        font-size: 18px; }
    .all_zyBox .allZy_Nav .allZy_list .content_p {
      padding-left: 35px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .all_zyBox .allZy_Nav .allZy_list .content_p h5 {
        font-size: 20px;
        margin-top: 8px;
        margin-bottom: 40px; }
      .all_zyBox .allZy_Nav .allZy_list .content_p p {
        font-size: 20px;
        color: #656161;
        line-height: 30px; }
  
  /* 工艺 */
  
  .bj {
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #e6ebe6; }

.bjtop {
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
  background: #fff; }

.bjtop_fixed {
  position: fixed; }

.bjtop > div {
  margin: auto;
  width: 1200px; }

.bjtop > div > a {
  float: left;
  display: block;
  margin: 10px 20px;
  width: 79px;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-style: none; }

.bjtop > div > a p {
  margin: 0; }

.bjtop > div > a:hover {
  color: #e60000; }

.bjtop > div > a > i {
  display: block;
  margin-bottom: 4px;
  width: 79px;
  height: 79px;
  border-radius: 100%; }

.bjtop > div > a:hover > i {
  background-color: #e60000; }

.bjtop > a > p {
  margin-top: 8px;
  text-align: center; }

.bjtop > div > a.now {
  color: #e60000; }

.bjtop > div > a.now > i {
  background-color: #e60000; }

.bjtopi1 {
  background: #535150 url(../img/baojiap_1.png) no-repeat center; }

.bjtopi2 {
  background: #535150 url(../img/baojiap_2.png) no-repeat center; }

.bjtopi3 {
  background: #535150 url(../img/baojiap_3.png) no-repeat center; }

.bjtopi4 {
  background: #535150 url(../img/baojiap_4.png) no-repeat center; }

.bjtopi5 {
  background: #535150 url(../img/baojiap_5.png) no-repeat center; }

.bjtopi6 {
  background: #535150 url(../img/baojiap_6.png) no-repeat center; }

.bjtopi7 {
  background: #535150 url(../img/baojiap_7.png) no-repeat center; }

.bjtopi8 {
  background: #535150 url(../img/baojiap_8.png) no-repeat center; }

.bjtopi9 {
  background: #535150 url(../img/baojiap_9.png) no-repeat center; }

.bjtopi10 {
  background: #535150 url(../img/baojiap_10.png) no-repeat center; }

.bjbanner {
  width: 100%;
  height: 540px;
  background: url(../img/gybanner.jpg) no-repeat center; }

.bjbox {
  overflow: hidden;
  margin-bottom: 100px;
  height: auto; }

.bjboxtoph1 {
  position: relative;
  margin: 64px auto;
  width: 100%;
  height: 52px;
  line-height: 52px; }

.bjboxtoph1 > i {
  position: absolute;
  top: 26px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e60000; }

.bjboxtoptitle {
  position: relative;
  margin: 0 auto;
  width: 1200px; }

.bjboxtoptitle > font {
  position: absolute;
  top: 0;
  display: block;
  width: 180px;
  height: 52px;
  background: #e60000;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 52px; }
.jxpp_box ul li{
	float:left;
	margin-left:27px;
	margin-bottom:20px;
}
.leftimg {
  overflow: hidden;
  margin: auto;
  width: 1200px;
  height: 577px; }

.leftimg > img {
  float: left;
  display: block; }

.leftimgright {
  float: right;
  margin: auto;
  padding: 0 50px;
  width: 482px;
  height: 100%;
  background: #fff; }

.leftimgright > h1 {
  margin: 30px auto;
  font-size: 36px; }

.leftimgright > h3 {
  padding-bottom: 18px;
  border-bottom: 2px solid #323f5b;
  color: #000;
  font-weight: 700;
  font-size: 23px; }

.leftimgright > p {
  margin-top: 18px;
  color: #535353;
  font-size: 14px;
  line-height: 28px; }

.rightimg {
  overflow: hidden;
  margin: auto;
  width: 1200px;
  height: 667px; }

.rightimg > img {
  float: right;
  display: block; }

.rightimgleft {
  float: left;
  display: block;
  margin: auto;
  padding: 0 50px;
  width: 482px;
  height: 100%;
  background: #fff; }

.rightimgleft > h1 {
  margin: 30px auto;
  font-size: 36px; }

.rightimgleft > h3 {
  padding-bottom: 18px;
  border-bottom: 2px solid #323f5b;
  color: #000;
  font-weight: 700;
  font-size: 23px; }

.rightimgleft > p {
  margin-top: 18px;
  color: #535353;
  font-size: 14px;
  line-height: 28px; }

  
  .device {
  width: 100%;
  overflow:hidden;
  border-radius: 20px;
  position: relative;
}
.device .arrow-left {
  
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 70px;
  height: 30px;
  z-index:88;
}
.device .arrow-right {
  
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 70px;
  height: 30px;
  z-index:88;
}

.content-slide {
  padding: 20px;
  color: #fff;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}

.zy_fixePb{
	    font-size: 24px;
    color: #fff;
    box-sizing: border-box;
    margin-top: 38px;
    margin-bottom: 19px;
}

.frLr_Pic img{
	width:811px;
	height:408px;
}

.active_y{
	transform: translate3d(0, 35px, 0);
    opacity: 0;
    transition: all 0.8s;
}
.active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.zhe_year .fzFont-wz{
	    width: 799px;
    float: left;
}
.lr_PicImgFz  img{
	    width: 380px;
    height: 460px;
}
#allmap{
	width:1200px;
	margin:0 auto;
	height:600px;
}

/*报价*/
div.activity-yybox{width:1200px;padding:30px 0;position:relative;margin: 0 auto;}

#activityfGif.mfixed{width:100%;height:88px; background: rgba(0,0,0,.5);position: fixed;bottom:0px;right:100%; z-index: 99;}
#activityfGif.mrelatived{width:100%;float: left; height:108px;position: relative;margin-top: 236px;}
#activityfGif.mfixed .activityfClose{display:block;width: 25px;height: 25px;position: absolute;top: 10px;right:10px;background: url(https://static.jtljia.com/images/system/activity/close.png) center center no-repeat;cursor:pointer}
#activityfSize_05{display: block;width: 456px; height: 63px;margin: 13px auto 0; cursor: pointer;border-radius: 34px;overflow: hidden;}
.activityfImg{width:483px;height: 84px; margin-left: -14px;margin-top: -13px;}
#activityfGif.mfixed #activityfSize_05{box-shadow: 0 3px 7px 6px #333;}
#activityfGif.mrelatived #activityfSize_05{box-shadow: 0 3px 7px 6px #d6d6cc;}
.openFixed{z-index: 99; opacity:1; width:147px;height:97px;position: fixed;bottom: 90px;left: 0;background:url(https://static.jtljia.com/images/system/activity/open.png) no-repeat center center ;cursor: pointer;}

.index-budget{width: 100%;height: 478px;padding: 30px 0; background: url(https://static.jtljia.com/images/system/bg_quickPrice.jpg) no-repeat center center;}
.package-priceBox{width:1180px;height: 250px;padding: 10px; margin:30px auto 0;background: #fff;}
#pro_00>.package-title{margin: 0 auto;padding: 20px 0;background: #fff; text-align: center;line-height: 30px;}
.package-priceBox>.price-right{width:1178px;height: 250px;position: relative; border: 1px solid #e8e8e8;background:url(https://static.jtljia.com/images/system/index/bg-priceBox.jpg) no-repeat center center;}
.package-priceBox>.price-right>.pright-title{float:left; margin-left: 30px; padding-left:70px;height:60px; background:url(https://static.jtljia.com/images/system/product/icon_20s.png) no-repeat 26px 3px;}
.pright-quotation{width:597px;height: 100%; float:left;}
.pleft-quotation{width:581px;height: 100%; float:left;}
.pleft-title{margin: 18px auto; font-size: 20px;color: #333;text-align: center;}
.total-money{display: inline-block; margin-left: 5px;margin-right: 5px;padding:2px 5px;text-align: center; border: 2px solid #e6002d;color: #e6002d;border-radius: 50%;font-weight: bold;}
.pleft-yusuanBox{height: 100%;}
.pleft-content{color: #333;font-size: 16px;width: 230px; height: 39px;line-height: 39px;margin: 10px auto 0;text-align: center;border-bottom: 1px solid #f2f2f2;}
.pleft-content>.jc-name{display: block;float: left; width: 140px;text-align: left;}
.pleft-content .jc-money{display: block;float: left; margin-right: 10px;height: 26px;line-height: 26px;padding:0 5px;text-align: center; border: 2px solid #c9c9c9;color: #c9c9c9;border-radius: 50%;font-weight: bold;}
.pcenetr-quotation{width: 140px;position: absolute;height: 140px;top: 59px;left: 526px;}
a.prightSubmit{display: block;margin: 10px; width: 120px;height: 85px;padding-top: 35px; line-height: 24px;border-radius: 50%; font-size: 20px;font-weight: bold; color:#fff;text-align: center; background: #e6002d;cursor: pointer;transition: all .2s ease-in-out;}
a.prightSubmit:hover{opacity: .8;}
.span-title{display: block; float:left; width:90px;height: 40px;line-height: 40px;text-align: right;padding-right: 10px;color: #666;font-size: 14px;}
.pright-quotation>ul.compute-ul{width: 252px; margin: 0 auto; }
.pright-quotation>ul>li{position: relative;margin-top: 10px;height:40px;line-height: 40px;font-size: 16px;color:#666;}
.pright-quotation>ul>li.pright-number{color:#999;height:20px;line-height: 20px;font-size:14px;}
.pright-input{width:230px;height:38px;line-height:38px; display:block;float: left; font-family: "寰蒋闆呴粦"; color:#666; font-style: normal;font-size: 14px; padding-left:10px; padding-right:10px;border:1px solid #ddd;background: #fff !important;}
.pright-getCode{display: block;float: left;width:130px;height: 40px;line-height: 40px;color:#666;font-size:14px;background: #dbdbdb;cursor: pointer;text-align: center;}
.pright-getCode:hover{color:#666;opacity: .9;}
#prightCode{width:100px;}
.area-unit2{position: absolute;right:6px;font-size: 16px;color:#666;line-height: inherit;}
#complateChuwei ul,#complateWeiyu ul{overflow-y: hidden;}
#complateChuwei ul li,#complateWeiyu ul li{width: 100%;}
.pquotation-Number{margin-left: 3px;margin-right: 3px;color:#ff6801;}
.quotation-title{margin: 10px 107px 30px 48px;height: 1px;background: #ddd;position: relative;}
.quotation-title>div{position: absolute;width: 130px;height: 40px; line-height:40px;background:#f2f2f2;top:-21px;left: 97px;font-size: 20px;font-weight: bold;color: #FF6700;text-align: center;}
#popcomplateProv cite, #popcomplatect cite{width: 93px;}
#popcomplateProv ul, #popcomplatect ul{width: 113px;}
#popcomplateProv ul li, #popcomplatect ul li{width: 95px;}
#index_quickPrice>cite{width: 230px;border: 1px solid #ddd;height: 38px;line-height: 38px;}
.pright-quotation>ul.compute-ul select{
    width:121px;
}
.price_footer{
    background:url(https://static.jtljia.com/images/system/img-priceInfo.jpg) center center no-repeat;
    height:360px;
}
.form_content{
    width:220px;
    padding:30px 0;
    margin:0 auto;
    height:190px;
}
.form_content select{
    height:40px;
    width:100%;
    border: solid 1px #DDDDDD;
    font-size: 14px;
    color: #666;
    padding: 0 5%;
}
.form_content .btn{
    display:block;
    height:40px;
    width:100%;
    line-height:40px;
    text-align:center;
        margin-top: 10px;
}
.section p{
    width:1200px;
    margin:0 auto;
    padding:30px 0;
}
.xmSlide-pagination{
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 100;
}
.xmSlide-pagination li a{
    background:#fff;
    border-color:#ffd401;
}
.swipe{
    position:relative;
}
.corner3{
    border-radius:3px;
}
.corner0{
    border-radius:0;
}
.p_w.btn_line{
    padding: 20px 0;
}
.btn_line .btn{
    display: block;
    height: 40px;
    width: 220px;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
    margin:0 auto;
}
.promptinput{
    width:100%;
    position:relative;
}
.normal-complate2 {
    background: #fff;
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    position: relative;
    z-index: 10;
    border: 1px solid #ddd;
    text-align: left;
}

    .normal-complate2 cite {
        width: 99px;
        height: 38px;
        line-height: 38px;
        display: block;
        font-family: "寰蒋闆呴粦";
        color: #666;
        cursor: pointer;
        font-style: normal;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        background: url(https://static.jtljia.com/images/system/arrow-down1.png) no-repeat right 7px center;
        border: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .normal-complate2 ul {
        width: 119px;
        left: -1px;
        line-height: 30px;
        font-size: 12px;
        border: 1px solid #ddd;
        max-height: 152px;
        overflow-y: scroll;
        background: #fff;
        position: absolute;
        z-index: 200;
        margin-top: 1px;
        display: none;
    }

        .normal-complate2 ul li {
            width: 101px;
            height: 30px;
            line-height: 30px;
            color: #666;
            border-bottom: 1px solid #ddd;
        }

            .normal-complate2 ul li:last-child {
                border-bottom: none;
            }

            .normal-complate2 ul li a {
                display: block;
                width: 100%;
                height: 100%;
                line-height: inherit;
                color: #666;
                text-indent: 6px;
                font-size: 12px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .normal-complate2 ul li a:hover {
                    color: #666;
                    background: #f1f1f1;
                }
				
				#city_py{
					width:100%;
				}

				.logPic{
					width:360px;
				}
				.money_index{
						padding:0 18px;
						height: 214px;
						border: 1px solid #fff;
						color: #fff;
						font-size: 29px;
						margin-top: 90px;
						line-height:214px;
				}
				.money_index span{
					color:#E52F34;
				}
				
				
				
				/* 关于我们 */
				
				
				.lr_tabGr {
  width: 270px; }
  .lr_tabGr .story-title {
    width: 100%;
    height: 80px;
    background: #e6002d;
    font-size: 20px;
    color: #fff;
    line-height: 80px;
    padding-left: 22px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .lr_tabGr .story-title:before {
      display: inline-block;
      content: "";
      vertical-align: top;
      height: 100%;
      width: 30px;
      margin-right: 20px;
      background-image: url(../img/icon-story.png);
      background-repeat: no-repeat;
      background-position: center center; }
  .lr_tabGr ul li {
    width: 100%; }
    .lr_tabGr ul li.odd {
      background: #FFFFFF; }
    .lr_tabGr ul li.even {
      background-color: #f7f7f7; }
    .lr_tabGr ul li a {
      display: block;
      width: 100%;
      height: 60px;
      border-bottom: 2px solid transparent;
      font-size: 14px;
      color: #333;
      line-height: 60px;
      padding-left: 28px;
      text-align: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .lr_tabGr ul li a:hover {
        color: #e6002d; }

.ppg_box {
  margin: 20px auto !important; }

.fr_content {
  width: 878px; }
  .fr_content .intro-title {
    text-align: center;
    font-size: 40px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 400;
    padding-top: 35px; }
    .fr_content .intro-title h4 {
      font-size: 30px;
      color: #333;
      display: inline-block;
      vertical-align: top;
      position: relative;
      font-weight: 400; }
    .fr_content .intro-title p {
      font-size: 18px;
      color: #999;
      text-align: center; }

.tAnd_font {
  margin-top: 60px; }
  .tAnd_font p {
    color: #666666;
    line-height: 2;
    font-family: Microsoft YaHei;
    font-size: 15px;
    text-align: left;
 }
 .fr_frNav ul li{
	transition:.5s;
}	  
.fr_frNav ul li:hover{
	transform:scale(1.1)
}
  .tAnd_font img {
    width: 413px;
    height: 478px;
    float: right; }

#allmap {
  width: 100%;
  height: 434px; }

.contact-list {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 33px 40px 17px 30px;
  overflow: hidden;
  margin-bottom: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.join-list li.show .jh:after {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg); }
.join-list li .jh {
  width: 100%;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  color: #666;
  padding-left: 18px;
  padding-right: 35px;
  border: 1px solid #eee;
  cursor: pointer;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee; }
  .join-list li .jh:after {
    display: block;
    content: "";
    width: 12px;
    height: 20px;
    background-image: url(../img/right-icon.png);
    position: absolute;
    right: 23px;
    top: 22px; }
.join-list li:nth-child(2n) .jh {
  background-color: #fff; }
.join-list .jc {
  padding: 18px 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  display: none; }
  .join-list .jc .pare {
    margin-bottom: 30px; }
    .join-list .jc .pare span {
      display: block; }
  .join-list .jc .dt {
    color: #e6002d; }

.qywH_box {
  background:#fff;	
  padding-bottom: 50px; }

.qywH_box .about_title {
  color: #FFFFFF; }

.qywH_box .listNan_li ul li {
  width: 425px;
  float: left; }

.qywH_box .listNan_li ul li img {
  display: block;
  width: 100%;
  height: 250px;
  display: block; }

.qywH_box .listNan_li ul li + li {
  margin-left: 20px; }

.qywH_box .listNan_li ul li .bs_bottom {
  background-color: #f7f7f7;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.qywH_box .listNan_li ul li .bs_bottom h3 {
  padding-top: 15px;
  font-family: PingFangSC-Medium;
  font-size: 32px;
  color: #E52F34;
  letter-spacing: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAEAEA; }

.qywH_box .listNan_li ul li .bs_bottom em {
  font-size: 20px;
  margin-top: 10px;
  display: inline-block; }

.qywH_box .listNan_li ul li .bs_bottom p {
  color: #9B9B9B; }

.lr_tabGr ul li.about-select a{
	color: #e6002d;
	border-bottom:1px solid #e6002d;
}
.tAnd_font p{
	    text-indent: 2em;
		padding-right: 1px;
}


/*  new商业空间 */
.list_navPic {
  width: 1200px;
  margin: 40px auto; }
  .list_navPic ul {
    overflow: hidden; }
    .list_navPic ul li {
      float: left;
      margin-right: 20px;
      width: 386px;
	  margin-bottom:20px;
      height: 226px;
      overflow: hidden; }
      .list_navPic ul li img {
        transition: all 0.5s; }
      .list_navPic ul li:nth-child(3n) {
        margin-right: 0; }
      .list_navPic ul li:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05); }
		.zx_cpBg{
			background: #2E3440;
			padding-bottom:30px
		}

		.zx_cpBg .zxc_pd .upTitle h4{
			color:#fff;
		}
		.zx_cpBg .zxc_pd .upTitle p{
			color:#fff;
		}
		.zx_cpBg .zxc_pd .upTitle em span.red_color{
			color:#fff;
		}
	    .zx_cpBg .zxc_pd .upTitle h4 + span{
			background: #fff;
		}
		.zx_cpBg .flow-item a p{
			color:#fff;
		}
		.zx_cpBg .lc_nav{
			margin-bottom:25px
		}
		
		
		.lr_pBox{
			float:right;
			width:434px;
		}
/*# sourceMappingURL=style.css.map */
