.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.flex {
    display: flex;
}
.flex-center{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.relative {
    position: relative;
}

.all-img1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all-img2 {
    height: 100%;
    object-fit: contain;
}

table {
    width: 100%;
}

.text-center {
    text-align: center;
}

tbody td {
    border: 1px solid #999;
    line-height: 40px;
    padding-left: 14px;
    color: #333;
}

tbody tr:nth-child(2n) {
    background-color: #f5f6f6;
}

.ch-menu a {
    color: #666;
    line-height: 60px;
}

.detail-pro-content p {
    color: #666;
    line-height: 26px;
}

.detail-pro-content img {
    max-width: 100%;
    object-fit: contain;
}

.all-box3 {
    width: 68vw;
    margin: 0 auto;
}

.bf {
    background-color: #f5f6f6;
}

.mySwiper2 {
    height: 100%;
    width: 100%;
}

.swiper-box .swiper-slide {
    height: 112px !important;
    opacity: 0.6;
    margin-bottom: 10px;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border:1px solid #094cb0;
}

.detaile-pro {
    width: 36vw;
    height: 35vw;
    /* background: url(../images/pr-bg.png) no-repeat; */
    background-size: cover;
}

.detaile-pro .swiper-slide {
    /* margin-top: 10%; */
}

.detaile-pro .swiper-slide img {
    object-fit: contain;
}

.detaile-right {
    width: 28vw;
    padding: 60px;
}

.p40 {
    padding: 20px 0 40px 0;
}

.swiper-box {
    margin-left: 10px;
    height: 31vw;
    margin-right: 10px;
}

.detail-title {
    font-size: 2.25rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 18px;
    line-height: 46px;
}

.detail-ftitle {
    font-size: 1.25rem;
    color: #333;
}

.line2 {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed #cccccc;
    margin: 30px 0;
}

.detail-content {
    color: #666;
    font-size: 16px;
    line-height: 22px;
}

.rz-title {
    font-size: 16px;
    margin-left: 30px;
    color: #333;
}

.zixun {
    width: 240px;
    height: 50px;
    background-color: #094cb0;
    border: solid 0px #0964b0;
    display: block;
    line-height: 50px;
}

.detail-a {
    line-height: 60px;
    font-size: 1.25rem;
    flex: 1;
    color: pink;
}

.detail-active {
    background-color: #094cb0;
}

.detail-a a {
    color: #333;
}

.zixun a,
.detail-active a {
    color: #fff;
    font-size: 16px;
}

.detail-pro-title {
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    font-size: 1.75rem;
    color: #333;
    font-weight: bold;
    padding-top: 60px;
    margin-bottom: 30px;
}

.detail-pro-title::after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #094cb0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p60 {
    padding: 60px 0;
}

.pb60 {
    padding-bottom: 60px;
}

.tuijian-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px 20px;
}

.tuijian-img {
    height: 16vw;
    margin-bottom: 2%;
}

.tuijian-title,
.xgtj {
    color: #333;
    line-height: 22px;
    font-size: 16px;
}

.xgtj {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 10px;
    margin-left: 30px;
}

.xgtj::after {
    content: '';
    width: 4px;
    height: 30px;
    background-color: #0964b0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tuijian:hover .tuijian-title {
    color: #094cb0;
}
.tuijian-box {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}
.tuijian {
    display: inline-block;
    margin-right: 20px;
}
.text-center {
    text-align: center;
}
.detaile-pro {
    margin: auto;
    position: relative;
}
.main-img {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.main-img img {
    /*width: 100%;*/
    height: 520px;
}
.thumbnail-container {
    display: flex;
    /*justify-content: space-between;*/
    width: 36vw;
    overflow: auto;
}
.thumbnail {
    height: 120px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
    margin-right: 5px;
}
.thumbnail.active, .thumbnail:hover {
    opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    /*padding: 10px;*/
    font-size: 18px;
    color: #333;
    z-index: 10;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}


.thumbnail-container::-webkit-scrollbar {
    width: 8px; /* 滚动条宽度 */
    height: 8px; /* 滚动条高度 */
}

.thumbnail-container::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道背景色 */
    border-radius: 4px; /* 圆角 */
}

.thumbnail-container::-webkit-scrollbar-thumb {
    background: #888; /* 滚动条滑块颜色 */
    border-radius: 4px; /* 圆角 */
}

.thumbnail-container::-webkit-scrollbar-thumb:hover {
    background: #555; /* 滑块悬停时的颜色 */
}

/* 针对Firefox */
.thumbnail-container {
    scrollbar-width: thin; /* 滚动条宽度 */
    scrollbar-color: #888 #f1f1f1; /* 滚动条滑块颜色和轨道背景色 */
}

/* 针对IE和Edge */
.thumbnail-container {
    -ms-overflow-style: -ms-autohiding-scrollbar; /* 自动隐藏滚动条 */
}