#show{
    margin-top: 40px;
}
#show h1{
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    height: 60px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
#show h1:after{
    display: inline-block;
    width: 52px;
    height: 3px;
    background-color: #f90713;
    content: " ";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 26px);
}

#lunbo{
    display: block;
    width: 875px;
    max-width: 98%;
    /*max-width: 100%;*/
    height: 370px;
    margin: 25px auto;
    background-image: url("../img/bg_prod.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: solid 1px #a1a1a1;
}
#lunbo .swiper-slide{
    background: transparent !important;
    overflow: hidden;
}
#lunbo .swiper-slide img{
    width: auto;
    height: 98%;
    margin-top: 2px;
    display: block;
    object-fit: cover;
}

#lunbo_thumb{
    display: block;
    height: 90px;
    margin: 10px auto;
    /*background: red;*/
    overflow: hidden;
}
#lunbo_thumb .swiper-slide{
    width: 85px !important;
    height: 85px;
    border: solid 1px #a1a1a1;
    overflow: hidden;
}
#lunbo_thumb .swiper-slide img{
    width: auto;
    height: 100%;
    display: block;
    object-fit: cover;
}



.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

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

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
#show_td{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 1px;
    color: #000000;
}
#show_td_lists{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 1px;
    color: #000000;
}
#show_td_lists ul{
    margin-top: 20px;
}
.show_jiange{
    margin-top: 70px;
}
#show_table{
    margin-bottom: 10px;
}