body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.text-singleline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.imgfit {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sk-bgrs-bg {
  width: 100%;
  background-color: #FFF7F0;
  padding: 5px;
  line-height: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-title {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-title .img-bg {
  height: 50px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}

.logo-title .img-bg .logo-text {
  cursor: pointer;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  padding: 0 20px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #aeaeae;
  box-sizing: border-box;
}

.sk-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f2f2f2;
}

.sk-body .selectbg {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: flex-end;
}

.sk-body .selectbg .infobg {
  width: 400px;
  border-radius: 10px 10px 0 0;
  padding: 15px 15px 0 15px;
  background-color: white;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.sk-body .selectbg .infobg .infobtnbg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sk-body .selectbg .infobg .infobtnbg .infobtn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 5px;
  text-align: center;
  color: #333333;
  background: #e3e3e3;
}

.sk-body .selectbg .infobg .infoitembg {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  overflow-y: scroll;
  max-height: 400px;
}

.sk-body .selectbg .infobg .infoitembg .infoitem {
  font-size: 18px;
  color: #333333;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  line-height: 45px;
  background: #fff;
  padding: 10px 10px;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
}

@media screen and (max-width: 1200px) {
  .bmimg {
    content: url(/static/zt/img/sydwbm_m.jpg);
    width: 100%;
  }
  .tyk56 {
    content: url(/static/zt/img/56mstyk_m.jpg);
    width: 100%;
  }
  .skrwfsx {
    content: url(/static/zt/img/skrwfsx_m.jpg);
    width: 100%;
  }
  .huodongimg {
    content: url(/static/zt/img/sydwzw_hdm.jpg);
    width: 100%;
  }
  .in-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .in-nav .in-nav-item {
    height: 40px;
    padding: 0 20px;
    position: relative;
    line-height: 40px;
    font-size: 16px;
    color: #8b8b8b;
    cursor: pointer;
  }
  .in-nav .active {
    color: #2e83e3;
    font-weight: bold;
  }
  .in-nav .in-nav-item .in-nav-mask {
    height: 40px;
    position: absolute;
    width: 30%;
    bottom: 0;
    left: 35%;
  }
  .in-nav .in-nav-item .active {
    border-bottom: 2px solid #2e83e3;
  }
  .pc {
    display: none !important;
  }
  .listselect {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #f2f2f2;
    height: 40px;
    line-height: 30px;
    width: 50%;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 14px;
    color: #666;
    background-color: white;
    margin-bottom: 5px;
  }
  .banner-bg {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .banner-bg .title {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }
  .banner-bg .title p {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: white;
    /* font-style: italic; */
    text-align: center;
  }
  .banner-bg img {
    width: 100%;
    height: auto;
    content: url(/static/zt/img/sydwzw_m.jpg);
  }
  .imgfit {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .info-bg {
    width: 100%;
    max-width: 1200px;
    padding: 10px;
    box-sizing: border-box;
    background-color: white;
  }
  .selectbg {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: flex-end;
  }
  .selectbg .infobg {
    width: 400px;
    border-radius: 10px 10px 0 0;
    padding: 15px 15px 0 15px;
    background-color: white;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .tuijian-bg {
    width: 100%;
    background-color: #FDF9F3;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tuijian-title {
    height: 40px;
    width: 80%;
    line-height: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #ddd;
    font-size: 18px;
    text-align: center;
    background: #fff;
  }
  fieldset {
    text-align: center;
    border: 0;
    border-top: 2px solid #33b4a6;
    width: 80%;
  }
  legend {
    padding: 0 10px;
    font-size: 14px;
    color: #009688;
    margin-bottom: 45px;
    font-weight: bold;
    margin: 0 auto;
  }
  .kecheng-bg {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .kecheng-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 5px;
  }
  .kecheng-item img {
    width: 100%;
  }
  .kecheng-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
  }
  .kecheng-title {
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 14px;
    color: #333;
  }
  .citylistbg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .citylistbg .bg {
    width: 100%;
    max-width: 1200px;
    background-color: white;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .citylistbg .bg .item {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    flex-direction: column;
  }
  .citylistbg .bg .item .title {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 30px;
    font-size: 16px;
    color: #545454;
    font-weight: 600;
    background-color: #f2f2f2;
  }
  .citylistbg .bg .item .city {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .citylistbg .bg .item .city .item {
    height: 26px;
    padding: 0 20px;
    background-color: #2e83e3;
    color: white;
    line-height: 26px;
    margin: 0 5px 5px 0;
    width: auto;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
  }
}

@media screen and (min-width: 1200px) {
  .bmimg {
    content: url(/static/zt/img/sydwbm_pc.jpg);
    width: 1200px;
    cursor: pointer;
  }
  .skrwfsx {
    content: url(/static/zt/img/skrwfsx_pc.jpg);
    width: 100%;
    max-width: 1200px;
    margin-bottom: -40px;
    cursor: pointer;
  }
  .tyk56 {
    content: url(/static/zt/img/56mstyk_pc.jpg);
    width: 100%;
    max-width: 1200px;
    margin-top: 40px;
    cursor: pointer;
  }
  .huodongimg {
    content: url(/static/zt/img/sydwzw_hd.jpg);
    width: 1200px;
    cursor: pointer;
  }
  .in-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .in-nav .in-nav-item {
    height: 40px;
    padding: 0 20px;
    position: relative;
    line-height: 40px;
    font-size: 18px;
    color: #8b8b8b;
    cursor: pointer;
  }
  .in-nav .active {
    color: #2e83e3;
    font-weight: bold;
  }
  .in-nav .in-nav-item .in-nav-mask {
    height: 40px;
    position: absolute;
    width: 30%;
    bottom: 0;
    left: 35%;
  }
  .in-nav .in-nav-item .active {
    border-bottom: 2px solid #2e83e3;
  }
  .mobile {
    display: none !important;
  }
  .w5 {
    width: 50% !important;
  }
  .listselect {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #f2f2f2;
    height: 40px;
    line-height: 30px;
    width: 30%;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 14px;
    color: #666;
    background-color: white;
    margin-bottom: 5px;
  }
  .banner-bg {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow-x: hidden;
  }
  .banner-bg .title {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }
  .banner-bg .title p {
    width: 1200px;
    font-size: 48px;
    font-weight: bold;
    color: white;
    /* font-style: italic; */
    text-align: center;
  }
  .banner-bg img {
    width: 1920px;
    height: 200px;
    content: url(/static/zt/img/sydwzw_pc.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .imgfit {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1200px;
  }
  .info-bg {
    width: 100%;
    max-width: 1200px;
    padding: 10px;
    box-sizing: border-box;
    background-color: white;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .selectbg {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
  }
  .selectbg .infobg {
    width: 400px;
    border-radius: 10px;
    padding: 15px 15px 0 15px;
    background-color: white;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .tuijian-bg {
    width: 100%;
    background-color: #FDF9F3;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tuijian-title {
    width: 100%;
    max-width: 600px;
    height: 100px;
    width: 100%;
    line-height: 100px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px 0px #ddd;
    font-size: 36px;
    text-align: center;
    background: #fff;
  }
  legend {
    padding: 0 10px;
    font-size: 24px;
    color: #009688;
    margin-bottom: 45px;
    font-weight: bold;
    margin: 0 auto;
  }
  fieldset {
    text-align: center;
    border: 0;
    border-top: 2px solid #33b4a6;
    width: 100%;
    max-width: 600px;
  }
  .kecheng-bg {
    width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .kecheng-item {
    width: 350px;
    display: flex;
    flex-direction: column;
    height: 370px;
    margin-right: 50px;
    margin-bottom: 40px;
    background-color: #fff;
  }
  .kecheng-item img {
    width: 350px;
    height: 210px;
  }
  .kecheng-info {
    width: 350px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
  }
  .kecheng-title {
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 14px;
    color: #333;
  }
  .citylistbg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .citylistbg .bg {
    width: 100%;
    max-width: 1200px;
    background-color: white;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .citylistbg .bg .item {
    width: 100%;
    max-width: 380px;
    box-sizing: border-box;
    padding: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
  }
  .citylistbg .bg .item .title {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 30px;
    font-size: 16px;
    color: #545454;
    font-weight: 600;
    background-color: #f2f2f2;
  }
  .citylistbg .bg .item .city {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .citylistbg .bg .item .city .item {
    height: 26px;
    padding: 0 20px;
    background-color: #2e83e3;
    color: white;
    line-height: 26px;
    margin: 0 5px 5px 0;
    width: auto;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
  }
}

.qgg-table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #c6c6c6 !important;
  margin-bottom: 20px;
}

.qgg-table th {
  border-collapse: collapse;
  border-right: 1px solid #c6c6c6 !important;
  border-bottom: 1px solid #c6c6c6 !important;
  background-color: #54C3EE !important;
  padding: 10px 9px;
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.qgg-table td {
  border-collapse: collapse;
  border-right: 1px solid #c6c6c6 !important;
  border-bottom: 1px solid #c6c6c6 !important;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  word-break: break-all;
}

.qgg-table tr:nth-child(odd) {
  background-color: #fff !important;
}

.qgg-table tr:nth-child(even) {
  background-color: #f8f8f8 !important;
}
