@charset "utf-8";
/*common(c)Urus  Version:1.0.1  Test: IE6 IE7 IE8 IE9Beta 360se3 Maxthon2 TheWorld FF TT Safari Opera Chorme */

/*reset 
------------------------------------------------------------------------------------------------------------------*/
*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,label,table,th,tr,td,embed,object{margin:0px;padding:0px;}
table{border-collapse:collapse;border-spacing:0px;}
fieldset,img,a img,a:link img,a:visited img{border:0px;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th {text-align:left;}
h1,h2,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
embed,object{display:block;}

/*clearfix 
------------------------------------------------------------------------------------------------------------------*/
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix{*zoom: 1;}

/*cnkiGrid12  gridWidth:77px spanWidth:6px
  grid1 grid2 grid3 grid4 grid5 grid6 grid7 grid8 grid9 grid10 grid11 grid12
  77    160   243   326   409   492   575   658   741   824    907    990
------------------------------------------------------------------------------------------------------------------*/
.cnkiGrid12{ width:990px; margin:0px auto;}
.grid1{width:77px}.grid2{width:160px}.grid3{width:243px}.grid4{width:326px}.grid5{width:409px}.grid6{width:492px}.grid7{width:575px}.grid8{width:658px}.grid9{width:741px}.grid10{width:824px}.grid11{width:907px}.grid12{width:990px} 
.grid1,.grid2,.grid3,.grid4,.grid5,.grid6,.grid7,.grid8,.grid9,.grid10,.grid11{margin:0px 3px; float:left; display:inline;}

/*text 
------------------------------------------------------------------------------------------------------------------*/
.tl{text-align:left;}     /*文字左对齐*/
.tc{text-align:center;}   /*文字居中对齐*/
.tr{text-align:right;}    /*文字右对齐*/

/*float 
------------------------------------------------------------------------------------------------------------------*/
.fl{ float:left;}         /*左浮动*/
.fr{ float:right;}        /*右浮动*/
.clear{ clear:both;}      /*清除浮动*/

/*margin 
------------------------------------------------------------------------------------------------------------------*/
.ml0{ margin-left:0px;}   /*左边距0px*/
.mr0{ margin-right:0px;}  /*右边距0px*/
.ma0{ margin:0px;}        /*边距0px*/

/*padding
------------------------------------------------------------------------------------------------------------------*/
.pl0{ padding-left:0px;}   /*左填充0px*/
.pr0{ padding-right:0px;}  /*右填充0px*/
.pa0{ padding:0px;}        /*填充0px*/



/*CSS Document */
/*Text
------------------------------------------------------------------------------------------------------------------*/
body                                                        /*全局文字样式 字体 字号 颜色 字重 行高*/
{font-family:"宋体",Arial,Lucida,Verdana,Helvetica,sans-serif;font-size:12px;color:#333;font-weight:normal; line-height:1.7em;}
a:link,a:visited{color:#333;text-decoration:none;}       /*连接样式【初始、点击后】*/
a:hover,a:active{color:#b90207;text-decoration:none;}           /*连接样式【鼠标滑过、点击】*/ 

h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:1.7em;}    /*标题样式*/
h1{font-size:20px;}                                 
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:12px;font-weight:bold;}
h6{font-size:12px;}

hr{ height:0px; line-height:0px; border-top:1px solid #e2e2e2;border-bottom:1px solid #fff;*border-bottom:1px solid #e2e2e2; padding:0px; margin:5px auto; border-left:0px;}

.textDes{color:#7c7c7c;font-size:12px;}                    /*文本（描述）*/
.textWar{color:#ff9933;font-size:12px;}                    /*文本（警告）*/
.textErr{color:#cc0000;font-size:12px;}                    /*文本（错误）*/


/*Widgets
------------------------------------------------------------------------------------------------------------------*/

/*pagenation (c)Urus  Version:1.0.1  Test: IE6 IE7 IE8 IE9Beta 360se3 Maxthon2 TheWorld FF TT Safari Opera Chorme 
------------------------------------------------------------------------------------------------------------------*/
.pagenation a ,
.pagenation span{
display:inline-block;                                      
padding:0px 5px;                                           /*左右边距*/
margin:0px 1px;}                                           /*间距*/     
.pagenation span.current ,
.pagenation a:hover ,
.pagenation a:active{
color:#fff;                                                /*翻页【当前、滑过、点击】文字颜色*/
background:#003399;                                        /*翻页【当前、滑过、点击】背景颜色*/
text-decoration:none;}                                     

/*button (c)Urus  Version:1.0.1  Test: IE6 IE7 IE8 IE9Beta 360se3 Maxthon2 TheWorld FF TT Safari Opera Chorme 
  包含划过、点击样式
------------------------------------------------------------------------------------------------------------------*/
a.button span.icon{ margin:6px 2px; vertical-align:top; *vertical-align:middle;  *cursor:pointer;}  /*按钮中图标依据按钮大小调整居中*/
a.button:link,a.button:visited{
display:inline-block; 
vertical-align:middle;
overflow:hidden;
height:21px; _line-height:21px;                           /*按钮大小文字居中*/  
padding:0px 4px;                                          /*按钮左右填充*/      
color:#000000;                                            /*按钮文本颜色*/
border:1px solid #707070;                                 /*按钮边框颜色*/
background: #ececec url(images/button.gif) top left repeat-x; /*按钮背景颜色｛依据个人设计修改图片样式｝*/
}

a.button:hover , a.button:active{                                           
text-decoration:none; 
border:1px solid #2c74bb;                                  /*按钮鼠标滑过边框颜色*/
background: #a8daf5 url(images/button.gif) 0px -21px repeat-x;                                       /*按钮鼠标滑过背景颜色*/
}

/*buttonRC (c)Urus  Version:1.0.1  Test: IE6 IE7 IE8 IE9Beta 360se3 Maxthon2 TheWorld FF TT Safari Opera Chorme 
  圆角按钮 滑动门 透明圆角 【划过、点击】
------------------------------------------------------------------------------------------------------------------*/
a.buttonRC span.icon{margin:6px 5px 6px 0px;                 /*按钮中图标依据按钮大小调整居*/
vertical-align:top;                                          /*非ie居中方式*/
*vertical-align:middle;                                      /*ie6、ie7居中方式*/
*cursor:pointer;}  
a.buttonRC:link span.rc , a.buttonRC:visited span.rc{ 
cursor:pointer;
background:transparent url(images/buttonRC.gif) right -42px no-repeat;  /*滑动门右侧图片*/                  
padding:0px 10px 0px 0px;                                     /*按钮右侧填充距离*/  
height:21px;                                                  /*按钮尺寸*/ 
line-height:21px;                                             /*按钮文字居中对齐*/                                           
display:inline-block;
}
a.buttonRC:link ,
a.buttonRC:visited{
display:inline-block; 
overflow:hidden;
height:21px;                                                  /*按钮大小文字居中*/
padding:0px 0px 0px 10px;                                     /*按钮左填充距离*/
color:#000000;                                                /*按钮文本颜色*/
background:transparent url(images/buttonRC.gif) top left no-repeat; /*按钮背景图片*/
}
a.buttonRC:hover ,                                            /*按钮【滑过】图片样式*/
a.buttonRC:active{                                            /*按钮【点击】*/
background:transparent url(images/buttonRC.gif) 0px -21px  no-repeat;
text-decoration:none;
}
a.buttonRC:hover span.rc ,                                   /*按钮-滑动门【滑过】图片样式*/
a.buttonRC:active span.rc{                                   /*按钮-滑动门【点击】图片样式*/
background:transparent url(images/buttonRC.gif) right -63px no-repeat;
}

/*统计代码样式
------------------------------------------------------------------------------------------------------------------*/
.tongji{
width:990px;
margin:6px auto;
text-align:center;
}

/* 头尾ifram的样式
------------------------------------------------------------------------------------------------------------------*/
.ifram_header {
width:990px;
height:208px;
margin:0px auto;
}

.ifram_footer {
width:990px;
height:120px;
margin:0px auto;
}