body {
    background-color: #ecf6fe;
}

.pClear {
    clear: both;
}

.header {
    height: auto;
}

.header .top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.header .search-box {
    float: left;
    border: 0;
    height: 24px;
    width: auto;
    background-color: initial;
    border-radius: 12px;
    margin-top: 6px;
    margin-right: 10px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    float: right;
}

.header .search-box:hover {
    background-color: rgba(255, 255, 255, .8);
}

.header .search-box .search-btn span {
    display: none;
}

.header .search-box input {
    vertical-align: middle;
    height: 24px !important;
    line-height: 24px !important;
    background-color: inherit;
    font-size: calc(14 * var(--font-scale) * 1px);
    width: 0;
    padding: 0;
    overflow: hidden;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.header .search-box:hover input {
    width: calc(300px - 30px - 30px);
    padding: 0 15px;
}

.header .search-box .search-btn {
    background-color: inherit;
    height: 24px;
    width: 30px;
}

.header .search-box .search-btn a {
    height: 24px;
    line-height: 24px;
}

.header .search-box .search-btn img {
    width: 15px;
    height: 15px;
}

.mlqj-banner {
    height: 900px;
}

.mlqj-banner .swiper-container {
    width: 100%;
    height: 100%;
}

.mlqj-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mlqj-banner img.bannerimg {
    position: relative;
    z-index: 1;
}

.mlqj-banner img.bannerfont {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 4;
    object-fit: contain;
    height: 100%;
    width: auto;
    transform: translateX(-50%);
}

.mlqj-banner .swiper-slide::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 174px;
    background: url(2025-mlqj-banner-top.png) repeat-x top;
    z-index: 3;
}

.mlqj-banner .swiper-slide::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 174px;
    background: url(2025-mlqj-banner-btm.png) repeat-x top;
    z-index: 3;
}

.mlqj-banner .swiper-pagination-bullet {
    width: auto;
    height: auto;
    line-height: 24px;
    border-radius: 0;
    background-color: inherit;
    font-size: calc(17 * var(--font-scale) * 1px);
    color: #ffffff;
    opacity: 1;
    margin: 0 5px !important;
}

.mlqj-banner .swiper-pagination {
    text-align: right;
    bottom: 40px;
    width: auto;
    left: inherit;
    right: calc((100% - 1200px) / 2);
}

.mlqj-banner .swiper-pagination-bullet::after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 0;
    background-color: #ffffff;
    vertical-align: middle;
    margin-left: 5px;
}

.mlqj-banner .swiper-pagination-bullet:last-child::after {
    display: none !important;
}

.mlqj-banner .swiper-pagination-bullet-active {
    font-size: calc(24 * var(--font-scale) * 1px);
}

.mlqj-banner .swiper-pagination-bullet-active::after {
    width: 62px;
}

.mlqj-logo {
    position: absolute;
    width: 100%;
    left: 0;
    top: 56px;
    z-index: 9;
    font-size: 0;
}

.mlqj-logo .logo {
    display: inline-block;
    vertical-align: top;
}

.mlqj-logo .logo img {
    width: 417px;
    display: block;
}

.header .nav {
    width: calc(100% - 417px);
    display: inline-block;
    z-index: 9;
    margin-top: 24px;
    vertical-align: top;
}

.header .nav ul {
    width: 100%;
    text-align: right;
}

.header .nav ul li {
    float: none;
    display: inline-block;
}

.header .nav ul li:first-child {
    width: 10%;
}

.header .nav ul li:first-child i {
    width: 40px;
    left: calc((100% - 40px) / 2);
}

.header .nav ul li span {
    font-size: calc(20 * var(--font-scale) * 1px);
    opacity: 1;
    text-shadow: 1px 2px 2px rgba(6, 73, 142, .65);
    font-weight: 700;
}

.header .nav ul li i {
    bottom: 6px;
}

.mljq-bg {
    width: 100%;
    background: url(2025-mlqj-bg.jpg) no-repeat top;
    background-size: cover;
}

.mlqj-zjqj {
    padding-top: 60px;
}

.mlqj-zjqj .zjqj-tit {
    width: 256px;
    float: left;
    display: block;
}

.mlqj-zjqj .zjqj-tit img {
    width: 256px;
    display: block;
}

.mlqj-zjqj .zjqj-txt {
    font-size: calc(18 * var(--font-scale) * 1px);
    width: calc(100% - 256px - 430px);
    float: left;
    margin-left: 30px;
    margin-top: 0;
}

.mlqj-zjqj .zjqj-txt p {
    height: calc(38px * 5);
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 5;
    word-wrap: break-word;
    word-break: break-all;
    text-indent: 2em;
    margin-top: 0px;
    text-align: justify;
}

.mlqj-zjqj .zjqj-txt .more {
    color: #12489d;
    margin-top: 10px;
    display: block;
    margin-left: -5px;
}

.mlqj-zjqj .zjqj-menu {
    font-size: 0;
    float: right;
    width: 370px;
    margin-top: 0;
}

.mlqj-zjqj .zjqj-menu li {
    display: inline-block;
    width: 161px;
    margin-right: calc((100% - 161px * 2) / 2);
    height: 49px;
    line-height: 49px;
    margin-bottom: 25px;
}

.mlqj-zjqj .zjqj-menu li:last-child {
    margin-right: 0;
}

.mlqj-zjqj .zjqj-menu li a {
    width: 100%;
    display: block;
    position: relative;
    background: no-repeat center;
    background-image: url('/images/2025-mlqj-zjqj-menu-new-ico02.png');
}

.mlqj-zjqj .zjqj-menu li a:hover {
    background-image: url('/images/2025-mlqj-zjqj-menu-new-ico01.png');
}

.mlqj-zjqj .zjqj-menu li a:hover span {
    color: #fff;
}

.mlqj-zjqj .zjqj-menu li img {
    width: 120px;
    height: 120px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.mlqj-zjqj .zjqj-menu li img.ico {
    position: relative;
    z-index: 3;
}

.mlqj-zjqj .zjqj-menu li img.icobg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

.mlqj-zjqj .zjqj-menu li img.icobghover {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
}

.mlqj-zjqj .zjqj-menu li span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: calc(20 * var(--font-scale) * 1px);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.mlqj-zjqj .zjqj-menu li a:hover img.icobg {
    opacity: 0;
}

.mlqj-zjqj .zjqj-menu li a:hover img.icobghover {
    opacity: 1;
}

.mlqj-zjqj .zjqj-menu li a:hover span {
    color: #12489d;
}

.mlqj-tit01 {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 60px;
}

.mlqj-tit01 a,
.mlqj-tit01 img {
    display: inline-block;
}

.mlqj-cyqj-l {
    width: 690px;
    float: left;
    margin-top: 24px;
}

.mlqj-cyqj-l .cyqj-l-menu {
    height: 190px;
    float: left;
    margin-top: 12px;
    overflow: hidden;
}

.mlqj-cyqj-l .cyqj-l-menu.fr {
    float: right;
}

.mlqj-cyqj-l .cyqj-l-menu.menu01 {
    width: 370px;
}

.mlqj-cyqj-l .cyqj-l-menu.menu02 {
    width: 308px;
}

.mlqj-cyqj-l .cyqj-l-menu.menu03 {
    width: 690px;
}

.mlqj-cyqj-l .cyqj-l-menu a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.mlqj-cyqj-l .cyqj-l-menu img {
    display: block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.mlqj-cyqj-l .cyqj-l-menu img.menuimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlqj-cyqj-l .cyqj-l-menu img.menutit {
    position: absolute;
    left: 0;
    bottom: 18px;
    margin: 0 !important;
}

.mlqj-cyqj-l .cyqj-l-menu a:hover img.menuimg {
    width: 105%;
    height: 105%;
    margin: 0 0 0 -2.5%;
}

.mlqj-cyqj-r {
    width: 498px;
    height: 593px;
    float: right;
    margin-top: 36px;
    position: relative;
}

.mlqj-cyqj-r .cyqj-tit {
    position: absolute;
    left: 0;
    bottom: 28px;
    z-index: 2;
}

.mlqj-cyqj-r .swiper-container {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mlqj-cyqj-r .swiper-container a {
    width: 100%;
    height: 100%;
    display: block;
}

.mlqj-cyqj-r .swiper-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.mlqj-cyqj-r .swiper-container a:hover img {
    width: 105%;
    height: 105%;
    margin-left: -2.5%;
}

.mlqj-cyqj-r .swiper-container .swiper-pagination {
    text-align: right;
    right: 5px;
    bottom: 36px;
}

.mlqj-cyqj-r .swiper-container .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: .65;
}

.mlqj-cyqj-r .swiper-container .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 4px;
    opacity: 1;
}

.mlqj-yqqj {
    margin-top: 60px;
}

.mlqj-yqqj .yqqj-img-ul01 {
    width: 100%;
    margin-top: 36px;
}

.mlqj-yqqj .yqqj-img-ul01 li {
    width: 271px;
    height: 404px;
    margin-right: calc((100% - 271px * 4) / 3);
    float: left;
    overflow: hidden;
}

.mlqj-yqqj .yqqj-img-ul01 li:last-child {
    margin-right: 0;
}

.mlqj-yqqj .yqqj-img-ul01 li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.mlqj-yqqj .yqqj-img-ul01 li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.mlqj-yqqj .yqqj-img-ul01 li:nth-child(n+2) a:hover img {
    width: 105%;
    height: 105%;
    margin-left: -2.5%;
}

.mlqj-yqqj .yqqj-img-ul01 li:first-child img {
    width: 205px !important;
    height: auto !important;
    display: block;
    vertical-align: middle;
    margin: 114px auto 0;
}

.mlqj-yqqj .yqqj-img-ul01 li span {
    width: 58px;
    white-space: break-spaces;
    padding: 20px 20px 0;
    min-height: 192px;
    background: url(2025-mlqj-yqqj-tit-bg.png) no-repeat top;
    background-size: cover;
    text-align: center;
    display: block;
    position: absolute;
    right: 38px;
    top: 0;
    z-index: 2;
    color: #ffffff;
    font-size: calc(18 * var(--font-scale) * 1px);
}

.mlqj-yqqj .yqqj-img-ul01 li i {
    width: 100%;
    height: 100%;
    display: block;
    background: url(2025-mlqj-yqqj-img-box.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.mlqj-yqqj .yqqj-img02 {
    margin-top: 30px;
    height: 200px;
    position: relative;
}

.mlqj-yqqj .yqqj-img02 .swiper-container {
    height: 100%;
}

.mlqj-yqqj .yqqj-img02 .swiper-container a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.mlqj-yqqj .yqqj-img02 .swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.mlqj-yqqj .yqqj-img02 .swiper-container a:hover img {
    width: 105%;
    height: 105%;
    margin-left: -2.5%;
}

.mlqj-yqqj .yqqj-img02 .swiper-container span {
    width: calc(100% - 20px);
    padding: 0 10px;
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 15px;
    font-size: calc(18 * var(--font-scale) * 1px);
    text-shadow: -2px 2px 2px #000;
}

.mlqj-yqqj .yqqj-img02 .swiper-button-next {
    right: -50px;
    color: #12489d;
}

.mlqj-yqqj .yqqj-img02 .swiper-button-prev {
    left: -50px;
}

.mlqj-yqqj .yqqj-img02 .swiper-button-next::after,
.mlqj-yqqj .yqqj-img02 .swiper-button-prev::after {
    color: #12489d;
}

.mlqj-rwqj {
    margin-top: 60px;
}

.mlqj-rwqj .rwqj-img {
    margin-top: 36px;
    font-size: 0;
    float: left;
}

.mlqj-rwqj .rwqj-img li {
    width: 120px;
    height: 540px;
    overflow: hidden;
    margin-right: 8px;
    display: inline-block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.mlqj-rwqj .rwqj-img li:last-child {
    margin-right: 0;
}

.mlqj-rwqj .rwqj-img li.active {
    width: 510px;
}

.mlqj-rwqj .rwqj-img li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.mlqj-rwqj .rwqj-img li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.mlqj-rwqj .rwqj-img li i {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .65);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.mlqj-rwqj .rwqj-img li a::before {
    content: '';
    width: 100%;
    height: 52px;
    background: url(2025-mlqj-rwqj-wen-top.png) no-repeat top;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.mlqj-rwqj .rwqj-img li a::after {
    content: '';
    width: 100%;
    height: 52px;
    background: url(2025-mlqj-rwqj-wen-btm.png) no-repeat bottom;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.mlqj-rwqj .rwqj-img li span {
    width: 30px;
    padding: 20px 45px;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    text-align: center;
    font-size: calc(24 * var(--font-scale) * 1px);
    color: #ffffff;
    overflow: hidden;
}

.mlqj-rwqj .rwqj-img li.active i,
.mlqj-rwqj .rwqj-img li.active a::before,
.mlqj-rwqj .rwqj-img li.active a::after {
    display: none;
}

.mlqj-rwqj .rwqj-img li.active span {
    width: 280px;
    padding: 0 20px;
    height: 49px;
    line-height: 49px;
    background: url(2025-mlqj-rwqj-tit-bg.png) no-repeat;
    background-size: cover;
    top: inherit;
    bottom: 32px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: inherit;
}

.mlqj-rwqj .rwqj-ico {
    width: 205px;
    float: left;
    margin-top: 36px;
    height: 404px;
    margin-right: 40px;
    float: right;
}

.mlqj-rwqj .rwqj-ico img {
    width: 100%;
    display: inline-block;
    margin-top: 88px;
}

.mlqj-yxqj {
    margin-top: 60px;
    padding-bottom: 60px;
}

.mlqj-yxqj .yxqj-con {
    width: 1026px;
    height: 528px;
    margin: 36px auto 30px;
    background: url(2025-mlqj-yxqj-bg.jpg) no-repeat left top;
    position: relative;
}

.mlqj-yxqj .yxqj-con::before {
    content: '';
    display: block;
    width: 59px;
    height: 63px;
    background: url(2025-mlqj-yxqj-ico-l.png) no-repeat bottom;
    background-size: cover;
    position: absolute;
    left: 16px;
    top: 16px;
}

.mlqj-yxqj .yxqj-con::after {
    content: '';
    display: block;
    width: 59px;
    height: 63px;
    background: url(2025-mlqj-yxqj-ico-r.png) no-repeat bottom;
    background-size: cover;
    position: absolute;
    right: -30px;
    bottom: -30px;
}

.mlqj-yxqj .yxqj-con .sp-box {
    width: 980px;
    height: 480px;
    overflow: hidden;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
}

.mlqj-yxqj .yxqj-con .sp-box video {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1220px) {
    .mlqj-banner {
        height: 700px;
    }

    .mlqj-logo .logo img {
        width: 300px;
    }

    .header .nav {
        width: calc(100% - 300px);
        margin-top: 18px;
    }

    .mlqj-zjqj {
        padding-top: 30px;
    }

    .mlqj-zjqj .zjqj-menu {
        margin-top: 20px;
    }

    .mlqj-tit01 {
        margin-top: 30px;
    }

    .mlqj-cyqj-l {
        width: 58%;
    }

    .mlqj-cyqj-l .cyqj-l-menu {
        height: 150px;
    }

    .mlqj-cyqj-l .cyqj-l-menu.menu01 {
        width: calc(55% - 12px);
    }

    .mlqj-cyqj-l .cyqj-l-menu.menu02 {
        width: 45%;
    }

    .mlqj-cyqj-l .cyqj-l-menu.menu03 {
        width: 100%;
    }

    .mlqj-cyqj-r {
        width: calc(42% - 12px);
        height: 474px;
    }

    .mlqj-yqqj .yqqj-img-ul01 li {
        width: calc((100% - 12px * 3) / 4);
        height: calc(100vw * .3);
        margin-right: 12px;
    }

    .mlqj-yqqj .yqqj-img-ul01 li:last-child {
        margin-right: 0;
    }

    .mlqj-yqqj .yqqj-img-ul01 li:first-child img {
        margin-top: 30%;
        width: 80% !important;
    }

    .mlqj-yqqj .yqqj-img-ul01 li span {
        right: 28px;
        width: 48px;
        padding: 20px 10px 0;
    }

    .mlqj-rwqj .rwqj-img {
        width: 75%;
        overflow: hidden;
    }

    .mlqj-rwqj .rwqj-img li {
        width: 80px;
        height: calc(100vw * .35);
    }

    .mlqj-rwqj .rwqj-img li.active {
        width: calc(100% - 80px * 3 - 8px * 3);
    }

    .mlqj-rwqj .rwqj-img li span {
        padding: 15px 30px;
    }

    .mlqj-rwqj .rwqj-ico {
        width: calc(25% - 12px);
        overflow: hidden;
        margin-right: 0;
        text-align: center;
        height: calc(100vw * .35);
        overflow: hidden;
    }

    .mlqj-rwqj .rwqj-ico img {
        width: 80%;
        margin-top: 5%;
    }

    .mlqj-yxqj .yxqj-con {
        width: 90%;
        height: calc(100vw * .4 + 60px);
        background-size: 95% 90%;
    }

    .mlqj-yxqj .yxqj-con .sp-box {
        width: calc(100% - 60px);
        height: calc(100vw * .4);
    }
}

@media screen and (max-width: 992px) {
    .header .search-box {
        margin-right: 0;
    }

    .header .search-box:hover input {
        width: calc(100vw * .72 - 30px - 30px);
    }

    .mlqj-banner {
        height: calc(100vw * .7);
    }

    .mlqj-banner .swiper-pagination {
        right: 5px;
        bottom: 8px;
    }

    .mlqj-banner .swiper-pagination-bullet-active::after,
    .mlqj-banner .swiper-pagination-bullet-active::before {
        width: 20px;
        margin-left: 2px;
    }

    .mlqj-banner .swiper-pagination-bullet {
        font-size: calc(14 * var(--font-scale) * 1px);
        margin: 0 1px !important;
    }

    .mlqj-banner .swiper-pagination-bullet-active {
        font-size: calc(18 * var(--font-scale) * 1px);
    }

    .mlqj-logo {
        top: 46px;
    }

    .mlqj-logo .logo img {
        width: 300px;
    }

    .header .nav {
        width: 100%;
        margin-top: 15px;
    }

    .header .nav ul li {
        width: 25% !important;
        height: 40px;
    }

    .header .nav ul li span {
        font-size: calc(18 * var(--font-scale) * 1px);
        font-weight: 400;
    }

    .mlqj-zjqj {
        padding-top: 15px;
    }

    .mlqj-zjqj .zjqj-tit {
        width: 35%;
    }

    .mlqj-zjqj .zjqj-tit img {
        width: 100%;
        height: auto;
    }

    .mlqj-zjqj .zjqj-txt {
        width: calc(65% - 15px);
        float: right;
        margin-left: 0;
    }

    .mlqj-zjqj .zjqj-txt p {
        height: calc(30px * 5);
        -webkit-line-clamp: 5;
        -moz-line-clamp: 5;
        font-size: 16px;
        margin-top: 0;
        line-height: 30px;
    }

    .mlqj-zjqj .zjqj-menu {
        margin-top: 0;
        width: 100%;
    }

    .mlqj-zjqj .zjqj-menu li {
        margin-top: 15px;
        margin-bottom: 0;
        margin-right: 0 !important;
        width: calc(100% / 3);
        text-align: center;
    }

    .mlqj-zjqj .zjqj-menu li:nth-child(3n) {
        margin-right: 0 !important;
    }

    .mlqj-zjqj .zjqj-menu li a {
        width: 161px;
        max-width: 100%;
        display: inline-block;
        background-size: contain;
    }

    .mlqj-zjqj .zjqj-menu li img {
        width: 60%;
        height: auto;
    }

    .mlqj-zjqj .zjqj-menu li img.icobg,
    .mlqj-zjqj .zjqj-menu li img.icobghover {
        left: 50%;
        transform: translateX(-50%);
    }

    .mlqj-zjqj .zjqj-menu li span {
        margin-top: 10px;
    }

    .mlqj-tit01 {
        margin-top: 25px;
    }

    .mlqj-tit01 a {
        width: 100%;
        overflow: hidden;
    }

    .mlqj-tit01 img {
        width: 120%;
        margin-left: -10%;
    }

    .mlqj-cyqj-l {
        width: 100%;
        margin-top: 0;
    }

    .mlqj-cyqj-l .cyqj-l-menu {
        height: calc(100vw * .24);
    }

    .mlqj-cyqj-l .cyqj-l-menu img.menutit {
        height: 24px;
        bottom: 12px;
    }

    .mlqj-cyqj-r {
        width: 100%;
        height: calc(100vw * .4);
        margin-top: 12px;
    }

    .mlqj-cyqj-r .cyqj-tit {
        bottom: 15px;
    }

    .mlqj-cyqj-r .cyqj-tit img {
        height: 30px;
    }

    .mlqj-cyqj-r .swiper-container .swiper-pagination {
        bottom: 18px;
    }

    .mlqj-cyqj-r .swiper-container .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 2px;
    }

    .mlqj-cyqj-r .swiper-container .swiper-pagination-bullet-active {
        width: 15px;
        border-radius: 3px;
    }

    .mlqj-yqqj {
        margin-top: 0;
        overflow: hidden;
    }

    .mlqj-yqqj .yqqj-img-ul01 {
        margin-top: 5px;
    }

    .mlqj-yqqj .yqqj-img-ul01 li {
        width: calc((100% - 12px) / 2);
        height: calc(100vw * .6);
        margin-top: 15px;
    }

    .mlqj-yqqj .yqqj-img-ul01 li:nth-child(2n) {
        margin-right: 0;
    }

    .mlqj-yqqj .yqqj-img02 {
        margin-top: 15px;
        height: calc(100vw * .32);
    }

    .mlqj-yqqj .yqqj-img02 .swiper-container span {
        bottom: 10px;
    }

    .mlqj-yqqj .yqqj-img02 .swiper-button-next {
        right: -22px;
    }

    .mlqj-yqqj .yqqj-img02 .swiper-button-prev {
        left: -22px;
    }

    .mlqj-yqqj .yqqj-img02 .swiper-button-next::after,
    .mlqj-yqqj .yqqj-img02 .swiper-button-prev::after {
        font-size: 18px;
    }

    .mlqj-rwqj {
        margin-top: 15px;
    }

    .mlqj-rwqj .rwqj-img {
        width: 100%;
        margin-top: 0;
        float: none;
    }

    .mlqj-rwqj .rwqj-img li {
        margin-top: 15px;
        width: calc((100% - 12px) / 2) !important;
        height: calc(100vw * .6);
        margin-right: 12px;
    }

    .mlqj-rwqj .rwqj-img li i,
    .mlqj-rwqj .rwqj-img li a::before,
    .mlqj-rwqj .rwqj-img li a::after {
        display: none;
    }

    .mlqj-rwqj .rwqj-img li:nth-child(1) {
        float: none;
    }

    .mlqj-rwqj .rwqj-img li:nth-child(3) {
        margin-right: 0;
    }

    .mlqj-rwqj .rwqj-img li:nth-child(4) {
        display: none;
    }

    .mlqj-rwqj .rwqj-ico {
        width: calc((100% - 12px) / 2) !important;
        height: calc(100vw * .6);
        position: absolute;
        right: 0;
        bottom: calc(100vw * .6 + 15px);
        margin-top: 0;
    }

    .mlqj-rwqj .rwqj-ico img {
        width: auto;
        height: 100%;
        margin: 0 auto;
    }

    .mlqj-rwqj .rwqj-img li span {
        background: url(2025-mlqj-rwqj-tit-bg02.png) no-repeat !important;
        background-size: 100%;
        width: 48px !important;
        height: 100% !important;
        padding: 10px 10px 0 !important;
        top: 0 !important;
        bottom: inherit !important;
        left: 10px !important;
        transform: inherit !important;
        font-size: calc(18 * var(--font-scale) * 1px);
        white-space: inherit !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    .mlqj-yxqj {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .mlqj-yxqj .yxqj-con {
        width: 100%;
        height: calc(100vw * .41 + 35px);
        margin: 15px 0;
        background-size: 90% 85%;
    }

    .mlqj-yxqj .yxqj-con::before {
        left: 5px;
        top: 5px;
        width: 30px;
        height: 35px;
    }

    .mlqj-yxqj .yxqj-con::after {
        right: 0;
        bottom: 0;
        width: 30px;
        height: 35px;
    }

    .mlqj-yxqj .yxqj-con .sp-box {
        right: 15px;
        bottom: 15px;
        width: calc(100% - 35px);
        height: calc(100vw * .41);
    }
}

@media screen and (max-width: 992px) {
    .mlqj-logo .logo img {
        width: 90%;
    }

    .header .nav ul li {
        height: 30px;
    }
}

@media screen and (max-width: 500px) {
    .mlqj-zjqj .zjqj-menu li {
        width: 50%;
        margin-top: 10px;
    }
}