body {
    background-color: #fff;
    color: #666;
    font-family: '微软雅黑', "Helvetica Neue", Arial, 'Raleway', sans-serif;
    font-weight: 200;
    height: auto;
    margin: 0;
    padding: 0;
    min-width: 1200px;
}

header {
    width: 100%;
    background-color: #2761ef;
    color: #fff;
    min-width: 1200px;
}

header .container {
    width: 1200px;
    line-height: 60px;
    margin: 0 auto;
}

.logo {
    width: 135px;
    height: 55px;
    display: inline-block;
    background: url("/static/images/logo.png") no-repeat center center;
    background-size: contain;
    margin-top: -10px;
}

.logo img {
    width: 135px;
    height: 51px;
    margin-top: -12px;
    vertical-align: middle;
}

nav {
    height: 80px;
    padding: 0;
    display: flex;
    align-items: center;
}

nav ul {
    display: inline-flex;
    list-style: none;
}

nav ul.right {
    margin: auto 10px auto auto;
}

nav ul li {
    font-size: 18px;
    font-weight: 300;
    margin-right: 30px;
    padding: 3px;
}

a.menu {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

a.menu:hover {
    color: #c3d2fb;
}

a.register {
    padding: 7px 12px;
    color: #2761ef;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #ffffff;
}

a.register:hover {
    color: #ffffff;
    background-color: #2761ef;
}

.wrapper {
    width: 100%;
    height: 625px;
}

.top-wrapper {
    padding-top: 80px;
    background: url("/static/images/top_bg.png") no-repeat;
    background-size: contain;
}

.wrapper .content {
    width: 1200px;
    margin: 0 auto;
}

.wrapper p {
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    text-indent: 16px;
}

.wrapper img {
    margin-right: 15px;
}

.box-gray {
    background-color: #f7f8fa;
}

footer {
    width: 100%;
    color: #ffffff;
    align-items: center;
    background-color: #2e3237;
    display: flex;
    flex-direction: column;
}

footer .contact {
    width: 60%;
    display: flex;
    flex-direction: row;
    margin: 36px 0 0 0;
    min-width: 850px;
    font-size: 14px;
    font-weight: 200;
}

footer .mark {
    margin-top: 18px;
    align-items: start;
}

footer .consult {
    width: 100%;
    line-height: 40px;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #ffffff;
    text-align: center;
    margin-top: 20px;
}

footer .split {
    width: 1px;
    height: 168px;
    margin: 0 120px;
    background-color: #ffffff;
    opacity: 0.35;
}

footer .line {
    width: 60%;
    height: 1px;
    margin: 16px auto;
    background-color: #ffffff;
    opacity: 0.35;
}

footer p {;
    line-height: 26px;
}

footer .link-info {
    margin-left: 150px;
}

footer .copyright {
    color: #cccccc;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    margin: 8px auto 30px auto;
}

footer .copyright a {
    color: #cccccc;
    text-decoration: none;
}

footer .copyright a:hover {
    color: #2761ef;
}

.mt120 {
    margin-top: 120px;
}