.swiper-wrapper {
    height: auto;
}

.w1920_banner .swiper-container_banner {
    height: auto;
    min-height: 400px;
}

.w1920_banner .swiper-container_banner .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.content {
    position: relative;
    min-width: 1200px;
    margin: 0 auto;
}

.lsc_newfooter_lg {
    margin: 0;
}

/** 表单 **/
.content .form-container {
    width: 47.294rem;
    position: absolute;
    left: 50%;
    margin-left: -23.647rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.content .form-container input {
    width: 10.8rem;
    height: 2rem;
    line-height: 2rem;
    background: #fff;
    border-radius: 0.4rem;
    font-size: 0.72rem;
    color: #000;
    text-indent: 0.8rem;
    outline: none;
    border: none;
}

.content .form-container .formCode {
    width: 10.8rem;
    margin-bottom: 0;
    display: flex;
}

.content .form-container .formCode .codeInput {
    width: 6rem;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    background-color: #fff;
    border-radius: 0.4rem;
    font-size: 0.72rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    color: #000;
    margin-right: 0.4rem;
    text-indent: 0;
}

.content .form-container .formCode .codetxt {
    flex: 1;
    background: #e3e3e3;
    outline: none;
    height: 2rem;
    cursor: pointer;
    font-size: 0.64rem;
    border: 0;
    color: #000;
    border-radius: 0.2rem;
}


.content .form-container span {
    display: block;
    width: 12rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 0.2rem;
    font-size: 0.96rem;
    color: #999;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    box-sizing: content-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;
    animation: ball-scale-multiple 1s 0s linear infinite alternate;
}

.content .form-container span:hover {
    color: var(--Colour);
}

@-webkiet-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
}

@-o-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
}


/*** tab **/
.content .tab {
    width: 47.294rem;
    position: absolute;
    left: 50%;
    margin-left: -23.647rem;
}

.content .tab .banci_tit {
    width: 100%;
    height: 2.56rem;
    margin: 0 auto;
}

.content .tab .banci_tit ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.content .tab .banci_tit ul li {
    width: 9.6rem;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    color: var(--Colour);
    font-size: 0.88rem;
    cursor: pointer;
    transform: rotate(-2deg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 0.2rem;
}

.content .tab .banci_tit ul li span {
    padding: .2rem .4rem;
    background-color: #fff;
}

.content .tab .banci_tit ul li.cur {
    color: #fff;
}

.content .tab .banci_tit ul li.cur span {
    background-color: rgb(255 255 255 / 0%);
}

.content .tab .banci_zhuyao {
    width: 100%;
    border: 1px solid #dcdcdc;
    margin-top: 0.6rem;
}

.content .tab .banci_zhuyao ul li {
    display: none;
}

.content .tab .banci_zhuyao ul li img {
    width: 100%;
}