12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <!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>
- <h6>一、概念:</h6>
- <p>超车,即车辆经过另一辆车的侧面,从后面超过前面同方向行驶的车辆。用于超车的车道一般为内侧车道,即较接近道路中心而离路肩较远的车道。在靠右行驶的地区,超车道为靠左的车道,在靠左行驶的地区,超车道为靠右的车道。</p>
- <h6>二、超车技巧</h6>
- <p>1、要仔细观察、准确判断;</p>
- <p>2、超车应提前减档提速;</p>
- <p>3、若发现有意外情况,要沉着冷静、尽快减速、停止超越;</p>
- <p>4、超越路边车要提防。超越停驶车时,应利用发动机牵引阻力减速,多鸣喇叭,注意观察,加大与停驶车的横向间距,并做好停车等应急准备;</p>
- <p>5、超越车队时,要在超车视距良好的情况下,加速连续超越。若对面道路来车不能保证安全的横向间距时,应开右转向灯,见机插入车队,待对面车过后再超越车队;</p>
- <p>6、忌在前方有交叉路口时进行超车;</p>
- <p>7、忌在前有弯道、坡顶时进行超车;</p>
- <p>8、忌前方道路右侧有岔路口时进行超车;</p>
- <p>9、忌与对面来车有会车可能时进行超车;</p>
- <p>10、忌前车正在进行超车时超车。</p>
- </div>
- </body>
- </html>
|