* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

body {
	position: relative;
}

.effect>div>div {
	padding-left: 10px !important;
	margin-left: 0 !important;
	background-image: -webkit-linear-gradient(left, rgba(239, 130, 0, 1) 0%, rgba(239, 130, 0, 0.5) 11%, rgba(239, 130, 0, 0.1) 70%, rgba(246, 245, 244, 0)100%);
}

#suspension{
	position: fixed;
	bottom: 30%;
	right: 0;
	z-index: 99;
	background: #EE7800;
	border-radius: 10px;
}
.suspensionn{
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 15%;
	right: 0;
	z-index: 99;
	background: #EE7800;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
.suspensionn>img {
	width: 50px;
	height: 52px;
}
#suspension>.suspension {
	color: #FFFFFF;
	padding: 8px 10px;
	text-align: center;
	font-size: 12px;
	border-bottom: 2px solid #FFFFFF;
}

.suspension>img {
	width: 40px;
	height: 38px;
}

.progress {
	position: relative;
	width: 300px;
	margin-left: 14px;
}

.progress_bg {
	height: 20px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #e6e6e6;
}

.progress_bar {
	background: #ff8810;
	width: 68px;
	height: 20px;
	border: none !important;
	border-radius: 5px;
}

.progress_btn {
	width: 34px;
	height: 34px;
	border-radius: 100%;
	position: absolute;
	background: #fff;
	left: 68px;
	margin-left: -10px;
	top: -5px;
	cursor: pointer;
	border: 1px #ddd solid;
	box-sizing: border-box;
}

.progress_btn:hover {
	border-color: #F7B824;
}

.progress .text {
	color: #fff;
	margin-left: 56px;
	margin-top: 6px;
}

/*轮播*/

			ul{
				list-style: none;
			}

			.out{
				width: 100%;
				height: 600px;
				margin: 0 auto;
				position: relative;
			}

			.img>li{
				position: absolute;
				top: 0px;
				left: 0px;
				display: none
			}
			.img>li>img{
				width: 100%;
				height: 600px;
			}
			.num{
				position: absolute;
				bottom: 0px;
				left: 0px;
				font-size: 0px;
				text-align: center;
				width: 100%;
				margin: 0 auto;
				display: flex;
				justify-content: center;
				align-items: center;
			}
			.num>li{
				width: 260px;
				height: 40px;
				color: #FFFFFF;
				text-align: center;
				line-height: 40px;
				display: inline-block;
				font-size: 16px;
				cursor: pointer;
			}
			.num>li>span{
				display: inline-block;
				height: 40px;
				line-height: 40px;
			}
			.num>li>p{
				display: inline-block;
				line-height: 40px;
			}
			.out>.num>li.active-1{
				color: #EE7800;
				background-image: -webkit-linear-gradient(bottom, rgba(255, 136, 16, 0.4) 0%, rgba(255, 136, 16, 0.2) 24%, rgba(255, 136, 16, 0.1) 50%, rgba(255,136,16,0.0)100%) !important;
			}
			.num-position{
				position: relative;
			}
			.num_div{
				padding: 50px 0px 0px 33px;
				position: absolute;
				bottom: 148px;
				right: 21%;
				width: 197px;
				height: 290px;
				color: #FFFFFF;
				background-color: rgba(0,0,0,0.4);
				
			}
			.num_div>input{
				width: 172px;
				height: 30px;
				font-size: 18px;
				padding-left: 8px;
				margin: 10px 0px 20px;
			}
			.num_div>button{
				width: 150px;
				height: 40px;
				line-height: 40px;
				text-align: center;
				border: none;
				background: #EE7800;
				border-radius: 10px;
				font-size: 18px;
				color: #FFFFFF;
			}
			.num_div-pir{
				font-size: 28px;
			}
			.num_div-pec{
				font-size: 18px;
			}
			.num_div-phr{
				margin-top: 42px;
				font-size: 16px;
			}
			.num_div-pou{
				font-size: 16px;
			}
			.videosrc{
				width: 600px;height: 350px;
			}
/*轮播结束*/


/*列单*/

#list {
	width: 100%;
	height: 140px;
}

#list .list {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#list .list>div>p {
	color: #ff8810;
	font-size: 30px;
	height: 38px;
}

#list .list>div {
	height: 72px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

#list .list .list_f p {
	position: relative;
}

#list .list .list_f p:after {
	position: absolute;
	left: 0;
	bottom: -6px;
	content: '';
	width: 284px;
	height: 2px;
	background: #d8d8d8;
}

#list .list img {
	margin-right: 18px;
}


/*列单结束*/


/*方案*/

#programme {
	width: 100%;
	height: 552px;
	background: #f6f6f6;
}

#programme .programme {
	text-align: center;
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	padding-top: 52px;
}

/*h2 {
	font-size: 36px;
	font-weight: none;
	margin-bottom: 36px;
}

h5 {
	font-size: 18px;
	margin-bottom: 58px;
	color: #707070;
}*/

#programme .programme .programme_total {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#programme .programme .programme_total>div {
	width: 280px;
	height: 287px;
	background: #FFFFFF;
	position: relative;
}

#programme .programme .programme_total>div:hover {
	box-shadow: 10px 10px 10px #ebebeb;
}

#programme .programme .programme_total>div>h4 {
	width: 86%;
	box-shadow: 2px 4px 4px #b7b2b2;
	text-align: center;
	background: #EE7800;
	margin: 40px auto 0px;
	height: 50px;line-height: 50px;
	color: #FFFFFF;
}

#programme .programme .programme_total>div>img {
	margin-top: 30px;
	height: 80px;
	margin-bottom: 20px;
}

#programme .programme .programme_total>div>p {
	margin-left: 26px;
	text-align: left;
	font-size: 14px;
}

#programme .programme .programme_total>div>a {
	font-size: 16px;
	position: absolute;
	right: 10px;
	bottom: 15px;
	color: #858585;
}

#programme .programme .programme_total>div>a:hover {
	text-decoration: underline;
	color: #EE7800;
}


/*结束*/


/*服务*/

#service {
	width: 100%;
}

#service .service {
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	padding-top: 42px;
}

#service .service .eightstyle {
	width: 100%;
	height: 44px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#service .service .eightstyle>li {
	width: 149px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	list-style: none;
}

#service .service .eightstyle>li:last-child {
	border-right: 1px solid #e0e0e0;
}

.styleactive {
	border-bottom: 2px solid #ee7800 !important;
	color: #ee7800;
}

#service .service .style_img {
	padding-top: 20px;
	width: 100%;
	height: 445px;
}

#service .service .style_img>img {
	width: 100%;
	height: 100%;
}

.style_btn {
	margin-top: 40px;
	margin-bottom: 38px;
}

.btnn {
	width: 290px;
	height: 50px;
	color: #FFFFFF;
	background: #EE7800;
	font-size: 18px;
	border: none;
}


/*服务结束*/


/*厂商*/

#factory {
	width: 100%;
}

#factory .factory {
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	padding-top: 42px;
}

#factory .factory>.factory_img {
	width: 100%;
	height: 340px;
	display: flex;
	justify-content: space-between;
}

#factory .factory>.factory_img>.factory_img_fir {
	width: 385px;
	height: 338px;
	border: none;
	border-radius: 12px;
}

#factory .factory>.factory_img>div>img {
	width: 100%;
	height: 100%;
}

#factory .factory>.factory_img>.factory_img_sec {
	width: 385px;
	height: 338px;
	border: none;
	border-radius: 12px;
}

#factory .factory>.factory_img>.factory_img_thr {
	width: 385px;
	height: 338px;
	border: none;
	border-radius: 12px;
}


/*结束*/


/*全屋软装*/

#decorate {
	width: 100%;
}

#decorate .decorate {
	width: 100%;
	padding-top: 42px;
	text-align: center;
}

#decorate .decorate .design {
	height: 650px;
	width: 100%;
}

#decorate .decorate .effect {
	width: 1200px;
	height: 290px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}

.effect_fir {
	width: 290px;
	height: 290px;
	background: url('../images/effect-1.png');
	position: relative;
}

.effect_sec {
	width: 290px;
	height: 290px;
	background: url('../images/effect-2.png');
	position: relative;
}

.effect_thr {
	width: 290px;
	height: 290px;
	background: url('../images/effect-3.png');
	position: relative;
}

.effect_fou {
	width: 290px;
	height: 290px;
	background: url('../images/effect-4.png');
	position: relative;
}

/*结束*/


/*3D设计*/

#dimenon {
	width: 100%;
}

.dimenon {
	width: 1200px;
	padding-top: 52px;
	margin: 0 auto;
	text-align: center;
}


/*结束*/


/*转型*/

#upgrade {
	width: 100%;
	background: #fafafa;
}

#upgrade>.upgrade {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.upgrade>div {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.upgrade>div>div {
	width: 390px;
	height: 300px;
	margin-top: 15px;
	background: #FFFFFF;
	position: relative;
}

.upgrade>div>div>img {
	margin-top: 68px;
}

.upgrade>div>div>a {
	display: inline-block;
	position: absolute;
	bottom: 14px;
	left: 105px;
	width: 159px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.upgrade>div>div>p {
	font-size: 14px;
	color: #666666;
}

.upgrade-text {
	font-size: 18px !important;
	color: #000000 !important;
	margin: 10px auto;
}

/*结束*/
/*行业家具*/
#industry {
	width: 100%;
	background: #FFFFFF;
}

.industry {
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding-top: 52px;
}

.industry>.year {
	width: 100%;
	height: 180px;
	background: #000000;
}

.industry>.year>div {
	font-size: 30px;
	color: #FFFFFF;
}

.industry>.year>p {
	color: #FFFFFF;
	font-size: 18px;
}

.industry>.information {
	width: 1200px;
	height: 500px;
	display: flex;
	justify-content: flex-start;
}

.industry>.information>div {
	width: 250px;
	height: 500px;
	text-align: center;
	position: relative;
}

.industry>.information>div>.hidee {
	font-size: 36px;
	color: #FFFFFF;
	position: absolute;
	top: 230px;
	left: 50px;
}

.industry>.information>div>.showw {
	width: 332px;
	position: absolute;
	top: 128px;
	left: 46px;
	color: #FFFFFF;
}

.industry>.information>div>.showw>p {
	font-size: 18px;
}

.information_active {
	width: 450px !important;
	height: 100%;
}

/*结束*/
/*品牌*/
#brand {
	width: 100%;
}

#brand>.brand {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 52px;
}

#brand>.brand>.p_p {
	width: 100%;
	font-size: 30px;
	margin-bottom: 30px;
	position: relative;
}

.p_fl {
	position: absolute;
	left: 140px;
	top: 22px;
	width: 120px;
	height: 2px;
	background: #d8d8d8;
}

.p_fr {
	position: absolute;
	right: 140px;
	top: 22px;
	width: 120px;
	height: 2px;
	background: #d8d8d8;
}

.brand_number {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.brand_number>div {
	width: 198px;
}

.brand_number>div>div {
	display: flex;
}

.brand_number>div>div>p {
	width: 100%;
	font-size: 56px;
	color: #ee7800;
	display: flex;
	justify-content: flex-start;
}

.brand_number>div>div>p>span {
	font-size: 56px !important;
}

.brand_number_text {
	font-size: 26px;
	color: #999999;
}

.sign{
	width: 1200px;
	margin: 0 auto;
}
.sign>div{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.sign>.sign_lower{
	margin-top: 20px;
	width: 1104px !important;
	margin-bottom: 30px;
	padding: 0 48px 0px;
}

