/*苹果手机字体兼容设置开始  PS 不可以修改任何东西*/

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media (min-width: 320px) and (max-width: 750px) {

    html,
    body {
        min-width: 320px;
        max-width: 750px;
        overflow-x: hidden;
    }

    body {
        background: none;
    }

    .footer {
        display: none;
    }

    #mobile_header,
    .footer_mobile {
        display: block;
    }

    .container {
        width: 100%;
    }

    .header {
        background: url(/dist/special/qypgcg/img/bg_h5.png) top center no-repeat;
        background-size: 100% 100%;
        height: 13rem;
        position: relative;
    }

    .header .logo {
        width: 4rem;
    }

    .header .logo img {
        width: 100%;
    }

    .header .back {
        position: absolute;
        top: 0.5rem;
        right: 0;
        border-radius: 0.2rem;
        width: 3rem;
        height: 0.7rem;
        background: url(/dist/special/qypgcg/img/back_bg.png) top center no-repeat;
        display: block;
        color: #fff;
        text-align: center;
        line-height: 0.7rem;
    }
    .header .logo img{margin-top: 8px;}

    .header .search_qy {
        position: absolute;
        width: 7rem;
        height: 0.8rem;
        top: 1.5rem;
        left: 0.3rem;
        background: url(/dist/special/qypgcg/img/search_bg.png) top center no-repeat;
    }

    .jianjie {
        padding-top: 5.78rem;
    }

    .jianjie .title a {
        font-size: 0.4rem;
        margin-left: 0.8rem;
    }

    .jianjie .cont {
        font-size: 0.26rem;
        padding: 0.45rem 0.6rem;
        line-height: 0.53rem;
    }

    .banner {
        margin-top: 0;
    }

    .banner img {
        width: 100%;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
        width: 100%;
    }

    #main {
        width: 100%;
        margin: 0.5rem auto;
    }

    #myMap {
        float: inherit;
        width: 100%;
        height: 5.2rem;
    }

    #myMap div,
    #myMap div canvas {
        width: 100% !important;
        height: 5.2rem !important;
    }

    #contBox {
        float: inherit;
        width: 90%;
        margin: 1rem 5% 0 5%;
    }

    #contBox .conList {
        display: none;
        background: url(/dist/special/qypgcg/img/conList_bg_h5.jpg) top center no-repeat;
        background-size: 100% 100%;
    }

    #contBox .conList .cont_tit {
        height: 1.3rem;
        line-height: 1.3rem;
        padding-left: 1.2rem;
        font-size: 0.4rem;
        font-weight: bold;
    }

    #contBox .conList .cont_links {
        padding-top: 0.6rem;
        padding-left: 0.6rem;
    }

    #contBox .conList .cont_links a {
        display: block;
        line-height: 0.8rem;
        font-size: 0.3rem;
    }

    /* 首页按事项 */
    .asx.container {
        width: 92%;
    }

    .asx .cont ul li {
        float: left;
        margin-right: 0.3rem;
        width: 3.25rem;
        height: 4.42rem;
        border: 1px solid #f8f9fd;
        margin-top: 0.3rem;
        border-radius: 10px;
        transition: 0.5s;
        background-size: 100% 100%;
    }

    .asx .cont ul li:hover {
        border: 1px solid #2866e2;
    }

    .asx .cont ul li:nth-child(5n) {
        margin-right: 0.3rem;
    }

    .asx .cont ul li:nth-child(2n) {
        margin-right: 0;
    }

    .asx .cont ul li a {
        display: block;
        padding-top: 2.5rem;
        line-height: 0.8rem;
        font-size: 0.35rem;
        text-align: center;
    }

    .asx .cont ul li:nth-child(1) {
        background: url(/dist/special/qypgcg/img/dzsh_bg.png) top center no-repeat;
    }

    .asx .cont ul li:nth-child(2) {
        background: url(/dist/special/qypgcg/img/qhkxx_bg.png) top center no-repeat;
    }

    .asx .cont ul li:nth-child(3) {
        background: url(/dist/special/qypgcg/img/dzaqx_bg.png) top center no-repeat;
    }

    .asx .cont ul li:nth-child(4) {
        background: url(/dist/special/qypgcg/img/wwbh_bg.png) top center no-repeat;
    }

    .asx .cont ul li:nth-child(5) {
        background: url(/dist/special/qypgcg/img/yfzykc_bg.png) top center no-repeat;
    }

    .asx .cont ul li:nth-child(6) {
        background: url(/dist/special/qypgcg/img/hjyx_bg.png) top center no-repeat;
    }

    .asx .cont ul li:nth-child(7) {
        background: url(/dist/special/qypgcg/img/szy_bg.png) top center no-repeat;
    }

    .asx .cont ul li:nth-child(8) {
        background: url(/dist/special/qypgcg/img/stbcfa.png) top center no-repeat;
    }

    .asx .cont ul li:nth-child(9) {
        background: url(/dist/special/qypgcg/img/hsyx_bg.png) top center no-repeat;
    }

    .asx .cont ul li:nth-child(10) {
        background: url(/dist/special/qypgcg/img/jnsc_bg.png) top center no-repeat;
    }

    .position.container,
    .selectCont.container {
        width: 90%;
    }

    .selectCont {
        margin-top: 40px;
    }

    .selectCont .ms {
        margin: 20px 0;
    }

    .selectCont .msl {
        float: left;
        width: 70px;
    }

    .selectCont .msl span {
        font-size: 20px;
        font-weight: bold;
        line-height: 37px;
    }

    .selectCont .msr {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    .selectCont .msr li {
        padding: 0 20px;
        margin-right: 15px;
        float: left;
        line-height: 37px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .selectCont .msr li a {
        font-size: 16px;
    }

    .selectCont .msr li.on,
    .selectCont .msr li:hover {
        background-color: #f3f3f3;
    }

    .selectCont .msr li.on a,
    .selectCont .msr li:hover a {
        color: #2866e2;
    }

    .mainCont {
        margin-top: 20px;
        min-height: 300px;
    }

    .mainCont ul {
        border-top: 1px dotted #ddd;
        padding: 20px;
    }

    .mainCont ul li {
        background: url(/dist/special/qypgcg/img/dot.png) 0 17px no-repeat;
        line-height: 38px;
        padding-left: 20px;
    }

    .mainCont ul li span {
        float: right;
        background: url(/dist/special/qypgcg/img/download_bg.png) right center no-repeat;
        padding-right: 30px;
        font-size: 14px;
        color: #2866e2;
    }

    .mainCont ul li span a {
        color: #2866e2;
    }

    .mainCont .noData {
        line-height: 80px;
        font-size: 20px;
        text-align: center;
        color: #333;
        display: none;
        border-top: 1px solid #eee;
    }

    .mainCont h1 {
        margin: 40px 0;
        color: #2866e2;
    }

    .item {
        margin-top: 20px;
    }

    .item li {
        background-color: #f8f9fd;
        margin-right: 4%;
        text-align: center;
        width: 48%;
        line-height: 50px;
        float: left;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .item li:nth-child(5n) {
        margin-right: 4%;
    }

    .item li:nth-child(2n) {
        margin-right: 0;
    }

    .item li:hover,
    .item li.on {
        background-color: #2866e2;
    }

    .item li:hover a,
    .item li.on a {
        color: #fff;
    }
}

@media screen and (min-width:768px) and (max-width: 1025px) {
    
}