#preview{
    text-align:left;
}
#preview img{
    height:291px;
}
ul.spec-scroll{height:110px;list-style:none;margin:0;padding:0; margin-top:10px;}
ul.spec-scroll li{margin-right:5px;float:left;width:110px;}
ul.spec-scroll li img{border:1px solid #CCC;padding:2px;width:100%;}
ul.spec-scroll li img:hover{border:2px solid #0033CC;padding:1px;}






#product{
    position:relative;
    padding:50px 0;
    border-bottom: 1px solid #949494;
}

#product .mainChildTitle{
    font-size:50px;
    line-height:65px;
}
#product .sub{
    margin:20px auto;
}
#product .info{
    font-size:14px;
}

.productImg{
    width:350px;
    height:450px;
    float:left;
}
.productMessage{
    text-align:left;
    margin-left:390px;
}
.productMessage .productInfo{
    font-size:14px;
    color:#666;
    margin-top:10px;
}

.productMessage table.intro{
    width:100%;
    font-size:16px;
}
.productMessage table.intro tr{
    border-bottom:1px solid #ddd;
}
.productMessage table.intro tr:last-child{
    border-bottom:none;
}
.productMessage table.intro tr td{
    padding:15px 5px;
    vertical-align:middle;
}
.productMessage table.intro tr td:first-child{
    width:20%;
}
.productMessage table.intro tr td:last-child{
    width:80%;
    font-size:18px;
    font-weight: 700;
}
.productMessage table.intro tr td.price i{
    font-size:36px;
    color:#ff0000;
}
.productMessage table.intro tr td.warning{
    font-size:16px;
    font-weight:normal;
    line-height:28px;
}
.productMessage table.intro tr td.warning i{
    font-size:28px;
    color:#ff0000;
    font-weight:700;
}

.productMessage table.contact{
    width:100%;
    font-size:14px;
}
.productMessage table.contact tr td:first-child{
    font-weight:700;
    width:60px;
}

.productMessage table.contact tr td{
    padding:2px;
    vertical-align:top;
}


.gmxz{
    border:2px dashed #DDD;
    padding:20px;
    margin-top:20px;
    font-size:16px;
    line-height:30px;
    background-color:#f5f5f5;
}
.gmxz .title{
    font-size:28px;
    text-align:center;
    line-height:36px;
}
.productMessage li:last-child{
    border-bottom:none;
}

.panel-title{
    font-size:14px;
}
#doc{
    border-bottom:1px solid #949494;
    padding:50px 0;
}
#doc .pdfdownload{
    font-size:18px;
    margin-top:40px;
}
#doc .pdfiframe{
    margin-top:40px;
}
iframe{
    width:100%;
    height:1500px;
}


#productContent{
    padding:50px 0;
    border-bottom:1px solid #949494;
}


@media (max-width: 1439px) and (min-width: 1200px){
    .productImg{
        width:300px;
        height:450px;
        float:left;
    }
    .productMessage{
        margin-left:330px;
    }
    #preview img{
        height:250px;
    }
    ul.spec-scroll li{margin-right:5px;float:left;width:80px;}
    ul.spec-scroll li img{border:1px solid #CCC;padding:2px;width:100%;height:67px;}
}
@media (min-width: 1024px) and (max-width:1199px ) {
    .productImg{
        width:250px;
        height:450px;
        float:left;
    }
    .productMessage{
        margin-left:270px;
    }
    #preview img{
        height:209px;
    }
    ul.spec-scroll li{margin-right:5px;float:left;width:70px;}
    ul.spec-scroll li img{border:1px solid #CCC;padding:2px;width:100%;height:59px;}
}