<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="target-densitydpi=320,width=640,user-scalable=no">
<meta name="apple-touch-fullscreen" content="no" />
<meta content="telephone=no" name="format-detection" />
<meta name="apple-mobile-web-app-capable" content="no" />
<meta name="keywords" content="2014北京车展 普拉多购车现金优惠3万" />
<meta name="description" content="[page][/page]
<div class="bhqs">
<p>本行情促销时间:2014.4.23-2014.04.30</p>
</div>
<p align="center"><a" />
<title>仿凤凰汽车触屏版html5手机wap汽车网站模板下载行情正文</title>
<link rel="stylesheet" type="text/css" href="../css/m336.css" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../img.ifeng.com/tres/auto/9/2013/0415/372_4952679231_20130415174638.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../img.ifeng.com/tres/auto/9/2013/0415/372_4952679229_20130415174638.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../img.ifeng.com/tres/auto/9/2013/0415/372_4952679230_20130415174638.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../img.ifeng.com/tres/auto/9/2013/0415/372_4952679228_20130415174638.png" />
<script type="text/javascript" src="../js/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="./js/98.js" ></script>
<script type="text/javascript" src="./js/brand.js" ></script>
<script src="./js/area.js"></script>
<script src="http://car.auto.ifeng.com/lib/common/area_data.js" type="text/javascript" language="javascript" charset="UTF-8"></script>
<script src="./js/json2.js"></script>
<script src="./js/ifengjs.js" type="text/javascript"></script>
<script>
$(document).ready(function(){
$("img").each(function(){
if($(this).offset().top<$(window).height()){
var ifengsrc=$(this).attr("ifengsrc");
var src=$(this).attr("src");
if(ifengsrc!=src){
$(this).hide();
$(this).attr("src",ifengsrc);
$(this).fadeIn(600);
}
}
});
$(window).scroll(function(){
$("img").each(function(){
var settop=$(this).offset().top;
if($(window).scrollTop()+$(window).height()>settop){
var ifengsrc=$(this).attr("ifengsrc");
var src=$(this).attr("src");
if(ifengsrc!=undefined && ifengsrc!="" && ifengsrc && ifengsrc!=src){
$(this).hide();
$(this).attr("src",ifengsrc);
$(this).fadeIn(600);
}
}
});
});
});
</script>
<style type="text/css">
#topFixedAd11981{
min-width:320px; max-width:640px;
margin: 0 auto;
}
#topFixedAd11981 .btnClose{
display: block; position:relative; cursor:pointer;z-index: 11;display: none;
}
#topFixedAd11981 .btnClose img{z-index: 11;position:absolute;top:1px;right:1px;width:3.6%;max-width:28px; min-width:18px;border: 1px solid #666;}
#topFixedAd11981 .wrapper{
height: 0px;
/**width: 320px;
background: url(../../img.ifeng.com/tres/auto/9/2013/0822/372_4956235228_20130822115359.jpg) no-repeat ;**/
}
#topFixedAd11981.small .wrapper{
height: 0;
width: 0;
}
#topFixedAd11981.active{
min-width:320px; max-width:640px;
background: url(../../img.ifeng.com/tres/auto/9/2013/0822/372_4956235228_20130822115359.jpg) #868686 no-repeat;
background-size:100% 100%;color:#FFF;
}
#topFixedAd11981.active .wrapper{
height: 150px;
width: 100%;
}
#topFixedAd11981 .linkTxt{
border: solid 1px #B4D5E7;
display: none;
height: 28px;
color: #007CBC;
padding: 3px;
text-align: center;
background: #fff;
}
</style>
</head>
<a href="../../i.auto.ifeng.com/index.php@c=down"> <div id="topFixedAd11981">
<span class="btnClose"><img src='../../s0.mimg.ifeng.com/upload/day_130801/201308011536474596_iifeng.png' alt='X' /></span>
<div class="wrapper" href="../../i.auto.ifeng.com/index.php@c=down">
</div>
<div class="linkTxt"><a href="../../i.auto.ifeng.com/index.php@c=down" >凤凰新车手机客户端下载</a></div>
</div></a>
<script type="text/javascript">
function setCookie(c_name,value,expiredays){
var exdate=new Date();
exdate.setDate(exdate.getDate()+expiredays);
document.cookie=c_name+ "=" +escape(value)+ ((expiredays==null) ? "" : ";expires="+exdate.toGMTString()+";domain:\"auto.ifeng.com\";path:\"../default.htm\"");
}
function getCookie(c_name){
if (document.cookie.length>0){
c_start=document.cookie.indexOf(c_name + "=");
if (c_start!=-1){
c_start=c_start + c_name.length+1 ;
c_end=document.cookie.indexOf(";",c_start);
if (c_end==-1) c_end=document.cookie.length;
return unescape(document.cookie.substring(c_start,c_end))
}
}
return ""
}
(function(){ var widget = require('widget'),util = require('util'),d=document,
ORIENTATION_CHANGE = 'onorientationchange' in window ? 'orientationchange' : 'resize';
window.addEventListener('load',function(){
if(getCookie("topad")!="") return;
setTimeout(function(){
/*顶部随屏浮动位*/
var topFixedAd = new widget.AdBlock({
id: 'topFixedAd11981',
isFixed: false,
isAutoPlay: true,
activedStopTime: 10000,
animateDuation: 700,
useTransition:true,
onScroll: function(){
},
onWrapperClk: function(e){
document.location.href = e.target.getAttribute('href');
},
onClose: function(){
this.getWrapper().style.display = 'none';
this.getCloseBtn().style.display = 'none';
this.getEl().style.display = 'block';
this.getEl().getElementsByClassName('linkTxt')[0].style.display='block';
},
onActive:function(){
var self = this;
setTimeout(function(){
self.getWrapper().style.display = 'none';
self.getCloseBtn().style.display = 'none';
self.getEl().getElementsByClassName('linkTxt')[0].style.display='block';
},this.activedStopTime);
},
onPassive:function(){
},
onStart:function(){
this.getCloseBtn().style.display = 'block';
}
}); }, 0);
setCookie("topad","1");
},false);})();
</script><body>
<div class="m-nav2">
<a href="beijing.html" class="bc-l"><span>优惠促销</span></a>
<a class="c-i" href="javascript:void(0);" target="_self" onClick="javascript:try{ window.external.AddFavorite('../','凤凰汽车'); } catch(e){ (window.sidebar)?window.sidebar.addPanel('../','凤凰汽车',''):alert('将凤凰汽车添加到书签'); }"></a>
</div>
<h1>2014北京车展 普拉多购车现金优惠3万</h1>
<div class="artl-info"><span>类型:降价</span><span>2014-04-23</span><span>凤凰汽车</span><span>作者:张佳伟</span></div>
<article class="article">
[page][/page]
<div class="bhqs">
<p>本行情促销时间:2014.4.23-2014.04.30</p>
</div>
<p align="center"><a href="../../data.auto.ifeng.com/pic/c-32881.html#pid=1944542" target="_blank" title="2014款 丰田普拉多 4.0L TX"><img src="http://a2.ifengimg.com/autoimg/42/45/1944542_9.jpg" style="border-top: #2f2f2f 1px solid; border-right: #2f2f2f 1px solid; border-bottom: #2f2f2f 1px solid; border-left: #2f2f2f 1px solid" /></a></p>
<p align="center" class="pictext"><a href="../../data.auto.ifeng.com/pic/c-32881.html#pid=1944542" target="_blank" title="2014款 丰田普拉多 4.0L TX">2014款 丰田普拉多 4.0L TX</a></p>
<p><b>凤凰汽车讯 价格信息:</b>近日,凤凰汽车区域编辑从北京�