@font-face {
  font-family: 'fontello';
  src: url('/antera/font/fontello.eot?80172554');
  src: url('/antera/font/fontello.eot?80172554#iefix') format('embedded-opentype'),
       url('/antera/font/fontello.woff2?80172554') format('woff2'),
       url('/antera/font/fontello.woff?80172554') format('woff'),
       url('/antera/font/fontello.ttf?80172554') format('truetype'),
       url('/antera/font/fontello.svg?80172554') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/antera/font/fontello.svg?64163019') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-ok:before { content: '\e800'; }
.icon-rengongkefu:before { content: '\e801'; } 
.icon-jinru:before { content: '\e802'; } 
.icon-zaixianyuyueshicheng:before { content: '\e803'; } 
.icon-right-open-1:before { content: '\e804'; } 
.icon-left-open-1:before { content: '\e805'; } 
.icon-down-open-1:before { content: '\e806'; } 
.icon-lianxidianhua:before { content: '\e807'; } 
.icon-dingwei:before { content: '\e808'; } 
.icon-right-open-mini:before { content: '\e809'; } 
.icon-xiushi:before { content: '\e80a'; } 
.icon-plus:before { content: '\e80b'; } 
.icon-search:before { content: '\e80c'; }
.icon-up-open-1:before { content: '\e80d'; }
.icon-search-1:before { content: '\e80e'; } 
.icon-th:before { content: '\e80f'; } 
.icon-dot:before { content: '\e810'; }
.icon-minus:before { content: '\e811'; } 
.icon-play-circled2:before { content: '\e812'; } 
.icon-left-open-mini:before { content: '\e813'; } 
.icon-tubiaozhizuo-:before { content: '\e814'; }
.icon-clock:before { content: '\e815'; } 
.icon-bookmark:before { content: '\e816'; } 
.icon-guankanyanjing:before { content: '\e817'; }
.icon-menu:before { content: '\e818'; }
.icon-paper-plane:before { content: '\e819'; } 
.icon-globe:before { content: '\e81a'; } 
.icon-phone:before { content: '\e81b'; } 
.icon-picture:before { content: '\e81f'; } 
.icon-star:before { content: '\e821'; } 
.icon-showroom:before { content: '\e826'; } 
.icon-angle-left:before { content: '\f104'; } 
.icon-angle-right:before { content: '\f105'; } 
.icon-question-circle-o:before { content: '\f29c'; } 


body {
  color: rgba(0, 0, 0, 0.87);
}
.section {
  background: #262626;
}
.section.fp-auto-height {
  background: #fff;
}
.sectionone {
  background-image: url(/antera/images/bg1m.jpg);
  background-size: cover;
}

/*.sectionone:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,.85), rgba(0,0,0,.18), transparent 100%);
  z-index: 1;
}*/
.sectiononem {
  position: absolute;
  top: 20%;
  left: 0;
}

@media(min-width: 768px) {
  .sectionone {
    background-image: url(/antera/images/bg1768.jpg);
  }

  .sectiononem {
    position: relative;
    top: 0;
    left: 0;
  }
}

@media(min-width: 992px) {
  .sectionone {
    background-image: url(/antera/images/bg11024.jpg);
  }
}

@media(min-width: 1200px) {
  .sectionone {
    background-image: url(/antera/images/bg1.jpg);
  }
}

.sectiontwo {
  background-image: url(/antera/images/bg2m.jpg);
  background-size: cover;
}
@media(min-width: 768px) {
  .sectiontwo {
    background-image: url(/antera/images/bg2768.jpg);
    background-size: cover;
  }
}

@media(min-width: 992px) {
  .sectiontwo {
    background-image: url(/antera/images/bg21024.jpg);
  }
}

@media(min-width: 1200px) {
  .sectiontwo {
    background-image: url(/antera/images/bg2.jpg);
  }
}

.wrapper {
  width: 100%;
  max-width: 480px;
}

.formore img {
  width: 40px;
  height: 40px;
}

.formore span {
  font-size: 14px;
}

@media(min-width: 768px) {
  .formore img {
    width: 48px;
    height: 48px;
  }

  .formore span {
    font-size: 18px;
  }
}

.modal-close {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.sectionthreez90 {
  /*background-image: url(/antera/images/bg3-z90m.jpg);*/
  background-image: url(/antera/images/bgz90.jpg);
  background-size: cover;
  transition: background-image .2s ease-in-out;
}
.sectionthreez85 {
  background-image: url(/antera/images/bgz85.jpg);
  background-size: cover;
  transition: background-image .2s ease-in-out;
}
.sectionthreez70 {
  background-image: url(/antera/images/bgz70.jpg);
  background-size: cover;
  transition: background-image .2s ease-in-out;
}

@media(min-width: 768px) {
.sectionthreez90 {
  background-image: url(/antera/images/bgz90768.jpg);
  background-size: cover;
  transition: background-image .2s ease-in-out;
}
.sectionthreez85 {
  background-image: url(/antera/images/bgz85768.jpg);
  background-size: cover;
  transition: background-image .2s ease-in-out;
}
.sectionthreez70 {
  background-image: url(/antera/images/bgz70768.jpg);
  background-size: cover;
  transition: background-image .2s ease-in-out;
}
}

@media(min-width: 992px) {
.sectionthreez90 {
  background-image: url(/antera/images/bgz901024.jpg);
  background-size: cover;
  transition: background-image .2s ease-in-out;
}
.sectionthreez85 {
  background-image: url(/antera/images/bgz851080.jpg);
  background-size: cover;
  transition: background-image .2s ease-in-out;
}
.sectionthreez70 {
  background-image: url(/antera/images/bgz701024.jpg);
  background-size: cover;
  transition: background-image .2s ease-in-out;
}

}

@media(min-width: 1200px) {
.sectionthreez90 {
  background-image: url(/antera/images/bgz901080.jpg);
  background-size: cover;
  transition: background-image .2s ease-in-out;
}
.sectionthreez70 {
  background-image: url(/antera/images/bgz701080.jpg);
  background-size: cover;
  transition: background-image .2s ease-in-out;
}

}


.sectionfour {
  background-image: url(/antera/images/bg4.jpg);
  background-size: cover;
  z-index: 1;
}
#myVideo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: #262626;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 2;
}
.videocontainer {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media(min-width: 768px){
  .videocontainer {
    top: 50%;
    transform: translate(-50%,-50%);
  }
}

.text-shadow {
  text-shadow: 2px 1px 3px rgb(0 0 0 / 35%);
}

.sectionfive {
  background-image: url(/antera/images/bg5.gif);
  background-size: cover;
}
@media(min-width: 768px) {
  .sectionfive {
    background-image: url(/antera/images/bg51024.gif);
    background-size: cover;
  }
}

@media(min-width: 1200px) {
  .sectionfive {
    background-image: url(/antera/images/bg51080.gif);
  }
}


.sectionsix {
  background-image: url(/antera/images/bg4.jpg);
  background-size: cover;
}


.fp-left ul li:last-child {display: none !important}




.opacity-85 {
  opacity: .85
}

.opacity-90 {
  opacity: 1
}

@media(min-width: 768px) {
  .opacity-90 {
    opacity: .9;
  }
}

.fp-overflow {
  z-index: 2;
}

.h6 {
  font-size: 14px;
}

@media(min-width: 768px) {
  .h6 {
    font-size: 18px;
  }
}



.btn-cibes, .btn-outline {
  display: inline-block;
  padding: 12px 24px;
  transition: all .3s ease-out;
  white-space: nowrap;
  border-radius: 2px;
}
@media(min-width: 576px){
  .btn-cibes, .btn-outline {
    padding: 12px 32px;
  }
}
.btn-cibes {
  background: #262f2f;
  color: #fff;
}
.btn-hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff9300;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: transform .25s ease-out;
}

.btn-hover:hover:after,
.btn-hover:active:after {
  transform: scaleY(1);
}



.small-md-fluid,
.small-lg-fluid,
.small-md {
  font-size: 14px;
}

@media(min-width: 768px) {
  .small-md-fluid {
    font-size: 16px;
  }
}

.footer {
  background: #262626;
}



.sectionthreez70:after, .sectionthreez90:after, .sectionthreez85:after {
  content:  "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgba(0,0,0,.85), rgba(0,0,0,0));
  z-index: 2;
}
@media(min-width: 768px){
  .sectionthreez70:after, .sectionthreez90:after, .sectionthreez85:after {
    content:  none;
  }
}
.w-80 {
  width: 80%;
}

.movedownicon {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  margin-left: -32px;
  width: 64px;
  height: 64px;
  display: none;
  z-index: 5;
  opacity: 1;
  animation: movedown 1s infinite alternate;
  -webkit-animation: movedown 1s infinite  alternate;
}
@media(min-width: 992px) {
  .movedownicon {
    display: block;
    cursor: pointer;
  }
}
@-webkit-keyframes movedown {
    0% { transform: translateY(0);opacity: 1; }
    100% { transform: translateY(12px);opacity: .8 }
}
@keyframes movedown {
    0% { transform: translateY(0);opacity: 1; }
    100% { transform: translateY(12px);opacity: .8; }
}
.btn-footer {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.32);
  background: #111;
  font-size: 14px;
  color: #fff;
  transition: all .25s linear;
}
.btn-footer:hover, .btn-footer:focus {
  color: #ff9300;
  border-color: #ff9300;
  transition: all .25s linear;
}
@media(min-width: 768px){
  .btn-footer {
    padding: 10px 20px;
  }
}
/**footer**/
.fixed-bottom-ios {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.bg-cibes {
  background-color: #ff9300;
}

.column-line {
  border-left: 1px solid rgba(255,255,255,.15);
}
.bottom-megamenu {
  position: static;
}
.bottom-megamenu .dropdown-menu {
  animation-name: DropUpSlide;
  animation-duration: .3s;
  animation-fill-mode: both;
}
@keyframes DropUpSlide {
  100% {
    transform: translateY(-46px)
  }
  0% {
    transform: translateY(-48px)
  }
}
.bottom-megamenu .dropdown-toggle::after{
  content: none;
}
.bottom-megamenu .dropdown-menu.show {
  left: 0;
  display: block;
  width: 100vw;
  padding: 0;
  margin: 0;
  background: rgba(59,58,81,.98);
}
.bottom-megamenu .dropdown-menu.show {
  left: 0 !important;
  bottom: 0 !important;
}
.bottom-megamenu.show a.dropdown-toggle:focus, .bottom-megamenu.show a.dropdown-toggle:active, .bottom-megamenu:focus, .bottom-megamenu:active {
  border: 0;
  box-shadow: none;
  outline: 0;
}
.border-top-dropdown {
  border-top: 1px solid rgba(255,255,255,.25);
}
a {
  text-decoration: none;
}
.small {font-size:12px}
.mobileseries:before {
  content: "";
  display: block;
  margin-bottom: 8px;
  background: transparent;
  width: 48px;
  height: 3px;
  margin-left: auto;
  margin-right:  auto;
}
.active.mobileseries:before{
  background: #ff9300;
}
.bottom-50px{
  bottom: 50px;
}

/*aifanfan*/
#newBridge .nb-icon-wrap {
  width: 48px !important;
  height: 48px !important;
}
@media(min-width: 768px) {
  #newBridge .nb-icon-wrap {
    width: auto !important;
    height: auto !important;;
  }
}
@media(min-width: 768px) {
  #newBridge .nb-customer-icon-style-newicon .nb-icon-inner-wrap-newicon {
    width: 80px !important;
    height: 80px !important;
  }
}<!--ºÄÊ±1756472259.5425Ãë-->