.pr {
    position: relative;
}
.list_product .left{padding:0;}
.flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_product .product-cont1 {
    width: 30rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background: #EDF7FF;
}
.list_product .product-cont1 .sd-nasd {
    position: sticky;
    left: 0;
    top: 8rem;
    padding: 0 10%;
    margin-top: 6rem;
}
.list_product .product-cont1 .sd-nasd .n_src1 {
    padding: 0.7rem 0;
    overflow: visible;
    overflow-y: auto;
    max-height: calc(100vh - 9rem);
    position: relative;
}
.list_product .product-cont1 .sd-nasd .n_src1::before {
    content: "";
    position: absolute;
    left: 0.3125rem;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}
.list_product .product-cont1 .sd-nasd .n_src1 li {
    padding-left: 2.2rem;
    position: relative;
}
.list_product .product-cont1 .sd-nasd .n_src1 li:not(:last-child) {
    margin-bottom: 1rem;
}
.list_product .product-cont1 .sd-nasd .n_src1 li > a {
    display: block;
    color: #000;
    font: 600 1.525rem / 1.5em "sourcehansans";
    padding: 0.25rem 0;
}
.list_product .product-cont1 .sd-nasd .n_src1 li.active a{
    color: #df1523;
}
.list_product .product-cont1 .sd-nasd .n_src1 li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: #005bac;
    opacity: 0;
}
.list_product .product-cont1 .sd-nasd .n_src1 li .sec a {
    display: block;
    color: #000000;
    font: 400 0.975rem / 1.75rem "sourcehansans";
    position: relative;
    padding: 0.2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_product .product-cont1 .sd-nasd .n_src1 li .sec a:hover {
    color: #DF1523;
}
.list_product .product-cont1 .sd-nasd .n_src1 li .sec a::before {
    content: "·";
    margin-right: 0.15rem;
}
.list_product .product-cont2 {
    width: calc(100% - 30rem);
}
.p120.pt0 {
    padding-top: 0;
}
.p120 {
    padding: 7.5rem 0;
}
.list_product .ul > li {
    background: #FFFFFF;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    padding: 1rem 4rem 1rem 5rem;
}
.list_product .ul > li:nth-child(even) {
    background: #F8F8F8;
}
.list_product .ul > li .row {
    align-items: center;
}
.list_product .ul > li .row .left {
    padding-bottom: 3rem;
}
@media (min-width: 992px) {
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
@media (min-width: 768px) {
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}
.list_product .ul > li .name {
    font-weight: bold;
    font-size: 1.675rem;
    line-height: 2.375rem;
    color: #df1523;
    margin-bottom: 0.625rem;
}
.list_product .ul > li .text {
    margin: 1.5rem 0 0.9375rem;
}
.text {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #7C7C7C;
}
.list_product .ul > li .more {
    margin-top: 2rem;
}
.more {
    display: inline-block;
    position: relative;
    z-index: 9;
}
/*.more p {*/
/*    width: 2.25rem;*/
/*    height: 2.25rem;*/
/*    border-radius: 50%;*/
/*    background: #005bac;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    transition: all 0.4s;*/
/*    -webkit-transform: all 0.4s;*/
/*    -moz-transition: all 0.4s;*/
/*    -o-transition: all 0.4s;*/
/*}*/
.more p span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.625rem;
    position: absolute;
    top: 0;
    left: calc(2.25rem - 7.375rem);
    width: 7.375rem;
    line-height: 2.25rem;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.more .iconfont {
    font-size: 0.75rem;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    display: block;
}
.list_product .left{top: 6rem;}
@media (max-width: 768px) {
    .list_product .product-cont1.left {
        display: none;
    }
    .p120.pt0 {
        padding-top: 0;
    }
    .list_product .product-cont2 {
        width: 100%;
    }
    .list_product .left {
         display: block; 
    }
}
/*product-detail-css-style*/
.show_pro {
    /* padding: 9.375rem 0 7rem; */
    padding: 2.375rem 0 7rem;
    z-index: 9;
    position: relative;
}
.show_pro .container {
    position: relative;
    z-index: 3;
}
.clearfix {
    zoom: 1;
}
.clearfix:after, .clearfix:before {
    display: table;
    content: "";
}
.show_pro .left {
    width: 50%;
    float: left;
    padding-top: 13%;
}
.show_pro .left .title {
    margin-bottom: 1.875rem;
}
.title {
    font-weight: bold;
    font-size: 2.125rem;
    line-height: 3.125rem;
    color: #df1523;
}
.show_pro .left .more {
    margin-top: 4rem;
}
.more {
    display: inline-block;
    width: 11.6875rem;
    line-height: 3.375rem;
    background: #df1523;
    font-size: 1rem;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    border: 1px solid #df1523;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.show_pro .left ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}
.text {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #3A3A3A;
}
.show_pro .left ul li .text {
    width: calc(100% - 3.75rem);
}
.show_pro .left ul li .text span {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #3A3A3A;
}
.show_pro .right {
    width: 50%;
    float: right;
}
.show_pro .swiper-container {
    padding-bottom: 2.8125rem;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.right .swiper-slide {
    transform: scale(0.8);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.show_pro .swiper-pagination-bullet {
    width: 0.875rem;
    height: 0.875rem;
    opacity: 1;
    background: transparent;
    border: 1px solid #DF1523;
    margin: 0 0.3125rem;
}
.show_pro .swiper-pagination-bullet-active {
    background: #DF1523;
}
.sum img{display: block;margin: 0 auto;width:80%;box-shadow: 0 0 3px 0 #ccc;}  
@media (max-width: 768px) {
    .sum img{width:100%;} 
    .show_pro .left {
        width: 100%;
    }
    .show_pro .left ul li .text {
        width: 100%;
    }
    .show_pro .right {
        width: 100%;
        margin-top: 25px;
    }
    .list_product .ul > li{padding:1rem;}
}





















