.banner {
    position: relative
}

.banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px
}

.banner-h2 {
    color: #fff;
    font-size: var(--font-size-h2)
}

.s6 {
    background-color: #fbfbfb
}

.s6-title {
    margin-bottom: .6rem !important
}

.section6 .swiper-container {
    overflow: visible
}

.section6 .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between
}

.section6 .swiper-slide {
    min-width: 32.5%;
    margin-right: 1.1%;
    -webkit-box-shadow: 0 0 62px 0 rgba(220, 212, 213, .36);
    box-shadow: 0 0 62px 0 rgba(220, 212, 213, .36)
}

.section6 .swiper-slide:nth-child(4n) {
    margin-right: 0
}

.section6 .swiper-slide:last-child {
    background: transparent;
    -webkit-box-shadow: 0 0 62px 0 rgba(220, 212, 213, 0);
    box-shadow: 0 0 62px 0 rgba(220, 212, 213, 0)
}

.section6 .li {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 35px;
    border: 1px solid #f3f3f3;
    background: #f7f5f5
}

.section6 .li:hover .btn .icon_rjiantou1 {
    margin-left: 15px
}

.section6 .imgBox {
    position: relative;
    overflow: hidden
}

.section6 .font {
    padding: 25px
}

.section6 .font .tag {
    letter-spacing: 0;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 28px
}

.section6 .font .tit {
    overflow: hidden;
    min-height: 75.16px;
    margin-top: 5px;
    margin-bottom: 14px;
    color: #333;
    font-size: 22px;
    line-height: 1.64;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.section6 .font .dec {
    margin-bottom: 40px;
    color: #888;
    font-size: 16px;
    line-height: 1.75
}

.section6 .font .btn {
    -webkit-transition: all .6s;
    transition: all .6s;
    color: #888;
    font-size: 15px
}

.section6 .font .btn .icon_rjiantou1 {
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all .6s;
    transition: all .6s;
    font-size: 12px;
    font-weight: 600
}

.section6 .fbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 30px 30px 30px 45px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.s6-end-box {
    position: relative;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 62px 0 rgba(220, 212, 213, .36)
}

.s6-center-content {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.s6-p1 {
    color: #e7242a
}

.s6-div1 {
    width: 70px;
    height: 70px;
    margin-top: .2rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #e7242a;
    font-size: 30px;
    line-height: 70px
}

.s6-end-box-img {
    overflow: hidden;
    width: 100%
}

.s6-end-box-img img {
    width: 100%
}

.s6-end-box:hover img {
    transition: .6s;
    transform: scale(1.05)
}

.section6 .swiper-pagination {
    display: none
}

.s6-h2 {
    text-align: center;
    color: #222;
    font-family: OPPOSans-R;
    font-size: 42px
}

@media screen and (max-width: 1599px) {
    .section6 .fbox {
        padding: 30px 20px
    }
}

@media screen and (max-width: 1439px) {
    .section6 .font .tit {
        font-size: 20px
    }

    .section6 .font .dec, .section6 .font .tag {
        font-size: 15px
    }

    .section6 .font .dec {
        margin-bottom: 30px
    }

    .section6 .font .btn {
        font-size: 14px
    }
}

@media screen and (max-width: 1359px) {
    .section6 .font .tit {
        margin-bottom: 10px;
        font-size: 18px
    }

    .section6 .font .dec {
        margin-bottom: 20px
    }

    .section6 .font {
        padding: 20px
    }

    .section6 .font .dec, .section6 .font .tag {
        font-size: 14px
    }
}

@media screen and (max-width: 1151px) {
    .section6 .swiper-container {
        overflow: hidden;
        padding-bottom: 45px
    }

    .section6 .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .section6 .swiper-pagination {
        display: block
    }
}

@media screen and (max-width: 640px) {
    .section6 {
        padding: 1.2rem 0 1.3rem
    }
}

@media (min-width: 768px) {
    .section6 .swiper-slide {
        flex: 1
    }
}

.banner-bg img {
    object-fit: cover
}

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

.s1-qr-code {
    position: absolute;
    top: calc(1rem + 10px);
    left: calc(10% - 48px)
}

.s1-qr-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: .2rem;
    border-radius: 50%;
    background-color: #f7f7f7
}

@media (max-width: 1600px) {
    .s1-qr-code {
        left: 0
    }
}

@media (max-width: 1100px) {
    .s1-qr-code {
        top: calc(100% - 48px);
        left: 50%;
        display: flex;
        transform: translateX(-50%)
    }

    .s1-qr-item {
        margin-right: .2rem
    }

    .s6 {
        margin-top: .2rem
    }
}

@media (max-width: 750px) {
    .banner-bg {
        overflow: hidden;
        min-height: 400px
    }

    .banner-bg img {
        height: 400px;
        object-fit: over
    }
}

.new-cont {
    display: flex;
    justify-content: center
}

.s1-tag {
    width: 80px;
    height: 30px;
    margin-left: .1rem;
    padding: 7px 8px;
    color: #fff !important;
    border-radius: 4px;
    background-color: #e62129;
    font-family: OPPOSans-M;
    font-size: 16px !important
}

.new-cont .left {
    flex: 1;
    padding: 0 0 .7rem;
    background-color: #fff
}

.new-cont .right {
    width: 420px;
    height: auto;
    margin: 0 .4rem
}

.new-cont .right .contact {
    width: 100%;
    height: auto;
    padding: 30px;
    border-radius: 10px;
    background-color: #f6f6f6
}

.from-tit .tit {
    color: #222;
    font-size: 40px;
    line-height: 56px
}

.new-cont .right .desc {
    margin: 20px 0 35px;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1.5
}

.new-cont .right .inputbox {
    display: grid;
    margin-bottom: 10px;
    grid-template-columns:repeat(2, 1fr);
    gap: 10px
}

.new-cont .right .inputlayout {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-radius: 10px;
    background-color: #fff
}

.new-cont .right .sub_btn {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #e62129;
    font-size: 18px
}

.contact {
    position: sticky;
    top: calc(50px + .5rem)
}

.left .top {
    margin-bottom: .3rem
}

.top .date {
    margin-right: 20px
}

.top span {
    color: #333;
    font-size: 14px;
    line-height: 27px
}

.new-cont .new-tit {
    margin: .4rem 0;
    color: #111;
    font-family: WixMadeforDisplay-Medium;
    font-size: .4rem
}

.new-cont .cont, .new-cont .cont p {
    margin-bottom: .4rem
}

.new-cont .cont p {
    font-size: 18px;
    line-height: 1.5
}

.shareicon ul {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-template-rows:repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 2px
}

.more-list .lmore {
    margin-top: .5rem;
    color: #d6001d;
    font-size: var(--font-size-18)
}

.more-list ul {
    padding-left: 20px;
    list-style-type: disc;
    color: #666
}

.more-list li {
    margin-top: .3rem
}

.more-list ul p {
    font-size: var(--font-size-18)
}

.s1-center-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5rem 0
}

.s1-bottom-text p {
    margin-bottom: .3rem;
    font-size: var(--font-size-18)
}

.s1-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .4rem;
    padding-bottom: .6rem
}

.s1-switch-content a {
    margin: .1rem;
    padding: .1rem .2rem;
    border: 1px solid #ececec;
    border-radius: 20px;
    background-color: #fff
}

@media (max-width: 1000px) {
    .new-cont {
        flex-wrap: wrap
    }

    .new-cont .left {
        min-width: 460px
    }
}

@media (max-width: 520px) {
    .new-cont .left {
        min-width: auto
    }
}

.more-blog {
    padding-top: .7rem;
    border-top: 1px solid #ececec
}

.s5-content {
    display: flex
}

.more-blog-item {
    padding: 14px 0
}

.more-blog-item.hr {
    border-bottom: 1px solid #ececec
}

.s5-img {
    overflow: hidden;
    max-width: 210px;
    max-height: 120px
}

.s5-img img {
    min-width: 134px;
    min-height: 100px;
    object-fit: cover
}

.s5-h2 {
    font-size: var(--font-size-20)
}

.s5-h2 span {
    margin-right: 10px;
    margin-left: -2px;
    color: #d6001d
}

.s5-content-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: .4rem
}

.s5-p-1 {
    color: #999;
    font-size: 14px;
    line-height: 28px
}

.s5-h3-1 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    width: fit-content;
    text-overflow: ellipsis;
    color: #333;
    font-family: OPPOSans-R;
    font-size: var(--font-size-20);
    -webkit-line-clamp: 2
}

.s5-p-2 {
    color: #d6001d
}

/*新闻详情*/
.bloginfo li {
    list-style-type: disc
}

.bloginfo img {
    width: 100% !important;
}

.bloginfo p {
    margin-top: 26px
}