@media screen and (max-width: 414px) {
    body {
        width: 100%;
        min-width: 375px;
    }

    .banner img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .banner .top {
        width: 100%;
    }

    .top .left {
        margin-left: 20px;
    }

    .top .right {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
    }

    .top .a_right {
        margin: 0 0px 0 12px;
    }

    .search-input input {
        padding-left: 35px;
        width: 140px;
        margin-right: 10px;
    }

    .nav {
        width: 100%;
    }

    .nav .nav_main {
        width: 100%;
    }

    .nav .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 32px;
        height: 49px;
        margin-left: 10px;
        font-weight: bold;
        line-height: 49px;
        color: rgba(34, 173, 255, 1);
    }

    .nav .title h1 {
        font-size: 22px;
    }

    .topBtn {
        margin-top: 10px;
        width: 25px;
        height: 30px;
        display: block;
        margin-right: 5px;
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer;
    }

    .topBtn span {
        display: block;
        width: 25px;
        height: 2px;
        background: rgba(34, 173, 255, 1);
        margin-bottom: 6px;
        transition: 0.5s;
    }

    .topBtn span.spa1 {
        transform: rotate(45deg);
    }

    .topBtn span.spa3 {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .nav .text {
        display: none;
    }

    .nav .text>li {
        background: rgba(30, 64, 113, 1);
        padding-left: 10px;
    }

    .nav .menu {
        position: absolute;
        width: 240px;
        left: 130px;
        top: 0;
        padding-bottom: 10px;
        overflow: visible;
        display: none;
        z-index: 2;
    }

    .menu li {
        display: flex;
        background: #fff !important;
        width: 100%;
    }

    .menu li:nth-child(1) {
        width: 100%;
        height: 0px;
        background: transparent;
    }

    .menu li div {
        cursor: pointer;
        font-size: 14px;
        line-height: 43px;
    }

    .menu div:nth-child(1) {
        width: 4px;
        height: 43px;
        background: #fff;
        opacity: 1;
    }

    .menu li .active_left {
        width: 8px;
        height: 43px;
        background: rgba(252, 163, 60, 1);
        opacity: 1;
    }

    .menu a {
        width: calc(100% - 8px);
        color: #000;
        padding-left: 17px;
        background: #fff;
    }

    .menu li .active_right {
        width: calc(100% - 8px);
        color: #fff;
        padding-left: 17px;
        background: #564A9A;
    }

    /* .active-nav:after {
        display: inline-block;
        content: '';
        position: absolute;
        width: 100%;
        height: 6px;
        background: rgba(34, 173, 255, 1);
        box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.16);
        border-radius: 4px;
        left: 0;
        bottom: -15px;
        opacity: 1;
        border-radius: 4px;
    } */

    .banner .swiper-container {
        width: 100%;
        height: 320px;
    }

    .banner .swiper-slide {
        font-size: 18px;

        /* Center slide text vertically */
    }

    .banner .center {
        width: 320px;
        margin: 47px auto 0;
        position: relative;
        z-index: 1;
    }

    .banner .banner1 {
        margin-top: 166px;
    }

    .banner .back {
        width: 320px;
        height: 137px;
        background: rgba(255, 255, 255, 0.6);
        box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.24);
        filter: blur(5px);
        position: absolute;
        left: 50%;
        margin-left: -160px;
    }

    .banner .main {
        width: 320px;
        height: 137px;
        position: relative;
        z-index: 2;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
    }

    .banner .main p:nth-child(1) {
        font-size: 16px;
        font-family: Noto Sans CJK;
        font-weight: bold;
        /* line-height: 75px; */
        color: #0559B4;
        opacity: 1;
        margin: 28px 0 0 0px;
        cursor: pointer;
        text-align: center;
    }

    .banner .main p:nth-child(2) {
        font-size: 11px;
        font-family: Noto Sans CJK;
        font-weight: 400;
        /* line-height: 75px; */
        color: #0559B4;
        opacity: 1;
        margin: 24px 0 0 0px;
        cursor: pointer;
        text-align: center;
    }

    .banner-page {
        bottom: 50px !important;
    }



    .footer_one {
        width: 100%;
        background: #fff;
    }

    .footer_one_center {
        width: 100%;
        margin: 0;
        overflow: hidden;
        display: block;
    }

    .footer_one_center .left {
        color: #004771;
        font-size: 27px;
        line-height: 50px;
        text-align: center;
    }

    .footer_one_center .right {
        height: 100%;
        padding: 0 0 0 10px;
        text-align: left;
        margin-left: 0;
    }

    .footer_one_center .right div {
        font-size: 12px;
        line-height: 26px;
    }

    .footer_two {
        width: 100%;
        background: linear-gradient(270deg, rgba(59, 139, 224, 0.89) 0%, rgba(66, 138, 180, 0.89) 100%);
    }

    .footer_two_center {
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
        padding: 10px 0;
        overflow: hidden;
        text-align: center;
        /* background: #002246; */
        color: #FFFFFF;
    }

    .logo {
        width: 100%;
        margin: 20px auto 0;
    }

    .logo img {
        width: 100%;
    }
}