html,
body {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑", "microsoft yahei";
    position: relative;
    color: #424242;
    font-size: 18px;
    font-size: .18rem;
}

body * {
    outline: none;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #424242;
    display: inline-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;
    outline: none;
}

ul,
li,dl,dt {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

input,
button,
select,
textarea {
    font-family: "Microsoft YaHei UI", "Helvetica", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    -webkit-user-select: auto;
    border: 0;
    border-radius: 0;
}

.pClear {
    clear: both;
}

.pClear::after {
    content: '';
    display: block;
    clear: both;
}

.mainWidth {
    width: 14rem;
    margin: 0 auto;
    position: relative;
}

.pImgBox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.pImgBox img {
    width: 100%;
    height: 100%;
    display: block;
    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;
}

/**** 标题样式 ****/
.pHead01 {
    width: 100%;
    line-height: 52px;
    line-height: .52rem;
    border-bottom: 1px solid #c9d9f2;
}

.pHead01::after {
    content: '';
    display: block;
    clear: both;
}

.pHead01 li {
    float: left;
    margin-right: 30px;
    margin-right: .3rem;
    text-align: center;
    position: relative;
    padding: 0 15px;
    padding: 0 .15rem;
}

.pHead01 li:last-child {
    margin-right: 0 !important;
}

.pHead01 li a {
    font-size: 25px;
    font-size: .25rem;
    color: #3c3c3c;
}

.pHead01 li.active {
    border-bottom: 4px solid #4071d0;
    border-bottom: .04rem solid #4071d0;
}

.pHead01 li.active a {
    color: #03529b;
    font-weight: 700;
}

.pHead01 li.active 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-bottom: 10px solid #4071d0;
    border-bottom: .1rem solid #4071d0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 5px);
    left: calc(50% - .05rem);
}

.pHead02 {
    font-size: 25px;
    font-size: .25rem;
    font-weight: 700;
    color: #03529b;
    position: relative;
    line-height: 40px;
    line-height: .4rem;
    padding-left: 25px;
    padding-left: .25rem;
}

.pHead02::before {
    content: '';
    display: block;
    width: 9px;
    width: .09rem;
    height: 25px;
    height: .25rem;
    background-color: #004a93;
    position: absolute;
    left: 0;
    top: 7px;
    top: .07rem;
}

/****  列表样式 ****/
.pList01 {
    width: auto;
    margin-top: 10px;
    margin-top: .1rem;
}

.pList01 li {
    line-height: 44px;
    line-height: .44rem;
    overflow: hidden;
}

.pList01 li a {
    width: 82%;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.pList01 li a::before {
    content: '';
    display: block;
    float: left;
    width: 6px;
    width: .06rem;
    height: 6px;
    height: .06rem;
    background-color: #3771bb;
    margin-top: 20px;
    margin-top: .2rem;
    margin-right: 10px;
    margin-right: .1rem;
}

.pList01 li span {
    display: block;
    float: right;
    color: #424242;
}

.pList01 li a:hover {
    color: #FF0000;
}

.pList01 li::after {
    content: "";
    clear: both;
    display: table;
    line-height: 0;
}

/**** 顶部链接 ****/
.pTop {
    position: absolute;
    width: 100%;
    left: 0;
    top: 15px;
    top: .15rem;
    color: #80a5ca;
    z-index: 998;
}

.pTop::after {
    content: '';
    display: table;
    clear: both;
}

.pTop .top-left .a-link {
    color: #80a5ca;
    margin-right: 30px;
    margin-right: .3rem;
    float: left;
}

.pTop .top-left .a-link:hover {
    color: #ff0000;
}

.pTop .top-left .a-link.gh {
    background: url(2022-pTop-bmjz-gh.png) no-repeat left;
    background-size: 15px 16px;
    background-size: .15rem .16rem;
    padding-left: 20px;
    padding-left: .2rem;
    display: none;
}

.pTop .top-right {
    float: right;
}

.pTop .top-right .a-link {
    color: #80a5ca;
    margin-right: 15px;
    margin-right: .15rem;
    float: left;
}

.pTop .top-right .norgt {
    margin-right: 0;
}

.pTop .top-right label {
    float: left;
    margin: 0 5px;
    margin: 0 .05rem;
}

.pTop .top-right .a-link:hover {
    color: #ff0000;
}

.pTop .bmjz {
    float: left;
    margin-right: 12px;
    margin-right: .12rem;
    cursor: pointer;
    background: url(2022-pTop-bmjz-ico.png) no-repeat left center;
    padding-left: 20px;
    padding-left: .2rem;
    background-size: auto 16px;
    background-size: auto .16rem;
}

.pTop-bmjz {
    width: 100%;
    position: absolute;
    top: 25px;
    top: .25rem;
    left: 0;
    z-index: 999;
    background: rgba(18, 93, 178, .7);
    padding-bottom: 10px;
    padding-bottom: .10rem;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .2);
    box-shadow: .04rem .04rem .04rem rgba(0, 0, 0, .2);
    display: none;
}

.pTop-bmjz .tit {
    color: #FFFFFF;
    font-weight: 700;
    padding: 20px 0 15px 0;
    padding: .20rem 0 .15rem;
    display: block;
    line-height: 20px;
    line-height: .20rem;
}

.pTop-bmjz .bmjz-ul {
    padding-bottom: 12px;
    padding-bottom: .12rem;
}

.pTop-bmjz .bmjz-ul li {
    width: 16.66%;
    float: left;
    line-height: 32px;
    line-height: .32rem;
}

.pTop-bmjz .bmjz-ul li a {
    color: #FFFFFF;
    font-size: 16px;
    font-size: .16rem;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pTop-bmjz .bmjz-ul li a:hover {
    color: #FF0000;
}

.pTop-bmjz .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
}

.pTop-bmjz .bmjz-close {
    position: absolute;
    top: 18px;
    top: .18rem;
    right: 0px;
    cursor: pointer;
    width: 28px;
    width: .28rem;

}

.pTop .top-right .searchbox {
    width: 260px;
    width: 2.6rem;
    height: 34px;
    height: .34rem;
    border-radius: 23px;
    border-radius: .23rem;
    display: block;
    float: left;
    margin-right: 15px;
    margin-right: .15rem;
    position: relative;
    background-color: #3575bd;
    top: -7px;
    top: -.02rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.pTop .top-right .searchbox .s-btn {
    width: 24px;
    width: .24rem;
    height: 24px;
    height: .24rem;
    background: url(2022-pTop-search.png) no-repeat center;
    background-size: 20px 20px;
    background-size: .2rem .2rem;
    display: block;
    outline: none;
    cursor: pointer;
    margin: 5px auto 0;
    margin: .05rem auto 0;
    border: 0;
    position: absolute;
    right: 10px;
    right: .1rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.pTop .top-right .searchbox .s-ipt {
    display: block;
    float: left;
    border: 0;
    width: 280px;
    width: 2.8rem;
    height: 30px;
    height: .3rem;
    margin-top: 2px;
    margin-top: .02rem;
    margin-left: 10px;
    margin-left: .1rem;
    outline: 0;
    background: none;
    color: #FFFFFF;
    font-size: 14px;
    font-size: .14rem;
    transition: all 2s linear;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    -ms-transition: all 2s linear;
}

.pTop .top-right .searchbox .s-ipt::placeholder {
    color: #FFFFFF;
    font-size: 14px;
    font-size: .14rem;
    opacity: .6;
}

.pTop .top-right .searchbox:hover {
    width: 350px;
    width: 3.5rem;
    background-color: rgba(255, 255, 255, .5);
}

/**** 导航 ****/
.pNav {
    width: 100%;
    height: 76px;
    height: .76rem;
    background-color: #3771bb;
}

.pNav li {
    width: 14.2%;
    height: 100%;
    float: left;
}

.pNav li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.pNav li img {
    display: block;
    height: 26px;
    height: .26rem;
    margin: 25px auto 0;
    margin: .25rem auto 0;

}

.pNav li a::after {
    content: '';
    display: inline-block;
    width: 0;
    width: 0;
    height: 5px;
    height: .05rem;
    background-color: #FFFFFF;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.pNav li a:hover::after,
.pNav li.active a::after {
    width: 93px;
    width: .93rem;
}

.pNav li:first-child a:hover::after,
.pNav li:first-child.active a::after {
    width: 40px;
    width: .4rem;
}

.pNav {
    position: relative;
    z-index: 98;
}

.pNav .mainWidth {
    position: initial;
}

.pNav li dl {
    width: 100%;
    background-color: rgba(18, 93, 178, .7);
    position: absolute;
    left: 0;
    top: 76px;
    top: .76rem;
    padding: 20px 0;
    padding: .2rem 0;
    text-align: center;
    display: none;
    z-index: 99;
}

.pNav li dl dt {
    display: inline-block;
    margin: 0 20px;
    margin: 0 .2rem;
}

.pNav li dl dt a {
    color: #FFFFFF;
}

.pNav li dl dt a:after {
    display: none;
}

.pNav li dl dt a:hover {
    color: #ffff00;
}

.pNav li:hover dl {
    display: block;
}

/**** 列表banner ****/
.list-banner .pTop .top-right .searchbox {
    display: none;
}

.list-banner .pTop .top-left,
.list-banner .pTop .top-left .a-link,
.list-banner .pTop .top-right,
.list-banner .pTop .top-right .a-link {
    color: rgba(255, 255, 255, .7);
}

.pLogo {
    width: 100%;
    height: 196px;
    height: 1.96rem;
    background-color: #3771bb;
    border-bottom: 1px solid #144f9b;
    display: block;
}

.pLogo .logo {
    display: block;
    padding-top: 74px;
    padding-top: .74rem;
    height: 84px;
    height: .84rem;
    float: left;
}

.pLogo .searchbox {
    margin-top: 94px;
    margin-top: .94rem;
    height: 50px;
    height: .5rem;
    float: right;
    display: block;
    width: auto;
}

.pLogo .searchbox .s-ipt {
    padding: 10px 15px;
    padding: .1rem .15rem;
    width: 335px;
    width: 3.35rem;
    height: 30px;
    height: .3rem;
    line-height: 30px;
    line-height: .3rem;
    display: block;
    float: left;
    background-color: #FFFFFF;
    outline: none;
    border-radius: 3px 0 0 3px;
    font-size: 16px;
    font-size: .16rem;
}

.pLogo .searchbox .s-ipt::placeholder {
    color: #e3e2e2;
    font-size: 16px;
    font-size: .16rem;
}

.pLogo .searchbox .s-btn {
    width: 109px;
    width: 1.09rem;
    height: 50px;
    height: .5rem;
    display: block;
    border: 0;
    outline: none;
    cursor: pointer;
    background: url(2022-pLogo-searchbtn.png) no-repeat center #7c9eda;
    background-size: contain;
    border-radius: 0 3px 3px 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;
    outline: none;
}

.pLogo .searchbox .s-btn:hover {
    background-color: #4479d7;
}

/**** 部门乡镇头部 ****/
.list-banner.bmxzj .pTop .top-left .a-link.gh {
    display: block;
}

.list-banner.bmxzj .pLogo {
    background-image: url(2022-bmjz-pLogo-bg.jpg);
    background-size: cover;
    border: 0;
}

.list-banner.bmxzj .pLogo .bmjzlogo {
    display: block;
    margin-top: 74px;
    margin-top: .74rem;
    float: left;
    color: #FFFFFF;
}

.list-banner.bmxzj .pLogo .bmjzlogo img {
    width: auto;
    height: 72px;
    height: .72rem;
    float: left;
    display: block;
    margin-right: 25px;
    margin-right: .25rem;
}

.list-banner.bmxzj .pLogo .bmjzlogo h1 {
    line-height: 72px;
    line-height: .72rem;
    font-size: 48px;
    font-size: .48rem;
    display: block;
    white-space: nowrap;
}

.list-banner.bmxzj .pNav {
    overflow: hidden;
}

.list-banner.bmxzj .pNav ul {
    width: 100%; 
}

.list-banner.bmxzj .pNav li {
    width: 33.33%;
}

.list-banner.bmxzj .pNav li a {
    line-height: 76px;
    line-height: .76rem;
    color: #FFFFFF;
    font-size: 24px;
    font-size: .24rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.list-banner.bmxzj .pNav li a::after {
    position: absolute;
    left: 50%;
    bottom: 8px;
    bottom: .08rem;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
}

/**** 底部 ****/
.pFoot-link {
    width: auto;
    background-color: #f8fbff;
    color: #FFFFFF;
    position: relative;
    z-index: 10;
    height: 50px;
    height: .5rem;
    padding: 24px 0;
    padding: .24rem 0;
}

.pFoot-link .mainWidth {
    position: initial;
}

.pFoot-link .link-ul li {
    width: 264px;
    width: 2.64rem;
    margin-right: 20px;
    margin-right: .2rem;
    float: left;
}

.pFoot-link .link-ul li:last-child {
    margin-right: 0;
}

.pFoot-link .link-ul li .name {
    width: 214px;
    width: 2.14rem;
    height: 50px;
    height: .5rem;
    line-height: 50px;
    line-height: .5rem;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    padding: 0 25px;
    padding: 0 .25rem;
    background: url(2022-pFoot-select-ico.png) no-repeat 238px center #FFFFFF;
    background-position: 2.38rem center;
    background-size: 16px auto;
    background-size: .16rem 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;
    overflow: hidden;
}

.pFoot-link .link-ul li .name:hover {
    background-color: #e4effa;
}

.pFoot-link .link-ul li .link-con {
    width: 100%;
    min-width: 1400px;
    min-width: 14rem;
    height: 0;
    background: rgba(18, 93, 178, .7);
    z-index: 11;
    position: absolute;
    left: 0;
    bottom: 94px;
    bottom: .94rem;
    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;
    overflow: hidden;
}

.pFoot-link .link-ul li .link-con .link-ul {
    width: 1400px;
    width: 14rem;
    margin: 0 auto;
}

.pFoot-link .link-ul li .link-con .link-ul dt {
    width: 14.28%;
    float: left;
    height: 36px;
    height: .36rem;
    line-height: 36px;
    line-height: .36rem;
    text-align: center;
}

.pFoot-link .link-ul li .link-con .link-ul dt a {
    font-size: 16px;
    font-size: .16rem;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.pFoot-link .link-ul li .link-con .link-ul dt a:hover {
    background: rgba(18, 93, 178, .3);
}

.pFoot-link .link-ul li.active .link-con {
    display: block;
    padding: 25px 0;
    padding: .25rem 0;
    height: auto;
}

.pFoot-btm {
    width: auto;
    background-color: #175197;
    font-size: 16px;
    font-size: .16rem;
    color: #FFFFFF;
    padding: 40px 0;
    padding: .4rem 0;
}

.pFoot-btm::after {
    content: '';
    display: block;
    clear: both;
}

.pFoot-btm .btmleft {
    width: 600px;
    width: 6rem;
    float: left;
}

.pFoot-btm .link {
    line-height: 20px;
    line-height: .2rem;
}

.pFoot-btm .link a {
    color: #FFFFFF;
}

.pFoot-btm .link a:hover {
    color: #FF0000;
}

.pFoot-btm .link span {
    margin: 0 10px;
    font-size: 12px;
    font-size: .12rem;
    display: inline-block;
}

.pFoot-btm .msg {
    margin-top: 10px;
}

.pFoot-btm .msg p {
    line-height: 40px;
    line-height: .4rem;
}

.pFoot-btm .msg p span {
    display: inline-block;
    width: 50%;
    display: block;
    float: left;
}

.pFoot-btm .msg a {
    color: #FFFFFF;
}

.pFoot-btm .msg a.ga {
    background: url(2022-pFoot-ico-ga.png) no-repeat left;
    padding-left: 25px;
    padding-left: .25rem;
}

.pFoot-btm .btmimg {
    width: 510px;
    width: 5.1rem;
    margin-top: 65px;
    margin-top: .65rem;
    float: left;
    margin-left: 90px;
    margin-left: .9rem;
}

.pFoot-btm .btmimg img {
    display: block;

}

.pFoot-btm .btmimg .dzjg {
    display: inline-block;
    height: 78px;
    height: .78rem;
    margin: 0 25px;
    margin: 0 .25rem;
}

.pFoot-btm .btmimg .dzjg img {
    width: 63px;
    width: .63rem;
}

.pFoot-btm .btmimg .ga {
    display: inline-block;
    height: 78px;
    height: .78rem;
    margin-left: 25px;
    margin-left: .25rem;
}

.pFoot-btm .btmimg .ga img {
    width: 45px;
    width: .45rem;
}

.pFoot-btm .btmimg .zfzc {
    display: inline-block;
    height: 78px;
    height: .78rem;
    margin-right: 25px;
    margin-right: .25rem;
}

.pFoot-btm .btmimg .zfzc img {
    margin-top: 11px !important;
    margin-top: .11rem !important;
    width: 110px;
    width: 1.1rem;
}

.pFoot-btm .btmimg .slh {
    display: inline-block;
    height: 78px;
    height: .78rem;
}

.pFoot-btm .btmimg .slh img {
    margin-top: 13px !important;
    margin-top: .13rem !important;
    width: 106px;
    width: 1.06rem;
}

.pFoot-btm .btmewm {
    width: 290px;
    width: 2.9rem;
    position: absolute;
    right: 0;
    text-align: right;
}

.pFoot-btm .btmewm p {
    margin-left: 50px;
    margin-left: .5rem;
    display: inline-block;
    text-align: center;
}

.pFoot-btm .btmewm p:first-child {
    margin-left: 0;
}

.pFoot-btm .btmewm p img {
    height: 112px;
    height: 1.12rem;
    display: block;
    margin: 0 auto 5px;
    margin: 0 auto .05rem;
}

.pLocation {
    border-bottom: 1px solid #eeeeee;
    background: url(2022-list-wz-ico.png) no-repeat 5px center;
    background: url(2022-list-wz-ico.png) no-repeat .05rem center;
    background-size: 18px;
    background-size: .18rem;
    font-size: 16px;
    font-size: .16rem;
    color: #424242;
    line-height: 30px;
    line-height: .3rem;
    width: calc(100% - 35px);
    width: calc(100% - .35rem);
    padding: 20px 0 20px 35px;
    padding: .2rem 0 .2rem .35rem;
}

.pLocation a {
    color: #424242;
}

.pLocation a:hover {
    color: #ff0000;
}

.pLocation span {
    margin: 0 5px;
    margin: 0 .05rem;
    display: inline-block;
}

/*********** 分页 ***********/
.pagination {
    margin-top: 30px;
    margin-top: .3rem;
    margin-bottom: 30px;
    margin-bottom: .3rem;
    font-size: 14px;
    font-size: .14rem;
    text-align: center;
}

.pagination a {
    width: 32px;
    width: .32rem;
    margin: 0 6px;
    text-align: center;
    line-height: 32px;
    line-height: .32rem;
    display: inline-block;
    background: #eee;
    border-radius: 3px;
}

.pagination a:hover {
    color: #fff;
    background: #3771bb;
    cursor: pointer;
}

.pagination .pn,
.pagination .first-page,
.pagination .last-page {
    width: 78px;
    width: .78rem;
    display: inline-block !important;
}

.pagination .cur,
.pagination .active {
    background: #3771bb;
    color: #fff;
}

.pGuidangImg {
    position: absolute;
    right: 0;
    top: 60px;
    top: .6rem;
    transform: rotate(25deg);
    display: none;
}

.pGuidangImg img {
    width: 77px;
    width: .77rem;
    height: 44px;
    height: .44rem;
    display: block;
    margin: 0 auto;
}

.pGuidangImg span {
    color: #DA5857;
    font-weight: 700;
    margin-top: 5px;
    margin-top: .05rem;
    display: block;
    font-size: 16px;
    font-size: .16rem;
}

/****  响应式 ****/
html {
    font-size: 100px;
}

@media screen and (max-width: 1653px) {
    html {
        font-size: 99.57831325301205px
    }
}

@media screen and (max-width: 1643px) {
    html {
        font-size: 98.97590361445783px
    }
}

@media screen and (max-width: 1633px) {
    html {
        font-size: 98.37349397590361px
    }
}

@media screen and (max-width: 1623px) {
    html {
        font-size: 97.7710843373494px
    }
}

@media screen and (max-width: 1613px) {
    html {
        font-size: 97.16867469879518px
    }
}

@media screen and (max-width: 1603px) {
    html {
        font-size: 96.56626506024096px
    }
}

@media screen and (max-width: 1593px) {
    html {
        font-size: 95.96385542168675px
    }
}

@media screen and (max-width: 1583px) {
    html {
        font-size: 95.36144578313253px
    }
}

@media screen and (max-width: 1573px) {
    html {
        font-size: 94.75903614457831px
    }
}

@media screen and (max-width: 1563px) {
    html {
        font-size: 94.1566265060241px
    }
}

@media screen and (max-width: 1553px) {
    html {
        font-size: 93.55421686746988px
    }
}

@media screen and (max-width: 1543px) {
    html {
        font-size: 92.95180722891566px
    }
}

@media screen and (max-width: 1533px) {
    html {
        font-size: 92.34939759036145px
    }
}

@media screen and (max-width: 1523px) {
    html {
        font-size: 91.74698795180723px
    }
}

@media screen and (max-width: 1513px) {
    html {
        font-size: 91.14457831325301px
    }
}

@media screen and (max-width: 1503px) {
    html {
        font-size: 90.5421686746988px
    }
}

@media screen and (max-width: 1493px) {
    html {
        font-size: 89.93975903614458px
    }
}

@media screen and (max-width: 1483px) {
    html {
        font-size: 89.33734939759036px
    }
}

@media screen and (max-width: 1473px) {
    html {
        font-size: 88.73493975903614px
    }
}

@media screen and (max-width: 1463px) {
    html {
        font-size: 88.13253012048193px
    }
}

@media screen and (max-width: 1453px) {
    html {
        font-size: 87.53012048192771px
    }
}

@media screen and (max-width: 1443px) {
    html {
        font-size: 86.92771084337349px
    }
}

@media screen and (max-width: 1433px) {
    html {
        font-size: 86.32530120481928px
    }
}

@media screen and (max-width: 1423px) {
    html {
        font-size: 85.72289156626506px
    }
}

@media screen and (max-width: 1413px) {
    html {
        font-size: 85.12048192771084px
    }
}

@media screen and (max-width: 1403px) {
    html {
        font-size: 84.51807228915663px;
    }
}

@media screen and (max-width: 1393px) {
    html {
        font-size: 83.91566265060241px
    }
}

@media screen and (max-width: 1383px) {
    html {
        font-size: 83.31325301204819px
    }
}

@media screen and (max-width: 1373px) {
    html {
        font-size: 82.7108433734939px
    }
}

@media screen and (max-width: 1363px) {
    html {
        font-size: 82.10843373493976px
    }
}

@media screen and (max-width: 1353px) {
    html {
        font-size: 81.5060240963855px
    }
}

@media screen and (max-width: 1343px) {
    html {
        font-size: 80.9036144578313px
    }
}

@media screen and (max-width: 1333px) {
    html {
        font-size: 80.3012048192771px
    }
}

@media screen and (max-width: 1323px) {
    html {
        font-size: 79.6987951807229px
    }
}

@media screen and (max-width: 1313px) {
    html {
        font-size: 79.0963855421687px
    }
}

@media screen and (max-width: 1303px) {
    html {
        font-size: 78.4939759036145px
    }
}

@media screen and (max-width: 1293px) {
    html {
        font-size: 77.8915662650602px
    }
}

@media screen and (max-width: 1283px) {
    html {
        font-size: 77.2891566265060px
    }
}

@media screen and (max-width: 1273px) {
    html {
        font-size: 76.6867469879518px
    }
}

@media screen and (max-width: 1263px) {
    html {
        font-size: 76.0843373493976px
    }
}

@media screen and (max-width: 1253px) {
    html {
        font-size: 75.4819277108434px
    }
}

@media screen and (max-width: 1243px) {
    html {
        font-size: 74.8795180722891px
    }
}

@media screen and (max-width: 1233px) {
    html {
        font-size: 74.2771084337349px
    }
}

@media screen and (max-width: 1223px) {
    html {
        font-size: 73.6746987951807px
    }
}

@media screen and (max-width: 1213px) {
    html {
        font-size: 73.0722891566265px
    }
}

@media screen and (max-width: 1203px) {
    html {
        font-size: 72.4698795180723px
    }
}

@media screen and (max-width: 1193px) {
    html {
        font-size: 71.8674698795181px
    }
}

@media screen and (max-width: 1183px) {
    html {
        font-size: 71.2650602409638px
    }
}

@media screen and (max-width: 1173px) {
    html {
        font-size: 70.6626506024096px
    }
}

@media screen and (max-width: 1163px) {
    html {
        font-size: 70.0602409638554px
    }
}

@media screen and (max-width: 1153px) {
    html {
        font-size: 69.4578313253012px
    }
}

@media screen and (max-width: 1143px) {
    html {
        font-size: 68.8554216867470px
    }
}

@media screen and (max-width: 1133px) {
    html {
        font-size: 68.2530120481928px
    }
}

@media screen and (max-width: 1123px) {
    html {
        font-size: 67.6506024096386px
    }
}

@media screen and (max-width: 1113px) {
    html {
        font-size: 67.0481927710843px
    }
}

@media screen and (max-width: 1103px) {
    html {
        font-size: 66.4457831325301px
    }
}

@media screen and (max-width: 1093px) {
    html {
        font-size: 65.8433734939759px
    }
}

@media screen and (max-width: 1083px) {
    html {
        font-size: 65.2409638554217px
    }
}

@media screen and (max-width: 1073px) {
    html {
        font-size: 64.6385542168675px
    }
}

@media screen and (max-width: 1063px) {
    html {
        font-size: 64.0361445783132px
    }
}

@media screen and (max-width: 1053px) {
    html {
        font-size: 63.4337349397590px
    }
}

@media screen and (max-width: 1043px) {
    html {
        font-size: 62.8313253012048px
    }
}

@media screen and (max-width: 1033px) {
    html {
        font-size: 62.2289156626506px
    }
}

@media screen and (max-width: 1023px) {
    html {
        font-size: 61.6265060240964px
    }
}

@media screen and (max-width: 1013px) {
    html {
        font-size: 61.0240963855422px
    }
}

@media screen and (max-width: 1003px) {
    html {
        font-size: 60.4216867469879px
    }
}

@media screen and (max-width: 993px) {
    html {
        font-size: 59.8192771084337px
    }
}

@media screen and (max-width: 983px) {
    html {
        font-size: 59.2168674698795px
    }
}

@media screen and (max-width: 973px) {
    html {
        font-size: 58.6144578313253px
    }
}

@media screen and (max-width: 963px) {
    html {
        font-size: 58.0120481927711px
    }
}

@media screen and (max-width: 953px) {
    html {
        font-size: 57.4096385542169px
    }
}

@media screen and (max-width: 943px) {
    html {
        font-size: 56.8072289156626px
    }
}

@media screen and (max-width: 933px) {
    html {
        font-size: 56.2048192771084px
    }
}

@media screen and (max-width: 923px) {
    html {
        font-size: 55.6024096385542px
    }
}

@media screen and (max-width: 913px) {
    html {
        font-size: 55px
    }
}

@media screen and (max-width: 903px) {
    html {
        font-size: 54.3975903614458px
    }
}

@media screen and (max-width: 893px) {
    html {
        font-size: 53.7951807228916px
    }
}

@media screen and (max-width: 883px) {
    html {
        font-size: 53.1927710843373px
    }
}

@media screen and (max-width: 873px) {
    html {
        font-size: 52.5903614457831px
    }
}

@media screen and (max-width: 863px) {
    html {
        font-size: 51.9879518072289px
    }
}

@media screen and (max-width: 853px) {
    html {
        font-size: 51.3855421686747px
    }
}

@media screen and (max-width: 843px) {
    html {
        font-size: 50.7831325301205px
    }
}

@media screen and (max-width: 833px) {
    html {
        font-size: 50.1807228915663px
    }
}

@media screen and (max-width: 823px) {
    html {
        font-size: 49.5783132530120px
    }
}

@media screen and (max-width: 813px) {
    html {
        font-size: 48.9759036144578px
    }
}

@media screen and (max-width: 803px) {
    html {
        font-size: 48.3734939759036px
    }
}

@media screen and (max-width: 793px) {
    html {
        font-size: 47.7710843373494px
    }
}

@media screen and (max-width: 783px) {
    html {
        font-size: 47.1686746987952px
    }
}

@media screen and (max-width: 773px) {
    html {
        font-size: 46.5662650602410px
    }
}

/****  手机端 ****/
@media screen and (max-width: 768px) {
    html {
        font-size: 80px
    }

    .mainWidth {
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    .pTop .top-left .a-link {
        display: none;
    }

    .pTop-bmjz .bmjz-close {
        width: .38rem;
        right: .1rem;
    }

    .pTop .bmjz {
        padding-left: .3rem;
        background-size: auto .20rem;
    }

    .pTop-bmjz {
        top: .35rem;
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    .pTop-bmjz .bmjz-ul li {
        width: 50%;
        line-height: .5rem;
    }

    .pTop .top-right {
        position: absolute;
        right: 0;
        top: -.1rem;
    }

    .pTop .top-right .a-link,
    .pTop .top-right label,
    .pTop .top-right span {
        display: none !important;
    }

    .pTop .top-right .searchbox {
        top: 0;
    }

    .pNav .mainWidth {
        box-sizing: border-box;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
    }

    .pNav .mainWidth::-webkit-scrollbar {
        display: none;
    }

    .pNav ul {
        width: 8.9rem;
    }

    .pNav li {
        width: auto;
        margin-right: .4rem;
    }

    .pNav li:last-child {
        margin-right: 0;
    }

    .pNav li img {
        height: .24rem;
        margin-top: .26rem;
    }

    .pNav li a::after {
        height: .03rem;
    }
    
    .pNav li dl {
        display: none !important; 
    }

    .pLogo {
        height: auto;
        padding-bottom: .3rem;
    }

    .pLogo .logo {
        float: none;
        height: auto;
        width: 75%;
        margin: 0 auto;
    }

    .pLogo .searchbox {
        float: none;
        margin: .3rem auto 0;
        width: 90%;
    }

    .pLogo .searchbox .s-ipt {
        width: calc(80% - .3rem);
    }

    .pLogo .searchbox .s-btn {
        width: 20%;
    }
    
    .list-banner.bmxzj .pLogo {
        display: inline-block;
    }
    
    .list-banner.bmxzj .pLogo .bmjzlogo {
        float: none;
        text-align: center;
        margin-top: .6rem;
    }
    
    .list-banner.bmxzj .pLogo .bmjzlogo img {
        float: none;
        margin: 0 auto;
    }
    
    .list-banner.bmxzj .pLogo .bmjzlogo h1 {
        margin: .15rem auto 0;
        font-size: .28rem;
        float: none;
        line-height: 1;
    }
    
    .list-banner.bmxzj .pNav ul {
        width: 100%;
    }
    
    .list-banner.bmxzj .pNav li {
        width: auto;
        float: left;
        width: 33.33%;
        margin-right: 0;
    }
    
    .list-banner.bmxzj .pNav ul.morenav {
        padding-left: 20px;
    }
    
    .list-banner.bmxzj .pNav ul.morenav li {
        width: auto !important;
        margin-right: 40px;
    }

    .pList01 li a {
        width: 100%;
    }

    .pList01 li span {
        display: none;
    }

    .pFoot-link {
        display: none;
    }

    .pFoot-btm {
        padding: .3rem 0;
    }

    .pFoot-btm .btmleft {
        width: 100%;
        float: none;
        text-align: center;
    }

    .pFoot-btm .msg p span {
        width: 100%;
        float: none;
    }

    .pFoot-btm .btmimg {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: .4rem;
        margin-left: 0;
    }

    .pFoot-btm .btmewm {
        display: none;
    }
    
    .pGuidangImg {
        right: 10px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .pFoot-btm .btmleft {
        width: 730px;
        width: 7.3rem;
    }

    .pFoot-btm .btmimg {
        width: 400px;
        width: 4rem;
    }

    .pFoot-btm .btmimg .ga {
        margin-left: 10px;
        margin-left: .1rem;
    }

    .pFoot-btm .btmimg .dzjg {
        margin: 0 10px;
        margin: 0 .1rem;
    }

    .pFoot-btm .btmimg .zfzc {
        margin-right: 10px;
        margin-right: .1rem;
    }

    .pFoot-btm .btmewm {
        width: auto;
    }

    .pFoot-btm .btmewm p {
        margin-left: 10px;
        margin-left: .1rem;
    }

    .pagination a {
        display: none;
    }

    .pagination .pn {
        display: inline-block;
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 70px
    }
}