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 {
    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;
}

.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;
}

/**** é¡¶éƒ¨é“¾æŽ¥ ****/
.pTop {
    position: absolute;
    width: 100%;
    left: 0;
    top: 18px;
    top: .18rem;
    color: #fff;
    z-index: 98;
}

.pTop::after {
    content: '';
    display: table;
    clear: both;
}

.pTop .top-left .a-link {
    float: left;
    color: #fff;
    font-size: 16px;
    font-size: .16rem;
    line-height: 1;
}

.pTop .top-left .a-link:hover {
    color: #fff;
}

.pTop .top-left .line{
    float: left;
    display: block;
    margin: 0 15px;
    margin: 0 .15rem;
    width: 1px;
    height: 16px;
    height: .16rem;
    background-color: #fff;
}

.pTop .top-right {
    float: right;
}

.pTop .top-right .a-link {
    float: left;
    margin-right: 15px;
    margin-right: .15rem;
    font-size: 16px;
    font-size: .16rem;
    line-height: 1;
    color: #fff;
}
.pTop .top-right .a-link:hover {
    color: #fff;
}

.pTop .top-right .norgt {
    margin-right: 0;
}

.pTop .top-right label {
    float: left;
    margin: 0 5px;
    margin: 0 .05rem;
    font-size: 16px;
    font-size: .16rem;
    line-height: 1;
}




.pTop .bmjz {
    float: left;
    font-size: 16px;
    font-size: .16rem;
    line-height: 1;
    cursor: pointer;
    background: url(2022-pTop-bmjz-ico.png) no-repeat left center;
    background-size: auto 16px;
    background-size: auto .16rem;
}

.pTop-bmjz {
    width: 100%;
    position: absolute;
    top: 25px;
    top: .25rem;
    left: 0;
    z-index: 2;
    background: rgba(18, 93, 178, 1);
    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: #fff;
}

.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;
    
}



.pLogo {
    width: 100%;
    height: 196px;
    height: 1.96rem;
    background-color: #3771bb;
    /* border-bottom: 1px solid #144f9b; */
    display: block;
}

.pLogo .logo {
    float: left;
    display: block;
    padding-top: 78px;
    padding-top: .78rem;
    height: 61px;
    height: .61rem;
    
}

.pLogo .searchbox {
    float: right;
    display: block;
    margin-top: 80px;
    margin-top: .80rem;
    width: auto;
    height: 40px;
    height: .4rem;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .35);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}
.pLogo .searchbox .s-ipt {
    display: block;
    float: left;
    padding: 0 15px;
    padding: 0 .15rem;
    width: 280px;
    width: 2.8rem;
    height: 40px;
    height: .4rem;
    font-size: 16px;
    font-size: .16rem;
    line-height: 40px;
    line-height: .4rem;
    background-color: transparent;
    outline: none;
    color: #fff;
}

.pLogo .searchbox .s-ipt::placeholder {
    color: #e3e2e2;
    font-size: 16px;
    font-size: .16rem;
}

.pLogo .searchbox .s-btn {
    display: block;
    width: 50px;
    width: .5rem;
    height: 40px;
    height: .4rem;
    border: 0;
    outline: none;
    cursor: pointer;
    background: url(../images/yjtc-ggqsydwxxgk-pLogo-searchbtn.png) no-repeat center;
    background-size: 22px auto;
    background-size: .22rem auto;
}

.pLogo .searchbox .s-btn:hover {
    background-color: #4479d7;
}

/**** åº•éƒ¨ ****/
.pFoot-link {
    width: auto;
    height: 40px;
    height: .4rem;
    background-color: #b0b0b0;
    color: #333333;
    position: relative;
    z-index: 10;
}

.pFoot-link .mainWidth {
    position: initial;
}

.pFoot-link .link-ul li {
    float: left;
    width: 25%;
}

.pFoot-link .link-ul li .name {
    display: inline-block;
    width: 100%;
    height: 40px;
    height: .4rem;
    line-height: 40px;
    line-height: .4rem;
    font-size: 16px;
    font-size: .16rem;
    color: #333333;
    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;
    overflow: hidden;
    text-align: center;
}

.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: 40px;
    bottom: .4rem;
    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: #3558a9;
    font-size: 16px;
    font-size: .16rem;
    color: #FFFFFF;
    padding: 30px 0;
    padding: .3rem 0;
}

.pFoot-btm::after {
    content: '';
    display: block;
    clear: both;
}
.pFoot-btm .foot-item{
    float: left;
    margin-right: 20px;
    margin-right: .2rem;
    width: calc((100% - 60px) / 4);
    width: calc((100% - .6rem) / 4);
    height: 116px;
    height: 1.16rem;
    background-color: rgba(0, 0, 0, .25);
    box-sizing: border-box;
}
.pFoot-btm .foot-item:nth-child(4n+4){
    margin-right: 0;
}
.pFoot-btm .foot-item .one-list{
    padding: 20px 0;
    padding: .2rem 0;
    width: 100%;
}
.pFoot-btm .foot-item .one-list::after {
    content: '';
    display: block;
    clear: both;
}
.pFoot-btm .foot-item .one-list li{
    float: left;
    width: 50%;
    height: 38px;
    height: .38rem;
    text-align: center;
}
.pFoot-btm .foot-item .one-list li a{
    line-height: 38px;
    line-height: .38rem;
    color: #fff;
}
.pFoot-btm .foot-item:nth-child(2){
    padding: 20px 20px;
    padding: .2rem .2rem;
    box-sizing: border-box;
}
.pFoot-btm .foot-item:nth-child(2) p{
    margin-bottom: 20px;
    margin-bottom: .2rem;
}
.pFoot-btm .foot-item:nth-child(3){
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.pFoot-btm .foot-item:nth-child(3) .zfzc{
    height: 55px;
    height: .55rem;
}
.pFoot-btm .foot-item:nth-child(3) .zfzc img{
    height: 100%;
}
.pFoot-btm .foot-item:nth-child(3) .dzjg img{ 
    height: 76px;
    height: .76rem;
}
.pFoot-btm .foot-item:nth-child(3) .ga img{
    height: 76px;
    height: .76rem;
}
.pFoot-btm .foot-item:nth-child(4){
    display: flex;
    justify-content: center;
    align-items: center;
}
.pFoot-btm .foot-item:nth-child(4) img{
    height: 96px;
    height: .96rem;
}
.second-foot {
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.second-foot span,.second-foot a{
    display: inline-block;
    margin-right: 40px;
    margin-right: .4rem;
    font-size: 16px;
    font-size: .16rem;
    line-height: 1.5;
    color: #333;
}

/****  å“åº”å¼ ****/
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 .top-left .line{
        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;
    }

    
    .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%;
    }

   
    .pFoot-link {
        display: none;
    }

    .pFoot-btm {
      padding: 20px 0;
      padding: .2rem 0;
    }
    .pFoot-btm .foot-item{
        float: none;
        margin-bottom: 10px;
        margin-bottom: .1rem;
        margin-right: 0;
        width: 100%;
        height: 116px;
        height: 1.16rem;
    }
    .second-foot span,.second-foot a{
        display: block;
        margin-right: 0;
    }
}
