@charset "UTF-8";

.f18 {
	font-size: 18px;
}
/**************** 标题 start ****************/
.title li {
	float: left;
	margin: 40px 0;
	font-size: 18px;
	border-left: solid 2px #696969;
	padding: 0 26px;
}

.title li:first-child {
	padding-left: 0;
	border-left: none;
}

.title a {
	color: #424242;
	padding-bottom: 5px;
}

.title a.active {
	color: #69b6ff;
	border-bottom: solid 3px #69b6ff;
}

.title a:hover {
	color: #69b6ff;
}
/**************** 标题 end ****************/

/**************** 详情 start ****************/
.c-detail-l {
	width: 561px;
	float: left;
	overflow: hidden;
	margin-right: 60px;
}

.c-detail-l .img-b {
	width: 561px;
	height: auto;
}

.c-detail-l .img-s {
	width: 580px;
	height: 80px;
	margin-top: 18px;
}

.c-detail-l .img-s li {
	float: left;
	width: 125px;
	height: 80px;
	margin-right: 19px;
	position: relative;
}

.c-detail-l .img-s .img-title {
	display: block;
	width: 36px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background-color: #fe5b40;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
}

.c-detail-r {
	float: left;
	overflow: hidden;
}

.c-detail-r p {
	margin-top: 23px;
}

.c-detail-r h3 {
	font-size: 24px;
	margin-top: 15px;
}

.c-detail-r .power-type {
	padding: 2px 12px;
	background-color: #c1c1c1;
	color: #ffffff;
	border-radius: 3px;
}

.c-detail-r .c-price {
	color: #d50d0d;
}

.c-detail-r .subsidy-link {
	color: #359dff;
	margin-left: 30px;
}

.c-detail-r .z-color span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 20px;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
	-webkit-box-shadow: 0 0 10px #dfdfdf;
	-moz-box-shadow: 0 0 10px #dfdfdf;
	box-shadow: 0 0 10px #dfdfdf;
}

.c-detail-r .z-color span i {
	display: block;
	width: 26px;
	height: 26px;
	border: solid 1px transparent;
	border-radius: 50%;
	position: absolute;
	left: -5px;
	top: -5px;
	cursor: pointer;
}

.c-detail-r .z-color span.z-active i {
	border-color: #fe1617;
}

.c-detail-r .p-btn a {
	display: inline-block;
	width: 105px;
	height: 32px;
	margin-right: 20px;
	line-height: 32px;
	text-align: center;
	border-radius: 5px;
	background-color: #fe4c4c;
	color: #ffffff;
}

.c-detail-r .p-num>span {
	display: inline-block;
	width: 280px;
}

.c-detail-r .p-num>span span {
	color: #ff6113;
	margin-left: 35px;
}
/**************** 详情 end ****************/

/**************** 全部车款、图片、报价、视频 start ****************/
.c-bottom .c-left {
	width: 800px;
	float: left;
	overflow: hidden;
}

.c-left h3 {
	font-size: 24px;
	color: #424242;
	margin-top: 50px;
	margin-bottom: 25px;
	line-height: 40px;
	border-bottom: solid 1px #b4b4b4;
}

.c-left h3 span {
	border-bottom: solid 1px #1fc3e1;
	padding-bottom: 5px;
}

.model-all p.z-radios {
	text-align: right;
	height: 28px;
	line-height: 28px;
	margin-bottom: 10px;
}

.model-all p.z-radios a {
	padding: 4px 12px;
	border-radius: 5px;
}

.model-all p.z-radios a.z-active {
	background-color: #78ceff;
	color: #ffffff;
}

.model-all table {
	width: 100%;
	text-align: center;
	border: solid 1px #c1c1c1;
}

.model-all table thead {
	background-color: #eef9ff;
}

.model-all table tr {
	height: 55px;
	border: solid 1px #d1d1d1;
}

.model-all table td, .model-all table th {
	text-align: center;
}

.model-all table td.model-price {
	color: #ff6113;
}

.model-all table td.model-km {
	color: #41ce90;
}

.model-all table td.model-btn a {
	border: solid 1px #78ceff;
	padding: 4px 14px;
	border-radius: 5px;
}

.model-all table td.model-btn a:hover {
	background-color: #78ceff;
	color: #ffffff;
}

.car-img-cont {
	width: 812px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.car-img-cont li {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

.car-img-cont .img-cont-b {
	width: 408px;
	height: 300px;
}

.car-img-cont .img-cont-b img {
	width: 408px;
	height: 300px;
}

.car-img-cont .img-cont-s {
	width: 184px;
	height: 144px;
}

.car-img-cont .img-cont-s img {
	width: 184px;
	height: 144px;
}

.car-img-cont li img {
	border-radius: 5px;
}

.car-img-cont .img-cont-more {
	width: 184px;
	height: 38px;
	line-height: 38px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, .7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,
		endColorstr=#B2000000);
	text-align: center;
	position: absolute;
	right: 12px;
	bottom: 0;
	border-radius: 5px;
}

.car-img-cont .img-cont-more a {
	color: #78ceff;
}

.car-price-l {
	float: left;
	width: 430px;
	height: 300px;
	overflow: hidden;
}

.car-price-r {
	position: relative;
	float: right;
	width: 350px;
	height: 300px;
	overflow: hidden;
}

.car-address {
	position: absolute;
	top: 0px;
}

#storesList {
	position: absolute;
	top: 30px;
	float: right;
	width: 340px;
	height: 278px;
	overflow-x: hidden;
	overflow-y: auto;
	/*   min-height: 350px; */
}

.car-price-r .car-address select {
	width: 72px;
	height: 30px;
	border: solid 1px #696969;
	color: #696969;
	border-radius: 3px;
	outline: none;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 10px;
}

.car-price-r .address-detail {
	cursor: pointer;
	height: 73px;
	/* width:340px;  */
	margin-bottom: 10px;
}

.stores-txt {
	line-height: 20px;
}

.car-price-r .address-detail p {
	text-overflow: ellipsis;
	overflow: hidden;
}

.car-price-r .address-detail p span {
	margin-left: 0px;
}

.car-price-r .address-detail span.address-price, .car-price-r .address-detail span.address-phone
	{
	color: #ff3a3a;
}

.car-video ul {
	width: 836px;
	overflow: hidden;
}

.car-video li {
	float: left;
	width: 242px;
	height: 256px;
	margin-right: 36px;
	margin-bottom: 30px;
}

.car-video li .video-img {
	width: 242px;
	height: 168px;
	position: relative;
}

.car-video li .video-img img {
	width: 100%;
	height: 100%;
}

.car-video li .video-img .icon-video {
	display: block;
	width: 68px;
	height: 68px;
	background-image: url(../images/index/video.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -34px;
	margin-top: -34px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.car-video li .video-img .icon-time {
	color: #ffffff;
	position: absolute;
	right: 8px;
	bottom: 10px;
}

.car-video li p.text {
	color: #696969;
	height: 52px;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	margin: 5px 0;
}

.car-video li a.play, .car-video li a.comment {
	color: #696969;
	margin-right: 35px;
}

.car-video li:hover .icon-video {
	opacity: 1;
	filter: alpha(opacity = 100);
}
/**************** 全部车款、图片、报价、视频 end ****************/

/**************** 相关文章、竞品车型 start ****************/
.c-bottom .c-right {
	width: 348px;
	float: right;
	overflow: hidden;
}

.c-right h3 {
	font-size: 18px;
	color: #424242;
	margin-bottom: 25px;
	margin-top: 50px;
}

.c-right .article-about ul {
	overflow: hidden;
}

.c-right .article-about li {
	margin-bottom: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-right .article-about li a {
	color: #696969;
}

.c-right .article-about li a:hover {
	color: #69b6ff;
}

.c-right .car-vie ul {
	width: 380px;
}

.c-right .car-vie li {
	float: left;
	width: 156px;
	padding-bottom: 18px;
	border: solid 1px #cccccc;
	margin-right: 11px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 5px;
	padding-top: 10px;
}

.c-right .car-vie li a {
	display: inline-block;
	color: #696969;
}

.c-right .car-vie li img {
	width: 126px;
	height: 75px;
}

.c-right .car-vie li .vie-price {
	color: #ff3d3b;
	margin-top: 5px;
}

.c-right .car-vie li:hover {
	border-color: #69b6ff;
}

.c-right .car-vie li:hover .hover-img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
/**************** 相关文章、竞品车型 end ****************/