*{
    margin:0;
    padding:0;
    border:0;
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

body{
    overflow-y:scroll;
    color:black;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

div#main,div#main2{
    height: 420px;
    width: 100%;
    text-align: center;
}

div#main>div{
    height:100%;
    width:220px;
    background-color: #EBEBEB;
    float:left;
    outline: 0px solid #6a7f92;
    xopacity: 0.8;
    background-repeat: no-repeat;
    overflow:hidden;
    box-sizing:border-box;
}
div.menucontent{
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 22px;
    padding-top:60px;
    color:#6a7f92;
    text-align:left;
    padding-left:20px;
}
div.menucontent ul{
    margin-left:30px;
}
div#main>div:nth-child(n+2){
    margin-left: 20px;
}

div#head{
    background-image: url(logo.png);
    height: 131px;
    xwidth: 100%;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    margin-left: -90px;
    line-height: 165px;
    vertical-align: bottom;
    
    font-size: 18px;
    color:#6a7f92;
}
div#head>hr{
    width:100px;
    height:1px;
    background-color: #dadde3;
    display: inline-block;
}

a{
    font-size:inherit;
    color:#aaadb3;
    text-decoration:inherit;
   color:#6a7f92;
}

input,textarea{
    width:180px;
    xborder:1px solid gray;
    padding:2px;
    box-sizing:border-box;
    margin:4px;
    margin-left:0;
}

button{
    padding:2px;
    box-sizing:border-box;
    width:100px;
}

.banner { position: relative; overflow: auto; width:700px; }
.banner li { list-style: none; height:420px;background-size:cover; }
.banner ul li { float: left; }
.banner ul { }
