1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="MobileOptimized" content="240"/>
- <meta name="viewport" content="width=device-width; initial-scale=1.4; minimum-scale=1.0; maximum-scale=1.4"/>
- <title>出租车节能驾驶</title>
- <style>
- html, body, div, span, applet, object, iframe, table, caption,
- tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
- kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
- acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend {
- padding: 0;
- margin: 0;
- border: 0;
- list-style:none;
- }
- html {
- height:100%;
- }
- body {
- line-height:3em;
- min-height:100%;
- color:#444;
- -webkit-text-size-adjust:none;
- font-family: "微软雅黑";font-size:62.5%; }
- body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {margin:0;padding:0;}
- header, footer, section, article, nav, figure, figcaption, aside, canvas { display:block}
- ul, li {list-style:none;margin:0;padding:0;}
- input, textarea {
- margin: 0;
- padding: 0;
- border:none;
- border-radius: 0;
- -webkit-border-radius:0;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -o-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- }
- img {border:none}
- a {text-decoration:none;color:#444}
- /*select{height:22px; line-height:18px; padding:2px 0;font-size: 12px;}*/
- input, img {vertical-align:middle}
- /* iphone按钮初始化 */
- input[type="submit"], input[type="reset"], input[type="button"], button {-webkit-appearance: none;}
- .content{ padding:15px 15px 25px 15px; font-family:"微软雅黑";}
- .content h6{font-size:1.3em; color:#5d5d5d; margin-bottom:1.1em; line-height:1.3em; margin-top:1em; }
- .content h2{ font-size:1.6em; color:#5d5d5d;}
- .content p{font-size:1.2em; color:#606060; line-height:1.5em; margin-bottom:0.5em;}
- .content span{font-size:1.2em; color:#535353; line-height:1.5em; margin-bottom:0.5em;}
- .content img{width:100%;}
- </style>
- </head>
- <body>
- <div class="content">
- <h2>出租车节能驾驶</h2>
- <p> 1、在行驶中,当感到动力不足时应及时减档,而不应只用加大油门的方式解决动力不足,一味地踏油门,将加大油耗。换档时要脚轻手快,动作准确。这样可以缩短换档时车辆行驶的距离,达到节油的目的。</p>
- <p>2、汽车在运行中,档位的选择与换档动作都对燃油的消耗影响很大。在起步时,应根据载重量和道路情况合理选用档位。实验表明:载重汽车分别用一档和二档起步,并将车速提高到每小时30公里时,一档比二档要节省燃料15毫升。同样行驶条件下高档位比低档位省油。所以在一般道路上行驶时,应尽量可能使用高速档行驶,避免低速档高速行驶。</p>
- <p>3、汽车对环境的污染:(1)排放污染。(2)噪声污染。(3)废弃物污染。(4)其他污染。</p>
- <p>4、汽车发动机排放的主要污染物有氮氧化物(NOx)、碳氢化合物(HC)、一氧化物(CO)及微粒物(PM)。氮氧化物(NOx)、碳氢化合物(HC)经阳光照射,在大气中形成光化学烟雾,对人的呼吸系统产生极大危害;氮氧化物(NOx)和二氧化硫(SO2)在大气中可产生酸雨效应。</p>
- <p>5、行车速度过快或过慢,汽车所消耗燃料越多,相对的污染物排放也会更多。加强车辆日常维护,可减少污染物的排放。</p>
- <p>6、发动机工作水温应保持在80℃-90℃之间。在低温条件下起动发动机时要进行预热,发动机预热升温,可以明显节约油料。</p>
- <p>7、轮毂轴承间隙调的过松过紧,轮毂都会发热,会多消耗燃料。前轮定位数据过大或过小,也会增加燃料消耗。轮胎压力降低时,轮胎变形增大,轮胎的迟滞损失增加,而使滚动阻力增加,增加油耗。</p>
- </div>
- </body>
- </html>
|