.banner{
    width: 100%;
    height: auto;
    display: inline-block;
}
.banner img{
    width: 100%;
}
.header {
    width: 100%;
    height: auto;
    color: black;
    position: static;
    top: 0px;
}
.product{
    width: 100%;
    height: auto;
    display: inline-block;
}
.pro-left{
    width: 25%;
    float: left;
}
.pro-right{
    float: left;
    margin-top: 2%;
    margin-left: 2%;
    width: 73%;
}
.pr-top{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
}
.pr-top span{
    width: 100%;
    height: auto;
    display: inline-block;
}
.pro-right ul{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
}
.pro-right li{
    width: 32%;
    height: 476px;
    display: inline-block;
    float: left;
    border: 1px solid#dcdcdc;
    margin-right: 2%;
    margin-bottom: 2%;
}
.pr-tops{
    width: 100%;
    height: auto;
    display: inline-block;
}
.pr-tops img{
    width: 100%;
}
.pr-bottom{
    padding: 0 7%;
    border-top: 1px solid#dcdcdc;
    padding-top: 8%;
}
.pr-bottom h3{
    color: #000000;
    font-size: 19px;
    margin-bottom: 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pr-bottom p{
    color: #707070;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pr-bottom .more{
    text-align: center;
    color: #707070;
    border: 1px solid#707070;
    width: 52%;
    padding: 10px 0;
    border-radius: 28px;
    margin: 0 auto;
    margin-top: 7%;
    margin-bottom: 9%;
}
.pro-right li:nth-child(3n) {
    margin-right: 0;
}
.pro-right li:hover{
    border-bottom:3px solid#1172b4 ;
}
.pro-right li:hover + .more {
    color: #58b64d;
    border: 1px solid#58b64d;
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12%;
}
.pro-left {
    width: 100%;
    float: left;
}
.cd-accordion-menu label, .cd-accordion-menu a {
    position: relative;
    display: block;
    padding: 18px 18px 18px 9px;
    background: #fff;
    color: #ffffff;
    font-size: 1.6rem;
    color: #151515;
}
.pro-right {
    float: left;
    margin-top: 13%;
    margin-left: 0%;
    width: 100%;
}
.pro-right li {
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    border: 1px solid #dcdcdc;
    margin-right: 0%;
    margin-bottom: 10%;
}
}