﻿.productRightTitle{
    width:94%;
    background:#000;
    color:#fff;
    font-size:18px;
    height:auto;
    padding:20px 0 20px 4%;
    margin:0 auto;
}
.productRightTitle h2{
    line-height:40px;
    font-size:24px;
}
.productRightTitle h3{
    line-height:30px;
    font-size:16px;
    font-family:Arial;
    color:#f39600;
}
.productRightList{
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 40px auto;
    box-shadow: 0 0 10px #ccc;
    padding: 20px 0;
}
.productRightList li{
    width:94%;
    margin:10px auto;
    transition:all 0.5s;
    border: 1px solid #fff;
}
.productRightList li:hover{ 
    border: 1px solid #f39600;
}
.productRightList li img{
    width:100%;
}
.productRightList li h2{
    height: 40px;line-height: 40px;
    overflow: hidden;
    text-align: center;
}

.productShowTitle{
    width:100%;
    height: auto;overflow: hidden;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    color: #c9a063;
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
    margin-top:20px;
}
.productShowTitle::before{
    position: absolute;
    top:10px;
    left: 0;
    content: '';
    width:20px;
    height: 20px;
    background-color: #c9a063;
}

.ProductShowAdvantage{
    width:100%;
    height: auto;overflow: hidden;
}
.ProductShowAdvantage .left{
    width:58%;float: left;
    margin:0 1%;
}
.ProductShowAdvantage .left li{
    width:100%;
    height: auto;overflow: hidden;
    line-height: 35px;
    position: relative;
    padding-left: 20px;
    color:#555;
}
.ProductShowAdvantage .left li::before{
    position: absolute;
    top:10px;
    left: 0;
    content: '';
    width:12px;
    height: 12px;
    background-color: #c9a063;
}
.ProductShowAdvantage .right{
    width:40%;float: left;
}
.ProductShowAdvantage .right img{
    max-width: 100%;
}
.ProductShowPic{
    width:100%;
}
.ProductShowPic img{
    max-width: 100%;
}

@media (max-width:720px) {
    .ProductShowAdvantage .left{
        width:100%;
        margin:0 0;
    }
    .ProductShowAdvantage .left li{
        width:94%;
        height: auto;overflow: hidden;
        line-height: 35px;
        position: relative;
        padding-left: 20px;
        color:#555;
    }
    .ProductShowAdvantage .left li::before{
        position: absolute;
        top:10px;
        left: 0;
        content: '';
        width:12px;
        height: 12px;
        background-color: #c9a063;
    }
    .ProductShowAdvantage .right{
        width:100%;
    }
}