﻿/*材料*/
.MaterialNav{
    width:100%;
    height:auto;overflow:hidden;
    margin-bottom:40px;
    border-bottom:1px solid #eee;
}
.MaterialListDesc{
    width:96%;
    margin-left:2%;
    margin-right:2%;
}
    .MaterialListDesc h2 {
        line-height: 40px;
        font-size: 30px;
        font-weight: bold;
        color: #c9a063;
        position:relative;
        text-indent:30px;
    }
        .MaterialListDesc h2::before{
            position:absolute;
            top:12px;
            left:0;
            width:20px;
            height:20px;
            content:'';
            background-color:#c9a063;
        }
        .MaterialListDesc h3 {
            width:90%;
            line-height: 30px;
            font-size: 16px;
            color: #666;
            font-weight: normal;
            margin: 10px auto;
        }
.MaterialList {
    width: 100%;
    height:auto;overflow:hidden;
    margin:20px auto;
}
    .MaterialList li {
        width: 31.33%;
        float: left;
        margin: 20px 1%;
        border-radius: 10px;
        transition: all ease 0.5s;
        background-color: #f8f8f8;
        animation: fadeInDown 1s ease-out;
    }
        .MaterialList li:hover {
            box-shadow: 0 0 10px 10px #eee;
            background:#c9a063;
        }
            .MaterialList li:hover .MaterialListPic{
                display:none;
            }
            .MaterialList li:hover .title {
                color: #fff;
                margin-top: 20px;
                font-size: 20px;
            }
            .MaterialList li:hover .MaterialListPic img {
                transform:scale(1.1);
            }
            .MaterialList li:hover .line {
                background-color: #ffe5be;
            }
            .MaterialList li:hover .outline {
                color: #fff;
                height: 290px;
                overflow: hidden;
            }

            .MaterialListPic {
                width: 100%;
                height:auto;overflow:hidden;
            }
    .MaterialListPic img {
        width: 100%;
        border-radius: 10px;
        transition:all 0.5s;
        height:260px;
    }
.MaterialListContent{
    width:90%;
    height:auto;overflow:hidden;
    margin:20px auto;
}
.MaterialListContent .title {
    line-height: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #c9a063;
}
.MaterialListContent .line{
    width:30px;
    height:2px;
    background-color:#c9a063;
    display:block;
    transition:all 0.5s;
    margin-top:10px;
    margin-bottom:10px;
}
    .MaterialListContent .outline {
        height:50px;overflow:hidden;
        line-height: 25px;
        font-size: 13px;
        color: #666;
    }
/*材料*/
.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) {

    .MaterialList li {
        width: 94%;
        margin: 20px 3%;
        border-radius: 10px;
        transition: all ease 0.5s;
        background-color: #f8f8f8;
        animation: fadeInDown 1s ease-out;
    }



    .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%;
    }
}