body {
  font-size: 16px;
  color: #333;
}
body,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h5,
input,
button {
  margin: 0;
  padding: 0;
  font-family: Arial, 'Microsoft Yahei';
}
div {
  box-sizing: border-box;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
button,
input {
  outline: none;
}
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
a {
  font-family: Tahoma, Arial, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  font-size: 15px;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
.lnut-header {
  height: 85px;
  width: 100%;
  min-width: 1200px;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 9;
}
.lnut-header .logo {
  display: inline-block;
}
.nav {
  width: 780px;
  height: 50px;
  display: inline-block;
  /*padding-left: 192px;*/
  /*padding-left: 37px;*/
  z-index: 12;
}
.nav .menu {
  width: 100%;
  font-weight: 200;
}
.nav .menu li {
  float: left;
  height: 16px;
  padding: 10px 4px;
  position: relative;
  font-weight: normal;
}
.nav .menu li::after {
  content: '';
  width: 1px;
  border-left: 2px solid #000;
  margin-left: 8px;
}
.nav .menu li:last-child::after {
  border-left: 0;
}
.nav .menu li a {
  color: #000;
  font-size: 16px;
}
.lnut-nav {
  width: 100%;
  min-width: 1200px;
  height: 50px;
  background: #162a87;
  position: fixed;
  top: 85px;
  z-index: 9;
}
.lnut-nav .menu {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -600px;
  font-weight: 200;
}
.lnut-nav .menu li {
  float: left;
  height: 16px;
  padding: 17px 24px;
  position: relative;
}
.lnut-nav .menu li a {
  color: #fff;
  font-size: 16px;
}
.lnut-nav .menu .active-item {
  background: #0d1c63;
}
.lnut-nav .menu .remove-item {
  background: rgba(0, 0, 0, 0) !important;
}
.lnut-nav .menu .remove-item a {
  color: #fff !important;
}
.lnut-nav .menu .nav_list {
  position: absolute;
  top: 50px;
  left: 0px;
  line-height: 22px;
  background: #0d1c63;
  text-align: center;
  display: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  z-index: 99;
}
.lnut-nav .menu .nav_list li {
  color: #fff;
  padding: 14px 24px;
  line-height: 16px;
  white-space: nowrap;
  width: 100%;
  text-align: left;
}
.lnut-nav .menu .nav_list li:hover {
  color: #fff;
  background: #102cad;
}
.lnut-nav .menu .nav_list li:hover a:hover {
  color: #fff;
}
.breadcrumb {
  height: 56px;
  line-height: 56px;
  color: #162a87;
}
.breadcrumb .home-icon {
  width: 24px;
  height: 24px;
  background: url('/images/home-icon.png') no-repeat;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home-icon.png', sizingMethod='scale')";
}
.breadcrumb a {
  color: #162a87;
  margin: 0 4px;
}
.lnut-footer {
  width: 100%;
  min-width: 1200px;
  color: #eeeeee;
  text-align: center;
  font-size: 12px;
  background-color: #162a87;
  height: 100px;
  line-height: 24px;
  position: relative;
  margin: 0 auto;
}
.lnut-footer .footer-wrap {
  margin: 0 auto;
  width: 1200px;
  padding-top: 14px;
  position: relative;
}
.lnut-footer .qr-wrap {
  line-height: 16px;
  position: absolute;
  left: 0;
}
.lnut-footer .qr-wrap .qr-item {
  float: left;
  margin-left: 20px;
}
.lnut-footer .copyright {
  text-align: center;
  position: relative;
  padding: 18px 0 0 0;
}
.lnut-footer .copyright img {
  position: absolute;
  top: 12px;
  right: 300px;
  width: 60px;
}
.lnut-footer .copyright a {
  font-size:12px;
  color:#fff;
}