.factory {
    padding: 0.6rem 1.6rem 0;
    box-sizing: border-box;
    font-family: Poppins, Poppins;
}

.factory .fac-title {
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    line-height: 0.39rem;
    text-align: center;
}

.factory .fac-text {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.4rem;
    padding: 0 1.6rem;
}


/* 轮播图 */
.sw-conta1,
.sw-conta2,
.sw-conta3 {
    width: 5.2rem;
    height: 4.4rem;
}

.sw-conta1 {
    background: url('../img/galleriex/20359.png') no-repeat;
    background-size: 100% 100%;
}

.sw-conta2 {
    background: url('../img/galleriex/20360.png') no-repeat;
    background-size: 100% 100%;
}

.sw-conta3 {
    background: url('../img/galleriex/20361.png') no-repeat;
    background-size: 100% 100%;
}

.sw2 {
    margin: 0.3rem 0;
}

.sw2 .swiper-slide {
    width: 9.5rem !important;
    /* 设置宽度为50% */
}

.sw-center1 {
    width: 9.5rem;
    height: 4.4rem;
    background: url('../img/galleriex/20363.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.sw-center2 {
    width: 9.5rem;
    height: 4.4rem;
    background: url('../img/galleriex/20362.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.sw-center1 div,
.sw-center2 div {
    display: flex;
    align-items: center;
    width: 9.5rem;
    height: 4.4rem;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.5s;
    padding: 0 0.4rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.32rem;
    text-align: center;
}

.sw-center1 div:hover,
.sw-center2 div:hover {
    opacity: 1;
}

.sw-bottom1,
.sw-bottom2 {
    width: 7.85rem;
    height: 4.4rem;
}

.sw-bottom1 {
    background: url('../img/galleriex/20362.png') no-repeat;
    background-size: 100% 100%;
}

.sw-bottom2 {
    background: url('../img/galleriex/20364.png') no-repeat;
    background-size: 100% 100%;
}

.sw-bottom1 div,
.sw-bottom2 div {
    display: flex;
    align-items: center;
    width: 7.85rem;
    height: 4.4rem;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.5s;
    padding: 0 0.4rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.32rem;
    text-align: center;
}

.sw-bottom1 div:hover,
.sw-bottom2 div:hover {
    opacity: 1;
}

.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.5s;
}

.modal:hover {
    opacity: 1;
}

.modal div {
    font-weight: 400;
    width: 4.3rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.32rem;
    text-align: center;
}

/* 底部选择器 */
.pagenav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.6rem;
    margin-bottom: 1rem;
}

.pagenav .center {
    width: 0.12rem;
    height: 0.04rem;
    background: #ADAFB0;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    margin: 0 0.1rem;
}

.pagenav .left,
.pagenav .right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 50%;
}

.pagenav .left img,
.pagenav .right img {
    width: 0.08rem;
    height: 0.16rem;
}

.pagenav .left {
    background: #191919;
    margin-right: 0.2rem;
}

.pagenav .right {
    background: #C4C4C4;
    margin-left: 0.2rem;
}

.pagenav .center-active {
    width: 0.24rem;
    height: 0.04rem;
    background: #191919;
}