/****  场景式服务  ****/
.zwfw-cjsfw {
    background: url(../images/2024-main-bg.png) repeat-x top;
    padding: .3rem 0;
    position: relative;
    overflow: hidden;
}

.zwfw-cjsfw .cjsfw {
    width: 2.1rem;
    height: 5.68rem;
    overflow: hidden;
    float: left;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.zwfw-cjsfw .cjsfw.gr {
    margin-right: 10px;
}

.zwfw-cjsfw .cjsfw.active {
    width: calc(100% - 2.1rem - 10px);
}

.zwfw-cjsfw .cjsfw-main {
    width: calc(14rem - 2.1rem - 10px);
    height: 100%;
}

.zwfw-cjsfw .cjsfw-menu {
    width: 2.1rem;
    height: 5.68rem;
    background-color: #c3e6f6;
    float: left;
    position: relative;
}

.zwfw-cjsfw .cjsfw-menu.gr {
    background-color: #d1ecf8;
}

.zwfw-cjsfw .cjsfw-menu .menu-img {
    width: auto;
    height: 1.46rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.zwfw-cjsfw .cjsfw-menu .menu-box {
    width: 1.86rem;
    height: 4.1rem;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 1.46rem auto 0;
    position: relative;
    z-index: 2;
}

.zwfw-cjsfw .cjsfw-menu .menu-ico {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background-color: #255baf;
    position: absolute;
    top: -.3rem;
    left: 50%;
    transform: translateX(-50%);
}

.zwfw-cjsfw .cjsfw-menu .menu-ico img {
    width: .5rem;
    height: .5rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.zwfw-cjsfw .cjsfw-menu .menu-tit {
    width: 100%;
    line-height: .6rem;
    position: relative;
    padding-top: .3rem;
    text-align: center;
    font-weight: 700;
}

.zwfw-cjsfw .cjsfw-menu .menu-tit::after {
    content: '';
    display: block;
    width: .28rem;
    height: 4px;
    background-color: #255baf;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}

.zwfw-cjsfw .cjsfw-menu .menu-ul {
    padding-top: .32rem;
}

.zwfw-cjsfw .cjsfw-menu .menu-ul li {
    width: 100%;
    line-height: .5rem;
    text-align: center;
}

.zwfw-cjsfw .cjsfw-menu .menu-ul li a {
    width: auto;
    height: 100%;
    cursor: pointer;
    margin: 0 auto;
}

.zwfw-cjsfw .cjsfw-menu .menu-ul li a:hover,
.zwfw-cjsfw .cjsfw-menu .menu-ul li.s a {
    color: #275cb0;
}

.zwfw-cjsfw .cjsfw-menu.gr .menu-ul {
    padding-top: .32rem;
    padding: .32rem .2rem 0;
}

.zwfw-cjsfw .cjsfw-menu.gr .menu-ul li {
    width: 50%;
    float: left;
    line-height: .5rem;
}

.zwfw-cjsfw .cjsfw-menu.gr .menu-ul li:last-child {
    width: 100%;
    text-align: left;
}

.zwfw-cjsfw .cjsfw-menu.gr .menu-ul li:last-child a {
    width: calc(50% * .8);
    margin-left: 5%;
    text-align: center;
}

.zwfw-cjsfw .cjsfw-box {
    width: calc(14rem - 2.1rem * 2 - 15px);
    height: 5.68rem;
    margin-left: 5px;
    background-color: #ffffff;
    float: left;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-tit {
    margin: .3rem .2rem .2rem;
    padding-bottom: .26rem;
    position: relative;
    height: .32rem;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-tit::after {
    content: '';
    display: block;
    width: 100%;
    height: .09rem;
    border-radius: calc(.09rem / 2);
    position: absolute;
    left: 0;
    bottom: 0;
    clear: both;
    background: url(2024-zwfw-cjsfw-tit-dot.png) center repeat-x #e3f3fb;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-tit li {
    width: calc(100% / 4);
    float: left;
}

.zwfw-cjsfw .cjsfw-box.gr .cjsfw-tit li {
    width: calc(100% / 8);
}

.zwfw-cjsfw .cjsfw-box.gr .cjsfw-tit li a {
    width: 80%;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-tit li a {
    width: 1.15rem;
    height: .32rem;
    line-height: .32rem;
    border-radius: .16rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: .16rem;
    cursor: pointer;
    position: relative;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-tit li.s a {
    color: #ffffff;
    background-color: #255baf;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-tit li a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-left: .05rem solid transparent;
    border-right: 5px solid transparent;
    border-right: .05rem solid transparent;
    border-top: 7px solid #255baf;
    border-top: .07rem solid #255baf;
    position: absolute;
    bottom: -7px;
    bottom: -.07rem;
    left: calc(50% - 7px);
    left: calc(50% - .07rem);
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-tit li.s a::after {
    opacity: 1;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-con {
    width: calc(100% - .4rem);
    height: calc(100% - .7rem - .32rem - .26rem);
    margin: .2rem;
    overflow: hidden;
    background: url(2024-zwfw-cjsfw-con-bg.jpg) no-repeat center bottom #f4f8ff;
    background-size: 100% auto;
    position: relative;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-con .swiper-container {
    height: 100%;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-con .img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 5.7rem;
    height: 3.55rem;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-con .link-box {
    width: auto;
    height: auto;
    padding: 0 .2rem .3rem;
    margin: .4rem .78rem 0 0;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .8);
    float: right;
    position: relative;
    z-index: 2;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-con .link-box h2 {
    line-height: .68rem;
    width: 100%;
    display: block;
    border-bottom: 2px solid #255baf;
    color: #275cb0;
    font-size: .24rem;
    font-weight: 700;
    text-align: center;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-con .link-con {
    padding-top: 5px;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-con .link-box a {
    min-width: 2.1rem;
    line-height: .36rem;
    padding: 0 .15rem;
    border: 1px solid #255baf;
    margin-top: 10px;
    text-align: center;
    display: block;
    color: #275cb0;
    background-color: #ffffff;
}

.zwfw-cjsfw .cjsfw-box .cjsfw-con .link-box a:hover {
    background-color: #d1ecf8;
}

/****  个人办事、企业办事、便民服务  ****/
.zwfw-grbs-tit {
    height: 1rem;
    line-height: 1rem;
    background-color: #ffffff;
    border-bottom: 1px solid #125db2;
}

.zwfw-grbs-tit .grbs-tit {
    height: 1rem;
    float: left;
}

.zwfw-grbs-tit .grbs-tit li {
    height: 100%;
    float: left;
    position: relative;
}

.zwfw-grbs-tit .grbs-tit li::after {
    content: '';
    display: block;
    width: .24rem;
    height: .16rem;
    background: url(../images/2024-zwfw-grbs-tit-ico01.png) no-repeat center;
    background-size: cover;
    float: right;
    margin-top: calc((1rem - .16rem) / 2);
    margin-left: .1rem;
    margin-right: .75rem;
    opacity: 1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.zwfw-grbs-tit .grbs-tit li a {
    font-size: .24rem;
    color: #333333;
}

.zwfw-grbs-tit .grbs-tit li a::after {
    content: '';
    display: block;
    width: 19px;
    height: 12px;
    position: absolute;
    bottom: -1px;
    left: calc((4em - 19px) / 2);
    background: url(../images/2024-zwfw-grbs-tit-ico02.png) no-repeat center;
    background-size: 19px 12px;
    display: none;
}

.zwfw-grbs-tit .grbs-tit li.active::after {
    opacity: 0;
}

.zwfw-grbs-tit .grbs-tit li.active a {
    font-weight: 700;
    color: #0f54a2;
}

.zwfw-grbs-tit .grbs-tit li.active a::after {
    display: block;
}

.zwfw-grbs-tit .ykb {
    height: .41rem;
    margin-top: calc((1rem - .41rem) / 2);
    float: right;
    display: block;
}

.zwfw-grbs-tit .ykb img {
    height: 100%;
    display: block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.zwfw-grbs-tit .ykb:hover img {
    height: 90%;
}

.zwfw-grbs-con {
    padding: .3rem 0;
    background-color: #f4f8ff;
}

.zwfw-grbs-con .grbs-ul li {
    width: calc((100% - .2rem * 3) / 4);
    height: 1.05rem;
    margin-right: .2rem;
    float: left;
}

.zwfw-grbs-con .grbs-ul li:nth-child(4n) {
    margin-right: 0;
}

.zwfw-grbs-con .grbs-ul li:nth-child(n+5) {
    margin-top: .2rem;
}

.zwfw-grbs-con .grbs-ul li a {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: block;
    border: 1px solid #bcddee;
    border-radius: 5px;
    background-color: #ffffff;
}

.zwfw-grbs-con .grbs-ul li .imgbox {
    width: .75rem;
    height: .52rem;
    padding: .05rem 0;
    float: left;
    display: block;
    margin: .21rem .46rem 0 .6rem;
    background: url(../images/2024-zwfw-grbs-link-ico-bg.png) no-repeat bottom;
    background-size: .75rem auto;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.zwfw-grbs-con .grbs-ul li .imgbox img {
    width: auto;
    height: .52rem;
    margin: 0 auto;
    display: block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.zwfw-grbs-con .grbs-ul li .tit {
    display: block;
    font-weight: 700;
    font-size: .16rem;
    color: #0f54a2;
    margin-top: .28rem;
}

.zwfw-grbs-con .grbs-ul li .more {
    background: url(../images/2024-zwfw-grbs-more-ico.png) no-repeat right;
    background-size: .15rem;
    font-size: .14rem;
    color: #b0b0b0;
    margin-top: .1rem;
    padding-right: .22rem;
    line-height: .4rem;
}

.zwfw-grbs-con .grbs-ul li a:hover {
    border-color: #125db2;
}

.zwfw-grbs-con .grbs-ul li a:hover .imgbox {
    background-size: .65rem auto;
}

.zwfw-grbs-con .grbs-ul li a:hover .imgbox img {
    height: .42rem;
    margin-top: .05rem;
}

/****  政务服务数据统计  ****/
.zwfw-sjtj {
    padding: .3rem 0;
    background-color: #ffffff;
}

.zwfw-sjtj .mainWidth {
    width: calc(14rem - 2px - .4rem);
    border: 1px solid #bcddee;
    padding: .2rem;
}

.zwfw-sjtj .pHead03 span {
    font-size: .14rem;
    color: #b8b8b8;
}

.zwfw-sjtj .sjtj-ul {
    padding: .2rem 0 .05rem 0;
}

.zwfw-sjtj .sjtj-ul li {
    width: calc((100% - 30% - .6rem) / 3);
    float: left;
    position: relative;
    text-align: center;
    padding-right: .2rem;
}

.zwfw-sjtj .sjtj-ul li:nth-child(1) {
    width: 30%;
}

.zwfw-sjtj .sjtj-ul li::after {
    content: '';
    display: block;
    width: 1px;
    height: .54rem;
    background-color: #bcddee;
    position: absolute;
    right: 0;
    top: 0;
}

.zwfw-sjtj .sjtj-ul li:last-child {
    padding-right: 0;
}

.zwfw-sjtj .sjtj-ul li:last-child::after {
    display: none;
}

.zwfw-sjtj .sjtj-ul li label {
    width: 50%;
    display: block;
    color: #666666;
    font-size: .22rem;
    line-height: .3rem;
    float: left;
}

.zwfw-sjtj .sjtj-ul li span {
    width: 50%;
    display: block;
    color: #999999;
    font-size: .16rem;
    line-height: .3rem;
    float: left;
}

/****  便民地图  ****/
.zwfw-bmdt {
    background-color: #ffffff;
    padding-bottom: .3rem;
}

.zwfw-bmdt .bmdt-con {
    width: calc(100% - 24px);
    height: 5.9rem;
    border: 12px solid #c3e6f6;
    margin-top: .3rem;
    background-color: #ffffff;
    position: relative;
}

.zwfw-bmdt .bmdt-con #map {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #f0f3fa;
}

.zwfw-bmdt .bmdt-con .map-left {
    width: 4.2rem;
    height: calc(100% - 16px);
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 2;
}

.zwfw-bmdt .bmdt-con .map-list::-webkit-scrollbar {
    width: .05rem;
}

.zwfw-bmdt .bmdt-con .map-list::-webkit-scrollbar-track {
    background-color: #f8f8f8;
}

.zwfw-bmdt .bmdt-con .map-list::-webkit-scrollbar-thumb {
    width: .12rem;
    background-color: #255baf;
    border-radius: .03rem;
}

.zwfw-bmdt .bmdt-con .map-nav {
    background-color: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding: 0 10px 12px;
    position: relative;
}

.zwfw-bmdt .bmdt-con .map-nav #map-swiper span {
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
}

.zwfw-bmdt .bmdt-con .map-nav #map-swiper .swiper-slide-active {
    color: #0f54a2;
}

.zwfw-bmdt .bmdt-con .map-nav #map-swiper .swiper-slide-active::after {
    content: '';
    display: block;
    width: 2em;
    height: 2px;
    bottom: 0;
    left: calc((100% - 2em) / 2);
    position: absolute;
    z-index: 2;
    background-color: #255baf;
}

.zwfw-bmdt .bmdt-con .map-nav #map-prev,
.zwfw-bmdt .bmdt-con .map-nav #map-next {
    width: .12rem;
    height: .29rem;
    background-color: #255baf;
}

.zwfw-bmdt .bmdt-con .map-nav #map-prev {
    border-radius: 3px 0 0 3px;
    left: 0;
}

.zwfw-bmdt .bmdt-con .map-nav #map-next {
    border-radius: 0 3px 3px 0;
    right: 0;
}

.zwfw-bmdt .bmdt-con .map-nav #map-prev::after,
.zwfw-bmdt .bmdt-con .map-nav #map-next::after {
    color: #ffffff;
    font-size: .12rem;
}

.zwfw-bmdt .bmdt-con .map-nav .nav-father {
    height: .6rem;
    line-height: .6rem;
    border-bottom: 1px solid #bcddee;
    overflow: hidden;
}

.zwfw-bmdt .bmdt-con .map-nav .nav-father li {
    width: 25%;
    height: 100%;
    text-align: center;
    float: left;
    cursor: pointer;
    position: relative;
}

.zwfw-bmdt .bmdt-con .map-nav .nav-father li.active {
    color: #0f54a2;
}

.zwfw-bmdt .bmdt-con .map-nav .nav-father li.active::after {
    content: '';
    display: block;
    width: 2em;
    height: 2px;
    bottom: 0;
    left: calc((100% - 2em) / 2);
    position: absolute;
    z-index: 2;
    background-color: #255baf;
}

.zwfw-bmdt .bmdt-con .map-nav .nav-child {
    display: none;
}

.zwfw-bmdt .bmdt-con .map-nav .nav-child li {
    margin: 8px 8px 0 0;
    width: calc((100% - 16px) / 3);
    height: .36rem;
    float: left;
    cursor: pointer;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.zwfw-bmdt .bmdt-con .map-nav .nav-child li:nth-child(3n) {
    margin-right: 0;
}

.zwfw-bmdt .bmdt-con .map-nav .nav-child li:hover {
    background-color: #f5fcff;
}

.zwfw-bmdt .bmdt-con .map-nav .nav-child li span {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: block;
    border: 1px solid #bcddee;
    border-radius: 3px;
    text-align: center;
    line-height: .34rem;
    font-size: .16rem;
    color: #82a5cd;
}

.zwfw-bmdt .bmdt-con .map-search {
    width: calc(100% - 4px);
    height: .44rem;
    margin-top: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding: 2px;
    background-color: #ffffff;
}

.zwfw-bmdt .bmdt-con .map-search .map-search-ipt {
    width: calc(100% - .7rem - 10px - .1rem);
    height: .44rem;
    line-height: .44rem;
    float: left;
    padding-left: .1rem;
    font-size: .16rem;
}

.zwfw-bmdt .bmdt-con .map-search .map-search-ipt::placeholder {
    font-size: .16rem;
    color: #c7c7c7;
}

.zwfw-bmdt .bmdt-con .map-search .map-search-btn {
    width: .7rem;
    height: .44rem;
    line-height: .44rem;
    float: right;
    background-color: #255baf;
    display: block;
    color: #ffffff;
    font-size: .18rem;
    cursor: pointer;
}

.zwfw-bmdt .bmdt-con .map-list {
    width: calc(100% - .24rem);
    /* height: calc(100% - .96rem - 22px - .44rem - 12px - 8px); */
    height: calc(100% - .96rem - 22px - .44rem - 12px - 8px + .36rem + 8px);
    margin-top: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding: 0 .12rem;
    background-color: #ffffff;
    overflow-y: auto;
}

.zwfw-bmdt .bmdt-con .map-list .item-con {
    width: 100%;
    height: calc((.86rem + 1px) * 4);
    overflow-y: auto;
    margin-top: .2rem;
    display: inline-block;
}

.zwfw-bmdt .bmdt-con .map-list .item-con::-webkit-scrollbar {
    width: 0.03rem;
}

.zwfw-bmdt .bmdt-con .map-list .item-con::-webkit-scrollbar-track {
    background: #e8edf4;
    border-radius: 0.02rem;
}

.zwfw-bmdt .bmdt-con .map-list .item-con::-webkit-scrollbar-thumb {
    background: #3961b9;
    border-radius: 0.02rem;
}

.zwfw-bmdt .bmdt-con .map-list .item-con::-webkit-scrollbar-thumb:hover {
    background: #3961b9;
    border-radius: 0.02rem;
}

.zwfw-bmdt .bmdt-con .map-list .item-con::-webkit-scrollbar-thumb:active {
    background: #3961b9;
    border-radius: 0.02rem;
}

.zwfw-bmdt .bmdt-con .map-list .item {
    border-bottom: 1px solid #efefef;
    height: .86rem;
    height: auto;
    background: url(../images/2024-zwfw-bmdt-ico.png) no-repeat 8px center;
    cursor: pointer;
    padding: .16rem .1rem .16rem .4rem;
    background-size: .16rem .22rem;
}

.zwfw-bmdt .bmdt-con .map-list .item label {
    display: block;
    color: #0f54a2;
    line-height: .24rem;
    text-align: justify;
}

.zwfw-bmdt .bmdt-con .map-list .item span {
    display: block;
    color: #999999;
    line-height: .24rem;
    font-size: .16rem;
    text-align: justify;
    margin-top: .06rem;
}

.zwfw-bmdt.max {
    padding-bottom: 0;
}

.zwfw-bmdt.max .bmdt-con {
    height: calc(100vh - 2.1rem - .68rem);
    margin-top: 0;
    border-width: 0;
    width: 100%;
}

/****  特色服务  ****/
.zwfw-tsfw {
    background-color: #ffffff;
    padding-bottom: .3rem;
}

.zwfw-tsfw .tsfw-ul {
    padding-top: .3rem;
}

.zwfw-tsfw .tsfw-ul li {
    width: calc((100% - .28rem * 2) / 3);
    height: 2rem;
    margin-right: .28rem;
    float: left;
    background: linear-gradient(to top, #65b8e6, #0e8dd6);
    text-align: center;
}

.zwfw-tsfw .tsfw-ul li:last-child {
    margin-right: 0;
}

.zwfw-tsfw .tsfw-ul li a {
    width: 100%;
    height: calc(100% - .3rem);
    display: block;
    position: relative;
    padding-top: .3rem;
}

.zwfw-tsfw .tsfw-ul li a img {
    width: auto;
    height: 100%;
    /* left: calc((100% - 3.29rem) / 2); */
    left: 50%;
    bottom: 0;
    position: absolute;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transform: translateX(-50%);
}

.zwfw-tsfw .tsfw-ul li a .img01 {
    z-index: 1;
}

.zwfw-tsfw .tsfw-ul li a .img02 {
    z-index: 2;
}

.zwfw-tsfw .tsfw-ul li a span {
    width: auto;
    padding: .1rem .3rem;
    text-align: center;
    border: 1px solid #ffffff;
    position: relative;
    font-size: .16rem;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    z-index: 3;
    overflow: hidden;
    white-space: nowrap;
    line-height: .4rem;
}

.zwfw-tsfw .tsfw-ul li:last-child a span {
    padding: .1rem .15rem;
}

.zwfw-tsfw .tsfw-ul li a:hover {
    background-color: #0e8dd6;
}

.zwfw-tsfw .tsfw-ul li a:hover .img02 {
    height: 80%;
    /* left: 10%; */
}

.pFoot {
    margin-top: 0;
}

.zwfw-bsznjd {
    padding-top: .3rem;
    background-color: #ffffff;
}

.zwfw-bsznjd .bsznjd-ul li {
    width: calc((100% - .3rem * 3) / 4);
    margin: .3rem .3rem 0 0;
    float: left;
}

.zwfw-bsznjd .bsznjd-ul li:nth-child(4n) {
    margin-right: 0;
}

.zwfw-bsznjd .bsznjd-ul li a {
    display: block;
}

.zwfw-bsznjd .bsznjd-ul li .imgbox {
    width: calc(100% - 20px);
    height: calc(2rem - 20px);
    display: block;
    border: 10px solid #dce8fe;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.zwfw-bsznjd .bsznjd-ul li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.zwfw-bsznjd .bsznjd-ul li .tit {
    width: 90%;
    padding: 0 5%;
    display: block;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f4f8ff;
}

.zwfw-bsznjd .bsznjd-ul li a:hover {
    color: #ff0000;
}

.zwfw-bsznjd .bsznjd-ul li a:hover .imgbox img {
    width: 110%;
    height: 110%;
}

@media screen and (max-width: 768px) {
    .zwfw-cjsfw {
        padding: 10px 0;
    }

    .zwfw-cjsfw .cjsfw {
        width: 100% !important;
        height: auto;
        margin-right: 0 !important;
    }

    .zwfw-cjsfw .cjsfw.gr {
        margin-bottom: 10px;
    }

    .zwfw-cjsfw .cjsfw-main {
        width: 100%;
    }

    .zwfw-cjsfw .cjsfw-menu {
        width: 100%;
        height: auto;
    }

    .zwfw-cjsfw .cjsfw-menu .menu-img {
        height: calc(100vw * .25);
        top: -.1rem;
    }

    .zwfw-cjsfw .cjsfw-menu .menu-box {
        width: 55%;
        height: calc(100vw * .25 - 20px);
        margin: 10px;
        float: right;
    }

    .zwfw-cjsfw .cjsfw-menu .menu-ico {
        top: 50%;
        left: -.3rem;
        transform: translateY(-50%);
    }

    .zwfw-cjsfw .cjsfw-menu .menu-tit {
        padding-top: calc((100vw * .25 - .6rem - 24px) / 2);
    }

    .zwfw-cjsfw .cjsfw-menu .menu-ul {
        display: none;
    }

    .zwfw-cjsfw .cjsfw-box {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .zwfw-cjsfw .cjsfw-box .cjsfw-tit {
        margin: 6px 10px 10px;
        height: calc(.32rem * 2 + 5px);
        padding-bottom: calc(10px + .09rem);
    }

    .zwfw-cjsfw .cjsfw-box .cjsfw-tit li {
        width: calc(100% / 2);
        margin-top: 4px;
    }

    .zwfw-cjsfw .cjsfw-box.gr .cjsfw-tit li {
        width: calc(100% / 4);
    }

    .zwfw-cjsfw .cjsfw-box .cjsfw-tit li.s a::after {
        display: none;
    }

    .zwfw-cjsfw .cjsfw-box .cjsfw-tit li a {
        width: 70% !important;
    }

    .zwfw-cjsfw .cjsfw-box.gr .cjsfw-tit li a {
        width: 100% !important;
    }

    .zwfw-cjsfw .cjsfw-box .cjsfw-con {
        width: calc(100% - 20px);
        height: calc(100vw * .5);
        margin: 10px 10px 0;
    }

    .zwfw-cjsfw .cjsfw-box .cjsfw-con .img {
        width: auto;
        height: calc(100vw * .25);
        left: auto;
        right: .2rem;
    }

    .zwfw-cjsfw .cjsfw-box .cjsfw-con .link-box {
        padding: 0 .2rem;
        margin: 0;
        float: none;
        background-color: initial;
    }

    .zwfw-cjsfw .cjsfw-box .cjsfw-con .link-con {
        padding-top: 0;
    }

    .zwfw-cjsfw .cjsfw-box .cjsfw-con .link-box h2 {
        line-height: .6rem;
    }

    .zwfw-cjsfw .cjsfw-box .cjsfw-con .link-box a {
        width: calc((100% - 10px) / 2 - 2px - .3rem);
        margin-top: 10px;
        margin-right: 10px;
        min-width: initial;
        text-align: center;
        padding: 0 .15rem;
        float: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .zwfw-cjsfw .cjsfw-box .cjsfw-con .link-box a:nth-child(2n) {
        margin-right: 0;
    }

    .zwfw-grbs-tit {
        height: calc(100vw * .4);
        line-height: calc(100vw * .2);
        padding-top: 10px;
    }

    .zwfw-grbs-tit .ykb {
        width: 100%;
        height: calc(100vw * .2);
        background-color: #f4f8ff;
        position: relative;
        float: none;
        margin: 0;
    }

    .zwfw-grbs-tit .ykb img {
        width: auto;
        height: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .zwfw-grbs-tit .grbs-tit {
        width: 100%;
        float: none;
        height: calc(100vw * .2);
    }

    .zwfw-grbs-tit .grbs-tit li {
        width: 33.33%;
        margin-right: 0 !important;
        text-align: center;
        position: relative;
    }

    .zwfw-grbs-tit .grbs-tit li::after {
        display: none;
    }

    .zwfw-grbs-tit .grbs-tit li a::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .zwfw-grbs-con {
        padding: 0 0 10px 0;
    }

    .zwfw-grbs-con .grbs-ul li {
        width: calc((100% - 10px) / 2);
        margin: 10px 10px 0 0 !important;
    }

    .zwfw-grbs-con .grbs-ul li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .zwfw-grbs-con .grbs-ul li .imgbox {
        margin-left: 10px;
        margin-right: 10px;
    }

    .zwfw-sjtj {
        padding: 10px 0;
    }

    .zwfw-sjtj .mainWidth {
        width: calc(100% - 2px - 40px);
        padding: 10px;
    }

    .zwfw-sjtj .sjtj-ul {
        padding: 0;
    }

    .zwfw-sjtj .sjtj-ul li {
        width: 100% !important;
        float: none;
        border-bottom: 1px solid #bcddee;
        padding: 10px 0;
        margin-top: 10px;
        background-color: #f4f8ff;
    }

    .zwfw-sjtj .sjtj-ul li::after {
        display: block !important;
        width: 0;
        height: 0;
        clear: both;
        position: relative;
    }

    .zwfw-bmdt {
        padding-bottom: 10px;
    }

    .zwfw-bmdt .bmdt-con {
        margin-top: 10px;
        border-width: 10px;
        width: calc(100% - 20px);
        height: auto;
        padding-bottom: 8px;
    }

    .zwfw-bmdt .bmdt-con #map {
        height: calc(100vw * .6);
    }

    .zwfw-bmdt .bmdt-con .map-left {
        position: relative;
        height: auto;
        top: auto;
        margin-top: 8px;
        width: auto;
        left: auto;
        padding: 0 8px;
    }

    .zwfw-bmdt .bmdt-con .map-list {
        height: auto;
        padding-bottom: 10px;
    }

    .zwfw-bmdt .bmdt-con .map-list .item-con {
        margin-top: 10px;
    }

    .zwfw-bmdt.max {
        padding: 0;
    }

    .zwfw-bmdt.max .bmdt-con {
        /* border-width: 10px;
        width: calc(100% - 20px); */
        height: auto;
        /* padding-bottom: 8px; */
    }

    .zwfw-tsfw {
        padding-bottom: 10px
    }

    .zwfw-tsfw .tsfw-ul {
        padding-top: 0;
    }

    .zwfw-tsfw .tsfw-ul li {
        width: calc(50% - 5px);
        height: calc(100vw * .35);
        margin: 10px 10px 0 0;
    }

    .zwfw-tsfw .tsfw-ul li:nth-child(2n) {
        margin-right: 0;
    }

    .zwfw-tsfw .tsfw-ul li a img {
        width: 100%;
        height: auto;
    }

    .zwfw-tsfw .tsfw-ul li:nth-child(n+3) a span {
        white-space: initial;
        padding: .05rem .1rem;
        width: 70%;
        display: block;
        line-height: .24rem;
        margin: 0 auto;
    }
    
    .zwfw-bsznjd {
        padding-top: 10px;
    }
    
    .zwfw-bsznjd .bsznjd-ul li {
        width: calc(50% - 5px);
        margin: 10px 10px 0 0 !important;
    }
    
    .zwfw-bsznjd .bsznjd-ul li:nth-child(2n) {
        margin-right: 0 !important;
    }
    
    .zwfw-bsznjd .bsznjd-ul li .imgbox {
        width: calc(100% - 10px);
        height: calc(100vw * .32 - 10px);
        border-width: 5px;
    }
}