﻿@charset "utf-8";


html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  font-size: 100%;
  outline: none;
}

caption,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0px;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

html::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #d2e4f1;
}

html::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #d2e4f1;
}

html::-webkit-scrollbar-thumb {
  border-radius: 0;
  width: 17px;
  height: 17px;
  background-color: #8FCCE3;
}

body {
  font: 14px/1.8 "Montserrat";
  margin: 0 auto;
  color: #646464;
  background-color: #f3f3f3;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong {
  font-weight: bold;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

img {
  border: 0;
}

input,
textarea,
select,
option {
  background: none;
  outline: 0;
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", Helvetica, Arial;
  padding: 0;
  margin: 0;
}

input {
  outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

::-moz-selection {
  background: #8FCCE3;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #8FCCE3;
  color: #fff;
  text-shadow: none;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  blr: expression(this.onFocus=this.blur());
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:link,
a:visited {
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0px;
}

.clearfix:after {
  clear: both;
}


/*****  *****/
.nav-on-icon.main-move-line {
  width: 690px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 100;
}

.nav-on-icon.main-move-line>span {
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

#header #haedNav .gnbList>li .depth01 {
  display: block;
  position: relative;
  padding: 10px 23px;
  /* padding: 20px 50px 35px; */
  font-family: "华文细黑", "Microsoft JhengHei", "Microsoft YaHei", '微软雅黑', Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
  text-align: center;
}

#header #haedNav .gnbList>li .depth01 .haedNav-inner {
  display: inline-block;
}

#header #haedNav .gnbList>li .depth01 .icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header #haedNav .gnbList>li .depth01 .icon span {
  display: none;
}

#header #haedNav .gnbList>li .depth02 {
  color: #888;
  margin-top: 30px;
  letter-spacing: 0.05em;
}

#header #haedNav .gnbList>li .depth02 a {
  display: block;
  /* padding: 15px 0 15px 40px; */
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  font-family: "华文细黑", "Microsoft JhengHei", "Microsoft YaHei", '微软雅黑', Arial, sans-serif;
}

#header .utilMenu {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .utilMenu>p {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  text-align: center;
  margin-left: 30px;
  padding-left: 30px;
  /*border-left: 1px solid #333;*/
  font-weight: 400;
}

#header .utilMenu>p:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  top: 5px;
  left: 0;
  background: #d2d2d2;
}

#header .utilMenu>p img {
  width: 24px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

#header .utilMenu>p i {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}

#header .utilMenu #language {
  width: 85px;
  position: relative;
  z-index: 10000;
  font-size: 0.6875rem;
  color: #fff;
  float: left;
  margin-top: 13px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.1);
}

#header .utilMenu #language.on a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#header .utilMenu #language>a {
  display: block;
  height: 30px;
  position: relative;
  padding: 0 12px;
  line-height: 30px;
}

#header .utilMenu #language>a i {
  position: absolute;
  top: 10px;
  right: 12px;
}

#header .utilMenu #language ul {
  display: none;
}

#header .utilMenu #language ul a {
  display: block;
  height: 30px;
  padding: 0 12px;
  color: #fff;
  line-height: 30px;
}

.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10000;
  float: left;
  outline: none;
  /*background: rgba(255, 255, 255, 0.1);*/
  cursor: pointer;
}

.nav-search {
  background: rgba(4, 110, 184, 0.15);
}

/*.nav-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 110, 184, 0.2);
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-right:hover::after {
    transform: scaleX(1);
    transform-origin: left top;
}*/
.nav-right p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-left: 10px;
  line-height: 1;
}

#header .utilMenu .btnAll {
  position: relative;
  width: 29px;
  height: 18px;
  border: 0;
  background: none;
}

#header .utilMenu .btnAll img {
  width: 21px;
}

#header .utilMenu .btnAll.on span {
  background-color: #000;
}

#header .utilMenu .btnAll span {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#header .utilMenu .btnAll>span:nth-child(1) {
  top: 0;
}

#header .utilMenu .btnAll>span:nth-child(2) {
  top: 8px;
}

#header .utilMenu .btnAll>span:nth-child(3) {
  top: 16px;
}

#header .utilMenu .btnAll.on>span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#header .utilMenu .btnAll.on>span:nth-child(2) {
  top: 0;
  opacity: 0;
}

#header .utilMenu .btnAll.on>span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#header.active .mask {
  height: 560px;
  background: url(images/bgHeader.png) -150px -420px no-repeat #fff;
}

#header.active #haedNav {
  position: relative;
}

#header.active #haedNav:before {
  display: block;
  width: 1920px;
  height: 1px;
  position: absolute;
  top: 60px;
  /* left: 40px; */
  left: 0;
  content: '';
  background-color: #e5e5e5;
}

#header.active #haedNav .gnbList>li:hover .depth01:before {
  display: block;
}

#header.active #haedNav .gnbList>li .depth01 {
  position: relative;
  color: #222;
}

#header.active #haedNav .gnbList>li .depth01:before {
  display: none;
  height: 1px;
  position: absolute;
  /* right: -40px; bottom: 0; left: 40px; */
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #222;
}

#header.active #language {
  color: #222;
  background-color: #eee;
}

#header.active #logo a .img {
  background-image: url("images/logo2.png");
}


/*.nav-menu{
    position: fixed;
    z-index: 30;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
}
.nav-menu{
    right: 0;
    overflow: visible;
    width: 80%;
    max-width: 120rem;
    background: #fff;
    will-change: transform;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.nav-menu__panels-nav {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100vh;
    height: 60px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg) translate(-60px, -99.9%);
    transform: rotate(-90deg) translate(-60px, -99.9%);
    bottom: 0;
    left: 0;
    z-index: 35;
}
.nav-menu__panels-nav__main, .nav-menu__panels-nav__calc, .nav-menu__panels-nav__contact, .nav-menu__panels-nav__products {
    background-position: top right;
    background-size: 200% 100%;
    -webkit-transition: background-position 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background-position 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.nav-menu__panels-nav__main {
    display: block;
    -webkit-flex-basis: 37vh;
    -ms-flex-preferred-size: 37vh;
    flex-basis: 37vh;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f2f2f2), color-stop(50%, #fafafa));
    background-image: linear-gradient(to right, #f2f2f2 50%, #fafafa 50%);
}
.nav-menu__panels-nav button {
    border: 0;
    padding: 15px;
    text-align: left;
}
.nav-menu__panels-nav button {
    position: relative;
    min-width: 14rem;
    padding: 0;
}
.nav-menu__panels__label {
    font-size: 16px;
    letter-spacing: 1px;
}
.nav-menu__panels__label {
    padding-left: 20px;
}
.nav-menu__panels-nav__main .nav-menu__panels__label {
    right: 6rem;
    left: auto;
}
.nav-menu__panels-nav__products {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-color: #2b1a67;
    color: #fff;
}
.nav-menu__panels-nav__products {
    -webkit-flex-basis: 30vh;
    -ms-flex-preferred-size: 30vh;
    flex-basis: 30vh;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #241850), color-stop(50%, #2b1a67));
    background-image: linear-gradient(to right, #241850 50%, #2b1a67 50%);
}
.nav-menu__panels-nav__calc {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    background-color: #383a47;
    color: #fff;
}
.nav-menu__panels-nav__calc {
    -webkit-flex-basis: 20vh;
    -ms-flex-preferred-size: 20vh;
    flex-basis: 20vh;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #383a47), color-stop(50%, #454754));
    background-image: linear-gradient(to right, #383a47 50%, #454754 50%);
}
.nav-menu__panels-nav__calc {
    background-color: #454754;
}
.nav-menu__panels-nav__contact {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    background-color: #f1f0e9;
}
.nav-menu__panels-nav__contact {
    -webkit-flex-basis: 13vh;
    -ms-flex-preferred-size: 13vh;
    flex-basis: 13vh;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #e6e5da), color-stop(50%, #f1f0e9));
    background-image: linear-gradient(to right, #e6e5da 50%, #f1f0e9 50%);
}*/
/*header  end*/

/*banner*/
/* Slider */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.slick-dots li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 13px;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.5, 0, 0, 1);
  transition: -webkit-transform .3s cubic-bezier(.5, 0, 0, 1);
  transition: transform .3s cubic-bezier(.5, 0, 0, 1);
  transition: transform .3s cubic-bezier(.5, 0, 0, 1), -webkit-transform .3s cubic-bezier(.5, 0, 0, 1);
}

.slick-dots li::before {
  content: '';
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.slick-dots li button {
  font-size: 0;
  display: none;
}

.slick-dots li.slick-active::before {
  opacity: 1;
}


.bannerMain {
  position: relative;
}

.slide-items {
  width: 100%;
  height: 100vh;
}

.slide-items .item {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fff;
}

.slide-items .slideBg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.2);
  transition: all 2s;
}

/*.slide-items .slideBg::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: #1e5c8f;*/
/*  opacity: 0.38;*/
/*}*/

.slide-items .slideText {
  position: absolute;
  top: 40%;
  left: 0;
  /* transform: translateY(-50%); */
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  z-index: 9;
}

.slide-items .slideText .overflow {
  overflow: hidden;
}

.slide-items .slideText h3 {
  letter-spacing: 0px;
  font-size: 61px;
  line-height: 1.3;
  opacity: 0.9;
  font-weight: 600;
  margin-bottom: 28px;
  -webkit-transition: opacity 1s linear, -webkit-transform 1s linear .1s;
  transition: opacity 1s linear, -webkit-transform 1s linear .1s;
  transition: opacity 1s linear, transform 1s linear .1s;
  transition: opacity 1s linear, transform 1s linear .1s, -webkit-transform 1s linear .1s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.slide-items .slick-active .slideText h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-items .slick-active .slideBg {
  transform: scale(1);
}

.slide-items .slideText h3 span {
  display: block;
}

.slide-items .slideText p {
  font-family: "Gasalt";
  padding-top: 16px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: opacity 1.2s linear, -webkit-transform 1.2s linear .2s;
  transition: opacity 1.2s linear, -webkit-transform 1.2s linear .2s;
  transition: opacity 1.2s linear, transform 1.2s linear .2s;
  transition: opacity 1.2s linear, transform 1.2s linear .2s, -webkit-transform 1.2s linear .2s;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.slide-items .slick-active .slideText p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-items .slideText em {
  position: relative;
  display: block;
  width: 42%;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}

.slide-items .slideText em::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #aacd06;
  animation: emHandler 5.8s infinite;
}

@keyframes emHandler {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.slide-items .slideText span {
  position: relative;
  margin-top: 188px;
  display: block;
  display: none;
}

.slide-items .slick-arrow {
  display: none !important;
}

/*  */
.mouseIcobox {
  position: absolute;
  left: 50%;
  bottom: 3%;
  width: 50px;
  margin-left: -25px;
  color: #fff;
  text-align: center;
  z-index: 100;
}

.mouseIco {
  border: 2px solid #fff;
  width: 20px;
  height: 32px;
  display: block;
  margin: 0 auto 14px;
  border-radius: 16px;
  position: relative;
}

.mouseIco i {
  width: 3px;
  height: 7px;
  border-radius: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 5px;
  -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
  from {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  to {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    opacity: 0;
  }
}

@-webkit-keyframes mouse-dot {
  from {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  to {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    opacity: 0;
  }
}

/*  */
.bannerMain .banner-bottom {
  /* display: none; */
  position: absolute;
  height: 60px;
  bottom: 16%;
  left: 10%;
  width: 122px;
}

.button-all {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 60px;
  border: 1px solid #fff;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 1px;
  cursor: pointer;
}

.button-all svg {
  position: relative;
  z-index: 1;
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 11px;
  height: 16px;
  fill: #fff;
  pointer-events: none;
}

.button-prev {
  left: 3%;
}

.button-next {
  right: 3%;
}

.button-prev svg {
  transform: rotate(180deg);
}

.button-all::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8FCCE3;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button-all:hover::after {
  transform: scaleX(1);
  transform-origin: left top;
}

.button-all:hover svg {
  fill: #fff;
}

.banner-bottom p {
  color: #333;
  font-size: 24px;
  padding-right: 160px;
  padding-left: 25px;
  text-transform: uppercase;
  line-height: 80px;
  font-family: "Gasalt";
  font-weight: bold;
  letter-spacing: 1px;
}

/*banner  end*/

.btnMore {
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  width: 150px;
  text-align: center;
  color: #fff;
  background-color: #8FCCE3;
  display: block;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "Gasalt";
  font-size: 23px;
  letter-spacing: 1px;
}

.btnMore .txt {
  color: #fff;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
}

.btnMore .txt:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%;
}

.btnMore .txt:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}

.btnMore:hover {
  background-color: #8FCCE3;
}

.btnMore:hover .txt {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}

.btnMore:hover .txt:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}

.btnMore .cfff {
  color: #fff;
}

@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.45);
  }

  100% {
    background: transparent;
  }
}

@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.45);
  }

  100% {
    background: transparent;
  }
}

@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.45);
  }

  100% {
    background: transparent;
  }
}

@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.45);
  }

  100% {
    background: transparent;
  }
}

@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-ms-keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.bgf3 {
  background-color: #f3f3f3;
}

.iboxT .en {
  font-size: 82px;
  line-height: 1;
  color: #b73833;
  font-family: "Gasalt";
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 300;
}

.iboxT .zh {
  font-size: 35px;
  line-height: 1.5;
  color: #b73833;
  font-weight: normal;
}

.iboxT.center {
  text-align: center;
}

.ibox-waves {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ibox-Esleep {
  position: relative;
}

.ibox-Esleep-con {
  margin-top: -68px;
  width: 440px;
  position: relative;
  padding: 100px 0px 0 0;
  margin-left: 60%;
}


.ibox-Esleep-con .c {
  margin: 25px 0px 89px;
  /* text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
   text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; */
}

.ibox-Esleep-con .c p {
  color: #333;
  font-size: 16px;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.5px;
}

.iboxT2 .en {
  font-size: 36px;
  font-family: "Gadugi";
  line-height: 1.1;
  color: #fff;
}

.iboxT2 .zh {
  font-size: 18px;
  color: #fff;
}

.iEsleep-img1 {
  width: 50%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.05;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.ibox-Esleep-img {
  background-color: #8FCCE3;
  width: 44%;
  padding-left: 10%;
  position: relative;
  z-index: 3;
}

.ibox-Esleep-demo {
  cursor: pointer;
  width: 95%;
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: -10%;
  margin-bottom: -15%;
}

.ibox-Esleep-demo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}

.ibox-Esleep-demo:hover .ibox-Esleep-ico svg {
  transform: scale(1.1) rotate(180deg);
}

.ibox-Esleep-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
}

.ibox-Esleep-ico svg {
  width: 72px;
  height: 72px;
  transition: all 0.48s;
}

.ibox-Esleep-demo .item {
  position: relative;
  opacity: 1 !important;
}

.ibox-Esleep-demo .iboxT2 {
  position: absolute;
  left: 5%;
  top: 10%;
  z-index: 15;
  opacity: 0;
}

.ibox-Esleep-demo .img {
  position: relative;
  overflow: hidden;
}

.ibox-Esleep-demo .img img {
  width: 100%;
  display: block;
}

.ibox-Esleep-demo .img .ibox-Esleep-mlb {
  display: none;
}

.ibox-Esleep-demo .slick-active {
  z-index: 800 !important;
}

.ibox-Esleep-demo .slick-active .iboxT2 {
  -webkit-animation: slideIn 1s;
  animation: slideIn 1s;
  opacity: 1;
}

.ibox-Esleep-demo .slick-active .img img {
  -webkit-animation: imgIn 1s;
  animation: imgIn 1s
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes imgIn {
  0% {
    -webkit-transform: -webkit-translateX(100%);
    opacity: 1;
  }

  100% {
    -webkit-transform: -webkit-translateX(0);
    opacity: 1;
  }
}

@keyframes imgIn {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.ibox-Esleep-nav {
  position: absolute;
  right: 3%;
  top: 10%;
}

.ibox-Esleep-nav li {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #cec2b7;
  margin-bottom: 8px;
  cursor: pointer;
}

.ibox-Esleep-nav span {
  width: 100%;
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36px auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.ibox-Esleep-nav li.active span {
  border-color: #8FCCE3;
}

.iEsleep-img2 {
  position: relative;
  width: 50%;
  margin-left: 50%;
  background: #8FCCE3;
  margin-top: -100px;
  /*height: 412px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;*/
}

.num-top {
  padding: 8% 5%;
  overflow: hidden;
}

.num-top li {
  float: left;
  width: 33.333%;
  text-align: center;
  color: #fff;
  position: relative;
}

.num-top .cn-tt {
  font-size: 16px;
  line-height: 1.5;
}

.num-top .num {
  font-size: 90px;
  line-height: 1;
  margin-top: 8px;
  font-family: "Gasalt";
  font-weight: bold;
}

.num-top .num span {
  padding-right: 5px;
  font-family: 'beba';
}

.num-top .en-tt {
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.num-top .line {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.15;
  filter: alpha(opacity=15);
}

/*BUSINESS*/
.ind-campus-view {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.ind-campus-view .wel-more {
  height: 50px;
  line-height: 50px;
  width: 189px;
  margin-top: 34px;
}

.ind-campus-list .slick-list {
  padding: 0 320px 0 0;
}

.ind-campus-list .slick-arrow {
  position: absolute;

  width: 60px;
  height: 108px;
  line-height: 108px;
  font-size: 0;
  text-align: center;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #ffffff;
  top: 50%;
  margin: -54px 0 0;
  display: block;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 5;
}

.ind-campus-list .slick-arrow:hover {
  background-color: #aacd06;
}

.ind-campus-list .slick-prev {
  left: 0;
  background-image: url(../images/l.png);
}

.ind-campus-list .slick-prev i {
  /* display: inline-block;
  width: 66px;
  height: 66px;
  background: url(../images/grade-prev.png) no-repeat center;
  background-size: cover; */
}

.ind-campus-list .slick-next {
  right: 0;
  background-image: url(../images/r.png);
}

.ind-campus-list .slick-next i {
  /* display: inline-block;
  width: 63px;
  height: 63px;
  background: url(../images/grade-next.png) no-repeat center; */
}

.ind-campus-li {
  position: relative;
}

.ind-campus-li:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  background: #8FCCE3;
  z-index: 1;
  opacity: 0.7;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.ind-campus-li.slick-active:before {
  opacity: 0;
}

.ind-campus-img {
  position: relative;
  padding-top: 46%;
  overflow: hidden;
}

.ind-campus-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.ind-campus-li:hover .ind-campus-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.ind-campus-text {
  overflow: hidden;
  position: absolute;
  width: 308px;
  height: 300px;
  box-sizing: content-box;
  padding: 54px;
  background: rgba(255, 255, 255, 1);
  left: 10%;
  top: 80%;
  margin-top: -204px;
  /* -webkit-transform: translateY(-50%);
  transform: translateY(-50%); */
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
  z-index: 5;
}

.ind-campus-li.slick-active .ind-campus-text {
  opacity: 1;
  top: 50%;
}

.ind-campus-text h3 {
  position: relative;
  font-size: 35px;
  line-height: 1.5;
  color: #8FCCE3;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.85);
}

.ind-campus-text>span {
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-bottom: 12px;
}

.ind-campus-text span::after {
  /* content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee; */
}

.ind-campus-text i {
  font-style: initial;
  font-size: 20px;
}

.ind-campus-text p {
  font-size: 16px;
  color: #5d5d5d;
  margin-top: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ind-campus-ico {
  position: absolute;
  bottom: -28px;
  right: -50%;
  opacity: 0.05;
  width: 100%;
  z-index: -1;
}

.camSvg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #8FCCE3;
  margin-top: 30px;
}

.camSvg svg {
  width: 24px;
  fill: #8FCCE3;
  stroke: #8FCCE3;
}

/*BUSINESS  end*/