﻿.home-ctr{
    position:absolute;
    width:100%;
    height:100%;
}
.home-ctr>.title-logo{
    width:794px;
    height:337px;
    background-image: url("../img/home-title.png");
    background-repeat: no-repeat;
}

.home-ctr>.title-logo>.head {
    position:absolute;
    width: 814px;
    text-align: center;
    height: 80px;
    line-height: 90px;
}

.home-ctr>.title-logo>.head>.name{
    font-weight: bold;
    color: #595959;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    white-space: nowrap;
    margin: 0 auto;
    margin-right: 3px;
}

.home-ctr>.title-logo>.head>.sama{
    font-weight: bold;
    color: #595959;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    white-space: nowrap;
    margin: 0 auto;
    margin-right: 3px;
}

.home-ctr>.contents{
    position:absolute;
    top:80px;
    bottom:0;
    width:100%;

}





