﻿@charset "utf-8";
/*CSS reset Start*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,lable{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:500;}
select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{vertical-align:top;}
abbr,acronym{border:0;font-variant:normal;}
del{text-decoration:line-through;}
address,caption,cite,code,dfn,em,b,i,th,var {font-weight:normal; font-style:normal;} 
ol,ul{list-style:none;}
caption,th{text-align:left;}
ins{text-decoration:none;}
input, button, select, textarea {outline:none;}
textarea {resize:none;}
a{color:#444;text-decoration:none;-webkit-transition:color .4s,background-color .4s;-moz-transition:color .4s,background-color .4s;-o-transition:color .4s,background-color .4s;transition:color .4s,background-color .4s}
a:hover{color:#000;text-decoration:underline;-webkit-transition:color .2s,background-color .2s;-moz-transition:color .2s,background-color .2s;-o-transition:color .2s,background-color .2s;transition:color .2s,background-color .2s}
/*CSS reset End*/
body {color:#333;font:12px/1.5 "Microsoft YaHei","微软雅黑",tahoma,arial,'Hiragino Sans GB',宋体b8b体4f53,sans-serif}
/*常用css start*/

/*浮动*/
.fl {float: left;display: inline;}
.fr {float: right;display: inline;}
.cf:before,.cf:after{content:""; display:table; } 
.cf:after{ clear:both; }
.cf{*zoom:1;}
.clear{clear:both;font-size:0;}
.dashed{border-top:1px dashed #000;height: 1px;overflow:hidden}

/*版权公共模块*/
.copyright-wrap{width:100%;background:#00144a;}
.copyright-wrap .copyright{width:980px;margin:0 auto;height:30px;text-align:center;position:relative;}
.copyright-wrap .copyright pre{height:30px;line-height:30px;color:#fff;font-size:12px;}
.copyright-wrap .copyright .cnzz{position: absolute;top: 5px;right: 0;}

/*online kf*/
html{ overflow-x: hidden; }
html{-webkit-text-size-adjust:none;}/*修正谷歌最小字号bug*/
.lrkf { font-size: 13px; position: fixed;*background-image: url(about:blank); _position:absolute;display:none;}
.lrkf ul,.lrkf li{ padding-left: 0; margin: 0; list-style-type: none; }
.lrkf a { display: block; color: #666; text-decoration: none; font-size: 13px; }
.lrkf img { border: none; vertical-align: middle; margin-right: 4px; margin-top: -2px; }
.lrkf_con { padding: 6px 8px; }
.lrkf_con li.qq { padding: 5px 0; }
.lrkf_con li.tel { line-height: 1.35; padding-bottom: 4px; }
.lrkf_con li.more { padding: 2px 0; }
.lrkf_con li.tel b { display: block; color: #C00;font-family: "Microsoft YaHei";font-weight: 700;}
.lrkf_tool a { display: block; padding: 8px 10px; text-align: center; }
.lrkf_con .hr { padding: 0; height: 0; font-size: 0; line-height: 0; clear: both; margin: 4px 0; border-bottom: #fff solid 1px; border-top: #CFCFCF solid 1px; border-left: none; border-right: none; }
.lrkf_btn { position: absolute; top: 20px; width: 22px; left: -22px; display: block; text-align: center; padding: 10px 0; }
/*.lrkf .lrkf_x { position: absolute; bottom: -14px; right: 6px; font-size: 10px; display: none; }*/
.lrkf_foot{ text-align: center; color: #fff;}
.lrkf .qrcode{ padding:6px 4px;}
.lrkf .qrcode img{ width:100%; margin:0;}
/*如果在左侧*/
.lrkf-right{right:0;}
.lrkf-left{ left:0;}
/*皮肤*/
.lrkf{ width:124px;}				/*必须有一个合适的宽度，否则获取不到正确的宽度*/
.lrkfshow { right:0;}				/*这个不要动*/
.lrkf .lrkf a{}
.lrkf a:hover{color:#B50708;}
.lrkf .lrkf_box{ background-color:#009EE8; padding:6px; border-radius:4px;}
.lrkf .lrkf_header,.lrkf .lrkf_con,.lrkf .lrkf_tool a{background-color:#fff; margin-top:4px;border-radius:4px;}
.lrkf .lrkf_header,.lrkf .lrkf_con{ margin-top:0;}
.lrkf .lrkf_btn{background-color:#009EE8;color:#fff;border-radius:4px 0 0 4px;}
.lrkf .lrkf_btn:hover{ background-color:#009EE8;color:#fff;}

/*二维码*/
.qr-code{position:fixed;top:250px;right:-140px;}
.qr-code a{position:absolute;top:10px;left:-22px;display:block;width:24px;height:30px;background:url(../img/bg-spirit.png) no-repeat;}
