@charset "utf-8";

#p_content_img{
    position: relative;
    max-width:500px;
    margin:auto;
}

#p_content_img>ul>li>img{
    width: 100%;
}

#p_content_img .img_l,#p_content_img .img_r{
    position: absolute;
    bottom:0;
    display: block;
}

#p_content_img .img_l{
    left:0;
}

#p_content_img .img_r{
    right:0;
}
@media screen and (max-width: 768px) {
    #p_content_img .img_l{
        left: 0px;
    }
    #p_content_img .img_r{
        right: 0px;
    }
}

#p_content_img .img_l:hover,#p_content_img .img_r:hover{
    cursor: pointer;
}

#p_content_img ul li{
    display: none;
}
.particular_img img{
    max-width:100%;
    margin-top:40px;
}
.product_commodity img{
    max-width:100%;
}
#p_content_img ul li:nth-of-type(1){
    display: block;
}


@media screen and (max-width: 768px) {
    .product_logo li a{
        padding:12px 0;
    }
    .product_logo li a p,.product_commodity .product_show p{
        white-space:nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .product_logo li {
        width: 33.3%;
    }
    .product_logo li a img{
        min-height:40px;
        width:40px;
    }
}
@media screen and (max-width: 320px) {
    .product_logo li a {
        padding: 7px;
    }
}

/*固定宽度*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .product_header_img{
        min-width:1200px;
    }
}