﻿@charset "utf-8";
/*Css Document */
 
/*消除不同浏览器对HTML文本呈现的差异==========================================================================*/
a,abbr,acronym,address,applet,area,article,aside,audio,b,base,basefont,bdi,bdo,big,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup,command,datalist,dd,del,details,dfn,dialog,dir,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,frame,frameset,h1,h2,h3,h4,h5,h6,head,header,hr,html,i,iframe,img,input,ins,kbd,keygen,label,legend,li,link,main,map,mark,menu,menuitem,meta,meter,nav,noframes,noscript,object,ol,optgroup,option,output,p,param,pre,progress,q,rp,rt,ruby,s,samp,script,section,select,small,source,span,strike,strong,style,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,title,tr,track,tt,u,ul,var,video,wbr{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline-style:none;/*FF*/ }
header,footer,nav,section,figure,figcaption,form,aside,article,hgroup,main,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dd,dt,p{display: block;}
/* 酌情修改 */
a{
	color: #000000;
}
body,th,td,input,select,textarea,button{font-size:14px;line-height:1 ;} /* 重置页面文字属性 */
/* 短引用的内容可取值：''或"" */
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none} /* 重置嵌套引用*/
/* 缩写，图片等无边框 */
fieldset,img,abbr,acronym{border: 0 none;} /* 重置fieldset（表单分组）、图片的边框为0*/
img{vertical-align: middle;} /* 图片在当前行内的垂直位置 */
abbr,acronym{font-variant: normal;}
legend{color:#000;}
blockquote, q{quotes: none} /* 重置嵌套引用的引号类型 */
/* 清除特殊标记的字体和字号 */
address,caption,cite,code,dfn,em,strong,th,var{font-weight: normal; font-style: normal;} /* 重置样式标签的样式 */
/*给strong加bold属性*/
strong{font-weight: bold;}
/* 上下标 统一上标和下标 */
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em; }
sub{bottom:-0.25em;}
/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
/* 表格标题及内容居左显示 */
caption{display:none;} /* 重置表格标题为隐藏 */
caption,th{text-align: left;}
/* 清除列表样式 */
dl,ul,ol,menu,li{list-style:none} /* 重置类表前导符号为onne,menu在HTML5中有效 */
input,button,textarea,select,optgroup,option{font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit;}/* 输入控件字体 */
input,select,textarea,button{vertical-align:middle;outline:none;} /* 重置表单控件垂直居中*/
textarea{resize:none}
input[type="submit"]{cursor: pointer;}/* 鼠标样式 */
button{border:0 none;background-color:transparent;cursor:pointer} /* 重置表单button按钮效果 */
input::-moz-focus-inner{border: 0; padding: 0;}
/* 标题元素样式清除, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;　}
/* 链接样式，颜色根据实际需求修改 */
a:link {}/* 未访问的链接 */
a:visited {/* color: #999; */}/* 已访问的链接 */
a:hover {}/* 鼠标移动到链接上 */
a:active {}/* 选定的链接 */
del,ins,a{text-decoration:none;}
a:hover,a:active,a:focus{ text-decoration:none;} /* 取消a标签点击后的虚线框 */
a:active{star:expression(this.onFocus=this.blur());} /* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/*匹配元素中被用户选中或处于高亮状态的部分*/
::selection{}
::-moz-selection{}
a{outline: none;transition: color 0.2s ease 0s;}/*CSS3链接秒数缓冲效果2秒*/
/* 层板块缓冲效果CSS3 transition: all 0.3s ease 0s;   */
.clearfix {zoom:1}
.clearfix:after {content: '\20'; display: block; clear: both;}
.f_yh{font-family:"Arial, Helvetica, sans-serif";}/*f_yh为英文字体样式*/
.cursor{ cursor:pointer;}
.pr{position:relative}/*相对定位*/
.pa{position:absolute}/*绝对定位*/
.fl{ float:left;}/*左浮动*/
.fr{ float:right;}/*右浮动*/
.fl,.fr{display:inline;}/*浮动后，此元素会被显示为内联元素，元素前后没有换行符*/
.text_hide{text-overflow: ellipsis; white-space: nowrap;overflow: hidden;}
/*文字颜色c，背景颜色bc*/
.c1{color:#5d5d5d}
.c2{color:#8f8f8f}
.c3{color:#e44cea}
.c4{color:#f49bff}
.c5{color:#ff0000}
.bc1{background:#f3f3f3}
.bc2{background:#f8f8f8}
.bc3{background:#ffffff}
/*上边距*/
.mt1{margin-top: 10px;}
.mt2{margin-top: 20px;}
.mt3{margin-top: 30px;}
.mt4{margin-top: 40px;}
.mt5{margin-top: 50px;}
.i-pager {height: auto;font-size: 16px;padding-top: 37px;text-align: center;clear: both;color: rgb(102, 102, 102);margin-bottom: 3%;}
.i-pager-next a { width: 77px; color: rgb(9, 54, 140); display: inline-block; }
.i-pager-last a { width: 77px; color: rgb(9, 54, 140); display: inline-block; }
.i-pager-first, .i-pager-prev, .i-pager-next, .i-pager-last, .i-pager-item { display: inline-block; width: auto; min-width: 38px; height: 38px; margin-left: 6px; border-radius: 4px; border: 1px solid rgba(102, 102, 102, 0.3); text-align: center; line-height: 38px; font-size: 16px; padding: 0px; color: rgb(102, 102, 102) !important; }
.i-pager-next, .i-pager-last, .i-pager-first, .i-pager-prev { font-size: 15px; vertical-align: bottom; color: rgb(102, 102, 102) !important; }
.i-pager-info {height: 35px;border-radius: 4px;border: 1px solid rgba(102, 102, 102, 0.3);font-size: 16px;vertical-align: bottom;color: rgb(102, 102, 102);margin-left: 7px;}
.i-pager-current { width: auto; text-align: center; display: inline-block; margin-left: 6px; line-height: 38px; border: none; color: rgb(102, 102, 102); padding: 0px; }
.i-pager-info-c { color: rgb(0, 129, 204); width: auto; text-align: center; display: inline-block; padding-right: 0px; font-size: 16px; padding-left: 6px; line-height: 34px; border: none; }
.i-pager-info-p { color: rgb(102, 102, 102); width: auto; text-align: center; display: inline-block; padding-left: 6px; font-size: 16px; font-weight: 200; line-height: 34px; border: none; }
.i-pager-info-t { color: rgb(102, 102, 102); width: auto; text-align: center; display: inline-block; margin: 0px 3px; line-height: 38px; border: none; }
.i-pager a:hover { color: rgb(255, 255, 255) !important; }
.i-pagers a { color: #0081cc; display: inline-block; }
.i-pagers:hover { background: #2f98cf; color: rgb(255, 255, 255) !important; }
.i-pager-item-active { background: rgb(3, 108, 180); }
.i-pager-item-active span { color: rgb(255, 255, 255); }
.i-pager-item:hover { background: rgb(3, 108, 180); color: rgb(255, 255, 255); }
.i-pager-next:hover { background: rgb(3, 108, 180); color: rgb(255, 255, 255) !important; }
.i-pager-last:hover { background: rgb(3, 108, 180); color: rgb(255, 255, 255) !important; }
.i-pager-info {display: inline-block;line-height: 36px;margin-left: 3px;font-family: Arial, "Microsoft YaHei", sans-serif;padding-left: 0px;padding-right: 10px;height: 38px;background: white;}
.i-pagers {display: inline-block;border: 1px solid rgba(102, 102, 102, 0.3);padding: 3px 4px;font-size: 14px;border-radius: 4px;width: 75px;height: 35px;line-height: 28px;text-align: center;cursor: pointer;}
.i-pager-info select{
	margin-top: -2px;
	color: rgb(102, 102, 102);
	font-size: 16px;
}
.i-pager-info select option{
	font-size: 16px;
}