.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: 6.25vw 8.33333vw 6.25vw 10.41667vw;
    position: relative
}

.home .section1 .sub-title {
    position: absolute;
    left: 0
}

.home .section1 .sub-title .t {
    color: #191919;
    font-size: 1.66667vw;
    line-height: 1.32;
    letter-spacing: .15625vw;
    margin-bottom: .52083vw
}

.home .section1 .sub-title .des {
    color: #333;
    font-size: 1.04167vw;
    line-height: 1.6
}

.home .section1 .path-content {
    position: relative
}

.home .section1 .path-content .path-txt {
    width: 51.875vw;
    position: absolute;
    top: 17.875vw;
    z-index: 1
}

.home .section1 .path-content .path-txt .p1 {
    color: #333;
    font-size: 1.25vw;
    line-height: 1.6;
    text-align: center
}

.home .section1 .path-content .path-txt .jobs {
    margin: 1.5625vw auto;
    width: 20.83333vw
}

.home .section1 .path-content .path-txt .jobs .swiper1 .info {
    border-radius: .41667vw;
    border: 1px solid #F0F0F0;
    background: #FFF;
    padding: .83333vw
}

.home .section1 .path-content .path-txt .jobs .swiper1 .info .pt {
    color: #000;
    font-size: 1.04167vw
}

.home .section1 .path-content .path-txt .jobs .swiper1 .info .tags {
    margin: .625vw 0
}

.home .section1 .path-content .path-txt .jobs .swiper1 .info .tags span {
    display: inline-block;
    color: #000;
    font-size: .72917vw;
    padding: .20833vw .41667vw;
    border-radius: 2px;
    background: #F0F0F0
}

.home .section1 .path-content .path-txt .jobs .swiper1 .info .tags span:not(:last-child) {
    margin-right: .41667vw
}

.home .section1 .path-content .path-txt .jobs .swiper1 .info .pt2 {
    color: #000;
    font-size: .72917vw
}

.home .section1 .path-content .path-txt .jobs .swiper1 .info .des {
    margin-top: .625vw;
    color: #000;
    font-size: .72917vw;
    line-height: 2;
    height: 9.25vw;
    overflow-y: scroll;
}

.home .section1 .path-content .path-txt a {
    border-radius: 90px;
    border: 1px solid #E61E15;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.09375vw 2.60417vw;
    width: fit-content;
    margin: 0 auto
}

.home .section1 .path-content .path-txt a p {
    color: #E94829;
    font-size: .9375vw;
    line-height: 1
}

.home .section1 .path-content .path-txt a svg {
    width: 1.25vw;
    margin-left: .3125vw
}

.home .section1 .path-img {
    position: relative;
    width: 67.08333vw;
    height: 64.375vw;
    margin: 0 0 0 auto
}

.home .section1 .path-img li {
    position: absolute;
    width: 33.54167vw;
    height: 16.09375vw;
    overflow: hidden
}

.home .section1 .path-img li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230, 30, 21, 0.8);
    opacity: 0;
    transition: all 600ms
}

.home .section1 .path-img li .hover {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff
}

.home .section1 .path-img li .hover strong {
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1
}

.home .section1 .path-img li .hover p {
    margin-top: 1.04167vw;
    font-size: 1.04167vw;
    font-weight: 400;
    line-height: 1.6
}

.home .section1 .path-img li .img {
    width: 100%;
    height: 100%
}

.home .section1 .path-img li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home .section1 .path-img li:hover::before {
    opacity: 1
}

.home .section1 .path-img li:hover .hover {
    display: block
}

.home .section1 .path-img li:nth-child(1) {
    top: 0;
    right: 16.77083vw
}

.home .section1 .path-img li:nth-child(2) {
    top: 16.09375vw;
    right: 0
}

.home .section1 .path-img li:nth-child(3) {
    top: 32.1875vw;
    right: 0
}

.home .section1 .path-img li:nth-child(4) {
    top: 48.28125vw;
    right: 33.54167vw
}

.home .section1 .path-img li:nth-child(5) {
    top: 48.28125vw;
    right: 0
}

.home .section1 .path-img .clip1 {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%)
}

.home .section1 .path-img .clip2 {
    clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%)
}

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

.home .section2 .t {
    color: #191919;
    font-size: 1.66667vw;
    line-height: 1.32
}

.home .section2 .t2 {
    margin: 2.08333vw 0 4.16667vw 0;
    color: #333;
    font-size: .9375vw;
    line-height: 1.6
}

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

.home .section2 .content .l .p1 {
    color: #191919;
    font-size: 1.25vw;
    margin-bottom: .625vw
}

.home .section2 .content .l .p2 {
    color: #191919;
    font-size: .83333vw;
    line-height: 1
}

.home .section2 .content .r {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #EAEAEA
}

.home .section2 .content .r .item {
    width: 100%;
    padding: 2.60417vw;
    position: relative
}

.home .section2 .content .r .item::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #EAEAEA
}

.home .section2 .content .r .item .icon {
    width: 4.16667vw;
    height: 4.16667vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.home .section2 .content .r .item .icon img {
    max-width: 90%;
    object-fit: contain
}

.home .section2 .content .r .item .p1 {
    color: #333;
    font-size: .9375vw;
    line-height: 1;
    margin: 2.08333vw 0 .78125vw 0
}

.home .section2 .content .r .item .des {
    color: #666;
    font-size: .83333vw;
    line-height: 1.6
}

.home .section3 {
    background: url(../images/cbg.webp) no-repeat;
    background-size: cover;
    padding: 7.60417vw 10.41667vw;
    color: white;
    margin-bottom: 4.16667vw
}

.home .section3 .p1 {
    font-size: 1.66667vw;
    line-height: 1.32
}

.home .section3 .p2 {
    margin: 2.44792vw 0 2.08333vw 0;
    font-size: 1.04167vw;
    line-height: 1.6
}

.home .section3 .btn {
    display: flex;
    align-items: center;
    border-radius: 4.6875vw;
    border: 1px solid white;
    padding: .83333vw 2.34375vw;
    width: fit-content;
    font-size: .9375vw;
    transition: all 600ms
}

.home .section3 .btn p {
    line-height: 1
}

.home .section3 .btn svg {
    width: 1.25vw;
    margin-left: .3125vw
}

.home .section3 .btn:hover {
    background: #E6001A;
    border-color: #E6001A
}

@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
    }

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

    .home .nav_menu span {
        height: 10px
    }

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

    .home .section1 .sub-title {
        position: relative;
        width: 100%
    }

    .home .section1 .sub-title .t {
        font-size: 24px;
        margin-bottom: 10px
    }

    .home .section1 .sub-title .des {
        font-size: 18px
    }

    .home .section1 .path-content .path-txt {
        position: static;
        width: 100%;
        margin: 20px 0
    }

    .home .section1 .path-content .path-txt .p1 {
        font-size: 18px
    }

    .home .section1 .path-content .path-txt .jobs {
        width: 100%;
        margin: 15px auto
    }

    .home .section1 .path-content .path-txt .jobs .swiper1 .info {
        padding: 20px
    }

    .home .section1 .path-content .path-txt .jobs .swiper1 .info .pt {
        font-size: 18px
    }

    .home .section1 .path-content .path-txt .jobs .swiper1 .info .tags {
        margin: 10px 0
    }

    .home .section1 .path-content .path-txt .jobs .swiper1 .info .tags span {
        font-size: 14px;
        padding: 5px 15px;
        margin:0 5px 5px 0 ;
    }

    .home .section1 .path-content .path-txt .jobs .swiper1 .info .pt2 {
        font-size: 16px
    }

    .home .section1 .path-content .path-txt .jobs .swiper1 .info .des {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 10px;
        height: 300px;
    }

    .home .section1 .path-content .path-txt a {
        padding: 12px 20px
    }

    .home .section1 .path-content .path-txt a p {
        font-size: 14px
    }

    .home .section1 .path-content .path-txt a svg {
        width: 15px;
        margin-left: 10px
    }

    .home .section1 .path-content .path-img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0
    }

    .home .section1 .path-content .path-img li {
        position: relative;
        width: 100%;
        height: calc(100vw*(350 / 767));
        margin-bottom: calc(100vw*(35 / 767))
    }

    .home .section1 .path-content .path-img li::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        opacity: 1
    }

    .home .section1 .path-content .path-img li .hover {
        display: block
    }

    .home .section1 .path-content .path-img li .hover strong {
        font-size: calc(100vw*(32 / 767))
    }

    .home .section1 .path-content .path-img li .hover p {
        margin-top: calc(100vw*(24 / 767));
        font-size: calc(100vw*(28 / 767))
    }

    .home .section1 .path-content .path-img li:nth-child(1) {
        right: auto
    }

    .home .section1 .path-content .path-img li:nth-child(2) {
        top: auto
    }

    .home .section1 .path-content .path-img li:nth-child(3) {
        top: auto
    }

    .home .section1 .path-content .path-img li:nth-child(4) {
        top: auto;
        right: auto
    }

    .home .section1 .path-content .path-img li:nth-child(5) {
        top: auto
    }

    .home .section1 .path-content .path-img .clip1,
    .home .section1 .path-content .path-img .clip2 {
        clip-path: none
    }

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

    .home .section2 .t {
        font-size: 24px
    }

    .home .section2 .t2 {
        margin: 20px 0 40px 0;
        font-size: 18px
    }

    .home .section2 .content .l {
        width: 30%
    }

    .home .section2 .content .l .p1 {
        font-size: 18px;
        margin-bottom: 5px
    }

    .home .section2 .content .l .p2 {
        font-size: 16px
    }

    .home .section2 .content .r {
        width: 70%;
        grid-template-columns: repeat(1, 1fr)
    }

    .home .section2 .content .r .item {
        padding: 20px 0
    }

    .home .section2 .content .r .item .icon {
        width: 60px;
        height: 60px
    }

    .home .section2 .content .r .item .p1 {
        font-size: 18px;
        margin: 20px 0 10px 0
    }

    .home .section2 .content .r .item .des {
        font-size: 16px
    }

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

    .home .section3 .p1 {
        font-size: 18px
    }

    .home .section3 .p2 {
        margin: 20px 0 30px 0;
        font-size: 16px
    }

    .home .section3 .btn {
        padding: 10px 30px;
        font-size: 14px;
        border-radius: 30px
    }

    .home .section3 .btn svg {
        width: 20px;
        margin-left: 5px
    }
}