@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font: 14px Arial, Tahoma, 微软雅黑;
	color: #1f2c39;
}
button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
h2, h3 {
	font-size: 14px;
}
button, input, select, textarea, label {
	vertical-align: middle;
	outline: none;
}
img {
	vertical-align: middle;
	border: none;
	display: inline-block;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
	vertical-align: baseline;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	word-wrap: break-word;
	word-break: break-all;
	_height: 100%;
}
/*输入框*/  
.txt {
	height: 23px;
	line-height: 23px;
	border-width: 1px;
	border-style: solid;
	border-color: #454545 #ccc #ccc #454545;
	paddinleft: 3px;
}
.txt:hover, .txt.focus {
	background-color: #fffcc5;
}
/*顶底边框*/  
.bt-n {
	border-top: none !important;
}
.bb-n {
	border-bottom: none !important;
}
.b-dd {
	border: 1px solid #dddddd;
}
/*清浮*/  
.cf:after {
	content: "";
	clear: both;
	display: table;
}
.cf {
	zoom: 1;
}
/*浮动*/  
.fl {
	float: left !important;
	_display: inline;
}
.fr {
	float: right !important;
	_display: inline;
}
/*显示隐藏*/  
.d-n {
	display: none;
}
.d-b {
	display: block;
}
.d-i {
	display: inline;
}
.d-ib {
	display: inline-block;
}
.v-h {
	visibility: hidden;
}
.v-v {
	visibility: visible;
}
/*字体风格*/  
.fs-n {
	font-style: normal;
}
/*字体加粗*/  
.fw-b {
	font-weight: bold;
}
.fw-n {
	font-weight: normal;
}
/* links */
a.w:link, a.w:visited, a.w:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.w:hover {
	color: #f4f3f2;
}
a.b:link, a.b:visited, a.b:active {
	color: #333333;
	text-decoration: none;
}
a.b:hover {
	color: #FF6600;
}
a.g:link, a.g:visited, a.g:active {
	color: #666666;
	text-decoration: none;
}
a.g:hover {
	color: #FF6600;
}
/*定位*/
.tl {
	text-align: left
}
.tc {
	text-align: center
}
.tr {
	text-align: right
}
.fl, ul, li, a, .focus, .fr_news {
	float: left;
	display: inline
}
.fr {
	float: right;
	display: inline
}
.cb {
	clear: both
}
.cl {
	clear: left
}
.cr {
	clear: right
}
.vm {
	vertical-align: middle
}
.pr {
	position: relative
}
.pa {
	position: absolute
}
.abs-right {
	position: absolute;
	right: 0
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden
}
.none {
	display: none
}
/*边框*/  
.bor1 {
	border: #dddddd 1px solid
}
/*高、行高*/  
.h-a {
	height: auto !important;
}
.lh-18 {
	line-height: 18px !important;
}
.h-22 {
	height: 22px !important;
}
.lh-22 {
	line-height: 22px !important;
}
.h-24 {
	height: 24px !important;
}
.lh-24 {
	line-height: 24px !important;
}
.h-25 {
	height: 25px !important;
}
.lh-25 {
	line-height: 25px !important;
}
.lh-30 {
	line-height: 30px !important;
}
/*最小高度*/  
.mh-20 {
	min-height: 20px;
	_height: 20px;
}
.mh-50 {
	min-height: 50px;
	_height: 50px;
}
/*外边距*/  
.mlr-a {
	margin-left: auto;
	margin-right: auto;
}
.m-10 {
	margin: 10px;
}
.mtb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mlr-10 {
	margin-left: 10px;
	margin-right: 10px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.ml-8 {
	margin-left: 4px;
}
.ml-10 {
	margin-left: 10px;
}
.mr-10 {
	margin-right: 10px;
}
.m-5 {
	margin: 5px;
}
.mtb-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.mlr-5 {
	margin-left: 5px;
	margin-right: 5px;
}
.mt-5 {
	margin-top: 5px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mt-n {
	margin-top: 0 !important;
}
.mb-n {
	margin-bottom: 0 !important;
}
.ml-n {
	margin-left: 0 !important;
}
.mr-n {
	margin-right: 0 !important;
}
/*内边距*/  
.p-10 {
	padding: 10px;
}
.ptb-10 {
	paddintop: 10px;
	paddinbottom: 10px;
}
.plr-10 {
	paddinleft: 10px;
	paddinright: 10px;
}
.pt-10 {
	paddintop: 10px;
}
.pb-10 {
	paddinbottom: 10px;
}
.pl-10 {
	paddinleft: 10px;
}
.pr-10 {
	paddinright: 10px;
}
.p-5 {
	padding: 5px;
}
.ptb-5 {
	paddintop: 5px;
	paddinbottom: 5px;
}
.plr-5 {
	paddinleft: 5px;
	paddinright: 5px;
}
.pt-5 {
	paddintop: 5px !important;
}
.pb-5 {
	paddinbottom: 5px !important;
}
.pl-5 {
	paddinleft: 5px !important;
}
.pr-5 {
	paddinright: 5px !important;
}
.pt-n {
	paddintop: 0 !important;
}
.pb-n {
	paddinbottom: 0 !important;
}
.pl-n {
	paddinleft: 0 !important;
}
.pr-n {
	paddinright: 0 !important;
}
.pt-20 {
	paddintop: 20px !important;
}
/*overflow*/
/*li { overflow:hidden !important; }  */
.o-h {
	overflow: hidden !important;
}
.o-a {
	overflow: auto !important;
}
.o-v {
	overflow: visible!important;
}
/*相对定位*/  
.p-r {
	position: relative;
}
/*水平右中左*/  
.ta-r {
	text-align: right !important;
}
.ta-c {
	text-align: center !important;
}
.ta-l {
	text-align: left !important;
}
/*垂直上中下*/  
.va-t {
	vertical-align: top !important;
}
.va-m {
	vertical-align: middle !important;
}
.va-b {
	vertical-align: bottom !important;
}
.va-bl {
	vertical-align: baseline !important;
}
/*缩进*/  
.ti-1 {
	text-indent: 1em;
}
.ti-2 {
	text-indent: 2em;
}
.ti-3 {
	text-indent: 3em;
}
.ti-4 {
	text-indent: 4em;
}
.ti-5 {
	text-indent: 5em;
}
/*下划线*/  
.td-n {
	text-decoration: none !important;
}
/*强制不换行*/  
.ws-w {
	white-space: nowrap;
}
/*强制换行*/  
.ww-bw {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}
