.home .banner {
    position: relative
}

.home .banner::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

.home .banner img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 33vh
}

.home .banner .text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1.5625vw;
    color: white;
    padding: 0 10.41667vw
}

.home .banner .text .p1 {
    font-size: 1.5625vw;
    font-weight: 600;
    line-height: 1
}

.home .banner .text .des {
    font-size: 1.04167vw;
    margin-top: 1.04167vw;
    line-height: 1.3;
    font-weight: 200
}

.home .nav_menu {
    background: #F5F5F5;
    padding: 0 10.41667vw;
    display: flex;
    align-items: center
}

.home .nav_menu a {
    display: block;
    padding: 1.04167vw 2.29167vw;
    color: #222;
    font-size: .88542vw;
    line-height: 1.2;
    transition: all 600ms;
    cursor: pointer
}

.home .nav_menu a:hover {
    background: #FFF;
    color: #E6001A
}

.home .nav_menu .on {
    background: #FFF;
    color: #E6001A
}

.home .nav_menu span {
    width: 1px;
    height: .52083vw;
    background: #CCC
}

.home .section1 {
    margin: 4.16667vw 10.41667vw
}

.home .section1 .d1 {
    display: flex;
    justify-content: space-between
}

.home .section1 .d1 .t {
    color: #000;
    font-size: 1.66667vw;
    font-weight: 700
}

.home .section1 .d1 .r {
    display: flex;
    align-items: center
}

.home .section1 .d1 .r .btns {
    display: flex
}

.home .section1 .d1 .r .btns .prev,
.home .section1 .d1 .r .btns .next {
    cursor: pointer;
    margin-left: .625vw
}

.home .section1 .d1 .r .btns .prev img,
.home .section1 .d1 .r .btns .next img {
    width: 2.08333vw;
    display: block
}

.home .section1 .d1 .r .swiper-scrollbar {
    position: static;
    width: 31.25vw;
    height: 2px;
    background: #ddd;
    margin: 0 1.5625vw
}

.home .section1 .d1 .r .swiper-scrollbar .swiper-scrollbar-drag {
    background: #E94829
}

.home .section1 .d1 .r .nums {
    line-height: 2
}

.home .section1 .d1 .r .nums .sp1 {
    color: #E94829;
    font-size: 1.04167vw;
    font-weight: 700
}

.home .section1 .d1 .r .nums .line {
    color: #ddd;
    font-size: 1.04167vw;
    margin: 0 .26042vw
}

.home .section1 .d1 .r .nums .total {
    color: #ddd;
    font-size: 1.04167vw
}

.home .section1 .d2 {
    display: flex;
    justify-content: space-between;
    margin-top: 1.14583vw
}

.home .section1 .d2 .l {
    width: 40%
}

.home .section1 .d2 .l .des {
    color: #000;
    font-size: 1.04167vw;
    line-height: 1.7;
    margin-bottom: 4.79167vw
}

.home .section1 .d2 .l .pt {
    color: #E94829;
    font-size: 1.875vw;
    line-height: 1.1;
    font-weight: 600
}

.home .section1 .d2 .l .pt2 {
    color: #efefef;
    font-size: 3.33333vw;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 5.20833vw
}

.home .section1 .d2 .r {
    width: 55%
}

.home .section1 .d2 .r .swiper1 {
    width: 100%
}

.home .section1 .d2 .r .swiper1 .pic {
    width: 100%;
    position: relative;
    overflow: hidden
}

.home .section1 .d2 .r .swiper1 .pic img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 1.04167vw;
    transition: all 600ms
}

.home .section1 .d2 .r .swiper1 .pic .text {
    position: absolute;
    left: 2.08333vw;
    bottom: 2.08333vw;
    color: white;
    text-shadow: 2px 2px 2px #000000;
}

.home .section1 .d2 .r .swiper1 .pic .text .num {
    font-size: 1.5625vw;
    font-weight: 900;
    line-height: 1;
    border-bottom: 2px solid white;
    padding-bottom: 1.04167vw;
    width: fit-content
}

.home .section1 .d2 .r .swiper1 .pic .text .pt {
    font-size: .83333vw;
    margin-top: 1.04167vw
}

.home .section1 .d2 .r .swiper1 .pic:hover img {
    transform: scale(1.05)
}

.home .section2 {
    margin: 12.5vw 10.41667vw
}

.home .section2 .t {
    text-align: center;
    color: #161616;
    font-size: 1.66667vw;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 6.25vw
}

.home .section2 .content {
    width: 29vw;
    height: 29vw;
    border-radius: 50%;
    /* border: 1px dashed rgba(227, 6, 19, 0.2); */
    margin: 0 auto;
    position: relative
}

.home .section2 .content .goTo {
    width: 11.71875vw;
    height: 11.71875vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home .section2 .content .goTo p {
    width: 100%;
    height: 100%;
    background: #E94829;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 1.66667vw;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize
}

@keyframes scaleAnimate {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .8
    }

    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0
    }
}

.home .section2 .content .goTo::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #E7E7E7;
    z-index: -1;
    border-radius: 50%;
    transition: .6s ease;
    animation: 2s scaleAnimate linear infinite;
    pointer-events: none
}

.home .section2 .content .goTo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #E7E7E7;
    z-index: -1;
    border-radius: 50%;
    transition: .6s ease;
    animation: 2s scaleAnimate linear infinite;
    pointer-events: none;
    animation-delay: 1s
}

.home .section2 .content .icon {
    position: absolute
}

.home .section2 .content .icon img {
    display: block
}

.home .section2 .content .icon2 {
    right: -.52083vw;
    top: 50%;
    transform: translateY(-50%)
}

.home .section2 .content .icon3 {
    bottom: -.78125vw;
    left: 50%;
    transform: translateX(-50%)
}

.home .section2 .content .icon4 {
    left: -.46875vw;
    top: 50%;
    transform: translateY(-50%)
}

.home .section2 .content .box {
    position: absolute;
    display: flex;
    align-items: center
}

.home .section2 .content .box .dt {
    text-align: center;
    width: 8.33333vw;
    height: 8.33333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    transition: all 600ms;
    background-color: white
}

.home .section2 .content .box .dt .ic svg {
    /* 初始版本 */
    width: 2.5vw; 
    transition: all 600ms;
    /* 第二次加大 */
    width: 3.5vw; 
    /* 3.31加大 */
    transform: scale(1.2) translateY(-0.3vw);  
}

.home .section2 .content .box .dt .ic svg path {
    transition: all 600ms
}

.home .section2 .content .box .dt p {
    color: #222;
    font-size: 1.25vw;
    line-height: 1.3;
    transition: all 600ms;
    margin-top: .26042vw
}

.home .section2 .content .box2 .dt p,
.home .section2 .content .box3 .dt p{
    margin-left: 0.2vw;
}

.home .section2 .content .box .des {
    margin: 0 1vw;
    font-size: 1vw;
    line-height: 1.5;
    color: #727272;
    width: 13.54167vw;
    white-space: nowrap;
}

.home .section2 .content .box:hover .dt {
    background: #E94829
}

.home .section2 .content .box:hover .dt .ic svg path {
    fill: #fff
}

.home .section2 .content .box:hover .dt p {
    color: white
}

.home .section2 .content .box1 {
    left: 36%;
    top: -3.125vw
}

/* .home .section2 .content .box1 .des {
    margin-left: 4.16667vw
} */
.home .section2 .content .box3 .des{
    text-align: right;
}

.home .section2 .content .box2 {
    right: -17.70833vw;
    bottom: 2.08333vw
}

.home .section2 .content .box3 {
    left: -17.70833vw;
    bottom: 2.08333vw;
    flex-direction: row-reverse
}

.home .section2 .content .box4 {
    left: -12.5vw;
    top: 3.125vw;
    flex-direction: row-reverse
}

.home .section2 .content .box4 .des {
    width: fit-content
}

.home .section3 {
    margin: 0 10.41667vw 8.33333vw 10.41667vw
}

.home .section3 .t {
    color: #161616;
    font-size: 1.66667vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 2.29167vw
}

.home .section3 .list a {
    display: flex;
    gap: 6.25vw;
    margin-bottom: 3.125vw;
    align-items: center
}

.home .section3 .list a .pic {
    width: 50%;
    overflow: hidden
}

.home .section3 .list a .pic img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all 600ms
}

.home .section3 .list a .info {
    width: 50%
}

.home .section3 .list a .info .time {
    color: #666;
    font-size: .67708vw
}

.home .section3 .list a .info .pt {
    color: #000;
    font-size: 1.25vw;
    line-height: 1.16;
    margin: 1.25vw 0 1.04167vw 0;
    transition: all 600ms
}

.home .section3 .list a .info .des {
    color: #666;
    font-size: .83333vw;
    line-height: 1.56
}

.home .section3 .list a .info .btn {
    display: flex;
    align-items: center;
    margin-top: 1.66667vw
}

.home .section3 .list a .info .btn img {
    width: 1.92708vw;
    display: block;
    transition: all 600ms
}

.home .section3 .list a .info .btn p {
    color: #E94829;
    font-size: .9375vw;
    margin-left: .57292vw;
    transition: all 600ms
}

.home .section3 .list a .info .btn:hover svg,
.home .section3 .list a .info .btn:hover p {
    transform: translateX(.52083vw)
}

.home .section3 .list a:hover .pic img {
    transform: scale(1.05)
}

.home .section3 .list a:hover .info .pt {
    color: #E94829
}

.home .section3 .list a:nth-child(2n) {
    flex-direction: row-reverse
}

.home .section3 .pager {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4.16667vw 0
}

.home .section3 .pager .prev svg,
.home .section3 .pager .next svg {
    display: block;
    width: 1.19792vw
}

.home .section3 .pager a img {
    margin: 0 0 0 10px;
    display: block
}

.home .section3 .pager a:nth-last-child(2) img {
    margin: 0 10px 0 0
}

.home .section3 .pager .nums {
    display: flex;
    margin: 0 1vw
}

.home .section3 .pager .nums a {
    color: #8b8b8b;
    font-size: 1.04167vw;
    padding: 0.1vw 0.5vw;
    margin: 0 0.2vw
}

.home .section3 .pager .nums .active {
    color: #FB0000;
    border-bottom: 2px solid #FB0000;
    font-weight: 600
}

.home .section3 .pager p {
    color: #333;
    font-size: .78125vw;
    margin-left: 2.08333vw
}

@media screen and (max-width: 1024px) {
    .home .banner img {
        height: 300px
    }

    .home .banner .text {
        padding: 0 5%;
        bottom: 20px
    }

    .home .banner .text .p1 {
        font-size: 24px
    }

    .home .banner .text .des {
        font-size: 16px;
        margin-top: 10px
    }

    .home .nav_menu {
        padding: 0;
        width: 100%;
        overflow-x: scroll;
         display: inline-block;
         white-space: nowrap;
        /* flex-wrap: wrap */
    }

    .home .nav_menu a {
        padding: 15px 10px;
        font-size: 14px;
        display: inline-block;
    }

    .home .nav_menu span {
        height: 10px
    }

    .home .tabs {
        margin: 30px 0 0 0;
        flex-wrap: wrap
    }

    .home .tabs a {
        padding: 12px 15px;
        font-size: 14px
    }

    .home .section1 {
        margin: 30px 5%
    }

    .home .section1 .d1 {
        flex-direction: column
    }

    .home .section1 .d1 .t {
        font-size: 24px
    }

    .home .section1 .d1 .r {
        margin: 10px 0
    }

    .home .section1 .d1 .r .btns .prev,
    .home .section1 .d1 .r .btns .next {
        margin: 0 10px 0 0
    }

    .home .section1 .d1 .r .btns .prev img,
    .home .section1 .d1 .r .btns .next img {
        width: 24px
    }

    .home .section1 .d1 .r .swiper-scrollbar {
        width: 50%
    }

    .home .section1 .d1 .r .nums .sp1 {
        font-size: 18px
    }

    .home .section1 .d1 .r .nums .line,
    .home .section1 .d1 .r .nums .total {
        font-size: 16px
    }

    .home .section1 .d2 {
        flex-direction: column-reverse
    }

    .home .section1 .d2 .l {
        width: 100%;
        margin-top: 20px
    }

    .home .section1 .d2 .l .des {
        font-size: 16px
    }

    .home .section1 .d2 .l .pt {
        font-size: 18px
    }

    .home .section1 .d2 .l .pt2 {
        font-size: 24px
    }

    .home .section1 .d2 .r {
        width: 100%
    }

    .home .section1 .d2 .r .swiper1 .pic .text {
        left: 20px;
        bottom: 20px
    }

    .home .section1 .d2 .r .swiper1 .pic .text .num {
        font-size: 20px;
        padding-bottom: 10px
    }

    .home .section1 .d2 .r .swiper1 .pic .text .pt {
        font-size: 16px;
        margin-top: 10px
    }

    .home .section2 {
        margin: 30px 5%
    }

    .home .section2 .t {
        font-size: 24px;
        margin-bottom: 60px
    }

    .home .section2 .content {
        width: 100%;
        height: fit-content;
        border: none;
        margin: 40px 0
    }

    .home .section2 .content .icon {
        display: none
    }

    .home .section2 .content .goTo {
        position: static;
        margin: 0 auto;
        transform: translate(0);
        width: 150px;
        height: 150px
    }

    .home .section2 .content .goTo p {
        font-size: 20px
    }

    .home .section2 .content .box {
        position: static;
        width: 100%;
        flex-direction: column !important;
        text-align: center;
        margin-top: 20px
    }

    .home .section2 .content .box .dt {
        width: 120px;
        height: 120px
    }

    .home .section2 .content .box .dt .ic svg {
        width: 50px
    }

    .home .section2 .content .box .dt p {
        font-size: 16px
    }

    .home .section2 .content .box .des {
        font-size: 14px;
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    .home .section3 {
        margin: 30px 5%
    }

    .home .section3 .t {
        font-size: 24px;
        margin-bottom: 20px
    }

    .home .section3 .list a {
        flex-direction: column !important;
        gap: 20px;
        margin-bottom: 30px
    }

    .home .section3 .list a .pic {
        width: 100%
    }

    .home .section3 .list a .info {
        width: 100%
    }

    .home .section3 .list a .info .time {
        font-size: 16px
    }

    .home .section3 .list a .info .pt {
        font-size: 18px;
        margin: 15px 0 10px 0
    }

    .home .section3 .list a .info .des {
        font-size: 16px
    }

    .home .section3 .list a .info .btn {
        margin-top: 10px
    }

    .home .section3 .list a .info .btn svg {
        width: 24px
    }

    .home .section3 .list a .info .btn p {
        font-size: 16px;
        margin-left: 10px
    }

    .home .section3 .pager .prev svg,
    .home .section3 .pager .next svg {
        width: auto
    }

    .home .section3 .pager .nums {
        margin: 0 10px
    }

    .home .section3 .pager .nums a {
        font-size: 16px;
        padding: 3px 5px;
        margin: 0 5px
    }

    .home .section3 .pager p {
        font-size: 14px
    }
}