/*手机和平板*/
@media screen and (min-width: 1200px) {
    /*---轮播图*/
    .carousel-indicators {
        width: 100%;
        margin: 0;
        background-color: #a6a6a6;
        padding: 0 calc(50% - 600px);
    }

    .carousel-indicators li {
        border: 0;
        margin: 0;
        height: 12px;
        opacity: 1;
        background-color: #a6a6a6;
    }

    .carousel-indicators .active {
        background-color: #00496c;
    }
}
/*中屏下显示样式*/
@media screen and (min-width: 992px) and (max-width: 1200px) {

}

/*手机和平板*/
@media screen and (min-width: 315px) and (max-width: 992px) {
    .header {
        display: none;
    }

    .container-box {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
    }

    .header-mobile {
        display: block;
    }

    .header-mobile-english {
        background: #00496c;
        height: 40px;
        width: 100%;
    }

    .header-mobile-english > p > a {
        line-height: 40px;
        float: right;
        color: #ffffff;
    }

    .header-mobile-logo {
        background: #006595;
        width: 100%;
        text-align: center;
        position: relative;
    }

    .header-mobile-logo > .container-box > p {
        padding: 4px 5px 6px;
        width: 33px;
        height: 33px;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -18px;
        cursor: pointer;
    }

    .header-mobile-logo > .container-box > p > span {
        display: block;
        width: 90%;
        height: 2px;
        margin: 5px auto;
        background: #fff;
    }

    .header-mobile-logo > .container-box > img {
        max-height: 50px;
        margin: 14px auto 13px;
        max-width: 100%;
    }

    .header-mobile-nav {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background-color: rgba(0, 0, 0, .5);
        /*display: none;*/
        visibility: hidden;
        transition: all 100ms;
    }

    .first-mobile-nav {
        width: 70%;
        height: 100%;
        overflow-y: scroll;
        background-color: #ffffff;
        padding: 10px;
        transition: all 300ms;
        left: -70%;
        position: relative;
    }

    .first-mobile-nav li {
        margin-left: 15px;
    }

    .first-mobile-nav li > a {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 35px;
        font-size: 14px;
        color: #606266;
    }

    i.has-child {
        display: block;
        border: 5px solid #fff;
        border-left-color: #C0C4CC;
        width: 0;
        height: 0;
        float: left;
        margin-top: 12px;
    }

    .header-banner img {
        height: fit-content;
    }


    .carousel-indicators li {
        width: 30px !important;
    }

    .introduction {
        display: none;
    }

    .introduction-mobile {
        display: block;
        margin: 16px 0;
    }


    .title {
        overflow: hidden;
        line-height: 47px;
        border-bottom: 1px solid #f3f3f3;
        margin-bottom: 8px;
    }

    .title i {
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #00496c;
        float: left;
        margin: 20px 8px;
    }

    .title span {
        display: block;
        float: left;
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #00496c;
        font-size: 16px;
        padding: 0;
        border: 0;
    }

    .title a {
        display: block;
        float: right;
        font-size: 12px;
        margin-right: 8px;
        color: #444444;
    }

    .news {
        display: none;
    }
    .news-mobile {
        display: block;
    }

    .col-box {
        top: 0;
    }

    .col-4 {
        width: 100%;
        flex: none;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .notice-box {
        padding: 0;
    }

    .notice-box li {
        line-height: 35px;
        list-style: none;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .news-content {
        width: calc(50% - 16px);
        border: 0;
    }

    .news-content > img {
        width: 100%;
        height: 150px;
    }

    .news-content > p {
        line-height: 35px;
        color: #444444;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        margin: 0;
        font-size: 16px;
        font-weight: normal;
    }

    .news-content > span {
        display: none;
    }

    .footer {
        height: max-content;
        background: #00476a;
        text-align: center;
        padding: 16px 0;
    }

    .footer-top, .footer-bottom {
        display: none;
    }

    .footer-mobile {
        display: block;
    }

    .footer-mobile p {
        color: #ffffff;
        font-size: 12px;
        line-height: 22px;
    }

    .nav-left {
        display: none;
    }

    .iframe-part {
        width: 100%;
    }
}
