﻿/*

 *路宝官网 2015-11-30

 *by lm

 */

a {
	outline: 0 none;
}
.mb40 {
	margin-bottom: 40px;
}
/*首页*/

.news{
	position: relative;
	height: 120px;
}
.noticeList{
	position: absolute;
	top: -20px;
	width: 100%;
	height: 120px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	-webkit-box-shadow: 1px 2px 3px #ebebeb;
	-moz-box-shadow: 1px 2px 3px #ebebeb;
	box-shadow: 1px 2px 3px #ebebeb;
}
.noticeList li{
	height: 120px;
}
.new{
	height: 56px;
	padding: 20px;
}
.time{
	position: relative;
	background: url("../images/newline.jpg") no-repeat right;
	padding: 0 30px;
	display: inline-block;
+float: left;
	width: 52px;
	height: 56px;
	color: #3782ec;
}
.time .day{
	font: 26px/36px "Microsoft YaHei";
	display: block;
}
.time .year{
	font-size: 14px;
}
.time .txt{
	position: absolute;
	top: 8px;
	right: 29px;
}
.article{
	display: inline-block;
	width: 820px;
	padding: 0 14px;
}
.article p{
	color: #999;
}
.article p a{
	color: #999;
}
.headline{
	height: 30px;
}
.headline span{
	float: left;
	width: 80%;
}
.headline a{
	color: #515151;
	font: 12px/30px "Microsoft YaHei";
}
.headline span a {
	float: left;
	display: block;
	font: 16px/30px "Microsoft YaHei";
}
.activity .prev,.activity .next {
	position: absolute;
	right: 40px;
	display: block;
	width: 45px;
	height: 24px;
	cursor:pointer;
}
.activity .prev {
	top: 30%;
	background: url("../images/prevtop.png") no-repeat;
}
.activity .prev:hover{
	background: url("../images/prevtop_ck.png") no-repeat;
}
.activity .next{
	top: 40%;
	background: url("../images/nextdown.png") no-repeat;
}
.activity .next:hover{
	background: url("../images/nextdown_ck.png") no-repeat;
}
/*首页己成交车辆*/

.sucInfo {
	background-color: #f7f7f7;
	width: 244px;
	height: 180px;
	padding: 10px 10px 10px 20px;
}
.sucInfo p {
	line-height: 22px;
	clear: both;
	color: #666;
}
.sucInfo a:hover {
	text-decoration: underline;
}
.sucInfo a {
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 226px;
}
.aHack {
	font-size: 0;
}
/*首页轮播图*/

.flexSlider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	min-width: 1104px;
	height: 800px;
	overflow: hidden;
	zoom: 1;
}
.flexSlider .slides {
	width:1920px;
	position:absolute;
	left:50%;
	margin-left:-960px;
}
.flexSlider .slides li {
	width: 100%;
	height: 100%;
	display: block;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/website.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
 -webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 12px -556px;
	right: 40px;
}
.flex-direction-nav .flex-prev {
	background-position: 18px -660px;
	left: 40px;
}
.flexSlider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexSlider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexSlider:hover .flex-next:hover,  .flexSlider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	background: url(../images/website.png) no-repeat 0 -494px;
	display: block;
	height: 4px;
	overflow: hidden;
	text-indent: -99em;
	width: 60px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active,  .flex-control-paging li.active a {
	background-position: 0 -430px;
}
.flexSlider .slides a img {
	margin: 0px auto;
	width: 1920px;
	height: 800px;
	display: block;
}
.bannerIndexBg {
	width: 100%;
	height: 390px;
}
/*返回顶部*/

.floating {
	position: fixed;
	bottom: 98px;
	right: 50px;
	width: 50px;
	height: 200px;
	z-index: 10000;
}
.go-top, .eCode, .qqKf, .telKf_icon {
	background: url(../images/website.png) no-repeat;
	height: 50px;
	width: 50px;
	margin-bottom: 4px;
	display: block;
}
.go-top {
	background-position: 0 -857px;
}
.go-top:hover {
	background-position: 0 -779px;
}
/*二维码*/

.eCode {    bottom: 154px;
	background-position:  -101px -857px;
}
.eCode:hover{
	background-position:  -101px -779px;
}
.openECode{
	_position: absolute;
	position: fixed;
	bottom: 146px;
	right: 108px;
	background: url(../images/openecode.png) no-repeat;
	height: 340px;
	width: 137px;
}
.qqKf{
	background-position:  -200px -857px;
	bottom: 208px;
}
.qqKf:hover {
	background-position: -200px -779px;
}
.telKf_icon{
	background-position: 0 -1384px;
	bottom: 308px;
}
.telKf_icon:hover{
	background-position: -100px -1384px;
}
.telKf .telCon{
	display: none;
}
.telCon{
	background: url("../images/teltip.png") no-repeat;
	width: 260px;
	height: 50px;
}
.telKf:hover .telCon{
	_position: absolute;
	position: fixed;
	bottom: 246px;
	right: 108px;
	display: block;
	text-align: center;
	line-height: 50px;
}
/*保险公司委托服务*/

#subNav,.cityConInfo,.aucProcess{
	height: auto;
	overflow: hidden;
	min-width: 1104px;
}
.title{
	margin-bottom: 40px;
	font-size: 24px;
	color: #515151;
	text-align: center;
}
.hide{
	display: none;
}
.cityConInfo{
	background-color: #f7f7f7;
	border: 1px solid #f1f1f1;
	padding: 20px 0;
}
.box40{
	margin: 40px auto 60px auto;
}
.box20{
	margin: 20px auto;
}
.ht280{
	height: 280px;
}
.ht400{
	height: 400px;
}
.sectionTitle{
	height: auto;
	overflow: hidden;
}
.txtTitle{
	font: 18px/56px "Microsoft YaHei";
	color: #515151;
}
.txtTitle img{
	position: relative;
	top: 2px;
	left: 16px;
}
.anLiCon{
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.anLiCon img{
	width: 540px;
	height: 260px;
}
.anLiInfo{
	width: 462px;
	margin: 0 50px;
	background-color: #fff;
}
.anLiInfo h3{
	font: 22px "Microsoft YaHei";
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin: 30px 0 20px 0;
	color: #787878;
}

.hHid{
	height: 70px;
	overflow: hidden;
	font: 14px/24px "";
	color: #686868;
}
.companyCon{
	position: relative;
	border: 1px solid #ddd;
	padding: 60px 0;
	margin-bottom: 40px;
	text-align: center;
}
.img-scroll {
	position: relative;
	margin: 0 auto;
	width: 1102px;
}
.img-scroll .prev,.img-scroll .next {
	position: absolute;
	top: 50%;
	margin-top: -29px;
	display: block;
	width: 31px;
	height: 59px;
	cursor:pointer;
}
.img-scroll .prev {
	left:0;
	background: url("../images/pre.png") no-repeat;
}
.img-scroll .prev:hover{
	background: url("../images/pre_ck.png") no-repeat;
}
.img-scroll .next{
	right: 0;
	background: url("../images/next.png") no-repeat;
}
.img-scroll .next:hover{
	background: url("../images/next_ck.png") no-repeat;
}
.img-list {
	position:relative;
	width: 985px;
	height: 210px;
	margin-left:60px;
	overflow:hidden;
}
.img-list ul { width: 100%;}
.img-list li {
	width:985px;
	height: 290px;
	text-align:center;
}

.list{
	background-color: #fff;
	width: 360px;
	margin-bottom: 10px;
}
.list h3{
	font: 14px "Microsoft YaHei";
	padding: 18px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.list a{
	color: #666;
}
.list a:hover{
	text-decoration: none;
}
.list:hover{
	-webkit-box-shadow: 1px 2px 2px #ddd;
	-moz-box-shadow: 1px 2px 2px #ddd;
	box-shadow: 1px 2px 2px #ddd;
}
.scenePic,.newAucCon,.sectionCon,.activityCon,.serviceObj,.aucAdvantage{
	height: auto;
	overflow: hidden;
	text-align:justify;
}
.scenePic .list{
	background-color: #f7f7f7;
	border: 1px solid #e4e4e4;
	margin-right: 5px;
	display: inline-block;
}
.scenePic .list:nth-child(3n){
	margin-right: 0;
}
.newAucCon{
	height: 434px;
}
.newAucCon .list{
	position:relative;
	float: left;
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 12px;
	width: 266px;
	cursor:pointer;
}
.newAucCon .list:nth-child(4n){
	margin-right: 0;
}
.newAucCon .list:hover{
	box-shadow: none;
}
.sectionCon{
	padding-bottom: 20px;
}
.sectionCon .list{
	float: left;
	width: 544px;
+width: 540px;
	background-color: #f5f5f5;
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 12px;
}
.sectionCon .list:nth-child(2n){
	margin-right: 0;
}
.activityCon{
	height: 250px;
}
.activityCon .list{
	float: left;
	background-color: #f5f5f5;
	border: 1px solid #e4e4e4;
	margin-right: 9px;
}
.activityCon .list:nth-child(3){
	margin-right: 0;
}
.aucInfo{
	position: absolute;
	left: 0;
	bottom: 4px;
	color: #fff;
	padding: 0 4px;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	width: 258px;
	height: 36px;
}
.aucInfo h4{
	font-weight:100;
	height: 36px;
	line-height: 36px;
	text-align:center;
}
.aucInfo h4 a{
	font: 16px/36px "Microsoft YaHei";
}
.aucInfo p{
	margin: 4px 0;
}
.aucInfo a{
	color: #fff;
	display: block;
	height: 36px;
	overflow: hidden;
	table-layout: fixed;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
	word-break: break-all;
}
.justify_fix{
	display:inline-block;
	width:100%;
	height:0;
	overflow:hidden;
}
.more{
	font: 14px/50px "Microsoft YaHei";
	color: #666;
}
.more:hover{ text-decoration: underline;}
/*商务合作*/
.advantage{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	width: 1100px;
	height: 235px;
}
.advantage .item{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 366px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.advantage .item:nth-child(3n){
	border-right: 0;
}
.advantage .item:nth-child(n+4){
	border-bottom: 0;
}
.advantage .item .itemText{
	width: 195px;
	padding: 0 20px;
	line-height: 20px;
	color: #999;
}
.advantage .item h3{
	font: bold 16px "Microsoft YaHei";
	color: #666666;
}
.advantage a{
	color: #535353;
}

.serviceObj .list{
	display: inline-block;
	width: 260px;
	padding: 40px 0;
	border: 1px solid #dfdfdf;
	text-align: center;

}
.serviceObj .list:hover{
	box-shadow: none;
}
.blackBox{
	background-color: #474747;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
	height: 316px;
	overflow: hidden;
}
.blackBox img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	min-width: 1104px;
}
.bottomCon{
	padding: 20px 0;
}
.swBottomR{
	margin-left: 20px;
}
.swBottomR li{
	background-color: #747474;
	width: 360px;
	height: 60px;
	line-height: 60px;
	padding-left: 160px;
	margin-bottom: 2px;
	color: #ddd;
}
.swBottomR p{
	color: #fff;
	padding-bottom: 8px;
}
.swTel{
	background-color: #e73d43;
	font: 22px/47px "Microsoft YaHei";
	text-align: center;
}
/*拍卖会*/
.aucTableList{
	margin: 0 auto 20px auto;
}
.table{
	width: 100%;
	background-color: #fff;
}
.table tr th,.table tr td{
	padding: 10px 6px;
	text-align: center;
	border: 1px solid #e2e2e2;
}
.table tr th{
	color: #4d4d4d;
	font: bold 14px "Microsoft YaHei";
}
.table tr:first-child:hover{
	background-color: transparent;
}
.table tr:hover{
	background-color: #f0f6fa;
	color: #4d4d4d;
	cursor: pointer;
}

.boxShade{
	box-shadow: 1px 4px 8px #ddd;
}
.aucAdvantage .list{
	position: relative;
	display: inline-block;
	width: 260px;
	height: 258px;
	border: 1px solid #dfdfdf;
	text-align: center;
}
.aucAdvantage .list h3{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.6);
	width: 260px;
	height: 258px;
	padding: 0;
	color: #fff;
	font: 16px/43px "Microsoft YaHei";
	text-align: center;
}
.aucAdvantage .list h3 span{
	display: block;
}
.aucAdvantage .list h3 img{
	margin-top: 44px;
}
.aucAdvantage .list h3 em{
	padding: 0 10px;
}
.aucAdvantage .list .mask{
	display: none;
}
.aucAdvantage .list:hover .mask{
	position: absolute;
	bottom: 0;
	background-color: #f75760;
	width: 200px;
	height: 108px;
	padding: 0 20px;
	color: #fff;
	text-align: left;
	display: block;
}
.maskTitle{
	padding: 10px 0;
}
.maskTitle span{
	font-size: 16px;
	display: block;
}
.maskTitle small{
	font-size: 12px;
	display: block;
}
.mask p{
	font-size: 12px;
	height: 60px;
	overflow: hidden;
}
.mr_appDown{
	position: relative;
	background: url("../images/mr_bg.jpg") no-repeat center;
	width: 100%;
	height: 402px;
}
.mr_appDown .down{
	position: relative;
	background: url("../images/mr_code2.png") no-repeat 650px 100px;
	height: 402px;
}
.mr_appDown .down img{
	position: absolute;
	bottom: 20px;
	right: 302px;
}
.mr_appDown .down span{
	position: absolute;
	right: 116px;
	bottom: 30px;
	font-size: 18px;
	color: #474747;
}
