html{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
img {
	-webkit-user-drag: none;
}

body{
	margin: 0;
	padding: 0;
	background-color: #f7f7f9;
	font-size: 14px;
	font-family: "microsoft yahei";
	width: 100%;
	min-width: 1500px;
}
div{
	box-sizing: border-box;
}
.topImg1{
	width: 100%;
	height: 40px;
}
.topImg2{
	width: 100%;
	height: 80px;
}
.flexRow{
	display: flex;
	flex-direction: row;
	position: relative;
}
.space{
	display: flex;
	flex-direction: row;
	position: relative;
	flex-wrap: wrap;
}
.space .item{
	text-align: center;
	margin-left: 30px;
	margin-bottom: 20px;
}
.space img{
	width: 130px;
	height: 130px;
	border-radius: 65px;
}
.spaceText1{
	font-size: 18px;
	text-align: center;
}
.spaceText2{
	font-size: 14px;
	color: #A9A9A9;
	text-align: center;
}
.content{
	width: 1220px;
	margin: 0 auto;
}
.marginTop20{
	margin-top: 20px;
}
.marginTop30{
	margin-top: 30px;
}
.marginBottom20{
	margin-bottom: 20px;
}
.marginLeft10{
	margin-left: 10px;
}
.marginLeft15{
	margin-left: 15px;
}
.marginLeft30{
	margin-left: 30px;
}
.red{
	color: #ff0000;
}
/* 第一部分 */
.firstDiv{
	width: 100%;
	background-color: white;
	padding: 35px 30px 30px 30px;
	box-sizing: border-box;
}
.firstDivImg1{
	width: 480px;
	height: 280px;
}
.firstDivImg2{
	width: 35px;
	height: 30px;
	margin-left: 20px;
}
.firstDivImg3{
	width: 85px;
	height: 16px;
	margin-right: 10px;
}
.firstDivImg4{
	width: 21px;
	height: 26px;
	margin-right: 10px;
}
.firstDivImg5{
	width: 377px;
	height: 16px;
	position: absolute;
	left: 10px;
}
.firstDivImg6{
	width: 168px;
	height: 88px;
	position: absolute;
	top: 15px;
	right: 15px;
	box-shadow: 0px 10px 10px -7px #5E5E5E;
}
.firstDivDetail{
	width: 100%;
	display: inline-block;
	margin-left: 30px;
	position: relative;
}
.firstDivDetailTitle{
	font-size: 30px;
	font-weight:bold;
}
.firstDivDetailNumber{
	color: #a1a0a0;
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.firstDivDetailAddress{
	color: #686868;
	margin-top: 15px;
}
.firstDivDetailPhone{
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.firstDivDetailHengfu{
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	background-color:#fffced;
	padding-left: 35px;
	margin-top: 15px;
	position: relative;
}
.firstDivDetailHengfuText{
	color: #686868;
	margin-right: 85px;
}
.firstDivDetailButton1{
	width: 225px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18rpx;
	font-weight: bold;
	background-color: #ff0000;
	color: white;
	border: 1px solid #ff0000;
	cursor: pointer;
}
.firstDivDetailButton2{
	width: 225px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18rpx;
	font-weight: bold;
	background-color: white;
	color: #ff0000;
	border: 1px solid #ff0000;
	margin-left: 10px;
	cursor: pointer;
}
.firstDivDetailBottomText{
	line-height: 44px;
	color: #8c8c8c;
	margin-left: 50px;
}
/* 左侧 */
.leftAside{
	width: 940px;
}
.leftAsideDiv{
	padding: 30px;
	background-color: white;
}
.leftAsideTop{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #fff9f2;
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	border: 1px solid #ffe1c2;
}
/* 左侧案例 */
.leftAsideAnli{
	position: relative;
}
/* z-index: 100; */
.leftAsideAnliTitle{
	font-size: 20px;
	position: relative;
	z-index: 100;    
	margin-bottom: 10px;
}
.leftAsideAnliRight{
	font-size: 14px;
	color: #777777;
	position: absolute;
	top: 0;
	right: 0;
}
.relativeBottom35{
	position: relative;
	bottom: 35px;
}
/* 左侧公司介绍 */
.leftAsideIntroduceTitle{
	font-size: 20px;
	margin-bottom: 30px;
}
.leftAsideIntroduceText{
	line-height: 26px;
	color: #3b3b3b;
	margin-left: 25px;
	-webkit-text-size-adjust: none;
}
.leftAsideIntroduceImg{
	width: 210px;
	height: 110px;
}
/* 左侧设计团队 */
.leftAsideTeamTitle{
	font-size: 20px;
	margin-bottom: 15px;
}
.eftAsideTeamImg1{
	width: 218px;
	height: 218px;
}
/* 左侧评价 */
.leftAsidePingjia{
	padding: 30px 15px 10px 30px;
	background-color: white;
}
.leftAsidePingjiaTitle{
	font-size: 20px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #f6f6f6;
}
.leftAsidePingjiaTitle::after{
	content: "";
	width: 150px;
	position: absolute;
	left: 0;
	bottom: 0;
	border: 1px solid #eb1613;
}
.leftAsidePingjiaTitleButton{
	width: 85px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	color: #ff0000;
	border: 1px solid #ff0000;
}
.leftAsidePingjiaTop{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f6f6f6;
	margin-top: 10px;
	margin-bottom: 20px;
}
.leftAsidePingjiaNumber{
	color: #a0a0a0;
}
.leftAsidePingjiaItemImg1{
	width: 48px;
	height: 48px;
}
.leftAsidePingjiaItemImg2{
	width: 68px;
	height: 13px;
}
.leftAsidePingjiaItemRight{
	width: 760px;
	padding-bottom:5px;
	border-bottom: 1px solid #a0a0a0;
}
.leftAsidePingjiaPingfen{
	margin-top: 5px;
	display: flex;
	align-items: center;
}
.leftAsidePingjiaText{
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
}
/*回复相关*/
.leftAsidePingjiaReply {
	margin-top: 10px;
	padding: 10px;
	background-color: #f9f9f9; /* 浅灰色背景 */
	border: 1px solid #ddd; /* 边框 */
	border-radius: 4px; /* 圆角 */
}

.leftAsidePingjiaReply p {
	margin: 0;
	font-size: 14px;
	color: #333;
}

.leftAsidePingjiaReply strong {
	color: #007bff; /* 蓝色字体强调 */
}

/* 左侧网站提醒和声明 */
.leftAsideRemindTitle{
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}
.leftAsideRemindText{
	line-height: 24px;
}
/* 右侧 */
.rightAdide{
	width: 260px;
	margin-left:20px;
}
/* 右侧地图 */
.rightAdideMap{
	width: 100%;
	padding: 10px 10px 0 10px;
	background-color: white;
}
.rightAdideMapTitle{
	font-size: 20px;
	margin-bottom: 5px;
}
.rightAdideMapImg{
	width: 220px;
	height: 120px;
}
/* 右侧排行 */
.rightAdideRank{
	width: 100%;
	padding: 15px;
	background-color: white;
}
.rightAdideRankTitle{
	font-size:18px;
}
.rightAdideRankItem{
	margin: 20px 0;
}
.rightAdideRankNumber{
	padding:0 5px;
	background-color: #ff5d53;
	color: white;
	margin-right: 5px;
}
.rightAdideRankName{
	cursor: pointer;
}
.rightAdideRankImg{
	width:195px;
	margin-top: 5px;
}
/* 右侧附近 */
.rightAdideNear{
	padding: 15px;
	background-color: white;
	margin-top: 20px;
}
.rightAdideNearTitle{
	font-size: 20px;
}
.rightAdideNearItem{
	margin: 20px 0;
}
.rightAdideNearNumber{
	padding:0 5px;
	background-color: #a9a9a9;
	color: white;
	margin-right: 5px;
}
.rightAdideNearName{
	cursor: pointer;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/* 右侧最新量房 */
.rightAdideNew{
	width: 100%;
	background-color: white;
	padding: 10px 0;
	margin-top: 20px;
}
.rightAdideNewTitle{
	font-size: 20px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.rightAdideNewTableTop{
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	padding: 0 5%;
	background-color: #fafafa;
	color: #CCCCCC;
}
.rightAdideNewTableContent{
	overflow: hidden;
	height: 180px;
	padding: 0 15px;
	background: #fff;
}
.rightAdideNewTableList{
	-webkit-animation: scrollOrder 10s infinite linear;
	animation: scrollOrder 10s infinite linear;
}
.rightAdideNewTableTop div{
	width: 33.3%;
	text-align: center;
}
.rightAdideNewTable{
	width: 90%;
	height: 30px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fafafa;
	margin: 0 auto;
}
.rightAdideNewTable div{
	width: 33.3%;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.rightAdideNewTableItem{
	width: 33.3%;
	text-align: center;
}

/* .rightAdideNewItem{
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #fafafa;
}
.rightAdideNewItemTop{
	background-color: #fafafa;
	color: #CCCCCC;
} */
/* 底部 */
.bottomDiv{
	width: 100%;
	height: 210px;
	background-color: #000000;
}
.bottomDivCenter{
	width: 1220px;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}
.bottomDivImg{
	width: 100%;
	height: 210px;
}
/* 另外一个页面 */
.align{
	display: flex;
	align-items: center;
	position: relative;
}
.flexWrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.title{
	font-size: 20px;
}
/* 左侧详细信息 */
.leftAside2Info{
	padding: 30px 20px;
	background-color: white;
}
.leftAside2InfoTitle{
	font-size: 30px;
	font-weight: bold;
}
.leftAside2InfoButton{
	width: 225px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #ff0000;
	cursor: pointer;
	margin-top: 20px;
}
.leftAside2InfoBottom{
	width: 650px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	background-color: #f6f6f6;
	color: #ababab;
	margin-top: 30px;
}
/* 左侧优选装修公司 */
.leftAside2Company{
	padding: 30px 20px;
	background-color: white;
}
.leftAside2CompanyName{
	font-size: 18px;
	color: #696969;
	margin-top: 30px;
	margin-bottom: 10px;
}
.leftAside2CompanyItem{
	width: 45%;
	margin-right: 30px;
	margin-bottom: 15px;
}
.leftAside2CompanyNumber{
	font-size: 12px;
	color: #696969;
	margin-left: 10px;
}
.leftAside2CompanyRight{
	font-size: 20px;
	position: absolute;
	right: 0;
	color: #DCDCDC;
}
.leftAside2CompanyAddress{
	font-size: 12px;
	color: #696969;
}
.leftAside2CompanyTitle2{
	font-size: 16px;
	color: #696969;
	padding:15px 0;
	margin-top: 15px;
	border-top: 0.5px solid #F5F5F5;
}
.leftAside2CompanyImg{
	width: 200px;
	height: 140px;
}
.leftAside2CompanyImgName{
	font-size: 16px;
	color: #696969;
}
.anliDiv1{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 14px;
	color: #A9A9A9;
}
.anliDiv1 img{
	width: 270px;
	height: 185px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.anliDiv2{
	margin-right: 15px;
}
.anliDiv2Text{
	width: 270px;
	font-size: 16px;
	color: black;
	margin-bottom: 10px;
}
.zizhi1{
	display: flex;
	flex-direction: row;
	text-align: center;
	flex-wrap: wrap;
}
.zizhi1 img{
	width: 190px;
	height: 140px;
}
.zizhiItem{
	margin-right: 25px;
}
.zizhiText1{
	margin-top: 10px;
	font-size: 15px;
}
.img1{
	width: 70%;
	height: 400px;
}

.leftAsideNew{
	width: 940px;
	padding: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	background-color: white;
}
.leftAsideNewTitle{
	width: 100%;
	font-size: 24px;
	text-align: center;
	margin: 15px 0;
}
.leftAsideNewFlex{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-bottom: 10px;
	border-bottom: 1px solid red;
}
.leftAsideNewItem{
	width: 30%;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}
.leftAsideNewImg{
	margin-top: 15px;
	width: 95%;
	height: 450px;
}
