   body{
   background: #ECEFF7; 
   }
   /* 产品搜索无结果提示 */
   .public_row2 {
    background: #ECEFF7;
    overflow: hidden;
    width: 100%;
    /* padding: 40px 0px; */
    /* position: absolute; */
  }
  .public_row_content {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
  }
  
.pay_suc_content {
  overflow: hidden;
  width: 632px;
  margin: 0px auto 55px;
}

.pay_suc_content > img {
  float: left;
}

.pay_suc_content > ul {
  float: left;
  margin-left: 50px;
  margin-top: 10px;
  display: block;
  width: 450px;
}

.pay_suc_content > ul > li {
  display: block;
  margin-bottom: 25px;
}

.pay_suc_content > ul > li > h3 {
  color: #333;
}

.pay_suc_content > ul > li > p {
  color: #777;
  font-size: 14px;
  margin-bottom: 5px;
}

.pay_suc_content > ul > li > p > b {
  color: #333;
}

.pay_suc_content > ul > li > p > a {
  color: #27a6ee;
}

.pay_suc_content > ul > li > h5 {
  color: #ee393e;
  font-size: 14px;
  font-weight: normal;
}

/* 输入框 */
   .keyword_home_inps {
    display: inline-block;
    font-size: 17px;
    width: 670px;
    height: 100%;
    border: none;
    box-sizing: border-box;
    padding: 5px 15px;
    border-radius: 5px 0 0 5px;
  }
  .keyword_home_inps:focus {
    border: none;
  }
  /* 输入提示框 */
  .IntelligentSerch{
    display: none;
    width: 900px;
    max-height: 300px;
    background: #ECEFF7;
    border-radius:0 0 10px 10px;
    position: absolute;
    left: 0;
    top: 56px;
    /* box-shadow: 0px 3px 5px 0px rgba(204,204,204,1); */
    box-sizing: border-box;
    padding: 15px 0px;
    z-index: 100;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 0px 2px 4px 0px rgba(9,83,247,0.1);
  }
  .tooltipText{
    cursor: pointer;
    font-size: 15px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0px 15px;
  }
  .tooltipText_hover{
    background: #0049D5 ;
    color: #fff;
  }
  .tooltipText_tishi{
    font-size: 15px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0px 15px;
    text-align: center;
    color: #0049D5;
  }
  .tooltipText2{
    cursor: no-drop;
    font-size: 15px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0px 15px;
    color: #000;
  }
  /* 输入提示框2 */
  .IntelligentSerch2{
    display: none;
    width: 900px;
    max-height: 300px;
    background: #ECEFF7;
    border-radius:0 0 10px 10px;
    position: absolute;
    left: 0;
    top: 56px;
    /* box-shadow: 0px 3px 5px 0px rgba(204,204,204,1); */
    box-sizing: border-box;
    padding: 15px 0px;
    z-index: 100;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 0px 2px 4px 0px rgba(9,83,247,0.1);
  }
  .IntelligentSerch2_item{
    display: block;
    cursor: pointer;
    font-size: 15px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0px 15px;
    color:#000 ;
  }
  .IntelligentSerch2_hover{
    background: #0049D5 ;
    color: #fff;
  }
  /* 查询次数到达限制S */
  .upperLimitOfTimes{
    display: none;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .upperLimitOfTimes_model{
    width: 441px;
    height: 177px;
    background: #FFFFFF;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    box-sizing: border-box;
    padding: 37px 0;
  }
  .upperLimitOfTimes_msg{
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 29px;
    margin-top: 22px;
  }
  .upperLimitOfTimes_btn{
    width: 125px;
    height: 40px;
    background: #3270FF;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
  }
  /* 查询次数到达限制E */
   /* 登录页面S */
   
   .login{
    display: none;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
   }
  .login_home {
    width: 441px;
    height: 380px;
    background: #FFFFFF;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    box-sizing: border-box;
    padding-top:58px ;
   }
   .login_home>img{
    width: 143px;
    height: 30px;
    margin-bottom: 55px;
   }
   .login_phone{
    width: 350px;
    height: 45px;
    margin: 0 auto;
    border: 1px solid #DDDDDD;
    display: flex;
   }
   .login_phone span{
    display: block;
    width: 82px;
    height: 45px;
    font-size: 14px;
    color: #2F3E58;
    line-height: 45px;
    text-align: center;
    border-right: solid 1px #DDDDDD;
   }
   .login_phone input{
    width: 250px;
    height: 100%;
    border: none;
    font-size: 14px;
    margin-left: 8px;
   }
   .login_tips1{
    height: 20px;
    width: 350px;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    color: red;
   }
   .login_code{
    width: 350px;
    height: 45px;
    margin: 0 auto;
    border: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    position: relative;
   }
   .verificationCode{
    width: 230px;
    height: 100%;
    border: none;
    font-size: 14px;
    margin-left: 10px;
   }
   .login_code_num{
    cursor: pointer;
    display: block;
    width: 97px;
    text-align: center;
    font-size: 14px;
    color: #3270FF;
    line-height: 45px;
    border-left: solid 1px #dddddd;
    
   }
   .login_code_disable{
    cursor: no-drop;
    width: 120px;
    font-size: 12px;
    color: #3270FF;
    line-height: 45px;
    display: none;
    border-left: solid 1px #dddddd;
   }
   .login_tips2{
    height: 30px;
    width: 350px;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    color: red;
   }
   .login_submit{
    width: 350px;
    height: 45px;
    background: #3270FF;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    cursor: pointer;
   }
   .login_close{
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 20px;
   }
   .IntelligentSerch_loading{
    position: absolute;
    left: 45%;
    top: 59px;
    z-index: 101;
   }
   .loading_serch{
    width: 22px;
    height: 21px;
    animation: roate 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
   }
   @keyframes roate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
   }
   /* 登录页面E */
   #serch_btn:focus{
    border-left: solid 1px rgba(7, 92, 255, 0.2);
   }
   .header_select_body{
    display: none;
   }
   .header_select{
    width: 95px;
    height: 100%;
    border: none;
    border-right: solid 1px #cccccc;
    text-align: center;
    font-size: 17px;
    color: #A2A2A2;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 60px;
    box-sizing: border-box;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
   }
   .header_select::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 27px;
    right: 12px;
    border: solid 7px #ccc;
    border-bottom:solid 7px transparent;
    border-left:solid 7px transparent;
    border-right:solid 7px transparent;
   }
   .header_select_option{
    display: none;
    position: absolute;
    top: 56px;
    width: 94px;
    background: #fff;
    color: #A2A2A2;
    border-radius: 0 0 5px 5px;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 12px;
    z-index: 101;
    box-shadow: 0px 2px 4px 0px rgba(9,83,247,0.1);
}
.header_select_option p{
    cursor: pointer;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #A2A2A2;
    border-bottom: solid 1px #eeeeee;
}
.header_select_option p:last-child{
  border: none;
}
.header_select_option p:hover{
    width: 94px;
    margin-left: -12px;
background: #F5F5F5;
}
   .header .header_title {
      width: 100%;
      height: 88px;
      background: #49a0f5;
    }
    .header_tab {
      width: 500px;
      height: 45px;
      margin: 0 auto;
      margin-top: 25px;
      margin-bottom: 10px;
      display: flex;
      justify-content: space-between;

    }
    .header_tab span {
      display: inline-block;
      width: 100px;
      height: 30px;
      color: #ffffff;
      text-align: center;
      line-height: 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: 5px;
      cursor: pointer;
      position: relative;
      /* height: 40px; */
    }

    .header_tab_active {
      background: #fff;
      color: #0071FE !important;
    }

    .header_tab_active::after {
      content: "";
      width: 0px;
      height: 0px;
      border: solid transparent 10px;
      position: absolute;
      left: 50%;
      bottom: -14px;
      transform: translate(-50%, 5px);
      border-top: 10px solid #fff;
    }

    .header .header_title_border {
      width: 1200px;
      height: 88px;
      overflow: hidden;
      margin: 0 auto;
    }


    /* 页脚手机号 */
.immediately {
  width: 100%;
  height: 179px;
  background-image: url(/static/indexstyle/img/bottom_bac.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.immediately_body {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.immediately_body_phone {
  font-size: 18px;
  color: #ffffff;
  padding-top: 37px;
}
.immediately_body_miaoshu {
  font-size: 18px;
  color: #ffffff;
  padding-top: 15px;
}
.immediately_body a {
  display: inline-block;
  width: 102px;
  height: 29px;
  line-height: 29px;
  background: #1d5ee5;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  margin-top: 32px;
}
/* 页脚样式 */

.footers {
  background: linear-gradient(180deg, #393e5b 0%, #252a46 100%);
  /* overflow: hidden; */
  width: 100%;
  padding-bottom: 40px;
}
.footer_sale {
  width: 299px;
  /* height: 261px; */
  float: right;
  padding-left: 37px;
  margin-right: 30px;
  color: #ffffff;
  /* background:url(/static/indexstyle/img/footer_sale.png) 0 5px no-repeat; */
}
.footer_sale p:first-child {
  font-size: 14px;
  font-weight: bold;
}
.qrCode {
  width: 140px;
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
.qrCode>div{
   width: 42px;
}

.qrCode_icon_model {
  width: 34px;
  height: 34px;
  margin: 0 0px 10px 0;
  position: relative;
  /* overflow: hidden; */
}
.qrCode_icon_model img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.qrCode_icon_hover {
  display: none !important;
}
.qrCode_icon_model:hover .qrCode_icon_hover {
  display: block !important;
}
.qrCode_icon_model:hover .qrCode_icon_default {
  display: none;
}
.qrCode_icon_model:hover .qrCode_icon_ewm {
  display: block;
}
.qrCode_icon_ewm {
  
  text-align: center;
  position: absolute;
  top: 64px;
  left: -22px;
  border: solid;
  background-color: #ffffff;
  /* box-sizing: border-box; */
  /* padding: 1px; */
  display: none;
}
.qrCode_icon_ewm img {
  width: 76px;
  height: 76px;
}
.qrCode > div p {
  font-size: 13px;
  color: #9b9ea0;
  text-align: center;
}
.hotLine {
  font-size: 14px;
  margin-bottom: 6px;
}
.hotLine span {
  font-size: 18px;
  font-weight: bold;
}
/* .sale_server{
    font-size: 14px;
    color:#fff;
    margin-bottom:6px;
} */
.footer_sale h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 22px;
  font-weight: 300;
}
.sale_time {
  font-size: 12px;
  color: #fff;
  margin-bottom: 12px;
}
.footer_sale a {
  display: block;
  width: 148px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: #f5f5f5;
  border: 1px solid #fff;
  border-radius: 2px;
}
.footer_sale a:hover {
  border: 1px solid #49a0f5;
  color: #49a0f5;
}
.guarantee_list > li:last-child {
  float: right;
  margin-right: 0px;
}

.footer_content {
  /* border-bottom: 1px solid #4b5054; */
  /* overflow: hidden; */
  padding: 32px 0px 23px;
  width: 1102px;
  margin: 0px auto;
}
#LRfloater3 {
  z-index: 322 !important;
}
.top-id2 {
  position: fixed;
  right: 55px;
  bottom: 100px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #5ba4ed;
  text-align: center;
  cursor: pointer;
}
.top-id2-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 25px;
  transform: translate(-50%, -50%);
  display: block;
}
.top-id2 img {
}
.footer_btns {
  float: right;
  overflow: hidden;
  margin-top: -28px;
}

.footer_btns > li {
  float: left;
  margin-left: 20px;
}

.footer_btns > li > a > img {
  margin-top: 7px;
}

.footer_btns > li:first-child > a > img {
  margin-top: 0px;
}

.content_not_imgs {
  margin: 30px auto;
  display: block;
}

.content_top > h5 {
  color: #27a6ee;
  font-size: 14px;
  display: block;
  overflow: hidden;
  padding: 20px 0px;
  border-bottom: 1px solid #e0e0e0;
}

.active {
  /* color: #27a6ee !important; */
  color: #1577FF !important;
  /* border-bottom: 3px solid #1577FF; */
}
.homeTopLink .active {
  color: #ffffff !important;
  position: relative;
}
.homeTopLink .home_fouce_link {
  color: #27a6ee !important;
}

.contact_header_img {
  display: block;
  width: 100%;
  height: 400px;
}

.index_hrefs > li > a:hover {
  color: #1d5ee5;
  font-size: 14px;
}

.footer_single_a:hover {
  color: #27a6ee;
}
.footer_single_a img {
  position: relative;
  top: 3px;
}

.index_hrefs {
  overflow: hidden;
  float: left;
}

.index_hrefs > h4 {
  color: #d7d8d9;
  margin-bottom: 26px;
  font-size: 14px;
}

.index_hrefs > li {
  overflow: hidden;
  margin-bottom: 12px;
}

.index_hrefs > li > a {
  color: #9b9ea0;
  font-size: 14px;
}
.index_hrefs_border {
  display: block;
  height: 130px;
  border-right: 1px solid #ccc;
  float: left;
  margin-top: 12px;
  margin-right: 70px;
}
.footer_links {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  float: left;
}

.footer_links > li {
  float: left;
  margin-right: 25px;
  font-size: 21px;
}

.footer_links > li > span {
  color: #73777a;
  font-size: 14px;
}

.footer_links > li > a {
  color: #73777a;
  font-size: 14px;
}

.contact_header_img {
  display: block;
  width: 100%;
  height: 400px;
}

.index_hrefs > li > a:hover {
  color: #1d5ee5;
  font-size: 14px;
}

.footer_links > li > a:hover {
  color: #27a6ee;
}
.public_footer_content {
  font-size: 14px;
  width: 1102px;
  overflow: hidden;
  margin: 0px auto;
  text-align: center;
  padding: 31px 0px 14px;
}

.public_footer_content > p {
  font-size: 14px;
  color: #73777a;
  float: left;
  /* margin-top: 6px; */
}

.public_footer_content > p > a {
  color: #73777a;
  margin-left: 31px;
  font-size: 14px;
}
.dianxing_link > a {
  text-align: left;
  font-size: 14px;
  padding-right: 10px;
  color: #73777a;
}
.dianxing_link > a:hover {
  color: #27a6ee;
}
/* 搜索结果展示 */
/* 首页 */
.serchContent_body{
    background: url(../img/index_search_subsidy_bg.png) center center no-repeat;
    background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.serchContent {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .serchContent_body1{
      width: 1205px;
      height: 571px;
      margin: 105px auto;
      background: linear-gradient( 180deg, rgba(235,242,249,0.31) 0%, rgba(251,252,254,0.46) 54%, rgba(255,255,255,0.5) 100%);
      box-shadow: inset -10px 10px 30px 0px #DFEBFF;
      border-radius: 10px;
      overflow: hidden;
      display: flex;
      border: 2px solid white;
  }
  .serchContent1_left{
    width: 848px;
    height: 100%;
    box-shadow: 0px 5px 10px 0px rgba(9,83,247,0.12), inset -10px 10px 30px 0px #DFEBFF;
      padding: 30px 26px;
      z-index: 0;
      box-sizing: border-box;
  }
  .serchContent1_left_title{
      width: 431px;
      height: 40px;
      line-height: 40px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      padding-left: 21px;
      background: url(../img/index_search_left_title_bg.png) center center no-repeat;
      background-size: cover;
      border-radius: 4px;
  }

   @font-face {
       font-family: 'DingTalk-JinBuTi';
       src: url('../css/fonts/DingTalk_JinBuTi.ttf');
   }

   @font-face {
       font-family: 'DingTalk';
       src: url('../css/fonts/DingTalk_Sans.ttf');
   }
   
  
   .city-tab{
       margin-left: 20px;
       font-family: DingTalk-JinBuTi, DingTalk;
       font-size: 21px;
       color: #2F3E58;
       cursor: pointer;
    }
    .city-tab:active{
        color: #1E55F6;
    }

   #certify {
       position: relative;
       padding: 20px 10px 0 10px;
       width: 100%;
       height: 450px;
       overflow: hidden;
       box-sizing: border-box;
   }
   #certify .swiper-button-prev {
       width: 7px !important;
       height: 33px !important;
       background: url(../img/index_search_subsidy_arrow_right.png) no-repeat center center;
       background-size: 100%;
       position: absolute;
       cursor: pointer;
       transform: rotate(180deg);
   }
   #certify .swiper-button-prev:hover {
       background-image: url(../img/index_search_subsidy_arrow_right.png);
       background-size: 100%;
       transform: rotate(180deg);
   }
   #certify .swiper-button-prev:after {
       display: none;
   }
   #certify .swiper-button-next:after {
       display: none;
   }
   #certify .swiper-button-next {
       width: 7px !important;
       height: 33px !important;
       background: url(../img/index_search_subsidy_arrow_right.png) no-repeat center center;
       background-size: 100%;
       position: absolute;
       cursor: pointer;
   }
   #certify .swiper-button-next:hover {
       background-image: url(../img/index_search_subsidy_arrow_right.png);
       background-size: 100%;
   }
    
    .search-subsidy-map-body{
        width: 756px;
        height: 430px;
        object-fit: contain;
        overflow: hidden;
        padding-left: 10px;
    }
    
    
   .serchContent1_right{
    width: 356px;
    height: 100%;
    overflow: hidden;
    /*background: linear-gradient(180deg, #EBF2F9 0%, #FFFFFF 100%);*/
    box-sizing: border-box;
    padding: 30px 0 30px 25px;
       z-index: 999;
}
   .serchContent1_right_title{
       background: url(../img/index_search_right_title_bg.png) center center no-repeat;
       background-size: cover;
       width: 303px;
       height: 40px;
       line-height: 40px;
       padding-left: 36px;
       color: #2F3E58;
       font-size: 21px;
       font-family: DingTalk-JinBuTi, DingTalk;
       border-radius: 4px;
   }

   .search-content-right-scroll-y::-webkit-scrollbar{
       background-color: transparent;
       width: 9px;
       height: 9px;
   }
   .search-content-right-scroll-y::-webkit-scrollbar-thumb{
       background-color: #CFDCF9;
       border-radius: 8px;
       background-clip: content-box;
       border: 2px solid transparent;
   }
   
   
   .search-content-right-scroll{
       margin: 18px 0 10px 10px;
       padding-right: 10px;
       height: 462px;
       width: 308px;
       overflow-y: scroll;
       overflow-x: hidden;
       box-sizing: border-box;
       display: none;
   }
   .search-content-right-scroll.active{
       display: block;
   }
   .search-content-right-scroll>div{
       width: 100%;
       height: 100%;
       line-height: 462px;
       text-align: center;
       color: #2F3E58;
   }
   
   
.search-content-right-scroll>a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    margin-bottom: 15px;
    cursor: pointer;
    padding-bottom: 18px;
    border-bottom: solid 1px #E7E7E7;
}
.search-item-title{
    color: #2F3E58;
    font-size: 18px;
    line-height: 25px;
    white-space: nowrap; /* 保持在一行内 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分用省略号表示 */
    margin-bottom: 2px;
}
.search-item-desc{
    margin-top: 5px;
    color: #2F3E58;
    font-size: 12px;
    line-height: 15px;
}
.search-item-desc>span{
    color: #A2A2A2;
    font-size: 12px;
    line-height: 15px;
}
.search-item-desc>p{
    display: inline-block;
   color: #FA6401;
   font-size: 12px;
   line-height: 15px;
}

.serchContent_loading{
    width: 100%;
    height: 100%;
    background: #9494948c;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.serchContent_loading>div{
    position: absolute;
    left: 50%;
    top: 100px;
    transform:translate(-50%,-50%);
    overflow: hidden;
}
.serchContent_showdoc{
  position: absolute;
  top: -23px;
  left: -45px;
  width: 15px;
  transform: rotate(45deg);
  height: 101px;
  background: #bbbbbb6b;
  animation: serchContent_ani 1s linear infinite;
      /* box-shadow: inset 0px 0px 90px 0px rgba(0,0,0,0.64); */
    /* box-shadow: 0px 0px 90px 0px rgba(0,0,0,0.64); */
    /* background: linear-gradient(328deg, rgba(255,255,255,1) 48%, rgba(148,148,148,1) 51%, rgba(255,255,255,1) 54%); */
}
@keyframes serchContent_ani {
  0%{
    left: -45px;
  }
  100%{
    left: 270px;
  }
}
.hot{
    color: #EA0000;
}
.hl{
    color: #0953F7;
}

/* 查服务结果页 */
.serchResult{
    padding-top: 63px;
    margin-bottom: 40px;
    display: flex;
    /* justify-content: space-around; */
    flex-wrap: wrap;
}
.serchResult_item{
    display: block;
    width: 285px;
    height: 350px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding-top: 62px;
    padding-bottom: 60px;
    text-align: center;
    margin: 7px;
}
.serchResult_item:hover{
    box-shadow: 0px 5px 15px 0px rgba(21,119,255,0.2);
}
/* .serchResult_item img{
    width: 117px;
    height: 162px;
} */
.serchResult_text1{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 25px;
    margin-top: 19px;
    box-sizing: border-box;
    padding: 0 6px;
}
.serchResult_text2{
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
    line-height: 17px;
    letter-spacing: 2px;
    margin-top: 5px;
}
.pagination {
    /* max-width: 500px; */
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    margin-bottom: 40px;
}
.pagination li a {
    font-size: 16px;
    color: #000;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    /* border: solid; */
    
}
.pagination .active span{
    font-size: 16px;
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 5px;
    background: #095DFE;
    border-radius: 5px;
    line-height: 30px;
}
.pagination .disabled span{
    cursor: no-drop;
}
.pagination li:first-child a{
    display: block;
    margin-right: 24px;
    font-size: 18px;
    margin-top: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
    border-radius: 4px;
    line-height: 30px;
    color: #095DFE !important;
}
.pagination li:first-child span{
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 24px;
    font-size: 18px;
    margin-top: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
    border-radius: 4px;
    line-height: 30px;
    color: #095DFE !important;
}
.pagination li:last-child a{
    display: block;
    margin-left: 24px;
    font-size: 18px;
    margin-top: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
    border-radius: 4px;
    line-height: 30px;
    color: #095DFE !important;
}
.pagination li:last-child span{
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    font-size: 18px;
    margin-top: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
    border-radius: 4px;
    line-height: 30px;
    color: #095DFE !important;
}
/* 查同行 */
.serchPeer{
    width: 100%;
    /* height: 520px; */
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 33px 20px 19px 19px;
    margin-top: 30px;
    margin-bottom: 160px;
}
.serchPeer_title{
    font-size: 14px;
    font-weight: 600;
    color: #2F3E58;
    line-height: 25px;
    padding-bottom: 19px;
    border-bottom: solid 1px #cccccc;
}
.serchPeer_content{
    font-size: 18px;
    color: #FA6401;
}
.serchPeer_center{
    display: flex;
    margin: 20px 0;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: solid 1px #cccccc;

}
.serchPeer_center_icon{
    width: 100px;
    margin-right: 30px;
}
.serchPeer_center_icon img{
    width: 100px;
    height: 100px;
}
.serchPeer_centerr{
    width: 100%;
}
.serchPeer_centerrt{
    font-size: 21px;
    color: #000000;
    line-height: 29px;
    font-weight: 600;
}
.serchPeer_centerb{
    width: 100%;
    margin-top: 11px;
    display: flex;
    font-size: 14px;
    color: #707070;
    line-height: 20px;
    justify-content: space-between;
}
.serchPeer_centerb p{
    line-height: 35px;
}
.serchPeer_centerb span{
    color: #000000;
    font-weight: 500;
}
.serchPeer_centerb>div:first-child{
    width: 58%;
}
.serchPeer_centerb>div:last-child{
    width: 39%;
}

.serchPeer_tab{
    display: flex;
    justify-content: center;
}
.serchPeer_tab div{
    margin: 0 25px;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
    padding-bottom: 5px;
}
.serchPeer_tab_active{
    font-size: 16px;
    color: #0953F7;
    line-height: 22px;
    border-bottom:solid 3px#0953F7;
}
.serchPeer_table1{
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.serchPeer_table1 td{
    height: 47px;
    background: #EBF3FF;
    border: 0px solid #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    color: #647088;
}

.serchPeer_table1 td>a{
    cursor: pointer;
    color: #647088;
    border-bottom:solid 1px #647088;
}
.serchPeer_table1 td>span{
    cursor: pointer;
    color: #647088;
    border-bottom:solid 1px #647088;
}
.serchPeer_table1first td{
    height: 36px;
    background: #0953F7 ;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;  
}
.serchPeer_error{
  width: 100%;
  height: 30px;
  background: #cccccc;
  text-align: center;
  line-height: 30px;
  font-size: 15px;  
  color: #000;
}
.lookSubsidy img{
display: none;
}

.serchPeer_table2{
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.serchPeer_table2 td{
    height: 47px;
    background: #EBF3FF;
    border: 0px solid #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    color: #647088;
}
.serchPeer_table2first td{
    height: 36px;
    background: #0953F7 ;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;  
}
.serchPeer_tip{
  font-size: 12px;
    font-weight: 100;
    color: #707070;
    display: none;
}
.serchPeer_alert{
    padding-top: 17px;
    /* text-align: center; */
    font-size: 14px;
    color: #707070;
    line-height: 31px;
}
.serchPeer_table2 tr td:nth-child(2){
    max-width: 250px;
}
.serchPeer_after{
  width: 100%;
  /* height: 520px; */
  background: #FFFFFF;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 33px 20px 19px 19px;
  margin-top: 30px;
  margin-bottom: 160px;
  display: none;

}
.serchPeer_after_title{
  font-size: 14px;
  font-weight: 600;
  color: #2F3E58;
  line-height: 20px;
  box-sizing: border-box;
  padding-bottom: 17px;
  border-bottom: solid 1px #E7E7E7;
}
.serchPeer_after_title_content{
  font-size: 18px;
  font-weight: 600;
  color: #FA6401;
  line-height: 20px;
}
.serchPeer_after_content{
  box-sizing: border-box;
  padding: 10px 5px;
}
.serchContent_item{
  width: 100%;
    /* height: 25px; */
    font-size: 18px;
    color: #2F3E58;
    line-height: 25px;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: solid 1px #e7e7e7;
    cursor: pointer;
}
.serchContent_item:hover{
  color: #0953F7;
}
.serchContent_tishi{
  text-align: center;
  font-size: 18px;
  color: #707070;
  line-height: 25px;
  box-sizing: border-box;
  padding: 10px 0;
  /* border-bottom: solid 1px #e7e7e7; */
}

    .serchSubsidy_tab_page {
      box-sizing: border-box;
      padding-top: 10px;
      float: right;
    }

    .serchSubsidy_tab_nums {
      font-size: 14px;
      color: rgb(209, 209, 209);
      margin-right: 20px;
    }

    .serchSubsidy_tab_page_num {
      font-size: 16px;
      font-weight: 600;
      color: #135AF7;
      line-height: 40px;

    }

    .serchSubsidy_tab_prev {
      cursor: pointer;
      font-size: 15px;
      line-height: 40px;
      display: none;
      margin: 0 5px;
    }

    .serchSubsidy_tab_next {
      cursor: pointer;
      font-size: 15px;
      line-height: 40px;
      margin: 0 5px;
    }

    .serchSubsidy_tab_input {
      font-size: 15px;
      box-sizing: border-box;
      padding: 5px 10px;
    }

    .serchSubsidy_tab_input input {
      width: 50px;
      height: 30px;
      border: solid 1px #cccccc;
      text-align: center;
    }
    .serchSubsidy_tab_input input:focus {
      border: solid 1px #cccccc;
    }
/* 筛选结果（查补贴） */
.serchSubsidy{
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 43px;
    box-sizing: border-box;
    padding: 30px 23px 68px 19px;
}
.serchSubsidy_title{
    display: flex;
}
.serchSubsidy_title_first{
    font-size: 14px;
    font-weight: 600;
    color: #2F3E58;
    line-height: 30px;
}
.serchSubsidy_title_first span{
    font-size: 18px;
    color: #FA6401;
}
.serchSubsidy_title select{
    width: 90px;
    height: 30px;
    background: #F3F4FE;
    border: none;
    box-shadow: inset 0px 1px 3px 0px rgba(0,103,255,0.1);
    border-radius: 3px;
    margin-right: 15px;
    cursor: pointer;
}
#select_city{
  display: none;
}
#select_area{
  display: none;
}
.serchSubsidy_serch{
    width: 75px;
    height: 30px;
    background: #0953F7;
    box-shadow: inset 0px 1px 3px 0px rgba(0,103,255,0.1);
    border-radius: 3px;
    text-align: center;
    line-height:30px ;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
.serchSubsidy_title2{
    font-size: 14px;
    color: #707070;
    line-height: 20px;
    padding: 20px 0;
    border-bottom:solid 1px #cccccc ;
}
.serchSubsidy_item{
    padding-top: 15px;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 15px;
}
.serchSubsidy_item_title{
    font-size: 18px;
    color: #2F3E58;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
}
.serchSubsidy_item_title p{
    font-size: 12px;
    color: #2F3E58;
    line-height: 25px;
    margin-left: 15px;
    min-width: 80px;
}
.serchSubsidy_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.serchSubsidy_bottom div{
    display: flex;
}
.serchSubsidy_bottom1{
    font-size: 12px;
color: #2F3E58;
line-height: 35px;
}
.serchSubsidy_bottom1 p{
    margin-right: 30px;
}
.serchSubsidy_bottom1 p span{
    color: #A2A2A2;
}
.serchSubsidy_bottom2{
    line-height: 35px;
}
.serchSubsidy_bottom2 p{
    font-size: 12px;
color: #FA6401;

}
.serchSubsidy_bottom_area{
color: #2F3E58;
}
.serchSubsidy_bottom_money{
    font-size: 18px;
}
.serchSubsidy_bottom2 a{
    display: inline-block;
    width: 90px;
    height: 35px;
    box-shadow: inset 0px 1px 3px 0px rgba(0,103,255,0.1);
    border-radius: 3px;
    border: 1px solid #135AF7;
    text-align: center;
    line-height: 35px;
    color:#135AF7 ;
    margin-left: 15px ;
    }
    .serchSubsidy_page{
        display: flex;
        box-sizing: border-box;
        padding: 15px 10px;
        float: right;
    }
    .serchSubsidy_nums{
        font-size: 14px;
        color: rgb(209, 209, 209);
        margin-right: 20px;
    }
    .serchSubsidy_page_num{
        font-size: 16px;
        font-weight: 600;
        color: #135AF7;
        line-height: 40px;
        
    }
    .serchSubsidy_prev{
        cursor: pointer;
        font-size: 15px;
        line-height: 40px;
      display: none;
        margin: 0 5px ;
    }
    .serchSubsidy_next{
        cursor: pointer;
        font-size: 15px;
        line-height: 40px;
        margin: 0 5px ;
    }
    .serchSubsidy_input{
        font-size: 15px;
        box-sizing: border-box;
        padding: 5px 10px;
    }
    .serchSubsidy_input input{
        width: 50px;
        height: 30px;
        border: solid 1px #cccccc;
        text-align: center;
    }
    .serchSubsidy_input input:focus{
        border: solid 1px #cccccc;
    }
    .serchSubsidy_null{
        font-size: 15px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    /* background: #e8e8e8; */
    }
/* 筛选结果（查证书） */
.certificate{
    margin-top: 35px;
    margin-bottom: 43px;
    min-height: 555px;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 33px 23px 80px 19px;
}
.certificate_title{
    font-size: 14px;
    font-weight: 600;
    color: #2F3E58;
    line-height: 20px;

}
.certificate_title_num{
    font-size: 18px;
    color: #FA6401;
}
.certificate_title2{
    font-size: 12px;
    color: #707070;
    line-height: 17px;
    padding: 15px 0;
    border-bottom: solid 1px #cccccc;
}
.certificate_item{
box-sizing: border-box;
padding: 15px 0;
border-bottom: solid 1px #cccccc;
}
.certificate_item_top{
    display: flex;
    font-size: 18px;
    color: #2F3E58;
    line-height: 25px;
}
.certificate_item_tag20{
    display: block;
    width: 40px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #02AB43;
    font-size: 10px;
    color: #02AB43;
    line-height: 17px;
    margin-left: 10px;
    text-align: center;
    margin-top: 4px;
}
.certificate_item_tag21{
    display: block;
    width: 40px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #EB0000;
    font-size: 10px;
    color: #EB0000;
    line-height: 17px;
    margin-left: 10px;
    text-align: center;
    margin-top: 4px;
}
.certificate_item_tag1{
    display: block;
    width: 40px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #02AB43;
    font-size: 10px;
    color: #02AB43;
    line-height: 17px;
    margin-left: 10px;
    text-align: center;
    margin-top: 4px;
}
.certificate_item_tag2{
    display: block;
    width: 40px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #FC9A17;
    font-size: 10px;
    color: #FC9A17;
    line-height: 17px;
    margin-left: 10px;
    text-align: center;
    margin-top: 4px;
}
.certificate_item_tag3{
    display: block;
    width: 40px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #EB0000;
    font-size: 10px;
    color: #EB0000;
    line-height: 17px;
    margin-left: 10px;
    text-align: center;
    margin-top: 4px;
}
.certificate_item_tag4{
    display: block;
    width: 40px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #EB0000;
    font-size: 10px;
    color: #EB0000;
    line-height: 17px;
    margin-left: 10px;
    text-align: center;
    margin-top: 4px;
}
.certificate_item_tag5{
    display: block;
    width: 40px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #EB0000;
    font-size: 10px;
    color: #EB0000;
    line-height: 17px;
    margin-left: 10px;
    text-align: center;
    margin-top: 4px;
}
.certificate_item_bottom{
    display: flex;
    font-size: 12px;
    color: #A2A2A2;
    line-height: 17px;
    line-height: 35px;
}
.certificate_item_bottom p{
    margin-right: 40px;
}
.certificate_item_top2{
    display: flex;
    justify-content:space-between;
    font-size: 18px;
    color: #2F3E58;
    line-height: 35px;
}
.certificate_item_center2{
    font-size: 12px;
    color: #A2A2A2;
    line-height: 30px;
}
.certificate_item_center2 span{
    color: #2F3E58;
}
.certificate_item_bottom2{
    font-size: 12px;
color: #A2A2A2;
line-height: 30px;
}
.certificate_item_bottom2 span{
    color: #2F3E58;
}
.certificate_page{
    display: flex;
    box-sizing: border-box;
    padding: 15px 10px;
    float: right;
}
.certificate_tip{
  font-size: 12px;
  font-weight: 100;
  color: #707070;
  padding-top: 23px;
  display: none;
  float: left;
}
.certificate_nums{
    font-size: 14px;
    color: rgb(209, 209, 209);
    margin-right: 20px;
}
.certificate_page_num{
    font-size: 16px;
    font-weight: 600;
    color: #135AF7;
    line-height: 40px;
    
}
.certificate_prev{
    cursor: pointer;
    font-size: 15px;
    line-height: 40px;
display: none;
    margin: 0 5px ;
}
.certificate_next{
    cursor: pointer;
    font-size: 15px;
    line-height: 40px;
    margin: 0 5px ;
}
.certificate_input{
    font-size: 15px;
    box-sizing: border-box;
    padding: 5px 10px;
}
.certificate_input input{
    width: 50px;
    height: 30px;
    border: solid 1px #cccccc;
    text-align: center;
}
.certificate_input input:focus{
    border: solid 1px #cccccc;
}
.certificate_after{
  width: 100%;
  /* height: 520px; */
  background: #FFFFFF;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 33px 20px 19px 19px;
  margin-top: 30px;
  margin-bottom: 160px;
  display: none;

}
.certificate_after_title{
  font-size: 14px;
  font-weight: 600;
  color: #2F3E58;
  line-height: 20px;
  box-sizing: border-box;
  padding-bottom: 17px;
  border-bottom: solid 1px #E7E7E7;
}
.certificate_after_title_content{
  font-size: 18px;
  font-weight: 600;
  color: #FA6401;
  line-height: 20px;
}
.certificate_after_content{
  box-sizing: border-box;
  padding: 10px 5px;
}
.serchContent_item3{
  width: 100%;
    /* height: 25px; */
    font-size: 18px;
    color: #2F3E58;
    line-height: 25px;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: solid 1px #e7e7e7;
    cursor: pointer;
}
.serchContent_item3:hover{
  color: #0953F7;
}
.certificate_tishi{
  text-align: center;
  font-size: 18px;
  color: #707070;
  line-height: 25px;
  box-sizing: border-box;
  padding: 10px 0;
  /* border-bottom: solid 1px #e7e7e7; */
}

/* 无数据匹配页面 */
.noDataMatch{
    width: 100%;
    min-height: 560px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding-top: 131px;
    background: #fff;
    margin: 50px 0;
    border-radius: 10px;
}
.noDataMatch_content{
    text-align: center;
    font-size: 21px;
    color: #707070;
    line-height: 29px;
}
