@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: "webfont", "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; }

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 640px;
  overflow: hidden; }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  background-color: #ffffff;
  transition: all 0.35s ease;
  margin-top: 0; }
  @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 {
      position: relative;
      padding-right: 60px;
      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 .header-body .right .wechat img {
        position: absolute;
        display: block;
        width: 64px;
        right: -16px;
        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;
        width: 240px; }
      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("http://www.sxdsz.cn/wp-content/themes/sxdsz/assets/image/icons/tel04.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: #f4a00f;
        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: #437dc0;
    background-color: #ffffff; }

header .navbar-nav > li > a {
  color: #ffffff;
  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: #437dc0;
  color: #ffffff; }

header .navbar-nav > li.active a {
  background-color: #437dc0;
  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;
      border-radius: 0 28px 28px 0;
      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; }
      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: #f4a00f; }
        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;
  margin-top: -26px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

header.scrolled .header-nav {
  display: none; }

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 {
  border-radius: 0 6px 6px 0;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background-color: #34649c;
  line-height: 40px;
  padding: 0;
  width: 72px;
  transition: all 0.25s ease;
  font-size: 16px;
  width: 110px; }
  header .search-form button:hover {
    background-color: #274b76; }

header .search-form input {
  width: 400px;
  color: #555555;
  border: 1px solid #437dc0;
  border-radius: 6px 0 0 6px; }

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: #f4a00f; }
      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: #437dc0;
              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 {
  padding: 0;
  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 .footer-mb .flex-wrapper .item {
    width: 25%;
    border-right: 1px solid #437dc0; }
    footer .footer-mb .flex-wrapper .item a {
      padding: 0.5rem 0;
      width: 100%;
      background-color: #34649c;
      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; }
      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 {
    border: 1px solid #eeeeee; }
    .side-widget ul li {
      border-bottom: 1px solid #eeeeee;
      position: relative; }
      .side-widget ul li a {
        background-color: #ffffff;
        width: 50px;
        height: 50px;
        transition: all 0.25s ease;
        position: relative;
        display: block; }
        .side-widget ul li a i {
          font-size: 1.5rem;
          color: #333333;
          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: #34649c;
        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: #34649c; }
      .side-widget ul li:hover a i {
        color: #ffffff; }
    .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; }

.footer-slogan {
  padding: 1rem 0;
  background-color: #f8f8f8; }
  .footer-slogan .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; }
    .footer-slogan .flex-wrapper .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; }
      .footer-slogan .flex-wrapper .item .icon {
        width: 64px;
        height: 64px;
        margin: 0 1rem 0 0;
        background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/icons-footer-slogan.png"); }
      .footer-slogan .flex-wrapper .item div {
        width: calc(100% - 64px - 1rem); }
        .footer-slogan .flex-wrapper .item div h3 {
          font-size: 20px;
          color: #333333;
          margin: 0 0 10px; }
        .footer-slogan .flex-wrapper .item div p {
          font-size: 16px;
          color: #777777; }

.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;
  background-color: transparent;
  transition: all 0.25s ease;
  margin: 0;
  -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; }
  @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;
    background-color: transparent;
    transition: all 0.25s ease;
    margin: 0;
    -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; }
    .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%;
      background-color: rgba(0, 154, 252, 0.75);
      z-index: 20;
      left: 0;
      top: 0;
      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; }
      .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;
    background-color: transparent;
    transition: all 0.25s ease;
    margin: 0;
    -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; }
    .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;
      transition: all 0.25s ease;
      width: 100%; }

.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: #437dc0; }
      .our-brands .bd ul li img:last-of-type {
        margin-bottom: 0; }

.banner-home .swiper-slide .wrapper {
  position: relative;
  height: 600px;
  height: 680px;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 1440px) {
    .banner-home .swiper-slide .wrapper {
      height: 620px; } }
  @media screen and (max-width: 1366px) {
    .banner-home .swiper-slide .wrapper {
      height: 520px; } }
  @media screen and (max-width: 767px) {
    .banner-home .swiper-slide .wrapper {
      height: auto; } }
  .banner-home .swiper-slide .wrapper img {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width: unset; }
    @media screen and (max-width: 767px) {
      .banner-home .swiper-slide .wrapper img {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        transform: translateX(0);
        -webkit-transform: translateX(0); } }

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

section.products {
  background-color: #f8f8f8; }
  section.products .title {
    margin: 0 0 2.5rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      section.products .title {
        margin: 0 0 1.5rem; } }
    section.products .title:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      z-index: 10;
      background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/title-bg.png");
      top: 0;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        section.products .title:after {
          background-size: cover; } }
  section.products .title h2 {
    text-align: center;
    margin: 0 0 7px;
    padding: 0;
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #272727;
    text-align: center;
    line-height: 1;
    font-family: 微软雅黑;
    color: #0f6ab0 !important;
    position: relative;
    z-index: 30; }
    section.products .title h2:after {
      position: absolute;
      content: '';
      width: 1.8rem;
      height: 2px;
      background-color: #f4a00f;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      display: none; }
    @media screen and (max-width: 767px) {
      section.products .title h2 {
        font-size: 18px; } }
  section.products .title h3 {
    text-align: center;
    line-height: 1;
    margin: 0 0;
    color: #cccccc;
    text-transform: capitalize;
    font-size: 1.5rem;
    font-family: sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #437dc0;
    position: relative;
    z-index: 30; }
    @media screen and (max-width: 767px) {
      section.products .title h3 {
        font-size: 16px; } }
  section.products .learn-more {
    margin: 2rem 0 0;
    text-align: center; }
    section.products .learn-more a {
      font-size: 1.0rem;
      color: #437dc0;
      line-height: 1;
      width: 120px;
      height: 32px;
      border-radius: 8px;
      border: 1px solid #777777;
      margin: 0 auto;
      color: #777777;
      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; }
      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: #34649c;
        border-color: #34649c;
        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: #f4a00f; }
  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-color: #f8f8f8; }
  section.brands .title {
    margin: 0 0 2.5rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      section.brands .title {
        margin: 0 0 1.5rem; } }
    section.brands .title:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      z-index: 10;
      background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/title-bg.png");
      top: 0;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        section.brands .title:after {
          background-size: cover; } }
  section.brands .title h2 {
    text-align: center;
    margin: 0 0 7px;
    padding: 0;
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #272727;
    text-align: center;
    line-height: 1;
    font-family: 微软雅黑;
    color: #0f6ab0 !important;
    position: relative;
    z-index: 30; }
    section.brands .title h2:after {
      position: absolute;
      content: '';
      width: 1.8rem;
      height: 2px;
      background-color: #f4a00f;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      display: none; }
    @media screen and (max-width: 767px) {
      section.brands .title h2 {
        font-size: 18px; } }
  section.brands .title h3 {
    text-align: center;
    line-height: 1;
    margin: 0 0;
    color: #cccccc;
    text-transform: capitalize;
    font-size: 1.5rem;
    font-family: sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #437dc0;
    position: relative;
    z-index: 30; }
    @media screen and (max-width: 767px) {
      section.brands .title h3 {
        font-size: 16px; } }
  section.brands .title h2 {
    color: #282828; }
  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% - 12px) / 4);
      margin: 0 0 4px;
      border-radius: 0;
      overflow: hidden;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
      transition: all 0.35s ease;
      padding: 0.5rem 1.5rem;
      background-color: #ffffff;
      height: 100px;
      padding: 1rem; }
      section.brands .brands-list .item:nth-of-type(n+16) {
        margin-bottom: 0; }
      section.brands .brands-list .item img {
        display: block;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
      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.about .title {
  margin: 0 0 2.5rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    section.about .title {
      margin: 0 0 1.5rem; } }
  section.about .title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/title-bg.png");
    top: 0;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      section.about .title:after {
        background-size: cover; } }

section.about .title h2 {
  text-align: center;
  margin: 0 0 7px;
  padding: 0;
  position: relative;
  font-size: 36px;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 微软雅黑;
  color: #0f6ab0 !important;
  position: relative;
  z-index: 30; }
  section.about .title h2:after {
    position: absolute;
    content: '';
    width: 1.8rem;
    height: 2px;
    background-color: #f4a00f;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none; }
  @media screen and (max-width: 767px) {
    section.about .title h2 {
      font-size: 18px; } }

section.about .title h3 {
  text-align: center;
  line-height: 1;
  margin: 0 0;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #437dc0;
  position: relative;
  z-index: 30; }
  @media screen and (max-width: 767px) {
    section.about .title h3 {
      font-size: 16px; } }

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;
        width: 120px;
        height: 32px;
        border-radius: 8px;
        background-color: #437dc0;
        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; }
        section.about .flex-wrapper .img .learn-more a:hover {
          background-color: #437dc0;
          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: #437dc0;
    line-height: 1;
    text-align: left;
    padding-left: 1.75rem;
    border-left: 0.25rem solid #437dc0; }
  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;
    position: relative; }
    @media screen and (max-width: 767px) {
      section.news .title {
        margin: 0 0 1.5rem; } }
    section.news .title:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      z-index: 10;
      background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/title-bg.png");
      top: 0;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        section.news .title:after {
          background-size: cover; } }
  section.news .title h2 {
    text-align: center;
    margin: 0 0 7px;
    padding: 0;
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #272727;
    text-align: center;
    line-height: 1;
    font-family: 微软雅黑;
    color: #0f6ab0 !important;
    position: relative;
    z-index: 30; }
    section.news .title h2:after {
      position: absolute;
      content: '';
      width: 1.8rem;
      height: 2px;
      background-color: #f4a00f;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      display: none; }
    @media screen and (max-width: 767px) {
      section.news .title h2 {
        font-size: 18px; } }
  section.news .title h3 {
    text-align: center;
    line-height: 1;
    margin: 0 0;
    color: #cccccc;
    text-transform: capitalize;
    font-size: 1.5rem;
    font-family: sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #437dc0;
    position: relative;
    z-index: 30; }
    @media screen and (max-width: 767px) {
      section.news .title h3 {
        font-size: 16px; } }
  section.news .learn-more {
    margin: 2rem 0 0;
    text-align: center; }
    section.news .learn-more a {
      font-size: 1.0rem;
      color: #437dc0;
      line-height: 1;
      width: 120px;
      height: 32px;
      border-radius: 8px;
      border: 1px solid #777777;
      margin: 0 auto;
      color: #777777;
      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; }
      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: #34649c;
        border-color: #34649c;
        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 {
        padding: 1.5rem 0;
        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: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        @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: #437dc0;
        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 #437dc0;
      background-color: #ffffff;
      box-shadow: 4px 4px #f4a00f; }
      section.news .news-list .item:hover .wrapper {
        border-color: transparent; }
      section.news .news-list .item:hover .content h3 {
        color: #437dc0; }
      section.news .news-list .item:hover .content p {
        color: #555555; }

section.certificates .title {
  margin: 0 0 2.5rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    section.certificates .title {
      margin: 0 0 1.5rem; } }
  section.certificates .title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/title-bg.png");
    top: 0;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      section.certificates .title:after {
        background-size: cover; } }

section.certificates .title h2 {
  text-align: center;
  margin: 0 0 7px;
  padding: 0;
  position: relative;
  font-size: 36px;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 微软雅黑;
  color: #0f6ab0 !important;
  position: relative;
  z-index: 30; }
  section.certificates .title h2:after {
    position: absolute;
    content: '';
    width: 1.8rem;
    height: 2px;
    background-color: #f4a00f;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none; }
  @media screen and (max-width: 767px) {
    section.certificates .title h2 {
      font-size: 18px; } }

section.certificates .title h3 {
  text-align: center;
  line-height: 1;
  margin: 0 0;
  color: #cccccc;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #437dc0;
  position: relative;
  z-index: 30; }
  @media screen and (max-width: 767px) {
    section.certificates .title h3 {
      font-size: 16px; } }

section.contact-form {
  background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/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;
    position: relative; }
    @media screen and (max-width: 767px) {
      section.contact-form .title {
        margin: 0 0 1.5rem; } }
    section.contact-form .title:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      z-index: 10;
      background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/title-bg.png");
      top: 0;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        section.contact-form .title:after {
          background-size: cover; } }
  section.contact-form .title h2 {
    text-align: center;
    margin: 0 0 7px;
    padding: 0;
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #272727;
    text-align: center;
    line-height: 1;
    font-family: 微软雅黑;
    color: #0f6ab0 !important;
    position: relative;
    z-index: 30; }
    section.contact-form .title h2:after {
      position: absolute;
      content: '';
      width: 1.8rem;
      height: 2px;
      background-color: #f4a00f;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      display: none; }
    @media screen and (max-width: 767px) {
      section.contact-form .title h2 {
        font-size: 18px; } }
  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: sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #437dc0;
    position: relative;
    z-index: 30; }
    @media screen and (max-width: 767px) {
      section.contact-form .title h3 {
        font-size: 16px; } }
  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: #f4a00f; }
    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: #f4a00f;
        background-color: #f4a00f; }
    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: #f4a00f; }

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%;
  padding: 1.5rem 0;
  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; }
  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;
    background-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; }
    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: #437dc0;
  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 {
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    border-radius: 24px;
    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; }
    section.recommend-products .swiper-slide .info span i {
      font-size: 1rem;
      color: #437dc0; }

section.recommend-products .title {
  margin: 0 0 2.5rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    section.recommend-products .title {
      margin: 0 0 1.5rem; } }
  section.recommend-products .title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/title-bg.png");
    top: 0;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      section.recommend-products .title:after {
        background-size: cover; } }

section.recommend-products .title h2 {
  text-align: center;
  margin: 0 0 7px;
  padding: 0;
  position: relative;
  font-size: 36px;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 微软雅黑;
  color: #0f6ab0 !important;
  position: relative;
  z-index: 30; }
  section.recommend-products .title h2:after {
    position: absolute;
    content: '';
    width: 1.8rem;
    height: 2px;
    background-color: #f4a00f;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none; }
  @media screen and (max-width: 767px) {
    section.recommend-products .title h2 {
      font-size: 18px; } }

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: sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #437dc0;
  position: relative;
  z-index: 30; }
  @media screen and (max-width: 767px) {
    section.recommend-products .title h3 {
      font-size: 16px; } }

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%;
  position: relative;
  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; }

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("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/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: #437dc0;
      padding: 20px;
      margin: 0 auto 1rem;
      border-radius: 140px;
      transition: all 0.25s ease;
      border: 4px solid #437dc0; }
      section.recommend-products .product-category .item .icon-outter .icon {
        width: 100%;
        height: 100%;
        background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/icons-product-category.png");
        transition: all 0.25s ease; }
    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: transparent; }
    section.recommend-products .product-category .item:hover .icon-outter .icon {
      background-position-y: 100%; }

section.recommend-products .brand-list-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 .brand-list-wrapper .item {
    width: calc((100% - 2rem) / 5);
    margin: 0 0 0.5rem;
    height: 80px;
    background-color: #ffffff;
    padding: 0.5rem; }
    section.recommend-products .brand-list-wrapper .item:nth-of-type(n+16) {
      margin-bottom: 0; }
    section.recommend-products .brand-list-wrapper .item img {
      display: block;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }

.page-home .sub-title {
  margin: 0 0 1.5rem;
  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; }
  .page-home .sub-title h3 {
    font-size: 1.75rem;
    color: #282828;
    line-height: 1;
    padding-left: 1.5rem;
    border-left: 0.5rem solid #437dc0;
    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: #437dc0; }
      .page-home .sub-title a:hover i {
        color: #437dc0; }

section.recommend-products {
  padding-bottom: 0; }
  section.recommend-products .featured-products {
    margin: 4rem 0 0;
    margin: 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;
      background-color: #f8f8f8;
      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.impact {
          padding: 4px 0.75rem;
          margin: 0 0 10px; }
        section.recommend-products .featured-products .brand .type a:hover {
          background-color: #437dc0;
          color: #ffffff;
          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: #437dc0; }
        section.recommend-products .featured-products .list .swiper-slide:hover h3 {
          color: #437dc0; }
      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: #ffffff; }
      section.recommend-products .featured-products .part:nth-of-type(2n) {
        background-color: #f8f8f8; }
        section.recommend-products .featured-products .part:nth-of-type(2n) .brand .type {
          background-color: #ffffff; }
        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: #437dc0; }
          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;
  background-color: transparent;
  transition: all 0.25s ease;
  margin: 0;
  outline: none;
  -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; }
  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;
    position: relative; }
    @media screen and (max-width: 767px) {
      section.advantages .title {
        margin: 0 0 1.5rem; } }
    section.advantages .title:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      z-index: 10;
      background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/title-bg.png");
      top: 0;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        section.advantages .title:after {
          background-size: cover; } }
  section.advantages .title h2 {
    text-align: center;
    margin: 0 0 7px;
    padding: 0;
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #272727;
    text-align: center;
    line-height: 1;
    font-family: 微软雅黑;
    color: #0f6ab0 !important;
    position: relative;
    z-index: 30; }
    section.advantages .title h2:after {
      position: absolute;
      content: '';
      width: 1.8rem;
      height: 2px;
      background-color: #f4a00f;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      display: none; }
    @media screen and (max-width: 767px) {
      section.advantages .title h2 {
        font-size: 18px; } }
  section.advantages .title h3 {
    text-align: center;
    line-height: 1;
    margin: 0 0;
    color: #cccccc;
    text-transform: capitalize;
    font-size: 1.5rem;
    font-family: sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #437dc0;
    position: relative;
    z-index: 30; }
    @media screen and (max-width: 767px) {
      section.advantages .title h3 {
        font-size: 16px; } }
  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 {
  background-color: #ffffff; }
  section.intro .title {
    margin: 0 0 2.5rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      section.intro .title {
        margin: 0 0 1.5rem; } }
    section.intro .title:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      z-index: 10;
      background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/title-bg.png");
      top: 0;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        section.intro .title:after {
          background-size: cover; } }
  section.intro .title h2 {
    text-align: center;
    margin: 0 0 7px;
    padding: 0;
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #272727;
    text-align: center;
    line-height: 1;
    font-family: 微软雅黑;
    color: #0f6ab0 !important;
    position: relative;
    z-index: 30; }
    section.intro .title h2:after {
      position: absolute;
      content: '';
      width: 1.8rem;
      height: 2px;
      background-color: #f4a00f;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      display: none; }
    @media screen and (max-width: 767px) {
      section.intro .title h2 {
        font-size: 18px; } }
  section.intro .title h3 {
    text-align: center;
    line-height: 1;
    margin: 0 0;
    color: #cccccc;
    text-transform: capitalize;
    font-size: 1.5rem;
    font-family: sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #437dc0;
    position: relative;
    z-index: 30; }
    @media screen and (max-width: 767px) {
      section.intro .title h3 {
        font-size: 16px; } }
  section.intro .flex-wrapper {
    margin: 0 0 4rem;
    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.intro .flex-wrapper .img,
    section.intro .flex-wrapper .content {
      width: calc((100% - 4rem) / 2); }
    section.intro .flex-wrapper img {
      display: block;
      max-width: 100%;
      position: relative;
      z-index: 30; }
    section.intro .flex-wrapper .img {
      position: relative; }
      section.intro .flex-wrapper .img:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 1rem;
        right: -1rem;
        background-color: #e9f0f5;
        z-index: 20; }
    section.intro .flex-wrapper .content p {
      font-size: 1.25rem;
      font-size: 16px;
      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 {
        font-size: 1.0rem;
        color: #437dc0;
        line-height: 1;
        width: 120px;
        height: 32px;
        border-radius: 8px;
        border: 1px solid #777777;
        margin: 0 auto;
        color: #777777;
        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; }
        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: #34649c;
          border-color: #34649c;
          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: #437dc0;
        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.intro .about-imgs {
  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; }
  section.intro .about-imgs .item {
    width: calc((100% - 6rem) / 4); }
    section.intro .about-imgs .item img {
      display: block;
      width: 100%; }

section.application {
  background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/backgrounds/bg-applications.jpg");
  background-size: cover;
  background-position: center center; }
  section.application .title {
    margin: 0 0 2.5rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      section.application .title {
        margin: 0 0 1.5rem; } }
    section.application .title:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      z-index: 10;
      background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/title-bg.png");
      top: 0;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        section.application .title:after {
          background-size: cover; } }
  section.application .title h2 {
    text-align: center;
    margin: 0 0 7px;
    padding: 0;
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #272727;
    text-align: center;
    line-height: 1;
    font-family: 微软雅黑;
    color: #0f6ab0 !important;
    position: relative;
    z-index: 30; }
    section.application .title h2:after {
      position: absolute;
      content: '';
      width: 1.8rem;
      height: 2px;
      background-color: #f4a00f;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      display: none; }
    @media screen and (max-width: 767px) {
      section.application .title h2 {
        font-size: 18px; } }
  section.application .title h3 {
    text-align: center;
    line-height: 1;
    margin: 0 0;
    color: #cccccc;
    text-transform: capitalize;
    font-size: 1.5rem;
    font-family: sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #437dc0;
    position: relative;
    z-index: 30; }
    @media screen and (max-width: 767px) {
      section.application .title h3 {
        font-size: 16px; } }
  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: #34649c;
    border-color: #34649c;
    color: #ffffff; }

section.contact-form .title:after {
  background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/title-bg-light.png"); }

section.contact-form .title h2,
section.contact-form .title h3 {
  color: #ffffff !important; }

.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 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    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; }
  .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: #437dc0;
      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: #437dc0;
            color: #ffffff;
            border-color: #437dc0; }
    .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: #f4a00f; }
      .sidebar .brand .title-text.blue {
        color: #34649c; }

.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: #437dc0; }

.products-wrapper .item {
  margin: 0;
  padding: 2rem 0;
  border-bottom: 1px dashed #eeeeee;
  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; }
  .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: #34649c; }

.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: #437dc0; }

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

.news-wrapper .item {
  margin: 0;
  padding: 2rem 0;
  border-bottom: 1px dashed #eeeeee;
  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; }
  .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: #34649c; }

.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 #437dc0; }
  .news-wrapper .pubdate span {
    color: #437dc0;
    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;
  position: relative; }
  @media screen and (max-width: 767px) {
    .content-page.about .title {
      margin: 0 0 1.5rem; } }
  .content-page.about .title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/title-bg.png");
    top: 0;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .content-page.about .title:after {
        background-size: cover; } }

.content-page.about .title h2 {
  text-align: center;
  margin: 0 0 7px;
  padding: 0;
  position: relative;
  font-size: 36px;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 微软雅黑;
  color: #0f6ab0 !important;
  position: relative;
  z-index: 30; }
  .content-page.about .title h2:after {
    position: absolute;
    content: '';
    width: 1.8rem;
    height: 2px;
    background-color: #f4a00f;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none; }
  @media screen and (max-width: 767px) {
    .content-page.about .title h2 {
      font-size: 18px; } }

.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: sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #437dc0;
  position: relative;
  z-index: 30; }
  @media screen and (max-width: 767px) {
    .content-page.about .title h3 {
      font-size: 16px; } }

.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: 140px;
      color: #437dc0;
      text-align: right;
      padding-right: 0.5rem; }
    .content-page.about .content-about .about-content ul li p {
      display: block;
      width: calc(100% - 1rem - 140px);
      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: #437dc0; }
        .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;
  position: relative; }
  @media screen and (max-width: 767px) {
    .content-page.contact .title {
      margin: 0 0 1.5rem; } }
  .content-page.contact .title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/title-bg.png");
    top: 0;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .content-page.contact .title:after {
        background-size: cover; } }

.content-page.contact .title h2 {
  text-align: center;
  margin: 0 0 7px;
  padding: 0;
  position: relative;
  font-size: 36px;
  font-weight: 600;
  color: #272727;
  text-align: center;
  line-height: 1;
  font-family: 微软雅黑;
  color: #0f6ab0 !important;
  position: relative;
  z-index: 30; }
  .content-page.contact .title h2:after {
    position: absolute;
    content: '';
    width: 1.8rem;
    height: 2px;
    background-color: #f4a00f;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none; }
  @media screen and (max-width: 767px) {
    .content-page.contact .title h2 {
      font-size: 18px; } }

.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: sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #437dc0;
  position: relative;
  z-index: 30; }
  @media screen and (max-width: 767px) {
    .content-page.contact .title h3 {
      font-size: 16px; } }

.content-page.contact .contact-wrapper .part {
  padding: 0 0 4rem;
  margin: 0 0 4rem;
  border-bottom: 1px solid #eeeeee;
  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; }
  .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: #437dc0; }
  .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: #437dc0;
    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: #437dc0;
      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; }

.content-page.page-bom .bom-wrapper {
  margin: 4rem 0; }
  .content-page.page-bom .bom-wrapper form {
    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; }
    .content-page.page-bom .bom-wrapper form .left {
      width: calc((100% - 4rem) * 0.6); }
    .content-page.page-bom .bom-wrapper form .right {
      width: calc((100% - 4rem) * 0.4); }
    .content-page.page-bom .bom-wrapper form .full {
      width: 100%; }

.content-page.page-bom .bom-wrapper .flex-row {
  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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .content-page.page-bom .bom-wrapper .flex-row ::-webkit-input-placeholder {
    color: #a1a1a1 !important;
    opacity: 1.0; }
  .content-page.page-bom .bom-wrapper .flex-row ::placeholder {
    color: #a1a1a1 !important;
    opacity: 1.0; }
  .content-page.page-bom .bom-wrapper .flex-row ::-ms-input-placeholder {
    color: #a1a1a1 !important;
    opacity: 1.0; }
  .content-page.page-bom .bom-wrapper .flex-row ::-ms-input-placeholder {
    color: #a1a1a1 !important;
    opacity: 1.0; }

.content-page.page-bom .item {
  width: calc((100% - 2rem) / 2);
  margin: 0 2rem 2rem 0; }
  .content-page.page-bom .item:nth-of-type(2n) {
    margin-right: 0; }

.content-page.page-bom .item.full {
  width: 100%;
  margin-right: 0; }

.content-page.page-bom .label-wrapper {
  margin: 0 0 8px; }

.content-page.page-bom label {
  font-size: 14px;
  color: #555555;
  display: inline-block;
  margin: 0;
  position: relative; }
  .content-page.page-bom label.require:before {
    content: '*';
    font-size: 12px;
    color: red;
    left: -6px;
    top: 0;
    position: absolute; }

.content-page.page-bom input,
.content-page.page-bom select {
  height: 40px; }

.content-page.page-bom input,
.content-page.page-bom textarea,
.content-page.page-bom select {
  border: none;
  margin: 0;
  padding: 10px;
  outline: none;
  background-color: #ffffff;
  font-size: 16px;
  color: #777777;
  border: 1px solid #dddddd;
  width: 100%; }
  .content-page.page-bom input:focus,
  .content-page.page-bom textarea:focus,
  .content-page.page-bom select:focus {
    border-color: #437dc0; }

.content-page.page-bom select {
  padding: 0 10px; }

.content-page.page-bom textarea {
  height: 120px;
  width: 100%;
  resize: none; }

.content-page.page-bom button {
  width: 120px;
  height: 40px;
  font-size: 20px;
  color: #437dc0;
  border: 1px solid #437dc0;
  line-height: 40px;
  transition: all 0.25s ease;
  margin: 2rem 0 0;
  background-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; }
  .content-page.page-bom button:hover {
    background-color: #437dc0;
    color: #ffffff; }

.content-page.page-bom .bom-wrapper form .message h3 {
  margin: 0 0 2rem;
  font-size: 1.5rem;
  color: #333333;
  line-height: 1; }

section.recommend-products .our-brands-wrapper {
  padding: 4rem 0;
  margin: 4rem 0 0;
  background-color: #f8f8f8; }
  section.recommend-products .our-brands-wrapper .famous-brands {
    margin: 0 auto; }
  section.recommend-products .our-brands-wrapper .sub-title h2 {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 2.5rem;
    margin: 0 0 1.2rem;
    padding: 0 0 1.2rem;
    font-family: 'webfont-bold';
    border: none;
    position: relative;
    line-height: 1; }
    section.recommend-products .our-brands-wrapper .sub-title h2:after {
      position: absolute;
      content: '';
      width: 1.8rem;
      height: 2px;
      background-color: #ffc81e;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
  section.recommend-products .our-brands-wrapper .sub-title h3 {
    font-size: 1.5rem;
    color: #cccccc;
    font-family: arial;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
    width: 100%;
    border: none;
    padding: 0; }

section.bom {
  background-size: cover;
  background-position: center center;
  height: 580px; }
  section.bom .title {
    margin: 0 0 2.5rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      section.bom .title {
        margin: 0 0 1.5rem; } }
    section.bom .title:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      z-index: 10;
      background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/icons/title-bg.png");
      top: 0;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        section.bom .title:after {
          background-size: cover; } }
  section.bom .title h2 {
    text-align: center;
    margin: 0 0 7px;
    padding: 0;
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #272727;
    text-align: center;
    line-height: 1;
    font-family: 微软雅黑;
    color: #0f6ab0 !important;
    position: relative;
    z-index: 30; }
    section.bom .title h2:after {
      position: absolute;
      content: '';
      width: 1.8rem;
      height: 2px;
      background-color: #f4a00f;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      display: none; }
    @media screen and (max-width: 767px) {
      section.bom .title h2 {
        font-size: 18px; } }
  section.bom .title h3 {
    text-align: center;
    line-height: 1;
    margin: 0 0;
    color: #cccccc;
    text-transform: capitalize;
    font-size: 1.5rem;
    font-family: sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #437dc0;
    position: relative;
    z-index: 30; }
    @media screen and (max-width: 767px) {
      section.bom .title h3 {
        font-size: 16px; } }
  section.bom .flex-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; }
    section.bom .flex-wrapper .left {
      width: 50%;
      margin-left: 12%; }
    section.bom .flex-wrapper ul li {
      font-size: 24px;
      color: #ffffff;
      margin: 0 0 16px;
      font-weight: 600; }
      section.bom .flex-wrapper ul li i {
        font-size: 20px;
        color: #ffffff;
        margin-right: 6px; }
      section.bom .flex-wrapper ul li:last-of-type {
        margin-bottom: 0; }
    section.bom .flex-wrapper ul {
      margin: 0 0 2rem; }
    section.bom .flex-wrapper h3 {
      font-size: 3rem;
      color: #f4a00f;
      font-weight: 600;
      line-height: 1;
      margin: 0 0 2rem; }
    section.bom .flex-wrapper .get-it-button a {
      display: inline-block;
      padding: 0.75rem 1.5rem;
      font-size: 18px;
      color: #ffffff;
      font-weight: 600;
      background-color: #34649c;
      transition: all 0.35s ease; }
      section.bom .flex-wrapper .get-it-button a:hover {
        background-color: #f4a00f; }
    section.bom .flex-wrapper h4 {
      color: #ffffff;
      font-size: 20px;
      margin: 2rem 0 0;
      display: inline-block;
      padding-bottom: 8px;
      position: relative; }
      section.bom .flex-wrapper h4:after {
        position: absolute;
        content: '';
        width: 100%;
        bottom: 0;
        left: 0;
        height: 2px;
        background-color: #ffffff; }

section.bom {
  background-color: #f8f8f8; }
  section.bom .bom-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.bom .bom-wrapper .left {
      width: 400px; }
      section.bom .bom-wrapper .left img {
        display: block;
        width: 100%;
        margin-top: -6rem; }
    section.bom .bom-wrapper .center {
      width: calc(100% - 4rem - 800px);
      padding-left: 3rem; }
      section.bom .bom-wrapper .center a.apply {
        display: inline-block;
        font-size: 24px;
        color: #ffffff;
        font-weight: 600;
        background-color: #437dc0;
        margin: 2rem auto 0;
        padding: 1rem 2rem;
        border-radius: 6px;
        transition: all 0.35s ease;
        line-height: 1; }
        section.bom .bom-wrapper .center a.apply:hover {
          background-color: #34649c;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
      section.bom .bom-wrapper .center ul li {
        font-size: 18px;
        color: #282828;
        margin: 0 0 1.5rem;
        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; }
        section.bom .bom-wrapper .center ul li:last-of-type {
          margin-bottom: 0; }
        section.bom .bom-wrapper .center ul li span {
          display: inline-block;
          font-size: 18px;
          font-weight: 600;
          margin: 0 10px 0 0;
          line-height: 1;
          color: #282828; }
          section.bom .bom-wrapper .center ul li span i {
            font-size: 18px;
            margin-right: 2px; }
        section.bom .bom-wrapper .center ul li p {
          color: #555555;
          display: inline-block;
          line-height: 1;
          font-size: 18px; }
    section.bom .bom-wrapper .right {
      width: 400px; }
      section.bom .bom-wrapper .right .wrapper {
        width: 100%;
        height: 260px;
        background-image: url("http://www.szyxcic.cn/wp-content/themes/balingyouchuang/assets/img/bom/frame-bg.png");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        text-align: center;
        padding: 2rem 0 0;
        margin-top: -2rem; }
        section.bom .bom-wrapper .right .wrapper h3 {
          text-align: center;
          font-size: 18px;
          color: #777777;
          line-height: 2.5; }
        section.bom .bom-wrapper .right .wrapper a {
          font-size: 16px;
          color: #ffffff;
          background-color: #34649c;
          line-height: 1;
          padding: 8px 4px;
          border-radius: 4px;
          margin: 1rem auto 0;
          transition: all 0.35s ease;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: inline-flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          justify-content: center; }
          section.bom .bom-wrapper .right .wrapper a:hover {
            background-color: #437dc0;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
      section.bom .bom-wrapper .right p.small {
        text-align: center;
        display: block;
        margin: 1rem 0 0; }
        section.bom .bom-wrapper .right p.small a {
          display: inline-block;
          font-size: 12px;
          color: #aaaaaa; }

.content-page.about section.intro .flex-wrapper {
  display: block; }
  .content-page.about section.intro .flex-wrapper .img {
    float: left;
    margin: 0 2rem 1rem 0; }
  .content-page.about section.intro .flex-wrapper .content {
    width: 100%; }

.content-page.about section.intro .our-brands ul li h4 {
  display: inline; }

.content-page.about section.intro .our-brands ul li p {
  display: inline; }

@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;
    width: 100%; }
  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: #f4a00f;
    color: #ffffff; }
  header .search-form input,
  header .search-form button {
    height: 30px; }
  header .search-form input {
    border: none; }
  header .right div.phone-wrapper {
    width: 200px;
    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 .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: #437dc0;
      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: #34649c; } }

@media screen and (max-width: 767px) {
  .navbar-toggle .icon-bar {
    background-color: #34649c; }
  .navbar-toggle {
    border: 1px solid #34649c;
    position: relative;
    z-index: 20;
    background-color: #ffffff;
    margin-top: 12px; }
  header .right .wechat {
    display: none; }
  header .navbar-nav > li > a {
    font-size: 14px; }
  header .search-form {
    padding: 1rem;
    left: 0;
    top: 48px;
    background-color: #34649c; }
  header .search-form input {
    width: calc(100% - 100px); }
  header.scrolled .header-nav {
    display: inherit; }
  .footer-slogan {
    margin-bottom: 64px; }
  .page-home {
    margin-bottom: 0; }
  .footer-slogan .flex-wrapper .item .icon {
    width: 40px;
    height: 40px; }
  .footer-slogan .flex-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-slogan .flex-wrapper .item {
    width: 50%;
    padding: 10px 0; }
  .footer-slogan .flex-wrapper .item div h3 {
    font-size: 16px; }
  .footer-slogan .flex-wrapper .item div p {
    font-size: 14px; }
  section.bom .bom-wrapper .center {
    width: 100%; }
  section.bom .bom-wrapper .left {
    width: 100%; }
  section.bom {
    height: auto; }
  section.bom .bom-wrapper .left img {
    margin: 0; }
  section.bom .bom-wrapper .right {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 1rem; }
  section.bom .bom-wrapper .center ul li span {
    font-size: 16px; }
  section.bom .bom-wrapper .center ul li p {
    font-size: 16px; }
  section.bom .bom-wrapper .center a.apply {
    font-size: 18px;
    padding: 0.5rem 1.25rem; }
  .page-home,
  .content-page {
    margin-bottom: 0; }
  section.intro .about-imgs .item {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem; }
  .content-page.page-bom .bom-wrapper form .left {
    width: 100%; }
  .content-page.page-bom .bom-wrapper form .right {
    width: 100%; }
  .content-page.page-bom .bom-wrapper {
    padding: 0 1rem;
    margin: 1rem 0; }
  .content-page.page-bom .item {
    width: 100%;
    margin: 0 0 1rem; }
  .content-page.page-bom .bom-wrapper form .message h3 {
    font-size: 18px; }
  .content-page.page-bom button {
    font-size: 18px;
    width: 100px;
    margin: 1rem 0 0; } }
