body {
    user-select: none;
    background-color: var(--theme-color);
    overflow: hidden;
}

.department-container,
.department-animate,
.department-content,
.department-box,
.department-swiper {
    height: 100%;
}
.department-container {
    background: url('../../images/style_img_4.png') no-repeat left calc(100% - 60px) / 600px;
}
.department-content,
.department-swiper {
    float: left;
    padding: 195px 0 176px;
}
.department-content {
	padding-left: 48px;
    width: 578px;
    background: no-repeat 58px calc(100% - 120px) / 35%;
}
.department-box {
    padding: 126px 30px 0 0;
}
.department-text {
	color: var(--color-white);
}
.department-text .text i {
    display: block;
    line-height: 1.2;
    font-size: 50px;
    font-weight: bold;
}
.department-text .name {
    margin-top: 10px;
    font-size: 0;
}
.department-text .name > div {
    display: inline-block;
    font-size: 30px;
}
.department-swiper {
    position: relative;
    width: calc(100% - 578px);
    overflow: hidden;
}
.department-swiper .swiper {
    height: 100%;
}
.department-swiper .swiper-slide {
    position: relative;
    margin-right: 15px;
    width: 390px;
}
.department-swiper .swiper-slide:last-child {
    margin-right: 0;
}
.department-swiper .swiper-slide .image {
    height: 85%;
    background: no-repeat center center / cover;
    transition: all .2s linear;
}
.department-swiper .swiper-slide .text {
    position: absolute;
    top: 30px;
    left: 0;
}
.department-swiper .swiper-slide .text i,
.department-swiper .swiper-slide .text img {
    display: block;
}
.department-swiper .swiper-slide .text i,
.department-swiper .swiper-slide .text div {
    padding-left: 30px;
    line-height: 1.2;
	color: var(--color-white);
}
.department-swiper .swiper-slide .text i {
    font-size: 20px;
}
.department-swiper .swiper-slide .text div {
    margin: 10px 0;
    font-size: 24px;
}
.department-swiper .swiper-slide:hover .image,
.department-swiper .swiper-slide.hover .image {
    height: 100%;
}
.department-arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 20px;
    transform: translateY(-50%);
    z-index: 2023;
}
.department-arrow img {
    display: block;
    width: 100%;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .6));
}
