.home .banner {
    width: 100%;
    position: relative;
}

.home .banner .swiper-container {
    width: 100%;
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide img,
.home .banner .swiper-container .swiper-wrapper .swiper-slide video{
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100vh;
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide-active img {
    animation: scall 8s ease-in;
}

@keyframes scall {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.home .banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.home .banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.home .banner .texts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.home .banner .texts .item {
    width: 25%;
    color: white;
    font-size: 18px;
    padding: 30px 0;
}

.home .section1 {
    width: 84vw;
    margin: 8vw auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home .section1 .l {
    width: 30%;
}

.home .section1 .l .p1 {
    color: #605E5E;
    font-size: 34px;
}

.home .section1 .l .p1 span {
    font-weight: bolder;
    color: #90251C;
}

.home .section1 .l .des {
    color: #90251C;
    font-size: 20px;
    line-height: 1.8;
    margin: 30px 0;
}

.home .section1 .l a {
    background: #90251c;
    border-radius: 10px;
    display: inline-block;
    color: white;
    padding: 12px 50px;
    font-size: 18px;
}

.home .section1 .r {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home .section1 .r .item {
    width: 30%;
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px;
}

.home .section1 .r .item::before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #d0d0d0;
    opacity: 1;
}

.home .section1 .r .item .t1 {
    color: #90251C;
    font-size: 46px;
    display: flex;
}

.home .section1 .r .item .t1 span {
    font-size: 30px;
}

.home .section1 .r .item .tag {
    color: #666666;
    font-size: 18px;
    margin-top: 10px;
}

.home .section2 {
    width: 84vw;
    margin: 5vw auto;
    display: flex;
    justify-content: space-between;
}

.home .section2 .l {
    width: 32.5%;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.home .section2 .l .t {
    position: absolute;
    left: 3vw;
    top: 3vw;
}

.home .section2 .l .t .p1 {
    color: #90251C;
    font-size: 2.5vw;
}

.home .section2 .l .t .p2 {
    color: #90251C;
    font-size: 22px;
    margin-top: 15px;
}

.home .section2 .l a {
    position: absolute;
    right: 3vw;
    bottom: 3vw;
    color: #90251C;
    font-size: 18px;
}

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

.home .section2 .c {
    width: 32.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home .section2 .c a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fcfcfc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    height: 48.5%;
}

.home .section2 .c a .p1 {
    width: 80%;
    color: #000000;
    font-size: 22px;
		overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; 
}

.home .section2 .c a .des {
    width: 80%;
    color: #999999;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.home .section2 .r {
    width: 32.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home .section2 .r a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fcfcfc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    height: 31%;
}

.home .section2 .r a p {
    width: 80%;
    color: #000000;
    font-size: 22px;
}

.home .section3 {
    width: 84vw;
    margin: 5vw auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home .section3 .item {
    width: 48.5%;
    position: relative;
    margin-bottom: 2.5vw;
    overflow: hidden;
    display: block;
}

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

.home .section3 .item p {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    text-align: center;
    color: white;
    font-size: 2.5vw;
}

.home .section3 .item:hover img {
    transform: scale(1.05);
}

.home .section4 {
    width: 100%;
    position: relative;
}

.home .section4 .prev {
    position: absolute;
    left: 4vw;
    width: 84px;
    height: 84px;
    background: rgba(196, 196, 196, 0.22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.home .section4 .prev img {
    width: 24px;
    display: block;
}

.home .section4 .next {
    position: absolute;
    right: 4vw;
    width: 84px;
    height: 84px;
    background: rgba(196, 196, 196, 0.22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%) rotateY(180deg);
}

.home .section4 .next img {
    width: 24px;
    display: block;
}

.home .section4 .honor {
    width: 80vw;
    margin: 0 auto 2vw auto;
}

.home .section4 .honor .swiper-container {
    width: 100%;
}

.home .section4 .honor .swiper-container .swiper-wrapper .swiper-slide {
    padding: 20px 0;
}

.home .section4 .honor .swiper-container .swiper-wrapper .swiper-slide .info {
    background: white;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.home .section4 .honor .swiper-container .swiper-wrapper .swiper-slide .info .pic img {
    width: 100%;
    object-fit: contain;
    transition: all 600ms;
}

.home .section4 .honor .swiper-container .swiper-wrapper .swiper-slide .info:hover .pic img {
    transform: scale(1.05);
}

@media screen and (max-width: 1300px) {
    .home .section2 .c a .p1 {
        font-size: 18px;
    }

    .home .section2 .c a .des {
        font-size: 14px;
        margin-top: 5px;
    }

    .home .section2 .r a p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .home .banner .prev, .home .banner .next {
        display: none;
    }

    .home .banner .content {
        left: 5%;
        width: 90%;
        pointer-events: none;
    }

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

    .home .banner .content .nums {
        width: 100%;
        flex-wrap: wrap;
    }

    .home .banner .content .nums .item {
        width: 50%;
        margin-bottom: 10px;
    }

    .home .banner .content .nums .item .tag {
        font-size: 16px;
        margin-top: 5px;
    }

    .home .banner .content .nums .item:last-child .st {
        margin-top: 5px;
    }

    .home .banner .texts {
        flex-wrap: wrap;
    }

    .home .banner .texts .item {
        width: 50%;
        padding: 15px 0;
        font-size: 16px;
    }

    .home .section1 {
        width: 90%;
        flex-direction: column;
    }

    .home .section1 .l {
        width: 100%;
    }

    .home .section1 .l .p1 {
        font-size: 24px;
    }

    .home .section1 .l .des {
        font-size: 18px;
        margin: 15px 0;
    }

    .home .section1 .r {
        width: 100%;
        margin-top: 15px;
    }

    .home .section1 .r .item {
        width: 48%;
        padding: 10px 0;
    }

    .home .section1 .r .item .t1 {
        font-size: 30px;
    }

    .home .section1 .r .item::before {
        display: none;
    }

    .home .section2 {
        width: 90%;
        flex-direction: column;
    }

    .home .section2 .l {
        width: 100%;
    }

    .home .section2 .l .t .p1 {
        font-size: 30px;
    }

    .home .section2 .c, .home .section2 .r {
        width: 100%;
        margin-top: 20px;
    }

    .home .section2 .c a, .home .section2 .r a {
        padding: 15px 0;
        height: auto;
        margin-bottom: 20px;
    }

    .home .section2 .c a .p1, .home .section2 .r a .p1 {
        font-size: 18px;
    }

    .home .section2 .c a .des, .home .section2 .r a .des {
        font-size: 16px;
        margin-top: 5px;
    }

    .home .section2 .c a .p1, .home .section2 .c a .des, .home .section2 .r a .p1, .home .section2 .r a .des {
        width: 90%;
    }

    .home .section2 .r {
        margin-top: 0;
    }

    .home .section2 .r a p {
        font-size: 18px;
        width: 90%;
    }

    .home .section3 {
        width: 90%;
    }

    .home .section3 .item {
        width: 100%;
    }

    .home .section3 .item p {
        font-size: 24px;
    }

    .home .section4 .honor {
        width: 90%;
    }

    .home .section4 .prev, .home .section4 .next {
        display: none;
    }
}

/*# sourceMappingURL=index.css.map */
