				/*banner轮播*/
.banner {
	width: 100%;
	height: 410px;
	position: relative;
	overflow: hidden;
	margin-top: 148px;
	
}
	/*轮播图片*/
.b-img {
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
.b-img a {
	display: block;
	height: 410px;
	float: left;
}
	/*轮播焦点*/
.b-list {
	height: 50px;
	padding-top: 380px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.b-list span {
	display: block;
	cursor: pointer;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 3px solid #fff;
	background: #fff;
	float: left;
	margin: 0 5px;
	_margin: 0 3px;
}
.b-list .spcss {
	border: 3px solid #ff5a5a;
	background: #ff5a5a;
}
	/*左右箭头*/
.bar-left {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	left: 0px;
	background: none;
	top: 0px;
}
.bar-right {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	right: 0px;
	background: none;
	top: 0px;
}
.bar-left em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(../image/arrow.png) 0px 0px no-repeat;
	margin: 0 auto;
	margin-top: 155px;
}
.bar-right em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(../image/arrow.png) -50px 0px no-repeat;
	margin: 0 auto;
	margin-top: 155px;
}
.bar-left .emcss {
	background-position: 0px -100px;
}
.bar-right .emcss {
	background-position: -50px -100px;
}
		/*主体内容///begin*/
.cont{
	width: 100%;
	height: auto;
	/*background: aquamarine;*/
}
.cont-mian{
	width: 1200px;
	height: auto;
	/*background: pink;*/
	margin: 0 auto;
}
	/*主体左侧///begin*/
.mian-left{
	width: 900px;
	height: 2040px;
	/*background: paleturquoise;*/
	float: left;
	margin-top: 60px;
}
.procedure{
	width: 100%;
	height: 380px;
	margin-bottom: 50px;
}
.proce-head{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 20px;
}
.proce-head p{
	width: auto;
	font-size: 32px;
	font-weight: 400;
	color: #333;
	float: left;
}
.classfiy-pro{
	height: 20px;
	float: right;
	margin-top: 10px;
}
.classfiy-pro li{
	height: 30px;
	line-height: 30px;
	float: left;
	color: #EEEEEE;
}
.classfiy-pro li a{
	float: left;
	margin: 0px 15px 0px 15px;
	color: #888;
}
.classfiy-pro li a:hover{
	color: #ff5a5a;	
	cursor: pointer;
}
.classfiy-pro li b{
	color: #e8e8e8;
}
.reveal{
	width: 100%;
	height: 320px;
}
.reveal-l{
	width: 440px;
	height: 320px;
	float: left;
}
.reveal-l p{
	width: 440px;
	height: 320px;
	overflow: hidden;
	position: relative;
}
.reveal-l p img{
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	top: 0;right: 0;bottom: 0;left: 0;
}
.reveal-l p span{
	display: inline-block;
	width: 100%;
	height: 60px;
	background-image: url(../image/jianbiao-gl.png);
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.reveal-l p span sub{
	width: 425px;
	height: 24px;
	overflow: hidden;
	display: inline-block;
	font-size: 22px;
	color: #fff;
	margin-left: 15px;
	margin-top: 6px;
}
.reveal-l p span sup{
	width: 425px;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-left: 15px;
	margin-top: 10px;
}
.reveal-r{
	width: 440px;
	height: 320px;
	float: right;
}
.reveal-r-top{
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.reveal-r-top p{
	width: 160px;
	height: 120px;
	position: relative;
	float: left;
	margin-right: 15px;
}
.reveal-r-top p img{
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	top: 0;right: 0;bottom: 0;left: 0;
}
.reveal-r-top label{
	width: 265px;
	height: 160p;
	float: right;
	overflow: hidden;
}
.reveal-r-top label h3{
	width: 100%;
	font-size: 18px;
	color: #333;
	line-height: 28px;
	margin: -5px 0px 14px 0px;
}
.reveal-r-top label h3:hover{
	color: #ff5a5a;
}
.reveal-r-top label span{
	width: 100%;
	height: 40px;
	display: inline-block;
	overflow: hidden;
	font-size: 12px;
	color: #888;
	line-height: 20px;
}
.reveal-r-bott{
	width: 100%;
	height: 180px;
	margin-top: 20px;
}
.article li{
	width: 100%;
	height: 14px;
	line-height: 14px;
	margin-bottom: 19px;
	font-size: 14px;
	color: #444;
	overflow: hidden;
}
.article li b{
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #bcbcbc;
	border-radius: 50%;
	margin: 5px 10px 0px 0px;
	float: left;
}
.article li:hover{
	color: #ff5a5a;
}
.article li:hover b{
	background: #ff5a5a;
}
.article li sup{
	font-size: 10px;
	float: right;
	color: #b5b5b5;
}

	/*广告位///三分钟学装修*/
.advs{
	width: 900px;
	height: 120px;
	margin: 0px 0px 50px 0px;
}
.advs p{
	width: 440px;
	height: 120px;
	float: left;
	position: relative;
	margin-right: 20px;
}
.advs p img{
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	top: 0;right: 0;bottom: 0;left: 0;
}
.advs span{
	width: 440px;
	height: 120px;
	display: inline-block;
	float: left;
	position: relative;
}
.advs span img{
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	top: 0;right: 0;bottom: 0;left: 0;
}
		/*5F问答*/
.answer{
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
}
.answer dt{
	width: 100%;
	height: 20px;
	overflow: hidden;
}
.answer dt span{
	float: left;
	width: 3px;
	height: 18px;
	background: #ff5a5a;
	border-radius: 30%;
	margin-top: 1px;
}
.answer dt sub{
	float: left;
	margin-left: 10px;
	width: 420px;
	height: 20px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
}
.answer sup{
	font-size: 10px;
	color: #B5B5B5;
	display: inline-block;
	margin: 10px 0px 15px 15px;
}
.answer dl{
	width: 420px;
	height: 50px;
	overflow: hidden;
	margin-left: 15px;
	font-size: 14px;
	color: #888888;
	line-height: 25px;
}
	/*6F北京热心装修公司*/
.hot-com{
	width: 900px;
	height: 150px;
	/*background: paleturquoise;*/
}
.proce-header{
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
}
.proce-header p{
	width: auto;
	font-size: 24px;
	font-weight: 400;
	color: #333;
	float: left;
}
.choice_mian {
	width: 100%;
	height: 90px;
	float: left;
}
.con {
	width: 920px;
	height: 90px;
	margin-left: -20px;
}
.con ul li {
	width: 208px;
	height: 88px;
	border: 1px solid #DCDCDC;
	float: left;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.con ul li img{
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 88px;
}
.con ul li:last-of-type {
	margin-right: 0px;
}
.txt {
	width: 208px;
	height: 0px;
	background: rgba(255, 90, 90, .8);
	/*透明背景色，不透明其文字内容*/
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-family: "微软雅黑";
}
.txt h3 {
	font-size: 16px;
	height: 25px;
	text-align: left;
	line-height: 25px;
	text-indent: 1em;
	font-family: "微软雅黑";
	margin-bottom: 5px;
	letter-spacing: .1em;
}
.txt p {
	width: 160px;
	height: 55px;
	overflow: hidden;
	font-size: 10px;
	line-height: 18px;
	margin: 0px 0px 0px 15px;
	font-family: "微软雅黑";
}

	/*主体右侧///begin*/
.mian-right{
	width: 240px;
	height: auto;
	/*background: peachpuff;*/
	float: right;
	margin-top: 60px;
}
		/*右侧1f*/
.art-first{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.mian-right label{
	width: 100%;
	border-top: 2px solid #ff5a5a;
	font-size: 16px;
	color: #333;
	line-height: 35px;
	margin-bottom: 10px;
	float: left;
}
.art-infor{
	width: 100%;
	height: auto;
}
.art-infor li{
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer;
}
.art-infor li p{
	width: 50px;
	height: 50px;
	position: relative;
	margin-right: 10px;
	float: left;
}
.art-infor li p img{
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	top: 0;right: 0;bottom: 0;left: 0;
}
.art-infor li span{
	width: 178px;
	height: 50px;
	display: inline-block;
	overflow: hidden;
	line-height: 25px;
	font-size: 14px;
	color: #444;
	float: left;
}
.art-infor li:hover span{
	color: #ff5a5a;
}
	/*右侧2f*/
.art-second p{
	width: 240px;
	height: 150px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.art-second p img{
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	top: 0;right: 0;bottom: 0;left: 0;
}
.art-second p span{
	width: 100%;
	height: 30px;
	display: inline-block;
	background: url(../image/jianbiao-gl.png);
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 14px;
	color: #fff;
	/*padding-left: 12px;
	padding-bottom: 8px;*/
}
.art-second p span b{
	line-height: 30px;
	padding-left: 10px;
}
	/*右侧3f招标入口*/
.three{
	width: 240px;
	height: 358px;
	background-image: url(../image/jsq-bgt.png);
	border-radius: 5px;
	/*border: 1px solid #F3F3F3;*/
	background:;
	float: right;
	margin-bottom: 20px;
}
.show-BJ{
	width: 100%;
	height: 106px;
	border-radius: 5px;
	background-image: url(../image/jsq-bgshow.png);
	margin-top: 8px;
	float: left;
}
.backg-BJ{
	width: 94%;
	height: 68px;
	border-radius: 5px;
	margin: 8px 3% 0px 3%;
	/*background: #fff;*/
	float: left;
}
.mt-number-animate {
	font-family: '微软雅黑';
	line-height: 40px;
	height: 40px;
	/*设置数字显示高度*/
	;
	font-size: 30px;
	/*设置数字大小*/
	overflow: hidden;
	display: inline-block;
	position: relative;
}
.mt-number-animate .mt-number-animate-dot {
	width: 15px;
	/*设置分割符宽度*/
	line-height: 40px;
	float: left;
	text-align: center;
}
.mt-number-animate .mt-number-animate-dom {
	width: 20px;
	/*设置单个数字宽度*/
	text-align: center;
	float: left;
	position: relative;
	top: 0;
}
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
	width: 100%;
	float: left;
}
.numberRuns{
	width: 79%;
	height: 40px;
	/*background: #fe7e00;*/
	margin-top: 23px;
	position: relative;
}
.numberRun_l{
	position: absolute;
	left: 54%;
}
.numberRun{
	height: 40px;
	position: absolute;
	left: 66%;
	color: #ff4400;
	font-weight: bold;
	font-family: arial;
	text-align: left;
}
.numberRuns b{
	display: inline-block;
	position: absolute;
	left:140px;
	top: 23px;
	color: #FF4400;
}
.numberRun_r{
	position: absolute;
	left: 85%;
}
.show-BJ p{
	font-size: 14px;
	color: #666;
	float: right;
	margin: -21px 15px 0px 0px;
}
.jsq-infor{
	margin-top: 12px;
	width: 215px;
	height: auto;
	/*background: aquamarine;*/
	float: left;
	margin-left: 15px;
}
.jsq-infor dt{
	width: 210px;
	height: auto;
	margin-bottom: 10px;
}
.jsq-infor dt span{
	font-size: 10px;
	color: #999;
	position: absolute;
	right: 15px;
	top: 10px;
}
.jsq-infor dt input{
	width: 208px;
	height: 32px;
	border: 1px solid #223446;
	border-radius: 4px;
	outline: none;
	text-indent: .8em;
}
.house select{
	width: 100px;
	height: 34px;
	border: 1px solid #223446;
	border-radius: 4px;
	display: inline-block;
	padding: 0px 5px;
	font-size: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.galley select{
	width: 65px;
	height: 34px;
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #223446;
	padding: 0px 5px;
	float: left;
	font-size: 10px;
	margin-right: 7px;
	margin-bottom: 10px;
	cursor: pointer;
}
.jsq-infor p{
	width: 210px;
	height: auto;
}
.jsq-infor p input{
	width: 208px;
	height: 34px;
	background: #ff4400;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	border: none;
	outline: none;
	text-align: center;
	cursor: pointer;
}
.jsq-infor p input:hover{
	background: #f22d00;
}
	/*报价结果////start*/	
.three-tit{
	width: 210px;
	height: 20px;
	/*background: aquamarine;*/
	margin: 0 auto;
	margin-top: 20px;
	line-height: 20px;
}	
.three-tit sub{
	margin-top: 6px;
	float: left;
	height: 5px;
}
.three-tit sub img{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
.three-tit sup{
	margin-top: 8px;
	float: right;
	height: 5px;
}
.three-tit span{
	font-size: 16px;
	color: #fff;
	margin: 0px 8px;
	float: left;
}
.jsq-fruit{
	width: 100%;
	height: 65px;
	/*background: paleturquoise;*/
}
.jsq-fruit p{
	width: 100%;
	height: 36px;
	line-height: 36px;
	/*background: aquamarine;*/
	float: left;
	margin-top: 13px;
	text-align: center;
}
.jsq-fruit p span{
	color: #ff4400;
	font-size: 34px;
	font-family: arial;
	font-weight: bold;
}
.jsq-fruit p sub{
	font-size: 14px;
	color: #fff;
}
.jsq-cont{
	width: 208px;
	height: 158px;
	background: #fff;
	border: 1px solid #93979F;
	margin: 0 auto;
	margin-bottom: 10px;
}
.jsq-cont dt{
	width: 100%;
	height: 15px;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #444;
}
.jsq-cont dt s{
	font-size: 12px;
	color: #999;
}
.jsq-inf{
	width: 210px;
	height: auto;
	line-height: 18px;
	font-size: 12px;
	color: #ff4400;
	margin: 0 auto;
}

	/*报价结果////end*/
		/*右侧4F*/
.art-lister{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.art-lister li:hover sup{
	color: #ff5a5a;
}
.show-bg{
	width: 100%;
	height: 15px;
	display: inline-block;
	margin-bottom: 20px;
}
.show-bg span{
	width: 20px;
	height: 20px;
	background: #ff5a5a;
	color: #fff;
	line-height: 20px;
	text-align: center;
	float: left;
	margin-right: 15px;
	font-family: arial;
}
.art-lister sup{
	width: 205px;
	height: 16px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
.none-bg{
	width: 100%;
	height: 15px;
	display: inline-block;
	margin-bottom: 20px;
}
.none-bg span{
	width: 20px;
	height: 20px;
	background: #dcdcdc;
	color: #fff;
	line-height: 20px;
	text-align: center;
	float: left;
	margin-right: 15px;
	font-family: arial;
}
/*新版底部*/
#footeding{
	width: 100%;
	height: auto;
	border-top: 1px solid #E8E8E8;
	float: left;
	margin-top: 100px;
}
		/*footer///1F;*/
.footed-one{
	width: 100%;
	height: 212px;
	border-bottom: 1px solid #E8E8E8;
}
.footed-one-cont{
	width: 1200px;
	height: 135px;
	margin: 0 auto;
	padding-top: 40px;
}
.footed-one-cont>p{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #333;
}
.teDian{
	width: 1250px;
	height: 46px;
	margin: 0 auto;
	margin-top: 60px;
}
.teDian li{
	width: 20%;
	height: 46px;
	float: left;
}
.teDian li p{
	float: left;
	
}
.teDian li span{
	font-size: 16px;
	color: #333;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
	/*FOOTER////2F;*/
.footed-two{
	width: 1200px;
	height: 105px;
	margin: 0 auto;
}
.footed-two p{
	line-height: 52px;
	color: #333;
	font-size: 18px;
}
	.partner_new{
	width: 100%;
	height: auto;
	color: #404040;
	float: left;
}
.partner_new li{
	width: 18%;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 2%;
}
.partner_new li a{
	color: #4E4E4E;
}
.partner_new li a:hover{
	color: #ff5a5a;
}
		/*footer///3f*/
.footed-third{
	width: 100%;
	height: 240px;
	background: #333333;
}
.footed-top{
	width: 1200px;
	height: 240px;
	margin: 0 auto;
}
.footed-top .top_lefted{
	width: 39%;
	height: 138px;
	border-right: 1px solid #4C4C4C;
	float: left;
	margin-top: 45px;
}
.partnered{
	float: left;
	height: 138px;
}
.partnered dt{
	width: auto;
	color: #fff;
	font-size: 16px;
	margin-bottom: 18px;
}
.about-zxj{
	width: 80px;
	height: 100px;
	border-left: 1px solid #4C4C4C;
}
.about-zxj dl{
	margin-left: 10px;
	color: #BBBBBB;
	margin-bottom: 10px;
}
.about-zxj dl:hover{
	color: #ff5a5a;
}
		/*footer///3f中间*/
.footed-top .top_centered{
	width: 28%;
	height: 143px;
	border-right: 1px solid #4C4C4C;
	float: left;
	margin-top: 40px;
}
.top_centered>img{
	width: 122px;
	height: 122px;
	float: left;
	margin-left: 107px;
}
.top_centered span{
	width: 100%;
	height: 15px;
	display: inline-block;
	text-align: center;
	margin-top: 7px;
	font-size: 14px;
	color: #fff;
}
/*底部1楼右侧*/
.footed-top .top_righted{
	width: 30%;
	height: auto;
	float: right;
	margin-top: 38px;
	text-align: right;
}
.top_righted li{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	color: #FE5858;
	text-align: center;
}
.top_righted li p{
	margin-bottom: 25px;
	text-align: right;
}
.top_righted li p span{
	font-size: 18px;
}
.telephoned li:first-child{
	font-size: 25px;
	margin-bottom: 22px;
	margin-left: 0px;
}
.top_righted input{
	width: 180px;
	height: 36px;
	line-height: 32px;
	background: #ff5a5a;
	border-radius: 5px;
	border-style: none;
	float: left;
	margin-left: 142px;
	margin-top: -20px;
	color: #FFFFFF;
	font-size: 16px;
}
.top_righted input:hover{
	background: #E86464;
	cursor: pointer;
}
.telephoned li p t{
	letter-spacing: .015em;
}

		/*footer///4F*/
 .footed-bottom{
	width: 100%;
	height: 72px;
	background: #fff;
	float: left;
}
.footed-bottom .Abouts_us{
	width: 1200px;
	height: 72px;
	margin: 0 auto;
}
.footed-bottom p{
	width:60%;
	color: #878787;
	text-align: left;
	display: inline-block;
	margin-top: 20px;
}
.footed-bottom b{
	width: 60%;
	color: #878787;
	display: inline-block;
	text-align: left;
	display: inline-block;
	margin-top: 20px;
}
.footed-bottom .policed{
	width: 19%;
	float: right;
}
.policed img{
	float: left;
	text-align: right;
}
