.amenu .head-new {
  width: 1200px !important;
  float: left;
}
.amenu .head-new .nav-item {
  float: left;
  width: 150px;
  height: 66px;
  line-height: 66px;
}
.amenu .head-new .nav-item > a {
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.amenu .head-new .nav-item > a:hover {
  background: #0a1ea4;
}
.amenu .head-new .has-sub {
  position: relative;
}
.amenu .head-new .has-sub > ul {
  dislpay: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 0;
  width: 150px;
  transition: all 0.35s;
}
.amenu .head-new .has-sub > ul > li {
  width: 150px;
  float: left;
  line-height: 66px;
  background: #212121;
  border-bottom: 1px solid #3e3a3a;
}
.amenu .head-new .has-sub > ul > li:nth-last-child(1) {
  border: none;
}
.amenu .head-new .has-sub > ul > li > a {
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.amenu .head-new .has-sub > ul > li > a:hover {
  background: #0a1ea4;
}
.amenu .head-new .has-sub:hover > ul {
  opacity: 1;
  visibility: visible;
}
.con-s1-r > ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.con-s1-r > ul > li {
  height: 50px;
  line-height: 50px;
  width: 50%;
}
.con-s1-r > ul > li i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #062e64;
  text-align: center;
  margin-right: 10px;
}
.con-s1-r > ul > li i:before {
  color: #fff;
  font-size: 24px;
}
/*# sourceMappingURL=new.css.map */