@charset "UTF-8";

/* @index */
header{
	border-bottom: #642828 2px solid;
}
.banner{
	width: 100%;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/bannerpage.jpg)no-repeat;
	position: relative;
}
.banner .banner-titile{
	width: 1200px;
	margin: 0 auto;
}
.banner .banner-titile h1{
	font-size: 48px;
	width: 400px;
	line-height: 70px;
	margin-top: 60px;
	border-bottom: #666666 5px solid;
}
.banner .banner-titile p{
	width: 600px;
	margin-top: 20px;
	font-size: 18px;
	color: #666666;
}
.main-nav{
	width: 100%;
	background: #642828;
}
.main-nav-con{
	width: 1200px;
	margin: 0 auto;
	column-count:3;
	-moz-column-count:3;
	-webkit-column-count:3;
	text-align: center;
	background: #642828;
	line-height: 50px;
	overflow: hidden;
	font-size: 17px;
}
.main-nav-con a{
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
}
.main-nav-con a:hover{
	font-weight: bold;
}
.main-left .position {
	margin-left: 20px;
    color: #666666;
    font-size: 16px;
}
.main-left-nav li:not(:last-child){
	border-right:#f2f2f2 1px solid;
}
.container{
	width: 100%;
	background: url(../images/body_bg.jpg);
	padding-top: 30px;
}
/* --公用上部、右侧-- */
.position {
	padding-left: 15px;
	padding-bottom: 15px;
	
    color: #666666;
    font-size: 18px;
	border-bottom: 1px dashed #dcdcdc;
}
.position a{
    color: #666666;
}
.position::before{
	content: "";
	display: block;
	float: left;
	margin-right: 12px;
	width: 25px;
	height: 25px;
	background: url(../images/position.png)no-repeat;
	background-size: 100%;
}
.main-right{
	float: right;
	width: 280px;
	padding-top: 20px;
}
.main-right-case{
	width: 280px;
	overflow: hidden;
	margin-bottom: 40px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 8px 30px #ddd;
}
.main-right-case li{
	width: 260px;
	height: 190px;
	margin: 0 auto;
	margin-top: 15px;
	position: relative;
}
.main-right-case h3{
	margin: 0;
	padding-left: 20px;
	line-height: 50px;
	background-color: #642828;
	color: #FFFFFF;
}
.main-right-case li img{
	position: absolute;
	width: 100%;
}
.main-right-case li span{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	line-height: 35px;
	background:rgba(0,0,0,.6);
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	white-space:nowrap;
	overflow: hidden;
}
.main-right-case>span{
	margin: 0 auto;
	display: block;
	width: 180px;
	line-height: 35px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	border: #999999 1px solid;
}
.main-right-case>span>a{
	display: block;
	width: 100%;
	height: 100%;
	color: #642828;
}
.main-right-case>span>a:hover{
	background-color: #999999;
	border-radius: 10px;
	color: #FFFFFF;
}
.main-right-related{
	width: 280px;
	overflow: hidden;
	margin-bottom: 40px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 8px 30px #ddd;
}
.main-right-related h3{
	margin: 0;
	padding-left: 20px;
	line-height: 50px;
	background-color: #642828;
	color: #FFFFFF;
}
.main-right-related li{
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main-right-related li a{
	color: #666666;
}
.main-right-related li:hover{
	background-color: #eaeaea;
}
.main-right-related li:not(:last-child){
	border-bottom: #ccc 1px dotted;
}
.main-right-tags{
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 8px 30px #ddd;
}
.main-right-tags h3{
	margin: 0;
	padding-left: 20px;
	line-height: 50px;
	background-color: #642828;
	color: #FFFFFF;
}
.main-right-tags a{
	float: left;
	margin: 10px 5px 10px 5px;
	padding: 5px;
	background-color: #f1f1f1;
	border-radius: 5px;
}
.main-right-tags a:hover{
	background-color: #cccccc;
}
/* --公用上部、右侧结束-- */

/* --行业资讯-- */
.zixun-main{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
	overflow: hidden;
}
.zixun-main .main-left{
	float: left;
	width: 900px;
	font-size: 18px;
	margin-bottom: 30px;
}
.zixun-main .main-left-nav{
	column-count:3;
	-moz-column-count:3;
	-webkit-column-count:3;
	text-align: center;
	background: #642828;
	line-height: 50px;
	overflow: hidden;
}
.zixun-main .main-left-nav a{
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
}
.zixun-main .main-left-nav a:hover{
	font-weight: bold;
}
.zixun-main .main-left-nav li:not(:last-child){
	border-right:#f2f2f2 1px solid;
}
.zixun-main .main-left-article{
    margin: 20px 0 20px 0;
    background: #FFFFFF;
    height: 220px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #dedede;
}
.zixun-main .main-left-article:hover{
	box-shadow:0 0px 15px rgba(102, 102, 102, 0.6);
}
.zixun-main .main-left-img{
    float: left;
    max-width: 280px;
    height: 180px;
    overflow: hidden;
    margin: 20px;
}
.zixun-main .main-left-img img{
	height: 180px;
	width: auto;
	overflow: hidden;
	vertical-align: middle;
}
.zixun-main .main-left-txt{
	margin: 20px;
}
.zixun-main .main-left-txt h3{
	margin-bottom: 20px;
	height: 35px;
	font-size: 22px;
	color: #642828;
}
.zixun-main .main-left-txt p{
	height: 85px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #999;
	overflow: hidden;
}
.zixun-main .main-left .tags{
	font-size: 16px;
}
.zixun-main .main-left .tags a{
	margin-left: 2px;
}
.zixun-main .main-left .paging {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 60px;
}
.zixun-main .main-left .paging a:first-child{
	display: none;
}
.zixun-main .main-left .paging>b {
	height: 30px;
	width: 20px;
	margin-right: 5px;
	line-height: 3px;
	border: 1px solid #ddd;
	border-radius:5px 5px 5px 5px;
	color: #444;
	padding: 5px 14px;
	background-color: #cccccc;
}
.zixun-main .main-left .paging a {
	height: 30px;
	width: 20px;
	margin-right: 5px;
	line-height: 3px;
	border: 1px solid #ddd;
	border-radius:5px 5px 5px 5px;
	color: #444;
	padding: 5px 14px
}
.zixun-main .main-left .paging a:hover {
	color: #fff;
	background: #cccccc;
	border-radius:5px 5px 5px 5px;
	text-decoration:none
}
/* --行业资讯结束-- */


/* --展馆设计分享-- */
.design-main{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
	overflow: hidden;
}
.design-main .main-top{
	width: 1200px;
	font-size: 18px;
	margin-bottom: 30px;
}
.design-main .main-top-nav{
	column-count:3;
	-moz-column-count:3;
	-webkit-column-count:3;
	text-align: center;
	background: #642828;
	line-height: 50px;
	overflow: hidden;
}
.design-main .main-top-nav a{
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
}
.design-main .main-top-nav a:hover{
	font-weight: bold;
}
.design-main .main-top-nav li:not(:last-child){
	border-right:#f2f2f2 1px solid;
}
.design-main .main-top .main-top-article_ul{
	padding:15px;
	-moz-column-count:4;/* Firefox */
	-webkit-column-count:4;/* Safari 和 Chrome */
	column-count:4;
	-moz-column-gap:20px;
	-webkit-column-gap:20px;
	column-gap:20px;
}
.design-main .main-top-article{
	margin-bottom: 20px;
	/* padding: 5px 5px 0 5px ; */
	background: #FFFFFF;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	-moz-page-break-inside:avoid;
	-webkit-column-break-inside:avoid;
	break-inside:avoid;
}
.design-main .main-top-article:hover{
	box-shadow:0 0px 15px 0 rgba(153, 153, 153, 0.8);
}
.design-main .main-top-article img{
	width: 100%;
	border-radius: 5px;
}
.design-main .main-top-article h3{
	margin: 0;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: #642828;
}
.design-main .main-top .paging {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 60px;
}
.design-main .main-top .paging a:first-child{
	display: none;
}
.design-main .main-top .paging>b {
	height: 30px;
	width: 20px;
	margin-right: 5px;
	line-height: 3px;
	border: 1px solid #ddd;
	border-radius:5px 5px 5px 5px;
	color: #444;
	padding: 5px 14px;
	background-color: #cccccc;
}
.design-main .main-top .paging a {
	height: 30px;
	width: 20px;
	margin-right: 5px;
	line-height: 3px;
	border: 1px solid #ddd;
	border-radius:5px 5px 5px 5px;
	color: #444;
	padding: 5px 14px
}
.design-main .main-top .paging a:hover {
	color: #fff;
	background: #cccccc;
	border-radius:5px 5px 5px 5px;
	text-decoration:none
}

.design-main .main-bottom{

}

.design-main .main-bottom .main-bottom-case{
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 60px;
	border-top: 1px dashed #d0d0d0;
	border-bottom: 1px dashed #d0d0d0;
}
.design-main .main-bottom .main-bottom-case h2{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.design-main .main-bottom .main-bottom-case .design-case a{
	display: block;
	margin: 0 auto;
	width: 240px;
	
	border-radius: 5px;
	overflow: hidden;
	
}
.design-main .main-bottom .main-bottom-case .design-case a span{
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	background: #FFFFFF;
}
.design-main .main-bottom .main-bottom-case img{
	width: 240px;
	height: 143px;
}

.design-main .main-bottom .main-bottom-related{
	float: left;
	width: 830px;
	margin-top: 30px;
}
.design-main .main-bottom .main-bottom-related li{
	line-height: 28px;
    font-size: 16px;
}
.design-main .main-bottom .main-bottom-related li a{
	color: #666666;
}
.design-main .main-bottom .main-bottom-related li a:hover{
	color: #000000;
}
.design-main .main-bottom .main-bottom-tags{
	float: right;
	width: 360px;
	height: 320px;
	margin-top: 30px;
	padding-left: 60px;
	border-left: 1px solid #d0d0d0;
}
.design-main .main-bottom-tags a {
    float: left;
    margin: 10px 5px 10px 5px;
    padding: 5px;
    background-color: #FFFFFF;
    border-radius: 5px;
	color: #666666;
}
.design-main .main-bottom-tags a:hover{
    background-color: #d0d0d0;
	color: #FFFFFF;
}

/* --装修攻略-- */
.gonglue-main{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
	overflow: hidden;
}
.gonglue-main .main-left{
	float: left;
	width: 900px;
	font-size: 18px;
	margin-bottom: 30px;
}
.gonglue-main .main-left-nav{
	column-count:3;
	-moz-column-count:3;
	-webkit-column-count:3;
	text-align: center;
	background: #642828;
	line-height: 50px;
	overflow: hidden;
}
.gonglue-main .main-left-nav a{
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
}
.gonglue-main .main-left-nav a:hover{
	font-weight: bold;
}
.gonglue-main .main-left-nav li:not(:last-child){
	border-right:#f2f2f2 1px solid;
}
.gonglue-main .main-left-article{
	margin:20px 0 20px 0;
	background: #FFFFFF;
	height: 220px;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #dedede;
}
.gonglue-main .main-left-article:hover{
	box-shadow:0 0px 15px rgba(102, 102, 102, 0.6);
}
.gonglue-main .main-left-img{
	float: left;
	max-width: 280px;
	height: 180px;
	overflow: hidden;
	margin: 20px;
}
.gonglue-main .main-left-img img{
	height: 180px;
	width: auto;
	overflow: hidden;
	vertical-align: middle;
}
.gonglue-main .main-left-txt{
	margin: 20px;
}
.gonglue-main .main-left-txt h3{
	margin-bottom: 20px;
	height: 50px;
	font-size: 22px;
	color: #642828;
}
.gonglue-main .main-left-txt p{
	height: 65px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #999;
}
.gonglue-main .main-left .tags{
	font-size: 16px;
}
.gonglue-main .main-left .tags a{
	margin-left: 2px;
}
.gonglue-main .main-left .paging {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 60px;
}
.gonglue-main .main-left .paging a:first-child{
	display: none;
}
.gonglue-main .main-left .paging>b {
	height: 30px;
	width: 20px;
	margin-right: 5px;
	line-height: 3px;
	border: 1px solid #ddd;
	border-radius:5px 5px 5px 5px;
	color: #444;
	padding: 5px 14px;
	background-color: #cccccc;
}
.gonglue-main .main-left .paging a {
	height: 30px;
	width: 20px;
	margin-right: 5px;
	line-height: 3px;
	border: 1px solid #ddd;
	border-radius:5px 5px 5px 5px;
	color: #444;
	padding: 5px 14px
}
.gonglue-main .main-left .paging a:hover {
	color: #fff;
	background: #cccccc;
	border-radius:5px 5px 5px 5px;
	text-decoration:none
}
/* --装修攻略结束-- */

/* --文章内容-- */
.article-main{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}
.article-main .main-left{
	float: left;
	width: 920px;
	font-size: 18px;
	margin-bottom: 30px;
}
.article-main .main-left-nav{
	column-count:3;
	-moz-column-count:3;
	-webkit-column-count:3;
	text-align: center;
	background: #642828;
	line-height: 50px;
	overflow: hidden;
}
.article-main .main-left-nav a{
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
}
.article-main .main-left-nav a:hover{
	font-weight: bold;
}
.article-main .main-left-nav li:not(:last-child){
	border-right:#f2f2f2 1px solid;
}
.article-main .main-left-article{
	margin: 20px;
	background: #FFFFFF;
	height: 220px;
	overflow: hidden;
	border-radius: 8px;
}
.article-main .main-left-article:hover{
	box-shadow:0 0px 15px rgba(102, 102, 102, 0.6);
}

.article-main .main-left-news{
	margin: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 8px 30px #ddd;
	overflow: hidden;
}
.article-main .main-left-news h1{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.article-main .main-left-news .meta{
	color: #999;
	font-size: 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.article-main .main-left-news .meta>span{
	margin-left: 100px;
}
.article-main .main-left-news .select{
	line-height: 40px;
	width: 800px;
	color: #333;
	font-size: 18px;
}
.article-main .main-left-news .page{
	height: 40px;
	margin-top: 15px;
	width: 800px;
}

.article-main .article{
	font-size: 16px;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}
.article-main .article{
	font-size: 16px;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}
.article-main .article p{
	line-height: 30px;
}
.article-main .article img{
	max-width: 800px;
}
.article-main .article .banquan{
	margin-top: 80px;
	color: #ccc;
	font-size: 12px;
	line-height: 20px!important;
}
.article-main .article .back{
	margin-top: 40px;
	font-size: 18px;
}
.article-main .article .back .lb{
	padding: 5px 8px;
	display: inline-block;
	background: #642828;
	color: #fff !important;
}
.article-main .article .back .bz{
	background: #7d7676;
	margin-left: 6px;
	padding: 5px 8px;
	color: #f1efef !important;
	display: inline-block;
}