
/*-- Tab Content & Pane Fix  首页产品中心--*/
.tab-content {
  width: 100%; }
  .tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0; }
    .tab-content .tab-pane.active {
      height: auto;
      visibility: visible;
      opacity: 1;
      overflow: visible; }

/*----------  section title two 首页产品中心 ----------*/
.section-title-two h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #363f4d; }
  @media only screen and (max-width: 767px) {
    .section-title-two h3 {
      font-size: 20px;
      line-height: 24px; } }


/*----------  section background one  ----------*/
.section-bg-1 {
  background-image: url("../images/images/bg1.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }

/*首页产品分类*/
.featured-categories-area {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }

/*----------  search overlay  搜索----------*/
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999999;
  opacity: 0.9;
  display: none; }
  .search-overlay .search-overlay-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 30px; }
    .search-overlay .search-overlay-close:hover {
      color: #263b66; }
  .search-overlay .search-box {
    position: absolute;
    top: 30vh;
    left: 50%;
    border: 1px solid #ffffff;
    padding: 10px 40px 10px 20px;
    width: 500px;
    margin-left: -250px;
    border-radius: 50px; }
    @media only screen and (max-width: 767px) {
      .search-overlay .search-box {
        width: 400px;
        margin-left: -200px; } }
    @media only screen and (max-width: 479px) {
      .search-overlay .search-box {
        width: 250px;
        margin-left: -125px; } }
    .search-overlay .search-box input {
      background: none;
      border: none;
      color: #ffffff;
      width: 100%;
      font-size: 14px; }
    .search-overlay .search-box button {
      background: none;
      border: none;
      color: #ffffff;
      position: absolute;
      right: 10px;
      font-size: 25px;
      top: 50%;
      margin-top: -12px; }

.hero-area.home-four {
  border-bottom: 1px solid #e5e5e5; }

/* 首页banner区域*/
/*hero-slider*/
.hero-slider .hero-slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #dddddd;
  padding: 0;
  height: 520px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider .hero-slider-item {
      height: 450px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider .hero-slider-item {
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    .hero-slider .hero-slider-item {
      height: 350px;
      background-position-x: 50%; } }
  @media only screen and (max-width: 575px) {
    .hero-slider .hero-slider-item {
      background-position-x: 50%; } }
  @media only screen and (max-width: 479px) {
    .hero-slider .hero-slider-item {
      height: 300px; } }

.hero-slider .slider-content > * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.hero-slider .slider-content p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #263b66;
  font-weight: 400; }
  .hero-slider .slider-content p.slider-price {
    color: #363f4d;
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .hero-slider .slider-content p.slider-price {
        margin-top: 10px; } }
    .hero-slider .slider-content p.slider-price span {
      font-size: 25px;
      line-height: 30px;
      font-weight: 500;
      color: #263b66; }
      @media only screen and (max-width: 479px) {
        .hero-slider .slider-content p.slider-price span {
          font-size: 20px;
          line-height: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider .slider-content p {
      font-size: 14px;
      line-height: 20px; } }
  @media only screen and (max-width: 767px) {
    .hero-slider .slider-content p {
      font-size: 16px;
      line-height: 20px;
      width: 60%; } }
  @media only screen and (max-width: 479px) {
    .hero-slider .slider-content p {
      width: 100%; } }

.hero-slider .slider-content h1 {
  font-size: 48px;
  line-height: 55px;
  color: #363f4d;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider .slider-content h1 {
      font-size: 40px;
      line-height: 50px; } }
  @media only screen and (max-width: 767px) {
    .hero-slider .slider-content h1 {
      font-size: 32px;
      line-height: 40px; } }
  @media only screen and (max-width: 575px) {
    .hero-slider .slider-content h1 {
      font-size: 30px;
      line-height: 35px; } }
  @media only screen and (max-width: 479px) {
    .hero-slider .slider-content h1 {
      font-size: 25px;
      line-height: 30px; } }
  .hero-slider .slider-content h1 span {
    display: block; }

.hero-slider .slider-content a.slider-btn {
  background: #f2f2f2;
  line-height: 12px;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 3px;
  color: #363f4d;
  font-weight: 500;
  font-size: 12px;
  background-color: transparent;
  border: 2px solid #263b66;
  color: #263b66;
  padding: 15px 35px;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .hero-slider .slider-content a.slider-btn {
      padding: 10px 25px;
      margin-top: 20px; } }
  .hero-slider .slider-content a.slider-btn:hover {
    background-color: #263b66;
    border-color: #263b66;
    color: #ffffff; }

.hero-slider .slick-active {
  /*-- Hero Content --*/ }
  .hero-slider .slick-active .slider-content {
    overflow: hidden; }
    .hero-slider .slick-active .slider-content > * {
      -webkit-animation-name: slideInLeft;
      animation-name: slideInLeft; }
      .hero-slider .slick-active .slider-content > *:nth-child(1) {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
      .hero-slider .slick-active .slider-content > *:nth-child(2) {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      .hero-slider .slick-active .slider-content > *:nth-child(3) {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s; }
      .hero-slider .slick-active .slider-content > *:nth-child(4) {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s; }

.hero-slider .slick-arrow {
  position: absolute;
  top: 50%;
  background: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  border: 1px solid #ffffff;
  color: #dadada;
  z-index: 2;
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  border-radius: 50%; }
  @media only screen and (max-width: 767px) {
    .hero-slider .slick-arrow {
      display: none !important; } }
  .hero-slider .slick-arrow:hover {
    background-color: #263b66;
    border-color: #263b66;
    color: #ffffff; }
  .hero-slider .slick-arrow.slick-next {
    right: 20px;
    left: auto; }
  .hero-slider .slick-arrow.slick-prev {
    left: 20px;
    right: auto; }

.hero-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (max-width: 479px) {
    .hero-slider .slick-dots {
      bottom: 10px; } }
  .hero-slider .slick-dots li {
    display: inline-block;
    margin-right: 10px; }
    .hero-slider .slick-dots li button {
      background: none;
      font-size: 0;
      width: 15px;
      height: 15px;
      background-color: #ffffff;
      border-radius: 50%;
      border: 2px solid #ddd;
      padding: 0; }
      .hero-slider .slick-dots li button:hover {
        border: 2px solid #263b66; }
    .hero-slider .slick-dots li.slick-active button {
      border: 2px solid #263b66; }
    .hero-slider .slick-dots li:last-child {
      margin-right: 0; }

.hero-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1; }
  .hero-slider:hover .slick-arrow.slick-next {
    right: 30px; }
  .hero-slider:hover .slick-arrow.slick-prev {
    left: 30px; }

/*slider-style-2*/
.slider-style-2 .hero-slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #dddddd;
  padding: 0;
  height: 570px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-style-2 .hero-slider-item {
      height: 450px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-2 .hero-slider-item {
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    .slider-style-2 .hero-slider-item {
      height: 400px;
      background-position-x: 30%; } }
  @media only screen and (max-width: 575px) {
    .slider-style-2 .hero-slider-item {
      background-position-x: 30%; } }
  @media only screen and (max-width: 479px) {
    .slider-style-2 .hero-slider-item {
      height: 400px;
      background-position-x: 42%; } }

.slider-style-2 .slider-content > * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  overflow: hidden; }

.slider-style-2 .slider-content p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  color: #363f4d;
  font-weight: 400; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-2 .slider-content p {
      font-size: 14px;
      line-height: 25px; } }
  @media only screen and (max-width: 767px) {
    .slider-style-2 .slider-content p {
      font-size: 16px;
      line-height: 30px; } }
  @media only screen and (max-width: 479px) {
    .slider-style-2 .slider-content p {
      width: 100%; } }

.slider-style-2 .slider-content h1 {
  font-size: 59px;
  line-height: 70px;
  color: #363f4d;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-2 .slider-content h1 {
      font-size: 40px;
      line-height: 50px; } }
  @media only screen and (max-width: 767px) {
    .slider-style-2 .slider-content h1 {
      font-size: 32px;
      line-height: 40px; } }
  @media only screen and (max-width: 575px) {
    .slider-style-2 .slider-content h1 {
      font-size: 30px;
      line-height: 35px; } }
  @media only screen and (max-width: 479px) {
    .slider-style-2 .slider-content h1 {
      font-size: 25px;
      line-height: 30px; } }
  .slider-style-2 .slider-content h1 span {
    display: block; }

.slider-style-2 .slider-content a.slider-btn {
  background: #f2f2f2;
  line-height: 12px;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 3px;
  color: #363f4d;
  font-weight: 500;
  font-size: 12px;
  background-color: transparent;
  border: 2px solid #263b66;
  color: #263b66;
  padding: 15px 35px;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .slider-style-2 .slider-content a.slider-btn {
      padding: 10px 25px;
      margin-top: 20px; } }
  .slider-style-2 .slider-content a.slider-btn:hover {
    background-color: #263b66;
    border-color: #263b66;
    color: #ffffff; }

.slider-style-2 .slick-active {
  /*-- Hero Content --*/ }
  .slider-style-2 .slick-active .slider-content {
    overflow: hidden; }
    .slider-style-2 .slick-active .slider-content > * {
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown; }
      .slider-style-2 .slick-active .slider-content > *:nth-child(1) {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
      .slider-style-2 .slick-active .slider-content > *:nth-child(2) {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      .slider-style-2 .slick-active .slider-content > *:nth-child(3) {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s; }
      .slider-style-2 .slick-active .slider-content > *:nth-child(4) {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s; }

.slider-style-2 .slick-arrow {
  position: absolute;
  top: 50%;
  background: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  border: 1px solid #ffffff;
  color: #dadada;
  z-index: 2;
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  border-radius: 50%; }
  @media only screen and (max-width: 767px) {
    .slider-style-2 .slick-arrow {
      display: none !important; } }
  .slider-style-2 .slick-arrow:hover {
    background-color: #263b66;
    border-color: #263b66;
    color: #ffffff; }
  .slider-style-2 .slick-arrow.slick-next {
    right: 20px;
    left: auto; }
  .slider-style-2 .slick-arrow.slick-prev {
    left: 20px;
    right: auto; }

.slider-style-2 .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (max-width: 479px) {
    .slider-style-2 .slick-dots {
      bottom: 10px; } }
  .slider-style-2 .slick-dots li {
    display: inline-block;
    margin-right: 10px; }
    .slider-style-2 .slick-dots li button {
      background: none;
      font-size: 0;
      width: 15px;
      height: 15px;
      background-color: #ffffff;
      border-radius: 50%;
      border: 2px solid #ddd;
      padding: 0; }
      .slider-style-2 .slick-dots li button:hover {
        border: 2px solid #263b66; }
    .slider-style-2 .slick-dots li.slick-active button {
      border: 2px solid #263b66; }
    .slider-style-2 .slick-dots li:last-child {
      margin-right: 0; }

.slider-style-2:hover .slick-arrow {
  visibility: visible;
  opacity: 1; }
  .slider-style-2:hover .slick-arrow.slick-next {
    right: 30px; }
  .slider-style-2:hover .slick-arrow.slick-prev {
    left: 30px; }

/*slider-style-3*/
.slider-style-3 .hero-slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #dddddd;
  padding: 0;
  height: 740px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-style-3 .hero-slider-item {
      height: 650px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-3 .hero-slider-item {
      height: 500px; } }
  @media only screen and (max-width: 767px) {
    .slider-style-3 .hero-slider-item {
      height: 450px;
      background-position-x: 50%; } }
  @media only screen and (max-width: 575px) {
    .slider-style-3 .hero-slider-item {
      background-position-x: 40%; } }
  @media only screen and (max-width: 479px) {
    .slider-style-3 .hero-slider-item {
      height: 400px; } }

.slider-style-3 .slider-content > * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slider-style-3 .slider-content p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-3 .slider-content p {
      font-size: 14px;
      line-height: 22px; } }
  @media only screen and (max-width: 767px) {
    .slider-style-3 .slider-content p {
      font-size: 14px;
      line-height: 20px;
      width: 60%; } }
  @media only screen and (max-width: 479px) {
    .slider-style-3 .slider-content p {
      width: 100%; } }

.slider-style-3 .slider-content h1 {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style-3 .slider-content h1 {
      font-size: 36px;
      line-height: 44px; } }
  @media only screen and (max-width: 767px) {
    .slider-style-3 .slider-content h1 {
      font-size: 32px;
      line-height: 40px; } }
  @media only screen and (max-width: 575px) {
    .slider-style-3 .slider-content h1 {
      font-size: 30px;
      line-height: 35px; } }
  @media only screen and (max-width: 479px) {
    .slider-style-3 .slider-content h1 {
      font-size: 25px;
      line-height: 30px; } }
  .slider-style-3 .slider-content h1 span {
    display: block; }

.slider-style-3 .slider-content .image {
  margin-bottom: 10px; }

.slider-style-3 .slider-content a.slider-btn {
  background: #f2f2f2;
  line-height: 12px;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 3px;
  color: #363f4d;
  font-weight: 500;
  font-size: 12px;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 15px 35px;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .slider-style-3 .slider-content a.slider-btn {
      padding: 10px 25px;
      margin-top: 20px; } }
  .slider-style-3 .slider-content a.slider-btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #363f4d; }

.slider-style-3 .slick-active {
  /*-- Hero Content --*/ }
  .slider-style-3 .slick-active .slider-content {
    overflow: hidden; }
    .slider-style-3 .slick-active .slider-content > * {
      -webkit-animation-name: slideInLeft;
      animation-name: slideInLeft; }
      .slider-style-3 .slick-active .slider-content > *:nth-child(1) {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
      .slider-style-3 .slick-active .slider-content > *:nth-child(2) {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      .slider-style-3 .slick-active .slider-content > *:nth-child(3) {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s; }
      .slider-style-3 .slick-active .slider-content > *:nth-child(4) {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s; }
      .slider-style-3 .slick-active .slider-content > *:nth-child(5) {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 3.5s;
        animation-delay: 3.5s; }

.slider-style-3 .slick-arrow {
  position: absolute;
  top: 50%;
  background: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  border: 1px solid #ffffff;
  color: #dadada;
  z-index: 2;
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  border-radius: 50%; }
  @media only screen and (max-width: 767px) {
    .slider-style-3 .slick-arrow {
      display: none !important; } }
  .slider-style-3 .slick-arrow:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #363f4d; }
  .slider-style-3 .slick-arrow.slick-next {
    right: 20px;
    left: auto; }
  .slider-style-3 .slick-arrow.slick-prev {
    left: 20px;
    right: auto; }

.slider-style-3 .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (max-width: 479px) {
    .slider-style-3 .slick-dots {
      bottom: 10px; } }
  .slider-style-3 .slick-dots li {
    display: inline-block;
    margin-right: 10px; }
    .slider-style-3 .slick-dots li button {
      background: none;
      font-size: 0;
      width: 15px;
      height: 15px;
      background-color: #ffffff;
      border-radius: 50%;
      border: 2px solid #ddd;
      padding: 0; }
      .slider-style-3 .slick-dots li button:hover {
        border: 2px solid #363f4d; }
    .slider-style-3 .slick-dots li.slick-active button {
      border: 2px solid #363f4d; }
    .slider-style-3 .slick-dots li:last-child {
      margin-right: 0; }

.slider-style-3:hover .slick-arrow {
  visibility: visible;
  opacity: 1; }
  .slider-style-3:hover .slick-arrow.slick-next {
    right: 30px; }
  .slider-style-3:hover .slick-arrow.slick-prev {
    left: 30px; }

/*----------  brand  logo slider  首页品牌区域 ----------*/
.brand-logo-slider.home-four-brand-slider .single-brand a img {
  background-color: #ffffff !important; }

.brand-logo-slider-container .slick-slide > div > div {
  vertical-align: middle; }

.brand-logo-slider-container .single-brand a {
  display: block;
  overflow: hidden;
  text-align: center; }
  .brand-logo-slider-container .single-brand a img {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin: 0 auto;
    border: 1px solid #ebebeb; }

/*----------  blog-post-slider-container1  首页品牌区域 ----------*/
.blog-post-slider-container1.home-four-brand-slider .single-brand a img {
  background-color: #ffffff !important; }

.blog-post-slider-container1 .slick-slide > div > div {
  vertical-align: middle; }

.blog-post-slider-container1 .single-brand a {
  display: block;
  overflow: hidden;
  text-align: center; }
  .blog-post-slider-container1 .single-brand a img {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin: 0 auto;
    border: 1px solid #ebebeb; }

/*tab-slider-wrapper-two  首页产品中心*/
.tab-slider-wrapper-two .fl-slider {
  border: none;
  border-bottom: 1px solid #ebebeb; }

.tab-slider-wrapper-two nav .nav-tabs {
  border-bottom: 1px solid #ebebeb; }
  .tab-slider-wrapper-two nav .nav-tabs .nav-link {
    border-color: transparent;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #c3c3c3;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .tab-slider-wrapper-two nav .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 25px; } }
    @media only screen and (max-width: 575px) {
      .tab-slider-wrapper-two nav .nav-tabs .nav-link {
        padding: 10px; } }
    .tab-slider-wrapper-two nav .nav-tabs .nav-link:after {
      background: #263b66;
      content: "";
      width: 0;
      height: 2px;
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .tab-slider-wrapper-two nav .nav-tabs .nav-link:hover {
      color: #363f4d; }
      .tab-slider-wrapper-two nav .nav-tabs .nav-link:hover:after {
        width: 50px; }
    .tab-slider-wrapper-two nav .nav-tabs .nav-link.active {
      color: #363f4d; }
      .tab-slider-wrapper-two nav .nav-tabs .nav-link.active:after {
        width: 50px; }

/*----------  featured category slider 首页产品分类  ----------*/
.featured-category-slider {
  background-color: #f9f9fb; }
  .featured-category-slider .single-category {
    text-align: center;
    -webkit-box-shadow: 1px 0 0 0 #ebebeb;
    box-shadow: 1px 0 0 0 #ebebeb;
    padding-top: 80px;
    padding-bottom: 80px; }
    .featured-category-slider .single-category:hover {
      background-color: #FFFFFF; }
    .featured-category-slider .single-category .image {
      margin-bottom: 15px; }
    .featured-category-slider .single-category .content a {
      font-size: 13px;
      line-height: 17px;
      font-weight: 500;
      color: #363f4d; }
      .featured-category-slider .single-category .content a:hover {
        color: #263b66; }

/*----------  blog post slider container 首页新闻中心  ----------*/
.blog-post-slider-container.fl-slider .col {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.blog-post-slider-container.fl-slider .slick-active .col {
  -webkit-box-shadow: 1px 0 0 0 #ebebeb !important;
  box-shadow: 1px 0 0 0 #ebebeb !important; }

.blog-post-slider-container-two.fl-slider {
  padding-top: 0;
  border: none !important;
  border-bottom: 1px solid #ebebeb !important; }
  .blog-post-slider-container-two.fl-slider .col {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .blog-post-slider-container-two.fl-slider .slick-active .col {
    -webkit-box-shadow: 1px 0 0 0 #ebebeb !important;
    box-shadow: 1px 0 0 0 #ebebeb !important; }

/*----------  banner-three-column  首页推荐产品  ----------*/
.banner-three-column .single-banner {
  position: relative; }
  .banner-three-column .single-banner .text-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px; }
    .banner-three-column .single-banner .text-content h5 {
      color: #363f4d;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-three-column .single-banner .text-content h5 {
          font-size: 13px; } }
    .banner-three-column .single-banner .text-content h3 {
      color: #363f4d;
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-three-column .single-banner .text-content h3 {
          font-size: 15px;
          margin-bottom: 10px; } }
    .banner-three-column .single-banner .text-content h4 {
      color: #363f4d;
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-three-column .single-banner .text-content h4 {
          font-size: 13px; } }

/*----------  single-banner 首页推荐产品  ----------*/
.single-banner a {
  display: block;
  overflow: hidden;
  position: relative; }
  .single-banner a img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .single-banner a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .single-banner a:hover:before {
    visibility: visible;
    opacity: 1; }
  .single-banner a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

/*----------  slider blog post 首页新闻中心 ----------*/
.blog-post-slider-container {
  padding: 30px 0; }
  .blog-post-slider-container .col {
    -webkit-box-shadow: 1px 0 0 0 #ebebeb;
    box-shadow: 1px 0 0 0 #ebebeb; }
  .blog-post-slider-container .single-blog-post {
    text-align: center; }
    .blog-post-slider-container .single-blog-post .image {
      margin-bottom: 10px; }
      .blog-post-slider-container .single-blog-post .image a {
        display: block; }
        .blog-post-slider-container .single-blog-post .image a img {
          width: 100%; }
    .blog-post-slider-container .single-blog-post .content h3 {
      margin-bottom: 10px; }
      .blog-post-slider-container .single-blog-post .content h3 a {
        font-size: 16px;
        font-weight: 400;
        line-height: 25px; }
    .blog-post-slider-container .single-blog-post .content p {
      margin-bottom: 10px; }
      .blog-post-slider-container .single-blog-post .content p span {
        color: #abaaaa;
        font-size: 13px;
        font-weight: 400; }
        .blog-post-slider-container .single-blog-post .content p span i.icon {
          color: #263b66;
          font-size: 15px; }
        .blog-post-slider-container .single-blog-post .content p span.post-comments {
          margin-right: 15px; }
        .blog-post-slider-container .single-blog-post .content p span.post-author a {
          color: #263b66; }
          .blog-post-slider-container .single-blog-post .content p span.post-author a:hover {
            color: #333333; }
      .blog-post-slider-container .single-blog-post .content p.post-excerpt {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px; }
    .blog-post-slider-container .single-blog-post .content a.fl-button {
      background: #f2f2f2;
      line-height: 12px;
      display: inline-block;
      padding: 15px 30px;
      border-radius: 3px;
      color: #363f4d;
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase; }
      .blog-post-slider-container .single-blog-post .content a.fl-button:hover {
        background-color: #263b66;
        color: #ffffff; }


/*-- Shipping Form --*/
#shipping-form {
  display: none; }


	

/*首页产品简介*/
.main-about {
    background: url(../images/images/bg1.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    padding: 2%;
}

.main-about .main-title {
    color: #ffffff;
    font-size: 36px;
}
.main-title {
    color: #2d92fa;
    font-size: 32px;
    font-family: 'oswald-regular';
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.main-about .mabout-left {
    float: left;
    width: 45%;
}

.main-about .mabout-right {
    width: 50%;
    float: left;
    margin-left: 3%;
    padding: 20px 0;
}

@media only screen and (max-width: 768px){
.main-about .mabout-left {
    width: 100%;
    float: none;
    margin-bottom: 15px;
}
}

@media only screen and (max-width: 768px){
.main-about .mabout-right {
    margin: 0;
    float: none;
    width: 100%;
}
}


.main-about .mabout-left span {
    padding: 20px;
    display: inline-block;
}

.main-about .mabout-left span img {
    max-width: 100%;
    width: auto;
    height: auto;
    box-shadow: 0 0 10px 5px rgba(255,255,255,0.2);
}

.main-about .mabout-right>div {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 36px;
    overflow: hidden;
    height: 216px;
}

.main-about .mabout-right .about-more {
    background: rgba(122,122,122,0.7);
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
}

.main-about .mabout-right .about-more:hover {
    background: #263b66;
    text-decoration: none;
}



/*no-js  首页头部*/
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1170px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}


@media only screen and (max-width: 991px) {
	.cd-search {
  top: 90px;

}
}


ceshi2{
width: 43%!important;;float: left!important;;margin: 0!important;;
}












