@font-face {
	font-family: 'cui-icon';
	src: url(../fonts/homepage-cui-icon.eot);
	src: url(../fonts/homepage-cui-icon.eot#iefix) format('embedded-opentype'),
	url(../fonts/homepage-cui-icon.woff2) format('woff2'),
	url(../fonts/homepage-cui-icon.woff) format('woff'),
	url(../fonts/homepage-cui-icon.ttf) format('truetype'),
	url(../fonts/homepage-cui-icon.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

.cui-icon {
	font-family: 'cui-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.cui-icon-add:before {
	content: "\EA01"
}

.cui-icon-cancel:before {
	content: "\EA02"
}

.cui-icon-confirm:before {
	content: "\EA03"
}

.cui-icon-date:before {
	content: "\EA04"
}

.cui-icon-download:before {
	content: "\EA05"
}

.cui-icon-edit:before {
	content: "\EA06"
}

.cui-icon-heart:before {
	content: "\EA07"
}

.cui-icon-help:before {
	content: "\EA08"
}

.cui-icon-home:before {
	content: "\EA09"
}

.cui-icon-infomation:before {
	content: "\EA0A"
}

.cui-icon-menu:before {
	content: "\EA0B"
}

.cui-icon-minus:before {
	content: "\EA0C"
}

.cui-icon-purchase:before {
	content: "\EA0D"
}

.cui-icon-refresh:before {
	content: "\EA0E"
}

.cui-icon-search:before {
	content: "\EA0F"
}

.cui-icon-star-outline:before {
	content: "\EA10"
}

.cui-icon-star:before {
	content: "\EA11"
}

.cui-icon-visible:before {
	content: "\EA12"
}

.cui-icon-double-down:before {
	content: "\EA13"
}

.cui-icon-double-left:before {
	content: "\EA14"
}

.cui-icon-double-right:before {
	content: "\EA15"
}

.cui-icon-double-up:before {
	content: "\EA16"
}

.cui-icon-down:before {
	content: "\EA17"
}

.cui-icon-left:before {
	content: "\EA18"
}

.cui-icon-more:before {
	content: "\EA19"
}

.cui-icon-play:before {
	content: "\EA1A"
}

.cui-icon-right:before {
	content: "\EA1B"
}

.cui-icon-triangle-down:before {
	content: "\EA1C"
}

.cui-icon-up:before {
	content: "\EA1D"
}
/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}
.swiper-active-switch {
  /* Specific active button style: */
}
.swiper-visible-switch {
  /* Specific visible button style: */
}
.carousel-container[data-effect="cover"] .carousel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel-container[data-effect="cover"] .carousel-slide {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-container[data-effect="cover"] .carousel-slide.carousel-slide-current ~ .carousel-slide {
  left: 100%;
}
.carousel-container[data-effect="cover"] .carousel-slide.to-top {
  z-index: 1;
}
.foldIcon {
  font-family: 'cui-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  border: none;
  margin-top: -6px;
  font-size: 12px;
  color: #666a75;
}
.foldIcon:before {
  content: "\EA17";
  position: static;
  border: none;
  margin: 0px;
}
.cui-btn {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  border: solid 1px transparent;
  border-radius: 2px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: 0.2s;
}
.cui-btn-normal {
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 38px;
}
.cui-btn-small {
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 30px;
}
.cui-btn-large {
  height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 46px;
}
.cui-btn-primary {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn-primary:hover,
.cui-btn-primary.hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.cui-btn-dark {
  border-color: #252b3a;
  background-color: #252b3a;
  color: #fff;
}
.cui-btn-outline-primary {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn-outline-primary:hover,
.cui-btn-outline-primary .hover {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn-outline-dark {
  border: solid 1px #252b3a;
  color: #252b3a;
}
.cui-btn-outline-dark:hover,
.cui-btn-outline-dark .hover {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn-outline-light {
  border: solid 1px #fff;
  color: #fff;
}
.cui-btn-outline-light:hover,
.cui-btn-outline-light .hover {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn.disabled,
.cui-btn[disabled] {
  cursor: default;
  background-color: #f7f7f7;
  border-color: #ddd;
  color: #a0a2a8;
}
.cui-btn.disabled:hover,
.cui-btn[disabled]:hover {
  box-shadow: none;
}
.cui-select {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 32px;
  border: solid 1px #ddd;
  border-radius: 2px;
  background: white;
  cursor: pointer;
}
.cui-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 0;
  background: transparent;
  font-size: 14px;
  color: #252b3a;
  line-height: 30px;
  cursor: pointer;
}
.cui-select select::-ms-expand {
  display: none;
}
.cui-select i {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 30px;
  background: white;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.cui-select i:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: solid 4px transparent;
  border-bottom: none;
  border-top: solid 5px #666a75;
  margin-bottom: 1px;
}
.cui-select:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 32px;
  bottom: 5px;
  border-right: solid 1px #ddd;
}
.cui-select-trigger {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}
.cui-select-option-list {
  display: none;
}
.cui-select.open .cui-select-option-list {
  display: block;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: -1px;
  right: -1px;
  max-height: 152px;
  overflow: auto;
  border: solid 1px #ddd;
  border-radius: 2px;
  margin-top: 5px;
}
.cui-select.open .cui-select-option-list li {
  padding: 4px 9px;
  background: white;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.cui-select.open .cui-select-option-list li:hover {
  background: #f7f7f7;
  color: #f66f6a;
}
.cui-select.open .cui-select-option-list li.selected {
  background: #f66f6a;
  color: #fff;
}
.popwin-ad {
  display: none;
  position: fixed;
  z-index: 199;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: dialog-fadein 0.35s ease;
}
.popwin-ad .popwin-ad-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.popwin-ad .popwin-ad-window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1180px;
  height: 650px;
  z-index: 2;
  margin-top: -20px;
}
.popwin-ad .fade-in {
  transition: opacity 1s linear;
}
.popwin-ad .zoom-in {
  transition: all 3s linear;
}
.popwin-ad .popwin-ad-body {
  text-align: center;
  width: 100%;
  height: 100%;
}
.popwin-ad .popwin-ad-body .motion {
  width: 100%;
  height: 100%;
  position: absolute;
}
.popwin-ad .popwin-ad-body .one {
  background: url(../images/homepage-ad-bg.png) no-repeat;
  background-size: contain;
  transform: scale(0);
}
.popwin-ad .popwin-ad-body .two {
  background: url(../images/homepage-ad-text.png) no-repeat;
  background-size: contain;
  opacity: 0;
}
.popwin-ad .popwin-ad-body .cui-btn {
  bottom: -20px;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translateX(-50%);
  display: none;
}
.popwin-ad .popwin-ad-body .cui-btn-large {
  display: block;
}
.popwin-ad .popwin-ad-bottom {
  text-align: center;
  padding-top: 20px;
}
.popwin-ad .popwin-ad-bottom a {
  opacity: 0;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  color: #ffffff;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.popwin-ad .popwin-ad-bottom a:hover {
  color: #F66F6A;
}
.popwin-ad .active .one {
  transform: scale(1.5);
}
.popwin-ad .active .hide_v2 {
  opacity: 0;
  transform: scale(3);
}
.popwin-ad .active .show_v2 {
  transform: scale(1.05);
  transition: none;
}
.popwin-ad .active .show_v3 {
  transform: scale(1);
  opacity: 1;
  transition: all 1s linear;
}
.popwin-ad .active .two {
  opacity: 1;
}
.popwin-ad .active .cui-btn {
  opacity: 1;
}
.popwin-ad .active .popwin-ad-bottom a {
  opacity: 1;
}
.popwin-ad .popwin-ad-header .close {
  width: 50px;
  height: 50px;
  background: url(../images/homepage-close.png);
  background-size: contain;
  position: absolute;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .popwin-ad .popwin-ad-window {
    width: 826px;
    height: 455px;
  }
  .popwin-ad .popwin-ad-window .cui-btn {
    display: block;
  }
  .popwin-ad .popwin-ad-window .cui-btn-large {
    display: none;
  }
}
@media (max-width: 1280px) {
  .popwin-ad .popwin-ad-window {
    width: 826px;
    height: 455px;
  }
}
@media (max-width: 1023px) {
  .popwin-ad .popwin-ad-window .one .two {
    display: none;
  }
  .popwin-ad .popwin-ad-window .one-mb {
    background: url(../images/homepage-ad-mb.png) no-repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
  }
  .popwin-ad .popwin-ad-window .cui-btn {
    opacity: 1;
  }
  .popwin-ad .popwin-ad-window .popwin-ad-bottom a {
    opacity: 1;
  }
  .popwin-ad .popwin-ad-window .close {
    width: 30px;
    height: 30px;
  }
  .popwin-ad .popwin-ad-window {
    width: 708px;
    height: 390px;
  }
}
@media (max-width: 768px) {
  .popwin-ad .popwin-ad-window {
    width: 100%;
  }
  .popwin-ad .popwin-ad-header .close {
    right: 0px;
    top: -60px;
  }
  .popwin-ad .close.mb {
    width: 30px;
    height: 30px;
    margin: 20px;
    display: block;
    position: absolute;
    background: url(../images/homepage-close.png);
    background-size: contain;
    right: 0;
  }
  .popwin-ad .close {
    display: none;
  }
  /*.section-title[data-theme="light"] img{
	  width:90% !important;
  }*/
  
  .section-title[data-theme="light"] img.show_mb{ display:block;}
  .section-title[data-theme="light"] img.show_pc{ display:none;}
}
.section {
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .section-padding {
    padding-top: 60px;
  }
}
.section-wrapper {
  max-width: 1280px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1380px) {
  .section-wrapper {
    padding-right: 80px;
  }
}
@media (max-width: 1023px) {
  .section-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-title {
  height: 22.61904762%;
  text-align: center;
}
.section-title:before {
  content: '';
  display: block;
  height: calc((100% - 80px) * 6 / 11);
}
.section-title h1 {
  position: relative;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 4px;
}
.section-title h2 {
  margin-top: 5px;
  font-size: 18px;
  line-height: 25px;
  
}
.section-title[data-theme="light"] {
  color: #fff;
}
.section-title[data-theme="dark"] {
  color: #252b3a;
}
.section-title[data-theme="light"] img.show_mb{ display:none;}

@media (max-height: 709px) {
  .section-title:before {
    height: calc((100% - 58px) * 3 / 5);
  }
  .section-title h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .section-title p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 22;
  }
  
}
@media (max-width: 1023px) {
  .section-title:before {
    height: 30px;
  }
  .section-title:after {
    content: "";
    display: block;
    height: 20px;
  }
  .section-title h1 {
    font-size: 18px;
	font-weight:700;
    line-height: 24px;
    letter-spacing:1px;
  }
  .section-title h2 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
  }
}
.section-content {
  height: 77.38095238%;
}
.section-content-middle {
  height: 60.71428571%;
}
.section-bottom {
  height: 16.66666667%;
}
.section-bottom:before {
  content: "";
  display: block;
  height: 37.5%;
}
@media (max-height: 709px) {
  .section-bottom:before {
    height: 20px;
  }
}
@media (max-width: 1023px) {
  .section-bottom {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .section-bottom:before {
    content: none;
  }
  .section-title[data-theme="light"] img.show_mb{ display:block;}
  .section-title[data-theme="light"] img.show_pc{ display:none;}
  
}
.section-more-wrap {
  text-align: center;
}
.section-more-wrap a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  cursor: pointer;
  transition: 0.2s;
}
.section-more-wrap a span {
  vertical-align: middle;
}
.section-more-wrap a .cui-icon {
  margin-left: 10px;
  transition: transform 0.2s;
}
.section-more-wrap a:hover {
  color: #f66f6a;
}
.section-more-wrap a:hover i {
  -ms-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}
@media (max-width: 1023px) {
  .section-more-wrap a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 1599px), (max-height: 899px) {
  .section-more-wrap a {
    font-size: 14px;
  }
}
.float-bar-ad,
.float-bar-nav > .item.to-top-btn {
  display: none !important;
}
.float-bar-nav .sub-nav-layer {
  top: auto;
  bottom: 0;
}
.swiper-wrapper {
  display: block;
}
@media (min-width: 1024px) {
  html,
  body,
  #content {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #content {
    margin-top: -100px;
  }
  .page-container,
  .page-wrapper,
  .page-slide {
    width: 100%;
    height: 100%;
  }
  .page-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0.06, 0.5, 1);
  }
  .page-container {
    min-height: 530px;
  }
  .page-slide {
    position: relative;
    overflow: hidden;
  }
  .page-next {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 26px;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    font-size: 0;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    animation: page-next 0.8s infinite alternate;
  }
  .page-next span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 7px auto 0;
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .page-next span:before {
    content: "";
    display: block;
    width: 100%;
    border-top: solid 1px;
  }
  .page-next span:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-left: solid 1px;
    margin-top: -1px;
  }
  .page-next:hover {
    animation-play-state: paused;
    color: #f66f6a !important;
  }
  .page-next[data-theme="light"] {
    color: #fff;
  }
  .page-next[data-theme="dark"] {
    color: #252b3a;
  }
  .page-slide-last-inner {
    box-sizing: border-box;
    overflow-y: auto;
    height: 100%;
  }
  .page-slide-last-inner .section-title {
    height: 20vh;
  }
}
@media (min-width: 1024px) and (max-height: 899px) {
  .page-next {
    bottom: 16px;
  }
}
@media (min-width: 1024px) and (max-height: 709px) {
  .page-next {
    bottom: 6px;
  }
}
@keyframes page-next {
  0% {
    margin-bottom: -10px;
  }
  100% {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .page-slide {
    float: none;
  }
}
.section-nav {
  position: absolute;
  z-index: 20;
  right: 26px;
  top: 50%;
  padding-left: 4px;
  padding-right: 4px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.section-nav-switch {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 8px 0;
  cursor: pointer;
}
.section-nav-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  transition: 0.2s;
}
.section-nav-active-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px transparent;
  border-radius: 50%;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: 0.2s;
}
.section-nav-label {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 18px;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
  margin-right: 9px;
  background: #f66f6a;
  font-size: 0;
  overflow: hidden;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: right center;
  transform-origin: right center ;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section-nav-label span {
  display: inline-block;
  padding-right: 9px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section-nav-switch:not(.hover) .section-nav-label {
  width: 18px !important;
}
.section-nav-switch.hover .section-nav-bg {
  background-color: white !important;
}
.section-nav-switch.hover .section-nav-label {
  margin-right: 0;
  -ms-transform: scale(1);
  transform: scale(1);
}
.section-nav-switch.hover .section-nav-label span {
  -ms-transform: scale(1);
  transform: scale(1);
}
.section-nav-switch.active .section-nav-active-bg {
  -ms-transform: scale(1);
  transform: scale(1);
}
.section-nav[data-theme] .section-nav-active-bg {
  border-color: #f66f6a;
}
.section-nav[data-theme] .section-nav-switch.active .section-nav-bg {
  background-color: #f66f6a;
}
.section-nav[data-theme="light"] .section-nav-bg {
  background-color: #fff;
}
.section-nav[data-theme="dark"] .section-nav-bg {
  background-color: rgba(0, 0, 0, 0.8);
}
.section-nav[data-theme="grey"] .section-nav-bg {
  background-color: #A0A2A8;
}
.section-nav[data-theme="hide"] {
  display: none;
}
@media (max-width: 1023px) {
  .section-nav {
    display: none;
  }
}
.banner-tpl {
  padding-top: 60px;
  min-height: 600px;
}
.banner-scale-up {
  animation: scale-up 4s ease-in forwards;
}
@keyframes scale-up {
  0% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1.05, 1.05, 1) rotate(0.02deg);
  }
}
.banner-fadeIn {
  animation: fadeIn 1s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-fadeOut {
  animation: fadeOut 1s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
[data-enter-transition="banner-trans-fadeInUp"] {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}
.banner-trans-fadeInUp {
  opacity: 1;
  transition: 1s;
  transform: translate3d(0, 0, 0);
}
.banner-trans-fadeOutUp {
  transition: 1s;
  opacity: 0;
  transform: translate3d(0, -100px, 0);
}
@media (max-width: 1023px) {
  .banner-tpl {
    display: none;
  }
}
@media (min-width: 1024px) {
  .banner {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #000e1d;
  }
  .banner .carousel-container {
    width: 100%;
    height: 100%;
  }
  .banner .carousel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .banner .carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
  }
  .banner .carousel-slide-current {
    visibility: visible;
    opacity: 1;
  }
  .banner .carousel-slide-current a {
    z-index: 2;
  }
  .banner .carousel-slide-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  .carousel-indicator-wrapper {
    position: absolute;
    z-index: 2;
    bottom: 220px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 0;
  }
  .carousel-indicator {
    display: inline-block;
    width: 32px;
    height: 16px;
    margin: 0 7px;
    line-height: 16px;
    text-align: left;
    cursor: pointer;
  }
  .carousel-indicator div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: background-color 0.2s;
  }
  .carousel-indicator span {
    display: block;
    background: #f66f6a;
    width: 0;
    height: 100%;
  }
  .carousel-indicator-active span {
    min-width: 2px;
  }
  .carousel-indicator-wrapper[data-theme="light"] .carousel-indicator div {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .carousel-indicator-wrapper[data-theme="light"] .carousel-indicator:hover div {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .carousel-indicator-wrapper[data-theme="dark"] .carousel-indicator div {
    background-color: rgba(160, 162, 168, 0.4);
  }
  .carousel-indicator-wrapper[data-theme="dark"] .carousel-indicator:hover div {
    background-color: rgba(160, 162, 168, 0.8);
  }
}
@media (min-width: 1024px) and (max-height: 899px), (min-width: 1024px) and (max-width: 1599px) {
  .carousel-indicator-wrapper {
    bottom: 200px;
  }
}
@media (min-width: 1024px) and (max-height: 709px), (min-width: 1024px) and (max-width: 1279px) {
  .carousel-indicator-wrapper {
    bottom: 160px;
  }
}
@keyframes indicatorProgress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .banner {
    position: relative;
  }
  .carousel-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
    /* Specify Swiper's Size: */
    /*width:200px;
	height: 100px;*/
  }
  .carousel-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 557px;
  }
  .carousel-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* Specify Slides's Size: */
    /*width: 100%;
	height: 100%;*/
  }
  .carousel-slide img {
    display: block;
    width: 100%;
  }
  .carousel-indicator-wrapper {
    position: absolute;
    bottom: 107px;
    left: 50%;
    font-size: 0;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .carousel-indicator-wrapper .swiper-pagination-switch {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    line-height: 20px;
    cursor: pointer;
  }
  .carousel-indicator-wrapper .swiper-pagination-switch:before {
    content: "";
    display: block;
    height: 4px;
    margin-top: 8px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .carousel-indicator-wrapper .swiper-active-switch:before {
    background-color: #f66f6a !important;
  }
  .carousel-indicator-wrapper[data-theme="light"] .swiper-pagination-switch:before {
    background: rgba(255, 255, 255, 0.4);
  }
  .carousel-indicator-wrapper[data-theme="dark"] .swiper-pagination-switch:before {
    background: rgba(0, 0, 0, 0.4);
  }
}
.banner-tpl1 {
  height: 100%;
  box-sizing: border-box;
}
.banner-tpl1-a {
  display: block;
  position: relative;
  height: 100%;
}
.banner-tpl1-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.banner-tpl1-bg .banner-tpl1-bg-inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-size: cover;
}
.banner-tpl1-bg video {
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  background: transparent;
}
.banner-tpl1-bg video[data-cut="height"] {
  width: 100%;
}
.banner-tpl1-bg video[data-cut="width"] {
  height: 100%;
}
.banner-tpl1-main {
  position: relative;
  padding-left: 9.375%;
  padding-right: 9.375%;
  margin: 0 auto;
  height: 100%;
}
.banner-tpl1-img {
  position: absolute;
  top: calc((100% - 260px) / 2);
  right: 6.25%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner-tpl1-img img {
  float: right;
}
.banner-tpl1-text {
  position: absolute;
  top: calc((100% - 260px) / 2);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner-tpl1-text em {
  font-style: normal;
  color: #f66f6a;
}
.banner-tpl1-text h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
}
.banner-tpl1-text h1 {
  font-size: 74px;
  line-height: 100px;
  color: #fff;
}
.banner-tpl1-text p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
.banner-tpl1-text .banner-tpl1-btn-box {
  margin-top: 60px;
}
.carousel-slide[data-theme="light"] .banner-tpl1-text h2 {
  color: #666a75;
}
.carousel-slide[data-theme="light"] .banner-tpl1-text h1 {
  color: #252b3a;
}
.carousel-slide[data-theme="light"] .banner-tpl1-text p {
  color: #666a75;
}
@media (max-height: 899px), (max-width: 1599px) {
  .banner-tpl1-main {
    padding-left: 9.25%;
    padding-right: 9.25%;
  }
  .banner-tpl1-img {
    top: calc((100% - 210px) / 2);
    right: 7%;
  }
  .banner-tpl1-text {
    top: calc((100% - 210px) / 2);
  }
  .banner-tpl1-text h2 {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 26px;
  }
  .banner-tpl1-text h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .banner-tpl1-text p {
    margin-top: 14px;
    font-size: 20px;
    line-height: 26px;
  }
  .banner-tpl1-text .banner-tpl1-btn-box {
    margin-top: 30px;
  }
  .banner-tpl1-text .banner-tpl1-btn-box .cui-btn {
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 38px;
  }
  .banner-tpl1-text img {
    width: 70%;
  }
  .banner-tpl1-img img {
    width: 77%;
  }
}
@media (max-height: 709px), (max-width: 1279px) {
  .banner-tpl1-main {
    padding-left: 8%;
    padding-right: 8%;
  }
  .banner-tpl1-img {
    top: calc((100% - 170px) / 2);
    right: 3.8%;
  }
  .banner-tpl1-text {
    top: calc((100% - 170px) / 2);
  }
  .banner-tpl1-text h2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .banner-tpl1-text h1 {
    font-size: 44px;
    line-height: 56px;
  }
  .banner-tpl1-text p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px;
  }
  .banner-tpl1-text .banner-tpl1-btn-box {
    margin-top: 30px;
  }
  .banner-tpl1-text-img img {
    width: 55.14%;
  }
  .banner-tpl1-img img {
    width: 61.6%;
  }
}
@media (max-width: 1559px) {
  .banner-tpl1-img img {
    right: 0;
  }
}
.banner-tpl2 {
  height: 100%;
  box-sizing: border-box;
}
.banner-tpl2-a {
  display: block;
  position: relative;
  height: 100%;
}
.banner-tpl2-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.banner-tpl2-bg .banner-tpl2-bg-inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-size: cover;
}
.banner-tpl2-bg video {
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  object-position: center;
  object-fit: cover;
  background: transparent;
}
.banner-tpl2-text {
  position: absolute;
  top: 34%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.events {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 140px;
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.events-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.events-wrapper > ul {
  padding-left: 30px;
  padding-right: 30px;
}
.events-wrapper > ul:before,
.events-wrapper > ul:after {
  content: " ";
  display: table;
}
.events-wrapper > ul:after {
  clear: both;
}
.events-wrapper > ul > li {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.events-wrapper > ul > li + li {
  border-left: solid 1px;
}
.events-wrapper a {
  display: block;
  padding: 10px 60px;
  text-align: left;
}
.events-wrapper h2 {
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing:1px;
  transition: 0.2s;
}
.events-wrapper p {
  margin-top: 4px;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing:0px;
  transition: 0.2s;
}
.events[data-theme="light"] li {
  border-color: rgba(255, 255, 255, 0.25);
}
.events[data-theme="light"] a h2,
.events[data-theme="light"] a p {
  color: #fff;
}
.events[data-theme="light"] a:hover h2 {
  color: #f66f6a;
}
.events[data-theme="dark"] li {
  border-color: rgba(0, 0, 0, 0.25);
}
.events[data-theme="dark"] a h2,
.events[data-theme="dark"] a p {
  color: #252b3a;
}
.events[data-theme="dark"] a:hover h2 {
  color: #f66f6a;
}
@media (max-height: 899px), (max-width: 1599px) {
  .events {
    bottom: 130px;
  }
  .events-wrapper > ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-height: 709px), (max-width: 1279px) {
  .events {
    bottom: 100px;
  }
  .events-wrapper > ul > li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .events {
    bottom: 11px;
    margin: 0;
    -ms-transform: none;
    transform: none;
  }
  .events-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .events-wrapper > ul {
    margin-left: -3px;
    margin-right: -3px;
  }
  .events-wrapper > ul > li {
    width: 50%;
    padding: 3px;
  }
  .events-wrapper > ul > li + li {
    border: none;
  }
  .events-wrapper > ul > li a {
    padding: 8px;
    text-align: center;
    border: solid 1px;
  }
  .events-wrapper a {
    padding: 10px 15px;
  }
  .events-wrapper h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .events-wrapper p {
    display: none;
  }
  .events[data-theme="light"] a {
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.2);
  }
  .events[data-theme="dark"] a {
    color: #000;
    border: solid 1px rgba(0, 0, 0, 0.2);
  }
}
.page-next-banner {
  bottom: 36px;
}
@media (max-height: 899px), (max-width: 1599px) {
  .page-next-banner {
    bottom: 20px;
  }
}
@media (max-height: 709px), (max-width: 1279px) {
  .page-next-banner {
    bottom: 6px;
  }
}
/* region 小组件 */
@media (min-width: 1024px) {
  .product-row {
    height: 25%;
    margin-left: -5px;
    margin-right: -5px;
  }
  .product-row:before,
  .product-row:after {
    content: " ";
    display: table;
  }
  .product-row:after {
    clear: both;
  }
  [class^="product-col"] {
    position: relative;
    float: left;
    height: 100%;
    padding: 5px;
  }
  .product-col-1 {
    width: 8.33333333%;
  }
  .product-col-2 {
    width: 16.66666667%;
  }
  .product-col-3 {
    width: 25%;
  }
  .product-col-4 {
    width: 33.33333333%;
  }
  .product-col-5 {
    width: 41.66666667%;
  }
  .product-col-6 {
    width: 50%;
  }
  .product-col-7 {
    width: 58.33333333%;
  }
  .product-col-8 {
    width: 66.66666667%;
  }
  .product-col-9 {
    width: 75%;
  }
  .product-col-10 {
    width: 83.33333333%;
  }
  .product-col-11 {
    width: 91.66666667%;
  }
  .product-col-12 {
    width: 100%;
  }
}
.product-tag {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 2px;
  background-color: #f66f6a;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.product-tag.-sale {
  background-color: #FF8833;
}
/* 卡片 */
.product-card {
  display: block;
  padding: 15px 20px;
  border-radius: 6px;
  transition: 0.2s;
}
.product-card .h2 {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.2s;
}
.product-card .p {
  height: 30px;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-card:hover {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 30px 0 rgba(6, 50, 112, 0.1);
}
.product-card:hover .h2 {
  color: #f66f6a;
}
/* 卡片-推荐 */
.product-card-recommend {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background-image: url(../images/homepage-card-recommend-bg.jpg);
  background-size: cover;
  background-position: right center;
  transition: 0.2s;
}
.product-card-recommend-content {
  display: block;
  height: 110px;
  padding: 20px 20px 15px;
}
.product-card-recommend-content .h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #252b3a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.2s;
}
.product-card-recommend-content .p {
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-card-recommend-bottom {
  padding: 19px 20px;
  background-color: rgba(255, 255, 255, 0.6);
}
.product-card-recommend-bottom p {
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
}
.product-card-recommend-bottom p .product-tag {
  margin-right: 6px;
}
.product-card-recommend-bottom p em {
  font-style: normal;
  color: #FF8833;
}
.product-card-recommend-bottom p a:hover {
  color: #f66f6a;
}
.product-card-recommend:hover {
  box-shadow: 0 20px 30px 0 rgba(6, 50, 112, 0.1);
}
.product-card-recommend-content:hover .h2 {
  color: #f66f6a;
}
/* 卡片 - EI */
.product-card-ei {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(../images/homepage-card-ei-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  border-radius: 6px;
  transition: 0.2s;
}
.product-card-ei:hover {
  box-shadow: 0 20px 30px 0 rgba(6, 50, 112, 0.1);
}
.product-card-ei-row {
  height: 140px;
  padding-left: 10px;
  padding-right: 60px;
}
.product-card-ei-row:before,
.product-card-ei-row:after {
  content: " ";
  display: table;
}
.product-card-ei-row:after {
  clear: both;
}
.product-card-ei-row:last-child {
  position: relative;
  height: 141px;
  padding-top: 1px;
}
.product-card-ei-row:last-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  border-top: dashed 1px #ddd;
}
.product-card-ei-item {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  padding: 34px 20px 36px;
}
.product-card-ei-item .i {
  position: absolute;
  top: 34px;
  left: 20px;
}
.product-card-ei-item .i img {
  display: block;
  width: 30px;
  height: 30px;
}
.product-card-ei-item .h2 {
  margin-top: 4px;
  margin-bottom: 8px;
  margin-left: 40px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #252b3a;
}
.product-card-ei-item .p {
  height: 36px;
  margin-left: 40px;
  font-size: 12px;
  line-height: 18px;
  color: #666a75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-card-ei-item:hover .h2 {
  color: #f66f6a;
}
/* 卡片 - EI-pic */
.product-card-ei-pic {
  display: block;
  height: 281px;
  padding: 46px 30px;
  border-radius: 6px;
  background-image: url(../images/homepage-card-ei-pic-bg.jpg);
  background-size: cover;
  transition: 0.2s;
}
.product-card-ei-pic .h2 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 22px;
  color: #252b3a;
}
.product-card-ei-pic .p {
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.product-card-ei-pic .p span {
  display: block;
}
.product-card-ei-pic:hover {
  box-shadow: 0 20px 30px 0 rgba(6, 50, 112, 0.1);
}
.product-card-ei-pic:hover .h2 {
  color: #f66f6a;
}
/* 卡片 - dev */
.product-card-dev {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  transition: 0.2s;
}
.product-card-dev:hover {
  box-shadow: 0 20px 30px 0 rgba(6, 50, 112, 0.1);
}
.product-card-dev-content {
  display: block;
  position: relative;
  height: 110px;
  padding: 20px 20px 0;
}
.product-card-dev-content .h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #252b3a;
  transition: 0.2s;
}
.product-card-dev-content .p {
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-card-dev-content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-bottom: dashed 1px #ddd;
}
.product-card-dev-content:hover .h2 {
  color: #f66f6a;
}
.product-card-dev-bottom {
  padding: 19px 20px;
}
.product-card-dev-bottom ul {
  height: 22px;
  overflow: hidden;
}
.product-card-dev-bottom ul:before,
.product-card-dev-bottom ul:after {
  content: " ";
  display: table;
}
.product-card-dev-bottom ul:after {
  clear: both;
}
.product-card-dev-bottom li {
  float: left;
  padding-right: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.product-card-dev-bottom li + li {
  position: relative;
  padding-left: 10px;
}
.product-card-dev-bottom li + li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  border-left: solid 1px #ddd;
}
.product-card-dev-bottom li a {
  transition: 0.2s;
}
.product-card-dev-bottom li a:hover {
  color: #f66f6a;
}
.product-card-dev-bottom p {
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
}
.product-card-dev-bottom p .product-tag {
  margin-right: 6px;
}
.product-card-dev-bottom p em {
  font-style: normal;
  color: #FF8833;
}
.product-card-dev-bottom p a {
  transition: 0.2s;
}
.product-card-dev-bottom p a:hover {
  color: #f66f6a;
}
/* 卡片 - 视频 */
.product-card-video {
  display: block;
  position: relative;
  height: 170px;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.2s;
}
.product-card-video-bg {
  height: 100%;
  background-size: cover;
  transition: 0.2s;
}
.product-card-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 30px;
  border-radius: 2px;
  margin-top: -15px;
  margin-left: -20px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 0;
  line-height: 30px;
  transition: 0.2s;
}
.product-card-video-play .cui-icon-play {
  font-size: 14px;
  color: white;
}
.product-card-video-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
}
.product-card-video-text .p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.product-card-video-text + .product-card-video-play {
  margin-top: -28px;
}
.product-card-video:hover {
  box-shadow: 0 20px 30px 0 rgba(6, 50, 112, 0.1);
}
.product-card-video:hover .product-card-video-bg {
  transform: scale(1.1);
}
.product-card-video:hover .product-card-video-play {
  background-color: #f66f6a;
}
/* 卡片 - iot */
.product-card-iot {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 6px;
  transition: 0.2s;
}
.product-card-iot:hover {
  box-shadow: 0 20px 30px 0 rgba(6, 50, 112, 0.1);
}
.product-card-iot-text {
  height: 88px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.product-card-iot-subtext {
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  color: #666a75;
}
/* endregion 小组件 */
.section-product {
  height: 100%;
}
.section-product-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-wrapper-product {
  width: 100%;
}
.product-mb-collapse-head {
  display: none;
}
.product-mb-collapse-body,
.product-mb-collapse-content {
  height: 100%;
}
.product-nav {
  float: left;
  width: 140px;
  height: 100%;
}
.product-nav-bg {
  float: right;
  position: absolute;
  top: 160px;
  bottom: 60px;
  width: 80px;
  margin-left: 60px;
  background-image: url(../images/homepage-nav-bg.png);
  background-position: right center;
  background-size: 100% 100%;
}
.product-nav-list {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 30px 0;
}
.product-nav-list a {
  display: block;
  font-size: 18px;
  line-height: 54px;
  color: #252b3a;
}
.product-nav-list ul {
  height: 100%;
}
.product-nav-list li {
  position: relative;
  height: calc((100% - 54px) / 5);
}
.product-nav-list li:last-child {
  height: auto;
}
.product-nav-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  width: 0;
  height: 3px;
  background-color: #f66f6a;
  transition: 0.2s;
}
.product-nav-list li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 27px;
  border-right: solid 10px rgba(255, 255, 255, 0.5);
  border-top: solid 17px transparent;
  border-bottom: solid 17px transparent;
  margin-top: -17px;
  opacity: 0;
  transition: 0.2s;
}
.product-nav-list li.active:before {
  width: 40px;
}
.product-nav-list li.active:after {
  opacity: 1;
}
.product-nav-list li.active a {
  font-weight: bold;
  font-size: 18px;
  cursor: default;
}
.product-wrapper {
  float: left;
  width: calc(100% - 140px);
  height: 100%;
  padding-left: 30px;
}
.product-content {
  display: none;
}
.product-content.show {
  display: block;
  height: 100%;
}
.product-row.product-row-large {
  height: 170px;
  margin-bottom: 15px;
}
.product-row.product-row-large > [class^="product-col"] {
  padding-top: 0;
  padding-bottom: 0;
}
.product-row.product-row-large ~ .product-row {
  height: calc((100% - 170px - 15px) / 3);
}
.product-row.product-row-xlarge {
  height: 281px;
  margin-bottom: 15px;
}
.product-row.product-row-xlarge > [class^="product-col"] {
  padding-top: 0;
  padding-bottom: 0;
}
.product-row.product-row-xlarge ~ .product-row {
  height: calc((100% - 281px - 15px) / 2);
}
.product-row-extend [class^="product-col"]:first-child > [class^="product-card"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -5px;
}
.product-row-extend [class^="product-col"]:last-child > [class^="product-card"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -5px;
}
.product-row-extend:hover [class^="product-col"] > [class^="product-card"] {
  box-shadow: 0 20px 30px 0 rgba(6, 50, 112, 0.1);
}
.product-row .product-card {
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 1024px) and (max-height: 899px) {
  .product-row {
    height:33.333333%;
  }
  .product-row:nth-child(4) {
    display: none;
  }
  .product-row.product-row-large ~ .product-row {
    height: calc((100% - 170px - 15px) / 2);
  }
  .product-row.product-row-large ~ .product-row:nth-child(4) {
    display: none;
  }
  .product-row.product-row-xlarge ~ .product-row {
    height: calc((100% - 281px - 15px) / 1);
  }
  .product-row.product-row-xlarge ~ .product-row:nth-child(3) {
    display: none;
  }
  .product-row.product-row-xlarge ~ .product-row .product-card .p {
    height:30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media (min-width: 1024px) and (max-height: 749px) {
  .product-nav-list a {
    font-size: 16px;
    line-height: 32px;
  }
  .product-nav-list li {
    height: calc((100% - 32px) / 5);
  }
  .product-nav-list li.active a {
    font-size: 16px;
  }
  .product-nav-list li:before {
    top: 30px;
  }
  .product-card .p {
    line-height: 18px;
  }
  .product-card-dev-bottom {
    padding-top: 16px;
    padding-bottom: 17px;
  }
  .product-card-video {
    height: 165px;
  }
  .product-card-iot .product-card-iot-text {
    margin-bottom: 1px;
  }
  .product-card-recommend-bottom {
    padding-top: 16px;
    padding-bottom: 17px;
  }
  .product-card-ei-row {
    height: 82px;
    padding: 0;
  }
  .product-card-ei-row:last-child {
    height: 83px;
  }
  .product-card-ei-row:last-child:before {
    content: none;
  }
  .product-card-ei-item {
    padding: 15px 20px;
  }
  .product-card-ei-item .i {
    top: auto;
    left: 20px;
  }
  .product-card-ei-item .p {
    display: block;
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .product-card-ei-pic {
    height: 165px;
  }
  [class^="product-col"] {
    padding-top: 0;
    padding-bottom: 0;
  }
  .product-row.product-row-large,
  .product-row.product-row-xlarge {
    height: 165px;
    margin-bottom: 5px;
  }
  .product-row.product-row-large ~ .product-row,
  .product-row.product-row-xlarge ~ .product-row {
    height: calc((100% - 165px - 5px) / 2);
  }
  .product-row.product-row-large ~ .product-row .product-card .p,
  .product-row.product-row-xlarge ~ .product-row .product-card .p {
    display: block;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-row.product-row-xlarge ~ .product-row:nth-child(3) {
    display: block;
  }
}
@media (min-width: 1024px) and (max-height: 620px) {
  .product-nav-list a {
    line-height: 28px;
  }
  .product-nav-list li {
    height: calc((100% - 28pxpx) / 5);
  }
  .product-nav-list li:before {
    top: 25px;
  }
  .product-card .p {
    display: block;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-row.product-row-large ~ .product-row:nth-child(3) {
    display: none;
  }
  .product-row.product-row-xlarge ~ .product-row:nth-child(2) {
    display: block;
  }
  .product-row.product-row-xlarge ~ .product-row:nth-child(3) {
    display: none;
  }
  .product-row.product-row-large ~ .product-row,
  .product-row.product-row-xlarge ~ .product-row {
    height: calc((100% - 165px - 5px) / 1);
  }
}
@media (max-width: 1023px) {
  /* region 小组件 */
  /* 卡片 */
  .product-card {
    padding: 10px 5px;
  }
  .product-card .h2 {
    display: block;
    font-size: 14px;
    line-height: 22px;
    white-space: normal;
  }
  .product-card .p {
    display: block;
    height: auto;
    font-size: 12px;
    line-height: 18px;
  }
  /* 卡片-推荐 */
  .product-card-recommend {
    border-radius: 2px;
  }
  .product-card-recommend-content {
    height: auto;
    padding: 15px 20px 10px;
  }
  .product-card-recommend-content .h2 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    white-space: normal;
  }
  .product-card-recommend-content .p {
    display: block;
    height: auto;
    font-size: 12px;
    line-height: 18px;
  }
  .product-card-recommend-bottom {
    padding: 10px 20px;
  }
  .product-card-recommend-bottom p {
    font-size: 12px;
    line-height: 22px;
  }
  /* 卡片 - EI */
  .product-card-ei {
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: none;
    box-shadow: none;
  }
  .product-card-ei-row {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-card-ei-row:before,
  .product-card-ei-row:after {
    content: " ";
    display: table;
  }
  .product-card-ei-row:after {
    clear: both;
  }
  .product-card-ei-row:last-child {
    position: relative;
    height: auto;
    padding-top: 0;
  }
  .product-card-ei-row:last-child:before {
    content: none;
  }
  .product-card-ei-item {
    display: block;
    position: relative;
    float: none;
    width: auto;
    padding: 15px 20px;
    border-top: dashed 1px #ddd;
  }
  .product-card-ei-item .i {
    top: 20px;
    left: 0;
  }
  .product-card-ei-item .h2 {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 40px;
    font-size: 14px;
    line-height: 22px;
  }
  .product-card-ei-item .p {
    display: block;
    height: auto;
    margin-left: 40px;
    font-size: 12px;
    line-height: 18px;
  }
  .product-card-ei-row:first-child .product-card-ei-item:first-child {
    border-top: none;
  }
  /* 卡片 - EI-pic */
  .product-card-ei-pic {
    height: auto;
    padding: 30px 20px 26px;
    border-radius: 2px;
    background-image: url(../images/homepage-card-ei-pic-bg-mb.jpg);
  }
  .product-card-ei-pic .h2 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }
  .product-card-ei-pic .p {
    font-size: 12px;
    line-height: 18px;
  }
  .product-card-ei-pic .p span {
    display: inline-block;
  }
  .product-card-ei-pic .p span + span {
    margin-left: 5px;
  }
  /* 卡片 - dev */
  .product-card-dev {
    border-radius: 2px;
    box-shadow: none;
  }
  .product-card-dev-content {
    display: block;
    position: relative;
    height: 110px;
    padding: 15px 20px 10px;
  }
  .product-card-dev-content .h2 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
  }
  .product-card-dev-content .p {
    display: block;
    height: auto;
    font-size: 12px;
    line-height: 18px;
  }
  .product-card-dev-bottom {
    padding: 10px 20px 14px;
  }
  .product-card-dev-bottom li {
    padding-right: 8px;
    font-size: 12px;
    line-height: 22px;
    color: #666a75;
  }
  .product-card-dev-bottom li + li {
    padding-left: 8px;
  }
  .product-card-dev-bottom li + li:before {
    top: 2px;
    bottom: 2px;
  }
  .product-card-dev-bottom p {
    font-size: 12px;
    line-height: 22px;
  }
  /* 卡片 - 视频 */
  .product-card-video {
    border-radius: 2px;
  }
  /* 卡片 - iot */
  .product-card-iot {
    padding: 16px 20px;
    border-radius: 2px;
    box-shadow: none;
  }
  .product-card-iot-text {
    display: block;
    height: auto;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  /* endregion 小组件 */
  .section-product {
    background-color: #d9e5fa;
    background-image: url(../images/homepage-product-mb-bg.jpg);
    background-size: cover;
    background-position: center top;
  }
  .section-product-bg {
    display: none;
  }
  .section-wrapper-product {
    padding: 0;
  }
  .product-nav {
    display: none;
  }
  .product-wrapper {
    float: none;
    width: 100%;
    padding: 0;
  }
  .product-mb-collapse-head {
    display: block;
    position: relative;
    width: 100%;
    height: 44px;
    padding-left: 20px;
    padding-right: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 44px;
    font-size: 14px;
    color: #252b3a;
    cursor: pointer;
  }
  .product-mb-collapse-head:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #f66f6a;
    opacity: 0;
    transition: 0.35s;
  }
  .product-mb-collapse-head .cui-icon-up {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    font-size: 12px;
    color: #666a75;
    transition: 0.35s;
    display: block;
    width: 12px;
    height: 12px;
  }
  .product-mb-collapse-head.active:before {
    width: 4px;
    opacity: 1;
  }
  .product-mb-collapse-head.active .cui-icon-up {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .product-mb-collapse-body {
    height: 0;
    overflow: hidden;
    transition: height 0.35s;
  }
  .product-mb-collapse-body.active {
    height: auto;
  }
  .product-mb-collapse-content {
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .product-content {
    display: block !important;
  }
  .product-content + .product-content {
    margin-top: 2px;
  }
  .product-row,
  .product-row-large,
  .product-row-xlarge {
    height: auto !important;
    margin-bottom: 0;
  }
  .product-row-large [class^="product-col"],
  .product-row-xlarge [class^="product-col"] {
    margin-bottom: 10px;
  }
  .product-row-iot [class^="product-col"]:first-child {
    margin-bottom: 0;
  }
  .product-row .product-card {
    position: static;
    -ms-transform: none;
    transform: none;
  }
  .product-row-extend [class^="product-col"]:first-child {
    margin-bottom: 0;
  }
  .product-row-extend [class^="product-col"]:first-child > [class^="product-card"] {
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
  }
  .product-row-extend [class^="product-col"]:last-child > [class^="product-card"] {
    border-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
  }
}
.section-solution {
  background-color: #222;
}
@media (min-width: 1024px) {
  .section-solution {
    height: 100%;
  }
  .section-solution .section-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 170px;
    margin: auto;
  }
  .solution-content:before,
  .solution-content:after {
    content: " ";
    display: table;
  }
  .solution-content:after {
    clear: both;
  }
  .solution-container {
    float: left;
    height: 100%;
    width: 87.5%;
    overflow: hidden;
  }
  .solution-container:before,
  .solution-container:after {
    content: " ";
    display: table;
  }
  .solution-container:after {
    clear: both;
  }
  .solution-wrapper {
    position: relative;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
  }
  .solution-wrapper:before,
  .solution-wrapper:after {
    content: " ";
    display: table;
  }
  .solution-wrapper:after {
    clear: both;
  }
  .solution-slide {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 14.28571429%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    font-size: 1rem;
    overflow: hidden;
    vertical-align: top;
    white-space: normal;
  }
  .solution-card-bg {
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.2s;
  }
  .solution-card-bg img {
    display: block;
    position: absolute;
    top: -10000px;
    right: -10000px;
    bottom: -10000px;
    left: -10000px;
    height: 100%;
    margin: auto;
  }
  .solution-card-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    transition: 0.2s;
  }
  .solution-card-collapse {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    transition: 0.5s;
  }
  .solution-card-collapse h2 {
    position: absolute;
    top: 26.42967543%;
    left: 0;
    right: 0;
    font-size: 36px;
    color: #fff;
    line-height: 46px;
    text-align: center;
  }
  .solution-card-collapse div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .solution-card-collapse div img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .solution-card-open {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .solution-card-open-inner {
    position: absolute;
    top: 44%;
    left: -10000px;
    right: -10000px;
    width: 448px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    color: #fff;
    text-align: center;
  }
  .solution-card-open-inner h1 {
    position: relative;
    margin-bottom: 52px;
    font-size: 36px;
    line-height: 46px;
  }
  .solution-card-open-inner h1:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 68px;
    height: 4px;
    margin: 7px auto 0;
    background-color: #f66f6a;
  }
  .solution-card-open-inner p {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 22px;
  }
  .solution-recommend {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
  }
  .solution-recommend ul:before,
  .solution-recommend ul:after {
    content: " ";
    display: table;
  }
  .solution-recommend ul:after {
    clear: both;
  }
  .solution-recommend ul > li {
    float: left;
  }
  .solution-recommend ul > li + li:before {
    content: "\2002|\2002";
  }
  .solution-recommend ul > li a {
    transition: 0.2s;
	font-size:14px;
  }
  .solution-recommend ul > li a:hover {
    color: #f66f6a;
  }
  .solution-card-btnbox {
    font-size: 0;
    text-align: center;
  }
  .solution-card-btnbox .cui-btn i {
    margin-left: 4px;
    transition: transform 0.2s;
  }
  .solution-card-btnbox .cui-btn:hover i {
    -ms-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  .solution-slide:not(.open):hover .solution-card-bg {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .solution-slide:not(.open):hover .solution-card-bg:after {
    opacity: 0;
  }
  .solution-slide.open .solution-card-collapse {
    opacity: 0;
  }
  .solution-slide.open .solution-card-open {
    opacity: 1;
    visibility: visible;
  }
  .solution-ctrl {
    float: left;
    position: relative;
    width: 12.5%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
  }
  .solution-ctrl-arrow {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 28px;
    margin-left: -10px;
    margin-top: -14px;
    opacity: 0.5;
    transition: 0.2s;
    animation: solution-arrow-flash 0.6s ease-in infinite alternate;
  }
  .solution-ctrl-arrow span {
    display: block;
    width: 28px;
    height: 28px;
    margin-left: -12px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .solution-ctrl-arrow span:before {
    content: "";
    display: block;
    width: 100%;
    border-top: solid 4px;
    border-radius: 2px;
  }
  .solution-ctrl-arrow span:after {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    border-right: solid 4px;
    border-radius: 2px;
    margin-top: -4px;
  }
  .solution-ctrl-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/homepage-solution-ctrl.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.2s;
  }
  .solution-ctrl-bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    transition: 0.2s;
  }
  .solution-ctrl:hover .solution-ctrl-bg {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .solution-ctrl:hover .solution-ctrl-bg:after {
    opacity: 0;
  }
  .solution-ctrl:hover .solution-ctrl-arrow {
    animation: none;
    opacity: 1;
  }
  .solution-ctrl[data-toggle="next"] .solution-ctrl-arrow {
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }
  .solution-ctrl[data-toggle="prev"] .solution-ctrl-arrow {
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
@keyframes solution-arrow-flash {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@media (max-height: 899px), (max-width: 1599px) {
  .solution-card-collapse h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .solution-card-open-inner h1 {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-height: 709px), (max-width: 1279px) {
  .solution-card-collapse h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .solution-card-open-inner h1 {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 22px;
  }
  .solution-card-open-inner p {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 18px;
  }
  .solution-card-open-inner .solution-recommend {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .solution-card-bg,
  .solution-card-collapse,
  .solution-card-open {
    display: none;
  }
  .solution-wrapper.open .solution-slide:nth-child(4) ~ .solution-slide {
    display: block;
  }
  .solution-card-mb {
    display: block;
    position: relative;
  }
  .solution-card-mb h2 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -12px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
  }
  .solution-card-mb img {
    display: block;
    width: 100%;
  }
  .solution-mb-more {
    position: relative;
  }
  .solution-mb-more img {
    display: block;
    width: 100%;
  }
  .solution-mb-more a {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .solution-mb-more a i {
    font-size: inherit;
  }
  .solution-mb-more a span {
    vertical-align: middle;
  }
  .solution-mb-more a span + span {
    display: none;
  }
  .solution-mb-more a.open span:first-child {
    display: none;
  }
  .solution-mb-more a.open span + span {
    display: inline;
  }
  .solution-mb-more a.open i {
    -ms-transform: rotate(180deg);
    transform: rotateX(180deg);
  }
  #solution-mb-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#solution-mb-swiper {
  display: none;
}
@media (max-width: 1023px) {
  .solution-content {
    display: none;
  }
  .section-bottom {
    padding-top: 15px;
  }
  #solution-mb-swiper {
    display: block;
  }
  #solution-mb-swiper .solution-slide-wrapper {
    height: 315px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
  }
  #solution-mb-swiper .solution-slide-wrapper .solution-slide {
    display: block;
  }
  #solution-mb-swiper .solution-slide-wrapper .solution-card-mb {
    overflow: hidden;
  }
  #solution-mb-swiper .solution-slide-wrapper img2 {
    display: block;
    height: 315px;
    width: 687px;
    left: 50%;
    transform: translateX(-50%);
  }
  #solution-mb-swiper .swiper-pagination {
    position: relative;
    padding: 10px 0 0 0;
    bottom: 0;
  }
  #solution-mb-swiper .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    background-color: #FFFFFF;
    opacity: 0.4;
    width: 20px;
    height: 4px;
    margin: 0 2.5px;
  }
  #solution-mb-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f66f6a;
    opacity: 1;
  }
  #solution-mb-swiper .solution-card-mb-bg {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 315px;
  }
  #solution-mb-swiper .solution-card-mb-text {
    top: 0;
    position: absolute;
    top: 50%;
    left: -10000px;
    right: -10000px;
    width:320px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    color: #fff;
    text-align: center;
  }
  #solution-mb-swiper .solution-card-mb-text h1 {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 22px;
  }
  #solution-mb-swiper .solution-card-mb-text h1:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 36px;
    height: 4px;
    margin: 7px auto 0;
    background-color: #f66f6a;
  }
  #solution-mb-swiper .solution-card-mb-text h2 {
    position: relative;
    top: 0;
    margin-top: 0;
  }
  #solution-mb-swiper .solution-card-mb-text p {
    padding: 0 0 40px 0;
    font-size: 12px;
  }
  #solution-mb-swiper .solution-card-mb-text ul {
    display: inline-block;
    margin: 0 -20px;
  }
  #solution-mb-swiper .solution-card-mb-text ul:after {
    content: '';
    clear: both;
    display: block;
  }
  #solution-mb-swiper .solution-card-mb-text li {
    float: left;
	font-size:12px;
	text-align:center
  }
  #solution-mb-swiper .solution-card-mb-text li + li:before {
    content: "\2002|\2002";
  }
  
  
  
}
.section-mall {
  height: 100%;
  background-image: url(../images/homepage-mall-bg.jpg);
  background-position: center top;
  animation: mall-bg 50s linear infinite;
}
@keyframes mall-bg {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -608px;
  }
}
.mall-app {
  height: 100%;
}
.mall-app > ul {
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
}
.mall-app > ul:before,
.mall-app > ul:after {
  content: " ";
  display: table;
}
.mall-app > ul:after {
  clear: both;
}
.mall-app > ul > li {
  float: left;
  width: 25%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.mall-app-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: grey;
  text-align: center;
  cursor: pointer;
}
.mall-app-card-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: 0.2s;
}
.mall-app-card-top {
  position: relative;
  height: 50%;
}
.mall-app-card-top i {
  display: block;
  position: absolute;
  top: 31.83673469%;
  right: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  transition: 0.2s;
}
.mall-app-card-top h2 {
  position: absolute;
  top: 74.28571429%;
  right: 0;
  left: 0;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  transition: 0.2s;
}
.mall-app-card-top h2:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 4px;
  margin: 15px auto;
  background-color: #f66f6a;
  transition: 0.2s 0.2s;
}
.mall-app-card-top p {
  position: absolute;
  top: 78.36734694%;
  right: 0;
  left: 0;
  padding-left: 40px;
  padding-right: 40px;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  opacity: 0;
  transition: 0.2s;
}
.mall-app-card-bottom {
  position: relative;
  height: 50%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.mall-app-card-bottom li {
  margin-bottom: 10px;
}
.mall-app-card-bottom li a:hover {
  color: #f66f6a;
}
.mall-app-card-bottom .mall-tag {
  display: inline-block;
  width: 0;
}
.mall-app-card-bottom .mall-tag span {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 2px;
  margin-left: 5px;
  background-color: #f66f6a;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mall-app-card-bottom:before {
  content: "";
  display: block;
  height: 18.36734694%;
}
.mall-app-card:hover .mall-app-card-bg {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 1024px) {
  .mall-app-card:hover .mall-app-card-top i {
    opacity: 0;
  }
  .mall-app-card:hover .mall-app-card-top h2 {
    top: 42.85714286%;
  }
  .mall-app-card:hover .mall-app-card-top h2:before {
    width: 68px;
  }
  .mall-app-card:hover .mall-app-card-top p {
    margin-top: 0;
    opacity: 1;
  }
}
@media (max-width: 1279px), (max-height: 709px) {
  .mall-app-card-top i {
    top: 25.97402597%;
    width: 48px;
    height: 48px;
  }
  .mall-app-card-top h2 {
    top: 77.27272727%;
    font-size: 18px;
    line-height: 22px;
  }
  .mall-app-card-top p {
    top: 68.18181818%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .mall-app-card-bottom {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1279px) and (min-width: 1024px), (max-height: 709px) and (min-width: 1024px) {
  .mall-app-card:hover .mall-app-card-top h2 {
    top: 31.16883117%;
  }
}
@media (max-width: 1023px) {
  .section-mall {
    background: white;
  }
  .mall-app > ul {
    margin-left: -3px;
    margin-right: -3px;
  }
  .mall-app > ul > li {
    width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .mall-app > ul > li:nth-child(2) ~ li {
    margin-top: 6px;
  }
  .mall-app-card {
    height: 170px;
  }
  .mall-app-card-top {
    height: 100%;
  }
  .mall-app-card-top i {
    top: 35px ;
  }
  .mall-app-card-top h2 {
    top: 105px;
    font-size: 16px;
    line-height: 20px;
  }
  .mall-app-card-top h2:before {
    margin-top: 10px;
    width: 40px;
  }
  .mall-app-bottom {
    display: none;
  }
  .mall-app-card:hover .mall-app-card-top h2 {
    color: #f66f6a;
  }
}
.mall-partner > ul {
  margin-top: -25px;
}
.mall-partner > ul:before,
.mall-partner > ul:after {
  content: " ";
  display: table;
}
.mall-partner > ul:after {
  clear: both;
}
.mall-partner > ul > li {
  float: left;
  width: 20%;
  padding-top: 25px;
}
.mall-partner-logo-box {
  display: block;
  position: relative;
  height: 100%;
}
.mall-partner-logo {
  width: 140px;
  height: 60px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.2s;
}
.mall-partner-logo.logo-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
}
.mall-partner-logo.logo-mb {
  display: none;
}
.mall-partner-logo-box:hover .mall-partner-logo.logo-hover {
  opacity: 1;
}
@media (max-width: 1023px) {
  .mall-partner > ul > li {
    width: 50%;
  }
  .mall-partner-logo.logo-grey,
  .mall-partner-logo.logo-hover {
    display: none;
  }
  .mall-partner-logo.logo-mb {
    display: block;
    width: 105px;
    height: 45px;
  }
}
.section-map {
  height: 100%;
  background: url(../images/homepage-map-pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.section-map + .home-section {
  padding-top: 70px;
}
.map-wrapper {
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.section-map .service-body {
  background: none;
  box-shadow: none;
}
@media (min-width: 1024px) {
  .section-map .section-head {
    padding-top: 60px;
  }
}
.map-body {
  position: relative;
  height: 100%;
}
.map-body:before,
.map-body:after {
  content: " ";
  display: table;
}
.map-body:after {
  clear: both;
}
.section-map .section-head h2 {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 50px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 400;
}
.section-map .section-head p {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.6;
  line-height: 22px;
  text-align: center;
}
.map-mod img {
  width: 100%;
}
.map-body .map-wrap {
  position: relative;
  margin-top: 100px;
}
.map-data {
  display: table;
  width: 100%;
}
.map-data ul {
  display: block;
}
.map-data li {
  display: inline-block;
  width:16.66666%;
  margin:18px 0;
  float:left;
}
.map-data li .l-box{
	position:relative;
	display:block;
	margin:0 auto;
	width:85%;
	text-align:center;
	border:1px #434343 solid;
	border-radius:4px;
	height:66px;
}
.map-data li .l-box img{ position: absolute;top:50%; left:50%; max-width:90%;transform: translate(-50%,-50%);opacity:0.7;filter:alpha(opacity=70);}
.map-data li .l-box:hover img{opacity:1;filter:alpha(opacity=100);}
.map-data li .l-box:hover{cursor:pointer; border:1px #eee solid;  transition:all 0.3s;}

.map-data h2 {
  font-size: 48px;
  line-height: 46px;
  color: #70c5ff;
  text-align: center;
  transition: 0.15s;
}
.map-data h2 span {
  font-size: 24px;
  line-height: 24px;
}
.map-data p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}
.map-data p:first-of-type {
  display: none;
}
.map-data h2:hover {
  color: #00ffbb;
  transition: 0.2s;
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.map-body .map-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-list .c-map-dot-text-left {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  top: 25px;
  right: 36px;
  white-space: nowrap;
  z-index: 4;
}
.c-map-dot-text-bottom {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  white-space: nowrap;
  z-index: 4;
}
.map-list .c-map-dot-text-right {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  top: 25px;
  left: 36px;
  white-space: nowrap;
  z-index: 6;
}
.map-body .map-explain {
  position: absolute;
  left: 50%;
  margin-left: -130px;
  bottom: 100px;
  z-index: 3;
}
.map-dot1 a,
.map-dot2 a {
  display: block;
  margin: 5px;
  width: 25px;
  height: 44px;
}
.map-explain .map-explain-item {
  float: left;
  width: 150px;
  padding-left: 40px;
}
.map-dot1 {
  display: inline-block;
  width: 35px;
  height: 54px;
  position: absolute;
  top: -5px;
  left: 0;
  transition: all 0.3s;
  background: url(../images/homepage-map-icon-2.png) no-repeat;
  background-position: 0 0;
  z-index: 4;
}
.map-dot1.animate.play::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/homepage-map-icon-2.png) no-repeat;
  background-position: -70px 33px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.map-dot2.animate.play::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/homepage-map-icon-2.png) no-repeat;
  background-position: -70px 33px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.map-wrap .map-img {
  position: absolute;
  margin-top: 30px;
  margin-left: 5px;
  width: 25px;
  height: 25px;
}
.map-dot2 {
  display: inline-block;
  width: 35px;
  height: 54px;
  position: absolute;
  top: -5px;
  left: 150px;
  transition: all 0.3s;
  background-image: url(../images/homepage-map-icon-2.png);
  background-position: -35px 0;
}
.map-explain-item .map-explain-txt {
  line-height: 54px;
  color: #ffffff;
  font-size: 14px;
}
.section-map .map-info {
  display: none;
  position: relative;
  height: 140px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  top: 78px;
  border-radius: 2px;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
}
.map-info .map-slide {
  overflow: hidden;
  width: 100%;
}
.map-slide .map-item {
  float: left;
  width: 12.5%;
  height: 140px;
  position: relative;
}
.map-slide a {
  display: block;
  height: 100%;
  padding: 20px 5px 10px;
}
.map-slide .map-item:hover p {
  color: #F66F6A;
}
.map-slide em {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-size: cover;
}
.map-slide p {
  margin-top: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #3B516A;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* 动画 */
.map-dot1.animate.play {
  transform: scale(1.1);
  /* background-position: -120px 0; */
}
.map-bubble.hover {
  visibility: visible;
  opacity: 1;
}
.map-dot1.animate.play:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/homepage-map-icon-2.png) no-repeat;
  background-position: -70px 0;
}
.map-dot2.animate.play:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/homepage-map-icon-2.png) no-repeat;
  background-position: -70px 0;
}
.map-dot2.animate.play {
  transform: scale(1.1);
  /* background-position: -168px 0; */
}
.map-dot1.animate.play + .map-img .map-bubble {
  visibility: visible;
  opacity: 1;
}
.map-dot2.animate.play + .map-img .map-bubble {
  visibility: visible;
  opacity: 1;
}
.map-dot1.play + .map-img .img1 {
  -webkit-animation: warn 2s ease-out 0s infinite;
  animation: warn 2s ease-out 0s infinite;
  margin-top: 12px;
}
.map-dot1.play + .map-img .img2 {
  -webkit-animation: warn 2s ease-out 1s infinite;
  animation: warn 2s ease-out 1s infinite;
  margin-top: 12px;
}
.map-dot2.play + .map-img .img1 {
  -webkit-animation: warn 2s ease-out 0s infinite;
  animation: warn 2s ease-out 0s infinite;
  margin-top: 12px;
}
.map-dot2.play + .map-img .img2 {
  -webkit-animation: warn 2s ease-out 1s infinite;
  animation: warn 2s ease-out 1s infinite;
  margin-top: 12px;
}
/* .map-img .img1 {
    -webkit-animation: warn 2s ease-out 0s infinite;
    animation: warn 2s ease-out 0s infinite;
    margin-top:12px;
}

.map-img .img2 {
    -webkit-animation: warn 2s ease-out 1s infinite;
    animation: warn 2s ease-out 1s infinite;
    margin-top:12px;
} */
@-webkit-keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}
@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}
@-webkit-keyframes warn-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  5% {
    opacity: 8;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10);
  }
}
@keyframes warn-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  5% {
    opacity: 8;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10);
  }
}
.map-list img {
  opacity: 0;
  width: 100%;
  position: absolute;
}
.map-list a {
  position: relative;
  z-index: 3;
}
/* 提示 */
.map-bubble {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  /*background-image: url(map-icon-1.png);*/
  /*background-position: -23px 0;*/
  z-index: 2;
  transition: all 0.6s;
}
.map-dot2 .map-bubble {
  background-position: -23px -102px;
}
.c-map-dot-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  /* z-index: 10; */
  top: 0px;
}
/* .map-bubble:hover {
    visibility: hidden !important;
    opacity: 0 !important;
} */
.map-dot2 .map-bubble {
  background-position: -23px -102px;
}
.c-map-dot-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  /* z-index: 10; */
  top: 0px;
}
.c-bubble-inner {
  display: inline-block;
  background: url(../images/homepage-map-icon-new.png);
  background-size: 100% 100%;
  position: relative;
  z-index: 4;
}
.c-bubble-inner h3,
.c-bubble-inner p {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 18px;
  text-align: left;
  display: block;
  margin-left: 25px;
  margin-right: 25px;
}
.c-bubble-inner h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.c-bubble-inner p {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}
.c-bubble-inner p:last-child {
  margin-bottom: 20px;
}
.map-bubble.left {
  position: absolute;
  bottom: 24px;
  background-position: -30px -21px;
  z-index: 2;
  margin-right: 58px;
  margin-top: -33px;
}
.map-bubble.right {
  position: absolute;
  z-index: 4;
  margin-top: -33px;
  margin-left: 97px;
}
.map-bubble.right .c-bubble-inner:after {
  content: '';
  width: 86px;
  height: 40px;
  display: block;
  position: absolute;
  top: 28px;
  left: -71px;
  background: url(../images/homepage-map-icon-new-1.png) no-repeat;
  background-position: -119px 0px;
}
.map-bubble.left .c-bubble-inner:after {
  content: '';
  width: 86px;
  height: 40px;
  background-color: red;
  display: block;
  position: absolute;
  top: 28px;
  right: -71px;
  background: url(../images/homepage-map-icon-new-1.png) no-repeat;
  background-position: -17px 0px;
}
.map-mod .map-pc {
  display: block;
}
.map-mod .map-mc {
  display: none;
}
@media (max-height: 899px) {
 
}
@media (max-height: 709px) {
  .map-body .map-wrap {
    margin-top: 0;
  }
  .map-body .map-explain {
    bottom: 17%;
  }
}
@media (max-width: 1023px) {
  .section-map .section-head h2 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .section-map .section-head p {
    font-size: 14px;
    line-height: 20px;
  }
  .map-body {
    padding-bottom: 0px;
  }
  .map-body .map-explain {
    bottom: 80px;
  }
  .map-body .map-wrap {
    margin-top: 0;
  }
  .map-data {
    padding-left: 0;
    padding-right: 0;
	padding-bottom:40px;
  }
  .map-data li {
    position: relative;
  }
  .map-data h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .map-data h2 span {
    font-size: 12px;
    line-height: 12px;
  }
  .map-data p:first-of-type {
    display: block;
    height: 12px;
    overflow: hidden;
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px;
    opacity: 0;
  }
  .map-data p:last-of-type {
    position: absolute;
    left: -10%;
    right: -10%;
    top: 0;
    margin-top: 28px;
    font-size: 12px;
    line-height: 18px;
    transform-origin: center top;
    -ms-transform: scale(0.8333);
    transform: scale(0.8333);
  }
  .section-map .map-info {
    visibility: hidden;
  }
  .section-custom {
    padding-bottom: 30px !important;
  }
  .map-data li {
   width:33.3333%
  }
}
@media (max-width: 767px) {
  .section-map {
    background: url(../images/homepage-map-pc.jpg);
    background-size: cover;
    padding-bottom: 0;
  }
  .map-mod .map-pc {
    display: none;
  }
  .map-mod .map-mc {
    display: block;
  }
  .map-wrap .map-list {
    display: none;
  }
  .map-body {
    padding-bottom: 0;
  }
  .map-body .map-explain {
    bottom: 20px;
    margin-left: -100px;
  }
  .map-body .map-explain .map-explain-item {
    padding-left: 25px;
    width: 100px;
  }
  .map-body .map-explain .map-explain-item .map-dot1 {
    width: 18px;
    height: 27px;
    background-size: cover;
    top: -2px;
  }
  .map-body .map-explain .map-explain-item .map-dot2 {
    width: 18px;
    height: 27px;
    background-size: cover;
    background-position: -57px 0;
    top: -2px;
    left: 100px;
  }
  .map-body .map-explain .map-explain-item .map-explain-txt {
    font-size: 12px;
    line-height: 27px;
  }
  .map-body .map-wrap {
    position: relative;
    margin-top:0px;
  }
  .section-map .map-info {
    display: none;
  }
  
  .map-data li {
   width:33.3333%;
   margin:10px 0;
  }
  
}
.section-news {
  height: 100%;
  background: url(../images/homepage-news-bg.jpg);
  background-position: center top;
  background-size: cover;
}
@media (min-width: 1023px) {
  .section-news {
    padding-top: 70px;
  }
}
.news-wrapper {
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.news-body {
  height: 100%;
}
.news-body:before,
.news-body:after {
  content: " ";
  display: table;
}
.news-body:after {
  clear: both;
}
.news-tag {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #ddd;
  border-radius: 2px;
  font-size: 12px;
  line-height: 24px;
  color: #666a75;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-tag-title {
  border-color: #f66f6a;
  color: #f66f6a;
}
.news-tag:hover {
  background: #AFB7EC;
  color: #fff;
}
.news-tag-title:hover {
  background: #f66f6a;
  color: #fff;
}
.news-tag-group {
  font-size: 0;
}
.news-tag-group .news-tag + .news-tag {
  margin-left: 10px;
}
.news-main {
  float: left;
  width: 540px;
  height: 100%;
}
.news-main-card {
  height: 100%;
  background: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
}
.news-main-top {
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.news-main-top-bg {
  transition: 0.2s;
}
.news-main-top-bg img {
  display: block;
  width: 100%;
}
.news-play-btn {
  display: inline-block;
  width: 60px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-play-btn .cui-icon {
  font-size: 28px;
  color: #fff;
}
.news-main-top .news-play-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.news-main-top:hover .news-main-top-bg {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-main-top:hover .news-play-btn {
  background-color: #f66f6a;
}
.news-video-barrage-wrapper {
  overflow: hidden;
  width: calc((1350px + 50px) * 3);
  margin-left: 100%;
  margin-top: -5px;
  -webkit-animation: barrageMove 25s linear infinite;
  animation: barrageMove 32s linear infinite;
}
.news-video-barrage {
  float: left;
  width: 1350px;
  height: 39px;
  margin: 0 25px;
}
/* 第一张弹幕延时显示 */
.news-video-barrage:first-child {
  opacity: 0;
  -webkit-animation: delayShow 0s 24s forwards;
  animation: delayShow 0s 24s forwards;
}
@-webkit-keyframes barrageMove {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-20px, 0, 0);
  }
}
@keyframes barrageMove {
  0% {
    -ms-transform: translate3d(-33.33333333%, 0, 0);
    transform: translate3d(-33.33333333%, 0, 0);
  }
  100% {
    -ms-transform: translate3d(-66.66666666%, 0, 0);
    transform: translate3d(-66.66666666%, 0, 0);
  }
}
@-webkit-keyframes delayShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes delayShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.news-main-bottom {
  padding: 20px;
}
.icon-time,
.icon-people {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: cover;
}
.icon-time {
  background-image: url(../images/homepage-news-icon-time.png);
}
.icon-people {
  background-image: url(../images/homepage-news-icon-people.png);
}
.news-main-bottom h1 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  color: #252b3a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-main-bottom em {
  font-style: normal;
  color: #F66F6A;
}
.news-main-bottom h2 {
  margin-bottom: 2px;
  font-size: 0;
}
.news-main-bottom h2 i {
  margin-right: 10px;
}
.news-main-bottom h2 span {
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
  color: #252b3a;
}
.news-main-bottom p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}
.news-main-bottom .news-tag-group {
  margin-top: 10px;
}
.news-main-card:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.news-sub {
  float: left;
  height: 100%;
  padding-left: 50px;
  width: calc(100% - 540px);
}
.news-list-v {
  height: 100%;
}
.news-list-v li {
  position: relative;
  height: 25%;
}
.news-list-v li:not(:first-child):not(:last-child) > div {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.news-list-v li:last-child > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-list-card {
  padding: 20px;
  background-image: none;
  background-position: right bottom;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-list-card h1 {
  font-size: 18px;
  line-height: 22px;
  color: #252b3a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-list-card p {
  height: 44px;
  margin-top: 6px;
  font-size: 14px;
  line-height: 22px;
  color: #666A74;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list-card .news-tag-group {
  margin-top: 10px;
}
.news-list-card .news-tag {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-list-card:hover {
  background-color: white;
  background-image: url(../images/homepage-news-item-bg.png);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.news-list-card:hover h1 {
  color: #f66f6a;
}
@media (max-height: 1035px) {
  .news-list-card p {
    display: block;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-height: 930px) {
  .news-main-bottom p {
    display: block;
  }
}
@media (max-width: 1599px), (max-height: 899px) {
  .news-main {
    width: 500px;
  }
  .news-sub {
    width: calc(100% - 500px);
    padding-left: 40px;
  }
}
@media (max-height: 899px) {
  .news-list-v li {
    height: 33.33333333%;
  }
  .news-list-v li:nth-child(3) {
    position: relative;
  }
  .news-list-v li:nth-child(3):before,
  .news-list-v li:nth-child(3):after {
    content: none;
  }
  .news-list-v li:nth-child(3) > div {
    top: auto !important;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-transform: none !important;
    transform: none !important;
  }
  .news-list-v li:nth-child(3) ~ li {
    display: none;
  }
  .news-list-card p {
    display: -webkit-box;
    height: 44px;
    white-space: normal;
  }
}
@media (max-height: 900px) {
  .news-main-bottom p {
   
  }
}
@media (max-height: 847px) {
  .news-main-bottom .news-tag-group {
    display: none;
  }
}
@media (max-height: 840px) {
  .news-list-card p {
    display: block;
    height: 22px;
    white-space: nowrap;
  }
}
@media (max-width: 1279px), (max-height: 749px) {
  .news-main {
    width: 420px;
  }
  .news-sub {
    width: calc(100% - 420px);
    padding-left: 30px;
  }
}
@media (max-height: 709px) {
  .news-main-bottom h1 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
  }
  .news-main-bottom h2 {
    margin-bottom: 0;
  }
  .news-list-v .news-tag-group {
    display: none;
  }
  .news-list-card p {
    display: -webkit-box;
    height: 44px;
    white-space: normal;
  }
}
@media (max-height: 678px) {
  .news-main-bottom h2 + h2 {
    display: none;
  }
}
@media (max-height: 659px) {
  .news-list-v .news-tag-group {
    display: none;
  }
  .news-list-card p {
    display: block;
    height: 22px;
    white-space: nowrap;
  }
}
@media (max-height: 619px) {
  .news-main {
    width: 350px;
  }
  .news-sub {
    width: calc(100% - 350px);
  }
}
@media (max-height: 540px) {
  .news-main-bottom h2 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .section-news {
    background-image: linear-gradient(0deg, #FFFFFF 0%, #F1F3FF 100%);
  }
  .news-main {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .news-main-card {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .news-main-top {
    height: auto;
  }
  .news-play-btn {
    width: 40px;
    height: 30px;
    line-height: 30px;
  }
  .news-play-btn .cui-icon {
    font-size: 18px;
  }
  .news-main-bottom {
    padding: 15px;
  }
  .news-main-bottom h1 {
    font-size: 16px;
    line-height: 20px;
    white-space: normal;
  }
  .news-main-bottom h2 i {
    margin-right: 7px;
  }
  .news-main-bottom h2 span {
    font-size: 12px;
    line-height: 18px;
    color: #666A75;
  }
  .news-main-bottom h2 + h2 {
    margin-top: 6px;
  }
  .news-main-bottom p {
    display: none;
  }
  .news-sub {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
  .news-list-v li {
    height: auto !important;
    border-bottom: solid 1px #ddd;
  }
  .news-list-v li > div {
    position: static !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .news-list-v h1 {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }
  .news-list-v .news-tag-group {
    display: block;
  }
  .news-list-card {
    padding: 15px 15px;
  }
}
.section-authen {
  padding-bottom: 60px;
  background-image: url(../images/homepage-authen-bg.jpg);
  background-size: cover;
  background-position: center;
}
.authen-list-wrapper > ul:before,
.authen-list-wrapper > ul:after {
  content: " ";
  display: table;
}
.authen-list-wrapper > ul:after {
  clear: both;
}
.authen-list-wrapper > ul > li {
  float: left;
  width: 12.5%;
}
.authen-card {
  display: block;
  padding: 20px 0;
  transition: 0.2s;
}
.authen-card i {
  display: block;
  width: 86px;
  height: 86px;
  margin-left: auto;
  margin-right: auto;
}
.authen-card i img {
  display: block;
  width: 100%;
}
.authen-card p {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #252b3a;
}
.authen-card:hover p {
  color: #f66f6a;
}
@media (max-width: 1279px) {
  .authen-card i {
    width: 78px;
    height: 78px;
  }
  .authen-card p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .section-authen {
    padding-bottom: 10px;
  }
  .authen-list-wrapper > ul > li {
    width: 50%;
  }
  .authen-card {
    height: 122px;
    padding-top: 0;
  }
  .authen-card i {
    width: 78px;
    height: 78px;
  }
  .authen-card p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }
}

@media(max-width:1023px) {
  .product-mb-collapse-head.active {
    width: 100%;
  }
}
.getSms {
	float: right;
	color: #222;
	width:100px;
	text-align:center;
}

/*# sourceMappingURL=index.css.map*/
