@charset "UTF-8";
/*******/
@font-face {
  font-family: 'SourceHanSansCN-Light';
  src: url("/fonts/SourceHanSansCN-Light.eot");
  src: url("/fonts/SourceHanSansCN-Light.eot?#iefix") format("embedded-opentype"), 
	url("/fonts/SourceHanSansCN-Light.woff") format("woff"), 
	url("/fonts/SourceHanSansCN-Light.woff2") format("woff2"), 
	url("/fonts/SourceHanSansCN-Light.ttf") format("truetype"), 
	url("/fonts/SourceHanSansCN-Light.svg#SourceHanSansCN-Light") format("svg");
}
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
/* @media screen and (max-width: 1600px) and (min-width: 1441px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 992px) {
  html {
    font-size: 16px;
  }
} */
@media screen and (max-width: 991.98px) and (min-width: 451px) {
  html {
    font-size: 100px;
  }
}
@media screen and (max-width: 450.99px) {
  html {
    font-size: 22.2222vw;
  }
}

body {
  font-size: 1em;
  line-height: 1;
  height: 100%;
  background: #fff;
  font-family: "微软雅黑", "Microsoft YaHei";
  position: relative;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(34, 37, 56, 0.5);
}

div, span, 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, 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;
  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;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
a:hover, 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;
}

.lg-inner {
  margin: 0 8rem;
  position: relative;
  display: block;
  z-index: 5;
}
.lg-inner:before, .lg-inner:after {
  content: '';
  display: table;
  clear: both;
}

.global-inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 1600px) {
  .lg-inner {
    margin: 0 3rem;
  }
}
@media (max-width: 991.98px) {
  .lg-inner, .global-inner, .sm-inner {
    width: 100% !important;
    padding: 0 0.18rem;
    margin: 0 auto;
  }

  .lg-inner .global-inner {
    padding: 0;
  }
}
.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 {
  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;
  }
}
@media (min-width: 1920px) {
  .hidden-xxl-up {
    display: none !important;
  }
}
@media (max-width: 1919.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 5px;
}

.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: 5px;
  background: #222538;
}

/**** 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;
  background: rgba(0, 0, 0, 0.5);
}
.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_01.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);
  }
}

/**** animate ***/
.animated {
  animation-delay: .1s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 500px, 0);
    -webkit-transform: translate3d(0, 500px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fadeInUp2 {
  animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInUp3 {
  animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/**** 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;
  background-color: #000;
  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: 5.9rem;
  height: 5.9rem;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  border-radius: 100%;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 3.3rem;
  height: 3.7rem;
  display: block;
  background: url("/Img/images/video_play.png") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-30%, -50%);
  -webkit-transform: translate(-30%, -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-control-bar {
  display: none;
}
@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.3rem 0 0 -0.3rem;
  }
}

.video-play {
  width: 3.7rem;
  height: 4.3rem;
  display: block;
  background: url("/Img/images/video_play.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.15rem 0 0 -1.85rem;
  z-index: 50;
}

/******/
.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;
  -webkit-transition: all 1s ease;
}
.scaleImg img {
  transition: all 1s ease;
  -webkit-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);
  }
}

/**** header ****/
.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  padding-top: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 2.375em;
  color: #fff;
  font-family: '微软雅黑', 'Microsoft YaHei';
}

.head-logo {
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head-logo img {
  height: 46px;
  display: block;
}

.head-field {
  position: absolute;
  left: 0;
  bottom: 0;
}

.head-field_hd {
  display: block;
  position: relative;
  cursor: pointer;
}
.head-field_hd .fa {
  margin-left: 14px;
  margin-top: -3px;
}

.head-field_bd {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 10px;
  font-size: 1em;
  line-height: 1.875em;
  color: #333;
}
.head-field_bd .arrow {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 1.5em;
  border-width: 5px 6px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
}
.head-field_bd .field-list {
  padding: 0.5em 1em;
  background: #fff;
  white-space: nowrap;
  text-align: left;
}
.head-field_bd .field-list li:hover a {
  color: #c09443;
}

.head-menu {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head-menu .icon {
  width: 1.125em;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.875em;
  position: relative;
  background: url("/Img/images/head-menu.png") no-repeat center center;
  background-size: contain;
}

.head-sch {
  height: 100%;
  position: absolute;
  right: 19.5%;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.btn-sch_open .fa {
  margin: -3px 0 0 0.875em;
}

.modal-schbox {
  width: 25%;
  height: 2.375em;
  background: #fff;
  padding: 0 60px 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
  z-index: 20;
}
.modal-schbox input {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0 10px 0 46px;
  border: none;
  background: url("/Img/images/icon-sch.png") no-repeat left 1em center transparent;
  background-size: 1em auto;
  font-size: 1em;
  line-height: inherit;
  color: #333;
}
.modal-schbox .btn-sch {
  width: 60px;
  height: 100%;
  display: block;
  background: #c09443;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.btn-sch_close {
  width: 24px;
  height: 24px;
  display: block;
  background: url(/Img/images/close3.png) no-repeat center center;
  background-size: 12px auto;
  border-radius: 100%;
  border: solid 1px #fff;
  opacity: 0.8;
  position: absolute;
  right: 1em;
  top: 100%;
  z-index: 10;
  cursor: pointer;
  margin-top: 13px;
}

body.head-yellow .header {
  color: #c09443;
}
body.head-yellow .head-menu .icon {
  background-image: url("/Img/images/head-menu2.png");
}
body.head-black .header {
  color: #333;
}
body.head-black .head-menu .icon {
  background-image: url("/Img/images/head-menu3.png");
}
body.head-black .btn-sch{
	color: #fff;
}
body.head-black .btn-sch_close{
  background-image: url("/Img/images/close.png");
  border-color: #333;
}

body.open-sch .head-menu, body.open-sch .head-sch {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  opacity: 0;
}
body.open-sch .modal-schbox {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.modal-navbox.fade .modal-dialog {
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  opacity: 0;
}
.modal-navbox.show .modal-dialog {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.modal-navbox .modal-dialog {
  width: 21rem;
  height: 100%;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  z-index: 1100;
}
@media (min-width:992px) {
	.modal-subnav .subnav-list{
		width: 10rem!important;
	}
	.modal-navbox .modal-dialog{
		width: 13rem!important;
	}
	.modal-navbox .modal-body{
		padding-right: 4.5rem!important;
	}
	.modal-navbox .modal-close{
		right: 4.5rem!important;
	}
	.modal-navlist > li.in .modal-subnav{
	  width: 10rem!important;
	  opacity: 1;
	  z-index: 1;
	}
}
.modal-navbox .modal-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: relative;
  right: 0;
  top: 0;
  padding: 20.5vh 0 7.8vh;
  box-shadow: none;
  z-index: 1100;
}
.modal-navbox .modal-body {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
  padding: 0 8rem 0 0;
}
.modal-navbox .modal-body.scrollbox{
  padding-right: 0!important;
  overflow: hidden;
}
.modal-navbox .modal-close {
  width: 2.5em;
  height: 2.5em;
  display: block;
  background: url("/Img/images/head-close.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 8rem;
  top: 80px;
  border-radius: 0;
}
.modal-navbox .modal-wx {
  display: none!important;
  overflow: hidden;
  text-align: right;
  margin-top: 8vh;
}
.modal-navbox .modal-wx h6 {
  width: 100%;
  font-size: 14px;
  line-height: 1em;
  color: #999;
  margin-bottom: 2vh;
  float: right;
}
.modal-navbox .modal-wx img {
  width: 6rem;
  float: right;
}
.modal-navbox .mCSB_inside {
  overflow-x: visible;
}
.modal-navbox .mCSB_inside > .mCSB_container {
  margin-right: 8rem;
  overflow-x: visible;
}
.modal-navlist {
  width: 100%;
}
.modal-navlist > li {
  position: relative;
  margin-bottom: 3.7vh;
  text-align: right;
}
.modal-navlist > li:last-child {
  margin-bottom: 0;
}
.modal-navlist > li.active .item-lv1 .cn,
.modal-navlist > li.current .item-lv1 .cn {
  color: #c09443;
}
.modal-navlist > li.has-subnav.in .item-lv1:after {
  width: 90px;
}
.modal-navlist > li.in .modal-subnav{
  width: 14rem;
  opacity: 1;
  z-index: 1;
}
.modal-navlist .item-lv1 {
  width: 120px;
  position: relative;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.modal-navlist .item-lv1:after {
  content: '';
  width: 0;
  height: 1px;
  display: block;
  background: #c09443;
  position: absolute;
  right: 100%;
  top: 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.modal-navlist .item-lv1 .cn {
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.modal-navlist .item-lv1 .en {
  font-size: 12px;
  color: #999;
  display: block;
  text-transform: uppercase;
}

.modal-subnav {
  width: 0;
  height: 100vh;
  position: fixed;
  right: 100%;
  top: 0;
  opacity: 0;
  display: block;
  background-color: #fff;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.05) inset;
  transition: width 1s, opacity 1s;
  -webkit-transition: width 1s, opacity 1s;
  z-index: -10000;
  overflow: hidden;
}
.modal-subnav .subnav-list {
  width: 14rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.modal-subnav .subnav-list li {
  padding: 14px 0;
}
.modal-subnav .subnav-list a {
  display: inline-block;
  vertical-align: top;
}
.modal-subnav .subnav-list a:hover {
  color: #c09443;
}

@media screen and (max-width: 1600px) {
  .modal-navbox .modal-close {
    right: 3rem;
  }
  .modal-navbox .mCSB_inside > .mCSB_container {
    margin-right: 3rem;
  }
  .modal-navbox .modal-body{
    padding-right: 3rem;
  }
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  .header {
    padding-top: 20px;
  }
  .modal-navbox .modal-close {
    top: 60px;
  }
}
@media screen and (max-width: 991.98px) {
	.modal-subnav .subnav-list{
		font-size: .16rem!important;
	}
  .header {
    padding-top: 0.18rem;
    font-size: 0.17rem;
    line-height: 0.36rem;
  }

  .head-logo {
    float: left;
  }
  .head-logo img {
    height: 0.36rem;
  }

  .head-menu {
    right: 0.28rem;
  }
  .head-menu .icon {
    width: 0.24rem;
  }

  .head-sch {
    right: 1.2rem;
    width: 0.36rem;
    height: 100%;
    display: block;
    background: url("/Img/images/icon-sch2.png") no-repeat center center;
    background-size: 0.18rem auto;
  }
  
  .head-sch:after {
    content: '';
    display: none;
    width: 1px;
    height: 0.12rem;
    display: block;
    background: #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    margin: -0.06rem 0 0 8px;
  }
  .head-sch .fa {
    display: none;
  }
  body.head-black .head-sch {
    background-image: url("/Img/images/icon-sch3.png");
  }
  body.head-black .head-sch:after{
	  background-color: #333;
  }

  .modal-schbox {
    width: 100%;
    height: 0.6rem;
    position: fixed;
    top: 0;
    bottom: auto;
    padding: 0 0.66rem 0 0;
    line-height: 0.6rem;
    font-size: 0.17rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  }
  .modal-schbox .btn-sch {
    width: 0.66rem;
    font-size: 0.18rem;
  }
  .modal-schbox input {
    padding: 0 0.1rem 0 0.45rem;
    background-size: 0.18rem auto;
    background-position: 0.18rem auto;
  }

  .btn-sch_close {
    width: 0.24rem;
    height: 0.24rem;
    background-size: 0.12rem auto;
    right: 0.18rem;
    margin-top: 0.12rem;
  }

  .modal-navbox .modal-dialog {
    width: 1.8rem;
  }
  .modal-navbox .modal-content {
    padding: 0.95rem 0 0.25rem;
  }
  .modal-navbox .modal-close {
    width: 0.3rem;
    height: 0.3rem;
    right: 0.24rem;
    top: 0.24rem;
  }
  .modal-navbox .mCSB_inside > .mCSB_container {
    margin-right: 0.24rem;
  }
  .modal-navbox .modal-body{
    padding-right: 0.24rem;
  }
  .modal-navbox .modal-wx {
    position: fixed;
    right: 0.24rem;
    bottom: 0.24rem;
    margin-top: 0;
  }
  .modal-navbox .modal-wx h6 {
    font-size: 0.16rem;
  }
  .modal-navbox .modal-wx img {
    width: 0.9rem;
  }

  .modal-navlist {
    font-size: 0.18rem;
    line-height: 1em;
  }
  .modal-navlist > li {
    margin-bottom: 3.5vh;
  }
  .modal-navlist .item-lv1 {
    width: 100%;
  }
  .modal-navlist .item-lv1:after {
    display: none !important;
  }
  .modal-navlist .item-lv1 .cn {
    font-size: 0.18rem;
  }
  .modal-navlist .item-lv1 .en {
    font-size: 0.12rem;
  }
  .modal-subnav{
    right: 99%;
  }
  .modal-subnav .subnav-list {
    width: 1.8rem;
    font-size: 0.14rem;
    line-height: 0.3rem;
  }
  .modal-subnav .subnav-list li {
    padding: 0.1rem;
  }

  .modal-navlist > li.active .modal-subnav{
    width: 1.8rem;
  }
  body.open-sch .head-logo {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    opacity: 0;
  }
}
/**** main-box ***/
.main-box {
  width: 100%;
  min-height: 300px;
  position: relative;
  z-index: 10;
}

/**** footer ****/
.footer {
  width: 100%;
  display: block;
  position: relative;
  color: #999;
  font-size: 16px;
  z-index: 50;
  font-family: '微软雅黑', 'Microsoft YaHei';
}
.footer a {
  font-size: 1em;
  line-height: inherit;
  color: inherit;
}
.footer a[href]:hover {
  color: #fff;
}

.foot-topbox {
  width: 100%;
  padding: 1.625em 0 1.375em;
  position: relative;
  background: #2e395b;
}
.foot-topbox .row {
  width: 100%;
  margin: 0;
}
.foot-topbox .row-item {
  padding: 0;
}
.foot-topbox .row-left {
  width: 72.7%;
  float: left;
}
.foot-topbox .row-right {
  width: 20%;
  max-width: 200px;
  float: right;
}

.foot-navlist {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.foot-navlist .lv1 {
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
  margin-bottom: 0.5em;
}
.foot-navlist .subnav {
  font-size: 0.875em;
  line-height: 2.1em;
}
.foot-navlist .subnav li {
  width: 7.1em;
  white-space: nowrap;
}

.foot-wx {
  margin-bottom: 1.875em;
}
.foot-wx .tit {
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
  margin-bottom: 0.9em;
}
.foot-wx img {
  width: 7.5em;
  max-width: 100%;
  display: block;
}

.foot-link {
  width: 10em;
  max-width: 100%;
  position: relative;
}

.foot-link_hd {
  width: 100%;
  display: block;
  padding: 0 20px;
  border: solid 1px #c09443;
  position: relative;
  font-size: 0.875em;
  line-height: 3.07em;
  color: #fff;
  cursor: pointer;
}
.foot-link_hd .icon {
  width: 3.21em;
  height: 1.07em;
  display: block;
  background: url(/Img/images/icon-key.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -0.535em 0 0 -1.6em;
  z-index: 2;
}

.foot-link_bd {
  width: 100%;
  max-height: 16em;
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  border: solid 1px #c09443;
  border-bottom: none;
  background: #fff;
  padding: 0.5em 0;
  font-size: 0.875em;
  line-height: 1.5em;
  color: #333;
}
.foot-link_bd li {
  padding: 0.5em 0.5em 0.5em 1em;
  
}
.foot-link_bd li:hover a {
  color: #c09443 !important;
}
.foot-link_bd a {
  display: block;
}
.foot-link_bd .mCSB_inside > .mCSB_container {
  margin-right: 0.5em;
}

.foot-botbox {
  width: 100%;
  height: 5em;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 1.7em;
  background: #252f4e;
}

.foot-copy {
  float: left;
  padding: 1.143em 0;
}
.foot-copy .beian a {
  margin-right: 8px;
}

.foot-support {
  min-width: 200px;
  float: right;
  white-space: nowrap;
  padding: 2em 0;
}
.foot-support .title {
  display: inline-block;
  vertical-align: top;
}

.foot-jszc_swip {
  height: 1.7em;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.btn-gotop {
  width: 10rem;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 20;
  margin-left: -5rem;
  font-size: 1em;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  background: url("/Img/images/gotop_bg.jpg") no-repeat center center;
  background-size: cover;
}
.btn-gotop:hover {
  opacity: 0.9;
}
.btn-gotop span {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.btn-gotop img {
  height: 1.07em;
  display: block;
  margin: 0 auto 10px;
}

.foot-navlist2 {
  width: 2.06rem;
  max-width: 66.67%;
  float: left;
  overflow: hidden;
}
.foot-navlist2 li {
  width: 50%;
  float: left;
  padding: 0.1rem 0;
}
.foot-navlist2 li:nth-child(even) {
  text-align: right;
}

@media screen and (max-width: 991.98px) {
  .footer {
    background: #2e395b;
  }

  .foot-topbox2 {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #fff;
  }
  .foot-topbox2 .row1 {
    padding: 0.18rem 0.35rem 0;
    overflow: hidden;
  }
  .foot-topbox2 .foot-wx {
    width: 0.9rem;
    max-width: 33.33%;
    float: right;
    text-align: center;
    margin-top: 0.1rem;
  }
  .foot-topbox2 .foot-wx .tit {
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 0.3rem;
  }
  .foot-topbox2 .foot-wx img {
    width: 100%;
  }
  .foot-topbox2 .row2 {
    width: 100%;
    padding: 0.3rem 0.18rem;
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
  }
  .foot-topbox2 .foot-link {
    width: 100%;
  }
  .foot-topbox2 .foot-link_hd {
    font-size: 1em;
    line-height: 0.46rem;
    padding: 0 0.48rem 0 0.22rem;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
  }
  .foot-topbox2 .foot-link_hd .icon {
    width: 28px;
    height: 10px;
    left: 1.1rem;
    margin: -5px 0 0;
  }
  .foot-topbox2 .foot-link_hd:after {
    content: '';
    width: 0.46rem;
    height: 100%;
    display: block;
    background: url("/Img/images/arrow-up2.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
  }
  .foot-topbox2 .foot-link_bd {
    font-size: 1em;
    line-height: 0.3rem;
  }

  .foot-navlist .subnav {
    display: none;
  }

  .foot-botbox {
    height: auto;
    background: #2e395b;
    padding: 0;
    font-size: 0.14rem;
    line-height: 0.2rem;
    text-align: center;
  }
  .foot-botbox .global-inner {
    padding-top: 0.2rem;
    padding-bottom: 0.8rem;
  }

  .foot-copy {
    float: none;
    margin-bottom: 0.03rem;
    padding: 0;
  }
  .foot-copy .copy {
    margin-bottom: 0.03rem;
  }
  .foot-copy .beian a {
    margin: 0;
    padding: 0 0.18rem;
    position: relative;
  }
  .foot-copy .beian a:after {
    content: '|';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .foot-copy .beian a:last-child:after {
    display: none;
  }

  .btn-gotop {
    width: 1.8rem;
    height: 0.6rem;
    margin-left: -0.9rem;
    line-height: 1em;
  }
  .btn-gotop img {
    height: 0.1rem;
    margin-bottom: 0.08rem;
  }
}
/**** 内页公共 ****/
.inside-topbox {
  width: 100%;
  height: 360px;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 170px;
  color: #fff;
  font-family: '微软雅黑', 'Microsoft YaHei';
}
.inside-topbox .global-inner {
  z-index: 10;
}

.inside-ban {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.inside-coltit {
  position: relative;
  font-size: 40px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 35px;
}
.inside-coltit span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 70px 0 30px;
}
.inside-coltit span:before {
  content: '';
  width: 2000px;
  height: 2px;
  display: block;
  background: #c09443;
  position: absolute;
  right: 100%;
  top: 50%;
}
.inside-coltit span:after {
  content: '';
  width: 2000px;
  height: 2px;
  display: block;
  background: #c09443;
  position: absolute;
  left: 100%;
  top: 50%;
}

.inside-coltit_en {
  font-family: "Arial";
  font-size: 0.17rem;
  line-height: 1em;
  color: #fff;
  opacity: 0.5;
}

.inside-coldesc {
  max-width: 41em;
  opacity: 0.5;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 0 30px;
}

.inside-topnav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
  position: relative;
  left: 0;
  top: 0;
  z-index: 22;
  font-family: '微软雅黑', 'Microsoft YaHei';
}
.inside-topnav .global-inner {
  height: 100%;
}

.inside-topnav_place {
  height: 60px;
  display: none;
}

.inside-navlv2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  text-align: center;
}
.inside-navlv2 .swiper-slide {
  width: 16.6%;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
.head-field_bd i{
	display: none!important;
}
.inside-navlv2 .swiper-slide:after {
  content: '';
  width: 1px;
  height: 30px;
  display: block;
  background: #d0d0d0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.inside-navlv2 .swiper-slide:last-child:after {
  display: none;
}
.inside-navlv2 .swiper-slide.active {
  background: #c09443;
  color: #fff;
}
.inside-navlv2 .swiper-slide.active:after {
  background: #c09443;
}
.inside-navlv2 a {
  display: inline-block;
  vertical-align: top;
  padding: 0 1em;
}
.inside-navlv2_ctrl {
  width: 3.1rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-color: #f5f5f5;
  cursor: pointer;
}
.inside-navlv2_ctrl.swiper-button-disabled {
  display: none !important;
}
.inside-navlv2_ctrl.left {
  left: -2.9rem;
  background-image: url("/Img/images/inside-left_h.png");
  background-position: left center;
  background-size: 16px;
}
.inside-navlv2_ctrl.left:hover {
  background-image: url("/Img/images/inside-left_h.png");
}
.inside-navlv2_ctrl.right {
  right: -3rem;
  background-image: url("/Img/images/inside-right_h.png");
  background-position: right center;
  background-size: 16px;
}
.inside-navlv2_ctrl.right:hover {
  background-image: url("/Img/images/inside-right_h.png");
}

body.fixed-navlv2 .inside-topnav {
  position: fixed;
}
body.fixed-navlv2 .inside-topnav_place {
  display: block;
}

@media screen and (max-width: 991.98px) {
	.foot-botbox{
		border-top:1px solid #858a9a;
	}
	.inside-navlv2_ctrl.right{
		 background-size: 12px;
	}
	.inside-navlv2_ctrl.left {
	 
	  background-size: 12px;
	}
  .inside-topbox {
    height: 2.16rem;
    padding-top: 0.9rem;
    text-align: center;
  }

  .inside-coltit {
    font-size: 0.36rem;
    margin-bottom: 0.14rem;
  }
  .inside-coltit span {
    padding: 0 0.32rem;
  }

  .inside-topnav {
    height: 0.42rem;
    line-height: 0.42rem;
  }
  .inside-topnav .global-inner {
    padding: 0 0.45rem !important;
  }

  .inside-topnav_place {
    height: 0.42rem;
  }

  .inside-navlv2 {
    font-size: 0.16rem;
  }
  .inside-navlv2 .swiper-slide {
    width: 25%;
  }
  .inside-navlv2 .swiper-slide:after {
    height: 0.18rem;
    margin-top: -0.09rem;
  }

  .inside-navlv2_ctrl {
    width: 0.46rem;
    background-size: 7px auto;
  }
  .inside-navlv2_ctrl.left {
    left: 0;
    background-position: 0.1rem center;
  }
  .inside-navlv2_ctrl.right {
    right: 0;
    background-position: right 0.1rem center;
  }
}
@media screen and (max-width: 767.98px) {
  .inside-navlv2 .swiper-slide {
    width: 33.33%;
  }
}
.head-field_bd .field-list{
	padding: 0!important;
}
.head-field_bd{
	width: 160px;	
}
.head-field_bd .field-list{
	background-color: #d0dfe6!important;
}
.head-field_bd li{
	text-align: center;
	line-height: 45px;
	position: relative;	
}
.head-field_bd li div{
	margin: 0 20px;
	border-bottom:1px solid #ddeaf2
}
.field-list img{
	position: absolute;
	width: 23px;
	top: 20px;
	opacity: 0;
}
.head-field_bd li:hover img{
	opacity: 1;
	transition: all .5s;
}
.field-list1{
	left: 10px;
}
.field-list2{
	right: 10px;
}
.foot-link_hd{
	position: relative;
}
.foot-link_hd img{
	position: absolute;
	right: 10px;
	top: 32%;
	display: none;
}
.foot-link_bd li{
	margin: 0 0.5em 0 1em;
	padding: .5em 0!important;
	line-height: 18px;
	font-size: 14px;
	border-bottom:1px solid #ccc;
}


/**** 2020.12.08 ****/
.head-field:hover .head-field_hd .fa{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.head-field_bd{
  width: 196px;
  padding-top: 0;
}
.head-field_bd ul{
  padding: 5px 0;
}
.head-field_bd li div{
  padding: 0 26px 0 30px;
}
.field-list img{
  width: 20px;
}
@media screen and (min-width: 992px) {
  body.head-black .modal-schbox{
    border: solid 1px #ddd;
  }
}
@media screen and (min-width: 992px) and (max-height: 700px) {
  .modal-navbox .modal-wx{
    display: none;
  }
}

/*** 2020.12.15 ***/
.modal-navlist > li,
.modal-navlist,
.modal-navbox .modal-body,
.modal-navbox .modal-content{
  position: static;
  overflow: visible;
}
.modal-subnav{
  position: absolute;
}