#banners {
  width: 1200px;
  margin: 10px auto;
  overflow: hidden;
  height: 236px;
}
#banners .banner_b {
  float: left;
  width: 840px;
  height: 236px;
  overflow: hidden;
}
#banners .banner_b #swiper1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#banners .banner_b #swiper1 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#banners .banner_b #swiper1 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
#banners .banner_b #swiper1 .swiper-wrapper .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
#banners .banner_b #swiper1 .swiper-wrapper .swiper-slide > a > img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#banners .banner_b #swiper1 .swiper-pagination {
  padding-left: 20px;
}
#banners .banner_b #swiper1 .swiper-pagination .swiper-pagination-bullet {
  float: left;
  height: 30px;
  width: 80px;
  background: rgba(255, 255, 255, 0);
  position: relative;
}
#banners .banner_b #swiper1 .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.8);
}
#banners .banner_b #swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0);
}
#banners .banner_b #swiper1 .swiper-pagination .swiper-pagination-bullet-active:after {
  background: #ffffff;
}
#banners .banner_s {
  overflow: hidden;
  width: 330px;
  float: right;
  height: 236px;
}
#banners .banner_s img {
  display: block;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  width: 330px;
  height: 112px;
  margin-bottom: 12px;
  cursor: pointer;
}
#cont {
  width: 1200px;
  margin: 10px auto;
  overflow: hidden;
  height: auto;
}
#cont .cont_list {
  width: 840px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  float: left;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  padding-bottom: 70px;
  background: #fff;
  margin-bottom: 30px;
}
#cont .cont_list #zx_lood_more {
  position: absolute;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #169bd5;
  background: #fff;
  font-size: 14px;
  color: #666;
}
#cont .cont_list #zx_lood_more span {
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
#cont .cont_list #zx_lood_more img {
  display: inline-block;
  width: 14px;
  height: 14px;
  display: none;
  cursor: pointer;
  margin-left: 5px;
  margin-top: -2px;
}
#cont .cont_list #zx_lood_more:hover {
  color: #333;
}
#cont .cont_list #zx_lood_more:hover span {
  color: #333;
}
#cont .cont_list > h1 {
  display: block;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  border-bottom: 2px solid #169bd5;
  box-sizing: border-box;
  position: relative;
  padding: 0 20px;
  font-weight: bold;
  color: #666;
}
#cont .cont_list > h1 img {
  position: absolute;
  width: 22px;
  height: 8px;
  top: 38px;
  left: 30px;
}
#cont .cont_list .mbx {
  display: none;
}
#cont .cont_list .zx_cont {
  width: 800px;
  margin: auto;
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
}
#cont .cont_list .zx_cont .zx_tit {
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 25px;
  position: relative;
}
#cont .cont_list .zx_cont .zx_tit > a {
  float: left;
  font-size: 18px;
  color: #666;
  transition: all 0.2s;
}
#cont .cont_list .zx_cont .zx_tit > span {
  position: absolute;
  left: 0;
  top: 7px;
  height: 18px;
  width: 18px;
  overflow: hidden;
}
#cont .cont_list .zx_cont .zx_tit > span > img {
  display: block;
  width: 100%;
}
#cont .cont_list .zx_cont .zx_tit .ttiao {
  display: inline-block;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 4px;
  background: #e50000;
  color: #fff;
  font-weight: normal;
  float: left;
  margin-left: 5px;
  margin-top: 5px;
}
#cont .cont_list .zx_cont .time_form {
  line-height: 30px;
}
#cont .cont_list .zx_cont .time_form span,
#cont .cont_list .zx_cont .time_form b {
  margin-right: 6px;
  font-weight: normal;
  font-size: 12px;
  color: #666;
  transition: all 0.2s;
}
#cont .cont_list .zx_cont .zx_content {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  transition: all 0.2s;
  text-align: justify;
}
#cont .cont_list .zx_cont .zx_content > a {
  font-size: 14px;
  color: #666;
}
#cont .cont_list .zx_cont .form {
  height: 30px;
}
#cont .cont_list .zx_cont .form span {
  float: right;
  line-height: 30px;
  color: #666;
  transition: all 0.2s;
}
#cont .cont_list .zx_cont:hover .zx_content {
  color: #333;
}
#cont .cont_list .zx_cont:hover .form > span,
#cont .cont_list .zx_cont:hover .zx_tit > span,
#cont .cont_list .zx_cont:hover .time_form > span {
  color: #333;
}
#cont .cont_list .zx_con_test {
  padding-bottom: 10px;
}
#cont .cont_list .xxzs {
  width: 800px;
  height: 170px;
  overflow: hidden;
  margin: auto;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
#cont .cont_list .xxzs ul {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  overflow: hidden;
  display: none;
}
#cont .cont_list .xxzs ul:nth-of-type(1) {
  display: block;
}
#cont .cont_list .xxzs ul li {
  float: left;
  width: 16.66666667%;
  overflow: hidden;
}
#cont .cont_list .xxzs ul li img {
  display: block;
  width: 95px;
  height: 95px;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
}
#cont .cont_list .xxzs ul li span {
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0 10px;
  display: block;
  width: 100%;
  text-align: center;
  height: 32px;
  font-size: 12px;
  transition: all 0.2s;
  color: #666;
  cursor: pointer;
  position: relative;
}
#cont .cont_list .xxzs ul li span b {
  font-weight: normal;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
}
#cont .cont_list .xxzs ul li:hover span {
  color: #333;
}
#cont .cont_more {
  width: 330px;
  float: right;
  height: auto;
  min-height: 200px;
}
#cont .cont_more .zw_sd {
  background: #fff;
}
#cont .cont_more .zw_sd .zw_sd_list {
  height: 40px;
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #168bd5;
}
#cont .cont_more .zw_sd .zw_sd_list p {
  float: left;
  width: 50%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #168bd5;
  position: relative;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#cont .cont_more .zw_sd .zw_sd_list .zw_sd_ck {
  color: #fff;
  background: #168bd5;
}
#cont .cont_more .zw_sd .zw_sd_cont {
  height: 460px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
#cont .cont_more .zw_sd .zw_sd_cont .zw {
  padding-top: 10px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#cont .cont_more .zw_sd .zw_sd_cont .zw li {
  height: 30px;
  line-height: 30px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-left: 30px;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#cont .cont_more .zw_sd .zw_sd_cont .zw li a {
  font-size: 14px;
  color: #666;
}
#cont .cont_more .zw_sd .zw_sd_cont .zw li:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 13px;
  height: 3px;
  width: 3px;
  background: #ccc;
}
#cont .cont_more .zw_sd .zw_sd_cont .zw li:hover {
  color: #169bd5;
  transition: all 0.2s;
}
#cont .cont_more .zw_sd .zw_sd_cont .zw li:hover:before {
  background: #169bd5;
}
#cont .cont_more .zw_sd .zw_sd_cont .zw:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 20px;
  background: #fff;
  left: 0;
  bottom: 0;
}
#cont .cont_more .zw_sd .zw_sd_cont .sd {
  border-top: none;
  display: none;
  padding-top: 15px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#cont .cont_more .zw_sd .zw_sd_cont .sd p {
  width: 88%;
  margin: auto;
  margin-bottom: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  color: #666;
}
#cont .cont_more .zw_sd .zw_sd_cont .sd p span {
  display: block;
  font-size: 13px;
  color: #169bd5;
  font-weight: bold;
  margin-bottom: 2px;
  cursor: pointer;
}
#cont .cont_more .zw_sd .zw_sd_cont .sd .sd-more {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#cont .cont_more .gjx {
  margin-top: 12px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
#cont .cont_more .gjx > h1 {
  background-color: #168bd5;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-sizing: border-box;
  padding: 0 40px;
  position: relative;
}
#cont .cont_more .gjx > h1 > img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 22px;
  height: 20px;
}
#cont .cont_more .gjx .rcgc {
  display: none!important;
}
#cont .cont_more .gjx .rcfw,
#cont .cont_more .gjx .rcgc {
  display: block;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 0 10px;
}
#cont .cont_more .gjx .rcfw > p,
#cont .cont_more .gjx .rcgc > p {
  font-size: 16px;
  color: #666;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
#cont .cont_more .gjx .rcfw > p:after,
#cont .cont_more .gjx .rcgc > p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 2px;
  background: #169bd5;
}
#cont .cont_more .gjx .rcfw > div,
#cont .cont_more .gjx .rcgc > div {
  display: block;
  overflow: hidden;
  padding: 20px 0 10px 0;
}
#cont .cont_more .gjx .rcfw > div dl,
#cont .cont_more .gjx .rcgc > div dl {
  float: left;
  width: 25%;
  overflow: hidden;
}
#cont .cont_more .gjx .rcfw > div dl dt,
#cont .cont_more .gjx .rcgc > div dl dt {
  display: block;
  width: 100%;
}
#cont .cont_more .gjx .rcfw > div dl dt > img,
#cont .cont_more .gjx .rcgc > div dl dt > img {
  display: block;
  width: 80%;
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
  cursor: pointer;
}
#cont .cont_more .gjx .rcfw > div dl dd,
#cont .cont_more .gjx .rcgc > div dl dd {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  transition: all 0.2s;
}
#cont .cont_more .gjx .rcfw > div dl:hover .gw,
#cont .cont_more .gjx .rcgc > div dl:hover .gw {
  color: #169bd5;
}
#cont .cont_more .gjx .rcfw > div dl:hover .ps,
#cont .cont_more .gjx .rcgc > div dl:hover .ps {
  color: #f8bf22;
}
#cont .cont_more .gjx .rcfw > div dl:hover .zj,
#cont .cont_more .gjx .rcgc > div dl:hover .zj {
  color: #25b4a7;
}
#cont .cont_more .gjx .rcfw > div dl:hover .zp,
#cont .cont_more .gjx .rcgc > div dl:hover .zp {
  color: #f86f97;
}
#cont .cont_more .gjx .rcfw > div dl:hover .cj,
#cont .cont_more .gjx .rcgc > div dl:hover .cj {
  color: #133E81;
}
#cont .cont_more .gjx .rcfw > div dl:hover .qr,
#cont .cont_more .gjx .rcgc > div dl:hover .qr {
  color: #FF9900;
}
#cont .cont_more .gjx .rcfw > div dl:hover .wr,
#cont .cont_more .gjx .rcgc > div dl:hover .wr {
  color: #66D6CF;
}
#cont .cont_more .gjx .rcfw > div dl:hover .jc,
#cont .cont_more .gjx .rcgc > div dl:hover .jc {
  color: #CC3333;
}
#cont .cont_more .gjx .dxpm {
  display: block;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 0 10px;
}
#cont .cont_more .gjx .dxpm > p {
  font-size: 16px;
  color: #666;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
#cont .cont_more .gjx .dxpm > p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 2px;
  background: #169bd5;
}
#cont .cont_more .gjx .dxpm > div {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
#cont .cont_more .gjx .dxpm > div ul {
  width: 100%;
  overflow: hidden;
}
#cont .cont_more .gjx .dxpm > div ul li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}
#cont .cont_more .gjx .dxpm > div ul li > a {
  display: inline-block;
  width: 100%;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-right: 1px solid #ccc;
  position: relative;
}
#cont .cont_more .gjx .dxpm > div ul li > a > img {
  display: none;
}
#cont .cont_more .gjx .dxpm > div ul li:last-child a {
  border: none;
}
#cont .cont_more .gjx .dxpm > div ul .dxpm_ck > a {
  color: #fff;
  background: #0f91c9;
  border-radius: 5px;
}
#cont .cont_more .gjx .dxpm > div ul .dxpm_ck > a > img {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
}
#cont .cont_more .gjx .dxpm > div table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px auto;
  display: none;
}
#cont .cont_more .gjx .dxpm > div table th,
#cont .cont_more .gjx .dxpm > div table td {
  border: 1px solid #e6e6e6;
  text-align: center;
  height: 26px;
  border-collapse: collapse;
  color: #666;
}
#cont .cont_more .gjx .dxpm > div table th {
  color: #0f91c9;
  border-bottom: 2px solid #e6e6e6;
}
#cont .cont_more .gjx .dxpm > div .tab1 {
  display: table;
}
#cont .cont_more .rczb {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 12px;
}
#cont .cont_more .rczb > img {
  display: block;
  width: 100%;
  height: auto;
}
#cont .cont_more .gzwm {
  width: 100%;
  margin-top: 12px;
  box-sizing: border-box;
  padding: 0 10px;
  background: #fff;
  position: relative;
  border: 1px solid #e6e6e6;
}
#cont .cont_more .gzwm > p {
  font-size: 16px;
  color: #666;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
#cont .cont_more .gzwm > p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 2px;
  background: #169bd5;
}
#cont .cont_more .gzwm .w_link {
  overflow: hidden;
  padding: 20px 0;
}
#cont .cont_more .gzwm .w_link > a {
  float: left;
  width: 20%;
  overflow: hidden;
  cursor: pointer;
}
#cont .cont_more .gzwm .w_link > a > img {
  display: block;
  margin: auto;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
#cont .cont_more .gzwm .w_link > a .ewm {
  display: none;
  position: absolute;
  width: 330px;
  height: auto;
  overflow: hidden;
  left: -1px;
  top: 126px;
  padding: 10px 0;
  background: #fefefe;
  border: 1px solid #E8E7E4;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#cont .cont_more .gzwm .w_link > a .ewm img {
  width: 40%;
  margin: 0 5%;
  text-align: center;
  float: left;
}
#cont .cont_more .gzwm .w_link > a .ewm span {
  float: left;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  a {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    appearance: none;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  body {
    padding-top: 5rem;
  }
  #tit .nav_box {
    width: 100%;
    height: 4.5rem;
  }
  #tit .nav_box .nav {
    display: none;
  }
  #tit .nav_box .ban .logo {
    height: 100%;
    width: auto;
    bottom: 0;
  }
  #tit .nav_box .ban .logo > img {
    height: 5rem;
    width: auto;
  }
  #tit .nav_box .ban .zhejiao {
    display: none !important;
  }
  #tit .logo-tit {
    left: 42vw !important;
    top: 2vw !important;
    height: 8vw !important;
  }
  #banners {
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #banners .banner_b {
    margin: 0;
    width: 100%;
    height: 30vw;
  }
  #banners .banner_b #swiper1 .swiper-pagination {
    bottom: 0;
    left: 0;
    padding: 0 2vw;
  }
  #banners .banner_b #swiper1 .swiper-pagination .swiper-pagination-bullet {
    width: 10vw;
  }
  #banners .banner_s {
    display: none;
  }
  #cont {
    width: 100%;
  }
  #cont .cont_list {
    width: 100%;
    padding: 0 2vw;
    margin-bottom: 0;
    padding-bottom: 19vw;
  }
  #cont .cont_list > h1 {
    height: 10vw;
    line-height: 10vw;
    font-size: 4.5vw;
    padding: 0 4vw;
    display: none;
  }
  #cont .cont_list > h1 img {
    display: none;
  }
  #cont .cont_list .mbx {
    display: block;
    color: #666;
  }
  #cont .cont_list .mbx a {
    color: #666;
    padding: 0 2vw;
  }
  #cont .cont_list .mbx a:first-child {
    padding-left: 0;
  }
  #cont .cont_list .zx_cont {
    padding: 3vw 0;
    width: 100%;
  }
  #cont .cont_list .zx_cont .zx_tit {
    padding: 0 2vw;
    width: 100%;
    height: auto;
    text-indent: 6vw;
  }
  #cont .cont_list .zx_cont .zx_tit a {
    clear: both;
    float: none;
    display: inline;
    font-size: 4vw;
  }
  #cont .cont_list .zx_cont .zx_tit span {
    left: 2%;
  }
  #cont .cont_list .zx_cont .time_form {
    padding: 0 2vw;
  }
  #cont .cont_list .zx_cont .time_form a,
  #cont .cont_list .zx_cont .time_form span,
  #cont .cont_list .zx_cont .time_form b {
    color: #b3b3b3;
  }
  #cont .cont_list .zx_cont .zx_content {
    padding: 0 2vw;
    display: none;
  }
  #cont .cont_more {
    display: none;
  }
  #bottom .wrap {
    width: 100%;
  }
  #bottom .wrap h2,
  #bottom .wrap ul,
  #bottom .wrap .line {
    display: none;
  }
  #bottom .wrap p {
    width: 100%;
  }
}
