.products-box,
.products-page-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.95);
    border-radius: 20px;
    padding: 40px 0;
    box-sizing: border-box;
    font-size: 0;
}
.products-list-box{
    width: 280px;
    max-width: 100%;
    display: block;
    float: left;
    vertical-align: top;
    padding-left: 30px;
    box-sizing: border-box;
}
.products-list-title{
    font-size: 30px;
    color: #1b3d1e;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    text-align: right;
}
.products-list-title span{
    font-size: 18px;
    font-weight: bold;
    padding-left: 8px;
}
.products-list-title:after{
    content: '';
    width: 5px;
    height: 25px;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    background-color: #8ebc33;
}
.products-list-line{
    width: 100%;
    height: 4px;
    background-color: #1b3d1e;
    display: block;
}
.products-list-box ul{
    width: 100%;
    padding-top: 10px;
    display: block;
}
.products-list-box ul li{
    font-size: 18px;
    border-bottom: 1px solid #1b3d1e;
    padding-bottom: 10px;
}
.products-list-box ul li a{
    width: 100%;
    display: inline-block;
    letter-spacing: 2px;
    vertical-align: middle;
}
.products-list-box ul li a:before{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../img/products-arrow.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 4px;
    margin-right: 5px;
}

.products-info-box,
.products-page-info-box
{
    width: 900px;
    max-width: 100%;
    display: block;
    float: right;
    padding: 0 20px;
    box-sizing: border-box;
}

.products-info{
    width: 260px;
    max-width: 100%;
    height: 200px;
    display: inline-block;
    margin: 0 13px;
    position: relative;
    box-sizing: border-box;
    border: 1px #8ebc33 solid;
    margin-bottom: 20px;
}
.products-info-img{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*prodcuts-page*/
.products-page-box{
    max-height: 90%;
    overflow: auto;
}
.products-page-info-left,
.products-page-info-right
{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.products-page-info-b-img-box{
    width: 400px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border: 1px #8ebc33 dashed;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.products-page-info-b-img-box li{
    width: 100%;
    display: block;
}
.products-page-info-img{
     height: 310px;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
}

.products-page-info-s-img-box{
    width: 410px;
    max-width: 100%;
    margin: 0 auto;
}
.products-page-info-s-img-box li{
    width: 90px;
    height: 80px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 7px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.products-page-info{
    width: 400px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.products-page-info .title{
    font-size: 22px;
    letter-spacing: 2px;
    color: #1b3d1e;
    font-weight: bold;
    padding-bottom: 30px;
}

.products-page-info-text{
    font-size: 14px;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 1.6;
    min-height: 280px;
}

.back{
    width: 140px;
    max-width: 100%;
    line-height: 36px;
    text-align: center;
    display: block;
    float: right;
    font-size: 16px;
    letter-spacing: 5px;
    background-color: #0d2c02;
    color: #FFF;
    margin-top: 20px;
}

.back-border{
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 15px solid #FFF;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    left: -8px;
    top: -1px;
}

.prodcuts-page-editor{
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.6;
    border-top: 1px solid #b5b5b5;
}


.products-page-info-s-img-box .slick-prev:before{
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('../img/prev.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.products-page-info-s-img-box .slick-next:before{
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('../img/next.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.products-page-info-s-img-box .slick-prev{
    left: -20px;
}
.products-page-info-s-img-box .slick-next{
    right: -20px;
}
.prodcuts-page-editor p{
    width: 100%;
}