﻿@font-face {
    font-family: akrobat;
    src: url(img/akrobat-semibold-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: akrobat;
    src: url(img/akrobat-bold-webfont.woff) format('woff');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: akrobat;
    src:  url(img/akrobat-black-webfont.woff) format('woff');
    font-weight: 900;
    font-style: normal
}
@font-face {
    font-family: icomoon;
    src: url(img/icomoon.woff) format('woff'), url(../font/icomoon.svg#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}
[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-iconfont-qrcode:before {
    content: "\e606"
}
.icon-info-large:before {
    content: "\e600"
}
.icon-home:before {
    content: "\e60e"
}
.icon-location:before {
    content: "\e611"
}
.icon-link:before {
    content: "\e612"
}
.icon-image:before {
    content: "\e613"
}
.icon-video:before {
    content: "\e627"
}
.icon-drafts:before {
    content: "\e602"
}
.icon-mail:before {
    content: "\e002"
}
.icon-image2:before {
    content: "\e010"
}
.icon-camera2:before {
    content: "\e017"
}
.icon-search:before {
    content: "\e036"
}
.icon-share2:before {
    content: "\e081"
}
.icon-arrow-left:before {
    content: "\e094"
}
.icon-arrow-right:before {
    content: "\e095"
}
.icon-arrow-up:before {
    content: "\e096"
}
.icon-arrow-down:before {
    content: "\e097"
}
.icon-plus:before {
    content: "\e114"
}
.icon-minus:before {
    content: "\e115"
}
.icon-check:before {
    content: "\e116"
}
.icon-cross:before {
    content: "\e117"
}
.icon-menu:before {
    content: "\e120"
}
.icon-phone:before {
    content: "\f095"
}
.icon-weibo:before {
    content: "\f18a"
}
.icon-wechat:before {
    content: "\f1d7"
}
.icon-share:before {
    content: "\e601"
}
.icon-arrow-left2:before {
    content: "\e616"
}
.icon-arrow-down2:before {
    content: "\e617"
}
.icon-arrow-up2:before {
    content: "\e618"
}
.icon-arrow-right2:before {
    content: "\e619"
}
.icon-arrow-left3:before {
    content: "\e61b"
}
.icon-arrow-down3:before {
    content: "\e61c"
}
.icon-arrow-up3:before {
    content: "\e61d"
}
.icon-arrow-right3:before {
    content: "\e61e"
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, 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
}
a {
    background-color: transparent
}
a:active, a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td, th {
    padding: 0
}
.trans {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.trans2 {
    -webkit-transition: all .4s cubic-bezier(1, 0, 0, 1);
    -o-transition: all .4s cubic-bezier(1, 0, 0, 1);
    transition: all .4s cubic-bezier(1, 0, 0, 1)
}
.trans-md {
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}
.trans-md2 {
    -webkit-transition: all .8s cubic-bezier(1, 0, 0, 1);
    -o-transition: all .8s cubic-bezier(1, 0, 0, 1);
    transition: all .8s cubic-bezier(1, 0, 0, 1)
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.anim-loader {
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite
}
@-webkit-keyframes down_arrow {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}
@keyframes down_arrow {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}
@-webkit-keyframes clouds_loop {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
@keyframes clouds_loop {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
@-webkit-keyframes split_text_hero {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8) translateY(30px);
        transform: scale(.8) translateY(30px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}
@keyframes split_text_hero {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8) translateY(30px);
        transform: scale(.8) translateY(30px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}
.split-anim-hero {
    -webkit-animation: split_text_hero 2s ease both;
    animation: split_text_hero 2s ease both
}
@-webkit-keyframes split_text {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8) translateY(20px);
        transform: scale(.8) translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}
@keyframes split_text {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8) translateY(20px);
        transform: scale(.8) translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}
.split-anim {
    -webkit-animation: split_text 1.2s ease both;
    animation: split_text 1.2s ease both
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    width: 100%;
    height: 100%;
    text-rendering: optimizeLegibility
}
body {
    font-family: akrobat, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 'Noto Sans CJK SC', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    background-color: #222429;
    width: 100%;
    height: 100%;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
::-moz-selection {
    color: #fff;
    background: #e0b86b
}
::selection {
    color: #fff;
    background: #e0b86b
}
div, footer, header, main, section {
    position: relative
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
.desktop a:hover, a:focus {
    text-decoration: none
}
a:focus {
    outline: 0
}
ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}
ul li {
    position: relative
}
img {
    vertical-align: middle
}
embed[id^=xunlei_com_thunder] {
    display: none !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
    margin: 0
}
.h1, h1 {
    font-size: 72px
}
.h2, h2 {
    font-size: 48px
}
.h3, h3 {
    font-size: 36px
}
.h4, h4 {
    font-size: 24px
}
.h5, h5 {
    font-size: 18px
}
.h6, h6 {
    font-size: 14px
}
@media (max-width:1199px) {
    .h1, h1 {
        font-size: 58px
    }
    .h2, h2 {
        font-size: 39px
    }
    .h3, h3 {
        font-size: 29px
    }
    .h4, h4 {
        font-size: 18px
    }
}
@media (max-width:767px) {
    .h1, h1 {
        font-size: 36px
    }
    .h2, h2 {
        font-size: 24px
    }
    .h3, h3 {
        font-size: 18px
    }
    .h4, h4 {
        font-size: 16px
    }
    .h5, h5 {
        font-size: 14px
    }
    .h6, h6 {
        font-size: 12px
    }
}
.h1, .h2, .h3, h1, h2, h3 {
    text-transform: uppercase
}
.h1.cn, .h1.cnv, .h2.cn, .h2.cnv, .h3.cn, .h3.cnv, h1.cn, h1.cnv, h2.cn, h2.cnv, h3.cn, h3.cnv {
    font-weight: 300
}
.h1 .en-black, .h1.en-black, .h2 .en-black, .h2.en-black, .h3 .en-black, .h3.en-black, h1 .en-black, h1.en-black, h2 .en-black, h2.en-black, h3 .en-black, h3.en-black {
    line-height: 1
}
.en-black {
    font-weight: 900
}
.bold {
    font-weight: 600
}
.cn-thin {
    font-weight: 300
}
a.link {
    display: inline-block
}
.desktop a.link:hover {
    color: #e0b86b
}
span {
    display: inline-block;
    color: inherit
}
p {
    font-size: 16px;
    color: #F0F0F0;
    margin-top: 0;
    margin-bottom: 1.4em
}
p:last-child {
    margin-bottom: 0
}
p a {
    display: inline-block
}
@media (max-width:767px) {
    p {
        font-size: 14px;
        margin-bottom: 15px
    }
}
.t-small {
    font-size: 12px
}
.fs0 {
    font-size: 0
}
@media (max-width:767px) {
    .t-xs-small {
        font-size: 12px
    }
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-nowrap {
    white-space: nowrap
}
.uppercase {
    text-transform: uppercase
}
.capitalize {
    text-transform: capitalize
}
h1, h2, h3, h4, h5, h6, p, span {
    cursor: default
}
a h1, a h2, a h3, a h4, a h5, a h6, a p, a span, button h1, button h2, button h3, button h4, button h5, button h6, button p, button span {
    cursor: pointer
}
.oneline-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-list ol, .text-list ul {
    text-align: left;
    margin: 0;
    padding-left: 18px
}
@media (max-width:767px) {
    .text-list ol, .text-list ul {
        font-size: 12px
    }
}
.text-list ul {
    list-style: disc
}
.text-list ol {
    list-style: decimal
}
.c-gray {
    color: #2e3138
}
.c-dark {
    color: #222429
}
.c-light {
    color: #C6C6C6
}
.c-red {
    color: #e0b86b
}
.c-blue {
    color: #e0b86b
}
.c-blue2 {
    color: #5F7691
}
.bgc-white {
    background-color: #fff
}
.bgc-black {
    background-color: #000
}
.bgc-gray {
    background-color: #2e3138
}
.bgc-dark {
    background-color: #222429
}
.bgc-red {
    background-color: #e0b86b
}
.bgc-blue {
    background-color: #e0b86b
}
.dark-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .2
}
.swiper-wrapper + .dark-layer {
    z-index: 2
}
.bottom-layer {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -o-linear-gradient(top, rgba(34, 36, 41, 0) 0, rgba(34, 36, 41, .5) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(34, 36, 41, 0)), to(rgba(34, 36, 41, .5)));
    background-image: linear-gradient(to bottom, rgba(34, 36, 41, 0) 0, rgba(34, 36, 41, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00222429', endColorstr='#80222429', GradientType=0)
}
.swiper-wrapper + .bottom-layer {
    z-index: 2
}
.dark-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2)
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 86%
}
@media (min-width:768px) {
    .container {
        width: 86%
    }
}
@media (min-width:992px) {
    .container {
        width: 80%
    }
}
@media (min-width:1600px) {
    .container {
        width: 70%
    }
}
@media (max-width:767px) {
    .container {
        padding-left: 5px;
        padding-right: 5px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}
.row {
    margin-left: -10px;
    margin-right: -10px
}
@media (max-width:767px) {
    .row {
        margin-left: -5px;
        margin-right: -5px
    }
}
[class*=col-] {
    position: relative;
    min-height: 1px;
    float: left
}
.row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}
@media (max-width:767px) {
    .row .col-xs-1, .row .col-xs-10, .row .col-xs-11, .row .col-xs-12, .row .col-xs-2, .row .col-xs-3, .row .col-xs-4, .row .col-xs-5, .row .col-xs-6, .row .col-xs-7, .row .col-xs-8, .row .col-xs-9 {
        padding-left: 5px;
        padding-right: 5px
    }
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (max-width:767px) and (orientation:landscape) {
    .col-xsls-12 {
        width: 100%
    }
    .col-xsls-11 {
        width: 91.66666667%
    }
    .col-xsls-10 {
        width: 83.33333333%
    }
    .col-xsls-9 {
        width: 75%
    }
    .col-xsls-8 {
        width: 66.66666667%
    }
    .col-xsls-7 {
        width: 58.33333333%
    }
    .col-xsls-6 {
        width: 50%
    }
    .col-xsls-5 {
        width: 41.66666667%
    }
    .col-xsls-4 {
        width: 33.33333333%
    }
    .col-xsls-3 {
        width: 25%
    }
    .col-xsls-2 {
        width: 16.66666667%
    }
    .col-xsls-1 {
        width: 8.33333333%
    }
    .col-xsls-pull-12 {
        right: 100%
    }
    .col-xsls-pull-11 {
        right: 91.66666667%
    }
    .col-xsls-pull-10 {
        right: 83.33333333%
    }
    .col-xsls-pull-9 {
        right: 75%
    }
    .col-xsls-pull-8 {
        right: 66.66666667%
    }
    .col-xsls-pull-7 {
        right: 58.33333333%
    }
    .col-xsls-pull-6 {
        right: 50%
    }
    .col-xsls-pull-5 {
        right: 41.66666667%
    }
    .col-xsls-pull-4 {
        right: 33.33333333%
    }
    .col-xsls-pull-3 {
        right: 25%
    }
    .col-xsls-pull-2 {
        right: 16.66666667%
    }
    .col-xsls-pull-1 {
        right: 8.33333333%
    }
    .col-xsls-pull-0 {
        right: auto
    }
    .col-xsls-push-12 {
        left: 100%
    }
    .col-xsls-push-11 {
        left: 91.66666667%
    }
    .col-xsls-push-10 {
        left: 83.33333333%
    }
    .col-xsls-push-9 {
        left: 75%
    }
    .col-xsls-push-8 {
        left: 66.66666667%
    }
    .col-xsls-push-7 {
        left: 58.33333333%
    }
    .col-xsls-push-6 {
        left: 50%
    }
    .col-xsls-push-5 {
        left: 41.66666667%
    }
    .col-xsls-push-4 {
        left: 33.33333333%
    }
    .col-xsls-push-3 {
        left: 25%
    }
    .col-xsls-push-2 {
        left: 16.66666667%
    }
    .col-xsls-push-1 {
        left: 8.33333333%
    }
    .col-xsls-push-0 {
        left: auto
    }
    .col-xsls-offset-12 {
        margin-left: 100%
    }
    .col-xsls-offset-11 {
        margin-left: 91.66666667%
    }
    .col-xsls-offset-10 {
        margin-left: 83.33333333%
    }
    .col-xsls-offset-9 {
        margin-left: 75%
    }
    .col-xsls-offset-8 {
        margin-left: 66.66666667%
    }
    .col-xsls-offset-7 {
        margin-left: 58.33333333%
    }
    .col-xsls-offset-6 {
        margin-left: 50%
    }
    .col-xsls-offset-5 {
        margin-left: 41.66666667%
    }
    .col-xsls-offset-4 {
        margin-left: 33.33333333%
    }
    .col-xsls-offset-3 {
        margin-left: 25%
    }
    .col-xsls-offset-2 {
        margin-left: 16.66666667%
    }
    .col-xsls-offset-1 {
        margin-left: 8.33333333%
    }
    .col-xsls-offset-0 {
        margin-left: 0
    }
}
@media (min-width:768px) {
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width:992px) {
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width:1200px) {
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
.p-rel {
    position: relative
}
.p-abs {
    position: absolute
}
.p-fix {
    position: fixed
}
.top {
    top: 0
}
.btm {
    bottom: 0
}
.lt {
    left: 0
}
.rt {
    right: 0
}
.inlineblock {
    display: inline-block
}
.block {
    display: block
}
.left {
    float: left
}
.right {
    float: right
}
ul.inline-list li {
    position: relative;
    display: inline-block
}
.overhide {
    overflow: hidden
}
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.full {
    width: 100%;
    height: 100%;
    overflow: hidden
}
.fullw {
    width: 100%
}
.fullh {
    height: 100%
}
.fullvh {
    height: 100vh
}
.halfw {
    width: 50%;
    float: left
}
@media (max-width:991px) and (orientation:portrait) {
    .halfw {
        width: 100%;
        float: none
    }
}
.wrap {
    padding: 30px
}
@media (max-width:767px) {
    .wrap {
        padding: 20px
    }
}
.wrap-s {
    padding: 20px
}
.wrap-md {
    padding: 60px
}
@media (max-width:767px) {
    .wrap-md {
        padding: 30px
    }
}
.p-v-xs {
    padding-top: 20px;
    padding-bottom: 20px
}
.p-v-sm {
    padding-top: 30px;
    padding-bottom: 30px
}
@media (max-width:767px) {
    .p-v-sm {
        padding-top: 15px;
        padding-bottom: 15px
    }
}
.p-v-md {
    padding-top: 60px;
    padding-bottom: 60px
}
@media (max-width:992px) {
    .p-v-md {
        padding-top: 40px;
        padding-bottom: 40px
    }
}
@media (max-width:767px) {
    .p-v-md {
        padding-top: 30px;
        padding-bottom: 30px
    }
}
.p-v-lg {
    padding-top: 120px;
    padding-bottom: 120px
}
@media (max-width:992px) {
    .p-v-lg {
        padding-top: 60px;
        padding-bottom: 60px
    }
}
@media (max-width:767px) {
    .p-v-lg {
        padding-top: 40px;
        padding-bottom: 40px
    }
}
@media (max-width:767px) and (orientation:landscape) {
    .p-v-lg {
        padding-top: 60px;
        padding-bottom: 60px
    }
}
@media (min-width:1600px) {
    .p-v-lg {
        padding-top: 160px;
        padding-bottom: 139px
    }
}
.p-h-xs {
    padding-left: 20px;
    padding-right: 20px
}
@media (max-width:767px) {
    .p-h-xs {
        padding-left: 10px;
        padding-right: 10px
    }
}
.p-h-sm {
    padding-left: 30px;
    padding-right: 30px
}
@media (max-width:767px) {
    .p-h-sm {
        padding-left: 15px;
        padding-right: 15px
    }
}
.p-h-md {
    padding-left: 60px;
    padding-right: 60px
}
@media (max-width:767px) {
    .p-h-md {
        padding-left: 30px;
        padding-right: 30px
    }
}
.pt0 {
    padding-top: 0
}
.pb0 {
    padding-bottom: 0
}
.m-b-xxs {
    margin-bottom: 5px
}
.m-b-xs {
    margin-bottom: 10px
}
.m-b-sm {
    margin-bottom: 20px
}
@media (max-width:767px) {
    .m-b-sm {
        margin-bottom: 10px
    }
}
.m-b-md {
    margin-bottom: 30px
}
@media (max-width:767px) {
    .m-b-md {
        margin-bottom: 20px
    }
}
.m-b-lg {
    margin-bottom: 60px
}
@media (max-width:767px) {
    .m-b-lg {
        margin-bottom: 30px
    }
}
.m-b-xl {
    margin-bottom: 80px
}
@media (max-width:767px) {
    .m-b-xl {
        margin-bottom: 60px
    }
}
@media (max-width:767px) {
    .xs-mb-sm {
        margin-bottom: 20px
    }
}
.m-t-xxs {
    margin-top: 5px
}
.m-t-xs {
    margin-top: 10px
}
.m-t-sm {
    margin-top: 20px
}
@media (max-width:767px) {
    .m-t-sm {
        margin-top: 10px
    }
}
.m-t-md {
    margin-top: 30px
}
@media (max-width:767px) {
    .m-t-md {
        margin-top: 20px
    }
}
.m-t-lg {
    margin-top: 60px
}
@media (max-width:767px) {
    .m-t-lg {
        margin-top: 30px
    }
}
.m-t-xl {
    margin-top: 80px
}
@media (max-width:767px) {
    .m-t-xl {
        margin-top: 60px
    }
}
.m--t-half {
    margin-top: -.5em
}
.m-r-xxs {
    margin-right: 5px
}
.m-r-xs {
    margin-right: 10px
}
@media (max-width:767px) {
    .m-r-xs {
        margin-right: 5px
    }
}
.m-r-sm {
    margin-right: 20px
}
@media (max-width:767px) {
    .m-r-sm {
        margin-right: 10px
    }
}
.m-r-md {
    margin-right: 30px
}
@media (max-width:767px) {
    .m-r-md {
        margin-right: 20px
    }
}
.m-r-lg {
    margin-right: 60px
}
@media (max-width:767px) {
    .m-r-lg {
        margin-right: 30px
    }
}
.mt0 {
    margin-top: 0
}
.mb0 {
    margin-bottom: 0
}
button {
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    white-space: nowrap;
    background: 0 0;
    border: none;
    text-shadow: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
button, button.active, button:active {
    outline: 0;
    background-image: none
}
button.active.focus, button.active:focus, button.focus, button:active.focus, button:active:focus, button:focus {
    outline: 0
}
button.disabled, button[disabled], fieldset[disabled] button {
    cursor: not-allowed;
    opacity: .7;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn {
    display: inline-block;
    padding: 0 30px;
    line-height: 40px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: uppercase;
    font-weight: 600
}
.btn:last-child {
    margin-right: 0;
    margin-bottom: 0
}
.desktop .btn:hover {
    border-radius: 3px;
    background-color: #fff
}
.btn-red {
    background-color: #e0b86b;
    color: #fff
}
.desktop .btn-red:hover {
    color: #e0b86b
}
.btn-blue {
    background-color: #e0b86b;
    color: #fff
}
.desktop .btn-blue:hover {
    color: #e0b86b
}
.left-icon::before {
    margin-right: 10px
}
.iconbtn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    text-align: center;
    background-color: #2e3138;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.desktop .iconbtn:hover, .iconbtn.active {
    background-color: #fff;
    color: #e0b86b
}
.close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 99
}
@media (max-width:991px) {
    .close-btn {
        top: 20px;
        right: 20px
    }
}
@media (max-width:767px) {
    .close-btn {
        top: 15px;
        right: 15px
    }
}
.thumbs li {
    margin-bottom: 10px
}
.thumbs li:last-child {
    margin-bottom: 0
}
@media (min-width:768px) {
    .thumbs li {
        margin-bottom: 20px
    }
}
@media (max-width:767px) and (orientation:portrait) {
    .thumbs li.col-xs-12 {
        margin-bottom: 15px
    }
}
.thumbs li a {
    position: relative;
    display: block;
    width: 100%;
    background-color: #2e3138;
    overflow: hidden
}
.thumbs li a .img-wrap {
    overflow: hidden
}
.thumbs li a img {
    width: 100%
}
.desktop .thumbs li a img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}
.thumbs li a .title {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.thumbs li a .date, .thumbs li a .subtitle {
    color: #5F7691;
    margin-top: 10px
}
.thumbs li a .info {
    padding: 20px;
    z-index: 1
}
.thumbs li a .info::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1
}
@media (min-width:1600px) {
    .thumbs li a .info {
        padding: 25px
    }
}
@media (min-width:768px) {
    .projects .thumbs li a .info {
        min-height: 120px
    }
    .projects .thumbs li a .info .subtitle {
        position: absolute;
        bottom: 20px
    }
}
@media (min-width:768px) and (min-width:1600px) {
    .projects .thumbs li a .info .subtitle {
        bottom: 25px
    }
}
.desktop.safari .thumbs li a img {
    width: calc(100% + 1px)
}
.desktop.safari .thumbs li a .img-wrap + .info {
    background-color: #2e3138;
    margin-top: -1px
}
.thumbs li a .tip {
    position: absolute;
    right: 18px;
    bottom: 18px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.thumbs li a .tip i {
    font-size: 16px;
    color: #e0b86b
}
@media (max-width:767px) {
    .projects .thumbs li a .img-wrap {
        width: 50%
    }
    .projects .thumbs li a .info {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%
    }
}
.desktop .thumbs li a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07)
}
.desktop .thumbs li a:hover .info::before {
    height: 100%
}
.desktop .thumbs li a:hover .title {
    color: #e0b86b
}
.desktop .thumbs li a:hover .tip {
    color: #e0b86b
}
#nav_overlayer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    z-index: 900
}
.backdropfilter #nav_overlayer {
    background-color: rgba(255, 255, 255, 0);
    opacity: 1
}
#nav_overlayer.showin {
    visibility: visible;
    opacity: 1
}
.backdropfilter #nav_overlayer.showin {
    background-color: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(30px) brightness(1.5);
    backdrop-filter: blur(30px) brightness(1.5)
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    overflow: visible;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 1030
}
header .bg {
    z-index: -1
}
body.init header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
header.close {
    opacity: 0;
    visibility: hidden
}
.top_logo {
    float: left;
    height: 100%;
    width: auto;
    overflow: hidden
}
.top_logo img {
    padding: 15px 30px;
    height: 100%;
    width: auto
}
.desktop .top_logo:hover {
    background-color: #F0F0F0
}
nav {
    float: right
}
nav a {
    font-weight: 600
}
html[lang=zh] nav a {
    font-weight: 500
}
#nav {
    float: left
}
#nav > li {
    float: left
}
#nav > li > a {
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
    color: #2e3138;
    text-transform: uppercase;
    overflow: hidden
}
#nav > li > a i {
    float: right;
    line-height: 70px;
    margin-left: 2px;
    margin-right: -2px
}
#nav > li.active > a {
    color: #e0b86b
}
#nav > li.has_sub.open > a, .desktop #nav > li > a:hover {
    background-color: #F0F0F0;
    color: #e0b86b
}
@media (min-width:960px) {
    #nav {
        margin-right: 10px
    }
}
.subnav {
    position: absolute;
    background-color: #F0F0F0;
    min-width: 180px;
    overflow: hidden
}
.subnav li {
    width: 100%;
    height: 0;
    opacity: 0
}
.subnav li a {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #2e3138;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap
}
.desktop .subnav li a:hover {
    background-color: #e0b86b;
    color: #fff
}
.has_sub.open .subnav li {
    height: 40px;
    opacity: 1
}
nav .menu_btn {
    position: relative;
    display: none;
    float: right;
    width: 70px;
    height: 70px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent
}
nav .menu_btn span, nav .menu_btn span:after, nav .menu_btn span:before {
    position: absolute;
    height: 2px;
    background-color: #2e3138;
    border-radius: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
nav .menu_btn span {
    width: 20px;
    top: 34px;
    left: 25px
}
nav .menu_btn span:after, nav .menu_btn span:before {
    content: "";
    left: 0
}
nav .menu_btn span:before {
    top: -6px;
    width: 14px
}
nav .menu_btn span:after {
    top: 6px;
    width: 12px
}
.nav-open nav .menu_btn span {
    background-color: transparent
}
.nav-open nav .menu_btn span:after, .nav-open nav .menu_btn span:before {
    width: 20px;
    background-color: #e0b86b
}
.nav-open nav .menu_btn span:before {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg)
}
.nav-open nav .menu_btn span:after {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg)
}
#qtranslate-chooser {
    position: relative;
    display: block;
    float: right;
    width: 70px;
    height: 100%;
    line-height: 70px;
    text-align: center;
    color: #2e3138;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
#qtranslate-chooser::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background-color: #C6C6C6
}
@media (max-width:767px) {
    #qtranslate-chooser::before {
        top: 15px;
        bottom: 15px
    }
}
#qtranslate-chooser li {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}
html[lang=zh] #qtranslate-chooser li.lang-zh {
    display: none
}
html[lang=en] #qtranslate-chooser li.lang-en {
    display: none
}
#qtranslate-chooser a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 600
}
.desktop #qtranslate-chooser:hover {
    background-color: #e0b86b;
    color: #fff;
    cursor: pointer
}
.desktop #qtranslate-chooser:hover::before {
    opacity: 0
}
@media (max-width:959px) {
    body.nav-open {
        overflow: hidden
    }
    nav .menu_btn {
        display: block
    }
    #nav {
        position: absolute;
        background-color: rgba(255, 255, 255, .9);
        width: 100%;
        right: 0;
        top: 70px;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: -2
    }
    #nav > li {
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    #nav > li > a {
        height: 50px;
        padding: 0 20px;
        line-height: 50px
    }
    #nav > li > a i {
        line-height: 50px
    }
    #nav > li.open > a i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .nav-open #nav {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .backdropfilter #nav {
        background-color: rgba(255, 255, 255, 0)
    }
    .subnav {
        position: relative;
        width: 100%
    }
    .subnav li {
        width: 100%
    }
    .subnav li::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, .07)
    }
    .subnav li a {
        padding-left: 30px
    }
}
@media (max-width:767px) {
    header {
        height: 50px
    }
    .top_logo img {
        padding: 10px 20px
    }
    #qtranslate-chooser {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
    nav .menu_btn {
        width: 50px;
        height: 50px
    }
    nav .menu_btn span {
        top: 24px;
        left: 15px
    }
    #nav {
        top: 50px
    }
}
@media (max-width:767px) and (orientation:portrait) {
    #nav {
        max-height: calc(100vh - 50px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}
@media (max-width:767px) and (orientation:landscape) {
    body.nav-open {
        overflow: auto
    }
    header {
        position: absolute
    }
}
footer {
    background-color: #000
}
footer .hotline {
    font-size: 54px;
    line-height: 1
}
@media (max-width:767px) and (orientation:portrait) {
    footer .hotline {
        font-size: 42px
    }
}
footer .follow .icons {
    height: 54px
}
@media (min-width:992px) {
    footer .left {
        margin-bottom: 0
    }
}
@media (max-width:991px) {
    footer .right {
        width: 100%
    }
}
body.loading {
    overflow: hidden
}
#pageloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222429;
    overflow: hidden;
    z-index: 5000
}
#pageloader .icon {
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-top-color: #e0b86b;
    border-bottom-color: #e0b86b;
    border-radius: 50%
}
#pageloader, #pageloader .cont {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
body.home #pageloader {
    background: #fff
}
body.init #pageloader {
    opacity: 0
}
body.init #pageloader .cont {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}
.loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite
}
html[lang=zh] .en {
    display: none
}
html[lang=en] .cn {
    display: none
}
html[lang=en] .cnv {
    visibility: hidden !important
}
@media (max-width:767px) {
    html[lang=en] .cnv {
        display: none
    }
}
.coverbg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}
.containbg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}
.bg-top {
    background-position: center top
}
#skrollr-body {
    background-color: #222429;
    width: 100%
}
main {
    min-height: 100%;
    height: auto
}
.scroll-tip {
    position: absolute;
    left: 0;
    bottom: 30px;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 5s;
    -o-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 5s;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 5s
}
.scroll-tip i {
    display: inline-block;
    font-size: 20px;
    -webkit-animation: down_arrow 1.5s ease infinite;
    animation: down_arrow 1.5s ease infinite
}
body.init .scroll-tip {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
#head {
    overflow: hidden
}
body.loading #head .coverbg {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
body.loading.home #head .coverbg {
    opacity: 1;
    -webkit-filter: contrast(1) brightness(2);
    filter: contrast(1) brightness(2)
}
body.init #head .coverbg {
    -webkit-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease
}
.no-scroll #head .p-fix {
    position: absolute
}
.head, .head .p-fix {
    width: 100%;
    height: 560px
}
@media (min-width:1200px) {
    .head, .head .p-fix {
        height: 700px;
        height: 80vh
    }
}
@media (max-width:767px) {
    .head, .head .p-fix {
        height: 360px
    }
}
.m-t-head {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    margin-bottom: -60px
}
@media (max-width:767px) {
    .m-t-head {
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
        margin-bottom: -50px
    }
}
.title-group.m--t {
    margin-top: -67px;
    margin-bottom: 20px;
    z-index: 2
}
@media (max-width:1199px) {
    .title-group.m--t {
        margin-top: -52px
    }
}
@media (max-width:767px) {
    .title-group.m--t {
        margin-top: -12px
    }
    .container .swiper-container + .title-group.m--t {
        margin-top: 20px
    }
}
.title-group.m--l {
    margin-left: -40px
}
@media (max-width:991px) and (orientation:portrait) {
    .title-group.m--l {
        margin-left: 0
    }
}
h2.m--b {
    margin-bottom: -38px
}
@media (max-width:1199px) {
    h2.m--b {
        margin-bottom: -34px
    }
}
@media (max-width:767px) {
    h2.m--b {
        margin-bottom: -22px
    }
}
.cssanimations .split {
    visibility: hidden
}
.underline::after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 80px;
    height: 4px;
    background-color: #e0b86b;
    -webkit-transition: all .8s cubic-bezier(1, 0, 0, 1);
    -o-transition: all .8s cubic-bezier(1, 0, 0, 1);
    transition: all .8s cubic-bezier(1, 0, 0, 1)
}
@media (max-width:767px) {
    .underline::after {
        margin-top: 10px;
        width: 60px
    }
}
.h1.underline::after, h1.underline::after {
    height: 6px
}
.underline.blue::after {
    background-color: #e0b86b
}
.underline.line-s::after {
    margin-top: 10px;
    width: 30px;
    height: 2px
}
@media (max-width:767px) {
    .underline.line-s::after {
        margin-top: 5px
    }
}
.underline.m--b::after {
    margin-top: 10px
}
@media (max-width:767px) {
    .underline.m--b::after {
        margin-top: 5px;
        width: 40px
    }
}
.cssanimations .underline.init::after {
    width: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px)
}
.parallax-img {
    overflow: hidden
}
.parallax-img .img, .parallax-img .img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}
.parallax-img .img-wrap {
    height: 100%
}
.fullw-swiper {
    overflow: hidden;
    z-index: 0
}
.no-scroll .noscroll-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.line-text {
    position: relative;
    padding-left: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s
}
.line-text::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 80px;
    height: 2px;
    background-color: #e0b86b;
    z-index: -1;
    -webkit-transition: width .3s cubic-bezier(.77, 0, .175, 1), height .3s cubic-bezier(.77, 0, .175, 1) .3s, top .3s cubic-bezier(.77, 0, .175, 1) .3s, margin-top .3s cubic-bezier(.77, 0, .175, 1) .3s, width .3s cubic-bezier(.77, 0, .175, 1);
    -o-transition: width .3s cubic-bezier(.77, 0, .175, 1), height .3s cubic-bezier(.77, 0, .175, 1) .3s, top .3s cubic-bezier(.77, 0, .175, 1) .3s, margin-top .3s cubic-bezier(.77, 0, .175, 1) .3s, width .3s cubic-bezier(.77, 0, .175, 1);
    transition: width .3s cubic-bezier(.77, 0, .175, 1), height .3s cubic-bezier(.77, 0, .175, 1) .3s, top .3s cubic-bezier(.77, 0, .175, 1) .3s, margin-top .3s cubic-bezier(.77, 0, .175, 1) .3s, width .3s cubic-bezier(.77, 0, .175, 1)
}
.desktop a:hover .line-text {
    padding-left: 15px
}
.desktop a:hover .line-text::before {
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%
}
@media (max-width:767px) {
    .line-text {
        padding-left: 40px
    }
    .line-text::before {
        width: 30px
    }
}
.nav-bottom {
    border-top: 1px solid #2e3138
}
.nav-bottom a {
    display: block;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    color: #e0b86b
}
.nav-bottom a:last-child {
    margin-right: 0
}
.desktop .nav-bottom a:hover {
    color: #fff
}
@media (min-width:1600px) {
    #onestop .title.p-h-sm {
        padding-left: 60px
    }
}
@media (max-width:767px) and (orientation:portrait) {
    #onestop .title.p-h-sm {
        padding-left: calc(14% + 5px)
    }
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}
.collapse-list a {
    display: block;
    background-color: #2e3138;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.collapse-list a:after, .collapse-list a:before {
    content: " ";
    display: table
}
.collapse-list a:after {
    clear: both
}
.collapse-list a:after, .collapse-list a:before {
    content: " ";
    display: table
}
.collapse-list a:after {
    clear: both
}
.collapse-list a h5 {
    float: left;
    width: 90%;
    line-height: 16px
}
.collapse-list a .plus-icon {
    position: relative;
    float: right;
    width: 16px;
    height: 16px
}
.collapse-list a .plus-icon::after, .collapse-list a .plus-icon::before {
    content: '';
    position: absolute;
    background-color: #fff
}
.collapse-list a .plus-icon::before {
    width: 16px;
    height: 2px;
    top: 50%;
    margin-top: -1px
}
.collapse-list a .plus-icon::after {
    width: 2px;
    height: 16px;
    left: 50%;
    margin-left: -1px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.desktop .collapse-list a:hover {
    background-color: #e0b86b
}
.collapse-list a[aria-expanded=true] {
    background-color: #e0b86b
}
.collapse-list a[aria-expanded=true] .plus-icon::after {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}
@-webkit-keyframes mk_scale {
    0% {
        -webkit-transform: scale(.3);
        transform: scale(.3);
        opacity: .1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes mk_scale {
    0% {
        -webkit-transform: scale(.3);
        transform: scale(.3);
        opacity: .1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@-webkit-keyframes mk_fade {
    0% {
        opacity: .1
    }
    100% {
        opacity: 1
    }
}
@keyframes mk_fade {
    0% {
        opacity: .1
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes mk_left_to_right {
    0% {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes mk_left_to_right {
    0% {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes mk_right_to_left {
    0% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes mk_right_to_left {
    0% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes mk_bottom_to_top {
    0% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes mk_bottom_to_top {
    0% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes mk_top_to_bottom {
    0% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes mk_top_to_bottom {
    0% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}
.cssanimations .anim_emt {
    visibility: hidden
}
.anim_emt.start.scale_up {
    -webkit-animation: mk_scale 1.2s 1 ease;
    animation: mk_scale 1.2s 1 ease;
    visibility: visible
}
.anim_emt.start.fade_in {
    -webkit-animation: mk_fade 1.2s 1 ease;
    animation: mk_fade 1.2s 1 ease;
    visibility: visible
}
.anim_emt.start.r_to_l {
    -webkit-animation: mk_right_to_left 1.2s 1 ease;
    animation: mk_right_to_left 1.2s 1 ease;
    visibility: visible
}
.anim_emt.start.l_to_r {
    -webkit-animation: mk_left_to_right 1.2s 1 ease;
    animation: mk_left_to_right 1.2s 1 ease;
    visibility: visible
}
.anim_emt.start.t_to_b {
    -webkit-animation: mk_top_to_bottom 1.2s 1 ease;
    animation: mk_top_to_bottom 1.2s 1 ease;
    visibility: visible
}
.anim_emt.start.b_to_t {
    -webkit-animation: mk_bottom_to_top 1.2s 1 ease;
    animation: mk_bottom_to_top 1.2s 1 ease;
    visibility: visible
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-container {
    background-color: #2e3138;
    min-height: 100px
}
.swiper-container .swiper-slide {
    background-color: #2e3138;
    overflow: hidden
}
.swiper-container .swiper-slide .img-wrap {
    overflow: hidden
}
.swiper-container .pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    text-align: center;
    z-index: 2
}
.swiper-container .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background: #fff;
    border: 1px solid transparent;
    vertical-align: middle
}
.swiper-pagination-clickable .swiper-container .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: 0 0;
    border-color: #fff;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    cursor: default
}
.swiper-container .arrowbtn {
    width: 60px;
    height: 60px;
    background-color: #222429;
    color: #fff;
    font-size: 16px;
    z-index: 10;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.desktop .swiper-container .arrowbtn:hover {
    background-color: #e0b86b
}
.mobile .swiper-container .btn-next, .mobile .swiper-container .btn-prev {
    display: none
}
.swiper-container .swiper-button-disabled {
    background-color: #222429;
    opacity: .3;
    cursor: default;
    pointer-events: none
}
.swiper-container .swiper-lazy {
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s
}
.swiper-container .swiper-lazy.showin {
    opacity: 1
}
.desktop .swiper-container .swiper-wrapper, .desktop .swiper-container [data-swiper-parallax] {
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -o-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}
@media (max-width:767px) {
    .swiper-container .pagination {
        height: 30px;
        line-height: 30px;
        padding: 0 10px
    }
    .swiper-container .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 6px
    }
    .swiper-container .btn-next, .swiper-container .btn-prev {
        display: none
    }
}
.slide_transition {
    -webkit-transition-duration: 1.6s;
    -o-transition-duration: 1.6s;
    transition-duration: 1.6s
}
.swiper-top {
    z-index: 2
}
.modal {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #222429;
    overflow: hidden;
    z-index: 1050;
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}
.modal .scroll-cont {
    position: relative;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s;
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%)
}
.modal .cont {
    position: relative
}
.modal .cont .head .p-fix {
    position: absolute
}
.modal .bottom-close-btn {
    width: 100%;
    height: 50px;
    background-color: #fff;
    color: #e0b86b;
    font-weight: 600
}
.modal.showin {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.modal.showin .scroll-cont {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.modal.showin .close-btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: background-color .4s ease, color .4s ease, -webkit-transform .6s ease 1.2s;
    transition: background-color .4s ease, color .4s ease, -webkit-transform .6s ease 1.2s;
    -o-transition: transform .6s ease 1.2s, background-color .4s ease, color .4s ease;
    transition: transform .6s ease 1.2s, background-color .4s ease, color .4s ease;
    transition: transform .6s ease 1.2s, background-color .4s ease, color .4s ease, -webkit-transform .6s ease 1.2s
}
body.modal-show {
    overflow: hidden
}
.modalbg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    z-index: 1040;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}
.backdropfilter .modalbg {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1
}
.modalbg.showin {
    opacity: 1
}
.backdropfilter .modalbg.showin {
    background-color: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px)
}
.pop {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    top: -10px;
    left: 50%;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    box-shadow: 0 0 16px rgba(0, 0, 0, .2)
}
.pop:after {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px
}
.pop.popshow {
    visibility: visible;
    opacity: 1
}
.qrcode-img {
    width: 129px;
    height: auto
}
.sitetip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #e0b86b;
    color: #fff;
    z-index: 3000;
    display: none
}
.sitetip a {
    display: inline-block;
    padding: 15px 30px;
    margin-right: 10px;
    font-weight: 600;
    background-color: #fff;
    color: #e0b86b;
    border-radius: 5px
}
.home #head .cont {
    top: 25%
}
.home #head .cont .title-group {
    width: 60%
}
@media (max-width:991px) {
    .home #head .cont .title-group {
        width: 70%
    }
}
@media (max-width:767px) {
    .home #head .cont .title-group {
        width: 80%
    }
}
@media (min-width:1600px) {
    .home #head .cont .title-group {
        width: 50%
    }
}
.home #head .clouds {
    position: absolute;
    top: 10%;
    left: 0;
    width: 200%;
    height: 90%;
    background-size: 50%;
    background-repeat: repeat no-repeat;
    opacity: 0
}
@media (orientation:portrait) {
    .home #head .clouds {
        width: 400%
    }
}
@media (max-width:767px) and (orientation:landscape) {
    .home #head .scroll-tip {
        display: none
    }
}
.home.init #head .clouds {
    opacity: 1;
    -webkit-transition: opacity 3s ease 1.4s;
    -o-transition: opacity 3s ease 1.4s;
    transition: opacity 3s ease 1.4s;
    -webkit-animation: clouds_loop 80s linear infinite;
    animation: clouds_loop 80s linear infinite
}
.home #projects .swiper-slide .img-wrap {
    width: 70%;
    float: left
}
.home #projects .swiper-slide .img-wrap img {
    opacity: .8
}
.home #projects .swiper-slide .info {
    width: 30%;
    float: left;
    margin-top: 10%;
    margin-left: -60px
}
.home #projects .swiper-slide .info a {
    display: block
}
.desktop .home #projects .swiper-slide .info a:hover .blend {
    mix-blend-mode: normal
}
.home #projects .title {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 20
}
.home #projects .btns {
    position: absolute;
    bottom: 0;
    left: 70%
}
.home #projects .btns .arrowbtn {
    float: left
}
@media (min-width:1200px) {
    .home #projects .swiper-slide .info {
        padding-right: 50px
    }
}
@media (max-width:991px) and (orientation:portrait) {
    .home #projects .swiper-slide .img-wrap {
        width: 100%;
        float: none
    }
    .home #projects .swiper-slide .info {
        float: none;
        margin-top: -58px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        width: 86%;
        min-height: 300px
    }
    .home #projects .btns {
        left: 7%;
        margin-left: 10px
    }
}
@media (max-width:767px) {
    .home #projects .title {
        top: 20px;
        right: 20px
    }
}
@media (max-width:767px) and (orientation:portrait) {
    .home #projects .swiper-slide .info {
        margin-top: -40px;
        padding-left: 5px;
        padding-right: 5px;
        width: 86%;
        min-height: 200px
    }
}
.home #about img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 60%;
    max-height: 80%
}
@media (max-width:767px) and (orientation:portrait) {
    .home #about img {
        position: relative;
        max-width: 100%
    }
}
.home #about .info {
    z-index: 1
}
.modal.project .head, body.project .head {
    height: 675px
}
.modal.project .head .infobg, body.project .head .infobg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 115px;
    background-color: #222429
}
.modal.project .head .info, body.project .head .info {
    position: absolute;
    bottom: 60px
}
@media (max-width:767px) {
    .modal.project .head, body.project .head {
        height: 335px
    }
    .modal.project .head .p-fix, body.project .head .p-fix {
        height: 260px
    }
    .modal.project .head .infobg, body.project .head .infobg {
        height: 75px
    }
    .modal.project .head .info, body.project .head .info {
        bottom: 40px
    }
}
@media (min-width:1200px) {
    .modal.project .head, body.project .head {
        height: 100vh
    }
    .modal.project .head .infobg, body.project .head .infobg {
        height: 20vh
    }
    .modal.project .head .info, body.project .head .info {
        position: absolute;
        bottom: 20%;
        margin-bottom: -63px
    }
}
@media (min-width:1600px) {
    .modal.project .profile .title-group, body.project .profile .title-group {
        margin-top: 100px;
        margin-bottom: 60px
    }
}
@media (max-width:767px) and (orientation:landscape) {
    .modal.project .profile .info, body.project .profile .info {
        margin-left: 30px
    }
}
.blog article {
    margin-top: 30px
}
.blog article .content h1, .blog article .content h2, .blog article .content h3, .blog article .content h4, .blog article .content h5, .blog article .content h6 {
    margin: 0 0 20px 0
}
.blog article .content img {
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 10px
}
.blog article .content a {
    color: #e0b86b;
    font-weight: 600
}
.desktop .blog article .content a:hover {
    text-decoration: underline
}
.modal .blog article {
    margin-top: 0
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}
.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
.centerbox {
    display: table !important
}
.centerbox .centerbox-cont {
    display: table-cell !important;
    vertical-align: middle
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none !important
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}
@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}
@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}
@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
		.bg-top{background-position:-300px  }
	
}
@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}
@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}
@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}
@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}
@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}
@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
	
	.bg-top{background-position:-300px  }
	
	
}
@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}