@charset "UTF-8";
.productPic {
    width: 390px;
    /*margin-top: 30px;*/
    margin-left: 20px;
    margin-bottom: 30px;
}
.productPic .tbPic {
    width: 390px;
    height: 312px;
    box-shadow: 0 0 5px #a6a6a6;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow:hidden;
}
.productPic .tbPic a {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
}
.productPic .tbPic a div{
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.productPic .tbPic a img {
    width: 100%;
    /*height: 390px;*/
}
.productPic .tbPicList {
    width: 390px;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
}
.productPic .tbPicList a.prev, .productPic .tbPicList a.next {
    display: block;
    width: 12px;
    height: 21px;
    position: absolute;
    top: 22px;
    left: 0;
    background: url(../images/anu.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
    transition: all 0s linear;
}
.productPic .tbPicList a.next {
    left: auto;
    right: 0;
    background-position: 0 -42px;
}
.productPic .tbPicList a.prev:hover{background-position:0 -21px;}
.productPic .tbPicList a.next:hover{background-position:0 -63px;}
.productPic .tbPicList .tbThumb {
    position: relative;
    width: 347px;
    height: 64.8px;
    margin: 0 auto;
    overflow: hidden;
}
.productPic .tbPicList .tbThumb ul {
    position: absolute;
    width: 999999px;
    /*height: 80px;*/
}
.productPic .tbPicList .tbThumb ul li {
    background: none;
    float: left;
    width: 89px;
    /*height: 80px;*/
    overflow: hidden;
}
.productPic .tbPicList .tbThumb ul li a {
    display: block;
    width: 76px;
    height: 60.8px;
    border: 2px solid #828282;
    background: #fff;
    overflow:hidden;
}
.productPic .tbPicList .tbThumb ul li a > div{
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.productPic .tbPicList .tbThumb ul li a.tbSelected {
    border: 2px solid #1990ff;
}
.productPic .tbPicList .tbThumb ul li img {
    width: 100%;
    cursor: pointer;
}

.productTitle h2 {
    font-size: 18px;
    color: #333;
    border-bottom: 1px dotted #9a9a9a;
    line-height: 25px;
    padding-bottom: 10px;
}
.productTitle .description {
    padding-top: 10px;
    line-height: 23px;
}
.tabListBox .list {
    height: 38px;
    border-bottom: 1px solid #d7d7d7;
}
.tabListBox .list li {
    display: block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    float: left;
    text-align: center;
    font-size: 16px;
    border: 0px solid #dfdfdf;
    color: #333;
    background: #dfdfdf;
    cursor:pointer;
    /*background: #dfdfdf url(../images/proDetailTabHover.jpg) no-repeat 15px 14px;

    background: #fff url(../images/proDetailTabHover.png) no-repeat 0px 0px;*/
}
.tabListBox .list li.on {
    border-bottom: 0px solid #fff;
    background: #005da5;
    color:#fff;
    /*background: #fff url(../images/proDetailTabHover.png) no-repeat 0px 0px;
    color: #345;*/
}
.tabListBox .show {
    padding: 8px 0 0px;
    overflow: hidden;
}
.showC {
    line-height: 30px;
    display: none;
}
.showC.on{
    display: block;
}