.content1 {
    /* 鏂板 */
    /*margin-top: 97px;*/
}

.title h1 {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 0.45rem;
    padding-bottom: 0.15rem;
}

.content .innerWrap .title {
    padding: 0.3rem 0;
}

@media only screen and (max-width: 1440px) {
    .content .innerWrap {
        width: 1110px;
    }
    .title h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .title h1 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .title h1 {
        font-size: 24px;
    }
}

.title h1::after {
    position: absolute;
    content: "";
    width: 2rem;
    height: 2px;
    background: #e40112;
    bottom: 0;
    left: 50%;
    margin-left: -1rem;
}

.innerWrap .title {
    margin-bottom: 0.4rem;
}

.innerWrap .title h2 {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 0.45rem;
    line-height: 1;
    padding-bottom: 0.16rem;
}

@media only screen and (max-width: 1440px) {
    .innerWrap .title h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .innerWrap .title h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .innerWrap .title h2 {
        font-size: 24px;
    }
}

.innerWrap .title h2::after {
    position: absolute;
    content: "";
    width: 0.4rem;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.content .innerWrap {
    width: 1270px;
    margin: 0 auto;
}

.content2 {
    padding: 0 0 0.8rem 0;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.content2 .ctx {
    display: flex;
}

.content2 .ctx .left {
    /*display: flex;*/
    justify-content: center;
    width: 40%;
}

.content2 .ctx .left div {
    padding: 0.2rem 1rem 0;
}

.content2 .ctx .left div p {
    padding: 0.05rem;
}

.content2 .ctx .left .fnt_24 {
    color: #e40112;
    font-weight: bold;
}

.content2 .ctx .right {
    display: flex;
    justify-content: center;
    width: 60%;
}

.content2 .ctx .right ul {
    width: 86%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content2 .ctx .right ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
    padding: 0.5rem 0.1rem;
    border: 1px solid #59606e;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all 0.5s ease-out;
}

.content2 .ctx .right ul li:hover {
    background: #e40112;
    border: 1px solid #e40112 !important;
}

.content2 .ctx .right ul li img {
    margin-bottom: 0.2rem;
}

.content2 .ctx .right ul li .p2 {
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

@media only screen and (max-width: 1440px) {
    .content .innerWrap {
        width: 1110px;
    }
    .banner .innerWrap {
        width: 1110px;
    }
}

@media screen and (max-width: 1280px) {
    .content .innerWrap {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .content2 .ctx {
        flex-direction: column;
    }
    .content2 .ctx .left {
        width: 100%;
        justify-content: left;
        margin-bottom: 0.3rem;
    }
    .content2 .ctx .left>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .content2 .ctx .right {
        width: 100%;
    }
    .content2 .ctx .right ul {
        width: 100%;
    }
    .content1 .ctx1 {
        flex-direction: column;
    }
}

.content1 {
    position: relative;
    padding: 1rem 0;
}

.content1 .imgBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 8.5rem;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.content1 .ctx1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.47rem;
}

.content1 .ctx1 .imgBox {
    position: relative;
    overflow: hidden;
}

.content1 .ctx1 .imgBox .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}

.content1 .ctx1 .imgBox:hover .bg {
    transform: scale(1.05);
}

.content1 .ctx2 .bottom {
    display: flex;
    justify-content: space-between;
}

.content1 .ctx2 .bottom .imgBox {
    /*display: flex;*/
    align-items: flex-end;
    width: 36%;
    height: 2.6rem;
    padding: 0.37rem 0.47rem;
}

.content1 .ctx2 .bottom .imgBox3 {
    margin: 0 0.47rem;
}

.content1 .ctx2 .imgBox {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 4.8rem;
}

.content1 .ctx2 .imgBox .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}

.content1 .ctx1 .right {
    width: 100%;
}

.content1 .ctx1 .right .p1 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 0.4rem;
}

@media only screen and (max-width: 1440px) {
    .content1 .ctx1 .right .p1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1024px) {
    .content1 .ctx1 .right .p1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .content1 .ctx1 .right .p1 {
        font-size: 20px;
    }
}

.content1 .ctx1 .right .p2 {
    /*color: #e71029;*/
    margin-bottom: 0.4rem;
    font-size: 18px;
}

@media only screen and (max-width: 1440px) {
    .content1 .ctx1 .right .p2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content1 .ctx1 .right .p2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .content1 .ctx1 .right .p2 {
        font-size: 14px;
    }
}

.content1 .ctx2 .imgBox:hover .bg {
    transform: scale(1.05);
}