﻿@charset "utf-8";
/*去除页面中所有标签的默认间距、补白*/
* { margin:0px; padding:0px;}
/*页面中的默认字体、字体大小、背景、文字颜色*/
body { font-size:12px; font-family:Arial; background:#fff url(../images/topline.gif) center top no-repeat; color:#565656; padding:0px 0px 0px;}
/*页面右侧滚动条*/
html { overflow-y:scroll;}
/*清除页面所有链接图片的默认边框*/
img { border:0;}
/*去除ol、ul、li的默认样式*/
ol,ul,li { list-style-type:none;}
/*设置表单等项目的默认字体大小*/
input,select,textarea,font { font-size:12px;}
/*设置文字段落、表格单元格的默认行高*/
p,th,td { line-height:22px;}

/*去除页面中的链接点击后留下的虚线框*/
body a { outline:none;blr:expression(this.onFocus=this.blur());}

/*text-align*/
.alignLeft { text-align:left!important;}
.alignCenter { text-align:center!important;}
.alignRight { text-align:right!important;}
.alignTop { vertical-align:top!important;}
.alignMiddle { vertical-align:middle!important;}
.alignBottom { vertical-align:bottom!important;}
.centered {	margin-left:auto!important; margin-right:auto!important;/*元素居中对齐*/}

/*textbreak*/
.textbreak { white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

/*hide*/
.hide {	display:none;}

/*show*/
.show {	display:block;}

/*ie6_inline*/
.inline { _display:inline;}

/*link color*/
.white a:link,.white a:visited { color:#ffffff;}
.white a:hover { color:#ffffff; text-decoration:underline;}

.grey a:link,.grey a:visited { color:#999999;}
.grey a:hover { color:#089c42;} 

.yellow01 a:link,.yellow01 a:visited { color:#bb9034;}
.yellow01 a:hover { color:#f27400;} 

.yellow02 a:link,.yellow02 a:visited { color:#984e0a;}
.yellow02 a:hover { color:#f27400;} 

/*float*/
.l { float:left;}
.r { float:right;}

/*css清除浮动*/
.c { clear:both;}
.clear { clear:both; font-size:0px; line-height:0px;}
/*clearfix:after*/
.clearfix:after { content:"."; display:block; height:0px; clear:both; visibility:hidden;}
.clearfix { display:inline-table; display:block;}
*html .clearfix { height:1%;}
*+html .clearfix { height:1%;}
/*默认的文字链接样式*/
a:link,a:visited { color:#565656; text-decoration:none;}
a:hover,a:active { color:#0b509e; text-decoration:none;}

.hidden { overflow:hidden;}

/*position*/
.ie6-pr-z99999 { _position:relative; _z-index:99999;}

/*margin*/
.ml30 { margin-left:30px;}
.mr30 { margin-right:30px;}
.mt20 { margin-top:20px;}
.mb5 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb18 { margin-bottom:18px;}
.mb25 { margin-bottom:25px!important;}

/*padding*/
.pt5 { padding-top:5px;}
.pt15 { padding-top:15px;}
.pt35 { padding-top:35px;}
.pb50 { padding-bottom:50px;}
.pr35 { padding-right:35px!important;}

.pl20 { padding-left:20px;} 

.plr30 { padding-left:30px; padding-right:30px;} 
.plr25 { padding-left:25px; padding-right:25px;} 

/*width*/
.w1000 { width:1000px; margin:0 auto; clear:both;}
.w960 { width:1000px; margin:0 auto; clear:both;}

.maxw1360 { max-width:1360px; margin:0 auto; clear:both;}
.minw1000 { min-width:1000px; margin:0 auto; clear:both;}
.w480 { width:480px;}
.w243 { width:243px;}
.w190 { width:190px;}
.w228 { width:228px;}
.w126 { width:126px;}
.w650 { width:650px;}
.w550 { width:550px;}
.w220 { width:220px;}
.w270 { width:270px;}

/*height*/
.h22 { height:22px;}
.h20 { height:20px;}
.h163 { height:163px;}
.h168 { height:168px;}

/*background*/
.whitebg { background-color:#fff;}

/*border*/
.bt-d1s { border-top:#d6dee1 1px solid;}
.br-e1s { border-right:#e0e0e0 1px solid;}
.bt-blue5s { border-top:#042375 5px solid;}
.bt-orange5s { border-top:#f06522 5px solid;}
.bb-e1d { border-bottom:#bfbfbf 1px dotted;}









