.mobileCss{
    display:none
}
.pcCss{
    display:block;
}
.newTitle{
    border-left:5px solid #c90915;
    padding-left:20px;
    height:30px;
    line-height:30px;
    font-size:20px;
}
.product_detail_box img{
    width:100%;
    height:100%;
}
.product_detail_box_fl{
    position:relative;
}
.hot_title{
    position:absolute;
    left:20px;
    top:20px;
    font-size:14px;
    text-align:center;
    color:white;
    width:50px;
    border-radius:20px;
    line-height:24px;
    background:#fc3e42;
    z-index:99
}

.product_detail_fr_top{
    padding:20px 0;
    box-sizing:content-box;
    background:url("../img/fish.png") right bottom no-repeat;
    background-size:contain;
}
.product_detail_title{

}
.product_detail_box_fr{

}
.product_detail_artical{
    margin-top:30px;
    font-size:14px;
    color:black;
    line-height:25px;
}
.indent{
    text-indent: 2em!important;
}
.product_detail_content{
    color:black
}
.product_detail_content p{
    font-size:20px;
}
.swiper-container {
    width: 100%;
    height: 360px;
    color: #fff;
    text-align: center;
}


.swiper-slide .img {
    width: 100%;
    height: 100%
}

.swiper-slide p {
    font-style: italic;
    font-size: 25px;
}

.bannerBox .pagination {
    width:100%;
    position: absolute;
    z-index: 20;
    left: 0px;
    text-align: center;
    bottom: 10px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}
table,table td,table th{
    border:1px solid #dddddd;
    border-collapse:collapse;
}
table td{
   height:60px;
    line-height:60px;
}
table td:nth-child(odd){
    background:#f2f2f3;
    text-align:center;
}
table td:nth-child(even){
    text-align:left;
    text-indent: 2em;
    box-sizing:border-box;
}
.product_detail_img{
    width:100%;
    height:auto;
    display:block;
}
.product_list_all{
    background:url("../img/productContentBg.png") right bottom no-repeat;
    background-size:contain;
    padding-bottom:70px;
}
.footer{
    margin-top:0
}

@media only screen and (min-width: 767px) {
    .bannerBox{
        width:400px;
        height:400px;
    }
    .product_detail_box{
        width:400px;
        height:400px;
        display:block;
    }
    .product_detail_box_fr{
        font-size:20px;
        text-align:left;
        width:796px;
        padding-left:50px;
        box-sizing:border-box;
    }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
    .mobileCss{
        display:block;
    }
    .pcCss{
        display:none;
    }
    .product_detail_content,.product_detail_artical{
        padding:0 10px;
        box-sizing:border-box;
    }

    .leftSpanTitle{
        color:#a9a9a9;
        display:inline-block;
        width:4rem;
    }
    .rightDesc{
        color:#424242;
        line-height:25px;
        padding-left: 15px;
    }

    .product_list_all .container{
        margin-top:0!important;
    }
    .product_detail_box{
        float:none!important;
        width:100%;
        height:auto;
    }
    .product_detail_box_fl .mobileNewsSwipper{
        height:20rem;
    }
    .product_detail_box_fl,.product_detail_box_fr{
        float:none!important;
    }
    .product_detail_box_fl img{
        width:100%;
        height:auto;
    }
    .product_detail_box_fr{
        width:100%;
        padding:5px;
        box-sizing:border-box;
    }
}
.mt30 img{
    width:100%;
}
