@charset "UTF-8";
/*******/
@font-face {
  font-family: 'hansans';
  src: url("/fonts/SourceHanSansCN-Normal.ttf");
}
html,
body {
  -ms-overflow-style: scrollbar;
}

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: #fff;
  font-family: "微软雅黑";
  overflow-y: scroll;
}
@media screen and (max-width: 1600px) and (min-width: 1441px) {
  body {
    font-size: 19px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1281px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 992px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  body {
    font-family: "hansans", "华文细黑";
    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;
}
input[type='text']::-ms-clear{
    display: 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: #02b3c5;
  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;
  overflow: hidden;
}

.global-inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}

.sm-inner {
  width: 85%;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.sm-inner:before, .sm-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
  .global-inner {
    width: 85%;
  }

  .sm-inner {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .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: 767.98px) {
  .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%;
  border-radius: 5px;
  background: #dcdcdc;
}

/***** 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: 90px;
/*   position: fixed; */
  background: #fff;
  left: 0;
  top: 0;
  z-index: 100;
  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);
  line-height: 90px;
  font-size: 16px;
  transition: all 0.5s;
}

.head-place {
  width: 100%;
  height: 90px;
  display: block;
}

.head-logo {
  float: left;
  padding: 10px 0;
  margin-right: 8%;
}
.head-logo img {
  height: 70px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .head-logo {
    margin-right: 6%;
  }
}
@media screen and (max-width: 1140px) {
  .head-logo {
    margin-right: 4%;
  }
}

.head-right {
  float: right;
}

@media (max-width: 991.98px) {
  .header, .head-place {
    height: 0.76rem;
    line-height: 0.75rem;
  }

  .header {
    box-shadow: none;
    border-bottom: solid 1px #e2e2e2;
  }

  .head-logo {
    margin: 0;
    padding: 0.13rem 0;
  }
  .head-logo img {
    height: 0.5rem;
  }
}
.head-schbox {
  width: 35px;
  height: 90px;
  display: block;
  position: relative;
  margin-right: -5px;
  z-index: 10;
}
.head-schbox .schbox-open {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.head-schbox .schbox-open .icon {
  width: 100%;
  height: 38px;
  display: block;
  background: url(/Img/images/icon_sch3.png) no-repeat center center;
  background-size: 25px auto;
  margin: 0 auto 5px;
}
.head-schbox .schbox-open span {
  display: block;
}
@media (max-width: 991.98px) {
  .head-schbox {
    width: 0.32rem;
    height: 0.75rem;
    margin-right: 0.22rem;
  }
  .head-schbox .schbox-open {
    padding: 0;
    transform: none;
    -webkit-transform: none;
  }
  .head-schbox .schbox-open .icon {
    height: 100%;
    margin-bottom: 0;
  }
}

.modal-schbox {
  width: 37em;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #fff;
  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_04.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: #333;
}
.modal-schbox .schipt {
  width: 100%;
  height: 46px;
  display: block;
  border: 1px solid #d4d4d4;
  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;
  font-size: 24px;
  color: #0f0f0f;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
  background: url(/Img/images/icon_sch3.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 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.1rem 0.65rem 0.1rem 0.1rem;
    line-height: 0.22rem;
  }
  .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: left;
  -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;
  padding: 0 20px;
}
.nav-list > li:hover > a {
  background: #01b3c4;
  color: #fff;
}
.nav-list > li:hover .icon1 {
  display: none;
}
.nav-list > li:hover .icon2 {
  display: block;
}
.nav-list > li.current > a {
  background: #01b3c4;
  color: #fff;
}
.nav-list > li.current .icon1 {
  display: none;
}
.nav-list > li.current .icon2 {
  display: block;
}
.nav-list > li > a {
  width: 95px;
  height: 90px;
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 22px;
  color: #333;
  transition: all 0.5s;
  padding: 15px 0 0;
}
.nav-list img {
  width: 38px;
  height: 38px;
  display: block;
  margin: 0 auto 5px;
}
.nav-list .icon2 {
  display: none;
}
.nav-list .tit {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .nav-list > li {
    padding: 0 0.5em;
  }
  .nav-list > li > a {
    width: 4.75em;
  }
}
@media screen and (max-width: 1140px) {
  .nav-list > li {
    padding: 0 0.1em;
  }
}

.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;
}

.appNav-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 0.6rem;
  color: #333;
}
.appNav-list > li {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.appNav-list > li.has-subnav .menu-level1 .fa {
  display: block;
}
.appNav-list > li.current .menu-level1 a {
  color: #02b3c5;
}
.appNav-list li.active > h5 .fa {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.appNav-list a {
  min-width: 50%;
  float: left;
}
.appNav-list .menu-level1 {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 0.18rem;
  border-bottom: solid 1px #dcdcdc;
}
.appNav-list .menu-level1 a {
  float: left;
  font-size: 0.2rem;
  line-height: inherit;
}
.appNav-list .fa {
  width: 0.62rem;
  text-align: center;
  font-size: 0.26rem;
  line-height: inherit;
  display: none;
  color: #040000;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  padding: 0 0.18rem;
}
.appNav-list .subnav-list {
  width: 100%;
  display: none;
  overflow: hidden;
  padding: 6px 0 0;
  background: #fff;
  font-size: 0.16rem;
  line-height: 0.48rem;
}
.appNav-list .subnav-list li {
  width: 100%;
  overflow: hidden;
}
.appNav-list .subnav-list > li:last-child .lv2 {
  border-bottom: none;
}
.appNav-list .subnav-list > li:last-child.has-subnav .lv2 {
  border-bottom: solid 1px #dcdcdc;
}
.appNav-list .subnav-list > li.active .lv2 {
  border-bottom: solid 1px #dcdcdc;
}
.appNav-list .subnav-list > li.has-subnav > .lv2 .fa {
  display: block;
}
.appNav-list .subnav-list .lv2 {
  width: 100%;
  overflow: hidden;
  font-size: 0.18rem;
  line-height: inherit;
  display: block;
  padding: 0 0.54rem;
  border-bottom: solid 1px #dcdcdc;
  position: relative;
}
.appNav-list .subnav-list a {
  font-size: 0.16rem;
  line-height: 0.48rem;
  color: #333;
  float: left;
}
.appNav-list .subnav-list ul {
  width: 100%;
  display: none;
  padding: 8px 0.96rem 0.12rem;
  border-bottom: solid 1px #dcdcdc;
}
.appNav-list .subnav-list ul li {
  padding: 0.1rem 0;
}
.appNav-list .subnav-list ul a {
  line-height: 0.28rem;
}

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);
}

/**** main-box ***/
.main-box {
  width: 100%;
  position: relative;
  z-index: 9;
}

/**** footer ***/
.footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background: #ebebeb;
  white-space: nowrap;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.footer a[href]:hover {
  color: #02b3c5;
}
@media (max-width: 991.98px) {
  .footer {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding: 0.4rem 0 0.3rem;
  }
}

.foot-top {
  width: 100%;
  overflow: hidden;
  padding: 42px 0 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .foot-top {
    padding: 0;
  }
}

.foot-webnav {
  width: 100%;
  overflow: hidden;
}
.foot-webnav > li {
  min-width: 4em;
  margin-right: 9%;
  float: left;
}
.foot-webnav > li:last-child {
  margin-right: 0;
}
.foot-webnav .lv1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.foot-webnav a {
  display: block;
}
.foot-webnav .subnav-list li {
  padding: 4px 0;
}
@media screen and (max-width: 1366px) {
  .foot-webnav > li {
    margin-right: 6%;
  }
}
@media screen and (max-width: 850px) {
  .foot-webnav > li {
    margin-right: 4%;
  }
}
@media (max-width: 767.98px) {
  .foot-webnav {
    display: none;
  }
}

.foot-appnav {
  display: none;
  overflow: hidden;
  font-size: 0.18rem;
  text-align: center;
  margin: 0 -0.2rem 0.22rem;
}
.foot-appnav li {
  width: 25%;
  float: left;
  padding: 0 0.2rem;
  margin-bottom: 1em;
}
.foot-appnav a {
  display: block;
}
@media (max-width: 767.98px) {
  .foot-appnav {
    display: block;
  }
}

.foot-wx {
  width: 86px;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
}
.foot-wx .wx {
  width: 100%;
  display: block;
  margin: 0 auto 8px;
}
.foot-wx img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.foot-wx span {
  display: block;
}
@media (max-width: 991.98px) {
  .foot-wx {
    right: 0.18rem;
  }
}
@media (max-width: 767.98px) {
  .foot-wx {
    width: 1.26rem;
    position: static;
  }
}

.foot-bot {
  width: 100%;
  overflow: hidden;
  padding: 14px 0 16px;
  border-top: solid 1px #bfbfbf;
  color: #717171;
}

.foot-copy {
  float: left;
}

.foot-support {
  float: left;
  margin-left: 22px;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
}
.foot-support .title, .foot-support .tempWrap {
  height: 24px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.foot-jszc {
  text-align: left;
}
.foot-jszc li {
  width: 100%;
  height: 24px;
  overflow: hidden;
}

.foot-tecn {
  display: none;
}

.foot-website {
  float: right;
}

@media (max-width: 767.98px) {
  .foot-bot {
    text-align: center;
    padding: 0;
    border: none;
    margin-top: 0.26rem;
  }

  .foot-copy {
    float: none;
  }
  .foot-copy a {
    display: block;
  }

  .foot-support {
    display: none;
  }

  .foot-tecn {
    display: block;
  }

  .foot-website {
    display: none;
  }
}
.btn-gotop {
  position: fixed;
  right: 1%;
  bottom: 76px;
  display: none;
  z-index: 200;
}
.btn-gotop img {
  width: 40px;
  display: block;
}
@media (max-width: 991.98px) {
  .btn-gotop {
    bottom: 0.2rem;
    right: 0.18rem;
  }
  .btn-gotop img {
    width: 0.4rem;
  }
}

/*** inside ***/
.inside-banbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 50;
}
.inside-banbox .banbox {
  width: 100%;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
.inside-banbox .banbox.pc {
  height: 360px;
}
.inside-banbox .banbox.app {
  width: 100%;
  overflow: hidden;
}
.inside-banbox .banbox.app img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.inside-banbox .global-inner {
  height: 100%;
}
@media (max-width: 991.98px) {
  .inside-banbox .banbox.pc {
    height: 3.6rem;
  }
}

.inside-crumb {
  float: left;
  font-size: 14px;
  color: #9f9f9f;
}
.inside-crumb a {
  float: left;
}
.inside-crumb a:after {
  content: '>';
  margin: 0 5px;
}
.inside-crumb a:last-child:after {
  display: none;
}
.inside-crumb img {
  width: 16px;
  margin: -4px 10px 0 0;
}
@media screen and (max-width: 1100px) {
  .inside-crumb {
    font-size: 12px;
  }
  .inside-crumb img {
    width: 14px;
  }
}

.inside-lv2box {
  width: 100%;
  position: relative;
  z-index: 50;
}
.inside-lv2box.pc {
  height: 50px;
  overflow: hidden;
  background: #eee;
  line-height: 50px;
  white-space: nowrap;
}
.inside-lv2box.pc .lv2-list {
  float: right;
  margin-right: -5px;
}
.inside-lv2box.pc .lv2-list li {
  float: left;
  text-align: center;
  padding: 0 5px;
}
.inside-lv2box.pc .lv2-list li:hover a {
  color: #02b3c5;
}
.inside-lv2box.pc .lv2-list li.active:hover a {
  color: #fff;
}
.inside-lv2box.pc .lv2-list li.active a {
  background: #02b3c5;
  color: #fff;
}
.inside-lv2box.pc .lv2-list a {
  min-width: 126px;
  padding: 0 12px;
  display: block;
  font-size: 16px;
  color: #555;
  font-weight: bold;
}
@media screen and (max-width: 1366px) {
  .inside-lv2box.pc .lv2-list a {
    min-width: 4em;
    padding: 0 8px;
  }
}
@media screen and (max-width: 1100px) {
  .inside-lv2box.pc .lv2-list a {
    font-size: 14px;
    font-weight: normal;
  }
}
.inside-lv2box.app .lv2-tit {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  background: #01b3c4;
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
}
.inside-lv2box.app .lv2-tit span{
  display: inline-block;
  vertical-align: top;
  padding: 0 2em;
}
.inside-lv2box.app .lv2-tit .fa {
  margin: -3px 0 0 5px;
}
.inside-lv2box.app .lv2-list {
  width: 100%;
  display: none;
  overflow: hidden;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: center;
  border-bottom: solid 1px #02b3c5;
}
.inside-lv2box.app .lv2-list li {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #bdbdbd;
  font-size: 0.16rem;
  line-height: 0.45rem;
  color: #4c4c4c;
}
.inside-lv2box.app .lv2-list li:last-child {
  border-bottom: none;
}
.inside-lv2box.app .lv2-list li a {
  min-width: 50%;
  display: inline-block;
  vertical-align: top;
}

.inside-bd {
  width: 100%;
  min-height: 400px;
  position: relative;
}
.inside-bd:before, .inside-bd:after {
  content: '';
  display: table;
}

.inside-rowtb {
  width: 100%;
  display: table;
}

.inside-rowth {
  width: 16em;
  display: table-cell;
  vertical-align: top;
}

.inside-rowtd {
  display: table-cell;
  vertical-align: top;
}

.inside-lv3box {
  width: 13.2em;
  overflow: hidden;
}
.inside-lv3box .lv3-list {
  width: 100%;
  display: table;
}
.inside-lv3box li {
  width: 100%;
  position: relative;
  background: #f5f5f5;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 60px;
  color: #666;
}
.inside-lv3box li:after {
  content: '';
  width: 7px;
  height: 14px;
  display: block;
  background: url(/Img/images/arrow_04.png) no-repeat center center;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -7px;
}
.inside-lv3box li:before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  background: #999;
  border-radius: 100%;
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -3px;
}
.inside-lv3box li:hover {
  color: #0068b7;
}
.inside-lv3box li.active {
  background: #0068b7;
  color: #fff;
}
.inside-lv3box li.active:before {
  background: #fff;
}
.inside-lv3box li.active:after {
  background-image: url(/Img/images/arrow_05.png);
}
.inside-lv3box a {
  display: block;
  padding: 0 40px 0 36px;
}

@media (max-width: 767.98px) {
  .inside-rowth, .inside-rowtd {
    width: 100%;
    display: block;
  }

  .inside-rowtd {
    margin-top: 0.2rem;
  }

  .inside-lv3box {
    width: auto;
    border-bottom: solid 1px #ccc;
    margin: 0 -0.18rem;
  }
  .inside-lv3box li {
    width: 33.33%;
    height: 0.42rem;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    font-size: 0.18rem;
    line-height: 0.4rem;
    color: #666;
    background: #fafafa;
    border-right: solid 1px #ccc;
    text-align: center;
  }
  .inside-lv3box li:last-child {
    border-right: none;
  }
  .inside-lv3box li:after, .inside-lv3box li:before {
    display: none;
  }
  .inside-lv3box li.active {
    color: #333;
    background: #fafafa;
  }
  .inside-lv3box a {
    padding: 0;
  }
}
/**** animate ***/
.animated {
  animation-delay: .1s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/**** video ***/
.video-box {
  position: relative;
}
.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  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%;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  background: url(/Img/images/video_play.png) no-repeat center center;
  background-size: contain;
  border: none;
  padding: 0;
  opacity: 0.8;
  transition: all 0.5s;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-poster {
  background-size: cover;
}
.video-js .vjs-subs-caps-button {
  display: none !important;
}
@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.3rem 0 0 -0.3rem;
  }
}

/******/
.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;
  }
}

/**** form ***/
.form-group .help-block {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  word-break:  break-all;
  margin-top: 6px;
}

.control-label {
  width: 100%;
  display: block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin: 0 0 5px;
  font-weight: normal;
}
.control-label .must {
  font-style: normal;
  color: #ff0000;
  margin: 0 5px 0 0;
}
.form-control {
  width: 100%;
  height: 40px;
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 18px;
  color: #333;
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  border: solid 1px #ccc;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border-color: #ccc;
}
.form-group.has-error .help-block {
  color: #ff0000;
}
.form-group.has-error .control-label,
.form-group.has-success .control-label{
  color: #333;
}
.form-group.has-error .form-control{
  border-color: #ff1111;
}
.form-group.has-success .form-control{
  border-color: #ccc;
}

/**** 2019.11.29 ***/
.nav-list .subnav-list{
  display: none;
  position: absolute;
  min-width: 110px;
  background: #fff;
  border: 2px solid #01b3c4;
  border-width: 3px 2px 2px;
}
/* .nav-list > li > a:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  display: none;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #01b3c4;
} */
.nav-list .subnav-list li{
  position: relative;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
}
.nav-list .subnav-list li a{
  display: block;
  padding: 8px 20px;
  overflow: hidden;
}
/* .nav-list > li:hover > a:before{
  display: block;
} */