.main_wrapper {
    background-color:#ffffff;
}
.banner {
    width: 100%;
    height: 200px;
    background: url(./banner.png) center center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 36px;
}
.clear::after {
    content: "";
    display: block;
    clear: both;
}
.banner_title {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    padding-top: 56px;
}
.banner_title h5 {
    height: 51px;
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 51px;
}
.banner_title p {
    width: 500px;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    margin-top: 17px;
    opacity: .8;
}
.section_a {
    width: 1200px;
    height: 260px;
    margin: 60px auto;
}
.section_a .fw_list_a {
    width: 100%;
    height: 260px;
}
.section_a .fw_list_a li {
    float: left;
    width: 277px;
    height: 260px;
    background-color: #ffffff;
    margin-left: 30px;
    box-shadow: 0px 2px 15px rgba(153,153,153,0.2);
    transition: transform 0.5s;
}
.section_a .fw_list_a li:hover{
    box-shadow: 0 0 10px 0 rgb(67 147 245 / 30%) !important;
}
.section_a .fw_list_a li:first-child {
    margin-left: 0;
}
.section_a .fw_list_a li a {
    display: block;
    width: 100%;
    height: 100%;
}
.section_a .fw_list_a .fw_bg {
    display: block;
    width: 277px;
    height: 174px;
}
.section_a .fw_list_a .fw_title {
    width: 100%;
    height: 23px;
    padding: 0 20px;
    font-size: 18px;
    color: #333333;
    line-height: 23px;
    text-align: center;
    font-weight: 400;
}
.section_a .fw_list_a .fw_intro {
    display: block;
    width: 100%;
    height: 18px;
    margin-top: 13px;
    padding: 0 20px;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    text-align: center;
}
.section_a .fw_list_b {
    width: 100%;
    height: 140px;
    margin-top: 30px;
    background-color: #ffffff;
    align-content: space-between;
}
.section_a .fw_list_b li {
    float: left;
    width: 277px;
    height: 140px;
    margin-left: 30px;
    box-shadow: 0px 2px 15px rgba(153,153,153,0.2);
    transition: transform 0.5s;
}
.section_a .fw_list_b li:hover{
    box-shadow: 0 0 10px 0 rgb(67 147 245 / 30%) !important;
}
.section_a .fw_list_b li:nth-child(1) {
    margin-left: 0;
    background:url(coin_ewmbj.png) 188px 71px no-repeat;
}
.section_a .fw_list_b li:nth-child(2) {
    background:url(coin_sjdxbj.png) 202px 58px no-repeat;
}
.section_a .fw_list_b li:nth-child(3) {
    background:url(coin_bjfk.png) 185px 69px no-repeat;
}
.section_a .fw_list_b li:nth-child(4) {
    background:url(coin_blzt.png) 182px 61px no-repeat;
}
.section_a .fw_list_a li:hover,
.section_a .fw_list_b li:hover {
    transform: translateY(-5%);
}
.section_a .fw_list_a li:hover h6,
.section_a .fw_list_b li:hover span {
    color: #4393F5;
}
.section_a .fw_list_b li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 32px 30px;
}
.section_a .fw_list_b li span {
    font-size: 18px;
    color: #333333;
    line-height: 23px;
}
.section_a .fw_list_b li:nth-child(2) a {
  position: relative;
}
.section_a .fw_list_b li:nth-child(2) a::after {
    content: '';
    display: none;
    width: 116px;
    height: 116px;
    background:url(ewm.png) center center no-repeat;
    background-size: 95px 95px;
    background-color: rgba(0,0,0,.1);
    position: absolute;
    left: -128px;
    top: 0;
}
.section_a .fw_list_b li:nth-child(2) a::before {
  content: '';
  display: none;
  position: absolute;
  left: -12px;
  top: 45px;
  border-style: solid;
  border-color: transparent;
  border-width: 10px 0 10px 10px;
  border-left-color: rgba(0,0,0,.1);
}
.section_a .fw_list_b li:nth-child(2):hover > a::after,
.section_a .fw_list_b li:nth-child(2):hover > a::before {
  display: block;
}
.section_b {
    width: 1200px;
    height: 320px;
    margin: 50px auto 0;
}
.section_b .infolist_box {
    width: 575px;
    height: 320px;
    background: #ffffff;
}
.section_b .zxwd_box {
    float: left;
}
.section_b .rdwt_box {
    float: right;
}
.section_b .infolist_box h5 {
    height: 36px;
    font-size: 28px;
    color: #333333;
    font-weight: 400;
    line-height: 36px;
}
.section_b .infolist_box ul {
    margin-top: 23px;
    padding-top: 20px;
    border-top: 1px solid #D8D8D8;
}
.section_b .infolist_box li {
    width: 100%;
    height: 36px;
    background: url(coin_infolist.png) 1px center no-repeat;
    padding-left: 20px;
}
.section_b .infolist_box li a {
    float: left;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    max-width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section_b .infolist_box li span {
    float: left;
    font-size: 18px;
    color: #999999;
    line-height: 36px;
    margin-left: 20px;
}
.section_c {
    width: 1200px;
    margin: 23px auto;
}
.section_c .bjlist_tit {
    height: 36px;
    font-size: 28px;
    color: #333333;
    line-height: 36px;
    font-weight: 400;
    text-indent: 15px;
}
.section_c .bjlist_top {
    width: 100%;
    height: 55px;
    margin-top: 24px;
    border-radius: 4px;
    background: #f1f2f3;
}
.section_c .bjlist_top li {
    float: left;
    height: 55px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 55px;
    text-align: left;
}
.section_c .bjlist_top .bjlist_top_bjbm,
.section_c .bjlist_box .bjlist_li .bjlist_bjbm {
    width: 225px;
    padding-left: 52px;
}
.section_c .bjlist_top .bjlist_top_sxmc,
.section_c .bjlist_box .bjlist_li .bjlist_sxmc {
    width: 310px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section_c .bjlist_top .bjlist_top_tjsj,
.section_c .bjlist_box .bjlist_li .bjlist_tjsj {
    width: 181px;
}
.section_c .bjlist_top .bjlist_top_bjsj,
.section_c .bjlist_box .bjlist_li .bjlist_bjsj {
    width: 210px;
}
.section_c .bjlist_top .bjlist_top_bjzt,
.section_c .bjlist_box .bjlist_li .bjlist_bjzt {
    width: 159px;
}
.section_c .bjlist_top .bjlist_top_cz,
.section_c .bjlist_box .bjlist_li .bjlist_cz {
    width: 115px;
}
.section_c .bjlist_box {
    width: 100%;
    background-color: #ffffff;
}
.section_c .bjlist_box .bjlist_li {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px rgba(215,216,217,0.5);
    transition: background-color 0.2s;
}
.section_c .bjlist_box .bjlist_li:hover {
    background-color: rgb(116 177 219 / 20%);
}
.section_c .bjlist_box .bjlist_li span {
    float: left;
    height: 60px;
    font-size: 16px;
    color: #373d41;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
}
.section_c .bjlist_box .bjlist_li .bjlist_cz {
    color: #4393F5;
    cursor: pointer;
}
.section_c .bjlist_box .bjlist_li .bjlist_bjzt {
    padding-left: 12px;
}
.section_c .bjlist_box .bjlist_li .bjlist_bjzt.bjlist_bjzt_blz {
    background: url(coin_blz.png) left center no-repeat;
}
.section_c .bjlist_box .bjlist_li .bjlist_bjzt.bjlist_bjzt_ybj {
    background: url(coin_ybj.png) left center no-repeat;
}
.right_fbt{
    display: block;
    font-size: 13px !important;
    color: #888888 !important;
    margin-top: 5px;
    padding-right: 8px;
    font-family: "微软雅黑";
}

@media screen and (max-width: 767px){
  html{
    font-size: 100px;
  }
  .banner_title{
      width:100%;
  }
  .banner_title h5{
      text-indent:0.24rem;
  }
  .banner_title p{
      width:100%;
      padding-left: 0.24rem;
  }
  .section_a{
      width:100%;
      margin: 0rem auto;
  }
  .section_a .fw_list_a{
      height: 3.7rem !important;
  }
  .section_a .fw_list_a li{
      width: 3.35rem;
      height: 3.36rem;
  }
  .section_a .fw_list_a .fw_bg{
      width: 100%;
      height: 2rem;
      margin-top: 0.1rem;
  }
  .section_a .fw_list_a .fw_title{
      margin-top: 0.2rem;
  }
  
  .section_a .fw_list_a li:nth-child(1){
      margin-left:0.2rem;    
  }
  .section_a .fw_list_a li:nth-child(2){
      margin-right: 0.2rem;
      position: relative;
      float: right;
      margin-left: 0;
  }
  .section_a .fw_list_a li:nth-child(3){
      margin: 0.32rem auto 0 0.2rem;
  }
  .section_a .fw_list_b{
      width: 3.35rem !important;
      height: 1.52rem !important;
      margin-right: 0.2rem;
      position: relative;
      float: right !important;
  }

  .section_a .fw_list_b li:nth-child(1){
      width: 3.67rem;
      height: 1.15rem;
      margin-left: 0rem !important;
      background-position:bottom right;
      background-size: 15%;
  }
  .section_a .fw_list_b li:nth-child(2){
      width: 3.55rem;
      height: 2rem;
      margin-left: 0rem;
      background-position:bottom right;
      background-size: 15%;
      margin-top: 0.2rem;
  }
  .section_a .fw_list_b li a{
      padding: 0.32rem 0.3rem;
  }
  .section_a .fw_list_a .fw_intro{
      margin-top: 0.13rem;
  }
  .section_a .fw_list_b li span{
      display: block;
  }
  .section_c{
      width:100%;
      margin-top: 2rem;
  }
  .section_c > div{
      display: block !important;
  }
  .section_c .bjlist_tit{
      text-indent: 0.2rem !important;
  }
  .section_c .bjlist_top{
      width:95%;
      margin:0 auto;
  }
  .section_c .bjlist_box .bjlist_li{
      height: auto;
      overflow: hidden;
  }

  .section_c .bjlist_top .bjlist_top_bjbm,
  .section_c .bjlist_box .bjlist_li .bjlist_bjbm,
  .section_c .bjlist_top .bjlist_top_cz,
  .section_c .bjlist_box .bjlist_li .bjlist_cz{
      display:none;
  }
  .section_c .bjlist_top .bjlist_top_tjsj,
  .section_c .bjlist_box .bjlist_li .bjlist_tjsj{
      width: 50% !important;
      overflow: initial !important;
      text-overflow: initial !important;
      white-space: initial !important;
      line-height: 0.5rem;
      padding-left: 0.1rem;
      height:auto !important;
  }
  .section_c .bjlist_top .bjlist_top_bjsj,
  .section_c .bjlist_box .bjlist_li .bjlist_bjsj{
      width: 25% !important;
      overflow: initial !important;
      text-overflow: initial !important;
      white-space: initial !important;
      line-height: 0.5rem;
      height:auto !important;
  }
  .section_c .bjlist_top .bjlist_top_bjzt,
  .section_c .bjlist_box .bjlist_li .bjlist_bjzt{
      width: 25% !important;
      overflow: initial !important;
      text-overflow: initial !important;
      white-space: initial !important;
      line-height: 0.5rem;
      height:auto !important;
  }
  .section_c .bjlist_top .bjlist_top_tjsj,
  .section_c .bjlist_top .bjlist_top_bjsj,
  .section_c .bjlist_top .bjlist_top_bjzt{
      line-height:1rem !important;
  }
  .section_c .bjlist_box .bjlist_li .bjlist_tjsj a{
      overflow: initial !important;
      text-overflow: initial !important;
      white-space: initial !important;
  }
  .pagination{
      margin-top:0;
  }
  .pagination .more{
      font-size: 0.3rem;
  }
  div#办件列表list{
      width: 95%;
      margin: 0 auto;
  }
}