
/*产品分类样式*/
.product-header-box {
    width: 100%;
    background: #f8f8f8;
}

.product-header {
    display: flex;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.product-nav {
    max-height: 500px;
    overflow: auto;
    padding: 40px 40px 60px;
    background: white;
}

.product-title {
    font-size: 28px;
    white-space: nowrap;
}

.product-aside-line {
    width: 28px;
    height: 4px;
    margin: 20px 0;
    background: #63c6ae;
}

.product-series-aside-line {
    width: 28px;
    height: 4px;
    margin: 30px 0 0;
    background: #63c6ae;
}

.product-tab > div {
    padding: 10px 5px;
    font-size: 15px;
    color: #666666;
    white-space: nowrap;
    cursor: pointer;
}

.product-tab > div > span {
    padding: 5px;
}

.active-tab-item {
    color: #63c6ae !important;
    border-bottom: 2px solid #63c6ae;
}

.product-introduce {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background: #f8f8f8;
}

.introduce-first-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 120px;
}

.introduce-first-img img {
    width: 410px;
}

.product-introduce div {
    max-width: 40%;
}

.product-introduce div p {
    line-height: 30px;
    margin: 0;
    font-size: 15px;
    color: #666;
}

.more-pd-button {
    max-width: 100% !important;
    width: 60px;
    height: 30px;
    line-height: 30px !important;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px !important;
    color: #cccccc !important;
    text-align: center;
    cursor: pointer;
}

.more-pd-button:hover {
    color: #63c6ae !important;
}

.product-footer-box {
    width: 100%;
    background: #f8f8f8;
}

.product-series-box {
    width: 80%;
    max-width: 1200px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.product-series {
    width: 100%;
    padding: 30px 0;
}

.product-content {
    width: 100%;
}

.product-content-item {
    float: left;
    width: 30%;
    margin: 0 5% 40px 0;
    cursor: pointer;
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
}

.product-content-item:nth-child(3n) {
    margin: 0 0 40px 0;
}

.product-content-item:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.product-content-item img {
    width: 100%;
}

.product-content-item-detail {
    padding: 0 20px 40px;
    background: white;
}

.product-content-item-detail-name {
    padding: 20px 0;
    margin: 0 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-content-item-detail-description {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 13px;
    color: #888;
    overflow: hidden;
}

.clear-box {
    font-size: 16px;
    color: grey;
}


/*产品详情样式*/
.product-detail-box {
    width: 100%;
    margin: 0 auto;
}

.product-detail-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 60px
}

.product-img-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 48%;
    height: 350px;
    overflow: hidden;
}

.product-img-box img {
    max-width: 600px;
}

.product-detail-description-introduce {
    width: 40%;
}

.product-detail-description-introduce div {
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 22px;
    color: #525252;
}

.product-detail-description-introduce p {
    margin: 0;
    line-height: 30px;
    font-size: 16px;
    color: #595757;
}

.product-tec-params-box {
    width: 100%;
    padding: 60px 0;
    background: #f3f3f3;
}

.product-tec-params {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.tec-params-title {
    margin-bottom: 8px;
    font-size: 26px;
    color: #000000;
}

.tec-params-divider {
    width: 100%;
    margin-bottom: 45px;
    border-bottom: 1px solid #e5e5e5;
}

.product-tec-params-item {
    width: 100%;
    margin-bottom: 20px;
}

.params-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 42px;
    padding: 0 22px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #6b6b6b;
}

.params-item-title img {
    width: 17px;
    height: 17px;
}

.params-item-title img:nth-child(3) {
    display: none;
}

.params-item-table {
    display: none;
    width: 100%;
}

/*.params-item-table tr {*/
/*    text-align: center;*/
/*}*/

.product-detail-content {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding:30px 0
}

.product-detail-content img {
    max-width: 100%;
}

.topLeftContent{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin:0 0 -36px 0;
    font-size: 18px;
    font-weight: 700;
    color:#3284bd;
}

.topRightContent{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin:0 0 -36px 0;
    font-size: 18px;
    font-weight: 700;color:#3284bd
}

.topRightBotContent{
   background: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 16px;
    align-items: center;"
}

.bottomContent{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin:0 0 -36px 0;
    font-size: 18px;
    font-weight: 700;
    color:#3284bd
}

.colorCss{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 15px;
    color:#979798
}

.colorSK{
    width:22px;
    height:20px;
    margin-right: 8px
}

.product-middle{
    height: auto;
    width: 100%;
    margin-top: 60px;
    background-image: url("../images/products/product_mbg.png" );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    min-width: 1024px;
 }

.product-name {
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 26px;
    color: #F8F8FF;
}


.product-name-content {
    padding-bottom: 10px;
    font-size: 16px;
    max-width: 550px;
}


.product-detail-description-introduce-new {
    width:52%;
    height: 350px;
    background : #0167ae;
    display: flex;
    flex-direction: row;
    align-items: center
}

.product-bottom{
    padding: 50px 0 40px 0;
    text-align: center;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
 }

.product-bottom img{

}

.slt-img{
    width:100%;
    /*height: 154px;*/
    object-fit: contain;
}

.image-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.6;
}

.swiper-slide-slt :hover.image-mask {
    opacity: 0;
    cursor: default;
}

.gallery-top {
    width: 100%;
}
.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}


.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
}


.gallery-thumbs-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
    padding: 20px 0;
}

.swiper-slide-slt {
     width: 25%;
     height: 100%;
    /*opacity: 0.4;*/
}

.gallery-thumbs .swiper-slide-thumb-active {
    /*opacity: 1;*/
    width:100%;
    height: 0px;
    object-fit: contain;
}
