.home {
    width: 100%
}

.home .banner {
    width: 100%
}

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

.home .main {
    position: relative;
    z-index: 5
}

.home .main .bg1 {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: -1
}

.home .main .bg1 img {
    display: block;
    max-width: 100%
}

.home .main .types {
    width: 1400px;
    padding: 20px calc((100% - 1400px)/2);
    background: #881F24;
    display: flex;
    justify-content: space-between
}

.home .main .types a {
    color: white;
    font-size: 18px;
    transition: all 600ms
}

.home .main .types a:hover {
    font-weight: bolder
}

.home .main .section {
    width: 1400px;
    margin: 60px auto 104px;
    display: flex;
    justify-content: space-between
}

.home .main .section .l {
    position: relative
}

.home .main .section .l .bg {
    width: 100%;
    display: block
}

.home .main .section .l .lm {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%
}

.home .main .section .l .lm .p1 {
    font-size: 30px;
    color: white;
    text-align: center
}

.home .main .section .l .lm .lt {
    margin-top: 20px;
    margin-left: 20px
}

.home .main .section .l .lm .lt a {
    width: 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 600ms;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    color: white
}

.home .main .section .l .lm .lt a img {
    width: 7px;
    opacity: 0;
    transition: all 600ms
}

.home .main .section .l .lm .lt a:hover {
    background: #E8AEB1;
    color: #881F24
}

.home .main .section .l .lm .lt a:hover img {
    opacity: 1
}

.home .main .section .l .lm .lt .active {
    background: #E8AEB1;
    color: #881F24
}

.home .main .section .l .lm .lt .active img {
    opacity: 1
}

.home .main .section .r {
    width: calc(95% - 177px)
}

.home .main .section .r .links {
    text-align: right;
    color: #881F24
}

.home .main .section .r .links a {
    color: #881F24
}

.home .main .section .r .line {
    margin: 30px 0;
    position: relative
}

.home .main .section .r .line img {
    width: 100%
}

.home .main .section .r .line p {
    position: absolute;
    left: 30px;
    top: 45%;
    transform: translateY(-50%);
    color: white;
    font-size: 26px
}

.home .main .section .r .content .p1 {
    color: #881F24;
    font-size: 28px;
    font-weight: bolder;
    text-align: center
}

.home .main .section .r .content .en {
    color: #D4D4D4;
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    font-weight: lighter;
    margin: 10px 0 30px 0
}

.home .main .section .r .content .map {
    margin: 20px auto;
    text-align: center
}

.home .main .section .r .content .map .wrap {
    position: relative;
    display: inline-block
}

.home .main .section .r .content .map svg {
    display: block;
    width: 785px;
    height: auto;
    margin: 0 auto
}

.home .main .section .r .content .map svg path {
    transition: all 600ms
}

.home .main .section .r .content .map svg .diqu {
    cursor: pointer
}

.home .main .section .r .content .map svg .diqu:hover {
    fill: #881F24
}

.home .main .section .r .content .map .tip {
    border-radius: 4px;
    background: #AE060E;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 16px 11px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    color: white;
    width: fit-content;
    display: none
}

.home .main .section .r .content .map .tip::before {
    content: '';
    position: absolute;
    bottom: -8px;
    transform: translateX(-50%);
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #AE060E
}

@media screen and (max-width: 1400px) {
    .home .main .types {
        width: 90%;
        padding: 20px 5%
    }

    .home .main .section {
        width: 90%
    }
}

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

    .home .main .types {
        flex-wrap: wrap;
        justify-content: normal
    }

    .home .main .types a {
        margin-right: 10px;
        margin-bottom: 10px
    }

    .home .main .section {
        margin: 30px auto
    }

    .home .main .section .l {
        display: none
    }

    .home .main .section .r {
        width: 100%
    }

    .home .main .section .r .line {
        margin: 15px 0
    }

    .home .main .section .r .line img {
        height: 50px;
        object-fit: cover
    }

    .home .main .section .r .line p {
        font-size: 20px;
        left: 15px
    }

    .home .main .section .r .content .p1 {
        font-size: 20px
    }

    .home .main .section .r .content .en {
        font-size: 18px
    }

    .home .main .section .r .content .map .wrap svg {
        width: 100%
    }

    .home .main .section .r .content .map .wrap svg .diqu {
        fill: #881F24
    }

    .home .main .section .r .content .map .wrap .tip_box {
        display: none
    }

    .home .main .section .r .content .map .wrap .tip_phone {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
        justify-content: center;
        flex-wrap: wrap
    }

    .home .main .section .r .content .map .wrap .tip_phone .item {
        border: 1px solid #DDD;
        background: #F5F5F7;
        padding: 15px;
        font-size: 14px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        color: #000
    }

    .home .main .section .r .content .map .wrap .tip_phone .item img {
        width: 12px;
        display: block;
        mix-blend-mode: multiply
    }
}