.swiper-slide {
    height: 620rem;
}

.contact_t {
    width: 1400rem;
    margin: 0 auto;
}

.center {
    display: flex;
    justify-content: center;
}

/* 左边 */
.product_left {
    width: 268rem;
}

.menu_p {
    width: 100%;
    height: 132rem;
    background: #00a1a1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
}

.menu_p_c {
    height: 32rem;
    font-size: 32rem;
    font-weight: 400;
}

.menu_p_y {
    height: 14rem;
    font-size: 14rem;
    font-weight: 300;
    margin-top: 8rem;
}

.menu {
    width: 100%;
    height: 64rem;
    display: flex;
    align-items: center;
    justify-content: start;
    border-bottom: 1rem solid #cccccc;
    background: #fff;
}

.menu_activation {
    border: 1rem solid rgb(35, 173, 173);
}

.menu:hover {
    width: 100%;
    border: 1rem solid rgb(35, 173, 173);
}

.menu_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.menu_q {
    margin-left: 62rem;
    font-size: 20rem;
    font-weight: 400;
    color: #333333;
}

.menu_h {
    margin-right: 66rem;
    width: 22rem;
    height: 22rem;
}
.product {
    margin-top: 40rem;
}
/* 右边 */
.product_right {
    margin-left: 24rem;
    width: 1100rem;
}
.product_right_small {
    /* margin-left: 24rem; */
    /* width: 1100rem; */
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: flex-start;
}

.product_cart {
    width: 350rem;
    height: 400rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20rem 20rem 20rem 20rem;
    background: #ffffff;
}
.product_cart:nth-child(n + 4) {
    margin-top: 20rem;
}
.product_cart:nth-child(3n + 2) {
    margin-left: 20rem;
    margin-right: 20rem;
}
.product_cart:hover {
    box-shadow: 6px 6px 20px 5px rgba(0, 161, 161, 0.5);
    border: 1rem solid rgb(52, 180, 180);
}
.centre {
    width: 180rem;
    height: 205rem;
}

.cart_img {
    width: 100%;
    height: 155rem;
}
.cart_tlite {
    width: 100%;
    text-align: center;
    height: 24rem;
    font-size: 24rem;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-top: 32rem;
}
.pageul {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}
/* 清除原有的分页样式 */
dir {
    display: flex;
    justify-content: end;
    margin: 36rem 12rem 52rem 0;
}
dir > ol > li:last-child,
dir > ol > li:first-child {
    display: none;
}
dir > ol > li {
    width: 48rem;
    height: 48rem;
    background: #fff;
}
dir > ol > li:hover {
    /* border: 0.2rem solid #00a1a1; */
    color: #00a1a1;
    background: #fff;
}
dir > ol > li > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
dir > ol > li > a.on {
    background: #fff;
    color: #000;
    border: 1rem solid #00a1a1;
}
dir > ol > li > a:hover {
    color: #00a1a1;
    background: none;
    border: 1rem solid #00a1a1;
}
