/*公用样式表*/
* { margin: 0; padding: 0; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
ol, ul, li { list-style: none; }
input, button { margin: 0; font-size: 12px; vertical-align: middle; }
body { font-family: "微软雅黑"; margin: 0; padding: 0; font-size: 14px;}
a { background: none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
img { border: none; vertical-align: middle; }
iframe { border: none; _border: none; }
.content { width: 1200px; margin: 0 auto; }
/*定位*/
.pr { position:relative}
.pa { position:absolute}

/*浮动*/
.clearfloat:after { display: block; clear: both; content: ""; visibility: hidden; height: 0 }
.clearfloat { zoom: 1 }
.clear { clear: both; }
.fl{ float:left;}
.fr{ float:right;}

/*公用宽度*/
.standard_width{ width: 1200px; margin: 0 auto;}

/*文字排版*/
.f12 {font-size:.12px;}
.f14 {font-size:.14px;}
.f16 {font-size:.16px;}
.f18 {font-size:.18px;}
.fb {font-weight:bold}
.fn {font-weight:normal}
.hideText{text-indent:-99999px;}
.text2{text-indent:2em;}
.ali_center{ text-align: center;}
.ali_right{ text-align: right;}
.ali_left{ text-align: left;}
span,samp { font-family: "微软雅黑";}

/*图片*/
.whole_img{ width:100%; height:100%;}
.disp_b{ display:block;}
.disp_i{ display:inline;}
.disp_ib{ display:inline-block;}

/*间距*/
.mt{ margin-top: 0;}
.mb{ margin-bottom: 0;}
.ml{ margin-left: 0;}
.mr{ margin-right: 0;}
.pt{ padding-top: 0;}
.pb{ padding-bottom: 0;}
.pl{ padding-left: 0;}
.pr{ padding-right: 0;}

/*当前位置*/
.list_position{}
.list_position a{ display: block; float: left; height: 53px; line-height: 53px; font-size: 12px; color: #696969;}
.list_position a.a_1{ color: #ff8600;}
.list_position samp{ display: block; float: left; height: 53px; line-height: 53px; width: auto; font-size: 12px; margin: 0 5px;}
.list_position span{ display: block; float: left; background:url(../images/base_xiaotb.png) no-repeat 0 0; width: 12px; height: 14px; margin: 20px 15px 0 5px;}

/*头像椭圆*/
.yuantx{border-radius: 100%;}