/*introduce_company.css*/
@charset "utf-8";


.topWrap{
    width: 100%;
    height: 180px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url(../img/introduce/introduce_headerbg.png);
}

.topWrap>.topContent>h2{
    width: 100%;
    position: absolute;
    font-size: 38px;
    bottom: 40px; left: 0;
    color: #fff;
    text-align: center;
}
.topWrap>.topContent>.navMenu{
    position: absolute;
    top: 20px; left: 70px;
    z-index: 100;
}
.topWrap>.topContent>.navMenu>p{
    display: block;
    float: left;
    margin: 0 3px;
    color: #fff;
}



@media screen and (max-width:1080px){
    .topWrap>.topContent>.navMenu{left:40px;}
}

@media screen and (max-width:780px){
    .topWrap>.topContent>.navMenu{left:5%;}
    .topWrap>.topContent>h2{font-size: 32px; bottom: 30px;}
    
}