﻿.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;
}
.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:15px;
    text-align: center;
    border-radius: 3px;
    background: #d91f2b;
    color: #fff;
    position: relative;
}
.top-span:hover {
	color: #fff;
}
.fan {
	background:#d91f2b url(../img/icon.png) 5px -420px no-repeat;
}
.app {
	background:#d91f2b url(../img/icon.png) 3px -467px no-repeat;
}
.phone {
	background:#d91f2b url(../img/icon.png) 9px 5px no-repeat;
}
.top-span.active:after {
	content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #d91f2b;
    bottom: -3px;
    left: 13px;
}
.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;
}
.small-icon {
	position: relative;
}
.top-code {
	position: absolute;
    z-index: 9999;
    top: 38px;
    padding: 3px;
    background: #eee;
    display: none;
}
.top-code img{
	width: 60px;
    height: 60px;
    display: block;
    margin: 0;
}
.phone-code {
	left: 20px;
}
.app-code {
	left: 58px;	
}
.wechat-code {
	left: 96px;	
}
.routine-code {
	left: 133px;	
}
.small-icon {
	position: relative;
}
.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;
    position: relative;
    background: url(../img/list_logo.png) left center no-repeat;
    *background-position: 0 20px;
    padding-left: 132px;
}
.main-left {
	width: 770px;
	float: left;
}
.main-right {
	width: 360px;
	float: right;
}
.l-menu {
	font-size: 18px;
    overflow: hidden;
    background: #fafafa;
    position: relative;
    transition: height .2s ease;
}
.l-menu-hide {
	height: 50px;
    padding-right: 45px;
}
.l-menu a{
    padding: 0 10px;
    color: #666;
    margin: 0 5px;
	transition: all .3s ease ;
    float: left;
    *float: none;
    *display: inline-block;
    *margin: 5px 2px;
    line-height: 50px;
    position: relative;
}
.l-menu a.active {
	background: #d60a17;
    color: #fff;
    margin-left: 0;
}
.l-menu a:hover {
	background: #d60a17;
    color: #fff;
}
.menu-show {
	height: 84px;
   	padding: 5px;
    padding-right: 45px;
}
.menu-show a {
	line-height: 32px;
    background: #ededed;
	margin: 5px;
}
.menu-show a.active {
	margin-left: 5px;
}
.menu-btn {
	position: absolute;
    background: url(../img/menu_arrow.png) 5px 8px no-repeat;
    width: 32px;
    height: 29px;
    top: 12px;
    right: 5px;
    cursor: pointer;
}
.menu-btn.arrow-change {
	background: url(../img/menu_arrow.png) 5px -19px no-repeat;
}
.l-list{
	margin: 20px 0;
}
.l-list-item{
	padding-bottom: 20px;
	padding-top: 20px;
    border-bottom: 1px solid #eee;
}
.l-list-item:hover{
	background: #fafafa;
}
.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: 30px;
	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; 
}
.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-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%;
    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;
}



/*2018-06-28*/
.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;
}


/*404页面*/
.main-404 img {
	display: block;
	margin: 50px auto 20px;
}
.main-404 .false-tip {
	font-size: 36px;
	color: #666666;
	text-align: center;
	margin-bottom: 40px;
}
.btn-404 {
	text-align: center;
    width: 400px;
    margin: 0 auto;
}
.btn-404 a{
	display: block;
	float: left;
	width: 200px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	font-weight: 600;
}
.main-404 .go-index {
	background: #d60a17;
	color: #fff;
}
.main-404 .go-prev {
	background: #ddd;
	color: #000;	
}

/*微信专区*/

.category-top {
	padding: 10px;
    position: relative;
    margin-bottom: 10px;
}
.category-link {
	font-size: 24px;
	color: #d60a17;
}

.ulwechat {
	margin: 0 auto;
    margin-right: -8px;
}
.ulwechat li {
	float: left;
    display: inline;
    width: 130px;
    height: 130px;
    text-align: center;
    padding: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
    margin-right: 8px;
    cursor: pointer;
}
.ulwechat li .icon {
	width: 90px;
    height: 90px;
    border: 1px solid #eee;
    position: absolute;
    top: 12px;
    left: 24px;
    z-index: 3;
}
.ulwechat li .iconspec img {
	width:40px;
	height:40px;
	padding:20px;
}
.ulwechat li .qrcode {
	position: absolute;
    width: 130px;
    height: 130px;
    left: 5px;
    top: 140px;
    z-index: 2;
}
.ulwechat li p {
	position:absolute;
	bottom:8px;
	left:0;
	right:0;
	z-index:1;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: center;
	font-size: 14px;
}
.ulwechat .hover {
	background-color:#eee;
	border-radius:4px;
}
.ulwechat .hover .qrcode {
	top:5px;
	-webkit-transition:all .5s;
}
.ulwechat .hover .icon {
	width:30px;
	height:30px;
	top:55px;
	left:55px;
	border-radius:4px;
	border:#fff solid 2px;
	-webkit-transition:all .5s;
}
.ulwechat .h5 {
	float:none;
	clear:both;
	width:890px;
	display:block;
	height:30px;
	line-height: 30px;
	text-align:left;
	background-color:#eee;
	margin:10px 0;
}
.ulwechat .hh0 {
	float:none;
	clear:both;
	width:910px;
	display:block;
	height:30px;
	text-align:left;
	margin:10px 0;
	background:0;
}
.ulwechat .hh9 {
	padding-top:30px;
	background:0;
}