﻿body
{
    background-image: url('../image/bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 200px;
}
p
{
    font-size: 28px;
}
.title
{
    width: 600px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 35px;
}
.desc
{
    width: 600px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 16px;
}
.menu
{
    list-style: none;
    width: auto;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    float: left;
    position: relative;
    left: 50%;
    top: 10px;
    z-index: 0;
}
.menu li
{
    width: 170px;
    float: left;
    position: relative;
    right: 50%;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #61DDF0;
}
.menu li a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
