12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <!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>
- <h6>一、概念</h6>
- <p>会车,即反向行驶的列车、汽车等同时在某一地点交错通过。</p>
- <h6>二、会车攻略</h6>
- <p>1、一看,看对向来车的车型、速度和装载情况,前方道路的宽度、坚实情况,路旁行人、车辆情况,路旁停车以及障碍物情况等;</p>
- <p>2、二算,通过观察和比较估算出两车交会时大致位置和占路情形,以留出合适的横向安全间隔;</p>
- <p>3、三慢,即会车时要放慢车速,临近交会时条件不良,更应控制车速,不能盲目交会,必要时应该先停车,以达到两车顺利交会的目的。</p>
- <h6>三、会车技巧</h6>
- <p>1、会车时要注意交通指挥信号和交通标志;</p>
- <p>2、视线不清的情况下会车,应提前降低车速,开启近光行驶;</p>
- <p>3、会车中不使用紧急制动、猛抬油门、猛打方向盘;</p>
- <p>4、忌在障碍物处会车;</p>
- <p>5、忌在窄桥、窄路、隧道、急转弯等复杂地点会车;</p>
- <p>6、忌在夜间会车不关远光灯。</p>
- <p>会车让行 “会车让行”是交通禁令标志的一种,表示车辆会车时,面对标志的车辆必须停车让对方车辆先行。</p>
- <h6>四、评分标准</h6>
- <p>1、会车前不使用转向灯,扣20分;</p>
- <p>2、会车前,开转向灯少于3秒即转向,扣10分;</p>
- <p>3、在没有中心隔离设施或者中心线的道路上会车时,不减速靠右行驶,并与其他车辆、行人或者非机动车未保持安全距离,不及格;</p>
- <p>4、会车困难时不让行,不及格;</p>
- <p>5、横向安全间距判断差,紧急转向避让相对方向来车,不及格;</p>
- <p>6、在规定的时间、路程内,未按语音指令会车,不及格。</p>
- </div>
- </body>
- </html>
|