/*
p -- page
s -- section
b -- block
pr -- block preview (pr-xxs, pr-xs, pr-s, pr-m, pr) if different sizes on site
f -- form
m -- menu
l -- list
svg -- svg grafix
i -- etc grafix
a -- img links, lone links, logos
t -- tables
title -- default titles
btn -- buttons
msg -- message - not content
modal -- modal windows
_error-*
_success-*
*/
nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  color: #f0f0f0;
  text-align: center;
}

.nav {
  
  margin: 0 auto;
  background: #F2C320;
  color: #f0f0f0;
}
.nav a {
  display: block;
 
  line-height: 50px;
  cursor: pointer; font-family:"微软雅黑"; font-weight:normal;color: #000;
}
.nav_menu {
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav_menu-item {
  display: inline-block;
  position: relative; float:left;
  width: 33.3%;
    text-align: center;
}

.nav_submenu {
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  width: 157px;
  background-color:rgba(27, 27, 27, 0.57);z-index: 99999999;
}

.nav_submenu-item a{line-height: 30px;text-align: center;}
.nav_menu-item{position:relative;background:#F2C320}
.nav_submenu *{color:#Fff !important;}
.nav_submenu-item *:hover {
  background: rgba(27, 27, 27, 0.57); color:#F2C320 !important;
}
.erji{ position:absolute; top: 103px;z-index:9999999999;
background-color: rgba(0, 0, 0, 0.38); line-height: 45px;padding: 0 2%;display: none;
left:-20%;width: 140%;
}
.nav_menu-item:hover .erji{
	display: block;
}
#oo{width:420px;}
.m-site__submenu{width:100% !important;}
.erji li{ float: left;margin-left:5px;}
.erji li a{color: #fff;}
/* .nav a:hover{ color:#000 !important;} */
.erji li a:hover{
	color: #F2C320 !important;
}



.erji li{
						float: none;
					}
					.m-site__submenu{
						background: transparent;
						width: 89px;
					}
					.erji{
						background: rgba(0,0,0,.8);
						/* background-color: #0066CC; */
					}
					.nav_menu-item>a{
						padding-top: 5px;
						display: block;
					}
					.erji_container{
						width: 1200px;
						height: 580px;
						margin: 0 auto;
					}
					.one_ul{
						width: 30%;
						float: left;
						/* border: 1px solid #F1F1F1; */
						margin-right: 3.2%;
						text-align: left;
					}
					.one_ul li h1{
						font-size: 20px;
						text-align: left;
					}
					.one_ul li a{
						line-height: 2;
					}













.nav_menu-item a{ color:#fff !important;}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
hr,
address,
br,
b,
i,
sub,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
ul,
ol,
li,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
    padding: 0;
    margin: 0;
    border: none;
}
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
section,
aside,
figure,
figcaption,
input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type=button],
input[type=submit],
button {
    cursor: pointer;
}
button {
    border: 0;
}
:focus {
    outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    outline: none;
}
input::-ms-clear {
    width: 0;
    height: 0;
}
input,
textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
::-ms-clear {
    width: 0;
    height: 0;
    display: none;
}
::-ms-reveal {
    width: 0;
    height: 0;
    display: none;
}
a {
    text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
input,
select,
textarea {
    border-radius: 0;
    box-shadow: none;
}
:disabled,
[disabled],
[aria-disabled="true"] {
    cursor: not-allowed;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}
@font-face {
    font-family: '方正兰亭超细黑简体';
    src: url("http://www.jcrobots.com/fonts/FZLTCXHJW.TTF");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: '方正兰亭超细黑简体';
    src: url("http://www.jcrobots.com/fonts/FZLTCXHJW.TTF") format('TTF');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'graphik';
    src: url("http://www.jcrobots.com/fonts/graphik-regular.woff") format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'graphik';
    src: url("http://www.jcrobots.com/fonts/graphik-light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'graphik';
    src: url("http://www.jcrobots.com/fonts/graphik-lightitalic.woff") format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'bariol';
    src: url("http://www.jcrobots.com/fonts/bariol-light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
}
.owl-item {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

}
button {
    background: transparent;
}
textarea {
    overflow-y: auto;
}
input,
textarea,
select,
button {
    font-family: 'graphik', Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
    border-radius: 0;
}
html,
body {
    height: 100%;
    font-size: 16px;
    /* font-weight: 400; */
    /* font-family: '方正兰亭超细黑简体'; */
    src: url("http://www.jcrobots.com/fonts/FZLTCXHJW.TTF");
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(255,255,255,0);
}
video {
    background-size: cover;
    background-position: center;
}
.iScrollVerticalScrollbar,
.iScrollLoneScrollbar {
    display: none !important;
}
a {
    color: #fff;
}
.pass_protected_container {
	text-align: center;
    padding-bottom: 35px;
}
.expand_read_more {
	color: #F2C320;
}
.hidden_more {
	display:none;
}
@media only screen and (min-width: 1025px) {
    .p-product .s-mission {
        padding-top: calc(97px + 28px);
        padding-bottom: 20px;
    }
    .p-product .s-highlights .fp-tableCell .container {
        padding-top: calc(97px + 36px);
    }
    .p-product .s-highlights .fp-tableCell .container .fp-scrollable {
        overflow: visible !important;
    }
    .p-product .s-maneuverability .fp-tableCell .container {
        padding-top: calc(97px + 20px);
    }
    .p-product .s-about-product .fp-tableCell,
    .p-product .s-gallery .fp-scroller,
    .p-product .s-specification .container {
        padding-top: 97px;
    }
}
@media only screen and (max-width: 320px) {
    body {
        width: 320px;
    }
}
.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #fff, inset 1px -1px #fff;
    cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    background: #666;
    box-shadow: inset 0 -3px 6px #aaa;
}
.jq-checkbox.focused {
    border: 1px solid #08c;
}
.jq-checkbox.disabled {
    opacity: 0.55;
}
.jq-radio {
    top: -1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #fff, inset 1px -1px #fff;
    cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.7);
}
.jq-radio.focused {
    border: 1px solid #08c;
}
.jq-radio.disabled {
    opacity: 0.55;
}
.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer;
}
.jq-file__name {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1;
    font: 14px/32px Arial, sans-serif;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff;
}
.jq-file:hover .jq-file__browse {
    background: #e6e6e6;
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6);
}
.jq-file:active .jq-file__browse {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}
.jq-file.focused .jq-file__name {
    border: 1px solid #5794bf;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}
.jq-number {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 36px 0 0;
}
.jq-number__field {
    width: 100px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
}
.jq-number__field:hover {
    border-color: #b3b3b3;
}
.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333;
    text-align: left; /* для Opera Presto */
    -moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0; /* в каких-то браузерах присутствует отступ */
    -webkit-appearance: none;
}
.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #fff;
    cursor: pointer;
}
.jq-number__spin.minus {
    top: auto;
    bottom: 0;
}
.jq-number__spin:hover {
    background: #e6e6e6;
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6);
}
.jq-number__spin:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}
.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
    border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
    border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
    border: 1px solid #5794bf;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}
.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #aaa;
}
.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #aaa;
}
.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}
.jq-selectbox__select {
    height: 32px;
    padding: 0 45px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff;
}
.jq-selectbox__select:hover {
    background: #e6e6e6;
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6);
}
.jq-selectbox__select:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}
.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #5794bf;
}
.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}
.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
    color: #888;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #ccc;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa;
}
.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
    margin: 5px;
}
.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333;
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #231f20;
}
.jq-selectbox li.selected {
    background-color: #a3abb1;
    color: #fff;
}
.jq-selectbox li:hover {
    background-color: #08c;
    color: #fff;
}
.jq-selectbox li.disabled {
    color: #aaa;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.optgroup {
    font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231f20;
    cursor: default;
}
.jq-selectbox li.option {
    padding-left: 25px;
}
.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default;
}
.jq-select-multiple.focused {
    border: 1px solid #5794bf;
}
.jq-select-multiple.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}
.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}
.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
    background: #08c;
    color: #fff;
}
.jq-select-multiple li.disabled {
    color: #aaa;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #ccc;
    color: #fff;
}
.jq-select-multiple li.optgroup {
    font-weight: bold;
}
.jq-select-multiple li.option {
    padding-left: 25px;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
    font: 14px Arial, sans-serif;
    color: #333;
}
input[type='search'].styler {
    -webkit-appearance: none;
}
textarea.styler {
    overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
    border-color: #b3b3b3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
    border-color: #ccc;
    border-top-color: #b3b3b3;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    outline: none;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff;
    cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
    background: #e6e6e6;
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*!
 * fullPage 2.8.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative; /* Safari<=5 Android<=3 */ /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
	background:#fff;
}
.cpdz{overflow:hidden;margin-top:40px !important;}
.cpdz img{width:100%;float:left;}
  .dingzhi{margin-top:40px !important;}
    .dingzhi li{padding: 20px; overflow: hidden; background-color: #f1f1f1; margin-bottom: 20px; border-radius: 10px;}
    .dingzhi li img{float: left; width: 10%;}
    .dingzhi li div{float: right; width: 87%; color: #000;line-height:30px; text-align:left;}
    .dingzhi li div p, .dingzhi li div span{color: #666; font-family:"微软雅黑"; font-size:16px;}
.dingzhi li div p{font-weight:normal}
.dingzhi li:hover{background:#F2C320; transition:0.5s;}
.hasaki {margin-top:50px !important;}
.hasaki img{width:100%;}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*wrappers, containers, cols & etc*/
#imgparent {
    margin-bottom: 30px;
}
#imgdiv,
#reload {
    display: inline-block;
}
img#reload {
    width: 30px;
    margin-left: 20px;
}
.post-password-form input[type=submit] {
    margin-left: 10px;
    margin-top: 20px;
    background: #ebc02d;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.post-password-form input[type=password] {
    border: 1px solid #ebc02d;
    background: #fff;
    line-height: 25px;
}
.wrapper {
    min-height: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.wrapper__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: -webkit-transform 0.35s linear;
    transition: -webkit-transform 0.35s linear;
    transition: transform 0.35s linear;
    transition: transform 0.35s linear, -webkit-transform 0.35s linear;
}
.p-index .wrapper__content {
    position: relative;
}
.container {
    width:1330px;
    min-width: 320px;
    margin: 0 auto;
   
}
img[data-object-fit="contain"] {
    -o-object-fit: contain;
    object-fit: contain;
}
img[data-object-fit="cover"] {
    -o-object-fit: cover;
    object-fit: cover;
}

.box{width:1000px;}



._cover,
._contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media only screen and (max-width: 1024px) {
    ._open-mobile-menu body {
        cursor: pointer;
        overflow: hidden;
    }
    ._open-mobile-menu .s-mobile-menu {
        opacity: 1;
        /* -webkit-transition: opacity 0.35s linear, z-index 0s linear 0.5s, -webkit-transform 0s linear;
        transition: opacity 0.35s linear, z-index 0s linear 0.5s, -webkit-transform 0s linear;
        transition: opacity 0.35s linear, transform 0s linear, z-index 0s linear 0.5s;
        transition: opacity 0.35s linear, transform 0s linear, z-index 0s linear 0.5s, -webkit-transform 0s linear; */
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: all;
        z-index: 1;
    }
    ._open-mobile-menu .wrapper__content,
    ._open-mobile-menu .s-header,
    ._open-mobile-menu .s-footer {
        -webkit-transform: translateX(293px) !important;
        -ms-transform: translateX(293px) !important;
        transform: translateX(293px) !important;
    }
    ._open-mobile-menu .p-product .s-header {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}
@media only screen and (max-width: 740px) {
    .container {
        padding: 0 10px;
		width:100%;
    }
    .container .s-index__inner {
        height: calc(100vh - 89px);
        padding-top: 0;
    }
    ._open-mobile-menu .wrapper__content,
    ._open-mobile-menu .s-header,
    ._open-mobile-menu .s-footer {
        -webkit-transform: translateX(212px) !important;
        -ms-transform: translateX(212px) !important;
        transform: translateX(212px) !important;
    }
    ._open-mobile-menu .s-index__inner {
        height: calc(100vh - 39px);
        -webkit-transition: none;
        transition: none;
    }
}
.svg-twitter {
    width: 17px;
    height: 17px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.svg-facebook {
    width: 19px;
    height: 19px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.svg-linkedin {
    width: 15px;
    height: 15px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.svg-hq {
    fill: #404041;
    width: 26px;
    height: 26px;
    color: #fff;
}
.svg-instagram {
    width: 18px;
    height: 18px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.svg-google {
    fill: #f1f1f3;
    width: 16px;
    height: 15px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.svg-doc {
    width: 17px;
    height: 22px;
    fill: #404041;
}
.svg-wi-fi {
    width: 50px;
    height: 37px;
}
.svg-steps {
    width: 37px;
    height: 38px;
}
.svg-compas {
    width: 44px;
    height: 44px;
}
.svg-eye {
    width: 66px;
    height: 39px;
}
.svg-envelope {
    fill: #f1f1f3;
    width: 16px;
    height: 16px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.svg-logo {
    fill: #f1f1f3;
    width: 170px;
    height: 25px;
}
.svg-dotted {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.svg-triangle {
    width: 26px;
    height: 30px;
    fill: #F2C320;
}
.svg-star {
    width: 7px;
    height: 7px;
    fill: #F2C320;
    position: absolute;
    left: 9px;
    top: 20px;
}
.svg-award {
    width: 43px;
    height: 60px;
    fill: #F2C320;
}
.svg-chevron {
    width: 6000px;
    height: 22px;
    fill: #F2C320;
}
.a-back {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #404041;
    position: relative;
    border-bottom: 1px solid;
    margin: 0 0 50px 10px;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.a-back:before {
    display: block;
    content: "";
    position: absolute;
    border-left: 1px solid #404041;
    border-top: 1px solid #404041;
    width: 11px;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
    height: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -11px;
    top: 4px;
}
.a-back:hover {
    color: #F2C320;
}
.a-back:hover:before {
    border-color: #F2C320;
}
.b-article {
    overflow: hidden;
}
.b-article__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 26px;
    max-width: 800px;
    width: 100%;
}
.b-article__left {
    width: 32.3%;
}
.b-article__img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.b-article__right {
    width: 70%;
    padding-left: 23px;
}
.b-article__date {
    display: block;
    font-size: 15px;
    color: #3C3C3C;
    margin-bottom: 14px;
}
.b-article__title {
    font-size: 26px;
    color: #fff;
    min-width: 280px;
    font-weight: 300;
    padding: 10px 12px;
    background: #F2C320;
    margin-bottom: 11px;
    display: inline-block;
}
.b-article__text {
    font-size: 19px;
    color: #404041;
    font-family: Graphik;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: -6px;
}
.b-article__bottom {
    padding-bottom: 16px;
}
.b-article__bottom p {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 24px;
    line-height: 1.35;
    color: #404041;
    font-weight: 300;
}
.b-article .svg-dotted {
    stroke: #3C3C3C;
    stroke-width: 4;
    width: 86%;
    height: 4px;
    margin-bottom: 42px;
}
.b-article .m-share__li:not(:first-child) {
    margin-left: 10px;
}
@media only screen and (max-width: 740px) {
    .b-article {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .b-article__bottom {
        padding-bottom: 3px;
    }
    .b-article__left {
        display: none;
    }
    .b-article__right {
        width: 100%;
        padding-left: 0;
    }
    .b-article__title {
        max-width: 100%;
        font-size: 12px;
        line-height: 13px;
        padding: 5px 12px;
        margin-bottom: 12px;
        min-height: 35px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .b-article__text {
        font-size: 14px;
        line-height: 15px;
    }
    .b-article p {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 15px;
    }
    .b-article__date {
        font-size: 10px;
        margin-bottom: 11px;
    }
    .b-article .svg-dotted {
        display: none;
    }
    .b-article .m-share {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-bottom: -11px;
        margin-right: 2px;
    }
    .b-article .m-share__li:not(:first-child) {
        margin-left: 13px;
    }
}
.b-carousel {
    margin-bottom: 25px;
}
.b-carousel .slick-arrow {
    position: absolute;
    font-size: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto 0;
    z-index: 1;
}
.b-carousel .slick-arrow:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-top: 2px solid #404041;
    border-left: 2px solid #404041;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}
.b-carousel .slick-arrow:hover {
    border-color: #F2C320;
}
.b-carousel .slick-prev {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
    left: -23px;
}
.b-carousel .slick-next {
    -webkit-transform: translateY(-13px) rotate(135deg);
    -ms-transform: translateY(-13px) rotate(135deg);
    transform: translateY(-13px) rotate(135deg);
    right: -23px;
}
.b-carousel .pr-news__right {
    margin-bottom: -14px;
}
@media only screen and (max-width: 1010px) {
    .b-carousel .slick-dots {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: -30px;
        font-size: 0;
    }
    .b-carousel .slick-dots li {
        display: inline-block;
        vertical-align: middle;
    }
    .b-carousel .slick-dots button {
        width: 32px;
        height: 40px;
        display: block;
        position: relative;
        font-size: 0;
    }
    .b-carousel .slick-dots button:before {
        width: 20px;
        height: 20px;
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 50%;
        border: 1px solid #F2C320;
    }
    .b-carousel .slick-active button:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #F2C320;
    }
}
@media only screen and (max-width: 740px) {
    .b-carousel .slick-dots {
        bottom: -3px;
    }
    .b-carousel .slick-dots button {
        width: 12px;
        height: 40px;
    }
    .b-carousel .slick-dots button:before {
        width: 10px;
        height: 10px;
        border: 1px solid #F2C320;
    }
    .b-carousel .slick-active button:after {
        width: 4px;
        height: 4px;
        background: #F2C320;
    }
    .b-carousel .pr-news__top {
        margin-bottom: 30px;
    }
}
.b-communication {
    display: block;
}
.b-contact__title {
    font-size: 26px;
    text-align: left;
    font-weight: 300;
    margin-bottom: 43px;
}
.b-contact__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-contact .l-contact {
    display: none;
}
.b-contact .l-contact.default,
.b-contact .l-contact:last-child {
    display: block;
}
.b-contact .l-contact:nth-child(2) {
    position: relative;
    left: -8px;
}
.b-contact .l-contact:nth-child(3) {
    position: relative;
}
@media only screen and (max-width: 1010px) {
    .b-contact {
        max-width: 320px;
        margin: 0 auto;
    }
    .b-contact__body {
        display: block;
    }
    .b-contact__title {
        text-align: center;
    }
    .b-contact .l-contact:nth-child(2),
    .b-contact .l-contact:nth-child(3) {
        left: 0;
    }
}
@media only screen and (max-width: 740px) {
    .b-contact__title {
        font-size: 24px;
        margin-bottom: 11px; padding-top:20px;
        
    }
    .b-contact .l-contact {
        padding-bottom: 10px;
    }
}
.b-features {
    overflow: hidden;
}
.b-features__content-wrap {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 594px);
    margin-bottom: 5px;
}
.b-features__content {
    position: absolute;
    height: calc(100vh - 594px);
    width: calc((100vh - 594px) * 2);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
.b-features__content img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.desktop .b-features__content img {
    display: none;
}
.tablet .b-features__content img,
.mobile .b-features__content img {
    display: block;
}
.b-features__content._played .btn-play {
    opacity: 0;
}
.b-features__content._active {
    opacity: 1;
    pointer-events: all;
}
.b-features__content video {
    height: 100%;
    width: 100%;
}
.tablet .b-features__content video,
.mobile .b-features__content video {
    display: none;
}
.b-features__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 10px;
}
.b-features__tab {
    width: 250px;
    max-width: 250px;
    cursor: pointer;
}
.b-features__tab+.b-features__tab {
    margin-left: 70px;
}
.b-features__tab+.b-features__tab .b-features__img-wrap {
    position: relative;
}
.b-features__tab+.b-features__tab .b-features__img-wrap:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #404041;
}
.b-features__img-wrap {
    height: 40px;
    font-size: 0;
    margin-bottom: 15px;
    text-align: center;
}
.b-features__img-wrap:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.b-features__img-wrap img {
    display: inline-block;
    vertical-align: middle;
    max-height: 48px;
    max-width: 90%;
    height: auto;
    width: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
._active .b-features__img-wrap img,
.b-features__tab:hover .b-features__img-wrap img {
    -webkit-filter: none;
    filter: none;
}
.b-features__img-wrap svg {
    display: inline-block;
    vertical-align: middle;
    fill: #3C3C3C;
    -webkit-transition: fill 0.2s ease-out;
    transition: fill 0.2s ease-out;
}
._active .b-features__img-wrap svg,
.b-features__tab:hover .b-features__img-wrap svg {
    fill: #F2C320;
}
.b-features__img-wrap .svg-dotted {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -80px;
    margin: auto 0;
    stroke: #404041;
    stroke-width: 4;
    width: 62px;
    height: 4px;
}
.b-features__step {
    font-size: 60px;
    
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    color: #3C3C3C;
}
._active .b-features__step,
.b-features__tab:hover .b-features__step {
    color: #292829;
}
.b-features__tab-title {
    font-size: 19px;
    line-height: 23px;
    color: #404041;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    font-weight: 500;
}
._active .b-features__tab-title,
.b-features__tab:hover .b-features__tab-title {
    color: #F2C320;
}
.b-features__tab-text {
    font-size: 18px;
    line-height: 1.3;
    color: #3C3C3C;
    font-weight: 300;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    letter-spacing: -0.95px;
}
._active .b-features__tab-text,
.b-features__tab:hover .b-features__tab-text {
    color: #404041;
}
.b-features .btn-play {
    display: none;
}
.desktop .b-features .btn-play {
    display: none !important;
}
.iphone .b-features .btn-play {
    display: none !important;
}
@media only screen and (max-height: 770px) and (min-width: 1025px) {
    .b-features__content-wrap {
        height: calc(100vh - 430px);
        min-height: 150px;
    }
    .b-features__content {
        height: calc(100vh - 430px);
        width: calc((100vh - 430px) * 2);
        min-height: 150px;
        min-width: 300px;
    }
    .b-features__img-wrap {
        height: 30px;
    }
    .b-features__img-wrap .svg-dotted {
        left: -48px;
        width: 37px;
    }
    .b-features__img-wrap img {
        max-height: 40px;
    }
    .b-features__step {
        font-size: 40px;
    }
    .b-features__tab-title {
        font-size: 16px;
        line-height: 20px;
    }
    .b-features__tab-text {
        font-size: 16px;
        line-height: 19px;
    }
    .b-features__tab+.b-features__tab {
        margin-left: 40px;
    }
}
@media only screen and (max-width: 1240px) {
    .b-features__tab-title {
        font-size: 16px;
        line-height: 19px;
    }
    .b-features__tab-text {
        font-size: 16px;
        line-height: 18px;
    }
    .b-features__tab+.b-features__tab {
        margin-left: 40px;
    }
    .b-features__img-wrap {
        height: 30px;
    }
    .b-features__img-wrap .svg-dotted {
        left: -48px;
        width: 37px;
    }
    .b-features__img-wrap img {
        max-height: 33px;
    }
    .b-features__step {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1024px) {
    .b-features__content-wrap {
        width: 100%;
        height: auto;
        padding-top: 55%;
    }
    .b-features__content {
        pointer-events: all;
        width: 100%;
        height: auto;
    }
    .b-features ._played {
        opacity: 1;
    }
    .b-features ._played .btn-play {
        display: none;
    }
    .desktop .b-features .btn-play {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .desktop .b-features .btn-play:after {
        display: none !important;
    }
    .b-features video {
        width: 100%;
        min-height: 0;
    }
}
.tablet .b-features__content,
.mobile .b-features__content {
    pointer-events: all;
}
@media only screen and (max-width: 740px) {
    .b-features {
        border-top: 1px solid #999;
        overflow: visible;
    }
    .b-features__content-wrap {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        padding: 0;
    }
    .b-features__content {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .b-features__tabs {
        display: block;
    }
    .b-features__tab {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .b-features__tab+.b-features__tab {
        margin-left: 0;
    }
    .b-features__tab+.b-features__tab .b-features__img-wrap:before {
        display: none;
    }
    .b-features__tab-title {
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        color: #F2C320;
        margin-bottom: 4px;
    }
    .b-features__tab-text {
        font-size: 12px;
        line-height: 14px;
        color: #404041;
        letter-spacing: 0;
        max-width: 240px;
        margin: 0 auto 8px;
    }
    .b-features__step {
        font-size: 24px;
    }
    ._active .b-features__step {
        color: #292829;
    }
    .b-features__img-wrap {
        margin-bottom: 0;
        height: 45px;
    }
    .b-features__img-wrap img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-filter: none;
        filter: none;
    }
    .b-features video {
        position: static;
        width: 100%;
        height: auto;
        min-height: 0;
        min-width: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .b-features .svg-dotted {
        display: none;
    }
    .b-features .slick-dots {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: -16px;
        font-size: 0;
    }
    .b-features .slick-dots li {
        display: inline-block;
        vertical-align: middle;
    }
    .b-features .slick-dots button {
        width: 15px;
        height: 40px;
        display: block;
        position: relative;
        font-size: 0;
    }
    .b-features .slick-dots button:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: 1px solid #F2C320;
    }
    .b-features .slick-active button:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 50%;
        width: 4px;
        height: 4px;
        background: #F2C320;
    }
    .desktop .b-features .btn-play {
        display: block !important;
    }
    .desktop .b-features ._played .btn-play {
        display: none !important;
    }
}
@media (orientation: landscape) and (max-width: 740px) {
    body .b-features video {
        height: calc(100vh - 250px);
        width: 50%;
        min-height: 150px;
    }
    body .b-features__content-wrap {
        padding-top: 20px;
    }
}
.b-slider {
    display: block;
}
.b-slider__item {
    display: block;
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}
.b-slider__img {
    position: absolute;
    top: 0;
    right: 0;
}
.b-slider__content {
    position: absolute;
    top:20%;
    left: 16.7%;
    width: 750px;
    background: rgba(242,195,32,0.8);
    color: #414042;
    padding: 61px 100px 50px;
}
.b-slider__content::before {
    content: '';
    height: 68px;
    width: 68px;
    background: #F2C320;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.b-slider__content::after {
    content: '';
    height: 35px;
    width: 35px;
    border: 2px solid #414042;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.b-slider__content h3 {
    font-weight: 300;
    
}
.b-slider__content h3 a {
    color: #404041;
}
.b-slider__title {
    font-size: 34px;
    position: relative;
    line-height: 40px;
    margin-bottom: 8px;
}
.b-slider__citate {
    font-size:18px;
    
    letter-spacing: -0.015em;
     float:right; font-family:"微软雅黑"; font-weight:bold; margin-top:20px;
}
.b-slider__text {
    font-size: 18px;
    line-height: 24px;
    max-width: 410px;
}
.b-slider .slick-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 1;
    font-size: 0;
}
.b-slider .slick-arrow:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.b-slider .slick-arrow:hover:before {
    border-color: #F2C320;
}
.b-slider .slick-prev {
    left: 38px;
}
.b-slider .slick-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.b-slider .slick-next {
    right: 38px;
}
.b-slider .slick-next:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.b-slider .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 12px;
    font-size: 0;
}
.b-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.b-slider .slick-dots button {
    width: 32px;
    height: 40px;
    display: block;
    position: relative;
    font-size: 0;
}
.b-slider .slick-dots button:before {
    width: 22px;
    height: 22px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #fff;
}
.b-slider .slick-active button:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}
.b-slider__mobile-link {
    display: none;
    font-size: 10px;
    color: #404041;
    position: relative;
    padding-right: 12px;
}
.b-slider__mobile-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-right: 1px solid #404041;
    border-bottom: 1px solid #404041;
    width: 5px;
    height: 5px;
    -webkit-transform: scaleY(0.8) rotate(-45deg);
    -ms-transform: scaleY(0.8) rotate(-45deg);
    transform: scaleY(0.8) rotate(-45deg);
    border-right: 1px solid #404041;
    border-bottom: 1px solid #404041;
    right: 4px;
}
@media only screen and (max-width: 1024px) {
    .b-slider__item {
        height: auto;
        background-images: none !important;
    }
    .b-slider__content {
        position: static;
        width: 100%;
    }
    .b-slider__content:before,
    .b-slider__content:after {
        display: none;
    }
    .b-slider__img,
    .b-slider img {
        display: none;
    }
    .b-slider__text {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }
    .b-slider__title {
        text-align: center;
        color: #fff;
    }
    .b-slider h3 a {
        color: #fff;
    }
    .b-slider__citate {
        text-align: center;
        font-style: normal;
        position: relative;
        margin-bottom: 30px;
    }
    .b-slider__citate:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 64px;
        height: 2px;
        background: #404041;
        bottom: -15px;
    }
    .b-slider .slick-dots button:before {
        border: 2px solid #404041;
    }
    .b-slider .slick-active button:after {
        background: #404041;
    }
}
@media only screen and (max-width: 740px) {
    .b-slider__title {
        font-size: 24px;
        line-height: 25px;
        margin-bottom: 9px;
    }
    .b-slider__citate {
        font-size: 10px;
        margin-bottom: 26px;
    }
    .b-slider__content {
        padding:25px 10px 28px;
    }
    .b-slider__mobile-link {
        display: inline-block;
    }
    .b-slider__text {
        text-align: left;
        font-size: 14px;
        line-height: 15px;
    }
    .b-slider .slick-dots {
        bottom: -6px;
    }
    .b-slider .slick-dots button {
        width: 12px;
        height: 40px;
    }
    .b-slider .slick-dots button:before {
        width: 10px;
        height: 10px;
        border: 1px solid #404041;
    }
    .b-slider .slick-active button:after {
        width: 4px;
        height: 4px;
        background: #404041;
    }
}
.b-social {
    font-size: 0;
    margin-bottom: 1px;
}
.b-social__link {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    position: relative;
}
.b-social__link:not(:first-child) {
    margin-left: 7px;
}
.b-social__link._linkedin {
    background: #066c9a;
}
.b-social__link._envelope {
    background: #F2C320;
}
.b-social__link:hover {
    background: #404041;
}
.b-social svg {
    fill: #fff;
}
@media only screen and (max-width: 740px) {
    .b-social__link {
        width: 22px;
        height: 22px;
        margin-bottom: 3px;
    }
    .b-social__link:not(:first-child) {
        margin-left: 11px;
    }
    .b-social__link svg {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}
.b-statistic {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.b-statistic:first-child .b-statistic__count {
    min-width: 340px;
}
.b-statistic__count {
    font-size: 120px;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    position: relative;
    
    text-align: center;
    min-width: 200px;
    display: inline-block;
    vertical-align: middle;
}
.b-statistic__title {
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'graphik', Arial, Helvetica, sans-serif;
}
.b-statistic__title span {
    display: inline-block;
    vertical-align: middle; font-family:"微软雅黑";
}
@media only screen and (max-width: 1400px) {
    .b-statistic__count {
        min-width: 180px;
    }
}
@media only screen and (max-width: 1250px) {
    .b-statistic:first-child .b-statistic__count {
        min-width: 260px;
    }
    .b-statistic__count {
        font-size: 90px;
        line-height: 120px;
        min-width: 160px;
    }
    .b-statistic__title {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1024px) {
    .b-statistic {
        padding: 0 5px;
    }
    .b-statistic:first-child .b-statistic__count {
        min-width: 200px;
    }
    .b-statistic__count {
        font-size: 70px;
        line-height: 90px;
        min-width: 130px;
    }
    .b-statistic__title {
        font-size: 14px;
        max-width: 138px;
        margin-top: 3px;
    }
}
@media only screen and (max-width: 800px) {
    .b-statistic {
        margin-bottom: 27px;
        min-width: 34%;
        -webkit-flex-basis: 34%;
        -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    }
    .b-statistic:first-child .b-statistic__count {
        min-width: 160px;
    }
    .b-statistic__count {
        min-width: 71px;
    }
    .b-statistic__count {
        font-size: 55px;
        line-height: 70px;
        margin-bottom: -2px;
    }
    .b-statistic__title {
        font-weight: 400;
        max-width: 100px;
    }
}
.b-svg {
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    height: 4px;
    padding-right: 20px;
    position: relative;
    margin-top: 60px;
}
.b-svg .svg-dotted {
    stroke: #fff;
    stroke-width: 4;
    width: 80px;
    height: 10px;
}
.b-svg::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50px;
}
@media only screen and (max-width: 1250px) {
    .b-svg {
        max-width: 70px;
        -webkit-flex-basis: 70px;
        -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    }
    .b-svg .svg-dotted {
        width: 52px;
    }
    .b-svg::after {
        width: 15px;
        height: 15px;
    }
}
@media only screen and (max-width: 1024px) {
    .b-svg {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 850px) {
    .b-svg {
        max-width: 55px;
        -webkit-flex-basis: 55px;
        -ms-flex-preferred-size: 55px;
        flex-basis: 55px;
    }
    .b-svg .svg-dotted {
        width: 37px;
    }
}
@media only screen and (max-width: 800px) {
    .b-svg {
        max-width: 34px;
        -webkit-flex-basis: 34px;
        -ms-flex-preferred-size: 34px;
        flex-basis: 34px;
        padding-right: 14px;
        display: none;
    }
    .b-svg::after {
        width: 11px;
        height: 11px;
    }
    .b-svg:nth-child(4) {
        display: none;
    }
    .b-svg .svg-dotted {
        width: 21px;
    }
}
.b-tabs {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
    left: 0;
    width: 100%;
    pointer-events: none;
}
._visible-content .b-tabs {
    opacity: 1;
    pointer-events: all;
    position: relative;
}
.b-tabs__content-wrap {
    text-align: left;
}
.b-tabs__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    min-height: 400px;
    font-size: 0;
}
.b-tabs__content-submission {
    background-size: cover;
    background-position: center;
    padding: 89px 76px 115px;
    min-height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.b-tabs__content-submission._active {
    opacity: 1;
    z-index: 1;
}
.b-tabs__content-tabs {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 74px 41px;
    width: 100%;
}
.b-tabs__content._active {
    pointer-events: all;
    opacity: 1;
    position: relative;
}
.b-tabs__top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.b-tabs__tab {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    background: rgba(242,195,32,0.7);
    padding: 23px 12px 20px;
    font-size: 21px;
    font-weight: 300;
    max-width: 33.33333333%;
    color: #404041;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.b-tabs__tab+.b-tabs__tab {
    border-left: 1px solid #404041;
}
.b-tabs__tab._active,
.b-tabs__tab:hover {
    background: #F2C320;
}
.b-tabs__title {
    font-size: 60px;
    
    font-weight: 300;
    color: #f1f1f2;
    margin-bottom: 15px;
}
.b-tabs__text {
    display: block;
    font-size: 18px;
    line-height: 23px;
    color: #f1f1f2;
    margin-bottom: 25px;
    font-weight: 300;
    max-width: 580px;
}
.b-tabs .btn-default._white {
    letter-spacing: -0.05em;
}
.b-tabs .btn-default._white._active,
.b-tabs .btn-default._white:focus,
.b-tabs .btn-default._white:hover {
    background: #f1f1f2;
    color: #404041;
    border-color: #f1f1f2;
}
.b-tabs__mobile-tab {
    display: none;
    line-height: 35px;
    padding: 0 30px 0 10px;
    background: #F2C320;
    color: #404041;
    text-align: left;
    z-index: 1;
    position: relative;
    opacity: 1;
    width: 100%;
}
.b-tabs__mobile-tab:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    bottom: 2px;
    right: 13px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #404041;
    border-bottom: 1px solid #404041;
    -webkit-transform: scaleX(0.8) rotate(-45deg);
    -ms-transform: scaleX(0.8) rotate(-45deg);
    transform: scaleX(0.8) rotate(-45deg);
}
.b-tabs__mobile-tab._active:before {
    bottom: -5px;
    -webkit-transform: scaleY(-1) scaleX(0.8) rotate(-45deg);
    -ms-transform: scaleY(-1) scaleX(0.8) rotate(-45deg);
    transform: scaleY(-1) scaleX(0.8) rotate(-45deg);
}
@media only screen and (max-width: 1240px) {
    .b-tabs__content {
        padding: 95px 20px 20px;
    }
    .b-tabs__title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 900px) {
    .b-tabs__content-submission {
        padding: 100px 30px 115px;
    }
    .b-tabs__content-tabs {
        padding-left: 30px;
        padding-right: 30px;
    }
    .b-tabs__title {
        font-size: 40px;
    }
    .b-tabs .btn-default+.btn-default {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 740px) {
    .b-tabs {
        opacity: 1;
        position: static;
    }
    .b-tabs__mobile-tab {
        display: block;
    }
    .b-tabs__top {
        display: none;
    }
    .b-tabs__content {
        position: relative;
        opacity: 1;
        pointer-events: all;
        padding: 0;
        min-height: 0;
        margin-bottom: 11px;
        overflow: hidden;
    }
    .b-tabs__content-inner {
        display: none;
    }
    .b-tabs__content-inner._active {
        display: block;
    }
    .b-tabs__content-submission {
        display: none;
        padding: 12px 11px 68px;
        position: relative;
        min-height: 0;
    }
    .b-tabs__content-submission._active {
        display: block;
    }
    .b-tabs__content-tabs {
        padding: 0 10px 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }
    ._active+.b-tabs__content-inner .b-tabs__content-tabs {
        opacity: 1;
        -webkit-transition: opacity 0.2s linear 0.5s;
        transition: opacity 0.2s linear 0.5s;
    }
    .b-tabs__title {
        font-size: 24px;
        line-height: 23px;
        margin-bottom: 10px;
        letter-spacing: -0.03em;
    }
    .b-tabs__text {
        font-size: 10px;
        line-height:22px;
        letter-spacing: 0;
        margin-bottom: 20px;
    }
    .b-tabs .btn-default._white+.btn-default {
        margin-left: 20px;
    }
}
.b-vantage {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 5px;
    position: relative;
}
.b-vantage__title {
    border-radius: 10px 10px 0 0;
    background: #F2C320;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
    padding: 9px 5px 5px;
    margin-bottom: 2px;
}
.b-vantage__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 0 0;
    height: 100%;
    text-align: center;
}
.b-vantage__flex-wrapper {
    overflow: hidden;
    height: 100%;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-vantage__text {
    margin: auto;
    padding: 0;
    color: #404041;
    font-size: 20px;
    text-align: center;
    width: 100%;
    line-height: 19px;
}
@media only screen and (max-width: 1240px) {
    .b-vantage {
        margin: 9px 0;
    }
    .b-vantage__flex-wrapper {
        margin: 15px 0;
    }
    .b-vantage__title {
        font-size: 18px;
        line-height: 18px;
    }
    .b-vantage__text {
        padding: 0 10px;
        font-size: 18px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 740px) {
    .b-vantage {
        height: 185px;
        margin: 9px 0 20px;
    }
    .b-vantage:before {
        width: calc(100% - 14px);
        height: calc(100% - 14px);
        left: 7px;
        top: 7px;
    }
    .b-vantage__flex-wrapper {
        margin: 11px 0;
    }
    .b-vantage__text {
        font-size: 16px;
        line-height: 16px;
    }
    .b-vantage__title {
        font-size: 16px;
    }
}
.b-why {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-why__wrap,
.b-why__text {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.b-why__wrap {
    margin-bottom: -10px;
    padding-right: 35px;
}
.b-why__img {
    width: 100%;
    height: auto;
}
.b-why__text {
    position: relative;
    letter-spacing: 0.02em;
    text-align: center;
    max-width: 390px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
}
.b-why__text p {
    visibility: hidden;
}
.b-why__cursor {
    position: absolute;
    color: #000;
    display: block;
    width: 5px;
    height: 10px;
}
.b-why__line:before,
.b-why__z:before {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
}
.b-why__line:before {
    left: -4px;
    width: calc(100% + 11px);
    height: 6px;
    background: url("../images/line.png") center no-repeat;
    background-size: contain;
    top: calc(100% - 5px);
}
.b-why__z:before {
    top: calc(100% - 5px);
    width: calc(100% + 2px);
    left: 0;
    height: 11px;
    background: url("../images/z.png") center no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1024px) {
    .b-why__text {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 740px) {
    .b-why {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .b-why__wrap {
        margin-bottom: 3px;
        padding: 0;
    }
    .b-why__wrap,
    .b-why__text {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        font-size: 14px;
        line-height: 24px;
    }
    .b-why__line:before {
        height: 4px;
    }
    .b-why__z:before {
        height: 7px;
    }
}
.chars {
    visibility: hidden;
}
.btn-arrow-down {
    width: 60px;
    height: 60px;
    display: block;
    background: #F2C320;
    position: relative;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
}
.btn-arrow-down:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 26px;
    background: #404041;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.btn-arrow-down:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 2px solid #404041;
    border-bottom: 2px solid #404041;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
    bottom: 17px;
}
.btn-arrow-down:hover {
    background: #404041; color:#fff
}
.btn-arrow-down:hover:before {
    background: #fff;
}
.btn-arrow-down:hover:after {
    border-color: #fff;
}
.back_to_top {
    position: fixed;
    bottom: 10%;
    left: 10%;
    display: none;
    cursor: pointer;
}
.btn-back {
    font-size: 18px;
    color: #404041;
    position: relative;
    border-bottom: 1px solid;
    margin-left: 13px;
    font-weight: 300;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.btn-back:before {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #404041;
    border-left: 1px solid #404041;
    left: -11px;
    top: 4px;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-back:hover {
    color: #F2C320;
}
.btn-back:hover:before {
    border-color: #F2C320;
}
@media only screen and (max-width: 740px) {
    .btn-back {
        font-size: 12px;
        margin-left: 9px;
    }
    .btn-back:before {
        width: 7px;
        height: 7px;
        left: -7px;
        top: 3px;
    }
}
.btn-default {
    display: inline-block;
    vertical-align: middle;
    line-height: 47px;
    min-width: 157px;
    border: 2px solid #404041;
    border-radius: 12px;
    text-align: center;
    padding: 0 10px;
    font-size: 18px;
    color: #404041;
}
.pr-product .btn-default {
    letter-spacing: -0.95px;
    margin-top: auto;
    min-width: 104px;
}
.desktop .btn-default {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.desktop .btn-default:hover {
    border-color: #F2C320;
    background: #F2C320; color:#FFF;
}
.btn-default._white {
    border-color: #fff;
    color: #fff;
}
.desktop .btn-default._white:hover {
    color: #404041;
    border-color: #F2C320;
    background: #F2C320;
}
.btn-default+.btn-default {
    margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
    .btn-default {
        border-width: 1px;
        font-weight: 400;
    }
}
@media only screen and (max-width: 740px) {
    .btn-default {
        font-size: 10px;
        line-height: 34px;
        border-radius: 8px;
    }
}
.btn-menu {
    display: none;
    width: 41px;
    height: 41px;
}
.btn-menu__dash,
.btn-menu:before,
.btn-menu:after {
    content: '';
    height: 3px;
    background: #F2C320;
    width: 37px;
    display: block;
    margin-top: 10px;
}
.btn-menu:before {
    margin-top: 0;
}
@media only screen and (max-width: 1024px) {
    .btn-menu {
        display: block;
    }
}
@media only screen and (max-width: 740px) {
    .btn-menu {
        width: 40px;
        height: 39px;
    }
    .btn-menu__dash,
    .btn-menu:before,
    .btn-menu:after {
        height: 2px;
        width: 20px;
        margin: 3px auto 0;
        border-radius: 1px;
    }
    .btn-menu:before {
        margin-top: 0;
    }
}
.btn-play {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.btn-play:hover {
    background: #F2C320;
}
.btn-play:hover .svg-play {
    color: #fff;
}
.btn-play .svg-play {
    width: 70px;
    height: 70px;
    fill: #F2C320;
    color: #F2C320;
}
._ie .btn-play:active {
    position: relative;
    left: -1px;
    top: -1px;
}
@media only screen and (max-width: 740px) {
    .btn-play {
        width: 25px;
        height: 25px;
    }
    .btn-play .svg-play {
        width: 25px;
        height: 25px;
    }
}
.btn-arrow-up {
    width: 60px;
    height: 60px;
    display: block;
    background: #F2C320;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
}
.btn-arrow-up:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 26px;
    background: #404041;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.btn-arrow-up:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(135deg);
    border-left: 2px solid #404041;
    border-bottom: 2px solid #404041;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
    top: 19px;
}
.btn-up {
    display: block;
    opacity: 0;
    pointer-events: none;
    width: 33px;
    height: 33px;
    background: #F2C320;
    position: fixed;
    top: 75vh;
    right: 3%;
    border-radius: 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: opacity 0.5s, background-color 0.3s;
    transition: opacity 0.5s, background-color 0.3s;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
    z-index: 3;
}
.desktop .btn-up._active {
    opacity: 1;
    pointer-events: all;
}
.fp-viewing-s-1 .btn-up,
.fp-viewing-s-2 .btn-up,
.fp-viewing-s-3 .btn-up,
.fp-viewing-s-4 .btn-up,
.fp-viewing-s-5 .btn-up,
.fp-viewing-s-6 .btn-up,
.fp-viewing-s-7 .btn-up,
.fp-viewing-s-8 .btn-up,
.fp-viewing-s-9 .btn-up,
.fp-viewing-s-10 .btn-up {
    display: block;
}
.btn-up:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 16px;
    background: #404041;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.btn-up:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 2px solid #404041;
    border-bottom: 2px solid #404041;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
    bottom: 9px;
}
.btn-up:hover {
    background: #404041; color:#fff;
}
.btn-up:hover:before {
    background: #fff;
}
.btn-up:hover:after {
    border-color: #fff;
}
.f-contact select.f-default__select {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    padding: 0 22px;
    color: #404041;
    width: 100%;
    background: #fff;
}
.f-contact .f-default__label-outer {
    position: relative;
}
.f-contact .f-default__label-outer .f-default__label:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 6px;
    margin: auto 0;
    width: 14px;
    height: 14px;
    border-left: 1px solid #404041;
    border-top: 1px solid #404041;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 20px;
}
.f-contact .f-default__label-text {
    color: #404041;
}
.f-contact .jq-selectbox {
    width: 100%;
}
.f-contact .jq-selectbox__select {
    min-width: 0;
    border: 1px solid transparent;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}
.f-contact .jq-selectbox__select-text {
    color: #404041;
    padding: 0 7px;
    font-size: 18px;
}
.f-contact .jq-selectbox__dropdown {
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin-top: -2px;
    border-radius: 0;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}
.f-contact .jq-selectbox__dropdown:before {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #3C3C3C;
}
.f-contact .jq-selectbox ul {
    max-height: 280px;
}
.f-contact .jq-selectbox li {
    color: #404041;
    font-size: 18px;
    padding: 15px 10px 16px;
}
.f-contact .jq-selectbox li.selected {
    background-color: transparent;
    color: #F2C320;
}
.f-contact .jq-selectbox li:hover {
    background-color: transparent;
    color: #F2C320;
}
.f-contact .jq-selectbox.opened {
    z-index: 2 !important;
}
.f-contact .jq-selectbox.opened .jq-selectbox__select {
    border-color: #3C3C3C;
}
.f-contact .jq-selectbox.opened .jq-selectbox__dropdown {
    border-color: #3C3C3C;
    border-top-color: transparent;
    box-shadow: none;
    margin-top: -1px;
}
.f-contact .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: scale(-1) rotate(-135deg);
    -ms-transform: scale(-1) rotate(-135deg);
    transform: scale(-1) rotate(-135deg);
}
.f-contact .jq-selectbox.dropup .jq-selectbox__select {
    border-bottom-color: #3C3C3C;
    border-top-color: transparent;
}
.f-contact .jq-selectbox.dropup .jq-selectbox__dropdown {
    margin-top: 0;
    margin-bottom: -1px;
    border-top-color: #3C3C3C;
    border-bottom-color: transparent;
}
.f-contact .jq-selectbox.dropup .jq-selectbox__dropdown:before {
    top: auto;
    bottom: -1px;
}
.f-contact .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-color: #3C3C3C;
}
.f-contact .jq-selectbox__trigger-arrow {
    -webkit-transition: border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, border-color 0.2s ease-out;
    transition: transform 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-color: #404041;
}
.f-contact [class*='_error-select-required'] .jq-selectbox__select-text {
    color: #f00;
}
.f-contact [class*='_error-select-required'] .jq-selectbox__trigger-arrow {
    border-color: #f00;
}
@media only screen and (max-width: 740px) {
    .f-contact select.f-default__select {
        height: 36px;
        font-size: 12px;
        line-height: 36px;
    }
    .f-contact .btn-default {
        margin-top: -19px;
    }
    .f-contact .f-default__label-text {
        padding-left: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .f-contact ._filled .f-default__label-text {
        -webkit-transform: translateY(-28px);
        -ms-transform: translateY(-28px);
        transform: translateY(-28px);
    }
    .f-contact .jq-selectbox__select {
        height: 36px;
    }
    .f-contact .jq-selectbox__select-text {
        font-size: 12px;
        line-height: 36px;
        padding: 0 4px;
    }
    .f-contact .jq-selectbox__trigger-arrow {
        width: 10px;
        height: 10px;
        top: 10px;
    }
    .f-contact .jq-selectbox li {
        color: #404041;
        font-size: 12px;
        padding: 6px 10px 7px;
    }
}
.f-cv {
    padding: 30px 0 50px;
    margin: 0;
    width: 100%;
}
.f-cv__inner {
    max-width: 424px;
}
.f-cv__button {
    display: block;
    margin: 38px auto 0;
    min-width: 215px;
    line-height: 50px;
    font-size: 18px;
    background: #F2C320;
    border-radius: 10px;
    letter-spacing: -1.35px;
}
.f-cv .f-default__button {
    min-width: 45%;
}
.f-cv .f-default__label {
    margin-bottom: 48px;
}
.f-cv .f-default__label-file {
    font-size: 18px;
    display: inline-block;
    width: 50%;
    text-align: right;
    padding: 15px 0;
    vertical-align: middle;
}
.f-cv input[type='file'] {
    visibility: hidden;
}
.f-cv .btn-default {
    margin-bottom: 10px;
    min-width: 220px;
    margin-right: auto;
    letter-spacing: -1.15px;
}
@media only screen and (max-width: 740px) {
    .f-cv {
        padding: 25px 0 15px;
        margin: 0 auto;
    }
    .f-cv__button {
        min-width: 94px;
        line-height: 34px;
        font-size: 10px;
        margin: 2px auto 0;
        letter-spacing: 0;
    }
    .f-cv .f-default__label {
        margin-bottom: 31px;
    }
    .f-cv .f-default__file-label {
        margin-top: -19px;
    }
    .f-cv .btn-default {
        min-width: 120px;
    }
    .f-cv .svg-doc {
        width: 12px;
        height: 15px;
    }
}
.msg-error {
    display: none;
    color: #f00;
    font-size: 15px;
    white-space: nowrap;
}
.f-default {
    font-size: 0;
    max-width: 424px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.f-default__label-outer {
    margin: 0 -10px 48px;
}
.f-default__label-outer._hidden .f-default__label {
    width: 100%;
}
.f-default__label-outer._hidden .f-default__label+.f-default__label {
    display: none;
}
.f-default__label-outer .f-default__label {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 0;
    padding: 0 10px;
}
.f-default__label-outer .f-default__label .svg-star {
    left: 19px;
    z-index: 2;
}
.f-default__label-outer .f-default__label .f-default__text {
    margin-left: 10px;
}
.f-default__label {
    position: relative;
    z-index: auto;
    display: block;
    margin-bottom: 25px;
}
.f-default__label-text {
    position: absolute;
    top: 19px;
    left: 0;
    font-size: 15px;
    color: #3C3C3C;
    z-index: 1;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 18px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
[class*='_error-'] .f-default__label-text {
    font-size: 0;
    -webkit-transform: translateY(-42px) scale(1);
    -ms-transform: translateY(-42px) scale(1);
    transform: translateY(-42px) scale(1);
}
[class*='_error-email'] .f-default__label-text .msg-error._email {
    display: block;
}
[class*='_error-min-length'] .f-default__label-text .msg-error._min-length {
    display: block;
}
[class*='_error-required'] .f-default__label-text .msg-error._email,
[class*='_error-select-required'] .f-default__label-text .msg-error._email,
[class*='_error-required'] .f-default__label-text .msg-error._min-length,
[class*='_error-select-required'] .f-default__label-text .msg-error._min-length {
    display: none;
}
[class*='_error-required'] .f-default__label-text .msg-error._required,
[class*='_error-select-required'] .f-default__label-text .msg-error._required {
    display: block;
}
._filled .f-default__label-text {
    -webkit-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    transform: translateY(-42px);
    color: #F2C320;
}
.f-default__field {
    width: 100%;
    height: 50px;
    background: #fff;
    font-size: 18px;
    padding: 0 22px;
    color: #404041;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.f-default__field[class*='_error-'] {
    color: #f00;
}
.f-default__field[class*='_error-']::-webkit-input-placeholder {
    color: #f00;
}
.f-default__field[class*='_error-']::-moz-placeholder {
    color: #f00;
}
.f-default__field[class*='_error-']:-ms-input-placeholder {
    color: #f00;
}
.f-default__field[class*='_error-']::placeholder {
    color: #f00;
}
.f-default__field::-webkit-input-placeholder {
    color: transparent;
}
.f-default__field::-moz-placeholder {
    color: transparent;
}
.f-default__field:-ms-input-placeholder {
    color: transparent;
}
.f-default__field::placeholder {
    color: transparent;
}
.f-default__textarea {
    width: 100%;
    height: 147px;
    background: #fff;
    font-size: 18px;
    padding: 16px 22px;
    color: #404041;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.f-default__textarea[class*='_error-'] {
    color: #f00;
}
.f-default__textarea[class*='_error-']::-webkit-input-placeholder {
    color: #f00;
}
.f-default__textarea[class*='_error-']::-moz-placeholder {
    color: #f00;
}
.f-default__textarea[class*='_error-']:-ms-input-placeholder {
    color: #f00;
}
.f-default__textarea[class*='_error-']::placeholder {
    color: #f00;
}
.f-default__textarea::-webkit-input-placeholder {
    color: transparent;
}
.f-default__textarea::-moz-placeholder {
    color: transparent;
}
.f-default__textarea:-ms-input-placeholder {
    color: transparent;
}
.f-default__textarea::placeholder {
    color: transparent;
}
.f-default__file-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f-default__file-label[class*='_error-'] .msg-error {
    display: block;
}
.f-default__file-label .msg-error {
    margin-top: 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
}
.f-default__file-label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}
.f-default__file-label .btn-default {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.f-default__file-label[class*='_error-'] .btn-default {
    color: #f00;
}
.f-default__file-text {
    font-size: 18px;
    letter-spacing: -0.15px;
    font-weight: 300;
    margin-left: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #404041;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 20px);
}
.f-default__file-name {
    padding-bottom: 10px;
    white-space: nowrap;
    max-width: 100%;
    margin-left: 20px;
}
.f-default__file-name svg {
    display: inline-block;
    vertical-align: middle;
}
.ipad [class*='_error-'] .f-default__label-text {
    -webkit-transform: translateY(-52px) scale(1);
    -ms-transform: translateY(-52px) scale(1);
    transform: translateY(-52px) scale(1);
}
@media only screen and (max-width: 740px) {
    .f-default__field {
        height: 36px;
        font-size: 12px;
    }
    .f-default__label {
        margin-bottom: 20px;
    }
    .f-default__label-outer {
        margin: 0;
    }
    .f-default__label-outer .f-default__select {
        width: 100%;
    }
    .f-default__label-outer .f-default__label {
        width: 100%;
        margin: 0 0 31px;
        padding: 0;
    }
    .f-default__label-outer .f-default__label .svg-star {
        left: 8px;
    }
    .f-default__label-outer .f-default__label .f-default__text {
        margin-left: 10px;
    }
    .f-default__label-text {
        top: 14px;
        font-size: 12px;
        color: #404041;
    }
    [class*='_error-'] .f-default__label-text {
        font-size: 0;
        -webkit-transform: translateY(-28px) translateX(4px);
        -ms-transform: translateY(-28px) translateX(4px);
        transform: translateY(-28px) translateX(4px);
    }
    ._filled .f-default__label-text {
        -webkit-transform: translateY(-28px) translateX(4px);
        -ms-transform: translateY(-28px) translateX(4px);
        transform: translateY(-28px) translateX(4px);
    }
    .f-default .svg-star {
        left: 8px;
        top: 15px;
    }
    .f-default__textarea {
        height: 108px;
        font-size: 12px;
    }
    .f-default__file-label {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .f-default__file-text {
        font-size: 10px;
        position: relative;
        top: 2px;
        margin-left: 2px;
    }
    .f-default__file-name {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 13px;
    }
    .msg-error {
        font-size: 12px;
    }
}
.iphone [class*='_error-'] .f-default__label-text {
    -webkit-transform: translateY(-48px) scale(1);
    -ms-transform: translateY(-48px) scale(1);
    transform: translateY(-48px) scale(1);
}
.f-search {
    display: block;
}
.l-awards {
    text-align: center;
    margin-left: -10px;
}
.l-awards__item {
    display: inline-block;
    vertical-align: top;
    color: #f1f1f2;
    font-size: 18px;
    line-height: 24px;
    max-width: 115px;
}
.l-awards__item+.l-awards__item {
    margin-left: -4px;
}
.l-awards__item .svg-award {
    margin-bottom: 3px;
}
@media only screen and (max-width: 1024px) {
    .l-awards {
        display: none;
    }
}
@media only screen and (min-width: 1025px) and (max-height: 650px) {
    .l-awards {
        margin-top: -100px;
    }
    .l-awards__item+.l-awards__item {
        margin-left: 100px;
    }
}
.l-breadcrumbs {
    display: block;
}
.l-clients__list {
    margin: 0 -20px -2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.l-clients__item {
    width: 16.66666%;
    -webkit-flex-basis: 16.66666%;
    -ms-flex-preferred-size: 16.66666%;
    flex-basis: 16.66666%;
    margin-bottom: 63px;
}
.l-clients__img-wrap {
    height: 162px;
    font-size: 0;
    margin-bottom: -7px;
}
.l-clients__img-wrap:after {
    display: inline-block;
    vertical-align: bottom;
    content: "";
    height: 100%;
    width: 0;
}
.l-clients__img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    opacity: 0.65;
}
.l-clients__title {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #F2C320;
    font-size: 19px;
    font-weight: 500;
    position: relative;
    top:15px; font-family:"微软雅黑"
}
@media only screen and (max-width: 1024px) {
    .l-clients__item {
        width: 25%;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}
@media only screen and (max-width: 740px) {
    .l-clients {
        padding: 9px 0 21px;
    }
    .l-clients__list {
        margin: 0;
    }
    .l-clients__item {
        margin-bottom: 0;
    }
    .l-clients__img {
        max-width: 78px;
        display: inline-block !important;
    }
    .l-clients__title {
        font-size: 10px;
        top: -1px;
    }
    .l-clients__img-wrap {
        height: 88px;
    }
}
@media only screen and (max-width: 440px) {
    .l-clients__img-wrap {
        height: 88px;
    }
    .l-clients__img {
        max-width: 78px;
    }
}
.l-contact {
    text-align: left;
    width: 30%;
}
.l-contact__title {
    font-size: 18px;
    font-weight: 300;
    color: #F2C320;
    margin-bottom: 2px;
    line-height: 50px;
}
.l-contact__item {
    display: table-row;
}
.l-contact__link {
    font-size: 18px;
    font-weight: lighter;
    color: #404041;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    position: relative;
}
.desktop .l-contact__link[href*='tel:'] {
    pointer-events: none;
}
.l-contact__link:before {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background: #F2C320;
    left: -1px;
    top: 9px;
}
.desktop .l-contact__link:hover {
    color: #F2C320;
}
.l-contact__list {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.l-contact__dt {
    display: table-cell;
    padding-top: 9px;
    width: 58px;
    font-size: 18px;
    color: #404041;
}

.l-contact__link {
    display: table-cell;
    padding: 9px 0 0 10px;
}
.l-contact__link svg {
    display: none;
}
.l-contact .jq-selectbox {
    position: relative;
    top: -3px;
}
.l-contact .jq-selectbox__select-text {
    font-size: 18px;
    padding-top: 2px;
    font-weight: 300;
    font-family: 'graphik', Arial, Helvetica, sans-serif;
}
.l-contact .jq-selectbox.focused .jq-selectbox__select {
    border: 0;
}
.l-contact .jq-selectbox li:hover {
    background-color: #F2C320;
}
.l-contact .jq-selectbox ul {
    max-height: 180px;
}
.jq-selectbox__select {
    min-width: 204px;
    height: 49px;
    line-height: 48px;
    background: #fff;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 18px;
    padding: 0 15px;
}
.jq-selectbox__select:hover {
    background: #fff;
}
.jq-selectbox__select-text {
    width: 100% !important;
}
.jq-selectbox__trigger {
    border-left: none;
}
.jq-selectbox__trigger-arrow {
    display: block;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-left: 1px solid #404041;
    border-top: 1px solid #404041;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 20px;
}
@media only screen and (max-width: 1280px) {
    .l-contact {
        width: 33%;
    }
}
@media only screen and (max-width: 1240px) {
    .l-contact__title {
        font-size: 16px;
    }
    .l-contact__dt {
        width: 55px;
        font-size: 16px;
    }
    .l-contact__link {
        font-size: 16px;
    }
    .l-contact .jq-selectbox__select {
        min-width: 175px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .l-contact .jq-selectbox__trigger-arrow {
        top: 11px;
    }
}
@media only screen and (max-width: 1010px) {
    .l-contact {
        width: 100%;
        margin-bottom: 30px;
    }
    .l-contact .jq-selectbox__select-text {
        font-size: 16px;
    }
}
@media only screen and (max-width: 740px) {
   
}
.l-default {
    margin-bottom: 30px;
}
.l-default__title {
    font-size: 26px;
    color: #404041;
    margin-bottom: 6px;
    font-weight: 300;
}
.l-default__item {
    position: relative;
    font-size: 18px;
    color: #404041;
    line-height: 29px;
    padding-left: 20px;
    font-weight: 300;
}
.l-default__item:before {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #F2C320;
    border-radius: 50%;
    top: 9px;
    left: 2px;
}
@media only screen and (max-width: 740px) {
    .l-default {
        margin-bottom: 8px;
    }
    .l-default__title {
        font-size: 12px;
        font-weight: 400;
        line-height: 36px;
        background: #F2C320;
        padding: 0 30px 0 10px;
        cursor: pointer;
        position: relative;
    }
    .l-default__title:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 12px;
        bottom: 3px;
        -webkit-transform: scaleX(0.8) rotate(-45deg);
        -ms-transform: scaleX(0.8) rotate(-45deg);
        transform: scaleX(0.8) rotate(-45deg);
        width: 8px;
        height: 8px;
        border-left: 1px solid #404041;
        border-bottom: 1px solid #404041;
    }
    .l-default__title._open:before {
        -webkit-transform: scaleX(0.8) scaleY(-1) rotate(-45deg);
        -ms-transform: scaleX(0.8) scaleY(-1) rotate(-45deg);
        transform: scaleX(0.8) scaleY(-1) rotate(-45deg);
        bottom: -2px;
    }
    .l-default__item {
        font-size: 12px;
        line-height: 17px;
        padding-left: 13px;
    }
    .l-default__item:before {
        width: 4px;
        height: 4px;
        top: 5px;
        left: 2px;
    }
    .l-default__list {
        padding-left: 9px;
        padding-top: 2px;
        display: none;
    }
}
.l-leadership+.l-leadership {
    position: relative;
    top: -5px;
    margin-bottom: -7px;
}
.l-leadership__title {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 54px;
    text-align: center;
    color: #404041;
    overflow: hidden;
    
}
.l-leadership__title span {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    word-spacing: -0.02em;
    letter-spacing: -0.02em;
}
.l-leadership__title span:before,
.l-leadership__title span:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    top: 7px;
    width: 50vw;
    height: 1px;
    background: #F2C320;
}
.l-leadership__title span:before {
    right: calc(100% + 10px);
}
.l-leadership__title span:after {
    left: calc(100% + 10px);
}
.l-leadership__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.l-leadership__item {
    width: 50%;
    margin-bottom: 72px;
    padding: 0 20px;
}
@media only screen and (max-width: 1010px) {
    .l-leadership__list {
        margin: 0;
    }
    .l-leadership__item {
        padding: 0;
        width: 100%;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 740px) {
    .l-leadership+.l-leadership {
        top: -10px;
        margin-bottom: -16px;
    }
    .l-leadership__title {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .l-leadership__title span {
        padding: 0 5px;
    }
    .l-leadership__title span:before {
        top: 2px;
        right: calc(100% + 5px);
    }
    .l-leadership__title span:after {
        top: 2px;
        left: calc(100% + 5px);
    }
    .l-leadership__item {
        margin-bottom: 27px;
    }
}
.l-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px;
    position: relative;
}
.l-media__item {
    width: 25%;
    padding: 0 13px;
    margin-bottom: 78px;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
    transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}
.l-media__item._animated {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    position: static;
}
.l-media .btn-default {
    min-width: 136px;
}
@media only screen and (max-width: 1024px) {
    .l-media__item {
        width: 33.333333333%;
    }
}
@media only screen and (max-width: 800px) {
    .l-media__item {
        width: 50%;
    }
}
@media only screen and (max-width: 520px) {
    .l-media {
        max-width: 420px;
        margin: 0 auto;
    }
    .l-media__item {
        padding: 0;
        margin-bottom: 35px;
        width: 100%;
    }
}
.l-mission {
    font-size: 0;
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
}
.l-mission._animated .l-mission__item:nth-child(1):before {
    -webkit-animation: blinkOnce 0.5s linear 0.2s;
    animation: blinkOnce 0.5s linear 0.2s;
}
.l-mission._animated .l-mission__item:nth-child(2):before {
    -webkit-animation: blinkOnce 0.5s linear 0.4s;
    animation: blinkOnce 0.5s linear 0.4s;
}
.l-mission._animated .l-mission__item:nth-child(3):before {
    -webkit-animation: blinkOnce 0.5s linear 0.6s;
    animation: blinkOnce 0.5s linear 0.6s;
}
._visible-content .l-mission {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.l-mission__item {
    width: 33.3333%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 33.3333%;
    position: relative;
    cursor: pointer;
}
.l-mission__item ._cover {
    z-index: -1;
}
.l-mission__item:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    /* background: -webkit-linear-gradient(bottom, rgba(242, 195, 32,0.15), rgba(242, 195, 32,0.94)); */
    background: linear-gradient(to top, rgba(242, 195, 32,0.15), rgba(242, 195, 32,0.5));
}
.l-mission__item:hover:before {
    opacity: 1;
}
.l-mission__btn {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
    width: 88%;
    margin: auto;
    color: #fff;
    font-weight: 300;
    z-index: 1;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.1px;
    word-spacing: 3.05px;font-family: '方正兰亭超细黑简体';
}
@media only screen and (max-width: 740px) {
    .l-mission {
        display: none;
    }
}
@-webkit-keyframes blinkOnce {
    0%, 100% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
}
@keyframes blinkOnce {
    0%, 100% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
}
.l-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -44px -48px;
}
.l-news .svg-dotted {
    stroke: #3C3C3C;
    stroke-width: 4;
    width: 86%;
    height: 4px;
    position: absolute;
    left: 44px;
    bottom: -50px;
}
.l-news .svg-dotted._vertical {
    stroke-width: 4;
    width: 4px;
    height: 190px;
    right: -1px;
    left: auto;
    top: 0;
}
.l-news__item {
    width: 50%;
    margin-bottom: 95px;
    position: relative;
}
.desktop .l-news__item {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
    transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}
.desktop .l-news__item._animated {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}
@media only screen and (max-width: 1240px) {
    .l-news {
        margin: 0 -20px -48px;
    }
}
@media only screen and (max-width: 1023px) {
    .l-news {
        margin: 0 auto 0;
        max-width: 520px;
    }
    .l-news__item {
        width: 100%;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    .l-news__item+.l-news__item {
        border-top: 1px solid rgba(64,64,65,0.5);
    }
    .l-news .svg-dotted {
        display: none;
    }
}
.l-pagination {
    display: block;
}
.l-primary {
    margin-bottom: 28px;
    text-align: left;
    max-width: 330px;
}
.l-primary__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.l-primary__item {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 4px;
}
.l-primary__item::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #F2C320;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
@media only screen and (max-width: 740px) {
    .l-primary {
        max-width: 100%;
    }
    .l-primary__title {
        color: #F2C320;
        font-weight: 500;
        font-size: 12px;
    }
    .l-primary__item {
        font-size: 10px;
        line-height: 13px;
    }
    .l-primary__item:before {
        top: 3px;
        width: 4px;
        left: -9px;
        height: 4px;
    }
}
.l-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    
}
.l-products__item {
    width:33.3%;
    -webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis:33.3%;
    max-width:33.3%;
    padding:0 40px;
    margin-bottom: 18px;
}
.desktop .l-products__item {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.17, 0.67, 0.73, 1.41), -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.73, 1.41);
    transition: opacity 0.4s cubic-bezier(0.17, 0.67, 0.73, 1.41), -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.73, 1.41);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.73, 1.41), opacity 0.4s cubic-bezier(0.17, 0.67, 0.73, 1.41);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.73, 1.41), opacity 0.4s cubic-bezier(0.17, 0.67, 0.73, 1.41), -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.73, 1.41);
}
.desktop .l-products__item._animated {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}
.l-products ._wide {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 256px;
    margin-top: 29px;
}
@media only screen and (max-width: 1366px) {
    .l-products {
      
    }
}
@media only screen and (max-width: 1240px) {
    .l-products {
        margin-right: 0;
    }
    .l-products ._wide {
        margin-right: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .l-products {
        max-width: 768px;
        margin: 0 auto;
    }
    .l-products__item {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 0;
        padding: 0;
    }
    .l-products__item+.l-products__item {
        border-top: 1px solid #3C3C3C;
    }
}
@media only screen and (max-width: 740px) {
    .l-products {
        margin: 0 -10px -30px;
        text-align: left;
    }
    .l-products__item {
        width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 15px;
        margin-bottom: 28px;
    }
    .l-products__item+.l-products__item {
        border-top: 0;
    }
    .l-products ._wide {
        width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin-top: 0;
    }
}
.l-social {
    display: block;
}
.l-vantage {
    display: block;
    
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.l-vantage__item {
    position: relative;
    width: 25%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.27, 0.95, 0.3, 1.17);
    transition: opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.27, 0.95, 0.3, 1.17);
    transition: transform 0.6s cubic-bezier(0.27, 0.95, 0.3, 1.17), opacity 0.6s linear;
    transition: transform 0.6s cubic-bezier(0.27, 0.95, 0.3, 1.17), opacity 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.27, 0.95, 0.3, 1.17);float: left;
}
.l-vantage__item:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.l-vantage__item:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.l-vantage__item:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.l-vantage__item:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
._animated .l-vantage__item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.l-vantage__item:not(:first-child) {
    margin-bottom: 17px;
}
@media only screen and (max-width: 1000px) {
    .l-vantage {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .l-vantage__item {
        margin-left: 17px;
        margin-bottom: 30px;
        width: calc(50% - 17px);
    }
}
@media only screen and (max-width: 740px) {
    .l-vantage {
        display: block;
    }
    .l-vantage__item {
        margin-left: 7px;
        margin-bottom: 7px;
        padding: 15px 12px;
    }
    .l-vantage__item:not(:first-child) {
        margin-left: 7px;
    }
    .l-vantage__item::before {
        top: 10px;
        width: 27px;
        height: 13px;
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
    }
}
@media only screen and (max-width: 400px) {
    .l-vantage__item {
        padding: 15px 10px;
    }
}
.l-why {
    padding: 20px 0;
}
.l-why__item+.l-why__item {
    margin-top: 122px;
}
.l-why__item:nth-child(2n) .b-why__text {
    padding-left: 0;
    padding-right: 35px;
}
.l-why__item:nth-child(2n) .b-why__wrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 32px;
    padding-right: 0;
}
@media only screen and (max-width: 740px) {
    .l-why {
        padding: 14px 0;
    }
    .l-why__item {
        margin-bottom: 0;
    }
    .l-why__item+.l-why__item {
        margin-top: 24px;
    }
    .l-why__item:nth-child(2n) .b-why__wrap {
        -webkit-box-ordinal-group: NaN;
        -webkit-order: initial;
        -ms-flex-order: initial;
        order: initial;
        padding-left: 0;
    }
    .l-why__item:nth-child(2n) .b-why__text {
        padding: 0 10px;
    }
}
.m-footer-index {
    font-size: 0;
    margin-left: -4px;
}
.m-footer-index__item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
    position: relative;
}
.m-footer-index__item:not(:first-child):before {
    display: block;
    content: " | ";
    position: absolute;
    margin: auto -1px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    height: 10px;
    left: 0;
}
.m-footer-index__link {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.m-footer-index__link:hover {
    color: #F2C320;
}
.m-footer+.m-footer {
    margin-left: 2%;
}
.m-footer__title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #F2C320;
    display: inline-block;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.s-footer__top .m-footer:nth-child(2) a{
	display: inline-block;
	margin-right: 10%;
}
.m-footer__title:hover {
    color: #fff;
}
.m-footer__link {
    color: #DCDCDC;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.m-footer__link:hover {
    color: #F2C320;
}
.m-footer__item {
    margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
    .m-footer {
        display: none;
    }
}
.m-mobile {
    margin-bottom: 50px;
}
.m-mobile__item:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(right, #e0e0e0, #bdbdbd, #e0e0e0);
    background: linear-gradient(to left, #e0e0e0, #bdbdbd, #e0e0e0);
}
.m-mobile__link {
    font-size: 24px;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 51px;
    display: block;
    padding: 0 13px;
    margin-top: 21px;
    margin-bottom: 19px; font-family:"微软雅黑"
}
button.m-mobile__link {
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
}
.m-mobile__submenu {
    margin-bottom: 29px;
    margin-top: -11px;
}
.m-mobile__submenu-link {
    font-weight: 300;
    font-size: 17px;
    color: #404041;
    line-height: 31px;
    padding: 0 13px;
    display: block;
}
.m-mobile__submenu-link._tt {
    text-transform: uppercase;
    font-size: 12px; font-family:"微软雅黑";
}
@media only screen and (max-width: 740px) {
    .m-mobile {
        margin-bottom: 70px;
    }
    .m-mobile__item:after {
        height: 1px;
    }
    .m-mobile__link {
        font-size: 14px;
        line-height: 42px;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 6px;
    }
    button.m-mobile__link:after {
        width: 10px;
        height: 10px;
    }
    .m-mobile__submenu {
        margin-top: -3px;
        margin-bottom: 9px;
    }
    .m-mobile__submenu-link {
        font-size: 10px;
        line-height: 26px;
    }
}
.m-secondary {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
.m-secondary__item+.m-secondary__item {
    margin-left: 40px;
}
.m-secondary__link {
    display: block;
    line-height: 100px;
    color: #404041;
    font-weight: lighter;
    font-size: 21px;
    position: relative;
}
.m-secondary__link:hover:after,
.m-secondary__link._active:after {
    display: block;
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #f1f1f2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -13px;
    box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.3);
    left: calc(50% - 12px);
    /*border-bottom: 15px solid #f1f1f3;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      bottom: 0
      left: calc(50% - 15px);*/
}
.m-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0;
}
.p-article .m-share {
    margin-bottom: 20px;
}
.m-share__li {
    display: inline-block;
    vertical-align: middle;
}
.m-share__li:not(:first-child) {
    margin-left: 5px;
}
.m-share__link {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #404041;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    position: relative;
}
.m-share__link:hover {
    background: #F2C320;
}
.m-share svg {
    fill: #fff;
}
@media only screen and (max-width: 740px) {
    .m-share__link {
        width: 22px;
        height: 22px;
    }
    .m-share__link svg {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
}
.m-site {
	position: relative;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: -13px; margin-right: 8%;
}
.m-site .svg-dotted {
    stroke: #F2C320;
    stroke-width: 4;
    width: 20px;
    height: 6px;
    overflow: hidden;
    margin-left: 23px;
}
.m-site__item {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}
.m-site__link {
    font-size: 16px;
    color: #f1f1f2;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    padding: 4px 5px;
    font-weight: 300;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    position: relative; font-family:"微软雅黑";
}
.m-site__link._active:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    top: 0;
    background: #fff;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    width: calc(100% - 23px);
}
.m-site__link._submenu:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 10px 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #F2C320;
    left: calc(100% - 2px);
}
.m-site__link:hover {
    color: #F2C320;
}
.m-site__link:hover:before {
    background: #F2C320;
}
.m-site__submenu {
    margin: 0px;
    padding: 0px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}
.m-site__submenu-item {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 0 2px; float:left;
}

.m-site__submenu-link {
    color: #FFFFFF;
    padding: 0 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 87px;
    position: relative;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.m-site__submenu-link:hover {
    color: #fff;
}
.m-site__submenu-link._active:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    top: -9px;
    background: #404041;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    width: calc(100% - 22px);
}
.m-site__submenu-link._active:hover:before {
    background: #fff;
}
@media only screen and (max-width: 1240px) {
    .m-site {
        margin-right: auto;
    }
    .m-site__link {
        font-size: 12px;
        padding: 0 8px;
    }
    .m-site__submenu {
        margin-left: 3px;
        padding: 0 10px 0 8px;
        margin-right: 2px;
    }
    .m-site__submenu-item {
        padding: 0;
    }
    .m-site__submenu-link {
        padding: 0 8px;
        font-size: 12px;
        line-height: 65px;
    }
}
@media only screen and (max-width: 1024px) {
    .m-site {
        display: none;
    }
	.navlogo{ width:40%; display:block; text-align:center; margin:0 auto;}
	
	.xwdt img{width: 100%;height: auto;}
	
	
}
.m-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 13px;
}
.m-social__li {
    display: inline-block;
    vertical-align: middle;
}
.m-social__li:not(:first-child) {
    margin-left: 8px;
}
.m-social__link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 30px;
    
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.p-index .m-social__link {
    border-color: #f1f1f2;
    opacity: 1;
}
.m-social__link svg {
    fill: rgba(241,241,242,0.5);
    -webkit-transition: fill 0.2s ease-out;
    transition: fill 0.2s ease-out;
}
.p-index .m-social__link svg {
    fill: #f1f1f2;
}
.m-social__link:hover {
    border-color: #F2C320;
}
.m-social__link:hover svg {
    fill: #F2C320;
}
@media only screen and (max-width: 1024px) {
    .m-social__li:not(:first-child) {
        margin-left: 23px;
    }
    .m-social__link {
        width: 54px;
        height: 54px;
        border-width: 1px;
    }
}
@media only screen and (max-width: 740px) {
    .m-social {
        margin-left: 0;
    }
    .m-social__li:not(:first-child) {
        margin-left: 8px;
    }
    .m-social__link {
        width: 24px;
        height: 24px;
    }
    .p-index .m-social__link {
        border-color: #F2C320;
    }
    .p-index .m-social__link svg {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        fill: #F2C320;
    }
}
.modal-cv {
    position: fixed;
    display: none;
    overflow: auto;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 70px 20px 50px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    text-align: center;
    font-size: 0;
}
.modal-cv:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.modal-cv._submitted .svg-dotted {
    margin-bottom: 30px;
}
.modal-cv._submitted .modal-cv__text {
    display: block;
}
.modal-cv._submitted .f-cv {
    display: none;
}
.modal-cv._submitted .modal-cv__content {
    padding: 0 30px 100px;
}
.modal-cv__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #404041;
    display: none;
}
.modal-cv__inner {
    max-width: 828px;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.modal-cv__content {
    padding: 0 30px;
    text-align: left;
    background: #f1f1f2;
}
.modal-cv__content-inner {
    overflow: hidden;
}
.modal-cv__title {
    display: block;
    text-align: center;
    padding: 6px 0 12px;
    letter-spacing: -0.02em;
    
    font-weight: 300;
    font-size: 60px;
    color: #404041;
    background: #F2C320;
}
.modal-cv__note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 0 5px;
}
.modal-cv__date {
    font-size: 15px;
    font-weight: 300;
    color: #3C3C3C;
}
.modal-cv__address {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.15px;
    color: #404041;
    position: relative;
    top: -2px;
    padding-right: 2px;
    left: 2px;
}
.modal-cv__position {
    font-size: 26px;
    color: #F2C320;
    font-weight: 300;
    margin-bottom: 9px;
}
.modal-cv .svg-dotted {
    stroke: #3C3C3C;
    stroke-width: 4;
    width: 788px;
    height: 4px;
    margin-bottom: 41px;
}
.modal-cv__close {
    display: block;
    top: -50px;
    left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 9px 5px;
    margin-bottom: 15px;
    position: absolute;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}
.modal-cv__close::before,
.modal-cv__close::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 18px;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    height: 2px;
    background: #fff;
}
.modal-cv__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-cv__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal-cv__close:hover {
    border-color: #F2C320;
}
.modal-cv__close:hover::before,
.modal-cv__close:hover::after {
    background: #F2C320;
}
.modal-video {
    position: fixed;
    display: none;
    overflow: auto;
    z-index: 2;
    top: 160px;
    left: 0;
    width: 100%;
    height: 65%;
    background: rgba(0,0,0,0.8);
    text-align: center;
    font-size: 0;
}
.modal-video:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.modal-video__inner {
    padding: 40px 0;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.modal-video__inner video {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: calc(100vh - 80px);
}
.modal-video__close {
    display: block;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 9px 5px;
    position: absolute;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}
.modal-video__close::before,
.modal-video__close::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 18px;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    height: 2px;
    background: #fff;
}
.modal-video__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-video__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal-video__close:hover {
    border-color: #F2C320;
}
.modal-video__close:hover::before,
.modal-video__close:hover::after {
    background: #F2C320;
}
@media only screen and (min-width: 740px) {
    .modal-cv__inner {
        display: inline-block !important;
    }
}
@media only screen and (max-width: 740px) {
    .modal-cv__inner {
        display: none;
        margin: 13px -10px 0;
        background: #f1f1f2;
        overflow: hidden;
        width: calc(100% + 20px);
        padding-top: 10px;
    }
    .modal-cv__inner:before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        border-radius: 50%;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
        top: -5px;
    }
    .modal-cv__title {
        font-size: 24px;
        line-height: 26px;
        background: transparent;
    }
    .modal-cv__note,
    .modal-cv__position,
    .modal-cv__close {
        display: none;
    }
    .modal-cv__content {
        padding: 0 10px;
    }
}
.pr-leadership__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 17px;
}
.pr-leadership__img {
    width: 100%;
}
.pr-leadership__right {
    width: 280px;
    padding-left: 20px;
}
.pr-leadership__name {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 3px;
    margin-top: 5px;
    margin-right: -15px;
    line-height: 1;
    color: #F2C320;
    
}
.pr-leadership__title {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.4;
    color: #404041;
    margin-bottom: -5px;
}
.pr-leadership__speech {
    font-size: 18px;
    color: #F2C320;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 24px;
}
.pr-leadership__text {
    font-size: 18px;
    color: #404041;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
}
/* === All remarks by uri 11.2.17 === */
/*
.flip-container {
    -webkit-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
.flip-container:hover .back,
.flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.flip-container:hover .front,
.flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
*/
.flip-container,
.front,
.back {
    width: 320px;
    height: 320px;
}
.flipper {
  /*  -moz-transform: perspective(1000px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;*/
    position: relative;
}
.front,
.back {
  /*  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);*/
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}
.front {
	/*
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);*/
    z-index: 2;
}
/*
.back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}*/

/* === END all remarks by uri 11.2.17 === */

@media only screen and (max-width: 1240px) {
    .pr-leadership__name {
        font-size: 36px;
    }
    .pr-leadership__title {
        font-size: 22px;
    }
    .flip-container,
    .front,
    .back {
        width: 200px;
        height: 200px;
    }
}
@media only screen and (max-width: 1010px) {
    .flip-container,
    .front,
    .back {
        width: 320px;
        height: 320px;
    }
}
@media only screen and (max-width: 740px) {
    .flip-container,
    .front,
    .back {
        width: 150px;
        height: 150px;
    }
    .pr-leadership__name {
        font-size: 24px;
        margin-bottom: 1px;
    }
    .pr-leadership__title {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: -4px;
    }
    .pr-leadership__speech {
        font-weight: 400;
        margin-bottom: 6px;
    }
    .pr-leadership__speech,
    .pr-leadership__text {
        font-size: 12px;
        line-height: 16px;
    }
    .pr-leadership__right {
        padding-left: 13px;
    }
    .pr-leadership__top {
        margin-bottom: 10px;
    }
    .pr-leadership__left {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .pr-leadership .b-social {
        margin-bottom: 2px;
    }
}
.pr-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pr-media ._cover,
.pr-media ._contain {
    z-index: 0;
}
.pr-media .btn-default {
    margin-top: auto;
    letter-spacing: -0.05em;
}
.pr-media__top {
    padding-top: 74%;
    background-position: center;
    background-size: cover;
    position: relative;
}
.pr-media__img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.pr-media__middle {
    background: #F2C320;
    text-align: center;
    height: 62px;
    margin-bottom: 18px;
    font-size: 0;
}
.pr-media__middle:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.pr-media__icon {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 56px;
}
.pr-media__date {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #3C3C3C;
    margin-bottom: 7px;
    font-weight: 300;
}
.pr-media__text {
    font-size: 26px;
    font-weight: 300;
    line-height: 28px;
    color: #404041;
    margin-bottom: 15px;
    letter-spacing: 0.01em;
    word-spacing: 0.02em;
    width: 100%;
}
.pr-media__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 260px;
}
.pr-media__bottom a:first-of-type {
	width:100%;
}
.pr-media .svg-triangle {
    position: absolute;
    left: 10px;
    top: 10px;
}
@media only screen and (max-width: 1240px) {
    .pr-media__text {
        font-size: 22px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 520px) {
    .pr-media {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .pr-media__wrap {
        width: 196px;
    }
    .pr-media__middle {
        margin-bottom: 0;
        height: 31px;
    }
    .pr-media__icon {
        max-height: 26px;
    }
    .pr-media__text {
        font-size: 22px;
        line-height: 24px;
    }
    .pr-media__bottom {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 11px;
    }
    .pr-media__date {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .pr-media__text {
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
    }
    .pr-media .btn-default {
        min-width: 75px;
    }
}
.pr-news {
    padding: 0 44px;
}
.desktop .pr-news:hover .pr-news__title {
    background: #404041;
}
.desktop .pr-news:hover .pr-news__text {
    color: #F2C320;
}
.pr-news__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 26px;
}
.pr-news__left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.pr-news__img {
    width: 100%;
}
.pr-news__right {
    width: 54.4%;
    padding-left: 25px;
    text-align: left;
    margin-bottom: -6px;
}
.pr-news__date {
    font-size: 15px;
    margin-bottom: 13px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    color: #9e9e9e;
}
.pr-news__title {
    background: #F2C320;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    line-height: 29px;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    padding: 10px;
    margin-bottom: 12px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.pr-news__text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #404041;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.pr-news__bottom {
    text-align: right;
}
@media only screen and (max-width: 1240px) {
    .pr-news {
        padding: 0 20px;
    }
    .pr-news__right {
        width: 62%;
    }
    .pr-news__text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 2px;
    }
    .pr-news__title {
        font-size: 20px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 740px) {
    .pr-news {
        padding: 0;
    }
    .pr-news__date {
        font-size: 10px;
        margin-bottom: 4px;
    }
    .pr-news__title {
        font-size: 12px;
        line-height: 13px;
        padding: 4px 10px;
        min-height: 35px;
        margin-bottom: 6px;
    }
    .pr-news__right {
        width: 100%;
        padding-left: 5px;
    }
    .pr-news__bottom {
        text-align: left;
    }
    .pr-news .btn-default {
        min-width: 84px;
    }
    .pr-news__top {
        margin-bottom: 10px;
    }
}
.pr-product {
    max-width: 462px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.pr-product._soon .pr-product__img {
    display: none;
}
.pr-product__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
}
.pr-product__img-wrap {
    height: 430px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    font-size: 0;
    margin-bottom:10px;
    width: 100%;
    display: block;
}
.pr-product__img-wrap:after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 0;
    height: 100%;
}
.pr-product__img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
}
.pr-product h3 {
   
    line-height:40px;
    color: #F2C320;
  
    font-weight: 300;
    max-width: 100%;
    
}
.pr-product h3 a {
    color: #F2C320; font-size:24px; font-family:"微软雅黑";
}
.pr-product p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 100;
    max-width: 100%;
    margin-bottom: 20px;font-family:"微软雅黑";
}
.pr-product._marked {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    background-color: #ebebec;
    padding: 24px 40px 1px;
}
.pr-product._marked .pr-product__img-wrap {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 106px;
    padding-top: 41px;
}
.pr-product._marked h3 {
    margin-bottom: 23px;
}
.pr-product._marked p {
    margin-bottom: 23px;
}
.pr-product._marked .pr-product__content {
    max-width: 414px;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding-bottom: 14px;
    padding-top: 29px;
}
._ie .pr-product._marked .pr-product__content {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
@media only screen and (max-width: 1024px) {
    .pr-product {
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .pr-product p {
        display: none;
    }
    .pr-product .btn-default {
        display: none;
    }
    .pr-product__img-wrap {
        width: 50%;
        height: 292px;
        padding: 25px 0;
        margin: 0;
    }
    .pr-product__img-wrap:after {
        vertical-align: middle;
    }
    .pr-product__img {
        max-width: 320px;
        vertical-align: middle;
        max-height: 240px;
    }
    .pr-product__content {
        width: 50%;
        padding: 30px;
    }
    .pr-product h3 {
        font-size: 58px;
    }
    .pr-product h3 a {
        position: relative;
    }
    .pr-product h3 a:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: calc(100% + 5px);
        width: 30px;
        height: 30px;
        border-top: 1px solid #404041;
        border-right: 1px solid #404041;
        -webkit-transform: scaleY(0.8) rotate(45deg);
        -ms-transform: scaleY(0.8) rotate(45deg);
        transform: scaleY(0.8) rotate(45deg);
    }
    .pr-product._marked {
        background-color: transparent;
        padding: 0;
    }
    .pr-product._marked .pr-product__img-wrap {
        width: 50%;
        height: 292px;
        padding: 25px 0;
        margin: 0;
    }
    .pr-product._marked h3 a {
        display: inline-block;
    }
    .pr-product._marked h3 span {
        line-height: 1;
        display: block;
        font-size: 58px;
    }
    .pr-product._marked .pr-product__content {
        width: 50%;
        padding: 30px;
    }
}
@media only screen and (max-width: 740px) {
    .pr-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .pr-product__img {
        vertical-align: bottom;
        max-width: 100%;
        max-height: 100%;
    }
    .pr-product__content {
        width: 100%;
        padding: 0 6px 0 0;
        text-align: center;
        display: block;
    }
    .pr-product__img-wrap {
        height: 103px;
        width: 100%;
        padding: 0;
    }
    .pr-product__img-wrap:after {
        vertical-align: bottom;
    }
    .pr-product__item {
        margin-bottom: 28px;
    }
    .pr-product h3 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 0;
    }
    .pr-product h3 a:after {
        width: 12px;
        height: 12px;
        top: 3px;
        left: calc(100% + -1px);
    }
    .pr-product._marked {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .pr-product._marked .pr-product__img-wrap {
        width: 100%;
        height: 100px;
        padding: 0;
    }
    .pr-product._marked h3 a {
        display: inline-block;
    }
    .pr-product._marked h3 span {
        line-height: 1;
        display: block;
        font-size: 24px;
    }
    .pr-product._marked .pr-product__content {
        width: 100%;
        padding: 0 20px 0 0;
    }
}
.s-about-product .container {
    font-size: 0;
    padding: 57px 20px 70px;
    position: relative;
}
.s-about-product__left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.s-about-product__left .btn-default {
    min-width: 134px;
    letter-spacing: -0.85px;
}
.s-about-product__right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 23px 20px 0;
    padding-left: 109px;
}
.s-about-product__img {
    margin: 0 auto;
    max-width: 100%;
}
.s-about-product__title {
    color: #F2C320;
    font-size: 60px;
    line-height: 71px;
    font-weight: 300;
    margin-bottom: 35px;
    
    letter-spacing: -4.35px;
    word-spacing: 17.25px;
    width: 110%;
}
.s-about-product__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #404041;
    margin-bottom: 44px;
}
.s-about-product .btn-arrow-down {
    position: absolute;
    left: 20px;
    bottom: -35px;
    z-index: 1;
    display: none;
}
@media only screen and (max-width: 1240px) {
    .s-about-product__title {
        font-size: 46px;
        letter-spacing: 0;
        line-height: 40px;
    }
}
@media only screen and (min-width: 1025px) {
    .s-about-product .btn-arrow-down {
        bottom: -120px;
    }
}
@media only screen and (max-width: 740px) {
    .s-about-product {
        background: #f1f1f2;
        overflow: hidden;
        position: relative;
        padding: 16px 0;
        margin-bottom: 10px;
    }
    .s-about-product:before {
        display: block;
        content: "";
        position: absolute;
        height: 4px;
        border-radius: 50%;
        width: 100%;
        left: 0;
        top: -5px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    }
    .s-about-product__title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 9px;
    }
    .s-about-product .btn-arrow-down {
        display: none;
    }
    .s-about-product .container {
        padding: 0 10px;
    }
    .s-about-product__left,
    .s-about-product__right {
        display: block;
        width: 100%;
        padding: 0;
    }
    .s-about-product__right {
        padding-top: 4px;
        margin-bottom: -3px;
    }
    .s-about-product__text {
        color: #aaa;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 7px;
    }
    .s-about-product__img {
        max-width: 202px;
        max-height: 156px;
    }
    .s-about-product .btn-default {
        min-width: 83px;
    }
}
.s-article {
    background: #f1f1f2;
    padding: 34px 0 48px;
}
.s-article__title {
    font-size: 60px;
    
    letter-spacing: -0.025em;
    margin-bottom: 17px;
    text-align: center;
    color: #404041;
    font-weight: 300;
}
.s-article .a-back {
    margin: 0 0 50px 12px;
    font-size: 18px;
    font-weight: 300;
}
@media only screen and (max-width: 1024px) {
    .s-article__title {
        font-size: 58px;
    }
}
@media only screen and (max-width: 1024px) {
    .s-article__title {
        font-size: 58px;
    }
}
@media only screen and (max-width: 740px) {
    .s-article {
        padding: 3px 0 0;
    }
    .s-article__title {
        font-size: 24px;
        text-align: left;
        margin: 0 auto 9px;
        position: relative;
    }
    .s-article__title:after {
        display: block;
        content: "";
        position: absolute;
        height: 2px;
        width: 33px;
        background: #F2C320;
        bottom: -8px;
    }
    .s-article .a-back {
        display: none;
    }
}
.s-carousel {
    text-align: center;
    background: #f1f1f2;
    padding: 10px 0 48px; overflow:hidden;
}
.s-carousel .container {
    max-width: 1205px;
}
.s-carousel .btn-default {
    display: table;
    margin: 0 auto;
    letter-spacing: -0.05em;
}
.s-carousel__title {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 71px;
    word-spacing: -0.02em;
    letter-spacing: -0.02em;
    
}
.s-carousel .pr-news {
    padding: 0 13px;
}
.s-carousel .pr-news__right {
    width: 54.5%;
    padding-bottom: 8px;
    padding-left: 24px;
    text-align: left;
}
@media only screen and (max-width: 1240px) {
    .s-carousel .pr-news__right {
        padding-left: 12px;
    }
}
@media only screen and (max-width: 1010px) {
    .s-carousel__title {
        font-size: 58px;
        margin-bottom: 20px;
        position: relative;
        text-align: left;
    }
    .s-carousel__title:before {
        display: block;
        content: "";
        position: absolute;
        width: 83px;
        height: 1px;
        background: #F2C320;
        left: 0;
        bottom: -5px;
    }
    .s-carousel .pr-news__top,
    .s-carousel .pr-news__text {
        display: block;
    }
    .s-carousel .pr-news__left {
        display: block;
        margin-bottom: 10px;
    }
    .s-carousel .pr-news__right {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .s-carousel .pr-news__title {
        width: 100%;
    }
    .s-carousel .slick-slider {
        margin: 0 -13px 30px;
    }
}
@media only screen and (max-width: 740px) {
    .s-carousel {
        padding: 3px 0 11px;
    }
    .s-carousel .slick-slider {
        margin: 0 -13px -3px;
    }
    .s-carousel__title {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .s-carousel__title:before {
        display: block;
        content: "";
        position: absolute;
        width: 33px;
        height: 2px;
        bottom: -7px;
    }
    .s-carousel .btn-default {
        display: table;
        min-width: 83px;
        margin: 0 auto;
    }
}
.s-clients {
    padding-top: 35px;
    padding-bottom: 0;
    
    position: relative;
    overflow: hidden;
}
.s-clients h2 {
    font-size: 42px;
    text-align: center;
    font-weight: 300;
    
    margin-bottom: 50px; font-family:"微软雅黑";
}
@media only screen and (max-width: 740px) {
    .s-clients {
        padding-top: 15px;
    }
    .s-clients .container {
        padding: 0;
    }
    .s-clients::before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 10px;
        border-radius: 50%;
        top: -11px;
        box-shadow: 0 -5px 16px #000;
    }
    .s-clients h2 {
        font-size: 24px;
        letter-spacing: -0.5px;
        margin-bottom: 0;
    }
}
.s-contact {
    background: #f1f1f2;
    text-align: center;
    padding: 33px 20px 0;
}
.s-contact .container {
    max-width: 1200px;
    overflow: hidden;
    padding: 0;
}
.s-contact__title {
    font-size:35px;
    color: #404041;
    font-weight: 300; font-family:"微软雅黑";
    
    margin-bottom: 33px;
    letter-spacing: -0.025em;
}
.s-contact__left {
    padding-bottom: 50px;
}
.s-contact .f-contact {
    margin-bottom: 36px;
}
.s-contact .svg-dotted {
    stroke: #3C3C3C;
    stroke-width: 4;
    width: 1200px;
    height: 4px;
    position: relative;
    top: -2px;
}
.s-contact__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 42px 147px 35px 0;
}
.s-contact__item {
    padding: 0 3px 0 21px;
}
.s-contact__item+.s-contact__item {
    margin-left: 48px;
}
.s-contact__item .btn-default {
    min-width: 100px;
}
.s-contact__note {
    font-size: 15px;
    color: #404041;
    display: inline-block;
    padding: 0 10px 0 0;
    min-height: 45px;
    font-weight: 300;
}
.s-contact .btn-default {
    letter-spacing: -0.05em;
    min-width: 102px;
}
@media only screen and (max-width: 1240px) {
    .s-contact__bottom {
        padding: 42px 0 35px 0;
    }
    .s-contact__title {
        font-size: 58px;
    }
}
@media only screen and (max-width: 740px) {
    .s-contact {
        padding: 0;
    }
    .s-contact .container {
        padding: 0 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s-contact__title {
        font-size: 24px;
        margin-bottom: 35px; font-family:"微软雅黑";
    }
    .s-contact .svg-dotted {
        display: none;
    }
    .s-contact__top {
        margin: 0 -10px;
        padding: 14px 10px;
    }
    .s-contact__bottom {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        background: #fff;
        display: block;
        margin: 0 -10px;
        padding: 17px 10px;
        position: relative;
        z-index: 1;
    }
    .s-contact__bottom .btn-default {
        background: #F2C320;
        border-color: #F2C320;
        min-width: 75px;
        display: table;
        margin: 0 auto;
    }
    .s-contact__item {
        padding: 0 3px;
    }
    .s-contact__item+.s-contact__item {
        margin-left: 0;
        margin-top: 21px;
    }
    .s-contact__note {
        font-size: 12px;
        padding: 0;
        margin-bottom: 7px;
        min-height: 0;
    }
    .s-contact .btn-default {
        min-width: 77px;
    }
    .s-contact .f-contact {
        margin-bottom: 0;
    }
}
.s-footer-index {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
    -webkit-transition: -webkit-transform 0.35s linear;
    transition: -webkit-transform 0.35s linear;
    transition: transform 0.35s linear;
    transition: transform 0.35s linear, -webkit-transform 0.35s linear;
}
.s-footer-index .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; font-family:"微软雅黑";
}
.s-footer-index__text {
    margin-left: auto;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}
.s-footer-index__text span {
    margin-left: 1px;
}
.s-footer-index__text span a {
    color: #fff;
    font-weight: 300;
}
.desktop .s-footer-index__text span a {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.desktop .s-footer-index__text span a:hover {
    color: #F2C320;
}
@media only screen and (max-width: 1024px) {
    .s-footer-index {
        bottom: 20px;
    }
    ._open-mobile-menu .s-footer-index {
        -webkit-transform: translateX(293px) !important;
        -ms-transform: translateX(293px) !important;
        transform: translateX(293px) !important;
    }
    .s-footer-index .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .s-footer-index .m-footer-index {
        display: none;
    }
    .s-footer-index__text {
        font-size: 0;
        display: block;
        margin: 0 auto 10px;
    }
    .s-footer-index__text span {
        font-size: 28px;
        margin-left: 20px;
    }
}
@media only screen and (max-width: 740px) {
    ._open-mobile-menu .s-footer-index {
        -webkit-transform: translateX(212px) !important;
        -ms-transform: translateX(212px) !important;
        transform: translateX(212px) !important;
    }
    .s-footer-index__text span {
        font-size: 14px;
        margin: 0 5px;
    }
}
.s-footer {
    background: #282829;
    padding: 25px 0 12px;
    -webkit-transition: -webkit-transform 0.35s linear;
    transition: -webkit-transform 0.35s linear;
    transition: transform 0.35s linear;
    transition: transform 0.35s linear, -webkit-transform 0.35s linear;
}
.s-footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.s-footer__logo {
    color: #fff;
    margin-top: 20px;
    font-size: 0;
}
.s-footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.s-footer__text {
    color: rgba(241,241,242,0.5);
    font-weight: 300;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}
.s-footer__text span {
    margin-left: 5px;
}
.s-footer__col {
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.s-footer__col-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 28px;
	width: 100%;
}
.s-footer__col-bottom span a {
    color: rgba(241,241,242,0.5);
    font-weight: 300;
}
.desktop .s-footer__col-bottom span a {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.desktop .s-footer__col-bottom span a:hover {
    color: #F2C320;
}
@media only screen and (max-width: 1024px) {
    .s-footer {
        padding: 25px 0 20px;
    }
    .s-footer__text {
        font-size: 0;
        display: block;
        margin-bottom: 20px;
    }
    .s-footer__text span {
        font-size: 28px;
    }
    .s-footer__col-bottom {
        width: 100%;
        padding-bottom: 27px;
        border-bottom: 1px solid rgba(241,241,242,0.5);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
    }
    .s-footer__col {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .s-footer__logo {
        font-size: 28px;
        font-weight: 300;
        color: #fff;
        margin: 0 auto;
    }
    .s-footer .svg-logo {
        margin-left: 6px;
        position: relative;
        top: 2px;
    }
    .s-footer .svg-linkedin {
        width: 22px;
        height: 22px;
    }
    .s-footer .svg-twitter {
        width: 28px;
        height: 28px;
    }
    .s-footer .svg-instagram {
        width: 28px;
        height: 28px;
    }
    .s-footer .svg-facebook {
        width: 28px;
        height: 28px;
    }
}
@media only screen and (max-width: 740px) {
    .s-footer {
        padding: 10px 0 8px;
    }
    .s-footer__text {
        margin-bottom: 8px;
    }
    .s-footer__text span {
        font-size: 12px;
    }
    .s-footer .svg-logo {
        width: 72px;
        height: 10px;
        top: 1px;
        margin-left: 3px;
    }
    .s-footer .svg-linkedin {
        width: 9px;
        height: 9px;
    }
    .s-footer .svg-twitter {
        width: 12px;
        height: 10px;
    }
    .s-footer .svg-instagram {
        width: 12px;
        height: 12px;
    }
    .s-footer .svg-facebook {
        width: 12px;
        height: 12px;
    }
    .s-footer__logo {
        font-size: 12px;
    }
    .s-footer__col-bottom {
        padding-bottom: 11px;
        margin-bottom: 10px;
    }
}
.s-gallery {
    overflow: hidden;
    padding-bottom: 10px;
}
.s-gallery__slider-nav.slick-slider {
    max-width: 60%;
    margin: 0 auto;
}
.s-gallery__item-full {
    height: calc(100vh - 233px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}
.s-gallery__item-full ._contain {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.s-gallery__thumbs-wrap {
    margin: 0 -130px;
}
.s-gallery__thumb {
    padding: 0 5px;
}
.s-gallery__thumb-inner {
    cursor: pointer;
    height: 123px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.s-gallery__thumb-inner ._cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.s-gallery__thumb-inner:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: #000;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.slick-center .s-gallery__thumb-inner:before {
    display: none;
}
.s-gallery__thumb-inner:hover:before {
    opacity: 0;
}
.s-gallery .slick-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 1;
    font-size: 0;
}
.s-gallery .slick-arrow:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    border-left: 2px solid #333;
    border-top: 2px solid #333;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}
.s-gallery .slick-arrow:hover:before {
    border-color: #F2C320;
}
.s-gallery .slick-prev {
    left: -60px;
}
.s-gallery .slick-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.s-gallery .slick-next {
    right: -60px;
}
.s-gallery .slick-next:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media only screen and (max-width: 1000px) {
    .s-gallery__item-full {
        height: 440px;
    }
}
@media only screen and (max-width: 740px) {
    .s-gallery {
        padding-bottom: 23px;
    }
    .s-gallery__item-full {
        height: 213px;
        margin-bottom: 5px;
    }
    .s-gallery__thumb-inner {
        height: auto;
        padding-top: 68.12%;
    }
    .s-gallery__thumbs-wrap {
        margin: 0;
    }
    .s-gallery__thumb {
        padding: 0 2px 0 3px;
    }
    .s-gallery .slick-arrow {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        -webkit-transform: scaleY(0.8);
        -ms-transform: scaleY(0.8);
        transform: scaleY(0.8);
    }
    .s-gallery .slick-arrow:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 12px;
        height: 12px;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        -webkit-transition: border-color 0.2s ease-out;
        transition: border-color 0.2s ease-out;
    }
    .s-gallery .slick-prev {
        left: -2px;
    }
    .s-gallery .slick-next {
        right: -2px;
    }
}
.s-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.3);
}
.s-header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;position: relative;padding-left: 0;padding-right: 0;
}
.s-header .svg-logo {
    width: 210px;
    height: 30px;
}
@media only screen and (max-width: 1240px) {
    .s-header .svg-logo {
        width: 160px;
        height: 23px;
    }
}
@media only screen and (max-width: 1024px) {
    .s-header {
        position: relative;
        background: #1a1a1a;
        padding: 24px 40px 24px 0;
        -webkit-transition: -webkit-transform 0.35s linear;
        transition: -webkit-transform 0.35s linear;
        transition: transform 0.35s linear;
        transition: transform 0.35s linear, -webkit-transform 0.35s linear;
    }
   
    .s-header .a-logo {
        margin: 0 auto;
        position: relative;
        top: 3px;
    }
}
@media only screen and (max-width: 740px) {
    .s-header {
        padding: 0;
        -webkit-transition: -webkit-transform 0.35s linear;
        transition: -webkit-transform 0.35s linear;
        transition: transform 0.35s linear;
        transition: transform 0.35s linear, -webkit-transform 0.35s linear;
    }
    .s-header .container {
        padding: 0 40px 0 0;
    }
    .s-header .svg-logo {
        width: 105px;
        height: 15px;
        position: relative;
        top: 3px;
    }
    .s-header .a-logo {
        top: -1px;
    }
}
.s-help {
    padding: 32px 20px 7px;
    background: #f1f1f2;
    text-align: center;
}
.s-help .container {
    overflow: hidden;
    max-width: 1200px;
    min-width: 300px;
    padding: 0;
}
.s-help__title {
    text-align: center;
    font-size: 60px;
    margin-bottom: 29px;
    font-weight: 300;
    color: #404041;
    letter-spacing: -0.025em;
    
}
.s-help__text {
    font-size: 26px;
    font-weight: lighter;
    text-align: center;
    color: #404041;
    margin-bottom: 10px;
}
.s-help__link {
    display: inline-block;
    vertical-align: middle;
    min-width: 200px;
    line-height: 46px;
    background: #F2C320;
    color: #fff;
    padding: 0 10px;
    border-radius: 10px;
    margin-bottom: 47px;
    font-weight: 400;
    letter-spacing: -0.07em;
    font-size: 18px;
    border: 2px solid #F2C320;
    -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.s-help__link:hover {
    border-color: #404041;
    background: transparent; color:#404041;
}
.s-help .svg-dotted {
    stroke: #3C3C3C;
    stroke-width: 4;
    width: 1200px;
    height: 4px;
    margin-bottom: 35px;
}
.s-help .b-contact {
    margin-bottom: 49px;
}
@media only screen and (max-width: 740px) {
    .s-help {
        padding: 14px 10px 11px;
        background: #fff;
    }
    .s-help .container {
        overflow: visible;
    }
    .s-help__title {
        font-size: 24px;
        margin-bottom: 7px;
        letter-spacing: -0.025em;
    }
    .s-help__text {
        font-size: 14px;
        font-weight: 400;
        color: #aaa;
        margin-bottom: 8px;
    }
    .s-help__link {
        font-size: 10px;
        line-height: 30px;
        padding: 0 5px;
        border-radius: 8px;
        min-width: 85px;
        margin-bottom: 13px;
    }
    .s-help .svg-dotted {
        margin-bottom: 10px;
        width: 100%;
    }
    .s-help .svg-dotted:last-child {
        display: none;
    }
    .s-help .b-contact {
        margin-bottom: 0;
    }
}
.s-highlights {
    background: #f1f1f2;
    padding: 0 0 46px;
    position: relative;
    text-align: center;
    min-height: 100vh;
}
.s-highlights__title {
    font-size: 60px;
    line-height: 1.2;
    color: #404041;
    
    font-weight: 300;
    letter-spacing: -1.85px;
}
.s-highlights__text {
    color:#808080;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 300;
}
.s-highlights .btn-arrow-down {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
}
@media only screen and (min-width: 1921px) {
    .s-highlights>.container {
        max-width: 80%;
    }
}
@media only screen and (max-height: 770px) and (min-width: 1025px) {
    .s-highlights {
        padding-bottom: 30px;
    }
    .s-highlights .fp-scrollable {
        overflow: visible;
        height: auto !important;
    }
    .s-highlights__title {
        font-size: 40px;
    }
    .s-highlights__text {
        font-size: 20px;
    }
    .p-product .s-highlights .fp-tableCell .container {
        padding-top: calc(97px + 5px);
    }
}
@media only screen and (max-width: 1240px) {
    .s-highlights__title {
        font-size: 40px;
    }
    .s-highlights__text {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .s-highlights {
        min-height: 0;
        padding: 46px 0;
    }
}
@media only screen and (max-width: 740px) {
    .s-highlights {
        padding: 16px 0 12px;
    }
    .s-highlights__title {
        font-size: 24px;
        line-height: 26px;
        text-align: left;
        letter-spacing: -0.01em;
    }
    .s-highlights__text {
        font-size: 14px;
        line-height: 17px;
        text-align: left;
        margin-bottom: 14px;
    }
}
.s-index {
    text-align: center;
    position: relative;
}
.s-index__inner {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
    font-size: 0;
}
.s-index__inner:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.s-index__ib {
    display: inline-block;
    vertical-align: middle;margin-top:8%;
}
.s-index__item {
    padding: 86px 0 0;
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.s-index__item:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
}
.s-index__item-inner {
    text-align: center;
    padding-top: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.s-index__title {
   
    font-size: 70px;
    line-height:2;
    font-weight: 100;
    color: #F2C320;
    max-width: 860px;
    pointer-events: all;
    letter-spacing: -2.45px;
    word-spacing: 2.25px;
    margin-bottom: 7px; font-weight:bold;
}
.s-index__subtitle {
    font-weight: 400;
    font-size: 42px;
    line-height: 1.1;
    color: #fff;
    max-width: 900px;
    pointer-events: all;
    letter-spacing: 0.05px;
    padding: 0 20px;
}
.s-index .btn-play {
    margin-top:10px;
    margin-bottom: 50px;
    pointer-events: all;
}
.s-index .s-footer-index {
    margin: auto 0;
    position: relative;
}
.s-index__video-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}
.s-index__video-wrap video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.s-index__news-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 9.5%;
}
.s-index__news-titles {
    width: 100%;
    padding-top: 53px;
    position: relative;
}
.s-index__news {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    margin: 0 auto 13px;
    
    letter-spacing: -1.25px;
    word-spacing: 2.55px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
.s-index__news._active {
    pointer-events: all;
    opacity: 1;
}
.desktop .s-index__news a {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.desktop .s-index__news a:hover {
    color: #F2C320;
}
.s-index__link {
    display: inline-block;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}
.s-index__link:hover {
    border-color: #fff;
}
@media only screen and (max-width: 1600px) {
    .s-index__news-wrap {
        padding-bottom: 11.5%;
    }
}
@media only screen and (max-width: 1400px) {
    .s-index__news-wrap {
        padding-bottom: 12.5%;
    }
}
@media only screen and (max-width: 1024px) {
    .s-index__news-wrap {
        display: none;
    }
    .s-index__title {
        font-size: 84px;
    }
    .s-index__subtitle {
        font-weight: 400;
        font-size: 33px;
        line-height: 36px;
        position: relative;
    }
    .s-index__subtitle:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 155px;
        height: 2px;
        background: #fff;
        bottom: -20px;
    }
    .s-index__item-inner {
        display: none;
    }
    .s-index__inner {
        height: calc(100vh - 89px);
        padding-top: 0;
        padding-bottom: 100px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s-index__item {
        padding-top: 0;
        height: calc(100vh - 89px);
    }
}
@media only screen and (max-height: 800px) {
    .s-index .btn-play {
        margin-bottom: 190px;
    }
}
@media only screen and (max-height: 650px) {
    .s-index__title {
        font-size: 60px;
    }
    .s-index__subtitle {
        font-size: 30px;
        line-height: 36px;
    }
    .s-index .btn-play {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
        margin-bottom: 190px;
    }
}
@media only screen and (max-width: 740px) {
    .s-index .btn-play {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        margin-bottom: 0;
        margin-top: 30px;
    }
    .s-index__title {
        font-size: 35px;
        line-height: 42px;
    }
    .s-index__subtitle {
        font-size: 14px;
        line-height: 15px;
        padding: 0 30px;
    }
    .s-index__inner {
        height: calc(100vh - 39px);
    }
    .s-index__video-wrap,
    .s-index__item {
        height: calc(100vh - 39px);
        padding-bottom: 39px;
    }
    .s-index__video-wrap {
        padding: 86px 0 0;
        position: relative;
        background-size: cover;
        background-position: center;
    }
    .s-index__video-wrap .btn-play {
        display: none;
    }
    .s-index__video-wrap:before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000;
        opacity: 0.3;
    }
    .s-index__video-wrap video {
        display: none;
    }
}
.s-leadership {
    padding: 44px 0 0;
    background: #f1f1f2;
}
.s-leadership__title {
    text-align: center;
    font-size: 57px;
    margin-bottom: 36px;
    word-spacing: -0.025em;
    color: #404041;
    
    font-weight: 300;
}
@media only screen and (max-width: 740px) {
    .s-leadership {
        padding: 15px 0 5px;
    }
    .s-leadership .container {
        max-width: 480px;
    }
    .s-leadership__title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .s-leadership__title span {
        letter-spacing: 0.09em;
    }
}
.s-legal {
    padding: 36px 0 25px;
    font-weight: 300;
    background: #fff;
}
.s-legal .container {
    padding: 0 21px;
}
.s-legal h2 {
    
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 19px;
    letter-spacing: -1.5px;
}
.s-legal__upper,
.s-legal__lower {
    font-size: 26px;
    line-height: 30px;
}
.s-legal__upper {
    text-transform: uppercase;
}
.s-legal p:first-of-type {
    margin-bottom: 26px;
    max-width: 1047px;
    display: block;
}
.s-legal p:not(:first-of-type),
.s-legal h4,
.s-legal ul li,
.s-legal ol p {
    font-size: 18px;
    line-height: 24px;
    max-width: 1047px;
}
.s-legal h4 {
    font-weight: 300;
}
.s-legal p:not(:first-of-type) {
    margin-bottom: 25px;
}
.s-legal ul {
    margin-bottom: 22px;
}
.s-legal ol {
    list-style-type: upper-latin;
    list-style-position: inside;
}
.s-legal h4:nth-of-type(2) {
    display: block;
    letter-spacing: 0.2px;
    padding-top: 23px;
}
.s-legal ol li {
    margin-bottom: 24px;
}
@media only screen and (max-width: 1140px) {
    .s-legal {
        padding: 30px 0 20px;
    }
    .s-legal h2 {
        font-size: 42px;
    }
    .s-legal__upper,
    .s-legal__lower {
        font-size: 20px;
        line-height: 24px;
    }
    .s-legal p:not(:first-of-type),
    .s-legal h4,
    .s-legal ul li,
    .s-legal ol p {
        font-size: 15px;
        line-height: 20px;
    }
    .s-legal h4:nth-of-type(2) {
        padding-top: 10px;
    }
}
@media only screen and (max-width: 740px) {
    .s-legal {
        padding: 17px 0 23px;
    }
    .s-legal .container {
        padding: 0 11px;
    }
    .s-legal h2 {
        max-width: 215px;
        font-size: 24px;
        line-height: 26px;
        margin: 0 auto 12px;
        letter-spacing: -0.6px;
        text-align: center;
    }
    .s-legal__upper,
    .s-legal__lower {
        font-size: 14px;
        line-height: 17px;
        color: #aaa;
    }
    .s-legal__upper {
        letter-spacing: 0.2px;
    }
    .s-legal__lower {
        letter-spacing: 0.3px;
    }
    .s-legal p:first-of-type {
        padding-bottom: 9px;
        margin-bottom: 14px;
        line-height: 15px;
        border-bottom: 1px solid #000;
    }
    .s-legal p:not(:first-of-type),
    .s-legal h4,
    .s-legal ul li,
    .s-legal ol p {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.1px;
    }
    .s-legal ol li:not(:first-of-type) {
        display: none;
    }
    .s-legal p:not(:first-of-type) {
        margin-bottom: 15px;
    }
    .s-legal ul {
        margin-bottom: 15px;
        line-height: 15px;
    }
    .s-legal ol li {
        margin-bottom: 15px;
    }
    .s-legal ol li p:first-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
    .s-legal ol {
        line-height: 13px;
    }
    .s-legal h4:nth-of-type(2) {
        padding-top: 16px;
    }
}
.s-maneuverability {
    position: relative;
}
.s-maneuverability__title {
    font-size: 60px;
    line-height: 63px;
    color: #404041;
    text-align: center;
    
    font-weight: 300;
    letter-spacing: -1.25px;
    word-spacing: -0.95px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 21px;
}
.s-maneuverability ._contain {
    -o-object-position: bottom center;
    object-position: bottom center;
}
.s-maneuverability__item {
    height: calc(100vh - 255px);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.tablet .s-maneuverability li:not(.slick-active) .btn-default:hover,
.mobile .s-maneuverability li:not(.slick-active) .btn-default:hover {
    border-color: #404041;
    background: transparent;
    color: #404041;
}
.s-maneuverability .btn-default+.btn-default {
    margin-left: 0;
}
.s-maneuverability__thumbnails {
    display: block;
    padding: 10px 0 29px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 850px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 4vh;
}
.s-maneuverability__thumbnails._max-3 {
    max-width: 550px;
}
.s-maneuverability__thumbnails._max-1 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.s-maneuverability__thumbnails .slick-slide {
    padding: 0 6px;
}
.s-maneuverability .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 25px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 1320px;
    margin: 0 auto;
}
.s-maneuverability .btn-default {
    min-width: 0;
    width: 100%;
    letter-spacing: -0.95px;
    color: #fff;
    border-color: #fff;
    padding: 0 5px;
}
.desktop .s-maneuverability .btn-default:hover {
    color: #fff;
}
.s-maneuverability .slick-center .btn-default,
.s-maneuverability .slick-current .btn-default {
    background: #F2C320;
    border-color: #F2C320;
    color: #fff;
}
.s-maneuverability .slick-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 1;
    font-size: 0;
}
.s-maneuverability .slick-arrow:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    border-left: 2px solid #404041;
    border-top: 2px solid #404041;
}
.desktop .s-maneuverability .slick-arrow:before {
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}
.desktop .s-maneuverability .slick-arrow:hover:before {
    border-color: #F2C320;
}
.s-maneuverability .slick-prev {
    left: 45px;
}
.s-maneuverability .slick-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.s-maneuverability .slick-next {
    right: 45px;
}
.s-maneuverability .slick-next:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.s-maneuverability.fp-section.fp-table {
    padding-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
    .s-maneuverability__item {
        min-height: 330px;
    }
}
@media only screen and (max-width: 1240px) {
    .s-maneuverability .slick-prev {
        left: 25px;
    }
    .s-maneuverability .slick-next {
        right: 25px;
    }
}
@media only screen and (max-width: 1024px) {
    .s-maneuverability .btn-default {
        font-size: 16px;
    }
    .s-maneuverability__thumbnails._max-1 {
        max-width: 100%;
    }
    .s-maneuverability__thumbnails._max-1 .slick-track,
    .s-maneuverability__thumbnails._max-1 .slick-slide {
        width: 100% !important;
        float: none;
    }
    .s-maneuverability__thumbnails._max-1 .btn-default {
        max-width: 300px;
    }
}
@media only screen and (max-width: 1000px) {
    .s-maneuverability__item {
        height: 500px;
    }
    .s-maneuverability .slick-dots {
        bottom: 20px;
    }
}
@media only screen and (max-width: 880px) {
    .s-maneuverability__thumbnails {
        max-width: 90%;
    }
}
@media only screen and (max-width: 740px) {
    .s-maneuverability {
        padding-top: 10px;
    }
    .s-maneuverability__thumbnails {
        display: block;
        padding: 10px 0 29px;
        margin: 0;
        position: relative;
        max-width: none;
        bottom: 0;
    }
    .s-maneuverability__thumbnails._max-1 .btn-default {
        max-width: 180px;
    }
    .s-maneuverability__thumbnails .slick-slide {
        padding: 0 6px;
    }
    .s-maneuverability__thumbnails .btn-default {
        width: 100%;
    }
    .s-maneuverability__title {
        font-size: 24px;
        line-height: 25px;
        margin-bottom: 10px;
        letter-spacing: -0.02em;
    }
    .s-maneuverability__item {
        height: 198px;
        background-position: center;
    }
    .s-maneuverability .slick-dots {
        bottom: -19px;
        padding: 10px 10px 30px;
        position: absolute;
        white-space: nowrap;
        overflow-x: auto;
    }
    .s-maneuverability .slick-dots li:not(:first-child) {
        margin-left: 11px;
    }
    .s-maneuverability .btn-default {
        border-color: #404041;
        color: #404041;
        font-size: 10px;
        min-width: 67px;
    }
    .s-maneuverability .slick-active .btn-default {
        border-color: #404041;
        background: transparent;
        color: #404041;
    }
    .s-maneuverability .slick-center .btn-default,
    .s-maneuverability .slick-current .btn-default {
        background: #F2C320;
        border-color: #F2C320;
        color: #404041;
    }
    .s-maneuverability .slick-slide {
        text-align: center;
    }
}
.s-map {
    overflow: hidden;
    position: relative;
}
.s-map:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    z-index: 1;
    top: -12px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3);
    border-radius: 50%;
}
.s-map__close {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 12px;
    z-index: 1;
    border-radius: 50%;
    top: 12px;
    pointer-events: none;
    opacity: 0;
    border: 2px solid #404041;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.s-map__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.s-map__close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.s-map__close:before,
.s-map__close:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background: #404041;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
._map-visible .s-map__close {
    opacity: 1;
    pointer-events: all;
}
.s-map__close:hover {
    border-color: #F2C320;
}
.s-map__close:hover:before,
.s-map__close:hover:after {
    background: #F2C320;
}
.s-map__map {
    height: 560px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
}
._map-visible .s-map__map {
    opacity: 1;
    pointer-events: all;
}
.s-map__map-lobby {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 560px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.35s ease-out, z-index 0.01s linear;
    transition: opacity 0.35s ease-out, z-index 0.01s linear;
    z-index: 1;
}
._map-visible .s-map__map-lobby {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease-out, z-index 0.01s linear 0.35s;
    transition: opacity 0.35s ease-out, z-index 0.01s linear 0.35s;
}
.s-map__title {
    font-weight: 500;
    font-size: 18px;
    color: #F2C320;
    margin-bottom: 3px;
}
.desktop .s-map__title {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: opacity 0.3s linear 0.6s, -webkit-transform 0.3s linear 0.6s;
    transition: opacity 0.3s linear 0.6s, -webkit-transform 0.3s linear 0.6s;
    transition: transform 0.3s linear 0.6s, opacity 0.3s linear 0.6s;
    transition: transform 0.3s linear 0.6s, opacity 0.3s linear 0.6s, -webkit-transform 0.3s linear 0.6s;
}
._animated .s-map__title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}
.s-map__address {
    color: #404041;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    cursor: pointers;
}
.desktop .s-map__address {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: opacity 0.3s linear 0.8s, -webkit-transform 0.3s linear 0.8s;
    transition: opacity 0.3s linear 0.8s, -webkit-transform 0.3s linear 0.8s;
    transition: transform 0.3s linear 0.8s, opacity 0.3s linear 0.8s;
    transition: transform 0.3s linear 0.8s, opacity 0.3s linear 0.8s, -webkit-transform 0.3s linear 0.8s;
}
._animated .s-map__address {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}
.s-map__office {
    position: absolute;
    width: 250px;
    text-align: left;
    cursor: pointer;
}
.s-map__office:before {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #404041;
}
.desktop .s-map__office:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.58, 1.81, 0.8, 0.72) 0.35s;
    transition: -webkit-transform 0.2s cubic-bezier(0.58, 1.81, 0.8, 0.72) 0.35s;
    transition: transform 0.2s cubic-bezier(0.58, 1.81, 0.8, 0.72) 0.35s;
    transition: transform 0.2s cubic-bezier(0.58, 1.81, 0.8, 0.72) 0.35s, -webkit-transform 0.2s cubic-bezier(0.58, 1.81, 0.8, 0.72) 0.35s;
}
._animated .s-map__office:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.s-map__office._il {
    left: calc(50% + 414px);
    top: 238px;
}
.s-map__office._il:before {
    top: -14px;
    left: 94px;
}
.s-map__office._il .s-map__hq-wrap {
    left: -364px;
    top: -21px;
}
.s-map__office._il .svg-dotted {
    width: 0;
    top: -10px;
    left: -333px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.desktop .s-map__office._il .svg-dotted {
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
._animated .s-map__office._il .svg-dotted {
    width: 417px;
}
.s-map__office._us {
    left: calc(50% - 497px);
    top: 221px;
}
.s-map__office._us:before {
    top: -14px;
    left: 84px;
}
.s-map__office._us .s-map__hq-wrap {
    top: -23px;
    left: 279px;
}
.s-map__office._us .svg-dotted {
    width: 0;
    top: -9px;
    left: 274px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.desktop .s-map__office._us .svg-dotted {
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
._animated .s-map__office._us .svg-dotted {
       width: 179px;
}
.s-map__office._us_engineering {
    left: calc(50% - 607px);
    top: 129px;
    width: 154px;
}
.s-map__office._us_engineering:before {
    top: 50px;
    left: 106px;
}
.s-map__office._us_engineering .s-map__hq-wrap {
    top: 41px;
    left: 384px;
}
.s-map__office._us_engineering .svg-dotted {
    width: 0;
    top: 56px;
    left: 378px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.desktop .s-map__office._us_engineering .svg-dotted {
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
._animated .s-map__office._us_engineering .svg-dotted {
           width: 258px;
}
.s-map__contact-link {
    display: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #404041;
    position: relative;
}
.s-map__contact-link svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    fill: #fff;
}
.s-map__contact-link .svg-phone {
    width: 12px;
    height: 13px;
}
.s-map__contact-link .svg-envelope {
    width: 12px;
    height: 13px;
}
.s-map .svg-hq {
    pointer-events: none;
}
.s-map .svg-dotted {
    height: 3px;
    stroke: #404041;
    stroke-width: 3;
    overflow: hidden;
    position: absolute;
}
.s-map__hq-wrap {
    position: absolute;
    width: 26px;
    height: 26px;
	opacity: .9;
}
@media only screen and (max-width: 1240px) {
    .s-map__map,
    .s-map__map-lobby {
        height: 390px;
    }
    .s-map__office._il {
    left: calc(50% + 281px);
    top: 194px;
    }
    .s-map__office._il .s-map__hq-wrap {
        left: -245px;
        top: -24px;
    }
    .s-map__office._il .svg-dotted {
        width: 0;
        left: -215px;
    }
    ._animated .s-map__office._il .svg-dotted {
        width: 306px;
    }
    .s-map__office._us {
    left: calc(50% - 412px);
    top: 178px;
    }
    .s-map__office._us .s-map__hq-wrap {
        left: 240px;
    }
    .s-map__office._us .svg-dotted {
        width: 0;
        left: 233px;
    }
    ._animated .s-map__office._us .svg-dotted {
        width: 134px;
    }
    .s-map__office._us_engineering {
    left: calc(50% - 498px);
    top: 94px;
    }
    .s-map__office._us_engineering .s-map__hq-wrap {
        left: 322px;
    }
    .s-map__office._us_engineering .svg-dotted {
        width: 0;
        left: 320px;
    }
    ._animated .s-map__office._us_engineering .svg-dotted {
        width: 201px;
    }
    .s-map__title,
    .s-map__address {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1024px) {
    .s-map__map,
    .s-map__map-lobby {
        height: 290px;
    }
    .s-map__office._il {
		left: calc(50% + 215px);
		top: 145px;
    }
    .s-map__office._il .s-map__hq-wrap {
        left: -192px;
    }
    .s-map__office._il .svg-dotted {
        width: 244px;
        left: -158px;
    }
    ._animated .s-map__office._il .svg-dotted {
        width: 244px;
    }
    .s-map__office._us {
		left: calc(50% - 316px);
		top: 132px;
    }
    .s-map__office._us .s-map__hq-wrap {
        left: 180px;
    }
    .s-map__office._us .svg-dotted {
        width: 85px;
        left: 178px;
    }
    ._animated .s-map__office._us .svg-dotted {
        width: 85px;
	}
    .s-map__office._us_engineering {
        left: calc(50% - 358px);
        top: 52px; 
    }
    .s-map__office._us_engineering .s-map__hq-wrap {
        left: 217px;
    }
    .s-map__office._us_engineering .svg-dotted {
        width: 85px;
        left: 215px;
    }
    ._animated .s-map__office._us_engineering .svg-dotted {
        width: 102px;
    }
    .s-map__title {
        font-size: 13px;
        text-shadow: 0 0 1px rgba(0,0,0,0.4);
    }
    .s-map__address {
        font-size: 13px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 740px) {
    .s-map__map,
    .s-map__map-lobby {
        height: 307px;
    }
    .s-map__map-lobby {
        background-position: top center;
        background-size: auto 290px;
        background-images: url("../images/map-mobile.png") !important;
    }
    .s-map__office {
        max-width: 150px;
        font-size: 0;
    }
    .s-map__office:before {
        width: 6px;
        height: 6px;
    }
    .s-map__office._il {
        left: calc(50% + 6px);
        top: 223px;
    }
    .s-map__office._il:before {
        left: 15px;
        top: -12px;
    }
    .s-map__office._il .s-map__hq-wrap {
        left: 11px;
        top: -163px;
    }
    .s-map__office._il .svg-dotted {
        width: 135px;
        left: -50px;
        top: -82px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    ._animated .s-map__office._il .svg-dotted {
        width: 136px;
    }
    .s-map__office._us {
        left: calc(50% - 150px);
        top: 223px;
    }
    .s-map__office._us:before {
        left: 53px;
        top: -12px;
    }
    .s-map__office._us .s-map__hq-wrap {
        left: 50px;
        top: -168px;
    }
    .s-map__office._us .svg-dotted {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 135px;
        left: 58px;
        top: -150px;
    }
    ._animated .s-map__office._us .svg-dotted {
        width: 135px;
    }
    .s-map__office._us_engineering {
        left: calc(50% - 150px);
        top: 223px;
		display:none;
    }
    .s-map__office._us_engineering:before {
        left: 53px;
        top: -12px;
    }
    .s-map__office._us_engineering .s-map__hq-wrap {
        left: 50px;
        top: -168px;
    }
    .s-map__office._us_engineering .svg-dotted {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 135px;
        left: 58px;
        top: -150px;
    }
    ._animated .s-map__office._us_engineering .svg-dotted {
        width: 135px;
    }
    .s-map .svg-dotted {
        height: 4px;
    }
    .s-map__title {
        font-size: 12px;
        text-shadow: none;
        margin-bottom: 1px;
    }
    .s-map__address {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
    }
    .s-map__address br {
        display: none;
    }
    .s-map .svg-hq {
        width: 13px;
        height: 13px;
    }
    .s-map__contact-link {
        display: inline-block;
        vertical-align: middle;
    }
    .s-map__contact-link+.s-map__contact-link {
        margin-left: 12px;
    }
}
.s-media {
    padding: 21px 0 0;
    background: #fff;
}
.s-media__title {
    text-align: center;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -0.025em;
    
    color: #F2C320;
    margin-bottom: 35px;
}
.s-media__more {
    display: none;
    background: #F2C320;
    height: 35px;
    padding: 0 10px;
    margin-bottom: 34px;
    line-height: 35px;
    color: #404041;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    width: 100%;
    position: relative;
}
.s-media__more:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 14px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #404041;
    border-bottom: 1px solid #404041;
    -webkit-transform: scaleX(0.8) rotate(45deg);
    -ms-transform: scaleX(0.8) rotate(45deg);
    transform: scaleX(0.8) rotate(45deg);
}
@media only screen and (max-width: 520px) {
    .s-media {
        padding: 17px 0 0;
    }
    .s-media__title {
        letter-spacing: 0;
        font-size: 24px;
        margin-bottom: 18px;
    }
    .s-media__more {
        display: block;
    }
}
.page-template-page-mission .wrapper__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.s-mission-inside {
    width: 100%;
    position: relative;
    z-index: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.s-mission-inside .container {
    position: relative;
    z-index: 1;
}
.s-mission-inside__preview {
    padding: 97px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.s-mission-inside__preview:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}
.s-mission-inside__title {
    font-size: 100px;
    line-height: 120px;
    font-family: 'bariol';
    color: #f1c31f;
    text-align: center;
    margin: 40px 0;
}
.s-mission-inside__content {
    padding-bottom: 20px;
}
.s-mission-inside__content-title {
    color: #fff;
    font-size: 60px;
    font-family: 'bariol';
    line-height: 72px;
    margin-bottom: 25px;
}
.s-mission-inside__text-paragraf {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin: 23px 0;
    font-family: 'graphik';
}
@media only screen and (max-width: 1240px) {
    .s-mission-inside__preview {
        padding: 65px 0;
    }
}
@media only screen and (max-width: 1024px) {
    .s-mission-inside__preview {
        padding: 30px 0 50px;
    }
    .s-mission-inside__title {
        font-size: 80px;
        line-height: 90px;
        margin: 0 0 30px;
    }
    .s-mission-inside__content-title {
        font-size: 50px;
        line-height: 52px;
        margin-bottom: 25px;
    }
    .s-mission-inside__text-paragraf {
        font-size: 16px;
        line-height: 18px;
        margin: 15px 0;
    }
}
@media only screen and (max-width: 740px) {
    .s-mission-inside__preview {
        padding-top: 10px;
    }
    .s-mission-inside__title {
        font-size: 35px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .s-mission-inside__content {
        padding-bottom: 5px;
    }
    .s-mission-inside__content-title {
        font-size: 20px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .s-mission-inside__text-paragraf {
        font-size: 14px;
        line-height: 15px;
        margin: 10px 0;
    }
}
.s-mission {
    text-align: center;
    padding: 68px 0;
}
.s-mission__title {
    color: #404041;
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 38px;
    
    font-weight: 300;
    letter-spacing: -1.5px;
}
.s-mission__content {
    position: relative;
}
.ipad .s-mission,
.iphone .s-mission {
    cursor: pointer;
}
@media only screen and (max-width: 740px) {
    .s-mission {
        padding: 15px 0 5px;
    }
    .s-mission__title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
        letter-spacing: -0.025em;
    }
}
.s-mobile-menu {
    display: block;
    width: 293px;
    background: -webkit-linear-gradient(right, #e6e6e6, #fcfcfc, #e6e6e6);
    background: linear-gradient(to left, #e6e6e6, #fcfcfc, #e6e6e6);
    position: fixed;
    top: 0;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.35s linear, -webkit-transform 0s linear 0.35s;
    transition: opacity 0.35s linear, -webkit-transform 0s linear 0.35s;
    transition: opacity 0.35s linear, transform 0s linear 0.35s;
    transition: opacity 0.35s linear, transform 0s linear 0.35s, -webkit-transform 0s linear 0.35s;
    z-index: -100;
    pointer-events: none;
    left: 0;
    -webkit-transform: translateX(-293px);
    -ms-transform: translateX(-293px);
    transform: translateX(-293px);
    padding-top: 89px;
}
.s-mobile-menu__top {
    background: #F2C320;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 89px;
    position: absolute;
    width: 100%;
    top: 0;
}
.s-mobile-menu__top svg {
    fill: #fff;
    margin: auto;
    width: 161px;
    height: 23px;
}
.s-mobile-menu__bottom {
    padding: 0 20px;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 89px);
}
@media only screen and (max-width: 740px) {
    .s-mobile-menu {
        padding-top: 39px;
        width: 212px;
    }
    .s-mobile-menu__top {
        height: 39px;
    }
    .s-mobile-menu__top svg {
        width: 105px;
        height: 15px;
        margin-left: 26px;
    }
    .s-mobile-menu__bottom {
        padding: 6px 20px;
        height: calc(100vh - 39px);
    }
}
.s-more-info {
    text-align: center;
    background: #F2C320;
    padding: 28px 0;
    padding-bottom: 40px;
}
.s-more-info .container {
    margin-top: -12px;
}
.s-more-info .container .btn-default {
    letter-spacing: -1.25px;
    word-spacing: 0.35px;
    min-width: 142px;
}
.s-more-info__title {
    font-size: 60px;
    line-height: 72px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 18px;
    
}
.s-more-info .btn-default:hover {
    background: #404041;
    color: #fff;
    border-color: #404041;
}
@media only screen and (max-width: 740px) {
    .s-more-info {
        display: none;
    }
}
.s-news {
    padding: 33px 20px 0;
    background: #f1f1f2;
}
.s-news__title {
    text-align: center;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -0.025em;
    
    margin-bottom: 50px;
}
.s-news .container {
    overflow: hidden;
    padding: 0;
    max-width: 1200px;
}
.s-news .btn-default {
    letter-spacing: -1.25px;
}
@media only screen and (max-width: 1023px) {
    .s-news {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 740px) {
    .s-news {
        padding: 2px 0 40px;
    }
    .s-news .container {
        padding: 0 10px;
    }
    .s-news__title {
        font-size: 24px;
        text-align: left;
        max-width: 520px;
        margin: 0 auto -2px;
        letter-spacing: 0;
        position: relative;
    }
    .s-news__title:after {
        display: block;
        content: "";
        position: absolute;
        height: 2px;
        width: 33px;
        background: #F2C320;
        bottom: -8px;
    }
}
.s-open-position {
    padding: 34px 20px 35px;
    background: #f1f1f2;
}
.s-open-position .container {
    max-width: 1200px;
    overflow: hidden;
    padding: 0;
}
.s-open-position .btn-default {
    padding: 0 15px;
    letter-spacing: -0.06em;
    min-width: 198px;
}
.s-open-position__top {
    padding-bottom: 26px;
}
.s-open-position__title {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -0.024em;
    margin-bottom: 2px;
    
    color: #404041;
}
.s-open-position__place {
    font-size: 18px;
    margin-bottom: 0;
    color: #404041;
    line-height: 22px;
    font-weight: 300;
}
.s-open-position p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #404041;
    font-weight: 300;
    line-height: 24px;
    word-spacing: -0.05em;
    text-align: justify;
}
.s-open-position__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
}
.s-open-position .svg-dotted {
    stroke: #3C3C3C;
    stroke-width: 4;
    width: 100%;
    height: 4px;
    left: 0;
    position: relative;
    top: -6px;
}
.s-open-position__about {
    padding-top: 33px;
}
.s-open-position__about h3 {
    font-size: 26px;
    color: #404041;
    margin-bottom: 6px;
    font-weight: 300;
}
.s-open-position__about ul {
    margin-bottom: 30px;
}
.s-open-position__about li {
    position: relative;
    font-size: 18px;
    color: #404041;
    line-height: 29px;
    padding-left: 20px;
    font-weight: 300;
}
.s-open-position__about li:before {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #F2C320;
    border-radius: 50%;
    top: 9px;
    left: 2px;
}
.s-open-position__mobile-subtitle {
    color: #F2C320;
    font-size: 12px;
    font-weight: 500;
    display: none;
}
@media only screen and (max-width: 740px) {
    .s-open-position {
        padding: 13px 10px 0;
        background: #fff;
    }
    .s-open-position .container {
        overflow: visible;
    }
    .s-open-position .svg-dotted {
        display: none;
    }
    .s-open-position .container {
        min-width: 300px;
    }
    .s-open-position__top {
        padding-bottom: 2px;
    }
    .s-open-position__title {
        font-size: 24px;
        margin-bottom: 9px;
    }
    .s-open-position__mobile-subtitle {
        display: block;
    }
    .s-open-position__place {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 15px;
    }
    .s-open-position p {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 15px;
    }
    .s-open-position .btn-default {
        min-width: 102px;
        padding: 0 11px;
    }
    .s-open-position__about {
        padding-top: 0;
    }
}
.s-opening {
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
}
._sticky-menu .s-opening {
    margin-bottom: 92px;
}
.s-opening .s-header,
.s-opening .container,
.s-opening .s-sticky {
    z-index: 11;
}
.s-opening__img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.s-opening .fp-scrollable {
    z-index: 1;
}
.s-opening .fp-scroller:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    pointer-events: none;
}
.s-opening .fp-tableCell:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    pointer-events: none;
}
.s-opening ._inner.container {
   
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 63px;
    padding-top: 70px;
    position: relative;
    z-index: 1;
}
.s-opening__title {
    font-size: 75px;
    line-height: 1.1;
    font-weight: 300;
    color: #F2C320;
    margin-top: auto;
    margin-bottom: 10px;
    
    word-spacing: 0.1px;
    letter-spacing: -2.35px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.s-opening__subtitle {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom:30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.s-opening .btn-play {
    margin-bottom: auto;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.s-opening__video-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
._played .s-opening__video-wrap {
    opacity: 1;
    pointer-events: all;
}
.s-opening__video-wrap video {
    min-height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
@media only screen and (max-width: 1240px) {
    ._sticky-menu .s-opening {
        margin-bottom: 65px;
    }
    .s-opening .fp-tableCell>.container {
        height: calc(100vh - 65px);
    }
}
@media only screen and (min-width: 1025px) {
    .s-opening ._inner.container {
        height: calc(100vh - 92px);
    }
}
@media only screen and (min-width: 1025px) and (max-height: 770px) {
    .s-opening__title {
        font-size: 60px;
    }
    .s-opening__subtitle {
        font-size: 33px;
    }
}
@media only screen and (max-width: 1024px) {
    .s-opening._played>.container {
        opacity: 0;
        pointer-events: none;
        display: none;
    }
    .p-product .s-opening {
        margin-bottom: 0;
    }
    .s-opening>.container._inner {
        opacity: 1;
       
       
        -webkit-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .s-opening__video-wrap {
        position: static;
        display: block;
    }
    .s-opening__video-wrap video {
        position: static;
        display: block;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        min-height: 0;
    }
}
@media only screen and (max-width: 1000px) {
    .s-opening .s-header {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .s-opening>.container {
        height: 460px;
    }
    .s-opening__title {
        font-size: 84px;
        line-height: 90px;
    }
}
@media only screen and (max-width: 920px) {
    .s-opening__title {
        font-size: 80px;
        line-height: 0.8;
    }
}
@media only screen and (max-width: 740px) {
    ._sticky-menu .s-opening {
        margin-bottom: 0;
    }
    .s-opening>.container {
        height: 180px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .s-opening__title {
        font-size: 24px;
        line-height: 1;
        max-width: 280px;
        letter-spacing: 0;
    }
    .s-opening__subtitle {
        margin-bottom: 4px;
        font-size: 16px;
        font-weight: 300;
    }
    .s-opening video {
        width: 100%;
    }
}
.s-overview {
    text-align: center;
    padding: 45px 0 31px;
    background: #f1f1f2;
}
.p-careers .s-overview {
    padding: 34px 0 36px;
}
.s-overview__title {
    
    font-size:40px;
    color: #404041;
    
    
    margin-bottom: 17px; margin-top:30px; font-family:"微软雅黑"; font-weight:normal;
}
.s-overview p {
    font-size:16px;
    line-height: 34px;
    color: #3C3C3C;
    font-weight: lighter;
    margin: 0 auto 0px;
    letter-spacing: 0.005em; 
	text-align:left; 
	text-indent:2em; 
	font-family:"微软雅黑";
}
.s-overview a {
    font-size: 22px;
    color: #F2C320;
}
.s-overview a+a {
    margin-left: 30px;
}
@media only screen and (max-width: 1240px) {
    .p-careers .s-overview {
        padding: 25px 0 34px;
    }
}
@media only screen and (max-width: 1024px) {
    .s-overview {
        background: #fff;
    }
    .s-overview__title {
        font-size: 58px;
    }
    .s-overview p {
        font-size: 28px;
        line-height: 36px;
        color: #404041;
        text-align: left;
    }
}
@media only screen and (max-width: 740px) {
    .s-overview {
        background: #f1f1f2;
        padding: 15px 0 17px;
    }
    .p-careers .s-overview {
        padding: 15px 0 20px;
    }
    .s-overview__title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 14px; left:38% !important; padding-top:15px !important; 
    }
    .p-careers .s-overview__title {
        margin-bottom: 7px;
    }
    .s-overview p {
        font-size: 14px;
        line-height:24px;
        color:#545454;
    }
}
.s-positions {
    padding: 14px 0 43px;
    background: #f1f1f2;
    font-weight: 300;
}
.s-positions__title {
    
    letter-spacing: -0.025em;
    font-size:40px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300; font-family:"微软雅黑"; margin-top:30px; color:#404041;
}
.s-positions p {
    font-size: 26px;
    color: #3C3C3C;
    text-align: center;
    margin-bottom: 26px;
}
@media only screen and (max-width: 1024px) {
    .s-positions__title {
        font-size: 58px;
    }
}
@media only screen and (max-width: 740px) {
    .s-positions {
        padding: 15px 0 22px;
    }
    .s-positions__title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 14px;
    }
    .s-positions p {
        font-size: 14px;
        text-align: left;
        line-height: 17px;
        margin-bottom: 11px;
    }
}
._sticky-menu .s-preview {
    margin-bottom: 80px;
}
.s-preview._video-content {
    position: relative;
}
.s-preview._video-content>.container {
    height: calc(100vh - 100px);
}
.s-preview .btn-play {
    display: block;
    margin: 30px auto 0;
    position: relative;
}
.s-preview>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 580px;
    position: relative;
    padding-top: 79px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.s-preview>.container:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
/*    background: rgba(0,0,0,0.3);
*/    pointer-events: none;
}
.p-media .s-preview>.container,
.p-overview .s-preview>.container {
    padding-top: 63px;
}
.s-preview__title {
    font-size: 60px;
    line-height: 75px;
    text-align: center;
    max-width: 665px;
    color: #fff;
    word-spacing: 0.03em;
    letter-spacing: -0.03em;
    position: relative;
    
    font-weight: 100;
}
.p-article .s-preview__title {
    max-width: 645px;
}
.p-contact .s-preview__title {
    max-width: 480px;
}
.p-news .s-preview__title {
    max-width: 600px;
}
.p-help .s-preview__title {
    max-width: 630px;
}
.s-preview__bottom {
    position: relative;
    background: #F2C320;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    z-index: 1;
}
.s-preview__video-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
._played .s-preview__video-wrap {
    opacity: 1;
    pointer-events: all;
}
.s-preview__video-wrap video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (max-width: 1240px) {
    .s-preview>.container {
        height: 450px;
        padding-top: 65px;
    }
}
@media only screen and (max-width: 1024px) {
    ._sticky-menu .s-preview {
        margin-bottom: 62px;
    }
    .s-preview>.container {
        padding-top: 0;
    }
    .p-media .s-preview>.container,
    .p-overview .s-preview>.container {
        padding-top: 0;
    }
    .s-preview._video-content>.container {
        height: 390px;
    }
    .s-preview__title {
        font-size: 84px;
    }
    .p-contact .s-preview__title {
        max-width: 525px;
    }
    .s-preview video {
        width: 100%;
    }
}
@media only screen and (max-width: 740px) {
    ._sticky-menu .s-preview {
        margin-bottom: 33px;
    }
    .s-preview._video-content>.container {
        height: 180px;
    }
    .s-preview>.container {
        height: 155px;
    }
    .s-preview__title {
        font-size: 35px;
        color: #F2C320;
        line-height: 32px;
        letter-spacing: 0;
        max-width: 240px;
    }
    .p-article .s-preview__title,
    .p-contact .s-preview__title,
    .p-news .s-preview__title {
        max-width: 240px;
    }
    .s-preview .btn-play {
        margin: 9px auto 0;
    }
}
.s-products {
    background-color: #f1f1f2;
    padding: 33px 0 31px;
    overflow: hidden;
}
@media only screen and (max-width: 1024px) {
    .s-products {
        background-color: #fff; display:none;
    }
}
@media only screen and (max-width: 740px) {
    .s-products {
        padding: 14px 0 0; display:none;
    }
}
.s-specification {
    padding: 19px 0 0;
}
.s-specification .container {
    position: relative;
    padding-bottom: 41px;
}
.s-specification h2 {
    display: block;
    text-align: center;
    font-size: 60px;
    font-weight: 300;
    color: #f1c31f;
    
    letter-spacing: -1.2px;
    text-transform: uppercase;
}
.s-specification__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 15px;
    
}
.s-specification__item {
    width: 50%;
    padding: 75px 20px;
}
.s-specification__item h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.s-specification__item ul {
    margin-bottom: 28px;
    text-align: left;
    max-width: 330px;
}
.s-specification__item li {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 4px;
}
.s-specification__item li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #F2C320;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0; color:#fff;
}
.s-specification__item:nth-child(even) ul,
.s-specification__item:nth-child(even) .l-primary {
    margin-left: auto;
}
.s-specification__img-wrap {
    width:1200px;
    max-width: 700px;
    height: 100%;
    font-size: 0;

    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0; margin:0 auto;
}
.s-specification__img-wrap:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.s-specification__img {
    width: auto;
    height: auto;
    max-height: 80%;
    max-width: 80%;
    display: inline-block;
    vertical-align: middle;
}
.s-specification .btn-default {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    letter-spacing: -1.15px;
    word-spacing: 2.55px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1240px) {
    .s-specification__img-wrap {
        max-width: 50%;
    }
}
@media only screen and (max-width: 1024px) {
    .s-specification__img-wrap {
        max-width: 70%;
    }
}
@media only screen and (max-width: 740px) {
    .s-specification {
        background: #f1f1f2;
        overflow: hidden;
        position: relative;
        padding: 7px 0 0;
    }
    .s-specification:before {
        display: block;
        content: "";
        position: absolute;
        height: 4px;
        border-radius: 50%;
        width: 100%;
        left: 0;
        top: -5px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    }
    .s-specification__content {
        display: block;
        
        min-height: auto;
    }
    .s-specification__item {
        width: 100%;
        padding: 0;
    }
    .s-specification__item + .s-specification__item {
        margin-top: 18px;
    }
    .s-specification__item h3 {
        color: #F2C320;
        font-weight: 500;
        font-size: 12px;
    }
    .s-specification__item ul {
        max-width: 100%;
    }
    .s-specification__item li {
        font-size: 10px;
        line-height: 13px;
    }
    .s-specification__item li:before {
        top: 3px;
        width: 4px;
        height: 4px;
    }
    .s-specification__img-wrap {
        max-width: 100%;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 23px;
    }
    .s-specification__img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
    }
    .s-specification h2 {
        font-size: 24px;
        margin-bottom: 10px;
        letter-spacing: 0;
        color: #404041;
        text-align: center;
        text-transform: none;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .s-specification .container {
        max-width: 420px;
        padding-bottom: 30px;
    }
    .s-specification .btn-default {
        min-width: 132px;
        font-size: 12px;
        padding: 0 13px;
        letter-spacing: -0.95px;
    }
}
.s-statistic {
    background-color: #F2C320;
    font-size: 0;
    padding: 75px 0 75px;
}
.s-statistic .container {
    max-width: 1560px;
    padding: 0;
}
.s-statistic__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0;
    text-align: center;
}
@media only screen and (max-width: 1240px) {
    .s-statistic__inner {
        margin: 0;
    }
}
@media only screen and (max-width: 800px) {
    .s-statistic {
        padding: 12px 0 25px;
        margin: 0;
    }
    .p-defence .s-statistic {
        display: none;
    }
    .s-statistic__inner {
        margin: 0 0 -3px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.s-sticky {
    background: #F2C320;
    position: relative;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
    height: 92px !important;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.mobile .s-sticky {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
}
.p-contact .s-sticky {
    z-index: 3;
}
.wrapper>.s-sticky {
    position: fixed;
    -webkit-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    transform: translateY(-92px);
    -webkit-transition: -webkit-transform 0.001s linear 0.7s;
    transition: -webkit-transform 0.001s linear 0.7s;
    transition: transform 0.001s linear 0.7s;
    transition: transform 0.001s linear 0.7s, -webkit-transform 0.001s linear 0.7s;
}
.fp-viewing-s-0 .wrapper>.s-sticky {
    -webkit-transition: -webkit-transform 0.01s linear 0.05s;
    transition: -webkit-transform 0.01s linear 0.05s;
    transition: transform 0.01s linear 0.05s;
    transition: transform 0.01s linear 0.05s, -webkit-transform 0.01s linear 0.05s;
}
.fp-viewing-s-1 .wrapper>.s-sticky {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.fp-viewing-s-2 .wrapper>.s-sticky,
.fp-viewing-s-3 .wrapper>.s-sticky,
.fp-viewing-s-4 .wrapper>.s-sticky,
.fp-viewing-s-5 .wrapper>.s-sticky,
.fp-viewing-s-6 .wrapper>.s-sticky,
.fp-viewing-s-7 .wrapper>.s-sticky,
.fp-viewing-s-8 .wrapper>.s-sticky,
.fp-viewing-s-9 .wrapper>.s-sticky {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.01s linear 0.05s;
    transition: -webkit-transform 0.01s linear 0.05s;
    transition: transform 0.01s linear 0.05s;
    transition: transform 0.01s linear 0.05s, -webkit-transform 0.01s linear 0.05s;
}
.fp-viewing-s-1 .s-sticky,
.fp-viewing-s-2 .s-sticky,
.fp-viewing-s-3 .s-sticky,
.fp-viewing-s-4 .s-sticky,
.fp-viewing-s-5 .s-sticky,
.fp-viewing-s-6 .s-sticky,
.fp-viewing-s-7 .s-sticky,
.fp-viewing-s-8 .s-sticky,
.fp-viewing-s-9 .s-sticky {
    -webkit-transform: translateY(92px);
    -ms-transform: translateY(92px);
    transform: translateY(92px);
}
.s-sticky .svg-chevron {
    position: absolute;
    left: 50%;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -webkit-transform: translateX(-50%) translateX(-50vw);
    -ms-transform: translateX(-50%) translateX(-50vw);
    transform: translateX(-50%) translateX(-50vw);
    top: 80px;
}
._ie .s-sticky .svg-chevron {
    display: none;
}
._sticky-menu.mobile .s-sticky {
    position: fixed;
    position: -webkit-sticky;
    position: sticky;
    margin-top: -37px;
}
._sticky-menu .s-sticky {
    position: fixed;
}
.s-sticky._down-arrow {
    background: transparent;
    margin-bottom: -30px;
    padding-bottom: 20px;
    box-shadow: none;
    z-index:1;
}
:not(._ie) .s-sticky._down-arrow:before {
    display: none;
}
.s-sticky._down-arrow:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    top: 0;
    background: #F2C320;
}
._ie .s-sticky._down-arrow:after {
    height: 100px;
}
.s-sticky:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -12px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3);
    border-radius: 50%;
}
.s-sticky__navigation {
    text-align: center;
    height: 92px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
}
.s-sticky__triangle {
    position: absolute;
    top: 0;
    left: -15px;
    width: 30px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    height: 15px;
    border-top: 15px solid #404041;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.s-sticky__btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    font-weight: 300;
    padding: 39px 20px 32px;
    position: relative;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
._ie .s-sticky__btn {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
._ie .s-sticky__btn:hover {
    color: #fff;
}
.p-product .s-sticky__btn {
    padding: 0 29px 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;color: #fff;
}
._down-arrow .s-sticky__btn {
    padding-bottom: 17px;
    z-index: 1;
}
._ie .s-sticky__btn._active {
    position: relative;
}
._ie .s-sticky__btn._active:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
    width: 30px;
    height: 15px;
    border-bottom: 15px solid #f1f1f2;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
@media only screen and (max-width: 1300px) {
    .p-product .s-sticky__btn {
        padding-left: 22px;
        padding-right: 22px;
    }
}
@media only screen and (max-width: 1240px) {
    .s-sticky__btn {
        font-size: 18px;
        padding: 25px 15px 20px;
    }
    .p-product .s-sticky__btn {
        padding: 0 15px 0;
    }
    .s-sticky._down-arrow:after {
        height: 60px;
    }
    .s-sticky .svg-chevron {
        top: 60px;
    }
}
@media only screen and (max-width: 1024px) {
    .s-sticky._down-arrow {
        margin-bottom: -22px;
    }
    .p-product .s-sticky {
        display: none;
    }
}
@media only screen and (max-width: 740px) {
    .s-sticky {
        height: 37px !important;
    }
    .s-sticky__navigation {
        height: 37px;
    }
    .s-sticky._down-arrow {
        background:#F2C320;
        overflow: visible;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .s-sticky._down-arrow:before {
        display: block;
        top: calc(100% - 4px);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
        height: 4px;
    }
    .s-sticky._down-arrow:after {
        display: none;
    }
    .s-sticky__btn {
        font-size: 9px;
        padding: 15px 8px;
        letter-spacing: 0.01em;
    }
    ._down-arrow .s-sticky__btn {
        padding-bottom: 10px;
    }
    .s-sticky__btn._active:after {
        display: block;
        content: "";
        position: absolute;
        width: calc(100% - 16px);
        height: 3px;
        background: #F2C320;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }
    .s-sticky .svg-chevron {
        display: none;
    }
}
.s-vantage {
	/* padding: 118px 0 109px; */
    background: rgba(0,0,0,.2);
    background-size: cover;
    position: relative;
}
.s-vantage ._cover {
    z-index: 0;
}
.s-vantage__text {
    font-size: 24px;
    color: #F2C320;
    text-align: center;
    margin-bottom: 36px;
    letter-spacing: 0.007em;
    position: relative;
}
@media only screen and (max-width: 1440px) {
    .s-vantage__text {
        font-size: 22px;
    }
}
@media only screen and (max-width: 740px) {
    .s-vantage {
        padding: 22px 0 0;
    }
    .s-vantage .container {
        padding: 0;
    }
    .s-vantage__text {
        margin-bottom: 5px;
        font-size: 14px;
        padding: 0 10px;
        letter-spacing: 0.1px;
        text-align: left;
    }
}
.s-why {
    padding: 18px 0 101px;
    overflow: hidden;
}
.s-why__title {
    font-family: 'bariol', Arial, Helvetica, sans-serif;
    font-size: 58px;
    color: #F2C320;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.01em;
    margin-bottom: 28px;
}
@media only screen and (max-width: 740px) {
    .s-why {
        padding: 9px 0 15px;
    }
    .s-why__title {
        font-size: 24px;
        margin-bottom: 0;
    }
}
.t-positions {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
}
.t-positions__row {
    display: table-row;
}
.t-positions__row:nth-child(2) .t-positions__cell {
    padding-top: 16px;
}
.t-positions__row:first-child {
    background: #F2C320;
}
.t-positions__row:first-child .t-positions__cell {
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px; font-family:"微软雅黑";
}
.t-positions__cell {
    display: table-cell;
    padding: 10px 0 0 10px;
    font-size: 18px;font-family:"微软雅黑";
}
.t-positions__cell:first-child {
    padding-left: 34px;
    width: 24%;
}
.t-positions__cell:nth-child(4) {
    
    width: 20%;
}
.t-positions__cell:nth-child(3) {
    width: 23%;
}
.t-positions .svg-dotted {
    stroke: #3C3C3C;
    stroke-width: 4;
    width: 86%;
    height: 4px;
}
.t-positions__mobile-subtitle {
    display: none;
    color: #F2C320;
    font-size: 12px;
    font-weight: 500;
}
.t-positions .btn-default {
    letter-spacing: -0.04em;
}
@media only screen and (max-width: 1024px) {
    .t-positions__row:nth-child(2) .t-positions__cell {
        padding-top: 10px;
    }
    .t-positions__cell {
        font-size: 15px;
    }
    .t-positions__cell:first-child {
        padding-left: 10px;
        width: 24%;
    }
    .t-positions__cell:nth-child(4) {
        width: 20%;
    }
    .t-positions__cell:nth-child(3) {
        width: 23%;
    }
    .t-positions .btn-default {
        min-width: 120px;
    }
}
@media only screen and (max-width: 740px) {
    .t-positions {
        display: block;
    }
    .t-positions__row {
        background: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 4px;
        position: relative;
        padding-bottom: 1px;
        max-height: 35px;
        overflow: hidden;
        -webkit-transition: max-height 0.2s linear, margin-bottom 0.2s linear;
        transition: max-height 0.2s linear, margin-bottom 0.2s linear;
    }
    .t-positions__row:before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        top: 30px;
        border-radius: 50%;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    }
    .t-positions__row._open {
        max-height: 150px;
        margin-bottom: 10px;
    }
    .t-positions__row:first-child {
        display: none;
    }
    .t-positions__row:nth-child(2) .t-positions__cell {
        padding-top: 0;
    }
    .t-positions__row:nth-child(2) .t-positions__cell:nth-child(1) {
        padding-top: 14px;
    }
    .t-positions__cell {
        display: block;
        font-size: 12px;
        padding: 0 0 0 10px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .t-positions__cell:first-child {
        padding-left: 10px;
        width: 100%;
    }
    .t-positions__cell:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        font-weight: 400;
        background: #F2C320;
        z-index: 1;
        line-height: 35px;
        position: relative;
    }
    .t-positions__cell:nth-child(2):before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 8px;
        height: 8px;
        bottom: 3px;
        right: 13px;
        -webkit-transform: scaleX(0.9) rotate(-45deg);
        -ms-transform: scaleX(0.9) rotate(-45deg);
        transform: scaleX(0.9) rotate(-45deg);
        border-left: 1px solid #404041;
        border-bottom: 1px solid #404041;
    }
    .t-positions__cell:nth-child(1) {
        padding-top: 10px;
    }
    .t-positions__cell:nth-child(1),
    .t-positions__cell:nth-child(3) {
        padding-bottom: 9px;
    }
    .t-positions__cell:nth-child(3),
    .t-positions__cell:nth-child(4) {
        width: 100%;
    }
    .t-positions .btn-default {
        min-width: 75px;
        font-size: 10px;
        line-height: 33px;
        position: absolute;
        bottom: 13px;
        right: 12px;
        border-radius: 8px;
    }
    .t-positions .svg-dotted {
        display: none;
    }
    .t-positions__mobile-subtitle {
        display: block;
        margin-bottom: 3px;
    }
  .l-contact__select__w  select{
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    padding:0 0 0 22px;
    color: #404041;
    width: 100%;
    background: #fff;
  }
  .l-contact__select__w {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #fff;
    margin-bottom: 10px;

  }
  .l-contact__select__w:before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 6px;
    margin: auto 0;
    width: 14px;
    height: 14px;
    border-left: 1px solid #404041;
    border-top: 1px solid #404041;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 20px;
  }
}


.m-site__link_submenu{ padding-right:30px;padding-top: 5px; line-height:100px; float:left; background:url(../images/quan.png) no-repeat right center;}








@media only screen and (max-width: 700px) {
  .wrapper{max-width:100% !important}
 
 
  
}



