html,
body {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: "寰蒋闆呴粦", "microsoft yahei";
    position: relative;
    color: #000000;
    font-size: 18px;
    /*font-size: .18rem;*/
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #000;
    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;
}

ul,
li {
    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;
}

.pGuidangImg {
    position: absolute;
    right: 0;
    top: -50px;
    transform: rotate(25deg);
    display: none;
}

.pGuidangImg img {
    width: 77px;
    height: 44px;
    display: block;
    margin: 0 auto;
}

.pGuidangImg span {
    color: #DA5857;
    font-weight: 700;
    margin-top: 5px;
    display: block;
    font-size: 16px;
}

/**** 椤堕儴閾炬帴 ****/
.pTop {
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
    font-size: 16px;
    color: #FFFFFF;
    z-index: 99999;
    line-height: 30px;
}

.pTop::after {
    content: '';
    display: table;
    clear: both;
}

.pTop .top-left .a-link {
    color: #FFFFFF;
    margin-right: 30px;
    float: left;
}

.pTop .top-left .a-link:hover {
    color: #ff0000;
}

.pTop .top-right {
    float: right;
}

.pTop .top-right .topSearch {
    float: left;
    margin-right: 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 5px;
    display: none;
}

.index-section01 .pTop .top-right .topSearch {
    display: block;
}

.pTop .top-right .topSearch .ipt {
    float: left;
    background: none;
    color: #FFFFFF;
    margin: 0;
    display: block;
    outline: none;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 0;
    overflow: hidden;
    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 .topSearch .ipt::placeholder {
    color: #FFFFFF;
    font-size: 12px;
}

.pTop .top-right .topSearch .searchbtn {
    float: left;
    cursor: pointer;
}

.pTop .top-right .topSearch .searchbtn span {
    display: none;
}

.pTop .top-right .topSearch .searchbtn img {
    width: 20px;
    display: block;
    float: right;
    margin-top: 6px;
}

.pTop .top-right .topSearch:hover {
    background-color: rgba(255, 255, 255, .2);
}

.pTop .top-right .topSearch:hover .ipt {
    width: 200px;
    margin: 0 10px 0 0;
}

.pTop .top-right .a-link {
    color: #FFFFFF;
    margin-right: 12px;
    float: left;
}

.pTop .top-right .a-link:hover {
    color: #ff0000;
}

.pTop .bmjz {
    float: left;
    margin-right: 12px;
    cursor: pointer;
}

.pTop-bmjz {
    width: 100%;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 2;
    background: rgba(18, 93, 178, .9);
    padding-bottom: 10px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .2);
    display: none;
}

.pTop-bmjz .tit {
    color: #FFFFFF;
    font-weight: 700;
    padding: 20px 0 15px 0;
    display: block;
    line-height: 20px;
}

.pTop-bmjz .bmjz-ul {
    padding-bottom: 12px;
}

.pTop-bmjz .bmjz-ul li {
    width: 16.66%;
    float: left;
    line-height: 32px;
}

.pTop-bmjz .bmjz-ul li a {
    color: #FFFFFF;
}

.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;
    right: 0px;
    cursor: pointer;
}

.pTop .wechat {
    display: inline-block;
    margin-right: 12px;
    height: 22px;
    width: 22px;
    position: relative;
    float: left;
    background: url(2022-pTop-wechat-ico.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-top: 4px;
}

.pTop-wechat {
    position: absolute;
    display: none;
    right: 0;
    width: 520px;
    padding: 30px 20px 30px 30px;
    background-color: rgba(18, 93, 178, .9);
    border-radius: 5px;
}

.pTop-wechat img {
    display: block;
    width: 120px;
    margin-right: 10px;
    float: left;
}

.pTop-wechat img:nth-child(5) {
    margin-right: 0;
}

.pTop-wechat::after {
    content: "";
    clear: both;
    display: block;
}

.pTop-wechat .wechat-close {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    width: auto;
    margin-right: 0;
}

/**** pRightMenu ****/
.pRightMenu {
    position: fixed;
    right: 40px;
    top: 260px;
    z-index: 99999;
}

.pRightMenu a {
    display: block;
    width: 72px;
    height: auto;
    min-height: 52px;
    padding: 10px 0;
    background-color: #0d56a7;
    color: #FFFFFF;
    border-radius: 5px;
    margin-top: 6px;
    text-align: center;
}

.pRightMenu img {
    display: block;
    margin: 0 auto;
    width: 72px;
}

.pRightMenu a:hover img {
    animation: xuanzhuan 1200ms ease-out infinite alternate;
}

.pRightMenu span {
    width: 4em;
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 5px auto 0;
}

/**** banner ****/
.pBanner {
    width: 100%;
    height: 620px;
    background: url(2022-pTop-bg-index.jpg) no-repeat center top #ecf5fd;
    background-size: 100%;
    position: relative;
}

.pBanner .plogo {
    width: 536px;
    display: block;
    margin: 0 auto;
    padding-top: 96px;
}

.pSearch {
    width: 710px;
    height: 62px;
    margin: 0 auto;
    margin-top: 65px;
}

.pSearch .ipt {
    width: 580px;
    height: 100%;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 3px 0 0 3px;
    border: 0;
    outline: 0;
    padding: 0 10px;
    float: left;
    font-size: 18px;
}

.pSearch .ipt::placeholder {
    color: #b0b0b0;
    font-size: 18px;
}

.pSearch .ipt::-webkit-input-placeholder {
    color: #b0b0b0;
    font-size: 18px;
}

.pSearch .ipt::-moz-placeholder {
    color: #b0b0b0;
    font-size: 18px;
}

.pSearch .ipt::-ms-input-placeholder {
    color: #b0b0b0;
    font-size: 18px;
}

.pSearch .searchbtn {
    width: 110px;
    height: 100%;
    display: inline-block;
    background: #125db2;
    background-size: contain;
    border-radius: 0 3px 3px 0;
    border: 0;
    outline: 0;
    float: left;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.pSearch .searchbtn img {
    vertical-align: middle;
}

/**** 瀵艰埅 ****/
.pNav {
    width: 100%;
    height: 74px;
}

.pNav li {
    float: left;
    line-height: 40px;
    padding-top: 20px;
    width: 12.5%;
    text-align: center;
}

.pNav li a {
    color: #FFFFFF;
    font-size: 24px;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    font-weight: 700;
}

.pNav .m-nav-current .nav-select i {
    display: block;
}

.pNav li a i {
    width: 4em;
    height: 2px;
    background-color: #F1F193;
    display: none;
    margin: 0 auto;
    z-index: 999;
    position: relative;
}

.pNav li a i::after {
    content: '';
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #F1F193;
    position: absolute;
    left: 45%;
}

.pNav li:nth-child(1) a i {
    width: 2em;
}

.pNav li:nth-child(1) a i::after,
.pNav li:nth-child(4) a i::after {
    display: none;
}

.pNav li a.nav-home i {
    width: 2em;
}

.pNav li a.nav-home i::after {
    display: none;
}

.pNav li .nav02 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 99;
    overflow: hidden;
    text-align: center;
    display: none;
    padding-top: 10px;
}

.pNav li:nth-child(5) .nav02,
.pNav li:nth-child(6) .nav02,
.pNav li:nth-child(7) .nav02,
.pNav li:nth-child(8) .nav02 {
    text-align: right;
}

.pNav li .nav02 a {
    font-size: 16px;
    display: inline-block;
    margin-right: 50px;
    width: auto;
    font-weight: 400;
    opacity: .8;
}

.pNav li .nav02 a:hover {
    color: #f1f193;
}

.pNav li:hover a i {
    display: block;
}

.pNav li:hover .nav02 {
    display: block;
}

.pNav li.active a i {
    display: block;
}

.pNav .nav-rgt {
    height: 13px;
    width: 50px;
    display: none;
    background: linear-gradient(to right, rgba(0, 83, 147, 0), rgba(0, 83, 147, 0.8));
    position: absolute;
    right: 0;
    top: 0;
}

/**** 鍒楄〃澶撮儴 ****/
.listTop .pTop,
.listTop .pTop .top-left .a-link,
.listTop .pTop .top-right .a-link {
    color: #023e7a;
}

.listTop .pTop .wechat {
    background-image: url(2022-pTop-wechat-ico02.png);
}

.listTop .pBanner {
    height: 200px;
    background-image: url(2022-pTop-bg-list.jpg);
}

.listTop .pBanner .plogo {
    width: 552px;
    padding-top: 80px;
    float: left;
}

.listTop .pSearch {
    float: right;
    margin-top: 85px;
    width: 476px;
    height: 50px;
}


.listTop .pSearch .ipt::placeholder {
    font-size: 16px;
}

.listTop .pSearch .ipt::-webkit-input-placeholder {
    font-size: 16px;
}

.listTop .pSearch .ipt::-moz-placeholder {
    font-size: 16px;
}

.listTop .pSearch .ipt::-ms-input-placeholder {
    font-size: 16px;
}

.listTop .pSearch .searchbtn {
    width: 110px;
    line-height: 50px;
}

.listTop .pNav {
    background: #004a93;
    height: 120px;
    position: relative;
}

.listTop .pNav .mainWidth {
    position: initial;
}

.listTop .pNav li {
    line-height: 68px;
    padding-top: 0;
}

.listTop .pNav li a i::after {
    display: none;
}

.listTop .pNav li .nav02 {
    background-color: #f5f5f5;
    border-bottom: 1px solid #dfdfdf;
    top: 70px;
    height: 49px;
    line-height: 49px;
    padding-top: 0;
    text-align: center !important;
}

.listTop .pNav li .nav02 a {
    color: #004a93;
}

.listTop .pNav li .nav02 a:hover {
    color: #ff0000;
}

.listTop .pNav .m-nav-current .nav-select i,
.listTop .pNav .m-nav-current .nav02-show {
    display: block;
}

.listTop .pNav li .nav-select i,
.listTop .pNav li .nav02-show {
    display: block;
}

.listTop.zwyw .pNav {
    height: 70px;
}

.listTop.zwyw .pNav li .nav02 {
    background: none;
    border: 0;
}

.listTop.zwyw .pNav li .nav02 a {
    color: #FFFFFF;
}

.listTop.zwyw .pNav li .nav02 a:hover {
    color: #FF0000;
}

.listTop.zwyw .pNav .m-nav-current .nav02-show {
    display: none;
}

.listTop.zwyw .pNav .m-nav-current .nav-select i {
    display: block;
}

.listTop.zwyw .pNav li .nav-select i,
.listTop.zwyw .pNav li .nav02-show {
    display: none;
}

.listTop.zwyw .pNav li:hover .nav02 {
    display: block !important;
}

.listTop.list .nav02 {
    display: none !important;
}

.listTop.list .pNav {
    height: 70px;
    overflow: hidden;
}

.listTop.list .pNav .m-nav-current .nav-select i {
    display: none !important;
}

.listTop.list .pNav .m-nav-current .nav-select:hover i {
    display: block !important;
}

/**** 涓撻澶撮儴 ****/
.ztTop .pTop,
.ztTop .pTop .top-left .a-link,
.ztTop .pTop .top-right .a-link {
    color: rgba(255, 255, 255, .8);
}

.ztTop .pTop .wechat {
    background-image: url(2022-pTop-wechat-ico.png);
    opacity: .8;
}

.ztTop .ztLogo {
    float: left;
    margin-top: 22px;
}

.ztTop .ztLogo img {
    display: block;
    width: 305px;
}

.ztTop .yshjNav {
    display: none;
}

.ztTop .ztNav {
    float: right;
    padding-top: 10px;
}

.ztTop .ztNav li {
    float: left;
    width: 100px;
    text-align: right;
    margin-top: 10px;
}

.ztTop .ztNav li a {
    color: #FFFFFF;
}

.ztTop .ztNav li a::after {
    width: 100%;
    content: '';
    display: block;
    height: 1px;
    background-color: #FFFFFF;
    margin-top: 2px;
    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;
}

.ztTop .ztNav li a:hover::after {
    opacity: 1;
}

.zt-banner {
    width: auto;
    height: 593px;
    background: no-repeat center;
    background-size: cover;
}

.zt-banner .mainWidth {
    position: relative;
    height: 100%;
    text-align: center;
}

.zt-banner .banner-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}

.zt-banner .banner-logo {
    margin: 220px auto 80px;
    display: inline-block;
    z-index: 9;
    position: relative;
}

.zt-banner .pSearch {
    margin-top: 0;
    z-index: 9;
    position: relative;
}

.zt-banner .pSearch .ipt {
    background-color: rgba(255, 255, 255, .2);
    color: #FFFFFF;
}

.zt-banner .pSearch .ipt::placeholder {
    color: rgba(255, 255, 255, .8);
}

.zt-banner .pSearch .searchbtn {
    line-height: 62px;
}

/**** 閮ㄩ棬琛楅晣澶撮儴 ****/
.bmjzTop .pTop {
    top: 22px;
}

.bmjzTop .pTop,
.bmjzTop .pTop .top-left .a-link,
.bmjzTop .pTop .top-right .a-link {
    color: #023e7a;
}

.pTop .top-left .gh {
    background: url(2022-pTop-bmjz-gh.png) no-repeat left;
    background-size: 15px auto;
    padding-left: 20px;
    display: none;
}

.bmjzTop .pTop .top-left .gh {
    display: block;
}

.bmjzTop .pTop .wechat {
    background-image: url(2022-pTop-wechat-ico02.png);
}

.bmjzTop .pBanner {
    height: 160px;
    background-image: url(2022-pTop-bg-bmjz.jpg);
    background-size: 100% 100%;
    position: relative;
}

.bmjzTop .pBanner .logo {
    padding-top: 68px;
    height: 72px;
    line-height: 72px;
}

.bmjzTop .pBanner .logo img {
    display: block;
    height: 100%;
    float: left;
    margin-right: 12px;
}

.bmjzTop .pBanner .logo .tit {
    float: left;
    height: 100%;
    position: relative;
    width: calc(100% - 110px);
}

.bmjzTop .pBanner .logo h1 {
    color: #023e7a;
    font-size: 34px;
    font-weight: 700;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.bmjzTop .pBanner .logo h1.h01 {
    color: #023e7a;
    top: 0;
    z-index: 3;
}

.bmjzTop .pBanner .logo h1.h02 {
    color: #FFFFFF;
    top: -2px;
    left: -2px;
}

.bmjzNav {
    height: 58px;
    background-color: #004a93;
    position: relative;
}

.bmjzNav .bg {
    width: 821px;
    height: 97px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(2022-bmjzNav-bg.png) no-repeat left;
    background-size: 821px auto;
}

.bmjzNav .mainWidth {
    height: 100%;
}

.bmjzNav .mainWidth::after {
    content: '';
    display: block;
    clear: both;
}

.bmjzNav .navfive li {
    width: 20%;
}

.bmjzNav li {
    float: left;
    font-size: 22px;
    font-weight: 700;
    width: 25%;
    text-align: center;
    position: relative;
}

.bmjzNav li::before {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    right: 0;
    top: 20px;
}

.bmjzNav li:last-child:before {
    display: none;
}

.bmjzNav li a {
    line-height: 38px;
    color: #FFFFFF;
}

.bmjzNav li a::after {
    content: '';
    display: block;
    width: 2em;
    background-color: #FFFFFF;
    height: 2px;
    opacity: 0;
    margin: 0 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;
}

.bmjzNav li a:hover::after {
    opacity: 1;
}

.bmjzTop .pBanner .pSearch {
    bottom: 22px;
    width: 476px;
    height: 50px;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 76px;
}

.bmjzTop .pBanner .pSearch .ipt {
    width: 348px;
    font-size: 16px;
}

.bmjzTop .pBanner .pSearch .ipt::placeholder {
    font-size: 16px;
}

.pSearch .searchbtn {
    width: 108px;
}

/**** 搴曢儴 ****/
.pFoot-link {
    /*width: auto;*/
    /*background-color: #4f4f4f;*/
    /*color: #FFFFFF;*/
    /*position: relative;*/
    /*z-index: 10;*/
    margin-top: 0;
    /*margin-top: .3rem;*/
    /*border-bottom: 1px solid #8b8b8b;*/
    /*height: 60px;*/
    /*height: .6rem;*/
}

.pFoot-link .mainWidth {
    position: initial;
}

.pFoot-link .link-ul li {
    width: 250px;
    padding-left: 30px;
    float: left;
}

.pFoot-link .link-ul li .name {
    width: auto;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding-right: 25px;
    background: url(2022-pFoot-select-ico.png) no-repeat right center;
}

.pFoot-link .link-ul li .link-con {
    width: 100%;
    min-width: 1400px;
    height: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 11;
    position: absolute;
    left: 0;
    bottom: 60px;
    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;
    margin: 0 auto;
}

.pFoot-link .link-ul li .link-con .link-ul dt {
    width: 14.28%;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.pFoot-link .link-ul li .link-con .link-ul dt a {
    font-size: 16px;
    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(0, 0, 0, .3);
}

.pFoot-link .link-ul li.active .link-con {
    display: block;
    padding: 25px 0;
    height: auto;
}

.pFoot-btm {
    width: auto;
    background-color: #4f4f4f;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    padding: 30px 0;
}

.pFoot-btm .link {
    line-height: 20px;
}

.pFoot-btm .link a {
    color: #FFFFFF;
}

.pFoot-btm .link a:hover {
    color: #FF0000;
}

.pFoot-btm .link span {
    margin: 0 10px;
    font-size: 12px;
}

.pFoot-btm .msg {
    margin-top: 10px;
}

.pFoot-btm .msg p {
    line-height: 40px;
}

.pFoot-btm .msg p span {
    margin-right: 2em;
    display: inline-block;
}

.pFoot-btm .msg a {
    color: #FFFFFF;
}

.pFoot-btm .msg a.ga {
    background: url(https://data.cqna.gov.cn/naccy/naxsb/footer/index/2022-pFoot-ico-ga.png) no-repeat left;
    background-size: 18px auto;
    padding-left: 25px;
}

.pFoot-btm .btmimg {
    margin-top: 25px;
}

.pFoot-btm .btmimg img {
    display: block;
}

.pFoot-btm .btmimg .dzjg {
    display: inline-block;
    height: 78px;
}

.pFoot-btm .btmimg .dzjg img {
    width: 63px;
}

.pFoot-btm .btmimg .ga {
    display: inline-block;
    margin: 0 25px;
    height: 78px;
}

.pFoot-btm .btmimg .ga img {
    width: 45px;
}

.pFoot-btm .btmimg .zfzc {
    display: inline-block;
    height: 78px;
}

.pFoot-btm .btmimg .zfzc img {
    margin-top: 11px !important;
    width: 110px;
}

/**** 鏍囬鏍峰紡 ****/
.pHead01 {
    width: auto;
    font-size: 36px;
    position: relative;
}

.pHead01::after {
    content: '';
    display: table;
    clear: both;
}

.pHead01 li {
    float: left;
    text-align: center;
    margin-right: 70px;
}

.pHead01 li:last-child {
    margin-right: 0;
}

.pHead01 a {
    display: block;
    position: relative;
    color: #676767;
    line-height: 2em;
}

.pHead01 a::after {
    width: 2em;
    height: 5px;
    display: none;
    background-color: #023e7a;
    content: '';
    margin: 0 auto;
    bottom: 0;
}

.pHead01 li.active a {
    color: #023e7a;
}

.pHead01 li.active a::after {
    display: block;
}

.pHead01 li .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #004a93;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF !important;
    position: absolute;
    right: 0;
    top: 18px;
    display: none;
}

.pHead01 li .more:hover {
    background-color: #156cce;
}

.pHead01 li .more::after {
    display: none !important;
}

.pHead01 li.active .more {
    display: block;
}

.pHead02 {
    width: auto;
    text-align: center;
}

.pHead02 a {
    display: inline-block;
    font-size: 30px;
    line-height: 66px;
    font-weight: 700;
}

.pHead02 a::after {
    content: '';
    width: 2em;
    height: 5px;
    background-color: #023e7a;
    display: block;
    margin: 0 auto;
}

.pHead03 {
    width: auto;
    position: relative;
    line-height: 45px;
    height: 63px;
    margin-bottom: 30px;
}

.pHead03::after {
    content: '';
    display: block;
    clear: both;
}

.pHead03 span {
    display: block;
    position: relative;
    color: #676767;
    font-size: 36px;
    color: #023e7a;
    float: left;
    margin-right: 75px;
    width: 12.5%;
}

.pHead03 li {
    float: left;
    text-align: center;
    margin-right: 40px;
    width: 12.5%;
}

.pHead03 li:last-child {
    margin-right: 0;
}

.pHead03 li a {
    font-size: 22px;
    font-weight: 700;
    display: block;
    height: 45px;
    width: 100%;
    text-align: center;
}

.pHead03 li a::after {
    width: 32px;
    height: 5px;
    display: none;
    background-color: #023e7a;
    content: '';
    margin: 0 auto;
    margin-top: 12px;
}

.pHead03 li.active a {
    color: #FFFFFF;
    background-color: #004a93;
    border-radius: 3px;
}

.pHead03 li.active a::after {
    display: block;
}

.pHead04 {
    position: relative;
    padding-left: 32px;
}

.pHead04 .tit {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}

.pHead04::before {
    content: '';
    display: block;
    width: 4px;
    height: 28px;
    background-color: #004a93;
    position: absolute;
    left: 0;
    top: 7px;
}

.pHead05 {
    border-bottom: 1px solid #125db2;
}

.pHead05 .tit {
    background-color: #125db2;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 40px;
    padding: 0 50px;
    min-width: 100px;
}

/****  鍒楄〃鏍峰紡 ****/
.pList01 {
    width: auto;
}

.pList01 li {
    line-height: 58px;
    overflow: hidden;
}

.pList01::after,
.pList01 li::after {
    content: '';
    display: block;
    clear: both;
}

.pList01 li a {
    width: 82%;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.pList01 li span {
    display: block;
    float: right;
    color: #b6b6b6;
}

.pList01 li a:hover {
    color: #FF0000;
}

.pList01 li::after {
    content: "";
    clear: both;
    display: table;
    line-height: 0;
}

.pList01.zc li a {
    width: 70%;
}

.pList01.zc li .a-btn {
    float: right;
    width: auto;
    padding: 0 12px;
    line-height: 28px;
    border: 1px solid #a7c9ec;
    border-radius: 10px;
    font-size: 16px;
    color: #8dafd2;
    margin-right: 10px;
    margin-top: 15px;
}

.pList01.zc li .a-btn:hover {
    background-color: #a7c9ec;
    color: #FFFFFF;
}

/**** 褰撳墠浣嶇疆 ****/
.pLocation {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    color: #7f7f7f;
}

.pLocation a {
    color: #7f7f7f;
}

.pLocation a:hover {
    color: #ff0000;
}

.pLocation span {
    margin: 0 10px;
}

.mainWidth {
    width: 224px;
    margin: 0 auto;
    position: relative;
}

/*********** 鍒嗛〉 ***********/
.pagination {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

.pagination a {
    width: 32px;
    margin: 0 6px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    background: #eee;
    border-radius: 3px;
}

.pagination a:hover {
    color: #fff;
    background: #2760b7;
    cursor: pointer;
}

.pagination .pn,
.pagination .first-page,
.pagination .last-page {
    width: 78px;
    display: inline-block !important;
}

.pagination .cur {
    background: #125db2;
    color: #fff;
}
@media screen and (max-width: 768px) {
    html {
        font-size: 80px
    }
    

    .mainWidth {
        width: calc(100% - 20px);
        padding: 0 10px;
        overflow-x: hidden;
    }

    .pLocation {
        padding: 2px 0;
        height: auto;
    }

    .pTop {
        top: 16px;
    }

    .pTop .mainWidth {
        width: 100%;
        padding: 0;
    }

    .pTop .top-left .a-link {
        display: none;
        font-size: 13px;
    }

    .zzJczwgk .pTop .top-left .gh,
    .bmjzTop .pTop .top-left .gh {
        display: block;
        margin-left: 10px;
    }

    .pTop .top-right .a-link {
        display: none !important;
    }

    .pTop .top-right span {
        display: none;
    }

    .pTop .wechat {
        display: none;
    }

    .pTop .bmjz {
        display: block !important;
    }

    .pTop-bmjz {
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    .pTop-bmjz .bmjz-ul li {
        width: 50%;
        line-height: 32px;
    }

    .pRightMenu {
        display: none;
    }

    .pBanner,
    .listTop .pBanner {
        background-size: cover;
        height: auto;
        padding-bottom: 30px;
    }

    .pBanner .mainWidth {
        width: 100%;
        padding: 0;
    }

    .pBanner .plogo,
    .listTop .pBanner .plogo {
        width: 78%;
        float: none;
        margin: 0 auto;
    }
    .listTop .pBanner .plogo{
        padding-top: 55px;
    }
    .pSearch,
    .listTop .pSearch,
    .bmjzTop .pBanner .pSearch {
        width: 90%;
        margin-top: 30px;
        float: none;
    }
    .bmjzTop .pBanner .pSearch {
        position: relative;
        margin-top: -2px;
    }

    .bmjzTop .pBanner.pSearch {
        right: calc((100% - 90%) / 2);
        bottom: 13px;
    }

    .pSearch .ipt,
    .listTop .pSearch .ipt,
    .bmjzTop .pBanner .pSearch .ipt {
        width: calc(80% - 50px);
        padding: 0 40px 0 10px;
    }

    .pSearch .searchbtn,
    .listTop .pSearch .searchbtn,
    .bmjzTop .pBanner .pSearch .searchbtn,
    .zt-banner .pSearch .searchbtn {
        width: 20%;
        line-height: 8px;
    }

    .pSearch .searchbtn img,
    .listTop .searchbtn img,
    .bmjzTop .pBanner .pSearch .searchbtn img {
        height: 40%;
    }
    .pNav {
        position: relative;
    }

    .pNav .mainWidth {
        box-sizing: border-box;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        padding: 0;
    }

    .pNav .mainWidth::-webkit-scrollbar {
        display: none;
    }

    .pNav ul {
        width: 1000px;
    }

    .pNav li,
    .listTop .pNav li {
        width: auto;
        margin-left: 30px;
        font-weight: 700;
    }

    .pNav li .nav02 {
        display: none !important;
    }

    .pNav .nav-rgt {
        display: inline-block;
    }

    .listTop .pNav {
        height: 70px;
    }

    .ztTop .ztLogo {
        float: none;
        text-align: center;
    }

    .ztTop .ztNav {
        display: none;
    }

    .zt-banner {
        height: auto;
    }

    .zt-banner .mainWidth {
        padding-bottom: 6px;
    }

    .zt-banner .banner-logo {
        margin: 22px auto 5px;
    }

    .pHead01 {
        font-size: 4px;
        font-weight: 700;
    }

    .pHead01 li {
        width: 33.33%;
        text-align: center;
        margin-right: 0;
    }

    .pHead01 li .more {
        display: none;
    }

    .pList01 li {
        line-height: 40px;
    }

    .pList01 li a,
    .pList01.zc li a {
        width: 100%;
    }

    .pList01 li span {
        display: none;
    }

    .pFoot-link {
        display: none;
    }

    .pFoot-btm {
        margin-top: 3px;
        padding: 3px 0;
    }

    .pFoot-btm .msg p span {
        display: block;
        margin-right: 0;
    }

    .pFoot-btm .btmimg {
        margin-top: 10px;
    }

    .pagination a {
        display: none;
    }

    .pagination .pn {
        display: inline-block;
    }

    .bmjzNav .mainWidth {
        overflow: initial;
        width: 100%;
        padding: 0;
    }

    .bmjzNav #bmjzNavCon.navfive {
        width: 100%;
        box-sizing: border-box;
        overflow-x: scroll;
    }

    .bmjzNav .navfive::-webkit-scrollbar {
        display: none;
    }

    .bmjzNav .navfive #bmzj_host {
        width: 166vw;
    }

    .bmjzNav .bg {
        display: none;
    }

    .bmjzNav li {
        padding: 0;
        text-align: center;
    }

    .bmjzTop .pBanner {
        height: 37px;
        background-size: auto 100%;
    }

    .bmjzTop .pBanner .mainWidth {
        overflow: initial;
    }

    .bmjzTop .pBanner .logo {
        padding-top: 10px;
        line-height: 8px;
    }

    .bmjzTop .pBanner .logo img {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .bmjzTop .pBanner .logo .tit {
        float: none;
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    .bmjzTop .pBanner .logo h1 {
        width: 100%;
        text-align: center;
        font-size: 4px;
    }

    .pGuidangImg {
        top: 10px;
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 70px
    }
}

@keyframes xuanzhuan {
    0% {
        transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
    }
}
