﻿@charset "utf-8";
/* CSS Document */

/*=========================================*/
/*Css Reset*/
/*=========================================*/
 html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
  fieldset, img { border:none; }
  img{display: inline-block;}
  address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
  ul, ol { list-style:none; }
  input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
  input::-moz-focus-inner { border:none; padding:0; }
  select, input { vertical-align:middle; }
  select, input, textarea { font-size:12px; margin:0; }
  input[type="text"], input[type="password"], textarea { outline-style:none; -webkit-appearance:none; }
  textarea { resize:none; }
  input,textarea{background: none; border: none;}
  table { border-collapse:collapse; }
  body { width: 100%; margin: 0 auto; color:#333; background:#fff; }
  html {font-family: "FZLanTingHei-L-GBK", "Helvetica Neue", "微软雅黑", "黑体", Helvetica, STHeiTi, sans-serif;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
  a { color:#666; text-decoration:none; }

  a:hover, a:active, a:focus {text-decoration:none; }
  h1,h2,h3,h4,h5,h6 { font-weight: normal;}
/*=========================================*/
/*other*/
/*=========================================*/
cwhite { color: #fff; }
.cblack { color: #000; }
.c1 { color: #111; }
.c2 { color: #222; }
.c3 { color: #333; }
.c4 { color: #444; }
.c5 { color: #555; }
.c6 { color: #666; }
.cc { color: #ccc; }
.c6 { color: #666; }
.c7 { color: #777; }
.c8 { color: #888; }
.c9 { color: #999; }
.bln { border-left: none; }
.brn { border-right: none; }
.btn { border-top: none; }
.bbn { border-bottom: none; }
.b1s { border: 1px solid #ccc; }
.b1d { border: 1px dotted #ccc; }
.bl1s { border-left: 1px solid #ccc; }
.br1s { border-right: 1px solid #ccc; }
.bt1s { border-top: 1px solid #ccc; }
.bb1s { border-bottom: 1px solid #ccc; }
.bl1d { border-left: 1px dotted #ccc; }
.br1d { border-right: 1px dotted #ccc; }
.bt1d { border-top: 1px dotted #ccc; }
.bb1d { border-bottom: 1px dotted #ccc; }
.fb { font-weight: bold }
.fn { font-weight: normal; }
.fyh { font-family: "Microsoft YaHei", "微软雅黑"; }
.fs { font-family: "simsun", "宋体"; }
.t2 { text-indent: 2em; }
.tdlt { text-decoration: line-through; }
.tdu { text-decoration: underline }
.tdn { text-decoration: none; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }
.clearfloat { height: 0; font-size: 0px; clear: both; line-height: 0; }
.cf:before, .cf:after { content: "."; display: block; height: 0; visibility: hidden; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.vm { verticle-align: middle; }
.pr { position: relative; }
.pa { position: absolute; }
.abs-right { position: absolute; right: 0 }
.zoom { zoom: 1; }
.hidden { visiility: hidden; }
.none { display: none; }
.block { display: block; }
.ohz { overflow: hidden; zoom: 1; }
.tdau a:hover { text-decoration: underline; }
.w { width: 100% }
.h { height: 100% }
.width200{width:200px;}
.mauto { margin: 0 auto; }
html { overflow: -moz-scrollbars-vertical; }
.cnp { text-align: justify; text-justify: inter-ideograph; }
.enp { text-align: justify; text-justify: newspaper }
.box-shadow{ box-shadow: 0 0px 10px #666;}
/*=========================================*/
/*My CustomNav*/
/*=========================================*/
.customNav { position: absolute; top: 0; left: 0; z-index: 9999999999; width: 220px; }
.customNav li { float: left; margin: 1px; }
.customNav a { display: block; width: 60px; line-height: 20px; text-align: left; background-color: #eaebec; margin-top: 1px; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; font-family: arial; overflow: hidden; font-size: 12px; text-decoration: none; text-align: center; border: 1px solid #ccc; }
.customNav a:hover { color: #fff; text-decoration: underline; background-color: #333; border: 1px solid #000; }
