html {
    height: 100%;
    width: 100%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    color: #393e42;
    min-width: 1210px;
    min-height:100%;
    padding-bottom:270px;
    font-size:16px;
}

a {
    text-decoration: none;
}

.button,
button {
    background-color: #00baff;
    border: 0;
    color: #FFF;
    cursor: pointer;
    text-align: center;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body > header {
    background-color: #191d2a;
}

header nav {
    height: 100px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1210px;
    margin: 0 auto;
}

header nav .logo {
    height: 100px;
}

header nav a {
    display: inline-block;
}

header nav .navigation {
    display: flex;
    align-items: flex-end;
}

header nav .navigation a {
    color: #feffff;
    line-height: 60px;
    margin-left: 40px;
    border-bottom: 2px solid transparent;

}

header nav .navigation a.active,
header nav .navigation a:hover {
    color: #00baff;
    text-decoration: none;
    border-bottom-color: currentcolor;
}

.main {
    max-width: 1080px;
    margin: 0 auto;
}
.banner {
    position: relative;
    padding-right: 510px;
    padding-top: 150px;
    height: 500px;
}

.banner .banner-image {
    position: absolute;
    top: 41px;
    right: 51px;
}

.banner h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 20px;
    font-weight: normal;
}

.banner p {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}

.banner .action-box {
    margin-top: 49px;
    width: 192px;
}

.banner .action-box .button {
    width: 192px;
    height: 56px;
    line-height: 56px;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 18px;
    display: inline-block;
}

.banner .action-box .button .icon {
    position: relative;
    top: 11px;
    margin-right: 12px;
}


.advantage {
    padding-bottom: 90px;
}

.advantage-table {
    width: 990px;
    margin-left: 90px;
    border-collapse: collapse;
    margin-top: 63px;
}

.advantage-table td {
    border: 1px solid #cccccc;
    font-size: 14px;
    height: 50px;
    vertical-align: middle;
}

.advantage-table tr td:first-child {
    width: 209px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 34px;
}

.advantage-table tr td:last-child {
    padding-left: 40px;
}

.advantage-table .icon {
    margin-right: 8px;
    position: relative;
    top: 4px;
}
