﻿@charset "utf-8";
html {
  height: 100%;
}
body {
  height: 100%;
  text-align: center;
}
.centerDiv {
  height: 530px;
  width: 1000px;
  background: url(../images/bg.jpg) no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-align: left;
}
.hiddenDiv {
  height: 100%;
  overflow: hidden;
  display: inline-block;
  width: 1px;
  overflow: hidden;
  margin-left: -1px;
  zoom: 1;
  *display: inline;
  *margin-top: -1px;
  _margin-top: 0;
  vertical-align: middle;
}

.con {
  width: 1000px;
  height: 530px;
  position: relative;
}
.logo {
  height: 116px;
  width: 300px;
  background: url(../images/logo_white3.png) no-repeat 10px center;
  background-size: 100%;
  position: absolute;
  top: 30px;
  left: 40px;
}

.footer {
  width: 1000px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.box {
  width: 800px;
  position: absolute;
  bottom: 14px;
  left: 80px;
}

.banner {
  width: 1000px;
  height: 388px;
  position: absolute;
  left: 0px;
  top: 71px;
}
.container {
  width: 1000px;
  height: 388px;
}
.container A IMG {
  width: 1000px;
  height: 388px;
}
.container IMG {
  border: 0px none;
}
.td_f A IMG {
  margin: 0px;
  padding: 0px;
}
.num {
  position: absolute;
  width: 1000px;
  height: 20px;
  height: 13px;
  left: 0px;
  bottom: 5px;
  display: none;
}
.num LI {
  text-align: center;
  line-height: 13px;
  list-style-type: none;
  margin: 1px;
  width: 30px;
  font-family: Arial;
  background: #909090;
  float: left;
  height: 13px;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
}
.num LI.on {
  line-height: 13px;
  width: 30px;
  background: #81b8e1;
  height: 13px;
  color: #ffffff;
}
