/* 首页侧边弹出开始 */
.VueRightFixed{
    position: fixed;
    right: 30px;
    top: 150px;
    z-index: 999;
  }
  .vueRightContent{
    width: 105px;
    height: 390px;
    padding: 8px 7px 0;
    box-sizing: border-box;
    margin: 0 0 10px;
    transition: all .3s;
    background: url("../images/vue_index_right_bj.png") no-repeat top;
  }
  .vueRightContent.vueActive{
    background: url("../images/vue_index_right_bj_active.png") no-repeat center;
  }
  .VueRightRobot{
    padding: 0 0 7px;
  }
  .bsznJbxxSubtitle{
    text-align: left;
    font-size: 22px;
    color: #333333;margin: 15px 0 15px 0;
  }
  .VueRightRobot img{
    display: block;
    margin: auto;
    width: 58px;
    height: 49px;
    
  }
  .VueRightRobot span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #cbede1;
    line-height: 24px;
  }
  @-webkit-keyframes buzz-out {
    0%,100%,20%,50%,80% {
      transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
      transform: translate3d(0,0,0);
    }
    40%,43%{
      transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
      transform: translate3d(0,-15px,0);
    }
    70%{
      transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
      transform: translate3d(0,-10px,0);
    }
    90%{
      transform: translate3d(0,-2px,0);
    } 
  }
  .VueRightBot{
    width: 91px;
    height: 290px;
    padding: 13px 0 0;
    box-sizing: border-box;
    transition: all .3s;
    overflow: hidden;
    background: url("../images/vue_index_right_bot.png") no-repeat center;
  }
  .VueRightBot ul li{
    padding: 8px 0;
    text-align: center;
  }
  .VueRightBot ul li a{
    display: block;
  }
  .VueRightBot ul li a img{
    display: block;
    margin: auto;
  }
  .VueRightBot ul li:nth-child(1) a img{
    width: 26px;
    height: 24px;
  }
  .VueRightBot ul li:nth-child(2) a img{
    width: 19px;
    height: 25px;
  }
  .VueRightBot ul li:nth-child(3) a img{
    width: 21px;
    height: 25px;
  }
  .VueRightBot ul li:nth-child(4) a img{
    width: 21px;
    height: 23px;
  }
  .VueRightBot ul li a span{
    display: block;
    font-size: 14px;
    color: #646566;
    line-height: 28px;
    text-align: center;
    transition: all .3s;
  }
  .VueRightBot ul li:hover a span{
    color: #169d70;
  }
  .VueRightLeftDialog{
    position: absolute;
    left: -340px;
    top: 130px;
    width: 362px;
    height: 172px;
    padding: 26px 0 0;
    box-sizing: border-box;
    display: none;
    background: url("../images/vue_index_right_left_bj.png") no-repeat center;
  }
  .VueRightLeftDialog .VueDiaLogLi{
    display: inline-block;
    width: 87px;
    margin: 0 11px;
  }
  .VueRightLeftDialog .VueDiaLogLi img{
    display: block;
    width: 87px;
    height: 88px;
  }
  .VueRightLeftDialog .VueDiaLogLi span{
    display: block;
    font-size: 13px;
    color: #666666;
    line-height: 16px;
    text-align: center;
    padding: 5px 3px 0;
  }
  .VueRightBot ul li:nth-child(2):hover .VueRightLeftDialog{
    display: block;
  }
  .VueRightBtn{
    margin: auto;
    width: 102px;
  }
  .VueRightBtn span{
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #3c9879;
    border-radius: 10px;
    cursor: pointer;
  }
  .VueRightBtn img{
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
  }
  .VueRightBtn.vueBtnActive img{
    display: block;
  }
  .VueRightBtn.vueBtnActive span{
    display: none;
  }
  /* 首页侧边弹出结束 */
  
  /* 列表开始 */
  .VueListData{
    padding: 0 0 37px;
  }
  .VueListMenus{
    float: left;
    min-height: 1124px;
    padding: 24px 0 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px #dfdfdf;
    width: 225px;
  }
  .VueListMenus ul li{
    padding: 0 15px;
    border-bottom: 1px solid #e9e9e9;


  }
  .VueListMenus ul li>a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    padding-left: 20px;
    transition: all .3s;
    margin: 10px 0;
  }
  .VueListMenus ul li .vue_img_active{
    display: none;
  }
  .VueListMenus ul li>a span{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    font-size: 18px;
  }
  .VueListMenus ul li>a .arrow{
    background: url("../images/vue_list_sanjiao.png") no-repeat center right 22px;
  }
  .VueListMenus ul li>a span em{
    float: right;
    width: 30px;
    height: 23px;
    line-height: 23px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #fa5151;
    font-family: "Arial";
    margin: 14px 33px 0 0;
    background: rgba(250, 81, 81, .15);
  }
  .VueListMenus ul li:hover>a{
    color: #ffffff;
    background: #389173;
    border-radius: 10px;
    border-bottom-color: #389173;
    box-shadow: 0 0 3px 1px #389173;
  }
  .VueListMenus ul li:hover>a .arrow{
    background: url("../images/vue_list_sanjiao_1.png") no-repeat center right 20px;
  }
  .VueListMenus ul li:hover>a span em{
    color: #666666;
    background: #ffffff;
  }
  .VueListMenus ul li:hover .vue_img{
    display: none;
  }
  .VueListMenus ul li:hover .vue_img_active{
    display: inline;
  }
  .VueListMenus ul li.VueListActive>a{
    color: #ffffff;
    background: #389173;
    border-radius: 10px;
    border-bottom-color: #389173;
    box-shadow: 0 0 3px 1px #389173;
  }
  .VueListMenus ul li.VueListActive>a .arrow{
    background: url("../images/vue_list_sanjiao_1.png") no-repeat center right 20px;
  }
  .VueListMenus ul li.VueListActive>a span em{
    color: #666666;
    background: #ffffff;
  }
  .VueListMenus ul li.VueListActive .vue_img{
    display: none;
  }
  .VueListMenus ul li.VueListActive .vue_img_active{
    display: inline;
  }
  .VueListMenus ul li .VueListMenusChildren{
    display: none;
    padding-left: 73px;
  }
  .VueListMenus ul li .VueListMenusChildren a{
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 44px;
    transition: all .3s;
  }
  .VueListMenus ul li .VueListMenusChildren a.on{
    color: #389173;
  }
  .VueListMenus ul li .VueListMenusChildren a:hover{
    color: #389173;
  }
  .VueListMenus ul li .VueListMenusChildren a.VueChildrenActive{
    color: #389173;
  }
  .VueRightContainer{
    float: right;
    width: 930px;
    min-height: 700px;
    padding: 25px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px #dfdfdf;
  }
  .VueRightContainer .VueRightContainerTop{
    height: 51px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
  }
  .VueRightContainer .VueRightContainerTop h1{
    float: left;
    font-size: 20px;
    color: #333333;
    line-height: 49px;
    border-bottom: 2px solid #389173;
  }
  .VueRightContainer .VueRightContainerBot{
    padding: 20px 0 0;
  }
  .VueRightContainer .VueRightContainerBot .VueRightContainerBots{
    height: 44px;
    overflow: hidden;
  }
  .VueRightContainer .VueRightContainerBot .VueRightContainerBots ul{
    float: left;
    padding: 4px;
    background: #f0f7f5;
    border-radius: 5px;
  }
  .VueRightContainer .VueRightContainerBot .VueRightContainerBots ul li{
    float: left;
    height: 36px;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    padding: 0 14px;
    cursor: pointer;
    transition: all .3s;
    border-radius: 5px;
    margin-right: 5px;
  }
  .VueRightContainer .VueRightContainerBot .VueRightContainerBots ul li:hover{
    color: #ffffff;
    background: #389173;
  }
  .VueRightContainer .VueRightContainerBot .VueRightContainerBots ul li.VueOn{
    color: #ffffff;
    background: #389173;
  }
  .VueRightContainer .VueRightContainerBot .VueRightContainerBots .VueRightContainerBotsr{
    float: right;
    margin: 3px 0 0;
    position: relative;
  }
  .VueRightContainer .VueRightContainerBot .VueRightContainerBots .VueRightContainerBotsr .VueRightInputDiv{
    height: 38px;
    line-height: 36px;
    padding: 0 60px 0 10px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
  }
  .VueRightContainer .VueRightContainerBot .VueRightContainerBots .VueRightContainerBotsr .VueRightInputDiv input{
    display: block;
    width: 100%;
    height: 36px;
    font-size: 16px;
    color: #999999;
    outline: none;
    border: none;
    background: none;
  }
  .VueRightContainer .VueRightContainerBot .VueRightContainerBots .VueRightContainerBotsr .VueRightInputDiv a{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 38px;
    z-index: 9;
    background: #399777 url("../images/vue_search_btn.png") no-repeat center;
  }
  .VueRightContainerBotxs{
    height: 45px;
    margin: 20px 0 0;
  }
  .VueRightContainerBotxs span{
    float: left;
    height: 45px;
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    background: #f6f8fb;
    margin-right: 2px;
    text-align: center;
  }
  .VueRightContainerBotxs span.VueSpan1{
    width: 69px;
  }
  .VueRightContainerBotxs span.VueSpan2{
    width: 301px;
  }
  .VueRightContainerBotxs span.VueSpan3{
    width: 100px;
  }
  .VueRightContainerBotxs span.VueSpan4{
    width: 220px;
  }
  .VueRightContainerBotxs span.VueSpan5{
    width: 90px;
  }
  .VueRightContainerBotxs span.VueSpan6{
    width: 90px;
    margin-right: 0;
  }
  .VueRightContainerBotxx{
    min-height: 400px;
  }
  .VueRightContainerBotxx ul li{
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #f0f0f0;
  }
  .VueRightContainerBotxx ul li span{
    float: left;
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-right: 2px;
  }
  .VueRightContainerBotxx ul li span em{
    display: none;
  }
  .VueRightContainerBotxx ul li span.VueSpan1{
    width: 69px;
  }
  .VueRightContainerBotxx ul li span.VueSpan3{
    width: 100px;
  }
  .VueRightContainerBotxx ul li span.VueSpan4{
    width: 220px;
  }
  .VueRightContainerBotxx ul li span.VueSpan5{
    width: 90px;
  }
  .VueRightContainerBotxx ul li>a.VueSpan6{
    float: left;
    width: 90px;
    font-size: 16px;
    color: #399777;
    text-align: center;
    margin-right: 0;
  }
  .VueRightContainerBotxx ul li h3{
    float: left;
    width: 301px;
    margin-right: 2px;
  }
  .VueRightContainerBotxx ul li h3 a{
    float: left;
    max-width: 301px;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
  }
  .VueRightContainerBotxx ul li h3 a:hover{
    color: #399777;
  }
  .VueResMenu{
    display: none;
  }
  .VueTouMing{
    display: none;
  }
  /* 列表结束 */
  
  /* 办事指南开始 */
  .VueBanShiTop{
    padding: 0 20px 24px;
    margin: 40px 0 24px;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.10);
  }
  .VueBanShiTops{
    overflow: hidden;
  }
  .VueBanShiTops h1{
    color: #000000;
    line-height: 40px;
    padding-top: 36px;
  }
  .VueBanShiTops .VueQuJi{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333333;
    border-radius: 40px;
    padding: 0 20px 0 37px;
    cursor: pointer;

    background: #f4f6f8 url("../images/vue_dangqian_img.png") no-repeat 19px center;
  }
  .VueBanShiShuoMing{
    padding: 20px 0 0;
  }
  .VueBanShiShuoMing ul li{
    display: inline-block;
    margin: 0 60px 0 0;
  }
  .VueBanShiShuoMing ul li span{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
  }
  .VueBanShiShuoMing ul li span em{
    font-size: 20px;
    color: #1f8160;
    padding-right: 3px;
  }
  .VueBanShiShuoMing ul li i{
    display: block;
    font-size: 14px;
    color: #666666;
  }
  .VueBanShiTopx{
    padding: 20px 0 0;
  }
  .VueBanShiTopx .VueBanShiTopxl{
    float: left;
    width: 819px;
    padding: 0 0 27px;

  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls{
    padding: 0 0 27px;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li{
    float: left;
    margin-right: 29px;
    background: #f1f2f4;
    transition: all .3s;
    border-radius: 2px;
    position: relative;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:hover .FenXiang{
    display: block;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:hover .FenXiang a{
    display: inline-block;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li .FenXiang{
    left: 0;
    right: auto;
    top: 40px;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li .VueBanShiDia{
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 40px;
    background: #399777;
    width: 140px;
    height: 152px;
    text-align: center;
    padding-top: 15px;
    border-radius: 5px;
    display: none;
    transition: all .3s;
    z-index: 9999999;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li .VueBanShiDia img{
    display: inline-block;
    width: 90px;
    margin-bottom: 5px;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li .VueBanShiDia span{
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:hover .VueBanShiDia{
    display: block;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li>a{
    display: block;
    height: 40px;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    padding: 0 45px 0 8px;
    transition: all .3s;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:hover{
    background: #3c9174;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:nth-child(1){
    background: #3c9174;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:nth-child(1)>a{
    color: #ffffff;
    background: url("../images/vue_zaixianbanli.png") no-repeat right 9px center;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:nth-child(2){
    background: #3c9174;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:nth-child(2)>a{
    color: #ffffff;
    background: url("../images/vue_lijiyuyue.png") no-repeat right 9px center;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:nth-child(3)>a{
    padding: 0 13px 0 37px;
    background: url("../images/vue_shoujibanli.png") no-repeat 11px center;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:nth-child(3):hover>a{
    color: #ffffff;
    background: url("../images/vue_shoujibanli_1.png") no-repeat 11px center;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:nth-child(4)>a{
    padding: 0 13px 0 37px;
    background: url("../images/vue_dingyue.png") no-repeat 11px center / 21px 20px;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:nth-child(4):hover>a{
    color: #ffffff;
    background: url("../images/vue_dingyue_1.png") no-repeat 11px center / 21px 20px;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:nth-child(5)>a{
    padding: 0 13px 0 37px;
    background: url("../images/vue_xiazai.png") no-repeat 11px center;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:nth-child(5):hover>a{
    color: #ffffff;
    background: url("../images/vue_xiazai_1.png") no-repeat 11px center;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:nth-child(6)>a{
    padding: 0 13px 0 37px;
    background: url("../images/vue_fenxiang.png") no-repeat 11px center;
  }
  .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:nth-child(6):hover>a{
    color: #ffffff;
    background: url("../images/vue_fenxiang_1.png") no-repeat 11px center;
  }
  .VueBanShiTopxlx table{
    border: 1px solid #e8e7e8;
    border-collapse: collapse;
  }
  .VueBanShiTopxlx table tr, .VueBanShiTopxlx table th, .VueBanShiTopxlx table td{
    padding: 16px;
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 20px;
    border: 1px solid #e8e7e8;
  }
  .VueBanShiTopxlx table th{
    width: 134px;
    background: #f1f7f5;
  }
  .VueBanShiTopxlx table a{
    color: #268464;
  }
  .VueBanShiTopxr{
    float: right;
    width: 290px;
  }
  .VueBanShiTopxr .VueBanShiTopxrs{
    height: 40px;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    background: url("../images/vue_jianbanzhinan_img.png") no-repeat center;
  }
  .VueBanShiTopxrx{
    padding: 27px 0 0;
  }
  .VueBanShiZiXun{
    height: 80px;
    margin: 0 0 15px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    background: url("../images/vue_banshizixun_img.png") no-repeat right 20px center;
  }
  .VueBanShiZiXun a{
    display: block;
    line-height: 80px;
    font-size: 16px;
    color: #333333;
    padding-left: 19px;
    transition: all .3s;
    background: url("../images/vue_shuangjiantou.png") no-repeat 103px center;
  }
  .VueBanShiZiXun a:hover{
    color: #3c9174;
    background: url("../images/vue_shuangjiantou_1.png") no-repeat 103px center;
  }
  .VueBanShiHaoChaPing{
    height: 210px;
    padding: 10px 19px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
  }
  .VueBanShiHaoChaPing h1{
    font-size: 20px;
    color: #333333;
    padding: 10px 0 20px;
  }
  .VueBanShiHaoChaPing ul li{
    overflow: hidden;
    line-height: 32px;
  }
  .VueBanShiHaoChaPing ul li span{
    float: left;
    font-size: 15px;
    color: #000000;
  }
  .VueBanShiHaoChaPing ul li .VueStar{
    float: left;
    margin: 8px 0 0;
  }
  .VueBanShiHaoChaPing ul li .VueStar em{
    float: left;
    width: 16px;
    height: 15px;
    margin: 0 7px 0 0;
    background: url("../images/vue_star.png") no-repeat center / 16px 15px;
  }
  .VueBanShiHaoChaPing ul li .VueStar em.on{
    background: url("../images/vue_star_1.png") no-repeat center / 16px 15px;
  }
  .VueBanShiHaoChaPing ul li i{
    float: right;
    font-size: 15px;
    color: #000000;
  }
  .VuePingJiaZhiNan{
    margin: 25px 0 0;
    border-top: 1px solid #ececed;
  }
  .VuePingJiaZhiNan a{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #06724d;
    line-height: 40px;
  }
  .VueBanShiTabs{
    padding: 50px 0 61px;
  }
  .VueBanShiTabsTop{
    height: 50px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #f1f7f5;
  }
  .VueBanShiTabsTop ul li{
    float: left;
    width: 147.5px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    border-right: 1px solid #e6e6e6;
  }
  .VueBanShiTabsTop ul li:nth-child(1){
    border-left: 1px solid #e6e6e6;
  }
  .VueBanShiTabsTop ul li:hover{
    height: 50px;
    margin-top: -1px;
    color: #399777;
    background: #ffffff;
    border-top: 2px solid #399777;
  }
  .VueBanShiTabsTop ul li.on{
    height: 50px;
    margin-top: -1px;
    color: #399777;
    background: #ffffff;
    border-top: 2px solid #399777;
  }
  .VueBanShiTabsBot{
    padding: 19px 0 0;
  }
  .VueTabsDiv{
    display: none;
  }
  .VueJiBenXinXi table{
    width: 100%;
    border-collapse: collapse;
  }
  .VueJiBenXinXi table a{
    color: #399777;
  }
  .VueJiBenXinXi table tr, .VueJiBenXinXi table th, .VueJiBenXinXi table td{
    padding: 18px 18px 18px 10px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    border: 1px solid #e6e6e6;
  }
  .VueJiBenXinXi table th{
    width: 119px;
    text-align: center;
    background: #f1f7f5;
  }
  .VueShouLiTiaoJian{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
  }
  .VueBanLiLiuCheng .VueBanLiLiuChengShouLi ul li{
    float: left;
    width: 212px;
    height: 36px;
    line-height: 36px;
    margin: 0 30px 19px 0;
    box-sizing: border-box;
    padding: 0 20px;
    background: url("../images/vue_banliliucheng_bj.png") no-repeat center;
  }
  .VueBanLiLiuCheng .VueBanLiLiuChengShouLi ul li strong{
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #399777;
    font-family: "Arial";
    margin-top: 6px;
    margin-right: 5px;
    background: #ffffff;
    border-radius: 40px;
  }
  .VueBanLiLiuCheng .VueBanLiLiuChengShouLi ul li b{
    display: block;
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .VueBanLiLiuCheng .VueBanLiLiuChengShouLi ul li:last-child{
    margin-right: 0;
  }
  .VueBanLiLiuCheng table th, .VueBanLiLiuCheng table td, .VueBanLiLiuCheng table tr{
    text-align: center;
  }
  .VueNoHot{
    margin: 0 0 19px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 40px;
    background: #f7f7f7;
  }
  .VueChangJianWenTi ul li{
    padding: 15px 0;
    line-height: 30px;
    border-bottom: 1px solid #d7d7d7;
  }
  .VueChangJianWenTi ul li span{
    display: block;
    font-size: 14px;
    color: #666666;
    padding-bottom: 10px;
  }
  .VueChangJianWenTi ul li span b{
    font-size: 16px;
    color: #399777;
    font-weight: normal;
  }
  .VueChangJianWenTi ul li i{
    float: left;
    width: 23px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #389173;
    border-radius: 3px;
    margin-right: 21px;
    margin-top: 3px;
  }
  .VueChangJianWenTi ul li em{
    float: left;
    width: 23px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #ffc900;
    border-radius: 3px;
    margin-right: 21px;
    margin-top: 3px;
  }
  .VueLookLiuDiv{
    height: 37px;
    margin: 0 0 19px;
  }
  .VueLookLiu{
    float: left;
    width: 133px;
    height: 37px;
    line-height: 37px;
    padding-left: 44px;
    box-sizing: border-box;
    font-size: 16px;
    color: #ffffff;
    background: url("../images/vue_look_bj.png") no-repeat center;
  }
  /* 办事指南结束 */
  
  /* 简易版办事指南开始 */
  .VueJianYiBan{
    padding: 0 20px;
  }
  .VueJianYiNan{
    padding: 30px 30px 24px;
    margin: 0 0 24px;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.10);
  }
  .VueJianYiNanThree{
    border-bottom: 1px solid #e7e7e7;
  }
  .VueJianYiNanThreel{
    float: left;
    width: 536px;
    position: relative;
  }
  .VueJianYiNanThreel::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50px;
    width: 1px;
    height: 77px;
    background: #e7e7e7;
  }
  .VueJianYiNanThreel h1{
    font-size: 28px;
    color: #333333;
  }
  .VueJianYiNanThreel ul li{
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 20px 0 40px;
    position: relative;
  }
  .VueJianYiNanThreel ul li span{
    display: block;
    font-size: 24px;
    color: #333333;
  }
  .VueJianYiNanThreel ul li span em{
    color: #3c9174;
    padding-right: 3px;
  }
  .VueJianYiNanThreel ul li .VueJianYiNanList{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 10px 0 0;
  }
  .VueJianYiNanThreel ul li .VueJianYiNanYin{
    position: absolute;
    top: 100px;
    width: 270px;
    max-height: 200px;
    padding: 15px;
    background: #ffffff;
    display: none;
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    overflow-y: auto;
    box-shadow: 0 0 10px 2px #dfdfdf;
    z-index: 999;
  }
  .VueJianYiNanThreel ul li .VueJianYiNanList i{
    font-size: 16px;
    color: #666666;
    border-radius: 5px;
    margin: 0;
    /* padding-right: 20px; */
  }
  .VueJianYiNanThreel ul li .VueJianYiNanList img{
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  .VueJianYiNanThreer{
    float: right;
    width: 546px;
  }
  .VueJianYiNanThreer ul li{
    float: left;
    width: 50%;
    position: relative;
  }
  .VueJianYiNanThreer ul li:nth-child(1):after{
    content: '';
    position: absolute;
    right: 0;
    top: 50px;
    width: 1px;
    height: 77px;
    background: #e7e7e7;
  }
  .VueJianYiNanThreer ul li:nth-child(2){
    float: right;
    width: 43%;
  }
  .VueJianYiNanThreer ul li h1{
    font-size: 28px;
    color: #333333;
  }
  .VueJianYiNanThreer ul li span{
    display: block;
    font-size: 24px;
    color: #666666;
    padding: 20px 0 0;
  }
  .VueBanShiDiDian{
    padding: 29px 0 0;
  }
  .VueBanShiDiDians{
    height: 68px;
    font-size: 28px;
    color: #333333;
    line-height: 68px;
    border-bottom: 1px solid #e7e7e7;
  }
  .VueBanShiDiDianx{
    font-size: 22px;
    color: #666666;
    line-height: 40px;
    padding: 12px 0 22px;
  }
  .VueJianYiNanTabss{
    height: 68px;
    border-bottom: 1px solid #e7e7e7;
  }
  .VueJianYiNanTabss ul li{
    float: left;
    height: 68px;
    font-size: 28px;
    color: #333333;
    line-height: 68px;
    padding-right: 37px;
    margin-right: 46px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
  }
  .VueJianYiNanTabss ul li.on{
    color: #3c9174;
  }
  .VueJianYiNanTabss ul li:hover{
    color: #3c9174;
  }
  .VueJianYiNanTabss ul li::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    width: 1px;
    height: 28px;
    background: #e7e7e7;
  }
  .VueJianYiNanTabss ul li:last-child:after{
    display: none;
    margin: 0;
    padding: 0;
  }
  .VueJianYiNanLiuCheng .VueBanLiLiuChengShouLi ul li{
    margin-right: 15px;
  }
  .VueJianYiLook{
    margin: 19px 0;
  }
  .VueJianYiDiv{
    display: none;
  }
  .VueJianYiFuWu{
    padding: 20px 0 0;
    position: relative;
  }
  .VueJianYiFuWu .VueJianYiPingJia{
    position: absolute;
    right: 0;
    top: -50px;
    width: 145px;
    height: 41px;
    line-height: 41px;
    border-radius: 3px;
    background: #3c9174;
    text-align: center;
  }
  .VueJianYiFuWu .VueJianYiPingJia a{
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 41px;
  }
  .VueJianYiFuWu ul{
    overflow: hidden;
  }
  .VueJianYiFuWu ul li{
    float: left;
    width: 200px;
    margin-right: 25px;
  }
  .VueJianYiFuWu ul li:last-child{
    margin-right: 0;
  }
  .VueJianYiFuWu ul li .VueFuWus{
    height: 40px;
    line-height: 40px;
  }
  .VueJianYiFuWu ul li .VueFuWus span{
    float: left;
    font-size: 14px;
    color: #666666;
  }
  .VueJianYiFuWu ul li .VueFuWus em{
    float: right;
    font-size: 14px;
    color: #666666;
  }
  .VueJianYiFuWu ul li .VueFuWux{
    height: 6px;
    border-radius: 5px;
    background: #dcdcdc;
    position: relative;
  }
  .VueJianYiFuWu ul li .VueFuWux .VueFuWuJinDu{
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    border-radius: 5px;
    background: #3c9174;
  }
  /* 简易版办事指南结束 */
  
  /* 特色专区服务开始 */
  .VueTeSe{
    padding: 40px 0 0;
  }
  .VueTeSeRightGaoPinx{
    overflow: hidden;
  }
  .VueTeSeLeft{
    float: left;
    width: 247px;
    border: 1px solid #efefef;
  }
  .VueTeSeLeft ul{
    height: 900px;
    overflow: hidden;
    overflow-y: auto;
  }
  .VueTeSeLeft ul li{
    height: 50px;
    transition: all .3s;
    background: url("../images/vue_lvdian.png") no-repeat 38px center;
  }
  .VueTeSeLeft ul li a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    padding: 0 44px 0 70px;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/vue_huijiantou.png") no-repeat right 20px center;
  }
  .VueTeSeLeft ul li.on{
    background: #399777 url("../images/vue_baidian.png") no-repeat 38px center;
  }
  .VueTeSeLeft ul li.on a{
    color: #ffffff;
    background: url("../images/vue_baijiantou.png") no-repeat right 20px center;
  }
  .VueTeSeLeft ul li:hover{
    background: #399777 url("../images/vue_baidian.png") no-repeat 38px center;
  }
  .VueTeSeLeft ul li:hover a{
    color: #ffffff;
    background: url("../images/vue_baijiantou.png") no-repeat right 20px center;
  }
  .VueTeSeRight{
    float: right;
    width: 885px;
  }
  .VueTeSeRightGaoPin{
    padding: 0 0 28px;
  }
  .VueTeSeRightGaoPins{
    overflow: hidden;
    line-height: 35px;
    padding: 0 0 5px;
    margin: 0 0 20px;
    border-bottom: 2px solid #e6e6e6;
  }
  .VueTeSeRightGaoPins h1{
    float: left;
    font-size: 20px;
    color: #333333;
  }
  .VueTeSeRightGaoPinx{
    position: relative;
  }
  .VueTeSeRightGaoPinx .bd ul li{
    float: left;
    width: 281px;
    height: 58px;
    margin: 0 21px 20px 0;
    background: #f7f7f7;
    border-radius: 10px;
    transition: all .3s;
  }
  .VueTeSeRightGaoPinx .bd ul li .VueTeSeRightGaoPinxWhite{
    display: none;
  }
  .VueTeSeRightGaoPinx .bd ul li:hover .VueTeSeRightGaoPinxGreen{
    display: none;
  }
  .VueTeSeRightGaoPinxGreen{
    width: 71px;
  }
  .VueTeSeRightGaoPinxWhite{
    width: 71px;
  }

  .VueTeSeRightGaoPinx .bd ul li:hover .VueTeSeRightGaoPinxWhite{
    display: inline;
  }
  .VueTeSeRightGaoPinx .bd ul li:nth-child(3n){
    margin-right: 0;
  }
  .VueTeSeRightGaoPinx .bd ul li a{
    display: flex;
    height: 58px;
    align-items: center;
  }
  .VueTeSeRightGaoPinx .bd ul li a span{
    display: inline-block;
    width: 200px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
  }
  .VueTeSeRightGaoPinx .bd ul li:hover{
    background: #399777;
  }
  .VueTeSeRightGaoPinx .bd ul li a:hover span{
    color: #ffffff;
  }
  .VueTeSeRightGaoPinx .bd ul li a img{
    padding: 0 17px;
  }
  .VueTeSeRightGaoPinx .hd{
    text-align: center;
  }
  .VueTeSeRightGaoPinx .hd ul li{
    display: inline-block;
    width: 30px;
    height: 4px;
    cursor: pointer;
    margin: 0 4px;
    border-radius: 5px;
    background: rgba(57, 151, 119, .4);
  }
  .VueTeSeRightGaoPinx .hd ul li.on{
    background: rgba(57, 151, 119);
  }
  .VueTeSeAllSearch{
    float: right;
    width: 271px;
    height: 35px;
    padding: 0 60px 0 10px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
  }
  .VueTeSeAllSearch input{
    display: block;
    width: 100%;
    height: 33px;
    font-size: 16px;
    color: #999999;
    outline: none;
    border: none;
    background: none;
  }
  .VueTeSeAllSearch a{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 35px;
    z-index: 9;
    background: #399777 url("../images/vue_search_btn.png") no-repeat center;
  }
  .VueTeSeAlls{
    padding: 0 0 17px;
  }
  .VueTeSeAllx{
    min-height: 500px;
  }
  .VueTeSeAllx ul li{
    float: left;
    width: 281px;
    height: 58px;
    margin: 0 21px 20px 0;
    background: #f7f7f7;
    border-radius: 10px;
    transition: all .3s;
  }
  .VueTeSeAllx ul li:nth-child(3n){
    margin-right: 0;
  }
  .VueTeSeAllx ul li a{
    display: flex;
    height: 58px;
    align-items: center;
  }
  .VueTeSeAllx ul li a span{
    font-size: 15px;
    color: #333333;
    transition: all .3s;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .VueTeSeAllx ul li:hover{
    background: #399777;
  }
  .VueTeSeAllx ul li a:hover span{
    color: #ffffff;
  }
  .VueTeSeAllx ul li a .VueListImg{
    padding: 0 17px;
    width: 71px;
  }
  .VueTeSeAllx ul li a .VueListImgWhite{
    display: none;
    width: 71px;

  }
  .VueTeSeAllx ul li:hover a .VueListImg{
    display: none;
  }
  .VueTeSeAllx ul li:hover a .VueListImgWhite{
    display: inline;
    padding: 0 17px;
  }
  .VueHotNewImg{
    padding-left: 20px;
  }
  /* 特色专区服务结束 */
  
  /* 个人服务-按热度开始 */
  .VueGeRenTop{
    margin: 0 0 20px;
  }
  .VueGeRenTop ul{
    overflow: hidden;
  }
  .VueGeRenTop ul li{
    float: left;
    width: 200px;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    color: #ffffff;
    background: #1f6f55;
    margin-right: 3px;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
  }
  .VueGeRenTop ul li.on{
    color: #333333;
    background: #ffffff;
  }
  .VueGeRenTop ul li:hover{
    color: #333333;
    background: #ffffff;
  }
  .VueGeRenReMen{
  
  }
  .VueGeRenReMen .VueGeRenReMens{
    height: 80px;
    padding: 20px 0;
    line-height: 40px;
    font-size: 24px;
    color: #333333;
    padding-left: 20px;
    position: relative;
  }
  .VueGeRenReMen .VueGeRenReMens::before{
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    width: 5px;
    height: 22px;
    background: #207d5e;
  }
  .VueGeRenReMenx ul li{
    float: left;
    width: 380px;
    height: 182px;
    padding: 30px 28px 0 30px;
    background: #fbfbfb;
    margin: 0 20px 30px 0;
    box-sizing: border-box;
    transition: all .3s;
  }
  .VueGeRenReMenx ul li:hover{
    -webkit-box-shadow: rgba(1, 130, 150,.2) 0px 0px 30px;
    -moz-box-shadow: rgba(1, 130, 150,.2) 0px 0px 30px;
    box-shadow: rgba(1, 130, 150,.2) 0px 0px 30px;
  }
  .VueGeRenReMenx ul li:nth-child(3n){
    margin-right: 0;
  }
  .VueGeRenReMenx ul li img{
    float: left;
  }
  .VueGeRenReMenx ul li .VueGeRenReMenxr{
    float: right;
    width: 237px;
  }
  .VueGeRenReMenx ul li .VueGeRenReMenxr strong{
    display: block;
    font-size: 20px;
    color: #333333;
    padding: 0 0 10px;
  }
  .VueGeRenReMenx ul li .VueGeRenReMenxr a{
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .VueGeRenReMenx ul li .VueGeRenReMenxr a:hover{
    color: #207d5e;
  }
  .VueGeRenAnBuMens{
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6;
  }
  .VueGeRenAnBuMens ul{
    overflow: hidden;
  }
  .VueGeRenAnBuMens ul li{
    float: left;
    width: 160px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #f4f9f7;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    transition: all .3s;
  }
  .VueGeRenAnBuMens ul li a{
    display: block;
    padding: 0 5px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
  }
  .VueGeRenAnBuMens ul li:hover{
    background: #399777;
  }
  .VueGeRenAnBuMens ul li:hover a{
    color: #ffffff;
  }
  .VueGeRenAnBuMens ul li.on{
    background: #399777;
  }
  .VueGeRenAnBuMens ul li.on a{
    color: #ffffff;
  }
  .VueGeRenAnBuMens ul span{
    float: left;
    width: 160px;
    height: 52px;
    font-size: 16px;
    color: #333333;
    line-height: 52px;
    text-align: left;
    border-radius: 5px;
    padding-left: 40px;
    cursor: pointer;
    transition: all .3s;
    background: #f4f9f7 url("../images/vue_xiajiantou.png") no-repeat right 30px center / 14px 8px;
  }
  .VueGeRenAnBuMens ul span:hover{
    color: #ffffff;
    background: #399777 url("../images/vue_xiajiantou_white.png") no-repeat right 30px center / 14px 8px;
  }
  .VueGeRenAnBuMens ul span.on{
    background: #f4f9f7 url("../images/vue_xiajiantou_1_top.png") no-repeat right 30px center / 14px 8px;
  }
  .VueGeRenAnBuMens ul span.on:hover{
    color: #ffffff;
    background: #399777 url("../images/vue_xiajiantou_1.png") no-repeat right 30px center / 14px 8px;
  }
  .VueGeRenAnBuMens ul li:nth-child(7n){
    margin-right: 0;
  }
  .VueGeRenAnBuMenx{
    padding: 21px 0 0;
  }
  .VueGeRenAnBuMenxs{
    height: 62px;
    border-bottom: 1px solid #e6e6e6;
  }
  .VueGeRenAnBuMenxs h1{
    float: left;
    font-size: 24px;
    color: #333333;
    line-height: 62px;
  }
  .VueGeRenAnBuMenxs em{
    float: left;
    font-size: 14px;
    color: #7d7e7f;
    margin: 25px 0 0 15px;
  }
  .VueGeRenAnBuMenxs em i{
    color: #ff2323;
  }
  .VueGeRenAnBuMenxs h6{
    float: right;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: 62px;
  }
  .VueGeRenAnBuMenxs h6 span{
    color: #109166;
  }
  .VueGeRenAnBuMenxc{
    overflow: hidden;
    padding: 20px 30px 10px;
    margin: 18px 0 20px;
    background: #f4f9f7;
  }
  .VueGeRenAnBuMenxc span{
    float: left;
    width: 112px;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
  }
  .VueGeRenAnBuMenxc ul{
    float: left;
    width: 1008px;
    overflow: hidden;
  }
  .VueGeRenAnBuMenxc ul li{
    float: left;
    padding: 0 10px;
    margin: 0 60px 10px 0;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    transition: all .3s;
    cursor: pointer;
  }
  .VueGeRenAnBuMenxc ul li.on{
    color: #109166;
    background: #ddeee8;
  }
  .VueGeRenAnBuMenxc ul li:hover{
    color: #109166;
    background: #ddeee8;
  }
  .VueGeRenAnBuMenxContent{
    min-height: 500px;
    padding: 15px 0 20px;
  }
  .TwoGeRenListxs .VueProjectEm{
    float: none;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    background: #eff5fa;
    border: none;
    font-size: 14px;
    margin: 0px 0 0 0;
    color: #109166;
  }
  .VueGeRenAnBuMenxContent ul li .TwoGeRenListxs{
    padding-left: 63px;
    background-position: 20px center;
  }
  .VueGeRenAnBuMenxContent ul li .TwoGeRenListxs.on{
    background-color: #f4f9f7;
    background-position: 20px center;
  }
  .VueGeRenAnBuMenxContent ul li .TwoGeRenListxs.on span{
    color: #399777;
  }
  .VueGeRenAnBuMenxContent ul li .TwoGeRenListxs.on .VueProjectEm{
    color: #ffffff;
    background: #399777;
  }
  .VueGeRenAnBuMenxContent ul li .TwoGeRenListxx .TwoGeRenDiv .TwoGeRenDivr a{
    color: #399777;
    border-color: #399777;
  }
  .VueGeRenAnBuMenxContent ul li .TwoGeRenListxx .TwoGeRenDiv .TwoGeRenDivr .GeRenLiJi{
    color: #ffffff;
    background: #399777;
  }
  .VueGeRenAnBuMenxContent ul li .TwoGeRenListxx .TwoGeRenDiv .TwoGeRenDivr a:hover{
    color: #ffffff;
    background: #399777;
  }
  .VueGeRenAnBuMenxContent ul li .TwoGeRenListxx .TwoGeRenDiv .TwoGeRenDivr .on{
    color: #b9b9b9;
    background: none;
    border-color: #dcdcdc;
  }
  .VueGeRenAnBuMenxContent ul li .TwoGeRenListxx .TwoGeRenDiv .TwoGeRenDivr .on:hover{
    color: #b9b9b9;
    background: none;
    border-color: #dcdcdc;
  }
  .VueGeRenTabsThrees ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .VueGeRenTabsThrees ul li a .VueGeRenTabsThreesWhite{
    display: none;
  }
  .VueGeRenTabsThrees ul li:hover a .VueGeRenTabsThreesGreen{
    display: none;
  }
  .VueGeRenTabsThrees ul li:hover a .VueGeRenTabsThreesWhite{
    display: inline;
  }
  .VueGeRenTabsThrees ul li.on a .VueGeRenTabsThreesGreen{
    display: none;
  }
  .VueGeRenTabsThrees ul li.on a .VueGeRenTabsThreesWhite{
    display: inline;
  }
  .VueGeRenTabsThrees ul li a em{
    padding-left: 10px;
    margin: 0;
  }
  .VueGeRenTabs{
    display: none;
  }
  /* 个人服务-按热度结束 */
  
  /* 部门开始 */
  .VueDanDus{
    overflow: hidden;
    padding: 21px 0 10px;
  }
  .VueDanDusl{
    float: left;
    width: 570px;
  }
  .VueDanDusls{
    height: 62px;
  }
  .VueDanDusls h1{
    float: left;
    font-size: 24px;
    color: #333333;
    line-height: 62px;
  }
  .VueDanDusls span{
    float: right;
    width: 78px;
    height: 24px;
    font-size: 14px;
    color: #96989b;
    padding-left: 29px;
    line-height: 24px;
    margin: 19px 0 0;
    cursor: pointer;
    transition: all .3s;
    background: #f0f8f5 url("../images/vue_user_more.png") no-repeat 8px center;
  }
  .VueDanDusls span:hover{
    color: #1f6f54;
    background: #f0f8f5 url("../images/vue_user_more_1.png") no-repeat 8px center;
  }
  .VueDanDuslx ul li{
    float: left;
    width: 48%;
    height: 52px;
    line-height: 52px;
    padding: 0 10px;
    border-radius: 5px;
    background: #f0f7f5;
    text-align: center;
    margin: 0 0 20px;
    transition: all .3s;
  }
  .VueDanDuslx ul li a{
    display: block;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
  }
  .VueDanDuslx ul li:nth-child(even){
    float: right;
  }
  .VueDanDuslx ul li:hover{
    background: #1f6f54;
  }
  .VueDanDuslx ul li:hover a{
    color: #ffffff;
  }
  .VueDanDusr{
    float: right;
    width: 570px;
  }
  .VueDanDusls a{
    float: right;
    font-size: 14px;
    color: #666666;
    padding-right: 16px;
    line-height: 62px;
    transition: all .3s;
  }
  .VueDanDusls a:hover{
    color: #1f6f54;
  }
  .VueDanDusrx{
    height: 196px;
    padding: 20px 45px 0;
    background: #f0f7f5;
    position: relative;
  }
  .VueDanDusrx .bd ul li{
    float: left;
    width: 100px;
    margin: 0 30px;
    text-align: center;
  }
  .VueDanDusrx .bd ul li a{
    display: block;
    position: relative;
  }
  .VueDanDusrx .bd ul li a .VueDanDuImg{
    position: absolute;
    right: 0;
    top: 0;
  }
  .VueDanDusrx .bd ul li a span{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    padding: 14px 0 0;
    transition: all .3s;
  }
  .VueDanDusrx .bd ul li a:hover span{
    color: #399777;
  }
  .VueDanDusrx .prev{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    width: 31px;
    height: 44px;
    cursor: pointer;
    transition: all .3s;
    border-radius: 0 5px 5px 0;
    background: #ffffff url("../images/vue_left_btn.png") no-repeat center;
  }
  .VueDanDusrx .prev:hover{
    background: #399777 url("../images/vue_left_btn_1.png") no-repeat center;
  }
  .VueDanDusrx .next{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    width: 31px;
    height: 44px;
    cursor: pointer;
    transition: all .3s;
    border-radius: 5px 0 0 5px;
    background: #ffffff url("../images/vue_right_btn.png") no-repeat center;
  }
  .VueDanDusrx .next:hover{
    background: #399777 url("../images/vue_right_btn_1.png") no-repeat center;
  }
  .VueSanJiListxs{
    padding-left: 84px !important;
    background-position: 63px center !important;
  }
  .VueSanJiListxs.on{
    background-color: initial !important;
    background-position: 63px center !important;
  }
  .VueTwoGeRenDiv{
    padding-left: 90px !important;
  }
  /* 部门结束 */
  
  /* 用户中心开始 */
  .VueRightUserContainer{
    background: none;
    padding: 0;
    box-shadow: none;
  }
  .VueRightTopl{
    float: left;
    width: 396px;
    height: 318px;
    padding: 49px 41px 11px;
    margin-left: -11px;
    margin-top: -11px;
    box-sizing: border-box;
    background: url("../images/vue_user_bj.png") no-repeat center;
  }
  .VueRightTopls{
    overflow: hidden;
  }
  .VueRightTopls img{
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    cursor: pointer;
  }
  .VueRightToplsc{
    float: left;
    margin-left: 18px;
    width: 130px;
  }
  .VueRightToplsc span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
  }
  .VueRightToplsc em{
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 44px;
    padding-right: 17px;
    cursor: pointer;
    transition: all .3s;
    background: url("../images/vue_right_btn.png") no-repeat right center / 7px 13px;
  }
  .VueRightToplsc em a{
    color: #666666;
  }
  .VueRightToplsc em:hover{
    color: #399777;
  }
  .VueRightToplsr{
    float: right;
    height: 24px;
    line-height: 22px;
    border-radius: 30px;
    font-size: 14px;
    color: #399777;
    padding: 0 10px 0 28px;
    cursor: pointer;
    border: 1px solid #399777;
    background: url("../images/vue_user_qiehuan.png") no-repeat 10px center;
  }
  .VueRightToplz{
    padding: 20px 0 33px;
  }
  .VueRightToplz ul{
    overflow: hidden;
  }
  .VueRightToplz ul li{
    display: flex;
    align-items: center;
    justify-content: left;
    float: left;
    height: 39px;
    line-height: 39px;
    padding-left: 20px;
    background: #ffffff;
    border-radius: 5px;
  }
  .VueRightToplz ul li:nth-child(1){
    width: 183px;
  }
  .VueRightToplz ul li:nth-child(2){
    float: right;
    width: 121px;
  }
  .VueRightToplz ul li span{
    padding-left: 8px;
    font-size: 14px;
  }
  .VueRightToplx{
  
  }
  .VueRightToplx ul{
    overflow: hidden;
  }
  .VueRightToplx ul li{
    float: left;
    margin-right: 19px;
  }
  .VueRightToplx ul li:last-child{
    margin-right: 0;
  }
  .VueRightToplx ul li img{
    display: block;
    margin: auto;
    width: auto;
    height: 27px;
  }
  .VueRightToplx ul li span{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
  }
  .VueRightTopr{
    float: right;
    width: 536px;
  }
  .VueRightToprs{
    padding: 15px 30px;
    height: 138px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px #dfdfdf;
  }
  .VueRightToprss{
    overflow: hidden;
  }
  .VueRightToprss h1{
    float: left;
    font-size: 18px;
    color: #333333;
  }
  .VueRightToprss a{
    float: right;
    font-size: 16px;
    color: #999999;
    transition: all .3s;
  }
  .VueRightToprss a:hover{
    color: #7fbda2;
  }
  .VueRightToprsx{
    padding: 22px 0 0;
  }
  .VueRightToprsx ul{
    overflow: hidden;
  }
  .VueRightToprsx ul li{
    float: left;
    margin-right: 17px;
  }
  .VueRightToprsx ul li:last-child{
    margin-right: 0;
  }
  .VueRightToprsx ul li img{
    float: left;
    width: 40px;
    height: 40px;
    margin: 6px 10px 0 0;
  }
  .VueRightToprsx ul li .VueVueRightToprsxLir{
    float: left;
  }
  .VueRightToprsx ul li .VueVueRightToprsxLir strong{
    display: block;
    font-size: 22px;
    color: #333333;
    line-height: 27px;
  }
  .VueRightToprsx ul li .VueVueRightToprsxLir span{
    display: block;
    font-size: 14px;
    color: #666666;
  }
  .VueRightToprx{
    margin: 20px 0 0;
  }
  .VueRightToprxx{
    padding: 10px 0 0;
  }
  .VueRightToprxx ul li{
    height: 36px;
    line-height: 36px;
  }
  .VueRightToprxx ul li a{
    float: left;
    font-size: 16px;
    color: #333333;
    padding-left: 22px;
    transition: all .3s;
    background: url("../images/vue_user_lvdian.png") no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 328px;
  }
  .VueRightToprxx ul li a:hover{
    color: #7fbda2;
  }
  .VueRightToprxx ul li em{
    float: left;
    height: 18px;
    line-height: 16px;
    box-sizing: border-box;
    font-size: 12px;
    color: #ff0000;
    padding: 0 4px;
    margin: 10px 0 0;
    border-radius: 3px;
    border: 1px solid #ff0000;
    margin-left: 9px;
  }
  .VueRightToprxx ul li span{
    float: right;
    font-size: 16px;
    color: #999999;
  }
  .VueRightToprxx ul li.on a{
    background: url("../images/vue_user_hongdian.png") no-repeat left center;
  }
  .VueRightToprxx ul li.on a:hover{
    color: #ff0000;
  }
  .VueRightZhengZhao{
    padding: 15px 30px;
    margin: 9px 0 20px;
    height: 230px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px #dfdfdf;
  }
  .VueRightZhengZhaos{
    padding-top: 6px;
  }
  .VueRightZhengZhaox{
    padding: 20px 0 0;
  }
  .VueRightZhengZhaox ul li{
    float: left;
    width: 270px;
    height: 136px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 30px;
    box-shadow: 0 0 5px 1px #dfdfdf;
  }
  .VueRightZhengZhaox ul li:nth-child(1){
    background: url("../images/vue_user_li_bj1.png") no-repeat center;
  }
  .VueRightZhengZhaox ul li:nth-child(2){
    background: url("../images/vue_user_li_bj2.png") no-repeat center;
  }
  .VueRightZhengZhaox ul li:nth-child(3){
    background: url("../images/vue_user_li_bj3.png") no-repeat center;
  }
  .VueRightZhengZhaox ul li:last-child{
    margin-right: 0;
  }
  .VueRightZhengZhaox ul li .VueRightZhengZhaoxLis{
    padding: 20px 31px 0;
    height: 102px;
  }
  .VueRightZhengZhaox ul li .VueRightZhengZhaoxLis strong{
    display: block;
    /* height: 24px; */
    line-height: 24px;
    font-size: 18px;
    color: #333333;
  }
  .VueRightZhengZhaox ul li .VueRightZhengZhaoxLis strong img{
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .VueRightZhengZhaox ul li .VueRightZhengZhaoxLis em{
    display: block;
    font-size: 16px;
    color: #aeaeae;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .VueRightZhengZhaox ul li .VueRightZhengZhaoxLix{
    height: 36px;
  }
  .VueRightZhengZhaox ul li .VueRightZhengZhaoxLix a{
    float: left;
    width: 50%;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    text-align: center;
    transition: all .3s;
  }
  .VueRightZhengZhaox ul li .VueRightZhengZhaoxLix a:nth-child(1){
    background: url("../images/vue_user_xian.png") no-repeat right center;
  }
  .VueRightZhengZhaox ul li .VueRightZhengZhaoxLix a:hover{
    color: #109166;
  }
  .VueRightZhiNeng{
    padding: 15px 30px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px #dfdfdf;
  }
  .VueRightZhiNengs em{
    float: left;
    font-size: 14px;
    color: #999999;
    margin-left: 16px;
    margin-top: 4px;
  }
  .VueRightZhiNengs a{
    padding-right: 26px;
    transition: all .3s;
    background: url("../images/vue_user_more.png") no-repeat right center;
  }
  .VueRightZhiNengs a:hover{
    color: #389173;
    background: url("../images/vue_user_more_1.png") no-repeat right center;
  }
  .VueRightZhiNengTabs{
    padding: 20px 0 0;
  }
  .VueRightZhiNengTabs ul li{
    float: left;
    display: flex;
    align-items: center;
    width: 202px;
    height: 60px;
    margin-right: 20px;
    box-sizing: border-box;
    background: #f0f7f5 url("../images/vue_user_youjian.png") no-repeat right 20px center;
    border-radius: 5px;
    border: 1px solid #f0f7f5;
    padding-left: 43px;
    padding-right: 33px;
    cursor: pointer;
    position: relative;
  }
  .VueRightZhiNengTabs ul li .VueSanJiao{
    position: absolute;
    width: 21px;
    height: 12px;
    bottom: -23px;
    left: 50%;
    margin-left: -10px;
    z-index: 9;
    display: none;
  }
  .VueRightZhiNengTabs ul li span{
    padding-left: 10px;
    font-size: 16px;
    color: #333333;
  }
  .VueRightZhiNengTabs ul li.on{
    border-color: #109166;
    background: #f0f7f5 url("../images/vue_user_youjian_2.png") no-repeat right 20px center;
  }
  .VueRightZhiNengTabs ul li.on span{
    color: #109166;
  }
  .VueRightZhiNengTabs ul li.on .VueSanJiao{
    display: block;
  }
  .VueRightZhiNengTabs ul li:last-child{
    margin-right: 0;
  }
  .VueRightZhiNengGreen{
    height: 130px;
    padding: 20px 20px 0;
    background: #389173;
    margin: 21px 0 0;
  }
  .VueRightZhiNengGreen ul li{
    float: left;
    width: 395px;
    height: 40px;
    line-height: 40px;
    margin: 0 20px 10px 0;
    padding-left: 30px;
    background: #49a284;
    border-radius: 5px;
  }
  .VueRightZhiNengGreen ul li a{
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-left: 22px;
    background: url("../images/vue_user_baidian.png") no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 369px;
  }
  .VueRightZhiNengGreen ul li:nth-child(2n){
    margin-right: 0;
  }
  .VueRightZhengCes{
    padding: 15px 0;
  }
  .VueRightZhengCex ul li{
    overflow: hidden;
    padding: 10px 0;
    transition: all .3s;
    border-bottom: 1px solid #e6e6e6;
  }
  .VueRightZhengCex ul li img{
    float: left;
    margin: 3px 10px 0;
  }
  .VueRightZhengCex ul li .VueRightZhengCexr{
    float: left;
    line-height: 28px;
    max-width: 720px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .VueRightZhengCex ul li .VueRightZhengCexr a{
    display: block;
    max-width: 675px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
  }
  .VueRightZhengCex ul li .VueRightZhengCexr span{
    display: block;
    font-size: 14px;
    color: #999999;
  }
  .VueRightZhengCex ul li > a{
    float: right;
    width: 95px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #399777;
    border-radius: 5px;
    margin: 5px 0 0;
  }
  .VueRightZhengCex ul li:hover{
    background: #f7fbfa;
  }
  .VueRightZhengCex ul li:hover .VueRightZhengCexr a{
    color: #399777;
  }
  .VueGuanZhu{
    position: fixed;
    width: 880px;
    min-height: 495px;
    left: 50%;
    margin-left: -440px;
    top: 50%;
    margin-top: -247px;
    z-index: 9;
    display: none;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 30px;
  }
  .VueGuanZhu .VueGuanZhuClose{
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #109166 url("../images/vue_user_close.png") no-repeat center;
  }
  .VueGuanZhus{
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #e1e1e1;
  }
  .VueGuanZhus h1{
    float: left;
    font-size: 18px;
    color: #333333;
  }
  .VueGuanZhux{
    padding: 19px 0 0;
  }
  .VueGuanZhuxs ul li{
    float: left;
    width: 152px;
    height: 46px;
    font-size: 16px;
    color: #333333;
    line-height: 46px;
    position: relative;
    text-align: center;
    margin: 0 15px 15px 0;
    background: #eef9f4;
    cursor: pointer;
  }
  .VueGuanZhuxs ul li em{
    position: absolute;
    right: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    display: none;
    background: #ff0000 url("../images/vue_user_close.png") no-repeat center / 10px 10px;
  }
  .VueGuanZhuxs ul li:hover em{
    display: block;
  }
  .VueGuanZhuxs ul li:nth-child(5n){
    margin-right: 0;
  }
  .VueGuanZhuxzs{
    height: 58px;
  }
  .VueGuanZhuxzs span{
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 58px;
  }
  .VueGuanZhuxzs em{
    float: left;
    font-size: 16px;
    color: #999999;
    margin: 20px 0 0 20px;
  }
  .VueGuanZhuxzx ul li{
    float: left;
    width: 152px;
    height: 46px;
    line-height: 44px;
    border: 1px dashed #e1e1e1;
    text-align: center;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    margin: 0 15px 14px 0;
    transition: all .3s;
  }
  .VueGuanZhuxzx ul li:hover{
    color: #109166;
  }
  .VueGuanZhuxzx ul li:nth-child(5n){
    margin-right: 0;
  }
  .VueGuanZhuxx{
    padding: 26px 0 0;
    text-align: center;
  }
  .VueGuanZhuxx button{
    display: inline-block;
    margin: 0 10px;
    padding: 0 38px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
  }
  .VueGuanZhuxx button:hover{
    opacity: .9;
  }
  .VueGuanZhuxx button.VueCencel{
    color: #109166;
    background: #eef9f4;
  }
  .VueGuanZhuxx button.VueSubmit{
    color: #ffffff;
    background: #109166;
  }
  .VueTouMing{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, .3);
  }
  .no{
      background: #bdbdbd !important;
      border-color: #bdbdbd;
  }
  .no a {
      cursor: no-drop;
      color: #8e8e8e;
  }
  
  /* 用户中心结束 */
  
  
  
  
  
  @media (max-width: 1024px) and (min-width: 320px) {
    html, body{
      min-width: 320px !important;
      max-width: 1024px !important;
      overflow: auto;
    }
    .VueRightFixed{
      display: none;
    }
    .VueW1180{
      width: 100%;
      padding: 0 24px;
      position: relative;
      box-sizing: border-box;
    }
    .VueTouMing{
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 9;
      background: rgba(0, 0, 0, .3);
    }
    .VueResMenu {
      display: block;
      position: absolute;
      right: 12px;
      top: 16px;
      width: 22px;
      height: 14px;
    }
    .VueResMenu span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #399777;
        transition: all .3s;
    }
    .VueResMenu span:nth-of-type(1) {
        top: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .VueResMenu.on span:nth-of-type(1) {
        top: 50%;
        margin-top: -1px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }
    .VueResMenu span:nth-of-type(2) {
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .VueResMenu.on span:nth-of-type(2) {
        -webkit-transform: translateY(-50%) scaleX(0);
        -ms-transform: translateY(-50%) scaleX(0);
        transform: translateY(-50%) scaleX(0);
    }
    .VueResMenu span:nth-of-type(3) {
        top: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .VueResMenu.on span:nth-of-type(3) {
        top: 50%;
        bottom: auto;
        margin-top: -1px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }
    .VueListMenus{
      float: none;
      display: none;
      position: fixed;
      width: 70%;
      left: 50%;
      top: 10%;
      margin-left: -35%;
      z-index: 10;
    }
    .VueRightContainer{
      float: none;
      width: 100%;
      padding: 12px;
      position: relative;
    }
    .VueRightContainer .VueRightContainerTop{
      height: 30px;
    }
    .VueRightContainer .VueRightContainerTop h1{
      font-size: 18px;
      line-height: 28px;
    }
    .VueRightContainer .VueRightContainerBot{
      padding: 12px 0 0;
    }
    .VueRightContainer .VueRightContainerBot .VueRightContainerBots{
      height: auto;
    }
    .VueRightContainer .VueRightContainerBot .VueRightContainerBots ul{
      float: none;
      width: 100%;
      overflow: hidden;
      display: flex;
      flex-wrap: nowrap;
    }
    .VueRightContainer .VueRightContainerBot .VueRightContainerBots ul li{
      float: none;
      flex: 1;
      width: calc((100% - 2%) / 3);
      min-width: calc((100% - 2%) / 3);
      max-width: calc((100% - 2%) / 3);
      height: 30px;
      line-height: 30px;
      margin-right: 1%;
      font-size: 14px;
      text-align: center;
    }
    .VueRightContainer .VueRightContainerBot .VueRightContainerBots ul li:last-child{
      margin-right: 0;
    }
    .VueRightContainer .VueRightContainerBot .VueRightContainerBots ul li:hover{
      color: inherit;
      background: none;
    }
    .VueRightContainer .VueRightContainerBot .VueRightContainerBots .VueRightContainerBotsr{
      float: none;
      margin: 10px 0 0;
      border-radius: 5px;
      overflow: hidden;
    }
    .VueRightContainer .VueRightContainerBot .VueRightContainerBots .VueRightContainerBotsr .VueRightInputDiv input{
      font-size: 14px;
    }
    .VueRightContainerBotxs{
      display: flex;
      flex-wrap: nowrap;
      height: 30px;
      margin: 12px 0 0;
      display: none;
    }
    .VueRightContainerBotxs span{
      float: none;
      width: calc((100% - 10px) / 6);
      min-width: calc((100% - 10px) / 6);
      max-width: calc((100% - 10px) / 6);
      font-size: 14px;
      height: 30px;
      line-height: 30px;
      width: auto !important;
    }
    .VueRightContainerBotxs span:last-child{
      margin-right: 0;
    }
    .VueRightContainerBotxx{
      min-height: auto;
      padding: 12px 0 0;
    }
    .VueRightContainerBotxx ul li{
      height: auto;
      line-height: 30px;
      margin: 0 0 12px;
      padding: 12px;
      box-sizing: border-box;
      border-radius: 10px;
      border: 1px solid #f0f0f0;
    }
    .VueRightContainerBotxx ul li span, .VueRightContainerBotxx ul li h3, .VueRightContainerBotxx ul li h3 a{
      display: block;
      flex: 1;
      float: none;
      font-size: 14px;
      /* width: calc((100% - 10px) / 6);
      min-width: calc((100% - 10px) / 6);
      max-width: calc((100% - 10px) / 6); */
      /* width: auto !important; */
    }
    .VueRightContainerBotxx ul li h3{
      width: 100%;
      margin-right: 0;
    }
    .VueRightContainerBotxx ul li h3 a{
      display: block;
      width: 100%;
      font-size: 16px;
      font-weight: bold;
      max-width: 100% !important;
    }
    .VueRightContainerBotxx ul li > a{
      font-size: 14px !important;
      margin-right: 0 !important;
    }
    .VueRightContainerBotxx ul li span{
      width: auto !important;
      display: inline-block;
    }
    .VueRightContainerBotxx ul li span em{
      display: inline;
      font-weight: bold;
    }
    .VueRightContainerBotxx ul li span.VueSpan1{
      display: none;
    }
    .VueRightContainerBotxx ul li span.VueSpan3{
      display: block;
      text-align: left;
    }
    .VueRightContainerBotxx ul li span.VueSpan4{
      display: block;
      text-align: left;
    }
    .VueRightContainerBotxx ul li>a.VueSpan6{
      float: none;
      display: inline-block;
    }
    .TwoGeRenDivr a.on {
        cursor: no-drop;
        color: #b9b9b9;
        border-color: #dcdcdc;
    }
    /* 办事指南开始 */
    .VueBanShiTop{
      padding: 0 12px 10px;
    }
    .VueBanShiTops h1{
      font-size: 18px;
      padding: 10px 0 0;
      overflow: hidden;
    }
    .VueBanShiTops .VueQuJi{
      float: left;
    }
    .VueBanShiShuoMing{
      padding: 10px 0 0;
    }
    .VueBanShiShuoMing ul{
      overflow: hidden;
    }
    .VueBanShiShuoMing ul li{
      float: left;
      width: 50%;
      margin: 0;
      text-align: center;
      margin: 0 0 10px;
    }
    .VueBanShiTopx{
      padding: 10px 0 0;
    }
    .VueBanShiTopx .VueBanShiTopxl{
      float: none;
      width: 100%;
    }
    .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls{
      padding: 0 0 10px;
    }
    .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li{
      width: 30%;
      margin: 0 5% 10px 0;
      border-radius: 5px;
    }
    .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:nth-child(3n){
      margin-right: 0;
    }
    .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li a{
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      padding: 0 25px 0 8px;
    }
    .VueBanShiTopx .VueBanShiTopxl .VueBanShiTopxls ul li:nth-child(3) a{
      padding-right: 0;
    }
    .VueBanShiTopxlx{
      overflow-x: auto;
    }
    .VueBanShiTopxlx table{
      width: 220%;
    }
    .VueBanShiTopxr{
      float: none;
      width: 100%;
      padding: 20px 0 0;
    }
    .VueBanShiTopxr .VueBanShiTopxrs{
      background-size: 100% 100%;
    }
    .VueBanShiTopxrx{
      padding: 10px 0 0;
    }
    .VueBanShiTabs{
      padding: 20px 0 40px;
    }
    .VueBanShiTabsTop ul{
      width: 100%;
      white-space: nowrap;
      overflow-x: auto;
    }
    .VueBanShiTabsTop ul li{
      float: none;
      display: inline-block;
      width: 150px;
    }
    .VueJiBenXinXi{
      overflow-x: auto;
    }
    .VueJiBenXinXi table{
      width: 1180px;
    }
    .VueShouLiTiaoJian{
      font-size: 14px;
    }
    .VueBanShiTabsBot>div:nth-child(4) table{
      width: 100%;
    }
    .VueBanLiLiuCheng .VueBanLiLiuChengShouLi ul{
      white-space: nowrap;
    }
    .VueBanLiLiuCheng .VueBanLiLiuChengShouLi ul li{
      float: none;
      display: inline-block;
    }
    .VueNoHot{
      width: 100%;
    }
    .VueBanShiTabsBot>div:nth-child(6){
      overflow: hidden;
    }
    .VueMobileTable{
      overflow-x: auto;
    }
    /* 办事指南结束 */
  
    /* 简易版指南开始 */
    .VueJianYiNanRoute{
      padding: 0;
    }
    .VueJianYiNan{
      padding: 10px 12px 30px;
    }
    .VueJianYiNanThreel{
      float: none;
      width: 100%;
    }
    .VueJianYiNanThreel::after{
      display: none;
    }
    .VueJianYiNanThreel h1{
      font-size: 24px;
    }
    .VueJianYiNanThreel ul{
      overflow: hidden;
    }
    .VueJianYiNanThreel ul li{
      padding: 15px 0;
    }
    .VueJianYiNanThreel ul li span{
      font-size: 18px;
    }
    .VueJianYiNanThreel ul li .VueJianYiNanList i{
      padding-right: 0;
      font-size: 14px;
    }
    .VueJianYiNanThreel ul li .VueJianYiNanList{
      padding: 5px 0 0;
    }
    .VueJianYiNanThreel ul li .VueJianYiNanList img{
      display: none;
    }
    .VueJianYiNanThreer{
      float: none;
      width: 100%;
    }
    .VueJianYiNanThreer ul li{
      float: none;
      width: 100%;
      padding: 0 0 10px;
    }
    .VueJianYiNanThreer ul li::after{
      display: none;
    }
    .VueJianYiNanThreer ul li h1{
      font-size: 24px;
    }
    .VueJianYiNanThreer ul li span{
      padding: 10px 0 0;
      font-size: 20px;
    }
    .VueJianYiNanThreer ul li:nth-child(2){
      float: none;
      width: 100%;
    }
    .VueBanShiDiDian{
      padding: 15px 0 0;
    }
    .VueBanShiDiDians{
      height: 48px;
      line-height: 48px;
      font-size: 24px;
    }
    .VueBanShiDiDianx{
      font-size: 16px;
      line-height: 32px;
    }
    .VueJianYiNanTabss{
      height: 48px;
    }
    .VueJianYiNanTabss ul{
      overflow: hidden;
    }
    .VueJianYiNanTabss ul li{
      width: 33.33%;
      height: 48px;
      font-size: 20px;
      line-height: 48px;
      padding: 0;
      margin: 0;
      text-align: center;
    }
    .VueJianYiNanTabss ul li::after{
      height: 14px;
      margin-top: -7px;
    }
    .VueJianYiFuWu{
      padding: 10px 0 0;
    }
    .VueJianYiFuWu ul li{
      float: none;
      width: 100%;
    }
    .VueJianYiFuWu .VueJianYiPingJia{
      position: initial;
      width: 105px;
      height: 30px;
      line-height: 30px;
    }
    .VueJianYiFuWu .VueJianYiPingJia a{
      line-height: 30px;
    }
    /* 简易版指南结束 */
  
    /* 特色服务开始 */
    .VueTeSe{
      padding: 20px 0 0;
    }
    .VueTeSeLeft{
      float: none;
      width: 80%;
      border: none;
      display: none;
      position: fixed;
      left: 50%;
      margin-left: -40%;
      top: 100px;
      z-index: 10;
      background: #ffffff;
      padding: 20px 12px;
      box-sizing: border-box;
      border-radius: 10px;
    }
    .VueTeSeLeft ul{
      overflow: hidden;
    }
    .VueTeSeLeft ul li{
      float: left;
      width: 48%;
      height: 40px;
      background: none;
      border-radius: 30px;
      text-align: center;
      margin: 0 0 10px;
    }
    .VueTeSeLeft ul li:nth-child(even){
      float: right;
    }
    .VueTeSeLeft ul li a{
      background: none;
      padding: 0 10px;
      height: 40px;
      line-height: 40px;
    }
    .VueTeSeLeft ul li.on{
      background: #399777;
    }
    .VueTeSeLeft ul li.on a{
      background: none;
    }
    .VueTeSeLeft ul li:hover{
      background: none;
    }
    .VueTeSeLeft ul li:hover a{
      color: #333333;
      background: none;
    }
    .VueTeSeRight{
      float: none;
      width: 100%;
    }
    .VueTeSeRightGaoPinx .bd ul{
      padding: 0 0 30px;
    }
    .VueTeSeRightGaoPinx .bd ul li{
      width: 48%;
      margin: 0 0 10px;
    }
    .VueTeSeRightGaoPinx .bd ul li:nth-child(even){
      float: right;
    }
    .VueTeSeRightGaoPinx .swiper-pagination-bullet{
      background: rgba(57, 151, 119, .4);
    }
    .VueTeSeRightGaoPinx .swiper-pagination-bullet-active{
      background: rgba(57, 151, 119);
    }
    .VueTeSeAllSearch{
      width: 200px;
    }
    .VueTeSeAllx ul li{
      width: 48%;
      margin: 0 0 10px;
    }
    .VueTeSeAllx ul li a{
      padding: 0 10px;
    }
    .VueTeSeAllx ul li a .VueListImg{
      padding: 0 10px 0 0;
    }
    .VueHotNewImg{
      padding-left: 10px;
    }
    .VueTeSeAllx ul li:nth-child(even){
      float: right;
    }
    .VueTeSeAllx ul li a span{
      font-size: 14px;
    }
    /* 特色服务结束 */
  
    /* 个人服务开始 */
    .VueGeRenTop{
      margin: 0;
    }
    .VueGeRenTop ul li{
      width: 33.33%;
      padding: 0;
      margin: 0;
      height: 38px;
      font-size: 20px;
      line-height: 38px;
    }
    .VueGeRenReMen .VueGeRenReMens{
      height: 50px;
      line-height: 30px;
      font-size: 18px;
      padding: 10px 0;
      padding-left: 10px;
    }
    .VueGeRenReMen .VueGeRenReMens::before{
      width: 3px;
      height: 18px;
      top: 50%;
      margin-top: -8px;
    }
    .VueGeRenReMenx ul li{
      float: none;
      width: 100%;
      height: auto;
      margin: 0 0 10px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 12px 30px;
      border-radius: 10px;
    }
    .VueGeRenReMenx ul li img{
      float: none;
    }
    .VueGeRenReMenx ul li .VueGeRenReMenxr{
      float: none;
      width: auto;
      padding-left: 30px;
    }
    .VueGeRenReMenx ul li .VueGeRenReMenxr strong{
      font-size: 18px;
      padding: 0 0 5px;
    }
    .VueGeRenReMenx ul li .VueGeRenReMenxr a{
      font-size: 14px;
      line-height: 24px;
    }
    .VueGeRenAnBuMens{
      padding: 10px 0 20px;
    }
    .VueGeRenAnBuMens ul li{
      width: 48%;
      margin: 0 0 10px;
      border-radius: 10px;
    }
    .VueGeRenAnBuMens ul li:nth-child(even){
      float: right;
    }
    .VueGeRenAnBuMens ul li:nth-child(7n){
      margin-right: 0;
    }
    .VueGeRenAnBuMens ul span{
      float: right;
      width: 48%;
    }
    .VueGeRenAnBuMenx{
      padding: 12px 0 0;
    }
    .VueGeRenAnBuMenxs{
      height: 42px;
    }
    .VueGeRenAnBuMenxs h1{
      font-size: 20px;
    }
    .VueGeRenAnBuMenxs h1{
      line-height: 42px;
    }
    .VueGeRenAnBuMenxs em{
      font-size: 12px;
      margin: 17px 0 0 8px;
    }
    .VueGeRenAnBuMenxs h6{
      font-size: 14px;
      line-height: 42px;
    }
    .VueGeRenAnBuMenxc{
      padding: 10px 12px;
    }
    .VueGeRenAnBuMenxc span{
      float: none;
      display: block;
      padding: 0 0 10px;
    }
    .VueGeRenAnBuMenxc ul{
      float: none;
      width: 100%;
    }
    .VueGeRenAnBuMenxc ul li{
      font-size: 14px;
      margin: 0 10px 10px 0;
    }
    .VueGeRenTabsThrees ul li a{
      justify-content: left;
      padding-left: 30px;
    }
    /* 个人服务结束 */
  
    /* 部门开始 */
    .VueDanDusl{
      float: none;
      width: 100%;
    }
    .VueDanDuslx ul{
      overflow: hidden;
    }
    .VueDanDuslx ul li{
      width: 48%;
      height: 32px;
      line-height: 32px;
    }
    .VueDanDusls h1{
      font-size: 20px;
    }
    .VueDanDuslx ul li a{
      font-size: 14px;
    }
    .VueDanDusr{
      float: none;
      width: 100%;
    }
    .VueDanDusrx{
      padding: 10px 12px;
    }
    .VueDanDusrx .bd ul li{
      width: auto;
      margin: 0;
    }
    .VueDanDusrx .prev{
      display: none;
    }
    .VueDanDusrx .next{
      display: none;
    }
    .VueDanDusrx .swiper-pagination{
      position: initial;
      width: 100%;
      text-align: center;
      box-sizing: border-box;
    }
    .VueDanDusrx .swiper-pagination span{
      margin: 0 3px;
    }
    .VueGeRenAnBuMenxContent{
      padding: 0;
      min-height: auto;
    }
    /* 部门结束 */
    .VueTeSeRightGaoPinx .swiper-pagination{
      z-index: 8;
    }
  }