﻿@charset "utf-8";
/* 全局 */
*{ margin:0px; padding:0px;}
a{ text-decoration:none}
li{list-style:none;}
a:link, a:visited{text-decoration:none; }
a:hover{ text-decoration:none;}
body{font-size:12px; text-align:left;font-weight:normal; font-family:"微软雅黑"; background: #fff;}
a{blr:expression(this.onFocus=this.blur())} /*for IE*/
a{outline:none;} /*for Firefox*/
ol,p,dl,li{margin:0;pading:0; list-style:none;}
h1,h2,h3,h4,h5{font-size:12px;margin:0;padding:0; font-weight:normal;}

.qq_left{ box-shadow: 0px 0px 3px #666;border-radius: 5px; background-color: #3598d9; padding: 5px; height: auto; overflow: hidden; width: 130px; box-sizing:border-box;position: fixed; right: 10px; top: 100px; z-index:999;}
.qq_left .title{ color: #fff; font-size: 14px; height: 30px; position: relative;}
.qq_left .title img{ vertical-align: middle; margin-right: 5px;}
.qq_left .title a{ display: block; position: absolute; right: 5px; top: 5px; width: 11px; height: 11px; line-height: 10px; background-color: #fff; font-size: 9px; text-align: center;}
.qq_left .content{ background-color: #fff; border-radius: 5px; height: auto; overflow: hidden; text-align: center; padding: 10px 0px;}
.qq_left .content a img{ vertical-align: middle; border: none;display: block; width: 77px; height: 22px; margin:0px auto 10px;}
.qq_left .content .tel{ font-size: 12px; line-height: 20px; color: #666;}
.qq_left .content .tel h1{ color: #3598d9; margin-top: 10px;}
.qq_left .content *{text-align: center;}

.qq_right{  box-shadow: 0px 0px 3px #666;width: 30px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; color: #fff; position: fixed; right: 0px;  top: 120px; z-index: 996; background-color: #3598d9; text-align: center; padding: 10px 0px; cursor: pointer;}
.qq_right p{ width: 18px; line-height: 20px; font-size: 14px; margin: 0 auto;}
.qq_right img{ margin-bottom: 5px;}


