@charset "utf-8";
/* CSS Document */ 


.page_head_inbanner{
width: 100%;
    height: 120px;
    background: url(https://edinter.itembox.design/item/pc/banner/bnr_cpp2023_pc.jpg) repeat-x;
    background-size: 40%;
    background-position: center top;
    margin: 20px 0 20px 0;
}
@media screen and (min-width: 1400px) {
.page_head_inbanner{
background-size:contain;
}
}