.ml15 {
  margin-left: 15px !important; }

* {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

.mr10 {
  margin-right: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.h328 {
  height: 300px !important; }

.h156 {
  height: 156px !important; }

.h139 {
  height: 139px !important; }

.line {
  width: 100%;
  height: 2px;
  background: #1B3E6D; }

.header {
  width: 100%;
  height: 60px;
  z-index: 10;
  top: 0;
  display: flex;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start; }
  .header .headerl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start; }
    .header .headerl img {
      width: 82px;
      margin-left: 20px; }
  .header .headerr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start; }
    .header .headerr img {
      margin-right: 20px;
      width: 20px; }

.menuList {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  z-index: 100; }
  .menuList .header {
    width: 100%;
    height: 60px;
    z-index: 10;
    top: 0;
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start; }
    .menuList .header .headerl {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      align-content: flex-start; }
      .menuList .header .headerl img {
        width: 82px;
        margin-left: 20px; }
    .menuList .header .headerr {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      align-content: flex-start; }
      .menuList .header .headerr img {
        margin-right: 20px;
        width: 13px; }

.menuList2 {
  width: 100%;
  margin-top: 80px; }
  .menuList2 .menuList2Item {
    height: 50px;
    width: calc(100% - 20px - 20px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    border-bottom: 1px solid #e6e6e6; }
    .menuList2 .menuList2Item p {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #333333; }
    .menuList2 .menuList2Item img {
      width: 7px; }

/*# sourceMappingURL=reset.css.map */
