.mt-10 {
  margin-top: 10px
}
.mt-20 {
  margin-top: 20px
}
.mt-30 {
  margin-top: 30px
}
.mt-40 {
  margin-top: 40px
}
.mt-50 {
  margin-top: 50px
}
.mt-60 {
  margin-top: 60px
}
.mt-70 {
  margin-top: 70px
}
.mt-80 {
  margin-top: 80px
}
.mt-90 {
  margin-top: 90px
}
.mt-100 {
  margin-top: 100px
}
.mt-110 {
  margin-top: 110px
}
.mt-120 {
  margin-top: 120px
}
.mt-140 {
  margin-top: 140px
}
.mt-160 {
  margin-top: 160px
}
.mt-200 {
  margin-top: 200px
}
.more-btn-black {}
.more-btn-black a {
  color: #FFF;
  width: 204px;
  height: 40px;
  font-size: 12px;
  display: inline-block;
  border: 2px solid #2E2E31;
  line-height: 36px;
  color: #000;
  text-align: center;
  border-radius: 40px;
}
.more-btn-black a:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media (max-width: 1680px) {
  .mt-140 {
    margin-top: 120px
  }
  .mt-120 {
    margin-top: 100px
  }
  .mt-100 {
    margin-top: 80px
  }
  .mt-80 {
    margin-top: 60px
  }
  .mt-60 {
    margin-top: 40px
  }
  .mt-50 {
    margin-top: 40px
  }
}
@media (max-width: 1400px) {
  .mt-140 {
    margin-top: 100px
  }
  .mt-120 {
    margin-top: 80px
  }
  .mt-100 {
    margin-top: 60px
  }
  .mt-50 {
    margin-top: 30px
  }
}
@media (max-width: 1100px) {
  .mt-140 {
    margin-top: 80px
  }
  .mt-120 {
    margin-top: 60px
  }
  .mt-100 {
    margin-top: 50px
  }
  .mt-50 {
    margin-top: 25px
  }
}
@media (max-width: 1024px) {
  .mt-60 {
    margin-top: 30px
  }
  .mt-70 {
    margin-top: 35px
  }
  .mt-80 {
    margin-top: 40px
  }
  .mt-90 {
    margin-top: 45px
  }
  .mt-100 {
    margin-top: 50px
  }
  .mt-110 {
    margin-top: 55px
  }
  .mt-120 {
    margin-top: 60px
  }
  .mt-140 {
    margin-top: 70px
  }
  .mt-160 {
    margin-top: 80px
  }
  .mt-200 {
    margin-top: 100px
  }
}
@media (max-width: 640px) {
  .mt-30 {
    margin-top: 15px
  }
}
.fz-80 {
  font-size: 80px
}
.fz-60 {
  font-size: 60px
}
.fz-50 {
  font-size: 50px
}
.fz-40 {
  font-size: 40px
}
.fz-32 {
  font-size: 32px
}
.fz-24 {
  font-size: 24px
}
.fz-20 {
  font-size: 20px
}
.fz-18 {
  font-size: 18px
}
.fz-16 {
  font-size: 16px
}
.fz-14 {
  font-size: 14px
}
.fz-12 {
  font-size: 12px
}
@media (max-width: 1680px) {
  .fz-80 {
    font-size: 72px
  }
  .fz-60 {
    font-size: 52px
  }
  .fz-50 {
    font-size: 44px
  }
  .fz-40 {
    font-size: 36px
  }
  .fz-32 {
    font-size: 28px
  }
  .fz-24 {
    font-size: 20px
  }
}
@media (max-width: 1400px) {
  .fz-80 {
    font-size: 60px
  }
  .fz-60 {
    font-size: 48px
  }
  .fz-50 {
    font-size: 40px
  }
  .fz-40 {
    font-size: 32px
  }
  .fz-32 {
    font-size: 24px
  }
  .fz-24 {
    font-size: 18px
  }
  .fz-20 {
    font-size: 16px
  }
  .fz-18 {
    font-size: 16px
  }
  .fz-16 {
    font-size: 14px
  }
}
@media (max-width: 1280px) {
  .fz-80 {
    font-size: 48px
  }
  .fz-60 {
    font-size: 44px
  }
  .fz-50 {
    font-size: 36px
  }
  .fz-40 {
    font-size: 28px
  }
  .fz-32 {
    font-size: 20px
  }
  .fz-24 {
    font-size: 16px
  }
}
@media (max-width: 1100px) {
  .fz-80 {
    font-size: 40px
  }
  .fz-60 {
    font-size: 40px
  }
  .fz-50 {
    font-size: 32px
  }
  .fz-40 {
    font-size: 24px
  }
}
@media (max-width: 640px) {
  .fz-80 {
    font-size: 32px
  }
  .fz-60 {
    font-size: 28px
  }
  .fz-50 {
    font-size: 24px
  }
  .fz-40 {
    font-size: 20px
  }
  .fz-18 {
    font-size: 14px
  }
}
.text-right {
  text-align: right
}
.text-left {
  text-align: left
}
.text-center {
  text-align: center
}
.text-uppercase {
  text-transform: uppercase
}
.d-inline-block {
  display: inline-block
}
.d-none {
  display: none
}
.d-block {
  display: block
}
.v-rl {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl
}
.v-lr {
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr
}
.contact-map .BMapLabel {
  border: 0
}
.contact-map .anchorBL {
  display: none
}
.list {
  font-size: 0
}
.list > li {
  display: inline-block;
  vertical-align: top
}
.list-default {
  margin-right: -15px;
  margin-left: -15px
}
.list-item {
  margin-right: 15px;
  margin-left: 15px
}
.list-1 > li {
  width: 100%
}
.list-2 > li {
  width: 50%
}
.list-3 > li {
  width: 33.3333%
}
.list-4 > li {
  width: 25%
}
.list-5 > li {
  width: 20%
}
.list-m50 {
  margin-right: -25px;
  margin-left: -25px
}
.list-m50 .list-item {
  margin-right: 25px;
  margin-left: 25px
}
@media (max-width: 1400px) {
  .list-m50 {
    margin-right: -20px;
    margin-left: -20px
  }
  .list-m50 .list-item {
    margin-right: 20px;
    margin-left: 20px
  }
}
@media (max-width: 1100px) {
  .list-default {
    margin-right: -10px;
    margin-left: -10px
  }
  .list-item {
    margin-right: 10px;
    margin-left: 10px
  }
  .list-m50 {
    margin-right: -10px;
    margin-left: -10px
  }
  .list-m50 .list-item {
    margin-right: 10px;
    margin-left: 10px
  }
}
.img-box {
  position: relative;
  height: 70vh;
}
.img-box::before {
  content: "";
  display: block
}
.img-box > img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
.bg-contain {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
.bg-gray {
  background-color: #fafafa
}
.bg-darkblue {
  background-color: #241249
}
.wx-share {
  margin-top: -85px;
  margin-left: -70px;
  border-radius: 3px;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  width: 140px;
  padding-top: 20px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1)
}
.wx-share img {
  display: block;
  width: 120px;
  margin: 0 auto
}
.wx-share p {
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  color: #000
}
.wx-share i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #000
}
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.line2, .line3, .line4, .line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}
.line2 {
  -webkit-line-clamp: 2
}
.line3 {
  -webkit-line-clamp: 3
}
.line4 {
  -webkit-line-clamp: 4
}
.line5 {
  -webkit-line-clamp: 5
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall
}
@-webkit-keyframes pathFill {
  to {
    stroke-dashoffset: 0
  }
}
@keyframes pathFill {
  to {
    stroke-dashoffset: 0
  }
}
.pathFill {
  -webkit-animation-name: pathFill;
  animation-name: pathFill
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.wapcase{display: none}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track::after, .slick-track::before {
  display: table;
  content: ""
}
.slick-track::after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  /*min-height: 640px;*/
  outline: 0
}
.slick-slide a {
  outline: 0
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.banner-dots {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
  font-size: 0;
  text-align: center
}
.banner-dots li {
  margin: 0 15px;
  display: inline-block;
  vertical-align: top
}
.banner-dots li button {
  position: relative;
  display: inline-block;
  padding: 0;
  border: 0;
  font-size: 0;
  background-color: transparent;
  outline: 0;
  cursor: pointer
}
.banner-dots li button::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #999
}
.banner-dots li button::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #3192C9
}
.banner-dots li.slick-active button::before {
  background-color: #999
}
.banner-dots li.slick-active button::after {
  width: 100%;
  -webkit-transition: width 4s ease;
  transition: width 4s ease
}
@media (max-width: 1024px) {
	.img-box > img {
  left: 0;
  position: absolute;
  top: 0;
width: auto;
  height: 100%; background-position: center center;
}
	
  .banner-dots {
    bottom: 20px
  }
  .banner-dots li {
    margin-right: 10px;
    margin-left: 10px
  }
  .banner-dots li button::before {
    width: 30px
  }
}
.blank-top {
  height: 100px
}
.header-inner {
  position: relative
}
.header-right {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px
}
.header-lang, .header-search {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  font-size: 24px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #000
}
.header-lang:hover, .header-search:hover {
  color: #3192C9
}
.header-lang {
  margin-left: 0;
  font-size: 16px;
  font-family: "Montserrat"
}
.header-search {
  margin-right: 0;
  position: relative;
  padding-left: 30px;
  width: auto
}
.header-search::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  pointer-events: none
}
.header-search span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer
}
.header-search.show .hs-input {
  width: 160px
}
.header-search.show::before {
  visibility: visible;
  opacity: 1
}
.header-search.show span {
  -webkit-transform: scale(0.75);
  transform: scale(0.75)
}
.hs-input {
  margin-top: 8px;
  display: block;
  width: 0;
  height: 14px;
  font-size: 14px;
  color: #000;
  border: 0;
  padding: 0;
  outline: 0;
  font-weight: 300
}
.hr-line {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 20px;
  background-color: #666;
  margin-top: 5px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg)
}
.header-menu {
  display: inline-block;
  vertical-align: top;
  margin-left: 300px
}
.menu-item {
  margin: 0 30px
}
.menu-link {
  position: relative;
  display: block;
  line-height: 100px;
  color: #000;
  letter-spacing: 0.05em
}
.menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 0;
  background-color: #3192C9;
  visibility: hidden;
  opacity: 0
}
.menu-link.current {
  color: #3192C9
}
.menu-link.current::after {
  width: 100%;
  visibility: visible;
  opacity: 1
}
.header-logo {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px
}
.header-logo img {
  display: block;
  height: 28px
}
@media (min-width: 1101px) {
  .menu-link:hover::after {
    width: 100%;
    visibility: visible;
    opacity: 1
  }
  .header-logo:hover {
    opacity: .8
  }
}
@media (max-width: 1720px) {}
@media (max-width: 1400px) {
  .menu-link {
    line-height: 80px;
    font-size: 16px
  }
  .blank-top {
    height: 80px
  }
}
@media (max-width: 1280px) {
  .header-inner {
    text-align: left
  }
  .header-menu {
    margin-left: 240px
  }
  .menu-item {
    margin-right: 20px;
    margin-left: 20px
  }
  .header-logo {
    margin-top: -12px
  }
  .header-logo img {
    height: 24px
  }
}
@media (max-width: 1100px) {
  .header-inner {
    height: 60px
  }
  .header-inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 10
  }
  .header-logo {
    z-index: 20
  }
  .header-right {
    z-index: 30
  }
  .blank-top {
    height: 60px
  }
  .header-menu {
    padding: 10px 0;
    z-index: 5;
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    margin-left: 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  .header-menu-ul > li {
    display: block
  }
  .menu-link {
    line-height: 50px;
    text-align: center
  }
  .menu-link.current::after {
    height: 1px
  }
  .menu-item {
    display: block
  }
  .menu-open .header-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  .search-open .header-logo {
    visibility: hidden;
    opacity: 0
  }
  .header-logo {
    margin-top: -10px
  }
  .header-logo img {
    height: 20px
  }
  .header-search {
    font-size: 20px
  }
  .header-lang {
    font-size: 16px
  }
  .header-search {
    margin-left: 15px
  }
  .header-lang {
    margin-right: 15px
  }
}
@media (max-width: 640px) {
	
	.wapcase{display:block}
	.pccase{display:none}
  .header-logo {
    margin-top: -8px
  }
  .header-logo img {
    height: 16px
  }
  .header-lang {
    margin-right: 5px
  }
  .header-search {
    margin-left: 5px
  }
}
.btn-menu {
  display: none;
  position: relative;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer
}
.btn-menu > span {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 18px;
  height: 2px;
  background-color: #000
}
.btn-menu > span:first-of-type {
  margin-top: -7px
}
.btn-menu > span:nth-of-type(2) {
  margin-top: -1px
}
.btn-menu > span:last-of-type {
  margin-top: 5px
}
.menu-open .btn-menu > span:first-of-type {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.menu-open .btn-menu > span:nth-of-type(2) {
  visibility: hidden;
  opacity: 0
}
.menu-open .btn-menu > span:last-of-type {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
@media (max-width: 1100px) {
  .btn-menu {
    display: inline-block;
    vertical-align: top
  }
}
.ib-box {
  font-size: 0;
  position: relative;
  overflow: hidden
}
.ib-box, .ib-item {
  /*height:calc(100vh - 100px)*/
}
.ib-item {
  position: relative;
  display: block
}
.ib-item__video {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.ib-item__txt {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  left: 0
}
.ib-item__intro {
  text-align: center;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  visibility: hidden;
  opacity: 0
}
.ib-item__intro h3, .ib-item__intro p {
  font-size: 60px;
  color: #fff
}
.ib-item__intro p {
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1
}
.ib-item__intro h3 {
  font-weight: 100;
  margin-top: .625em;
  line-height: 1.5
}
.slick-current .ib-item__intro, .slick-current .ib-item__link {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}
.ib-item__link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  border-radius: 55px;
  text-align: center;
  width: 240px;
  font-size: 16px;
  line-height: 55px;
  background-color: #3192C9;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: hidden;
  opacity: 0
}
.ib-item__link::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #3192C9;
  border-radius: 50px
}
.ib-item__link::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #fff
}
@media (min-width: 1101px) {
  .ib-item__link:hover {
    color: #3192C9
  }
  .ib-item__link:hover::after {
    width: 100%;
    border-radius: 50px
  }
}
@media (max-width: 640px) {
  .ib-item__video {
    display: none
  }
}
.ib-pager {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center
}
.ibp-item {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px
}
.ibp-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.ibp-item > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 300ms linear;
  transition: transform 300ms linear
}
.ibp-item > svg:nth-of-type(1) {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.ibp-item .path {
  stroke-dashoffset: 1414;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.ibp-item.current > svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
@-webkit-keyframes run {
  to {
    stroke-dashoffset: 0
  }
}
@keyframes run {
  to {
    stroke-dashoffset: 0
  }
}
@media (min-width: 1101px) {
  .slick-current .ib-item__link:hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
}
@media (max-width: 1680px) {
  .ib-item__intro h3, .ib-item__intro p {
    font-size: 52px
  }
}
@media (max-width: 1400px) {
  .ib-item__intro h3, .ib-item__intro p {
    font-size: 48px
  }
  .ib-item__link {
    margin-top: 60px;
    width: 220px;
    height: 48px;
    line-height: 48px
  }
}
@media (max-width: 1280px) {
  .ib-item__intro h3, .ib-item__intro p {
    font-size: 44px
  }
}
@media (max-width: 1100px) {
  .ib-box, .ib-item {
    height: auto
  }
  .ib-box::before, .ib-item::before {
    content: "";
    display: block;
    padding-top: 0%
  }
  .ib-item__intro h3, .ib-item__intro p {
    font-size: 40px
  }
  .ib-item__link {
    margin-top: 40px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px
  }
  .slick-ib {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
  }
}
@media (max-width: 640px) {
  .ib-box::before, .ib-item::before {
    padding-top: 0%;
    background-color: rgba(0, 0, 0, 0.1)
  }
  .ib-item__intro h3, .ib-item__intro p {
    font-size: 24px
  }
  .ib-item__intro h3 {
    font-weight: 400
  }
}
.section-box {
  padding: 140px 0
}
.section-intro {
  margin-right: auto;
  margin-left: auto
}
.section-intro h3, .section-intro h2 {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 500
}
.section-intro p {
  margin-top: 1em;
  font-size: 18px;
  line-height: 2;
  color: #666;
  letter-spacing: 0.05em;
  font-weight: 300;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto
}
.section-intro > span {
  margin-bottom: .5em;
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 100;
  color: #3192C9
}
.section-intro.team {
  max-width: 860px
}
.section-intro.contact::before, .section-intro.contact::after {
  content: "";
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 1px;
  height: 60px;
  background-color: #ddd
}
.section-intro.contact::before {
  margin-bottom: 50px
}
.section-intro.contact::after {
  margin-top: 50px
}
.section-intro.white h2, .section-intro.white h3 {
  color: #fff
}
.section-intro.white-all h2, .section-intro.white-all h3 {
  color: #fff
}
.section-intro.white-all p, .section-intro.white-all span {
  color: #fff
}
@media (max-width: 1680px) {
  .section-box {
    padding: 120px 0
  }
  .section-intro h2, .section-intro h3 {
    font-size: 44px
  }
  .section-intro span {
    font-size: 20px
  }
  .section-intro.contact::before, .section-intro.contact::after {
    height: 50px
  }
  .section-intro.contact::before {
    margin-bottom: 40px
  }
  .section-intro.contact::after {
    margin-top: 40px
  }
}
@media (max-width: 1400px) {
  .section-box {
    padding: 100px 0
  }
  .section-intro h2, .section-intro h3 {
    font-size: 40px
  }
  .section-intro p {
    font-size: 16px
  }
  .section-intro span {
    font-size: 18px
  }
  .section-intro.contact::before, .section-intro.contact::after {
    height: 40px
  }
  .section-intro.contact::before {
    margin-bottom: 30px
  }
  .section-intro.contact::after {
    margin-top: 30px
  }
}
@media (max-width: 1280px) {
  .section-box {
    padding: 80px 0
  }
  .section-intro h2, .section-intro h3 {
    font-size: 36px
  }
  .section-intro span {
    font-size: 16px
  }
  .section-intro.contact::before, .section-intro.contact::after {
    height: 30px
  }
  .section-intro.contact::before {
    margin-bottom: 20px
  }
  .section-intro.contact::after {
    margin-top: 20px
  }
}
@media (max-width: 1100px) {
  .section-intro h2, .section-intro h3 {
    font-size: 32px
  }
  .section-intro p {
    font-size: 14px
  }
}
@media (max-width: 640px) {
  .section-box {
    padding: 60px 0
  }
  .section-intro h2, .section-intro h3 {
    font-size: 24px
  }
  .section-intro p {
    text-align: justify
  }
  .section-intro.contact::before, .section-intro.contact::after {
    height: 20px
  }
  .section-intro.contact::before {
    margin-bottom: 10px
  }
  .section-intro.contact::after {
    margin-top: 10px
  }
}
@media (max-width: 480px) {
  .section-intro h2, .section-intro h3 {
    font-size: 22px
  }
}
.ibnct-img {
  position: relative;
  overflow: hidden;
  z-index: 10;
  display: inline-block;
  width: 72.39583%
}
.ibnct-img-item::before, .ibnct-img::before {
  padding-top: 64.7482%
}
.index-bnct {
  position: relative;
  font-size: 0;
  text-align: right;
  background-color: #F2F5FC
}
.slick-ibnct {
  position: absolute;
  top: 0;
  right: 0;
  left: 0
}
.index-bnct-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1640px;
  margin-left: -820px
}
.ibnct-top {
  position: absolute;
  top: 120px;
  left: 0
}
.ibnct-bottom {
  position: absolute;
  bottom: 120px;
  left: 0
}
.ibnct-title {
  line-height: 1;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left
}
.ibnctab-item {
  text-align: left
}
.ibnctab-item span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 2;
  font-weight: 100;
  margin-bottom: 1em;
  cursor: pointer
}
.ibnctab-item span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3192C9
}
.ibnctab-item.current span {
  color: #3192C9
}
.ibnctab-item.current span::after {
  width: 100%
}
.btn-video {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: 100;
  color: #000
}
.btn-video span {
  display: inline-block;
  vertical-align: top;
  margin-left: .4em
}
.btn-video.vi {
  color: #3192C9
}
@media (min-width: 1025px) {
  .ibnctab-item:hover span {
    color: #3192C9
  }
  .btn-video:hover {
    color: #3192C9
  }
}
@media (max-width: 1720px) {
  .index-bnct-txt {
    left: 40px;
    right: 40px;
    width: auto;
    margin-left: 0
  }
}
@media (max-width: 1680px) {
  .ibnct-top {
    top: 100px
  }
  .ibnct-bottom {
    bottom: 100px
  }
}
@media (max-width: 1400px) {
  .ibnct-top {
    top: 80px
  }
  .ibnct-bottom {
    bottom: 80px
  }
}
@media (max-width: 1100px) {
  .index-bnct-txt {
    right: 20px;
    left: 20px
  }
  .ibnct-top {
    top: 60px
  }
  .ibnct-bottom {
    bottom: 60px
  }
}
@media (max-width: 768px) {
  .ibnct-top {
    top: 40px
  }
  .ibnct-bottom {
    bottom: 40px
  }
}
@media (max-width: 640px) {
  .ibnct-img {
    width: 100%
  }
  .index-bnct-txt {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 30px 20px;
    text-align: left
  }
  .ibnct-top, .ibnct-bottom {
    position: relative;
    top: auto;
    bottom: auto
  }
  .ibnctab-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px
  }
  .ibnctab-item:last-of-type {
    margin-right: 0
  }
  .ibnct-tab {
    margin-top: 20px
  }
  .ibnct-bottom {
    margin-top: 20px
  }
}
.index-honor {
  text-align: center
}
.ih-item {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 100px
}
.ih-item__img {
  width: 120px;
  margin: 0 auto
}
.ih-item__img::before {
  padding-top: 100%
}
.in-item__intro h3 {
  font: 300 80px/1 "Montserrat"
}
.in-item__intro h3 span {
  font-size: .5em
}
.in-item__intro p {
  margin-top: .5em;
  line-height: 2;
  color: #666;
  letter-spacing: 0.05em
}
@media (max-width: 1680px) {
  .ih-item__img {
    width: 100px
  }
  .in-item__intro h3 {
    font-size: 60px
  }
}
@media (max-width: 1400px) {
  .ih-item {
    margin-right: 80px;
    margin-left: 80px
  }
  .in-item__intro h3 {
    font-size: 48px
  }
}
@media (max-width: 1280px) {
  .ih-item {
    margin-right: 60px;
    margin-left: 60px
  }
  .ih-item__img {
    width: 80px
  }
}
@media (max-width: 1100px) {
  .ih-item {
    margin-right: 40px;
    margin-left: 40px
  }
  .ih-item__img {
    width: 60px
  }
  .in-item__intro h3 {
    font-size: 40px
  }
}
@media (max-width: 640px) {
  .ih-item {
    display: block;
    margin-bottom: 30px
  }
  .ih-item:last-of-type {
    margin-bottom: 0
  }
  .in-item__intro h3 {
    font-size: 32px
  }
}
.index-solution {
  position: relative;
  font-size: 0;
  height: 91.5vh;
}
.is-content {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 1280px;
  margin-left: Calc((100% - 1280px)/2);
  pointer-events: none
}
.is-content.tab {
  top: auto;
  pointer-events: inherit
}
@media (max-width: 1200px) {
  .is-content {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 100%;
    margin-left: 0;
    pointer-events: none
  }
}
.is-item::before {
  padding-top: 50%
}
.isc-top {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 15px)
}
.isc-intro {
  color: #fff
}
.isc-intro h3 {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 500
}
.isc-intro p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 300
}
.isc-middle {
  position: absolute;
  top: 75vh;
  left: 0;
  width: 1200px;
  z-index: 999;
}
.isc-desc {
  width: 100vw;
  position: relative;
  height: 30vh;
  background: #fff;
  display: block;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
.isc-desc .pannel {
  max-width: 1280px;
  display: block;
  padding-top: 85px;
  margin: auto;
}
.isc-desc .left {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 58px;
}
.isc-desc .left .more-btn-black {
  margin-top: 18px;
}
.isc-desc .left h2 {
  color: #2E2E31;
  display: block;
  padding-top: 0;
  font-size: 24px;
  font-weight: normal
}
.isc-desc .left p {
  font-size: 12px;
  color: #999
}
.isc-desc .right {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  padding: 0 76px 0 0;
}
.isc-desc .right p {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}
.isc-desc .right strong {
  font-weight: bold;
  display: block;
  padding-top: 8px;
  color: #2E2E31;
}
.isc-bottom {
  position: absolute;
  right: 0;
  bottom: 21.5vh;
  left: 0;
  font-size: 0
}
.iscb-box {
  position: relative
}
.iscb-item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 2em 0;
  border-top: 1px solid #fff;
  line-height: 2;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.iscb-item.current {
  font-weight: bold;
  color: #3192C9;
}
.iscb-line {
  position: absolute;
  top: -2px;
  left: 0;
  width: 25%;
  height: 6px;
  background: linear-gradient(90deg, #3192C9, #46A845);
  border-radius: 3px;
}
@media (max-width: 1360px) {
  .iscb-box {
    padding: 0 40px;
    width: 100%;
  }
  .isc-desc .left {
    padding: 6px 0 0 98px
  }
}
@media (min-width:1024px) and (max-width: 1440px) {
  .iscb-item:hover {
    color: #3192C9
  }
  .isc-desc .left {
    padding: 6px 0 0 85px
  }
}
@media (max-width: 1720px) {}
@media (max-width: 1680px) {
  .isc-intro h3 {
    font-size: 44px
  }
  .isc-bottom {
    bottom: 21.5vh;
  }
}
@media (max-width: 1400px) {
  .isc-intro h3 {
    font-size: 40px
  }
}
@media (max-width: 1280px) {
  .isc-intro h3 {
    font-size: 36px
  }
}
@media (max-width: 1100px) {
  .isc-top {
    width: auto;
    right: 20px
  }
  .slick-isct {
    margin-top: 40px
  }
  .isc-intro h3 {
    font-size: 32px
  }
  .isc-intro p {
    font-size: 14px
  }
  .isc-middle {
    top: 72.5vh;
    bottom: 100px;
    right: 0;
    width: auto
  }
}
@media (max-width: 768px) {
  .index-solution {
    height: 100vh;
  }
  .is-content {
    position: relative;
    right: auto;
    left: auto;
    padding: 30px 20px;
    pointer-events: inherit;
    display: none;
  }
  .is-content.bottom {
    padding-top: 20px;
    padding-bottom: 0;
    display: none;
  }
  .isc-top, .isc-middle {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto
  }
  .isc-intro {
    color: #000
  }
  .isc-intro h3 {
    margin-bottom: .5em
  }
  .isc-intro p {
    color: #666
  }
  .slick-isct {
    margin-top: 0
  }
  .isc-bottom {
    right: 20px;
    bottom: auto;
    left: 20px;
    top: -60px
  }
  .isc-intro h3 {
    font-size: 24px
  }
  .isc-intro p {
    font-size: 14px
  }
}
@media (max-width: 640px) {
  .isc-bottom {
    top: -280px
  }
  .iscb-item {
    width: auto;
    padding: 0;
    line-height: 40px;
    font-size: 14px;
    padding-right: 20px
  }
  .iscb-item:last-of-type {
    padding-right: 0
  }
}
@media (max-width: 370px) {
  .iscb-item {
    font-size: 12px;
    padding-right: 15px
  }
}
.inews-box {
  position: relative;
  font-size: 0
}
.inews-left, .inews-right {
  display: inline-block;
  vertical-align: top;
  width: 50%
}
.inews-left-box.fixed {
  position: fixed;
  top: 140px
}
.inews-left-box.bottom {
  position: absolute;
  bottom: 0;
  left: 0 !important;
  top: auto
}
.list-inews {
  margin-right: -15px
}
.list-inews > li:nth-of-type(n+3) {
  margin-top: 30px
}
.news-item__img {
  overflow: hidden
}
.news-item__img::before {
  padding-top: 62.1118%
}
.news-item__img img {
  -webkit-transition: transform .75s;
  transition: transform .75s
}
.news-item {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px
}
.inews-item {
  display: block;
  margin-right: 15px
}
.news-item__title {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.05em
}
.news-item__title.line2 {
  height: 3.5em
}
.news-item__date {
  margin-top: 1em;
  font: 300 14px/1 "Montserrat";
  color: #666
}
.news-item-tag {
  font-size: 0
}
.news-item-tag a, .news-item-tag span {
  display: inline-block;
  vertical-align: top;
  padding: 0 16px;
  font-size: 12px;
  line-height: 32px;
  color: #3192C9;
  background-color: #F3F2FF;
  font-weight: 300;
  margin-right: 5px
}
@media (min-width: 1101px) {
  .inews-item:hover .news-item__img img, .news-item:hover .news-item__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  .inews-item:hover .news-item__title, .news-item:hover .news-item__title {
    color: #3192C9
  }
}
@media (max-width: 1100px) {
  .inews-item {
    margin-right: 10px
  }
  .list-inews {
    margin-right: -10px
  }
  .news-item {
    margin-right: 10px;
    margin-left: 10px
  }
}
@media (max-width: 640px) {
  .inews-left, .inews-right {
    width: 100%
  }
  .inews-left-box {
    width: auto !important
  }
  .inews-left-box.fixed {
    position: relative;
    top: auto;
    left: auto !important
  }
  .inews-left-box.bottom {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto !important
  }
  .list-inews {
    margin-left: -10px;
    margin-top: 30px
  }
  .inews-item {
    margin-right: 0
  }
  .news-item__title {
    font-size: 14px
  }
}
.page-banner {
  position: relative
}
.page-banner__img {
  overflow: hidden
}
.page-banner__img::before {
  padding-top: 31.25%
}
.front-banner__img::before {
  padding-top: 41.66667%
}
.page-banner-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1640px;
  margin-left: -820px
}
.pb-txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0
}
.pb-txt.front {
  top: 35%
}
.pb-title-en {
  line-height: 1.65;
  font-weight: 400;
  color: #fff;
  font-weight: 300
}
.pb-title-cn {
  line-height: 1.5;
  font-weight: 400;
  color: #fff
}
.pb-title-cn > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 1em
}
.pb-title-cn > span::after {
  content: "\e60d";
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  font-size: .425em;
  right: -1.7em;
  line-height: 1;
  font-family: 'iconfont'
}
.pb-title-cn > span:last-of-type::after {
  display: none
}
.pb-tip {
  position: relative;
  padding-left: 80px;
  margin-top: 1em;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.05em
}
.pb-tip::before {
  content: "";
  position: absolute;
  top: .9em;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #fff
}
@media (max-width: 1720px) {
  .page-banner-wrap {
    left: 40px;
    right: 40px;
    width: auto;
    margin-left: 0
  }
}
@media (max-width: 1400px) {
  .pb-tip {
    padding-left: 60px
  }
  .pb-tip::before {
    width: 40px
  }
}
@media (max-width: 1100px) {
  .page-banner-wrap {
    right: 20px;
    left: 20px
  }
}
@media (max-width: 960px) {
  .page-banner__img::before {
    padding-top: 0;
    height: 300px
  }
  .page-banner__img img {
    width: auto;
    left: 50%;
    height: 300px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .front-banner__img::before {
    padding-top: 0;
    height: 400px
  }
  .front-banner__img img {
    width: auto;
    left: 50%;
    height: 400px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .page-banner-case {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0 20px 30px
  }
  .page-banner-case .pb-case {
    position: relative;
    width: auto
  }
  .page-banner-case .pb-center {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px
  }
  .page-banner-case .pb-center .bncta-intro h3, .page-banner-case .pb-center .bncta-intro p {
    color: #000
  }
}
@media (max-width: 768px) {
  .isc-bottom {
    bottom: 55vh;
  }
  .page-banner-tm {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: #241249;
    padding: 0 20px
  }
  .page-banner-tm .pb-case {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    margin-top: -20px
  }
  .page-banner-tm .pb-case.top {
    top: -40px
  }
}
@media (max-width: 640px) {
  .pb-tip {
    padding-left: 30px
  }
  .pb-tip::before {
    width: 20px
  }
  .pb-title-en {
    font-size: 16px
  }
  .pb-title-cn {
    margin-top: 10px
  }
}
@media (max-width: 480px) {
  .pb-title-en {
    font-size: 12px
  }
  .pb-title-cn {
    font-size: 24px
  }
}
.list-pnews {
  margin-right: -15px;
  margin-left: -15px
}
.list-pnews > li {
  margin-bottom: 30px
}
.list-pnews > li:first-of-type {
  width: 50%
}
.list-pnews-blank {
  margin-right: -15px;
  margin-left: -15px
}
.list-pnews-blank .pnews-item {
  visibility: hidden;
  opacity: 0;
  pointer-events: none
}
.pnews-item {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #fafafa;
  margin-right: 15px;
  margin-left: 15px
}
.pnews-item.has-bg .pnews-item__cate, .pnews-item.has-bg .pnews-item__date, .pnews-item.has-bg .pnews-item__view, .pnews-item.has-bg .pnews-item__title {
  color: #fff
}
.relate-item__title {
  line-height: 1.75;
  font-weight: 300;
  color: #000;
  max-height: 3.5em;
  letter-spacing: 0.03em
}
.pnews-item__bintro {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  left: 20px;
  color: #fff;
  text-align: center
}
.pnews-item__bintro p {
  font-size: 16px;
  line-height: 1;
  font-weight: 300
}
.pnews-item__bintro h3 {
  margin-top: .5em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5
}
.pnews-item__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: transform .75s;
  transition: transform .75s
}
.pnews-item__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .6;
  background-image: url('../fonts/8308464cebfd434db2749708eb1623e0.woff');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(142, 127, 248, 0)), color-stop(60%, rgba(86, 77, 150, 0.6)), color-stop(100%, #3192C9));
  background-image: -moz-linear-gradient(top, rgba(142, 127, 248, 0), rgba(86, 77, 150, 0.6) 60%, #3192C9);
  background-image: -webkit-linear-gradient(top, rgba(142, 127, 248, 0), rgba(86, 77, 150, 0.6) 60%, #3192C9);
  background-image: linear-gradient(to bottom, rgba(142, 127, 248, 0), rgba(86, 77, 150, 0.6) 60%, #3192C9)
}
.pnews-item__img {
  overflow: hidden
}
.pnews-item__img::before {
  padding-top: 62.1118%
}
.pnews-item__img img {
  -webkit-transition: transform .75s;
  transition: transform .75s
}
.pnews-item__intro {
  position: relative;
  z-index: 2;
  padding: 30px 20px 20px;
  text-align: center
}
.pnews-item__cate {
  display: block;
  font-size: 14px;
  line-height: 2;
  height: 2em;
  color: #666;
  text-decoration: underline;
  font-weight: 100
}
.pnews-item__title {
  margin-top: .5em;
  height: 7em;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em
}
.pnews-item__bottom {
  border-top: 1px solid #ddd;
  padding-top: 12px
}
.pnews-item__date {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #666;
  height: 20px
}
.pnews-item__view {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #666
}
.pnews-item__view > span {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  margin-right: .25em
}
@keyframes loading1 {
  from {
    top: 0;
    transform: scale(1)
  }
  33% {
    top: 12px;
    transform: scale(0.75)
  }
  66% {
    top: 24px;
    transform: scale(0.5)
  }
  100% {
    top: 0;
    transform: scale(1)
  }
}
@keyframes loading2 {
  from {
    top: 12px;
    transform: scale(0.75)
  }
  33% {
    top: 24px;
    transform: scale(0.5)
  }
  66% {
    top: 0;
    transform: scale(1)
  }
  100% {
    top: 12px;
    transform: scale(0.75)
  }
}
@keyframes loading3 {
  from {
    top: 24px;
    transform: scale(0.5)
  }
  33% {
    top: 0;
    transform: scale(1)
  }
  66% {
    top: 12px;
    transform: scale(0.75)
  }
  100% {
    top: 24px;
    transform: scale(0.5)
  }
}
.loading {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 38px
}
.loading svg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto
}
.loading span {
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background-color: #3192C9
}
.loading span:nth-of-type(1) {
  top: 0;
  animation: loading1 2s linear infinite
}
.loading span:nth-of-type(2) {
  top: 12px;
  animation: loading2 2s linear infinite
}
.loading span:nth-of-type(3) {
  top: 24px;
  animation: loading3 2s linear infinite
}
@media (min-width: 1101px) {
  .pnews-item:hover .pnews-item__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  .pnews-item:hover .pnews-item__bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  .pnews-item:hover .pnews-item__title, .pnews-item:hover .relate-item__title {
    color: #3192C9
  }
  .pnews-item.has-bg:hover .pnews-item__title {
    color: #fff
  }
}
@media (max-width: 1100px) {
  .list-pnews-blank {
    margin-right: -10px;
    margin-left: -10px
  }
  .list-pnews {
    margin-right: -10px;
    margin-left: -10px
  }
  .list-pnews > li {
    width: 33.3333%;
    margin-bottom: 20px
  }
  .list-pnews > li:first-of-type {
    width: 66.6666%
  }
  .list-rnews > li {
    width: 33.3333%
  }
  .list-rnews > li:nth-of-type(4) {
    display: none
  }
  .pnews-item {
    margin-right: 10px;
    margin-left: 10px
  }
}
@media (max-width: 768px) {
  .list-pnews > li {
    width: 50%
  }
  .list-pnews > li:first-of-type {
    width: 100%
  }
  .list-rnews > li {
    width: 50%
  }
  .list-rnews > li:nth-of-type(3) {
    display: none
  }
}
@media (max-width: 480px) {
  .list-pnews > li {
    width: 100%
  }
  .list-rnews > li {
    width: 100%;
    margin-bottom: 20px
  }
}
.detail-main {
  position: relative;
  font-size: 0
}
.detail-body {
  width: 1200px;
  display: inline-block;
  vertical-align: top;
  text-align: justify
}
.detail-side {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1200px)
}
.detail-title {
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5
}
.detail-info {
  font-size: 0;
  margin-top: 12px
}
.detail-info > span {
  margin-right: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #666
}
.detail-info > span > i {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 30px;
  margin-right: .25em
}
.detail-info > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 1px;
  height: 1em;
  margin-top: -.5em;
  background-color: #666
}
.detail-info > span:last-of-type::after {
  display: none
}
.detail-article {
  border-top: 1px solid #999;
  padding-top: 50px;
  font-size: 16px;
  line-height: 1.875;
  color: #666
}
.detail-article h3 {
  font-size: 1.25em;
  color: #000;
  font-weight: 500;
  margin-bottom: 1em
}
.detail-article img {
  width: 70% !important;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto !important
}
.detail-pager {
  height: 20px;
  position: relative
}
.dpager-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  color: #666
}
.dpager-link::before {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 40px;
  background-color: #666
}
.dpager-link.prev {
  padding-left: 50px
}
.dpager-link.prev::before {
  content: "";
  left: 0
}
.dpager-link.next {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 50px
}
.dpager-link.next:before {
  content: "";
  right: 0
}
.detail-share {
  width: 30px;
  margin-left: auto;
  text-align: center;
  margin-right: 0
}
.detail-share p {
  font-size: 16px;
  line-height: 1.25;
  color: #666
}
.detail-share.top {
  display: none
}
.share-link {
  margin-top: 10px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #eee;
  color: #999;
  font-size: 16px;
  line-height: 30px;
  text-align: center
}
@media (min-width: 1025px) {
  .dpager-link:hover {
    color: #3192C9
  }
  .dpager-link:hover::before {
    background: #3192C9;
    width: 60px
  }
  .dpager-link:hover.prev {
    padding-left: 70px
  }
  .dpager-link:hover.next {
    padding-right: 70px
  }
  .share-link:hover {
    background-color: #3192C9;
    color: #fff
  }
}
@media (max-width: 1400px) {
  .detail-body {
    width: calc(100% - 200px)
  }
  .detail-side {
    width: 200px
  }
  .detail-share {
    margin-left: auto;
    margin-right: 0
  }
}
@media (max-width: 1100px) {
  .detail-body {
    width: calc(100% - 100px)
  }
  .detail-side {
    width: 100px
  }
}
@media (max-width: 640px) {
  .detail-body {
    width: 100%
  }
  .detail-side {
    display: none
  }
  .detail-article {
    font-size: 14px;
    line-height: 2;
    border-top: 0;
    margin-top: 0
  }
  .detail-article img {
    width: 100% !important
  }
  .detail-share {
    border-top: 1px solid #999;
    padding-top: 30px;
    display: block
  }
  .detail-share.top {
    display: block;
    width: auto;
    text-align: left;
    margin-top: 30px
  }
  .detail-share.top > p {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    font-weight: 300
  }
  .detail-share.top .share-link {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 0
  }
}
.team-tab {
  font-size: 0;
  text-align: center
}
.team-tab > span {
  position: relative;
  width: 8em;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: 100;
  color: #000;
  cursor: pointer
}
.team-tab > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #ddd;
  pointer-events: none
}
.team-tab > span:first-of-type {
  padding-right: 2em;
  text-align: right
}
.team-tab > span:last-of-type {
  padding-left: 2em
}
.team-tab > span:last-of-type::after {
  display: none
}
.team-tab > span.current {
  font-weight: 500;
  color: #3192C9
}
.team-part {
  display: none
}
.team-part.active {
  display: block
}
.team-cate {
  position: relative;
  font-size: 0;
  text-align: center
}
.team-cate::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #ddd
}
.team-cate > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  padding-top: 25px;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  color: #666;
  cursor: pointer
}
.team-cate > span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  background-color: #3192C9;
  visibility: hidden;
  opacity: 0
}
.team-cate > span.current {
  font-weight: 500;
  color: #3192C9
}
.team-cate > span.current::before {
  visibility: visible;
  opacity: 1;
  height: 4px
}
.list-team {
  display: none
}
.list-team.active {
  display: block
}
.team-item {
  position: relative;
  text-align: right
}
.team-item::before {
  content: "";
  display: block;
  padding-top: 45.12195%
}
.team-item::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  border: 1px solid #ddd
}
.team-item__img {
  display: inline-block;
  vertical-align: top;
  width: 340px
}
.team-item__img::before {
  padding-top: 111.76471%
}
.team-item__intro {
  z-index: 10;
  position: absolute;
  top: 50px;
  right: 60px;
  bottom: 50px;
  left: 60px;
  text-align: left
}
.team-item__name {
  line-height: 1;
  font-weight: 500
}
.team-item__title {
  margin-top: 1.25em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #666;
  font-weight: 300
}
.team-item__desc {
  margin-top: 1.25em;
  line-height: 2;
  letter-spacing: .05em;
  color: #000;
  font-weight: 300;
  visibility: hidden;
  opacity: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.team-item__desc::before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #3192C9;
  margin-bottom: 1em
}
.team-item__slogan {
  position: absolute;
  right: 360px;
  bottom: 50px;
  left: 60px;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #666;
  font-weight: 300
}
.team-item__slogan::before {
  content: "\”";
  display: block;
  font-size: 4em;
  font-family: Arial;
  line-height: 1;
  height: .625em;
  color: #3192C9
}
@media (max-width: 1680px) {
  .team-item::before {
    padding-top: 35%
  }
  .team-item__desc::before {
    height: 80px
  }
}
@media (max-width: 1400px) {
  .team-item__intro {
    top: 30px;
    right: 40px;
    left: 40px
  }
  .team-item__slogan {
    bottom: 30px;
    left: 40px
  }
  .team-item__desc::before {
    height: 60px
  }
}
@media (max-width: 1100px) {
  .list-team > li {
    width: 100%
  }
  .team-item {
    text-align: left;
    font-size: 0;
    padding-bottom: 20px
  }
  .team-item::before {
    padding-top: 0
  }
  .team-item__img {
    width: 240px
  }
  .team-item__intro {
    padding: 20px 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 300px);
    margin-left: 40px
  }
  .team-item__desc {
    visibility: visible;
    opacity: 1;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)
  }
  .team-item__desc::before {
    height: 40px
  }
  .team-item__slogan {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-left: 280px
  }
}
@media (max-width: 768px) {
  .team-item__desc {
    font-size: 14px
  }
  .team-item__intro {
    margin-left: 20px
  }
  .team-item__slogan {
    margin-left: 260px
  }
}
@media (max-width: 640px) {
  .team-item__img {
    width: 170px;
    margin-left: 20px;
    margin-top: 20px
  }
  .team-item__intro {
    display: block;
    width: auto;
    margin-left: auto;
    padding: 20px
  }
  .team-item__slogan {
    display: none
  }
}
@media (min-width: 1025px) {
  .team-item:hover .team-item__desc {
    visibility: visible;
    opacity: 1;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }
  .team-item:hover .team-item__img {
    opacity: .15
  }
  .team-item:hover .team-item__slogan {
    visibility: hidden;
    opacity: 0
  }
}
.place-item__img {
  overflow: hidden
}
.place-item__img::before {
  padding-top: 60.12579%
}
.place-item__img img {
  -webkit-transition: transform .75s;
  transition: transform .75s
}
.place-item__title {
  font-weight: 500;
  color: #000
}
.place-item__info {
  padding: 15px 0
}
.place-item__info > span, .place-item__info > p {
  display: inline-block;
  vertical-align: top
}
.place-item__info > p {
  font-size: 20px;
  line-height: 2;
  font-weight: 300;
  color: #666;
  width: calc(100% - 50px)
}
.place-item__info > span {
  font-size: 30px;
  line-height: 1.3333;
  color: #666;
  width: 50px
}
@media (min-width: 1025px) {
  .place-item:hover .place-item__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}
@media (max-width: 1680px) {
  .place-item__info {
    padding: 10px 0
  }
  .place-item__info > span {
    font-size: 24px;
    width: 40px
  }
  .place-item__info > p {
    font-size: 16px
  }
}
@media (max-width: 1100px) {
  .place-item__info {
    padding: 5px 0
  }
  .place-item__info > span {
    font-size: 20px
  }
}
@media (max-width: 640px) {
  .list-place > li {
    width: 100%
  }
  .list-place > li:nth-of-type(n+2) {
    margin-top: 30px
  }
}
.section-msg {
  background-color: #fafafa
}
.msg-form {
  font-size: 0;
  position: relative
}
.mf-item {
  position: relative;
  width: 50%;
  padding: 20px 30px;
  box-sizing: border-box
}
.mf-item::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ddd;
  border-top-width: 0
}
.mf-item.textarea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px
}
.mf-item.col-33 {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  margin-left: -1px
}
.mf-item.col-100 {
  width: 100%
}
.mf-item.file {
  padding: 0
}
.mf-item.file::before {
  display: none
}
.mf-item:nth-of-type(1)::before, .mf-item:nth-of-type(5)::before {
  border-top-width: 1px
}
.mf-item__wrap {
  position: relative
}
.mf-item__wrap label.error {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  font-weight: 300;
  color: #f00
}
.mf-item__wrap.select::after {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 12px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  content: "\e60f";
  font-family: iconfont;
  color: #000;
  margin-top: -.5em
}
.mf-input {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  height: 40px;
  border: 0;
  padding: 5px 0;
  border: 0;
  background-color: transparent;
  outline: 0
}
.mf-select {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  border: 0;
  padding: 15px 0 15px;
  outline: 0;
  background-color: transparent;
  appearance: none
}
.mf-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  border: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: 0;
  resize: none
}
.msg-submit {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 51px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #3192C9;
  font-size: 18px;
  line-height: 51px;
  letter-spacing: 0.2em;
  color: #3192C9
}
.msg-submit.current {
  background-color: #3192C9;
  color: #fff
}
.msg-submit.current::after {
  background-color: #fff
}
.msg-submit::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0;
  background-color: #3192C9
}
.mf-upload {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 18px;
  line-height: 40px;
  padding-bottom: 20px;
  text-align: center;
  color: #666;
  font-weight: 300;
  cursor: pointer
}
.mf-file {
  display: none
}
@media (min-width: 1101px) {
  .mf-upload:hover {
    color: #3192C9
  }
  .msg-submit:hover {
    color: #fff
  }
  .msg-submit:hover::after {
    width: 100%;
    border-radius: 50px
  }
  .msg-submit.current:hover {
    color: #3192C9
  }
}
@media (max-width: 1680px) {
  .mf-input, .mf-textarea, .mf-select {
    font-size: 16px
  }
}
@media (max-width: 1400px) {
  .msg-submit {
    font-size: 16px;
    line-height: 44px;
    border-width: 1px;
    width: 200px;
    height: 44px
  }
}
@media (max-width: 1100px) {
  .mf-item {
    padding: 10px 20px
  }
}
@media (max-width: 768px) {
  .mf-item {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px
  }
  .mf-item.textarea {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-left: 0
  }
  .mf-item::before {
    border-top-width: 1px
  }
}
.job-item {
  padding: 0 60px;
  border: 1px solid #ddd;
  border-bottom-width: 0
}
.job-item:last-of-type {
  border-bottom-width: 1px
}
.job-item.show .job-item__btn svg {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
.job-item.show .job-item__btn::before {
  content: "\ef43"
}
.job-item__header {
  position: relative;
  font-size: 0;
  padding: 20px 0;
  color: #666;
  cursor: pointer
}
.job-item__header > span {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-right: 20px;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em
}
.job-item__body {
  padding: 40px 0;
  display: none
}
.job-item__name {
  width: 30%;
  color: #000
}
.job-item__ex {
  width: 30%
}
.job-item__edu {
  width: 30%
}
.job-item__city {
  width: calc(10% - 40px)
}
.job-item__btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #3192C9
}
.job-item__btn svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.job-item__desc {
  font-size: 16px;
  line-height: 2;
  color: #666;
  letter-spacing: 0.05em
}
.job-item__desc h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000
}
.job-item__form {
  font-size: 0
}
.job-item__form .mf-item:nth-of-type(2)::before, .job-item__form .mf-item:nth-of-type(3)::before {
  border-top-width: 1px
}
@media (min-width: 1101px) {
  .job-item__header:hover .job-item__name {
    color: #3192C9
  }
}
@media (max-width: 1680px) {
  .job-item {
    padding: 0 50px
  }
  .job-item__desc {
    font-size: 14px
  }
  .job-item__body {
    padding: 40px 0
  }
  .job-item__btn {
    width: 36px;
    height: 36px;
    margin-top: 2px;
    line-height: 36px
  }
}
@media (max-width: 1400px) {
  .job-item {
    padding: 0 40px
  }
  .job-item__body {
    padding: 40px 0
  }
  .job-item__btn {
    width: 32px;
    height: 32px;
    margin-top: 4px;
    line-height: 32px;
    font-size: 14px
  }
}
@media (max-width: 1280px) {
  .job-item {
    padding: 0 30px
  }
  .job-item__body {
    padding: 30px 0
  }
}
@media (max-width: 1100px) {
  .job-item {
    padding: 0 20px
  }
  .job-item__desc {
    font-size: 14px
  }
  .job-item__body {
    padding: 20px 0
  }
  .job-item__btn {
    width: 24px;
    height: 24px;
    margin-top: 8px;
    line-height: 24px;
    font-size: 12px
  }
  .job-item__header {
    padding: 10px 0
  }
}
@media (max-width: 640px) {
  .job-item__header .job-item__ex, .job-item__header .job-item__edu, .job-item__header .job-item__city {
    display: none
  }
  .job-item__name {
    width: calc(100% - 24px)
  }
  .mf-item.col-33 {
    width: 100%
  }
}
.list-front {
  margin-top: -13.17708vw;
  margin-right: -15px;
  margin-left: -15px
}
.front-item {
  display: block
}
.front-item__img {
  overflow: hidden
}
.front-item__img::before {
  padding-top: 62.5%
}
.front-item__info {
  padding: 60px;
  color: #fff
}
.front-item__date {
  font-size: 16px;
  color: #fff
}
.front-item__title {
  line-height: 1.4;
  font-weight: 400
}
.front-item__desc {
  line-height: 1.4;
  font-weight: 400
}
.btn-more {
  padding: 14px 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: center
}
.btn-more::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.btn-more > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  font-size: 16px;
  line-height: 26px;
  text-align: center
}
.btn-more > span svg {
  position: absolute;
  top: 0;
  left: 2px;
  width: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.btn-more > span .path {
  stroke: #fff
}
.btn-more.vi {
  border-color: #3192C9;
  color: #3192C9
}
.btn-more.vi::after {
  background-color: #3192C9
}
.btn-more.vi > span .path {
  stroke: #3192C9
}
.btn-more.video {
  font-size: 24px
}
.btn-more.video > span {
  font-size: 24px
}
.btn-more.white {
  color: #fff
}
.fornt-blank::before {
  padding-top: 40.25157%
}
.front-grid {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 15px;
  box-sizing: border-box
}
@media (min-width: 1101px) {
  .btn-more:hover {
    color: #3192C9
  }
  .btn-more:hover::after {
    width: 100%;
    border-radius: 50px
  }
  .btn-more:hover .path {
    stroke: #3192C9
  }
  .btn-more.vi:hover {
    color: #fff
  }
  .btn-more.vi:hover > span .path {
    stroke: #fff
  }
}
@media (max-width: 1680px) {
  .btn-more {
    width: 200px;
    padding: 10px 0
  }
  .btn-more.video {
    font-size: 20px
  }
  .btn-more.video > span {
    font-size: 20px
  }
  .front-item__info {
    padding: 50px
  }
}
@media (max-width: 1400px) {
  .front-item__info {
    padding: 40px
  }
}
@media (max-width: 1280px) {
  .front-item__info {
    padding: 30px
  }
}
@media (max-width: 1100px) {
  .front-item__info {
    padding: 30px 20px
  }
  .list-front {
    margin-right: -10px;
    margin-left: -10px
  }
  .front-grid {
    padding: 10px
  }
  .btn-more {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    width: 160px
  }
  .btn-more > span {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px
  }
  .btn-more.video {
    font-size: 16px
  }
  .btn-more.video > span {
    font-size: 16px
  }
}
@media (max-width: 480px) {
  .list-front {
    margin-top: -120px
  }
  .front-grid {
    width: 100%
  }
  .fornt-blank::before {
    padding-top: 0
  }
}
.bncta-intro {
  border-left: 6px solid #3192C9;
  padding-left: 24px
}
.bncta-intro h3 {
  margin-bottom: .6em;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em
}
.bncta-intro p {
  font-size: 16px;
  line-height: 2.25;
  color: #666;
  font-weight: 300;
  letter-spacing: 0.05em
}
.bncta-intro.case {
  max-width: 780px
}
.bncta-intro.case p {
  color: #fff
}
.bncta-intro.service {
  width: 48%;
  box-sizing: border-box
}
.bncta-intro.white h3, .bncta-intro.white p {
  color: #fff
}
.bncta-video {
  padding-left: 30px
}
.bnca-vtip {
  line-height: 1.4;
  color: #666;
  letter-spacing: 0.05em
}
.bncta-img {
  width: 84%;
  margin-left: 16%;
  position: relative;
  z-index: 1
}
.bncta-img::before {
  padding-top: 61.80758%
}
.bncta-img-mask {
  z-index: -1;
  background-color: #3192C9;
  opacity: 0.6;
  width: 70%;
  margin-top: -5.88542vw;
  mix-blend-mode: multiply
}
.bncta-img-mask::before {
  padding-top: 39.10035%
}
.bncti-intro {
  max-width: 560px
}
.bncti-feature {
  border-top: 1px solid #ddd;
  max-width: 660px;
  padding-top: 30px
}
.bncti-feature p {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000
}
.bncti-feature p::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000
}
@media (max-width: 1680px) {
  .bncta-intro h3 {
    font-size: 32px
  }
}
@media (max-width: 1400px) {
  .bncta-intro h3 {
    font-size: 28px
  }
}
@media (max-width: 1280px) {
  .bncta-intro h3 {
    font-size: 24px
  }
}
@media (max-width: 1100px) {
  .bncta-intro {
    border-left-width: 3px;
    padding-left: 17px
  }
  .bncta-intro h3 {
    font-size: 20px
  }
  .bncta-intro p {
    font-size: 14px
  }
}
@media (max-width: 768px) {
  .list-bncta > li {
    width: 100%
  }
  .bncta-img {
    width: auto;
    margin-left: auto;
    margin-top: 30px
  }
  .bncta-img-mask {
    display: none
  }
  .bncta-video {
    padding-left: 0
  }
  .bncta-intro.service {
    width: auto;
    max-width: 480px
  }
}
.section-bnctt {
  background-color: #fafafa
}
.bnctt-box {
  font-size: 0
}
.bnctt-left, .bnctt-right {
  display: inline-block;
  vertical-align: top
}
.bnctt-left {
  width: 400px
}
.bnctt-right {
  width: calc(100% - 400px)
}
.bnctt-item {
  position: relative;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd
}
.bnctt-item:last-of-type {
  margin-bottom: 0
}
.bnctt-item__num, .bnctt-item__intro {
  display: inline-block;
  vertical-align: top
}
.bnctt-item__num {
  width: 100px;
  margin-top: .1em;
  font-size: 16px;
  line-height: 1;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 300
}
.bnctt-item__intro {
  width: calc(100% - 100px);
  padding-bottom: 30px
}
.bnctt-item__intro h3 {
  margin-bottom: .5em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000
}
.bnctt-item__intro p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #666;
  font-weight: 300
}
.bnctt-item__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px
}
.bnctt-item__img::before {
  padding-top: 69.76744%
}
@media (min-width: 1025px) {
  .bnctt-item:hover .bnctt-item__intro h3 {
    color: #3192C9
  }
  .bnctt-item:hover .bnctt-item__img {
    visibility: visible;
    opacity: 1
  }
}
@media (max-width: 1680px) {
  .bnctt-item__img {
    width: 300px
  }
}
@media (max-width: 1400px) {
  .bnctt-item__img {
    width: 280px
  }
}
@media (max-width: 1280px) {
  .bnctt-item__num {
    width: 60px
  }
  .bnctt-item__img {
    width: 240px
  }
  .bnctt-item__intro {
    width: calc(100% - 60px)
  }
  .bnctt-left {
    width: 300px
  }
  .bnctt-right {
    width: calc(100% - 300px)
  }
}
@media (max-width: 768px) {
  .bnctt-left {
    width: auto;
    display: block
  }
  .bnctt-right {
    width: auto;
    display: block;
    margin-top: 40px
  }
  .bnctt-item__num {
    width: 40px
  }
  .bnctt-item__intro {
    width: calc(100% - 40px)
  }
  .bnctt-item {
    margin-bottom: 30px
  }
  .bnctt-item__img {
    display: none
  }
}
@media (max-width: 640px) {
  .bnctt-item__intro h3 {
    font-size: 16px
  }
  .bnctt-item__num {
    font-size: 14px
  }
}
.bnctp-item {
  position: relative;
  text-align: center;
  padding-top: 50px;
  overflow: hidden;
  margin-left: -1px
}
.bnctp-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ddd
}
.bnctp-item__img {
  width: 120px;
  margin-right: auto;
  margin-left: auto
}
.bnctp-item__img::before {
  padding-top: 100%
}
.bnctp-item__title {
  line-height: 1;
  color: #000;
  font-weight: 400
}
.bnctp-item__desc {
  line-height: 1.875;
  color: #666;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  letter-spacing: 0.05em;
  height: 5.625em
}
.bnctp-item__num {
  margin-bottom: -.35em;
  display: inline-block;
  vertical-align: top;
  margin-top: .3em;
  font-size: 280px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 500;
  color: #3192C9;
  opacity: .1
}
@media (min-width: 1101px) {
  .bnctp-item:hover .bnctp-item__num {
    opacity: 1
  }
  .bnctp-item:hover .bnctp-item__title {
    color: #3192C9
  }
}
@media (max-width: 1920px) {
  .bnctp-item__num {
    font-size: 14.58333vw
  }
}
@media (max-width: 1400px) {
  .bnctp-item__desc {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
    max-width: inherit
  }
  .bnctp-item__img {
    width: 100px
  }
}
@media (max-width: 1100px) {
  .bnctp-item__img {
    width: 80px
  }
  .bnctp-item__intro {
    margin-top: 30px
  }
  .bnctp-item__num {
    margin-top: .15em
  }
}
@media (max-width: 960px) {
  .list-bnctp > li {
    width: 50%;
    margin-top: -1px
  }
}
@media (max-width: 768px) {
  .bnctp-item__num {
    margin-top: 0;
    font-size: 29.16667vw
  }
  .bnctp-item__img {
    width: 60px
  }
}
@media (max-width: 480px) {
  .list-bnctp > li {
    width: 100%
  }
  .bnctp-item__desc {
    height: auto
  }
  .bnctp-item__num {
    margin-top: .3em
  }
}
.about-intro {
  font-size: 0
}
.ai-left, .ai-right {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box
}
.ai-left {
  width: 60%;
  padding-right: 60px
}
.ai-right {
  width: 40%
}
.ai-left-top h2 {
  margin-bottom: .25em;
  line-height: 1.5;
  font-weight: 500;
  color: #000
}
.ai-left-top p {
  line-height: 1.5;
  color: #3192C9
}
.ai-left-top.white h2 {
  color: #fff
}
.aitheme-item::before {
  padding-top: 145.83333%
}
.aitheme-item__intro {
  position: absolute;
  top: 50px;
  left: 30px;
  color: #fff
}
.aitheme-item__intro p {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 100
}
.aitheme-item__intro h3 {
  margin-top: .5em;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500
}
@media (max-width: 1400px) {
  .aitheme-item__intro {
    top: 30px;
    left: 20px
  }
}
@media (max-width: 768px) {
  .ai-left {
    display: block;
    width: auto;
    padding-right: 0
  }
  .ai-right {
    display: block;
    width: auto;
    max-width: 480px
  }
}
.about-expert {
  background-color: #fafafa
}
.expert-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px
}
.expert-item__img {
  overflow: hidden
}
.expert-item__img::before {
  padding-top: 100%
}
.expert-item__img img {
  -webkit-transition: transform .75s ease;
  transition: transform .75s ease
}
.expert-item__title {
  line-height: 1;
  color: #000;
  font-weight: 300
}
.expert-item__desc {
  margin-top: 0.5em;
  line-height: 1.5;
  height: 3em;
  color: #666;
  font-weight: 300
}
@media (min-width: 1101px) {
  .expert-item:hover .expert-item__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}
@media (max-width: 768px) {
  .list-expert > li {
    width: 33.3333%
  }
  .list-expert > li:nth-of-type(n+4) {
    margin-top: 30px
  }
  .expert-item {
    padding-bottom: 0
  }
}
@media (max-width: 480px) {
  .list-expert > li {
    width: 50%
  }
  .list-expert > li:nth-of-type(n+3) {
    margin-top: 40px
  }
}
.aboutp-item {
  border-left: 1px solid #fff;
  margin-left: -1px
}
.aboutp-item::before {
  padding-top: 146.52015%
}
.aboutp-item:last-of-type {
  border-right: 1px solid #fff
}
.aboutp-item__txt {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0
}
.aboutp-item__intro {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
  -webkit-transform: translateY(40px);
  transform: translateY(40px)
}
.aboutp-item__intro::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 0;
  background-color: #fff
}
.aboutp-item__title {
  line-height: 1;
  font-weight: 400
}
.aboutp-item__desc {
  line-height: 1.5;
  font-weight: 300;
  min-height: 3em;
  visibility: hidden;
  opacity: 0
}
@media (min-width: 1025px) {
  .aboutp-item:hover {
    background-color: #3192C9
  }
  .aboutp-item:hover .aboutp-item__desc {
    visibility: visible;
    opacity: 1
  }
  .aboutp-item:hover .aboutp-item__intro {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .aboutp-item:hover .aboutp-item__intro::before {
    height: 100%
  }
}
@media (max-width: 1100px) {
  .aboutp-item__intro {
    padding-right: 20px;
    padding-left: 20px
  }
  .aboutp-item__desc {
    visibility: visible;
    opacity: 1
  }
}
@media (max-width: 768px) {
  .about-point {
    padding: 40px 0
  }
  .list-aboutp > li {
    width: 100%
  }
  .aboutp-item {
    padding: 20px 0;
    border-right: 0;
    border-left: 0
  }
  .aboutp-item::before {
    display: none
  }
  .aboutp-item:last-of-type {
    border-right: 0
  }
  .aboutp-item__txt {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .aboutp-item__intro {
    padding-right: 0;
    padding-left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .aboutp-item__desc {
    margin-top: 10px
  }
}
.section-history {
  overflow: hidden
}
.about-history {
  font-size: 0;
  position: relative
}
.about-history::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -400px;
  right: 1px;
  bottom: -400px;
  width: 1px;
  background-color: #ddd
}
.ah-left, .ah-right {
  display: inline-block;
  vertical-align: top
}
.ah-right {
  width: 240px
}
.ah-left {
  width: calc(100% - 240px)
}
.ahl-item__img {
  display: inline-block;
  vertical-align: top;
  width: 490px
}
.ahl-item__img::before {
  padding-top: 53.06122%
}
.ahl-item__info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 560px);
  margin-left: 70px
}
.ahl-item__year {
  margin-top: .5em;
  line-height: 1;
  color: #000;
  font-weight: 500
}
.ahl-item__title {
  margin-top: .5em;
  line-height: 1.4;
  font-weight: 500;
  color: #000
}
.ahl-item__line {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #ddd;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}
.ahl-item__desc {
  line-height: 1.5;
  font-weight: 300;
  color: #666
}
.ahr-year {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0
}
.ahry-box {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 120px
}
.ahry-item {
  position: relative;
  padding-right: 30px;
  font-size: 18px;
  line-height: 60px;
  color: #666;
  text-align: right;
  cursor: pointer
}
.ahry-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  background-color: #3192C9;
  visibility: hidden;
  opacity: 0
}
.ahry-item.current {
  font-size: 36px;
  font-weight: 500;
  color: #3192C9
}
.ahry-item.current::after {
  visibility: visible;
  opacity: 1
}
.slick-ahyear-box {
  height: 0;
  overflow: hidden
}
.ahyear-item {
  font-size: 20px;
  width: 90px;
  color: #666;
  line-height: 40px;
  font-weight: 300
}
.slick-current .ahyear-item {
  color: #3192C9;
  font-weight: 500;
  -webkit-transition: all .3s ease .3s;
  transition: all .3s ease .3s
}
@media (max-width: 1680px) {
  .ahry-item {
    font-size: 16px;
    padding-right: 20px;
    line-height: 50px
  }
  .ahry-item.current {
    font-size: 32px
  }
}
@media (max-width: 1400px) {
  .ahry-item.current {
    font-size: 24px
  }
}
@media (max-width: 1100px) {
  .ahry-item {
    line-height: 40px
  }
}
@media (max-width: 1024px) {
  .ahl-item__info {
    display: block;
    width: 490px;
    margin-left: 0
  }
  .ahl-item__line {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .ah-right {
    width: 140px
  }
}
@media (max-width: 768px) {
  .ah-left {
    width: auto;
    max-width: 490px
  }
  .ahl-item__img {
    width: auto;
    display: block
  }
  .ahl-item__info {
    width: auto;
    margin-top: 30px
  }
}
@media (max-width: 640px) {
  .ah-left {
    display: block;
    max-width: 100%
  }
  .ah-right {
    display: none
  }
  .about-history::after {
    display: none
  }
  .slick-ahyear {
    margin-right: 40px;
    margin-left: 40px
  }
  .slick-ahyear .slick-arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: #3192C9;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-top: -15px;
    border: 0;
    padding: 0;
    outline: 0
  }
  .slick-ahyear .slick-arrow::before {
    font-size: 14px;
    line-height: 30px;
    font-family: 'iconfont'
  }
  .slick-ahyear .slick-prev {
    left: -40px
  }
  .slick-ahyear .slick-prev::before {
    content: ""
  }
  .slick-ahyear .slick-next {
    right: -40px
  }
  .slick-ahyear .slick-next::before {
    content: "\e695"
  }
  .slick-ahyear-box {
    height: auto;
    margin-bottom: 20px
  }
  .ahl-item__year {
    display: none
  }
  .ahyear-item {
    width: auto;
    text-align: center
  }
}
.research-item {
  display: block;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5)
}
.list-research {
  max-width: 680px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}
.research-item {
  display: block
}
.research-item__title {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.05em
}
.research-item__arrow {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  text-indent: .25em;
  opacity: .3
}
.research-item__arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
@media (min-width: 1025px) {
  .research-item:hover .research-item__arrow {
    opacity: 1
  }
}
@media (max-width: 1680px) {
  .research-item {
    padding: 20px 0
  }
}
@media (max-width: 1280px) {
  .research-item {
    padding: 15px 0
  }
}
@media (max-width: 1100px) {
  .research-item__title {
    font-size: 14px
  }
}
.list-partner > li {
  margin-bottom: 10px
}
.partner-item {
  width: 220px
}
.partner-item::before {
  padding-top: 45.45455%
}
.partner-item::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  border: 1px solid #ddd
}
.partner-item img {
  filter: grayscale(100%)
}
.partner-item__title {
  width: 220px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
  letter-spacing: 0.03em;
  box-sizing: border-box
}
.about-partner h3 {
  margin-bottom: 1em;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 500
}
.pb-case {
  padding: 50px 60px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: -120px;
  width: 48%;
  background-color: rgba(142, 127, 248, 0.9)
}
.pb-case.top {
  top: 0;
  left: 0;
  bottom: auto
}
.pbci-en {
  line-height: 1;
  color: #fff;
  text-transform: uppercase
}
.pbci-title {
  line-height: 1.5;
  font-weight: 400;
  color: #fff
}
.pbci-line {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 1px;
  background-color: #fff
}
.pbci-desc {
  line-height: 1.5;
  color: #fff
}
.pbci-detail {
  font-size: 16px;
  line-height: 1.875;
  color: #fff;
  font-weight: 300
}
.pbci-center {
  line-height: 1.65;
  font-weight: 400;
  color: #fff
}
@media (min-width: 1101px) {
  .partner-item:hover img {
    filter: grayscale(0)
  }
}
@media (max-width: 1680px) {
  .partner-item {
    width: 200px
  }
  .partner-item__title {
    width: 200px
  }
}
@media (max-width: 1400px) {
  .pb-case {
    padding: 40px;
    bottom: -100px
  }
  .partner-item {
    width: 180px
  }
}
@media (max-width: 1280px) {
  .partner-item {
    width: 160px
  }
  .partner-item__title {
    width: 160px
  }
}
@media (max-width: 1100px) {
  .pb-case {
    padding: 30px 20px
  }
  .partner-item {
    width: 140px
  }
  .partner-item__title {
    width: 140px
  }
}
@media (max-width: 768px) {
  .partner-item {
    width: 120px
  }
  .partner-item__title {
    width: 120px;
    font-size: 12px
  }
  .section-box-bncts {
    padding-top: 100px
  }
}
@media (max-width: 640px) {
  .partner-item {
    width: 100px
  }
  .partner-item__title {
    width: 100px
  }
  .pb-case {
    width: auto;
    left: 0;
    bottom: -60px;
    padding: 20px
  }
  .pbci-center {
    margin-top: 20px
  }
}
.global-box {
  position: relative
}
.section-box-global {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  padding-bottom: 0
}
.global {
  width: 64%;
  margin-right: 0;
  margin-left: auto;
  overflow: hidden
}
.global::before {
  padding-top: 61.22449%
}
.global svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto
}
.global.show .path {
  -webkit-animation: pathFill 3s ease;
  animation: pathFill 3s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.global .st1 {
  stroke-dashoffset: 602
}
.global .st2 {
  stroke-dashoffset: 189
}
.global .st3 {
  stroke-dashoffset: 462
}
.global .st4 {
  stroke-dashoffset: 494
}
.global .st5 {
  stroke-dashoffset: 293
}
.global .st6 {
  stroke-dashoffset: 440
}
.global .st7 {
  stroke-dashoffset: 365
}
.global-circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10
}
.global-circle span {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #3192C9;
  border-radius: 50%;
  top: 0;
  left: 0;
  margin-top: -8px;
  margin-left: -8px
}
@media (max-width: 1920px) {
  .global-circle span {
    width: .83333vw;
    height: .83333vw;
    margin-top: -.41667vw;
    margin-left: -.41667vw
  }
}
@media (max-width: 640px) {
  .list-news ul {
    padding: 25px 0 0 0;
  }
  .list-news a {
    margin: 0;
  }
  .list-news li {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .list-news article {
    padding: 0 20px 0 20px;
  }
  .index-solution {
    height: 90vh;
  }
  .is-content {
    top: -20vh;
    width: 100%;
    margin-left: 0px;
  }
  .iscb-line {
    background: none;
  }
  .iscb-item {
    border-top: none;
    width: 50%;
    text-align: left;
  }
  .iscb-item.current {}
  .slick-iscd {
    height: 40vh;
  }
  .slick-iscd .slick-track {
    height: 40vh;
  }
  .section-box-global {
    padding-top: 50px
  }
  .global-box {
    padding-top: 60px
  }
  .global {
    width: 100%;
    margin-top: 140px
  }
  .global-circle span {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px
  }
}
.waves {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.slick-cases-box {
  position: relative
}
.slick-cases {
  margin: 0 200px
}
.slick-cases-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.slick-cases-btn > span {
  position: relative;
  z-index: 1;
  display: block;
  width: 180px;
  font-size: 16px;
  line-height: 50px;
  overflow: hidden;
  border: 1px solid #3192C9;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px
}
.slick-cases-btn > span.current::after {
  width: 100%;
  border-radius: 50px
}
.slick-cases-btn > span::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #3192C9;
  -webkit-transition: all .3s;
  transition: all .3s
}
.cases-item::before {
  padding-top: 54.87805%
}
.cases-guide {
  position: relative;
  z-index: 2;
  font-size: 0;
  text-align: right
}
.casesg-left {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  text-align: left
}
.casesgl-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  cursor: pointer
}
.casesgl-item span {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(142, 127, 248, 0.3)
}
.casesgl-item.current span {
  background-color: #3192C9
}
.slick-casesg {
  display: inline-block;
  vertical-align: top;
  width: 48%
}
.casesg-item {
  padding: 30px;
  text-align: left;
  background-color: rgba(142, 127, 248, 0.85)
}
.casesg-item__img {
  display: inline-block;
  vertical-align: top;
  width: 140px
}
.casesg-item__img::before {
  padding-top: 100%
}
.caseg-item__info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 170px);
  color: #fff;
  margin-left: 30px
}
.caseg-item__info h3 {
  margin-top: .5em;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300
}
.caseg-item__info h3 span {
  margin-top: 0.3333em;
  position: relative;
  margin-right: .25em;
  display: inline-block;
  vertical-align: top;
  font-size: 0.75em;
  width: 1.3333em;
  height: 1.3333em;
  text-align: center;
  line-height: 1.3333;
  font-weight: 500
}
.caseg-item__info h3 span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 50%
}
.caseg-item__info p {
  margin-top: .5em;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300
}
.case-item__mdesc {
  display: none
}
@media (max-width: 1680px) {
  .caseg-item__info h3 {
    font-size: 20px
  }
  .caseg-item__info p {
    font-size: 14px
  }
}
@media (max-width: 1400px) {
  .casesg-item {
    padding: 20px
  }
}
@media (max-width: 1100px) {
  .slick-cases {
    margin: 0 auto
  }
  .slick-cases-btn {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .slick-cases-btn > span {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    line-height: 40px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px
  }
  .casesg-left {
    width: 100%
  }
  .slick-casesg {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-top: 20px
  }
  .casesg-item__img {
    width: 100px
  }
  .caseg-item__info {
    width: calc(100% - 120px);
    margin-left: 20px
  }
  .caseg-item__info h3 {
    margin-top: 0;
    font-size: 16px
  }
  .casesg-left {
    margin-top: 40px
  }
  .casesgl-item {
    font-size: 16px
  }
}
@media (max-width: 640px) {
  .cases-item {
    overflow: hidden
  }
  .cases-item::before {
    padding-top: 73.17073%
  }
  .cases-item img {
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .case-item__detail {
    display: none
  }
  .case-item__mdesc {
    display: block;
    margin-top: 20px
  }
}
.case-new__img {
  overflow: hidden
}
.case-new__img::before {
  padding-top: 44.79167%
}
@media (max-width: 640px) {
  .case-new__img::before {
    padding-top: 89.58333%
  }
  .case-new__img img {
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
.case-item {
  padding: 100px 0;
  font: 0;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #4F3C6A
}
.case-item:nth-of-type(2n) {
  text-align: right
}
.case-item:nth-of-type(2n) .case-item__txt {
  left: 0
}
.case-item:last-of-type {
  border-bottom: 0
}
.case-item.show .case-item__detail {
  visibility: visible;
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}
.case-item__img-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48%
}
.case-item__detail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3192C9;
  visibility: hidden;
  opacity: 0;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%)
}
.case-item__dmain {
  position: absolute;
  top: 50%;
  right: 60px;
  left: 60px
}
.case-item_dintro {
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  text-align: left
}
.case-item_dintro p {
  position: relative;
  padding-left: 1em
}
.case-item_dintro p::before {
  content: "";
  position: absolute;
  top: .59375em;
  left: 0;
  width: .3125em;
  height: .3125em;
  border-radius: 50%;
  background-color: #fff
}
.case-item_dintro p:nth-of-type(n+2) {
  margin-top: 1em
}
.case-item__img::before {
  padding-top: 75%
}
.case-item__txt {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 52%
}
.case-item__tm {
  position: absolute;
  top: 50%;
  right: 60px;
  left: 60px
}
.case-item__intro {
  color: #fff;
  max-width: 580px;
  font-size: 0;
  text-align: left
}
.case-item__title {
  line-height: 1.5;
  font-weight: 300
}
.case-item__desc {
  line-height: 1.65;
  font-weight: 300
}
.case-item__line {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #4F3C6A
}
.case-item__more {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
  color: #fff
}
.case-item__more > span {
  display: inline-block;
  vertical-align: top;
  margin-left: 1em;
  line-height: 20px
}
.case-item__more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff
}
@media (min-width: 1101px) {
  .case-item__more:hover::after {
    width: 100%
  }
}
@media (max-width: 1680px) {
  .case-item {
    padding: 80px 0
  }
}
@media (max-width: 1400px) {
  .case-item {
    padding: 60px 0
  }
  .case-item__dmain {
    right: 40px;
    left: 40px
  }
  .case-item__tm {
    right: 40px;
    left: 40px
  }
}
@media (max-width: 1100px) {
  .case-item__dmain {
    right: 20px;
    left: 20px
  }
  .case-item__tm {
    right: 20px;
    left: 20px
  }
}
@media (max-width: 768px) {
  .case-item_dintro {
    font-size: 16px
  }
  .case-item__desc {
    font-size: 16px
  }
  .case-item__title {
    font-size: 24px
  }
}
@media (max-width: 640px) {
  .case-item__intro {
    margin-top: 20px
  }
  .case-item__img-box {
    width: 100%
  }
  .case-item__tm {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .case-item__txt {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto
  }
  .case-item__more {
    display: none
  }
}
.case-sbox {
  font-size: 0
}
.case-system-left {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 510px)
}
.case-system {
  display: inline-block;
  vertical-align: top;
  width: 510px
}
.csystem-item {
  margin-bottom: 60px
}
.csystem-item:last-of-type {
  margin-bottom: 0
}
.csystem-item__title {
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
  color: #fff
}
.csystem-item__desc {
  line-height: 1.875;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #fff
}
@media (max-width: 1400px) {
  .csystem-item {
    margin-bottom: 40px
  }
  .case-system-left {
    width: 500px
  }
  .case-system {
    width: calc(100% - 500px)
  }
}
@media (max-width: 1100px) {
  .csystem-item {
    margin-bottom: 30px
  }
  .case-system-left {
    width: 400px
  }
  .case-system {
    width: calc(100% - 400px)
  }
}
@media (max-width: 768px) {
  .case-system-left {
    width: 100%
  }
  .case-system {
    margin-top: 40px;
    width: 100%
  }
  .section-system {
    background-position: left center
  }
}
.section-drug {
  position: relative;
  z-index: 1
}
.section-drug .waves {
  z-index: -1
}
.boron-item__img::before {
  padding-top: 37.5%
}
.boron-item__intro {
  padding: 30px;
  background-color: #fff
}
.boron-item__header {
  position: relative
}
.boron-item__title {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 400
}
.boron-item__tip {
  position: absolute;
  top: 0;
  right: 0
}
.boron-item__tip > span {
  position: relative;
  margin-left: 2em;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  color: #000;
  opacity: .2
}
.boron-item__tip > span::before {
  content: "";
  margin-top: 8px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #000
}
.boron-item__tip > span.current {
  color: #3192C9;
  opacity: 1
}
.boron-item__tip > span.current::before {
  background-color: #3192C9
}
.boron-item__desc {
  line-height: 1.875;
  color: #000;
  letter-spacing: 0.05em;
  height: 5.625em;
  font-weight: 300
}
.case-center__img::before {
  padding-top: 51.04167%
}
.case-center__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.54;
  background-image: url('../fonts/631cd39016574d5a9cdd7edd1547c293.woff');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(142, 127, 248, 0.14)), color-stop(68%, #1f1b36), color-stop(100%, #110c38));
  background-image: -moz-linear-gradient(top, rgba(142, 127, 248, 0.14), #1f1b36 68%, #110c38);
  background-image: -webkit-linear-gradient(top, rgba(142, 127, 248, 0.14), #1f1b36 68%, #110c38);
  background-image: linear-gradient(to bottom, rgba(142, 127, 248, 0.14), #1f1b36 68%, #110c38)
}
.pb-center {
  position: absolute;
  bottom: 160px;
  left: 0
}
@media (max-width: 1680px) {
  .pb-center {
    bottom: 140px
  }
}
@media (max-width: 1400px) {
  .pb-center {
    bottom: 40px
  }
}
@media (max-width: 1100px) {
  .boron-item__intro {
    padding: 20px
  }
  .slick-borond {
    margin-top: 20px
  }
  .boron-item__desc.mt-60 {
    margin-top: 20px
  }
}
@media (max-width: 980px) {
  .list-boron > li {
    width: 100%
  }
  .list-boron > li:nth-of-type(n+2) {
    margin-top: 30px
  }
  .boron-item__desc {
    height: auto
  }
}
@media (max-width: 640px) {
  .boron-item__tip {
    position: relative;
    top: auto;
    right: auto
  }
  .boron-item__tip > span {
    margin-left: 1em
  }
  .boron-item__tip > span:first-of-type {
    margin-left: 0
  }
  .case-center__img {
    overflow: hidden
  }
  .case-center__img::before {
    padding-top: 89.58333%
  }
  .case-center__img > img {
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
.layer-video {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.layer-video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9)
}
.layer-video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 1280px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.layer-video-wrap:before {
  content: '';
  display: block;
  padding-top: 56.25%
}
.layer-video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0
}
.layer-video-close {
  position: absolute;
  top: -2em;
  right: 0;
  width: 2em;
  height: 2em;
  cursor: pointer;
  font-size: 20px;
  line-height: 2;
  text-align: right;
  color: #fff
}
.layer-video-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.layer-video-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
@media (max-width: 1400px) {
  .layer-video-close {
    font-size: 16px
  }
}
@media (max-width: 768px) {
  .layer-video-wrap {
    width: 100%
  }
  .img-box {
    position: relative;
    height:70vh;
  }
  .slick-is {
    height: 100vh;
    display: block;
  }
  .slick-is .slick-list {
    height: 100vh;
  }
  .iscb-line {
    width: 50%;
    display: block;
  }
  .isc-desc .left {
    width: 100%;
    display: block;
    padding: 0;
	  margin-top: -15vh; 
  }
  .isc-desc .left .more-btn-black {
    margin-top: 165px;
    margin-left: calc((100% - 204px)/2);
    position: absolute;
  }
  .isc-desc .left h2 {
    color: #ffffff;
    text-align: center;
    display: block;
    padding-top: 0;
    font-size: 24px;
    font-weight:bold;text-shadow: 1px 1px 2px rgba(0,0,0,0.5); 
  }
  .isc-desc .left p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;font-weight:bold;text-shadow: 1px 1px 2px rgba(0,0,0,0.5); 
  }
  .isc-desc .right {
    width: 100%;
    display: block;
    padding: 35px 25px 0 25px;
    height: 138px;
    overflow: hidden;
  }
  .isc-desc .right p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分省略号 */
    word-break: break-all; /* break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    max-height: 80px; /* 设置最大高度，根据行高，要几行乘以几倍 */
  }
  .isc-desc .right strong {
    font-weight: bold;
    display: block;
    padding-top: 8px;
    color: #2E2E31;
  }
  .in-banner .item-pic {
    height: 50vh;
  }
  .in-banner .item-pic img {
    height:inherit;
  }
  .banner-right-btn {
    bottom: 8vh;
  }
}
.ss-scroll {
  opacity: 1 !important
}
.vidbg {
  display: block;
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -101;
  background-size: cover
}
.vidbg video {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100
}
.vidbg .vidbg-overlay {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -99;
  opacity: 0.6
}
.error-404 {
  padding: 60px 0
}
.error-404 h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: .1em;
  line-height: 1.5
}
.error-404 p {
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1.5
}
.page-search-main {
  min-height: calc(100vh - 300px)
}
.search-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px
}
.search-header h3 {
  color: #000;
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1.5;
  font-weight: 400
}
.search-header p {
  color: #000;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.5
}
.search-header p span {
  color: #3192C9;
  font-weight: 500
}
.search-item {
  display: block;
  padding: 10px 20px;
  margin-bottom: 12px;
  background-color: #f8f8f8
}
.search-item h4 {
  color: #000;
  margin-bottom: .25em;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .05em;
  font-weight: 500
}
.search-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.5
}
.search-item:hover {
  background-color: #f6f6f6
}
.search-item:hover h4 {
  color: #3192C9
}
/*# sourceMappingURL=app.css.map */
@media (max-width: 1024px) {
  .isc-desc .pannel {
    padding-top: 45px;
  }
}
@media (max-width: 650px) {
  .isc-desc .pannel {
    padding-top: 45px;
  }
}
@media (max-width: 540px) {
  .isc-desc .pannel {
    padding-top: 45px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .isc-desc .pannel {
    padding-top: 45px;
  }
}
@media (min-width:1025px) and (max-width: 1100px) {
  .isc-desc .pannel {
    padding-top: 50px;
  }
}
@media (min-width:1101px) and (max-width: 1200px) {
  .isc-desc .pannel {
    padding-top: 55px;
  }
}
@media (min-width:1201px) and (max-width: 1400px) {
  .isc-desc .pannel {
    padding-top: 45px;
  }
  .isc-desc .left {
    padding: 6px 0 0 55px
  }
}
@media (min-width:1401px) and (max-width: 1600px) {
  .isc-desc .pannel {
    padding-top: 70px;
  }
}
.solutioncontent .showfour .slick-slide {
  min-height: 1px;
}
.ab-company__history .slick-slide {
  min-height: 1px;
}