﻿

/* 产品列表 */
.products-list{

}
    .products-list ul{
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 3%;
    }
    .products-list ul li{
        display: inline-block;
        width: 30.625%;
        background: #f5f5f5;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        margin-right: 3.8%;
        margin-bottom: 4%;
    }
    .products-list ul li:nth-child(3n){
        margin-right: 0;
    }
    .products-list ul li .pro-img{
        display: inline-block;
        width: 93%;
        margin-left: 3.5%;
        margin-top: 3.5%;
        background: white;
        padding-bottom: 88.8%;
        text-align: center;
        position: relative;
        margin-bottom: 8%;
	overflow: hidden;
    }
    .products-list ul li .pro-img p{
        display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    }
    .products-list ul li .pro-img p img{
      
        display: inline-block;
        max-height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
}
    .products-list ul li .pro-txt{
        padding: 0 11%;
        margin-bottom: 8%;
        background: url(../img/pro-arrow.png) no-repeat 89% bottom;
    }
    .products-list ul li .pro-txt p{
        font-size: 18px;
        color: #999;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .products-list ul li .pro-txt h1{
        font-size: 26px;
        color: #666;
        font-weight: normal;
    }
    .products-list ul li:hover{
        background: #fccb00;
    }
    .products-list ul li:hover .pro-img p img{
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
    }
    .products-list ul li:hover .pro-txt p{
        color: #666;
    }
    .products-list ul li:hover .pro-txt h1{
        color: #333;
    }
    .products-list ul li:hover .pro-txt{
        background: url(../img/pro-h-arrow.png) no-repeat 89% bottom;
    }


    @media(max-width:1700px){
        .products-list ul li{
            margin-right: 3.7%;
        }
    }
    @media(max-width:1300px){
        .products-list ul li{
            margin-right: 3.6%;
        }
        .products-list ul li .pro-txt p{
            font-size: 16px;
            margin-bottom: 10px;
        }
        .products-list ul li .pro-txt h1{
            font-size: 20px;
        }
        .products-list ul li .pro-txt{
            background-size: 16%;
        }
    }
    @media(max-width:970px){
        .products-list ul{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .products-list ul li:nth-child(3n){
            margin-right: 0%;
        }
        .products-list ul li:nth-child(2n){
            margin-right: 0%;
        }
        .products-list ul li{
            margin-right: 0;
            width: 48%;
        }
        .products-list ul li .pro-txt h1{
            font-size: 16px;
        }
    }
    @media(max-width:580px){
        .products-list ul li{
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
}
        .products-list ul li .pro-txt p {
            font-size: 12px;
            margin-bottom: 5px;
        }
        .products-list ul li .pro-txt h1 {
            font-size: 12px;
        }
        .products-list ul li .pro-txt {
            background-size: 12%;
        }
        .products-list ul li:hover .pro-txt{
            background: url(../img/pro-h-arrow.png) no-repeat 89% bottom;
            background-size: 12%;
        }
    
        .products-list ul{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .products-list ul li{
            margin-right: 0;
        }
    }


/* 产品详情 */
.productsd-content{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 3%;
}
    .productsd-top{
        margin-bottom: 5%;
    }
    .prod-left{
        display: inline-block;
        width: 50%;
        position: relative;
    }

    .pc-slide{
        /* overflow: hidden; */
    }
    /* 大图展示轮播 */
    .view-shadow{
        box-shadow: 0 0 30px rgba(0, 0, 0, .1);
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    .view{
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-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: 70.3%; */
        position: relative;
    }
    .view .swiper-slide a{
        display: inline-block;
        width: 100%;
        /* height: 50%; */
        /* position: absolute; */
        /* top: 25%; */
        /* left: 30%; */
    }
    .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);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
}

    /* 缩略图轮播图 */
    .preview { width: 80%;margin-top: 6%;position: relative;padding: 0 0.5%;margin-left: 10%;}
    .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; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
    .preview .swiper-slide img{ 
        display: inline-block; 
        width: 100%; 
        /* 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%;
        background: rgba(252, 203, 0, .6);
    }
    #arrow-left,#arrow-right{position: absolute;margin-top: -9px;width: 2.5%; height: 4.5%;z-index: 10;}

    #arrow-left {
        background: url("../img/pro-next.png") no-repeat center;
        left: 3%;
        bottom: 6%;
        cursor: pointer;
        background-size: 100% 100%;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transition: 0s;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
}
    #arrow-right {
        background: url("../img/pro-next.png") no-repeat center;
        right: 3%;
        bottom: 6%;
        cursor: pointer;
        background-size: 100% 100%;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transition: 0s;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
}
    #arrow-left:hover{
        background: url("../img/pro-prev.png") no-repeat center;
        background-size: 100% 100%;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    #arrow-right:hover{
        background: url("../img/pro-prev.png") no-repeat center;
        background-size: 100% 100%;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
}

    .preview .active-nav{
        border: none;
    }
    .preview .active-nav .mark{
        display: block;
    }
    
    .prod-right{
        display: inline-block;
        width: 46.25%;
        vertical-align: top;
        margin-left: 3.2%;
    }
    .prod-right>h1{
        padding: 4.5% 5%;
        font-size: 26px;
        color: #333;
        background: #fccb00;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        margin-bottom: 4%;
}
   
   
    .prod-right p{
        font-size: 16px;
        line-height: 30px;
        color: #666;
        padding: 0 6%;
        font-family:"微软雅黑";
    }
    .preview .swiper-slide img:hover{
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

/* 产品说明 */
.productsd-detail{
    width: 100%;
}
    .productsd-detail .productsd-name{
        background: #ececec;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        overflow: hidden;
        margin-bottom: 3%;
}
    .productsd-detail .productsd-name p{
        font-family:"微软雅黑";
        display: inline-block;
        color: #333;
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 140px;
        background: #fccb00;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        font-weight: bold;
    }
    .prod-edit{
        padding-bottom: 5%;
        border-bottom: 1px solid #bfbfbf;
        margin-bottom: 3%;
    }
   
    .prod-edit p{
        font-size: 14px;
        line-height: 30px;
        color: #6a6969;
        font-family:"微软雅黑";
    }

    .prod-page{

    }
    .prod-page .prod-page-left{
        display: inline-block;
    }
    .prod-page .prod-page-left a{
        display: block;
        font-size: 14px;
        line-height: 30px;
        color: #323232;
        font-family:"微软雅黑";
    }
    .prod-page .prod-page-left a:hover{
        color: #fccb00;
    }

    .prod-page .prod-page-right{
        display: inline-block;
        float: right;
    }
    .prod-page .prod-page-right a{
        display: inline-block;
        width: 120px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size:16px;
        color: #333;
        background: #fccb00;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        position: relative;
}

@media(max-width:1200px){
    .prod-left{
        width: 100%;
        margin-bottom: 5%;
    }
    .prod-right{
        width: 100%;
        margin-left: 0;
    }
    .prod-page .prod-page-right{
        display: block;
        float: none;
        margin-top: 5%;
    }
    .prod-page .prod-page-right a{ 
        position: relative;
        top: 0;
    }
}

@media(max-width:760px){
    .prod-right>h1{
        font-size: 18px;
        padding: 2.5% 5%;
    }
    .prod-right p {
        font-size: 14px;
        line-height: 26px;
    }
    .productsd-detail .productsd-name p {
        margin: 0 !important;
        padding: 0 !important;
        height: 40px !important;
        line-height: 40px !important;
        width: 100px;
    }
    .prod-page .prod-page-right a {
        display: inline-block;
        width: 100px;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 13px;
    }
}


