@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 90px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  z-index: 99;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header.scroll {
  background: rgba(0, 0, 0, 0.5);
  border-bottom: transparent;
}
.logo {
  display: block;
  height: 43px;
  width: auto;
}
.logo img {
  display: block;
  width: auto;
  height: 100%;
}
.header-right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.navs li {
  position: relative;
  z-index: 2;
  margin-left: 44px;
}
.navs li:before {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs li:hover:before,
.navs li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs li:first-child {
  margin-left: 0;
}
.navs li > a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.language {
  position: relative;
  margin-left: 66px;
  margin-right: 38px;
}
.language:hover .language-defaul span b {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.language:hover .language-down {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: visible;
}
.language-defaul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.language-defaul i {
  display: inline-block;
  margin-right: 16px;
  width: 25px;
  height: 25px;
  background: url(../images/earth.png) center no-repeat;
}
.language-defaul span {
  display: block;
  color: #fff;
  font-size: 14px;
}
.language-defaul span b {
  display: inline-block;
  margin-left: 22px;
  color: #fff;
  font-size: 12px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.language-down {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 20px;
  width: 100%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
  pointer-events: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.langugage-li {
  position: relative;
  padding: 12px 0;
  background: -webkit-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0.1) 100%);
  background: -moz-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0.1) 100%);
  background: -o-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0.1) 100%);
  background: linear-gradient(to bottom, #00529c 0%, rgba(0, 82, 156, 0.1) 100%);
  border-radius: 5px;
}
.langugage-li:before {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -7px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #00529C;
}
.langugage-li li {
  text-align: center;
}
.langugage-li li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.navigators {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  height: 0;
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.navigators.show {
  height: 100%;
}
.navigators-wrap {
  position: relative;
  height: 100vh;
  background: #005BAC;
}
.navigators-wrap:before {
  position: absolute;
  left: -12px;
  bottom: 24px;
  content: "";
  width: 16.77vw;
  height: 40vw;
  background: url(../images/s.png) center bottom no-repeat;
}
.navigator-href {
  position: absolute;
  left: 90px;
  top: 18.5px;
}
.navigator-href img {
  display: block;
  width: 219px;
}
.navigator-title {
  position: absolute;
  left: 7.8125%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navigator-title small {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 50px;
  font-family: "Times New Roman";
  text-transform: uppercase;
  font-weight: bold;
}
.navigator-title strong {
  display: block;
  margin-top: 12px;
  line-height: 1;
  color: #fff;
  font-size: 32px;
}
.navigators-list {
  position: absolute;
  right: 12.6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.navigators-info {
  display: block;
  margin-left: 6.77vw;
}
.navigators-info dt {
  display: block;
  margin-bottom: 15px;
}
.navigators-info dt a {
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.navigators-info dd {
  display: block;
}
.navigators-info dd p {
  margin-bottom: 10px;
}
.navigators-info dd p a {
  display: inline-block;
  color: #8CB7DC;
  font-size: 14px;
}
.navigators-info dd p a:hover {
  color: #fff;
}
.copyright {
  position: absolute;
  right: 10.15%;
  left: 7.916%;
  bottom: 31px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.copy-net {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.copy-net p,
.copy-net a {
  display: inline-block;
  color: #8CB7DC;
  font-size: 14px;
}
.copy-net p {
  margin-right: 40px;
}
.copy-net a:hover {
  color: #fff;
}
.copy-eq {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.eq-item {
  margin-right: 15px;
}
.eq-item:last-child {
  margin-right: 0;
}
.eq-item img {
  display: block;
  width: 79px;
  height: auto;
}
.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner-slide {
  position: relative;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.banner-slide figure img {
  display: block;
  position: relative;
}
.btext {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 3;
  text-align: center;
}
.btext small {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Gilroy";
  text-transform: uppercase;
}
.btext strong {
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 1.2;
  color: #fff;
  font-size: 54px;
}
.btext p {
  color: #fff;
  font-size: 26px;
  font-family: "Gilroy";
}
.btext a {
  display: inline-block;
  position: relative;
  padding: 7px;
  margin-top: 72px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
.btext a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.btext a:hover {
  color: #E61F19;
}
.btext a:hover:before {
  width: 0;
  left: auto;
  right: 0;
}
.scroll-mouse {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 48px;
  z-index: 3;
  text-align: center;
}
.scroll-mouse small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-family: "Gilroy";
}
.scroll-mouse i {
  display: block;
  position: relative;
  margin: auto;
  margin-top: 14px;
  width: 32px;
  height: 51px;
  background: url(../images/mouse.png) center no-repeat;
}
.scroll-mouse i:before {
  position: absolute;
  left: 50%;
  margin-left: -2.5px;
  top: 11px;
  content: "";
  width: 5px;
  height: 10px;
  background: #fff;
  border-radius: 2.5px;
  -webkit-animation: moveDownSpot 1000ms infinite;
  -moz-animation: moveDownSpot 1000ms infinite;
  -o-animation: moveDownSpot 1000ms infinite;
  animation: moveDownSpot 1000ms infinite;
}
@-webkit-keyframes moveDownSpot {
  from {
    opacity: 1;
    top: 11px;
  }
  to {
    opacity: 0.1;
    top: 22px;
  }
}
@-moz-keyframes moveDownSpot {
  from {
    opacity: 1;
    top: 11px;
  }
  to {
    opacity: 0.1;
    top: 22px;
  }
}
@-o-keyframes moveDownSpot {
  from {
    opacity: 1;
    top: 11px;
  }
  to {
    opacity: 0.1;
    top: 22px;
  }
}
@keyframes moveDownSpot {
  from {
    opacity: 1;
    top: 11px;
  }
  to {
    opacity: 0.1;
    top: 22px;
  }
}
.common-en {
  position: fixed;
  right: 46px;
  top: 58%;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ACCEEC;
  font-size: 12px;
  line-height: 1;
  font-family: "Gilroy";
  opacity: 0.67;
  letter-spacing: 12px;
  z-index: 10;
  text-transform: uppercase;
  white-space: nowrap;
}
.menus {
  position: fixed;
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.menus:before {
  position: absolute;
  left: 24px;
  top: 3px;
  bottom: 3px;
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.menu-list li {
  position: relative;
  margin-bottom: 54px;
}
.menu-list li:hover a b,
.menu-list li.active a b,
.menu-list li:hover a span,
.menu-list li.active a span {
  opacity: 1;
  visibility: visible;
}
.menu-list li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.menu-list li a:before {
  position: absolute;
  left: 19px;
  top: 0;
  content: "";
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
}
.menu-list li a b {
  display: block;
  margin-right: 30px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-family: "Gilroy";
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.menu-list li a span {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.menu-next {
  position: absolute;
  left: 8px;
  bottom: -30px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.menu-next:hover:before {
  top: 15px;
}
.menu-next:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 13px;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #E61F19;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.vides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.military {
  position: relative;
  height: 100vh;
  z-index: 2;
  background: #06162f;
  overflow: hidden;
}
#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.military-content {
  position: absolute;
  left: 9.06%;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30.312%;
  z-index: 2;
}
.military-content small {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 30px;
  font-family: "Gilroy";
  text-transform: uppercase;
}
.military-content strong {
  margin-top: 20px;
  margin-bottom: 44px;
  display: block;
  color: #fff;
  font-size: 41px;
  line-height: 1.2;
}
.military-content p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.military-circular {
  position: absolute;
  right: 7.291%;
  top: 28px;
  width: 51.04%;
}
.military-circular .system-bg {
  display: block;
  width: 100%;
  height: auto;
}
.military-wrap {
  position: absolute;
  right: 21.734%;
  width: 29.27vw;
  height: 29.27vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.military-padding {
  position: relative;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid rgba(0, 91, 172, 0.3);
  border-radius: 50%;
  text-align: center;
}
.military-ise {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 285px;
  height: 285px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  padding-top: 75px;
  background: rgba(0, 82, 156, 0.8);
}
.military-ise small {
  display: block;
  margin-bottom: 20px;
  line-height: 0.9;
  color: #fff;
  font-size: 56px;
  font-family: "Gilroy";
  text-transform: uppercase;
}
.military-ise strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.military-ise p {
  color: #8CB7DC;
  font-size: 14px;
  line-height: 1.2;
}
.military-ise a {
  display: inline-block;
  position: relative;
  margin-top: 26px;
  color: #8CB7DC;
  font-size: 14px;
}
.military-ise a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #8CB7DC;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.36s;
  z-index: -1;
}
.military-ise a:hover:before,
.military-ise a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.military-list li {
  position: absolute;
  z-index: 5;
}
.military-list li:hover b {
  color: #fff;
  background: transparent;
}
.military-list li:hover b:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.military-list li:hover span {
  color: #fff;
}
.military-list li b {
  display: block;
  position: relative;
  z-index: 2;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  background: -webkit-linear-gradient(top, #F7FBFF 0%, #DCE5EF 100%);
  background: -moz-linear-gradient(top, #F7FBFF 0%, #DCE5EF 100%);
  background: -o-linear-gradient(top, #F7FBFF 0%, #DCE5EF 100%);
  background: linear-gradient(to bottom, #F7FBFF 0%, #DCE5EF 100%);
  color: #06162F;
  font-size: 30px;
  font-weight: normal;
  overflow: hidden;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.military-list li b:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-linear-gradient(315deg, #FF4E48 0%, #C01920 100%);
  background: -moz-linear-gradient(315deg, #FF4E48 0%, #C01920 100%);
  background: -o-linear-gradient(315deg, #FF4E48 0%, #C01920 100%);
  background: linear-gradient(135deg, #FF4E48 0%, #C01920 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.military-list li span {
  display: block;
  position: absolute;
  color: #A8B7C9;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.military-list li.military-ico1 {
  left: 50%;
  margin-left: -32px;
  top: -26px;
  text-align: center;
}
.military-list li.military-ico1 span {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  margin-top: 14px;
}
.military-list li.military-ico2 {
  right: -26px;
  top: 50%;
  margin-top: -32px;
}
.military-list li.military-ico2 span {
  right: 100%;
  margin-right: 4px;
  top: 50%;
  margin-top: -7px;
}
.military-list li.military-ico3 {
  left: 50%;
  margin-left: -32px;
  bottom: -24px;
}
.military-list li.military-ico3 span {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 14px;
}
.military-list li.military-ico4 {
  left: -26px;
  top: 50%;
  margin-top: -32px;
}
.military-list li.military-ico4 span {
  left: 100%;
  margin-left: 4px;
  top: 50%;
  margin-top: -7px;
}
.home-product {
  position: relative;
  height: 100vh;
}
.product-slide {
  position: relative;
  overflow: hidden;
}
.product-slide.swiper-slide-active .introducte-left,
.product-slide.swiper-slide-active .introduct-imgs {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.6s 1s;
  -o-transition: 0.6s 1s;
  -moz-transition: 0.6s 1s;
  transition: 0.6s 1s;
}
.product-slide.swiper-slide-active .introduct-small {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.product-slide figure {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.product-slide figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.product-slide figure img {
  display: block;
  position: relative;
}
.coomon-title small {
  display: block;
  margin-bottom: 18px;
  line-height: 1.1;
  color: #fff;
  font-size: 30px;
  font-family: "Gilroy";
  text-transform: uppercase;
}
.coomon-title strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
.title-center {
  position: absolute;
  left: 0;
  top: 13.57%;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.introducte-content {
  position: absolute;
  left: 9.218%;
  right: 0;
  bottom: 12.31%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.introducte-left {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 54px 80px 128px;
  width: 482px;
  background: rgba(0, 82, 156, 0.9);
  opacity: 0;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: 0.5s 1s;
  -o-transition: 0.5s 1s;
  -moz-transition: 0.5s 1s;
  transition: 0.5s 1s;
}
.introducte-left b {
  display: block;
  position: relative;
  margin-bottom: 40px;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  font-family: "Gilroy";
}
.introducte-left b:before {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  content: "";
  width: 700px;
  height: 1px;
  background: rgba(255, 255, 255, 0.23);
}
.introducte-left strong {
  display: block;
  margin-bottom: 35px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
}
.introducte-left p {
  width: 286px;
  max-width: 100%;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.introducte-left span {
  display: inline-block;
  position: relative;
  margin-top: 80px;
  color: #fff;
  line-height: 2;
  font-size: 14px;
  padding-right: 10px;
  text-transform: uppercase;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.introducte-left span:hover {
  color: #E61F19;
}
.introducte-left span:hover:before {
  width: 0;
  left: auto;
  right: 0;
}
.introducte-left span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.introduct-small {
  position: absolute;
  left: 100%;
  margin-left: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  opacity: 0.5;
  line-height: 1.2;
  text-transform: "Gilroy";
  width: 100%;
  font-size: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.introduct-imgs {
  margin-right: 0;
  width: 27.6%;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: 0.5s 1s;
  -o-transition: 0.5s 1s;
  -moz-transition: 0.5s 1s;
  transition: 0.5s 1s;
}
.introduct-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.product-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 21.04%;
  bottom: 37.05%;
  z-index: 10;
}
.product-btn span {
  display: block;
  position: relative;
  margin-right: 19px;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.product-btn span:hover {
  background: #fff;
  border-color: #fff;
  color: #333333;
}
.product-btn span:last-child {
  margin-right: none;
}
.industry {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: -webkit-linear-gradient(top, #00417B, #0D1733);
  background: -moz-linear-gradient(top, #00417B, #0D1733);
  background: -o-linear-gradient(top, #00417B, #0D1733);
  background: linear-gradient(to bottom, #00417B, #0D1733);
  z-index: 2;
}
.indexContactBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(35%);
  -moz-transform: translateY(35%);
  -ms-transform: translateY(35%);
  -o-transform: translateY(35%);
  transform: translateY(35%);
  z-index: -1;
}
.industry-wrap {
  position: absolute;
  left: 9.218%;
  right: 9.218%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-slide.swiper-slide-active .industry-list li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.home-slide.swiper-slide-active .industry-list li:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.home-slide.swiper-slide-active .industry-list li:nth-child(3) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.home-slide.swiper-slide-active .industry-list li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.industry-list {
  margin-top: 90px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.industry-list li {
  margin-right: 6.1333%;
  width: 20.4%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.industry-list li:last-child {
  margin-right: 0;
}
.industry-list li a:hover .industry-title b {
  color: #E61F19;
}
.industry-list li a:hover .industry-title span {
  opacity: 1;
  visibility: visible;
}
.industry-list li a:hover .industry-wr:before {
  width: 100%;
  right: auto;
  left: 0;
}
.industry-list li a:hover .industry-wr figure {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
.industry-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}
.industry-title b {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 38px;
  font-weight: normal;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.industry-title span {
  display: inline-block;
  margin-left: 18px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.industry-wr {
  position: relative;
  padding-bottom: 63px;
  border-bottom: 2px solid #FFFFFF;
}
.industry-wr:before {
  position: absolute;
  right: 0;
  bottom: -2px;
  content: "";
  width: 0;
  height: 2px;
  background: #E61F19;
  -webkit-transition: 0.56s;
  -o-transition: 0.56s;
  -moz-transition: 0.56s;
  transition: 0.56s;
}
.industry-wr figure {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  line-height: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  visibility: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.industry-wr figure img {
  display: block;
  width: 100%;
  height: auto;
}
.industry-wr strong {
  display: block;
  padding-top: 8px;
  margin-bottom: 38px;
  line-height: 1.1;
  color: #fff;
  font-size: 24px;
}
.industry-wr p {
  color: #fff;
  font-size: 14px;
  height: 75px;
}
.footer {
  position: relative;
  z-index: 5;
  margin-top: -1px;
  background: #0D1731;
}
.footer-top {
  padding: 0 9.218%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid rgba(229, 232, 239, 0.1);
}
.footer-navs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-navs li {
  margin-right: 48px;
}
.footer-navs li a {
  display: block;
  position: relative;
  line-height: 80px;
  color: #A8B7C9;
  font-size: 16px;
}
.footer-navs li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.footer-navs li a:before {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: -1px;
  content: "";
  width: 36px;
  height: 2px;
  background: #E61F19;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  visibility: hidden;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.scroll-top {
  position: fixed;
  right: 46px;
  bottom: 30px;
  z-index: 20;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #053977;
  cursor: pointer;
  color: #A8B7C9;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.scroll-top:hover {
  background: #E61F19;
  color: #fff;
  line-height: 35px;
}
.footer-contact {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 9.218% 24px;
  border-bottom: 1px solid rgba(229, 232, 239, 0.1);
}
.contact-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-list p {
  width: 50%;
  color: #A8B7C9;
  font-size: 14px;
  line-height: 2;
}
.contact-list p span {
  margin-left: 10px;
  color: #A8B7C9;
}
.footer-eq {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-eq-item {
  margin-left: 22px;
}
.footer-eq-item:first-child {
  margin-left: 0;
}
.footer-eq-item img {
  display: block;
  width: 79px;
  height: auto;
}
.copyrights {
  padding: 20px 9.218% 22px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.copyrights p,
.copyrights a {
  display: block;
  color: #A8B7C9;
  font-size: 12px;
}
.copyrights a:hover {
  color: #fff;
}
.home {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.home > .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home-slide:last-child {
  height: auto;
}
.splitlist {
  line-height: 1.2;
  white-space: pre-wrap;
}
.splitlist.flag span {
  -webkit-animation: fadeInRight 1s forwards;
  -moz-animation: fadeInRight 1s forwards;
  -o-animation: fadeInRight 1s forwards;
  animation: fadeInRight 1s forwards;
}
.splitlist span {
  font-family: inherit;
  width: auto;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
  opacity: 0;
  display: inline-block;
}
@-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);
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-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);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 1024px) {
  .military-list li a {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: 0.78s;
    -o-transition: 0.78s;
    -moz-transition: 0.78s;
    transition: 0.78s;
  }
  .military-content p {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 0.78s;
    -o-transition: 0.78s;
    -moz-transition: 0.78s;
    transition: 0.78s;
  }
  .home-slide.swiper-slide-active .military-list li a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .home-slide.swiper-slide-active .military-content p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
  }
}
.container {
  position: relative;
  z-index: 2;
  background: #0D1731;
}
.container #particles-js {
  position: fixed;
}
.container-top {
  padding: 246px 90px 139px;
  overflow: hidden;
}
.leval-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.titles small {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 30px;
  font-family: "Gilroy";
  text-transform: uppercase;
  overflow: hidden;
}
.titles strong {
  display: block;
  margin-top: 18px;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  overflow: hidden;
}
.laval-menu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.laval-menu li {
  margin-left: 3px;
}
.laval-menu li:first-child {
  margin-left: 0;
}
.laval-menu li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  min-width: 108px;
  height: 67px;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 16px;
  background: rgba(0, 82, 156, 0.22);
  -webkit-transition: 0.44s;
  -o-transition: 0.44s;
  -moz-transition: 0.44s;
  transition: 0.44s;
}
.laval-menu li:hover a,
.laval-menu li.active a {
  background: #00529C;
}
.company-introduct {
  margin-top: 120px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.company-imgs {
  width: 37.8%;
}
.company-imgs figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.company-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.company-fix {
  padding-top: 32px;
  padding-left: 86px;
  width: 53.5%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-ti {
  position: relative;
}
.company-ti:before {
  position: absolute;
  left: -86px;
  top: 8px;
  content: "";
  width: 70px;
  height: 2px;
  background: #fff;
}
.company-ti small {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-family: "Gilroy";
  text-transform: uppercase;
}
.company-ti strong {
  display: block;
  line-height: 1.4;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
.company-info {
  margin-top: 70px;
  margin-bottom: 130px;
}
.company-info p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 2.2;
}
.company-list {
  padding-right: 32px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.company-list li {
  margin-bottom: 46px;
  width: 217px;
  background: url(../images/company.png) center no-repeat;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  text-align: center;
}
.company-list li p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.history {
  position: relative;
  z-index: 2;
  padding: 106px 9.218% 120px;
  background: #000000;
}
.history:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: -moz-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: -o-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: linear-gradient(to bottom, #00529c 0%, rgba(0, 82, 156, 0) 100%);
}
.history-tab {
  position: relative;
  margin: auto;
  margin-top: 32px;
  width: 1023px;
}
.history-swiper {
  position: relative;
}
.history-slide {
  overflow: hidden;
}
.history-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  line-height: 1;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  padding: 63px 10.1%;
}
.history-wrap figure {
  display: block;
  width: 51.09%;
}
.history-wrap figure img {
  display: block;
  width: 100%;
  height: auto;
}
.history-text {
  width: 35.76%;
}
.history-text time {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #F6F6F6;
  opacity: 0.2;
  font-size: 100px;
  font-family: "Gilroy";
}
.history-text p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 2.1;
}
.history-btn span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  width: 47px;
  height: 46px;
  text-align: center;
  line-height: 47px;
  color: #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.history-btn span:hover {
  background: #00529C;
}
.history-btn span.prev {
  left: -79px;
}
.history-btn span.next {
  right: -79px;
}
.history-year {
  position: relative;
  z-index: 2;
  padding: 0 62px;
  margin-top: 78px;
}
.history-year:before {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.history-year-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.history-year-list li {
  cursor: pointer;
}
.history-year-list li.active i:before {
  opacity: 1;
  visibility: visible;
}
.history-year-list li.active i:after {
  height: 29px;
}
.history-year-list li.active time {
  margin-top: 40px;
  font-size: 20px;
}
.history-year-list li i {
  display: block;
  position: relative;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D2D2D2;
}
.history-year-list li i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -13px;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px dashed #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: rolates 3s linear infinite;
  -moz-animation: rolates 3s linear infinite;
  -o-animation: rolates 3s linear infinite;
  animation: rolates 3s linear infinite;
}
.history-year-list li i:after {
  position: absolute;
  left: 50%;
  top: 100%;
  content: "";
  width: 1px;
  height: 0;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  background: #fff;
}
.history-year-list li time {
  display: block;
  margin-top: 18px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-family: "Gilroy";
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
@-webkit-keyframes rolates {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes rolates {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-o-keyframes rolates {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rolates {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.brand-idea {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 160px 9.218% 158px;
}
.brand-left {
  flex-shrink: 0;
  width: 380px;
}
.brand-left .company-info p {
  margin-bottom: 0;
}
.brands-li {
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.brands-li li {
  position: relative;
  z-index: 3;
  padding: 30px 30px 0;
  height: 272px;
  text-align: center;
  margin-left: 52px;
}
.brands-li li:first-child {
  margin-left: 0;
}
.brands-li li:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.brands-li li:hover b {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.brands-li li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: -moz-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: -o-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: linear-gradient(to bottom, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  z-index: -1;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: 0.78s;
  -o-transition: 0.78s;
  -moz-transition: 0.78s;
  transition: 0.78s;
}
.brands-li li b {
  display: block;
  margin: auto;
  width: 98px;
  height: 98px;
  text-align: center;
  line-height: 98px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  font-weight: normal;
  font-size: 35px;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.brands-li li strong {
  display: block;
  margin-top: 22px;
  margin-bottom: 5px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.brands-li li small {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 14px;
  font-family: "Gilroy";
}
.institute {
  position: relative;
  z-index: 2;
  padding: 102px 9.218% 115px;
  background: #000000;
}
.institute:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: -moz-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: -o-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: linear-gradient(to bottom, #00529c 0%, rgba(0, 82, 156, 0) 100%);
}
.institute .company-ti:before {
  display: none;
}
.institute .company-ti small {
  margin-bottom: 15px;
}
.institute-text {
  margin-top: 75px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.institute-imgs {
  width: 47.12%;
}
.institute-imgs figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.institute-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.automatic-slide {
  float: left;
  overflow: hidden;
}
.automatic-slide figure {
  position: relative;
  text-align: center;
}
.automatic-slide figure img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.institute-info {
  padding-right: 5.74%;
  width: 41.12%;
}
.institute-info p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.automatic {
  margin-bottom: 100px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.automatic-title strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
.automatic-title small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-family: "Gilroy";
  text-transform: uppercase;
}
.automatic-text {
  width: 47.9%;
}
.automatic-text p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.automatic-maxs {
  margin: auto;
  max-width: 100%;
  width: 1000px;
}
.automatic-mins {
  margin-top: 70px;
  position: relative;
  overflow: visible;
}
.automatic-mins .slick-list {
  text-align: center;
}
.automatic-mins .slick-list .slick-track {
  display: inline-block;
}
.automatic-mins .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -42px;
  width: 47px;
  height: 46px;
  text-align: center;
  line-height: 47px;
  color: #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.automatic-mins .slick-arrow:hover {
  background: #00529C;
}
.automatic-mins .slick-arrow.slick-prev {
  left: -110px;
}
.automatic-mins .slick-arrow.slick-next {
  right: -110px;
}
.automatic-wraps {
  position: relative;
  margin: 0 8.86%;
  padding: 0 90px;
}
.automaticMin-slide {
  float: left;
  position: relative;
}
.automaticMin-slide.slick-current figure:before {
  opacity: 1;
  visibility: visible;
}
.automaticMin-slide figure {
  display: block;
  position: relative;
  margin: 0 20px;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
}
.automaticMin-slide figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #00529C;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.56s;
  -o-transition: 0.56s;
  -moz-transition: 0.56s;
  transition: 0.56s;
}
.automaticMin-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.automaticMin-slide span {
  display: block;
  text-align: center;
  margin-top: 24px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.advantages {
  margin-top: 120px;
}
.advantages .advantage-tt {
  display: block;
  text-align: center;
  margin-bottom: 98px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
}
.advantage-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantage-list li {
  margin-right: 110px;
  position: relative;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  border: 1px dashed #fff;
}
.advantage-list li:last-child {
  margin-right: 0;
}
.advantage-list li span {
  position: absolute;
  left: 19px;
  right: 19px;
  top: 19px;
  bottom: 19px;
  border-radius: 50%;
  background: rgba(0, 82, 156, 0.76);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.product-item {
  position: relative;
  z-index: 2;
  padding: 160px 9.217% 84px;
  background: #000;
  overflow: hidden;
}
.product-item:first-child {
  padding: 0 9.217% 80px;
}
.product-item:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: -moz-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: -o-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: linear-gradient(to bottom, #00529c 0%, rgba(0, 82, 156, 0) 100%);
}
.product-item1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-left {
  width: 36.27%;
}
.product-left .automatic-title {
  margin-bottom: 78px;
}
.product-left .automatic-text {
  width: 100%;
  margin-bottom: 8.333vw;
}
.advantages1 .advantage-tt {
  margin-bottom: 66px;
  text-align: left;
}
.advantages1 .advantage-list {
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.advantages1 .advantage-list li {
  margin-right: 52px;
  margin-bottom: 50px;
  width: 101px;
  height: 101px;
}
.advantages1 .advantage-list li span {
  background: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
}
.product-right {
  width: 47.82%;
}
.product-right .automatic-mins {
  margin-top: 46px;
}
.product-right .automatic-wraps {
  margin: 0;
  padding: 0;
}
.product-right .automaticMin-slide figure {
  margin: 0 11px;
}
.product-right .automaticMin-slide figure:before {
  border-width: 5px;
}
.product-right .automatic-mins .slick-arrow.slick-prev {
  left: -85px;
}
.product-right .automatic-mins .slick-arrow.slick-next {
  right: -85px;
}
.product-item:nth-child(2n-1) {
  background: none;
}
.product-item:nth-child(2n-1):before {
  display: none;
}
.container-top1 {
  padding-bottom: 0 !important;
}
.product-list1 .product-item {
  background: none;
}
.product-list1 .product-item:before {
  display: none;
}
.product-list1 .product-item:first-child {
  padding-top: 148px;
}
.product-list1 .product-item:nth-child(2n+2) {
  background: #000;
}
.product-list1 .product-item:nth-child(2n+2):before {
  display: block;
}
.automatic-mins-border .automaticMin-slide figure {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.automatic-mins-border .slick-current figure {
  border: transparent;
}
.industrial-top {
  padding: 13.54% 90px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.industrial-top .automatic-text {
  margin-left: 27.04%;
  width: 724px;
}
.industrial-top .automatic-text p {
  font-size: 16px;
}
.planning {
  position: relative;
  z-index: 2;
  padding: 65px 90px 46px;
  background: #000;
}
.planning:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: -moz-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: -o-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: linear-gradient(to bottom, #00529c 0%, rgba(0, 82, 156, 0) 100%);
}
.planning-list {
  margin: 105px 86px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.planning-list li {
  position: relative;
  margin-right: 42px;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.planning-list li:nth-child(2n+2) {
  margin-top: 196px;
}
.planning-list li:hover figure {
  opacity: 0;
  visibility: hidden;
}
.planning-list li:hover .planning-hidden {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.planning-list li:last-child {
  margin-right: 0;
}
.planning-list li figure {
  position: relative;
  line-height: 1;
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.planning-list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
}
.planning-list li figure img {
  display: block;
  width: 100%;
  height: auto;
}
.planning-title {
  position: absolute;
  left: 36px;
  right: 35px;
  bottom: 23px;
  z-index: 3;
}
.planning-title strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
}
.planning-title small {
  display: block;
  line-height: 1;
  color: #F6F6F6;
  font-size: 14px;
  font-family: "Gilroy";
}
.planning-hidden {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(45deg);
  -moz-transform: rotateY(45deg);
  transform: rotateY(45deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.planning-down {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 56px 32px 130px;
  min-height: 100%;
  background: -webkit-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: -moz-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: -o-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0) 100%);
  background: linear-gradient(to bottom, #00529c 0%, rgba(0, 82, 156, 0) 100%);
}
.planning-down .planning-title {
  position: relative;
  left: 0;
  bottom: 0;
}
.lpanning-info {
  margin-top: 30px;
}
.lpanning-info p {
  color: #fff;
  font-size: 14px;
  text-align: justify;
}
.contact-us {
  position: relative;
  z-index: 2;
  padding: 190px 10.41% 96px;
  background: #06162F;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.addressd {
  margin-top: 50px;
}
.addressd p {
  margin-bottom: 20px;
  color: #A8B7C9;
  font-size: 14px;
  font-weight: bold;
}
.addressd p i {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  color: #E8F2FF;
  font-size: 24px;
  font-style: normal;
}
.addressd p:last-child i {
  font-size: 18px;
}
.eq-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
}
.eq-list .eq-i {
  margin-right: 22px;
  width: 79px;
}
.eq-list .eq-i img {
  display: block;
  width: 100%;
  height: auto;
}
.message {
  padding: 42px 80px 37px;
  width: 765px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0.5) 100%);
  background: -moz-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0.5) 100%);
  background: -o-linear-gradient(top, #00529c 0%, rgba(0, 82, 156, 0.5) 100%);
  background: linear-gradient(to bottom, #00529c 0%, rgba(0, 82, 156, 0.5) 100%);
}
.message-title {
  text-align: center;
  margin-bottom: 50px;
}
.message-title strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
}
.message-title small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-family: "Gilroy";
  text-transform: uppercase;
}
.message-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.message-item {
  position: relative;
  margin-bottom: 14px;
  width: 48.3333%;
}
.message-item i {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -7px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-style: normal;
}
.message-item .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  border: 1px solid rgba(232, 242, 255, 0.26);
  height: 48px;
  line-height: 47px;
  color: #FFFFFF;
  font-size: 14px;
  background: none;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.message-item .text:focus {
  border-color: #ffffff;
}
.message-item .text::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.35;
}
.names {
  padding: 0 42px 0 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 48px;
  border: 1px solid rgba(232, 242, 255, 0.26);
}
.names span {
  display: block;
  color: #fff;
  opacity: 0.35;
  font-size: 14px;
}
.radiso {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.radiso label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-left: 15px;
  color: #fff;
  opacity: 0.35;
  font-size: 14px;
}
.radiso label.active i:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.radiso label input {
  margin: 0;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  color: #FFFFFF;
  opacity: 0;
}
.radiso label i {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.radiso label i:before {
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  content: "";
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
.message-product {
  margin-bottom: 14px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.message-product span {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  opacity: 0.8;
}
.message-product .sele option {
  color: #000;
}
.message-select {
  position: relative;
  width: 73.3333%;
}
.message-select p {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  direction: rtl;
  padding-right: 53px;
  border: 1px solid rgba(232, 242, 255, 0.26);
  height: 48px;
  line-height: 47px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 14px;
  background: none;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  outline: none;
  border-radius: 0px;
  background: url(../images/arrow1.png) 94% center no-repeat;
  cursor: pointer;
}
.message-select:hover .select-box,
.message-select:focus .select-box {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.select-box {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 10px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: hidden;
  transition: 0.46s;
}
.message-down {
  position: relative;
  background: linear-gradient(to bottom, #00529C 0%, rgba(0, 82, 156, 0) 100%);
  padding: 22px 0;
  text-align: center;
  border-radius: 5px;
}
.message-down:before {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #00529C;
}
.message-down li {
  margin-bottom: 8px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.message-down li:last-child {
  margin-bottom: 0;
}
.message-product1 {
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.message-product1 .message-item {
  margin-bottom: 0;
  width: auto;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 18px;
}
.message-row .message-text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 116px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 12px 18px;
  color: #fff;
  outline: none;
  resize: none;
  font-family: "微软雅黑";
}
.message-row .message-text::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.message-subs {
  margin-top: 32px;
  text-align: center;
}
.message-subs input {
  margin: auto;
  cursor: pointer;
  padding: 0;
  width: 121px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(232, 242, 255, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: none;
  outline: none;
}
.message-subs input:hover {
  background: rgba(232, 242, 255, 0.5);
}
.message-subs p {
  margin-top: 12px;
  color: #FFFFFF;
  opacity: 0.5;
  line-height: 1.4;
}
.contact-earth {
  position: absolute;
  left: 50%;
  margin-left: -18.17%;
  top: 170px;
  width: 36.35%;
  z-index: -1;
}
.contact-earth img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: rolates 40s linear infinite;
  -moz-animation: rolates 40s linear infinite;
  -o-animation: rolates 40s linear infinite;
  animation: rolates 40s linear infinite;
}
.planning-list.article-block li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.68s;
  -o-transition: 0.68s;
  -moz-transition: 0.68s;
  transition: 0.68s;
}
.planning-list.article-block li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.planning-list.article-block li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.planning-list.article-block li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.planning-list.articleShow li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.clause-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.88s;
}
.clause-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.clause-bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.clause-hidden {
  background: #fff;
  box-sizing: border-box;
  padding: 60px 50px;
  border-radius: 10px;
  max-height: 90vh;
  overflow-y: auto;
}
.clause-content {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  transform: translateY(-50%);
  width: 1200px;
}
.clause-content .closes {
  position: absolute;
  right: -46px;
  top: 0;
  display: block;
  line-height: 1;
  font-size: 26px;
  cursor: pointer;
  color: #fff;
  transition: 0.4s;
}
.clause-content .closes:hover {
  transform: rotate(180deg);
}
.clause-content strong {
  display: block;
  text-align: center;
  color: #333;
  font-size: 36px;
  font-weight: normal;
}
.clause-info {
  margin-top: 30px;
}
.clause-info p {
  color: #666;
  font-size: 14px;
}
.coopecates {
  padding-top: 50px;
}
.coopecates small {
  display: block;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Gilroy";
}
.coopecates strong {
  display: block;
  margin-top: 14px;
  color: #FFFFFF;
  font-size: 27px;
  line-height: 1;
}
.coopecates p {
  margin-top: 32px;
  color: #A8B7C9;
  font-size: 14px;
}
.coopecates p i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 24px;
  width: 28px;
  height: 21px;
  background: url(../images/coopecate.png) center no-repeat;
}
.after-sale {
  background: #06162F;
  padding: 207px 9.21% 84px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.service-time {
  margin-top: 80px;
}
.service-time p {
  margin-bottom: 25px;
  color: #fff;
  line-height: 1;
  font-size: 24px;
}
.service-time p b {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 14px;
  font-size: 80px;
  font-weight: normal;
  font-family: "Gilroy";
}
.service-dit {
  position: relative;
  margin-right: 9.89%;
  width: 54.98%;
}
.service-nap img {
  display: block;
  width: 100%;
  height: auto;
}
.service-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-i {
  position: absolute;
}
.service-i span {
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 19px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  background: url(../images/map.png) left center no-repeat;
}
.service-i:first-child .ser-scale {
  opacity: 1;
  visibility: visible;
}
.service-i:first-child .ser-scale i {
  background: rgba(230, 31, 25, 0.31);
}
.service-i:hover .ser-scale {
  opacity: 1;
  visibility: visible;
}
.service-i1 {
  left: 45.52%;
  top: 62.97%;
}
.service-i2 {
  left: 39.6%;
  top: 45.06%;
}
.ser-scale {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 81px;
  height: 81px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}
.ser-scale i {
  display: block;
  background: rgba(0, 140, 214, 0.31);
  animation: pulse 2.5s infinite;
}
.ser-scale i:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.ser-scale i:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32.7%;
  margin-top: -32.7%;
  width: 65.4%;
  height: 65.4%;
  border-radius: 50%;
  animation-delay: 0.2s;
}
.ser-scale i:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20.35%;
  margin-top: -20.35%;
  width: 40.7%;
  height: 40.7%;
  border-radius: 50%;
  animation-delay: 0.4s;
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  40% {
    opacity: 1;
    transform: scale(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.service-i3 {
  left: 48.54%;
  top: 48.2%;
}
.service-i4 {
  left: 42.74%;
  bottom: 16.388%;
}
.service-i5 {
  right: 24.5%;
  top: 34.44%;
}
.service-i6 {
  right: 17.189%;
  bottom: 42.64%;
}
.service-i7 {
  right: 15.33%;
  bottom: 38.23%;
}
.service-i8 {
  right: 16.3%;
  bottom: 34.29%;
}
.service-i9 {
  right: 23.46%;
  bottom: 28.52%;
}
.service-i10 {
  right: 27.4%;
  bottom: 16.38%;
}
.service-i11 {
  right: 24.5%;
  bottom: 13.05%;
}
