﻿a {
  text-decoration: none;
  color: #333;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.header {
  width: 1920px;
  min-width: 1400px;
  height: 525px;
  max-width: 100%;
  background: url(zt-zdjc-bg.jpg) no-repeat;
  margin: 0 auto;
}

.h-tool1 {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 16px;
  padding-top: 20px;
}

.h-tool1-left {
  float: left;
  display: inline-block;
}

.h-tool1-left>a {
  color: #fff;
}

.h-tool1-left>i {
  font-style: normal;
  color: #fff;
  display: inline-block;
  margin: 0 6px;
}

.h-tool1-right {
  float: right;
  display: inline-block;
}

.h-tool1-right>a {
  color: #fff;
}

.h-tool1-right>i {
  font-style: normal;
  color: #fff;
  display: inline-block;
  margin: 0 6px;
}

.h-tool2 {
  margin-top: 20px;
  overflow: hidden;
}

.h-tool2-left {
  float: left;
  width: 475px;
  height: 78px;
  background: url(wpf_logo.png) no-repeat center center;
  background-size: auto 100%;
}

.h-tool2-right {
  float: right;
  width: 472px;
  height: 46px;
  margin-top: 16px;
  background: #fff;
  border-radius: 23px;
  padding: 0 20px;
  overflow: hidden;
}

.h-tool2-right>input {
  width: 428px;
  height: 46px;
  line-height: 46px;
  background: none;
  color: #666;
  font-size: 20px;
  float: left;
}

.h-tool2-right .h-search {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 11px;
  background: url(wpf_search.png) no-repeat center center;
  background-size: auto 100%;
  cursor: pointer;
  float: right;
}

.zt-zdjc-site-logo {
  display: block;
  width: 475px;
  height: 78px;
  margin: 60px auto;
}

.zt-zdjc-logo {
  display: block;
  width: 768px;
  height: 109px;
  margin: 0 auto;
}

.zt-zdjc-ml {
  width: 1400px;
  height: 188px;
  margin: -90px auto 30px;
  background: url(zt-zdjc-ml-bg.png) no-repeat;
}

.zt-zdjc-ml a {
  width: 950px;
  display: inline-block;
  font-size: 28px;
  line-height: 48px;
  font-weight: bold;
  margin: 36px 0 0 360px;
}

.zt-zdjc-ml a span {
  color: #999;
  font-size: 18px;
  float: right;
  font-weight: normal;
}

.zt-zdjc-ml a span:hover {
  color: #2da7f9;
}

.zt-zdjc-ml-tools {
  width: 1400px;
  height: 73px;
  margin: 0 auto;
}

.tools-y {
  width: 280px;
  height: 73px;
  background-color: #2da7f9;
  float: left;
}

.tools-y a {
  font-size: 32px;
  font-weight: bold;
  color: #96d3fc;
  margin: 0 27px;
  line-height: 74px;
}

.tools-y .cur {
  color: #fff;
  border-bottom: 3px solid #fff;
}

.tools-title {
  width: 630px;
  height: 74px;
  background-color: #e1f7ff;
  float: left;
  padding-left: 20px;
  line-height: 74px;
  font-size: 24px;
  color: #000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tools-search {
  float: right;
}

.tools-search-left {
  width: 178px;
  height: 74px;
  background-color: #2da7f9;
  float: left;
  font-size: 32px;
  line-height: 74px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.tools-search input {
  width: 225px;
  height: 34px;
  padding: 20px;
  background-color: #e1f7ff;
  border: none;
  outline: none;
  float: left;
  font-size: 24px;
  color: #999;
  line-height: 34px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.zt-zdjc-table {
  clear: both;
  width: 1400px;
  margin: 30px auto 30px;
  border-collapse: separate;
  border-spacing: 0px 15px;
}

.zt-zdjc-table tr th {
  position: relative;
  background-color: #2da7f9;
  text-align: center;
  color: #fff;
  height: 65px;
  line-height: 65px;
  font-size: 24px;
  font-weight: normal;
}

.zt-zdjc-table tr th:first-child,
.zt-zdjc-table tr td:first-child {
  width: 120px;
}

.zt-zdjc-table tr th:nth-child(2),
.zt-zdjc-table tr td:nth-child(2) {
  width: 670px;
}

.zt-zdjc-table tr th:nth-child(3),
.zt-zdjc-table tr td:nth-child(3) {
  width: 210px;
}

.zt-zdjc-table tr th:nth-child(4),
.zt-zdjc-table tr td:nth-child(4) {
  width: 200px;
}

.zt-zdjc-table tr th:nth-child(5),
.zt-zdjc-table tr td:nth-child(5) {
  width: 200px;
}

.zt-zdjc-table tr td:nth-child(2) {
  text-align: left;
}

.zt-zdjc-table tr td:last-child {
  color: #666;
}

.zt-zdjc-table tr th::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 45px;
  top: 10px;
  left: 0;
  background-color: #fff;
}

.zt-zdjc-table tr th:first-child::before {
  display: none;
}

.zt-zdjc-table tr td {
  background-color: #e1f7ff;
  padding: 30px 10px;
  text-align: center;
  vertical-align: middle;
}

.zt-zdjc-table tr td a {
  color: #2da7f9;
}

.zt-zdjc-detail-main {
  width: 1400px;
  /* overflow: auto; */
  margin: 0 auto;
  padding-bottom: 30px;
}

.position {
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
}

.zt-zdjc-detail-nav {
  width: 100%;
  margin: 30px 0;
  height: 60px;
}

.zt-zdjc-detail-nav li {
  width: 210px;
  height: 58px;
  border: 1px solid #2da7f9;
  float: left;
  margin-left: 24px;
  display: none;
}

.zt-zdjc-detail-nav li:first-child {
  margin-left: 0;
}

.zt-zdjc-detail-nav li a {
  display: block;
  font-size: 24px;
  line-height: 58px;
  text-align: center;
}

.zt-zdjc-detail-nav a:hover,
.zt-zdjc-detail-nav .cur {
  background-color: #2da7f9;
  color: #fff;
}

.zt-zdjc-detail-nav li a {
  color: #4d4d4d;
}

.zdjc-detail-part {
  width: 1380px;
  margin-top: 30px;
}

.zdjc-detail-part .docc {
  padding: 10px 20px;
}

.nav-tit {
  width: 100%;
  height: 45px;
  background: url(zt-zdjc-tit-bg.png) no-repeat;
  font-size: 21px;
  text-indent: 0.7em;
}

.footer {
  width: 1400px;
  margin: 30px auto 20px;
  clear: both;
  /*清除浮动*/
}

.f-info {
  border-top: 1px solid #d2d2d2;
  margin-top: 4px;
  padding: 0 0 0 13px;
  background: #fff;
}

.f-info-left {
  width: 750px;
}

.f-info-div {
  margin-top: 18px;
}

.f-info-div>a {
  font-size: 15px;
  color: #313131;
}

.f-info-div>a:hover {
  font-weight: bold;
}

.f-info-div>span {
  color: #ccc;
  font-size: 15px;
  display: inline-block;
  margin: 0 16px 16px;
}

.f-info-p {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 28px;
}

.f-info-right {
  width: 400px;
  overflow: hidden;
  margin-top: 20px;
}

.f-info-right>a {
  display: inline-block;
  float: right;
  width: 82px;
  text-align: center;
}

.f-info-right>a+a {
  margin-left: 10px;
}

.f-info-right>a>span {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 4px;
}

.drop-lists {
  width: 1338px !important;
}

.drop-down {
  width: 233px !important;
  height: 65px !important;
}

.drop-down .tag {
  height: 65px !important;
  line-height: 65px !important;
  font-size: 18px !important;
}

.drop-lists {
  margin-left: 0 !important;
  top: 65px !important;
}

#files p {
  line-height: 36px;
}

.zwxl-article {
  width: 1340px;
}


/* search */


.zt-zdjc-search {
  width: 456px;
  height: 46px;
  margin: 60px auto 0;
  border: 2px solid #5fc6ff;
  color: #fff;
}

.zt-zdjc-search span {
  display: inline-block;
  width: 126px;
  height: 46px;
  line-height: 46px;
  background-color: #5fc6ff;
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  float: left;
}

.zt-zdjc-search input {
  width: 298px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 0 15px;
}

/* Safari，Chrome WebKit browsers */
.zt-zdjc-search input::-webkit-input-placeholder {
  color: #fff;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.zt-zdjc-search input:-moz-placeholder {
  color: #fff;
}

/* 火狐 Mozilla Firefox 19+ */
.zt-zdjc-search input::-moz-placeholder {
  color: #fff;
}

/* Internet Explorer 10+ */
.zt-zdjc-search input:-ms-input-placeholder {
  color: #fff;
}