.type_area{
    margin: 0 auto;
    max-width: 1350px;
}
.honor .service-banner .service-banner-font .service-banner-font-box .font-left1 .p1 {
    margin: 154px 0 0;
    text-align: center;
}
.honor .service-banner .service-banner-font .service-banner-font-box .font-left1 .p2{
    margin-top: 12px;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}


.honor-banner_img{
    background: url('../image/banner_big.jpg') center 100% no-repeat!important;
}
.honor_list{
    margin-top: 40px;
    max-width: 1392px;
}
.honor_title{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
.honor_list_main{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 96%;
    max-width: 780px;
    margin: 20px auto 0;
}
.honor_list_item{
    margin-top: 28px;
    width: 356px;
    height: 296px;
    position: relative;
}
.honor_list_item img{
    margin: 0 auto;
    display: block;
    height: 240px;
    max-width: 100%;
    max-height: 100%;
}
.honor_list_item p,
.certificate_main p{
    width: 100%;
    max-width: 200px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 20px;
    color: #333333;
}
.honor_list_item:hover p{
    height: 68px;
    width: 100%;
    opacity: 1;
}
.certificate_main{
    width: 100%;
    max-width: 320px;
    margin: 40px auto 0;
}
.certificate_main img{
    width: 100%;
}
.copyrights_main{
    padding-bottom: 20px;
    margin-top: 80px;
}
.copyrights_main h2{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
.copyrights_main p{
    margin-top: 24px;
    font-size: 22px;
    text-align: center;
}
.copyrights_main img{
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 1200px;
}
















@media screen and (min-width: 768px) and (max-width: 820px){
    
    .honor .service-banner{
        height: 300px;
    }
    .honor-banner_img{
        height: 300px!important;
        background: url('../image/banner_small.jpg') no-repeat!important;
        background-size: 100%!important;
    }
}
@media screen and (max-width: 767px) {
    
    .honor .service-banner{
        height: 160px;
    }
    .honor-banner_img{
        height: 160px!important;
        background: url('../image/banner_small.jpg') no-repeat!important;
        background-size: 100%!important;
    }
    .honor_list{
        margin-top: 10px;
    }
    .honor_title{
        font-size: 24px;
    }
    .honor_list_main{
        margin-top: 20px;
        justify-content: space-between;
    }
    .honor_list_item{
        margin-top: 10px;
        margin-right: 0;
        width: 49%;
        height: 168px;
    }
    .honor_list_item img{
        height: 120px;
    }
    .honor_list_item p{
        font-size: 16px;
    }
    .certificate_main p{
        font-size: 16px;
    }
    .copyrights_main{
        padding-bottom: 1px;
        margin-top: 40px;
    }
    .copyrights_main h2{
        font-size: 24px;
    }
    .copyrights_main p{
        font-size: 16px;
    }
    .copyrights_main img{
        width: 96%;
    }
}