
.productBox{
    padding: 180px 0 100px;
}

.leftlist{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .06)
}

.leftlist>div{
    width: 100%;
    height: 68px;
    background-color: var(--color-primary);
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.leftlist>ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.leftlist>ul>li>a{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    width: 100%;
    color: #8d8d8d;
    cursor: pointer;
    text-decoration: none !important;
}
.leftlist>ul>li>a::before{
    content: ' ';
    display: inline-block;
    width: 2px;
    height: 12px;
    background-color: #d9d9d9;
    margin-right: 6px;
}
.leftlist>ul>li>a::after{
    content: ' ';
    display: inline-block;
    width: 4px;
    height: 48px;
    background: url(data:image/gif;base64,R0lGODlhBAAHAIABAIGAf////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAwMjNCOUZCRUYyMDExRTlBRUM5RjA5QTJENDJCNkVBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAwMjNCOUZDRUYyMDExRTlBRUM5RjA5QTJENDJCNkVBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDAyM0I5RjlFRjIwMTFFOUFFQzlGMDlBMkQ0MkI2RUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDAyM0I5RkFFRjIwMTFFOUFFQzlGMDlBMkQ0MkI2RUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAABAAHAAACB0QehnrqjQoAOw==) no-repeat 0 50%;
    margin-left: 2px;
}
.leftlist>ul>li>a>font{
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leftlist>ul>li:hover,.leftlist>ul>li>a.ed{
    color: var(--color-primary);
}

.rightlist{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .06);
    width: 100%;
}
.rightlist>.top{
   padding: 30px 58px 0;
}
.rightlist>.top>div{
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 9px;
    position: relative;
    cursor: default;
}
.rightlist>.top>div::before{
    content: ' ';
    display: inline-block;
    width: 2px;
    height: 24px;
    background-color: var(--color-primary);
    margin-right: 13px;
}

.rightlist>.bottom{
    width: 100%;
    padding: 30px 56px;
}
.rightlist>.bottom>div{
    width: 100%;
}

.rightlist>.bottom .tab-details>div{
    font-size: 18px;
    color: #333333;
}
.rightlist>.bottom .tab-details>*:not(:last-child){
    margin-bottom: 18px;
}
.rightlist>.bottom .tab-details>div>font{
    color: var(--color-primary);
}
.rightlist>.bottom .tab-details>div>p{
    /* font-size: 14px; */
    line-height: 1.5;
    padding-top: 10px;
    margin-bottom: 12px;
}
.rightlist>.bottom .tab-details>div.photo{
    min-height: 289px;
    background-color: #F7F8FA;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
}
.rightlist>.bottom .tab-details>div.photo>img{
    height: 200px;
}

.rightlist>.bottom .fold_item{
    margin-bottom: 2px;
}
.rightlist>.bottom .fold_item>.panel-collapse{
    padding-top: 30px;
}
.rightlist>.bottom .fold_title{
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(137, 196, 56, .65);
}
.rightlist>.bottom .fold_title:hover, .rightlist>.bottom .fold_title.active{
    background-color: var(--color-primary);
}
.rightlist>.bottom .fold_title>a{
    display: block;
    font-weight: bold;
    padding: 0 24px;
    color: #fff;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    text-decoration: none !important;
}
.rightlist>.bottom .fold_title>a::after{
    content: '';
    display: block;
    width: 12px;
    height: 50px;
    background: url(../img/ndjm_icon_01.gif) no-repeat;
    float: right;
}
.rightlist>.bottom .fold_title.active>a::after {
    background-position: 0 -50px;
}


.rightlist>.bottom .pyruvate-details>.banner-box {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: var(--color-primary);
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
}

.banner-box::before,
.banner-box::after {
    content: ' ';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
}

.banner-box::before {
    left: 0;
    border-width: 30px 0 30px 30px;
    border-color: var(--color-primary)  var(--color-primary) var(--color-primary) white;
}

.banner-box::after {
    right: 0;
    border-width: 30px 0 30px 30px;
    border-color: white white  white var(--color-primary);
}


.rightlist>.bottom .banner-content {
    padding: 0 30px;
}

.rightlist>.bottom .pyruvate-details>.p1{
    font-size: 18px;
}

.rightlist>.bottom .pyruvate-details p{
    word-break: break-all;
}
.rightlist>.bottom .pyruvate-details>div.images{
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 36px 0;
}
.rightlist>.bottom .pyruvate-details>div.images>div:not(:last-child){
    margin-right: 50px;
}
@media (max-width: 768px) {
	.rightlist>.bottom .pyruvate-details>div.images{
        flex-direction: column;
    }
    .rightlist>.bottom .pyruvate-details>div.images>div:not(:last-child){
        margin-right: 0;
        margin-bottom: 50px;
    }
}
.rightlist>.bottom .pyruvate-details>div.images>div>p{
    text-align: center;
    margin-bottom: 24px;
    color: var(--color-primary);
    font-weight: bold;
}
.rightlist>.bottom .pyruvate-details>div.images>div>img{
    height: 180px;
}
.rightlist>.bottom .pyruvate-details>ul{
    margin: 0;
    padding-left: 18px;
    font-size: 18px;
}
.rightlist>.bottom .pyruvate-details>ul>p,
.rightlist>.bottom .pyruvate-details>.certificates>p{
    text-align: center;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 18px;
}
.rightlist>.bottom .pyruvate-details>.certificates>div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rightlist>.bottom .pyruvate-details>.certificates>div>span:not(:last-child){
    margin-right: 24px;
}
