@charset "utf-8";

/* Í·²¿ */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 108px;
    z-index: 99;
    transition: all 0.3s ease-in;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.header.onen {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    border: none;
    transition: all 0.3s ease-in;
}

.header_main {
    width: 100%;
    height: 100%;
    position: relative;
}

.header .header_main::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100vw/6*1);
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    transition: all 0.3s ease-in;
}

.header.onen .header_main::before {
    display: none;
    transition: all 0.3s ease-in;
}

.header .w1800 {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header .w1800 .logo {
    display: block;
}

.header .w1800 .logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.head_r {
    display: flex;
    align-items: center;
}

.head_r .seach img {
    display: block;
    margin-top: 5px;
}

.nav_ul {
    display: flex;
    margin-right: 32px;
}

.nav_ul .nav_li {
    padding: 3px 32px;
    position: relative;
}

.nav_ul .active {
    font-weight: bold;
}

.nav_ul .active::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 3px;
    background: linear-gradient(90deg, #024CC6, #20D3C8);
    left: calc(50% - 19px);
    bottom: -27px;
}

.nav_ul .nav_li .menu-toggle {
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}

.nav_ul li .menu-items {
    display: none;
    position: absolute;
    min-width: 100%;
    width: auto;
    background-color: #0B7BC6;
    left: 50%;
    top: 100%;
    z-index: 10;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.nav_ul li .menu-items li {
    line-height: 42px;
    transition: all 0.3s ease;
}

.nav_ul li .menu-items li:hover {
    background: #13A6C7;
}

.nav_ul li .menu-items li a {
    display: block;
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-weight: 100;
}

.seach_menu {
    display: none;
    align-items: center;
}

.seach_menu a {
    display: block;
}

.seach_menu .seach {
    width: 24px;
    height: 24px;
    background-image: url(/jyzx/news_2025/images/magnifyingGlass.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
}

.seach_menu .menu span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin-bottom: 7px;
}

.seach_menu .menu span:last-child {
    margin-bottom: 0px;
}

/* banner */

.mybanner {
    position: relative;
}

.mybanner .sz {
    z-index: 9;
    position: absolute;
    display: flex;
    align-items: flex-end;
    left: calc(((100% - 1500px)/2) + 231px);
    bottom: 43px;
}

.mybanner .sz p:nth-child(1) {
    width: 40px;
    text-align: center;
    font-family: Impact;
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    line-height: 28px;
}

.mybanner .sz span {
    display: block;
    font-size: 24px;
    font-weight: 100;
    color: #FFFFFF;
    line-height: 24px;
    margin: 0 5px;
}

.mybanner .sz p:last-child {
    width: 24px;
    text-align: center;
    font-family: Impact;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 20px;
}

.banner .slick-dots {
    position: absolute;
    left: calc((100% - 1500px)/2);
    bottom: 32px;
    display: flex !important;
    align-items: center;
}

.banner .slick-dots li {
    margin: 16px 29px;
    width: 11px;
    height: 11px;
    background: #FFFFFF;
}

.banner .slick-dots .slick-active {
    width: 43px;
    height: 43px;
    margin: 0 25px;
    background: url(/jyzx/news_2025/images/banner_active_lbd.png);
    background-size: contain;
    background-position: center;
}

/* Î²²¿ */

.footer {
    background: url(/jyzx/news_2025/images/footer_bg.png);
    background-size: 100% 100%;
}

.footer_t {
    padding: 250px 0 50px;
}

.footer_t .w1500 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_t .footer_l a,
.footer_t .footer_l a img {
    display: block;
}

.footer_t .footer_l p {
    margin-top: 15px;
    font-weight: bold;
    font-size: 35px;
    line-height: 66px;
    color: #FFFFFF;
}


.twoCode {
    display: flex;
    margin-right: 10%;
}

.twoCode li {
    margin: 0 14px;
}

.twoCode li img {
    display: block;
    width: 81px;
    height: 81px;
    margin: 0 auto;
}

.twoCode li p {
    margin-top: 16px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #FFFFFF;
}

.footer .bq {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .bq p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    white-space: wrap;
    text-align: center;
    opacity: 0.6;
}

.footer .bq p a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 29px;
    display: block;
    margin-left: 10px;
}

@media (max-width:1800px) {
    .header_main .w1800 {
        width: 100%;
        padding: 0 3%;
    }

    .nav_ul .nav_li {
        padding: 3px 20px;
        position: relative;
    }

    .header .w1800 .logo {
        max-width: calc(100% - 980px);
    }
}



@media (max-width:1550px) {
    .nav_ul .nav_li {
        padding: 3px 15px;
        position: relative;
    }

    .header .w1800 .logo {
        max-width: calc(100% - 900px);
    }

    .nav_ul {
        display: flex;
        margin-right: 15px;
    }

    .footer_t .w1500,
    .bq .w1500 {
        width: 100%;
        padding: 0 3%;
    }

    .banner .slick-dots {
        left: 3%;
    }

    .banner .slick-dots li {
        margin: 10px 15px;
        width: 8px;
        height: 8px;
    }

    .banner .slick-dots .slick-active {
        width: 28px;
        height: 28px;
        margin: 0 15px;
        background-size: contain;
    }

    .mybanner .sz {
        left: calc(3% + 150px);
        bottom: 35px;
    }

    .twoCode {
        margin-right: 0;
    }

}

@media (max-width:1350px) {
    .nav_ul .nav_li .menu-toggle {
        font-size: 16px;
    }

    .header .w1800 .logo {
        max-width: calc(100% - 830px);
    }
}

@media (max-width:1200px) {

    .header .w1800 .logo {
        max-width: none;
        height: 60px;
    }

    .header {
        height: 100px;
    }

    .header {
        background-color: rgba(0, 0, 0, 0.15);
    }

    .head_r {
        display: none;
    }

    .red {
        display: block;
        position: absolute;
        right: -120%;
        top: 100px;
        height: calc(100vh - 100px);
        overflow: auto;
        z-index: 100;
    }

    .seach_menu {
        display: flex;
    }

    .menu span {
        transition: transform 0.3s ease;
    }

    .menu span:first-child {
        margin-top: 0;
    }

    .menu.open span:nth-child(1) {
        width: 24px;
        transform: rotate(45deg);
        margin-top: 9px;
    }

    .menu.open span:nth-child(2) {
        width: 24px;
        transform: rotate(-45deg);
        margin-top: -9px;
    }

    .menu.open span:nth-child(3) {
        opacity: 0;
    }

    .footer_t .footer_l p {
        font-weight: bold;
        font-size: 24px;
        line-height: 60px;
    }

    .footer_t .footer_l a {
        height: 80px;
        width: auto;
    }

    .footer_t .footer_l a img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width:900px) {

    .footer_t .w1500 {
        display: block;
    }

    .footer_t .footer_l a {
        max-width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .footer_t .footer_l p {
        text-align: center;
    }

    .twoCode {
        margin-top: 30px;
        justify-content: center;
    }

    .footer_t {
        padding: 50px 0 30px;
    }

    .footer {
        background-size: auto 160%;
        background-repeat: no-repeat;
        background-position: bottom;
    }
}

@media (max-width:768px) {
    .header {
        height: 80px;
        background: #0971C6;
        z-index: 101;
        border-bottom-color: rgba(255, 255, 255, 0.3);
    }

    .header.onen {
        background: #0971C6;
        transition: all 0.3s ease-in;
    }

    .header_main .w1800 {
        padding: 0 2%;
    }

    .header .header_main::before {
        display: none;
    }

    .header .w1800 .logo {
        height: 45px;
    }

    .red {
        width: 100%;
    }

    .red {
        top: 80px;
        height: calc(100vh - 80px);
    }

    .mybanner {
        margin-top: 80px;
    }

    .footer_t .footer_l p {
        font-size: 18px;
        line-height: 36px;
    }

    .footer_t .footer_l a {
        max-width: 90%;
        height: auto;
        margin: 0 auto;
    }
}

@media (max-width:700px) {

    .mybanner .sz,
    .banner .slick-dots {
        display: none !important;
    }
}

@media (max-width:480px) {
    .seach_menu .seach {
        margin-right: 10px;
    }

    .header .w1800 .logo {
        max-width: calc(100% - 80px);
        height: auto;
    }

    .header .w1800 .logo {
        height: 40px;
    }

    .header {
        height: 60px;
    }

    .red {
        top: 60px;
        height: calc(100vh - 60px);
    }

    .mybanner {
        margin-top: 60px;
    }

    .footer_t {
        padding: 40px 0 20px;
    }

    .footer .bq {
        padding: 10px 0;
    }
}