﻿@media all and (min-width: 1430px) and (max-width: 2047px) {}

@media screen and (max-width: 1730px) {
    .banBg {
        width: 450px;
        height: 450px;
    }
}

@media screen and (max-width: 1480px) {

    .container {
        width: 85%;
    }

    .navgation ul .nli {
        margin-left: 25px;
    }

    .banBg {
        width: 360px;
        height: 360px;
    }

    .main_nav .box {
        margin: 60px 0;
    }

    .main_nav .box .name {
        margin-bottom: 10px;
    }

    .main_nav .box .name img {
        height: 20px;
    }


    .main_nav .box .ico img {
        height: 56px;
    }

    .banq p {
        font-size: 14px;
    }

    .nav_right .box .ico {
        margin-left: 20px;
    }

    .nav_left .box .ico {
        margin-right: 20px;
    }

    .banBg::before {
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        left: -15px;
        top: -15px;
    }

    .main_nav .box .ico {
        width: 64px;
        height: 64px;
    }
}

.mbheader {
    display: none;
}


@media screen and (max-width: 1180px) {
    .container {
        width: 95%;
    }

    .nav_right .box .title {
        width: auto;
        flex: 1
    }

    .main {
        height: auto;
        background: #CDE4FF;
    }

    .nheader {
        display: none;
    }

    .mbheader {
        display: block;
    }


    .main_nav {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main_nav .box {
        left: 0 !important;
        right: 0 !important;
        margin: 30px 0;
    }

    .content {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

    .footer {
        height: auto;
        padding: 20px 0;
    }

    .banq p {
        font-size: 14px;
        text-align: center;
    }

    .main_nav .box .ico img {
        height: 36px;
    }

    .main_nav .box .ico {
        width: 62px;
        height: 62px;
    }

    .nav_right .box .ico {
        margin-left: 20px;
    }

    .nav_left .box .ico {
        margin-right: 20px;
    }

    .main_nav .box .name {
        margin-bottom: 5px;
    }

    .main_nav .box .name img {
        height: 20px;
    }

    .main_nav .box .ico::before {
        display: none;
    }

    .subNav {
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: unset;
        padding-bottom: 10px;
    }

    .subNav a {
        font-size: 16px;
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
    }

    .detail {
        padding: 25px 40px;
    }

    .crumbs {
        bottom: 20px;
    }

    .crumbs .name {
        font-size: 24px;
    }

    .crumbs .name::before {
        border-bottom: 2px solid #fff;
        bottom: -5px;
    }

    .detail .title {
        font-size: 24px;
    }

    .picture .info {
        justify-content: space-between;
    }

    .picture .box {
        width: 48%;
        margin-bottom: 4%;
        margin-right: 0;
    }

}

@media screen and (max-width: 640px) {
    .mbbanlist {
        display: block;
    }

    .banBg {
        display: none;
    }

    .header {
        height: 78px;
        background: linear-gradient(180deg, #88CBF8 0%, #5288E8 48%, #559DE7 100%);
        box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    }

    .header h1 img {
        height: 60px;
    }

    .main_nav .box .en img {
        height: 10px;
    }

    .main_nav {
        align-items: flex-start;
    }

    .main_nav.nav_right {
        align-items: flex-end;
    }

    .main_nav .box .en {
        font-size: 12px;
        white-space: wrap;
    }

    .nav_right .box .ico {
        margin-left: 10px;
    }

    .nav_left .box .ico {
        margin-right: 10px;
    }

    .detail {
        padding: 25px 15px;
    }

    .detail .dtl p {
        font-size: 14px !important;
        line-height: 25px !important;
    }

    .subNav a {
        font-size: 15px;
        padding: 0 15px;
        height: 35px;
        line-height: 35px;
    }

    .subNav {
        margin: 20px 0;
    }

    .crumbs .list {
        display: none;
    }

    .detail .title {
        font-size: 18px;
    }

    .detail .timer {
        margin: 10px 0;
        font-size: 14px;
    }

    .detail .dtl {
        padding: 15px 0;
    }

    .textlist .box {
        padding: 15px;
    }

    .textlist .box .d {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .textlist .box .desc {
        line-height: 22px;
        height: 44px;
        margin-top: 7px;
    }

    .list-page {
        margin: 20px 0;
    }

    .piclist .box {
        padding: 15px;
    }

    .piclist .box .img {
        width: 100%;
    }

    .piclist .box .img img {
        height: auto;
    }

    .piclist .box .tt {
        padding: 15px 0;
    }

    .piclist .box .desc {
        line-height: 22px;
        height: 44px;
        margin: 10px 0 20px 0;
    }

    .picture .box {
        width: 100%;
        margin-bottom: 20px;
        padding: 15px;
    }

    .detail-page .box {
        width: 100%;
        line-height: 20px;
        padding: 10px 0;
    }

    .detail-page .box:last-of-type {
        text-align: left;
    }

    .header h1 {
        width: 100%;
        text-align: center;
    }

    .header h1 img {
        width: auto;
    }

}