﻿/* - - - - - - - - - 各浏览器样式默认值标准化  - - - - - - - - -*/
html,body,span,object,iframe,h1,h2,h3,h4,h5,p,blockquote,pre,
a,address,code,
del,em,img,dl,dt,dd,ol,ul,li,
fieldset,form,label{
margin:0;padding:0;border:0;
font-style:inherit;font-family:inherit;vertical-align:baseline;}
img{border:none;vertical-align:middle;}
input,select,button{vertical-align:middle;}
input{padding:0;}
button{cursor:pointer;}
html{overflow-x:hidden;}
body{font-size:12px;background-color:#d2d2d2;font-family:'微软雅黑';}
ul,ol{list-style-type:none;}
h1{font-size:24px;}
h2{font-size:18px;}
h3,h4{font-size:14px;}
h5{font-size:12px;}
em,address{font-style:normal;}
a{text-decoration:none;color:#fff;}
/*链接样式*/
a:link{}	
a:hover{color:#b40830;}
a:active{}	/*点击与释放时*/
a:visited{}/* 访问过 */
/*  - - - - - - - - - 常用类样式  - - - - - - - - -*/
.no_bor{ border:none!important;}	/*无边框*/
.no_bg{ background:none!important;}	/*无背景*/
.clear{ display:block;height:0; line-height:0;overflow:hidden; clear:both;font-size:0;}/*清除浮动*/
.f_left{ float:left;}	/*左浮动*/
.f_right{ float:right;}	/*右浮动*/
.center{width:976px;margin:0 auto;}


/*滚动条*/
.jScrollPaneContainer{width:505px;position:relative;overflow:hidden;margin:0 auto;z-index:1;}
.jScrollPaneTrack{height:100%;position:absolute;top:0;right:0;background: url(../images/line_y.png) repeat-y left top;cursor:pointer;}
.jScrollPaneDrag{position:absolute;overflow:hidden;background:url(../images/line_y2.png) repeat-y left top;cursor:pointer;}
.jScrollPaneDragTop{width:14px;height:5px;position:absolute;overflow:hidden;top:0;left:0;background: url(../images/line_y2_top.gif) no-repeat left top;}
.jScrollPaneDragBottom{width:14px;height:5px;line-height:0;position:absolute;overflow:hidden;font-size:0;bottom:-1px;left:0;background: url(../images/line_y2_bom.gif) no-repeat left bottom;}
a.jScrollArrowUp{height:0px;position:absolute;text-indent:-2000px;overflow:hidden;top:0;right:0;z-index:1;}
a.jScrollArrowDown{height:0px;position:absolute;text-indent:-2000px;overflow:hidden;right:0;bottom:0;z-index:1;}
.scroll-pane{width:505px;height:265px;margin:0 auto;padding-right:0px;}

