.wk {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.top_logo {
  margin-top: 45px;
  height: 113px;
}
.top_mz {
  background: url("gkml2.png") no-repeat center 83px;
  height: 200px;
}
.top_wz {
  height: auto;
  padding: 20px 30px;
  margin-bottom: 27px;
  background: #104cdf;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  text-indent: 2em;
  text-align: justify;
}
.main_zt {
  background: #fff;
  padding: 20px;
  min-height: 500px;
}
.lmmc_tt {
  height: 56px;
  background: #f2f2f2;
  margin-bottom: 14px;
}
.lmmc_tt h1 {
  display: block;
  font-weight: normal;
  font-size: 20px;
  float: left;
  height: 56px;
  line-height: 56px;
  padding: 0 35px;
  color: #fff;
  background: #0272c9;
}
.bm_list {
  overflow: hidden;
  padding-bottom: 25px;
}
.bm_list li {
  float: left;
  margin: 12px 6px 0 6px;
  width: 220px;
  height: 50px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 16px;
}
.bm_list li a {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 手机版 */
.sjghb1 {
  display: none;
}
.mobile_type .sjghb1 {
  display: block;
  margin: 2vw 3vw;
  width: 18vw;
  height: 8vw;
  border-radius: 1vw;
  background: #ec940a;
  line-height: 8vw;
  text-align: center;
  font-size: 4vw;
  color: #fff;
}
.mobile_type .elder_1 {
  display: none !important;
}
.mobile_type .wk{
    width: 100%;
}
.mobile_type .top_logo {
    margin-top: 6vw;
    height: auto;
}
.mobile_type .top_logo img {
    display: block;
    width: 100%;
}
.mobile_type .top_mz {
    background: url(gkml2.png) no-repeat center;
    background-size: 90%;
    height: 30vw;
}
.mobile_type .top_wz {
    height: auto;
    padding: 3vw;
    margin-bottom: 0;
    line-height: 8vw;
    font-size: 4vw;
}
.mobile_type {
    background-size: 210%;
}
.mobile_type .main_zt {
    padding: 6vw 3vw;
}
.mobile_type .lmmc_tt {
    height: 15vw;
    margin-bottom: 4vw;
}
.mobile_type .lmmc_tt h1 {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 5vw;
    float: left;
    height: 15vw;
    line-height: 15vw;
    padding: 0;
    color: #fff;
    text-align: center;
    background: #0272c9;
}
.mobile_type .bm_list {
    padding-bottom: 4vw;
}
.mobile_type .bm_list li {
    float: left;
    margin: 2vw 2vw 0 0;
    width: 46vw;
    height: auto;
    border-radius: 2vw;
    font-size: 4vw;
}
.mobile_type .bm_list li:nth-child(2n) {
   margin-right: 0;
}
.mobile_type .bm_list li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
    line-height: 12vw;
    text-align: center;
    padding: 0 2vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}