﻿.clearfix:after {
	content: '';
	display: block;
	float: none;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.tree-nav a:hover,
.footer a:hover, 
.r-b-l-item a:hover, 
.l-list-title:hover,
.r-hot-txt:hover{
	color: #d60a17;
}
.top {
	height:60px;
	line-height: 60px;
	background: #d91f2b;
	min-width: 1180px;
	margin-bottom: 30px;
}
.top-nav {
	font-size: 16px;
}
.top-nav a{
	padding: 0 10px;
	color: #fff;
}
.top-span {
	cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    margin-right: 8px;
    width: 30px;
    line-height: 30px;
    margin-top:3px;
    text-align: center;
    border-radius: 3px;
    background: #d91f2b;
    color: #fff;
    font-size:14px;
}
.phone {
	background:#d91f2b url(../img/icon.png) 9px 5px no-repeat;
}
.wechat {
	background:#d91f2b url(../img/icon.png) 3px -32px no-repeat;
}
.weibo {
	background:#d91f2b url(../img/icon.png) 5px -65px no-repeat;
}
.s-routine {
	background:#d91f2b url(../img/icon.png) 4px -99px no-repeat;
}
.voice {
	background:#d91f2b url(../img/icon.png) 5px -135px no-repeat;
}
.obstacle {
	background:#d91f2b url(../img/icon.png) 5px -174px no-repeat;
}
.img-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.tree-nav {
	border-bottom: 1px solid #efefef;
    color: #666666;
    padding: 15px 0;
    margin: 35px 0;
}
.main-left {
	width: 770px;
	float: left;
}
.main-right {
	width: 360px;
	float: right;
}
.l-menu {
	font-size: 18px;
    border-bottom: 2px solid #eeeeee;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    background: #fff
}
.l-menu a{
	display: inline-block;
	padding: 0 35px;
	color: #000;
}
.l-menu a:hover{
	border-bottom: 2px solid #d60a17;
	position: relative;
}
.l-menu a:hover:after {
	content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d60a17;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
}
.l-menu a:hover:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #d60a17;
}
.l-menu .active {
	border-bottom: 2px solid #d60a17;
	position: relative;
}
.l-menu .active:after {
	content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d60a17;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
}
.l-menu .active:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #d60a17;
}
.l-list{
	margin: 20px 0;
}
.l-list-item{
	padding-bottom: 20px;
	padding-top: 20px;
    border-bottom: 1px solid #eee;
}

.l-list-pic{
	width: 180px;
    height: 120px;
    margin:5px 20px 5px 0;
    display: inline-block;
}
.l-list-pic:hover {
	opacity: 0.8;
}
.l-list-txt{
	display: inline-block;
	vertical-align: top;
	width: 550px;
	height: 128px;
	overflow: hidden;
	position: relative;
}
.l-list-title{
	font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    display: block;
}
.l-list-txt .bold{
	font-weight:bold;
}
.l-list-meta{
	color: #999999;
}
.l-list-meta-btm {
	position: absolute;
	bottom: 0;
}
.page{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	overflow: hidden;
}
.page a{
	border: 1px solid #dddddd;
    padding: 8px 12px;
    border-radius: 3px;
    display: inline;
}
.page a:hover {
	background: #d60a17;
	border: 1px solid #d60a17;
	color: #fff;
}
.page .active{
	display: inline;
	background-color:#d60a17;
	border: 1px solid #d60a17;
	color: #fff;
	padding: 8px 12px;
	border-radius: 3px;
}
.right-code {
	border: 1px solid #eeeeee;
	text-align: center;
	color: #666;
	padding: 20px 0;
}
.r-code-panel {
	display: inline-block;
	text-align: center;
}
.r-nav{
	font-size: 24px;
	border-bottom: 2px solid #eeeeee;
	padding-bottom: 10px;
}
.txt-red{
	color: #d60a17;
}
.r-hot-item{
	margin: 25px 0;
}
.r-hot-pic{
	width: 150px;
	height: 100px;
	margin-right: 10px;
}
.r-hot-txt {
	display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    width: 180px;
}
.r-business {
	border: 1px solid #eeeeee;
	padding: 10px 0;
	background:#fff;
}
.r-b-list {
	padding: 10px 20px 10px;
}
.r-b-l-item {
	padding: 7px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
.r-b-l-item a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.alimama {
	border: 0px solid #eee;
	text-align: center;
}
.footer {
	border-top: 3px solid #d81623;
    text-align: center;
    font-size: 13px;
    color: #999999;
    padding: 20px 0 50px;
    width: 1180px;
    margin: 60px auto 0;
    line-height: 1.8;
}
.footer-one{
	color: #333333;
	font-size: 16px;

}
.footer-one span{
	padding: 0 15px;
	color: #999;
}
.footer-panel a{
    color: #999999;
}
.right-car-shop{
    margin: 20px 0 30px;
}
.right-car-shop a{
    display: block;
    width:100%;
    float:left;
    cursor:pointer;
}
.r-c-s-box{
	width: 160px;
    height: 60px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 0 5px;
    border: 1px solid #eee;
    display: block;
    float: left;
}
.r-c-s-link:hover{
	border: 1px solid #ccc;
	cursor:pointer;
}
/*
.right-car-shop a:hover {
	border: 1px solid #ccc;
}*/
.car-logo{
	margin: 15px 0px 15px 0;
    width: 35px;
    height: 35px;
}
.r-c-s-txt {
	display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left:5px;
    font-size:14px;
    cursor:default;
    line-height:1.5;
}
/*详情页*/
.artcle-title-panel{
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.article-title {
	font-size: 38px;
	font-weight:bold;
}
.article-subtitle {
	color: #333333;
	font-size: 22px;
}
.article-meta {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	color: #999999;
	position: relative;
	line-height: 35px;
}
.article-collect,
.article-print,
.article-share {
	height: 35px;
    width: 35px;
    margin: 0 5px;
    float: left;
}
.article-collect {
	background: url(../img/icon.png) 1px -231px no-repeat;
	cursor:pointer;
}
.article-print {
	background: url(../img/icon.png) 1px -291px no-repeat;
}
.article-share .share_more {
	display: block ;
    width: 35px ;
    height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
	background: url(../img/icon.png) 5px -353px no-repeat !important;
}
.article-content {
	font-size: 18px;
	word-break: break-all;
	padding-bottom: 30px;
	line-height: 2;
}
.article-content img{
	max-width:90%;
	display:block;
	margin:0 auto;
}
.article-content p {
	word-break: break-all;
}
.a-c-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.article-author {
	text-align: right;
	font-size: 14px;
}
.reports-more {
	display: block;
	background: #eeeeee;
	color: #aaaaaa;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
.statement {
	padding: 15px 30px;
	border: 1px solid #eee;
	color: #666666;
	line-height: 2;
	text-align: justify;
}
.statement_title {
	font-size: 20px;
	color: #d60a17;
}
.pagination li{
	display: inline;
	margin-right:5px;
	padding: 8px 0;
}
.location-item{
	display: inline;
	padding:0 15px;
}

/*2018-05-02*/
.list-slidebox{ 
    width: 440px;
    height: 330px;
    float: left;
	overflow:hidden; 
	position:relative; 
	/**z-index: -1;*/
}
.list-slidebox .hd{ 
	height: 8px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 13px;
    z-index: 1;
}
.list-slidebox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;
}
.list-slidebox .hd ul li{ 
	float: left;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}
.list-slidebox .hd ul li.on{ 
	background:#d60a17; 
	color:#fff; 
}
.list-slidebox .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.list-slidebox .bd li{ 
	zoom:1; 
	vertical-align:middle; 
	position: relative;
}
.list-slidebox .bd li a {
	display: block;
}
.list-slidebox .bd img{ 
    width: 440px;
    height: 330px;
	display:block;  
}
.list-slidebox .bd img:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
.l-s-text {
	position: absolute;
    bottom: 0;
    background: url(../img/black_point.png) repeat;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 420px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tree-nav {
	border-bottom: 1px solid #efefef;
    color: #666666;
    padding: 15px 0;
    margin: 35px 0;
    position: relative;
    background: url(../img/logo2.png) left center no-repeat;
    /**background-position: 0 15px;*/
    padding-left: 160px;
}
.tree-nav-large {
	font-size: 28px;
    color: #444;
    height: 42px;
    line-height: 42px;
    margin-right:30px;
}

/**图片按钮样式**/
.mask-cover{
	width:150px;
	height:100px;
	position:absolute;
	left:0;
	top:0;
	background-image:url(../img/play.png);
	background-repeat:no-repeat;
	background-position:5px 75px;
}
.r-hot-item{
	position:relative;
}
li.r-hot-item:hover{background:#fafafa;};
li.r-hot-item:hover img{opacity:0.8;}


/*2018-05-24*/
.l-s-text p{
	padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.u-pic {
    padding: 17px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    font-size: 16px;
}
.u-s-pic {
    width: 288px;
    height: 330px;
    float: right;
    overflow: hidden;
}

.u-s-pic-panel {
	width: 288px;
	height: 162px;
    position: relative;
    display: block;
    margin-bottom: 7px;
    overflow: hidden;
}

.u-s-pic-panel img {
    width: 100%;
    /*height: 162px;*/
    display: block;
}

.u-s-pic-panel div {
    position: absolute;
    background: url(../img/black_point.png) repeat;
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.u-s-pic-panel div p {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.advimg{margin-bottom:10px}
.topbanner{  
  position: fixed;
    z-index: 99999;
    /* top: 0; */
    top: 148px;
    left: 0;
    right: 0;
    margin: auto;

} 


.topbanner img{
	max-width: 100%;
    display: block;
    margin: 0 auto;
    opacity: 1 !important;

}




.r-b-l-item .u-item-span {
	display: inline-block;
	background: #999999;
	color: #fff;
	padding: 0 5px;
	margin-right: 5px;
}
.r-b-l-item .u-item-span-1 {
	background: #d60a17;
}
.r-b-l-item .u-item-span-2 {
	background: #ff6000;
}
.r-b-l-item .u-item-span-3 {
	background: #ff9b00;
}

/*内容页右侧楼盘新闻*/
.loupan img{width:320px;height:180px;}
.loupan .r-b-list .r-b-l-item a{text-decoration: none;}
.loupan .r-b-list .r-b-l-item .desc{ 
        margin-top: 10px;
    height: 23px;
    line-height: 23px;}
.loupan .r-b-list .r-b-l-item .desc span.time{color:red;border:1px solid red;padding:0 2px;float:left;}
.loupan .r-b-list .r-b-l-item .desc span.title {  
    color: #000;
    display: block;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-left: 5px;}