@charset 'UTF-8';



.top_margin{
    width: 100%;
    height: 95px;
}

.company_container{
    width: 100%;
    background-image: url("../img/com_bg.png");
background-repeat: repeat-y;
}







.company_inner{
            padding-top:50px;
background-color: rgba(0,0,0,0.5);
   max-width: 960px;
    margin: auto;
color: #fff;
    padding-bottom:50px;
}

.company_inner a{
    text-align: center;
    color: yellow;
    font-weight: bold;
}



@media screen and (max-width:781px) {

    .top_margin{
height: 70px;
}
 
.company_inner .top_return a p {
    font-size: 15px !important;
    }
}

@media screen and (max-width:480px) {

    .top_margin{
height: 50px;
}
    

}