/*
BY HNDEC
UP 2020/4/21
 */
@charset "UTF-8";
body{min-width:1200px;color:#222;margin:0;padding:0;font-size:14px;line-height:26px;font-family:Arial,Microsoft YaHei;-webkit-text-size-adjust:none;background: #f6f6f6}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select,textarea{font-size:14px;line-height:16px;}img{border:0;}ul,li{list-style-type:none;}button :focus{outline:0;} 
a{color:#222;text-decoration:none;}
a:hover{text-decoration:none;color:#e6212a;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
.hr_1{height:1px;}.hr_10{height:10px;}
.pr{position: relative;}.pa{position: absolute;}
.el{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.el_2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
.el_3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
input::-webkit-input-placeholder{color:#999;}
input::-moz-placeholder{color:#999;}
input:-moz-placeholder{color:#999;}
input:-ms-input-placeholder{color:#999;}
.wauto{
	width: 100%;
	margin:0 auto;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.kou{
	width: 100%;
	height: 20px;
	overflow: hidden;
}
/* loading */
@keyframes hui-a-rotate360{0%{transform:rotate(0deg);} 50%{transform:rotate(180deg);} 100%{transform:rotate(360deg);}}
@-webkit-keyframes hui-a-rotate360{0%{-webkit-transform:rotate(0deg);} 50%{-webkit-transform:rotate(180deg);} 100%{-webkit-transform:rotate(360deg);}}
@-moz-keyframes hui-a-rotate360{0%{-moz-transform:rotate(0deg);} 50%{-moz-transform:rotate(180deg);} 100%{-moz-transform:rotate(360deg);}}
@-o-keyframes hui-a-rotate360{0%{-o-transform:rotate(0deg);} 50%{-o-transform:rotate(180deg);} 100%{-o-transform:rotate(360deg);}}
.hui-loading{width:22px; height:22px; position: absolute; left: 50%;top:50%; transform: translate(-50%, -50%); background: url(../images/noinfos.png); background-size: cover; animation:hui-a-rotate360 1s infinite linear; -webkit-animation:hui-a-rotate360 1s infinite linear; -moz-animation:hui-a-rotate360 1s infinite linear; -o-animation:hui-a-rotate360 1s infinite linear; }
.loading{text-align: center; width: 100%;padding-top: 5px;    position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.loading span{line-height: 16px;color:#ccc;font-size: 0.75rem; display: block;}
.loading img{width: 60px; padding-top: 10px;}
.more_q{animation:hui-a-rotate360 2.5s infinite linear; -webkit-animation:hui-a-rotate360 2.5s infinite linear; -moz-animation:hui-a-rotate360 2.5s infinite linear; -o-animation:hui-a-rotate360 2.5s infinite linear;}

.zs{background: #242243;color: #fff;}
.top_line{color: #ccc;}
div{
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.t_huan{
	font-size: 16px;
	color: #242243;
	font-weight: bold;
}
.t_huan:hover{
	color:#e52029;
	cursor: pointer;
}
.t_huan i{
	font-size: 23px;
	float: left;
}
/*广告条*/
.top_ad{
	width: 100%;
	height:90px;
	position: relative;
	transition: all 0.3s;
}
.top_ad a{
	display: block;
	width: 100%;
    height: 90px;
    overflow: hidden;
}
.top_ad .close{
	color: #fff;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 10;
    font-size: 28px;
    background: rgba(12, 12, 12, 0.4);
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    cursor: pointer;
}
.ad_active{
	margin-top:-90px;
}
/*头部*/
.header{
	width: 100%;
	 /*overflow: hidden;*/
	position: relative;
    z-index: 100;
    border-bottom: 1px solid #Efefef;
    /*box-shadow: 0 0 5px #efefef;*/
}
.header .top_sm_bg{
	height: 36px;
	line-height: 36px;
	width: 100%;
	background: #f4f4f4;
}
.header .top_sm_bg .top_sm_lt{
	padding-left: 50px;
}
 .header .top_sm_bg .top_sm_lt p{
 	display: inline-block;
 	color: #999;
 	font-size: 14px;
 }
.header .top_sm_bg .top_sm_lt span{
 	display: inline-block;
 	font-size: 14px;
 }
.mob{
  	cursor: pointer;
}
 .mob:hover .ewm{
	display: block;
 }
 .ewm{
 	left: 0;
    top: 36px;
    z-index: 100;
    width: 90px;
    display: none;
 }
 .header .top_sm_bg .top_sm_lt span i{
    font-size: 24px;
    color: #e6212a;
    float: left;
}
.header .top_sm_bg .top_sm_rt{
	padding-right: 50px;
	
}
.header .top_sm_bg .top_sm_rt a{
	color:#242243;
	font-size: 14px;font-weight:bold;
}
.header .top_sm_bg .top_sm_rt a.red{
	color: #e6212a;
}
.header .top_sm_bg .top_sm_rt a i{
	font-size: 14px; 
	color: #999;
}
.header .top_mu{
	width: 100%;
	height:90px;
	background: #fff;
	position: relative;
}
.header .top_mu .top_mu_logo{
   padding-left: 50px;
}
.header .top_mu .top_mu_logo img{
	padding-top: 16px;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.header .top_mu .top_mu_logo>div{
 	border:1px solid #DBDBEA;
 	border-radius: 15px;
 	padding:5px 10px;
	position: absolute;
 	top: 50%;
 	left:408px;
 	transform: translate(0%, -50%);
}
.header .top_mu .top_mu_logo>div span{
	color: #999;
}
.header .top_mu .top_mu_logo>div i{
	color: #fdd13d;
}
.header .top_mu .top_mu_nav{
	width: 980px;
	margin:0 auto;
	margin-left: 200px;
}
.header .top_mu .top_mu_nav ul{

}
.header .top_mu .top_mu_nav ul li{
	display: inline-block;
	font-size: 16px;
	line-height: 90px;
}
.header .top_mu .top_mu_nav ul li a{
	padding:0 15px;
	position: relative;
}
.header .top_mu .top_mu_nav ul li a.active{
	color: #e6212a;
}
.header .top_mu .top_mu_nav ul li a span{
	position: absolute;
	right: -12px;
	top:-15px;
	display: block;
	width: 36px;
	height: 15px;
	background: url('../images/hot.png') no-repeat;
	line-height: 16px;
    font-size: 8px;
    text-align: center;
    color:#fff;
}
.header .top_mu .top_mu_subbtn{
	padding-right:50px;
	padding-top: 28px;
}
.header .top_mu .top_mu_subbtn a{
	border:1px solid #242243;
	padding: 8px 15px;
	border-radius: 15px;
	margin-left: 5px;
}
.header .top_mu .top_mu_subbtn a:hover{
	background: #242243;
	color: #fff;
}

@media (max-width: 1860px){
	.header .top_mu .top_mu_logo>div{
		top: -20%;
		border:none;
	}
	.header .top_mu .top_mu_nav{
		margin-left: 30px;
	}
	
}
@media (max-width: 1630px){
	.header .top_mu .top_mu_nav{
		width: 800px;
	}
	.header .top_mu .top_mu_nav ul li a {
    	padding: 0 8px;
	}
}
@media (max-width: 1430px){
	.header .top_mu .top_mu_logo img {
		padding-top: 25px;
		height: 40px;
	}
}
@media (max-width: 1366px){
	.header .top_mu .top_mu_subbtn {
		padding-right: 20px;
		padding-top: 10px;
	}
	.header .top_mu .top_mu_subbtn a {
		padding: 4px 15px;
		margin-left: 0px;
		margin-bottom: 5px;
		display: block;
	}
	.header .top_mu .top_mu_logo {
		padding-left: 20px;
	}
	.header .top_sm_bg .top_sm_lt {
		padding-left: 20px;
	}
	.header .top_sm_bg .top_sm_rt {
		padding-right: 20px;
	}
}
/*BANNER*/
.banner-container{
	height: 500px;
}
.banner-container a{
	width: 100%;
	height: 100%;
	display: block;
}
.banner-container .swiper-pagination-bullet-active {
    background:;
}

/*表单*/

#fot_sarea select{ 
    border: 1px #e3e3e3 solid;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
#fot_style {
	font-size: 14px;
	color: #757575;
	text-align: center;
	}
#fot_style select{width: 32px;}
#fot_distpicker select{
	border: none;
	border-left: 1px #e3e3e3 solid;
	overflow: hidden;
	height: 50px;
	float: left;
	line-height: 50px;
	padding: 0 10px;
}
#province2{width:40%}
#city2{width:28%}
#town2{width:28%}
.form_bottom_wrap { height: 135px; background:url(../images/list1.jpg); display:block; z-index: 1000;}
.form_bottom {padding-top: 20px; width: 1200px; margin:0 auto; overflow: hidden;}
.form_bottom .box_btn{  overflow: hidden; height: 50px; float: left; position: relative;background: #e6212a}
.form_bottom .box{ width: 140px; overflow: hidden; height: 50px; float: left; position: relative;background: #fff}
.form_bottom .box .select_l,.form_bottom .box #User_Shen2,.form_bottom .box #User_City2{ width: 154px; height: 50px; outline: none; font-size: 14px; color: #666; line-height: 30px; padding: 14px 10px;}
.form_bottom .box .select_l option,.form_bottom .box #User_Shen2 option,.form_bottom .box #User_City2 option{ line-height: 20px;}
.form_bottom .box .input_txt {height: 16px; width: 108px; line-height: 16px; padding: 16px 10px 16px; border: 1px #e3e3e3 solid; border-right:0; font-size: 14px; outline: none; }
.form_bottom .box .default_value{ position: absolute; font-size: 14px; left: 11px; top: 18px;}
.form_bottom .btn_submit{  border: 0; background:#e6212a; width: 245px; height: 50px; float: left; font-size: 22px; color: #fff; outline: none; cursor: pointer; font-family: '微软雅黑';}
.form_bottom .box .msg{ width:150px; height: 30px; padding: 0 10px; position: absolute; text-align: left; top:-44px; left: 0; z-index: 100; margin: 0; border: 1px #faafaf solid; background: #ffeded; display: none;}
.form_bottom .tel .msg { width: 180px;}
.form_bottom .box .msg p{ height: 25px; font-size: 12px; line-height: 30px; color: #666; }
.form_bottom .box .msg em.error{width: 15px; height: 15px; display: block; float: left; margin:8px 10px 0 0; background-position:-449px -36px;}
.form_bottom .box .msg em.arrow{ width: 11px; height: 6px; display: block; margin:5px 0 0 2px; background-position: -476px -27px; }
.form_bottom .box .unit{ width: auto; height: auto; display: block; position: absolute; top:10px; right:10px; font-size: 14px;}
.form_bottom .ie7{ background: #fff; }
.form_bottom .ie7 input{ margin-top: -1px; line-height: 50px; }
.form_bottom .ie7 .select_l,.form_bottom .ie7  #User_Shen2 ,.form_bottom .ie7 #User_City2{ margin-top: 16px; height: 30px; line-height: 30px; border: 0;}
.bank{ width:100%; height:135px; background:#343434;}
.ban{ width:1220px; height:auto; margin:0px auto; padding-top:23px; padding-left:16px;}
.banp{ width:100%; height:23px; line-height:23px; color:#FFF;margin-bottom: 15px; text-align: center;}
.banp strong{ font-size:18px; font-weight: normal}
.banp b{ color:#f83c34;font-weight: normal}
.banp .span3{padding-left:10px; padding-right: 15px}

/*参数选择*/
.casestyle{
	width: 100%;
	padding-top:0px;
}
.casestyle .c_select{
	width: 286px;
	border:0px solid #242243;
	margin-right:16px;
}
.casestyle .c_select:hover .c_select_t i{
	color: #fff;
}

.casestyle .c_select:first-child+.c_select+.c_select+.c_select{
	margin-right: 0px;
}
.casestyle .c_select:nth-child(4){
	margin-right: 0px;
}
.casestyle .c_select .c_select_t{
	background: #242243;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.casestyle .c_select .c_select_t i{
	font-size: 26px;
	color: #7c7a8e;
	float: left;
	transition: all 0.3s;   
}
.casestyle .c_select .c_select_l{
	background: #Fff;
	padding:15px 20px;
	height: 100px;
}
.casestyle .c_select .c_select_l a{
	background: #Fff;
	padding: 2px 8px;
    line-height: 24px;
}
.casestyle .c_select .c_select_l a:hover{
    border-radius: 5px;
    background: #e32026;
    color: #fff;
    transition: all 0.2s;
}
.cs_k{
	width: 74px;
	margin:0 auto;
}
/*经典案例*/
.caselist{
	width: 100%;
	padding-bottom:2px;
	background: url(../images/d_bg.jpg) repeat bottom;
}
.cali_t{
	width: 100%;
	color: #222;
	padding-top:58px;
	padding-bottom: 18px;
	overflow: hidden;
}
.cali_t .cali_t_l{
	font-size: 24px;	
}
.cali_t .cali_t_l i{
	font-size: 24px;
}
.cali_t .cali_t_r{
	font-size: 16px;
	font-weight: bold;
}
.cali_t .cali_t_r:hover{
	color:#e52029;
	cursor: pointer;
}
.cali_t .cali_t_r i{
	font-size: 23px;
	float: left;
}
.caselist .cali_c{
	width: 100%;
	position: relative;
}
.caselist .cali_c ul{
	height: 350px;
}
.caselist .cali_c ul li{
	width: 370px;
    float: left;
    background: #fff;
    box-shadow: 0 0 18px #dadada;
    margin-right: 44px;
    transition: all 0.3s;
}
.caselist .cali_c ul li:hover{
	box-shadow: 0 10px 25px #c9c7d8;
}
.caselist .cali_c ul li:nth-child(3){
	margin-right: 0px;
}
.caselist .cali_c ul li:first-child+li+li{
	margin-right: 0px;
}

.caselist .cali_c ul li .cali_c_img{
	width: 100%;
	height: 246px;
	overflow: hidden;
}
.caselist .cali_c ul li .cali_c_img img{
	width: 100%;
	transition: all .3s ease;
}
.caselist .cali_c ul li:hover .cali_c_img img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.caselist .cali_c .cali_c_con{
	padding: 20px 20px;
}
.c_title{
	font-size: 21px;
    font-weight: bold;
    padding-bottom: 5px;
}
.c_title i img{
	width: 55px;margin-top:10px;
    padding-left: 5px;
}
.c_subtitle{
	color: #999;
	padding-top: 5px;
}
.c_subtitle i{
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	overflow: hidden;
	border-radius: 10px;
	margin-right: 5px;
}
.c_subtitle i img{
   width: 100%
}

.case_btn{
	padding: 10px 0px;
    border: 1px solid #242243;
    display: block;
    width: 140px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    border-radius: 60px;
    margin-top: 36px;
    margin-bottom: 36px;
    transition: all 0.3s;
}
.case_btn:hover{
	background: #242243;
	color: #fff;
	box-shadow: 0px 10px 20px #bbb8d4;
}
/*设计大咖*/
.deslist{
	width: 100%;
}
.deslist .deli_c{
	padding-bottom: 0px;
    position: relative;
}
.deslist .deli_c ul{
	height: 387px;
}

.deslist .deli_c ul li{
	width: 270px;
    float: left;
    background: #fff;
    box-shadow: 0 0 18px #dadada;
    margin-right: 40px;
    transition: all 0.3s;
}
.deslist .deli_c ul li:hover{
	box-shadow: 0 10px 25px #c9c7d8;
}
.deslist .deli_c ul li:nth-child(4){
	margin-right: 0px;
}

.deslist .deli_c ul li:first-child+li+li+li{
	margin-right: 0px;
}


.deslist .deli_c .deli_c_img{
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.deslist .deli_c  ul li .deli_c_img img{
	width: 100%;
	transition: all .3s ease;
}
.deslist .deli_c  ul li:hover .deli_c_img img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.deslist .deli_c .deli_c_con{
	padding: 20px 20px; 
}
/*实施工地*/
.gdlist{
	width: 100%;
	overflow: hidden;
	background: url(../images/d_bg.jpg) repeat bottom;
}
.gdli_t{
	width: 100%;
	padding-top: 58px;
	position: relative;
}
.gdli_t_l{
	display: inline-block;
	width: 100px;
	height: 55px;
	background: url(../images/t_l.jpg) no-repeat center right;
}
.gdli_t_r{
	display: inline-block;
	width: 100px;
	height: 55px;
	background: url(../images/t_r.jpg) no-repeat center right;
}
.gdli_t_c{
	text-align: center;
	display: inline-block;
	padding:0 10px;
	
}
.gdli_t_c h3{
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 15px
}
.gdli_t_c h3 span{
	color: #e6212a;	
}
.gdli_t_c p{
	color: #666;
	font-size: 16px;
}
.gdli_c{
	width: 100%;
    padding-top: 25px;
    padding-bottom: 0px;
    position: relative;
}
.gdlist .gdli_c ul{
	height: 394px;
}
.gdlist .gdli_c ul li{
	width: 370px;
    float: left;
    background: #fff;
    box-shadow: 0 0 18px #dadada;
    margin-right: 44px;
    transition: all 0.3s;
}
.gdlist .gdli_c ul li:hover{
	box-shadow: 0 10px 25px #c9c7d8;
}
.gdlist .gdli_c ul li:nth-child(3){
	margin-right: 0px;
}
.gdlist .gdli_c ul li:first-child+li+li{
	margin-right: 0px;
}


.gdlist .gdli_c .gdli_c_img{
	width: 100%;
	height: 246px;
	overflow: hidden;
}
.gdlist .gdli_c  ul li .gdli_c_img img{
	width: 100%;
	transition: all .3s ease;
}
.gdlist .gdli_c  ul li:hover .gdli_c_img img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.gdlist .gdli_c .gdli_c_con{
	padding: 20px 20px; 
}
.gdlist .gdli_c .gdli_c_bq{
	padding: 10px 20px;
    color: #bbbbbb;
    border-top: 1px solid #efefef;
    overflow: hidden;
}

/*晒家*/
.sjlist{
	width: 100%;
	overflow: hidden;
}
.sjli_t{
	width: 100%;
	padding-top: 58px;
	position: relative;
}
.sjli_t_l{
	display: inline-block;
	width: 100px;
	height: 55px;
	background: url(../images/t_l.jpg) no-repeat center right;
}
.sjli_t_r{
	display: inline-block;
	width: 100px;
	height: 55px;
	background: url(../images/t_r.jpg) no-repeat center right;
}
.sjli_t_c{
	text-align: center;
	display: inline-block;
	padding:0 10px;
	
}
.sjli_t_c h3{
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 15px
}
.sjli_t_c h3 span{
	color: #e6212a;	
}
.sjli_t_c p{
	color: #666;
	font-size: 16px;
}
.sjli_c{
	width: 100%;
    padding-top: 25px;
    padding-bottom: 0px;
    position: relative;
}
.sjlist .sjli_c ul{
	height: 350px;
}
.sjlist .sjli_c ul li{
	width: 370px;
    float: left;
    background: #fff;
    box-shadow: 0 0 18px #dadada;
    margin-right: 44px;
    transition: all 0.3s;
}
.sjlist .sjli_c ul li:hover{
	box-shadow: 0 10px 25px #c9c7d8;
}
.sjlist .sjli_c ul li:nth-child(3){
	margin-right: 0px;
}

.sjlist .sjli_c ul li:first-child+li+li{
	margin-right: 0px;
}


.sjlist .sjli_c .sjli_c_img{
	width: 100%;
	height: 246px;
	overflow: hidden;
}
.sjlist .sjli_c  ul li .sjli_c_img img{
	width: 100%;
	transition: all .3s ease;
}
.sjlist .sjli_c  ul li:hover .sjli_c_img img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.sjlist .sjli_c .sjli_c_con{
	padding: 20px 20px; 
}
.sjlist .sjli_c .sjli_c_bq{
	padding: 10px 20px;
    color: #bbbbbb;
    border-top: 1px solid #efefef;
    overflow: hidden;
}
.sjlist .sjli_c .sjli_c_con .hico{
    top: -20px;
    left: 10px;
}
.sjlist .sjli_c .sjli_c_con .hico img{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #fff;
}
.sjlist .sjli_c .sjli_c_con .hiright{
	padding-left: 85px;
}
/*装修流程*/
.lclist{
	width: 100%;
	overflow: hidden;
	background: url(../images/lc_bg.jpg) repeat bottom;
}
.lclist .lcli_c{
	width: 1200px;
    padding-top: 25px;
    overflow: hidden;
	margin:0 auto;
	margin-bottom:60px;
}
.lclist .lcli_c>ul>li{
	width: 390px;
	float: left;
	margin-right:15px;
	background: #fff; 
}
.lclist .lcli_c>ul>li:nth-child(3){
	margin-right: 0px;
}
.lclist .lcli_c>ul>li:first-child+li+li{
	margin-right: 0px;
}


.lclist .lcli_c_list{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */  
	flex-wrap:wrap;
	-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;
	height: 152px;
	padding:10px;
}
.lcli_c4>li{
	flex: 0 0 20%;
	float: left;
    width: 20%;
}
.lclist .lcli_c_list li{
	overflow: hidden;	
}
.lclist .lcli_c_list li img{
	transition: all .2s ease;
}
.lclist .lcli_c_list li:hover img{
	-webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
    
.li_r{
	border-right: 1px solid #efefef;
}
.li_b{
	border-bottom: 1px solid #efefef;
}

/*装修流程*/
.zslist{
	width: 100%;
	margin-top: 20px;
	margin:0 auto;
}
.zs_bg{
	background: url(../images/in_bg.jpg) no-repeat bottom;
	height: 753px;
}
.zslist .zsli_c{
	overflow: hidden;
	width: 1200px;
	margin:0 auto;
	padding-top: 28px;
}
.zslist .zsli_c .zsli_c_li{
	width: 360px;
	background: #fff;
	border-radius: 10px;
	float: left;
	padding-right:40px;
	padding-bottom: 30px;
	height: 429px;
}
.zslist .zsli_c .zsli_c_li .zs_pic{
	padding-top: 35px;
}
.zslist .zsli_c .zsli_c_li h3{
	font-size: 21px;
	padding-top:0px;
	padding-bottom: 25px;
}
.zslist .zsli_c .zsli_c_li .zs_li li{
	padding: 0 20px;
    overflow: hidden;
    margin-bottom: 20px;
    height:100px;
}
.zslist .zsli_c .zsli_c_li h3>a{
	font-size: 18px;
}
.zslist .zsli_c .zsli_c_li .zs_li_list li{
	text-align:left;
	margin: 0 20px;
	margin-bottom: 3px;
}
.zslist .zsli_c .zsli_c_li .zs_li_list li a{
}
.zsli_sub_img{
	width: 140px;
	height: 100px;
	overflow: hidden;
	border-radius:5px;
}
.zsli_sub_img img{
	width: 100%;
    transition: all .3s ease;
}
.zslist .zsli_c .zsli_c_li .zs_li li:hover .zsli_sub_img img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.zsli_sub_img a{
	width: 140px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
}

.zsli_sub_li{
	width: 168px;
}
.zsli_sub_li a{
	font-size: 16px;
    font-weight: bold;
    padding-bottom: 6px;
    display: block;
}
.zsli_sub_li p{
	font-size: 14px;
	line-height: 18px;
	color: #999;
}

.zslist .zsli_c .zsli_c_li .vs_li li{
	width: 150px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	margin-left:20px;
	margin-bottom:20px;
	position: relative;
}
.zslist .zsli_c .zsli_c_li .vs_li li i{
	position: absolute;
    color: #fff;
    z-index: 100;
    font-size: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zslist .zsli_c .zsli_c_li .vs_li li .blk{
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100px;
	position: absolute;
	top:0;
	left:0;
}

.zslist .zsli_c .zsli_c_li .vs_li li:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.zslist .zsli_c .zsli_c_li .vs_li li img{
	width: 100%;
	height: 100px;
	transition: all .3s ease;
}
/*VR实景体验*/
.vrlist{
	width: 100%; 
	margin:0 atuo;
}
.vrlist .vrli_c{
	width: 100%;
	background:;
	height: 675px;
	margin-top: 28px;
}
.vrlist .vrli_c .vrli_k{
	background: rgba(255, 255, 255, 0.8);
	width: 234px;
	right: 30px;
	color: #434343;
	padding:60px 50px;
	top: 50%;
	right: 740px;
	/*transform: translate(0%, -50%);*/
	margin-top:-182px;margin:0 atuo;
}
.vrlist .vrli_c .vrli_k .p1{
	font-size: 16px;
}
.vrlist .vrli_c .vrli_k .p2{
	font-size: 38px;
    padding: 20px 0;
}
.vrlist .vrli_c .vrli_k .p3{
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 5px;
}
.vrlist .vrli_c .vrli_k a{
	font-size: 18px;
	font-weight: bold;
	color: #e6212a
}
.vrlist .vrli_c .vrli_k .vr_btn1{
	border:1px solid #e6212a;
	width: 100%;
	display: block;
	padding:10px 0;
	margin-top: 35px;
	margin-bottom: 18px;
}
.vrlist .vrli_c .vrli_k .vr_btn1:hover{
	background: #e6212a;
	color: #fff;
}
.vrlist .vrli_c .vrli_k .vr_btn2{
	background: #e6212a;
	color: #Fff;
	width: 100%;
	display: block;
	padding:10px 0;
}
/*大宅别墅，设计、装修   真才实料造精品*/
.fslist{
	width: 100%;
	margin-top: 58px;
}
.fslist .fslist_t{
	width: 100%;
}
.fslist .fslist_t h3{
	color: #242246;
	font-size: 38px;
	line-height: 38px;
	padding-bottom: 40px;
}
.fslist .fslist_t a{
	display: inline-block;
	font-size: 24px;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 0 30px;
}
.fslist .fslist_t .fs_btn1{
	background: #242246;
	color: #fff;
}
.fslist .fslist_t .fs_btn2{
	border:1px solid #242246;
}
.fslist .fslist_t .fs_btn2:hover{
	background: #242246;
	color: #fff;
}

.xzlist{
	width: 100%;
	overflow: hidden;
	background:url(../images/map_bg.jpg) #fff no-repeat top center;
}
.xzlist .fslist_c {
	overflow: hidden;
	padding-top: 100px;
}
.xzlist .fslist_c h3{
	font-size: 38px;
	line-height: 38px;
	font-weight: normal;
}
.xzlist .fslist_c ul li{
	display: inline-block;
    padding: 80px;
    color: #e6212a;
}
.xzlist .fslist_c ul li span{
    font-size: 38px;
}
.xzlist .fslist_c ul li sub{
	font-size: 16px;
}
.xzlist .fslist_c ul li sup{
	font-size: 25px;    
}
.xzlist .fslist_c ul li p{
	color: #666
}
/*底部*/
.footer{
	width: 100%;
	background: #202124;
	overflow: hidden;
}
.footer .footer_t{
	
}
.footer .footer_t .footer_t_l{
	width: 740px;	
}
.footer .footer_t .footer_t_l ul li{
	float: left;
	margin-right: 60px;
    margin-top: 40px;
}
.footer .footer_t .footer_t_l ul li span{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding-bottom: 15px;
}
.footer .footer_t .footer_t_l ul li a{
	color: #a6a6a7;
	display: block;
	font-size: 12px;
}
.footer .footer_t .footer_t_r{
	width: 340px;
	color: #a2a3a4;	
		margin-top: 40px;
		margin-bottom: 60px;
}
.footer .footer_t .footer_t_r span{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
    display: block;
}
.footer .footer_t .footer_t_r b{
	font-size: 28px;
	color: #fff;
	padding-top: 10px;
    display: block;
    font-weight: normal;
    padding-bottom: 5px;
}
.footer .footer_t .footer_t_r .f_img{
	float: right;
	margin-top: 30px;
    margin-bottom: 20px;
}
.footer .footer_t .footer_t_r .footer_t_r_ico{
	display: block;
	margin-top: 15px;
}
.footer .footer_t .footer_t_r .footer_t_r_ico a i{
	color: #a6a6a7;
}
.footer .footer_t .footer_t_r .footer_t_r_ico i{
   float: left;
   font-size: 32px;
   padding-right: 10px;
}
.footer .footer_c{
	width: 100%;
	border-top: 1px solid #363739;
}
.footer .footer_c{
 
}
.footer .footer_c .link{
 	font-size: 12px;
 	color: #a6a6a7;
 	padding: 10px 0;
}
.footer .footer_c .link a{
	padding: 0 15px;
	color: #a6a6a7;
	position: relative;
}
.footer .footer_c .link a:after{
	content: "";
	border-right:1px solid #666666;
	position: absolute;
	right: 0;
	top:0;
	height: 12px;
}
.footer .footer_c .link a:last-child:after{
	display: none;
}
.footer .footer_c .copyright{
 	color: #555;
 	font-size: 12px;
 	padding-bottom: 15px;
}
.footer .footer_c .copyright a{
 	color: #555;
}
.code {
    position: absolute;
    right: 0;
    width: 120px;
    height: 170px;
    z-index: 1;
    top: 0px;
    margin: 0px 0px 0 245px;
    background: url(../images/cord.png) right 0 no-repeat;
}
.code i{
	position: absolute;
	z-index: 10;
	top:12px;
	right: 5px;
	width: 109px;
    height: 9px;
    background: url(../images/greenline.png) center 0 no-repeat;
    animation: scanmove 2.5s ease-in-out infinite;
}
@keyframes scanmove{
    0%{
        transform:translate(0,0px);
    }
    50%{
        transform:translate(0,84px);
    }
    100%{
        transform:translate(0,0px);
    }
}
/*#内页开始#*/
/*找效果图-LIST*/
/*筛选*/
.xgt_main{width:100%;}
.box_menu{background: #fff;border:1px solid #efefef; margin-bottom: 15px;}
.mtp30{ padding: 5px 0px;   width: 95%; margin: 0 auto; overflow:hidden;}
.mtp30 .navs{width:100%;}
.mtp30 .list-group{width:100%; padding-top:15px; padding-bottom:10px}
.mtp30 .list-group .list-group-item{ float:none; width:100%; margin:10px 0px; overflow:hidden; border-bottom:1px dashed #f5f5f5;}
.mtp30 .navs li{ float:left;  height:25px;}
.mtp30 .col-md-3{width:5%; float:left;}
.mtp30 .col-md-9{width:95%; float:right;}
.mtp30 .img30{width: 30px;height:30px;}
.mtp30  .img20{width: 20px;height:20px;}
.mtp30  .listsearch{border:1px solid #FFDCAF;border-top: 2px solid #FF9100;height:200px;}
.mtp30 .border-color{border-color: #FFDCAF;}
.mtp30 .red{color: #666;line-height: 36px;}
.mtp30  .searchbody{line-height: 35px;margin-left: 15px;}
.mtp30 .row a:hover{color: #e6212a; text-decoration:none;}
.mtp30  .row li{padding-right:10px;padding-left: 10px; height:25px; line-height:25px; margin:5px 0px}
.mtp30 .in,.in a{color:#e6212a; border-radius: 4px; background: #fdeeee;}
.mtp30 .in a:hover{color: #fff}
.mtp30 .nav li a{display:block;width:auto;text-align:center;font-size:16px;font-weight:normal;color:#fff;}
.vv{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* Internet Explorer */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
}

.xgt_xz{
	background: #fff;
	border:1px solid #efefef;
	padding: 0 20px;
    overflow: hidden;
    line-height: 60px;
    margin-bottom: 15px;
}
.xgt_active{
	color: #e6212a;
}
.xgt_xz .xgt_xz_l{

}
.xgt_xz .xgt_xz_l a{
	padding: 0px 30px;
	border-right: 1px solid #e2e2e2;
}
.xgt_xz .xgt_xz_l a:last-child{
	border-right: none;
}
.xgt_xz .xgt_xz_l a i{
	color: #e2e2e2;
	font-size: 14px;
    padding:0 5px;
    display: inline-block;
}
.xgt_xz .xgt_xz_r{
	padding-right: 15px;	
}
.goodskeyword{
	border:none;
	border-bottom: 1px solid #333;
    background: none;
    line-height: 25px;
    width: 260px;
}
.goodsbtn{
	border: none;
    border-bottom: 1px solid #333;
    background: 0;
    float: right;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
}
.goodsbtn i{
	font-size: 28px;
}
.goodsbtn:hover{
	color: #e6212a;
}
/*--列表--*/
.xgt_c{
	width: 100%;
}
.xgt_c ul li{
	width: 380px;
	float: left;
	background: #fff;
	margin-right: 26px;
	margin-bottom:18px;
	border:1px solid #efefef;
}
.xgt_c ul li:nth-child(3n+3){
	margin-right: 0px;
}
.xgt_c_img{
	width: 100%;
	height: 285px;
	overflow: hidden;
	position: relative;
}
.vrimg{
	position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
}
.vrimg img{
	width: 70px;
}
.xgt_c ul li .xgt_c_img>img{
 	width: 100%;
 	transition: all .3s ease;
}
.xgt_c ul li:hover .xgt_c_img>img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.xgt_c_con{

}
.xgt_c_con .xgt_c_title{
	font-size: 16px;
	padding:18px;
}
.xgt_c_con .xgt_c_subtitle{
	padding:0px 18px 18px 18px;
	color: #999
}
.xgt_c_con .xgt_c_subtitle .user_img{
	display: block;
    float: left;
    height: 20px;
    width: 20px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 5px;
}
.xgt_c_con .xgt_c_subtitle .user_img img{
	width: 100%;
}
.xgt_c_con .xgt_c_subtitle .view_c{

}
.xgt_c_con .xgt_c_subtitle .view_c i{
	color: #dddddd;
	padding-left: 10px;
}
/*效果图详情*/
.xgt_detail{
	width: 100%;
	background: #f7f7f7;
}
.xgt_de_c {
	margin-top: 30px;
    margin-bottom: 60px;
    overflow: hidden;
}
.xgt_de_l{
	width: 800px;
	background: #fff;
	padding:25px;
}
.xgt_de_user{
	width: 100%;
	padding: 10px 0 20px 0;
}
.xgt_de_user h4{
	font-size: 24px;
	line-height: 40px;
}
.xgt_de_user img{
	width: 40px;
    height: 40px;
	border-radius: 50%;
	float: left;
	padding-right: 10px;
}
.xgt_de_view{
	right: 0;
	line-height: 40px;
	top:10px;
}
#tikdz{
	cursor: pointer;
}
.xgt_de_view i{
	color: #dddddd;
    padding-left: 10px;
    transition: all 0.3s;
}
#tikdz b{
	font-weight: normal;
}
.xgt_de_view .active i{
    color:#e6212a;
    font-size: 20px;
}
.xgt_de_list{
	width: 100%;
	padding-top: 20px;
}
.xgt_de_list .title{
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 20px 0 10px 0;
    margin-bottom: 10px;
}
.xgt_de_list .title:after{
	content: "";
    border-bottom: 2px solid #666;
    position: absolute;
    bottom: 0;
    width: 20px;
    left: 0;
}
.xgt_de_list .list ul li{
	width: 50%;
	float: left;
	padding-bottom: 5px;
}
.xgt_de_list .list ul li span{
	color: #999;
}
.xgt_de_list .detail{

}
.xgt_de_list .detail .title{

}

.xgt_de_r{
	width: 310px;
}
.xgt_de_r .kuang{
	background: #fff;
	overflow: hidden;
	margin-bottom: 15px;
	box-shadow: 0 0 20px #e8e8e8;
}
.xgt_de_r_yy{

}
/*内设计师*/

.sjs_main{
	width: 100%;
	padding-bottom:60px;
}
.sjs_des_nav{
	position: relative;
	width: 100px;
	width: 75px;
    top: 24px;
    font-weight: bold;
}
.sjs_title{
	margin:30px 0;
}
.sjs_title h2{
	font-size: 32px;
	display: inline-block;
	font-size: 32px;
	display: inline-block;
	line-height: 32px;
	padding-right: 20px;
}
.sjs_title span{
	font-size: 16px;
	color: #999999;
	display: inline-block;
}
.sjs_tj_list{
	width: 100%;
	margin-bottom: 20px;
}
/*.sjs_tj_list ul li{
	float: left;
	list-style: none;
	width: 282px;
	background: #fff;
	margin-right: 24px;
	box-shadow: 0 0 10px #dedddd;
	margin-bottom:40px;
}
.sjs_tj_list ul li:nth-child(4n+4){
	margin-right: 0;
}*/
.sjs_title{
    --swiper-theme-color: #333;/* 设置Swiper风格 */
    --swiper-navigation-color: #e6212a;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
}
.sjs_tj_list .swiper-slide{
	background: #fff;
	box-shadow: 0 0 12px #e6e6e6;
	margin-bottom: 10px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	color: #000;
}
.sjs_tj_list .img>img{
	width: 100%;
}
.sjs_tj_list .img{
	width: 282px;
	height: 282px;
	overflow: hidden;
	position: relative;
}
.sjs_tj_list .mimg{
	width: 100%;
	overflow: hidden;
	height:200px;
}
.sjs_tj_list .mimg img{
	width: 100%;
}
.sjs_tj_list h4{
	font-size: 20px;
	padding: 10px 10px 0 10px;
    line-height: 26px;
}
.sjs_tj_list .vrtitle{
	font-size: 16px;
	font-weight: normal;
	padding: 12px 15px 0px 15px;
    line-height: 26px;
}
.sjs_tj_list .bbg{
	background:rgba(0, 0, 0, 0.4);
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sjs_tj_list p{
	font-size: 14px;
	color: #999999;
	padding: 0px 10px 10px 10px;
}
.sjs_list{
	background: #fff;
	padding:30px;
	box-shadow: 0 0 10px #e4e4e4;
	overflow: hidden;
	margin-bottom: 20px;
}
.sjs_list_l{
	width: 267px;
}
.sjs_list_l .img img{
	width: 80px;
	height: 80px;
	border-radius: 40px;
	float: left;
	margin-right: 20px;
}
.sjs_list_l .biao{
	height: 18px;
}
.sjs_list_l h4{
	font-size: 24px;	
}
.sjs_list_l p{
	color: #999;
	padding-top: 10px;	
}
.sjs_list_l p span{
	color: #e6212a;
}
.sjs_list_l ul{
	display:block;
	padding-top: 15px;
	margin-top:15px;
	border-top: 1px solid #efefef;
}
.sjs_list_l ul li{
	font-size: 12px;
	line-height: 28px;
	
}
.sjs_list_l ul li span{
	color: #999;
	padding-right: 30px;	
}
.sjs_list_l .y_btn{
	border: 1px solid #e52029;
    padding: 2px 45px;
    color: #e52029;
    border-radius: 5px;
    margin-left: 75px;
    margin-top: 20px;
    display: inline-block;
}
.sjs_list_l .y_btn:hover{
	background: #e52029;
	color: #fff;
}
.sjs_list_r{
	width: 824px;
}
.sjs_list_r ul li{
	float: left;
	width: 270px;
	height:268px;
	overflow: hidden;
	margin-right: 7px;
	position: relative;
}
.sjs_list_r ul li:nth-child(3n+3){
	margin-right:0;
}
.sjs_list_r ul li img{
	height:268px;
	transition: all .3s ease
}
.sjs_list_r ul li:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sjs_list_r ul li span{
	display: block;
	position: absolute;
	bottom: -34px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
	line-height: 34px;
	color: #fff;
	text-align: center;
	transition: all 0.3s;
	z-index: 1000;
}
.sjs_list_r ul li:hover span{
	bottom: 0;
}
/*设计师详情*/
.sjs_detail{
	padding:30px;
	background: #Fff;
	overflow: hidden;
	margin:30px 0;
	box-shadow: 0 0 10px #e4e4e4;
	position: relative;
}
.sjs_detail .d_btn{
	position: absolute;
    right: 90px;
    /* top: 0;*/
    border: 1px solid #d6d6d6;
    padding: 4px 10px;
    border-radius: 5px;
}
.sjs_detail .d_btn i{
	padding-right: 10px;
	color: #ababab;
}
.d_share{
	position: absolute;
	right: 30px;
	/* top: 0; */
	border: 1px solid #d6d6d6;
	padding: 4px 15px;
	border-radius: 5px;
}
.d_share i{
	color: #ababab;
}
.d_share:hover{
	background:#e6212a;
	border:1px solid #e6212a;
}
.d_share:hover i{
	color: #fff;
}
.sjs_detail_l{
	width: 140px;
}
.sjs_detail_l img{
	width: 140px;
	height: 140px;
	border-radius: 70px;
}
.sjs_detail_l .active b{
	color: #e6212a;
}
.sjs_detail_l p{
	text-align: center;
}
.sjs_detail_l p span{
	display: inline-block;
    margin: 20px 0;
    padding: 0 20px;
    color:#999;
    border-right: 1px solid #efefef;
}
.sjs_detail_l p span:nth-child(2){
	border-right:none;
}
.sjs_detail_r{
	width: 940px;
}
.sjs_detail_r h2{
	font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    padding-bottom: 30px;
    padding-top: 15px;
}
.sjs_detail_r h2 img{
	height:25px;
}
.sjs_detail_r p{
	color: #666666;
	line-height: 28px;
}
.sjs_detail_r .d i{
	background: #fdeeee;
	padding: 5px 10px;
	border-radius: 10px;
	font-style: normal;
	color: #e6212a;
	margin-right: 15px;
}
.sjs_detail_r .d{
	font-size: 15px;
	color: #333333;
	padding-bottom: 20px;
}
.sjs_detail_r p span{
	font-weight: bold;
	color: #333333;
	padding-right: 20px;
}
.sjs_detail_r .jis{
	padding:10px 0 0;
	border-bottom: 1px solid #efefef;
}
.sjs_detail_r .content{
	height: 260px;
	overflow-y:auto; 
	font-size: 14px !important;
}
.sjs_detail_r .content p,.sjs_detail_r .content p span{
	font-size: 14px !important;
	color: #666666  !important;;
    font-family: "microsoft yahei" !important;
}
.sjs_detail_case{
	padding:30px;
	background: #Fff;
	overflow: hidden;
	margin:30px 0;
	box-shadow: 0 0 10px #e4e4e4;
	position: relative;
}
.sjs_detail_menu{
	width: 100%;
	margin-bottom: 20px;
}
.sjs_detail_menu a{
	display: inline-block;
    border: 1px solid #e6e6e6;
    padding: 4px 15px;
    border-radius: 20px;
    margin-right: 10px;
}
.sjs_detail_menu a span{
	color: #999;
}
.sjs_detail_menu a.active{
	background: #fdeeee;
	color: #e6212a;
	border: 1px solid #fdeeee;
}
.sjs_detail_menu a.active span{
	color: #e6212a;
}
.sjs_detail_menu a:hover{
	background: #fdeeee;
	color: #e6212a;
	border: 1px solid #fdeeee;
}
.sjs_detail_menu a:hover span{
	color: #e6212a;
}
.sjs_detail_list ul li{
	float: left;
	width: 364px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.sjs_detail_list ul li:nth-child(3n+3){
	margin-right: 0;
}
.sjs_detail_list ul li p{
	line-height: 34px;
	font-size: 16px;
}
.sjs_detail_list ul li p span{
	float: right;
	color: #999;
	font-size: 15px;
}
.sjs_detail_list ul li p span i{
	color:#ababab;
}
.sjs_detail_list .img{
	height: 272px;
	overflow: hidden;
}
.sjs_detail_list .img img{
	width: 100%;	
}
/*内页工地日记*/
.gdrj_c{
	width: 100%;
}
.gdrj_bg{
	background: #Fff;
	box-shadow: 0 0 20px #e8e8e8;
}
.gdrj_bg ul li{ 
	border-bottom:1px solid #efefef;
	padding: 30px 40px;
    overflow: hidden;
}
.gdrj_img{
	width: 60px;
}
.gdrj_img img{
	width: 60px;
	height: 60px;
	border-radius: 30px;	
}
.gdrj_con{
	width: 1036px;
}
.gdrj_con h2{
	line-height: 36px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
.gdrj_con h2 span{
	padding: 0;
	font-size: 14px;
    color: #999;
}
.gdrj_con h2 .active i{
	color: #e6212a;
	font-size: 20px
}
.gdrj_con h2 span i{
	color: #dddddd;
	transition: all 0.3s;
}
.gdrj_con h2 img{
	padding-left: 10px;
}
.gdrj_con .p1{
	padding: 15px 0;
    display: block;
}
.gdrj_con .p1 span{
   color: #333;
   margin-right: 30px;
   /*background: #fdeeee;*/
   background: #f7f7f7;
   padding: 5px 10px;
   border-radius: 10px;
   font-style: normal;
/*   color: #e6212a;*/
   margin-right: 15px
}
.gdrj_bg ul li:hover .p1 span{
	background: #fdeeee;
	 color: #e6212a;
}
.gdrj_con .p2{
	color: #999999;
    line-height: 24px;
}
.gdrj_con_des{
	width: 100%;
	padding-top: 20px;
}
.gdrj_con_des .li{
 	width: 244px;
 	float: left;
 	height: 183px;
 	overflow: hidden;
 	margin-right: 20px;
}
.gdrj_con_des .li:last-child{
	margin-right: 0px;
}
.gdrj_con_des .li img{
	width: 100%;
}
/*工地日记详情*/
.gdrj_detail{}
.gdrj_detail_bg{
	background: #fff;
	box-shadow: 0 0 20px #e8e8e8;
	overflow: hidden;
	margin-top: 40px;
    margin-bottom: 60px;
}
.gdrj_detail_t{
	padding: 30px 40px;
}
.gdrj_detail_b{

}
/*.gdrj_con .p4{
	padding: 15px 0;
    display: block;
}
.gdrj_con .p4 span{
   color: #333;
   margin-right: 30px;
   background: #fdeeee;
   padding: 5px 10px;
   border-radius: 10px;
   font-style: normal;
   color: #e6212a;
   margin-right: 15px
}*/
.gdrj_detail_li{
	overflow: hidden;
	margin-top: 10px;
    margin-bottom: 40px;
}
.gdrj_detail_li li{
	float: left;
	width: 50%;
	line-height: 35px;
}
.gdrj_detail_li li span{
	color: #999;
	padding-right: 20px;
}
.gdrj_detail_btn{
	background: #e6212a;
    color: #fff;
    width: 130px;
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
    border-radius: 30px;
    border: none;
    margin-bottom: -20px;
    margin-left: -80px;
    z-index: 1;
    position: relative;
}

.gdrj_detail_b{
	padding: 0px 40px;
	border-top:1px solid #efefef;
	overflow: hidden;
}
.gdrj_detail_b_l{
	padding-top: 80px;
	width: 888px;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	padding-right: 30px;
	margin-left: 30px;
}
.gdrj_detail_b_r{
	width: 168px;
	padding-bottom: 40px;
}
.gdrj_detail_b_l_data ul li{
	height: 145px;
	width: 193px;
	float: left;
	margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.gdrj_detail_b_l_data ul li img{
	width: 100%;
}
.gdrj_detail_b_l_data ul{

}
.gdrj_detail_b_l_stp{
	position: relative;
}
.gdrj_detail_b_l_stp i{
	width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #eeeeee;
    display: block;
    position: absolute;
    left: -6px;
    top: 5px;
}
.gdrj_detail_b_l_stp i:before{
	content:'';
	position: absolute;
	width: 40px;
	border-bottom: 1px solid #eee;
	bottom: 5px;
	left: 0;
}
.gdrj_detail_b_l_stp span{
	background: #fdeeee;
    padding: 5px 25px;
    font-size: 16px;
    border-radius: 20px;
    font-weight: bold;
    margin-left: 30px;
    color: #e6212a;
}
.gdrj_detail_b_l_data{
	padding-left: 45px;
	overflow: hidden;
	margin-bottom: 60px;
}
.gdrj_detail_b_l_data span{
	display: block;
	color: #999;
	padding: 30px 0 10px;
}
.gdrj_detail_b_l_data p{
	margin-bottom:20px;
}
.gdrj_detail_setp ul{
	margin:40px;
}
.gdrj_detail_setp ul{
	border-left: 2px solid #dddddd;
}
.gdrj_detail_setp .setp_active a{
	color: #e6212a;
}
.gdrj_detail_setp .setp_active i{
	background: #e6212a;
}
.gdrj_detail_setp ul li{
	font-size: 16px;
	color: #c9c9c9;
	padding-left: 15px;
    padding-bottom: 20px;
    position: relative;
}
.gdrj_detail_setp ul li i{
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background: #dddddd;
	display: block;
	position: absolute;
	left: -7px;
	top: 5px;
}
.gdrj_detail_setp ul li a{
	color: #c9c9c9;
}
.m_fixed{
	position: fixed;
    top: 0;
    width: 168px;
}
.qrcode_r{
	right: 0; top: 80px;
}
.qrcode{
	width: 100%;
    text-align: center;
    color: #585858;
    line-height: 20px;
    font-size: 12px;
}
.qrcode canvas{
	margin:0 auto;
} 
/*我要晒家*/
.gdrj_con .p3{
    font-size: 16px;
    /* font-weight: bold; */
    border-bottom: 1px dashed #efefef;
    padding-bottom: 5px;
    padding-top: 20px;
    color: #666;
}
.wysj_title{
	padding-top:40px;
	padding-bottom:30px;
}
.wysj_title h2{
	font-size: 24px;
	line-height: 24px;
}
.wysj_title span{
	color: #666666;
    font-size: 16px;
    font-weight: normal;
    padding-left: 20px;
    margin-left: 20px;
    border-left:1px solid #ccc;
}
.wysj_bg{
	margin-top: 30px;
}
.wysj_img{
	height: 300px;
	overflow: hidden;
}
.wysj_img img{
	width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.wysj_bg ul li:hover .wysj_more{
	right: -10px;
}
.wysj_bg ul li:hover  .wysj_list .fl img{
	margin-left: -10px;
}

.wysj_bg ul li{ 
	border-bottom:1px solid #efefef;
	width: 590px;
	float: left;
	margin-right: 20px;
	background: #fff;
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
}
.wysj_bg ul li:nth-child(2n+2){
	margin-right: 0px;
} 
.wysj_list{
	position: relative;
	padding:0 30px;
}
.wysj_list img{
	margin-top: -40px;
    width: 120px;
    height: 120px;
    border: 4px solid #fff;
    border-radius: 130px;
    background:#fff;
    transition: all .3s ease;
}

.wysj_list .des{
	width: 260px;
    padding-left: 30px;
    transition: all .3s ease;
}
.wysj_list .des h3{
	font-size: 20px;
    padding: 20px 0 10px;
}
.wysj_list .des p{
	color: #999999;
}
.wysj_more{
	position: absolute;
	right: 0;
	bottom:20px;
	transition: all .3s ease;
}
.wysj_more p{
	color:#999;
    text-align: center;
    padding-bottom: 10px;
}
.wysj_more p i{
	color: #dddddd;
}
.wysj_more a{
	display: block;
    color: #fff;
    padding: 5px 20px 5px 15px;
    border-radius: 20px 0 0 20px;
    background: #e6212a;
}
.wysj_more a i{
	color: #fff;
	font-size: 12px;
}
.wysj_detail_c{
	padding-bottom: 40px;
	text-align: left;
}
.wysj_detail{
	border-left:none;
	padding-top: 40px;
	text-align: center;
}
.wysj_detail img{
  max-width: 100%;
  margin-bottom: 10px;
}

/*优惠活动*/
.yhhd_main{
	width: 100%;
}
.yhhd_main .new_pa{
	right: 0;
	top:15px;
}
.yhhd_main .goodskeyword{
	margin-top: 18px;
}
.yhhd_list{
    padding-top: 10px;
}
.yhhd_list li{
	width: 590px;
	float: left;
	background: #fff;
	border:1px solid #efefef;
	margin-right: 15px;
	margin-bottom: 20px;
}
.yhhd_list li:nth-child(2n+2){
	margin-right: 0;
}
.yhhd_list li .img{
	height: 250px;
	overflow: hidden;
}
.yhhd_list li img{
	width: 100%;
}
.yhhd_list li h3{
	font-size: 18px;
	font-weight: bold;
	padding: 20px 20px 10px;
}
.yhhd_list li p{
	font-size: 14px;
	color: #999;
	padding: 0px 20px 20px;
}
.yhhd_list li p i{
	color: #ddd;
}
.yhhd_list li p i:first-child{
	font-size: 12px;
}
.yhhd_list li .more_xl{
    color: #fff;
	position: absolute;
	width: 85px;
	height: 34px;
	right: 0;
	bottom: 15px;
	background: url(../images/gd.png) no-repeat 0px -34px;
}
.yhhd_list li .more_xl span{
	line-height: 34px;
	padding-left: 20px;
}
.yhhd_list li:hover .more_xl{
	background: url(../images/gd.png) no-repeat 0px 0px;		
}
.yhhd_list li:hover a{
	color:#333;
}
.yhhd_main_detail{
	padding: 30px 15px;
}
/*装修知识*/
.z_fixed{
	position: fixed;
    z-index: 100;
    top: 0;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
}
.zxzs_title{
	background: #fff;
	padding:35px 30px 25px 30px
}
.zxzs_title .new_pa {
    right:30px;
}
.zxzs_title  h2{
	font-size: 24px;
}
.zxzs_menu{
	top: 38px;
    left: 150px;
}
.zxzs_menu a{
	font-size: 16px;
    color: #7d7d7d;
    padding: 15px 0 22px 0; 
    margin: 0 15px;
}
.zxzs_menu a:hover{
	color: #e6212a;
	border-bottom: 3px solid #e6212a;
}
.zxzs_menu a.active{
	color: #e6212a;
	border-bottom: 3px solid #e6212a;
}
.zxzs_list{
	width: 100%;
	overflow: hidden;
	margin-top:56px;
	margin-bottom: 30px;
}
.zxzs_list ul li{
	background: #Fff;
	width: 100%;
	overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #dedede;
}
.zxzs_list ul li .img{
	width: 470px;
	height: 280px;
	overflow: hidden;
}
/*.zxzs_list ul li .blk{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}*/
.zxzs_list ul li .img img{
	width: 100%;
}
.zxzs_list ul li .list{
	width: 604px;
	margin-left: 60px;
    padding-top: 50px;
}
.zxzs_list ul li .list h3{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
}
.zxzs_list ul li .list h3 i{
	font-size: 24px;
    color: #e6212a;
    float: left;
    padding-right: 10px;
}
.zxzs_list ul li .list .des{
	font-size: 16px;
	color: #999999;
	line-height: 26px;
    margin-bottom: 60px;
}
.zxzs_list ul li .list .ico{
	color: #999;
}
.zxzs_list ul li .list .ico a{
	color: #999;
} 
.zxzs_list ul li .list .ico i{
	color: #ddd;
	font-size: 13px;
}
.zxzs_list ul li .list .more_xl{
	background: #e6212a;
    color: #fff;
    padding: 12px 23px;
    border-radius: 4px;
    display: block;
    right: 0;
    bottom: 0px;
    font-size: 16px;
    box-shadow: 0 2px 5px #f7a1a5;
    transition: all 0.3s;
}
.zxzs_list ul li .list .more_xl i{
	padding-left: 10px;
}
.zxzs_list ul li:hover a h3{
	color:#e6212a;
}
.zxzs_list ul li:hover .list .more_xl{
	box-shadow: 0 2px 10px #f7a1a5; 
}
/*知识详情*/
.zxzs_main_detail{
	padding: 30px 0px;
    margin-bottom: 40px;
    overflow: hidden;
}
.zxzs_main_detail .xgt_de_l h1{
 	text-align: center;
    line-height: 40px;
    padding: 20px 0;
}
.zxzs_main_detail .xgt_de_l .biao{
	text-align: center;
	padding:10px 0 30px 0;
}
.zxzs_main_detail .xgt_de_l .biao .active i{
	color:#e6212a;
	font-size: 20px;
}
.zxzs_main_detail .xgt_de_l .biao i{
	color: #ddd;
	transition: all .3s;
}
.zxzs_main_detail .xgt_de_l .biao{
	color: #666;
}
.zxzs_main_detail .author {
    text-align: right;
    color: #999;
    font-size: 12px;
}

#wz_content img{
	max-width: 100% !important;
	padding:10px 0;
}
#wz_content p{
	font-size: 16px !important;
	line-height:32px !important;
	font-family: 'Microsoft yahei' !important;
}
}
#wz_content span{
	font-size: 16px !important;
	line-height:32px !important;
	font-family: 'Microsoft yahei' !important;
}
#wz_content p span{
	font-size: 16px !important;
	line-height:32px !important;
	font-family: 'Microsoft yahei' !important;
}

.preNext ul li{
    border-bottom: #ececec 1px solid;
    /* margin-bottom: 10px; */
    line-height: 30px;
    padding: 6px 10px;
    border-radius: 5px;
    color: #999;
}
.preNext ul li:nth-child(2){
	border-bottom:none;
}
/*全国分公司*/
.fgs_sf{
	background: #fff;
    overflow: hidden;
    border: 1px solid #efefef;
    border-bottom: none;
    padding: 20px 30px;
}
.fgs_sf .names {
    display: inline-block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    padding: 0 28px 0 0px;
    font-weight: bold;
}
.fgs_sf .allCityNum{
	display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    float: right;
    padding-left: 30px;
    color:#999;
}
.fgs_sf .allCityNum .num{
	color: #e6212a;
	font-weight: bold;
	font-family: arial;
	font-size:18px;
}
.fgs_sf .hotsCity {
    display: inline-block;
    float: left;
}
.fgs_sf .hotsCity .on {
    background: #e6212a;
    color: #fff;
}
.fgs_sf .hotsCity a:hover {
    color: #fff;
    background: #e6212a;
}
.fgs_sf .hotsCity a {
    display: inline-block;
    margin: 10px 5px;
    height: 25px;
    font-size: 15px;
    text-decoration: none;
    padding: 4px 15px;
    min-width: 50px;
    text-align: center;
    line-height: 25px;
    background: #f3f3f3;
    margin-right: 10px;
    color: #333;
    float: left;
    border-radius: 30px;
}
.fgs_main{
	width: 100%;
}
.sjs_tj_list .img{
	width: 282px;
    height: 180px;
    overflow: hidden;
}
.zxzs_list ul li .list .mico{
	color: #999;
	font-size: 16px;
	line-height: 40px;
}
.zxzs_list ul li .list .mico i{
	color: #999;
	font-size: 19px;
	
}
.zxzs_list ul li .url{
    width: 370px;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.zxzs_list ul li .mimg {
    width: 370px;
    height: 220px;
    overflow: hidden;
}
.zxzs_list ul li .mimg img{
	width: 100%;
}
.zxzs_list ul li .list .mmore_xl {
    background: #e6212a;
    color: #fff;
    padding: 12px 23px;
    border-radius: 4px;
    display: block;
    right: 50px;
    top: 50px;
    font-size: 16px;
    box-shadow: 0 2px 5px #f7a1a5;
    transition: all 0.3s;
}
.zxzs_list ul li:hover .list .mmore_xl{
	box-shadow: 0 2px 10px #f7a1a5; 
}
.zxzs_list ul li .list .mmore_xl i{
	padding-left: 10px;
}
/* 图片切换插件样式 */
.goodsarea { position: relative;margin: 0 auto;overflow: hidden;background: #333;}
.goodsarea .btn{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.goodsarea .prev{left:30px;background:url(../images/prevBtn.png) no-repeat;}
.goodsarea #prevTop,.goodsarea #nextTop{top:296px;width:32px;height:48px;}
.goodsarea #prev,.goodsarea #next{top:692px;width:10px;height:16px; }
.goodsarea #prevTop{background:url(../images/prevBtnTop.png) 0 0 no-repeat;  display:none;}
.goodsarea #nextTop{background:url(../images/nextBtnTop.png) 0 0 no-repeat;  display:none;}
.goodsarea .next{right:30px;background:url(../images/nextBtn.png) no-repeat;}
.goodsarea li{float:left;}
.goodsarea .cf li{position:relative;color:#fff;}
.goodsarea .picBox li img{width:800px; height:auto;}

.goodsarea .cf li span{display:none;width:486px;position:absolute;left:75px;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.goodsarea .picBox{width:800px; height:640px;  position:relative;overflow:hidden; background:#0D0D0D; }
.goodsarea .picBox ul{height:640px;position:absolute; left:0;}
.goodsarea .picBox li{padding-left:0px; padding-right:0px; width:850px; overflow:hidden; }
.goodsarea .listBox{width:714px;height:100px;margin:0 auto;position:relative; padding-top:10px; padding-bottom:10px;overflow:hidden;}
.goodsarea .listBox ul{height:88px;position:absolute; padding-left:5px;}
.goodsarea .listBox li{width:127px; cursor:pointer;position:relative; padding:5px 0 0 0;}
.goodsarea .listBox li i{display:none;}
.goodsarea .listBox li a{display:block;width:108px;height:77px;}
.goodsarea .listBox img{border:3px solid #fff; width:114px; height:83px;}
.goodsarea .listBox .on img{border:3px solid #CECDCC;}
.goodsarea .listBox .on{background:url(../images/img_bg.jpg) center top no-repeat;}
.goodsarea .listBox .on i{display:block;}

/*右边表单*/
.formBox h1{ color:#3e3a39; font-size:24px; font-weight:bold; text-align:center; padding-top:25px;}
.formBox h2{ color:#e6212a; text-align:center; margin:5px 0px 25px 0px;}
.formBox .formlist{color: #666;padding: 0 15px; line-height:28px; margin-bottom: 5px; height:auto;}
.formBox .formlist input{ width: 85%; height:40px;box-sizing: border-box; border:0;border:1px solid #e4e4e4; padding:0 10px; line-height:40px; font-size:14px;}
.formBox .formlist input:focus{ box-shadow: 2px 4px 5px rgba(36, 34, 67, 0.1)}
.formBox .formlist .code{ width:40px;}
.formBox .btnbox{ margin:15px; }
.formBox .btnbox .submit{ width:100%; height:42px; text-decoration:none; line-height:42px; display:block; text-align:center; border:none; cursor:pointer; background:#e6212a; font-size:16px; color:#fff; border-radius:5px;}
.formBox .btnbox .submit:hover{box-shadow: 0 5px 10px #fdbcbf;}
.formBox .numbox{ padding-left:0px; text-align:center; padding-bottom: 20px;}
.formBox i{ padding:0 5px; font-size:15px; color:#e6212a;}
.formBox .formlist select{border: 1px solid #e4e4e4; height: 35px;line-height: 35px; border-radius: 2px;}
.formBox .formlist #sarea{width: 85%; padding: 0 10px;}
.formBox .formlist #province{width: 32%;}
.formBox .formlist #city{width: 25%;}
.formBox .formlist #town{width: 25%}
.formBox .stylex span{color: #666;}
.formBox .stylex select{width: 13%;}
/*右边推荐案例*/
.hotgoods{ background:#fff; margin-top:10px; padding:10px; width:auto;}
.hotgoods h3{  font-size:18px; font-weight:bold; color:#3e3a39; line-height:38px; height:38px;}
.hotgoods h3 a{ font-size:12px; }
.hotgoods h3 a:hover{ text-decoration:underline; font-weight:bold;  }
.hotgoods .item{ padding:15px 5px; border-bottom:1px solid #efefef; overflow:hidden;}
.hotgoods .item:last-child{ border-bottom:none}
.hotgoods .item .img{ }
.hotgoods .item .info{}
.hotgoods .item .info h2{ height:25px; line-height:25px; overflow:hidden;}
.hotgoods .item .info h2 a{ font-size:14px; font-weight:bold; color:#3e3a39;}
.hotgoods .item .info p{ padding-top:6px; text-align: right; color: #666;}
.hotgoods .item .info p i{color: #ddd;}
.hotgoods .item .info p a{ color:#bfbfbf;}
.hotgoods .item .info p .lookhref{ color:#e6212a;}
.hotgoods .item .info p .i1{ height:10px; width:10px;  display:inline-block; margin-right:5px; background-position:-241px 0px; }
.hotgoods .item .info p .i2{ height:10px; width:10px;  display:inline-block; margin-right:5px; background-position:-253px 0px; }
.hotgoods a:hover{ text-decoration:underline;}

/*分页样式*/
.page_info{text-align:center;margin-top: 30px;margin-bottom: 60px; color: #999}
.page_list{text-align:center;letter-spacing:0;font-family:"Arial";font-size:14px;margin-top:30px;margin-bottom: 60px;}
.page_list a{color:#ababab; height:40px;line-height:40px; width:40px; display:inline-block; border:1px solid #d4d4d4;background:none; text-decoration:none; text-align:center; padding:0; margin-left:10px; border-radius: 5px; background:#fff;/*border-radius:1000px; -moz-border-radius: 1000px; -webkit-border-radius: 1000px;*/}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#fff;border:1px solid #e6212a; background:#e6212a;}


/*HPIC*/
#box_hpic{width:100%; background:#ffc243 url(../images/hibg.jpg) no-repeat bottom center; height:850px; text-align:left;}
#box_hpic_sub h2{display:block; width:150px; text-align:center; padding:10px 0px; color:#fff; height:25px; background:#33B7F4; font-weight:normal; line-height:25px; font-size:25px;margin-bottom:20px; }
#box_hpic_sub{width:1200px; background:url(../images/hpicbg.png) no-repeat ; margin:0 auto; margin-top:60px;  position:relative; height:600px;  border-radius:10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
#box_hpic_sub01{ position:absolute; width:500px; left:0px; top:50px; }
#box_hpic_sub01 h3{ padding-top:10px; font-size:25px; line-height:30px; padding-left:30px; color:#57A702;}
#box_hpic_sub01 span{font-size:16px; font-weight:bold; display:block;  padding-left:30px; line-height:34px; color:#fff;}
#box_hpic_sub02{position:absolute; right:20px; top:50px; width:450px;}
#box_hpic_sub03{position:absolute; left:20px; height:180px; bottom:75px; width:520px; background:#fff; border-radius:10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding:10px;}
.formBox_hpic{ background-color:rgb(87, 167, 2); width:450px; margin:0 auto; height:480px; color:#fff;  border-radius:10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.formBox_hpic div{ padding-left:20px; line-height:40px; height:40px; margin-bottom:10px;}
.formBox_hpic div span{ width:80px; font-size:14px; display:inline-block; color:#fff;}
.formBox_hpic div input{ width:300px; height:40px; border:1px solid #cbcbcb; padding-left:10px; line-height:40px; font-size:14px;}
.formBox_hpic div input:focus{ border-color:#2CB4F2;}
.formBox_hpic div .code{ width:40px;}
.formBox_hpic .btnbox{ margin:30px 0px 15px 0px; margin-left:15px; }
.formBox_hpic .btnbox .submit{ width:380px; height:40px; text-decoration:none; line-height:40px; display:block; text-align:center; border:none; cursor:pointer; background:#33B7F4; font-family:"微软雅黑"; font-size:20px; color:#fff; border-radius:20px;}
.formBox_hpic .btnbox .submit:hover{background:#2CB4F2;}
.formBox_hpic .numbox{ padding-left:0px; padding-top:20px;  padding-bottom:20px; font-weight:bold; font-size:18px; text-align:center;}
.formBox_hpic i{ padding:0 5px; font-size:22px; }

/*在线客服*/
.nn{position:absolute; width:80px; height:117px; top:-90px; left:-2px; background:url(../images/nn.png) no-repeat;}
#floor_select {
  width: 70px;
  position: fixed;
  _position: absolute;
  right: 0;
  bottom: 160px;
  _bottom: "auto";
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999;
  border-top: none;
  background: #fff;
 }
#floor_select li {
  width: 70px;
  height: 81px;
  text-align: center;
  position: relative;
  background:#fff;
}
#floor_select li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  height: 81px;
  width: 70px;
  color: #fff;
  text-decoration:none;
  background: #a35f54;
  font-size: 12px;
}
#floor_select .back1up:hover a div{
	display: block;
}
#floor_select li a img {
  width: 37px;
  display: inline-block;
  max-height: 37px;
  padding: 11px 0 0px;
}
#floor_select li a div {
  position: absolute;
  left: -109px;
  bottom: -1px;
  z-index: 9999;
  width: 104px;
  height: 124px;
  display: none;
  border: 1px solid #dedede;
  background: url(../images/weixin.jpg) no-repeat 0 0;
}
#floor_select li:hover a {
  color: #555;
  background: none;
  text-decoration:none;
  -webkit-transition: All .2s ease;
  -moz-transition: All .2s ease;
  transition: All .2s ease;
}
#floor_select li a.back {
  z-index: 9999;
  display: none;
}
#floor_select li:hover a.back {
  display: block;
}

#floor_select ul{
	box-shadow:-4px 5px 10px rgba(36, 34, 67, 0.24);
}
/*预约框 */
.msgshow{
    position: fixed;
    background: #Fff;
    width: 400px;
    z-index: 1001;
    top: 50%;
    left: 50%;
    margin-left:-200px;
    margin-top:-232px;
    border-radius: 10px;
    display: none;
}
.msgshow_bg{
	position:fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	top:0;
	left:0;
	display: none;
}
.msgshow #close{
	position: absolute;
    right: -32px;
    top: -32px;
    font-size: 25px;
    color: #fff;
    background: #e6212a;
    line-height: 25px;
    height: 25px;
    padding: 5px;
    border-radius: 25px;
    cursor: pointer;
    transition: all .3s;
}
.msgshow #close:hover{
	right: -30px;
    top: -30px;
    font-size: 26px;
    padding: 8px;
}