/************************************************
 * @description : 汽车团购活动
 * @author      : zhixue <zhixue@9173.com>
 * @date        : 2013-09-6
 ************************************************/
@charset "utf-8";
body, button, input, select, textarea { font:12px/1.125 "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;}
sub, sup { line-height:0; }
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
li { list-style:none; }
fieldset, img { border:0; }
input, textarea { outline-style:none; }
textarea { resize:none }
address, caption, cite, code, dfn, em, i, th, var { font-style:normal; font-weight:normal; }
legend { color:#000; }
abbr, acronym { border:0; font-variant:normal; }
a { text-decoration:none; outline:none; color:#333; }
a:hover { text-decoration:underline; color:#000; }
.clearfix:after { content:""; display:block; height:0; clear:both; visibility:hidden; }
.clear {
    clear: both;
}
.clearfix { zoom:1; }


.navibar-in-wrap{width:100%; 
	background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 1px solid #E7E7E7;
    color: #333333;
    height: 25px;
    line-height: 25px;
}
/*顶部导航*/
#navibar, #navibar .nav-change .nav-dd-head s{background: none repeat scroll 0 0 #F8F8F8; border-bottom: 1px solid #E7E7E7;}
#navibar{width:955px; height:25px; line-height:25px; padding:0; margin:0 auto;}
#navibar a{text-decoration:none; color:#000;}
#navibar a:hover,#navibar .red:hover{text-decoration:none; color:#f60; }
/*导航子栏目 左侧*/
#navibar .navL{float:left;}
/*右侧*/
#navibar .navR{float:right; text-align:right;}
#navibar .navR .weblogin a{color:#FF6501;}
#navibar .navR .weblogin a:hover{text-decoration:underline;}

/*** 头部搜索区域 ***/
.search_bg {
	background:#FFFFFF;
	height:95px;
}
.s_search_form, .search_input, .search_bt {
    background: url("../images/base_bg_20110725.png") no-repeat scroll 0 0 transparent;
}
#s_search {
	margin:0 auto;
	padding-top:20px;
	overflow:hidden;
	width:820px;
}
#s_logo {
    float: left;
    height: 57px;
    line-height: 28px;
    margin: 3px 10px 0 0;
    position: relative;
    text-align: center;
    width: 160px;
}
#s_logo img {
    left: 0;
    position: absolute;
    top: 0;
}
.s_search_form {
    background-position: -255px 0;
    float: left;
    height: 36px;
    padding-left: 3px;
	margin-top:15px;
    position: relative;
}
.search_input {
    background-position: 0 -36px;
    background-repeat: repeat-x;
    border: medium none;
    float: left;
    font-size: 16px;
    height: 27px;
	line-height:27px;
    padding: 5px 0 4px 5px;
    width: 407px;
}
.search_bt, .ask_bt, .answer_bt {
    border: medium none;
    cursor: pointer;
    float: left;
    height: 36px;
    margin-right: 5px;
    text-indent: -9999px;
}
.search_bt {
    width: 95px;
}

/*** 导航栏区域 ***/
.nav_wrap {
    margin-bottom: 10px;
}
.nav_wrap {
    position: relative;
    /*z-index: 98;*/
}
.nav_wrap, #nav li a:hover, #nav span, #nav .current {
    background: url("../images/qb3_nav_bg.png") no-repeat scroll 0 0 transparent;
}
.nav_wrap {
    background-repeat: repeat-x;
    left: 0;
    width: 100%;
}
.inner_nav {
    margin: 0 auto;
    position: relative;
    width: 970px;
}
#nav {
    height: 42px;
    overflow: hidden;
}
#nav ul {
    float: left;
    overflow: hidden;
}
#nav li {
    float: left;
    height: 42px;
    position: relative;
}
#nav a, #nav a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
#nav li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    text-align: center;
	letter-spacing:1px;
    width: 110px;
}
#nav li a:hover {
    background-position: 0 -52px;
}
#nav .current, #nav a.current:hover {
    background-position: 0 -104px;
}

/*********************
	网站底部
*********************/
.footer {
	clear:both;
    border-top: 1px solid #CCD5E3;
    line-height: 24px;
    margin: 10px auto;
    padding-top: 10px;
    text-align: center;
    width: 1000px;
}

/*********************
	返回顶部
*********************/
#backtop {
    bottom: 50px;
    display: none;
    height: 54px;
    position: fixed;
    right: 25px;
    width: 54px;
    z-index: 100;
}

#backtop a {
    background: url("/forum/themes/img/top.png") no-repeat scroll 12px 20px #3499EA;
    display: block;
    height: 54px;
    opacity: 0.4;
    width: 54px;
}

#backtop a:hover {
    opacity: 1;
}

#gohome {
    bottom: 110px;
    height: 54px;
    position: fixed;
    right: 25px;
    width: 54px;
    z-index: 100;
}

#gohome a {
    background: url("http://17qiche-stor.stor.appsina.com/img/backtohome.png") no-repeat scroll 0 0;
    display: block;
    height: 54px;
    opacity: 0.4;
    width: 54px;
}

#gohome a:hover {
    opacity: 1;
}

#stat img{display:none;}