.product{
    width: 100%;
    height:auto;
    display: inline-block;
}
.pro-left{
    width: 23%;
    float: left;
}
.pro-right{
    width: 74%;
    float: right;
    margin-top: 4em;
}
.pro-right ul{}
.pro-right li{
    width: 30%;
    float: left;
    border: 1px solid#ededed;
    margin-right: 4%;
    margin-bottom: 4%;
}
.pro-right li img{
    width: 100%;
}
.pro-right li p{
    text-align: center;
    color: #3c3c3c;
    padding: 25px 0;
}
.pro-right li .more{
    font-size: 14px;
    line-height: 34px;
    vertical-align: middle;
    width: 134px;
    border: 1px solid #187bb7;
    border-radius: 23px;
    text-align: center;
    color: #19498b;
    margin: 0 auto;
    display: block;
    margin-bottom: 10%;
}

.pro-right li:hover .more{
    background-color: #187bb7;
    color: #fff;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.pro-right li:nth-child(3n) {
    margin-right: 0;
}
.animated h3{
    text-align: center;
    padding: 22px 0;
    color: #fff;
    background: #024a9c;
    margin-bottom: 12px;
}
.pro-box {
    width: 100%;
    height: auto;
    display: inline-block;
}
.pro-box ul {
    width: 100%;
    height: auto;
    display: inline-block;
}
.pro-box li {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-top: 3%;
}
.pro-box li:nth-child(3n) {
    margin-right: 0;
}
.pb-top {
    border-right: 1px solid #d2d2d2;
}
.pb-top img {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 30px 0;
    height: auto;
}
.pb-bottom {
    width: 100%;
    display: inline-block;
    height: auto;
    padding-top: 4%;
    border-top: 2px solid #176dcd;
    margin-top: 7%;
}
.pbb-left {
    width: 90%;
    float: left;
}
.pbb-left h3 {
    font-size: 16px;
    height: 38px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .pro-box li {
        width: 100%;
        float: left;
        margin-right: 5%;
        margin-top: 3%;
    }
    .pb-top {
        border-right: 0px;
    }
    .banner {
        margin-top: 6%;
    }
}
.pro-box{
    width: 100%;
    height: auto;
    display: inline-block;
}
.pro-box ul{}
.pro-box li{}
.pb-top{}
.pb-top img{}
.pb-bottom{}
.pbb-left{}
.pbb-left h3{}