*{
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family:'Microsoft YaHei';
    font-weight: 400;
    background:rgba(247,247,247,1)!important;
}

.w_main{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
    color:rgba(51,51,51,1);
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.cl{
    clear: both;
}

img{
    vertical-align:middle;
}

.crumbs{
    width: 1200px;
    margin:0 auto;
    margin-top: 20px;
}

.crumbs ul li{
    float: left;
}



.w_banner p{
    width: 1200px;
    margin: 0 auto;
    line-height: 20px;
}

.w_banner p img{
    width: 4%;
    margin-top: 14px;
    vertical-align: -14px;
}

.w_banner p span:nth-child(2){
    font-size:24px;
    font-family:'Microsoft YaHei-Bold';
    font-weight:bold;
    color:rgba(79,140,238,1);
}

.dispose_con{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.dis_cut_con{
    position: absolute;
    top:60px;
    z-index: -1
}
.first{
    z-index: 999!important;
}

.dispose_con_l{
    width: 480px;
    background-color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    height: 424px;
    /* position: relative */
}

.dispose_con_l .oneul{
    border-bottom: 1px solid rgba(240,240,240,1);
    margin-bottom: 10px;
}

.dispose_con_l .oneul li{
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.dis_cut{
    border-bottom: 2px solid #4F8CEE;
    color: #4F8CEE;
}

.imgNew p{
    width: 95%;
    margin: 0px auto;
}

.imgNew p img{
    width: 100%;
}

.imgNew p:nth-child(2){
    font-size:14px;
    font-family:'Microsoft YaHei-Bold';
    font-weight:bold;
    color:rgba(51,51,51,1);
    text-align: center;
    margin: 6px 0px;
}

.imgNew p:nth-child(3){
    text-indent: 2em;
    font-size: 12px;
    color:rgba(102,102,102,1);
}

.imgNew p:nth-child(4){
    text-align: right;
    font-size: 12px;
    color:rgba(5,82,146,1);
}

.imgNew p a{
    text-decoration: none;
}

.dispose_con_r{
    width: 700px;
    /* height: 424px; */
    height: 485px;
    padding: 10px 20px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
}

.dispose_con_r .yinyong{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:#4F8CEE;
    border-bottom: 2px solid #4F8CEE;
    margin: 0 0;
}

.yinyong_line{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(240,240,240,1);
}

.dis_icon ul li{
    float: left;
    width: 20%;
    margin-left: 16px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}

.dis_icon ul li:hover{
    color:#4F8CEE;
}

.dis_icon ul li img{
    width: 50%;
}

.dis_icon ul li p:nth-child(1){
    width:80px;
    height:75px;
    line-height: 80px;
    text-align: center;
    background:rgba(237,242,254,1);
    border-radius:50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.w_service{
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
}

.w_list{
    width: 18%;
    float: left;
    height: 88%;
    overflow-x: hidden;
    overflow-y: auto;
}

.w_list::-webkit-scrollbar {
    width: 4px;
}

.w_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #428bca;
}

.w_list::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.w_list dd{
    background-color: #fff;
    line-height: 24px;
    display: none;
    cursor: pointer;
    /* background: rgba(233,241,255,1); */
    text-align: center;
}

.w_list dd p:nth-child(1){
    margin: 0 0 0 0;
}

.w_list dd p{
    margin: 2px 0 0 0;
    height: 36px;
    line-height: 36px;
    background: rgba(233,241,255,1);
}

.w_list dt{
    line-height: 30px;
    padding: 10px 10px;
    background: rgba(245,245,245,1);
    text-align: center;
    margin-top: 2px;
    font-weight: 400!important;
    font-family:'Microsoft YaHei'!important;
    cursor: pointer;
}

.w_list dt span{
    float: right;
}

.current{
    background:rgba(79,140,238,1)!important;
    color: #fff;
}

.w_list_con{
    width: 80%;
    float: right;
}

.service_top p:nth-child(1){
    float: left;
    font-size: 18px;
    font-family: 'Microsoft YaHei-Bold';
    font-weight: bold;
    color: rgba(79,140,238,1);
    padding-bottom: 6px;
    border-bottom: 3px solid rgba(79,140,238,1);
}

.service_top p:nth-child(2){
    float: right;
    width: 45%;
    border: 1px solid #E6E6E6;
}

.service_top p input{
    width: 84%;
    outline: none;
    border: none;
    text-indent: 2em;
    height: 40px;
}

.search{
    display: inline-block;
    width: 15%;
    height: 41px;
    line-height: 40px!important;
    text-align: center;
    background-color: red;
    border-radius: 3px;
    border: 1px solid red;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #999999;
}

.search img{
    width: 36%;
}

/* 单项选择框 */
.regular-radio {
    display: none;
}

.regular-radio + label {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 5px;
    border-radius:50px;
    display: inline-block;
    position: relative;
    vertical-align: -6px;
    cursor: pointer;
    margin-right: 5px;
}

.regular-radio:checked + label:after {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    top: 2px;
    background: rgba(0,159,255,1);
    left: 2px;
}

.ser_radio{
    text-align: right;
    font-size: 14px;
}

.ser_radio label{
    font-weight: 400!important;
}

.ser_radio span label:nth-child(2){
    margin-left: 10px;
}

.list_title{
    width: 100%;
    padding: 16px 16px;
    margin: 0px 0 0px;
}

.ser_lists{
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    margin-top: 10px;
    cursor: pointer;
    overflow: hidden;
    height: 54px;
    transition: all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.list_con{
    display: block;
    transition: all 1s linear;
    -moz-transition:all 1s linear;
    -webkit-transition:all 1s linear;
    -o-transition: all 1s linear;
}
.ser_lists:hover{
    height: 104px;
}
.ser_lists:hover > .list_title{
    background:rgba(247,247,247,1);
}

.list_con ul li{
    float: left;
    width:100px;
    height:30px;
    line-height: 30px;
    text-align: center;
    border:1px solid rgba(204,204,204,1);
    border-radius:4px;
    font-size: 12px;
}

.list_con ul li img{
    width: 16%;
    vertical-align: -4px;
    margin-right: 5px;
}

.list_con ul li:nth-child(n+2){
    margin-left: 10px;
}

.online{
    display: inline-block;
    width: 6px;
    height: 6px;
    background:rgba(79,140,238,1);
    border-radius: 50px;
    vertical-align: 3px;
    margin-right: 5px;
}

.ser_current{
    background:rgba(247,247,247,1);
}

.list_con{
    margin: 10px 30px;
}

/* 分页 */
.currency_page {
    width: 100%;
    text-align: center;
    height: 62px;
    margin: 10px auto;
}

.currency_page span.disabled {
    background-color: #efefef;
    color: #dedadb;
    cursor: default;
}

.currency_page span {
    padding: 4px 14px;
    color: #222222;
    border: solid 1px #d9d9d9;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 12px;
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
    background-color: #fff;
}

.currency_page span:hover {
    background-color: #eff6ff;
}

.currency_page span.disabled a {
    color: #dedadb;
    cursor: default;
    text-decoration: none;
}

.currency_page span.page_all {
    border: none;
    cursor: default;
}

.currency_page span.page_all:hover {
    background: rgba(255,255,255,0);
}

.currency_page span.disabled:hover {
    background-color: #efefef;
}

.currency_page span.checked {
    background-color: #3B85D8;
    border: solid 1px #3B85D8;
}

.checked a{
    color:#fff!important;
    text-decoration: none!important;
}

/* 办件公示 */
.w_make{
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
}

.w_make_top p:nth-child(1){
    float: left;
    font-size: 18px;
    font-family: 'Microsoft YaHei-Bold';
    font-weight: bold;
}

.w-bule{
    display: inline-block;
    width: 6px;
    background-color: #4F8CEE;
    height: 20px;
    border-radius: 10px 10px 10px 10px;
    vertical-align: -4px;
}

.w_make_top p:nth-child(2){
    float: right;
    width: 35%;
    border: 1px solid #E6E6E6;
}

.w_make_top p input{
    width: 84%;
    outline: none;
    border: none;
    text-indent: 2em;
    height: 40px;
}

.search{
    display: inline-block;
    width: 15%;
    height: 41px;
    line-height: 40px!important;
    text-align: center;
    background-color: red;
    border-radius: 3px;
    border: 1px solid red;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #999999;
}

.search img{
    width: 36%;
}

.make_table table{
    width: 100%;
    margin:auto;
    text-align: center;
}

.make_table table thead tr{
    font-family:'Microsoft YaHei';
    font-weight:400;
    color:rgba(128,128,128,1);
}

.make_table table thead tr td{
    height:46px;
    line-height: 46px;
}

.make_table table tbody tr td{
    height:46px;
    line-height: 46px;
}

.make_table table tbody tr td:nth-child(1){
    text-align: left;
    padding-left: 16px;
}

.make_table table tbody tr td:nth-child(4){
    color:rgba(79,140,238,1);
}

.make_table table tbody tr:nth-child(odd){
    background:rgba(247,247,247,1);
}

/* 部门窗口2 */
.enter_list{
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
}

.enter_list ul li{
    float: left;
    width: 24%;
    height: 50px;
    line-height: 50px;
    background: rgba(240,240,240,1);
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
}

.enter_cut{
    color: #fff;
    background:rgba(79,140,238,1)!important;
}

/* 本例子css */
.slideBox{ 
    width: 100%;
    overflow: hidden;
    position: relative;
 }
.slideBox .bd{ 
    position:relative; 
    height:100%; 
    z-index:0;   
}
.slideBox .bd li{ 
    zoom:1; 
    vertical-align:middle; 
}
.slideBox .bd img{ 
    width: 95%;
    height: 230px;
    display: block;
    margin: 0 auto;  
}

.slideBox .bd ul li .distitle{
    font-size: 14px;
    font-family: 'Microsoft YaHei-Bold';
    font-weight: bold;
    color: rgba(51,51,51,1);
    text-align: center;
    margin: 14px 0px;
    width: 95%;
}

.slideBox .bd ul li .discon{
    width: 95%;
    text-indent: 2em;
    font-size: 12px;
    color: rgba(102,102,102,1);
}

 .slideBox2{ 
    width: 100%;
    overflow: hidden;
    position: relative;
 }
.slideBox2 .bd{ 
    position:relative; 
    height:100%; 
    z-index:0;   
}
.slideBox2 .bd li{ 
    zoom:1; 
    vertical-align:middle; 
}
.slideBox2 .bd img{ 
    width: 95%;
    height: 230px;
    display: block;
    margin: 0 auto;  
}

.slideBox2 .bd ul li .distitle{
    font-size: 14px;
    font-family: 'Microsoft YaHei-Bold';
    font-weight: bold;
    color: rgba(51,51,51,1);
    text-align: center;
    margin: 14px 0px;
    width: 95%;
}

.slideBox2 .bd ul li .discon{
    width: 95%;
    text-indent: 2em;
    font-size: 12px;
    color: rgba(102,102,102,1);
} 
    
/*12.16调整*/
.slideBox3{padding-bottom:30px; width:100%; overflow:hidden; }
.slideBox3 .hd{ 
	height: 15px;
    overflow: hidden;
    position: absolute;
    right: 38%;
    z-index: 1;
    bottom: 8%;
}
.slideBox3 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox3 .hd ul li{    float: left;
    margin-right: 14px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border: 50px;
    width: 50px;
    height: 5px;
    background: rgba(203,217,235,1);
    border-radius: 3px;}
.slideBox3 .hd ul li.on{ background:#3585F9; color:#fff; }
.slideBox3 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox3 .bd li{ zoom:1; vertical-align:middle; }
/* .slideBox .bd img{ width:450px; height:230px; display:block;  } */

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox3 .prev,
/* .slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   } */
.slideBox3 .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox3 .prev:hover,
.slideBox3 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox3 .prevStop{ display:none;  }
.slideBox3 .nextStop{ dispslay:none;  }

.w_100{
	width: 100%!important;
}
.layerMenu_box {
    display: none;
    background-color: rgba(0, 0, 0, .3);
    width: 575px;
    height: 340px;
    position: absolute;
    /* top: 57px; */
    /* bottom: 0; */
    left: 10px;
    z-index: 10;
}
#layerMenu_box_r {
    width: 100%;
    display: none;
    height: 485px;
    bottom: 0;
    left: 0;
}

.layerMenu {
    box-sizing: border-box;
    /* margin: 5px 35px; */
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 505px; */
    /* height: 330px; */
    /*position: absolute;*/
    /*top: 57px;*/
    /*left: 10px;*/
    /* background-color: #f9f9f9; */
    /* border-radius: 8px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .2); */
    /* overflow: hidden; */
    /*z-index: 10;*/
}
.layerMenu .layerSlideBox {
    /* width: 100%;
    height: 100%; */
    width: 620px;
    height: 430px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
     border-radius: 8px;
     overflow: hidden;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .2);
}
.layerMenu .layer-footer {
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}
.layerMenu .layer-title {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e0effd;
    padding: 0 10px 0 15px;
}
.layerMenu .layer-title .close {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.layerMenu .layer-footer li {
    margin-right: 14px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border: 50px;
    width: 50px;
    height: 5px;
    background: rgba(203,217,235,1);
    border-radius: 3px;
}
.layerMenu .layer-footer li.on {
    background: #3585F9;
}
.layerMenu .layer-container {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0px 10px;
    box-sizing: border-box;
}
.layerMenu .layer-item {
    height: 120px;
    width: 120px;
    border-radius: 4px;
    padding: 8px;
    text-align: center;
    cursor: pointer;
}

.layerMenu .imgtext {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.layerMenu img {
    width: 65px;
    height: 65px;
    margin-bottom: 8px;
    cursor: pointer;
}
img.small {
    position: absolute;
    top: 12px;
    right: -27px;
    height: 13px;
    width: 13px!important;
    z-index: 1;
}
img.big {
    position: absolute;
    top: 15px;
    right: -25px;
    height: 50px;
    width: 50px!important;
    opacity: 1;
    background-color: #e0effd;
    z-index: 1;
}
.layer-title-span{
    margin-left: 3px;
    color: #337ab7;
    font-weight: bold;
}