﻿@charset "utf-8";
/* CSS Document */
* {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

table {
  margin: 0 auto;
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}


.pageBody table {
  margin: 0 auto;
}

.pageBody a:link {
  color: #000000;
  text-decoration: none;
  line-height: 24px;
  font-size: 14px;
}

.pageBody a:visited {
  color: #000000;
  text-decoration: none;
  line-height: 24px;
  font-size: 14px;
}

.pageBody a:hover {
  color: #000000;
  text-decoration: none;
  line-height: 24px;
  font-size: 14px;
}

image {
  border-width: 0
}

.grey12_20,
.grey12_20 a:link,
.grey12_20 a:visited {
  color: #000;
  text-decoration: none;
  line-height: 20px;
  font-size: 12px;
  font-family: "宋体";
}

.grey12_20 a:hover {
  color: #000;
  text-decoration: none;
  line-height: 20px;
  font-size: 12px;
  font-family: "宋体";
}

.white18_30,
.white18_30 a:link,
.white18_30 a:visited {
  color: #ffffff;
  text-decoration: none;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.white18_30 a:hover {
  color: #ffffff;
  text-decoration: none;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.red14_30,
.red14_30 a:link,
.red14_30 a:visited {
  color: #e60012;
  text-decoration: none;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
}

.red14_30 a:hover {
  color: #e60012;
  text-decoration: none;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
}

.red18_30,
.red18_30 a:link,
.red18_30 a:visited {
  color: #e60012;
  text-decoration: none;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.red18_30 a:hover {
  color: #e60012;
  text-decoration: none;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.grey14_30,
.grey14_30 a:link,
.grey14_30 a:visited {
  color: #000;
  text-decoration: none;
  line-height: 30px;
  font-size: 14px;
}

.grey14_30 a:hover {
  color: #000;
  text-decoration: none;
  line-height: 30px;
  font-size: 14px;
}

.black14_30,
.black14_30 a:link,
.black14_30 a:visited {
  color: #000;
  text-decoration: none;
  line-height: 30px;
  font-size: 14px;
}

.black14_30 a:hover {
  color: #000;
  text-decoration: none;
  line-height: 30px;
  font-size: 14px;
}

.grey16_30,
.grey16_30 a:link,
.grey16_30 a:visited {
  color: #000;
  text-decoration: none;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.grey16_30 a:hover {
  color: #000;
  text-decoration: none;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.zi18,
.zi18 a:link,
.zi18 a:visited {
  color: #303791;
  font-size: 18px;
  font-weight: bold;
}

.zi18 a:hover {
  color: #303791;
  font-size: 18px;
  font-weight: bold;
}


/* 轮播 */
.topSlider {
  width: 470px;
  min-width: 470px;
  height: 336px;
  position: relative;
  overflow: hidden;
  background: #fff;
  text-align: center;
  margin: 0;
}

.topSlider .bd {
  width: 470px;
  position: absolute;
  left: 50%;
  margin-left: -235px;
  overflow: hidden;
}

.topSlider .bd li {
  width: 470px;
  overflow: hidden;
}

.topSlider .bd li img {
  display: block;
  width: 470px;
  height: 336px;
}

.topSlider .bd .linkTitle {
  display: block;
  position: absolute;
  bottom: 0;
  width: 470px;
  height: 30px;
}

.topSlider .bd .linkTitle-bg {
  background: rgb(8, 18, 27);
  opacity: 0.5;
  width: 470px;
  height: 30px;
}

.topSlider .bd .linkTitle span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  color: white;
  width: 470px;
  margin: 3px 0 0 6px;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}

.topSlider .tempWrap ul {
  margin-left: -470px !important; /*强制位置*/
}

.topSlider .hd {
  position: absolute;
  right: 10px;
  z-index: 1;
  bottom: 6px;
  text-align: center;
}

.topSlider .hd li {
  list-style: none;
  float: left;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  background: rgb(224, 224, 224);
  text-align: center;
  cursor: pointer;
  margin-left: 3px;
  font-size: 14px;
  font-family: Verdana;
  line-height: 18px;
  opacity: 0.7;
  color: rgb(0, 0, 0);
}

.topSlider .hd li.on {
  border-color: rgb(0, 68, 165);
  background: rgb(35, 147, 233);
  color: rgb(255, 255, 255);
}



