a {
    text-decoration: none;
}

/* strong, strong span{
    font-weight: 800;
} */
@media screen and (min-width: 1024px) {
    .head {
        width: 100%;
    }

    .swiper-slide {
        position: relative;
    }

    .mengban {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
    }

    .banner2-text-cont {
        position: absolute;
        left: 20%;
        top: 32%;
        width: 60%;
        z-index: 999;
    }

    .banner2-text-cont .title {
        font-size: 0.48rem;
        font-weight: 700;
        color: #fff;
        line-height: 60px;
        text-align: left;
        letter-spacing: 0.01rem;
    }
    .banner2-text-cont .head {
        font-size: 0.48rem;
        font-weight: 700;
        color: #fff;
        line-height: 80px;
        text-align: left;
        letter-spacing: 0.01rem;
    }
    .banner2-text-cont .border {
        margin-top: 0.1rem;
        width: 0.3rem;
        height: 0.05rem;
        background: #fff;
    }

    .banner2-text-cont .text {
        font-size: 0.24rem;
        color: #fff;
        line-height: 0.4rem;
        margin-top: 0.5rem;
        text-align: left;
        letter-spacing: 0.01rem;
        opacity: 0.8;
       
    }

    .swiper-container {
        width: 100%;
        height: 8rem;
        overflow: hidden;
    }

    .swiper2 {
        width: 100%;
        height: auto;
    }

    .swiper-slide {
        text-align: center;
        font-size: 0.18rem;
        /* background: #fff; */

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .banner {
        width: 100%;
        height: 102%;
        margin: 0;
        padding: 0;
      
    }

    /* --------------------------------------------- */

}

/* -----media */
@media screen and (max-width: 1023px) {
    html {
        overflow-y: scroll;
    }

    :root {
        overflow-y: auto;
        overflow-x: hidden;
    }

    :root body {
        position: absolute;
    }

    body {
        width: 100vw;
        overflow: hidden;
    }

    .head {
        width: 100%;
    }

    .swiper-slide {
        position: relative;
    }

    .mengban {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
    }

    .banner2-text-cont {
        position: absolute;
        left: 6%;
        top: 18%;
        width: 90%;
        z-index: 999;
    }

    .banner2-text-cont .title {
        font-size: 0.28rem;
        font-weight: 700;
        color: #fff;
        line-height: 0.3rem;
        text-align: left;
    }
    .banner2-text-cont .head {
        font-size: 0.28rem;
        font-weight: 700;
        color: #fff;
        line-height: 0.6rem;
        text-align: left;
    }
    .banner2-text-cont .border {
        width: 0.5rem;
        height: 0.05rem;
        background: #fff;
        margin-top: 0.1rem;
    }

    .banner2-text-cont .text {
        font-size: 0.22rem;
        color: #fff;
        line-height: 0.36rem;
        text-align: left;
        margin-top: 0.3rem;
    }

    .navbox {
        width: 100%;
        height: 0.87rem;
        box-sizing: border-box;
        padding: 0 0.8rem 0 0.4rem;
        display: flex;
        background: #fff !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000001;
        border-bottom: 1px solid #e4e4e4;
    }

    .logo-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .top {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .icon {
        width: 0.34rem;
        height: 0.3rem;
        margin: auto;
        margin-left: 0;
        /* margin-right: 0.8rem; */
        display: none;
    }

    .icon1 {
        display: block;
        width: 0.34rem;
        height: 0.3rem;
        margin: auto;
        margin-left: 0;
    }

    .logo2 {
        /* display: none; */
        width: 0.6rem;
        height: 0.47rem;
        margin: auto;
        margin-left: 0;
        margin-right: 0.2rem;
        cursor: pointer;
    }

    .logo3 {
        display: none;
    }

    .logo1 {
        display: none;
        width: 0.6rem;
        height: 0.47rem;
        margin: auto;
        margin-left: 0;
        margin-right: 0.2rem;
        cursor: pointer;
    }

    .titlebox {
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        cursor: pointer;
    }

    .titlebox span:nth-child(1) {
        font-weight: 600;
        font-size: 0.28rem;
        color: #333333;
    }

    .titlebox span:nth-child(2) {
        display: none;
        font-size: 0.16rem;
        color: #666666;
        margin-top: 0.05rem;
    }

    .navList {
        display: none;
        margin: auto;
        margin-right: 0;
    }

    .navli {
        color: #333333;
        font-size: 0.16rem;
        margin: auto;
        margin-left: 0.6rem;
        margin-right: 0;
        cursor: pointer;
    }

    .navcheck {
        color: #3B7CFF;
    }

    .navli:hover {
        color: #3B7CFF;
    }

    .swiper-container {
        width: 100%;
        height: auto;
    }

    .swiper2 {
        width: 100%;
        height: auto;
    }

    .swiper-slide {
        text-align: center;
        font-size: 0.18rem;
        /* background: #fff; */

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .banner {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    /* --------------------------------------------- */
    .foot {
        width: 100%;
        height: 2.15rem;
        /* background: #333333; */
        display: flex;
        background-image: url('/img/publicc/bt.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .footcontent {
        width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
    }

    .footleft {
        margin: auto;
        margin-left: 0;
        display: none;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .footleftMO {
        width: 100%;
        box-sizing: border-box;
        padding: 0.32rem;
        display: flex;
    }

    .infos {
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
    }

    .fleftLogo {
        margin: auto;
        /* margin-top: 0.6rem;
        margin-bottom: 0.47rem; */
        margin-right: 0;
        display: flex;
        flex-direction: column;
    }

    .fleftLogo .logo {
        width: 1.13rem;
        height: 0.89rem;
        margin: auto;
        margin-bottom: 0.2rem;
    }

    .titlebox2 {
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-left: 0;
        cursor: pointer;
    }

    .titlebox2 span:nth-child(1) {
        font-weight: 600;
        font-size: 0.27rem;
        color: #fff;
        margin-bottom: 0.05rem;
    }

    .titlebox2 span:nth-child(2) {
        font-size: 0.16rem;
        color: #fff;
        margin-top: 0.05rem;
    }

    .bqspan {
        font-size: 0.2rem;
        font-weight: 400;
        color: #FEFEFE;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0.19rem;
        margin-left: 0;
    }

    .footright {
        display: none;
        margin: auto;
        margin-right: 0;
        margin-top: 0.59rem;
    }

    .footlist {
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-right: 0;
        margin-left: 0.98rem;
        margin-top: 0;
    }

    .fr {
        font-size: 0.18rem;
        font-weight: 400;
        color: #FEFEFE;
        margin: auto;
        margin-bottom: 0.29rem;
        cursor: pointer;
    }

    .ft {
        font-size: 0.18rem;
        font-weight: 400;
        color: #FEFEFE;
        opacity: 0.5;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0.18rem;
    }

    .logocontent {
        width: 0.6rem;
        height: 0.47rem;
        margin: auto;
        margin-right: 0.2rem;
    }

    .phoneNav {
        display: flex;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        /* background: rgba(0, 0, 0, 0.7); */
        z-index: 100005;
        transition: left 0.5s;
    }

    .phonePanel {
        width: 40%;
        height: 100%;
        background: #fff;
        margin: auto;
        margin-top: 0;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        padding-top: 50px;
    }

    .navliphone {
        color: #000;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        height: 40px;
        font-size: 12px;
        text-align: center;
        box-sizing: border-box;
        line-height: 40px;
        padding-top: 0px;
    }

    .logoBox {
        display: flex;
    }
}