section {
    padding: 70px 0;
}

.product_show .row {
    justify-content: space-between;
}

#exzoom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    margin: 0;
    position: relative;
}

#exzoom .bf {
    position: absolute;
    top: calc(50% - 37px);
    left: calc(50% - 37px);
    z-index: 999;
    cursor: pointer;
}

.exzoom_img_box {
    width: 400px !important;
}

.exzoom_all {
    position: absolute;
    left: calc(100% + 45px);
    bottom: 40px;
}

.product_shower {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}

.product_shower li {
    margin: 7px 50px 7px 0;
}

.product_content {
    border: 1px solid #ccc;
    padding: 30px;
    width: calc(100% - 425px);
}

.product_content h1 {
    font-size: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.gallery-cpzs {
    padding-top: 40px;
}
.gallery-cpzs .swiper-slide.active{
    border: 2px solid #0d4583;

}
.exzoom .exzoom_nav .exzoom_nav_inner span.current {
    border: 2px solid #0d4583;
}

.exzoom .exzoom_btn a {
    background: transparent;
    border: none;
    top: -80px;
}

.exzoom .exzoom_btn a.exzoom_next_btn {
    left: auto;
    right: -36px;
}

.exzoom .exzoom_btn a:hover {
    background: transparent;
    color: #999;
}

.product_show .cpjs_js {
    margin-top: 50px;
    padding: 30px 50px 108px 50px;
    border: 1px solid #d0d0d0;
    width: 100%;
}

.product_show .cpjs_js h5 {
    border-bottom: 1px solid #8992a2;
}

.product_show .cpjs_js h5 span {
    width: 150px;
    height: 40px;
    background-color: #0d4583;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    color: #f7f7f7;
}
.product_show .cpjs_js .cp_neirong{
    margin-top: 35px;
}
.cp_neirong img{ display:block; margin:auto;}
@media only screen and (max-width:1300px){
    .product_show .row{
        flex-wrap: wrap;
    }
}
@media only screen and (max-width:992px){
    #exzoom{
        flex: 0 0 100%;
    }
    .product_content{
        flex: 0 0 100%;
        width: 100%;
        padding:0 15px
    }
    .exzoom_all {
        position: absolute;
        left: 0;
        bottom: 40px;
    }
   .product_show .cpjs_js{
             padding: 15px 15px 70px 15px;
    }
  .xqy_sp .xqy_sp_sp{
       width:80%;
      margin:0 auto
}
}