@charset "utf-8";
/* CSS Document */
/*************************************
*
* 创建日期：2012-12-19
* 制造者：yaochange
* 概要：TOP通用样式
*
*************************************/
/*返回顶部*/

#AdLayer{width:980px;margin:0 auto;position:relative;}
#AdLayer a{ display:block;width:53px;height:53px;background:url(http://file.chexun.com/images_index_new/index_revision/index_icon.gif) no-repeat 0 -56px;position:fixed; _position:absolute; left:50%; bottom:50px; margin-left:490px;_top:expression(eval(document.documentElement.scrollBottom+50));}
#AdLayer a:hover{background-position:-70px -56px;}

/*通用mini导航开始*/

.topbar{width:100%;height:30px; background:url(http://file.chexun.com/images_index_new/index_revision/index_bg.gif) repeat-x 0 0;border-bottom:1px solid #ccc;}
.topbar .inner{width:980px;margin:0 auto; position:relative;}
.topbar .inner .xx_link{width:145px;float:left;}
.topbar .inner .xx_link a{float:left;line-height:30px;}
.topbar .inner .xx_link a.mobile{ background:url(http://file.chexun.com/images_index_new/index_revision/index_icon.gif) no-repeat -488px 6px;padding-left:20px;}
.topbar .inner .xx_link span{float:left;padding:0 6px;color:#ccc;line-height:29px;}
.topbar .inner .jgz{width:70px;float:left;padding:4px 0 0 0;height:24px; overflow:hidden;}

.topbar .inner a.dyczx{padding-left:20px;background:url(http://file.chexun.com/images_index_new/index_revision/index_icon.gif) no-repeat -385px -26px;float:right;line-height:30px;}
.topbar .inner a.dyczx:hover{ background-position:-484px -26px;}

/*帮助组*/
.topbar .inner .help{width:100px; position:absolute;top:3px;right:75px;overflow:visible;padding-top:5px;}
.topbar .inner .help span{color:#ccc;padding:0 11px;}
.topbar .inner .help em{background: url("http://file.chexun.com/images_index_new/index_revision/index_bg.gif") no-repeat 4px -557px;display: inline-block;height: 7px;margin-left: 2px;overflow: hidden; width:11px;}
.topbar .inner .help .help_over{cursor:pointer;}
.topbar .inner .help #help_con{display:none;}
.topbar .inner .open_bg{ background:url(http://file.chexun.com/images_index_new/index_revision/index_icon.gif) no-repeat 10px -282px;}
.topbar .inner .open_bg span{ display:none;}
.topbar .inner .open_bg .help_over{padding-left:28px;color:#003c82;}
.topbar .inner .open_bg #help_con{display:block; text-align:center;height:70px;padding-top:9px;_height:80px;}
.topbar .inner .open_bg #help_con li{clear:both;line-height:21px;padding-left: 20px;text-align: left;}
/*登录前组*/
.topbar .inner .dl_before{width:150px;float:right;line-height:30px;}
.topbar .inner .dl_before a{color:#003c82;}

/*登录后组*/
.topbar .inner .dl_after{width:180px;float:right;line-height:30px;padding-right:95px;}
.topbar .inner .dl_after a{}
.topbar .inner .dl_after p.xx{float:right;}
.topbar .inner .dl_after p.xx i{ font-style:normal;color:#c00; text-decoration:underline;}

/*用户组*/
.topbar .inner .user{width:90px; position:absolute;top:3px;right:230px;overflow:visible;_padding-top:5px;}
.topbar .inner .user span{color:#ccc;}
.topbar .inner .user em{background: url("http://file.chexun.com/images_index_new/index_revision/index_bg.gif") no-repeat 0px -557px;display: inline-block;height: 7px;margin-left: 2px;overflow: hidden; width: 7px;}
.topbar .inner .user .user_over{cursor:pointer;padding-left:6px;line-height:24px;}
.topbar .inner .user #user_con{display:none;}
.topbar .inner .wxx{width:120px;}
.topbar .inner .wxx p.xx{float:right; display:none;}
.topbar .inner .wxx .user{right:175px;}
.topbar .inner .user_bg{ width:88px;border:1px solid #ccc; background:#fff;_padding-top:4px;}
.topbar .inner .user_bg span{ display:none;}
.topbar .inner .user_bg .user_over{color:#00468c;padding-left:5px;line-height:22px;}
.topbar .inner .user_bg #user_con{display:block; text-align:left;padding-top:5px;padding:6px 10px 0;}
.topbar .inner .user_bg #user_con li{clear:both;line-height:21px;color:#bfbfbf;}
.topbar .inner .user_bg #user_con li a{color:#bfbfbf;}
.topbar .inner .user_bg #user_con li.tuichu{border-top:1px solid #ccc;padding:6px 0;}
.topbar .inner .user_bg #user_con li.tuichu a{color:#4a4a4a;}



/*************************20121113yaochange视情况加****************************************/
/*弹出层*/
.bg {background-color: #000; display:none;width: 100%;height: 100%;left:0;top:0;/*FF IE7*/filter:alpha(opacity=50);/*IE*/opacity:0.5;/*FF*/
z-index:99;position:fixed!important;/*FF IE7*/position:absolute;/*IE6*/
_top:expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
.tcc{width:440px;height:240px;padding:5px;border:5px solid #00468c;position:absolute;display:none;z-index:999; background:#fff;}
.tcc .tcc_tit h4{padding:20px; text-align:center;width:310px;float:left;font-size:20px;font-family:微软雅黑;font-weight:normal;}
.tcc .tcc_tit a.close{display:block;float:right;width:20px;height:20px; background:url(http://file.chexun.com/images_index_new/index_revision/index_icon.gif) no-repeat -70px -129px; cursor:pointer;}
.tcc .tcc_con{padding:0 10px 0 20px;}
.tcc .tcc_con .dl_left{width:280px;float:left;border-right:1px dashed #ccc;}
.tcc .tcc_con .dl_left table{}
.tcc .tcc_con .dl_left table th{font-size:12px;font-weight:normal;width:55px;padding:5px 0;}
.tcc .tcc_con .dl_left table td{padding:6px 0;}
.tcc .tcc_con .dl_left .in_yh{width:203px;height:23px;line-height:23px;padding:0 5px;border:1px solid #d9d9d9;}
.tcc .tcc_con .dl_left .dl_btn{width:92px;height:27px; border:0; background:url(http://file.chexun.com/images_index_new/index_revision/index_icon.gif) no-repeat -239px -282px; cursor:pointer;}
.tcc .tcc_con .dl_left .mzc{ background:url(http://file.chexun.com/images_index_new/index_revision/index_icon.gif) no-repeat -240px -320px;}

.tcc .tcc_con .dl_right{width:120px;float:right;}
.tcc .tcc_con .dl_right .sina{display: block; padding: 0; width: 110px;height: 24px; background: url('http://file.chexun.com/images_index_new/index_revision/index_icon.gif') no-repeat -99px -282px;margin-top:5px;}
.tcc .tcc_con .dl_right .qq{display: block; padding: 0; width: 110px;height: 24px; background: url('http://file.chexun.com/images_index_new/index_revision/index_icon.gif') no-repeat -99px -320px;margin-top:5px;}



/*header*/
header{width:980px;margin:10px auto;height:60px;}
header figure.logo{width:110px;height:60px;background:url(http://file.chexun.com/images_index_new/index_revision/logo.jpg) no-repeat;float:left;}
header figure.logo h1 a{display:block;width:110px;height:60px; text-indent:-9999px;}

header .city_qh{width:80px;float:left;padding-top:34px;}
header .city_qh span{display:block;width:80px;padding:0 0px;height:25px;border:solid #fff;border-width:1px 1px 0 1px; color:#003c82;font-size:14px;font-weight:bold; text-align:center;line-height:25px;}
header .city_qh a{color:#003c82;background:url(http://file.chexun.com/images_index_new/index_revision/index_bg.gif) no-repeat right -744px #fff;padding-right:12px;}
header .city_qh a:hover{color:#f40000;}
header .city_qh .dq{width:80px;height:25px;border:solid #b4b4b4;border-width:1px 1px 0 1px;padding:0 0px;position:relative; z-index:3;}
header .city_qh .dq_con{position:absolute;border:1px solid #b4b4b4;border-top:0;left:-1px;top:23px;width:430px;z-index:2;display:none;background:#fff;text-align:left;}
header .city_qh .dq_con .hx{height:5px;background:url(http://file.chexun.com/images_index_new/index_revision/city_gx.gif) no-repeat #fff;overflow:hidden;}

header .zycity_n {height:32px;background:url(http://file.chexun.com/images_index_new/index_revision/cxxg_00.gif) repeat-x left bottom;line-height:24px;color:#e4e4e4;font-weight:normal;margin:0 10px;}
header .zycity_n a {margin:0 6px;color:#23447b;background:none;font-weight:normal;font-size:12px;padding:0;}
header .zycity_n a:hover {color:#db0010;text-decoration:underline;}
header .dot_cyn {padding:10px 10px 10px 15px;color:#e4e4e4;}
header .dot_cyn li {clear:both;line-height:22px;padding:0;overflow:hidden;font-weight:normal;}
header .dot_cyn li b {width:50px;font-weight:lighter;color:#333;display:block;float:left;font-size:12px;}
header .dot_cyn li p {float:left;width:350px;}
header .dot_cyn li a {display:inline-block;margin:0 6px;color:#23447b;background:none;font-weight:normal;font-size:12px;padding:0;}


header .ggw{width:780px;height:60px;float:right;margin-bottom:0;}
header .zzc{border:0;position:absolute; visibility:inherit; top:0px; left:0px; width:300px; height:145px; z-index:-1; 
filter: Alpha(Opacity=0);}




/*nav*/
nav{width:978px;margin:0 auto;border:1px solid #163e72;height:58px;background:url(http://file.chexun.com/images_index_new/index_revision/index_bg.gif) repeat-x 0 -43px;margin-bottom:1px; overflow:hidden;}
nav dl{float:left;width:1000px;}
nav dl dd{padding:9px 10px;float:left;line-height:20px; background:url(http://file.chexun.com/images_index_new/index_revision/index_bg.gif) no-repeat right -117px;}
nav dl dd a{color:#fff; display:inline-block;}
nav dl dd a:hover{color:#ff0;}
nav dl dd span{ padding-top:10px;display:block;width:40px;float:left;color:#fff;font-family:'微软雅黑';font-size:14px;font-weight:bold;line-height:16px;}
nav dl dd span a{font-family:'微软雅黑';}
nav dl dd div{float:left;padding-left:0px;}
nav dl dd div a{padding:0 4px;}
nav dl dd div a.cyellow{color:#ff0;}
nav dl dd.ccf,nav dl dd.ycdp,nav dl dd.qctg{padding:0;background:none;}
nav dl dd.ccf a{display:block;width:95px;height:58px; padding:0;text-indent:-9999px;background:url(http://file.chexun.com/images_index_new/index_revision/index_icon.gif) no-repeat 0 -468px;}
nav dl dd.ccf a:hover{background-position:0 -398px;}
nav dl dd.ycdp a{display:block;width:102px;height:58px; padding:0;text-indent:-9999px;background:url(http://file.chexun.com/images_index_new/index_revision/index_icon.gif) no-repeat -121px -468px;}
nav dl dd.ycdp a:hover{background-position:-121px -398px;}
nav dl dd.qctg a{display:block;width:102px;height:58px; padding:0;text-indent:-9999px;background:url(http://file.chexun.com/images_index_new/index_revision/index_icon.gif) no-repeat -121px -538px;}
nav dl dd.qctg a:hover{background-position:0px -538px;}
nav dl dd.lastb{padding-right:10px !important;padding-left:10px !important;background-positon:right -193px;padding-bottom:9px !important;}

/*citynav*/
.citynav{height:28px;line-height:28px;width:958px;padding:0 10px;margin:0 auto 10px;background:#f0f0f0;border:1px solid #dcdcdc;color:#b4b4b4; overflow:hidden; clear:both;}
.citynav b{float:left;font-weight:normal;width:62px;}
.citynav a{padding:0 1px;float: left;}
.citynav span{float: left;padding: 0 4px;}


/*footer*/
footer{color:#2d2d2d; padding-bottom:10px;width:980px;margin:0 auto; overflow:hidden;}
footer .xmx{text-align:center; padding-top:5px;}
footer .xmx a{ color:#070707; padding:0 5px;}
footer .xmx a:hover {color:#b40000;}
footer .copyright{ text-align:center; font-family:Tahoma, Geneva, sans-serif;}
footer .dbt{ width:495px; margin:0 auto; clear:both; height:52px; }
footer .dbt li{float:left;background:url(http://file.chexun.com/images_index_new/index_revision/ba.gif) no-repeat 0px 0px; height:42px; padding-top:10px;}
footer .dbt li.icp{ width:110px; line-height:32px; padding-left:45px;}
footer .dbt li.jbzx{ width:50px; line-height:16px; padding-left:50px; padding-right:5px; background-position:left -144px;}
footer .dbt li.bjfw{ width:50px; line-height:16px; padding-left:50px;background-position:left -68px;}
footer .dbt li.ljjb{ width:80px; line-height:16px; padding-left:50px;background-position:left -210px;}
footer .dbt a{color:#2d2d2d; }
footer .dbt a:hover{color:#b40000;}











