@charset "UTF-8";
/*******/

/* @font-face {
  font-family: 'FZZXHJT';
  src: url("../../fonts/FZZXHJT.eot");
  src: url("../../fonts/FZZXHJT.woff") format("woff"), url("../../fonts/FZZXHJT.ttf") format("truetype"), url("../../fonts/FZZXHJT.svg") format("svg");
} */

@font-face {
  font-family: 'SourceHanSansSC-Light';
  src: url("../../fonts/SourceHanSansSC-Light.woff");
}

html, body {
  -ms-overflow-style: scrollbar;
  /* width: 100%;
  overflow-y: scroll;
  height: 100%;
   -webkit-overflow-scrolling: touch; */
}

body.iosbody {
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

html {
  font-size: 22.2222vw;
}

@media screen and (min-width: 451px) {
  html {
    font-size: 100px;
  }
}

body {
  font-size: 20px;
  color: #333;
  min-height: 100%;
  background-color: #fff;
  font-family: "SourceHanSansSC-Light";
  overflow-y: scroll;
}

@media screen and (max-width: 1800px) and (min-width: 1601px) {
  body {
    font-size: 19px;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1501px) {
  body {
    font-size: 18px;
  }
}

@media screen and (max-width: 1500px) and (min-width: 1441px) {
  body {
    font-size: 17px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 0.16rem;
  }
}

h1, h2, h3, h4, h5, h6, p, input, select, textarea, label, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  font-weight: normal;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}

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 {
  outline: none;
  box-shadow: none;
}

div:focus, span:focus, i:focus {
  outline: 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;
}

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;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
}

table {
  border: none;
}

th, td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e5e5e5;
}

.wrapper {
  width: 100%;
  min-height: 568px;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  width: auto;
  margin: 0 auto;
}

.global-inner {
  width: 93%;
  max-width: 1800px;
  display: block;
  height: 100%;
  position: relative;
  z-index: 5;
  margin: auto;
}

.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}

.sm-inner {
  width: 85%;
  max-width: 1020px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.sm-inner:before, .sm-inner:after, .lg-inner:before {
  content: '';
  display: table;
  clear: both;
}

.lg-inner {
  width: 86%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

@media screen and (max-width: 1366px) {
  .global-inner {
    width: 85%;
  }
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
  .sm-inner {
    width: 80%;
  }
}

@media (max-width: 991.98px) {
  .lg-inner, .global-inner, .sm-inner {
    width: 100% !important;
    padding: 0 0.18rem;
  }
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1110px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }
  .hidden-sm-up {
    display: none !important;
  }
}

/***** 滚动条 *****/

.mCSB_inside>.mCSB_container {
  margin: 0 40px 0 0;
}

.mCSB_scrollTools {
  width: 5px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  background: #c1c1c1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  opacity: 0.5;
  height: 100%;
}

/***** popover-box ****/

.popover-box {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
}

.popover-zhe {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1025;
}

.popover-inner {
  width: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1030;
  -webkit-overflow-scrolling: touch;
}

.popover-close {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  overflow: hidden;
  background: url(../../Img/images/close_02.png) no-repeat center center;
  background-size: 0.2rem auto;
  border-radius: 100%;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  cursor: pointer;
  z-index: 1040;
}

/**** 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 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
}

.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.modal .modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.modal .modal-header, .modal .modal-body, .modal .modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-close {
  width: 3em;
  height: 3em;
  display: block;
  background: url(../../Img/images/close_02.png) no-repeat center center;
  background-size: 1.25em auto;
  border: solid 1px #fff;
  border-radius: 100%;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1100;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .modal-close {
    right: 0.18rem;
    position: fixed;
    top: 0.18rem;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/**** header ****/

.header {
  width: 100%;
  height: 6em;
  position: fixed;
  background: #fc4f00;
  left: 0;
  top: 0;
  z-index: 100;
  line-height: 6em;
  font-size: 1em;
  transition: all 0.5s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.head-place {
  width: 100%;
  height: 6em;
  display: block;
}

.head-logo {
  float: left;
}

.head-logo img {
  height: 3.5em;
  display: inline-block;
  vertical-align: middle;
}

.head-right {
  float: right;
}

@media (max-width: 991.98px) {
  .header, .head-place {
    height: 0.76rem;
    line-height: 0.75rem;
  }
  .header {
    box-shadow: none;
  }
  .head-logo {
    margin: 0;
    padding: 0.13rem 0;
  }
}

.head-schbox {
  width: 24px;
  height: 100%;
  display: block;
  position: relative;
  margin-left: 1.75em;
  z-index: 10;
}

.head-schbox .schbox-open {
  width: 24px;
  height: 24px;
  display: block;
  overflow: hidden;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  background: url("../../Img/images/head_sch.png") no-repeat center center #ccc;
  background-size: 14px auto;
  border-radius: 100%;
}

.modal-schbox {
  width: 37em;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #fc4f00;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform .3s, top .3s;
  transform-origin: right center;
  transform: scale3d(0, 0, 0);
}

.modal-schbox .inner {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 3em;
}

.modal-schbox .schbox-close {
  width: 1.8em;
  height: 100%;
  display: block;
  background: url(../../Img/images/close_01.png) no-repeat center center;
  background-size: 1.25em auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 210;
}

.modal-schbox .schbox-bd {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
}

.modal-schbox .schipt {
  width: 100%;
  height: 46px;
  display: block;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  padding: 0 65px 0 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.modal-schbox .btn-sch {
  width: 65px;
  height: 100%;
  display: block;
  text-align: center;
  color: #0f0f0f;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
  background: url(../../Img/images/head_sch2.png) no-repeat center center;
  background-size: 24px auto;
}

.modal-schbox .btn-sch:before {
  display: none;
}

@media (max-width: 991.98px) {
  .modal-schbox {
    width: 100%;
    height: 0.75rem;
    padding: 0.15rem 0.18rem;
    line-height: 0.74rem;
    position: fixed;
  }
  .modal-schbox .inner {
    padding-right: 2em;
  }
  .modal-schbox .schbox-bd {
    font-size: 0.16rem;
    line-height: 0.4rem;
  }
  .modal-schbox .schipt {
    height: 0.42rem;
    padding: 0 0.65rem 0 0.1rem;
  }
  .modal-schbox .btn-sch {
    width: 0.65rem;
    font-size: 0.24rem;
  }
}

.head-menu {
  width: 0.32rem;
  height: 0.75rem;
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.head-menu i {
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: contain;
}

.head-menu i.menu-open {
  width: 100%;
  height: 100%;
  background-image: url(../../Img/images/head_menu.png);
}

.head-menu i.menu-close {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../../Img/images/close_04.png);
  background-size: 0.26rem auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
}

.nav-list {
  float: right;
  -webkit-transition: -webkit-transform 0.5s, opacity 3s;
  transition: transform .5s, opacity 3s;
  opacity: 1;
  transform-origin: left center;
  white-space: nowrap;
}

.nav-list>li {
  float: left;
  position: relative;
  text-align: center;
}

.nav-list>li>a::after {
  content: '';
  width: 0;
  height: 5px;
  background: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.nav-list>li.current>a::after, .nav-list>li:hover>a::after {
  width: 100%;
}

.nav-list>li>a {
  display: block;
  font-size: 0.9em;
  color: #fff;
  transition: all 0.5s;
  position: relative;
  margin: 0 0.7em;
}

.subnav-list {
  width: 100%;
  background: #e5cbb3;
  padding: 16px 0 14px;
  line-height: 2.5em;
  font-size: 0.9em;
  color: #111111;
  display: none;
}

.subnav-list>li:hover a {
  color: #ffffff !important;
}

.modal-appnav {
  width: 100%;
  height: 100%;
  background: #f7f5f6;
  padding: 0.82rem 0 0.3rem;
  position: fixed;
  left: 0;
  top: 0;
}

.modal-appnav.fade.in {
  top: 0;
}

.modal-appnav .bot {
  font-size: 0.2rem;
  line-height: 0.66rem;
  color: #333;
  padding: 0 0.18rem;
  overflow: hidden;
}

.modal-appnav .bot a {
  min-width: 30%;
  float: left;
}

.head-link .link {
  float: left;
  margin-left: 1.2em;
}

.head-link img {
  margin-top: -3px;
}

.head-link .link1 .log {
  width: 147px;
}

.head-link .link2 .log {
  width: 74px;
}

.head-link .icon {
  width: 1.3em;
  margin-left: 5px;
}

@media screen and (max-width: 1600px) {
  .head-schbox {
    margin-left: 1.5em;
  }
  .nav-list>li>a {
    margin: 0 0.4em;
  }
  .head-link {
    margin-left: 0;
  }
  .head-link .link {
    margin-left: 1.2em;
  }
  .head-link .link.link2 {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .head-schbox {
    margin-left: 1em;
  }
  .nav-list>li>a {
    margin: 0 0.5em;
  }
}

@media screen and (max-width: 1110px) {
  .nav-list>li>a {
    margin: 0 0.35em;
  }
}

body.hadopen-navdetApp .header {
  z-index: 2000;
}

body.hadopen-navdetApp .head-menu i.menu-open {
  display: none;
}

body.hadopen-navdetApp .head-menu i.menu-close {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20;
}

body.hadopen-headsch .head-schbox .schbox-open {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  width: 0;
  height: 0;
  visibility: hidden;
}

body.hadopen-headsch .modal-schbox {
  z-index: 200;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
}

body.hadopen-headsch .nav-list {
  opacity: 0;
  transform: scale3d(0, 0, 0);
  -webkit-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
}

@media (max-width: 1110px) {
  .header .global-inner {
    padding: 0.11rem 0 0.18rem;
  }
  .head-logo {
    padding: 0;
    height: 0.57rem;
  }
  .head-logo img {
 /*   height: 0.7rem;   */
    margin-top: -0.2rem;
    margin-left: -0.02rem;
  }
  .nav-list {
    display: none;
  }
  .head-link {
    display: none;
  }
  .head-schbox {
    position: absolute;
    right: 0.61rem;
    width: 0.33rem;
    height: 0.65rem;
    margin-top: 0.06rem;
  }
  .head-schbox .schbox-open {
    background: url(../../Img/images/head_sch2.png) no-repeat center center;
    background-size: 0.26rem auto;
    width: 0.33rem;
    height: 0.65rem;
    position: static;
    margin-top: 0;
    margin-right: 0.3rem;
  }
  .head-menu-nav {
    width: 0.33rem;
    height: 0.65rem;
    margin-left: 0.28rem;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding-top: 0.2rem;
  }
  .icon-hamburger {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 11% 0 0;
    -webkit-overflow-scroll: touch;
  }
  .icon-hamburger .line {
    width: 100%;
    height: 3px;
    display: block;
    background-color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .icon-hamburger .line:nth-child(2) {
    margin: 6px 0;
  }
  .icon-hamburger.active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .icon-hamburger.active .line:nth-child(2) {
    opacity: 0;
  }
  .icon-hamburger.active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  .head-nav-close {
    width: 0.35rem;
    height: 0.3rem;
    display: none;
    position: absolute;
    right: -1px;
    top: 10px;
    z-index: 10;
    -webkit-overflow-scroll: touch;
  }
  .modal-schbox .schbox-bd {
    margin-top: -20px;
  }
}

@media (max-width: 991px) {
  .header .global-inner {
    padding: 0.11rem 0.18rem;
  }
  .head-menu-nav {
    right: 0.18rem;
  }
  .head-schbox {
    right: 0.79rem;
    margin-top: 0;
  }
}

/* pop-nav-box start  */

.pop-nav-box {
  width: 100%;
  height: 100%;
  display: none;
  background: #fc4f00;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0.76rem;
  z-index: 1111;
}

.pop-nav-box .bottom {
  padding: 0 0.18rem;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 17%;
}

.pop-nav-box .bottom .icon {
  width: 0.3rem;
}

.pop-nav-box .bottom a.link1 .log {
  width: 1.3rem;
  margin-right: 0.1rem;
}

.pop-nav-box .bottom a.link2 .log {
  width: 0.7rem;
}

.pop-nav-box .inner {
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 0 0 4em;
}

.pop-nav-list {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
}

.pop-nav-list .menu-level1 {
  width: 91%;
  margin: auto;
  color: #fff;
  line-height: 0.64rem;
  font-weight: bold;
}

.pop-nav-list .menu-level1 a {
  display: block;
  width: 50%;
}

.pop-nav-box .mCSB_inside>.mCSB_container {
  margin: 0;
}

/* pop-nav-box end  */

/**** main-box ***/

.main-box {
  width: 100%;
  position: relative;
  z-index: 9;
  min-height: 500px;
}

.aside-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.aside-fixed dl dt {
  width: 2.5em;
  height: 8.1em;
  display: block;
  text-align: center;
  padding: 3em 0.6em 1em;
  background: #fc4f00 url(../../Img/images/icon-service.png) no-repeat top 0.9em center;
  background-color: #fc4f00;
  background-size: 1.5em;
  font-size: 1em;
  line-height: 1em;
  color: #fff;
}

.aside-fixed dl dt:hover {
  background-color: #c5030b;
}

@media screen and (max-width: 991px) {
  .aside-fixed {
    display: none;
  }
}

/**** footer ***/

.footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  white-space: nowrap;
  color: #fff;
  border-top: solid 5px #a3825c;
  padding-top: 3.3em;
  background-color: #fc4f00;
}

.footer a:hover {
  color: #fff;
}

#stage {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../../Img/images/bg.jpg") bottom center #fc4f00;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#stage canvas {
  height: 90% !important;
  position: absolute;
  left: 0;
  bottom: 0;
}

.foot-bdbox {
  width: 100%;
  position: relative;
  z-index: 5;
  text-align: center;
}

.foot-navbox {
  margin-bottom: 3.35em;
}

.foot-list-nav {
  display: none;
  margin-bottom: 0.77rem;
}

.menu-level1 {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 0.5rem;
  border-bottom: solid 1px #fc4f00;
  text-align: left;
  opacity: 0.8;
  font-weight: bold;
}

.menu-level1 .arrow {
  width: 20%;
  height: 100%;
  overflow: hidden;
  background: url(../../Img/images/arrow01.png) no-repeat right center;
  background-size: 0.2rem auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.foot-list-nav .nav-item .menu-level1>a {
  display: block;
  width: 50%;
}

.pop-subnav-list {
  width: 100%;
  display: none;
  overflow: hidden;
  background: #fc4f00;
}

.pop-subnav-list li {
  width: 91%;
  overflow: hidden;
  border-top: 1px solid #fc4f00;
  margin: auto;
}

.pop-subnav-list li:hover a {
  color: #fff !important;
}

.pop-subnav-list li:nth-child(1) {
  border-top: none;
}

.pop-subnav-list a {
  font-size: 0.16rem;
  line-height: 0.5rem;
  color: #fff;
  float: left;
  opacity: 0.8;
  font-weight: bold;
}

.pop-nav-box .mCSB_inside>.mCSB_container {
  margin: 0;
}

.foot-nav {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  overflow: hidden;
}

.foot-nav li {
  width: 7.15em;
  text-align: left;
}

.foot-nav li .cn {
  font-size: 1.3em;
  line-height: 1.26em;
  white-space: nowrap;
}

.foot-nav li:first-child .cn {
  letter-spacing: 2em;
}

.foot-nav a {
  display: block;
  color: #fff;
}

.foot-nav .second {
  margin-top: 1.45em;
  font-size: 0.8em;
  line-height: 2.37em;
}

.foot-nav .en {
  display: block;
  font-family: 'SourceHanSansSC-Light';
  font-size: 0.54em;
  line-height: 1.571em;
  opacity: 0.4;
  margin-top: 0.7em;
  word-wrap: break-word;
  white-space: normal;
}

.foot-middle {
  overflow: hidden;
  font-size: 0.9em;
  margin-bottom: 4em;
  position: relative;
}

.foot-middle .left {
  float: left;
  margin-left: 13.2%;
  overflow: hidden;
  font-size: 1.1em;
  line-height: 1.8em;
}

.foot-middle .left .code {
  width: 6.15em;
  height: 6.15em;
  background: #fff no-repeat center;
  background-size: 5em;
  margin-right: 2.1em;
  margin-top: 8px;
}

.foot-middle .left .txtbox {
  text-align: left;
}

.foot-middle .cx {
  line-height: 2.2em;
  display: block;
  opacity: 0.8;
  cursor: pointer;
}

.foot-middle .cx:nth-child(3) {
  cursor: default;
}

.foot-middle .cx span {
  font-size: 1.1em;
}

.foot-middle .cx span.en {
  font-size: 1.2em;
  font-family: "SourceHanSansSC-Light";
}

.foot-middle .cx:nth-child(2) {
  margin: 7px 0;
}

.foot-middle .cx img {
  width: 1.6em;
  margin: -3px 0.6em 0 0;
}

.foot-middle .right {
  padding-left: 2.55em;
  background: no-repeat left center;
  background-size: 30px;
  font-size: 0.9em;
  line-height: 1.88em;
  color: #fff;
  opacity: 0.8;
  width: 37.5%;
  height: 3.3em;
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
}

.foot-bot {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 3.4em;
  background: #fc4f00;
  opacity: 0.8;
  font-size: 0.7em;
}

.foot-bot .le {
  display: inline-block;
}

.foot-bot .copy {
  margin-right: 1em;
}

.foot-bot .copy i {
  margin-right: 5px;
}

.foot-bot .ba {
  margin-right: 1em;
}

@media screen and (max-width: 1440px) {
  .foot-bdbox {
    padding: 0;
  }
  .foot-middle .cx {
    margin-right: 2%;
  }
  .foot-middle .tel {
    margin-right: 2%;
  }
}

@media screen and (max-width: 991px) {
  .foot-bot {
    opacity: 1;
    line-height: 0.22rem;
    padding: 0.09rem 0.14rem;
    font-size: 0.12rem;
  }
  .foot-bot .le {
    display: block;
  }
  .foot-bot .copy {
    margin-right: 0.12rem;
  }
  .foot-bot .ba {
    margin-right: 0.12rem;
  }
  .foot-middle {
    margin-bottom: 0.29rem;
    font-size: 0.13rem;
  }
  .foot-middle .left {
    margin-left: 0;
    float: none;
  }
  .foot-middle .left .code {
    width: 1.08rem;
    height: 1.08rem;
    background: #fff no-repeat center;
    background-size: 0.88rem;
    margin-right: 0.27rem;
    margin-top: 0.02rem;
  }
  .foot-middle .cx {
    font-size: 0.18rem;
    line-height: 0.33rem;
  }
  .foot-middle .right {
    margin-left: 0;
    float: none;
    width: 100%;
    margin-top: 0.35rem;
    font-size: 0.13rem;
    line-height: 0.24rem;
    background-size: 0.3rem;
    position: static;
  }
  .foot-navbox {
    display: none;
  }
  .foot-list-nav {
    display: block;
  }
  .footer {
    padding-top: 0;
  }
}

/**** animate ***/

.animated {
  animation-delay: .1s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/***** modal *****/

/* .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.show {
    opacity: .5;
} */

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}

.modal .modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  height: 100%;
}

.modal .modal-content .global-inner {
  margin-top: 10%;
  height: 100%;
}

.modal .modal-header, .modal .modal-body, .modal .modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-close {
  width: 3em;
  height: 3em;
  display: block;
  background: url(../../Img/images/close_01.png) no-repeat center center;
  background-size: 1.25em auto;
  border: solid 1px #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: fixed;
  right: 16%;
  top: 14%;
  z-index: 1100;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .modal .modal-content .global-inner {
    margin-top: 10%;
  }
}

@media screen and (max-width: 991px) {
  .modal-close {
    right: 0.18rem;
    position: fixed;
    top: 14%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .modal .modal-content .global-inner {
    margin-top: 20%;
  }
}

@media screen and (max-width: 600px) {
  .modal .modal-content .global-inner {
    margin-top: 42%;
  }
}

/**** video ***/

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative !important;
  z-index: 20;
}

.video-js:hover .vjs-big-play-button {
  background-color: transparent;
  opacity: 1;
}

.video-js .vjs-big-play-button {
  width: 80px;
  height: 80px;
  line-height: 58px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  background: url(../../Img/images/icon_play1.png) no-repeat center center;
  background-size: contain;
  border: none;
  padding: 0;
  opacity: 0.8;
  font-size: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.video-js .vjs-tech {
  position: static;
  object-fit: fill;
}

.video-js .vjs-tech:focus {
  outline: none;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}

.video-js .vjs-poster {
  background-size: cover;
}

.video-pop .pop-cent {
  width: 850px;
  height: 460px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -425px;
  margin-top: -230px;
}

.video-pop .video-js {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.video-js .vjs-tech {
  z-index: -5;
}

.ie8 .video-pop .video-js, .ie9 .video-pop .video-js {
  display: none;
}

.video-pop .video-top-info i {
  background: url(../images/phone-nav-icon.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: -30px;
  background-size: cover;
  cursor: pointer;
}

.video-pop .vjs-big-play-button {
  border: none;
  width: 60px;
  height: 60px;
  background: url(../images/about-video-open.png) no-repeat;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}

.video-pop .vjs-big-play-button span.vjs-icon-placeholder:before {
  content: "";
}

@media screen and (max-width: 991px) {
  .video-pop .pop-cent {
    width: 100%;
    height: 25em;
    left: 0;
    margin-left: 0;
    margin-top: -12.5em;
  }
  .video-pop .video-top-info i {
    width: 20px;
    height: 20px;
    top: -10%;
    right: 125px;
  }
}

.video-box {
  display: none\9;
  width: 66%;
  height: 50vh;
  margin: 25px auto;
}

@media screen and (max-width:1366px) {
  .video-box {
    height: 17em;
    width: 50%;
  }
  .modal-close {
    width: 2.5em;
    height: 2.5em;
    right: 25%;
  }
}

@media screen and (max-width:991px) {
  .video-box {
    width: 100%;
    height: 4rem;
    margin: 10% auto;
  }
}

@media screen and (max-width:600px) {
  .video-box {
    height: 2.5rem;
  }
}

.video-box2 {
  display: none;
  display: block\9;
}

.vjs-icon-play::before, .video-js .vjs-big-play-button::before, .video-js .vjs-play-control::before {
  margin-top: 4px;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  z-index: 9999;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  #my-video_html5_api.on {
    margin-top: 39%;
  }
  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.3rem 0 0 -0.3rem;
  }
}

/* video */

/******/

.scaleImg {
  display: block;
  overflow: hidden;
  position: relative;
}

.scaleImg .imgs-box, .scaleImg .item-imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.scaleImg .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 1s ease;
}

.scaleImg img {
  transition: all 1s ease;
}

@media (min-width: 768px) {
  .scaleImg:hover .image, .scaleImg:hover .item-imgs img, .scaleImg:hover .imgs-box img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}

.page-numbox {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  line-height: 46px;
  color: #666;
  white-space: nowrap;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-numbox a {
  cursor: pointer;
}

.page-numbox a.active, .page-numbox a:hover {
  background: #02b3c5 !important;
  color: #fff !important;
}

.page-numbox .page-ctrl {
  max-width: 130px;
  flex: 0 0 130px;
  text-align: center;
  background: #f0f0f6;
  transition: all 0.3s;
}

.page-numbox .numbox {
  flex: 0 0 auto;
  overflow: hidden;
  font-family: "Arial";
}

.page-numbox .numbox>a {
  width: 70px;
  background: #f0f0f6;
  float: left;
  position: relative;
  transition: all 0.3s;
}

@media (max-width: 767.98px) {
  .page-numbox {
    font-size: 0.16rem;
    line-height: 0.32rem;
    margin-top: 0.26rem;
  }
  .page-numbox .page-ctrl {
    max-width: 0.72rem;
  }
  .page-numbox .numbox>a {
    width: auto;
    min-width: 0.28rem;
    padding: 0 0.1rem;
  }
}

/*****pagebox  *****/

.pagebox {
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
}

.pagebox .pagecon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.pagebox .pg-num {
  float: left;
  overflow: hidden;
  margin: 0 1px;
}

.pagebox a {
  float: left;
  margin: 0 0.82em;
  font-size: 1.1em;
  color: #666;
  width: 27px;
  height: 27px;
  line-height: 31px;
  border-radius: 50%;
  text-align: center;
}

.pagebox a.on, .pagebox a:hover {
  color: #fff;
  background-color: #fc4f00;
}

.pagebox .pg-prev, .pagebox .pg-next {
  float: left;
  background: #d0bda6;
  border: 1px solid #c9b399;
  color: #fff;
  font-size: 7px;
  width: 27px;
  height: 27px;
  line-height: 27px;
}

.tipinfo {
  margin-top: 10%;
}

/******/

#modalBigViewimg {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}

#modalBigViewimg .modal-dialog {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

#modalBigViewimg .modal-content {
  width: 100%;
  height: 90%;
  max-height: 808px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#modalBigViewimg .global-inner {
  height: 100%;
  padding: 3em 9.6em;
  margin-top: 0;
}

#modalBigViewimg .modal-close {
  width: 44px;
  height: 44px;
  border: none;
  background-color: transparent;
  background-size: 44px auto;
  position: absolute;
  right: 3.5em;
  top: 0;
}

#modalBigViewimg .bigView-imgs {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
}

#modalBigViewimg .bigView-imgs img {
  max-width: 100%;
  max-height: 100%;
}

#modalBigViewimg .bigView-tit {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}

#modalBigViewimg #link {
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
  #modalBigViewimg .global-inner {
    width: 100%;
  }
  #modalBigViewimg #link {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #modalBigViewimg .modal-content {
    height: 60%;
  }
  #modalBigViewimg .global-inner {
    padding: 1rem 0.18rem;
  }
  .modal-close {
    right: 4%;
    top: 20%;
  }
  #modalBigViewimg .modal-close {
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.5rem;
    right: 0.2rem;
  }
  #modalBigViewimg .bigView-tit {
    font-size: 0.18rem;
    line-height: 0.4rem;
    padding: 0 0.18rem;
  }
  #modalBigViewimg #link {
    font-size: 0.18rem;
    word-break: break-all;
  }
}

.modal-schbox input::-webkit-input-placeholder {
  color: #fff;
}

.modal-schbox input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.modal-schbox input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.modal-schbox input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

/*2020.04.30*/

.foot-middle .bottom {
  display: none;
}

@media screen and (max-width: 1100px) {
  .foot-middle .bottom {
    display: block;
    margin-top: 0.35rem;
  }
  .head-link .log img {
    max-width: 100%;
    height: auto !important;
  }
  .foot-middle .bottom .icon {
    width: 0.25rem;
    /* margin-right: 0.1rem; */
  }
  .foot-middle .bottom .link1 .log {
    width: 1.2rem;
    margin-right: 0.1rem;
  }
  .foot-middle .bottom .link2 .log {
    width: 0.7rem;
  }
}