﻿/*列表*/
.listProduct{
    width:100%;
}
.listProduct li{
    width:23%;float:left;
    margin:10px 1%;
    height:auto;overflow:hidden;
    position:relative;
    transition:all 0.5s;
}
    .listProduct li:hover h2 {
        width:100%;
        left:0;
        bottom:0;
    }
    .listProduct li .pic img {
        width: 100%;
        height: 300px;
    }

    .listProduct li h2 {
        width: 80%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        position: absolute;
        bottom: 10px;
        left: 10%;
        background: rgba(17,123,204,0.7);
        padding: 3px 5px;
        color: #fff;
        text-align: center;
        transition: all 0.5s;
    }

/*产品详情*/
.productShowPic {
    width: 48%;
    float: left;
    margin-right: 2%;
    text-align: center;
    padding: 10px 0;
}

    .productShowPic img {
        width: 90%;
        border: 1px solid #c7c7c7;
    }

.productShowDesc {
    width: 50%;
    float: left;
    padding-top: 10px;
}

    .productShowDesc h1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 40px;
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .productShowDesc h2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 30px;
        font-size: 14px;
        color: #999;
        letter-spacing: 1px;
    }

    .productShowDesc div {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }

        .productShowDesc div a {
            display: inline-block;
            background-color: #183b57;
            color: #fff;
            padding: 0 30px;
            line-height: 40px;
            transition: all 0.5s;
        }

            .productShowDesc div a:hover {
                background-color: #2a6797;
                box-shadow: 0 0 5px #ccc;
            }

.productShowLeft {
    width: 69%;
    float: left;
    box-shadow:0 0 10px #ccc;
    margin:20px 4% 20px 1%;
    padding:20px 3%;
    border-radius:10px;
}

    .productShowLeft .layui-tab {
        margin: 0;
    }


        .productShowLeft .layui-tab .layui-tab-title {
            width: 99%;
            border: 1px #e4e4e4 solid;
            background: #f8f8f8;
            height: 51px;
            line-height: 51px;
            font-size: 18px;
        }

            .productShowLeft .layui-tab .layui-tab-title li {
                width: 33%;
                padding: 0;
                font-size: 18px;
                color: #666;
            }

    .productShowLeft .layui-tab-title .layui-this::after {
        background-image: url(/Skins/UI/Cn/Images/tabTitleHover.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        border: 0;
        font-size: 18px;
    }




.productShowRight {
    width: 20%;
    float: left;
}

.productShowRightTitle {
    width: 99%;
    height: 51px;
    line-height: 51px;
    border: 1px #e4e4e4 solid;
    background: #f8f8f8;
    font-size: 18px;
    color: #666666;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    background-image: url(/Skins/UI/Cn/Images/tabTitleHover.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.productShowContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 50px auto;
}

    .productShowContent img {
        max-width: 100%;
        margin: 5px 0;
    }

.productShowRightList {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}

    .productShowRightList li {
        width: 98%;
        float: left;
        margin: 20px 0;
        border: 1px #ebebeb solid;
        transition: all 0.5s;
    }

        .productShowRightList li:hover {
            box-shadow: 0 0 10px #ccc;
            margin: 10px 0 30px 0;
        }

        .productShowRightList li div {
            width: 100%;
        }

            .productShowRightList li div img {
                width: 100%;
            }

        .productShowRightList li h2 {
            width: 100%;
            height: 50px;
            line-height: 50px;
            overflow: hidden;
            background-color: #f3f3f3;
            text-align: center;
            font-size: 16px;
        }

@media(max-width:720px){

        .listProduct li {
            width: 48%;
            float: left;
            margin: 10px 1%;
            height: auto;
            overflow: hidden;
            position: relative;
            transition: all 0.5s;
        }
.listProduct li .pic img{
    height:180px;
}


    /*产品详情*/
    .productShowPic {
        width: 100%;
        float: left;
        margin-right: 0;
        text-align: center;
        padding: 10px 0;
    }

    .productShowDesc {
        width: 90%;
        float: left;
        padding-top: 10px;
        margin: 10px 5%;
    }

    .productShowLeft {
        width: 84%;
        float: left;
        box-shadow: 0 0 10px #ccc;
        margin: 20px 3% 20px 3%;
        padding: 10px 5%;
        border-radius: 10px;
    }
    .productShowContent {
        margin: 20px auto;
    }

    .productShowRight {
        width: 100%;
        float: left;
        margin-top:30px;
    }


    .productShowRightList {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 20px;
    }

        .productShowRightList li {
            width: 48%;
            float: left;
            margin: 10px 1%;
            border: 0px;
            transition: all 0.5s;
        }

            .productShowRightList li:hover {
                box-shadow: 0 0 5px #ccc;
                margin: 0px 1% 20px 1%;
            }
            .productShowRightList li h2 {
                height: 30px;
                line-height: 30px;
                font-size: 14px;
            }
}