/*================
 Section
==================*/
body {
  overflow-x: hidden;
}

.text-14 {
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}

.w80 {
  width: 70%;
  margin: 0 auto;
}

/* box 03 */
.home-box-03 {
  padding: 50px 0;
}

.tab-content #tab001 {
  background-image: none;
}

.home-box-03 .tab-content #tab001.active {
  text-align: center;
}

.tab-pane-item-01 {
  text-align: left;
}

.tab001-underline {
  margin: 30px 0;
  width: 60px;
  height: 2px;
  background: #2568ef;
}

.solution-img {
  max-width: 80%;
}

.solution01,
.solution02 {
  padding: 100px 0;
}

.solution01 {
  background-image: url(../img/product/s-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.solution02 {
  background-image: url(../img/product/s-bg1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

/* 屏幕 -- 差异化 */
@media (min-width: 1920px) {
  #home-box-03-tab {
    margin: 0;
    padding-left: 260px;
    padding-right: 260px;
  }

  .home-box-03 .tab-pane-item-01 {
    margin: 0 100px 0 0;
    max-width: 500px;
  }

  .home-box-03 .solution02 .tab-pane-item-01 {
    margin: 0 0 0 100px;
    max-width: 500px;
  }

  .home-box-03 .tab-content .img-01 {
    margin-left: 0;
    max-width: 740px;
    padding: 0;
    max-width: 960px;
    height: 600px;
    cursor: pointer;
  }
}
@media (min-width: 1620px) {
  .site-header {
    min-height: 600px;
  }

  #home-box-03-tab {
    margin: 0;
    padding-left: 200px;
    padding-right: 200px;
  }

  .home-box-03 .tab-pane-item-01 {
    padding: 0 40px;
    max-width: 500px;
  }

  .home-box-03 .tab-content .img-01 {
    margin-left: 0;
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .home-box-03 {
    padding: 0;
  }

  #home-box-03-tab {
    padding: 0 20px;
  }

  .home-box-03 .tab-pane-item-01 {
    margin: 0;
  }

  .home-box-03 .solution02 .tab-pane-item-01 {
    margin: 0;
  }

  .tab-content .tab-pane {
    padding: 24px 10px 0;
  }

  .height-40 {
    height: 20px !important;
  }

  .tab-pane-item-01 {
    margin-bottom: 20px
  }

  .solution-img {
    display: none;
  }

  .tab001-underline {
    margin: 20px 0;
  }

  .solution02 {
    flex-direction: column-reverse;
  }

  .moblie-nav {
    color: #333;
  }

  .site-header li,
  .site-header li a {
    color: #fff;
    margin-left: 10px;
  }

  #home-box-03-tab .nav-item {
    width: 20%;
  }

  #home-box-03-tab .nav-link img {
    display: none;
  }

  #home-box-03-tab .nav-link {
    font-size: 14px;
  }

  .header-login-tel {
    color: #fff;
  }
  .home-box-03 .tab-content .img-01 {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .site-header {
    min-height: 500px;
  }

  #home-box-03-tab {
    margin: 0 auto;
  }

  .home-box-03 .tab-pane-item-01 {
    padding: 0 40px;
    max-width: 360px;
  }

  
}