/* CSS Document */
/* reset begin */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,input,textarea,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,i,em{margin:0;padding:0;font-style:normal;}
ul,ol,dl,dt,dd{list-style:none;}
body{font-family:tahoma,"Hiragino Sans GB",\5B8B\4F53, sans-serif;font-size:12px;color:#333;-webkit-font-smoothing:subpixel-antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0); background: url(http://i1.sinaimg.cn/qc/2014/1103/banner_03.jpg) center 50px no-repeat;}
caption,th{text-align:left;}
table{border-collapse:collapse;border-spacing:0;}
img{-ms-interpolation-mode:bicubic; border-width:0;}
textarea { font-size:12px; line-height:20px; border:0; border:0; -moz-outline:0; outline:0; overflow:auto; resize:none; -webkit-appearance:none}
a{color:#333333;text-decoration:none; outline:none;}
a:active {outline:0}
a:hover{color:#cc0066; text-decoration:none;}
select, input{ background:none; border:0;}
input[type=text]:focus,input[type=password]:focus,textarea:focus {outline:0}
input[type=text],input[type=password]:focus {-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{ border-color:transparent!important;}
button{ cursor:pointer;}
svg:not(:root){overflow:hidden;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;height:0;}
[hidden]{display:none;}
section, article, aside, header, footer, nav, dialog, figure{display:block;}
::selection,
::moz-selection,
::webkit-selection{ background-color: #f9644e; color: #fff; text-shadow:none;}
.clearfix:after{content:'\0020';display:block;height:0;font-size:0;visibility:hidden;clear:both;}
.clearfix{*zoom:1;}
.fL{float:left;}
.fR{ float:right;}
.spacer{height:20px; clear:both;}
.wrap h1{ font:700 55px/65px "Microsoft YaHei","SimHei"; color:#ffffff; height:0; text-indent:-3000px; overflow:hidden;}
/* reset end */

/*
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}
*/

/* animate begin */
.animated {-webkit-animation-duration: 1s; -moz-animation-duration: 1s;-ms-animation-duration: 1s;-o-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: backwards;-moz-animation-fill-mode: backwards;-ms-animation-fill-mode: backwards;-o-animation-fill-mode: backwards;animation-fill-mode: backwards}
@-webkit-keyframes pulse{0%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.04)}100%{-webkit-transform:scale(1)}}@-moz-keyframes pulse{0%{-moz-transform:scale(1)}50%{-moz-transform:scale(1.04)}100%{-moz-transform:scale(1)}}@-ms-keyframes pulse{0%{-ms-transform:scale(1)}50%{-ms-transform:scale(1.04)}100%{-ms-transform:scale(1)}}@-o-keyframes pulse{0%{-o-transform:scale(1)}50%{-o-transform:scale(1.04)}100%{-o-transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.04)}100%{transform:scale(1)}}
.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-ms-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse}
@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05)}70%{-webkit-transform:scale(.9)}100%{-webkit-transform:scale(1)}}@-moz-keyframes bounceIn{0%{opacity:0;-moz-transform:scale(.3)}50%{opacity:1;-moz-transform:scale(1.05)}70%{-moz-transform:scale(.9)}100%{-moz-transform:scale(1)}}@-ms-keyframes bounceIn{0%{opacity:0;-ms-transform:scale(.3)}50%{opacity:1;-ms-transform:scale(1.05)}70%{-ms-transform:scale(.9)}100%{-ms-transform:scale(1)}}@-o-keyframes bounceIn{0%{opacity:0;-o-transform:scale(.3)}50%{opacity:1;-o-transform:scale(1.05)}70%{-o-transform:scale(.9)}100%{-o-transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}100%{transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-ms-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn}
@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}
.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}
.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}
.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}
.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}

@-webkit-keyframes fadeOutUp{0{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px)}}@-moz-keyframes fadeOutUp{0{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-20px)}}@-o-keyframes fadeOutUp{0{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-20px)}}@keyframes fadeOutUp{0{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}
.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp}
@-webkit-keyframes fadeOutDown{0{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px)}}@-moz-keyframes fadeOutDown{0{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(20px)}}@-o-keyframes fadeOutDown{0{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(20px)}}@keyframes fadeOutDown{0{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}
.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown}
@-webkit-keyframes fadeOutLeft{0{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px)}}@-moz-keyframes fadeOutLeft{0{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-20px)}}@-o-keyframes fadeOutLeft{0{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-20px)}}@keyframes fadeOutLeft{0{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}
.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft}
@-webkit-keyframes fadeOutRight{0{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px)}}@-moz-keyframes fadeOutRight{0{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(20px)}}@-o-keyframes fadeOutRight{0{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(20px)}}@keyframes fadeOutRight{0{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}
.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight}
/* animate end */
@media print {img{max-width:100% !important;}p,h2,h3{orphans:3;widows:3;}}
.transitionAll{transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;-webkit-backface-visibility: hidden;}
/* *{-webkit-backface-visibility: hidden;}==================== */

/*head begin*/
.wrap {width:1000px; margin:0 auto;}
#topNav {width:100%;}
#topNav .wrap {height:36px; padding:5px 0 9px;}
#userLogin {float:right; height:36px; line-height:36px;}
#topNavLeft {height:36px; line-height:36px;}
#topNavLeft li {display:inline; float:left;}
#topNavLeft li.line {padding:0 10px; color:#dfdfdf;}
#topNavLeft li.hover a {color:#cc0066;}
#cityLink a, #navLink a, #mobLink a {height:20px; padding:8px 0; line-height:20px; display:block;}
#cityLink span, #navLink span, #mobLink span {display:inline; float:left;}
#topNavLeft .ico {width:20px; height:20px; background-image:url(http://i3.sinaimg.cn/qc/2014/0227/ico_20.png); _background-image:url(http://i2.sinaimg.cn/qc/2014/0227/ico_20_ie6.png); background-repeat:no-repeat; margin-right:5px;}
#cityLink .ico {background-position:0 0;}
#cityLink a:hover .ico, #cityLink.hover a .ico {background-position:0 -20px;}
#topNavLeft .arw {border-color:#aaa transparent transparent transparent; border-style:solid dashed dashed dashed; border-width:4px 4px 0 4px; font-size:0; line-height:0; width:0; height:0; margin:8px 0 0 3px;}
#topNavLeft a:hover .arw, #topNavLeft .hover .arw {border-color:transparent transparent #cc0066 transparent; border-style:dashed dashed solid dashed; border-width:0 4px 4px 4px;}
#navLink .ico {background-position:0 -40px;}
#navLink a:hover .ico, #navLink.hover .ico {background-position:0 -60px;}
#mobLink .ico {background-position:0 -80px;}
#mobLink a:hover .ico, #mobLink.hover .ico {background-position:0 -100px;}
/*
#mainHead {width:100%; border-bottom:2px solid #f9644e;}
#mainHead .wrap {height:40px; padding:10px 0 20px;}
#umLink {float:right; width:75px; height:40px; background-image:url(http://i0.sinaimg.cn/qc/2014/0227/auto_bg.png); _background-image:url(http://i3.sinaimg.cn/qc/2014/0227/auto_bg_ie6.png); background-repeat:no-repeat; background-position:0 -120px;}
#autoLogo {width:130px; height:40px; display:inline; float:left; margin-right:20px;}
#autoLogo a {display:block; width:130px; height:40px; background-image:url(http://i0.sinaimg.cn/qc/2014/0227/auto_bg.png); _background-image:url(http://i3.sinaimg.cn/qc/2014/0227/auto_bg_ie6.png); background-repeat:no-repeat; background-position:0 0;}
#oldVersion {display:inline; float:left; width:60px; height:40px; line-height:40px; margin-right:80px;}
#autoSearchBar {width:465px; height:40px; display:inline; float:left; margin-right:10px;}
#searchText {width:285px; height:38px; border:1px solid #dfdfdf; border-right-width:0; display:inline; float:left; border-top-left-radius:3px; border-bottom-left-radius:3px; padding-left:10px; color:#999; font-size:14px;}
#searchText:focus {border-color:#f9644e;}
#commonSearch {width:79px; height:40px; background-color:#f9644e; border-top-right-radius:3px; border-bottom-right-radius:3px; display:inline; float:left; margin-right:10px; background-image:url(http://i3.sinaimg.cn/qc/2014/0227/ico_20.png); _background-image:url(http://i2.sinaimg.cn/qc/2014/0227/ico_20_ie6.png); background-repeat:no-repeat; background-position:30px -120px;}
#commonSearch:hover {background-color:#1da8eb;}
#qaSearch {width:78px; height:38px; border-radius:3px; display:inline; float:left; background-color:#fafafa; border:1px solid #dfdfdf; text-align:center; line-height:38px; font-size:14px;}
#qaSearch:hover {background-color:#fff; color:#333;}
#autoFilter {border:1px solid #fff; border-bottom-width:0; width:50px; height:39px; line-height:39px; font-size:14px; padding-left:10px; display:inline; float:left;}
#autoFilter strong {font-weight:normal; display:inline; float:left; margin-right:5px;}
#autoFilter i {display:inline; float:left; position:relative; margin:16px 0; width:8px; height:8px; -webkit-transition:.3s ease-in; -moz-transition:.3s ease-in; -o-transition:.3s ease-in; transition:.3s ease-in;}
#autoFilter i em, #autoFilter i span {position:absolute; top:0; left:0; width:0; height:0; border-color: rgba(255,255,255,0);border-color:transparent\0; _border-color:tomato; _filter:chroma(color=tomato); border-style:solid; border-width:4px 4px 0;}
#autoFilter i em {top:1px; border-top-color:#aaa;}
#autoFilter i span {border-top-color:#fff;}
#autoFilter:hover, #autoFilter.hover {border-color:#c4c4c4;}
#autoFilter:hover i, #autoFilter.hover i {-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); -ms-transform:rotate(0);}
#autoFilter:hover i em, #autoFilter.hover i em {border-top-color:#f9644e;}

#mainNav {height:60px; overflow:hidden; border-bottom:1px solid #dfdfdf; width:1000px; margin:0 auto;}
#mainNav ul {width:1050px;}
#mainNav li {display:inline; float:left; width:41px; padding-left: 10px; height:60px; font-size:15px; font-weight:bold; font-family:Microsoft Yahei;}
#mainNav li a {display:block; height:20px; line-height:20px; padding:20px 0;}
#mainNav li.on a {color:#f9644e;}
#mainNav li.line {border-right:1px solid #dfdfdf; height:20px; margin-top:20px; width:0; font-size:0; line-height:0; overflow:hidden; margin-right:12px;}
#mainNav li.mid {width:57px;}
#mainNav li.long {width:74px;}
#mainNav li.end {margin-right:0; text-align:right; width:58px; padding-left: 0;}
#mainNav #industry {padding-left: 0; width: 51;}

#typeNav {height:40px; overflow:hidden;}
#typeNav ul {width:1020px;}
#typeNav li {display:inline; float:left; height:20px; line-height:20px; padding:10px 0; margin-right:21px;}
#typeNav li a {display:block; height:20px;}
.type_1 {width:66px; margin-left: 1px;}
.type_2 {width:74px;} 
.type_3 {width:88px;}
.type_4 {width:79px;}
.type_5 {width:90px;}
.type_6 {width:95px;}
.type_7 {width:76px;}
.type_8 {width:78px;}
.type_9 {width:82px;}
.type_10{width:80px;}

#typeNav li em {display:inline; float:right; text-align:right; font-style:normal;}
#typeNav li .ico {background-image:url(http://i0.sinaimg.cn/qc/2014/0227/auto_bg.png); _background-image:url(http://i3.sinaimg.cn/qc/2014/0227/auto_bg_ie6.png); background-repeat:no-repeat; display:inline; float:left; height:20px;}
.type_1 .ico {background-position:0 -160px; width:32px;}
.type_2 .ico {background-position:0 -180px; width:40px;}
.type_3 .ico {background-position:0 -200px; width:42px;}
.type_4 .ico {background-position:0 -220px; width:45px;}
.type_5 .ico {background-position:0 -240px; width:44px;}
.type_6 .ico {background-position:0 -260px; width:49px;}
.type_7 .ico {background-position:0 -280px; width:42px;}
.type_8 .ico {background-position:0 -300px; width:44px;}
.type_9 .ico {background-position:0 -320px; width:48px;}
.type_10 .ico {background-position:0 -340px; width:34px;}
.type_1 a:hover .ico {background-position:-60px -160px;}
.type_2 a:hover .ico {background-position:-60px -180px;}
.type_3 a:hover .ico {background-position:-60px -200px;}
.type_4 a:hover .ico {background-position:-60px -220px;}
.type_5 a:hover .ico {background-position:-60px -240px;}
.type_6 a:hover .ico {background-position:-60px -260px;}
.type_7 a:hover .ico {background-position:-60px -280px;}
.type_8 a:hover .ico {background-position:-60px -300px;}
.type_9 a:hover .ico {background-position:-60px -320px;}
.type_10 a:hover .ico {background-position:-60px -340px;}

#adTop {height:90px; background-color:#f5f5f5; margin-top:20px; overflow:hidden;}
*/
.top_layer {border:1px solid #c4c4c4; box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2); background-color:#fff; position:absolute; display:none; z-index:101;}
#cityHolder, #otherCityHolder, #J_otherCityHolder{width:610px;z-index:101; text-align:left; line-height:22px; padding:10px 0;}
#cityHolder dd a, #otherCityHolder dd a, #J_otherCityHolder dd a{margin:auto 12px;color:#777;}
#cityHolder dd a:hover, #otherCityHolder dd a:hover, #J_otherCityHolder dd a:hover{color:#cc0066;}
#cityHolder dl, #otherCityHolder dl, #J_otherCityHolder dl{clear:both}
#cityHolder dt, #cityHolder dd, #otherCityHolder dt, #otherCityHolder dd, #J_otherCityHolder dt, #J_otherCityHolder dd{float:left;line-height:25px;color:#ddd; font-family:Arial; display:inline;}
#cityHolder dt, #otherCityHolder dt, #J_otherCityHolder dt{padding:0 5px 0 10px;color:#0079c6}
#guideHolder {width:590px;overflow:hidden;padding:5px 10px;}
#guideHolder p{width:590px;height:36px;line-height:36px;}
#guideHolder p i{color:#d3d3d3;padding:0 9px; font-style:normal;}
#mobileHolder {width:600px; padding:10px;}
#mobileHolder li{display:inline;float:left;width:180px;height:50px;padding:10px;overflow:hidden;}
#mobileHolder li:hover {background-color:#fafafa;}
#mobileHolder li img{width:50px;height:50px;float:left;display:inline;margin-right:10px;}
.mobile_inf{width:114px;display:inline;float:left;}
.mobile_inf strong{display:block;height:18px;line-height:16px;}
.mobile_inf p{line-height:16px;color:#d3d3d3;}
.mobile_inf p a{color:#0079c6;padding:0 3px;}

.sa_chs_price dd a, .sa_chs_price dd.last_price a {background:url(http://i0.sinaimg.cn/qc/2013/0417/sa_head_bg.png) no-repeat;}

#filterHolder {position:absolute; background-color:#fff; width:688px; text-align:left; overflow:visible; position:absolute; z-index:101; border:1px solid #c4c4c4; display:none; box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2);}
.sa_chs_level_2, .sa_chs_price{height:70px; margin:0 10px;position:relative;}
.sa_chs_level_2 dt, .sa_chs_level_2 dd, .sa_chs_price dt, .sa_chs_price dd{display:inline;float:left;height:68px;}
.sa_chs_level_2 dt, .sa_chs_price dt{width:55px;line-height:50px;font-weight:bold;}
.sa_chs_level_2 dd{width:60px;height:55px;padding-top:15px;}
.sa_chs_price dl{position:relative;}
.sa_chs_price dt{line-height:1;padding-top:13px;height:55px;width:65px;}
.sa_chs_price dd{width:64px;height:50px;top:13px;position:absolute;float:none;display:block;}
.sa_chs_price dd a{display:block;width:64px;height:35px;background-position:0 -660px;position:relative;/*z-index:11119*/}
.sa_chs_price dd a:hover{background-position:0 -695px;/*z-index:12000;*/}
.sa_chs_price dd.last_price{width:69px;}
.sa_chs_price dd.last_price a{background-position:-64px -660px;width:69px;position:relative;}
.sa_chs_price dd.last_price a:hover{background-position:-64px -695px;/*z-index:12000;*/}
.sa_chs_price dd em{position:absolute;bottom:15px;left:0; font-style:normal;}
.sa_chs_price dd em.cur{color:#0079c6;}
.sa_chs_level_2 a{display:block;width:60px;height:20px; background-image:url(http://i0.sinaimg.cn/qc/2014/0227/auto_bg.png); background-repeat:no-repeat;position:relative;}
.sa_chs_level_2 .level_1{background-position:15px -160px}.sa_chs_level_2 .level_2{background-position:10px -180px}.sa_chs_level_2 .level_3{background-position:10px -200px}.sa_chs_level_2 .level_4{background-position:10px -220px}.sa_chs_level_2 .level_5{background-position:10px -240px}.sa_chs_level_2 .level_6{background-position:9px -260px}.sa_chs_level_2 .level_7{background-position:10px -280px}.sa_chs_level_2 .level_8{background-position:10px -300px}.sa_chs_level_2 .level_9{background-position:9px -320px}.sa_chs_level_2 .level_10{background-position:11px -340px}
.sa_chs_level_2 .level_1:hover{background-position:-45px -160px}.sa_chs_level_2 .level_2:hover{background-position:-50px -180px}.sa_chs_level_2 .level_3:hover{background-position:-50px -200px}.sa_chs_level_2 .level_4:hover{background-position:-50px -220px}.sa_chs_level_2 .level_5:hover{background-position:-50px -240px}.sa_chs_level_2 .level_6:hover{background-position:-51px -260px}.sa_chs_level_2 .level_7:hover{background-position:-50px -280px}.sa_chs_level_2 .level_8:hover{background-position:-50px -300px}.sa_chs_level_2 .level_9:hover{background-position:-51px -320px}.sa_chs_level_2 .level_10:hover{background-position:-49px -340px}
.sa_chs_level_2 a em{display:block;width:60px;height:30px;line-height:30px;text-align:center;position:absolute;top:20px;cursor:pointer; font-style:normal;}
.sa_chs_pop .more_chs_links{padding:0 0 15px 10px;}
.more_chs_links i {font-style:normal;}
.sa_chs_pop .sa_cover{width:68px;height:3px;background-position:0 -292px;top:-4px;left:386px;position:absolute;overflow:hidden;/*z-index:10000;*/}
.sa_chs_pop .sa_x{height:14px;width:688px;background:#f6f6f6;padding:11px 0;}
.sa_chs_pop .sa_x a{float:right;height:14px;font-size:14px;overflow:hidden;line-height:1;background-position:-86px -426px;margin-right:10px;padding-right:19px;}
.more_chs_links{height:24px;line-height:24px;}
.more_chs_links i{padding:0 18px 0 2px;color:#c9c9c9;}
.more_chs_links a{background:url(http://i0.sinaimg.cn/qc/2013/0417/sa_head_bg.png) no-repeat;background-position:0 -780px;float:left;display:inline;padding-left:8px;margin-right:18px;text-shadow:0 1px 0 #fff;}
.more_chs_links a.sa_type_comp, .more_chs_links a.sa_pic_comp, .more_chs_links a.sa_cal{padding-left:17px;margin-right:15px;_margin-right:10px;background:url(http://i0.sinaimg.cn/qc/2013/0417/sa_head_bg.png) no-repeat;}
.more_chs_links a.sa_type_comp{background-position:0 -1582px;}
.more_chs_links a.sa_pic_comp{background-position:0 -1606px;}
.more_chs_links a.sa_cal{background-position:0 -1723px;margin-right:0;}
.fl {display:inline; float:left;}

#mainNavPop {height:40px; line-height:40px; width:1000px; position:absolute; display:none; padding-top:6px; overflow:hidden;}
#mainNavPop .back {width:1000px; height:40px; background-color:#fff; opacity:0.9; filter:alpha(opacity=90); z-index:99;}
.main_nav_links {position:absolute; top:6px; left:0;border-top:1px solid #dfdfdf; z-index:99; width:1000px;}
.main_nav_links li {display:inline; float:left; height:40px; line-height:40px; font-size:14px; margin-right:30px;}
.main_nav_links li a.on {color:#f9644e;}
#mainNavPop .tips_top {width:110px; height:6px; overflow:hidden; position:absolute; top:1px; background-image:url(http://i0.sinaimg.cn/qc/2014/0227/auto_bg.png); background-repeat:no-repeat; background-position:0 -40px; z-index:99;}
#mainNavPop .blank_l, #mainNavPop .blank_r {width:50px; height:6px; background-color:#fff; position:absolute; top:-6px; display:none;}

.auto_match_box{padding:10px 0 0 0;overflow-y:scroll;overflow-x:hidden;height:305px;}
.auto_match_box ul{padding:0 10px;}
.match_list li{height:67px;float:left;margin-bottom:10px;width:238px;overflow:hidden;}
.match_list li img{display:inline;float:left;width:100px;height:67px;margin-right:10px;}
.match_car_inf{display:inline;float:left;width:120px;height:67px;overflow:hidden;}
.match_car_inf p{height:30px;line-height:16px;overflow:hidden;}
.match_car_name a{font-size:14px;}
.match_car_price a{color:#f00;}
.sa_search_box{width:294px;height:315px;background:#fff;border:1px solid #b1b1b1;border-top-width:0;position:absolute;z-index:100;overflow:hidden;}
.sa_search_list{width:294px;height:315px;overflow-y:scroll;}
.sa_search_btm{height:28px;border-top:1px solid #b1b1b1;width:258px;background:url(http://i0.sinaimg.cn/qc/2013/0417/sa_head_bg.png) 0 -156px repeat-x;}
.sa_stop_btn{width:46px;height:18px;background-position:0 -138px;line-height:18px;text-indent:4px;color:#fff;box-shadow:1px 1px 0 #fff;}
.sa_stop_btn:hover{text-decoration:none;color:#fff;}
.sa_search_list li{height:32px;line-height:32px;padding-left:10px;font-size:14px;}
.sa_search_list li.cur{background:url(http://i0.sinaimg.cn/qc/2013/0417/sa_head_bg.png) 0 -1040px;}
.sa_search_act{border-bottom-left-radius:0;background:url(http://i0.sinaimg.cn/qc/2013/0417/sa_head_bg.png) no-repeat right -1604px;color:#434242 !important;}
.sa_inner_list{width:260px;position:absolute;height:295px;border-top:1px solid #b1b1b1;border-bottom:1px solid #b1b1b1;border-right:1px solid #b1b1b1;background:#eee;top:-1px;left:149px;z-index:100;overflow-y:auto;overflow-x:hidden;padding:10px 10px 10px 0;}
.sa_inner_list ul{padding-left:10px;}
.sa_inner_list li{width:250px;height:66px;margin-bottom:10px;overflow:hidden;}
.sa_car_pic{width:100px;height:66px;display:inline;float:left;margin-right:10px;padding:0;border:0;}
.sa_car_inf{width:140px;height:66px;display:inline;float:left;}
.sa_car_inf strong, .sa_car_inf span{display:block;width:140px;height:30px;line-height:1;}
.sa_car_inf strong{font-size:14px;font-weight:normal;}
.sa_car_inf span a{color:#f00;}
.hide {display:none;}
.brand_list{border-bottom:1px solid #b1b1b1;margin-bottom:10px;}
.brand_list li{height:35px;float:left;margin-bottom:10px;width:238px;overflow:hidden;}
.brand_list li img{display:inline;float:left;width:35px;height:35px;margin-right:10px;border:none;padding:0;}
.brand_list li strong{display:inline;float:left;line-height:35px;height:35px;font-weight:normal;font-size:14px;}
/*
#motorLink {padding-left:480px; width:520px;}
#microBlogLink {padding-left:810px; width:190px;}
#communityLink {padding-left:660px; width:340px;}
#showGirlLink {padding-left:758px; width:242px;}
#selfDrivingLink {padding-left:660px; width:340px;}
#autoUseLink {padding-left:450px; width:550px;}
#autoVideoLink {padding-left:300px; width:700px;}
#autoTypesLink {padding-left:350px; width:650px;}
#quoteLink {padding-left:250px; width:750px;}
#guideLink {padding-left: 100px; width: 900px;}
*/
#cityLink {_width:130px;}
#navLink {_width:65px;}
#commonSearch { _background-color:#1da8eb;}
#mainNavPop .tips_top { _background-image:url(http://i3.sinaimg.cn/qc/2014/0227/auto_bg_ie6.png);}
.sa_chs_level_2 a{_background-image:url(http://i3.sinaimg.cn/qc/2014/0227/auto_bg_ie6.png);}
#topmenulist {width:85px;}
#userLogin .outlogin_LoginBtn span {display:inline-block;line-height:36px;}
#topmenulist li a{display:block;padding:0 15px;}
#topmenulist li a:hover{background:#ecf4fc;}
.tn-title-login-custom a {color:#f9644e;display:inline-block;line-height:36px;}
/*head end*/

/* autoShow head begin */
.banner{ width: 1000px; height: 175px; margin: 0 auto; overflow: hidden;}
.banner .main-area{ height: 80px; padding: 14px 17px 36px 361px;}
.banner .main-area .heading{ width: 225px; height: 50px; margin-top: 60px; font-family: "Microsoft Yahei"; font-size: 36px; color: #ffffff; text-align: center;}
.banner .main-area .ads-benz{ width: 312px; height: 45px; display: block; text-indent: -500px; overflow: hidden;}
.banner .sub-area{ height: 45px;}
.banner .sub-area .mobile-app{ width: 333px; height: 45px; padding-left: 663px;}
.banner .sub-area .mobile-app a{ margin-right: 20px; display: block; text-indent: -300px; overflow: hidden; font-family: "Microsoft Yahei"; font-size: 16px; line-height: 45px; color: #ffffff;}
.banner .sub-area .mobile-app .home{ width: 58px; display: none;}
.banner .sub-area .mobile-app .phone{ width: 70px;}
.banner .sub-area .mobile-app .ipad{ width: 74px;}
.banner .sub-area .mobile-app .app{ width: 129px;}
.searchCars{ width: 300px; margin: 8px 35px 0 0; display:none;}
.searchCars li select{ width:115px; height:16px; margin-left: -1px; line-height:16px; *width: 118px; *height: 20px; *line-height: 20px; *margin: -2px -2px -2px -2px; color:#999999; background: #ffffff;}
.searchCars li select.on{ color: #333333;}
.searchCars li select optgroup{ color: #000000; font-weight: bold; font-style: normal; text-align: center; background: #cccccc;}
.searchCars li select option{ color: #333333; background: #ffffff;}
.searchCars .choose-brand, .searchCars .choose-type{ width:118px; height:28px; padding-right:1px; border:1px solid #dfdfdf; border-right:0; background: #ffffff;}
.searchCars .choose-brand p, .searchCars .choose-type p{ width:114px; height:16px; overflow:hidden; border:6px solid #ffffff; border-left: 2px solid #ffffff; border-right: 2px solid #ffffff;}
.searchCars .search-type input{ width:60px; height:30px; background: #353535; border-radius: 0 2px 2px 0; line-height:30px; color:#ffffff; cursor:pointer;}
.searchCars .search-type .hover{ background: #424242;}
@media screen and (-webkit-min-device-pixel-ratio:0) { .searchCars li select { width: 118px; height: 23px; line-height: 23px; margin: -4px -2px -3px -2px; } }
.navBar{ width: 1000px; height: 60px; margin: 0 auto; overflow: hidden; margin-bottom: 40px;}
.navBar dl{ padding: 0 10px 0 6px;}
.navBar dl a{ height: 54px; display: inline-block; padding: 3px 6px; line-height: 54px; color: #fff9e9; font-family: "Hiragino Sans GB","simsun";}
.navBar dl a:hover, .navBar dl a.on{ padding: 3px 6px 0; background: #0351b1; border-bottom: 3px solid #e00562;}
.navBar dl dt a{ padding: 3px 4px; font-family: "Microsoft Yahei"; font-size: 16px; font-weight: bold;}
.navBar dl dt a:hover, .navBar dl dt a.on{ padding: 3px 4px 0;}
.navBar dl dd{}
/* autoShow head end */

/* mshare|mcomment|mshare begin*/
.mshare, .mcomment, .mlike{ border: 1px solid #dfdfdf; cursor: pointer;}
.mshare{ border-right: 0;}
.mcomment{ border-right: 0;}
.mshare .i, .mcomment .i, .mlike .i{ width: 23px; height: 23px; display: block; text-indent: -100px; overflow: hidden; background: url(http://i0.sinaimg.cn/qc/autoimages/autoVersion2014/icon_01.gif) no-repeat;}
.mshare .i{ background-position: 0 0;}
.mcomment .i{ background-position: -24px 0;}
.mlike{ position: relative;}
.mlike b{ position: absolute; font-weight: bold; color: #f9644e; left: 6px; top: -10px;}
.mlike .i{ background-position: -48px 0;}
.mshare .i:hover, .mshare:hover .i{ background-position: 0 -35px;}
.mcomment .i:hover, .mcomment:hover .i{ background-position: -24px -35px;}
.mlike .i:hover, .mlike:hover .i, .J_mlikeYes .i, .J_mlikeYes:hover .i{ background-position: -48px -35px;}
.J_mlikeNo .i:hover, .J_mlikeNo:hover .i{ background-position: -48px 0;}
.mshare span, .mcomment span, .mlike span{ font-size: 12px; color: #999999; line-height: 23px; padding-right: 9px; cursor: pointer; display: none;}
.J_sharelist .mshare span,.J_sharelist  .mcomment span,.J_sharelist  .mlike span,.J_modelList  .mlike span,.J_modelList .mshare span{ display: inline; float: left;}
.J_modelList .mshare span,.J_modelList  .mcomment span,.J_modelList  .mlike span{ display: inline; float: left;}
.J_compareList .mshare span,.J_compareList  .mcomment span,.J_compareList  .mlike span{ display: inline; float: left;}
.J_playhallList .mshare span,.J_playhallList  .mcomment span,.J_playhallList  .mlike span{ display: inline; float: left;}

.J_bshares{ display: none; width: 98px; height: auto; border: 1px solid #c4c4c4; position: absolute; z-index: 10;}
.J_bshares a.shares{ width:48px; height:30px; padding: 5px 10px 5px 40px; display:block; overflow:hidden; line-height:30px; background:url(http://i3.sinaimg.cn/qc/autoimages/autoVersion2014/mshare.gif) no-repeat #ffffff;}
.J_bshares a.shares:hover{ background-color: #fafafa; text-decoration: none;}
.J_bshares a.share-weibo{ background-position: 0 0px;}
.J_bshares a.share-renren{ background-position: 0 -40px;}
.J_bshares a.share-qqwb{ background-position: 0 -80px;}
.J_bshares a.share-qqzone{ background-position: 0 -120px;}
.mshare .bshares{ display: none;}
/*
.mshare{ position: relative;}
.mshare .bshares{ display: none; width: 98px; height: auto; border: 1px solid #c4c4c4; position: absolute; right: -1px; top: 23px; z-index: 10;}
.mshare .bshares a.shares{ width:48px; height:30px; padding: 5px 10px 5px 40px; display:block; overflow:hidden; line-height:30px; background:url(http://i3.sinaimg.cn/qc/autoimages/autoVersion2014/mshare.gif) no-repeat #ffffff;}
.mshare .bshares a.shares:hover{ background-color: #fafafa; text-decoration: none;}
.mshare .bshares a.share-weibo{ background-position: 0 0px;}
.mshare .bshares a.share-renren{ background-position: 0 -40px;}
.mshare .bshares a.share-qqwb{ background-position: 0 -80px;}
.mshare .bshares a.share-qqzone{ background-position: 0 -120px;}
*/
/* mshare|mcomment|mshare end*/

/*like235 begin*/
.like235{ margin-left: -20px; margin-bottom: 3px;}
.like235 li{ width: 235px; margin: 0 0 10px 20px; line-height: 21px; color: #999999;}
.like235 .img{ width: 235px; height: 158px; display: block; margin-bottom: 6px; position: relative;}
.like235 .img img{ width: 235px; height: 158px;}
/*
.like235 .img{ width: 235px; height: 158px; display: block; line-height: 158px; background: #fafafa; text-align: center; vertical-align: middle; margin-bottom: 6px; position: relative;}
.like235 .img img{ max-width: 235px; max-height: 158px; _width:235px; _height:158px; vertical-align: middle;}
*/
.like235 .img .air{ font: 400 14px/29px "Hiragino Sans GB","simsun"; color: #cccccc; text-align: center; text-decoration: none; cursor: pointer;}
.like235 .img .air:hover{ color: #cc0066;}
.like235 .img .air .air-b{ width: 235px; height: 29px; text-indent: -500px; overflow: hidden; background: #000000; opacity: 0.6; filter:alpha(Opacity=60); position: absolute; top: 129px; left: 0;}
.like235 .img .air .air-w{ width: 235px; height: 29px; overflow: hidden; position: absolute; top: 129px; left: 0;}
.like235 .img .air .air-c{ width: 41px; height: 41px; text-indent: -100px; overflow: hidden; background: url(http://i0.sinaimg.cn/qc/autoimages/autoVersion2014/yc_video_01.png) 0 0 no-repeat; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://i0.sinaimg.cn/qc/autoimages/autoVersion2014/yc_video_01.png"); position: absolute; top: 107px; left: 10px;}
.like235 .img .air:hover .air-c{ background: url(http://i2.sinaimg.cn/qc/autoimages/autoshowBeijing2014/yc_video_04.png) 0 0 no-repeat; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://i2.sinaimg.cn/qc/autoimages/autoshowBeijing2014/yc_video_04.png");}
.like235 .img .outer{ width: 73px; height: 30px; position: absolute; top: 10px; right: 0;}
.like235 .img .ilike{ position:relative; text-decoration: none; cursor: pointer; /**/display: none;}
.like235 .img .ilike b{ position: absolute; font-weight: bold; color: #f9644e; left: 15px; top: -3px;}
.like235 .img .ilike .ilike-b{ width: 73px; /*width: 0; transition: width 0.3s ease-in-out 0s;*/ height: 30px; text-indent: -100px; overflow: hidden; background: #000000; opacity: 0.5; filter:alpha(Opacity=50); position: absolute; top: 0; left: 0; border-radius: 14px 0 0 14px; -o-border-radius: 14px 0 0 14px; -moz-border-radius: 14px 0 0 14px; -webkit-border-radius: 14px 0 0 14px;}
.like235 .img .ilike .ilike-w{ width: 42px; padding-left: 31px; /*width: 0; padding-left: 0; transition: width 0.3s ease-in-out 0s;*/ height: 30px; overflow: hidden; background: url(http://i3.sinaimg.cn/qc/autoimages/autoVersion2014/yc_like_01.gif) 8px 9px no-repeat; line-height: 30px; color: #ffffff; position: absolute; top: 0; left: 0; border-radius: 14px 0 0 14px; -o-border-radius: 14px 0 0 14px; -moz-border-radius: 14px 0 0 14px; -webkit-border-radius: 14px 0 0 14px;}
.like235 .img .ilike:hover .ilike-w, .like235 .img .J_ilikeYes .ilike-w{ background: url(http://i3.sinaimg.cn/qc/2014/1103/yc_like_02.gif) 8px 9px no-repeat;}
.like235 .img .J_ilikeNo:hover .ilike-w{ background: url(http://i3.sinaimg.cn/qc/autoimages/autoVersion2014/yc_like_01.gif) 8px 9px no-repeat;}
.like235 .img .sale{ height: 33px; overflow: hidden; padding: 0 25px 0 10px; font-size: 14px; line-height: 33px; color: #ffffff; position: absolute; top: 10px; left: 0; background: url(http://i2.sinaimg.cn/qc/autoimages/autoshowBeijing2014/yc_specbg_02.gif) right -281px no-repeat;}
.like235 .hover .ilike{ display: block;}

.like235 .title{ height: 28px; display: block; overflow: hidden; font: 400 14px/28px "Hiragino Sans GB","simsun";}
.like235 .tit{ height: 28px; display: block; overflow: hidden; font-family: "Hiragino Sans GB","simsun"; font-size: 14px; font-weight: bold;}
.like235 .time, .like235 li .img_num{ line-height: 25px; color: #999999;}
.like235 .ct{ width: 145px; display: block; overflow: hidden; line-height: 28px; color: #999999; text-align: left;}
.like235 .ct i{ display: block;}
.like235 .ct .cost{ padding-left: 21px; font-family: "Microsoft Yahei"; font-size: 24px; line-height: 56px; color: #f9644e; background: url(http://i3.sinaimg.cn/qc/autoimages/autoshowBeijing2014/yc_point_rose.gif) 0 -480px no-repeat;}
.like235 .butt{ width: 66px; height: 36px; margin-top: 10px; display: block; font-family: "Microsoft Yahei"; font-size: 18px; line-height: 36px; text-align: center; background: #fafafa; border: 1px solid #dfdfdf;}
.like235 .butt:hover{ border: 1px solid #cc0066; background: #cc0066; color: #ffffff; text-decoration: none;}
.like235 .pvideo{ padding-top: 10px;}
.like235 .video{ width: 33px; height: 20px; padding: 1px 0 2px 23px; display: block; line-height: 20px; color: #999999; border: 1px solid #dfdfdf; background: url(http://i2.sinaimg.cn/qc/2014/1103/ico_sprite.png) -46px -101px no-repeat;}
.like235 .video:hover{ color: #cc0066; background: url(http://i2.sinaimg.cn/qc/2014/1103/ico_sprite.png) -46px -139px no-repeat;}
.like235 .ilink{ padding: 1px 0 2px; line-height: 20px; color: #dfdfdf;}
.like235 .ilink a{ line-height: 20px; color: #999999;}
.like235 .ilink a:hover{ color: #cc0066;}
.like235 .ilink i{ margin: 0 8px;}
.h214 li{ height: 214px;}
.h217 li{ }
.h255 li{ height: 255px;}
.h255 .cbut{height: 56px;overflow:hidden;}
/*like235 end*/

/*attention begin*/
.atten-butt a{ height: 18px; padding: 3px 0 6px; line-height: 18px; color: #999999; border: 1px solid #dfdfdf;}
.atten-butt a.non-atten{ width: 77px; display: block; text-align: center;}
.atten-butt a.non-atten:hover{ color: #ffffff; background: #cc0066; border: 1px solid #cc0066;}
.atten-butt a.has-atten{ width: 77px; display: none; text-align: center; background: url(http://i3.sinaimg.cn/qc/autoimages/autoshowBeijing2014/yc_point_rose.gif) 13px -1787px;}
.done a.non-atten {display:none;}
.done a.has-atten{ display: block; background:#F7F7F7;}
.done a.has-atten:hover{display:block;background:#F7F7F7;color: #999999;}
/*attention end*/

/* quickPic begin */
.show-arrow .qbtn a{ width: 50px; display: block; color: #ffffff; text-indent: -300px; overflow: hidden; background: url(http://i2.sinaimg.cn/qc/2014/1103/ico_sprite.png) no-repeat #e00562; cursor: pointer;}
.show-arrow .qbtn a:hover{ background-color: #cc0066;}
.show-arrow .air-b{ text-indent: -500px; overflow: hidden; background: #000000;}
.show-arrow .quickbox{ width: 1000px; height: 400px; overflow: hidden; position: relative;}
.show-arrow .quickbox .qslide{ height: 400px; overflow: hidden; position: absolute; top: 0px ; left: -400px;}
.show-arrow .quickbox .qslide li{ width: 600px; height: 400px;}
.show-arrow .quickbox .qslide li img{ width: 600px; height: 400px;}
.show-arrow .quickbox .qpoint{ position: absolute; left: 50%; bottom: 18px;}
.show-arrow .quickbox .qpoint li{ width: 20px; height: 20px; color: #ffffff; text-indent: -100px; overflow: hidden; cursor: pointer; background: url(http://i1.sinaimg.cn/qc/autoimages/autoVersion2014/yc_fpoint_01.png) 0 0 no-repeat; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://i1.sinaimg.cn/qc/autoimages/autoVersion2014/yc_fpoint_01.png");}
.show-arrow .quickbox .qpoint li.on{ background: url(http://i2.sinaimg.cn/qc/autoimages/autoVersion2014/yc_fpoint_02.png) 0 0 no-repeat; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://i2.sinaimg.cn/qc/autoimages/autoVersion2014/yc_fpoint_02.png");}
.show-arrow .quickbox .air-b{ width: 200px; height: 400px; opacity: 0.6; filter:alpha(opacity=60); position: absolute; top: 0; z-index: 9;}
.show-arrow .quickbox .air-b-l{ left: 0;}
.show-arrow .quickbox .air-b-r{ right: 0;}
.show-arrow .quickbox .qbtn{ position: absolute; top: 175px; z-index: 10;}
.show-arrow .quickbox .qprev{ left: 150px;}
.show-arrow .quickbox .qnext{ right: 150px;}
.show-arrow .quickbox .qbtn a{ height: 50px;}
.show-arrow .quickbox .qprev a{ background-position: 13px -547px;}
.show-arrow .quickbox .qnext a{ background-position: -37px -547px;}
.show-arrow .arrowbox{ height: 100px; padding-top: 10px;}
.show-arrow .arrowbox .qbtn a{ height: 100px;}
.show-arrow .arrowbox .thumb{ width: 150px; height: 100px; position: relative;}
.show-arrow .arrowbox .thumb img{ width: 150px; height: 100px;}
.show-arrow .arrowbox .thumb i{ width: 150px; height: 21px; overflow: hidden; position: absolute; top: 79px; left: 0px;}
.show-arrow .arrowbox .thumb .air-b{ opacity: 0.5; filter:alpha(opacity=50);}
.show-arrow .arrowbox .thumb .air-w{ line-height: 21px; color: #ffffff; text-align: center;}
.show-arrow .arrowbox .arrowprev{ width: 201px; height: 100px; padding-right: 6px; background: url(http://i3.sinaimg.cn/qc/autoimages/autoshowBeijing2014/yc_point_rose.gif) 201px -1647px no-repeat; cursor: pointer;}
.show-arrow .arrowbox .arrownext{ width: 201px; height: 100px; padding-left: 6px; background: url(http://i3.sinaimg.cn/qc/autoimages/autoshowBeijing2014/yc_point_rose.gif) -20px -1647px no-repeat; cursor: pointer;}
.show-arrow .arrowbox .arrowprev .qprev a{ background-position: 18px -1546px;}
.show-arrow .arrowbox .arrownext .qnext a{ background-position: -47px -1546px;}
.show-arrow .arrowbox .arrowdata{ width: 550px; height: 85px; padding: 15px 18px 0;}
.show-arrow .arrowbox .arrowdata .title{ height: 60px; overflow: hidden; font-family: "Microsoft Yahei"; font-size: 18px; line-height: 60px; text-align: center;}
/* quickPic end */

/*pagination begin*/
.pagination {padding: 20px 0 0;text-align: center;}
.pagination a {border: 1px solid #dfdfdf; background: #fff;color: #e00562;cursor: pointer;display: inline-block;*display:inline;font-family: Tahoma;font-size: 14px;height: 38px;line-height: 38px;margin: 0 5px;text-align: center;text-decoration: none;width: 38px;}
.pagination a:hover {border: 1px solid #e00562; background: #fff;color: #e00562;}
.pagination a.text, .pagination a.text:hover {width: 13px; border: none; cursor: text;}
.pagination a.prev, .pagination a.prev:hover {background: url("http://i2.sinaimg.cn/qc/2014/1103/ico_sprite.png") -40px -265px no-repeat; border: 1px solid #e00562;}
.pagination a.prev.disabled {background: url("http://i2.sinaimg.cn/qc/2014/1103/ico_sprite.png") -40px -401px no-repeat;cursor: text;border: 1px solid #dfdfdf;}
.pagination a.next,.pagination a.next:hover {background: url("http://i2.sinaimg.cn/qc/2014/1103/ico_sprite.png") -43px -319px no-repeat;border: 1px solid #e00562;}
.pagination a.next.disabled {background: url("http://i2.sinaimg.cn/qc/2014/1103/ico_sprite.png") -38px -439px no-repeat;cursor: text;border: 1px solid #dfdfdf;}
.pagination a.disabled,.pagination a.disabled:hover {cursor: text;border: 1px solid #dfdfdf;}
.pagination a.current, .pagination a.current:hover {color: #FFFFFF;font-weight: bold; background: #e00562; border: none;}
/*pagination end*/

/*footer start*/
.footer{border-top:  1px solid #dfdfdf;background: #fafafa; margin-top: 40px;}
.footer-list .friendshiplink {font-size: 22px;font-family: "Microsoft Yahei";font-weight: normal; padding: 20px 0px; border-bottom: 1px solid #dfdfdf;}
.footer-list .friendshiplink span {font-size: 14px; color:#999999; padding-left: 10px;}
.footer-link .footer-title {font-size: 22px;font-family: "Microsoft Yahei";font-weight: normal;}
.footer-list .footer-list-ul {padding-top: 20px; margin-left: -17px;}
.footer-list .footer-list-ul li {float: left; border: 1px solid #dfdfdf; margin: 0px 0 20px 17px;}
.footer-list .footer-list-ul li.last {margin-right: 0px;}
.footer-list .footer-list-ul li a {display: block; width: 108px; height: 38px;}
.footer-list .footer-list-ul li a img{ width: 108px; height: 38px;}
.footer-link {padding-top:22px;}
.footer-link dl {padding: 12px 0 40px; border-top: 1px solid #dfdfdf; margin-top: 22px;line-height: 30px;}
.footer-link dl dt{float: left;font-size: 16px;color: #333; font-family: "Microsoft Yahei"; width: 130px;}
.footer-link dl dd{ margin: 0; border-left: 1px solid #DFDFDF; width: 144px; float: left;}
.footer-link dl dd a{ display: block; padding-left: 14px;}
.footer-link dl dd a:hover{ color: #cc0066;}
.footer-bd{padding: 24px 0; border-top: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;}
.footer-bd .logo-footer{display: inline-block;height: 30px;width: 270px;background: url(http://i2.sinaimg.cn/qc/2014/0314/U10684P33DT20140314161302_1.png);_background:url(http://i2.sinaimg.cn/qc/2014/0314/U10684P33DT20140314161302_1.png);}
.footer-search .keyword input{width: 153px;padding-left: 5px;height: 28px;line-height: 30px;color: #999;border:1px solid #dfdfdf;}
.footer-search .keyword .focus{ color:#333333; border: 1px solid #cc0066;}
.footer-search .choose-category{ width:90px; height:28px; padding-right:2px; border:1px solid #dfdfdf; border-left: 0; border-right:0;}
.footer-search .choose-category p{ width:86px; height:16px; overflow:hidden; border:6px solid #ffffff; border-left: 2px solid #ffffff; border-right: 2px solid #ffffff;}
.footer-search .choose-category p select{ width:87px; height:16px; margin-left: -1px; line-height:16px; *width: 90px; *height: 20px; *line-height: 20px; *margin: -2px -2px -2px -2px; color:#999999;}
.footer-search .search-keyword input{ width:60px; height:30px; background:#cc0066; border-radius: 0 2px 2px 0; line-height:30px; color:#ffffff; cursor:pointer;}
.footer-search .search-keyword .hover{ background: #e00562;}
.friend-link {height: 60px;line-height: 60px;}
.friend-link .tit{font-size: 22px;font-family: "Microsoft Yahei";font-weight: normal;}
.friend-link span{ margin-right: 5px;}
.friend-link a{color: #f9644e;}
.friend-link i{color: #d6d6d6;margin: 0 7px 0 6px;}
.footer-bottom{text-align: center;padding: 35px 0;line-height: 24px;background: #fff;}
/*footer end*/

/*sidebar start*/
#sidebar {position: fixed;_position:absolute;right:20px;bottom:310px; z-index: 100;display:none; height: 50px; /*height: 165px;*/}
#sidebar li{ width: 50px; height: 50px; margin-bottom: 5px; background: #000000; opacity: 0.3; _background: #c1c1c1;}
#sidebar li:hover{ opacity: 0.5; _background: #999999;}
#sidebar li a{ width: 50px; height: 50px; display:block; background: url(http://i0.sinaimg.cn/qc/autoimages/autoshowBeijing2014/auto_sidebar_02.png) no-repeat;}
#sidebar .return_top{display: none;}
#sidebar .rlike, #sidebar .rshare{ opacity: 1; background: #c1c1c1; position: relative;}
#sidebar .rlike:hover, #sidebar .rshare:hover{ opacity: 1; background: #999999;}
#sidebar .J_rlikeYes, #sidebar .J_rlikeYes:hover{ opacity: 1; background: #cc0066;}
#sidebar .rlike b{ position: absolute; font-weight: bold; color: #e00562; left: 17px; top: -15px;}
#sidebar .rlike a{ background-position:9px -205px;}
#sidebar .rshare a{ background-position:9px -260px;}
#sidebar .rshare .bshares{ display: none; width: 98px; height: auto; border: 1px solid #c4c4c4; position: absolute; right: 50px; top: 0; z-index: 10;}
#sidebar .rshare .bshares a.shares{ width:48px; height:30px; padding: 5px 10px 5px 40px; display:block; overflow:hidden; line-height:30px; background:url(http://i3.sinaimg.cn/qc/autoimages/autoVersion2014/mshare.gif) no-repeat #ffffff;}
#sidebar .rshare .bshares a.shares:hover{ background-color: #fafafa; text-decoration: none;}
#sidebar .rshare .bshares a.share-weibo{ background-position: 0 0px;}
#sidebar .rshare .bshares a.share-renren{ background-position: 0 -40px;}
#sidebar .rshare .bshares a.share-qqwb{ background-position: 0 -80px;}
#sidebar .rshare .bshares a.share-qqzone{ background-position: 0 -120px;}

#sidebar .um_car a{ background-position:9px 9px;}
#sidebar .gallery a{ background-position: 11px -58px;}
#sidebar .return_top a{ background-position: 13px -150px;}
#sidebar .um_car,#sidebar .gallery{ display: none;}
/*sidebar end*/

/*buy car apply popup start*/
.headline .apply {border-top:1px solid #dfdfdf;margin-top:10px;}
.apply .hd{padding:17px 0 10px;}
.apply .hd h2{font-size:22px;font-family:"Microsoft Yahei";font-weight:inherit;}
.apply .bd{}
.apply .bd li{margin-bottom:10px;}
.apply .bd li span{margin-right:6px;height:28px;line-height:28px;display:inline-block;}
.apply .bd li input{border:1px solid #dfdfdf;height:28px;line-height:28px;color:#999999;padding:0 5px 0 10px;}
.apply .bd li select{border:1px solid #dfdfdf;color:#999999;}
.apply .bd .uName input{width:85px;}
.apply .bd .uProvince select{width:102px;}
.apply .bd .uCity select{width:102px;}
.apply .bd .uTel input{width:150px;}
.apply .bd .uType input{width:164px;}
.apply .bd .uType select{ width: 214px;}
.apply .ft  {padding:5px 0 0 35px;}
.apply .ft .smt {background:#f9644e;display:block;width:180px;height:40px;color:#ffffff;font-size:14px;line-height:40px;text-align:center;border-radius: 1px; -o-border-radius: 1px;; -moz-border-radius: 1px;; -webkit-border-radius: 1px;}
.apply .ft .smt:hover {background:#e00562;}
.chosen-container-single .chosen-single {border:1px solid #dfdfdf;}
#J_applayPop {width:375px;}
.applay_layer {padding:15px;border:3px solid #999999;background: #FFFFFF;position: absolute;z-index: 101;display:none;}
.applay_layer  .hd{border-bottom:1px solid #dfdfdf;margin:0 0 20px 7px;padding-top:7px;position:relative;}
.applay_layer  .hd h2{border-left:4px solid #c3212e;height:22px;line-height:20px;padding:0 0 0 15px;}
.applay_layer  .hd .close{display:block;float:right;height:10px;width:10px;position:absolute;right:0;top:2px;cursor:pointer;background:url(http://i2.sinaimg.cn/qc/2014/1103/ico_sprite.png) no-repeat 0 -520px;}
.applay_layer  .hd .close:hover{background:url(http://i2.sinaimg.cn/qc/2014/1103/ico_sprite.png) no-repeat -25px -520px;}
.applay_layer  .bd {margin-left:7px;}
.applay_layer  .ft {padding-left:40px;}
#ground {background:#000000;opacity:0.6;filter:alpha(opacity=60);position:absolute;z-index:100;height:100%;width:100%;left:0;top:0;display:none;}
/*buy car apply popup end*/
<!--1333-737-26:2015-07-06 10:58:04-->