.nav_left{margin-bottom:3rem; border-bottom:1px #f1f1f1 solid; box-shadow: 0px 5px 5px #eee;}
.nav_left .container{padding:10px; display:flex;justify-content:space-between;align-items:center;}
.nav_left ul{padding-left:0;margin-bottom:0; display:flex;justify-content:flex-start; flex-wrap:wrap;}
.nav_left ul li{list-style:none;margin:5px 20px 5px 0;font-size:1.4rem;}
.nav_left ul li.active a{color:#BC0404;}
.local{padding-left:20px; margin-bottom:0; font-size:1.2rem; background:url(../images/local.jpg) left center no-repeat;}

/*正文内容*/
.article{padding-top:30px; padding-bottom:20px;}
.info_title,.article_title{font-size:1.8rem; font-weight:600; text-align:center;margin-bottom:20px;}
.article_title p{font-size:1.2rem;font-weight:400;padding:15px 0; border-bottom:#eee 1px solid;}
.content_text{font-size:1.4rem;line-height:200%;}
.article .content_text{padding:0 20px;}
.content_text img,.content_text video,.content_text table{max-width:90%;}

.mar20{margin:20px auto;}
.minh800{min-height:800px;}
/*新闻详情页侧栏*/
.newsshow_l .huoqu{width:auto;}
.newsshow_l .huoqu h1 {font-size:2rem;}
.newsshow_l .huoqu p{font-size:1.2rem;}
.newsshow_l .hqbd input,.newsshow_l .hqbd .bjtj{height:50px;line-height:20px;padding-top:15px;padding-bottom:10px;}
.infoleft{padding-right:0;margin-top:30px;}
.newsshow_l {
	background: #f5f5f5;
	padding: 30px;
	margin-top: 30px;
}
.infoleft .newsshow_l{margin-top:0;}
.linknews {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.latelyTit {
	margin-top: 20px;
}
.latelyTit p {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
}
.latelyList {
	margin-top: 37px;
	margin-bottom: 10px;
}
.latelyList li {
	list-style:none;
	margin-bottom: 25px;
	color: #666;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}
.latelyList li .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	padding-bottom: 0px;
}
.latelyList li .time {
	color: #888;
	display: block;
	margin: 5px 0 0px 0;
}
.latelyList li .title a {
	color: #333;
}
.latelyList li .title a:hover {
	color: #8C2624;
}
.latelyList li .new-sum a {
	font-size: 14px;
	color: #656565;
	line-height: 26px;
	padding-bottom: 20px;
}

/*新闻列表*/
.mlist{padding:10px;margin:15px auto; display:flex; justify-content:flex-start; align-items:center; background:#f6f6f7;}
.m-left{margin-right:20px;}
.m-left img{height:122px;}
.m-body{width:100%;}
.m-title{ height:30px;line-height:30px;font-size:1.8rem; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.m-title>a{color:#3f3e55;}
.m-body p a{font-size:1.4rem; line-height:2.6rem; color:#7e7e7e;}
.m-title span{float:right; margin-left:10px; font-size:1.6rem;font-family:"puhuiti";color:#666;}
.mlist a:hover{color:#8C2624;}

.sjslist,.anlist ul{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;}
.sjslist .sjsbox{width:18%;margin:0 1% 30px; border:#eee 1px solid; box-shadow:0 5px 5px #efefef;}
/*图片矩阵*/
.flex-start{display:flex; justify-content:flex-start; align-items:flex-start; flex-wrap:wrap;}
.flex-start .imgbox{height:250px; padding:10px; display:flex; justify-content:center; align-items:center; border:#eee 1px solid; overflow:hidden;}
.flex-start .imgbox img{width:100%;height:auto;}
.flex-start .title{height:40px;line-height:40px;font-size:15px; text-align:center; overflow:hidden; text-overflow:ellipsis;white-space:nowrap; background:#efefef;}
.flex-start>div:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition:all 0.4s ease-out 0s;
    transition:all 0.4s ease-out 0s;
}
.flex-start>div{margin-bottom:30px;}
.flex-start a:hover .title{color:#8C2624;}

/*搜索页*/
.search_list li{font-size:1.4rem;border-bottom:1px dotted #eee; margin-bottom:20px; height:30px;line-height:30px;overflow:hidden;}
.search_list li .time{float:right;margin-left:10px;color:#999}
/*分页*/
.page{clear: both;margin: 20px 0 10px;}
.page .pagination{width:100%;text-align:center;}
.page .pagination li{display:inline-block; border:0;padding: 2px 8px;white-space: nowrap;margin-right: 10px;background:none;}
.page .pagination li a,.page .pagination li span{color:#333}
.page .pagination li.active span{color:#fff;border-color:#8C2624;background:#8C2624;}

.lbSwiper{position:relative; width:100%; margin-bottom:20px; overflow:hidden;}
.lbSwiper .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.lbSwiper .swiper-button-next::after {
    content: '>';
	font-size:1.8rem;
	color:#666;
}
.lbSwiper .swiper-button-prev::after {
    content: '<';
	font-size:1.8rem;
	color:#666;
}
.lbSwiper .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.thumbSwiper {
height: 120px;
box-sizing: border-box;
padding: 10px;
margin-bottom:30px;
border:#eee 1px solid;
overflow:hidden;
}

.thumbSwiper .swiper-slide {
background-size: cover;
background-position: center;
}

.thumbSwiper .swiper-slide {
width: 25%;
height: 100%;
opacity: 0.4;
}

.thumbSwiper .swiper-slide-thumb-active {
opacity: 1;
}

.thumbSwiper .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

/**设计师列表**/
.recommend-body{width:100%;display:flex;justify-content:flex-start;align-items:center;margin-bottom:30px;}
.recommend-body-left{width:350px;height:470px;margin-right:20px;display:flex;justify-content:center;align-items:center; background:#f0f0f0;}
.recommend-body-left h2{text-align: center;  font-size: 1.8rem;  margin-top: 25px;  margin-bottom: 25px;   font-weight: bolder;}
.recommend-body-left button{  width: 120px;  height: 40px;  display: block;  margin: 0 auto;  text-align: center;  line-height: 40px; color: #fff;
border-radius: 5px;  font-size: 1.5rem;  background: #B3342E;  border: none;}
.recommend-body-left p{ font-size:1.5rem;  text-align: center;  margin-top: 10px;}
.recommend-body-right{width: 100%;}
.recommend-body-right-description{ width: 100%;  margin: 30px 0 20px; position:relative;}
.recommend-body-right-description ul{
    display: block;
    width:70%;
}
.recommend-body-right-description li{
	list-style:none;
	display:block;
	width:100%;
    margin-bottom: 10px;
}
.recommend-body-right-description h2{
    display: block;
    float: left;
	margin-top:0;
    font-size: 20px;
    font-weight: bolder;
}
.recommend-body-right-description p{
    display: inline;
    font-size: 20px;
    font-weight: bolder;
    color: #9a9a9a;
	margin-bottom:0;
}
.recommend-body-right-description a{
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: #B3342E;
    border-radius: 5px;
    position: absolute;
    right: 85px;
    top: 50%;
    margin-top: -20px;
}
.recommend-body-right-case{width:100%;overflow:hidden;}
.recommend-body-right-case-item{
    width: 23%;
    float: left;
	margin-left:1%;
    margin-right:1%;
    cursor: pointer;
    height: 225px;
    overflow: hidden;
}

.recommend-body-right-case-item:nth-of-type(3n){
    margin-right: 0;
}
.recommend-body-right-case-item img{
    width: 100%;
    height: 225px;
    transition-duration: 1s;
}
.recommend-body-right-case-item img:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition-duration: 1s;
}

.f_fs6{ color: #858585;font-size: 1.6rem;}
.f_fwb{color: #333;}
.f_fs3{font-size:1.2rem;}
.describe_ul {
    margin-top: 10px;
	padding-top:15px;
    width: 100%;
    border-top: 1px solid #b6b6b6;
    color: #bcbcbc;
    font-size: 16px;
    padding-left: 16px;
}
.describe_ul li{margin-bottom:20px;}
.describe_ul h3 {
	line-height: 30px;
    font-size: 1.5rem;
	float:left;
	margin-right:10px;
    color: #7d7c7c;
}
.describe_ul p {
    font-size: 1.3rem;
    color: #7d7c7c;
    line-height: 30px;
}
.amenu{margin:3rem 0 2rem;font-size:2rem;line-height:2;border-top:#eee 1px solid;}
.amenu span{display:block;font-size:1.2rem;}

/*装修报价*/
.details_banner3_content{ text-align:center; position:absolute; width:100%; height:100%; left:0; top:0; display:flex; align-items:center; justify-content:center; flex-direction: column;}
.details_banner3_content .details_banner3_title{width:100%;margin:0 auto 10px;}
.details_banner3_content .details_banner3_title dd{ font-size:34px; font-style:italic; color:#b01f30; margin-bottom:5px;}
.details_banner3_content .details_banner3_title dt{ font-size:18px; font-weight:400; color:#999; margin-bottom:18px;}
.details_banner3_content .details_banner3_form{ background:#fff; border-radius:10px;  padding:20px 60px; }
.details_banner3_content .flexsp{display:flex; align-items:center; justify-content:center; position:relative;margin:0 auto 10px;}
.details_banner3_content .details_banner3_form .banner3_form_left .form_left_title{text-align:left; font-size:14px; color:#b01f30; margin-bottom:30px;}
.details_banner3_content .details_banner3_form .banner3_form_left .form_left_title span{font-size:18px; color:#666; margin-right:5px;}
.details_banner3_content .details_banner3_form .banner3_form_left .form_left_txt .left_txt_list{ display:flex; align-items:center; margin-bottom:10px;}
.details_banner3_content .details_banner3_form .banner3_form_left .form_left_txt .left_txt_list dd{ color:#000; font-size:14px;}
.details_banner3_content .details_banner3_form .banner3_form_left .form_left_txt .left_txt_list dd span{ color:#6b7576; margin-right:2px;}
.details_banner3_content .details_banner3_form .banner3_form_left .form_left_txt .left_txt_list dt{ margin-left:15px; width:248px}
.details_banner3_content .details_banner3_form .banner3_form_left .form_left_txt .left_txt_list dt{ display:flex; align-items:center; flex-direction:row; justify-content:space-between;}
.details_banner3_content .details_banner3_form .banner3_form_left .form_left_txt .left_txt_list dt select{ width:48%; border:1px solid #eeeeee; height:38px; padding:0px 10px;}
.details_banner3_content .details_banner3_form .banner3_form_left .form_left_txt .left_txt_listip dt{ border:1px solid #eeeeee; height:38px; display:flex; align-items:center; padding:0px 10px;}
.details_banner3_content .details_banner3_form .banner3_form_left .form_left_txt .left_txt_listip dt input{ width:90%; height:38px; border:0; background:none;}
.details_banner3_content .details_banner3_form .banner3_form_left .form_left_txt .left_txt_select dt select{ width:100%;}
.details_banner3_content .details_banner3_form .banner3_form_left .left_txt_listip p{text-align:left; color:#b01f30;}
.details_banner3_content .details_banner3_form .banner3_form_center{ width:118px; height:118px; margin:0px 40px; position:relative; z-index:50;}
.details_banner3_content .details_banner3_form .banner3_form_center input{ width:118px; height:118px; border:0; background:  url(../images/cn34.png) no-repeat 50%/cover; cursor:pointer;}
.details_banner3_content .details_banner3_form .banner3_form_right .form_right_title{ font-size:20px; color:#6b7576; margin-bottom:30px;}
.details_banner3_content .details_banner3_form .banner3_form_right .form_right_title span{ color:#b01f30; margin:0px 15px; font-size:28px;}
.details_banner3_content .details_banner3_form .banner3_form_right .form_right_txt{ border:1px solid #eee; text-align:center; padding:29px 0px;}
.details_banner3_content .details_banner3_form .banner3_form_right .form_right_txt .right_txt_list{ font-size:14px; color:#000; margin-bottom:20px;}
.details_banner3_content .details_banner3_form .banner3_form_right .form_right_txt .right_txt_list:last-child{ margin-bottom:0px;}
.details_banner3_content .details_banner3_form .banner3_form_right .form_right_txt .right_txt_list span{ margin:0px 22px;}

.xcy1 .center,.xcy2 .center{text-align:center;margin-bottom:30px;font-size:1.5rem;font-weight:600;color:#333;}
.potobox{width:216px;height:216px;border-radius:50%;border:#eee 1px solid;display:flex;justify-content:center;align-items:center;margin:0 auto 10px;background:#fff;}
.potobox img{width:auto;height:170px;}
.bgbox{padding:20px;text-align:center;background:#fff;}
.bgbox .mtop{display:flex;justify-content:flex-start;align-items:center; height:40px;line-height:40px;margin-bottom:10px;font-size:1.4rem;font-weight:500;color:#333;text-align:center;background:#F8ECED;}
.bgbox .mtop span,.growup2 .swiper-slide span{display:inline-block;width:17.5%;overflow:hidden;}
.bgbox .mtop .mc,.growup2 .swiper-slide .mc{width:30%;}
.growup2{height:480px;overflow:hidden;}
.growup2 .swiper-slide{height:79px; line-height:78px; display:flex;justify-content:flex-start; align-items:center; border-bottom:1px #eee dotted;text-align:center; font-size:1.3rem; color:#666;}


@media (max-width:768px) {
	.nbr{padding: 0;}
	.nbr img{width:100%;}
	.nav_left{margin-bottom:0;}
	.smdh{height:40px;  line-height:40px;}
    .ejnav{display:flex; justify-content:space-around; align-items:center;}
	.ejnav li{min-width:14%;overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}
	.content{padding:30px 0;}
	.article{padding-left:0;padding-right:0;}
	.article .content_text{padding:0 10px;}
	.m-title{display:flex;height:auto;flex-direction:column-reverse;flex-wrap:wrap; white-space:pre-wrap; text-align:right;}
	.m-title a{display:block;width:100%;text-align:left;}
	.m-body p{display:none;}
	.sjslist{display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap;}
	.sjslist .sjsbox{width:49%;margin:15px 0; }
	.page .pagination li{display:none;}
	.page .pagination li:nth-child(1),.page .pagination li:last-child,.page .pagination li.active{display:inline-block;}
	.article{padding-top:10px;}
	.mlist{flex-wrap:wrap;}
	.m-left{width:100%;margin-right:0;margin-bottom:10px; text-align:center;}
	.m-left img{width:100%;height:auto;}
	.recommend-desc{
		width: 100%;
		margin:10px 0;
		padding:10px;
		background:#efefef;
		border-radius:10px;
		position: relative;
	}
	.recommend-desc h2{
		display: block;
		float: left;
		font-size: 1.5rem;
		margin-top:0;
		color: #000;
	}
	.recommend-desc h3{
		display: block;
		float: right;
		font-size: 0.9rem;
		color: #000;
		margin: 0 10px;
		line-height: 2.6rem;

	}
	.recommend-desc h4{
		display: block;
		float: left;
		font-size: 0.6rem;
		color: #e68220;
		line-height: 1.75rem;
	}
	.recommend-desc p{
		line-height: 2.2rem;
		display: block;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 0.8rem;
	}
	.recommend-desc p span{
		color: #e68220;
	}
	.recommend-desc h5 p{
		display: block;
		float: left;
		width: fit-content;
	}
	.recommend-desc h5 span{
		display: block;
		float: left;
		width: 69%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.recommend-desc a{
		text-align: center;
		border-radius: 5px;
		border: 1px solid #e68220;
		background: #fff;
		margin-right: 25px;
		padding:.3rem .5rem;
		bottom: 0;
		color: #e68220;
	}
	.recommend-desc a:nth-of-type(1){
		float:right;
	}
	.bgbox .mtop .je,.growup2 .swiper-slide .je{display:none;}
	.bgbox .mtop .mc,.growup2 .swiper-slide .mc{width:37.5%;line-height:20px;}
	.potobox{width:160px;height:160px;border-radius:50%;border:#eee 1px solid;display:flex;justify-content:center;align-items:center;margin:0 auto 10px;background:#fff;}
	.potobox img{width:auto;height:150px;}
}
@media (min-width:768px) and (max-width:1200px){
	.smdh{height: 70px;  line-height: 70px;}
	.dh{display:flex; justify-content:space-between; align-items:center; flex-wrap:nowrap;}
	.dh::before,.dh::after{display:none;}
	.dh p{margin-bottom:0;}
	.ejnav{text-align:right;}
	.ejnav li{display:inline-block;padding:0 20px;}
	.left-line{border-left:1px solid #ececec;margin-top:30px;}
	.left-line .content{padding:40px 0 80px 60px;}
	.article .content{padding:0 20px;}
	.m-left{width: 178px;height: 110px; float:left; margin-right:20px; overflow: hidden;}
	.m-left img{width: 178px;min-height: 110px;}
	.m-title span{float:right;}
	.sjslist .sjsbox{width:23%;margin:0 1% 30px; }
}
@media (min-width:1200px){
.nbr{height:380px; background:url(../images/nbr.jpg) center top no-repeat;}
}