a:hover, a:focus {
    text-decoration: none;
}

.header {
    height: 60px;
    line-height: 60px;
}

.logo {
    float: left;
}

.logo img {
    width: auto;
    height: 42px;
}

.menu {
    float: right;
    font-size: 16px;
}

.menu span {
    margin-right: 30px;
    color: #666;
}

.menu a {
    /*display: block;*/
    /*float: right;*/
    /*width: 100px;*/
    padding: 8px 20px;
    height: 36px;
    line-height: 36px;
    margin-left: 30px;
    background: #fa0;
    text-align: center;
    color: #fff;
    border-radius: 18px;

}

.banner {
    background: #FFAA00;
    background: linear-gradient(#fa0, #f90);
    height: 600px;
    color: #fff;
}

.banner h1 {
    padding-top: 135px;
}

.banner p {
    padding-top: 40px;
    line-height: 32px;
    font-size: 16px;
}

.banner a {
    background: #fff;
    border-radius: 25px;
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #f80;
    /*font-weight: bold;*/
    text-align: center;
    margin-top: 40px;
}

.banner img {
    width: 100%;
    height: 15%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.area1 {
    text-align: center;
    height: 600px;
    background: #F9F8F7;
}

.area1 h3 {
    color: #333;
    padding-top: 50px;
}

.area1 p {
    color: #999;
    font-size: 14px;
    padding-top: 10px;
}

.area1 img {
    /*width: 1163px;*/
    width: 90%;
    margin-top: 60px;
}

.area2 {
    text-align: center;
    height: 600px;
    background: #fff;
}

.area2 h3 {
    color: #333;
    padding-top: 50px;
}

.area2 p {
    color: #999;
    font-size: 14px;
    padding-top: 10px;
}

.area2 a {
    color: #fa0;
    display: table;
    margin: auto;
    /*padding: 8px 20px;*/
    width: 180px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fa0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.area2 img {
    /*width: 1163px;*/
    width: 90%;
    margin-top: 60px;
}

.footer {
    color: #fff;
    background: #666;
    line-height: 60px;
}

.footer a {
    color: #ffff;
}

.footer span {
    margin-left: 25px;
}