@charset "UTF-8";
/*******/
@font-face {
  font-family: "CenturyGothic";
  src: url("/content/fonts_en/CenturyGothic.TTF");
}

html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}
@media screen and (max-width: 1660px) and (min-width: 1250px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1249.98px) and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 13.3333333vw;
  }
}

body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #333;
  font-family: "CenturyGothic",Arial,Helvetica,sans-serif;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 400;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
  }
}

i,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
div:focus, div:active,
span:focus,
span:active,
i:focus,
i:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
}

input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, label:focus, label:active {
  box-shadow: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input[type="text"]:focus, input[type="text"]:active {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 992px) {
  a[href]:hover {
    color: #4cd4f5;
  }
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

table {
  border: solid 1px #e5e5e5;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e5e5e5;
  word-break: break-all;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  position: relative;
}
.row:before, .row:after {
  display: none;
}

.global-inner {
  width: 80vw;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}

.lg-inner {
  width: 90vw;
  max-width: 1680px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.lg-inner:before, .lg-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
  .global-inner, .lg-inner, .md-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.3rem !important;
    margin: 0 auto;
  }

  .lg-inner .md-inner {
    padding: 0 !important;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  display: inline-block;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  font-style: normal;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bot-0 {
  padding-bottom: 0 !important;
}

.t-center {
  text-align: center;
}

.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex-cell {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }

  .block-lg-down {
    display: block !important;
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/*** 无内容提示 ***/
.gnull-tips {
  width: 100%;
  font-size: 16px;
  line-height: 100px;
  color: #999;
  text-align: center;
  min-height: 300px;
}

@media screen and (max-width: 767.98px) {
  .gnull-tips {
    font-size: 0.28rem;
    line-height: 1rem;
    min-height: 3rem;
  }
}
/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 5px;
  opacity: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -16px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 4px;
  background: #424c5f;
}

.scrollbox, .scrollbox2 {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 991.98px) {
  .scrollbox {
    overflow-y: auto !important;
  }

  .scrollbox2 {
    overflow-x: auto !important;
  }
}
/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  margin: 0 auto;
}

.modal-header,
.modal-body,
.modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-header, .modal-footer {
  position: relative;
  z-index: 1060;
}

/**** animate ***/
.animated {
  animation-delay: .1s;
  -webkit-animation-delay: .1s;
}

.is-antd {
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-antd.is-active {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fadeInUp2 {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  animation-name: fadeInUp2;
  -webkit-animation-name: fadeInUp2;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fadeInUp3 {
  opacity: 0;
  transform: translate3d(0, 300px, 0);
  -webkit-transform: translate3d(0, 300px, 0);
  animation-name: fadeInUp3;
  -webkit-animation-name: fadeInUp3;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fadeIn{
	opacity: 0;
}

/**** video ***/
.video-box {
  position: relative;
}
.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 0;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  background-color: #000;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}
.video-js:hover .vjs-big-play-button {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.video-js .vjs-big-play-button {
  width: 3.6rem;
  height: 3.6rem;
  border: solid 2px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  z-index: 50;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  background: url("/content/img/images/caret-right-fill-white.svg") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.video-js .vjs-subs-caps-button {
  display: none !important;
}
.video-js .vjs-button > .vjs-icon-placeholder:before {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.video-js.vjs-paused .vjs-big-play-button {
  display: block;
}
.video-js.vjs-has-started .vjs-control-bar {
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 0.96rem;
    height: 0.96rem;
  }
  .video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 0.3rem;
    height: 0.3rem;
  }
}

/*** modal-video ***/
.modal-video {
  background: #000016;
  z-index: 5000;
}
.modal-video .modal-close {
  width: 3em;
  height: 3em;
  position: absolute;
  right: 2.5em;
  top: 1.6em;
  margin: 0;
  border: none;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.modal-video .modal-close .bi {
  width: 1em;
  height: 1em;
  display: block;
  color: #b8bfcc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.modal-video .modal-dialog {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1060;
}
.modal-video .modal-content {
  width: 960px;
  max-width: 86vw;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
.modal-video .video-box {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .modal-video .modal-dialog {
    padding: 0 0.3rem;
  }
  .modal-video .modal-content {
    width: 100%;
    max-width: 100%;
  }
  .modal-video .modal-close {
    width: .8rem;
    height: .8rem;
    top: .3rem;
    right: .3rem;
    z-index: 1100;
  }
}

/* 表单 */
.form-group {
  width: 100%;
  position: relative;
  z-index: 5;
}
.form-group.has-error .help-block {
  color: #d7000f;
}
.form-group.has-error .form-control {
  border-color: #d7000f;
}

.help-block {
  font-size: 12px;
  font-size: .6rem;
  line-height: 1.5em;
  margin-top: .5em;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.checkbox {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}
.checkbox input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
  display: block;
  border: solid 1px #424c5f;
  border-radius: 4px;
}
.checkbox input[type="checkbox"]:checked {
  background: url("/content/img/images/check-lg.svg") no-repeat center center #d7000f;
  background-size: 0.75em;
  border-color: #d7000f;
}

@media screen and (max-width: 991.98px) {
  .help-block {
    font-size: .24rem;
    line-height: 4rem;
    margin: 0;
  }
}
/*** 表单提示弹窗 ***/
.modal-tips .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
}
.modal-tips .modal-content {
  width: 22.5em;
  max-width: 100%;
  background: #fff;
  border-radius: 0.4em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  padding: 2.5em 2em 1.7em;
}
.modal-tips .modal-close {
  width: 2.5em;
  height: 2.3em;
  display: block;
  background: url("/content/img/images/x-white.svg") no-repeat center center;
  background-size: 0.9em;
  margin: 0 auto 1em;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.modal-tips .icon {
  width: 3.2em;
  margin: 0 auto 1em;
}
.modal-tips .icon img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.modal-tips .tit {
  font-size: 28px;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 3px;
}
.modal-tips .word {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #666;
}
.modal-tips .tool {
  margin-top: 1.4em;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.modal-tips .btn-sure {
  width: 8.6em;
  height: 2.57em;
  font-size: 14px;
  font-size: 0.7em;
  line-height: 2.42em;
  display: block;
  margin: 0 auto;
  padding: 0;
  color: #3391d2;
  border-color: #3391d2;
}
.modal-tips .btn-sure::after {
  background: #3391d2;
}

@media screen and (min-width: 992px) {
  .modal-tips .btn-sure:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .modal-tips .modal-dialog {
    padding: 0 0.3rem;
  }
  .modal-tips .word {
    font-size: 1em;
  }
  .modal-tips .btn-sure {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.58rem;
    font-size: 0.24rem;
  }
}
/*** 鼠标经过 ****/
.btn-h {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
.btn-h a, .btn-h span {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 5;
}
.btn-h::after {
  content: '';
  display: block;
  width: 300%;
  padding-top: 300%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: inherit;
  transform-origin: center center !important;
  -webkit-transform-origin: center center !important;
  opacity: 0;
  border-radius: 100%;
  margin: -150% 0 0 -150%;
}
.btn-h .bi {
  display: block;
  position: relative;
  z-index: 5;
}
.btn-h .hover {
  display: none;
}
@media screen and (min-width: 1000px) {
  .btn-h:hover::after {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
  }
  .btn-h:hover .img {
    display: none;
  }
  .btn-h:hover .hover {
    display: block;
  }
}

/* 无内容 */
.nodata1 {
  text-align: center;
  display: block;
  margin: auto;
  padding-top: 4em;
  padding-bottom: 5em;
}

.nodata {
  text-align: center;
  display: block;
  margin: auto;
  padding-top: 4em;
  padding-bottom: 5em;
}

.nodata img,
.nodata1 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.nodataText {
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 1.625em;
  color: #666;
}

/* 404 */
.page-404 {
  padding: 5em 0;
}

.page-404 .row {
  justify-content: center;
  -webkit-justify-content: center;
}

.page-404 img {
  max-width: 100%;
  display: block;
  margin: 0 auto 3.2em;
}

.page-404 .title {
  font-size: 20px;
  line-height: 1.5em;
  color: #242424;
  margin-bottom: 1em;
}

.page-404 .doc {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
  display: flex;
  display: -webkit-flex;
}

.page-404 .doc h5 {
  white-space: nowrap;
  width: 6.5em;
  flex: 0 0 6.5em;
  -webkit-flex: 0 0 6.5em;
}

.page-404 .tool {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.page-404 .go-home {
  width: 8.75em;
  height: calc(3.125em + 2px);
  display: block;
  border-radius: 1.65em;
  background: #fe2c55;
  border: solid 1px #fe2c55;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 3.125em;
  margin-top: 2.125em;
}

@media screen and (min-width: 992px) {
  .page-404 .go-home:hover {
    background-color: #fff;
    color: #fe2c55;
  }
}
/* 错误页 */
.m-error_container {
  width: 100%;
  text-align: center;
  padding: 5em 2em;
}

.m-error_container .imgs {
  max-width: 100%;
  display: block;
  margin: 0 auto 1.5em;
}

.m-error_title {
  font-size: 20px;
  line-height: 1.5em;
  color: #242424;
  margin-bottom: 1em;
  display: block;
}

.m-error_subtitle {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
}

.m-error_description {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
  margin-top: 1em;
}

/* header */
.header{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 300;
	padding-top: 2.15em;
	color: #fff;
}
.header::before{
	content: '';
	display: blcok;
	width: 100%;
	height: 7.2em;
	background: url('/content/img_en/images/head-bg.png') no-repeat center top;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.header .row{
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-end;
	-webnkit-align-items: flex-end;
}
.head-logo{
	display: block;
}
.head-logo img{
	height: 1.85em;
	display: block;
}
.head-fr{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	font-size: .9em;
	line-height: 1em;
	margin: 0 -1.25em;
}
.head-navlist{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.head-navlist li{
	padding: 0 1.25em;
}
.head-navlist a{
	display: block;
}
.head-lang{
	padding: 0 1.25em;
}
.head-menu{
	width: 0.7rem;
	height: 1.2rem;
	display: block;
	position: relative;
	padding: 0 0.13rem;
}
.head-menu .bi{
	width: 100%;
	height: 100%;
	position: relative;
}
.head-menu_open{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.head-menu_close{
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
}

.modal-appnav{
	background-color: #fafeff;
	overflow: hidden;
	z-index: 400;
}
.modal-appnav .modal-dialog{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.modal-appnav .modal-content{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	left: 0;
	top: 0;
	padding: 1.3rem 0.6rem 0.6rem;
}
.mdapp-navlist{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.mdapp-navlist li{
	width: 100%;
	height: 1.24rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	border-bottom: solid 1px #ccc;
}
.mdapp-navlist a{
	font-size: .3rem;
	line-height: 2em;
	color: #333;
	display: block;
	min-width: 50%;
}

body.open-appnav .head-menu_close{
	display: block;
}
body.open-appnav .head-menu_open{
	display: none;
}

@media screen and (max-width: 991.98px) {
	.header{
		height: 1.2rem;
		padding: 0;
		background-color: #fff;
		color: #333;
		box-shadow: 0 0.08rem 0.32rem rgba(17, 58, 92, 0.1);
		z-index: 500;
	}
	.header::before{
		display: none;
	}
	.head-place{
		height: 1.2rem;
	}
	.header .row{
		align-items: center;
		-webkit-align-items: center;
	}
	.head-fr{
		margin: 0 -0.13rem;
	}
	.head-logo img{
		height: .48rem;
	}
	.head-lang{
		font-size: .3rem;
		line-height: 1.2rem;
		padding: 0 0.13rem;
	}
}

/* main-box */
.main-box{
	width: 100%;
	min-height: 400px;
	position: relative;
	z-index: 20;
}
.inside-banbox{
	position: relative;
	z-index: 10;
}
.inside-banweb{
	width: 100%;
	padding-bottom: 6.4vw;
	position: relative;
	overflow: hidden;
}
.inside-banweb .box{
	width: 100%;
	position: relative;
}
.inside-banweb .imgs{
	width: 100%;
	display: block;
}
.inside-banweb .bd{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 20;
	text-align: center;
	color: #fff;
}
.inside-banweb .lvtit{
	font-size: 6em;
	line-height: 1em;
	font-weight: bold;
	height: 1em;
	text-shadow: 0 2px 4px rgba(15, 69, 87, 0.2);
}
.inside-banweb .desc{
	width: 58.33%;
	font-size: 1.1em;
	line-height: 1.36em;
	margin: 0.82em auto 0;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
}
.inside-banweb .botbg{
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 30;
}

.inside-banapp{
	width: 100%;
	padding-bottom: 2.8vw;
	position: relative;
	overflow: hidden;
}
.inside-banapp .box{
	width: 100%;
	position: relative;
}
.inside-banapp .imgs{
	width: 100%;
	display: block;
}
.inside-banapp .bd{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 20;
	text-align: center;
	color: #fff;
}
.inside-banapp .lvtit{
	font-size: 0.8rem;
	line-height: 1em;
	font-weight: bold;
	height: 1em;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.34);
}
.inside-banapp .desc{
	font-size: 0.28rem;
	line-height: 0.48rem;
	margin: 0.14rem auto 0;
}
.inside-banapp .botbg{
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 30;
}

.inside-head{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
h2.s-heading{
	font-size: 3.1em;
	line-height: 1em;
	position: relative;
	color: #333;
}
.inside-head h2.s-heading{
	height: 1.77em;
}
.inside-head h2.s-heading::after{
	content: '';
	display: block;
	width: 5rem;
	height: 6px;
	background-color: #00b0ec;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.inside-head.text-left{
	justify-content: flex-start;
	-webkit-justify-content: flex-start;;
}
.inside-head.text-left h2.s-heading::after{
	left: 0;
	transform: none;
	-webkit-transform: none;
}

@media screen and (max-width: 991.98px) {
	h2.s-heading{
		font-size: 0.58rem;
	}
	.inside-head h2.s-heading{
		height: 1.1rem;
	}
	.inside-head h2.s-heading::after{
		width: 1rem;
		height: 4px;
	}
}

/* footer */
.footer{
	width: 100%;
	text-align: center;
	font-size: .8em;
	line-height: 1.5em;
	color: #424c5f;
}
.foot-logo{
	width: 100%;
	height: 5em;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	border-bottom: solid 1px #e5e5e1;
}
.foot-logo a{
	display: block;
}
.foot-logo img{
	height: 2.5em;
	display: block;
}
.foot-botbox{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 1.125em 0 4.625em;
}
.foot-icp{
	margin: 0 6px 0 1.75em;
}
.foot-wab a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.foot-wab img{
	width: 1.25em;
	display: block;
	margin-right: 5px;
}
@media screen and (max-width: 991.98px) {
	.foot-logo{
		height: .88rem;
	}
	.foot-logo img{
		height: 0.44rem
	}
	.foot-botbox{
		padding: 0.15rem 0 0.9rem;
		display: block;
	}
	.foot-copy{
		font-size: .26rem;
		line-height: .36rem;
		margin-bottom: .1rem;
	}
	.foot-icp, .foot-wab{
		font-size: .24rem;
		line-height: .36rem;
		color: rgba(66, 76, 95, 0.5);
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.foot-wab img{
		width: .24rem;
	}
}

.btn-gotop{
	width: 5em;
	display: none;
	position: fixed;
	right: 1vw;
	bottom: 1em;
	z-index: 100;
	cursor: pointer;
}
.btn-gotop img{
	width: 100%;
	display: block;
}
.btn-gotop .img2{
	display: none;
}<!--0.00011491775512695-->