.proindex {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
}

.procd {
    width: 100%;
    height: 60px;
    background: #fcfcfc;
}

.cptwo {
    margin-bottom: 62px;
}

.pdcd {
    width: 1440px;
    border-left: 6px solid #e0e0e0;
    height: 100%;
    border-right: 6px solid #e0e0e0;
    margin: auto;
    box-sizing: border-box;
}

.ssas {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: black;
    display: block;
    background: #fcfcfc;
}

.scb {
    background: #e0e0e0;
}

.scc {
    background: #e0e0e0;
}

.prolist {
    width: 1480px;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.pros {
    width: 25%;
    height: auto;
    float: left;
    display: block;
    margin-top: 106px;
}

.prosa {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.prosa:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    z-index: 3;
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
}

.prosa:hover .pspp {
    border-bottom: 4px solid #e81124;
}

.prosa:hover .psimg {
    box-shadow: 3px 3px 5px #e0e0e0;
}

.psdiv {
    width: 89.2%;
    display: block;
    position: relative;
    margin: auto;
}

.pgimg {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 86%;
    top: 50%;
    position: relative;
    transform: translate(0%, -50%);
}

.psimg {
    position: relative;
    width: 100%;
    height: 330px;
    border: 2px solid #f5f5f5;
}

.pspp {
    width: 100%;
    height: 53px;
    line-height: 53px;
    border-bottom: 4px solid #545454;
    color: #595757;
}


.current {
    width: 30px;
    height: 30px;
    border: 2px solid #ff0000;
    display: inline-block;
    line-height: 27px;
    position: relative;
    margin-left: 9px;
    font-size: 15px;
    color: white;
    box-sizing: border-box;
    background: #ff0000;
}

.num {
    width: 30px;
    height: 30px;
    border: 2px solid #dfdfdf;
    display: inline-block;
    line-height: 27px;
    position: relative;
    margin-left: 9px;
    font-size: 15px;
    color: black;
    box-sizing: border-box;
}

.next {
    width: 80px;
    height: 30px;
    line-height: 25px;
    border: 2px solid #dfdfdf;
    display: inline-block;
    position: relative;
    margin-right: 0px;
    font-size: 16px;
    color: black;
    box-sizing: border-box;
    margin-left: 9px;
}

.prev {
    width: 80px;
    height: 30px;
    line-height: 25px;
    border: 2px solid #dfdfdf;
    display: inline-block;
    position: relative;
    margin-right: 0px;
    font-size: 16px;
    color: black;
    box-sizing: border-box;
}

#Paginator {
    text-align: center;
    margin-top: 91px;
    margin-bottom: 92px;
}

.proimagediv {
    width: 600px;
    height: 400px;
    margin: auto;
    /* border: 2px solid #303030; */
    border-radius: 10px;
    margin-top: 50px;
    position: relative;
}

.proimage {
    max-width: 90%;
    max-height: 90%;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.proname {
    font-size: 25px;
    text-align: center;
    color: black;
    margin-top: 20px;
    margin-bottom: 30px;
}

.procon {
    width: 1000px;
    margin: auto;
    border-top: 2px solid #303030;
    padding-top: 30px;
}

@media screen and (max-width: 1600px) {
    .pdcd {
        width: 90%;
    }

    .prolist {
        width: 90%;
    }
}

@media screen and (max-width: 1500px) {
    .pdcd {
        width: 90%;
    }

    .prolist {
        width: 90%;
    }

    .psimg {
        height: 315px;
    }

    .pros {
        margin-top: 100px;
    }
}

@media screen and (max-width: 1400px) {
    .psimg {
        height: 300px;
    }

    .pros {
        margin-top: 90px;
    }

    #Paginator {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 1300px) {
    .psimg {
        height: 280px;
    }

    .pros {
        margin-top: 80px;
    }

    #Paginator {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 1200px) {
    .psimg {
        height: 260px;
    }

    .pros {
        margin-top: 70px;
    }

    #Paginator {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .psimg {
        height: 240px;
    }

    .pros {
        margin-top: 60px;
    }

    .ssas {
        font-size: 12px;
    }

    #Paginator {
        margin-top: 55px;
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 768px) {
    .psimg {
        height: 200px;
    }

    .pspp {
        font-size: 14px;
    }

    .procd {
        height: 40px;
    }

    .ssas {
        height: 40px;
        line-height: 40px;
    }

    .pdcd {
        width: 95%;
    }

    .cptwo {
        margin-bottom: 33px;
    }

    .pros {
        width: 50%;
        margin-top: 40px;
    }

    #Paginator {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .procon {
        width: 75%;
        margin-bottom: 60px;
    }

}

@media screen and (max-width: 450px) {
    .prev {
        font-size: 12px;
        width: 60px;
        height: 25px;
        line-height: 20px;
    }

    .next {
        font-size: 12px;
        width: 60px;
        height: 25px;
        line-height: 20px;
    }

    .num {
        width: 25px;
        height: 25px;
        line-height: 19px;
        font-size: 13px;
    }

    .current {
        width: 25px;
        height: 25px;
        line-height: 19px;
        font-size: 13px;
    }

    .proimagediv {
        width: 80%;
        height: 250px;
    }
}