*,
*::before,
*::after {
    box-sizing: border-box;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-align: left;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

*::before,
*::after {
    box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

input {
    border: none;
    outline: none;
    -webkit-appearance: none;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

body {
    background-color: #F1F1F1;
}

.header {
    border-bottom: 1px solid #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    min-width: 1206px;
    color: #000;
    background-color: #fff;
}

.header.dark {
    background-image: url("../img/nav/bg.jpg");
    background-color: #0e222d;
    color: #fff;
}

.header.dark::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.header .banner {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    padding-top: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header .banner .slogon {
    width: 800px;
    padding-top: 140px;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    line-height: 65px;
}

.header .banner .desc {
    width: 800px;
    color: #777;
    margin-top: 10px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.header .banner img {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header .banner .statistic-group {
    display: flex;
    margin-top: 80px;
}

.header .banner .statistic-group .statistic-item {
    text-align: center;
}

.header .banner .statistic-group .statistic-item .statistic-item-value {
    font-size: 50px;
    font-weight: 500;
}

.header .banner .statistic-group .statistic-item .statistic-item-label {
    text-align: left;
    opacity: .8;
}

.header .banner .statistic-group .statistic-item:not(:last-child) {
    margin-right: 180px;
}

.header .nav {
    width: 1440px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.header .nav .nav-logo {
    color: #9F0D34;
    display: flex;
    align-items: flex-start;
    font-weight: 500;
}

.header .nav .nav-logo img {
    height: 35px;
    margin-right: 10px;
}

.header .nav .nav-menus {
    display: flex;
}

.header .nav .nav-menus .nav-menu {
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 120px;
    font-weight: 500;
}

.header .nav .nav-menus .nav-menu.selected {
    background-color: #9F0D34;
    color: #fff;
}

.body {
    width: 1200px;
    margin: 40px auto 20px auto;
}

.body .page {
    display: flex;
    flex-direction: column;
    width: 1200px;
    background-color: #fff;
    margin: auto;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

.body .page:before {
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.body .page .division {
    padding: 80px 100px;
    line-height: 30px;
    letter-spacing: 1px;
}

.body .page .division .division-title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 500;
}

.body .projects .project-item {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.body .projects .project-item.visible .project-item-info {
    transform: translateX(0);
}

.body .projects .project-item .project-item-img-wrapper {
    position: relative;
    width: 820px;
    height: 480px;
    background-color: #fafafa;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    z-index: 1;
}

.body .projects .project-item .project-item-img-wrapper img {
    height: 580px;
    width: 100%;
}

.body .projects .project-item .project-item-info {
    background-color: #fff;
    padding: 40px;
    width: 360px;
    flex-shrink: 0;
    letter-spacing: 1.5px;
    transition: transform .5s ease .1s;
    transform: translateX(-50px);
}

.body .projects .project-item .project-item-info .project-item-info-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
}

.body .projects .project-item .project-item-info .project-item-info-desc {
    margin-top: 20px;
    color: #777;
    line-height: 25px;
}

.body .projects .project-item:hover .project-item-info-title {
    background-size: 100% 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(159, 13, 52, 0.8) 0%);
}

.project-detail {
    background-color: #fff;
    padding: 30px;
    line-height: 25px;
}

.footer {
    padding: 50px;
    display: flex;
    justify-content: center;
}

.footer .footer-icp {
    color: #777;
}

.project-content img {
    width: 100%;
    display: block;
}

.scroll-img-wrapper img {
    width: 100%;
}

.fixed-top {
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 10000;
    transition: transform .5s ease, box-shadow .2s ease, background .3s ease, color .2s ease;
}

.fixed-top.shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    color: #000 !important;
}

.fixed-top.hidden {
    transform: translateY(-140%);
}

.service-group {
    display: flex;
    margin-top: 80px;
    margin-bottom: 20px;
    cursor: pointer;
}

.service-group .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
    position: relative;
    padding: 30px 0;
    transition: transform .4s, box-shadow .4s;
}

.service-group .service-item img {
    height: 80px;
}

.service-group .service-item .service-label {
    color: #777;
    margin-top: 10px;
    letter-spacing: 1px;
}

.service-group .service-item:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.service-group .service-item.selected:before {
    content: '';
    width: 25px;
    height: 25px;
    border: 1px solid #71C90A;
    position: absolute;
    left: 158px;
    border-radius: 50%;
    background-color: #71C90A;
}

.service-group .service-item.selected:after {
    content: '';
    width: 13px;
    height: 7px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    top: 38px;
    position: absolute;
    left: 164px;
    transform: rotate(-45deg);
}

.loading {
    padding: 200px;
}

.subfeature-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.subfeature-group .subfeature-item {
    position: relative;
    width: 50%;
    padding-left: 70px;
}

.subfeature-group .subfeature-item:nth-child(n+3) {
    margin-top: 20px;
}

.subfeature-group .subfeature-item:nth-child(2n) {
    padding-left: 100px;
}

.subfeature-group .subfeature-item:nth-child(2n):before {
    left: 30px;
}

.subfeature-group .subfeature-item:nth-child(2n+1) {
    padding-right: 30px;
}

.subfeature-group .subfeature-item:before {
    position: absolute;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 1px solid #9F0D34;
    background-color: rgba(159, 13, 52, 0.1);
    left: 0;
    font-size: 25px;
    color: #9F0D34;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subfeature-group .subfeature-item:first-child:before {
    content: 'A';
}

.subfeature-group .subfeature-item:nth-child(2):before {
    content: 'B';
}

.subfeature-group .subfeature-item:nth-child(3):before {
    content: 'C';
}

.subfeature-group .subfeature-item:nth-child(4):before {
    content: 'D';
}

.subfeature-group .subfeature-item:nth-child(5):before {
    content: 'E';
}

.subfeature-group .subfeature-item:nth-child(6):before {
    content: 'F';
}

.subfeature-group .subfeature-item:nth-child(7):before {
    content: 'G';
}

.subfeature-group .subfeature-item:nth-child(8):before {
    content: 'H';
}

.subfeature-group .subfeature-item:nth-child(9):before {
    content: 'I';
}

.subfeature-group .subfeature-item:nth-child(10):before {
    content: 'J';
}

.subfeature-group .subfeature-item>*:first-child {
    font-weight: bold;
}

.subfeature-group .subfeature-item>*:nth-child(2) {
    margin-top: 5px;
    color: gray;
}

.map-container {
    position: relative;
}

.map-container .map {
    height: 300px;
    border: 1px solid #f3f3f3;
    background: #f9f9f9;
}

.map-container .contact-info {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    height: 260px;
    width: 260px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}


/*# sourceMappingURL=style.css.map */