﻿.chronic_detail_panel {
    width: 1200px;
    margin: 0px auto;
}
.TitNav {
    height: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #999999;
    margin-bottom: 60px;
}

.ProductProL {
    float: left;
    width: 51.6%;
    position: relative;
    margin-top: -20px;
}

.gallery-top {
    width: 100%;
    height: 660px;
    /*background-color: #f3f6fb;*/
    border-radius: 5px;
    float: right;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 99%;
    height: 99%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
  
    position: relative;
    height: 500px;
    width: 100%;
    border: solid 1px #5BBC93;
    border-radius: 5px;
}

.gallery-top .swiper-slide img, .gallery-thumbs .swiper-slide img {
    /*max-width: 85%;
    max-height: 85%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -30%);*/
    width: 100%;
    height: 100%;
    max-width: 85%;
    max-height: 85%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

.ProductProR {
    float: right;
    width: 43%;
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    margin-top: -30px;
}

    .ProductProR h2 {
        font-size: 36px;
        color: #333333;
        margin: 15px 0px 35px;
    }

    .ProductProR h3, .Product_details h2 {
        font-size: 22px;
        color: #5BBC93;
        margin-top: 20px;
        margin-bottom: 10px;
    }

p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
}

.Product_details {
    margin-top: 80px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.Product_detailsL {
    float: left;
    width: 70%;
}

.ProductProRTab {
    margin-top: 10px;
}

    .ProductProRTab span {
        float: left;
        width: 70%;
        font-size: 14px;
        line-height: 32px;
        color: #333333;
        display: block;
    }

@media screen and (max-width: 1400px) {
    .chronic_detail_panel {
        width: 100%;
        margin: 0px auto;
        padding:0 30px;
        box-sizing:border-box;
    }
    .ProductProR h2 {
        font-size: 26px;
        color: #333333;
        margin: 15px 0px 35px;
    }
}
    