.zdtx-header {
  width: 100%;
  height: 96px;
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 1200px;
  z-index: 9999;
}
.zdtx-header .zdtx-nav {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.zdtx-header .zdtx-nav > div {
  float: left;
}
.zdtx-header .zdtx-nav .zdtx-logo {
  width: 303px;
  height: 100%;
}
.zdtx-header .zdtx-nav .zdtx-logo h1 {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 15px 0px;
  box-sizing: border-box;
}
.zdtx-header .zdtx-nav .zdtx-logo h1 a {
  display: inline-block;
}
.zdtx-header .zdtx-nav .zdtx-nav-list {
  width: 416px;
  height: 100%;
}
.zdtx-header .zdtx-nav .zdtx-nav-list ul {
  margin-top: 36px;
  width: 100%;
  height: 60px;
  padding-left: 27.5px;
  box-sizing: border-box;
}
.zdtx-header .zdtx-nav .zdtx-nav-list ul li:nth-child(1) a {
  color: #d25118 !important;
}
.zdtx-header .zdtx-nav .zdtx-nav-list ul li {
  padding: 0px 27.5px;
  float: left;
  height: 100%;
}
.zdtx-header .zdtx-nav .zdtx-nav-list ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 60px;
  color: #ffffff;
}
.zdtx-header .zdtx-nav .zdtx-logoin {
  width: 481px;
  height: 73px;
  margin-top: 23px;
  overflow: hidden;
}
.zdtx-header .zdtx-nav .zdtx-logoin span {
  height: 100%;
  line-height: 73px;
  color: #ffffff;
  font-size: 25px;
  float: left;
  margin-right: 6px;
}
.zdtx-header .zdtx-nav .zdtx-logoin ul {
  width: 306px;
  height: 100%;
  float: left;
  padding-top: 19px;
  box-sizing: border-box;
}
.zdtx-header .zdtx-nav .zdtx-logoin ul :nth-child(3) {
  margin-right: 0px;
  background-color: #eb5307;
}
.zdtx-header .zdtx-nav .zdtx-logoin ul :nth-child(3) a {
  color: #ffffff;
}
.zdtx-header .zdtx-nav .zdtx-logoin ul li {
  width: 88px;
  height: 31px;
  border-radius: 5px 5px;
  background-color: #ffffff;
  float: left;
  margin-right: 18px;
  border: 1px solid #d25118;
}
.zdtx-header .zdtx-nav .zdtx-logoin ul li a {
  display: inline-block;
  text-align: center;
  line-height: 31px;
  width: 100%;
  height: 100%;
  color: #eb5107;
}
