.productCenter220701 * {
    box-sizing: border-box;
}

.productCenter220701 {
    max-width: 1200px;
    margin: 0 auto;
}

.productCenter220701 .product_top_header {
    display: flex;
}

.productCenter220701 .swiper-container {
    width: 100%;
}

.productCenter220701 .product_top_header .left_img {
    width: 594px;
    height: 380px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productCenter220701 .product_top_header img {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    object-fit: cover;
}

.productCenter220701 .product_top_header .right_info {
    flex: 1;
    background: #f3f6fb;
    padding: 56px 40px 0 40px;
}

.productCenter220701 .product_top_header .right_info .title {
    font-size: 24px;
    font-weight: bold;
    color: #065A8D;
    margin: 0 0 24px 0;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.productCenter220701 .product_top_header .right_info .des {
    color: #898a8b;
    font-size: 14px;
    display: block;
    line-height: 2;
    margin-bottom: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 140px;
}

.productCenter220701 .product_top_header .right_info .more_btn {
    display: inline-block;
    padding: 16px 40px;
    background: #065A8D;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
}

.productCenter220701 .gallery-top {
    margin-bottom: 10px;
    width: 100%;
}

.productCenter220701 .gallery-thumbs {
    margin-top: 24px;
}

.productCenter220701 .gallery-thumbs a {
    width: 292px;
    height: 226px;
    border: 1px solid #ccc;
    text-align: center;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    display: block;
    position: relative;
    color: #505050;
}

.productCenter220701 .gallery-thumbs a:before,
.productCenter220701 .gallery-thumbs a:after {
    transition: all 0.75s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    opacity: 0;
    z-index: 2;
}

.productCenter220701 .gallery-thumbs a:before {
    border-top: 1px solid #065A8D;
    border-bottom: 1px solid #065A8D;
    transform: scale(0, 1);
}

.productCenter220701 .gallery-thumbs a:after {
    border-left: 1px solid #065A8D;
    border-right: 1px solid #065A8D;
    transform: scale(1, 0);
}

.productCenter220701 .gallery-thumbs a:hover {
    box-shadow: rgb(65 127 238 / 20%) 0px 2px 10px 0px;
}

.productCenter220701 .gallery-thumbs a:hover:before,
.productCenter220701 .gallery-thumbs a:hover:after {
    transform: scale(1, 1);
    opacity: 1;
}

.productCenter220701 .gallery-thumbs a .img {
    overflow: hidden;
    width: 100%;
    height: 186px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productCenter220701 .gallery-thumbs a .img img {
    display: block;
    border: none;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.productCenter220701 .gallery-thumbs a .product_name {
    font-size: 16px;
    white-space: nowrap;
    height: 36px;
    line-height: 1;
    list-style: none;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px;
}