@charset "utf-8";

/* Í·²¿ */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: url(/zsxxw/images/header_bg.png);
    background-size: 100% 100%;
    transition: all 0.3s ease-in-out;
}

.header .w1740 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.header .w1740 .logo {
    display: block;
}

.header .w1740 .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;
}

.nav_ul .nav_li {
    padding: 0 29px;
    position: relative;
}

.nav_ul .nav_li .menu-toggle {
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.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(/zsxxw/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;
    right: 55px;
    bottom: 230px;
}

.mybanner .sz::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 92px;
    background: #FFFFFF;
    opacity: 0.4;
    left: calc(60% - 0.5px);
    top: -108px;
}

.mybanner .sz p:nth-child(1) {
    width: 40px;
    text-align: center;
    font-family: Impact;
    font-weight: 400;
    font-size: 36px;
    color: #FFA800;
    line-height: 28px;
}

.mybanner .sz span {
    display: block;
    font-size: 24px;
    font-weight: 100;
    color: #FFFFFF;
    line-height: 23px;
    opacity: 0.5;
    margin: 0 10px;
}

.mybanner .sz p:last-child {
    width: 25px;
    text-align: center;
    font-family: Impact;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 16px;
    opacity: 0.9;
}

.banner .slick-dots {
    position: absolute;
    right: 78px;
    bottom: 370px;
    display: block;
}

.banner .slick-dots li {
    margin: 18px 11px;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
}

.banner .slick-dots .slick-active {
    width: 30px;
    height: 32px;
    background: url(/zsxxw/images/banner_active_d.png);
    margin: 13px 0;
    background-size: contain;
    background-position: center;
}

/* link */

.link {
    padding: 28px 0;
    margin-top: 50px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(54,118,215,0.15);
}

.link ul {
    display: flex;
    flex-wrap: wrap;
}

.link ul li a {
    font-size: 18px;
    color: #333333;
    line-height: 42px;
}

.link ul li {
    margin: 0 20px;
}

/* Î²²¿ */

.footer {
    background: url(/zsxxw/images/footer_bg.png);
    background-size: 100% 100%;
}

.footer_t {
    padding: 65px 0 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_l ul {
    margin-top: 28px;
}

.footer_l ul li {
    line-height: 42px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer_l ul li img {
    display: block;
}

.footer_l ul li p {
    font-size: 17px;
    color: #FFFFFF;
    margin-left: 12px;
}

.twoCode img {
    display: block;
}

.twoCode p {
    margin-top: 19px;
    text-align: center;
    line-height: 17px;
    font-size: 17px;
    color: #FFFFFF;
}

.footer .bq {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .bq p {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 29px;
    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 .w1740 {
        width: 100%;
        padding: 40px 3%;
    }
}

@media (max-width:1700px) {

    .header .w1740 {
        padding: 30px 3%;
    }

    .nav_ul .nav_li {
        padding: 0 20px;
    }
}

@media (max-width:1600px) {
    .header .w1740 {
        padding: 20px 3%;
    }

    .header .w1740 .logo {
        width: calc(100% - 900px);
    }
}

@media (max-width:1500px) {
    .header .w1740 .logo {
        width: calc(100% - 800px);
    }

    .nav_ul .nav_li {
        padding: 0 10px;
    }

    .link ul {
        width: 100%;
        padding: 0 3%;
    }

    .footer .w1400 {
        width: 100%;
        padding: 0 3%;
    }
}

@media (max-width:1350px) {
    .nav_ul .nav_li .menu-toggle {
        font-size: 18px;
    }

    .header .w1740 .logo {
        width: calc(100% - 725px);
    }
}

@media (max-width:1200px) {
    .header {
        background-color: rgba(0, 0, 0, 0.15);
    }

    .header .w1740 .logo {
        width: auto;
        height: 55px;
    }

    .head_r {
        display: none;
    }

    .red {
        display: block;
        position: absolute;
        right: -120%;
        top: 95px;
        height: calc(100vh - 95px);
        overflow: auto;
    }

    .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;
    }
    
    .mybanner .sz {
        bottom: 100px;
    }

    .banner .slick-dots{
        bottom:150px;
    }
}

@media (max-width:1024px) {
    .footer_t {
        display: block;
    }

    .footer_l a {
        display: block;
    }

    .footer_l a img {
        display: block;
        margin: 0 auto;
    }

    .twoCode {
        margin-top: 30px;
    }

    .twoCode img {
        display: block;
        margin: 0 auto;
    }

    .footer_t {
        padding: 50px 0 30px;
    }
}

@media (max-width:768px) {

    .header .w1740 .logo {
        height: 40px;
    }

    .red {
        width: 100%;
    }

    .red {
        top: 80px;
        height: calc(100vh - 80px);
    }

    .footer_l ul li img {
        display: none;
    }

    .banner .slick-dots {
        display: none;
    }
    
    .mybanner .sz {
       display:none;
    }

}

@media (max-width:576px) {
    .header .w1740 .logo {
        height: 30px;
    }

    .red {
        top: 70px;
        height: calc(100vh - 70px);
    }
}

@media (max-width:480px) {

    .seach_menu .seach {
        margin-right: 10px;
    }

    .header .w1740 {
        padding: 15px 3%;
    }

    .red {
        top: 60px;
        height: calc(100vh - 60px);
    }

    .footer_t {
        padding: 30px 0;
    }

    .twoCode {
        margin-top: 20px;
    }

    .footer .bq {
        padding: 10px 0;
    }
}