.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 400;
}
*{
	box-sizing: border-box;
}
body{
	font-size: 14px;
	color: #333;
}
a{
	color: #333;
}
em,i{
	font-style: normal;
}
.pr{
	position: relative;
}
.ab{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.hidden {
	display: none;
}

.j-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.j-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.j-sb {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.j-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.f-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.f-colu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.f-reverse{
	flex-direction: row-reverse;
}

.a-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.a-start {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.a-end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.a-baseline{
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.nowrap1 {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nowrap2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.nowrap3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;

}

.pointer:hover {
	cursor: pointer;
}

.t-center {
	text-align: center;
}
.t-right{
	text-align: right;
}

/* 行高 */
.line-mn,
.line-mn * {
	line-height: 1.3;
}

.line-sm,
.line-sm * {
	line-height: 1.5;
}

.line-md,
.line-md * {
	line-height: 1.8;
}

.line-lg,
.line-lg * {
	line-height: 2;
}
.d-block {
	display: block;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.w1200{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	min-width: 1200px;
}
.w100{
	width: 100%;
}

.d-flex{
	display: flex;
}
select,input{
	font-size: 14px;
	color: #333;
	outline: none;
}
select{
	/* 去掉三角 */
	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari 和 Chrome */
	background: url(../images/arrowDown.png) no-repeat 90% center/12px;
}


/* start */
.d-header{
	position: static;
	padding: 0;
}
.d-header .logo{
	float: none;
	padding-top: 6px;
}
.d-header .logo img{
	height: 58px;
	width: auto;
}
:root {
    --swiper-theme-color: #ffffff;
}
.d-banner .swiper-button-next{
	right: 60px;
	display: none;
}
.d-banner .swiper-button-prev{
	left: 60px;
	display: none;
}
.d-banner:hover .swiper-button-next,
.d-banner:hover .swiper-button-prev{
	display: block;
}
.d-main .bespeak{
	background: #B61C24;
}
.d-main .bespeak .d-form{
	height: 70px;
	
}
.d-tip{display: none;}
.d-main .bespeak .d-form .d-tip{
	position: absolute;color: #F5F5F5;
	font-size: 12px;
	padding-left: 15px;
}
.d-main .bespeak .d-form select,
.d-main .bespeak .d-form input{
	height: 40px;
	border-radius: 5px;
	background-color: #fff;
	padding: 0 15px;
}
.d-main .bespeak .d-form .input:nth-of-type(1) select,
.d-main .bespeak .d-form .input:nth-of-type(2) select{
	width: 140px;
}
.d-main .bespeak .d-form .input:nth-of-type(3) select,
.d-main .bespeak .d-form input{
	width: 190px;
}
.d-main .bespeak .d-form .input:last-child input{
	width: 100px;
	background-color: #FAD89A;
	color: #333;
	font-size: 16px;
	cursor: pointer;
	opacity: .9;
}
.d-main .bespeak .d-form .input:last-child input:hover{
	opacity: 1;
}
.d-main .bespeak .d-form .input label{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.d-main .bespeak .d-form .input:nth-of-type(4) input,
.d-main .bespeak .d-form .input:nth-of-type(5) input{
	padding-left: 45px;
}
.d-title h3{
	font-size: 24px;
}
.d-title h3 span{
	color: #BC151B;
}
.d-title p{
	font-size: 12px;
	color: #999;
	margin-top: 15px;
}
.d-title p:after{
	content: "";
	display: block;
	width: 38px;
	height: 1px;
	background: #999;
	margin: 0 auto;
	margin-top: 20px;
}
.commonAare{
	padding: 50px 0;
}
.hotBussiness .houseCategory{
	padding: 30px 85px;
}
.hotBussiness .swiper-slide a{
	display: block;
	width: 100%;
	height: 40px;
	border: solid 1px #bcbcbc;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	border-radius: 3px;
}
.hotBussiness .swiper-slide a.active,
.hotBussiness .swiper-slide a:hover{
	background-color: #BC161B;
	color: #fff;
	border-color: #BC161B;
}
.hotBussiness .swiper-button-next,
.hotBussiness .swiper-button-prev{
	--swiper-theme-color: #666666;
}
.houseList ul{
	margin: 0 -13px;
	margin-top: -26px;
}
.houseList ul li{
	width: 25%;
	padding: 0 13px;
	margin-top: 26px;
}
.houseList ul li .item{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	background: #F7F7F7;
	transition: all .5s;
	height: 100%;
}
.houseList ul li .item:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	transform: translateY(-5px);
}
.houseList ul li .item em{
	max-width: 110px;
	font-weight: 700;
}
.houseList ul li .item figure{
	height: 200px;
}
.houseList ul li h3{
	font-size: 14px;
}
.houseList ul li h3 span{
	font-size: 14px;
}
.houseList ul li h3 strong,
.houseList ul li .item:hover h3 em{
	color: #BC151B;
}
.houseList ul li .introduce{
	padding: 20px 15px;
}
.houseList ul li .introduce p{
	margin-top: 5px;
	color: #979797;
}
.d-more a{
	display: block;
	width: 150px;
	height: 45px;
	border-radius: 45px;
	text-align: center;
	line-height: 43px;
	margin: 30px auto 0;
	border: solid 1px #D8D8D8;
}
.d-more a:hover{
	background: #BC151B;
	color: #fff;
	border-color: #BC151B;
}
.d-more p{
	line-height: 300px;
	color: #999;
}
.mySwiper .swiper-button-disabled{
	cursor: not-allowed;
}
.designRoom,
.workSurrounding,
.brandCommom{
	background: #F7F7F7;
}
.d-title.mb3{
	margin-bottom: 30px;
}
.designRoom .designStyle ul li{
	width: 24%;
}
.designRoom .designStyle ul li .introduce{
	border: solid 1px #E6EBEF;
	padding: 20px;
}
.designRoom .designStyle ul li button{
	height: 30px;
	display: block;
	border-radius: 2px;
	background-color: #D50004;
	color: #fff;
	width: 100%;
	cursor: pointer;
	margin-top: 25px;
}
.designRoom .designStyle ul li h3{
	font-size: 20px;
}
.designRoom .designStyle ul li button:hover{
	box-shadow: 2px 2px 5px rgba(213,0,4,.5);
}
.designRoom .designStyle ul li .tag{
	position: absolute;
	left: -4px;
	top: 15px;
	width: 115px;
	height: 35px;
	background: url(../images/tag.png) no-repeat center/100%;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.workSurrounding .workList ul{
	margin: 0 -10px;
	margin-top: -30px;
}
.workSurrounding .workList ul li{
	padding: 0 10px;
	margin-top: 30px;
	width: 33.33%;
}
.workSurrounding .workList ul li p{
	font-size: 20px;
	margin-top: 15px;
}
.groupActivity .swiper-slide .item{
	transition: all .5s;
	opacity: .3;
}
.groupActivity .swiper-slide p{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	line-height: 40px;
	background: rgba(0,0,0,.7);
	color: #fff;
	padding: 0 15px;
	font-size: 12px;
	display: none;
}
.groupActivity .swiper-slide.swiper-slide-active p{
	display: block;
}
.groupActivity .swiper-slide.swiper-slide-active .item{
	transform: scale(1.5);
	opacity: 1;
}
.groupActivity .swiper-slide.swiper-slide-active{
	z-index: 3;
}
.groupActivity .mySwiper{
	padding: 64px 0;
}
.groupActivity .d-next,
.groupActivity .d-prev{
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	cursor: pointer;
}
.groupActivity .d-next{
	background: url(../images/dArrowRight.png) no-repeat center/100% 100%;
	right: 30px;
}
.groupActivity .d-next:hover{
	background-image: url(../images/dArrowRightRed.png);
}
.groupActivity .d-prev{
	left: 30px;
	background: url(../images/dArrowLeft.png) no-repeat center/100% 100%;
}
.groupActivity .d-prev:hover{
	background-image: url(../images/dArrowLeftRed.png);
}
.liveReason .reasonList ul li{
	width: 18%;
	text-align: center;
}
.liveReason .reasonList ul li h3{
	font-size: 18px;
	margin-top: 25px;
}
.liveReason .reasonList ul li h3:after{
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #BC151B;
	margin: 15px auto;
}
.liveReason .reasonList ul li p{
	color: #8C8C8C;
}
.liveReason.commonAare{
	padding: 100px 0;
}
.brandCommom .brandTab{
	padding: 0 50px;
}
.brandCommom .brandTab .swiper-button-next, 
.brandCommom .brandTab .swiper-button-prev{
	--swiper-theme-color: #9F9F9F;
	--swiper-navigation-size: 20px;
}
.bespeakHouse{
	padding-top: 100px;
}
.bespeakHouse .bottomForm{
	padding: 30px 0;
}
.besForm{
	width: 400px;
	border: solid 1px #979797;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}
.besForm .writeBox{
	padding: 30px;
	padding-bottom: 0;
}
.besForm .input input,
.besForm .input select{
	display: block;
	width: 100%;
	height: 36px;
	border: solid 1px #BCBCBC;
	padding: 0 10px;
	border-radius: 4px;
	padding-left: 75px;
}
.besForm .input label{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.besForm .input label span{
	color: red;
}
.besForm .input{
	margin-bottom: 20px;
}
.besForm .input #besformBtn{
	background: #FBD89A;
	border: 0;
	cursor: pointer;
	opacity: .8;
	padding: 0;
}
.besForm .input #besformBtn:hover{
	opacity: 1;
}
.besForm .d-phone{
	padding: 20px 30px;
	font-size: 20px;
	background: #F5F5F5;
}
.besForm .d-phone img{
	margin-right: 10px;
}
.besForm .input .d-tip{
	position: absolute;
	font-size: 12px;
	color: red;
	padding-top: 3px;
	padding-left: 10px;
	display: none;
}
footer.d-footer{
	margin: 0;
	padding: 50px 0 70px;
	background: #AEAEAE;
}
.d-footerContent .d-code{
	max-width: 205px;
}
.d-footerContent .d-f-arrow{
	width: 15px;
	margin: 10px 0 5px;
}
.d-footerContent .addWechat{
	color: #E8E8E8;
}
.d-footerContent .d-online{
	margin-top: 20px;
}
.d-footerContent .d-online,
.d-footerContent .d-online a{
	font-size: 30px;
	color: #fff;
}
.poupBespeak{
	position: fixed;left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: rgba(0,0,0,.7);
	display: none;
}
.poupBespeak.active{
	display: flex;
}
.poupBespeak .besForm{
	position: relative;
	z-index: 8;
}