/****************************************************************************          网站整体风格定义 */
BODY {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  /* ==========    默认页面文字大小    =============== */
  scrollbar-face-color: #01809a;
  scrollbar-highlight-color: #01809a;
  scrollbar-shadow-color: #01809a;
  scrollbar-3dlight-color: #01809a;
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-base-color: #ffffff;
  /* ==========    默认页面文字、大小、行距、颜色   =============== */
  font-family: '微软雅黑';
  font-size: 12px;
  color: #333;
  text-decoration: none;
  /* ==========    页面背景颜色    =============== */
  background-color: #f2f2f2;
  background-image: url(../img/bj.jpg);
  background-repeat: repeat-x;
  background-position: center top; /* ==========    filter虑镜，上下渐变定义    =============== 
	filter:alpha(style=1,startY=0,finishY=100,startX=100,finishX=100);
	*/
  line-height: 24px;
  scrollbar-face-color: #c0c0c0;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #c0c0c0;
  scrollbar-darkshadow-color: #000000;
  scrollbar-shadow-color: #808080;
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #e0e0e0;
}

.hg_30 {
  line-height: 30px;
}
/****************************************************************************       网站默认连接定义 */
/* ==========    带链接状态    =============== */
A:link {
  text-decoration: none;
  color: #333;
}
/* ==========    鼠标点击后，链接状态    =============== */
A:visited {
  text-decoration: none;
  color: #333;
}
/* ==========    鼠标经过，链接状态色    =============== */
A:hover {
  text-decoration: none;
  color: #0a8bc4;
}
/* ==========    鼠标无点击过，链接状态    =============== */
A:active {
  text-decoration: none;
  color: #333;
}

/* ==========    带链接状态    =============== */
A.dao:link {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
/* ==========    鼠标点击后，链接状态    =============== */
A.dao:visited {
  text-decoration: none;
  color: #fff;
}
/* ==========    鼠标经过，链接状态色    =============== */
A.dao:hover {
  text-decoration: underline;
  color: #fff;
  left: 1px;
  position: none;
  top: 1px;
}
/* ==========    鼠标无点击过，链接状态    =============== */
A.new:active {
  text-decoration: none;
  color: #fff;
}

/* ==========    带链接状态    =============== */
A.new:link {
  text-decoration: none;
  color: #0a8bc4;
}
/* ==========    鼠标点击后，链接状态    =============== */
A.new:visited {
  text-decoration: none;
  color: #0a8bc4;
}
/* ==========    鼠标经过，链接状态色    =============== */
A.new:hover {
  text-decoration: underline;
  color: #0a8bc4;
  left: 1px;
  position: none;
  top: 1px;
}
/* ==========    鼠标无点击过，链接状态    =============== */
A.new:active {
  text-decoration: none;
  color: #0a8bc4;
}

/* ==========    带链接状态    =============== */
A.new02:link {
  text-decoration: none;
  color: #f60;
}
/* ==========    鼠标点击后，链接状态    =============== */
A.new02:visited {
  text-decoration: none;
  color: #f60;
}
/* ==========    鼠标经过，链接状态色    =============== */
A.new02:hover {
  text-decoration: underline;
  color: #f60;
  left: 1px;
  position: none;
  top: 1px;
}
/* ==========    鼠标无点击过，链接状态    =============== */
A.new02:active {
  text-decoration: none;
  color: #f60;
}

.hg_15 {
  line-height: 15px;
}

/****************************************************************************          背景定义  */
.bk_e4e4e4 {
  border: 1px solid #e4e4e4;
}
.bkdhx {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #cecece;
}
.dhx {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccccc;
}
.font_st {
  font-family: '宋体';
}

/****************************************************************************          文字描边定义  */
.font_0A8BC4 {
  color: #0a8bc4;
}
.font_fff {
  color: #ffffff;
}
.fotn_999 {
  color: #999999;
}
.fotn_c69000 {
  color: #c69000;
}

.font_14 {
  font-size: 14px;
}
.font_16 {
  font-size: 16px;
}
.font_18 {
  font-size: 18px;
}
.font_24 {
  font-size: 24px;
}
.mdt30 {
  margin-top: 30px;
}
.logo a {
  font-size: 20px;
}
