
/**
***样式覆盖修改CSS***
**/
/*
.head-bg{
	border:1px red solid;
	width:1200px;
	height:80px;
	margin:0 auto;
	background:url('pic/bg.png');
}
*/
/**----------------------------------------------------满屏轮播样式--------------------------------------------------------------------------------*/
#ul{list-style:none;width:1000%;}
#ul li{overflow:hidden;float:left;width:1280px;height:640px;}
#ul li img{width:100%;}
.deng_box_1{margin:0px auto;overflow:hidden;width:1280px;height:477px;}
.deng_box{
	margin:0 auto;
}
/**----------------------------------------------------品牌实力样式--------------------------------------------------------------------------------*/
.bra{
	width:1200px;
	height:629px;
	margin:35px auto;
	background:url(../image/bra.jpg) no-repeat top center;
}
.bra>div{
	width:320px;
	height:188px;
	float:left;
    cursor: pointer;
	
}


.bra>div>h3{
	width:320px;
    margin:5px auto;
	text-align:center;
	font-family:'微软雅黑';
	font-weight:bold;
	color:#009fb9;
	font-size:18px;
	margin-top:-30px;
}
.bra>div>hr{
	width:127px;
    margin:0 auto;
	color:#009fb9;
}
.bra>div>p{
	width:327px;
    margin:6px auto;
	text-align:center;
	font-size:8px;
	color:#009fb9;
}


.bra1{
	margin:187px 0 0 98px;
}
.bra1 i{
	margin:41px auto;
	display:block;
	width:60px;
	height:60px;
	background:url(../image/bra1.png) no-repeat -31px -28px;
}
.bra2{
	margin:185px 0 0 24px;
}
.bra2 i{
	margin:41px auto;
	display:block;
	width:60px;
	height:60px;
	background:url(../image/bra1.png) no-repeat -101px -28px;
}
.bra3{
	margin:184px 0 0 20px;
}
.bra3 i{
	margin:41px auto;
	display:block;
	width:60px;
	height:60px;
	background:url(../image/bra1.png) no-repeat -171px -28px;
}
.bra4{
	margin:30px 0 0 -154px;
}
.bra4 i{
	margin:41px auto;
	display:block;
	width:60px;
	height:60px;
	background:url(../image/bra1.png) no-repeat -241px -28px;
}
.bra5{
margin:-187px 0 0 265px;
}
.bra5 i{
	margin:41px auto;
	display:block;
	width:60px;
	height:60px;
	background:url(../image/bra1.png) no-repeat -311px -28px;
}
.bra-div:hover i{
	background-position-y:-100px;
}
.bra-div:hover h3{
	color:#fefefe;
}
.bra-div:hover p{
	color:#fefefe;
}
.bra-div:hover hr{
	color:#fefefe;
}
.bra-div:hover {
	background-color:#009fb9;
}
/**----------------------------------------------------案例--------------------------------------------------------------------------------*/

.case{
	width:1200px;
	height:136px;
	margin:0 auto;
	margin-top:35px;
	background:url(../image/case.jpg) no-repeat top center;
	background-size:100%;
}

/**----------------------------------------------------VR全景--------------------------------------------------------------------------------*/

.vrcase{
	width:1200px;
	height:568px;
	margin:35px auto;
}
.vrcase1{
	width:1200px;
	height:232px;
	background:url(../image/vrcase.jpg) no-repeat top center;
}
.vrcase2{
	width:1200px;
	height:331px;
	overflow:hidden;
}
.vrcase2-pic{
	width:869px;
	height:335px;
	margin:0 auto;
	overflow:hidden;
}
.caseplay1{
	position:absolute;
	width:155px;
	height:330px;
	cursor:pointer;
	background:url(../image/play.png) no-repeat 0 0;
}
.caseplay1:hover{
	background:url(../image/play.png) no-repeat 0 -341px;
}
.caseplay2{
	position:absolute;
	width:155px;
	height:330px;
	margin-top:-335px;
	margin-left:1046px;
	cursor:pointer;
	background:url(../image/play.png) no-repeat -1024px 0;
}
.caseplay2:hover{
	background:url(../image/play.png) no-repeat -1024px -341px;
}
.vrcase2-pic>ul{
	position:relative;
	width:1000%;
	height:335px;
}
.vrcase2-pic>ul>li{
	float:left;
	width:869px;
	height:335px;
}

.ys_btn_content{
	display:none;
	width:119px;
	height:114px;
	background:url(../image/ys_btn_content.png) no-repeat;
	margin-top:122px;
	margin-left:374px;
	position:absolute;
	animation: myfirst1 2s infinite;
	-moz-animation: myfirst1 2s infinite;
	-webkit-animation: myfirst1 2s infinite;
    -ms-animation: myfirst1 2s infinite;
	-o-animation: myfirst1 2s infinite;
}
.ys_btn_contente{
	display:none;
	position:absolute;
	margin-top:144px;
	margin-left:406px;
}
@keyframes myfirst1{
0% {
    transform: rotate(0deg);
}
25% {
    transform: rotate(90deg);
}
50% {
    transform: rotate(180deg);
}
75% {
    transform: rotate(270deg);
}
100% {
    transform: rotate(360deg);
}
}
@-o-keyframes myfirst1{
0% {
    -o-transform: rotate(0deg);
}
25% {
    -o-transform: rotate(90deg);
}
50% {
    -o-transform: rotate(180deg);
}
75% {
    -o-transform: rotate(270deg);
}
100% {
    -o-transform: rotate(360deg);
}
}
@-ms-keyframes myfirst1{
0% {
    -ms-transform: rotate(0deg);
}
25% {
    -ms-transform: rotate(90deg);
}
50% {
    -ms-transform: rotate(180deg);
}
75% {
    -ms-transform: rotate(270deg);
}
100% {
    -ms-transform: rotate(360deg);
}
}
@-webkit-keyframes myfirst1{
0% {
    -webkit-transform: rotate(0deg);
}
25% {
    -webkit-transform: rotate(90deg);
}
50% {
    -webkit-transform: rotate(180deg);
}
75% {
    -webkit-transform: rotate(270deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@-moz-keyframes myfirst1{
0% {
    -moz-transform: rotate(0deg);
}
25% {
    -moz-transform: rotate(90deg);
}
50% {
    -moz-transform: rotate(180deg);
}
75% {
    -moz-transform: rotate(270deg);
}
100% {
    -moz-transform: rotate(360deg);
}
}
.vrcase2-picul li:hover .ys_btn_contente{
	display:inline;
	width:300px;
}
.vrcase2-picul li:hover .ys_btn_content{
	display:inline;
	
}
/**----------------------------------------------------施工团队样式头--------------------------------------------------------------------------------*/

.des{
	width:1200px;
	height:171px;
	margin:0 auto;
	margin-top:35px;
	background:url(../image/des.jpg) no-repeat top center;
	background-size:100%;
}
.design-Team{
	margin-top:0px;
}

/**----------------------------------------------------服务流程--------------------------------------------------------------------------------*/
.pro{
	width:1200px;
	height:697px;
	margin:50px auto;
	background:url(../image/pro.jpg) no-repeat top center;
}
.process{
	width:1120px;
	height:697px;
	position:relative;
	top:206px;
	margin:0 auto;
}
.process>ul>li{
	float:left;
	width:165px;
	height:183px;
	margin-left:95px;
	margin-top:50px;
	overflow:hidden;
	cursor:pointer;
}
.moveprocess{
	top:180px;
	position:relative;
	width:164px;
	height:182px;
	background:url(../image/Q-06.png) no-repeat 0 4px;
	background-size:100% 100%;
}
.moveprocess>p{
	color:#fefefe;
	width:140px;
	margin:0px auto;
	line-height:24px;
	position:relative;
	top:50px;
	font-size:14px;
}
@keyframes myfirst2
{
from {top:180px;}
to {top:-4px;}
}

@-moz-keyframes myfirst2 /* Firefox */
{
from {top:180px;}
to {top:-4px;}
}

@-webkit-keyframes myfirst2 /* Safari 和 Chrome */
{
from {top:180px;}
to {top:-4px;}
}

@-o-keyframes myfirst2 /* Opera */
{
from {top:180px;}
to {top:-4px;}
}
.process>ul>li:hover .moveprocess{
	animation: myfirst2 0.4s;
    -moz-animation: myfirst2 0.4s;	/* Firefox */
    -webkit-animation: myfirst2 0.4s;	/* Safari 和 Chrome */
    -o-animation: myfirst2 0.4s;	/* Opera */
	top:-4px;
}
/**----------------------------------------------------热装楼盘--------------------------------------------------------------------------------*/
.main_wraptop{width:1200px;height:134px;margin:-15px auto;background:url(../image/main_wraptop.jpg) no-repeat top center;background-color: #009fb9;background-size:100%;}
.main_wrap{margin: 0px; padding: 0px; font-weight: normal; font: 12px/22px "微软雅黑"; color: #666; cursor: default; OVERFLOW-X: hidden; background: #fff;}
.main_wrap H1,H2,H3,H4,h5,P,UL,OL,DD,DL,FORM {margin: 0px; padding: 0px; cursor: default; font-weight: normal;}
.main_wrap ul,li,dl,dt,dd {margin: 0px; padding: 0px; list-style-type: none;}
a {color:#666; text-decoration:none;}
img {border: 0px;}

.clear {clear:both;}

.clearfix:after {content:'\200B';display:block;height:0;clear:both;}
.clearfix {*zoom:1;}

.FloatLeft {FLOAT: left;}
.FloatRight {FLOAT: right;}

/* 隐藏 IFRAME 样式 */
	.mainframe {position: fixed; top: 50%; left: 50%; visibility: hidden; z-index: 999;}

/* 主体样式 */
	.main_wrap 	{margin: 20px auto; width: 1200px; display: table;}
	.main_wrap2 {margin: 0px auto; width: 1200px; display: table;}
	.main_service {margin: 20px auto 50px; width: 1200px; display: table;}
	
	.r_title {margin: 13px 15px; padding-bottom:7px; font-size:14px; color:#333; border-bottom:1px solid #999;}
	.r_title span {padding:0 5px 7px; font-size: 16px; border-bottom:2px solid #d80031;}
	.r_title a {float:right; color:#ff4f51; font-size:12px; font-family: "宋体"}

/* 按钮样式 */
	.button_sj {MARGIN: 5px auto 0px; width: 264px; height: 40px; LINE-height: 40px; TEXT-ALIGN: center; color: #fff; FONT-SIZE: 16px; border-radius: 3px; border: none; background: #00c864; display: block;}
	A.button_sj:hover {background: #05a354; TEXT-DECORATION: none;}
/*
	A.button_sj3 {MARGIN-TOP: 14px; padding-left:40px; width: 270px; LINE-height: 36px; FONT-FAMILY: "Microsoft Yahei"; background: url("/statics/images/icon_love.png") #009fb9 no-repeat 0px -207px; height: 36px!important; color: #fff; FONT-SIZE: 16px; display: block;}
	A.button_sj3:hover {background: url("/statics/images/icon_love.png") #D20000 no-repeat 0px -207px; TEXT-DECORATION: none;}
*/
	.button_sj2 {MARGIN: 5px auto 0px; width: 264px; height: 40px; LINE-height: 40px; TEXT-ALIGN: center; color: #fff; FONT-SIZE: 16px; border-radius: 3px; border: none; background: #009fb9; display: block;}
	A.button_sj2:hover {background: #D20000; TEXT-DECORATION: none;}
/*
	.button_sj4 {TEXT-ALIGN: left; LINE-HEIGHT: 36px; MARGIN-TOP: 10px; TEXT-INDENT: 40px; WIDTH: 120px; display: block; BACKGROUND: url(/statics/images/icon_love.png) #009fb9 no-repeat 0px -207px; HEIGHT: 36px; COLOR: #fff; FONT-SIZE: 16px; border-radius: 3px}
	.button_sj4:hover {BACKGROUND: url(/statics/images/icon_love.png) #D20000 no-repeat 0px -207px; TEXT-DECORATION: none}*/

	.button_sj5 {MARGIN: 0px; WIDTH: 120px; HEIGHT: 36px; LINE-HEIGHT: 36px; TEXT-ALIGN: center; COLOR: #fff; FONT-SIZE: 16px; border-radius: 2px; border: none; BACKGROUND: #009fb9; display: block;}
	.button_sj5:hover {background: #D20000; TEXT-DECORATION: none}
/*	
	.icon_area {background: transparent url("/statics/images/icon_area.png") no-repeat scroll 225px center;}
*/
/* 表单输入框样式 */
	.c-quote-box {padding: 10px 0px 15px; width: 300px; border-color: #009fb9 #ddd #ddd #ddd; border-style:solid; border-width:2px 1px 1px 1px; display: table;}
	.c-quote-box > H2 {TEXT-ALIGN: center; line-height:25px; color: #333; FONT-SIZE: 16px; FONT-WEIGHT: normal; background: url("http://www.6sigmazs.com/statics/images/icon_jsq.png") no-repeat scroll 32px 0px;}
	
	.finput {margin:10px auto; display: table;}
	.input1 {padding-left: 12px; width: 262px; height: 35px; line-height: 35px; border: 1px solid #DDD; color: #666; font-family: "宋体"; font-size: 14px;}

/* 小区搜索样式 */
	.xq_sch {margin: 10px auto 35px; padding: 20px 15px; border-top:1px solid #ddd;}
	.xq_name {padding-left: 12px; width: 188px; height: 35px; line-height: 35px; border: 1px solid #ddd; color: #666; font-size: 14px;float:left;}
	.sch_button {padding: 0px; width: 70px; height: 35px; line-height: 35px; color: #fff; font-family: "宋体"; font-size: 14px; background: #009fb9; border:none; border-radius: 0px 3px 3px 0px; float:right;}
	.sch_button:hover {background:#d80031;}

	
/* -------------------------------------------------- 小区样式 -------------------------------------------------- */
	.xq_l {padding:10px; width:890px; height:498px; border:1px solid #ddd; display:block;}
	.xq_r {padding:0px; width:290px; border:1px solid #ddd; display:block;}
	.xq_r h1 {margin:20px auto 5px; text-align:center; font-size:20px; color:#d80031;}
	.xq_r p {padding-top:10px; text-align:center;}
	.xq_r p a {padding:0px 10px; color:#999; font-family: "宋体";}
	.xq_r p span {padding:0px 10px; color:#e23e45; font-family: "arial";}
	
	.xq_r h2 {margin:20px auto 5px; text-align:center; font-size:20px; color:#e23e45;}
	.xq_r h2 span {}
	.xq_r ul {}
	.xq_r li {float:left;}


/* 首页：小区样式 */
	.sample-wrapper {margin: 0px auto; padding: 5px 0px; width: 892px; height: 510px; position:relative; overflow:hidden; border:1px solid #ddd;}

	.sample-wrapper .ul-wrapper {width:10000px;display:block;*display:inline;*zoom:1;position:relative;left:0;}
	.sample-wrapper .ul-wrapper:after {visibility:hidden;display:block;content:"";clear:both;font-size:0;height:0;}

	.sample-wrapper ul {margin: 5px 6px; width:880px; float:left; display:block;*display:inline;*zoom:1;}
	.sample-wrapper ul:after {visibility:hidden;display:block;content:"";clear:both;font-size:0;height:0}
	.sample-wrapper li {float:left;width:200px;margin:10px}
	.sample-wrapper li:hover img {opacity:.8}
	.sample-wrapper li img {width:200px;height:150px}
	.sample-wrapper li h4 {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;color:#333;font-family:"Microsoft Yahei";height:30px;line-height:30px}
	.sample-wrapper li h4 a {color:#333}
	.sample-wrapper li>div {overflow:hidden}
	.sample-wrapper li>div p {float:left;color:#999}
	.sample-wrapper li>div p em {margin:0 4px; font-style:normal; color:#f25546;}
	.sample-wrapper li>div a {float:right}
	.sample-wrapper li a:hover {color:#c03}

	.sample-wrapper .pagation-list {text-align:center;margin:5px 0 16px}
	.sample-wrapper .pagation-list span {display:inline-block;width:10px;height:10px;border-radius:5px;cursor:pointer;background:#d9d9d9;margin:0 4px}
	.sample-wrapper .pagation-list span.current-dot {background:#f25546}
	.sample-wrapper:hover>a {display:block}

	.sample-wrapper>a {display:none;position:absolute;top:160px;width:50px;height:60px;opacity:.8;}
	.sample-wrapper>a.left-arrow {left:0;background-position:-182px -433px}
	.sample-wrapper>a.right-arrow {right:0;background-position:-293px -433px}
	.sample-wrapper>a:hover {opacity:1}

/* 首页：小区右侧本地楼盘动态样式 */
	
.infoList li{ height:24px; line-height:24px;   } 
.infoList li .date{ float:right; color:#999;  } 
 
 /* 本地楼盘动态 */
	.topLoop2 {margin-top: 10px; padding: 0px 10px; width: 288px; height: 160px; border: 1px solid #ddd; overflow:hidden; position:relative;}
	.topLoop2 .bd ul{margin:10px auto 0; padding: 0 15px; width:288px; height:80px; overflow:hidden; zoom:1;} 
	.topLoop2 .bd ul li {padding-left:18px; height:28px; line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.topLoop2 .bd ul li a {color:#333;}
	.topLoop2 .bd ul li a:hover {color:#d20000}
	
/* 
	.block-top {margin:0 auto; width:280px; padding:15px 0 8px; font-family:"Microsoft Yahei"; font-size:16px; color:#333; border-bottom:1px solid #d9d9d9; display:block;}
	.block-top span {padding: 0 7px 8px; border-bottom:2px solid #f10000;}
	.block-top a {float:right; color:#ff4f51; font-size:12px; font-family: "宋体"} */


.xq_name{
   width:175px;
}
.lopan-r{
	width:288px;
}
/**----------------------------------------------------在施工地--------------------------------------------------------------------------------*/
.gongdi{
	width:1200px;
	height:1054px;
	margin:35px auto;
	background:url(../image/gongdi.jpg) no-repeat top center;
	background-size:1200px;
}
.gongdi1{
	width:1200px;
	height:617px;
	margin:0 auto;
	position:relative;
	top:445px;
}
.gongdi1>ul>a>li{
	width:400px;
	height:203px;
	float:left;
}
/*
.gongdi1>ul>a>li:hover{
	transform: scale(1.2);
	-moz-transform: scale(1.2);	
    -webkit-transform: scale(1.2);	
    -o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
*/
.img1{display:none;}
.gongdi1>ul>a>li:hover .img1{
   display:block;
}
.gongdi1>ul>a>li:hover .img2{
   display:none;
}
.gongdi1>ul>a>li:hover img{
    border: 5px #009fb9 solid;
    width: 490px;
    position: relative;
    top: -20px;
    left: -40px;
}

/**----------------------------------------------------服务流程（未用）--------------------------------------------------------------------------------*/
.indexProgram{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}

.indexProgram .indexProgram-ul li{
	width:148px;
	height:394px;
	float:left;
	cursor: pointer;
}
.indexProgram .indexProgram-ul li:hover .indexprogramOver{
	animation: myfirst 0.4s;
    -moz-animation: myfirst 0.4s;	/* Firefox */
    -webkit-animation: myfirst 0.4s;	/* Safari 和 Chrome */
    -o-animation: myfirst 0.4s;	/* Opera */
	-ms-animation: myfirst 0.4s;
	margin-top:-315px;
}
@keyframes myfirst
{
from {margin-top:20px;}
to {margin-top:-315px;}
}

@-moz-keyframes myfirst /* Firefox */
{
from {margin-top:20px;}
to {margin-top:-315px;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
from {margin-top:20px;}
to {margin-top:-315px;}
}
@-ms-keyframes myfirst /* Opera */
{
from {margin-top:20px;}
to {margin-top:-315px;}
}
@-o-keyframes myfirst /* Opera */
{
from {margin-top:20px;}
to {margin-top:-315px;}
}
.indexProgram li p {
    padding: 42px 0 0 30px;
}
.indexProgram li p img{
	margin-left:18px;
}
/*
.indexProgram li i{
	margin-left:36px;
}
*/
.indexProgram-ul li span{
	display:block;
	margin:10px 0 10px 0;
	text-align:center;
}
.indexProgram-ul li hr{
	width:50%;
}
.indexprogramOver{
	position:relative;
	width:146px;
	height:394px;
	margin-top:90px;
	color:#fff;
}
.indexprogramOver p img{
}
.indexprogramOver hr{
	color:#fff;
}
.indexprogramOver li b{
	margin-left:18px;
}

.indexProgram li p span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    padding: 14px 0 70px 0;
}
.indexProgramLi2{
	border-top:2px #009fb9 solid ;
	border-bottom:2px #009fb9 solid;
}
.indexProgramLi1{
	border-top:2px #d80031 solid ;
	border-bottom:2px #d80031 solid ;
}
.indexProgramLi2 .indexprogramOver{
	background-color:#009fb9;
}
.indexProgramLi1 .indexprogramOver{
	background-color:#d80031;
}
.indexprogramOver  b{
	margin: 60px auto;
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    width: 116px;
    line-height: 24px;
}

/**----------------------------------------------------服务流程样式结束--------------------------------------------------------------------------------*/


/**----------------------------------------------------3D  vr(未用)--------------------------------------------------------------------------------*/

.quanjing{
	margin:0 auto;
	width:1200px;
	height:200px;
	overflow:hidden;
} 
.quanjingul li{
	display:block;
	float:left;
	margin-left:5px;
}
.quanjingul li a img{
	display:block;
	width:295px;
	height:200px;
}
.imgvr{
	position:relative;
	margin-top:-200px;
}
.vx{
	display:none;
	margin-top:-60px;
	width:60px;
	height:60px;
}
.quanjingul li:hover .vx{
	display:inline;
}

/**----------------------------------------------------固定导航--------------------------------------------------------------------------------*/
.head1{
	width:100%;
	background-color:#fff;
	position:fixed;
	z-index:7777;
}
.head1 .head {
	width:1200px;
	margin:0 auto;
	z-index:8888;
}
.none1{
	/*height:117px;*/
}
.none2{
	height:177px;
}
.top1{
	top:0px;
}
.top2{
	/*top:110px;*/
	display:none;
}
.top1:hover .top2{
	display:inline;
}
.navBar{
	width:100%;
	background-color:#009fb9;
	position:fixed;
	z-index:6666;
}
.navBar .container{
	width:1200px;
	margin:0 auto;
}
.head .HotLine{
	z-index:7777;
}

/**----------------------------------------------------客服--------------------------------------------------------------------------------*/
.leftkf{
	width:32px;
	height:130px;
	position:fixed;
	z-index:9999;
	top:32%;
	right:0.1%;
	cursor:pointer;
}

.leftkf1,.leftkf2,.leftkf3,.leftkf4,.leftkf5{
	width:32px;
	height:32px;
	margin:0 auto;
}
.leftkf1{
	background:url('../image/ico-p.png') no-repeat;
	background-position:-140px -57px;
}
.leftkf1:hover{
	background-position:-110px -57px;
}
.leftkf1:hover .leftkf1-1{
	width:140px;
	height:140px;
	position:relative;
	top:-1px;
	left:-141px;
	background-color:#fff;
}
.leftkf1:hover .img-wx{
	display:inline;
}
.leftkf2:hover .img-wx{
	display:inline;
}
.leftkf3:hover .img-wx{
	display:inline;
}
.leftkf4:hover .img-wx{
	display:inline;
}

.leftkf2{
	background:url('../image/ico-p.png') no-repeat;
	background-position:-140px -116.7px;
}
.leftkf2:hover{
	background-position:-110px -116.7px;
}
.leftkf3{
	background:url('../image/ico-p.png') no-repeat;
	background-position:-140px -116.7px;
}
.leftkf3:hover{
	background-position:-110px -116.7px;
}

.leftkf4{
	background:url('../image/ico-p.png') no-repeat;
	background-position:-140px -145px;
}
.leftkf4:hover{
	background-position:-110px -145px;
}
.leftkf4:hover .leftkf4-4{
	width:140px;
	height:140px;
	position:relative;
	top:-97px;
	left:-141px;
	background-color:#fff;
}
/*表单样式*/
.leftkf5{
	display:none;
	margin-top:5px;
	margin-left:-1px;
	border:1px #ccc solid;
}
.leftkf5-5{
	display:none;
	width:215px;
	height:215px;
	border:1px #ccc solid;
	position:relative;
	left:-500px;
	top:-157.5px;
}

.img-wx{
	width:100px;
	left:-132px;
	display:none;
	font-size:12px;
	color:#666;
}
.img-wx a{
	font-size:12px;
	color:#666;
}
/**----------------------------------------------------家装动态--------------------------------------------------------------------------------*/
.dongtai{
	width:100%;
	height:150px;
	margin:35px auto;
	background:url(../image/dongtai.jpg) no-repeat top center;
	background-color:#009fb9;
}
.dongtaiurl{
	width:500px;
	height:100px;
	position:absolute;
	margin:-150px 700px;
}
.dongtaiurl>ul>a>li{
	float:left;
	color:#fefefe;
	font-size:16px;
	margin:5px 10px;
}
.dongtaiurl>ul>a>li:hover{
	color:#d80031;
}
.guide-news{
	margin-top:-35px;
}

