@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, PingFang-SC-Regular, Hiragino Sans GB, Microsoft Yahei, Arial, sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  background-color: #f8f9fa;
}
.bg-white-fluid {
  background-color: #fff;
}
@media(min-width:  768px) {
  body {
    background-color: #fff;
  }
  .bg-white-fluid {
    background: transparent;
  }
}
.text-sec {
  color: rgba(0,0,0,.67);
}
a {
  text-decoration: none;
  color: rgba(0,0,0,.87);
}
a:hover {
  text-decoration: none;
  transition: all .3s ease;
}
:focus {
  outline: 0;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.fixed-top {
  box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, .08);
}
.fixed-gap {
  padding-top: 51px;
}
.logo img {
  width: 120px;
  height: 40px;
}
@media(min-width: 768px) {
  .fixed-top {
    box-shadow: none;
  }
  .fixed-gap {
    padding-top: 64px;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media(min-width: 768px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media(min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .87);
  white-space: nowrap;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  background: #f1f1f1;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #f1f1f1;
  color: #000;
}
.menu-contact {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  background: #f49712;
  color: #fff;
  border-radius: 2px;
}
.border-top-dropdown {
  border-top: 1px solid rgba(255,255,255,.25);
}


.color {
  color: #f49712;
}
.banner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0, rgba(0,0,10,0.75) 0%, transparent 100%);
  z-index: 2;
}
.intro {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  z-index: 3;
}
@media(min-width: 768px) {
  .banner:after {
    content: none;
  }
  .intro {
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.title {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-bottom: 24px;
  color: #f49712;
  text-align: center;
}

.title:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  margin: 0 auto;
  background-color: #f49712;
}

.title span {
  display: block;
  margin-bottom: 10px;
  color: rgba(0,0,0,.67);
  font-size: 16px;
  line-height: 22px;
}
.icon {
  width: 28px;
  height: 28px;
}


.tag {
  background: rgba(81,67,217, 0.1);
  color: rgba(81,67,217,.87);
}
.iconadv {
  background: #f8f9fa;
  padding: 16px;
  border-radius: 100%;
}
.swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  background: #f49712;
  border-radius: 1px;
}
.swiper-products-prev, .swiper-products-next,.swiper-case-prev, .swiper-case-next {
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,.4);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  margin: 0 10px;
  transition: all .3s ease-in-out;
}
.swiper-products-prev,.swiper-case-prev {
  left: -75px;
}
.swiper-products-next,.swiper-case-next {
  right: -75px;
}
.swiper:hover .swiper-products-prev, .swiper:hover .swiper-case-prev {
  left: 0;
}
.swiper:hover .swiper-products-next, .swiper:hover .swiper-case-next {
  right: 0;
}
.showroom {
  background: url(/jiayongdianti/jiage/images/v90s.jpg) no-repeat center scroll;
  background-size: auto 100%;
}
@media(min-width:768px){
  .showroom {
    background: url(/jiayongdianti/jiage/images/v90s.jpg) no-repeat center fixed;
    background-size: cover;
  }
}
.showroom:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .25);
  z-index: 1;
}
.gap {
  padding-top: 160px;
  padding-bottom: 160px;
}




.btn-cibes {
  padding: 12px 32px;
  background: #262f2f;
  border-radius: 2px;
  color: #fff;
  transition: all .3s ease-in-out;
  /*border: 2px solid #262f2f;*/
}
.btn-cibes:hover {
  color: #fff;
  /*border: 2px solid #ff9300;*/
}
.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);
  /*transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
}
.small-md-fluid {
  font-size: 14px;
}
@media(min-width: 768px){
  .small-md-fluid {
    font-size: 16px;
  }
}
.footer {
  background: #262626;
}
.small-md {font-size: 14px;}
.offcanvas-start {width: 70% !important;}
@media(min-width: 768px){
  .offcanvas-start {
    width: 400px;
  }
}
.fixed-bottom-ios {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.bg-cibes {
  background-color: #ff9300;
}
.dropdown-toggle::after {
  content: "";
  display: none;
}
.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)
  }
/*  100% {
    transform: translateY(-100%)
  }
  0% {
    transform: translateY(-95%)
  }*/
}
.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: -1px !important;
  /*top: 1px !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);
}
.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;
}

/*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;
  }
}
.fixed-sp {
  position:fixed;
  right: 2px;
  left: auto;
  bottom: 60px;
  z-index: 99;
  display: inline-block;
  background:#f49712;
  padding: 10px 24px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
@media(min-width:992px) {
  .fixed-sp {
    bottom: 24px;
  }
}

.mb-12 {margin-bottom: 12px}
#contactformm p {
  font-size: 14px;
  min-width: 92px;
}

#contactformm p.w1 {
  min-width: 60px;
}

#contactformm p.h5 {
  font-size: 1.25rem;
}

#contactformm input {
  /* font-size: 14px; */
  /* padding: 5px 8px; */
  /* height: 32px; */
  /*max-width: 120px;*/
}

.container-m {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}


@media (min-width: 768px) {
  .container-m {
    max-width: 768px
  }
}

@media (min-width: 992px) {
  .container-m {
    max-width: 1140px
  }
}

@media (min-width: 1200px) {
  .container-m {
    max-width: 1440px
  }
}

#contactform p,
#contactform label {
  font-size: 14px;
}

.form-contact input {
  width: 100%;
  padding: 10px 16px;
  background: #ededed;
  border: 0;
  border-radius: 2px;
  color: #000;
  line-height: 1.2;
  transition: all .3s ease-in-out;
  height: 40px;
}

.form-contact select {
  width: 100%;
  padding: 10px 16px;
  background: #f2f2f2;
  border: 0;
  border-radius: 2px;
  line-height: 1.2;
  transition: all .3s ease-in-out;
  height: 40px;
}

.form-contact textarea {
  width: 100%;
  padding: 10px 16px;
  background: #ededed;
  border: 0;
  border-radius: 2px;
  line-height: 1.2;
  transition: all .3s ease-in-out;
}


.form-check-label a {
  color: rgba(0, 0, 0, .87);
}

.form-check-label a:hover,
.form-check-label a:focus {
  color: rgba(0, 0, 0, .67);
}

.btn-submit {
  display: inline-flex;
  justify-content: center;
  /*padding: 6px 10px;*/
  padding: 8px 24px;
  background-color: #f49712;
  font-size: 16px;
  color: #fff;
  outline: none;
  border: 0;
  border-radius: 2px;
  min-width: 140px;
  height: 40px;
}

.btn-submit:hover,
.btn-submit:focus {
  outline: none;
}

span.error {
  font-size: 12px;
  color: #dc3545;
}

.btn-radios {
  padding: 8px 12px;
  border: 1px solid #ededed;
  background: #ededed;
  text-align: center;
  border-radius: 4px;
  transition: all .3s ease;
  cursor: pointer;
}
.btn-check:active+.btn-radios, .btn-check:checked+.btn-radios {
  background: transparent;
  border-color: #ff9300;
  transition: all .3s ease;
}
textarea {
  width: 100%;
  padding: 10px 16px;
  background: #ededed;
  border: 0;
  border-radius: 2px;
  line-height: 1.2;
  transition: all .3s ease-in-out;
}
textarea::placeholder {
  font-size: 14px;
}
.form-check-input:checked {
  background: #ff9300;
  border-color: #ff9300;
  box-shadow: none;
}


.pt-12, .p-12, .py-12 {
  padding-top: 12px;
}
.pb-12, .p-12, .py-12 {
  padding-bottom: 12px;
}
.ps-12, .p-12, .px-12 {
  padding-left: 12px;
}
.pe-12, .p-12, .pe-12 {
  padding-right: 12px;
}

<!--ºÄÊ±1756498637.7249Ãë-->