body {
	padding-top: 0 !important 
}

.col-green {
  color: #4CAF50 !important;
}

.t40 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 40px;
  color: #2a2a2a;
}

.bg-grey {
  background: #ededed;
}

.p-t-b-100 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.navigation {
  background-color: #fff;
  margin-bottom: 0;
  border-bottom: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.navigation .navbar-nav {
  font-size: 18px;
}

.navigation .navbar-main-meun>.active>a,
.navigation .navbar-main-meun>.active>a:focus,
.navigation .navbar-main-meun>.active>a:hover {
  color: #4379da;
  background: 0
}



.slidebar {
  /* background: #4379da url(../../img/index/v2/banner1.png) 50% 50%; */
}

.slidebar-slide {
  height: 700px;
}

.slidebar-slide .swiper-container {
  height: 100%;
}

.slidebar-slide .swiper-slide {
  /* text-align: center; */
  font-size: 30px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-direction: column;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  /* -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */

  /* padding-left: 45px; */
  color: #fff;

}

.slidebar-slide .swiper-slide h2 {
  /* line-height: 1.5; */
  line-height: 1.2;
  margin: 0 0 20px;
  font-size: 36px;
  font-size: 50px;
}

.slidebar-slide .swiper-slide ul {
  list-style: none;
  padding-left: 0
}

.slidebar-slide .swiper-slide ul li {
  /* padding-left: 30px; */
  margin-top: 10px; 
  /* background: url(../../img/index/v2/check.png) no-repeat; */
}

.slidebar-slide .swiper-slide .reg-link {
  margin-top: 25px;
}

.slidebar-slide .swiper-pagination-bullet {
  width: 60px;
  height: 10px;
  background: #fff;
  /* background: #a1bced; */
  border-radius: 0;
}

.slidebar-slide .swiper-pagination-bullet-active {
  background: #ffa200
}

.slidebar-slide .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 5%;
}


/* 卖点 */
/* .selling-points-bar .container {
  padding-top: 120px;
  padding-bottom: 120px;
} */

.selling-points dl {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
  color: #555;
}

.selling-points dt {
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 400;
}

/* 解决方案 */

.solution>div:nth-of-type(odd) {
  background: #ededed;
}

/* .solution-bar .container {
  padding-top: 120px;
  padding-bottom: 120px;
} */

.solution-desc {
  /* padding: 0 6.25%; */
  /* padding: 0 100px; */
  /* font-size: 18px; */
  color: #555;
}

.solution-desc h2,
.solution-desc .solution-header {
  margin-top: 60px;
  margin-bottom: 35px;
  /* font-size: 36px; */
  color: #2a2a2a;
}

.solution-desc .solution-header {
  font-size: 30px;
}

.solution-desc .solution-header > h2 {
  margin-top:0;
  margin-bottom: 0
}

.solution-1 .swiper-button-next {
  right: 25px;
}

.solution-1 .swiper-button-prev {
  left: 25px;
}

/* 套餐价格 */

/* .package-price-bar .container {
  padding-top: 120px;
  padding-bottom: 120px;
} */

/* .package-price-bar .t40 {
  margin-bottom: 55px;
} */

.package-price {
  width: 100%;
  min-width: 750px;
  line-height: 30px;
  color: #555;
}

.package-price > thead > tr > th {
  font-size: 24px;
  padding: 20px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  border: 0 !important;
}

.package-price thead th:first-child {
  text-align: left;
  background: #808080;
}

.package-price thead th:nth-child(2) {
  background: #6cdeb4;
}

.package-price thead th:nth-child(3) {
  background: #3da734;
}

.package-price thead th:nth-child(4) {
  background: #f5a027;
}

.package-price thead th:nth-child(5) {
  background: #FF5722;
}

.package-price thead th:last-child {
  background: #4379da;
}

.package-price > tbody > tr > td {
  padding: 10px 20px;
  font-size: 16px;
}

.package-price > tbody > tr > td:first-child {
  text-align: left;
}

/* 合作伙伴 */

/* .partner-bar .container {
  padding-top: 120px;
  padding-bottom: 120px;
} */

/* .partner-bar .t40 {
  margin-bottom: 55px;
} */

.partner > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  /* justify-content: space-between; */ 
}

.partner > ul > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25%;
  /* width: 20%; */
  /* height: 150px; */
  padding: 5px;
}

/* 客户反馈 */
.cust-feedback .swiper-container {
  padding-bottom: 50px;
  color: #555;
}

.cust-feedback .swiper-slide {
  -webkit-transition: transform 1.0s;
  -moz-transition: transform 1.0s;
  -ms-transition: transform 1.0s;
  -o-transition: transform 1.0s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.cust-feedback .swiper-slide-active,
.cust-feedback .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cust-feedback .swiper-slide {
  background: #fff;
  padding: 3.3333%;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 18px;
}

.cust-feedback .swiper-slide img {
  width: 150px;
  height: 150px;
}

.cust-feedback .swiper-slide h3 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 35px;
}

.cust-feedback .swiper-slide h3:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 150%;
  height: 3px;
  background: #4379da;
  overflow: hidden;
  width: 60px;
  margin-left: -30px;
}

.cust-feedback .swiper-pagination {
  bottom: 0
}

.cust-feedback .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 4px;
}

.footer {
  background: #252525;
  color: #fff;
}

.footer .copyright {
  padding: 35px 0;
}

/* 立即体验按钮 */

.btn-go-reg {
  display: inline-block;
  padding: 15px 20px;
  /* padding: 15px 20px 10px; */
  border-radius: 6px;
  background: #ffa200;
  color: #fff;
  font-size: 14px;
  text-align: center;
  
}

.btn-go-reg:hover,
.btn-go-reg:focus {
  color: #fff;
  text-decoration: none;
  opacity: .9;
}

.btn-go-reg > p {
  margin-bottom: 0;
}

.btn-go-reg > .btn-txt {
  padding:0 40px;
  font-size: 18px;
}

.btn-go-reg > .btn-desc {
  margin-top: 5px;
  padding-top: 7px;
  border-top: 1px solid #ffc766;
}

.btn-go-reg>p>em {
  font-style: normal
}

/* 右边导航工具 */
.nav-tools {
  position: fixed;
  bottom: 100px;
  right: 5px;
  width: 60px;
  font-size: 26px;
  z-index: 100;
}

.nav-tools>nav>a,
#hz {
  position: relative;
  display: block;
  line-height: 60px;
  border-radius: 50%;
  background: #fff;
  margin: 20px 0;
  text-align: center;
  color: #999;
  border: 1px solid #ddd;
  transition: all .5s;
  cursor: pointer;
  /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3) */
}

.nav-tools>nav>a:hover,
.nav-tools>nav>a:focus,
#hz:hover {
  text-decoration: none;
  color: #4379da;
  border-color: #4379da
}

/* 商务合作 */
#cooperation-tooltip {
  display: none;
  /* opacity: 0; */
  left: -210px;
  top: 50%;
  transform: translateY(-50%)
}

#cooperation-tooltip .tooltip-inner,
.cooperation-tooltip .tooltip-inner {
  padding: 8px;
  max-width: 220px;
}

#cooperation-tooltip .tooltip-qcode-con img,
.cooperation-tooltip .tooltip-qcode-con img{
  margin-bottom: 10px;
  width: 184px;
  height: 184px;
}

#cooperation-tooltip .tooltip-qcode-con p,
.cooperation-tooltip .tooltip-qcode-con p{
  margin-top: 5px;
  margin-bottom: 0
}

@media (min-width: 768px) {
  /* .w1600 {
      width: 750px;
  } */

  /* 顶部导航菜单 */
  .navigation .navbar-collapse {
      padding-top: 20px;
  }

  .navigation .navbar-main-meun {
    padding-left: 2%;
  }

  .navigation .navbar-main-meun>li {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .navigation .navbar-main-meun>li.active>a:after {
    content: '';
    position: absolute;
    /* border-color: inherit; */
    border-bottom: 4px solid;
    width: 30px;
    overflow: hidden;
    bottom: 5px;
    left: 50%;
    margin-left: -15px;
  }

  .navigation .handle-btns {
      margin-top: 5px
  }

  .navigation .handle-btns>li>a {
    color: #fff !important;
    text-align: center;
    min-width: 120px;
    border-radius: 4px;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;

  }

  .navigation .handle-btns>li>a:hover {
      opacity: .8;
  }

  .navigation .handle-btns>li>.btn-reg {
    background-color: #ffa200 !important
  }

  .navigation .handle-btns>li>.btn-login {
    background-color: #4379da !important
  }

}

.ent-nav-link {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-radius: 0;
  margin-bottom: 0
}

.ent-nav-link .btn {
  min-width: 120px;
}

/* 中小屏幕样式 */
@media (max-width: 991px) {
  body {
    padding-top: 50px;    
  }

  .navigation .logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation .logo > img {
    height: 30px;
  }

  .t40 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .p-t-b-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* banner slide */

  .slidebar-slide {
    height: 280px;
  }
  
  .slidebar-slide .swiper-slide h2 {
    line-height: 1.5;
    font-size: 26px;
  }

  .slidebar-slide .swiper-slide {
    font-size: 16px;
  }

  /* 卖点 */
  
  .selling-points .sp-icon {
    width: 80px;
    height: 80px;
  }

  .selling-points dt {
    margin-top: 20px;
  }

  .selling-points dl {
    margin-bottom: 20px;
  }

  .selling-points > div:last-child dl {
    margin-bottom: 0;
  }
  
  /* 解决方案 */
  .solution > div:nth-of-type(odd) .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; 
  }

  .solution-desc .solution-header,
  .solution-desc h2,
  .solution-desc h3 {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .solution-desc .reg-link {
    display: none
    /* margin-bottom: 20px; */
  }
  
  /* 合作伙伴 */
  .partner>ul>li {
    width: 50%;
  }
  
  /* 客户反馈 */
  .cust-feedback .swiper-slide {
    font-size: 14px;
  }

  .cust-feedback .swiper-slide img {
    width: 80px;
    height: 80px;
  }

  .cust-feedback .swiper-slide h2 {
    font-size: 20px;
  }

  .cust-feedback .swiper-slide h3 {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .w1600 {
    width: 100%
  }

}

/* 大屏 */
@media (min-width: 992px) {
  .navigation .logo {
    height: 90px;
  }

  .btn-go-reg {
    font-size: 16px;
  }
  .btn-go-reg > .btn-txt {
    font-size: 24px;
  }
  
  .slidebar-slide .swiper-slide > div {
    padding-left: 60px;
  }

  /* 卖点 */
  .selling-points > div {
    padding: 0 3.2333%;
    /* padding: 0 100px; */
  }

  /* .selling-points > div:first-child {
    padding-left: 6.6667%
  }

  .selling-points > div:last-child {
    padding-right: 6.6667%
  } */

  /* 解决方案 */
  
  .solution-desc {
    padding: 0 6.25%;
    font-size: 18px;
  }

  .solution-desc .solution-header,
  .solution-desc h2 {
    font-size: 36px;
  }

  .solution>div:nth-of-type(2) h2 {   
    font-size: 48px;
  }

  .solution>div:nth-of-type(2) h3 {   
    font-size: 36px;
    margin-bottom: 35px;
    margin-top: 0
  }
  
  .solution>div:nth-of-type(1) .reg-link,
  .solution>div:nth-of-type(3) .reg-link,
  .solution>div:nth-of-type(4) .reg-link {
    margin-top: 120px;
  }

  .solution>div:nth-of-type(2) .reg-link {
    margin-top: 45px;
  }

  .solution>div:nth-of-type(5) .reg-link,
  .solution>div:nth-of-type(6) .reg-link {
    margin-top: 90px;
  }

  .solution>div:nth-of-type(7) .reg-link {
    margin-top: 80px;
  }

}

@media (min-width: 1200px) {
  .w1600 {
    width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {

  .solution-desc .solution-header,
  .solution-desc h2 {
    margin-top: 10px;
  }

  .solution>div .reg-link {
    margin-top: 40px !important;
  }
}

/* @media (min-width: 1600px) {
  .w1600 {
    width: 1570px;
  }
} */