@charset "UTF-8";

.dtbg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.dtbg img {
  display: none;
}

.for-pc-only {
  display: inherit;
}

@media screen and (max-width: 767px) {
  .for-pc-only {
    display: none;
  }
}

.for-mb-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-mb-only {
    display: inherit;
  }
}

.clear-fix {
  clear: both;
}

.clear-fix:before {
  clear: both;
}

.clear-fix:after {
  clear: both;
}

.excerpt-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5rem;
  width: 100%;
  font-size: 1.05rem;
  max-height: calc(1 * 1.5rem + 1px);
  height: calc(1 * 1.5rem + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  height: auto;
}

.excerpt-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5rem;
  width: 100%;
  font-size: 1rem;
  max-height: calc(2 * 1.5rem + 1px);
  height: calc(2 * 1.5rem + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
}

::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1.0;
}

::placeholder {
  color: #fff !important;
  opacity: 1.0;
}

::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1.0;
}

::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1.0;
}

* {
  box-sizing: border-box;
}

*:before {
  box-sizing: border-box;
}

*:after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 1;
  max-width: 100%;
  margin: 0;
}

section {
  padding: 64px 0;
  background-color: #fff;
}

section:nth-of-type(2n) {
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  section {
    padding: 32px 0;
  }
}

a {
  font-size: 1.0rem;
  line-height: 1.5;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

a:visited {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  color: #aaa;
}

p {
  font-size: 1.0rem;
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-margin-before: 0;
}

span {
  font-size: 1.0rem;
  line-height: 1.5;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

ul li,
ol li {
  font-size: 1rem;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

h1,
h2,
h3 {
  margin: 1rem 0;
  font-weight: 800;
}

h4,
h5,
h6 {
  margin: 0.5rem 0;
  font-weight: 600;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.0rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.0rem;
}

h6 {
  font-size: 0.75rem;
}

html {
  font-size: 14px;
}

html body {
  font-size: 14px;
}

html,
body {
  font-family: 微软雅黑, "Microsoft YaHei", "SourceHanSansCN-Normal", Arial, Helvetica, sans-serif;
  width: 100%;
}

body {
  overflow: hidden;
  background-color: #ffffff;
}

body>.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

section {
  background-color: #ffffff;
  padding: 0;
  padding: 4rem 0;
}

section:nth-of-type(2n) {
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  section {
    padding: 2rem 1rem;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0;
  }

  .container>.row {
    margin: 0;
  }
}

.container {
  padding: 0;
}

.container .row {
  margin: 0;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  background-color: #ffffff;
  transition: all 0.35s ease;
  margin-top: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1001;
  }
}

header .header-top .flex-wrapper,
header .header-body .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .header-top p,
header .header-body p {
  font-size: 13px;
  color: #555555;
  line-height: 1;
}

header .header-top {
  padding: 6px 0;
  border-bottom: 1px solid #eeeeee;
}

@media screen and (max-width: 767px) {
  header .header-top {
    display: none;
  }
}

header .header-body {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  header .header-body {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  header .header-body .logo {
    padding-left: 0.5rem;
  }
}

header .header-body .logo a {
  padding: 5px 0;
}

header .header-body .logo img {
  height: 78px;
}

@media screen and (max-width: 767px) {
  header .header-body .logo img {
    height: 48px;
  }
}

header .header-body .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  padding-right: 60px;
}

header .header-body .right .wechat img {
  position: absolute;
  display: block;
  width: 48px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

header .header-body .right .wechat img.qr-code {
  display: none;
  left: 80px;
  top: 100%;
  transform: translate(0);
  -webkit-transform: translate(0);
  width: 360px;
}

header .header-body .right .wechat:hover img.qr-code {
  display: block;
}

@media screen and (max-width: 767px) {
  header .header-body .right {
    padding-right: 0.5rem;
  }
}

header .header-body .right .icon {
  width: 48px;
  height: 48px;
  background-image: url("/wp-content/themes/balingyouchuang/assets/oss/img/icons/tel05.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  header .header-body .right .icon {
    width: 36px;
    height: 36px;
  }
}

header .header-body .right h3 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  color: #282828;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  header .header-body .right h3 {
    font-size: 1.0rem;
    margin: 0 0 0.75rem;
  }
}

header .header-body .right h2 {
  margin: 0;
  font-size: 2.0rem;
  font-weight: 800;
  color: #FC6200;
  font-family: impact;
}

@media screen and (max-width: 767px) {
  header .header-body .right h2 {
    font-size: 1.25rem;
    margin: 0;
  }
}

header .header-nav {
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
}

header .navbar-nav>li {
  margin: 0 2rem 0 0;
}

header .navbar-nav>li:last-of-type {
  margin: 0;
}

@media screen and (max-width: 767px) {
  header .navbar-nav>li {
    margin: 0;
  }
}

header .navbar-nav>li>a {
  color: #282828;
  padding: 1rem 2rem;
  line-height: 1;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  header .navbar-nav>li>a {
    padding: 0.5rem 1rem;
    text-align: center;
  }
}

header .navbar-nav>li:last-of-type a {
  border-right: none;
}

header .nav>li>a:focus,
header .nav>li>a:hover {
  background-color: #eeeeee;
  color: #202020;
}

header .navbar-nav>li.active a {
  background-color: #e60617;
  color: #ffffff;
  border-color: transparent;
}

header .navbar-nav>li.search-wrapper {
  margin-top: 7px;
  float: right;
}

header .navbar-nav>li.search-wrapper form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

header .navbar-nav>li.search-wrapper form ::-webkit-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

header .navbar-nav>li.search-wrapper form ::placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

header .navbar-nav>li.search-wrapper form ::-ms-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

header .navbar-nav>li.search-wrapper form ::-ms-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

header .navbar-nav>li.search-wrapper form input,
header .navbar-nav>li.search-wrapper form button {
  border: none;
  padding: 0.5rem;
  color: #777777;
  outline: none;
}

header .navbar-nav>li.search-wrapper form input {
  height: 28px;
  border-radius: 28px 0 0 28px;
  width: 150px;
  font-size: 1rem;
  padding-left: 1rem;
}

header .navbar-nav>li.search-wrapper form button {
  height: 28px;
  width: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 0 28px 28px 0;
  transition: all 0.25s ease;
}

header .navbar-nav>li.search-wrapper form button i {
  font-size: 12px;
  color: #777777;
  transition: all 0.25s ease;
}

header .navbar-nav>li.search-wrapper form button:hover {
  background-color: #FC6200;
}

header .navbar-nav>li.search-wrapper form button:hover i {
  color: #ffffff;
}

header .navbar-collapse {
  padding: 0;
}

header .navbar-nav {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .navbar-toggle {
    border: 1px solid #ffffff;
  }

  .navbar-toggle .icon-bar {
    background: #ffffff;
  }
}

header.scrolled {
  margin-top: -124px;
}

header .search-form ::-webkit-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

header .search-form ::placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

header .search-form ::-ms-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

header .search-form ::-ms-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

header .search-form input,
header .search-form button {
  border: none;
  outline: none;
  margin-bottom: 0;
  height: 40px;
  padding: 10px 1rem;
  font-size: 1rem;
  color: #ffffff;
}

header .search-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

header .search-form button {
  width: 100px;
  border-radius: 0 6px 6px 0;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background-color: #1d5688;
  line-height: 40px;
  padding: 0;
  width: 72px;
  transition: all 0.25s ease;
}

header .search-form button:hover {
  background-color: #f92636;
}

header .search-form input {
  width: 360px;
  color: #555555;
  border: 1px solid #1d5688;
  border-radius: 6px 0 0 6px;
  border-right: none;
}

footer {
  padding: 4rem 0 0;
  background-color: #2b2b2b;
}

footer * {
  color: #dddddd;
}

footer .copy-right {
  text-align: center;
  padding: 0.5rem 0;
  border-top: 1px solid #555555;
  font-size: 0.9rem;
  color: #555555;
}

footer .copy-right a {
  color: #aaaaaa;
  margin-left: 1rem;
  font-size: 0.9rem;
}

footer .flex-wrapper {
  width: 100%;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

footer .flex-wrapper>.left {
  width: 100%;
}

footer .flex-wrapper>.right {
  width: 40%;
}

footer .flex-wrapper>.left .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

footer .flex-wrapper>.left .wrapper .item h4 {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

footer .flex-wrapper>.left .wrapper .item ul li {
  margin-bottom: 2px;
}

footer .flex-wrapper>.left .wrapper .item ul li:last-of-type {
  margin-bottom: 0;
}

footer .flex-wrapper>.left .wrapper .item ul li a {
  font-size: 1.0rem;
  color: #aaaaaa;
  line-height: 2;
}

footer .flex-wrapper>.left .wrapper .item .contact h3,
footer .flex-wrapper>.left .wrapper .item .contact h2 {
  margin: 0;
  color: #FC6200;
}

footer .flex-wrapper>.left .wrapper .item .contact h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

footer .flex-wrapper>.left .wrapper .item .contact h2 {
  font-size: 1.5rem;
  font-family: impact;
}

footer .flex-wrapper>.left .wrapper .item .contact ul {
  margin-top: 1rem;
}

footer .flex-wrapper>.left .wrapper .item .contact ul li {
  font-size: 1.0rem;
  line-height: 1.75;
  max-width: 280px;
  margin-bottom: 0.3rem;
}

footer .flex-wrapper>.left .wrapper .item .contact ul li a {
  margin-right: 0.75rem;
}

footer .flex-wrapper>.left .wrapper .item .contact ul li a i {
  color: #FC6200;
  transition: all 0.25s ease;
}

footer .flex-wrapper>.left .wrapper .item .contact ul li a:hover i {
  color: #ffffff;
}

footer .flex-wrapper>.left .wrapper .item .qr-code img {
  width: 125px;
}

footer .flex-wrapper>.left .wrapper .item .contact ul li,
footer .flex-wrapper>.left .wrapper .item ul li a {
  font-size: 14px;
}

footer .flex-wrapper>.left .wrapper .item .contact ul li a.wechat {
  position: relative;
}

footer .flex-wrapper>.left .wrapper .item .contact ul li a.wechat img {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transition: all 0.25s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  width: 180px;
}

footer .flex-wrapper>.left .wrapper .item .contact ul li a.wechat:hover img {
  visibility: visible;
  opacity: 1;
  bottom: 24px;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 0;
  }
}

footer .footer-mb {
  display: none;
}

@media screen and (max-width: 767px) {
  footer .footer-mb {
    display: block;
    width: 100%;
  }
}

footer .footer-mb .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0;
}

footer .footer-mb .flex-wrapper .item {
  width: 25%;
  border-right: 1px solid #1d2088;
}

footer .footer-mb .flex-wrapper .item a {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  background-color: #14165e;
}

footer .footer-mb .flex-wrapper .item a .icon {
  width: 40px;
  height: 40px;
  background-position: 0 0;
  background-size: 500%;
  background-repeat: no-repeat;
}

footer .footer-mb .flex-wrapper .item a h4 {
  width: 100%;
  margin: 0.5rem 0 0;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}

footer .footer-mb .flex-wrapper .item:nth-of-type(2) a .icon {
  background-position: 25% 0;
}

footer .footer-mb .flex-wrapper .item:nth-of-type(3) a .icon {
  background-position: 50% 0;
}

footer .footer-mb .flex-wrapper .item:nth-of-type(4) a .icon {
  background-position: 75% 0;
}

footer .footer-mb .flex-wrapper .item:nth-of-type(5) {
  border-right: none;
}

footer .footer-mb .flex-wrapper .item:nth-of-type(5) a .icon {
  background-position: 100% 0;
}

@media screen and (max-width: 767px) {
  footer .footer-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  footer .copy-right {
    display: none;
  }

  footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10001;
  }

  .page-home,
  .content-page {
    margin-bottom: 64px;
  }
}

.side-widget {
  position: fixed;
  right: 0;
  bottom: 240px;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .side-widget {
    display: none;
  }
}

.side-widget ul li {
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.side-widget ul li a {
  background-color: #555555;
  width: 50px;
  height: 50px;
  transition: all 0.25s ease;
  position: relative;
  display: block;
}

.side-widget ul li a i {
  font-size: 1.5rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.side-widget ul li a i.large {
  font-size: 1.75rem;
}

.side-widget ul li a i.huge {
  font-size: 2.5rem;
}

.side-widget ul li img {
  position: absolute;
  top: 50%;
  right: 64px;
  width: 160px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.25s ease;
  margin-right: 2rem;
  visibility: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.side-widget ul li .float-box {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 64px;
  padding: 0.75rem;
  background-color: #1d5688;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 180px;
  margin-right: 2rem;
  transition: all 0.25s ease;
  visibility: hidden;
}

.side-widget ul li .float-box h2 {
  margin: 0;
  font-size: 1.75rem;
  font-family: impact;
  color: #ffffff;
}

.side-widget ul li .float-box h3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  color: #ffffff;
}

.side-widget ul li:hover a {
  background-color: #FC6200;
}

.side-widget ul li:hover img,
.side-widget ul li:hover .float-box {
  visibility: visible;
  margin-right: 0;
  opacity: 1;
}

.side-widget ul li:last-of-type {
  border-bottom: none;
}

.banner-home .swiper-button-prev,
.banner-home .swiper-container-rtl .swiper-button-next,
.banner-home .swiper-button-next,
.banner-home .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  outline: none;
}

.banner-home .swiper-button-next,
.banner-home .swiper-button-prev {
  width: 64px;
  height: 64px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.25s ease;
  margin: 0;
}

@media screen and (max-width: 767px) {

  .banner-home .swiper-button-next,
  .banner-home .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

.banner-home .swiper-button-next:hover i,
.banner-home .swiper-button-prev:hover i {
  opacity: 1;
}

.banner-home .swiper-button-next i,
.banner-home .swiper-button-prev i {
  font-size: 3.5rem;
  color: #ffffff;
  opacity: 0.6;
  transition: all 0.25s ease;
}

@media screen and (max-width: 767px) {

  .banner-home .swiper-button-next i,
  .banner-home .swiper-button-prev i {
    font-size: 1.5rem;
  }
}

.banner-home .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
}

.banner-home .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner-home .swiper-pagination-bullet-active {
  background: #ffffff;
}

.banner-home .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}

.certificates-wrapper {
  position: relative;
}

.certificates-wrapper .swiper-button-prev,
.certificates-wrapper .swiper-container-rtl .swiper-button-next,
.certificates-wrapper .swiper-button-next,
.certificates-wrapper .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  outline: none;
}

.certificates-wrapper .swiper-button-next,
.certificates-wrapper .swiper-button-prev {
  width: 48px;
  height: 48px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.25s ease;
  margin: 0;
}

.certificates-wrapper .swiper-button-next:hover i,
.certificates-wrapper .swiper-button-prev:hover i {
  opacity: 1;
}

.certificates-wrapper .swiper-button-next i,
.certificates-wrapper .swiper-button-prev i {
  font-size: 3rem;
  color: #282828;
  opacity: 0.6;
  transition: all 0.25s ease;
}

.certificates-wrapper .swiper-button-prev {
  left: -4rem;
}

.certificates-wrapper .swiper-button-next {
  right: -4rem;
}

.certificates-wrapper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
}

.certificates-wrapper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.certificates-wrapper .swiper-pagination-bullet-active {
  background: #ffffff;
}

.certificates-wrapper .swiper-slide {
  position: relative;
  padding: 0.5rem;
}

.certificates-wrapper .swiper-slide a {
  position: relative;
  z-index: 10;
  display: block;
}

.certificates-wrapper .swiper-slide a span {
  position: absolute;
  transition: 0.35s ease;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: rgba(0, 154, 252, 0.75);
  z-index: 20;
  left: 0;
  top: 0;
}

.certificates-wrapper .swiper-slide a span i {
  font-size: 3.0rem;
  color: #ffffff;
  opacity: 1;
  transition: 0.35s ease;
}

.certificates-wrapper .swiper-slide img {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0 auto;
  max-height: 200px;
  width: auto;
  max-width: 100%;
}

.certificates-wrapper .swiper-slide:hover span {
  opacity: 1;
}

.product-strengch {
  margin: 0 0 4rem;
  position: relative;
}

.product-strengch .swiper-button-prev,
.product-strengch .swiper-container-rtl .swiper-button-next,
.product-strengch .swiper-button-next,
.product-strengch .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  outline: none;
}

.product-strengch .swiper-button-next,
.product-strengch .swiper-button-prev {
  width: 48px;
  height: 48px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.25s ease;
  margin: 0;
}

.product-strengch .swiper-button-next:hover i,
.product-strengch .swiper-button-prev:hover i {
  opacity: 1;
}

.product-strengch .swiper-button-next i,
.product-strengch .swiper-button-prev i {
  font-size: 3rem;
  color: #282828;
  opacity: 0.6;
  transition: all 0.25s ease;
}

.product-strengch .swiper-button-prev {
  left: -4rem;
}

.product-strengch .swiper-button-next {
  right: -4rem;
}

@media screen and (max-width: 767px) {
  .product-strengch {
    margin: 0 0 2rem;
  }
}

.product-strengch .swiper-slide {
  overflow: hidden;
}

.product-strengch .swiper-slide img {
  display: block;
  max-width: 100%;
  transition: all 0.25s ease;
}

.our-brands .bd {
  width: 100%;
}

.our-brands .bd ul li {
  width: calc((100% - 4rem) / 5);
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-brands .bd ul li img {
  display: block;
  width: 100%;
  margin: 0 0 1rem;
  border: 1px solid #eeeeee;
}

.our-brands .bd ul li img:hover {
  border-color: #1d2088;
}

.our-brands .bd ul li img:last-of-type {
  margin-bottom: 0;
}

.page-home,
.content-page {
  margin-top: 166px;
}

section.products {
  background-color: #f8f8f8;
}

section.products .title {
  margin: 0 0 2.5rem;
}

section.products .title h2 {
  text-align: center;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 'webfont-bold';
}

section.products .title h2:after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 2px;
  background-color: #FC6200;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

section.products .title h3 {
  text-align: center;
  line-height: 1;
  margin: 0 0;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: arial;
  font-weight: 600;
}

section.products .learn-more {
  margin: 2rem 0 0;
  text-align: center;
}

section.products .learn-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.0rem;
  color: #1d5688;
  line-height: 1;
  width: 120px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #777777;
  margin: 0 auto;
  color: #777777;
  transition: all 0.25s ease;
}

section.products .learn-more a i {
  font-size: 1.0rem;
  color: #777777;
  line-height: 1;
  transition: all 0.25s ease;
  margin-left: 0.75rem;
}

section.products .learn-more a:hover {
  color: #ffffff;
  background-color: #14165e;
  border-color: #14165e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

section.products .learn-more a:hover i {
  color: #ffffff;
}

section.products .products-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.products .products-list .item {
  width: calc((100% - 6rem) / 4);
  margin: 0 2rem 2rem 0;
}

section.products .products-list .item:nth-of-type(4n) {
  margin-right: 0;
}

section.products .products-list .item:nth-of-type(n+5) {
  margin-bottom: 0;
}

section.products .products-list .item .wrapper {
  padding: 0.75rem;
  transition: all 0.25s ease;
  background-color: #f1f1f1;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  overflow: hidden;
}

section.products .products-list .item .wrapper img {
  display: block;
  max-width: 100%;
  transition: all 0.45s ease;
}

section.products .products-list .item h3 {
  text-align: center;
  margin: 0;
  padding: 1rem 0;
  font-size: 1.25rem;
  color: #777777;
  line-height: 1;
  position: relative;
  border-bottom: 2px solid #dddddd;
  transition: all 0.25s ease;
  font-weight: 400;
  text-transform: uppercase;
}

section.products .products-list .item:hover h3 {
  border-color: #FC6200;
}

section.products .products-list .item:hover .wrapper {
  padding: 0;
}

section.products .products-list .item:hover .wrapper img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

section.brands {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

section.brands .title {
  margin: 0 0 2.5rem;
}

section.brands .title h2 {
  text-align: center;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 'webfont-bold';
}

section.brands .title h2:after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 2px;
  background-color: #FC6200;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

section.brands .title h3 {
  text-align: center;
  line-height: 1;
  margin: 0 0;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: arial;
  font-weight: 600;
}

section.brands h2,
section.brands h3 {
  color: #ffffff;
}

section.brands .brands-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.brands .brands-list .item {
  width: calc((100% - 5rem) / 6);
  margin: 0 0 1rem;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease;
}

section.brands .brands-list .item:nth-of-type(n+16) {
  margin-bottom: 0;
}

section.brands .brands-list .item img {
  display: block;
  height: auto;
  width: 100%;
}

section.brands .brands-list .item:hover {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

section.brands .brands-list .bd ul li {
  box-shadow: none;
}

section.about .title {
  margin: 0 0 2.5rem;
}

section.about .title h2 {
  text-align: center;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 'webfont-bold';
}

section.about .title h2:after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 2px;
  background-color: #FC6200;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

section.about .title h3 {
  text-align: center;
  line-height: 1;
  margin: 0 0;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: arial;
  font-weight: 600;
}

section.about .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.about .flex-wrapper .content {
  width: calc((100% - 4rem) * 0.45);
}

section.about .flex-wrapper .img {
  width: calc((100% - 4rem) * 0.55);
}

section.about .flex-wrapper .img img {
  display: block;
  max-width: 100%;
}

section.about .flex-wrapper .img .learn-more {
  margin: 2rem 0 0;
  text-align: right;
}

section.about .flex-wrapper .img .learn-more a {
  font-size: 1.0rem;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 120px;
  height: 32px;
  border-radius: 8px;
  background-color: #1d2088;
  transition: all 0.25s ease;
}

section.about .flex-wrapper .img .learn-more a:hover {
  background-color: #1d5688;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

section.about .flex-wrapper .img .learn-more a i {
  font-size: 12px;
  color: #ffffff;
  margin-left: 0.75rem;
}

section.about .flex-wrapper .content h3 {
  margin: 0 0 2rem;
  font-size: 1.5rem;
  color: #1d2088;
  line-height: 1;
  text-align: left;
  padding-left: 1.75rem;
  border-left: 0.25rem solid #1d2088;
}

section.about .flex-wrapper .content p {
  font-size: 1rem;
  line-height: 1.75;
  text-indent: 2rem;
  color: #777777;
}

section.about .flex-wrapper .content ul {
  margin: 1rem 0 0;
}

section.about .flex-wrapper .content ul li {
  margin: 0 0 1.0rem;
  line-height: 1.75;
  color: #555555;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.about .flex-wrapper .content ul li:last-of-type {
  margin-bottom: 0;
}

section.about .flex-wrapper .content ul li strong {
  width: 90px;
  display: block;
  font-size: 1.25em;
  color: #282828;
  font-family: 'webfont-bold';
  margin-top: -3px;
}

section.about .flex-wrapper .content ul li p {
  display: block;
  width: calc(100% - 90px - 1rem);
  text-indent: 0;
}

section.news {
  background-color: #f8f8f8;
}

section.news .title {
  margin: 0 0 2.5rem;
}

section.news .title h2 {
  text-align: center;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 'webfont-bold';
}

section.news .title h2:after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 2px;
  background-color: #FC6200;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

section.news .title h3 {
  text-align: center;
  line-height: 1;
  margin: 0 0;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: arial;
  font-weight: 600;
}

section.news .learn-more {
  margin: 2rem 0 0;
  text-align: center;
}

section.news .learn-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.0rem;
  color: #1d5688;
  line-height: 1;
  width: 120px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #777777;
  margin: 0 auto;
  color: #777777;
  transition: all 0.25s ease;
}

section.news .learn-more a i {
  font-size: 1.0rem;
  color: #777777;
  line-height: 1;
  transition: all 0.25s ease;
  margin-left: 0.75rem;
}

section.news .learn-more a:hover {
  color: #ffffff;
  background-color: #14165e;
  border-color: #14165e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

section.news .learn-more a:hover i {
  color: #ffffff;
}

section.news .news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.news .news-list .item {
  width: 50%;
  padding-right: 3rem;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  padding: 1rem;
  width: calc((100% - 4rem) / 2);
  border-bottom: 1px dashed #dddddd;
}

@media screen and (max-width: 767px) {
  section.news .news-list .item {
    width: 100%;
    margin: 0 0 1rem;
    padding: 0;
  }
}

section.news .news-list .item .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  transition: all 0.25s ease;
}

@media screen and (max-width: 767px) {
  section.news .news-list .item .wrapper {
    padding: 1rem 0;
  }
}

section.news .news-list .item:nth-of-type(n+5) .wrapper {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  section.news .news-list .item:last-of-type .wrapper {
    border-bottom: none;
  }
}

section.news .news-list .pubdate {
  width: 78px;
  height: 78px;
  padding: 0.5rem;
  transition: all 0.25s ease;
}

section.news .news-list .pubdate span {
  color: #1d2088;
  display: block;
  font-family: arial;
  text-align: right;
  transition: all 0.25s ease;
}

section.news .news-list .pubdate span.day {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 0.25rem;
  text-align: right;
}

section.news .news-list .pubdate span.month {
  font-size: 16px;
}

section.news .news-list .content {
  width: calc(100% - 78px - 24px);
}

section.news .news-list .content h3 {
  text-align: left;
  margin: 0 0 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 18px;
  width: 100%;
  font-size: 18px;
  max-height: calc(1 * 18px + 1px);
  height: calc(1 * 18px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  color: #282828;
  transition: all 0.25s ease;
}

@media screen and (max-width: 767px) {
  section.news .news-list .content h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 16px;
    width: 100%;
    font-size: 16px;
    max-height: calc(1 * 16px + 1px);
    height: calc(1 * 16px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
  }
}

section.news .news-list .content p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24px;
  width: 100%;
  font-size: 14px;
  max-height: calc(2 * 24px + 1px);
  height: calc(2 * 24px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  color: #777777;
}

section.news .news-list .item:hover {
  border: 1px solid #1d2088;
  background-color: #ffffff;
  box-shadow: 4px 4px #FC6200;
}

section.news .news-list .item:hover .wrapper {
  border-color: transparent;
}

section.news .news-list .item:hover .content h3 {
  color: #1d2088;
}

section.news .news-list .item:hover .content p {
  color: #555555;
}

section.certificates .title {
  margin: 0 0 2.5rem;
}

section.certificates .title h2 {
  text-align: center;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 'webfont-bold';
}

section.certificates .title h2:after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 2px;
  background-color: #FC6200;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

section.certificates .title h3 {
  text-align: center;
  line-height: 1;
  margin: 0 0;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: arial;
  font-weight: 600;
}

section.contact-form {
  background-image: url("/wp-content/themes/balingyouchuang/assets/oss/img/backgrounds/bg-contact-form.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

section.contact-form .title {
  margin: 0 0 2.5rem;
}

section.contact-form .title h2 {
  text-align: center;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 'webfont-bold';
}

section.contact-form .title h2:after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 2px;
  background-color: #FC6200;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

section.contact-form .title h3 {
  text-align: center;
  line-height: 1;
  margin: 0 0;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: arial;
  font-weight: 600;
}

section.contact-form .title h2 {
  color: #ffffff;
}

section.contact-form .form-wrapper {
  width: 900px;
  margin: 0 auto;
}

section.contact-form .form-wrapper ::-webkit-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

section.contact-form .form-wrapper ::placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

section.contact-form .form-wrapper ::-ms-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

section.contact-form .form-wrapper ::-ms-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

section.contact-form .form-wrapper .input-wrapper {
  width: 100%;
  margin: 0 0 1.5rem;
}

section.contact-form .form-wrapper input,
section.contact-form .form-wrapper button,
section.contact-form .form-wrapper textarea {
  border: none;
  outline: none;
  font-size: 1rem;
  color: #777777;
}

section.contact-form .form-wrapper .input-wrapper.large {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.contact-form .form-wrapper .input-wrapper.large input {
  width: calc((100% - 3rem) / 3);
  height: 48px;
  padding: 0.5rem;
  border-bottom: 4px solid transparent;
  transition: all 0.25s ease;
}

section.contact-form .form-wrapper .input-wrapper.large input:focus {
  border-color: #FC6200;
}

section.contact-form .form-wrapper button {
  width: 120px;
  height: 32px;
  border-radius: 8px;
  background-color: transparent;
  color: #ffffff;
  line-height: 1;
  transition: all 0.25s ease;
  border: 1px solid #ffffff;
  margin: 0 auto;
  display: block;
}

section.contact-form .form-wrapper button:hover {
  color: #ffffff;
  border-color: #FC6200;
  background-color: #FC6200;
}

section.contact-form .form-wrapper textarea {
  width: 100%;
  height: 150px;
  padding: 0.5rem;
  border-bottom: 4px solid transparent;
  transition: all 0.25s ease;
  resize: none;
}

section.contact-form .form-wrapper textarea:focus {
  border-color: #FC6200;
}

section.recommend-products .swiper-slide .wrapper {
  width: 100%;
  position: relative;
}

section.recommend-products .swiper-slide .img-wrapper {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

section.recommend-products .swiper-slide .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #eeeeee;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5rem 0;
}

section.recommend-products .swiper-slide .img h3 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: #282828;
  margin: 1rem 0 0;
  width: 100%;
}

section.recommend-products .swiper-slide .img .icon-outter {
  width: 124px;
  height: 124px;
  border: 4px solid #282828;
  border-radius: 124px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #ffffff;
}

section.recommend-products .swiper-slide .img .icon-outter .icon {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

section.recommend-products .swiper-slide .info {
  background-color: #1d2088;
  padding: 2rem 1rem 1rem;
}

section.recommend-products .swiper-slide .info h4 {
  text-align: center;
  margin: 0 0 1rem;
  position: relative;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
}

section.recommend-products .swiper-slide .info h4:after {
  position: absolute;
  content: '';
  width: 2rem;
  height: 2px;
  background-color: #ffffff;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

section.recommend-products .swiper-slide .info span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #ffffff;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border-radius: 24px;
}

section.recommend-products .swiper-slide .info span i {
  font-size: 1rem;
  color: #1d2088;
}

section.recommend-products .title {
  margin: 0 0 2.5rem;
}

section.recommend-products .title h2 {
  text-align: center;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 'webfont-bold';
}

section.recommend-products .title h2:after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 2px;
  background-color: #FC6200;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

section.recommend-products .title h3 {
  text-align: center;
  line-height: 1;
  margin: 0 0;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: arial;
  font-weight: 600;
}

section.recommend-products .slogan {
  padding: 1.5rem 0;
  margin: -4rem 0 4rem;
  background-color: #f8f8f8;
}

section.recommend-products .icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.recommend-products .item {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}

section.recommend-products .text h3,
section.recommend-products .text h4 {
  line-height: 1;
  margin: 0;
}

section.recommend-products .text h3 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  color: #282828;
}

section.recommend-products .text h4 {
  font-size: 1.0rem;
  color: #777777;
}

section.recommend-products .icon {
  background-image: url("/wp-content/themes/balingyouchuang/assets/oss/img/icons/icon-slogan.png");
  width: 60px;
  height: 60px;
  margin-right: 1rem;
}

section.recommend-products .product-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.recommend-products .product-category .item {
  width: 25%;
  margin: 0 0 2rem;
}

section.recommend-products .product-category .item:nth-of-type(n+5) {
  margin-bottom: 0;
}

section.recommend-products .product-category .item .icon-outter {
  width: 140px;
  height: 140px;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 auto 1rem;
  border-radius: 140px;
  transition: all 0.25s ease;
  border: 4px solid #eeeeee;
}

section.recommend-products .product-category .item .icon-outter .icon {
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/balingyouchuang/assets/oss/img/icons/icons-product-category-2.png");
  transition: all 0.25s ease;
  background-position-y: 100%;
}

section.recommend-products .product-category .item h3 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  color: #282828;
  transition: all 0.25s ease;
}

section.recommend-products .product-category .item:hover .icon-outter {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #1d5688;
  border-color: #1d5688;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

section.recommend-products .product-category .item:hover .icon-outter .icon {
  background-position-y: 0%;
}

.page-home .sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1.5rem;
}

.page-home .sub-title h3 {
  font-size: 1.75rem;
  color: #282828;
  line-height: 1;
  padding-left: 1.5rem;
  border-left: 0.5rem solid #FC6200;
  margin: 0;
}

.page-home .sub-title a {
  color: #aaaaaa;
  font-size: 1rem;
}

.page-home .sub-title a i {
  font-size: 12px;
  color: #aaaaaa;
  margin-left: 0.5rem;
}

.page-home .sub-title a:hover {
  color: #1d2088;
}

.page-home .sub-title a:hover i {
  color: #1d2088;
}

section.recommend-products {
  padding-bottom: 0;
}

section.recommend-products .featured-products {
  margin: 4rem 0 0;
}

section.recommend-products .featured-products .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.recommend-products .featured-products .brand {
  width: calc((100% - 2rem) * 0.25);
  background-color: #ffffff;
}

section.recommend-products .featured-products .list {
  width: calc((100% - 2rem) * 0.75);
}

section.recommend-products .featured-products .brand .img img {
  display: block;
  max-width: 100%;
  height: auto;
}

section.recommend-products .featured-products .brand {
  height: 303px;
  overflow: hidden;
}

section.recommend-products .featured-products .brand .type {
  padding: 1rem 1rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.recommend-products .featured-products .brand .type a {
  display: block;
  width: calc((100% - 1rem) / 2);
  margin: 0 0 1rem;
  border: 1px solid #282828;
  font-size: 1.0rem;
  color: #282828;
  text-transform: uppercase;
  transition: all 0.25s ease;
  text-align: center;
  padding: 0.75rem;
}

section.recommend-products .featured-products .brand .type a:hover {
  background-color: #FC6200;
  color: #ffffff;
  border-color: #FC6200;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

section.recommend-products .featured-products .list {
  position: relative;
}

section.recommend-products .featured-products .list .swiper-slide {
  padding: 1rem;
  background-color: #ffffff;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

section.recommend-products .featured-products .list .swiper-slide:hover {
  border-color: #1d5688;
}

section.recommend-products .featured-products .list .swiper-slide:hover h3 {
  color: #1d5688;
}

section.recommend-products .featured-products .list .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}

section.recommend-products .featured-products .list .swiper-slide h3 {
  margin: 1.5rem 0 0;
  text-align: center;
  line-height: 1;
  font-size: 1.25rem;
  color: #282828;
  font-weight: 400;
  transition: all 0.25s ease;
}

section.recommend-products .featured-products .part {
  padding: 3rem 0;
  background-color: #f8f8f8;
}

section.recommend-products .featured-products .part:nth-of-type(2n) {
  background-color: #ffffff;
}

section.recommend-products .featured-products .part:nth-of-type(2n) .brand .type {
  background-color: #f1f1f1;
}

section.recommend-products .featured-products .part:nth-of-type(2n) .list .swiper-slide,
section.recommend-products .featured-products .part:nth-of-type(2n) .list li {
  background-color: #f1f1f1;
}

section.recommend-products .featured-products .list {
  background-color: #ffffff;
}

section.recommend-products .featured-products .list .bd {
  width: 100%;
}

section.recommend-products .featured-products .list .bd ul li {
  width: 33.3333%;
  padding: 1rem;
  background-color: #fff;
}

section.recommend-products .featured-products .list .bd ul li:hover {
  background-color: #1d5688;
}

section.recommend-products .featured-products .list .bd ul li:hover h3 {
  color: #ffffff;
}

section.recommend-products .featured-products .list .bd img {
  display: block;
  max-width: 100%;
  height: auto;
}

section.recommend-products .featured-products .list .bd h3 {
  margin: 1.5rem 0 0;
  text-align: center;
  line-height: 1;
  font-size: 1.25rem;
  color: #282828;
  font-weight: 400;
  transition: all 0.25s ease;
}

section.recommend-products .list .swiper-button-next,
section.recommend-products .list .swiper-container-rtl .swiper-button-prev,
section.recommend-products .list .swiper-button-prev,
section.recommend-products .list .swiper-container-rtl .swiper-button-next {
  background-image: none;
}

section.recommend-products .list .swiper-button-next,
section.recommend-products .list .swiper-button-prev {
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.25s ease;
  margin: 0;
  outline: none;
}

section.recommend-products .list .swiper-button-next:hover i,
section.recommend-products .list .swiper-button-prev:hover i {
  opacity: 1;
}

section.recommend-products .list .swiper-button-next i,
section.recommend-products .list .swiper-button-prev i {
  font-size: 2.5rem;
  color: #282828;
  opacity: 0.6;
  transition: all 0.25s ease;
}

section.recommend-products .list .swiper-button-next {
  right: -24px;
}

section.recommend-products .list .swiper-button-prev {
  left: -24px;
}

section.advantages {
  background-size: cover;
  background-position: center center;
  background: #0b4e9d;
  background: linear-gradient(90deg, #0b4e9d 0%, #30afff 100%);
}

section.advantages .title {
  margin: 0 0 2.5rem;
}

section.advantages .title h2 {
  text-align: center;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 'webfont-bold';
}

section.advantages .title h2:after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 2px;
  background-color: #FC6200;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

section.advantages .title h3 {
  text-align: center;
  line-height: 1;
  margin: 0 0;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: arial;
  font-weight: 600;
}

section.advantages h2,
section.advantages h3 {
  color: #ffffff;
}

section.advantages .title h2 {
  color: #ffffff;
}

section.advantages .advantages-list .part {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.advantages .advantages-list .img,
section.advantages .advantages-list .content {
  width: 50%;
}

section.advantages .advantages-list .img img {
  display: block;
  max-width: 100%;
  height: auto;
}

section.advantages .advantages-list .img {
  order: 1;
}

section.advantages .advantages-list .content {
  order: 2;
}

section.advantages .advantages-list .content {
  padding: 2rem;
  background-color: #ffffff;
}

section.advantages .advantages-list .content h3 {
  margin: 0 0 2rem;
  font-size: 1.75rem;
  line-height: 1;
  color: #282828;
  text-align: left;
  padding-left: 1rem;
}

section.advantages .advantages-list .content ul {
  padding-left: 1rem;
}

section.advantages .advantages-list .content ul li {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 10px;
  color: #777777;
  list-style: disc;
}

section.advantages .advantages-list .content ul li:last-of-type {
  margin-bottom: 0;
}

section.advantages .advantages-list .part:nth-of-type(2n) .img {
  order: 2;
}

section.advantages .advantages-list .part:nth-of-type(2n) .content {
  order: 1;
}

section.intro .title {
  margin: 0 0 2.5rem;
}

section.intro .title h2 {
  text-align: center;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 'webfont-bold';
}

section.intro .title h2:after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 2px;
  background-color: #FC6200;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

section.intro .title h3 {
  text-align: center;
  line-height: 1;
  margin: 0 0;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: arial;
  font-weight: 600;
}

section.intro .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 4rem;
}

section.intro .flex-wrapper .img,
section.intro .flex-wrapper .content {
  width: calc((100% - 4rem) / 2);
}

section.intro .flex-wrapper img {
  display: block;
  max-width: 100%;
}

section.intro .flex-wrapper .content p {
  font-size: 1.25rem;
  line-height: 2;
  color: #777777;
}

section.intro .flex-wrapper .learn-more {
  margin: 2rem 0 0;
  text-align: center;
}

section.intro .flex-wrapper .learn-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.0rem;
  color: #1d5688;
  line-height: 1;
  width: 120px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #777777;
  margin: 0 auto;
  color: #777777;
  transition: all 0.25s ease;
}

section.intro .flex-wrapper .learn-more a i {
  font-size: 1.0rem;
  color: #777777;
  line-height: 1;
  transition: all 0.25s ease;
  margin-left: 0.75rem;
}

section.intro .flex-wrapper .learn-more a:hover {
  color: #ffffff;
  background-color: #14165e;
  border-color: #14165e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

section.intro .flex-wrapper .learn-more a:hover i {
  color: #ffffff;
}

section.intro .flex-wrapper .learn-more a {
  margin: 0;
}

section.intro .flex-wrapper .title-company {
  position: relative;
  margin: 0 0 1rem;
}

section.intro .flex-wrapper .title-company h2 {
  margin: 0;
  line-height: 1;
  font-size: 2rem;
  color: #1d2088;
  font-weight: 400;
  position: relative;
  z-index: 20;
}

section.intro .flex-wrapper .title-company h3 {
  position: relative;
  z-index: 10;
  line-height: 1;
  margin: 0.5rem 0 0;
  font-size: 3.5rem;
  font-family: arial;
  font-weight: 800;
  color: #f8f8f8;
  text-transform: uppercase;
}

section.application {
  background-image: url("/wp-content/themes/balingyouchuang/assets/oss/img/backgrounds/bg-applications.jpg");
  background-size: cover;
  background-position: center center;
}

section.application .title {
  margin: 0 0 2.5rem;
}

section.application .title h2 {
  text-align: center;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 'webfont-bold';
}

section.application .title h2:after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 2px;
  background-color: #FC6200;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

section.application .title h3 {
  text-align: center;
  line-height: 1;
  margin: 0 0;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: arial;
  font-weight: 600;
}

section.application h2,
section.application h3 {
  color: #ffffff;
}

section.application .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.application .flex-wrapper .item {
  width: calc((100% - 6rem) / 3);
  margin: 0 0 3rem;
}

section.application .flex-wrapper .item a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

section.application .flex-wrapper .item img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.25s ease;
}

section.application .flex-wrapper .item:nth-of-type(n+7) {
  margin-bottom: 0;
}

section.application .flex-wrapper .item h3 {
  padding: 1rem 0;
  text-align: center;
  background-color: rgba(0, 123, 201, 0.75);
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  left: 0;
  margin: 0;
  width: 100%;
  bottom: 0;
}

section.application .flex-wrapper .item:hover a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.famous-brands {
  margin-top: 4rem;
}

.pagination.pagi-default {
  text-align: right;
  margin: -2rem 0 4rem;
  width: 100%;
}

.pagination.pagi-default .page-numbers {
  font-size: 1.1rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.6rem;
  color: #555555;
  border: 1px solid #aaaaaa;
}

.pagination.pagi-default .page-numbers:hover {
  background-color: #eeeeee;
  border-color: #555555;
  color: #2b2b2b;
}

.pagination.pagi-default .page-num.page-numbers:hover {
  background-color: transparent;
  color: #555555;
  border-color: #aaaaaa;
}

.pagination.pagi-default .page-numbers.current {
  background-color: #14165e;
  border-color: #14165e;
  color: #ffffff;
}

.banner-content {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content-page.products,
.content-page.news {
  background-color: #f2f2f2;
}

.content-page.products .structure-wrapper,
.content-page.news .structure-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.content-page.products .sidebar,
.content-page.news .sidebar {
  width: 260px;
}

.content-page.products .products-wrapper,
.content-page.products .news-wrapper,
.content-page.news .products-wrapper,
.content-page.news .news-wrapper {
  width: calc(100% - 260px - 30px);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 2rem;
  margin: 0 0 8rem;
}

.sidebar {
  margin: 0 0 8rem;
}

.sidebar ul.type-list li {
  padding: 0.5rem;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  transition: all 0.25s ease;
}

.sidebar ul.type-list li img {
  display: block;
  max-width: 100%;
  transition: all 0.25s ease;
}

.sidebar ul.type-list li:hover {
  background-color: #eeeeee;
}

.sidebar ul.type-list li:hover img {
  opacity: 0.8;
}

.sidebar ul.type-list li:last-of-type {
  border-bottom: none;
}

.sidebar .part {
  margin: 0 0 4rem;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.sidebar .part:last-of-type {
  margin-bottom: 0;
}

.sidebar .part.news-cat-wrapper ul li {
  border-bottom: 1px solid #e3e3e3;
}

.sidebar .part.news-cat-wrapper ul li:last-of-type {
  border-bottom: none;
}

.sidebar .part.news-cat-wrapper ul li a {
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
}

.sidebar .part.news-cat-wrapper ul li a:hover {
  background-color: #1d2088;
  color: #ffffff;
}

.sidebar .part-title {
  padding: 1rem;
  background-color: #FC6200;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.sidebar .part-title h4 {
  margin: 0;
  line-height: 1;
  font-size: 1rem;
  color: #ffffff;
}

.sidebar .part-title i {
  margin: 0 1rem 0 0;
  color: #ffffff;
}

.sidebar .brand {
  padding: 0.75rem;
  margin: 0 0 1rem;
}

.sidebar .brand:last-of-type {
  margin-bottom: 0;
}

.sidebar .brand ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar .brand ul li {
  width: calc((100% - 0.5rem) / 2);
  margin: 0 0 0.5rem;
}

.sidebar .brand ul li:nth-of-type(n+5) {
  margin-bottom: 0;
}

.sidebar .brand ul li a {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 16px;
  color: #282828;
  line-height: 1;
  border: 1px solid #eeeeee;
}

.sidebar .brand ul li a:hover {
  background-color: #1d2088;
  color: #ffffff;
  border-color: #1d2088;
}

.sidebar .brand img {
  display: block;
  max-width: 100%;
  margin: 0 0 1rem;
}

.sidebar .brand p {
  font-size: 1rem;
  line-height: 1.5;
  color: #777777;
}

.sidebar .brand .title-text {
  margin: 1rem 0 0;
  padding: 1rem 0;
  font-size: 16px;
  line-height: 1.35;
  border-top: 1px solid #e3e3e3;
}

.sidebar .brand .title-text.orange {
  color: #FC6200;
}

.sidebar .brand .title-text.blue {
  color: #14165e;
}

.crumb {
  padding: 1rem 0;
}

.crumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.crumb ul li i {
  margin: 0 0.5rem;
  font-size: 12px;
}

.crumb ul li a {
  font-size: 1rem;
  color: #555555;
  line-height: 1;
}

.crumb ul li a i {
  margin-left: 0;
}

.crumb ul li a:hover {
  color: #1d2088;
}

.products-wrapper .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 2rem 0;
  border-bottom: 1px dashed #eeeeee;
}

.products-wrapper .item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.products-wrapper .item:first-of-type {
  margin-top: -2rem;
}

.products-wrapper .img {
  width: 240px;
  height: auto;
  overflow: hidden;
}

.products-wrapper .img img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.45s ease;
}

.products-wrapper .info {
  width: calc(100% - 240px - 2rem);
}

.products-wrapper h3 {
  margin: 0 0 2rem;
  font-size: 2rem;
  color: #282828;
  line-height: 1;
}

.products-wrapper h3:hover {
  color: #14165e;
}

.products-wrapper ul li {
  font-size: 1rem;
  color: #777777;
  line-height: 1.5;
  margin: 0 0 6px;
  text-transform: capitalize;
}

.products-wrapper ul li:last-of-type {
  margin-bottom: 0;
}

.products-wrapper ul li a {
  font-size: 1rem;
  color: #777777;
}

.products-wrapper ul li a:hover {
  color: #1d2088;
}

.products-wrapper .item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.news-wrapper .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 2rem 0;
  border-bottom: 1px dashed #eeeeee;
}

.news-wrapper .item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.news-wrapper .item:first-of-type {
  margin-top: -2rem;
}

.news-wrapper .img {
  width: 100px;
  height: auto;
  overflow: hidden;
}

.news-wrapper .img img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.45s ease;
}

.news-wrapper .info {
  width: calc(100% - 100px - 2rem);
}

.news-wrapper h3 {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  color: #282828;
  line-height: 1;
}

.news-wrapper h3:hover {
  color: #14165e;
}

.news-wrapper .excerpt p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 30px;
  width: 100%;
  font-size: 15px;
  max-height: calc(2 * 30px + 1px);
  height: calc(2 * 30px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  color: #777777;
}

.news-wrapper .pubdate {
  width: 100px;
  height: 100px;
  padding: 0.5rem;
  transition: all 0.25s ease;
  border: 1px solid #1d2088;
}

.news-wrapper .pubdate span {
  color: #1d2088;
  display: block;
  font-family: arial;
  text-align: right;
  transition: all 0.25s ease;
}

.news-wrapper .pubdate span.day {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 0.25rem;
  text-align: right;
}

.news-wrapper .pubdate span.month {
  font-size: 20px;
}

.content-page.about .title {
  margin: 0 0 2.5rem;
}

.content-page.about .title h2 {
  text-align: center;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 'webfont-bold';
}

.content-page.about .title h2:after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 2px;
  background-color: #FC6200;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.content-page.about .title h3 {
  text-align: center;
  line-height: 1;
  margin: 0 0;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: arial;
  font-weight: 600;
}

.content-page.about .production-strength {
  background-color: #f8f8f8;
}

.content-page.about .production-strength .img-wrapper {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.content-page.about .production-strength .img-wrapper img {
  display: block;
  max-width: 100%;
}

.content-page.about .content-about .about-content img {
  float: left;
  margin: 0 4rem 3rem 0;
  width: 480px;
  height: auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.content-page.about .content-about .about-content p {
  font-size: 16px;
  color: #777777;
  line-height: 2;
  text-indent: 2rem;
  margin: 1rem 0;
}

.content-page.about .content-about .about-content .our-brands {
  clear: both;
}

.content-page.about .content-about .about-content ul {
  margin: 2rem 0;
  padding-left: 2rem;
}

.content-page.about .content-about .about-content ul li {
  margin: 0 0 1rem;
  color: #555555;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-page.about .content-about .about-content ul li h4 {
  margin: 0;
  font-size: 1.25rem;
  color: #282828;
  width: 90px;
  color: #1d2088;
}

.content-page.about .content-about .about-content ul li p {
  display: block;
  width: calc(100% - 1rem - 90px);
  color: #555555;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  text-indent: 0;
  margin-top: -4px;
}

.content-page.honor .honors .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-page.honor .honors .flex-wrapper .item {
  margin-bottom: 2rem;
  width: calc((100% - 4rem) / 3);
  padding: 1rem;
  border: 1px solid #eeeeee;
  transition: all 0.25s ease;
  margin-right: 2rem;
}

.content-page.honor .honors .flex-wrapper .item:nth-of-type(3n) {
  margin-right: 0;
}

.content-page.honor .honors .flex-wrapper .item .img-wrapper a img {
  max-width: 100%;
  height: 240px;
  display: block;
  margin: 0 auto;
}

.content-page.honor .honors .flex-wrapper .item .info h3 {
  margin: 1.5rem 0 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.725rem;
  width: 100%;
  font-size: 1.15rem;
  max-height: calc(2 * 1.725rem + 1px);
  height: calc(2 * 1.725rem + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  color: #2b2b2b;
  text-align: center;
}

.content-page.honor .honors .flex-wrapper .item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.content-page.brands {
  background-color: #f2f2f2;
}

.content-page.brands section.brands {
  background: none;
}

.content-page.brands .brand-list {
  margin: 0 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-page.brands .brand-list .item {
  width: calc((100% - 6rem) / 4);
  margin: 0 2rem 2rem 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.35s ease;
}

.content-page.brands .brand-list .item:nth-of-type(4n) {
  margin-right: 0;
}

.content-page.brands .brand-list .item .img {
  display: block;
  background-color: #ffffff;
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: 1px solid #eeeeee;
}

.content-page.brands .brand-list .item .img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.content-page.brands .brand-list .item h4 {
  margin: 0;
  text-align: center;
  color: #282828;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  transition: all 0.45s ease;
}

.content-page.brands .brand-list .item p {
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 28px;
  width: 100%;
  font-size: 15px;
  max-height: calc(5 * 28px + 1px);
  height: calc(5 * 28px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: auto;
  transition: all 0.45s ease;
}

.content-page.brands .brand-list .item .info {
  padding: 1rem;
  background-color: #f8f8f8;
  height: 200px;
  transition: all 0.45s ease;
}

.content-page.brands .brand-list .item:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.content-page.brands .brand-list .item:hover .info {
  background-color: #1d2088;
}

.content-page.brands .brand-list .item:hover .info h4,
.content-page.brands .brand-list .item:hover .info p {
  color: #ffffff;
}

.content-page.contact .title {
  margin: 0 0 2.5rem;
}

.content-page.contact .title h2 {
  text-align: center;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 'webfont-bold';
}

.content-page.contact .title h2:after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 2px;
  background-color: #FC6200;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.content-page.contact .title h3 {
  text-align: center;
  line-height: 1;
  margin: 0 0;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: arial;
  font-weight: 600;
}

.content-page.contact .contact-wrapper .part {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 4rem;
  margin: 0 0 4rem;
  border-bottom: 1px solid #eeeeee;
}

.content-page.contact .contact-wrapper .part:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.content-page.contact .contact-wrapper .img {
  width: 400px;
}

.content-page.contact .contact-wrapper .img img {
  display: block;
  max-width: 100%;
}

.content-page.contact .contact-wrapper .info {
  width: calc(100% - 4rem - 400px);
}

.content-page.contact .contact-wrapper .info h4 {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  font-size: 1.75rem;
  color: #282828;
  line-height: 1;
  border-bottom: 1px solid #eeeeee;
}

.content-page.contact .contact-wrapper .info h4.main {
  font-size: 2rem;
  color: #1d2088;
}

.content-page.contact .contact-wrapper .info ul li {
  font-size: 16px;
  color: #777;
  line-height: 1.5;
  margin: 0 0 10px;
}

.content-page.contact .contact-wrapper .info ul li:last-of-type {
  margin-bottom: 0;
}

.content-page.contact .map {
  margin: 2rem 0 0;
  width: 100%;
  height: 390px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .content-page.contact .map {
    width: calc(100% - 2rem);
    margin: 1rem;
    height: 360px;
  }
}

.content-page.contact .map #info_window .info-title {
  text-align: center;
  padding: 1rem;
  font-size: 1.15rem;
  color: #1d2088;
  font-weight: 800;
  border-bottom: 1px solid #eeeeee;
}

@media screen and (max-width: 767px) {
  .content-page.contact .map #info_window .info-title {
    font-size: 15px;
  }
}

.content-page.contact .map #info_window .info-content {
  font-size: 1.0rem;
  color: #2b2b2b;
  line-height: 1.5;
  padding: 4px;
}

@media screen and (max-width: 767px) {
  .content-page.contact .map #info_window .info-content {
    font-size: 12px;
  }
}

.content-page.contact .map #info_window .info-content i {
  color: #1d2088;
  margin-right: 0.5rem;
}

.content-page.contact .part:nth-of-type(4) .map #info_window .info-content.left {
  display: none;
}

.news-details-wrapper h2.news-title {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #eeeeee;
  font-size: 1.75rem;
  color: #282828;
  text-align: center;
}

.news-details-wrapper .news-content {
  padding: 0 0 4rem;
  border-bottom: 1px solid #eeeeee;
}

.news-details-wrapper .news-pubdate {
  margin: 1rem 0 0;
}

.news-details-wrapper .news-pubdate p {
  font-size: 13px;
  color: #aaaaaa;
  text-align: right;
  text-indent: 0;
}

.news-details-wrapper p,
.news-details-wrapper ul li,
.news-details-wrapper ol li,
.news-details-wrapper span {
  font-size: 1rem;
  color: #777777;
  line-height: 2;
}

.news-details-wrapper p,
.news-details-wrapper ul li,
.news-details-wrapper ol li {
  margin-bottom: 1rem;
}

.news-details-wrapper p {
  text-indent: 2rem;
}

.news-details-wrapper h1,
.news-details-wrapper h2,
.news-details-wrapper h3 {
  font-size: 1.5rem;
  margin: 1rem 0;
}

.news-details-wrapper h4,
.news-details-wrapper h5,
.news-details-wrapper h6 {
  font-size: 1.1rem;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .crumb {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .banner-content {
    height: 150px;
    background-size: 250%;
  }
}

@media screen and (max-width: 767px) {

  section.advantages .title h2,
  section.intro .title h2,
  section.brands .title h2,
  section.application .title h2,
  section.certificates .title h2,
  section.contact-form .title h2,
  .content-page.about .title h2,
  .content-page.contact .title h2 {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }

  section.advantages .title h3,
  section.intro .title h3,
  section.brands .title h3,
  section.application .title h3,
  section.certificates .title h3,
  section.contact-form .title h3,
  .content-page.about .title h3,
  .content-page.contact .title h3 {
    font-size: 16px;
  }

  section.brands .title,
  section.advantages .title,
  section.intro .title,
  section.application .title,
  section.certificates .title,
  section.contact-form .title,
  .content-page.about .title,
  .content-page.contact .title {
    margin: 0 0 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  header.scrolled {
    margin-top: -48px;
  }

  header .header-body {
    padding: 6px 0;
  }

  header .search-form {
    position: absolute;
    left: 1rem;
    top: 58px;
  }

  header .search-form input {
    width: 240px;
    font-size: 12px;
  }

  header .header-body .logo img {
    height: 36px;
  }

  header .header-body .right {
    padding-right: 12px;
  }

  header .header-body .right .icon {
    width: 24px;
    height: 24px;
    display: none;
  }

  header .header-body .right .wechat img {
    width: 24px;
  }

  header .search-form button {
    width: 48px;
    font-size: 12px;
    line-height: 1;
    background-color: #FC6200;
    color: #ffffff;
  }

  header .search-form input,
  header .search-form button {
    height: 30px;
  }

  header .search-form input {
    border: none;
  }

  header .right div.phone-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 200px;
  }

  header .header-body .right h3 {
    margin: 0 0.5rem 0 0;
    font-size: 14px;
  }

  header .header-body .right h2 {
    font-size: 16px;
  }

  header .navbar-nav {
    margin: 0;
  }

  header .navbar-nav>li>a {
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {

  .page-home,
  .content-page {
    margin-top: 98px;
  }

  section.recommend-products .item {
    width: 50%;
    padding: 0 0.5rem;
  }

  section.recommend-products .slogan {
    margin: -2rem -1rem 2rem;
  }

  section.recommend-products .icon {
    width: 32px;
    height: 32px;
  }

  section.recommend-products .text h3 {
    font-size: 16px;
    margin: 0 0 6px;
  }

  section.recommend-products .text h4 {
    font-size: 13px;
  }

  section.recommend-products .slogan .item {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  section.recommend-products .slogan {
    display: none;
  }

  section.recommend-products .product-category {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  section.recommend-products .product-category .item {
    margin: 0 0 1rem;
  }

  section.recommend-products .product-category .item .icon-outter {
    width: 80px;
    height: 80px;
    padding: 10px;
  }

  section.recommend-products .product-category .item h3 {
    font-size: 12px;
  }

  .famous-brands {
    margin-top: 2rem;
  }

  .page-home .sub-title h3 {
    font-size: 18px;
  }

  .page-home .sub-title a {
    font-size: 12px;
  }

  .our-brands .bd ul li {
    width: calc((100% - 2rem) / 2);
  }

  section.recommend-products .featured-products .brand {
    width: 100%;
  }

  section.recommend-products .featured-products .list {
    width: 100%;
  }

  section.recommend-products .featured-products .list .bd ul li {
    width: 60%;
  }

  section.recommend-products .featured-products .list .bd h3 {
    font-size: 1rem;
  }

  section.advantages .title h2 {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }

  section.advantages .title h3 {
    font-size: 16px;
  }

  section.advantages .advantages-list .img,
  section.advantages .advantages-list .content {
    width: 100%;
  }

  section.advantages .advantages-list .content {
    padding: 1rem;
  }

  section.advantages .advantages-list .img {
    order: 1 !important;
  }

  section.advantages .advantages-list .content {
    order: 2 !important;
  }

  section.advantages .advantages-list .content h3 {
    font-size: 16px;
    margin: 0 0 1rem;
  }

  section.advantages .advantages-list .content ul li {
    font-size: 12px;
  }

  section.intro .flex-wrapper .img,
  section.intro .flex-wrapper .content {
    width: 100%;
  }

  section.intro .flex-wrapper .img {
    order: 1;
    margin: 0 0 1rem;
  }

  section.intro .flex-wrapper .content {
    order: 2;
  }

  section.intro .flex-wrapper .title-company h2 {
    font-size: 18px;
  }

  section.intro .flex-wrapper .title-company h3 {
    font-size: 2.5rem;
    line-height: 1px;
  }

  section.intro .flex-wrapper .content p {
    font-size: 1rem;
  }

  section.brands .brands-list .item {
    width: calc((100% - 2rem) / 3);
    margin: 0 auto 0.5rem !important;
  }

  section.application .flex-wrapper .item {
    width: calc((100% - 1rem) / 2);
    margin: 0 0 1rem !important;
  }

  section.application .flex-wrapper .item h3 {
    font-size: 12px;
    padding: 6px 0;
  }

  section.contact-form .form-wrapper {
    width: 100%;
  }

  section.contact-form .form-wrapper .input-wrapper.large input {
    width: 100%;
    margin: 0 0 1rem;
    height: 40px;
  }

  section.contact-form .form-wrapper .input-wrapper.large {
    margin: 0;
  }

  section.contact-form .form-wrapper textarea {
    height: 90px;
  }

  section.recommend-products .featured-products .brand {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .content-page.about .content-about .about-content img {
    width: 100%;
    margin: 0 0 1rem;
  }

  .content-page.about .content-about .about-content p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .content-page.about .content-about .about-content ul {
    padding: 0;
  }

  .content-page.about .content-about .about-content ul li h4 {
    width: 100%;
    margin: 0 0 1rem;
    font-size: 16px;
  }

  .content-page.about .content-about .about-content ul li p {
    width: 100%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {

  .content-page.products .structure-wrapper,
  .content-page.news .structure-wrapper {
    position: relative;
  }

  .content-page.products .sidebar,
  .content-page.news .sidebar {
    position: absolute;
    left: -260px;
  }

  .content-page.products .products-wrapper,
  .content-page.products .news-wrapper,
  .content-page.news .products-wrapper,
  .content-page.news .news-wrapper {
    width: 100%;
    padding: 2rem 1rem;
  }

  .products-wrapper .info {
    width: 100%;
  }

  .products-wrapper .img {
    width: 100%;
  }

  .products-wrapper h3 {
    font-size: 16px;
    margin: 1rem 0;
  }
}

@media screen and (max-width: 767px) {
  .news-wrapper .img {
    width: 72px;
  }

  .news-wrapper .pubdate {
    width: 72px;
    height: 72px;
  }

  .news-wrapper .pubdate span.month {
    font-size: 15px;
  }

  .news-wrapper .pubdate span.day {
    font-size: 30px;
  }

  .news-wrapper .info {
    width: calc(100% - 72px - 1rem);
  }

  .news-wrapper h3 {
    font-size: 16px;
    margin: 0 0 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 16px;
    width: 100%;
    font-size: 16px;
    max-height: calc(1 * 16px + 1px);
    height: calc(1 * 16px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
  }

  .news-wrapper .excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 21px;
    width: 100%;
    font-size: 14px;
    max-height: calc(2 * 21px + 1px);
    height: calc(2 * 21px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
  }

  .news-wrapper .item {
    padding: 1rem 0;
  }

  .news-wrapper .item:first-of-type {
    margin-top: -1rem;
  }

  .news-details-wrapper h2.news-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .content-page.brands .brand-list .item {
    width: 100%;
    margin: 0 auto 1rem !important;
  }

  .content-page.brands .brand-list .item .info {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .content-page.honor .honors .flex-wrapper .item {
    width: 100%;
    margin: 0 auto 1rem !important;
  }
}

@media screen and (max-width: 767px) {
  .content-page.contact .contact-wrapper .img {
    width: 100%;
  }

  .content-page.contact .contact-wrapper .info {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4rem 1rem 0;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .content-page.contact .contact-wrapper .info h4 {
    font-size: 16px;
    color: #ffffff;
  }

  .content-page.contact .contact-wrapper .info ul li {
    font-size: 1rem;
    color: #ffffff;
  }

  .content-page.contact .map {
    width: 100%;
    margin: 1rem 0 0;
  }

  .content-page.contact .contact-wrapper .part {
    margin: 0 0 2rem;
    padding: 0;
    position: relative;
  }

  .content-page.contact .map {
    height: 220px;
  }
}

.content-page.products .sidebar .toggle,
.content-page.news .sidebar .toggle {
  display: none;
}

@media screen and (max-width: 767px) {

  .content-page.products .sidebar,
  .content-page.news .sidebar {
    position: fixed;
    top: 120px;
    transition: all 0.35s ease;
    z-index: 1001;
  }

  .content-page.products .sidebar.toggled,
  .content-page.news .sidebar.toggled {
    left: 0;
  }

  .content-page.products .sidebar>.wrapper,
  .content-page.news .sidebar>.wrapper {
    height: 320px;
    overflow: auto;
    background-color: #ffffff;
  }

  .content-page.products .sidebar .toggle,
  .content-page.news .sidebar .toggle {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #1d2088;
    top: 0;
    right: -32px;
    transition: all 0.25s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .content-page.products .sidebar .toggle i,
  .content-page.news .sidebar .toggle i {
    color: #ffffff;
  }

  .content-page.products .sidebar .toggle:hover,
  .content-page.news .sidebar .toggle:hover {
    background-color: #14165e;
  }
}

.advantages-list {
  margin-bottom: -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.advantages .advantages-list .part {
  width: 380px;
  margin: 0 1rem 1rem 0;
}

section.advantages .advantages-list .content {
  padding: 1rem;
  height: 220px;
}

section.advantages .advantages-list .content h3 {
  font-size: 16px;
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
}

section.advantages .advantages-list .content ul {
  padding: 0;
  list-style-type: none;
}

section.advantages .advantages-list .content ul li {
  list-style-type: none;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 6px;
}

section.advantages .advantages-list .content ul li:last-of-type {
  margin-bottom: 0;
}

section.advantages .advantages-list .img,
section.advantages .advantages-list .content {
  width: 100%;
}

section.advantages .advantages-list .img {
  order: 1 !important;
}

section.advantages {
  background-image: url("/wp-content/themes/balingyouchuang/assets/oss/img/backgrounds/bg-advantages.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

section.application .title h3 {
  color: #ffffff;
}

section.application {
  background-attachment: fixed;
}

.content-page.about .content-about .about-content ul li h4 {
  color: #FC6200;
}

.content-page.about .content-about .about-content p strong {
  color: #FC6200;
}

section.brands .brands-list {
  display: block;
  width: 100%;
}

section.brands .brands-list .bd {
  width: 100%;
}

section.brands .brands-list .bd .tempWrap {
  width: 100% !important;
}

section.brands .brands-list ul {
  width: 100%;
}

section.brands .brands-list ul li {
  padding: 0.5rem;
  width: 20%;
}

.content-page.products .products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-page.products .products-wrapper .item {
  width: calc((100% - 4rem) / 3);
  margin: 0 2rem 2rem 0;
  padding: 0;
  border: 1px solid #eeeeee;
  transition: all 0.35s ease;
}

.content-page.products .products-wrapper .item:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
}

.content-page.products .products-wrapper .item:nth-of-type(3n) {
  margin-right: 0;
}

.content-page.products .products-wrapper .item .img {
  width: 100%;
}

.content-page.products .products-wrapper .item .info {
  width: 100%;
  padding: 1rem;
  border-top: 1px solid #eeeeee;
  transition: all 0.35s ease;
}

.content-page.products .products-wrapper .item .info h3 {
  font-size: 18px;
  margin: 0 0 1rem;
}

.content-page.products .products-wrapper .item:hover .info {
  background-color: #f8f8f8;
}

section.brands {
  background-color: #f8f8f8;
}

section.news {
  background-color: #ffffff;
}

section.news .news-list .pubdate span {
  color: #aaaaaa;
}

section.brands .brands-list .item {
  border: 1px solid #eeeeee;
}

section.brands .brands-list .item:hover {
  box-shadow: none;
  border: 1px solid #e60617;
}

section.news .news-list .item:hover {
  box-shadow: 4px 4px #e60617;
  border: 1px solid #aaaaaa;
}

section.news .news-list .item:hover .content h3 {
  color: #e60617;
}

.side-widget {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.side-widget ul li .float-box {
  background-color: #FC6200;
}

.side-widget ul li a {
  background-color: #f8f8f8;
}

.side-widget ul li a i {
  color: #282828;
}

.side-widget ul li:hover a i {
  color: #ffffff;
}

.banner-home .swiper-slide img.banner-mb {
  display: none;
}

@media screen and (max-width: 767px) {
  .banner-home .swiper-slide img.banner-mb {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .banner-home .swiper-slide img.banner-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content-page.products .products-wrapper .item {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .content-page.products .products-wrapper {
    padding: 1rem;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .navbar-header {
    background-color: #1d5688;
  }
}

#map_container_3 .info-content .info-content.left {
  display: none;
}

.side-widget ul li .float-box h2 {
  font-family: arial;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
}

.side-widget ul li .float-box.qr-box {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.side-widget ul li .float-box.qr-box img {
  width: 320px;
  right: 0;
}

header .header-body .right h2 {
  font-size: 18px;
  font-family: inherit;
  color: #777777;
  line-height: 1.25;
  font-weight: 600;
}