.zwfw_cont {
  padding-top: 40px;
}

.zwfw_cont_hd {
  height: 145px;
  margin-bottom: 40px;
}

.zwfw_cont_hd_left {
  float: left;
  width: 750px;
  height: 100%;
}

.zwfw_cont_hd_left a,
.zwfw_cont_hd_left img {
  display: block;
  width: 100%;
  height: 100%;
}

.zwfw_cont_hd_right {
  float: right;
  width: 390px;
}

.zwfw_cont_hd_right .bottom_left {
  float: left;
  width: 140px;
}

.zwfw_cont_hd_right .bottom_left a {
  width: 100%;
  float: left;
  height: 145px;
  box-sizing: border-box;
  font-size: 18px;
  color: #222222;
  text-align: center;
  padding-top: 95px;
}

.zwfw_cont_hd_right .bottom_left a.a2 {
  background: url(idx_fourth_zwfw5.png) no-repeat center 34px;
  background-color: #f5f9fe;
}

.zwfw_cont_hd_right .bottom_right {
  float: right;
  width: 240px;
}

.zwfw_cont_hd_right .bottom_right a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  color: #222222;
  padding-left: 74px;
  height: 68px;
  line-height: 68px;
}

.zwfw_cont_hd_right .bottom_right a.a1 {
  background: url(idx_fourth_zwfw6.png) no-repeat 29px center,
    url(idx_fourth_zwfw8.png) no-repeat 200px center;
  background-color: #f5f9fe;
}

.zwfw_cont_hd_right .bottom_right a.a2 {
  background: url(idx_fourth_zwfw7.png) no-repeat 29px center,
    url(idx_fourth_zwfw8.png) no-repeat 200px center;
  background-color: #f5f9fe;
  margin-top: 9px;
}

.zwfw_cont_hd_right a {
  transition: 0.3s;
}

.zwfw_cont_hd_right a:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  color: #015293;
  transition: 0.3s;
}

.zwfw_cont_bd {
  padding-bottom: 30px;
}

.zwfw_cont_bd .hd {
  height: 42px;
  border-bottom: 1px solid #d6d6d6;
}

.zwfw_cont_bd .hd li {
  float: left;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin-right: 30px;
  cursor: pointer;
}

.zwfw_cont_bd .hd li.on {
  color: #015293;
}

.zwfw_cont_bd .bd {
  padding-top: 30px;
}

.zwfw_cont_bd .bd li {
  float: left;
  width: 180px;
  height: 60px;
  line-height: 60px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.zwfw_cont_bd .bd li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666666;
  background: #f5f9fe;
  transition: 0.3s;
  text-align: center;
}

.zwfw_cont_bd .bd .gm li:nth-child(6n) {
  margin-right: 0;
}

.zwfw_cont_bd .bd .fr li:nth-child(6n) {
  margin-right: 0;
}

.zwfw_cont_bd .bd li a:hover {
  background: #015293;
  color: #fff;
  transition: 0.3s;
}



@media screen and (max-width: 1199px) {
  .zwfw_cont_hd { height: auto; }
  .zwfw_cont_hd_left {
    width: 100%;
    height: auto;
    float: none;
  }

  .zwfw_cont_hd_right {
    float: none;
    margin-top: 15px;
    width: 100%;
  }

  .zwfw_cont_hd_right .bottom_left {
    width: 40%;
  }

  .zwfw_cont_hd_right .bottom_right {
    width: calc(60% - 15px);
  }

  .zwfw_cont_hd_right .bottom_right a.a1 {
    background: url(idx_fourth_zwfw6.png) no-repeat 29px center,
      url(idx_fourth_zwfw8.png) no-repeat right 20px center;
    background-color: #f5f9fe;
  }

  .zwfw_cont_hd_right .bottom_right a.a2 {
    background: url(idx_fourth_zwfw7.png) no-repeat 29px center,
      url(idx_fourth_zwfw8.png) no-repeat right 20px center;
    background-color: #f5f9fe;
  }

  .zwfw_cont_bd .bd li {
    width: 24%;
    margin-right: 1.33%;
  }

  .zwfw_cont_bd .bd .fr li:nth-child(4n) {
    margin-right: 0 !important;
  }

  .zwfw_cont_bd .bd .fr li:nth-child(6n) {
    margin-right: 1.33%;
  }
}

/* 鏀垮姟鏈嶅姟end */
@media screen and (max-width: 768px) {
  .zwfw_cont_hd {
    height: auto;
  }

  .zwfw_cont_bd .bd li {
    width: 48%;
    margin-right: 4%;
  }

  .zwfw_cont_bd .bd .fr li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .zwfw_cont_bd .bd .gm li:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 479px) {
  .zwfw_cont_bd .hd li {
    margin-right: 15px;
  }
  .zwfw_cont_hd_right .bottom_right a.a1 {
      background: url(idx_fourth_zwfw6.png) no-repeat 29px center, url(idx_fourth_zwfw8.png) no-repeat right 9px center;
      background-color: #f5f9fe;
  }
  .zwfw_cont_hd_right .bottom_right a.a2 {
      background: url(idx_fourth_zwfw7.png) no-repeat 29px center, url(idx_fourth_zwfw8.png) no-repeat right 9px center;
      background-color: #f5f9fe;
  }
}