body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 "Helvetica Neue", Helvetica, tahoma, arial, sans-serif,
    \5b8b\4f53;
}
input,
select,
textarea {
  font-size: 100%;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
button[type="reset"]::-moz-focus-inner,
button[type="button"]::-moz-focus-inner,
button[type="submit"]::-moz-focus-inner,
button[type="file"] > button[type="button"]::-moz-focus-inner {
  padding: 0;
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img,
a img {
  border: 0;
}
abbr,
acronym {
  font-variant: normal;
  border: 0;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: 500;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-size: 100%;
}
q:before,
q:after {
  content: "";
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
ins,
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after,
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.font-hei {
  font-family: "Helvetica Neue", Helvetica, tahoma, arial, "Hiragino Sans GB",
    "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Micro Hei Mono",
    "WenQuanYi Zen Hei", "WenQuanYi Zen Hei", "Apple LiGothic Medium", "SimHei",
    "ST Heiti", "WenQuanYi Zen Hei Sharp";
}
.font-kai {
  font-family: "AR PL UKai CN", "AR PL UKai HK", "AR PL UKai TW",
    "AR PL UKai TW MBE", "AR PL KaitiM GB", "TW\-Kai", "KaiTi", "KaiTi_GB2312",
    "STKaiti";
}
.font-song {
  font-family: "NSimSun", "SimSun", "STSong", "AR PL SungtiL GB", "TW\-Sung",
    "WenQuanYi Bitmap Song";
}
.font-fang-song {
  font-family: "FangSong", "FangSong_GB2312", "STFangsong", "CWTEX\-F";
}
.font-ming {
  font-family: "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW",
    "AR PL UMing TW MBE", "PMingLiU", "MingLiU";
}

.red,
.error {
  color: red;
}
.orange {
  color: #f60;
}
.green {
  color: #41ab01;
}
.blue {
  color: #0f6b91;
}
.b {
  font-weight: bold;
}
.hide {
  display: none;
}
.fl,
.fr {
  display: inline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.hr {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 1;
  border-top: 1px solid #fff;
}
.hr.dashed {
  border-style: dashed;
}
.del,
a.del {
  color: #bbb;
  text-decoration: line-through;
}
.curp {
  cursor: pointer;
}
.vln {
  margin: 0 8px;
  color: #ccc;
}
.ova {
  overflow: auto;
}
.pre {
  font-family: \5b8b\4f53;
}
s {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border: 5px dashed transparent;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.ul li {
  list-style: disc inside;
}

/* body{color:#333;background:url(../images/bg.png) #fff;} */
a {
  color: #333;
}
a:hover {
  color: #019199;
}
a.link-bg {
  color: #000;
  background-color: #019199;
}
a.link-bg:hover {
  text-decoration: none;
  background-color: #0cb8c2;
}
.wrapper {
  position: relative;
  z-index: 1;
  width: 960px;
  margin: 0 auto;
  *zoom: 1;
}
.wrapper.overflow {
  overflow: visible;
}
.wrapper:after {
  display: block;
  clear: both;
  height: 0;
  content: " ";
}
.loading {
  background: url(../images/loading.gif) center center no-repeat;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.pre-icon {
  padding-left: 24px;
  background: no-repeat 0 center;
}

.module-icon {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -999em;
  /* background: url(../images/module-icon.png) no-repeat; */
  cursor: pointer;
}
.module-gray .module-icon {
  background-image: url(../images/module-icon-gray.png);
  -moz-transition: background-image 0.5s;
  -webkit-transition: background-image 0.5s;
  -o-transition: background-image 0.5s;
}
.module-gray .active .module-icon,
.module-gray .module-icon:hover,
.module-gray .module-icon:active {
  /* background-image: url(../images/module-icon.png); */
}
.module-icon-1 {
  background-position: 0 0;
}
.module-icon-2 {
  background-position: -50px 0;
}
.module-icon-3 {
  background-position: -100px 0;
}
.module-icon-4 {
  background-position: 0 -50px;
}
.module-icon-5 {
  background-position: -50px -50px;
}
.module-icon-6 {
  background-position: -100px -50px;
}
.module-icon-7 {
  background-position: 0 -100px;
}
.module-icon-8 {
  background-position: -50px -100px;
}
.module-icon-9 {
  background-position: -100px -100px;
}
.module-icon-10 {
  background-position: 0 -150px;
}
.module-icon-11 {
  background-position: -50px -150px;
}
.module-icon-12 {
  background-position: -100px -150px;
}
.module-icon-13 {
  background-position: 0 -200px;
}
.module-icon-14 {
  background-position: -50px -200px;
}

.icon {
  display: inline-block;
  *display: inline;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  /* background: url(../images/icon.png) no-repeat; */
  *zoom: 1;
}
.icon-pre {
  margin-right: 5px;
}

.block-white {
  color: #333;
  background: #fff;
}
.block-black {
  color: #fff;
  background: #000;
}
.block-green {
  color: #fff;
  background: #019199;
}
.block-black a,
.block-green a {
  color: #fff;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.modal-inner {
  width: 600px;
  margin: 100px auto;
}
.modal-ctn {
  position: relative;
  z-index: 1005;
  padding: 25px 50px 50px;
  color: #fff;
  background-color: #019199;
}
.modal h2 {
  font-size: 30px;
}
.modal p {
  font-size: 14px;
  line-height: 25px;
}
.modal a {
  display: inline-block;
  padding: 1px 3px;
  color: #019199;
  background: #fff;
}
.modal a.close {
  float: right;
  padding: 3px 5px;
  font-size: 18px;
  font-size: 16px;
}
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1004;
  width: 100%;
  height: 100%;
}
#J_modal {
  *display: block;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 8px;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 4px;
}
a.btn:hover {
  color: #019199;
  text-decoration: none;
  background-color: #fff;
}
