﻿/*产品展示*/
.productTitle {
    width: 100%;
    height: 7%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.pageContentList {
    width: 100%;
    height: 86%;
    overflow-y: auto;
}

#productShow{
    width:96%;
    height:98%;
    overflow-y:auto;
    overflow-x:hidden;
    line-height:30px;
    font-size:16px;
    padding:1% 2%;
}

/*产品详情*/
.productShowFullPage{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
}
.productShowContent {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.productShowWord {
    width: 40%;
    height:100%;
    float: left;
    margin: 0 5%;
    color: #808080;
    display: table;
}
    .productShowWord .content {
        width:100%;
        height:100%;
        display: table-cell;
        vertical-align: middle;
        text-align:left;
    }
    .productShowWord h1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 50px;
        font-size: 30px;
    }
    .productShowWord h2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 40px;
        font-size:30px;
        font-family: Arial;
        font-weight: 600;
    }
    .productShowWord h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 30px;
        font-size: 14px;
    }
.productShowPic{
    width:50%;float:left;
    height:100%;
}
.productShowPic img{
    max-width:100%;
    max-height:100%;
}


.productListSwiper{
    width:100%;
    height:100%;
    position:relative;
}

#productShowPc{display:block;}
#productShowWap{display:none;}

@media(max-width:720px) {
    #productShowPc {display: none;}
    #productShowWap{display: block;}

    .productPosition {
        height: auto;
        overflow: hidden;
        padding-top: 5px;
        border-top: 0.5px solid #000;
        position:relative;
    }

    .navTitle {
        width:30%;float:left;
        line-height: 30px;
        font-size: 16px;
        font-weight: bold;
        color: #808080;
    }
    .navList{
        width:70%;float:left;
    }
    .navList li{
        width:49%;float:left;
        height:30px;
        overflow:hidden;
        font-size:13px;
        color:#808080;
    }
        .navList li a {
            color: #808080;
        }

/*ProductNav Reset*/
    .productNav {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        position: fixed;
        z-index: 999;
        top: 80px;
        padding-bottom: 5px;
    }
    .productNavPosition {
        height: 230px;
        overflow: hidden;
        padding-top: 5px;
        border-top: 0.5px solid #000;
        position: relative;
    }
    .navProductList {
        width: 90%;
        height: auto;
        overflow: hidden;
        background: rgba(0,0,0,0.7);
        position: absolute;
        top: 35px;
        left: 5px;
        padding:10px 0;
    }
        .navProductList li {
            width: 100%;
            height: 30px;
            overflow: hidden;
            font-size: 13px;
            color: #fff;
            text-indent:10px;
        }
            .navProductList li a {
                color: #fff;
            }
/*ProductNav Reset*/

    .productPosition .nav i {
        color: #808080;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
    }

    .navList li span {
        line-height: 22px;
        display: inline-block;
        color: #808080;
        transition: all 0.5s;
        border-radius: 10px;
    }

    .navList li .active s {
        width: 100%;
        display: block;
        height: 5px;
        background: linear-gradient(to right,#3c3 66%,#0b308e 100%);
        border-radius: 3px;
        transition: all 0.5s;
    }

    .pageContentList {
        width: 100%;
        height: auto;
        overflow-y: auto;
    }

    /*产品展示*/
        .productShowWord {
        width:100%;
        display:block;
        height:auto;
        margin-bottom:0px;
        margin-top:0px;
        margin-right:0;
        margin-left:0;
    }
        .productShowWord h1{font-size:18px;line-height:20px;}
        .productShowWord h2 {
            line-height: 20px;
            font-size:18px;
        }
        .productShowWord h3{
            line-height:16px;
            margin-top:10px;
            font-size:12px;
        }

        .productShowPic {
            width: 100%;
            float: left;
            height: auto;
            margin-top:0px;
            margin-bottom:10px;
            text-align:center;
        }

        .productShowPic img {
            width: 94%;
            height:auto;
        }

}