*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: medium none;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    color: #333;
}

em {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
}


/*浮动 清除浮动*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}


/*显示 隐藏*/

.hide {
    display: none;
}

.block {
    display: block;
}


/* 背景色 */

.gray {
    background-color: #f6f6f6;
}

.white {
    background-color: #FFF;
}


/*  -----主体  开始----- */

@media screen and (max-width:1100px) {
    body {
        width: 1100px !important;
    }
}

.main {
    width: 100%;
    background-color: #FFFFFF;
}


/* 遮罩 */

#bsfw_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
}

.bsfw_mainContaner {
    width: 1100px;
    margin: 0 auto;
}


/* 办事地点 */

.bsfw_bsdd {
    width: 770px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    margin: auto;
    background: #fff;
}

.bsfw_bsdd .bsfw_area_boxTitle {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #c40311;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px 8px 0px 0px;
    position: relative;
}

.bsfw_bsdd .bsfw_area_boxTitle span:first-child {
    position: absolute;
    top: -1px;
    right: 30px;
}

.bsfw_bsdd .bsfw_area_boxTitle img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.bsfw_bsdd .bsfw_area_title {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    cursor: default;
}

.bsfw_area_sel_list {
    font-weight: normal;
    display: inline-block;
    line-height: 12px;
}

.bsfw_each_sel {
    display: inline-block;
    margin: 0px 16px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.bsfw_each_sel::after {
    content: ">";
    position: absolute;
    top: 0px;
    left: 106%;
}

.bsfw_each_sel:last-child::after {
    content: none;
}

.bsfw_each_sel:last-child span {
    color: #c40311;
}

.bsfw_area_list {
    display: inline-block;
    padding: 10px 30px;
}

.bsfw_each_area {
    height: 40px;
    min-width: 140px;
    font-size: 16px;
    line-height: 40px;
}

.bsfw_each_area:hover {
    color: #c40311;
    cursor: pointer;
}

#bsfw_area_all {
    font-size: 16px;
    color: #c40311;
    position: relative;
}

.bsfw_checkedArea {
    border-top: 1px solid #dadada;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    margin: 0px 0px 10px 30px;
}

.bsfw_checkedArea span {
    font-weight: normal;
    margin: 0px 6px;
    cursor: pointer;
    color: #333333;
}

.bsfw_checkedArea span:hover {
    color: #c40311;
}

.bsfw_button_confirm {
    bottom: 30px;
    height: 40px;
    width: 80px;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 20px;
    background-color: #bcbcbc;
    color: #FFF;
    cursor: pointer;
    margin-left: 30px;
}

.bsfw_button_confirm input {
    line-height: 20px;
    background-color: #BCBCBC;
}

.bsfw_allArea_active::after {
    content: ">";
    position: absolute;
    top: 0px;
    left: 134%;
    color: #333;
}

.bsfw_section1 {
    width: 1100px;
    margin: 0 auto;
    padding: 20px;
    background-color: #FFFFFF;
}

.each_smzq {
    width: 86px;
    text-align: center;
    margin-right: 108px;
    position: relative;
    cursor: pointer;
}

.active .smzq_text {
    color: #0168D1;
}

.active .qykb i {
    background: url(qybs1_act.png) no-repeat;
    background-size: 36px 36px;
}

.active .zy i {
    background: url(qybs2_act.png) no-repeat;
    background-size: 36px 36px;
}

.active .ygly i {
    background: url(qybs3_act.png) no-repeat;
    background-size: 36px 36px;
}

.active .bdc i {
    background: url(qybs4_act.png) no-repeat;
    background-size: 36px 36px;
}

.active .jfns i {
    background: url(qybs5_act.png) no-repeat;
    background-size: 36px 36px;
}

.active .zx i {
    background: url(qybs6_act.png) no-repeat;
    background-size: 36px 36px;
}

.qykb i {
    background: url(qybs1.png) no-repeat;
    background-size: 36px 36px;
}

.zy i {
    background: url(qybs2.png) no-repeat;
    background-size: 36px 36px;
}

.ygly i {
    background: url(qybs3.png) no-repeat;
    background-size: 36px 36px;
}

.bdc i {
    background: url(qybs4.png) no-repeat;
    background-size: 36px 36px;
}

.jfns i {
    background: url(qybs5.png) no-repeat;
    background-size: 36px 36px;
}

.zx i {
    background: url(qybs6.png) no-repeat;
    background-size: 36px 36px;
}

.each_smzq:last-child {
    margin-right: 0px;
}

.smzq_text {
    display: inline-block;
    height: 24px;
    width: 86px;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.smzq_text::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 114px;
    width: 50px;
    height: 8px;
    background: url(link.png) no-repeat;
    background-size: 50px 8px;
    cursor: auto;
}

.each_smzq:last-child ::before {
    content: none;
}

.smzq_img {
    display: inline-block;
    width: 64px;
    height: 75px;
    padding: 14px;
    margin-bottom: 16px;
    background: url(bsfwbg.png) no-repeat;
    background-position: 50% -6px;
}

.active .smzq_img {
    background: url(bsfwbg_act.png) no-repeat;
    background-position: 50% -6px;
}

.smzq_img i {
    display: block;
    width: 36px;
    height: 36px;
}

.sx_box {
    width: 1060px;
    margin-top: 40px;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
}

.sx_num {
    font-weight: bold;
    color: #0168D1;
}

.sx_list_box {
    margin-top: 20px;
}

.sx_list {
    display: inline-block;
    width: 1060px;
    height: 140px;
    overflow-x: hidden;
}

.sx_list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.sx_list::-webkit-scrollbar-track,
.sx_list::-webkit-scrollbar-corner {
    background: #F6F6F6;
}

.sx_list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #CCC;
}

.sx_list::-webkit-scrollbar-thumb:window-inactive {
    background: #CCC;
}

.each_sx {
    width: 500px;
    height: 40px;
    padding-left: 30px;
    position: relative;
    margin: 0px 30px 30px 0px;
    cursor: pointer;
}

.each_sx:nth-of-type(2n) {
    margin-right: 0px;
}

.each_sx::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 10px;
    background: url(arror.png) no-repeat;
    background-size: 20px 20px;
}

.sx_text {
    display: inline-block;
    width: 320px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sx_btn {
    display: inline-block;
    width: 140px;
    height: 40px;
    border: 1px solid #0168D1;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #0168D1;
}

.page_box {
    width: 1060px;
    height: 30px;
    text-align: center;
}

.prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #C1C2C5;
    border: 1px solid #C1C2C5;
    cursor: pointer;
}

.next {
    margin-left: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #C1C2C5;
    border: 1px solid #C1C2C5;
    cursor: pointer;
}