@charset "UTF-8";
/*******/

@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("/content/fonts/SourceHanSansCN-Light.ttf") format("truetype"), url("/content/fonts/SourceHanSansCN-Light.eot") format("eot"), url("/content/fonts/SourceHanSansCN-Light.woff") format("woff"), url("/content/fonts/SourceHanSansCN-Light.woff2") format("woff2"), url("/content/fonts/SourceHanSansCN-Light.svg#SourceHanSansCN-Light-Alphabetic") format("svg");
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("/content/fonts/SourceHanSansCN-Bold.ttf") format("truetype"), url("/content/fonts/SourceHanSansCN-Bold.eot") format("eot"), url("/content/fonts/SourceHanSansCN-Bold.woff") format("woff"), url("/content/fonts/SourceHanSansCN-Bold.woff2") format("woff2"), url("/content/fonts/SourceHanSansCN-Bold.svg#SourceHanSansCN-Bold-Alphabetic") format("svg");
}

html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}
@media screen and (max-width: 1800px) and (min-width: 1661px){
	html{
		font-size: 19px;
	}
}
@media screen and (max-width: 1660px) and (min-width: 1250px) {
  html {
		font-size: 17px;
  }
}
@media screen and (max-width: 1249.98px) and (min-width: 992px) {
  html {
		font-size: 16px;
  }
}
@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 13.3333333vw;
  }
}

body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #424c5f;
  /* font-family: "SourceHanSansCN-Light","Noto Sans",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif; */
  font-family: "SourceHanSansCN-Light";
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 400;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
		/* font-weight: 400; */
  }
}

i,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
div:focus,
div:active,
span:focus,
span:active,
i:focus,
i:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
}

input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, label:focus, label:active {
  box-shadow: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input[type="text"]:focus, input[type="text"]:active {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 992px) {
  a[href]:hover {
    color: #39b09c;
  }
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

table {
  border: solid 1px #e5e5e5;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e5e5e5;
  word-break: break-all;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  position: relative;
}
.row:before, .row:after {
  display: none;
}

.lg-inner{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 5;
	padding: 0 3em;
}
.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}
.global-inner {
  width: 85vw;
	max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991.98px) {
  .global-inner, .lg-inner, .md-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.4rem !important;
    margin: 0 auto;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  display: inline-block;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  font-style: normal;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bot-0 {
  padding-bottom: 0 !important;
}

.t-center {
  text-align: center;
}

.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex-cell {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }

  .block-lg-down {
    display: block !important;
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/*** 无内容提示 ***/
.gnull-tips {
  width: 100%;
  font-size: 16px;
  line-height: 100px;
  color: #999;
  text-align: center;
  min-height: 300px;
}
.nodata1 {
  text-align: center;
  display: block;
  margin: auto;
  padding-top: 4em;
  padding-bottom: 5em;
}

.nodata {
  text-align: center;
  display: block;
  margin: auto;
  padding-top: 4em;
  padding-bottom: 5em;
}

.nodata img,
.nodata1 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.nodataText {
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 1.625em;
  color: #666;
}

/* 404 */
.page-404 {
  padding: 5em 0;
}

.page-404 .row {
  justify-content: center;
  -webkit-justify-content: center;
}

.page-404 img {
  max-width: 100%;
  display: block;
  margin: 0 auto 3.2em;
}

.page-404 .title {
  font-size: 20px;
  line-height: 1.5em;
  color: #242424;
  margin-bottom: 1em;
}

.page-404 .doc {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
  display: flex;
  display: -webkit-flex;
}

.page-404 .doc h5 {
  white-space: nowrap;
  width: 6.5em;
  flex: 0 0 6.5em;
  -webkit-flex: 0 0 6.5em;
}

.page-404 .tool {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.page-404 .go-home {
  width: 8.75em;
  height: calc(3.125em + 2px);
  display: block;
  border-radius: 1.65em;
  background: #39b09c;
  border: solid 1px #39b09c;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 3.125em;
  margin-top: 2.125em;
}

/* 错误页 */
.m-error_container {
  width: 100%;
  text-align: center;
  padding: 5em 2em;
}

.m-error_container .imgs {
  max-width: 100%;
  display: block;
  margin: 0 auto 1.5em;
}

.m-error_title {
  font-size: 20px;
  line-height: 1.5em;
  color: #242424;
  margin-bottom: 1em;
  display: block;
}

.m-error_subtitle {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
}

.m-error_description {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
  margin-top: 1em;
}

@media screen and (min-width: 992px) {
  .page-404 .go-home:hover {
    background-color: #fff;
    color: #39b09c;
  }
}
@media screen and (max-width: 767.98px) {
  .gnull-tips {
    font-size: 0.28rem;
    line-height: 1rem;
    min-height: 3rem;
  }
}

/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 5px;
  opacity: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -16px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 4px;
  background: #424c5f;
}

.scrollbox, .scrollbox2 {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 991.98px) {
  .scrollbox {
    overflow-y: auto !important;
  }

  .scrollbox2 {
    overflow-x: auto !important;
  }
}
/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
}

.modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  margin: 0 auto;
}

.modal-header,
.modal-body,
.modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-header, .modal-footer {
  position: relative;
  z-index: 1060;
}

/**** animate ***/
.animated {
  animation-delay: .1s;
}

.is-antd {
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-antd.is-active {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fadeInUp2 {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  animation-name: fadeInUp2;
  -webkit-animation-name: fadeInUp2;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fadeInUp3 {
  opacity: 0;
  transform: translate3d(0, 300px, 0);
  -webkit-transform: translate3d(0, 300px, 0);
  animation-name: fadeInUp3;
  -webkit-animation-name: fadeInUp3;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/**** video ***/
.video-box {
  position: relative;
}
.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 0;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  background-color: #000;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}
.video-js:hover .vjs-big-play-button {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.video-js .vjs-big-play-button {
  width: 4rem;
  height: 4rem;
  border: solid 2px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(0, 0, 22, 0.3);
  border-radius: 100%;
  z-index: 50;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  background: url("/content/img/images/caret-right-fill-white.svg") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.video-js .vjs-subs-caps-button {
  display: none !important;
}
.video-js .vjs-button > .vjs-icon-placeholder:before {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.video-js.vjs-paused .vjs-big-play-button {
  display: block;
}
.video-js.vjs-has-started .vjs-control-bar {
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 0.8rem;
    height: 0.8rem;
  }
  .video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 0.24rem;
    height: 0.24rem;
  }
}

/*** modal-video ***/
.modal-video {
  background: #000016;
  z-index: 5000;
}
.modal-video .modal-close {
  width: 3em;
  height: 3em;
  position: absolute;
  right: 2.5em;
  top: 1.6em;
  margin: 0;
  border: none;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.modal-video .modal-close .bi {
  width: 1em;
  height: 1em;
  display: block;
  color: #b8bfcc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.modal-video .modal-dialog {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1060;
}
.modal-video .modal-content {
  width: 960px;
  max-width: 86vw;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
.modal-video .video-box {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .modal-video .modal-dialog {
    padding: 0 0.3rem;
  }
  .modal-video .modal-content {
    width: 100%;
    max-width: 100%;
  }
  .modal-video .modal-close {
    width: .8rem;
    height: .8rem;
    top: .3rem;
    right: .3rem;
    z-index: 1100;
  }
}

/* 表单 */
.form-group {
  width: 100%;
  position: relative;
  z-index: 5;
}
.form-group .must{
	color: #ff0000;
	margin-left: 8px;
	display: block;
	font-style: normal;
}
.form-group.has-error .help-block {
  color: #ff0000;
}
.form-group.has-error .form-control {
  border-color: #ff0000;
}

.help-block {
  font-size: 12px;
  font-size: .6rem;
  line-height: 1.5em;
  margin-top: .5em;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
.form-group-cell{
	display: table-cell;
	vertical-align: middle;
}

.checkbox {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
	font-size: .8em;
	line-height: 2.125em;
}
.checkbox input[type="checkbox"] {
  width: .875em;
  height: .875em;
  display: block;
  border: solid 1px #dcdcdc;
  border-radius: 3px;
	margin-right: .75em;
}
.checkbox input[type="checkbox"]:checked {
  background: url("/content/img/images/check-white.svg") no-repeat center center #39b09c;
  background-size: 0.625em;
  border-color: #39b09c;
}

#formTips{
	background-color: rgba(0,0,0,.7);
	white-space: nowrap;
	padding: .5em 1em;
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 1020;
	border-radius: 0.5em;
}
#formTips .help-block{
	display: none;
	margin: 0;
	font-size: .8em;
	line-height: 2em;
	color: #fff;
}

@media screen and (max-width: 991.98px) {
  .help-block {
    font-size: .24rem;
    line-height: 4rem;
    margin: 0;
  }
	.checkbox{
		font-size: .28rem;
		line-height: .6rem;
	}
}
/*** 表单提示弹窗 ***/
.modal-tips .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
}
.modal-tips .modal-content {
  width: 22.5em;
  max-width: 100%;
  background: #fff;
  border-radius: 0.4em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  padding: 2.5em 2em 1.7em;
}
.modal-tips .modal-close {
  width: 2.5em;
  height: 2.3em;
  display: block;
  background: url("/content/img/images/x-black.svg") no-repeat center center;
  background-size: 0.9em;
  margin: 0 auto 1em;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.modal-tips .icon {
  width: 3.2em;
  margin: 0 auto 1em;
	color: #39b09c;
}
.modal-tips .icon img{
  width: 100%;
  max-width: 100%;
  display: block;
}
.modal-tips .icon .bi{
	width: 3.2em;
	height: 3.2em;
	display: block;
}
.modal-tips .tit {
  font-size: 28px;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 3px;
}
.modal-tips .word {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #666;
}
.modal-tips .tool {
  margin-top: 1.4em;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.modal-tips .btn-sure {
  width: 8.6em;
  height: 2.57em;
  font-size: 14px;
  font-size: 0.7em;
  line-height: 2.42em;
  display: block;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767.98px) {
  .modal-tips .modal-dialog {
    padding: 0 0.3rem;
  }
  .modal-tips .word {
    font-size: 1em;
  }
  .modal-tips .btn-sure {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.58rem;
    font-size: 0.24rem;
  }
}
/*** 鼠标经过 ****/
.btn-h {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
.btn-h a, .btn-h span {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 5;
}
.btn-h::after {
  content: '';
  display: block;
  width: 300%;
  padding-top: 300%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: inherit;
  transform-origin: center center !important;
  -webkit-transform-origin: center center !important;
  opacity: 0;
  border-radius: 100%;
  margin: -150% 0 0 -150%;
}
.btn-h .bi {
  display: block;
  position: relative;
  z-index: 5;
}
.btn-h .hover {
  display: none;
}
@media screen and (min-width: 1000px) {
  .btn-h:hover::after {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
  }
  .btn-h:hover .img {
    display: none;
  }
  .btn-h:hover .hover {
    display: block;
  }
}


/* header */
.header{
	width: 100%;
	height: calc(4.5em + 1px);
	line-height: 4.5em;
	background-color: #fff;
	position: relative;
	border-bottom: solid 1px #dcdcdc;
  z-index: 300;
}
.header .flex{
	width: 100%;
	height: 100%;
	position: relative;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.head-fl,
.head-fr{
	height: 100%;
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.head-logo{
	width: 11.5vw;
	min-width: 150px;
	max-width: 220px;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
}
.head-logo img{
	width: 100%;
	display: block;
}
.head-logo .white{
	display: none;
}

.head-navlist{
	display: flex;
	display: -webkit-flex;
	position: relative;
	margin-left: 1.75em;
}
.head-navlist li{
	padding: 0 1.75em;
  position: relative;
}
.head-navlist .nav1 a{
	display: block;
	color: #343434;
	font-size: .9em;
	position: relative;
}
.head-navlist .subnav-box{
  min-width: 160px;
  display: none;
  position: absolute;
  left: calc(1.75em - 1em);
  top: calc(100% - 0.5em);
  background-color: #39b09c;
  z-index: 200;
  white-space: nowrap;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  padding: 0.8rem 0;
}
.head-navlist .subnav-box li{
  padding: 0 1em;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.head-navlist .subnav-box a{
  color: #fff;
  font-size: .8em;
  line-height: 2.25rem;
  display: block;
}
.head-navlist .subnav-box li:hover{
  background-color: rgba(255, 255, 255, 0.1);
}
.head-navlist li.current .nav1 a{
  color: #39b09c;
}
.head-navlist li.active .nav1 a{
  color: #39b09c;
}

.head-lang.web{
	height: 2.5em;
	border-radius: 2.5em;
	border: solid 1px #898989;
	padding: 0 3px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.head-lang.web .lang{
	width: 2.1rem;
	height: 2.1rem;
	display: block;
	border-radius: 100%;
	text-align: center;
	line-height: 2.1rem;
	font-size: .7rem;
	margin-right: 1px;
	font-family: 'Arial';
	font-weight: bold;
}
.head-lang.web .lang:last-child{
	margin-right: 0;
}
.head-lang.web .lang.active{
	background-color: #39b09c;
	color: #fff;
}

.head-lang.app{
	width: 1.1rem;
	position: absolute;
	right: 0.84rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 20;
	font-family: Arial;
}
.head-lang.app .hd{
	width: 100%;
	height: 0.6rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	background-color: #39b09c;
	border-radius: .3rem;
	color: #fff;
	font-size: .24rem;
	line-height: .6rem;
	font-weight: bold;
	padding: 0 0.2rem;
	position: relative;
	z-index: 30;
}
.head-lang.app .hd .bi{
	width: 0.2rem;
	height: .2rem;
	display: block;
}
.head-lang.app .dropbox{
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0.6rem 0.2rem 0;
	background-color: #39b09c;
	font-size: .24rem;
	line-height: .6rem;
	color: #fff;
	font-weight: bold;
	z-index: 20;
	border-radius: .3rem;
}
.head-lang.app.is-open .hd .bi{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.head-lang.app.is-open .dropbox{
	display: block;
}

.head-menu.web{
	width: 2em;
	display: block;
	position: relative;
	margin-left: 2em;
	cursor: pointer;
}
.head-menu.web .icon{
	width: 100%;
	height: 0.9rem;
	display: block;
	position: relative;
	margin-bottom: .5rem;
}
.head-menu.web .icon .line{
	height: 2px;
	display: block;
	background-color: #333;
	position: absolute;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.head-menu.web .icon .line1{
	width: 50%;
	right: 0;
	top: 0;
}
.head-menu.web .icon .line2{
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.head-menu.web .icon .line3{
	width: 50%;
	left: 0;
	bottom: 0;
}
.head-menu.web .tit{
	font-size: .7rem;
	line-height: 1em;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.head-menu.web:hover .tit{
	color: #39b09c;
}
.head-menu.web:hover .icon .line{
	background-color: #39b09c;
}

.head-menu.app{
	width: .44rem;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}
.head-menu.app a{
	width: .44rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	color: #39b09c;
}
.head-menu.app .bi{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.btn-appnav_open{
	display: block;
}
.btn-appnav_close{
	display: none;
}

.modal-appnav{
  overflow: hidden;
  background-color: transparent;
  padding-top: 1.2rem;
	z-index: 300;
}
.modal-appnav .modal-dialog {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
	background: #f5f5f5;
}
.modal-appnav .modal-content {
  width: 100%;
  padding: 0.3rem 0.4rem;
}

.modal-appnav.fade .modal-dialog{
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	opacity: 0;
}
.modal-appnav.show .modal-dialog{
	transform: none;
	-webkit-transform: none;
	opacity: 1;
}

.modal-navback {
  display: none;
  margin-bottom: .4rem;
}
.modal-navback .btn-return {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: .28rem;
  line-height: .82rem;
}
.modal-navback .btn-return .bi {
  width: .24rem;
  height: .24rem;
  display: block;
  margin: 0 .3rem 0 -.06rem;
}

.mdapp-navlist {
  width: 100%;
  position: relative;
}
.mdapp-navlist > li{
	width: 100%;
	overflow: hidden;
	margin-bottom: .3rem;
}
.mdapp-navlist > li:last-child{
	margin-bottom: 0px;
}
.mdapp-navlist a {
  float: left;
  min-width: 50%;
}
.mdapp-navlist .lv1 {
  font-size: .32rem;
  line-height: .42rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  position: relative;
  padding: 0.3rem 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.mdapp-navlist .arrow {
  width: 30%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.mdapp-navlist .arrow .bi {
  width: .3rem;
  height: .3rem;
  display: block;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.mdapp-navlist .subnav-box {
  width: 100%;
  display: none;
  padding-left: .3rem;
}
.mdapp-navlist .subnav-box .navlv {
  font-size: .28rem;
  line-height: 0.42rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  position: relative;
  padding: .3rem 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.mdapp-navlist li.active > .navlv .arrow .bi{
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.modal-webnav{
	background-color: rgba(0,0,0,.6);
}
.modal-webnav .modal-dialog{
	width: 100%;
	position: relative;
	padding: 17vh 3em 13vh;
}
.modal-webnav .modal-content{
	padding-bottom: 4em;
}
.modal-webnav .modal-close{
	width: 2.5em;
	height: 2.5em;
	display: block;
	border-radius: 100%;
	border: solid 1px #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	color: #fff;
}
.modal-webnav .modal-close .bi{
	width: 1.3em;
	height: 1.3em;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.modal-webnav .modal-body{
	width: 100%;
	background-color: #fff;
	position: relative;
}
.mdweb-navitem{
	flex: 1;
	-webkit-flex: 1;
	text-align: center;
	padding: 3.5em 0 4em;
	border-right: solid 1px #dcdcdc;
} 
.mdweb-navitem:first-child{
	border-left: solid 1px #dcdcdc;
}
.mdweb-navitem .lv1box{
	padding-bottom: 1.7em;
	margin-bottom: 1.3em;
	position: relative;
}
.mdweb-navitem .lv1box::after{
	content: '';
	display: block;
	width: 1.3em;
	height: 4px;
	background-color: #39b09c;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.mdweb-navitem .lv1{
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}
.mdweb-navitem .subbox{
	width: 100%;
	height: 20em;
	overflow: hidden;
	position: relative;
	font-size: .8em;
	line-height: 1.5em;
	transition: height .5s linear;
	-webkit-transition: height .5s linear;
}
.mdweb-navitem .navitem{	
	margin-bottom: 1em;
	padding: 0 1em;
}

.mdweb-navitem .tool{
	width: 100%;
	position: relative;
}
.mdweb-navitem .btn-more{
	display: block;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #39b09c;
	width: 5em;
	margin: 0 auto;
	text-align: center;
}

.mdweb-navitem.is-open .subbox{
	height: auto;
}
body.open-appnav .header{
	z-index: 3000;
}
body.open-appnav .modal-appnav{
	z-index: 2000;
}
body.open-appnav .btn-appnav_close{
	display: block;
}
body.open-appnav .btn-appnav_open{
	display: none;
}
body.head-green .header{
	border-bottom-color: #39b09c;
}
body.head-nobg .header{
	background-color: transparent;
	border-bottom-color: transparent;
	color: #fff;
}
body.head-nobg .head-logo .green{
	display: none;
}
body.head-nobg .head-logo .white{
	display: block;
}
body.head-nobg .head-navlist{
	display: none;
}
body.head-nobg .head-lang.web{
	border-color: rgba(255,255,255,.3);
}
body.head-nobg .head-menu.web .icon .line{
	background-color: #fff;
}

@media screen and (min-width: 992px) {
	.modal-webnav .modal-close:hover{
		border-color: #39b09c;
	}
}
@media screen and (max-width: 1660px) {
	.head-navlist{
		margin-left: 1.8vw;
	}
	.head-navlist li{
		padding: 0 1.8vw;
	}
  .head-navlist .subnav-box{
    left: calc(1.8vw - 1em);
  }
}
@media screen and (max-width: 1460px) {
	.mdweb-navitem .subbox{
		height: 21em;
	}
}
@media screen and (max-width: 991.98px) {
	.header{
		height: 1.2rem;
		line-height: 1.2rem;
		z-index: 500;
		position: fixed;
		left: 0;
		top: 0 !important;
	}
	.head-place{
		height: 1.2rem;
	}
}

/* main-box */
.main-box{
	width: 100%;
	position: relative;
	min-height: calc(100vh - 4.55em - 22.7em);
}

.inside-navwap{
	width: 100%;
	height: calc(3em + 1px);
	background-color: #fff;
	position: relative;
	border-bottom: solid 1px #dcdcdc;
	z-index: 100;
}
.inside-navwap .flex{
	height: 100%;
	position: relative;
}
.inside-navwap .go-home{
	width: 3.05em;
	flex: 0 0 3.05em;
	-webkit-flex: 0 0 3.05em;
	height: 100%;
	display: block;
	border-right: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	position: relative;
}
.inside-navwap .go-home .bi{
	width: .9em;
	height: .9em;
	display: block;
	color: #222;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.inside-navbox{
	max-width: 16em;
	height: 100%;
	flex: 1;
	-webkit-flex: 1;
	position: relative;
	border-right: solid 1px #dcdcdc;
}
.inside-navbox .hd{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
	padding: 0 1em;
	cursor: pointer;
}
.inside-navbox .hd .lv2{
	font-size: 0.8em;
	line-height: 1em;
}
.inside-navbox .hd .bi{
	width: .6em;
	height: .6em;
	display: block;
	color: #a4a4a4;
}
.inside-navbox .dropbox{
	width: calc(100% + 2px);
	display: none;
	border-right: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	position: absolute;
	left: -1px;
	top: calc(100% + 1px);
	background-color: #fff;
}
.inside-navbox .dropbox li{
	width: 100%;
	border-bottom: solid 1px #dcdcdc;
	position: relative;
}
.inside-navbox .dropbox a{
	display: block;
	font-size: 0.8em;
	line-height: 3em;
	padding: 0 1.25em;
}
.inside-navbox .dropbox li.current a{
	background-color: #39b09c;
	color: #fff;
}

.inside-lv2swip{
	width: 100%;
	position: relative;
	margin-bottom: 4em;
}
.inside-lv2swip .swiper-wrapper{
	justify-content: center;
	-webkit-justify-content: center;
}
.inside-lv2swip .swiper-slide{
	width: auto;
	padding: 0 1em;
}
.inside-lv2swip a{
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	color: #898989;
	display: block;
	padding-bottom: 11px;
	position: relative;
}
.inside-lv2swip a::after{
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background-color: #39b09c;
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.inside-lv2swip .active a{
	color: #39b09c;
}
.inside-lv2swip .active a::after{
	width: 100%;
	opacity: 1;
}

.inside-crumb{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 1.6em;
}
.inside-crumb a{
	display: block;
	position: relative;
	font-size: .7em;
	line-height: 2em;
	color: #898989;
}
.inside-crumb a::after{
	content: '>';
	margin: 0 6px;
}
.inside-crumb a:last-child::after{
	display: none;
}

.inside-topbox{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.inside-topbox .p-lvtit{
	width: 100%;
	background-color: #fff;
	padding: 3em 0 1.5em;
}
.inside-banbox{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.inside-banbox .imgs{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	background: no-repeat center center;
	background-size: cover;
	left: 0;
	top: 0;
	z-index: 1;
}
.inside-banbox .imgs.web{
	height: 30em;
}
.inside-banbox .imgs.app{
	position: absolute;
}
.inside-banbox .b-body{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.inside-banbox .box{
	width: 54%;
	max-width: 750px;
}
.inside-banbox .b-tit{
	font-size: 4.5rem;
	line-height: 5rem;
	color: #39b09c;
	font-weight: bold;
  animation: fadeInUp2 1s 0.1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp2 1s 0.1s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.inside-banbox .b-subtit{
  animation: fadeInUp2 1s 0.2s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp2 1s 0.2s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.inside-banbox .g-doc{
	margin-top: 2.3rem;
  animation: fadeInUp2 1s 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp2 1s 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
}

body.open-lv2drop .inside-navbox .hd .bi{
	transform: rotate(180deg);
	-webkti-transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
	.inside-navbox .dropbox li:hover a{
		color: #39b09c;
	}
	.inside-navbox .dropbox li.current:hover a{
		color: #fff;
	}
}
@media screen and (max-width: 991.98px) {
	.inside-navwap{
		height: calc(0.9rem + 1px);
	}
	.inside-navwap .global-inner{
		padding: 0 !important;
	}
	.inside-navwap .go-home{
		display: none;
	}
	.inside-navbox{
		max-width: 3.75rem;
		border-right: none;
	}
	.inside-navbox .hd{
		padding: 0 0.4rem;
	}
	.inside-navbox .hd .lv2{
		font-size: .26rem;
	}
	.inside-navbox .hd .bi{
		width: .25rem;
		height: .25rem;
	}
	.inside-navbox .dropbox a{
		width: 100%;
		font-size: .26rem;
		line-height: .5rem;
		padding: 0.2rem 0.4rem;
	}
	
	.inside-lv2swip{
		margin-bottom: 0.8rem;
	}
	.inside-lv2swip .swiper-slide{
		padding: 0 0.3rem;
	}
	.inside-lv2swip a{
		font-size: .34rem;
		padding-bottom: .18rem;
		border-bottom-width: 2px;
	}
	
	.inside-topbox .p-lvtit{
		padding: 0.75rem 0 0.55rem;
	}
	.inside-banbox .b-body{
		min-height: 8.94rem;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		position: relative;
		top: 0;
		transform: none;
		-webkit-transform: none;
		padding: 1.56rem 0 1.6rem;
	}
	.inside-banbox .box{
		width: 100%;
		max-width: none;
	}
	.inside-banbox .b-tit{
		font-size: .9rem;
		line-height: 1rem;
	}
	.inside-banbox .g-doc{
		margin-top: .42rem;
	}
}
@media screen and (max-width: 767.98px) {
	.inside-navbox{
		max-width: none;
	}
}

/* footer */
.footer{
	width: 100%;
	background-color: #272727;
	position: relative;
	color: rgba(255,255,255,.5);
}
.foot-topbox{
	width: 100%;
	position: relative;
	border-bottom: solid 1px #5fbfaf;
	padding: 4em 0 3em;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.foot-tleft{
	max-width: 295px;
	flex: 0 0 21%;
	-webkit-flex: 0 0 21%;
}
.foot-logo{
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 1.65em;
}
.foot-logo img{
	width: 100%;
	display: block;
}
.foot-contt{
	width: 100%;
	position: relative;
	font-size: .7em;
	line-height: 1.7em;
}
.foot-contt .info{
	width: 100%;
	display: flex;
	display: -webkit-flex;
}
.foot-contt .tit{
	color: #39b09c;
	font-weight: bold;
	white-space: nowrap;
	margin-right: 5px;
}
.foot-contt .doc{
	width: 100%;
	flex: 1;
	-webkit-flex: 1;
}
.foot-link{
	max-width: 13.6em;
	margin: 1.2em -0.5em 0;
}
.foot-link .item{
	padding: 0 0.5em;
}
.foot-link a{
	width: 100%;
	height: calc(1.9em + 2px);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	border: solid 1px;
	justify-content: center;
	border-radius: 1em;
}
.foot-link .bi{
	width: .8em;
	height: .8em;
	display: block;
	margin-right: .5em;
}
.foot-link span{
	display: block;
	min-width: 3em;
	font-size: .7em;
	line-height: 1em;
	text-align: center;
}
.foot-link .go-icall{
	border-color: rgba(227, 227, 227, .3);
}
.foot-link .go-icall .white{
	display: none;
}
.foot-link .go-home{
	border-color: #39b09c;
	background-color: #39b09c;
	color: #fff;
}

.foot-tright{
	max-width: 890px;
	flex: 0 0 64%;
	-webkit-flex: 0 0 64%;
}
.foot-tright .row{
	margin: 0 -1.75em;
}
.foot-tright .item{
	padding: 0 1.75em;
}
.foot-tright .item-hd{
	padding-bottom: 0.9em;
	border-bottom: solid 1px rgba(255, 255, 255, .3);
	margin-bottom: 1em;
}
.foot-tright .item-tit{
	font-size: 1em;
	line-height: 1em;
	color: #fff;
}
.foot-tright .tel{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	font-size: 1.8em;
	line-height: 1em;
	color: #39b09c;
	font-weight: bold;
	letter-spacing: -1px;
}
.foot-tright .tel a{
	display: block;
}
.foot-tright .wx{
	width: 5em;
	max-width: 100%;
	display: block;
}
.foot-tright .wx img{
	width: 100%;
	display: block;
}
.foot-tright .item3 .item-bd{
	margin-bottom: 1.4em;
}
.foot-tright .btn-handle{
	width: 6.5em;
	max-width: 100%;
	height: calc(1.7em + 2px);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 0 0.8em;
	line-height: 1.7em;
	border: solid 1px #898989;
	margin-bottom: .5em;
}
.foot-tright .btn-handle .bi{
	width: .8em;
	height: .8em;
	display: block;
	margin-right: 6px;
	color: #39b09c;
}
.foot-tright .btn-handle span{
	font-size: .7em;
	display: block;
}

.foot-botbox{
	width: 100%;
	text-align: center;
	padding: 1.85rem 0;
	font-size: .7rem;
	line-height: 1.4em;
}
.foot-botbox .row{
	justify-content: center;
	-webkit-justify-content: center;
}
.foot-icp{
	margin: 0 0.7rem 0 0.5rem;
}
.foot-tips{
	margin-top: 1em;
}

.foot-midbox{
	width: 100%;
	padding: 0.8rem 0;
	border-bottom: solid 1px #5fbfaf;
}
.foot-share{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.foot-share li{
	padding: 0 0.2rem;
	position: relative;
}
.foot-share .hd{
	width: .7rem;
	height: .7rem;
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
	border: solid 1px #39b09c;
	color: #39b09c;
}
.foot-share .hd .bi{
	width: .36rem;
	height: .36rem;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.foot-share .dropbox{
	position: absolute;
	left: 50%;
	bottom: 100%;
	z-index: 20;
	padding: 0 0 1em;
	display: none;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.foot-share .dropbox::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 5;
}
.foot-share .dropbox::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-top-color: #000;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
  opacity: .05;
}
.foot-share .dropbox .imgs {
  width: 2rem;
  display: block;
  background: #fff;
  padding: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}
.foot-share .dropbox .imgs img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  display: block;
}
.foot-share li:hover .dropbox {
  display: block;
}

@media screen and (min-width: 992px) {
	.foot-link .go-icall:hover{
		background-color: #39b09c;
		border-color: #39b09c;
		color: #fff;
	}
	.foot-link .go-icall:hover .green{
		display: none;
	}
	.foot-link .go-icall:hover .white{
		display: block;
	}
	.foot-link .go-home:hover{
		color: #39b09c;
		background-color: #fff;
		border-color: #fff;
	}
	.foot-tright .btn-handle:hover{
		background-color: #39b09c;
		border-color: #39b09c;
		color: #fff;
	}
	.foot-tright .btn-handle:hover .bi{
		color: #fff;
	}
}
@media screen and (max-width: 1660px) {
	.foot-tright .row{
		margin: 0 -1.8vw;
	}
	.foot-tright .item{
		padding: 0 1.8vw;
	}
}
@media screen and (max-width: 991.98px) {
	.foot-topbox{
		padding: 0.8rem 0;
	}
	.foot-tleft{
		width: 100%;
		max-width: none;
		flex: none;
		-webkit-flex: none;
	}
	.foot-logo{
		width: 2.94rem;
		margin-bottom: 0.48rem;
	}
	.foot-contt{
		font-size: .28rem;
		line-height: .48rem;
	}
	.foot-contt .info{
		margin-bottom: 0.16rem;
	}
	.foot-contt .info:last-child{
		margin-bottom: 0;
	}
	.foot-contt .tit{
		margin-right: .2rem;
	}
	.foot-link{
		display: none;
		max-width: none;
		margin: .46rem -0.15rem 0;
	}
	.foot-link .item{
		padding: 0 0.15rem;
	}
	.foot-link a{
		height: calc(0.68rem + 2px);
		border-radius: 0.35rem;
		position: relative;
	}
	.foot-link .bi{
		width: .3rem;
		height: .3rem;
		margin: 0;
		position: absolute;
		left: 0.39rem;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.foot-link span{
		min-width: none;
		font-size: .26rem;
	}
	.foot-botbox{
		padding: 0.54rem 0 0.52rem;
		font-size: .24rem;
		line-height: 0.36rem;
	}
	.foot-botbox .row{
		display: block;
		margin: 0 0 0.46rem;
	}
	.foot-icp{
		margin: 0;
	}
	.foot-tips{
		width: 80vw;
		margin: 0 auto;
	}
}

/* 辅助 */
h1.s-heading{
	font-size: 3.6em;
	line-height: 1.1em;
	color: #39b09c;
	font-weight: bold;
}
h2.s-heading{
	font-size: 2.4em;
	line-height: 1em;
	color: #39b09c;
	font-weight: bold;
}
h3.s-heading{
	font-size: 1.8em;
	line-height: 1em;
	color: #39b09c;
	font-weight: bold;
}
h4.s-heading{
	font-size: 1.2em;
	line-height: 1.25em;
	color: #39b09c;
	font-weight: bold;
}
.b-subtit{
	font-size: 1.8em;
	line-height: 1.25em;
	color: #222;
	font-weight: bold;
}
.pst-title{
	font-size: 1.5em;
	line-height: 1em;
	color: #39b09c;
	font-weight: bold;
}
.g-doc{
	font-size: .9em;
	line-height: 1.67em;
}

.g-more{
	display: flex;
	-webkit-display: flex;
	align-items: center;
	-webkit-align-items: center;
	color: #fff;
}
.g-more .txt{
	display: block;
	font-size: .8rem;
	line-height: 1em;
	padding: 0 0.5em 5px;
	border-bottom: solid 1px #fff;
	margin-right: 0.625em;
}
.g-more .arrow-right{
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	border-radius: 100%;
	border: solid 1px #fff;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	z-index: 20;
}
.g-more .arrow-right .arrow{
	width: 1rem;
	height: 1px;
	display: block;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.g-more .arrow-right .arrow::after{
	content: '';
	display: block;
	width: 0.6rem;
	height: 1px;
	background-color: #fff;
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform-origin: right bottom;
	-webkit-transform-origin: right bottom;
	position: absolute;
	right: 0;
	bottom: 0;
}
.g-more .arrow-right .a1{
	left: -50%;
}

@media screen and (min-width: 992px) {
	.g-more:hover .txt{
		color: #fff;
	}
	.g-more:hover .arrow-right{
		background-color: #fff;
	}
	.g-more:hover .arrow-right .arrow,
	.g-more:hover .arrow-right .arrow::after{
		background-color: #39b09c;
	}
	.g-more:hover .arrow-right .a1{
		left: 50%;
	}
	.g-more:hover .arrow-right .a2{
		left: 150%;
	}
}
@media screen and (max-width: 1440px) {
	.g-doc{
		font-size: .8em;
	}
}
@media screen and (max-width: 991.98px) {
	h1.s-heading{
		font-size: .72rem;
		line-height: 0.8rem;
	}
	h2.s-heading{
		font-size: .52rem;
		line-height: .62rem;
	}
	h3.s-heading{
		font-size: 0.52rem;
	}
	h4.s-heading{
		font-size: .32rem;
		line-height: .48rem;
	}
	.b-subtit{
		font-size: .36rem;
		line-height: .48rem;
	}
	.pst-title{
		font-size: .32rem;
		line-height: .52rem;
	}
	.g-doc{
		font-size: .28rem;
		line-height: .48rem;
	}
	.g-more .txt{
		font-size: .26rem;
		padding: 0 0 0.1rem;
		margin-right: .28rem;
	}
	.g-more .arrow-right{
		width: .6rem;
		height: .6rem;
	}
	.g-more .arrow-right .arrow{
		width: .2rem;
	}
	.g-more .arrow-right .arrow::after{
		width: .12rem;
	}
}

/* 翻页 */
.glist-paging{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 3em;
}
.glist-paging .prev,
.glist-paging .next{
	width: 2em;
	height: 2em;
	display: block;
	border: solid 1px #898989;
	position: relative;
	color: #999;
	margin: 0 0.5em;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.glist-paging .prev .bi,
.glist-paging .next .bi{
	width: .7em;
	height: .7em;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.glist-paging .start,
.glist-paging .end{
	width: .54rem;
	height: .46rem;
	display: block;
	position: relative;
	color: #39b09c;
}
.glist-paging .start .bi,
.glist-paging .end .bi{
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.glist-paging .num.web{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	font-size: 1em;
	line-height: 2em;
	color: #898686;
}
.glist-paging .num.web a{
	min-width: 2em;
	display: block;
	text-align: center;
	margin: 0 0.25em;
}
.glist-paging .num.web a.active{
	color: #39b09c;
}
.glist-paging .num.app{
	font-size: .26rem;
	line-height: .46rem;
	margin: 0 0.18rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.glist-paging .num.app .now{
	color: #39b09c;
	display: block;
}
.glist-paging .num.app .mid{
	margin: 0 0.1rem;
}

@media screen and (min-width: 992px) {
	.glist-paging .prev:hover,
	.glist-paging .next:hover{
		background-color: #39b09c;
		border-color: #39b09c;
		color: #fff;
	}
}
@media screen and (max-width: 991.98px) {
	.glist-paging{
		margin-top: .7rem;
	}
	.glist-paging .prev,
	.glist-paging .next{
		width: 0.42rem;
		height: .46rem;
		border: none;
		color: #39b09c;
	}
	.glist-paging .prev .bi,
	.glist-paging .next .bi{
		width: 10px;
		height: 10px;
	}
}

/* 详情页-web端侧边 */
.gdet-aside{
	width: 27.1vw;
	max-width: 520px;
	min-width: 370px;
	height: calc(100vh - 4.5em - 1px);
	background-color: #f5f5f5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 1.1em 3em 5em;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.gdet-head.web .type{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	margin-bottom: 1.3rem;
}
.gdet-head.web .type span{
	display: block;
	background-color: #39b09c;
	padding: 0 0.8rem;
	border-radius: .5rem;
	font-size: .7rem;
	line-height: 1.5rem;
	text-align: center;
	color: #fff;
}
.gdet-head.web .tit{
	font-size: 1.8rem;
	line-height: 2.1rem;
	color: #222;
	font-weight: bold;
}
.gdet-head.web .taglist{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit--wrap: wrap;
	font-size: .8rem;
	line-height: 1.875em;
	color: #39b09c;
	margin: 1.1rem -5px 0;
}
.gdet-head.web .taglist li{
	padding: 0 5px;
	margin-bottom: 10px;
}
.gdet-head.web .taglist a{
	display: block;
	background-color: #fff;
	border-radius: 10px;
	padding: 0 0.9rem;
}
.gdet-head.web .info{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	font-size: .8rem;
	line-height: 1.5em;
	color: #555;
	margin-top: .5rem;
}
.gdet-head.web .info .time2{
	display: block;
	background-color: #fff;
	border-radius: 10px;
	padding: 0 0.9rem;
	color: #39b09c;
	line-height: 1.875em;
}
.gdet-ftool.web{
	width: 100%;
	height: 5em;
	display: flex;
	display: -webkit-flex;
	background-color: #fff;
	border: solid 1px #e6e6e6;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
}
.gdet-ftool.web a{
	width: 100%;
	height: 100%;
	flex: 1;
	-webkit-flex: 1;
	display: flex;
	display: -webkit-flex;
	position: relative;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	cursor: pointer;
	color: #222222;
	font-size: .7rem;
	line-height: 1em;
}
.gdet-ftool.web .disabled{
	cursor: default;
}
.gdet-ftool.web .btn-return{
	max-width: 5rem;
	flex: 0 0 5rem;
	-webkit-flex: 0 0 5rem;
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
}
.gdet-ftool.web .btn-return .bi{
	width: .9rem;
	height: .9rem;
	display: block;
	color: #39b09c;
}
.gdet-ftool.web .go-link .bi{
	width: 1em;
	height: 1em;
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.gdet-ftool.web .prev .bi{
	margin-right: .5em;
}
.gdet-ftool.web .next .bi{
	margin-left: .5em;
}

.gdet-ftool.web a:hover{
	background-color: #39b09c;
	color: #fff;
}
.gdet-ftool.web a:hover .bi{
	color: #fff;
}
.gdet-ftool.web .prev:hover .bi{
	margin-right: 1em;
}
.gdet-ftool.web .next:hover .bi{
	margin-left: 1em;
}
body.fixed-detSide .gdet-aside{
	position: fixed;
	height: 100vh;
}

/* 图片列表 */
.gmp-list{
	margin: 0 -0.625em -1.25em;
}
.gmp-list li{
	padding: 0 0.625em;
	margin-bottom: 1.25em;
}
.gmp-list .imgs{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 62.22%;
}
.gmp-list img{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	object-fit: cover;
	-webkit-object-fit: cover;
	object-position: center center; 
	-webkit-object-position: center center; 
}
@media screen and (max-width: 991.98px) {
	.gmp-list{
		margin: 0 -0.2rem -0.4rem;
	}
	.gmp-list li{
		padding: 0 0.2rem;
		margin-bottom: .4rem;
	}
}

/* 置顶 */
.btn-gotop{
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  border-radius: 100%;
  border: solid 1px #39b09c;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: fixed;
  right: 3em;
  bottom: 3em;
  z-index: 200;
  cursor: pointer;
}
.btn-gotop .arrow{
  width: 1rem;
  height: 1rem;
  display: block;
  color: #39b09c;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-gotop .arrow .bi{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.btn-gotop .a2{
  top: 150%;
}
@media screen and (min-width: 992px) {
  .btn-gotop:hover{
    background-color: #fff;
  }
  .btn-gotop:hover .a1{
    top: -150%;
  }
  .btn-gotop:hover .a2{
    top: 50%;
  }
}
@media screen and (max-width: 991.98px) {
  .btn-gotop{
    width: .8rem;
    height: .8rem;
    right: .4rem;
    bottom: .4rem;
  }
  .btn-gotop .arrow{
    width: .4rem;
    height: .4rem;
  }
}