* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media screen and (min-width: 996px) {
    .bgad_replace {
        width: 100%;
        background-image: url(../images/bgaa.jpg);
        background-size: cover;
    }
    .bgad_replace_content {
        /* max-width: 1200px; */
        margin: 0 auto;
    }
    .bgad_replace_content_top {
        width: 100%;
        position: relative;
        margin-bottom: 35px;
    }
    .bgad_replace_content_top img {
        width: 100%;
    }
    .bgad_replace_content_top_bottom {
        position: absolute;
        width: 100%;
        display: flex;
        bottom: 0;
        left: 0;
        padding: 35px 50px;
        align-items: center;
        justify-content: space-between;
    }
    .bgad_replace_content_top_bottom_left {
        padding-left: 90px;
        background-image: url(../images/pencil.webp);
        background-repeat: no-repeat;
        background-position: left center;
    }
    .bgad_replace_content_top_bottom_left p {
        font-size: 35px;
        color: white;
    }
    .adline {
        width: 300px;
        height: 1px;
        background-color: #ec1c24;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .bgad_replace_content_top_bottom_left span {
        color: white;
        font-size: 14px;
    }
    .goview {
        width: 200px;
        height: 70px;
        line-height: 70px;
        display: block;
        text-align: center;
        color: white;
        transition: all ease 0.5s;
        border: 1px solid #fff; font-size:24px;
    }
    .goview:hover {
        background-color: #ec1c24;
        border: 1px solid #ec1c24;
    }
    .bgad_replace_content_bottom_xm {
        display: flex;
        /* max-width: 1200px; */
        justify-content: space-between;
    }
    .bgad_replace_content_bottom_xm_left {
        width: 33%;
        position: relative;
        cursor: pointer;
    }
    .bgad_replace_content_bottom_xm_left img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
    .bgad_replace_content_bottom_xm_right {
        width: 65%;
        position: relative;
        cursor: pointer;
    }
    .bgad_replace_content_bottom_xm_right img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
    .tj_cover {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        padding: 0 30px;
        padding-top: 27%;
    }
    .covertjtxt {
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 80px;
    }
    .tj_cover p {
        color: white;
        font-size: 35px;
        margin-bottom: 10px;
    }
    .tj_cover span {
        color: white;
        font-size: 14px;
    }
    .tj_cover_right {
        padding-top: 14%;
    }
    .tj_cover:hover {
        background: rgba(204, 34, 33, 0.6);
    }
    .replace_new {
        max-width: 1400px;
        margin: 50px auto;
    }
    .replace_new h1 {
        text-align: center;
        color: black;
        font-size: 35px;
        margin-bottom: 80px;
    }
    .w-al-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .w-al-unit {
        padding: 0;
        width: 33%;
        /*height: 255px;*/
        min-width: 100px;
        overflow: hidden;
        display: inline-block;
        position: relative;
        list-style: none;
        cursor: pointer;
    }
    .w-al-unit a {
        width: 100%;
        display: block;
        text-decoration: none;
        text-align: center;
    }
    .w-al-pic {
        width: 100%;
        min-width: 100px;
        height: 256px;
        line-height: 256px;
        padding: 0;
        vertical-align: top;
        clear: both;
        overflow: hidden;
    }
    .w-al-unit:hover .w-al-text {
        top: 0;
    }
    .w-al-unit:hover .w-al-pic img {
        transform: scale(1.1);
    }
    .w-al-pic img {
        width: 100%;
        height: 255px;
        object-fit: cover;
        transition: all ease 0.4s;
    }
    .w-al-text {
        transition: all ease 0.4s;
        position: absolute;
        left: 0;
        top: calc(100% - 34px);
        width: 100%;
        height: 100%;
        padding: 0 8px;
        background-color: rgba(0, 0, 0, 0.6);
        background-image: none;
        background-repeat: repeat;
        background-position: 0 0;
        background: -moz-linear-gradient(top, none, none);
        background: -o-linear-gradient(top, none, none);
        background: linear-gradient(top, none, none);
        background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
        box-sizing: border-box;
    }
    .w-al-text h5 {
        height: 34px;
        line-height: 34px;
    }
    .w-al-title {
        margin: 0;
        padding: 0;
        font-size: 14px;
        color: #fff;
        text-align: left;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        font-family: '';
        line-height: 34px;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        overflow: hidden;
    }
    .w-al-desc {
        margin: 0;
        max-height: 44px;
        font-size: 12px;
        color: #fff;
        text-align: left;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        font-family: '';
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width: 996px) {
    .replace_new {
        width: 100%;
        padding: 15px;
        margin: 50px auto;
    }
    .replace_new h1 {
        text-align: center;
        color: black;
        font-size: 25px;
        margin-bottom: 25px;
    }
    .w-al-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .w-al-unit {
        padding: 0;
        width: 100%;
        height: 255px;
        min-width: 100px;
        overflow: hidden;
        display: inline-block;
        position: relative;
        list-style: none;
        cursor: pointer;
        margin-bottom: 35px;
    }
    .w-al-unit a {
        width: 100%;
        display: block;
        text-decoration: none;
        text-align: center;
    }
    .w-al-pic {
        width: 100%;
        min-width: 100px;
        height: 256px;
        line-height: 256px;
        padding: 0;
        vertical-align: top;
        clear: both;
        overflow: hidden;
    }
    .w-al-unit:hover .w-al-text {
        top: 0;
    }
    .w-al-unit:hover .w-al-pic img {
        transform: scale(1.1);
    }
    .w-al-pic img {
        width: 100%;
        height: 255px;
        object-fit: cover;
        transition: all ease 0.4s;
    }
    .w-al-text {
        transition: all ease 0.4s;
        position: absolute;
        left: 0;
        top: calc(100% - 34px);
        width: 100%;
        height: 100%;
        padding: 0 8px;
        background-color: rgba(0, 0, 0, 0.6);
        background-image: none;
        background-repeat: repeat;
        background-position: 0 0;
        background: -moz-linear-gradient(top, none, none);
        background: -o-linear-gradient(top, none, none);
        background: linear-gradient(top, none, none);
        background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
        box-sizing: border-box;
    }
    .w-al-text h5 {
        height: 34px;
        line-height: 34px;
    }
    .w-al-title {
        margin: 0;
        padding: 0;
        font-size: 14px;
        color: #fff;
        text-align: left;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        font-family: '';
        line-height: 34px;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        overflow: hidden;
    }
    .w-al-desc {
        margin: 0;
        max-height: 44px;
        font-size: 12px;
        color: #fff;
        text-align: left;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        font-family: '';
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .bgad_replace {
        width: 100%;
        background-image: url(../images/bgaa.jpg);
        background-size: cover;
    }
    .bgad_replace_content {
        padding: 15px;
        width: 100%;
        margin: 0 auto;
    }
    .bgad_replace_content_top {
        width: 100%;
        position: relative;
        margin-bottom: 35px;
    }
    .bgad_replace_content_top img {
        width: 100%;
    }
    .bgad_replace_content_top_bottom {
        position: absolute;
        width: 100%;
        display: flex;
        bottom: 0;
        flex-wrap: wrap;
        left: 0;
        padding: 0px 15px;
        align-items: center;
        justify-content: space-between;
    }
    .bgad_replace_content_top_bottom_left {
        width: 100%;
    }
    .bgad_replace_content_top_bottom_left p {
        font-size: 20px;
        color: white;
    }
    .adline {
        width: 100px;
        height: 1px;
        background-color: #ec1c24;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .bgad_replace_content_top_bottom_left span {
        color: white;
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
    }
    .goview {
        width: 130px;
        height: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
        color: white;
        transition: all ease 0.5s;
        border: 1px solid #fff;
    }
    .goview:hover {
        background-color: #ec1c24;
        border: 1px solid #ec1c24;
    }
    .bgad_replace_content_bottom_xm {
        display: flex;
        width: 100%;
        padding: 15px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bgad_replace_content_bottom_xm_left {
        width: 100%;
        position: relative;
        cursor: pointer;
    }
    .bgad_replace_content_bottom_xm_left img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
    .bgad_replace_content_bottom_xm_right {
        width: 100%;
        position: relative;
        cursor: pointer;
    }
    .bgad_replace_content_bottom_xm_right img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
    .tj_cover {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        padding: 0 30px;
        padding-top: 50%;
    }
    .covertjtxt {
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 80px;
    }
    .tj_cover p {
        color: white;
        font-size: 23px;
        margin-bottom: 10px;
    }
    .tj_cover span {
        color: white;
        font-size: 14px;
    }
    .tj_cover_right {
        padding-top: 50%;
    }
    .tj_cover:hover {
        background: rgba(204, 34, 33, 0.6);
    }
}

@media screen and (min-width: 996px) {
    .headbot .logo {
        padding: 19px 0;
    }
    .headbot .logo a {
        margin-top: 20px;
    }
    .xgfot {
        width: 80vw !important;
    }
}

@media screen and (max-width: 996px) {
    .ntx {
        display: none;
    }
    .headbot .logo a {
        margin-top: 15px;
    }
}