aa* {
    margin: 0;
    padding: 0;
  }
  ul,
  ol {
    list-style: none;
  }
  a {
    color: #333;
    text-decoration: none;
  }
  #var,
  #outer,
  #main,
  #footer {
    width: 100%;
  }
  .container {
    max-width: 1140px;
    margin: 0px auto;
  }
  .c-nav .show {
    display: inline-block;
  }
  .c-nav .hiden {
    display: none;
  }
  .c-nav {
    width: 100%;
    height: 100px;
    position: absolute;
    background-color:#fff;
    z-index: 100;
  }
  .c-nav .navFlex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-content: center;
    color: white;
  }
  .c-nav ul {
    list-style: none;
    background-color: #fff;
    opacity: .7;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .c-nav ul li {
    padding: 15px 0px 15px 0px;
    margin-left: 30px;
    display: inline-block;
  }
  .c-nav ul li a {
    color: #333;
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
  }
  .c-nav ul li a:hover {
    border-bottom: 3px solid #e4c17e;
  }
  .c-nav .logo {
    height: 100px;
  }
  .c-nav .btnImg {
    height: 20px;
    width: 25px;
    padding: 3px 8px 3px 8px;
    box-sizing: content-box;
    border: 1px solid transparent;
  }
  @media screen and (max-width: 1200px) {
    .c-nav ul li {
      margin-left: 20px;
    }
  }
  @media screen and (max-width: 992px) {
    .c-nav ul li {
      margin-left: 10px;
    }
  }
  @media screen and (max-width: 768px) {
    .c-nav ul li:nth-child(4),
    .c-nav ul li:nth-child(5) {
      display: none;
    }
  }
  @media screen and (max-width: 576px) {
    .c-nav {
      background-color: rgba(176, 204, 243, 0.8);
      padding: 10px 0px 10px 0px;
      opacity: 0.9;
      height: 25px;
    }
    .c-nav .navFlex {
      flex-wrap: wrap;
      font-size: 20px;
      justify-content: space-between;
    }
    .c-nav .logo {
      height: 30px;
    }
    .c-nav ul li {
      padding-top: 10px;
      margin-left: 270px;
      display: block;
    }
    .c-nav ul li a {
      border-bottom: 3px solid transparent;
    }
    .c-nav ul a:hover {
      border-bottom: 3px solid #e4c17e;
    }
    .c-nav ul li:nth-child(4),
    .c-nav ul li:nth-child(5) {
      display: block;
    }
    .c-nav .hiden {
      display: block;
    }
    .c-nav .show {
      width: 100%;
      font-size: 14px;
      text-align: center;
      display: none;
    }
  }
  #main .icon {
    background-image: url(006.png);
    height: 280px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 600px;
  }
  @media screen and (max-width: 576px){
    #main .icon{
      height: 200px;
    }
  }
  #main .wiki {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  #main .wiki .nar-1{
    margin-bottom: 30px;
  }
  #main .wiki span {
    font-size: 26px;
    color: #7D8C99;
  }
  #main .wiki .nar{
    padding: 0px 80px;
    text-align: left;
    line-height: 30px;
    margin-bottom: 30px;
  }
  #main .wiki .a{
      right: 100%;
  }
  #main .wiki .a div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #main .wiki .a div img {
    max-width: 100%;
    height: 300px;
  }
  #main .wiki .a .b{
      margin-left: 10%;
      margin-right: 10%;
      line-height: 24px;
  }
  #main .wiki .a .b p{
      text-align: left;
  }
  #footer p {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  