﻿* {
  box-sizing: border-box;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: black;
}
input {
  background: none;
  outline: none;
  border: none;
}
html {
  margin: 0;
}
body {
  margin: 0;
}
.nrmkk {
  width: 1600px;
  margin: 0 auto;
  height: auto;
}
.clear {
  clear: both;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
/* banner */
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  display: block;
}
.djzhbanner {
  width: 100%;
}
.djzhbanner img {
  display: block;
  width: 100%;
}
.nrmk {
  height: auto;
}
.nrmk .nrmkk .leftSubnav {
  width: 250px;
  margin-top: -112px;
  float: left;
}
.nrmk .nrmkk .leftSubnav .title {
  background: url(../img/subListbg.png);
  width: 100%;
  height: 112px;
  font-size: 36px;
  color: #fff;
  line-height: 112px;
  text-align: center;
  border: none;
  position: relative;
  z-index: 2;
}
.nrmk .nrmkk .leftSubnav ul {
  background: #fff;
}
.nrmk .nrmkk .leftSubnav ul li {
  width: 250px;
  height: 75px;
  border-bottom: 1px dashed #d6d6d6;
}
.nrmk .nrmkk .leftSubnav ul li:nth-last-child(1) {
  border-bottom: none;
}
.nrmk .nrmkk .leftSubnav ul li:hover {
  border-left: 5px solid #ec8c2e;
  background: #3e8e7f;
}
.nrmk .nrmkk .leftSubnav ul li:hover a {
  color: #fff;
}
.nrmk .nrmkk .leftSubnav ul li a {
  line-height: 75px;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 20px;
}
.nrmk .nrmkk .leftSubnav ul li.active {
  border-left: 5px solid #ec8c2e;
  background: #3e8e7f;
}
.nrmk .nrmkk .leftSubnav ul li.active a {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */