/**
 * [样式书写规则]
 * 书写顺序：宽高，margin，padding，字体，颜色，背景
 * 字体大小使用rem，以10px为基准
 * 其他大小使用px
 */

.homepage-main p {
    margin: 0;
  }

.homepage-banner {
  position: relative;
  background-color: #08f;
  background-image: url(../image/homepage-banner-1cde0815b8.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.homepage-banner img {
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 46%;
  }

.homepage-banner h1 {
    margin-bottom: 20px;
    color: #fff;
  }

.homepage-banner .subtitle {
    margin-bottom: 30px;
    font-size: 20px;
    color: #fff;
  }

.homepage-banner .container {
    position: relative;
    padding: 10% 0;
  }

.text-area {
  height: 184px;
}

.sale-banner {
  position: relative;
  background-color: #08f;
  background-image: url(../image/sale-background-5d7e9e8d76.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.sale-banner img {
    position: absolute;
    top: 0;
    left: 0;
  }

.sale-banner .container {
    position: relative;
    padding: 10% 0;
  }

.sale-banner h1 {
    margin-bottom: 20px;
    color: #fff;
  }

.sale-banner .subtitle {
    margin-bottom: 30px;
    font-size: 20px;
    color: #fff;
  }

.section-02 {
  text-align: center;
  padding: 60px 0 80px;
}

.section-02 ul {
    width: 100%;
    margin-top: 55px;
  }

.section-02 li {
    display: inline-block;
    width: 24.6%;
    margin: 0;
  }

.section-02 li .circle {
      text-align: center;
      font-size: 1.2rem;
      margin: 0 auto;
    }

.section-02 li .caption {
      border-right: 1px solid #d9d9d9;
    }

.section-02 li .caption h4 {
        padding-top: 20px;
      }

.section-02 li .caption span {
        display: block;
        font-size: 1.4rem;
        color: #606060;
        margin: 10px 0;
      }

.section-02 li .caption i {
        font-style: normal;
        display: block;
        font-size: 2.8rem;
        font-weight: 300;
        color: #606060;
      }

.section-02 li:last-child .caption {
    border: none;
}

.section-03 {
  padding: 60px 0 0;
  text-align: center;
  background-color: #f3faff;
}

.section-03 .col:nth-child(2n+1) {
    background-color: white;
  }

.section-03 .col:nth-child(2n) {
    background-color: #f3faff;
  }

.section-03 .content {
    height: 420px;
    margin-top: 30px;
    position: relative;
  }

.section-03 .caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: rgb(102, 102, 102);
  }

.section-03 .caption h3 {
      margin-bottom: 30px;
      color: #333;
    }

.section-03 .caption li {
      margin-bottom: 20px;
      font-size: 1.6rem;
      line-height: 2rem;
    }

.section-03 .section01-01 .caption, .section-03 .section01-03 .caption, .section-03 .section01-05 .caption {
      float: right;
      text-align: left;
      right: 0;
    }

.section-03 .section01-02 .caption, .section-03 .section01-04 .caption {
      float: left;
      padding-left: 10%;
      text-align: left;
      left: 0;
    }

.section-03 .section01-01 {
    background: url(../image/homepage-section-01-e4395c235f.png) no-repeat 15% center;
  }

.section-03 .section01-01 .caption {
      width: 40%;
    }

.section-03 .section01-02 {
    background: url(../image/homepage-section-02-b16328e0ac.png) 90% center no-repeat #fff;
  }

.section-03 .section01-02 .caption {
      width: 55%;
    }

.section-03 .section01-03 {
    background: url(../image/homepage-section-03-59b61ad9bc.png) no-repeat 15% center;
  }

.section-03 .section01-03 .caption {
      width: 40%;
    }

.section-03 .section01-04 {
    background: url(../image/homepage-section-04-fa81e06492.png) no-repeat 90% center #fff;
  }

.section-03 .section01-04 .caption {
      width: 55%;
    }

.section-03 .section01-05 {
    background: url(../image/homepage-section-05-5422bff566.png) no-repeat 15% center;
  }

.section-03 .section01-05 .caption {
      width: 40%;
    }

.section-04 {
  padding: 60px 0 50px;
  text-align: center;
  background-color: #ebf7fe;
}

.section-04 ul {
    width: 70%;
    margin: 25px auto 0;
    color: #606060;
    font-size: 2rem;
  }

.section-04 ul > li {
    display: inline-block;
    height: 25px;
    padding: 0 30px;
    border-right: 1px solid #d9d9d9
  }

.section-04 ul > li:last-child {
    border: none;
}

.section-04 .section04-img {
    width: 100%;
    height: 314px;
    margin: 50px 0 0;
    text-align: center;
  }

.section-05 {
  padding: 60px 0 100px;
  text-align: center;
  background-color: #fff;
}

.section-05 img {
    margin-top: 50px;
  }

.doncus-stats {
  height: 120px;
  line-height: 120px;
  background: url(../image/homepage-banner-02-6f92b06bf9.png) 0 0 no-repeat;
  background-size: cover;
}

.doncus-stats .container {
    font-size: 2.5rem;
    color: white;
    text-align: center;
    vertical-align: middle;
  }

.doncus-stats .container span {
      width: 360px;
      display: inline-block;
      font-size: 3.5rem;
      font-weight: 800;
    }

.single-home {
  background-color: #08f;
  background-image: url(../image/homepage-banner-1cde0815b8.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.single-home .bg {
    position: absolute;
    right: 1%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 54%;
    max-width: 875px;
  }

.single-home h1 {
    margin-top: 60px;
    margin-bottom: 20px;
    color: #fff;
  }

.single-home .subtitle {
    margin-bottom: 30px;
    font-size: 20px;
    color: #fff;
  }

.single-home .container {
    padding:6% 0 8% 30px;
  }

.single-home .container .alibaba {
      position: relative;
    }

/* slider */

.slider {
  height: 560px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #e74635;
}

.slider li {
    list-style: none;
    float: left;
    display: block;
    height: 560px;
  }

.slider .slider-home {
    width: 100%;
    background:#08f url(../image/homepage-banner-1cde0815b8.png) no-repeat center top;
    background-size: cover;
    position: relative;
  }

.slider .slider-home img {
      position: absolute;
      right: 10%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 44%;
      max-width: 875px;
    }

.slider .slider-home h1 {
      margin-bottom: 20px;
      color: #fff;
    }

.slider .slider-home .subtitle {
      margin-bottom: 30px;
      font-size: 20px;
      color: #fff;
    }

.slider .slider-home .container {
      position: relative;
      padding-left: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }

.slider .slider-sale {
    width: 100%;
    background-color: #08f;
    background-image: url(../image/sale-background-5d7e9e8d76.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

.slider .slider-sale img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -55%);
              transform: translate(-50%, -55%);
      width: 90%;
      max-width: 1700px;
    }

/* bxslider */

.bx-wrapper {
  border: none;
  top: -13px;
}

.bx-wrapper .bx-pager {
    bottom: 20px;
  }

.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
        background: transparent;
        border: 1px solid #fff;
      }

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: transparent;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.bx-viewport {
  overflow: visible !important;
}
