/* reset css */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a {
  margin: 0;
  padding: 0;
  color: #333;
  font: 16px/24px "微软雅黑";
}
html {
  display: inline-block;
  width: 100%;
}
img {
  border: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  border: 0;
}
strong {
  font-weight: bold;
}
ul,
ol,
li,
dt,
dd {
  list-style: none;
}
em,
i {
  font-style: normal;
}
/* base css */
.block {
    display: block;
}
.show {
    display: inherit;
}
.hide {
    display: none;
}
.dis-in-b {
    display: inline-block;
}
.img-auto {
    display: block;
    width: 100%;
    height: auto;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.line {
    border-bottom: 1px #d1d1d1 solid;
}
.dotted {
    border-bottom: 1px #a5a5a5 dotted;
}
.ml-20 {
    margin-left: 20px;
}
.ml-10 {
    margin-left: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.ml-40 {
    margin-left: 40px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.overflow {
    overflow: hidden;
}
/* header */
.wrap {
  width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
body {
  min-width: 1200px;
  background: url('.zdxm-header-banner.png') top center no-repeat;
}
.header {
  height: 417px;
}
.header-bg {
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url('.zdxm-header-bg.png');
}
.header a, .header span{
  color: #fff;
  font: 14px/38px "微软雅黑";
}
.header-name span {
  margin: 0 8px;
  cursor: pointer;
}
.title {
  width: 720px;
  margin-top: 100px;
  text-align: center;
}
.title p.small {
  font: 43px "微软雅黑";
}
.title p.big {
  font: bold 60px "微软雅黑";
}
.zy {
  width: 800px;
  margin: 10px 0;
  display: inline-block;
}
.zy p.bold {
  color: #333333;
  font: bold 14px/30px "微软雅黑";
}
.zy p.not-bold {
  color: #666666;
  font: 14px/30px "微软雅黑";
}
select[name="year"] {
    margin-top: 45px;
    margin-left: 10px;
    width: 313px;
    padding-left: 20px;
    display: inline-block;
    height: 38px;
    font: 14px/40px "微软雅黑";
    border: 1px solid #bbbbbb;
}
.select-icon {
  height: 40px;
  width: 40px;
  display: inline-block;
  right: 0;
  bottom: -1px;
  background: url('select-icon.jpg') center no-repeat;
}
.row-one {
  height: 370px;
  min-width: 1200px;
  background: url('zdxm-row-bg.jpg') center no-repeat;
}
.row-one .nr {
    width: 750px;
    margin-right: 135px;
    margin-top: 100px;
}
.row-one p {
  color: #ffffff;
  font: 14px/30px "微软雅黑";
}
.row-one .fj {
  color: #00fcff;
  font: 14px/30px "微软雅黑";
  border-bottom: 1px solid #00fcff;
  display: inline-block;
  width: 79px;
  text-align: center;
}
.zdxm-jzqk-logo {
  height: 100px;
  width: 700px;
  display: inline-block;
  background: url('.zdxm-jzqk-logo.jpg') center no-repeat;
}
.zdxm-jzqk-wrap {
  height: 337px;
  background: url('.zdxm-jzqk-wrap.jpg') center no-repeat;
}
.zdxm-jzqk-wrap p {
  width: 580px;
  margin-top: 100px;
  color: #666666;
  font: 14px/30px "微软雅黑";
}
.fj {
  color: #0084ff;
  font: 14px/30px "微软雅黑";
  border-bottom: 1px solid #0084ff;
  display: inline-block;
  width: 79px;
  text-align: center;
}
.zdxm-jzqk {
  padding: 60px 0;
}
.zdxm-jzqk-wrap-right {
  width: 580px;
  margin-left: 20px;
}
.zdxm-jzqk-title {
  height: 44px;
  background: url('.zdxm-jzqk-title.jpg') left no-repeat;
}
.zdxm-jzqk-title-font {
  width: 580px;
  margin-top: 30px;
  color: #666666;
  font: 14px/30px "微软雅黑";
}
.zdxm-tjjs {
  height: 512px;
  background-color: #f6f6f6;
}
.zdxm-tjjs-logo {
  padding-top: 40px;
}
.zdxm-tjjs-logo p {
  width: 100%;
  text-align: center;
  bottom: 33px;
  left: 0;
  right: 0;
  color: #666666;
  font: 14px/30px "微软雅黑";
}
.zdxm-zftzxm {
  height: 60px;
  width: 200px;
  display: inline-block;
  background: url('.zdxm-zftzxm.jpg') left no-repeat;
}
.zdxm-tzxm-left {
  width: 550px;
}
.zdxm-tzxm-left p,  .zdxm-tzxm-right p{
  font: 14px/30px "微软雅黑";
  color: #666666;
}
.zdxm-tzxm-right {
  width: 550px;
}
.zdxm-tzxm {
  height: 60px;
  width: 200px;
  display: inline-block;
  background: url('.zdxm-tzxm.jpg') left no-repeat;
}
.footer {
    height: 80px;
    padding-top: 28px;
    min-width: 1200px;
}
#_span_jiucuo img {
    position: relative;
    top: -10px;
}
#imgConac {
    height: 70px;
}
.copyright{margin-left:50px; _margin-left:50px; margin-top:9px; _margin-top:9px;}
.copyright p,.copyright a{font: 14px/25px '微软雅黑';}
.column{margin-right:50px; _margin-right:50px;}