科目三:路考变更车道须知.html 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="MobileOptimized" content="240"/>
  6. <meta name="viewport" content="width=device-width; initial-scale=1.4; minimum-scale=1.0; maximum-scale=1.4"/>
  7. <title>科目三:路考变更车道须知</title>
  8. <style>
  9. html, body, div, span, applet, object, iframe, table, caption,
  10. tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
  11. kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
  12. h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
  13. acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
  14. fieldset, form, label, legend {
  15. padding: 0;
  16. margin: 0;
  17. border: 0;
  18. list-style:none;
  19. }
  20. html {
  21. height:100%;
  22. }
  23. body {
  24. line-height:3em;
  25. min-height:100%;
  26. color:#444;
  27. -webkit-text-size-adjust:none;
  28. font-family: "微软雅黑";font-size:62.5%; }
  29. 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;}
  30. header, footer, section, article, nav, figure, figcaption, aside, canvas { display:block}
  31. ul, li {list-style:none;margin:0;padding:0;}
  32. input, textarea {
  33. margin: 0;
  34. padding: 0;
  35. border:none;
  36. border-radius: 0;
  37. -webkit-border-radius:0;
  38. -moz-box-sizing: border-box;
  39. -webkit-box-sizing: border-box;
  40. -o-box-sizing: border-box;
  41. -ms-box-sizing: border-box;
  42. box-sizing: border-box;
  43. }
  44. img {border:none}
  45. a {text-decoration:none;color:#444}
  46. /*select{height:22px; line-height:18px; padding:2px 0;font-size: 12px;}*/
  47. input, img {vertical-align:middle}
  48. /* iphone按钮初始化 */
  49. input[type="submit"], input[type="reset"], input[type="button"], button {-webkit-appearance: none;}
  50. .content{ padding:15px 15px 25px 15px; font-family:"微软雅黑";}
  51. .content h6{font-size:1.3em; color:#5d5d5d; margin-bottom:1.1em; line-height:1.3em; margin-top:1em; }
  52. .content h2{ font-size:1.6em; color:#5d5d5d;}
  53. .content p{font-size:1.2em; color:#606060; line-height:1.5em; margin-bottom:0.5em;}
  54. .content span{font-size:1.2em; color:#535353; line-height:1.5em; margin-bottom:0.5em;}
  55. .content img{width:100%;}
  56. </style>
  57. </head>
  58. <body>
  59. <div class="content">
  60. <h2>科目三:路考变更车道须知</h2>
  61. <h6>操作方法</h6>
  62. <p>1、观察与判断观察车辆后方、侧方和准备变更的车道上的交通流情况;</p>
  63. <p>2、确认安全后,打开转向指示灯示意,并再次通过后视镜观察两侧道路上有无车辆超越,确认准备驶入的车道是否允许留有安全距离;</p>
  64. <p>3、在不妨碍该车道内车辆正常行驶的情况下,平稳转向、驶往所需车道后,关闭转向指示灯;</p>
  65. <p>4、每次只能变更到相邻的车道。若需变更到相邻以外的车道,应先变更到相邻的车道,行驶一段后,再变更到另一条车道。在车道分界线为实、虚线的路段,实线一侧的车辆严禁变更车道;</p>
  66. <p>5、在交叉路口变更车道,应提前观察道路交通标志和路面标线,根据需要行驶的方向选择行驶车道,按导向箭头方向在进入实线区前驶入导向车道;</p>
  67. <p>6、变更车道时,应避免突然急转转向盘驶入相邻的车道,防止与正常行驶的车辆相碰撞或因路面光滑引起车辆侧滑。</p>
  68. <h6>注意事项</h6>
  69. <p>1、注意让所借车道内行驶车辆先行;</p>
  70. <p>2、不能频繁变更车道;</p>
  71. <p>3、不得一次连续变更两条以上车道;</p>
  72. <p>4、左右两侧车道的车辆向同一车道变更时,左侧的车辆让右侧的车辆先行。</p>
  73. <h6>变更车道技巧</h6>
  74. <p>1、提前观察道路交通标志和路面标线;</p>
  75. <p>2、避让障碍变更车道时,应适当提前进行变道;</p>
  76. <p>3、应在50至60米的距离之间变更车道。</p>
  77. </div>
  78. </body>
  79. </html>