﻿
/* 车间展示 */
.product_details{
    background: #fff;
}
/* 导航路径 */
.product_details .address{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 10px 0;
}
.product_details .address a{
    margin-left: 10px;
    color: #999999;
    font-size: 14px;
}
@media (max-width:450px){
    .product_details .address a {
        margin-left: 5px;
        color: #999999;
        font-size: 12px;
    }
}
.product_details .content{
    width: 80%;
    padding: 40px 0 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
/* 二级导航 */
.product_details .content .navigation{
    margin-right: 20px;
    height: 100%;
    padding-bottom: 200px;
    background: white;
    display: none;
}
.product_details .content .panel-group{
    width: 100%;
    margin: 0 auto;
    display: none;
    margin-bottom: 20px;
}
.product_details .content .panel-group .panel .panel-heading .panel-title{
    width: 100%;
    height: 46px;
    line-height: 46px;
    display: flex;
    justify-content: space-between;
    background: #e9c42b;
    padding: 0 20px;
}
.product_details .content .panel-group .panel .panel-heading .panel-title a{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.product_details .content .panel-group .panel .panel-heading .panel-title span{
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}
.product_details .content .panel-group .panel #collapseOne .panel-body ul li{
    text-align: center;
    padding: 10px 0;
}
.product_details .content .panel-group .panel #collapseOne .panel-body ul li a{
    color: #333;
    font-size: 16px;
}
.product_details .content .panel-group .panel #collapseOne .panel-body ul li:hover{
    background: #ddd;
}
.product_details .content .navigation{
    border-right: 1px solid #dddddd;
}
.product_details .content .navigation ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 46px;
}
.product_details .content .navigation ul li a{
    width: 85%;
    color: #666666;
    font-size: 15px;
    line-height: 46px;
    display: block;
    text-decoration: none;
    margin-left: 1px;
    padding-left: 20px;
}
.product_details .content .navigation ul li .imgicon{
    margin: 0 auto;
    z-index: 10;
    opacity: 0;
    margin-right: 7px;
    transform: rotate(270deg);
}
.product_details .content .navigation ul li:hover a{
    color: #fff;
    background: #e9c42b;
}
.product_details .content .navigation ul li:hover .imgicon{
    opacity: 1;
}
.product_details .content .navigation ul > .active a{
    color: #fff;
    background: #e9c42b;
}
.product_details .content .navigation ul > .active img{
    opacity: 1;
}
.product_details .content .right{
    width: 80%;
}
.product_details .content .right .top{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media (min-width:800px){
    .product_details .content .navigation{
        display: block;
    }
}
@media (max-width:800px){
    .product_details .content .panel-group{
        display: block;
    }
}
/* 详情轮播样式 */
.prod-left{
    display: inline-block;
    width: 40%;
    position: relative;
}

.pc-slide{
    /* overflow: hidden; */
}
/* 大图展示轮播 */
.view-shadow{
    border: 1px solid #cbcccc;
}
.view{
    border-radius: 30px;
}
.view .swiper-container {width: 100%;position: relative;}
.view:hover .arrow{display: block;}
.view .arrow{display: block;position: absolute;top: 50%;margin-top: -35px;width: 70px;height: 70px;z-index: 100000000; }
.view .swiper-slide{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.view .swiper-slide a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}
.view .swiper-slide a img{
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.view .swiper-slide a img:hover{
    transform: scale(1.1);
}

/* 缩略图轮播图 */
.preview { 
    width: 90%;
    margin-top: 4%;
    position: relative;
    margin-left: 5%;
}
.preview .swiper-slide { width: 22% !important; height: 100%; margin: 0 1.4%; position: relative; 
    /* padding-bottom: 15.7%;  */
    overflow: hidden; box-sizing: border-box; border: 1px solid #d2d2d2;}
.preview .swiper-slide img{ 
    display: inline-block; 
    width: 100%; 
    height: 90px;
    /* height: 80%;  */
    /* position: absolute;  */
    /* top: 10%; left: 20%;  */
    cursor: pointer; 
    transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.preview .swiper-slide .mark{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #d2b525;
}
#arrow-left,#arrow-right{position: absolute;margin-top: -9px;width: 2%; height: 4%;z-index: 10;}

#arrow-left {
    background: url("../images/prod-prev.png") no-repeat center;
    left: 0%;
    bottom: 6%;
    cursor: pointer;
    background-size: 100% 100%;
}
#arrow-right {
    background: url("../images/prod-next.png") no-repeat center;
    right: 0%;
    bottom: 6%;
    cursor: pointer;
    background-size: 100% 100%;
}
#arrow-left:hover{
    background: url("../images/prod-h-prev.png") no-repeat center;
    background-size: 100% 100%;
}
#arrow-right:hover{
    background: url("../images/prod-h-next.png") no-repeat center;
    background-size: 100% 100%;
}

.preview .active-nav{
    border: none;
}
.preview .active-nav .mark{
    display: block;
}
/* 详情 */
.product_details .content .right .top .right_info{
    width: 57%;
}
.product_details .content .right .top .right_info .title{
    padding: 30px;
    background: #e9c42b;
}
.mark, mark{
    padding: 0.2em;
    background-color: transparent;
}
.preview .swiper-slide .mark{
    border: 3px solid #e9c42b;
}
.product_details .content .right .top .right_info .title a{
    padding: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.product_details .content .right .top .right_info .info{
    padding-top: 30px;
}
.product_details .content .right .top .right_info .info .one{
    display: flex;
    margin-top: 15px;
}
.product_details .content .right .top .right_info .info .one p{
    font-size: 16px;
    color: #666666;
    line-height: 44px;
    width: 22%;
    text-align: right;
}
.product_details .content .right .top .right_info .info .one span{
    font-size: 16px;
    color: #000000;
    line-height: 44px;
    margin-left: 30px;
    
}
.product_details .content .right .top .right_info .info .two{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.product_details .content .right .top .right_info .info .two>p{
    width: 22%;
    font-size: 16px;
    color: #666666;
    text-align: right;
}
.product_details .content .right .top .right_info .info .two div{
    width: 73%;
}
.product_details .content .right .top .right_info .info .two div p{
    font-size: 14px;
    color: #000000;
    line-height: 28px;
}
.product_details .content .right .top .right_info .more{
    display: flex;
    margin-top: 80px;
}
.product_details .content .right .top .right_info .more .button{
    width: 25%;
    border: 1px solid #b5b5b5;
    margin-right: 10px;
    
}
.product_details .content .right .top .right_info .more .button a{
    color: #666666;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_details .content .right .top .right_info .more .button:hover{
    background: #3c4951;
}
.product_details .content .right .top .right_info .more .button:hover a{
    color: #fff;
}
.product_details .content .right .top .right_info .more .button a{
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #666666;
}
.product_details .content .right .bottom{
    padding-top: 50px;
}
.product_details .content .right .bottom .title{
    background: #eeeeee;
}
.product_details .content .right .bottom .title a{
    background: #e9c42b;
    display: block;
    font-size: 18px;
    color: #fff;
    width: 160px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.product_details .content .right .bottom .info{
    padding: 30px 0 50px 15px;
    border-bottom: 1px solid #bfbfbf;
}
.product_details .content .right .bottom .info p{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}
@media (max-width:1700px){
    .product_details .content .right .top .right_info .title{
        padding: 20px;
    }
    .product_details .content .right .top .right_info .info .one{
        margin-top: 0;
    }
    .product_details .content .right .top .right_info .info .two{
        margin-top: 10px;
    }
    .product_details .content .right .top .right_info .more{
        display: flex;
        margin-top: 50px;
    }
    .preview .swiper-slide img{ 
        display: inline-block; 
        height: 80px;
    }
}
@media (max-width:1600px){
    .product_details .content .right .top .right_info .info{
        padding-top: 10px;
    }
    .product_details .content .right .top .right_info .more{
        display: flex;
        margin-top: 30px;
    }
}
@media (max-width:1500px){
    .preview .swiper-slide img{ 
        display: inline-block; 
        height: 70px;
    }
}
@media (max-width:1400px){
    .product_details .content .right .top .right_info .title{
        padding: 10px;
    }
    .product_details .content .right .top .right_info .info .one p{
        line-height: 30px;
    }
    .product_details .content .right .top .right_info .info .one span{
        line-height: 30px;
    }
    .preview .swiper-slide img{ 
        display: inline-block; 
        height: 60px;
    }
}
@media (max-width:1300px){
    .product_details .content .right .top .right_info .info .two div p{
        line-height: 25px;
    }
    .product_details .content .right .top .right_info .more .button{
        width: 30%;
    }
}
@media (max-width:1200px){
    .product_details .content .right .top{
        flex-wrap: wrap;
    }
    .product_details .content .right .top .right_info{
        width: 90%;
        margin-top: 20px;
    }
    .prod-left{
        display: inline-block;
        width: 90%;
        position: relative;
    }
    .product_details .content .right .bottom{
        width: 90%;
    }
    .preview .swiper-slide img{ 
        display: inline-block; 
        height: 120px;
    }
}

@media (max-width:1100px){
    .preview .swiper-slide img{ 
        display: inline-block; 
        height: 100px;
    }
}

@media (max-width:900px){
    .preview .swiper-slide img{ 
        display: inline-block; 
        height: 100px;
    }
}
@media (max-width:800px){
    .product_details .content{
        flex-wrap: wrap;
    }
.product_details .content .right{
width: 100%;
}
.prod-left {
    display: inline-block;
    width: 100%;
    position: relative;
}
.product_details .content .panel-group .panel #collapseOne .panel-body ul li .imgicon {
    display: none;
}
}

@media (max-width:760px){
    .product_details .content{
        flex-wrap: wrap;
    }
    .product_details .content .right{
        width: 100%;
    }
    .product_details .content .navigation{
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .prod-left{
        display: inline-block;
        width: 100%;
        position: relative;
    }
    .product_details .content .right .top .right_info{
        width: 100%;
        margin-top: 20px;
    }
    .product_details .content .right .bottom{
        width: 100%;
    }
    .preview .swiper-slide img{ 
        display: inline-block; 
        height: 100px;
    }
}
@media (max-width:650px){
    .preview .swiper-slide img{ 
        display: inline-block; 
        height: 85px;
    }
}
@media (max-width:550px){
    .product_details .content{
        width: 95%;
    }
    .product_details .address{
        width: 95%;
    }
    .product_details .content .right .top .right_info .title a{
        font-size: 18px;
    }
    .product_details .content .right .bottom .title a{
        background: #e9c42b;
        display: block;
        font-size: 16px;
        color: #fff;
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }
    .product_details .content .right .bottom .info p{
        color: #666666;
        font-size: 14px;
        line-height: 25px;
    }
    .product_details .content .right .bottom .info{
        padding: 20px 0 30px 10px;
    }
}
@media (max-width:500px){
    .preview .swiper-slide img{ 
        display: inline-block; 
        height: 70px;
    }
}
@media (max-width:450px){
    .product_details .content{
        width: 95%;
        padding: 30px 0 60px;
    }
    .product_details .address{
        width: 95%;
    }
    .product_details .content .right .top .right_info .more .button a{
        padding: 5px 0;
    }
    .product_details .content .right .top .right_info .info .two>p{
        width: 28%;
    }
    .product_details .content .right .top .right_info .info .one p{
        width: 28%;
    }
    .product_details .content .right .top .right_info .info .two div{
        width: 68%;
    }
    .product_details .content .right .top .right_info .info .one span{
        margin-left: 10px;
    }
}
@media (max-width:400px){
    .preview .swiper-slide img{ 
        display: inline-block; 
        height: 55px;
    }
}