* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}


.section {
    width: 1250px;
    margin: auto;
}

.gao10px {
    clear: both;
    height: 10px;
    margin: auto;
}
.pc{
    display: unset;
}
.mini{
    display: none;
}
/* 头部 */
.header {
    height: 120px;
}

.head {
    width: 1250px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head .nav {
    text-align: right;
}

.head .nav li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    width: 100px;
    height: 43px;
    line-height: 43px;
}

.head .nav li:nth-last-child(1) {
    margin-right: 0;
}

.head .nav li.on {
   /* background: url(../images/dxtz_2.png) no-repeat;*/
    background-size: 100% 100%;
        background-color: #0867b4;
    border-radius: 21px;
}

.head .nav li a {
    font-size: 22px;
    color: black;
}

.head .nav li.on a {
    color: white;
}
.SecondaryBanner{
    padding-top: 5px;
    height: 198px;
    width: 100%;
}
.sbanner1{
    background: url(../images/sbanner1.jpg) no-repeat center/cover;
}
.sbanner2{
    background: url(../images/sbanner2.jpg) no-repeat center/cover;
}
.sbanner3{
    background: url(../images/sbanner3.jpg) no-repeat center/cover;
}
/* 脚部 */
.footer {
    display: flex;
    min-height: 150px;
    background-color: #0867b4;
}
.foot a
{
  color:#fff;
}

.foot {
    display: flex;
    flex-direction: column;
    width: 1250px;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.footer .gnbox {
    display: flex;
    height: 25%;
    text-align: center;
    margin: 10px auto;
}

.footer .gnbox a {
    color: white;
    font-size: 20px;
    margin: 0 20px;
}

.bqbox {
    display: flex;
    margin: 10px auto;
}


.detailText p{
  line-height: 200%;
  font-size: 18px;
  color: #333;
}

.bqbox span {
    color: white;
    font-size: 17px;
    margin: 0 10px;
}

@media(max-width:1200px) {
    body{
       /* background: url(../images/minibg.jpg) no-repeat;*/
        background-size: 100%;
    }
    .pc{
        display: none;
    }
    .mini{
        display: unset;
    }
    .header {
        height: auto;
    }
    .tophf{
        min-height: 200px;

    }
    .head {
        width: 100%;
        min-height: 300px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
         background: url(../images/minibg.jpg) no-repeat top center;
        background-size: cover;
        background-position-y: -22px;
    }
    .head .mini{
        width: 100%;
        margin-top: 15px;
    }

    .head .nav {
        text-align: center;
        text-align-last: center;
        background-color: #e21818;
        padding: 15px 0;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        width:100%
    }

    .head .nav li {
        width: 26%;
        line-height: 43px;
        margin: 5px 10px;
    }

    .head .nav li.on {
        background-image: none;
        background-color: #fff;
        border-radius: 10px;
    }

    .head .nav li.on a {
        font-weight: bold;
        color: #e31919;
    }

    .head .nav li a {
        color: #fff;
    }

    .head .nav li:nth-last-child(1) {
        margin-right: 10px;
    }

    .section {
        width: 100%;
    }

    .footer .gnbox {
        margin-top: 20px;
    }

    .footer .gnbox a {
        font-size: 20px;
        margin: 0 15px;
    }

    .bqbox {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bqbox span {
        margin: 5px 10px;
    }

    .list_pages_border{
        text-align: center;
    }
}