﻿@charset "utf-8";
/* CSS base */
/* 设置默认字体 */
body{ font:14px/24px "微软雅黑", "Arial" , "宋体", "\5b8b\4f53", sans-serif; color:#333333;  margin:0; padding:0; background:#fff;}
html{ overflow-y: scroll;} 
image{ display:block;}
.fl { display: inline; float: left; }
.fr { display: inline; float: right; }

/* 重置文本格式元素 */
a { text-decoration:none; color:#333333}
a:hover{ text-decoration:underline; color:#f78a00; }

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea /* form elements 表单元素 */ { /* table elements 表格元素 */margin: 0;padding: 0;}

h1 { font-size: 24px; font-family:"微软雅黑"; /* 18px / 12px = 1.5 */ }
h2 { font-size: 20px;font-family:"微软雅黑";  }
h3 { font-size: 18px;font-family:"微软雅黑";  }
h4 {font-size: 16px;}
h5, h6 { font-size: 100%; }
h1,h2,h3,h4,h5,h6{ font-weight:normal;}

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */ border-bottom: 1px dotted;cursor: help;}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */}

/* 重置 hr */
hr {border: none;height: 1px;}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

/*清除浮动*/
.clear{ clear:both}

/*清除边框边距*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* 分页开始 */
#page { margin:10px 0px}
#page{margin:0}
#page ul{margin:0}
#page li{list-style:none;line-height: 20px;float:left;margin-left:2px;display:inline;width: auto;}
#page li A{display:block;font-size:12px;border:solid #CCCCCC 1px;text-decoration:none;width: auto;text-align: center;display: inline;height: 20px;vertical-align: middle;padding-right: 5px;padding-left: 5px;margin: 1px;float: left;}
#page li A:hover{display:block;font-size:12px;border:solid #990000 1px;text-decoration:none;height: 20px;vertical-align: middle;padding-right: 5px;padding-left: 5px;float: left;width: auto;text-align: center;display: inline;margin: 1px;}
#page li b{display:inline;padding-right: 5px;padding-left: 5px;height: 20px;vertical-align: middle;width: auto;float: left;border:solid #990000 1px;display: inline;margin: 1px;}
/* 分页结束 */

/*返回*/
.back { float:right; margin:10px 0px; padding-top:5px; border-top:1px #ccc dashed; width:100%; text-align:right;}

/*导航路径*/
.here { text-align:right; margin:10px 0;}

/*留言*/
#message input { border:1px #ccc solid; width:80%; float:left; height:30px;}
#message textarea { border:1px #ccc solid; width:80%; float:left; height:100px;}
#message dt { font-size:16px; font-weight:bold; border-bottom:1px #ccc dashed; line-height:30px; margin-bottom:10px; }
#message dd { padding:0px; margin:5px 0px; width:100%; float:left; line-height:18px;}
#message dd  span { display:block; width:18%; margin-right:5px; float:left; text-align:right; padding-right:2%; line-height:30px;}
#message .bnt input { margin-left:20%; padding:10px 20px; width:initial; height:initial; background-color: #999999; border:none;  color:#FFFFFF;  cursor:pointer;}
#message .bnt input:hover { background-color:#FF7800;}
/*留言结束*/

/*弹窗*/
.mydiv{ line-height: 24px; z-index:999; left:45%;  margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */ margin-top:-60px!important;/*FF IE7 该值为本身高的一半*/ margin-top:0px; 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*/
			position:absolute; z-index:888888; top:10%;}
.xunjia{ width:580px; height:500px; background-color:#fff; border:2px #337ab7 solid;padding:20px;}
.xunjia img{ float:right;}
/*弹窗*/
