﻿@charset "utf-8";
/* CSS Document */
/****
*
*	在线客服
*	2012-12-14 16:46:46 by gai871013
*
****/
.ov{width:250px; overflow:hidden;position:fixed;_position:absolute;bottom:250px;_bottom:300px; top:100px; right:0; height:472px; z-index:1000;}
#onLine{position:absolute; top:0; right:0; background:#0e6bbf; border-radius:5px 0 0 5px; padding:1px 1px 4px; z-index:1001;*width:175px;}
#onLine a.close_ol,#onLine a.open_ol{padding-left:30px; width:0; overflow:hidden; height:117px; display:block; position:absolute; left:-30px; top:50%; margin-top:-60px; cursor:pointer;}
#onLine a.close_ol{background:url(../images/kf_bg.png) 0 0 no-repeat;}
#onLine a.open_ol{background:url(../images/kf_bg.png) 0 -117px no-repeat;}
#onLine .box{width:165px; background:#fff url(../images/kf_bg.png) -30px 0 no-repeat; padding:5px 5px 0; overflow:hidden;}
#onLine .box dt{border-bottom:1px solid #ace5f9; line-height:30px; width:120px; color:#0f6dc2; font-size:14px; background:url(../images/kf_bg.png) -215px -1px no-repeat; padding-left:35px; margin-bottom:10px;}
#onLine .tel dt{background:url(../images/kf_bg.png) -218px -45px no-repeat;}
#onLine .tel dt{margin-bottom:5px;}
#onLine .box dd{width:155px; text-indent:5px; color:#454545; height:25px; line-height:25px;}
#onLine .box dd a{background:url(../images/kf_bg.png) -223px -94px no-repeat; padding-left:19px; height:20px; display:block; font-family:Simsun;}
#onLine .box .box_b{width:175px; background:url(../images/kf_bg.png) -30px -198px no-repeat; margin-left:-5px; height:6px; overflow:hidden; line-height:0;}
#onLine dl.box .box_b{*margin-left:-5px;_margin-left:-5px;}
#onLine .box img{width:165px; display:block; margin:0 auto;}
/****
*
*	返回顶部
*	2012-12-14 16:46:46 by gai871013
*
****/
 .backToTop{display:none;width:18px;line-height:1.2;padding:5px 0;background-color:#000;color:#fff;font-size:12px;text-align:center;position:fixed;_position:absolute;right:10px;bottom:250px;_bottom:300px;cursor:pointer;opacity:.6;filter:Alpha(opacity=60);z-index:100000;}