@charset "utf-8";
.help_box { width: 140px; /*height: 250px;*/ position: fixed; top:50%; right:0; z-index: 999999;margin-top: -83px; }
.float_qq{ width:30px; height:153px; background:url(../images/float_qq.png) no-repeat; display:block; position:absolute; left:-30px; top:0;}
.float_qq.active{ background-position:-30px 0;}
.help_box .zixun, .help_box b.tels, .help_box .free_go,.help_box .join { background:#00cc66; display: block; width: 140px; height: 50px; line-height:50px; text-align: center; color: #FFF; font-size: 18px; font-family: "Microsoft Yahei"; line-height:45px}
.help_box .free_go { background:#ff9900}
.help_box .join {background:#3399cc;height: 100px;line-height: 100px; }
.help_box div img { display: block; width: 100% }
.help_box p { background: #fff; color: #999; line-height: 24px; padding-bottom: 5px }
.help_box b.tels { padding-top:10px; background:#666699; display: block; height: 56px;font-family: "Microsoft Yahei"; line-height:24px;font-weight:normal}
/*城市加盟************************************************************************************************/
.qq_list.joinus{width: 590px;background-color: #fff;border-top: 3px solid #a5d268;border-radius: 3px;box-shadow: 0px 3px 5px #f1f0f0;position: absolute;top: 0px;right: 170px;}
.qq_list_title{height: 26px;line-height: 26px;background-color: #8cc63f;color: #fff;padding-left: 10px;font-size: 14px;}
.qq_list.joinus .close_qq{width: 23px;height: 23px;background: url(../images/qq_list_close.gif) no-repeat;display: block;position: absolute;right: 5px;top: 0px;}
.qq_list_con{padding: 10px 0 10px 10px;}
.qq_list_con p{width: 270px;height: 24px;float: left;overflow: hidden;margin-right: 15px;}
.qq_list_con p.line{background-color: #f6f6f6;}
.qq_list_con p b{display: inline-block;width: 50px;text-align: center;height: 24px;line-height: 24px;color: #8cc63f;}
.qq_list_con p span{display: inline-block;height: 24px;line-height: 24px;}
.qq_list_con p a{display: inline-block;height: 24px;vertical-align: middle;}
/*售前咨询************************************************************************************************/
.qq_list.seek{ display: none; background:url(../images/qq_list.png) no-repeat scroll 0 0; width:264px; padding-top: 10px; padding-bottom: 10px; background-color: #FFF; position: absolute; top:100px; right: 150px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;-webkit-box-shadow: 0 -1px 2px 1px rgba(0,0,0,0.2);-moz-box-shadow: 0 -1px 2px 1px rgba(0,0,0,0.2);box-shadow: 0 -1px 2px 1px rgba(0,0,0,0.2); }
.join_bg{ background-position:-268px 0;}
.qq_list.seek .close_qq { display: block; position: absolute; right:13px; top:15px; width:30px; height:30px;}
.qq_list h4 { width: 260px; margin: 0 auto; height:45px; text-indent:-100%; font-size: 14px; color: #000; overflow:hidden}
.area_qq { padding-left: 10px; margin: 0 auto; overflow: hidden; padding-top: 8px; }
.area_qq p { height:30px; float:left;  overflow: hidden; }
.area_qq p.bg_gray { background-color: #f6f6f6 }
.area_qq p b, .area_qq p span, .area_qq p a { display: inline-block; color: #444444; }
.area_qq p span{ width:50px}
.area_qq p b { width: 100px; font-weight: normal; color: #e83e0b; height: 24px; line-height: 24px; text-align: center; }
.area_qq p a {margin-left: 3px; }
.area_qq p a img { position: relative; top: 7px; }
.area_qq p a:hover { color: #e83e0b; }
/*服务热线结束*/
.flo_img{ position: fixed; left: 0; bottom: 0; z-index: 10;display: none;}


@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal;}
q:before,q:after { content:'';}
abbr,acronym { border:0;}
:focus { outline:0; }
/** 重置表格元素 **/
table { border-collapse: collapse;}
/** 清除浮动 **/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}  
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}


/*文字排版*/
.f12{font-size:12px}
.f14{font-size:14px}
.fb{font-weight:bold}  
.fn{font-weight:normal}
.t2{text-indent:2em}
.lh24{ line-height:24px;}
.unl{text-decoration:underline;}  
.no_unl{text-decoration:none;}
.cor{ color:#f00;}
/*边框*/
.bor{ border:1px #ddd solid;}

/*定位*/
.tl{text-align:left}  
.tc{text-align:center}  
.tr{text-align:right}  
.bc{margin-left:auto;margin-right:auto;}  
.fl{float:left;display:inline}  
.fr{float:right;display:inline}  
.cb{clear:both}  
.cl{clear:left}  
.cr{clear:right}
.vm{vertical-align:middle}  
.pr{position:relative}  
.pa{position:absolute}  
.abs-right{position:absolute;right:0}  
.zoom{zoom:1}  
.hidden{visibility:hidden}  
.none{display:none} 
.ovh{overflow:hidden;}
/*长度高度*/  
.w{width:100%}
.h{height:100%}

 /*边距*/ 
.m10{margin:10px}  
.mt10{margin-top:10px}
.mb10{margin-bottom:10px}
.ml10{margin-left:10px} 
.mr10{margin-right:10px}  

.p10{padding:10px;}  
.pt10{padding-top:10px}
.pb10{padding-bottom:10px}
.pl10{padding-left:10px}  
.pr10{padding-right:10px}

/*颜色*/
.red{ color:#f00; padding-left:10px;}
.cor_666{ color:#666;}
/*通栏横切结构样式*/
.area{ width:1100px; margin:0 auto;}  

