.home-banner-section {
  position: relative;
  background: url("/images/banner/home_banner.jpg") center center no-repeat;
}
.home-banner-section .home-banner-bg {
  background-color: #4b673f;
  overflow: hidden;
}
.home-banner-section .home-banner-bg img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.home-banner-section:hover .home-banner-bg img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.home-banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 2px #333;
  /* .divider {
        margin: 30px 0;
        height: 0;
        max-width: 550px;
        border-top: #638867 thin solid;
    } */
}
.home-banner-text .container {
  padding-top: 7%;
}
.home-banner-text h1 {
  font-size: 50px;
  line-height: 70px;
}
.home-banner-text ul.list-inline li {
  padding-right: 12px;
  line-height: 14px;
  border-right: #FFF thin solid;
}
.home-banner-text ul.list-inline li:last-child {
  border-right: none;
}
.home-banner-text ul.flist li {
  font-size: 16px;
}
.home-banner-text .download-group .button {
  color: #3bc095;
}
.home-banner-text .download-group ul li {
  padding: 0 5px 0 0;
  font-size: 12px;
}
.home-how-to-section {
  padding: 20px 0 50px 0;
}
.home-how-to-section .home-how-to-item {
  position: relative;
}
.home-how-to-section .home-how-to-item .sprite-icon {
  display: inline-block;
  width: 90px;
  height: 90px;
}
.home-how-to-section .home-how-to-item .sprite-icon.hht-icon-1 {
  background-position: 0 0;
}
.home-how-to-section .home-how-to-item .sprite-icon.hht-icon-2 {
  background-position: -119px 0;
}
.home-how-to-section .home-how-to-item .sprite-icon.hht-icon-3 {
  background-position: -233px 0;
}
.home-how-to-section .home-how-to-item .sprite-icon.hht-icon-4 {
  background-position: -342px 0;
}
.home-how-to-section .home-how-to-item:before {
  position: absolute;
  content: '';
  top: 40%;
  left: 0;
  height: 23px;
  width: 20%;
  background: url('/images/bg/dashed.png') center repeat;
}
.home-how-to-section .home-how-to-item:after {
  position: absolute;
  content: '';
  top: 40%;
  right: 0;
  height: 23px;
  width: 20%;
  background: url('/images/bg/dashed.png') center repeat;
}
.home-how-to-section .home-how-to-item:first-child:before {
  display: none;
}
.home-how-to-section .home-how-to-item:last-child:after {
  display: none;
}
.home-template-section .row .home-template-item {
  position: relative;
  float: left;
  width: 25%;
  /* width: 24.625%;
            margin-right: 0.5%;
            margin-bottom: 0.5%; */
  background-color: #3bc095;
  cursor: pointer;
  overflow: hidden;
}
.home-template-section .row .home-template-item:last-child {
  margin-right: 0;
}
.home-template-section .row .home-template-item img {
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.home-template-section .row .home-template-item .play-group {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.home-template-section .row .home-template-item .play-group .fa {
  font-size: 45px;
}
.home-template-section .row .home-template-item .play-group h5 {
  font-size: 16px;
  font-weight: bold;
}
.home-template-section .row .home-template-item:hover img {
  opacity: 0.4;
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
}
.home-template-section .row .home-template-item:hover .play-group {
  opacity: 1;
}
.home-template-section .fa-mine-arrow-right {
  float: right;
  margin: 11px 0 0 8px;
}
.home-template-section .viewmore a {
  display: block;
  padding: 30px 0;
  font-size: 16px;
  text-align: center;
  background-color: #343434;
  color: #fefefe;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.home-template-section .viewmore a:hover {
  background-color: #3c3a3a;
  color: #3bc095;
}
.home-features-section .home-features-item {
  margin-bottom: 40px;
}
.home-features-section .home-features-item .sprite-icon {
  width: 140px;
  height: 100px;
}
.home-features-section .home-features-item .sprite-icon.hf-icon-1 {
  background-position: 6px -100px;
}
.home-features-section .home-features-item .sprite-icon.hf-icon-2 {
  background-position: -159px -100px;
}
.home-features-section .home-features-item .sprite-icon.hf-icon-3 {
  background-position: -315px -100px;
}
.home-features-section .home-features-item .sprite-icon.hf-icon-4 {
  background-position: 6px -197px;
}
.home-features-section .home-features-item .sprite-icon.hf-icon-5 {
  background-position: -159px -197px;
}
.home-features-section .home-features-item .sprite-icon.hf-icon-6 {
  background-position: -315px -197px;
}
.home-features-section .home-features-item .title-group.title-group-2x .subtitle {
  font-size: 12px;
  line-height: 20px;
}
.home-reviews-section {
  background: #1b1c21 url("/images/bg/home_customer_bg1.jpg") center right repeat;
}
.home-reviews-section .reviews-container {
  /* width: 50%;
        padding: 80px 0 100px 0; */
  background: #3bc095 url("/images/bg/home_customer_bg.jpg") repeat;
}
.home-reviews-section .reviews-container .reviews-content {
  position: relative;
  float: right;
  width: 60%;
  min-width: 420px;
  margin-right: 10%;
}
.home-reviews-section .reviews-container .reviews-content > .fa-quote-left {
  position: absolute;
  left: -40px;
  top: 0;
  font-size: 30px;
  color: #93ddc4;
}
.home-reviews-section .reviews-container .reviews-content > .fa-quote-right {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 30px;
  color: #93ddc4;
}
.home-reviews-section .carousel-inner .item .sprite-icon {
  float: left;
  width: 65px;
  height: 65px;
}
.home-reviews-section .carousel-inner .item .sprite-icon.hr-icon-1 {
  background-position: -145px -307px;
}
.home-reviews-section .carousel-inner .item .sprite-icon.hr-icon-2 {
  background-position: -237px -307px;
}
.home-reviews-section .carousel-inner .item .sprite-icon.hr-icon-3 {
  background-position: -328px -307px;
}
.home-reviews-section .item .title-group {
  float: left;
  padding-left: 15px;
  padding-top: 10px;
}
.home-reviews-section .item .title-group .title {
  margin: 3px 0;
}
.home-reviews-section .item .title-group .subtitle {
  color: #FFF;
}
.home-reviews-section .custom-reviews {
  margin-bottom: 30px;
  line-height: 28px;
}
.home-reviews-section .rank .fa-star {
  color: #f6bd30;
}
.home-reviews-section .carousel-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  text-align: left;
  margin-left: 5px;
  margin-top: 30px;
}
.home-reviews-section .carousel-indicators li {
  background-color: #a6e5d0;
}
.home-reviews-section .carousel-indicators li.active {
  background-color: #fff;
}
.home-download-section .download-container {
  /* float: left;
        width: 45%;
        padding-right: 30px; */
}
.home-download-section .download-container .content {
  width: 450px;
  float: right;
}
.home-download-section .brand-container {
  /* float: left;
        width: 55%; */
}
.home-download-section .brand-container img {
  width: 100%;
  max-width: 760px;
}
.siteinfo-page .banner-section {
  height: 260px;
  background: #49bbc5 url("/images/banner/about_case_banner.jpg") top center repeat-x;
}
.siteinfo-page .banner-section .banner-text {
  padding-top: 40px;
}
.siteinfo-page .siteinfo-content-section {
  position: relative;
  background-color: #FFF;
  margin-top: -90px;
}
.siteinfo-page .siteinfo-nav li .button {
  font-weight: bold;
  background-color: transparent;
}
.siteinfo-page .siteinfo-nav li.active .button {
  color: #FFF;
  background-color: #3bc095;
}
.siteinfo-page .siteinfo-content {
  padding: 30px;
}
.siteinfo-page .siteinfo-content .page-title {
  font-size: 28px;
  margin-bottom: 30px;
}
.siteinfo-page .siteinfo-content p {
  margin-bottom: 10px;
}
.home-service-section .service-item {
  position: relative;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border: #dedede 1px solid;
  border-bottom: #3bc095 4px solid;
  box-shadow: #efefef 1px -1px 3px, #efefef -1px 0 3px;
  background-color: #fff;
}
.home-service-section .service-item.service-item-paid {
  border-bottom-color: #ecde32;
}
.home-service-section .service-item .service-text {
  line-height: 30px;
  color: #999;
}
.home-service-section .service-item .subtitle {
  color: #ca7676;
}
.home-service-section .service-item .divider {
  width: 20%;
  margin: 0 auto 30px auto;
  height: 0;
  border-top: #dedede 1px solid;
}
.home-tutorials-section .tutorials-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home-tutorials-section .tutorials-box img {
  width: 100%;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.home-tutorials-section .tutorials-box .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.home-tutorials-section .tutorials-box:hover img {
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
}
.h-demo-p {
  text-align: center;
  padding-top: 35px;
}
.h-demo-p > h3 {
  margin: 0;
  font-size: 22px;
  padding-bottom: 8px;
  padding-top: 13px;
  color: #ffdd78;
}
.h-demo-p .h-demo-ul {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 20px;
  list-style: none;
}
.h-demo-p .h-demo-ul > li {
  float: left;
  width: 20%;
  padding: 0 10px;
  list-style: none;
}
.h-demo-p .h-demo-ul > li > p {
  font-size: 13px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 5px;
}
.h-demo-p .h-demo-img {
  position: relative;
  background-color: #3bc095;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 2px;
  cursor: pointer;
}
.h-demo-p .h-demo-img > img {
  max-width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.h-demo-p .h-demo-img > .play-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h-demo-p .h-demo-img > .play-group .fa {
  position: absolute;
  font-size: 33px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -17px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.h-demo-p .h-demo-img:hover img {
  opacity: 0.6;
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
}
.h-demo-p .h-demo-img:hover .play-group .fa {
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .h-demo-p {
    display: none;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .home-banner-section {
    height: 500px;
  }
  .home-banner-section .home-banner-bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .home-banner-section {
    height: 500px;
  }
  .home-banner-section .home-banner-bg {
    display: none;
  }
  .home-banner-section .home-banner-text .container {
    padding-top: 15%;
  }
  .home-banner-section .home-banner-text h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .home-how-to-section .home-how-to-item:before {
    display: none;
  }
  .home-how-to-section .home-how-to-item:after {
    display: none;
  }
  .home-template-section .row .home-template-item {
    width: 50%;
  }
  .home-reviews-section .reviews-container .reviews-content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .home-download-section .download-container .content {
    width: 450px;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 660px) {
  .siteinfo-page .siteinfo-nav li .button {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
  }
  .home-download-section .download-container .content {
    width: 300px;
  }
  .home-download-section .download-container div {
    text-align: center;
  }
  .home-reviews-section .reviews-container .reviews-content {
    min-width: 300px;
  }
  .title-group.title-group-5x .title {
    font-size: 23px;
    line-height: 35px;
  }
  .home-reviews-section .reviews-container .reviews-content > .fa-quote-left,
  .home-reviews-section .reviews-container .reviews-content > .fa-quote-right {
    display: none;
  }
  #myCarousel .carousel-inner {
    text-align: center;
  }
  #myCarousel .clearfix {
    display: flex;
    justify-content: center;
  }
  #myCarousel .carousel-indicators {
    width: auto;
    text-align: center;
  }
  .home-banner-text .download-group .button {
    box-shadow: 1px 2px 3px 1px #e1e1e1;
  }
}
