.home {
    width: 100%
}

.home .banner {
    width: 100%
}

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

.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;
    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 .search_box {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.home .main .section .r .search_box .items {
    display: flex;
    gap: 11px
}

.home .main .section .r .search_box .items .item {
    width: 330px
}

.home .main .section .r .search_box .items .item input {
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    background: #FBFBFB;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    display: block;
    outline: none;
    box-sizing: border-box;
    font-size: 16px
}

.home .main .section .r .search_box .items .item input::placeholder {
    color: #999
}

.home .main .section .r .search_box .submit {
    width: 130px;
    height: 50px;
    border-radius: 4px;
    background: #881F24;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer
}

.home .main .section .r .search_result {
    margin: 50px 0 60px 0
}

.home .main .section .r .search_result .b_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px
}

.home .main .section .r .search_result .b_top .pic {
    width: 158px;
    border-radius: 8px;
    border: 1px solid #D3D9E5
}

.home .main .section .r .search_result .b_top .pic img {
    display: block;
    width: 100%;
    display: block
}

.home .main .section .r .search_result .b_top .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    flex: 1
}

.home .main .section .r .search_result .b_top .items .item {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D3D9E5;
    width: 100%;
    height: 52px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px
}

.home .main .section .r .search_result .b_top .items .item p {
    color: #333
}

.home .main .section .r .search_result .b_top .items .item span {
    color: #666
}

.home .main .section .r .search_result .b_bottom .item {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D3D9E5;
    width: 100%;
    height: 52px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 15px
}

.home .main .section .r .search_result .b_bottom .item p {
    color: #333
}

.home .main .section .r .search_result .b_bottom .item span {
    color: #666
}

.home .main .section .r .search_result .b_bottom .item span.normal {
    color: #00C535;
    font-weight: 600
}

.home .main .section .r .search_result .b_bottom .item span.qf {
    color: #ee9f02;
    font-weight: 600
}

.home .main .section .r .search_result .b_bottom .item span.sx {
    color: red;
    font-weight: 600
}

.home .main .section .r .des {
    line-height: 1.75
}

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

    .home .main .section {
        width: 90%
    }
    .home .main .section .r .search_box .items .item{
        width: 270px;
    }
}

@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 .search_box{
        flex-direction: column;
    }
    .home .main .section .r .search_box .items{
        flex-wrap: wrap;
    }
    .home .main .section .r .search_box .items .item{
        width: 100%;
    }

    .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 .nums {
        flex-wrap: wrap
    }

    .home .main .section .r .content .nums .item {
        width: 50%;
        border-right: none;
        margin-bottom: 20px
    }

    .home .main .section .r .content .box .pt {
        font-size: 24px
    }

    .home .main .section .r .search_result {
        margin: 20px 0
    }

    .home .main .section .r .search_result .b_top {
        flex-direction: column
    }

    .home .main .section .r .search_result .b_top .items {
        grid-template-columns: 1fr;
        width: 100%
    }

    .home .main .section .r .search_result .b_top .items .item {
        width: 100%
    }
}