body {
    cursor: default;
    overflow-x: hidden;
}

a:hover {
    color: #000;
}

.item1 {
    height: 60vh;
    position: relative;
    margin-top: 50px;
}

.item1 .home {
    position: relative;
}

.item1 .title {
    position: absolute;
    bottom: 8vw;
    left: 0px;
    font-size: 70px;
    color: #fff;
}

.item1 img {
    width: 100%;
    height: 100%;
}

.item1::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .1);
}


/* swiper */

.item-swiper .home {
    position: relative;
}

.item-swiper .pre,
.item-swiper .next {
    display: inline-block;
    margin-left: 20px;
}

.item-swiper .pre .iconfont {
    position: absolute;
    left: -50px;
    bottom: 130px;
    font-size: 50px;
    color: #8fa0e5;
}

.item-swiper .next .iconfont {
    position: absolute;
    right: -50px;
    bottom: 130px;
    font-size: 50px;
    color: #8fa0e5;
}

.item-swiper .pre:hover span,
.item-swiper .next:hover span {
    color: #fff;
}

.item-swiper {
    background: #f5f5f7;
    font-size: 14px;
    color: #000;
    padding: 0;
}

.item-swiper .home {
    position: relative;
    padding: 0;
    height: 165px;
}

.swiper {
    position: absolute;
    left: 0px;
    bottom: 92px;
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    position: absolute;
    bottom: 0;
    height: 85%
}

.in-box {
    overflow: hidden;
    font-size: 24px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 0;
    background-color: rgba(255, 255, 255, .8);
    transition: all .5s;
}

.showbox {
    z-index: 2;
}

.hide-box {
    width: 100%;
    height: 100%;
    background-color: #4E6AD9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all .5s;
}

.swiper-slide {
    transform: scale(0.8);
}

.swiper-slide-active .hide-box {
    opacity: .4;
}

.swiper-slide:hover .showbox {
    color: #4E6AD9;
}

.swiper-slide-active .showbox {
    color: #fff;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scaleY(1.2);
}

.swiper-slide-active .showbox,
.swiper-slide-duplicate-active {
    transform: scaleX(1.2);
}


/* 222 */

.item2 {
    padding: 0px 0 80px;
    text-align: center;
    background-color: #f5f5f7;
}

.title {
    margin: 15px 0 0;
    font-size: 18px;
}

.item2 .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item2 .content .out-box {
    display: block;
    width: 18%;
    margin-bottom: 70px;
    background-color: rgb(255, 255, 255);
    position: relative;
    bottom: 0;
    transition: all .5s;
    padding: 25px;
}

.item2 .content .out-box:last-child {
    margin-right: auto;
    margin-left: 2.5%;
}

.item2 .content .out-box:hover {
    box-shadow: 3px 3px 40px 5px rgb(112 161 204 / 20%);
}

.item2 .content .out-box :hover .title {
    color: #4E6AD9!important;
}

.i2-img {
    height: 205px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.i2-img img {
    display: inline-block;
    line-height: 200px;
    flex-shrink: 0;
    width: 100%;
}

@media screen and (max-width: 1500px) {
    .item-swiper {
        overflow: visible;
    }
    .home {
        width: 90%;
    }
    .swiper {
        bottom: 7vw;
    }
    .item-swiper .home {
        height: 12vw;
    }
    .item-swiper .pre .iconfont {
        left: -4vw;
        bottom: 10vw;
        font-size: 4vw;
    }
    .item-swiper .next .iconfont {
        right: -4vw;
        bottom: 10vw;
        font-size: 4vw;
    }
    .in-box {
        font-size: 2vw;
    }
    .item1 .title {
        font-size: 3.5vw!important;
        bottom: 13vw;
        left: 1vw;
    }
    .item2 {
        overflow: visible;
    }
    .item2 .content .out-box {
        width: 18%;
        margin-bottom: 2vw;
        padding: 2vw 1vw;
    }
    .i2-img {
        height: 14vw;
    }
    .out-box .title {
        font-size: 1.5vw!important;
    }
}

@media screen and (max-width: 993px) {
    .home {
        width: 100%;
        padding: 0 2vw;
    }
    .swiper-wrapper {
        height: 100%;
    }
    .item-swiper .home {
        height: 20vw;
    }
    .btn {
        display: none;
    }
    .in-box {
        font-size: 3vw;
    }
    .item1 .title {
        font-size: 6vw !important;
        bottom: 14vw;
        left: 3vw;
    }
    .swiper-slide {
        transform: scale(0.8)!important;
    }
    .swiper-slide-active {
        transform: scaleY(1.3)!important;
    }
    /* 22 */
    .item2 {
        min-height: 50vh;
    }
    .item2 .content .out-box {
        width: 31%;
        margin-bottom: 3vw;
        padding: 4vw 3vw;
    }
    .i2-img {
        height: 24vw;
    }
    .out-box .title {
        font-size: 3vw!important;
    }
    .item2 .content .out-box:hover {
        box-shadow: 2px 2px 25px 7px rgb(112 161 204 / 20%);
    }
    .title {
        margin-top: 2vw;
    }
}

@media screen and (max-width: 445px) {
    .item1 .title {
        font-size: 7vw!important;
    }
    .in-box {
        font-size: 3.5vw;
    }
    .swiper-slide-active {
        transform: scaleY(1.2)!important;
    }
    /* 2 */
    .item2 .content .out-box {
        padding: 4vw 3vw;
    }
}