/*公共属性*/
@font-face {
    font-family: "TsangerJinKai01-9128";
    src: url("./skins/仓耳今楷01-9128-W05.otf");
}
.contentV{
    width: 100%;
    display: flex;
    justify-content: center;
}
.contentV>div{
    width: 1170px;
}
/*头部导航下部图片*/
@media screen and (max-width: 1900px) {
    .about_headImg img {
        width: 100%;
    }
    .about_headImg{
        height: auto !important;
    }
}
@media screen and (min-width: 1900px) {
    .about_headImg img {
        width: 100%;
        /* height: 485px; */
    }
}
