﻿/* 全局 */
body {font-family: Verdana; color: #333; font-size: 12px;}
body,div,table,tr,th,td,select,input {font-size:12px;}
body,div,form,p,img,ul,ol,li,dl,dt,dd,iframe,h1,h2,h3,h4,h5,h6 {margin: 0px; padding: 0px; border: 0px;}
h1,h2,h3,h4,h5,h6,em {font-size: 12px; font-weight: normal; text-align: left; font-style: normal;}
ul,ol,li {list-style:none}

/* 链接 */
a {color: #333; text-decoration: none;}
a:hover {color: #007ACF; text-decoration: underline;}

/* 字体大小*/
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}

/* 字体属性 */
.fb {font-weight: bold;}
.fl {text-align: left}
.fc {text-align: center}
.fr {text-align: right}
.black, .black a, a.black {color: #000;}
.white, .white a, a.white {color: #FFF;}
.red, .red a, a.red {color: #DD0000;}
.blue, .blue a, a.blue {color: #007EBC;}

/* 行高 */
.lh14 {line-height:14px}
.lh16 {line-height:16px}
.lh18 {line-height:18px}
.lh20 {line-height:20px}
.lh22 {line-height:22px}
.lh24 {line-height:24px}

/* 浮动 */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.show { display: block;}
.none { display: none;}

/* 底部 */
.footer {background: url(../images/footer_bg.gif) repeat-x; height: 30px; line-height: 30px;}
.footer ul {overflow: hidden; height: 100%; clear: both;}
.footer ul li {float: left; display: inline; padding: 0 10px; background: url(../images/footer_li.gif) no-repeat right 9px;}
.footer ul li a {color: #FFF;}
.footer ul li a span {display: none;}
.footer ul li a:hover {color: #FFFF33;}
.footer p {padding: 0 10px; color: #888; text-align: center;}
.footer p img {margib: 0 0 0 10px;}