1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <!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>在实际道路的科目三训练中,很多学员都会出现方向不稳等现象,然而方向不稳在路考中如果出现这种情况不是扣分的问题,是直接不合格,所以这个错误的操作一定要纠正过来。</p>
- <p>学员们为什么在开车时经常出现这个问题,已经在训练中如何改正,我们来总结一下:</p>
- <h6>一、车在道路上行驶时,学员们没有车感,也就是说发现车身歪斜的时机太晚,只有很明显的跑偏了,才发现问题,这时再修整很难避免车身的明显摇晃。解决的办法是:在行驶中视线要尽量的向远处看,这样能尽早的感知车身与道路是否平行,视线越远,越能早发现问题。</h6>
- <h6>二、实际上车在行驶中,不可能一直跑直线的,因为受路面的影响,所以在我们发现车身有歪斜时,就需要修正方向了,学员们普遍的毛病是打方向过快过急了;这样修整方向的后果就是车辆产生明显的摇晃,不合格。解决的方法是:当需要修整方向时,打方向要轻打慢回小角度的调整。</h6>
- <h6>三、在训练中还有的学员,在修整方向的时候角度太大了,总是矫枉过正。什么是矫枉过正:指把弯的东西扳正,又歪到了另一边。比喻纠正错误超过了应有的限度。可能是科目二的训练有影响,在倒桩和场地项目中,我们打方向经常是打到底的,可是大家不要忘记了,那时的车速是多少,才几公里的有时还要踩离合来控制车速,但是在路上行驶就不行了,这时的车速是几十公里。</h6>
- <h6>解决方法:</h6>
- <p>车速较高时,修整方向的角度一定不要大了,是什么标准呢,和在高速公路行驶是一样的道理,两指或者三指原则,就是我们在打方向实际转动的距离在两个或者三个手指的宽度就可以了,不要再大了。</p>
- <p>在道路上行驶学员们,普遍的现象是上车就害怕,不只是紧张了,因为看到路上人来车往的,这是我们操作不熟练的表现,所以大家在初期上路时出现各种各样的问题是正常的,也是合理的,发现了错误我们就改正,等能熟练的操作了,情况会变好的。</p>
- </div>
- </body>
- </html>
|