1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <!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>1在规定场地内驾驶机动车完成考试项目的情况;</p>
- <p>2对机动车驾驶技能掌握的情况;</p>
- <p>3对机动车空间位置判断的能力。</p>
- <h6>二、考试项目</h6>
- <p>倒车入库、坡道起步和定点停车、侧方停车、曲线行驶、直角转弯五项必考。考试细则调整更加严格一些倒桩考试:倒库过程中不能停车 一次倒入 右侧起点倒入车库 然后开到左边倒入车库 开到起点 取消移库侧方停车:操作需一次倒入 中间不可停车直角转弯:不能压线 需一次完成不能停车定点停车坡道起步:停车原规定30公分 现10公分左右 坡道起步按原有正常操作</p>
- <p>大型客车、牵引车、城市公交车、中型客车、大型货车准驾车型考试项目不得少于6项。大型客车、城市公交车必考项目:桩考、坡道定点停车和起步、直角转弯、通过单边桥、通过连续障碍;牵引车准驾车型必考项目:桩考、坡道定点停车和起步、曲线行驶、直角转弯、限速通过限宽门;中型客车、大型货车准驾车型必考项目:桩考、坡道定点停车和起步、侧方停车、通过单边桥、通过连续障碍。其他考试项目随机选取。</p>
- <p>小型汽车、小型自动挡汽车、低速载货汽车、普通三轮摩托车、普通二轮摩托车准驾车型考试项目不得少于4项。小型汽车、低速载货汽车必考项目:桩考、坡道定点停车和起步、侧方停车;小型自动挡汽车必考项目:桩考、侧方停车;普通三轮摩托车、普通二轮摩托车准驾车型必考项目:桩考、坡道定点停车和起步、通过单边 桥。其他考试项目随机选取。</p>
- <p>应当先进行桩考。桩考未出现扣分情形的,补考或者重新预约考试时可以不再进行桩考。</p>
- <p>其他准驾车型的考试项目,由省级公安机关交通管理部门确定。</p>
- <h6>三、合格标准</h6>
- <p>满分为100分,设定不合格、减20分、减10分、减5分的项目评判标准。符合下列规定的,考试合格:</p>
- <p>1报考大型客车、牵引车、城市公交车、中型客车、大型货车准驾车型,成绩达到90分的;</p>
- <p>2报考其他准驾车型成绩达到80分的。</p>
- </div>
- </body>
- </html>
|