﻿/*产品详情*/
.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: 65%;
    float: left;
    margin-right: 5%;
}

    .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: 30%;
    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){

    /*产品详情*/
    .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: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 30px;
    }

        .productShowLeft .layui-tab .layui-tab-title li {
            width: 31%;
        }

    .productShowRight {
        width: 100%;
        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 h2 {
                width: 100%;
                height: 50px;
                line-height: 50px;
                overflow: hidden;
                background-color: #f3f3f3;
                text-align: center;
                font-size: 16px;
            }
}