@charset "utf-8";
/* 

边框颜色: #DBDEE1
UI色： #eb5515
基础文字颜色： #333333

*/

/*base*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, form, th, td{
	margin:0;
	padding:0;
}
body, button, input, select, textarea{
	font:12px/1.5 tahoma,arial,宋体
}
body, a{
	color:#444444;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:underline;
	color:#eb5515;
}
.a_f_Georgia{
	font-family:Georgia;
}
.a_ui{
	color:#eb5515;
}
.a_blue{
	color:#000cff;
}
.a_blue2{
	color:#336699;
}
.red{
	color:#F00;
}
.a666{
	color:#666;
}
.a999{
	color:#999;
}
.fwb{
	font-weight:bold;
}
.text_un{
	text-decoration:underline;
}
.border_ui{
	border:1px solid #DBDEE1;
}
img{
	border:0 none;
	vertical-align:middle;
}
ul, ol{
	list-style:none;
}
.clearfix:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.clearfix{
	*display:inline-block;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}
address, cite, dfn, var {
	font-style:normal;
}
:focus {
    outline: 0 none;
}

/* area */
.area{
	width:1000px;
	height:100%;
	margin:0 auto;
}
.area_15{
	width:1000px;
	height:100%;
	margin:0 auto 15px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mr15{
	margin-right:15px;
}
.clear{
	clear:both;
	height:0;
	font-size:0;
}
.clear_5{
	clear:both;
	height:0;
	font-size:0;
	margin-bottom:5px;
}
.c_fl{
	float:left;
}
.c_fr{
	float:right;
}
.ui_lh24{
	line-height:24px;
}
.position_r{
	position:relative;
}
.vm{
	vertical-align:middle;
}

pre{
    white-space: pre-wrap;
    word-wrap: break-word;
}

.uni_tit2 .nav{
    position: absolute;
    left: 80px;
    top: 0;
}
.uni_tit2 .nav li{
    float:left;
}

    