@charset "utf-8";
/* CSS Document */

.header {
  background-image: url('../images/fzzfjs-bg.png') !important;
  height: 320px !important;
}

.logo {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  height: 200px;
  justify-content: space-between;
}

.logo img:nth-child(2) {
  width: 60%;
}

.fzzfjs-box {
  width: 95%;
  max-width: 1340px;
  margin: 0 auto;
  padding:40px;
  padding-bottom: 0;
  background: #fff;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .logo {
    height: 155px;
  }

  .header {
    height: 266px !important;
  }
}

@media (max-width: 800px) {
  .header {
    height: 320px !important;
  }

  .logo {
    height: 192px;
    padding-top: 40px !important;
  }

  .logo img:nth-child(2) {
    width: 80%;
  }
  .fzzfjs-box{padding: 25px;padding-bottom: 0;}
}

@media (max-width: 640px) {
  .fzzfjs-box {
    padding-top: 20px;
  }

  .zfwzgzndbb-news .gray-list li {
    padding: .75rem 0;
  }
  .fzzfjs-box{padding: 20px;padding-bottom: 0;}
}

@media (max-width: 420px) {
  .logo {
    height: 150px;
  }

  .logo img:nth-child(2) {
    width: 90%;
  }

  .logo img:nth-child(1) {
    width: 50%;
  }

  .header {
    height: 270px !important;
  }
  .fzzfjs-box{padding: 15px;padding-bottom: 0;}
}
