.product-div {
    margin: 0 auto;
    width: 1300px;
    height: 560px;
    min-width: 100%;
}

.product-div-row{
    width: 980px;
    margin: 0 auto;
}

.en-font-f1{
    font-family: "times new roman","serif";
}

.product-cloth{
    width: 980px;
    height: 500px;
    margin: 0 auto;
    background-image: url("../images/pdt-bg-cloch.jpg");
    background-repeat: no-repeat;
    background-size:100% 100%;
    color: #fff;
    background-color: #ccc;
}

.product-div-show {
    margin: 0 auto;
    width: 1300px;
    height: 500px;
    min-width: 100%;
}

.product-show-l{
    width: 300px;
    float: left;
    padding-top: 200px;
}

.product-show-r{
    width: 680px;
    height: 470px;
    float: right;
    background-image: url("../images/pdt-cloth-d.jpg");
    background-repeat: no-repeat;
    background-size:100% 100%;
}

/*.product-cloth-image-1{*/
    /*width: 680px;*/
    /*height: 470px;*/
/*}*/


.product-div-wiper{
    margin: 0 auto;
    width: 1300px;
    height: 300px;
    min-width: 100%;
}

.server-div-wiper-row{
    width: 980px;
    height: 200px;
    margin: 0 auto;
}





.wrapper {
    width: 960px;
    height: 200px;
    position: relative;
    /*margin: 40px auto 0;*/
    background: #ccc;
    overflow: hidden;
    margin-left: 10px;
}
.box {
    width: 220px;
    height: 200px;
    position: absolute;
    background: red;
    font-size: 25px;
    line-height: 200px;
    text-align: center;
    left: -90px;
    color: #222;
}

.box-img{
    margin: 0 10px;
    width: 200px;
    height: 200px;
}
.box:nth-child(odd) {
    background: #f8f8f8;
}
.box:nth-child(even) {
    background: #eee;
}
.boxes {
    position: relative;
    left: -100px;
}


.pdt-info-title{
    height: 50px;
    text-align: left;
    background: #000;
    color: #fff;
    line-height: 50px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-left: 10px;
}


.pdt-info{
    color: #666;
    line-height: 16px;
}