.news-info-wrap img{
  display: block;
  width: 100%;
  min-height:135px;
  margin:0 auto;
}
.news-info-wrap .mobile-pic{
  display: none;
}
.news-info-content{
  padding:30px 0;
}
.wpbm-details{
  padding-top:25px;
}
.pc-part .tab-menu li{
  float:left;
  width:19%;
  height:46px;
  margin-left:1%;
}
.pc-part .tab-menu li:first-child{margin-left:0;}
.pc-part .tab-menu li a{
  text-align: center;
  font-size: 14px;
  display: block;
  height:100%;
  color:#fff;
  background:#ccc;
  border-radius: 6px 6px 0 0;
}
.pc-part .tab-menu li.active a{
  color:#005da2;
  background:#fff;
  border:1px solid #e5e5e5;
  border-bottom:0;
  margin-top:1px;
}
.tab-menu li a i{
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.tab-menu li a span{
  display: inline-block;
  vertical-align: middle;
}
.tab-menu li a em{
  display:inline-block;
  width:0;  
  height:100%; 
  vertical-align:middle;
}
.tab-menu .item1 i{
  width:23px;
  height:20px;
  background:url(/images/2019bzy_jdcx_icon1_03.png) no-repeat center center;
}
.tab-menu .item2 i{
  width:20px;
  height:20px;
  background:url(/images/2019bzy_jdcx_icon2_03.png) no-repeat center center;
}
.tab-menu .item3 i{
  width:18px;
  height:20px;
  background:url(/images/2019bzy_jdcx_icon3_03.png) no-repeat center center;
}
.tab-menu .item4 i{
  width:20px;
  height:20px;
  background:url(/images/2019bzy_jdcx_icon4_03.png) no-repeat center center;
}
.tab-menu .item5 i{
  width:20px;
  height:20px;
  background:url(/images/2019bzy_jdcx_icon5_03.png) no-repeat center center;
}
.tab-menu .item1.active i{background:url(/images/2019bzy_jdcx_active_icon1_03.png) no-repeat center center;}
.tab-menu .item2.active i{background:url(/images/2019bzy_jdcx_active_icon2_03.png) no-repeat center center;}
.tab-menu .item3.active i{background:url(/images/2019bzy_jdcx_active_icon3_03.png) no-repeat center center;}
.tab-menu .item4.active i{background:url(/images/2019bzy_jdcx_active_icon4_03.png) no-repeat center center;}
.tab-menu .item5.active i{background:url(/images/2019bzy_jdcx_active_icon5_03.png) no-repeat center center;}
.pc-part .tab-contents{
  width:99%;
  border:1px solid #e5e5e5;
  box-shadow: 1px 1px 20px #e5e5e5;
}
.pc-part .tab-contents .tab-item{
  display: none;
  height:350px;
  position:relative;
}
.tab-item .pt-bg-img{
  width:107px;
  height:84px;
  position: absolute;
  bottom:0;
  left:0;
}
.tab-item .pt-bg-img img{
  display: block;
  width:100%;
}
.tab-contents .tab-item h2{
  font-size: 36px;
  padding:30px 0 30px;
  text-align: center;
}
.tab-contents .search-wrap{
  width:78%;
  height:48px;
  margin:0 auto;
}
.search-wrap .type-select{
  width:28%;
  height:100%;
  border:1px solid #ccc;
  border-radius: 100px 0 0 100px;
  padding: 12px 3% 0 3%;
  position: relative;
  background: #fff url(./2019bzy_jdcx_icon6_03.png) no-repeat 95% center;
}
.search-wrap .type-select input{
  font-size: 16px;
  color:#666;
  display: block;
  width: 100%;
  height: 22px;
  line-height: 22px \9;
  background: none;
  border:0;
}
.search-wrap .type-select ul{
  width:90%;
  font-size:13px;
  text-align: left;
  display: none;
  position: absolute;
  right: 0;
  top: 53px;
  overflow: hidden;
  background-color: #fff;
  max-height: 180px;
  overflow-y: auto;
  /* border:1px solid #ccc; */
  border-radius: 4px;
  box-shadow: 1px 1px 10px #ccc;
  
}
.search-wrap .type-select ul li{
  height: 36px;
  line-height: 36px;
  color:#666;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
  padding: 0 10px;
  cursor: pointer;
}
.search-wrap .type-select ul li.on{
  background-color: #fff;
}
.search-wrap .search-ipt{
  width:56%;
  height:100%;
  border:1px solid #ccc;
  border-left:0;
  border-right:0;
}
.search-wrap .search-ipt input{
  display: block;
  margin-top:12px;
  font-size: 16px;
  color:#666;
  padding-left:12px;
  border:0;
}
.search-wrap .search-button{
  width:16%;
  height:100%;
  border:1px solid #f2aa00;
  border-left:0;
  border-radius: 0 100px 100px 0;
  text-align: center;
  background:#f2aa00;
}
.search-wrap .search-button button{
  width:100%;
  height:100%;
  display: inline-block;
  padding:0;
  border:0;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  background: none;
  cursor: pointer;
}
.wx-tips{
  width:78%;
  margin:50px auto 0;
}
.wx-tips .tips-key{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  color:000;
}
.wx-tips .tips-item{
  display: inline-block;
  vertical-align: top;
  color:#999;
  font-size: 14px;
}
.tab-item .code-ipt{
  width:70%;
  height: 48px;
  border:1px solid #ccc;
  border-radius: 100px;
  margin:12px auto 0;
  padding-left:20px;
}
.tab-item .code-ipt input{
  width:95%;
  margin-top:13px;
  font-size: 16px;
  color:#666;
  border:0;
}
.tab-item .code-button{
  width:25%;
  height:48px;
  line-height: 48px;
  display: block;
  margin:20px auto;
  border:0;
  text-align: center;
  background:#f2aa00;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100px;
}
.code-search-list{
  width:70%;
  margin:20px auto 0;
}
.tab-item .code-search-list .code-ipt{
  width:78%;
  border-radius: 100px 0 0 100px;
  border-right:0;
  margin-top:0;
}
.tab-item .code-search-list .code-button{
  width:22%;
  border-radius: 0 100px 100px 0;
  margin-top:0;
}
.code-demo{
  height: 51px;
  text-align: center;
  margin-top:50px;
}
.code-demo img{
  display: inline-block;
  vertical-align: top;
}
.code-demo span{
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  color:#999;
  padding-left:5px;
}
@media(max-width: 769px){
  .pc-part{display: none;}
  .mobile-part{
    display: block!important;
    position: relative;
  }
  .mobile-sm-menu{
    background:#00a7e5;
  }
  .news-info-wrap .mobile-pic{
    display: block;
  }
  .news-info-wrap .pc-pic{
    display: none;
  }
  .news-info-content{padding-top:0;}

  .mobile-part .mobile-item{
    position: relative;
  }
  .mobile-item .item-title{
    padding-top:10px;
    padding-bottom:12px;
    text-align: center;
    font-size: 36px;
  }
  .mobile-item .item-title i{
    display: inline-block;
    width:50px;
    height:50px;
  }
  .mobile-item .item-title i img{
    display: block;
    width:100%;
    height:100%;
  }
  .mobile-item .item-title span{
    display: block;
    margin-top: 13px;
    height: 40px;
    line-height: 40px;
  }
  .mobile-item .mobile-ipt{
    width:95%;
    height:50px;
    padding:12px 3% 0;
    margin:13px auto 0;
    border:1px solid #ccc;
    border-radius: 100px;
  }
  .mobile-item .mobile-ipt input{
    width:90%;
    border:0;
    font-size: 18px;
    color:#333;
  }
  .mobile-item .mobile-button{
    width:95%;
    height:50px;
    line-height: 50px;
    display: block;
    margin:20px auto 0;
    font-size: 20px;
    font-weight: bold;
    color:#fff;
    background:#f2aa00;
    text-align: center;
    border:0;
    border-radius: 100px;
  }
  .mobile-item .type-select {
    width: 100%;
    border-radius: 100px 0 0 100px;
    position: relative;
    background: #fff url(./2019bzy_jdcx_m_icon1_03.png) no-repeat 100% center;
  }
  .mobile-item .type-select ul{
    width: 100%;
    padding:5px 0;
    font-size: 14px;
    text-align: left;
    display: none;
    position: absolute;
    left: 0;
    top: 44px;
    overflow: hidden;
    background-color: #fff;
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #ccc;
  }
  .mobile-item .type-select ul li{
    padding-left:15px;
    height: 36px;
    line-height: 40px;
  }
  .mobile-item .wx-tips{
    width:95%;
    margin-top:30px;
  }
  .mobile-part .swiper-container{
    height:550px;
  } 
  .mobile-part .page-change{
    width:68px;
    height:39px;
    position: absolute;
    top:30px;
    z-index: 1;
  }
  .mobile-part .swiper-button-prev{
    background:url(/images/2019bzy_jdcx_m_icon2_03.png) no-repeat;
    background-size: 100% 100%;
    left:10%;
  }
  .mobile-part .swiper-button-next{
    background:url(/images/2019bzy_jdcx_m_icon3_03.png) no-repeat;
    background-size: 100% 100%;
    right:10%;
  }
}
@media(max-width: 480px){
  .mobile-item .item-title{
    font-size: 28px;
  }
  .mobile-item .item-title i img{
    width:80%;
    height:80%;
  }
  .mobile-item .item-title span{
    margin-top:0;
    height: 28px;
    line-height: 28px;
  }
  .mobile-part .page-change{
    width:48px;
    height:30px;
    top:8px;
  }
}

  <!--0.0001990795135498-->