body,
html {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}
a,
ul,
li,
dl,
dt,
dd,
i,
b{
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
}
img {
  display: block;
}
.clear {
  clear: both;
}
.w1200 {
  width: 1200px;
  /*width: 1450px;*/
  margin: 0 auto;
}
div,p,ul,li{
  margin: 0;
  padding: 0;
  list-style: none;
}

.header {
  width: 100%;
  height: 65px;
  position: fixed;
  z-index: 99;
  top: 0;
}
.header .wapper {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
}
.header .wapper .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #000;
  transition: all 0.3s;
  opacity: 0;
}
.header .wapper .nav {
  float: right;
  margin-right: 40px;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.header .wapper .nav ul li {
  margin: 0 5px;
  padding: 8px 22px;
  float: left;
  border: 1px solid transparent;
  position: relative;
  z-index: 10;
}
.header .wapper .nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.header .wapper .nav ul li .child-box {
  width: 338px;
  height: 164px;
  position: absolute;
  z-index: 20;
  top: 38px;
  left: -40px;
}
.header .wapper .nav ul li .child-box .child-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #000;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -o-opacity: 0.8;
  -moz-opacity: 0.8;
}
.header .wapper .nav ul li .child-box dl {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
  padding-top: 10px;
}
.header .wapper .nav ul li .child-box dl dd {
  display: block;
  width: 116px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
  margin: 5px 24px;
}
.header .wapper .nav ul li .child-box dl dd a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.header .wapper .nav ul li .child-box dl dd:hover {
  background: #006fb2;
  color: #fff;
}
.header .wapper .nav ul li:hover {
  border: 1px solid #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -moz-border-radius: 25px;
}
.header .logo {
  width: 190px;
  position: fixed;
  left: 4%;
  top: 4px;
  overflow: hidden;
  z-index: 50;
}

input{
  outline:none;
}

.dmzx-floor-nav {
  background-color: #0A0A34;
  width: 100%;
  height: 318px;
  color: #5C80C2;
}
.dmzx-floor-nav a {
  color: #5C80C2 !important;
}
.dmzx-floor-nav .w1200 {
  padding: 50px 3% 0;
}
.dmzx-floor-nav .w1200 ul {
  float: left;
  width: 16.5%;
  height: 243px;
  text-align: center;
}
.dmzx-floor-nav .w1200 ul p {
  font-size: 18px;
  margin-bottom: 27px;
}
.dmzx-floor-nav .w1200 ul li {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
}
