
.main-left{
    width: 265px;
    float: left;
}
.main-right{
    width: 910px;
    float: right;
}
.pd_gallery {
    width: 400px;
    height: 480px;
    float: left;
    position: relative;
    /*! border: #c9c9c9 1px solid; */
}
.dt-thumbs{
    float: left;
    width: 350px;
    padding-left: 25px;
    padding-right: 25px;
    height: 60px;
    margin-top: 10px;
    position: relative;

}
.dt-thumbs .dt-thumb-wrap{
    height: 60px;
    float: left;
    overflow: hidden;
    width: 350px;
}
.dt-thumbs .dt-btn{
    height: 60px;
    width: 22px;
    position: absolute;
    top:0;
    background:url('../images/album-left.png') no-repeat center;
    z-index: 10;
}
.dt-thumbs .dt-btn.prev{
    left: 0px;
}
.dt-thumbs .dt-btn.next{
    background-image: url('../images/album-right.png');
    right:  0px;
}

.dt-thumbs .dt-thumb {
    width: 100%;
    text-align: center;
    float: left;
    left: 0px;
}

.dt-thumbs .dt-thumb li {
    float: left;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
}

.dt-thumbs .dt-thumb li img {
    width: 58px;
    height: 58px;
    border: #c9c9c9 1px solid;
    max-width: none;
}

.dt-thumbs .dt-thumb li.selected img {
    border-color: #00b0f0;
}

.bigimg {
    /*width:600px;height:600px;*/
    max-width: none;
    min-width: 400px;
}

.zoomdiv {
    z-index: 999 !important;
}
.zoom{
    float: left;
}
.zoom img {
    width: 100%;
    height: 100%;
    max-width: none;
}

.zoomdiv {
    position: absolute;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    z-index: 9;
}

.jqZoomPup {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    background: #fff;
    background: rgba(255, 255, 255, .4);
    filter: alpha(Opacity=50);
    cursor: move;
    z-index: 9;
}

.dt-pic {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: block;
}

.dt-pic a {
    width: 400px;
    height: 400px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    *display: block;
    *font-family: Arial;
    *line-height: 1;
}

.dt-pic a img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.picTip {
    clear: both;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

.picTip .ico {
    width: 28px;
    height: 28px;
    background: url(../images/zoom.png) no-repeat;
    margin-right: 5px;
}


.pro-top{
    width: 868px;
    float: left;
    height: 468px;
    border:1px solid #ededed;
    padding: 20px;
    margin-bottom: 25px;
}
.pro-top .pro-right h2{
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #00b0f0;
}
.pro-top .pro-right{
    float: right;
    width: 418px;
    height: 100%;
    padding-left:20px;
    color: #797A7A;
    line-height: 36px;
    border-left: 1px solid #ededed;
    overflow: hidden;
}
.pro-top .pro-right .h1{
    font-size:24px;
    color:#393939;
    padding:30px 0;
    border-bottom:1px dashed #ededed;
}
.pro-top .pro-right .tel{
    clear:both;
    color:#ffae00;
    padding:30px 0;
    border-bottom:1px dashed #ededed;
}
.pro-top .pro-right .tel span{
    font-size:24px;
    font-weight: bold;
}
.pro-top .pro-right .pro-text{
    padding:30px 0;
    line-height: 30px;
    float: left;
    overflow: hidden;
    width: 100%;
    border-bottom:1px dashed #ededed;
}
.pro-top .pro-right .btn{
    display: inline-block;
    width: 100%;
    height: 40px;
    background:#00b0f0;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.sec-title{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: -1px;
    z-index:999;
}
.sec-title span{
    cursor: pointer;
    display: block;
    width: 150px;
    height: 44px;
    font-size: 16px;
    color: #484848;
    border:1px solid #ededed;
    line-height: 44px;
    text-align: center;
    float: left;
    background: #f7f7f7;
}
.sec-title span.on{
    background: #fff;
    color:#00b0f0;
    border-top-color: #00b0f0;
    border-bottom-color: #fff;
}

.pro-content{
    width: 888px;
    padding:10px;
    position: relative;
    color: #797A7A;
    line-height: 36px;
    float: left;
    overflow: hidden;
    border:1px solid #ededed;
    min-height: 500px;
}
