.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-right{
    float: left;
    margin-top: 2%;
    margin-left: 2%;
    width:100%;
}
.pr-top{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
}
.pr-top span{
    width: 100%;
    height: auto;
    display: inline-block;
}

.new-title{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 5%;
    margin-bottom: 4%;
}
.new-title h3{
    text-align: center;
    font-size: 23px;
    margin-bottom: 3%;
    letter-spacing: 1px;
    color: #333333;
}
.new-title p{
    text-align: center;
    font-size: 15px;
    color: #7c7c7c;
    background: #eeeeee;
    width: 67%;
    margin: 0 auto;
    padding: 8px 0;
}
.pro-box p img{
        display: block;
    margin: 0 auto;
    width: 46%;
    height: auto;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12%;
}
.new-title h3 {
    text-align: center;
    font-size: 17px;
    letter-spacing: 1px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 8%;
}
.new-title p {
    text-align: center;
    font-size: 15px;
    color: #7c7c7c;
    background: #eeeeee;
    width: 100%;
    margin: 0 auto;
    padding: 8px 0;
}
.pro-box p img{
        width: 100%;
        height: auto;
}

}