.home {
    width: 100%
}

.home .banner {
    width: 100%
}

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

.home .dialog_map {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.57);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.home .dialog_map.show {
    display: flex
}

.home .dialog_map .content {
    width: 1300px;
    background: #fff;
    padding: 50px 100px;
    box-sizing: border-box;
    max-height: 90vh;
    overflow-y: scroll;
    position: relative
}

.home .dialog_map .content .close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer
}

.home .dialog_map .content .close img {
    width: 31px
}

.home .dialog_map .content .t {
    font-size: 30px;
    margin-bottom: 20px;
    color: #881F24;
    font-weight: 700;
    text-align: center
}

.home .dialog_map .content .pic {
    margin: 20px 0
}

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

.home .dialog_map .content .html {
    color: #444;
    line-height: 1.77;
    font-size: 18px
}
.home .dialog_map .content .html img{
    max-width: 100%;
}

.home .dialog_map .content .yh {
    margin: 40px 0
}

.home .dialog_map .content .yh .p1 {
    color: #881F24;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 10px
}

.home .dialog_map .content .yh .des {
    color: #444;
    font-size: 18px;
    line-height: 1.77
}

.home .dialog_map .content .info .item {
    display: flex;
    align-items: center;
    font-size: 20px
}

.home .dialog_map .content .info .item:not(:last-child) {
    margin-bottom: 20px
}

.home .dialog_map .content .info .item .icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.home .dialog_map .content .info .item .icon img {
    max-width: 100%
}

.home .dialog_map .content .info .item .p1 {
    color: #333;
    font-weight: 700;
    margin-left: 10px
}

.home .dialog_map .content .info .item a {
    text-decoration: underline
}

.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 100px;
    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 .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

.home .main .section .r .content .tags .item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    cursor: pointer
}

.home .main .section .r .content .tags .item span {
    width: 16px;
    height: 16px;
    border-radius: 1px;
    border: 1px solid #999;
    background: #FBFBFB;
    display: flex;
    align-items: center;
    transition: all 600ms;
    justify-content: center
}

.home .main .section .r .content .tags .item span img {
    display: block;
    width: 12px;
    transition: all 600ms;
    opacity: 0
}

.home .main .section .r .content .tags .item.active span {
    background: var(--bgColor, #000);
    border-color: transparent
}

.home .main .section .r .content .tags .item.active span img {
    opacity: 1
}

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

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

.home .main .section .r .content .map .pic_b img {
    width: 627px
}

.home .main .section .r .content .map .pic_b .point {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer
}

.home .main .section .r .content .map .pic_b .jingqu {
    background: #197702
}

.home .main .section .r .content .map .pic_b .minsucun {
    background: #90EE90
}

.home .main .section .r .content .map .pic_b .minsu {
    background: #881F24
}

.home .main .section .r .content .map .pic_b .jiudian {
    background: #FFB6C1
}

.home .main .section .r .content .map .pic_b .canyin {
    background: #E37900
}

.home .main .section .r .content .map .pic_b .chaka {
    background: #FFDAB9
}

.home .main .section .r .content .map .pic_b .gf {
    background: #800080
}

.home .main .section .r .content .map .pic_b .book {
    background: #E08DFF
}

.home .main .section .r .content .map .pic_b .xiuxian {
    background: #00008B
}

.home .main .section .r .content .map .pic_b .xiaoshou {
    background: #ADD8E6
}

.home .main .section .r .content .map .pic_b .qita {
    background: #00FFFF
}

.home .main .section .r .content .province {
    position: relative;
    width: 205px;
    margin-bottom: 54px
}

.home .main .section .r .content .province .d1 {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #881F24;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(64, 0, 0, 0.25);
    color: #881F24;
    padding: 0 15px;
    box-sizing: border-box;
    cursor: pointer
}

.home .main .section .r .content .province .d1 svg {
    display: block;
    width: 18px
}

.home .main .section .r .content .province .d2 {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10;
    display: none
}

.home .main .section .r .content .province .d2.active {
    display: block
}

.home .main .section .r .content .province .d2 .nr {
    border-radius: 4px;
    border: 1px solid #881F24;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(64, 0, 0, 0.25);
    width: 100%;
    max-height: 200px;
    overflow-y: scroll
}

.home .main .section .r .content .province .d2 .nr p {
    padding: 10px 0;
    text-align: center;
    transition: all 600ms;
    cursor: pointer
}

.home .main .section .r .content .province .d2 .nr p:hover {
    background: #881F24;
    color: #fff
}


.home .main .section .r .content .list {
    position: relative
}

.home .main .section .r .content .list .prev {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10
}

.home .main .section .r .content .list .prev svg {
    display: block;
    width: 48px;
    height: auto
}

.home .main .section .r .content .list .next {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10
}

.home .main .section .r .content .list .next svg {
    display: block;
    width: 48px;
    height: auto
}

.home .main .section .r .content .list .next svg circle {
    fill: #DCDFE3;
    transition: all 600ms
}

.home .main .section .r .content .list .next svg:hover circle {
    fill: #881F24
}

.home .main .section .r .content .list .swiper1 {
    width: 100%;
    overflow: hidden
}

.home .main .section .r .content .list .swiper1 .item {
    display: flex;
    justify-content: space-between;
    gap: 17px;
    cursor: pointer
}

.home .main .section .r .content .list .swiper1 .item .lineb {
    width: 12px;
    position: relative
}

.home .main .section .r .content .list .swiper1 .item .lineb::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #D9D9D9;
    transform: translateX(-50%)
}

.home .main .section .r .content .list .swiper1 .item .lineb span {
    width: 100%;
    display: block;
    height: 12px;
    background: #D9D9D9;
    border-radius: 50%
}

.home .main .section .r .content .list .swiper1 .item .text {
    flex: 1
}

.home .main .section .r .content .list .swiper1 .item .text .pt {
    color: #333;
    font-weight: 700;
    line-height: 1.16;
    font-size: 24px
}

.home .main .section .r .content .list .swiper1 .item .text .subt {
    margin: 12px 0 43px 0;
    color: #333;
    line-height: 1.62
}

.home .main .section .r .content .list .swiper1 .item .text .pic {
    border-radius: 8px;
    overflow: hidden
}

.home .main .section .r .content .list .swiper1 .item .text .pic img {
    width: 100%;
    display: block;
    transition: all 600ms;
    height: 128px;
    object-fit: cover;
}

.home .main .section .r .content .list .swiper1 .item:hover .text .pic img {
    transform: scale(1.05)
}

@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 .dialog_map .content {
        width: 90%;
        padding: 20px 5%;
        max-height: 80vh;
        margin-top: 20px
    }

    .home .dialog_map .content .close {
        right: 15px;
        top: 15px
    }

    .home .dialog_map .content .close img {
        width: 15px
    }

    .home .dialog_map .content .t {
        font-size: 18px
    }

    .home .dialog_map .content .html {
        font-size: 16px
    }

    .home .dialog_map .content .yh {
        margin: 20px 0
    }

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

    .home .dialog_map .content .yh .des {
        font-size: 14px
    }

    .home .dialog_map .content .info .item {
        font-size: 16px;
        flex-wrap: wrap;
        gap: 5px
    }

    .home .dialog_map .content .info .item:not(:last-child) {
        margin-bottom: 10px
    }

    .home .dialog_map .content .info .item .icon {
        display: none
    }

    .home .dialog_map .content .info .item .p1 {
        margin-left: 0
    }

    .home .dialog_map .content .info .item span,
    .home .dialog_map .content .info .item a {
        font-size: 14px
    }

    .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 .tags {
        gap: 10px;
        /* display: none */
    }

    .home .main .section .r .content .tags .item {
        font-size: 16px;
        /* pointer-events: none */
    }

    .home .main .section .r .content .map {
        margin: 20px auto
    }

    /* .home .main .section .r .content .map .pic_b {
        display: none
    } */

    .home .main .section .r .content .map .pic_b img {
        width: 100%
    }

    /* .home .main .section .r .content .map .pic_phone {
        display: block !important
    } */

    .home .main .section .r .content .map .pic_phone img {
        width: 100%
    }

    .home .main .section .r .content .list .prev {
        left: 0
    }

    .home .main .section .r .content .list .prev svg {
        width: 32px
    }

    .home .main .section .r .content .list .next {
        right: 0
    }

    .home .main .section .r .content .list .next svg {
        width: 32px
    }

    .home .main .section .r .content .list .swiper1 .item .text .pt {
        font-size: 18px
    }

    .home .main .section .r .content .list .swiper1 .item .text .subt {
        margin: 6px 0 20px 0
    }
    .home .main .section .r .content .list .swiper1 .item .text .pic img{
        height: 180px;
    }
        .home .main .section .r .content .province {
        width: 80%;
        margin-bottom: 20px
    }
}