body {
  font-family: -apple-system, BlinkMacSystemFont, PingFang-SC-Regular, Hiragino Sans GB, Microsoft Yahei, Arial, sans-serif;
  font-size: 16px;
  color: #4a4a4a;
}
a {
  color: rgba(0,0,0,.87);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: all .3s ease;
}

:focus {
  outline: 0;
}

.fixed-top {
  box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, .08);
}

.fixed-gap {
  padding-top: 40px;
}

.logo img {
  width: 120px;
  height: 40px;
}

@media(min-width: 768px) {
  .fixed-gap {
    padding-top: 56px;
  }
}

.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;
}

.gap {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media(min-width: 768px) {
  .gap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

h2,
.h2 {
  font-size: 28px;
}

@media(min-width: 768px) {

  h2,
  .h2 {
    font-size: 32px;
  }
}

.banner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.15);
  z-index: 2;
}
.banner-wrapper .h1 {
  font-size: 28px;
}
.banner-wrapper {
  position: absolute;
  left: 1%;
  top: 50%;
  transform:  translateY(-50%);
  z-index: 4;
}
@media(min-width: 768px){
  .banner-wrapper .h1 {
    font-size: 40px;
  }
  .banner-wrapper {
    position: absolute;
    left: 18%;
    top: 50%;
    transform:  translateY(-50%);
    z-index: 4;
  }
}

.list-size li b {
  min-width: 30px;
  text-align: right;
  margin-right: 8px;
}

.list-size li {
  display: flex;
  margin-bottom: 6px;
}

.color7a {
  color: #7a7a7a;
}

.product-card {
  box-shadow: 1px 2px 23px -15px rgba(0, 0, 0, .7);
}

.product-card h3 {
  font-size: 20px;
}

.video a.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.mb-30 {
  margin-bottom: 15px;
}

@media(min-width: 768px) {
  .mb-30 {
    margin-bottom: 30px;
  }
}

.case {
  position: relative;
  overflow-y: hidden;
}

.case:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .35);
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.case:hover:before,
.case:focus:before {
  opacity: 1;
  transition: opacity .3s ease-in-out;
}

.case .case-link {
  position: absolute;
  width: 120px;
  height: 42px;
  line-height: 42px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #f49712;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.case:hover .case-link,
.case:focus .case-link {
  opacity: 1;
  transition: opacity .3s ease-in-out;
}

.wechat-service {
  width: 120px;
  height: 120px;
}

@media(min-width: 768px) {
  .wechat-service {
    width: 80px;
    height: 80px;
  }
}

.link {
  border-bottom: 2px solid #f49712;
  line-height: 1;
  color: #4a4a4a;
}

.link:hover,
.link:focus {
  color: #212529;
  box-shadow: inset 0 -3px #f49712;
  transition: box-shadow .3s ease;
}

.mobile-navbar-list li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  color: #333;
}

.fixed-mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1090;
  max-height: 48px;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .35);
  background-color: #f49712;
}

.fixed-mobile a {
  color: #fff;
}

#VideoModalCenter .modal-content {
  background-color: transparent !important;
}

.modal-backdrop.show {
  opacity: .75;
}

.play-video {
  width: 100%;
  height: auto;
  max-height: 60vh;
}

.close-videos {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  right: 10px;
  cursor: pointer;
  text-align: center;
}

@media(min-width: 992px) {
  .close-videos {
    top: 20px;
    transform: translateY(0);
    right: 20px;
  }
}

.close-videos span {
  font-size: 50px;
  color: rgba(255, 255, 255, .9);
}

.color {
  color: #f49712;
}

.btn-cibes {
  display: inline-block;
  justify-content: center;
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  background-color: #f49712;
  border-radius: 2px;
  transition: all .25s ease-in-out;
}

.btn-cibes:hover,
.btn-cibes:focus {
  color: #fff;
  background-color: #e2890a;
  transition: all .25s ease-in-out;
}

/*20200509*/
.card-contact {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #13aeee;
  background-color: #13aeee;
}

.custom-checkbox a {
  color: rgba(0, 0, 0, .87);
}

.small {
  font-size: 12px !important;
}

.fixed-form {
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, .08);
  background: #dedede;
}

#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
  }
}



/*20200506*/

#contactform p,
#contactform label {
  font-size: 14px;
  /*color: rgba(0,0,0,.67);*/
}

.form-contact input {
  width: 100%;
  padding: 10px 16px;
  background: #f2f2f2;
  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: #f2f2f2;
  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;
  background-color: #f49712;
  font-size: 16px;
  color: #fff;
  outline: none;
  border: 0;
  border-radius: 2px;
  min-width: 150px;
  height: 40px;
}

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

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




.size-readmore td {
  font-size: 14px;
  color: #000;
}
.size-readmore[data-readmore] {
  overflow: hidden;
  transition: height 300ms;
}
.size-readmore + [data-readmore-toggle],.size-readmore[data-readmore] {
  display: block;
  width: 100%;
}
.readmore {
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  padding-top: 100px;
  text-align: center;
  /*background: linear-gradient(to bottom,rgba(255,255,255,.2),white);*/
  background: linear-gradient(to bottom,rgba(248,249,250,.2),rgb(248,249,250));
  height: 30px;
  line-height: 30px;
  color: #333;
  font-weight: 500;
}
@media(min-width:768px){
  .readmore {
    bottom: 0;
  }
}
.readless {
  display: block;
  text-align: center;
  width: 100%;
  color: #333;
  font-weight: 500;
}
.readmore:hover,.readmore:foucs,.readless:hover,.readlees:focus {
    color: #13aeee;
    transition: all .3s linear;
}

/* new mobile bottom */
.bg-cibes {background: #f49712;}
.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: -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;
}


/*Í·²¿²Ëµ¥£¬£¬£¬£¬mobile*/
.offcanvas-start {width: 70%;}
@media(min-width: 768px){
  .offcanvas-start {
    width: 400px;
  }
}
.small-md{font-size: 14px;}



.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;
}
/*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}
.products-wrapper{
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .products-wrapper {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .products-wrapper{
        max-width:720px
    }
}

@media (min-width: 992px) {
    .products-wrapper{
        max-width:768px
    }
}

@media (min-width: 1200px) {
    .products-wrapper {
        max-width:960px
    }
}


@media(min-width: 992px){
    .carousel-wrapper {
      width: auto !important;
    }
    }
.text-shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,.35)
}<!--ºÄÊ±1756458600.0966Ãë-->