.banner{
    width: 100%;
    height: auto;
    display: inline-block;
}
.banner img{
    width: 100%;
    height: 480px;
}

.pro-nav {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f8f8f8;
    padding: 1% 0;
}

.pn-left {
    float: left;
    width: 30%;
}

.pn-left img {
    float: left;
    width: 6%;
    margin-right: 2%;
    margin-top: 1px;
}

.pn-left a {
    color: #707070;
    font-size: 16px;
}

.pn-right {
    float: right;
    margin-top: 0 !important;
}

.pn-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pn-right li {
    display: inline-block;
    margin-left: 36px;
}

.pn-right li a {
    font-size: 18px;
    font-weight: bold;
}

.title_news {
    font-size: 31px;
}
.news_Date {
    color: #999;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}
.ma-right p{
    line-height: 25px;
    font-size: 15px;
}
.text{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-top: 2%;
}
.news_Date span{
    color: #999;
}
.details-box p{
    line-height: 47px;
    width: 95%;
    margin: 0 auto;
    font-size: 19px;
}
.details-box img{
    /* width: 65% !important; */
}
.text table{
    margin: 0 auto;
    margin-bottom: 2%;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner {
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .banner img {
        width: 100%;
        height: 180px;
        margin-top: 10%;
    }
    .pn-left {
        float: left;
        width: 100%;
        margin-bottom: 6%;
    }
    .pn-right {
        float: right;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        padding-bottom: 3%;
    }
    .pn-right li {
        display: inline-block;
        margin-left: 15px;
    }
    .details-box p {
    line-height: 30px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}
}