* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: sans-serif;
    background: #fff;
    padding-top: 70px;
}
ul, ol {
    list-style-type: none;
}
img {
    border: none;
    max-width: 100%;
}
a {
    text-decoration: none;
}
.text-center {
    text-align: center
}
.container {
    width: 1100px;
    margin: 0 auto;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    height: 70px;
    width: 100%;
    background: #fff;
}
.logo {
    float: left;
    width: 30%;
    margin-top: 11px;
}
.logo img {
    width: 48px;
    float: left;
    margin-right: 10px;
}
.logo p {
    font-size: 22px;
    color: #00be82;
    line-height: 100%;
    margin-top: 2px;
}
.logo span {
    font-size: 12px;
}
.menu {
    float: right;
    width: 68%;
    text-align: right;
}
.menu a {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
    font-size: 16px;
    color: #000;
}
.menu a.active {
    color: #00be82;
}
.menu a:hover {
    color: #00be82;
}
.banner img {
    vertical-align: top;
}
.wejoin-intro {
    background: url(images/info-bg.png);
}
.wejoin-info  {
    padding-top: 60px;
    line-height: 220%;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 50px;
}
.wejoin-info h1 {
    font-size: 29px;
    font-weight: normal;
    margin-bottom: 20px;
}
.wejoin-info p {
    color: #333;
    font-size: 15px;
}
.info-block {
    width: 33.333%;
    float: left;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 30px;
}
.info-block img {
    width: 80px;
}
.info-block h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #00be82;
}
.info-block p {
    margin-left: 60px;
    margin-right: 60px;
    line-height: 200%;
    color: #333;
    font-size: 14px;
}
.contact-title {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 26px;
}
.contact-left {
    width: 50%;
    margin-bottom: 50px;
    margin-top: 50px;
    float: left;
    height: 460px;
}
.contact-right {
    float: right;
    width: 47%;
    margin-bottom: 50px;
    margin-top: 50px;
}
.contact-right div {
    font-size: 15px;
    line-height: 220%;
}
.footer {
    height: 70px;
    background: #000;
    font-size: 13px;
}
.footer-left {
    width: 45%;
    float: left;
    color: #999;
    line-height: 70px;
}
.footer-left img {
    width: 15px;
    vertical-align: text-bottom;
}
.footer-right {
    line-height: 70px;
    float: right;
    width: 45%;
    color: #999;
    text-align: right;
}
.footer-right a {
    color: #999;
}

@media screen and (max-width:1100px) { 
    .footer {
        width: 1100px;
    }
    
    .banner {
        width: 1100px;
    }
    
    .download {
        width: 1100px;
    }
}