html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
p,
form,
input,
button,
a,
div,
img {
	margin: 0;
	padding: 0;
	list-style: none;
}

* {
	*font-family: "微软雅黑", arial, "Hiragino Sans GB", "Microsoft Yahei", "宋体", 宋体, Tahoma, Arial, Helvetica, STHeiti;
	_font-family: "微软雅黑", arial, "Hiragino Sans GB", "Microsoft Yahei", "宋体", 宋体, Tahoma, Arial, Helvetica, STHeiti;
}

html,
body {
	width: 100%;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

i,
em {
	font-style: normal;
}

li {
	list-style: none;
}

strong,
b {
	font-weight: normal;
}

@media screen and (max-width:800px) {
	body {
		font-size: 62.5%;
		font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "宋体", Tahoma, Arial, Helvetica, STHeiti;
		margin: 0px;
	}
	.w1000 {
		width: 100%;
	}
	input[type='text'] {
		-webkit-appearance: none;
	}
}

@media screen and (min-width:320px) {
	.mainCon {
		font-size: 100%
	}
}

@media screen and (min-width:360px) {
	.mainCon {
		font-size: 110%
	}
}

@media screen and (min-width:376px) {
	.mainCon {
		font-size: 120%
	}
}
@media screen and (min-width:390px) {
	.mainCon {
		font-size: 130%
	}
}
@me
body,
button,
input,
select,
textarea {
	font-family: "Microsoft Yahei", "微软雅黑", arial, "Hiragino Sans GB", "宋体", 宋体, Tahoma, Arial, Helvetica, STHeiti;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

.clearfixs:after {
	content: '';
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.clear {
	content: '';
	display: block;
	clear: both;
}

.hs {
	height: 0px;
	clear: both;
}


/*头部开始*/

.head {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	background-color: white;
	z-index: 999;
}

.head_l {
	float: left;
	width: 50%;
	height: auto;
}
.head_l a{
	display: block;
	height: auto;
}
.head_l img {
	width:100%;
	height: auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 8px 5px 5px 5px;;
}

.head_r {
	float: right;
	width: 50%;
	height: auto;
	overflow: hidden;
	text-align: right;
}

.head_r i {
	font-size: 30px;
	color: #666666;
	padding: 10px;
	display: block;
}


/*次级导航开始*/

.casenav {
	width: 100%;
	height: auto;
}

.navfl {
	overflow: hidden;
}

.navfl a {
display: block;
    width: 24.5%;
    padding: 15px 0 5px;
    float: left;
    text-align: center;
    border-right: 1px #ebebeb solid;
    border-bottom: 1px #ebebeb solid;
    position: relative;
}

.navfl a p {
	display: block;
    font-size: 12px;
    color: #656565;
    line-height: 30px;
}


.navfl a img {
	display: block;
    width: 54px;
    height: 54px;
    margin: 0 auto;
    font-size: 28px;
    color: #fff;
}
.inxs{
	text-align: left;
	margin-top: 28px;
	margin-bottom: 10px;
	border-bottom:2px solid #E4641C;
	width:100%;
	float:left;
}

.inxs_l{
	text-align: left;
    margin-top: 14px;
    margin-bottom: 12px;
}


.inxs_l h2{
	width: 100%;
    color: #ff6b00;
    text-align: center;
    margin-bottom: 0.2rem;
    font-size: 22px;
    font-weight: 600;
}
.inxs_l i {
    width: 34px;
    height: 6px;
    border-top: 1px solid #535353;
    display: inline-table;
    margin: 0 13px;
}
.inxs h3 {
	width:80%;
	color: #4d4d4d;
	text-align: left;
	border-left: 2px solid #E4641C;
     margin-bottom: 0.2rem;
     margin-left: 1rem;
     padding-left: 0.3rem;
     font-size: 22px;
}

.tidiv {
	text-align: center;
}

.tidiv .in1 {
	height: 45px;
	margin-top:10px;
	line-height: 45px;
	letter-spacing: 2px;
	color: #666666;
}

.tidiv .in1 input {
	padding-left: 10px;
	border: 1px solid #cacaca;
	border-radius: 10px;
	width: 90%;
	height: 38px;
	display: inline-block;
	appearance: none;
}

.tidiv .in1 input:focus {
	border: 1px solid yellow;
	border-radius: 10px;
	margin-left: 10px;
}

.tidiv .in2 {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.tidiv .in2 span {
	width: 46%;
	height: 38px;
	line-height: 32px;
	display: inline-block;
}

.tidiv .in2 span select {
	border: 1px solid #cacaca;
	width: 100%;
	height: 38px;
	line-height: 32px;
	display: inline-block;
	border-radius: 10px;
}

.btdiv {
	margin-top: 16px;
	width: 100%;
	text-align: center;
}

.btdiv button {
	width: 92%;
    padding: 8px 0;
    background-color: #e4641c;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    color: white;
        margin-bottom: 18px;
}

/*更多页面*/

.more {
	height: 50px;
	text-align: center;
	margin-top: 14px;
	margin-bottom:18px;
}

.more a {
	display: inline-block;
	width: 90%;
	padding: 10px 0px;
	border-radius: 10px;
	border: 1px solid #e4641c;
	color: #666666;
	font-size:18px;
}



/*设计团队*/

.teamdiv {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.teamdiv .teamfl {
	overflow: hidden;
	width: 99%;
}

.teamdiv .teamfl .fldiv {
	width: 45%;
	float: left;
}

.teamdiv .teamfl .fldiv_1 {
	overflow: hidden;
	height: 214px;
}

.teamdiv .teamfl .fldiv_1 img {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	vertical-align: middle;
}

.teamdiv .teamfl .fldiv_2 {
	margin-left: 4%;
}

.fldiv_2 p {
	padding: 1px 0;
}

.fldiv_2 p.substringp {
	height: 40px;
}

.fldiv_2 p span {
	padding: 0 3px;
}

.fldiv_2 .btn_P {
	margin-top: 0.3rem;
	margin-bottom: 1rem;
}

.fldiv_2 .btn_P a {
	padding: 3px 6px;
	border: 1px solid #CACACA;
	color: #666666;
	border-radius: 10px;
	cursor: pointer;
}

.fldiv_2 .btn_P a.on {
	background-color: #e4641c;
	border: 1px solid #e4641c;
	color: white;
}

.fldiv_2 p span.e6_p {
	color: #E4641C;
}

.people_name .name_1 {
	display: block;
	float: left;
	font-size: 12px;
	color: #66512C;
}

.people_name .name_1 i {
	font-size: 15px;
	color: black;
	margin-right: 1%;
}

.people_name .name_2 {
	display: block;
	float: right;
	width: 39px;
	height: 68px;
}

.people_name .name_2 img {
	width: 100%;
	height: auto;
	background-size: 100% 100%;
	vertical-align: middle;
}

.teamdiv li {
	width: 44%;
	float: left;
	border: 1px solid #CACACA;
	border-radius: 17px;
	margin: 7px;
}

.teamdiv li p {
	text-align: center;
	margin-top: 10px;
}

.teamul .imgp img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 10px;
	/*  margin-left: 32px;*/
}

.text-p span:nth-of-type(1) {
	font-size: 16px;
	color: #666666;
	font-family: "微软雅黑";
	letter-spacing: 2px;
}

.text-p span:nth-of-type(2) {
	font-size: 14px;
	color: #eb9673;
	font-family: "微软雅黑";
	letter-spacing: 2px;
}

.text-p .cur {
	cursor: pointer;
}

.text-p2 {
	font-size: 12px;
	/*margin-bottom: 20px;*/
	color: #666666;
	letter-spacing: 1px;
}



.team_div{
	width: 100%;
	height: auto;
	overflow: hidden;

}
.team_img{
	position: relative;
	width: 47%;
	float: left;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    overflow: hidden;
}
.team_img img{
	width: 100%;
	vertical-align: middle;
	background-size: 100% 100% ;
	background-repeat: no-repeat;
	display: block;
	float: left;
	overflow: hidden;
}

.team_img .team_text{
	width:95%;
	position: absolute;
	bottom: 4px;
	left: 5px;
	background: rgba(000,000,000,0.6);
	text-align: center;
}
.team_text p{
		width: 100%;
	height: auto;
	padding-top: 0.3rem;
}
.team_text .p_name{
font-size: 14px;
font-family: "微软雅黑";
color: white;
}
.team_text .p_name span{
	width: 50%;
	height: auto;
	overflow: hidden;
	display: inline-block;
}
.team_text .p_name .yuye_ta{
	color: #E4641C;
}
.team_text .p_style{
	padding-bottom: 0.3rem;
	width: 100%;
	color: #CACACA;
	font-size: 12px;
	overflow: hidden;
  padding-top: 0rem;
    text-overflow: ellipsis;
     height: 19px;
     line-height: 19px;
    line-clamp: 2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.team_text .p_style span{
	width: 50%;
	height: auto;
	overflow: hidden;
	display: inline-block;
}
.team_text .p_style span:nth-of-type(1){
	padding-left:6px;
}
.team_text .p_style span:nth-of-type(2){
	width: 43%;
	text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
     height: 19px;
     line-height: 19px;
    line-clamp: 2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 0.3rem;

}
/*精品案例轮播*/

.shuffling {
	height:175px;
	width: 45%;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
}

.shuffling img {
	height: 200px;
	width: 100%;
}
.casename{
	width: 100%;
	height: 30px;
	color: #666666;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
	line-height: 30px;
}
.casename span{
	width: 30%;
	display: inline-block;
	overflow: hidden;
    text-overflow: ellipsis;

    line-clamp: 2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.casename span:nth-of-type(1){
	margin-left: 0.5rem;

}
.shuffling_p {
	/*width: 100%;*/
	background-color: #070808;
	text-align: center;
	position: absolute;
	bottom: 11px;
	color: white;
	font-size: 14px;
	opacity: 0.5;
	padding: 7px 0;
}

.list_case{
	width:98%;
	height: auto;
	overflow: hidden;
	padding: 0.2rem;
}
.case_top{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.case_top .case_top_l{
	float: left;
	width: 49.1%;
	height: auto;
	position: relative;
	text-align: center;

}
.case_top_l .case_p{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 26px;
	line-height: 26px;
    background: rgba(255,255,255,0.6);
       color: #E4641C;
    font-family: "微软雅黑";
    font-size: 16px;

}
.case_top_l img{
	width: 100%;
	height: auto;
	vertical-align: middle;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.case_top .case_top_r{
	float: left;
	width: 49.1%;
	height: auto;
	position: relative;
	text-align: center;
}
.case_top_r .case_p{
	position: absolute;
	bottom:0;
	left: 0;
	width: 104%;
	height: 26px;
	line-height: 26px;
    background: rgba(255,255,255,0.6);
    color: #E4641C;
    font-family: "微软雅黑";
    font-size: 16px;

}
.case_top_r img{
	width: 100%;
	height: auto;
	vertical-align: middle;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}


.case_goods{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.3rem;
}
.case_goods .text_er_1{
	width: 49.2%;
	height: auto;
	float: left;
	position: relative;
	text-align: center;
}
.case_goods .text_er_1:nth-of-type(2){
	margin-left: 0.5rem;
}
.case_goods .text_er_1 .text_er_div{
	position: absolute;
	bottom:1%;
	left: 0;
	width: 104%;
	height: 26px;
	line-height: 26px;
    background: rgba(255,255,255,0.6);
    color: #e4641c;

    font-family: "微软雅黑";
    font-size: 16px;
    overflow: hidden;
 text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.case_goods .text_er_1 img{
	width: 100%;
	height: auto;
	background-size:100% 100%;
	background-repeat: no-repeat;
}
/*  家装指南*/

.homediv {
	width: 100%;
}

.homeul {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.homeul li {
	width: 43%;
	height: auto;
	float: left;
	overflow: hidden;
	padding: 10px;
}

.homeul li:nth-of-type(1) {
	border-bottom: 1px solid #CACACA;
}

.homeul li:nth-of-type(2) {
	border-left: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

.homeul li:nth-of-type(3) {
	border-bottom: 1px solid #CACACA;
}

.homeul li:nth-of-type(4) {
	border-left: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

.ho_le {
	float: left;
	width: 67%;
}

.ho_le p:nth-of-type(1) {
	color: #3b3a3a;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.ho_le p:nth-of-type(2) {
	font-size: 11px;
	letter-spacing: 1px;
	color: #666666;
}

.ho_ri {
	width: 30%;
	float: right;
}

.ho_ri img {
	width: 100%;
	height: auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 10px;
}

.show_picture {
	margin-top: 1rem;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.show_picture li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #CACACA;
	padding-bottom: 1rem;
	padding-top: 0.5rem;
}

.showtext .aimg {
	width: 30%;
	height: auto;
	overflow: hidden;
	display: block;
	float: left;
	padding: 3px;
}

.showtext .divshow {
	width: 60%;
	height: auto;
	float: left;
	display: block;
	padding-left: 1rem;
}

.showtext .aimg img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.divshow .divshow_hp a {
	font-size: 14px;
	color: black;
}

.divshow .divshow_text {
	width: 100%;
	font-size: 12px;
	color: #666666;
	height: 34px;
	overflow: hidden;
}

.text_home {
	width: 100%;
}

.text_home li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #CACACA;
	box-shadow: 1px 1px 2px #E9E9E9;
}

.text_home li img {
	width: 20%;
	height: 40%;
	padding: 10px;
	float: left;
	background-size: 100% 100%;
	;
}

.home_tex {
	float: left;
	width: 70%;
}

.home_tex h3 {
	font-size: 15px;
	color: #656464;
	font-family: "宋体";
	margin: 10px;
}

.home_tex p {
	font-size: 12px;
	color: #666666;
	line-height: 160%;
	text-align: left;
	margin-left: 10px;
}

.ban_img {
	width: 100%;
	height: auto;
}

.ban_img img {
	vertical-align: middle;
	width: 100%;
	height: auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}


/*品质承诺*/

.commitment {
	width: 100%;
	text-align: center;
}

.commitment h3 {
	padding: 15px 0;
	color: 20px;
	color: #666666;
}

.conmi_ul li {
	width: 20%;
	float: left;
	overflow: hidden;
}

.conmi_ul li img {
	width: 60px;
	height: 71px;
	border-radius: 50%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.conmi_ul li p {
	color: #464545;
	font-family: "黑体";
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 3px;
}


/*联系电话*/

.lianxi {
	padding: 25px 25px 7px 27px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}

.lianxitext {
	font-size: 16px;
	font-family: "微软雅黑";
	float: left;
	color: #3b3a3a;
}

.lianxitext i {
	color: #fe4800;
	letter-spacing: 2px;
}

.lianxi_icon {
	color: #FE4800;
	font-size: 20px;
	float: left;
	margin-right: 10px;
}


/*尾部内容*/

.text_foot {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin-bottom: 81px;
}

.text_foot p {
	padding: 3px 0;
}

.text_foot p:nth-of-type(2) {
	font-size: 12px;
	color: #666666;
}


/*尾部定位*/

.float_text {
	width: 100%;
	position: fixed;
	bottom: 0;
	/*  height: 114px;*/
  background: -webkit-linear-gradient(#ff8600, #ff5400);

 background: -o-linear-gradient(#ff8600, #ff5400);

background: -moz-linear-gradient(#ff8600, #ff5400);

background: linear-gradient(#ff8600, #ff5400);
  z-index: 999;
	z-index: 999;
}

.float_text div {
	width: 33%;
	float: left;
	overflow: hidden;
	color: white;
	text-align: center;
}

.float_text div a {
	color: white;
	font-size: 12px;
	font-family: "微软雅黑";
	padding: 10 0px;
}

.float_text div img {
	width: 26px;
	height: 26px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: 5px;
}

.float_text div:nth-of-type(1) {}

.float_text div:nth-of-type(2) {
	border-left: 1px solid white;
}

.float_text div:nth-of-type(3) {
	border-left: 1px solid white;
}

.onlineBook {
	width: 100%;
	height: 100%;
}