ul,li{margin: 0;padding: 0;list-style: none;}
i{font-style: normal;}
strong,b{font-weight: normal;}
input{border: none;outline: none;}
.layui-bg {
  background: rgba(0,0,0,.8)!important;
  color: #fff;
  border: none!important;
  text-align: center;
  max-width: 300px!important;
  z-index: 999;
}
.layui-bg .layui-layer-content{
  font-size: 16px !important;
}
body {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background: whitesmoke;
  font-family: "微软雅黑","Microsoft YaHei", Arial, sans-serif;
}
.bg-gray {
  background-color: #f7f9fc;
}
#swiper2{
  text-align: center;
  padding-top: 90px;
  padding-bottom: 40px;
}
#swiper2 .swiper-button-prev,#swiper2 .swiper-button-next{
  width: 27px!important;
  height: 60px!important;
  background-image: url("../images/slide-left.png")/*tpa=http://www.talk-cloud.com/images/slide-left.png*/!important;
  border-radius: 4px;
}
#swiper2 .swiper-button-next{
  background-image: url("../images/slide-right.png")/*tpa=http://www.talk-cloud.com/images/slide-right.png*/!important;
}
#swiper2 .swiper-button-prev:hover,#swiper2 .swiper-button-next:hover{
  background-color: #e0e1e5;
}
#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff;
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}
#mobile_icon_div img{
  vertical-align: top!important;
}
.solve-img{
  padding-bottom: 80px;
}
.solve-img img{
  width: 100%;
  height: auto;
}
/* 侧边栏 */
.fixed-right{
  position: fixed;
  right: -128px;
  top: 48%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #fff;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .fixed-right {
    display: none;
  }
}
.fixed-right .connect-item,
.fixed-right .top-item,
.fixed-right .tryout-item {
  cursor: pointer;
  height: 54px;
  line-height: 54px;
  background: #333;
  transition: all 1s;
}
.fixed-right .top-item{
  background: #ff6000;
}
.fixed-right .connect-item img,
.fixed-right .wx-item img,
.fixed-right .phone-item img,
.fixed-right .top-item img,
.fixed-right .tryout-item img {
  vertical-align: middle;
  margin: 0 12px;
}
.fixed-right .wx-item {
  height: 54px;
  line-height: 54px;
  position: relative;
  background: #333;
}
.fixed-right .wx-item .wx-code{
  position: absolute;
  z-index: 9999;
  right: 190px;
  top: -105px;
  padding: 16px;
  display: none;
  background: rgba(0,0,0,.6);
  border-radius: 4px;
}
.fixed-right .wx-item .wx-code img{
  margin: 0;
  border: 1px solid #eee;
  width: 126px;
  height: 126px;
}
.fixed-right .phone-item {
  height: 54px;
  line-height: 54px;
  background: #333;
  width: 184px;
  transition: all 1s;
}
.fixed-right .top-item:hover,
.fixed-right .connect-item:hover,
.fixed-right .tryout-item:hover {
  background: #ff6000;
  transform: translateX(-85px);
}

.fixed-right .wx-item:hover{
  background: #ff6000;
}
.fixed-right .phone-item:hover {
  background: #ff6000;
  transform: translateX(-122px);
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

::-webkit-selection {
  color: #fff;
  background: #4587e8;
}

::-moz-selection {
  color: #fff;
  background: #4587e8;
}

::selection {
  color: #fff;
  background: #4587e8;
}

.bold{
  color: #333;
  font-weight: bold;
}
.red{
  color: #f00;
}

.colorlib-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .colorlib-nav {
    margin: 0;
  }
}

.colorlib-nav .top-menu {
  padding: 18px 30px;
  transition: background-color 1s;
}
.colorlib-nav .top-menu.fix{
  position: fixed;
  width: 100%;
  height: 93px;
  background: #fff;
  transition: background-color 1s;
  z-index: 999;
  border-bottom: 1px solid #e5e5e5;
}
.colorlib-nav .top-menu.fix a{
  color: #333;
}
.colorlib-nav .top-menu.fix ul li.active>a{
  color: #ff6000;
}
.colorlib-nav .top-menu.fix ul li.active>a:after {
  background: #ff6000;
}
.colorlib-nav .top-menu a{
  cursor: pointer;
}
.colorlib-nav .top-menu.fix a:hover{
  color: #ff6000;
}
.colorlib-nav .top-menu.fix .dropdown a:hover {
  color: rgba(255, 255, 255, .7) !important;
}

@media screen and (max-width: 768px) {
  .colorlib-nav .top-menu {
    padding: 18px 0;
  }
}
.top-menu .exper{
  line-height: 44px;
  text-align: right;
  padding: 0;
}
.top-menu .exper a {
  display: inline-block;
  width: 100px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 0 15px;
}
.top-menu .exper span{
  color: #fff;
}
.top-menu .exper span .img{
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  margin-top: -1px;
  background: url("../images/header-phone.png")/*tpa=http://www.talk-cloud.com/images/header-phone.png*/ no-repeat center center;
}
.top-menu.fix .exper span{
  color: #333;
}
.top-menu.fix .exper span .img{
  background-image: url("../images/header-phone-h.png")/*tpa=http://www.talk-cloud.com/images/header-phone-h.png*/;
}
.top-menu.fix .exper a{
  background: #ff6000;
  border-color: #ff6000;
  color: #fff;
}
.top-menu.fix .exper a:hover{
  color: #fff!important;
  background: #fa7626!important;
}
/* .top-menu .exper a:last-child{
  border: none;
} */

.colorlib-nav #colorlib-logo {
  margin-top: -6px;
}


@media screen and (max-width: 1024px) {
  .colorlib-nav .menu-1 {
    display: none;
  }
}

.colorlib-nav ul {
  padding: 0;
  margin: 0;
  line-height: 44px;
}
.colorlib-nav .menu-1{
  padding-right: 0;
}

.colorlib-nav ul li {
  padding: 8px 20px;
  margin: 0;
  list-style: none;
  display: inline;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.colorlib-nav ul li a {
  position: relative;
  padding: 0 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.colorlib-nav ul li a:hover {
  color: rgba(255,255,255,.7);
}
.colorlib-nav ul li.active>a:after{
  content: '';
  width: 40%;
  height: 2.5px;
  background: #fff;
  position: absolute;
  left: 30%;
  bottom: 10px;
  border-radius: 10px;
}

.colorlib-nav ul li.has-dropdown {
  position: relative;
}

.colorlib-nav ul li.has-dropdown .dropdown {
  width: 160px;
  text-align: center;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.6);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  background: rgba(0,0,0,.6);
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.colorlib-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: rgba(0, 0, 0, .5);
  border-width: 8px;
  margin-left: -8px;
}

.colorlib-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 0px;
  padding: 8px;
}

.colorlib-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #fff;
  line-height: 1.2;
  font-size: 15px;
  font-weight: normal!important;
}

.colorlib-nav ul li.has-dropdown .dropdown li a:hover {
  color: #999;
}

.video-hero{
  position: relative;
}
.video-hero img{
  width: 100%;
  height: auto;
}
.video-hero .bg-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.video-hero .bg-text p{
  margin-bottom: 0;
}

.video-hero h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
}
.video-hero p {
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  /*.video-hero h2 {*/
  /*font-size: 24px;*/
  /*}*/
  .video-hero h2 {
    font-size: 15px;
  }
  .video-hero p {
    color: #fff;
    font-size: 12px;
  }
}
/* 首页 */
/* banner */
.home{
  background: #fff;
}
#swiper1 {
  width: 100%;
}

#swiper1 .swiper-slide img {
  max-width: 100%;
}

#swiper1 .hide1 {
  display: none;
}
#swiper1.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 20px;
}
#swiper1 .swiper-pagination-bullet{
  width: 28px;
  height: 6px;
  border-radius: 2px;
  background: #fff;
}

/* 流星 */
/* @keyframes star-fall {
  0% {
    opacity: 0;
    transform: scale(0.5) translate3d(0, 0, 0);
    -webkit-transform: scale(0.5) translate3d(0, 0, 0);
    -moz-transform: scale(0.5) translate3d(0, 0, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1) translate3d(-200px, 200px, 0);
    -webkit-transform: scale(1) translate3d(-200px, 200px, 0);
    -moz-transform: scale(1) translate3d(-200px, 200px, 0);
  }

  100% {
    opacity: 0;
    transform: scale(1.5) translate3d(-300px, 300px, 0);
    -webkit-transform: scale(1.5) translate3d(-300px, 300px, 0);
    -moz-transform: scale(1.5) translate3d(-300px, 300px, 0);
  }
} */

.stars {
  position: relative;
  overflow: hidden;
}

.star {
  width: 2px;
  background: transparent;
  position: absolute;
  opacity: 0;
  z-index: 999;
  /*过渡动画*/
  animation: star-fall 4s linear infinite;
  -webkit-animation: star-fall 4s linear infinite;
  -moz-animation: star-fall 4s linear infinite;
}

.star:after {
  content: '';
  display: block;
  border: 0px solid #fff;
  border-width: 0px 90px 2px 90px;
  border-color: transparent transparent transparent rgba(255, 255, 255, .7);
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, .1);
  /*变形*/
  transform: rotate(-45deg) translate3d(1px, 3px, 0);
  -webkit-transform: rotate(-45deg) translate3d(1px, 3px, 0);
  -moz-transform: rotate(-45deg) translate3d(1px, 3px, 0);
  transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
}

/* 特点 */
.colorlib-feature{
  padding: 60px 0 70px;
}
.colorlib-feature .bg-feature{
  width: 60px;
  height: 60px;
}
.colorlib-feature h1{
  margin: 0;
  padding-bottom: 60px;
  font-size: 30px;
}
.colorlib-feature h1 span{
  color: #ff6000;
}
.colorlib-feature .community-edition{
  padding: 0 12px;
}
.colorlib-feature h4{
  margin: 24px 0 14px;
  color: #333;
  font-size: 22px;
}
.colorlib-feature p{
  color: #999;
  font-size: 14px;
}

.colorlib-slide h1{
  margin: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 30px;
}
.colorlib-slide h1 span{
  color: #ff6000;
}
.colorlib-slide .swiper-nav>div{
  width: 75px;
  float: left;
  margin: 0 25px;
  padding-bottom: 6px;
  cursor: pointer;
}

#swiper2 .swiper-pagination-bullets{
  top: 0!important;
}
.colorlib-slide #swiper2 .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 25px;
  width: 75px;
   /*width: 17%;*/
  height: 68px;
  background-color: #f7f9fc;
  opacity: 1;
  border-radius: 0;
}
/*@media (min-width: 768px) {  */
  @media screen and (max-width: 767px) {
  .colorlib-slide #swiper2 .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 !important;
    /*width: 75px;*/
    width: 17% !important;
    height: 68px;
    background-color: #f7f9fc;
    opacity: 1;
    border-radius: 0;
    font-size: 12px !important;
  }
    #swiper2 .swiper-slide img{
      width: 80%;
      height: 80%;
    }
    .colorlib-news{
      padding: 60px 0  0 0 !important;
    }
    .colorlib-news .colorlib-heading h2 {
      margin: 0 !important;
    }
    .more {
      padding: 10px 0 !important;
    }
    /*企业合作logo*/
    .colorlib-enterprise{
      padding: 0 0 40px 0 !important;
    }
    .colorlib-enterprise #swiper3 .swiper-slide img{
      width: 100%;
      height: 100%;
    }

}
/*@media (min-width: 992px) {*/
  /*.colorlib-slide #swiper2 .swiper-pagination-bullets .swiper-pagination-bullet{*/
    /*margin: 0 !important;*/
    /*!*width: 75px;*!*/
    /*width: 17% !important;*/
    /*height: 68px;*/
    /*background-color: #f7f9fc;*/
    /*opacity: 1;*/
    /*border-radius: 0;*/
    /*font-size: 12px !important;*/
  /*}*/
/*}*/


.colorlib-slide #swiper2 .swiper-pagination-bullets .swiper-pagination-bullet img{
  margin-bottom: 5px;
}
#swiper2 .swiper-pagination-bullet-active{
  color: #5679fe;
  border-bottom: 1px solid #5679fe;
}
/* 视频 */
.colorlib-video{
  position: relative;
}
.colorlib-video .colorlib-heading {
  margin-bottom: 2em;
}
.colorlib-video #icon-play{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -70px;
  margin-left: -52px;
  width: 105px;
  height: 105px;
  background: url("../images/icon-play.png")/*tpa=http://www.talk-cloud.com/images/icon-play.png*/ no-repeat center center;
  cursor: pointer;
  z-index: 8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(121, 142, 234, 0.4);
  box-shadow: 0 0 0 rgba(121, 142, 234, 0.4);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.colorlib-intro .intro-wrap {
  padding: 120px 0 80px;
}
.colorlib-intro .intro-pic1{
  text-align: center;
  padding: 0px 0 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .colorlib-intro .intro-pic1{
    text-align: center;
    padding: 40px 0 0 0;
    position: relative;
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.colorlib-intro .intro-pic1 .circle1{
  width: 68px;
  height: 128px;
  position: absolute;
  top: -15%;
  left: 30%;
  animation: down 2s ease-in-out infinite;
}
.colorlib-intro .intro-pic1 .circle2 {
  width: 68px;
  height: 128px;
  position: absolute;
  top: 6%;
  right: 15%;
  animation: down 2s ease-in-out 1s infinite;
}
.colorlib-intro .intro-pic2{
  text-align: left;
  position: relative;
}
.colorlib-intro .word,
.colorlib-intro .ppt,
.colorlib-intro .excl,
.colorlib-intro .ellipsis {
  position: absolute;
  width: 94px;
  height: 95px;
}
.colorlib-intro .word{
  left: -5%;
  top: 16%;
  animation: up 2s ease-in-out infinite;
}
.colorlib-intro .ppt{
  right: 35%;
  top: 0;
  animation: up 2s ease-in-out .8s infinite;
}
.colorlib-intro .excl {
  right: 25%;
  top: 35%;
  animation: up 2s ease-in-out 1.2s infinite;
}
.colorlib-intro .ellipsis {
  right: 10%;
  top: 12%;
  animation: up 2s ease-in-out 1.6s infinite;
}
.colorlib-intro .intro-img{
  max-width: 100%;
  height: auto;
}
.colorlib-intro .intro-wrap .desc {
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  .colorlib-intro .intro-wrap {
    padding: 20px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .colorlib-intro .intro-wrap .desc {
    padding-left: 20px;
  }
  .colorlib-intro .intro-img{
    max-width: 90%;
    height: auto;
  }
}
.colorlib-intro .intro-wrap .desc h2 {
  font-size: 32px;
  margin: 0 0 25px 0;
  color:#ff6000;
}
.colorlib-intro .intro-wrap .desc p{
  color: #666;
  line-height: 46px;
  font-size: 14px;
}
.colorlib-intro .intro-wrap .desc p img{
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.colorlib-intro .intro-method{
  padding: 60px 0 80px;
  text-align: center;
}
.colorlib-intro .intro-method h2{
  margin: 0;
  font-size: 26px;
  text-align: center;
  margin-top: 30px;
}
.colorlib-intro .method{
  padding-top: 60px;
}
.colorlib-intro .method-top{
  padding: 40px 0;
}
.colorlib-intro .method-top img{
  margin-right: 20px;
}
.colorlib-intro .method-box{
  padding: 0 22px;
}
.colorlib-intro .method-box .wrap{
  padding-top: 20px;
  border:1px solid rgba(232, 232, 232, 1);
  box-shadow:0px 2px 5px 0px rgba(215,218,223,0.28);
}
.wrap img {
  width: 40%;
}
.jieshao {
  font-size: 22px !important;
}
.colorlib-intro .method-box .text{
  padding: 15px 0 50px;
}

.colorlib-counters {
  padding: 120px 0;
  background: url("../images/bg-counter.jpg")/*tpa=http://www.talk-cloud.com/images/bg-counter.jpg*/ no-repeat center center;
  background-size: cover;
}
.colorlib-counters .colorlib-counter {
  font-size: 48px;
  display: block;
  color: #fff;
  width: 100%;
  padding-bottom: 10px;
}
.colorlib-counters .colorlib-counter-label {
  font-size: 24px;
  color: #fff;
  display: block;
}

.colorlib-news{
  padding: 60px 0 0 80px;
}
.colorlib-news #news-list .thumbnail{
  padding: 0;
  border: none;
  cursor: inherit;
}
.colorlib-news #news-list .img-wrap{
  width: 100%;
  overflow: hidden;
}
.colorlib-news #news-list .thumbnail:hover {
  transform: translateY(0);
  box-shadow: none;
}
.colorlib-news #news-list .thumbnail img{
  transition: all .5s;
  width: 100%;
  height: auto;
}
.colorlib-news #news-list .thumbnail img:hover{
  transform: scale(1.2);
}
.colorlib-news #news-list p{
  height: 60px;
  -webkit-line-clamp: 3;

}


.colorlib-news .captionFont{
  /*width: 280px;*/
  width: 364px;
}
.colorlib-news .caption{
  position: relative;
}
.colorlib-news .look{
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 20;
  font-size: 14px;
  color: #ff6000;
  padding: 4px 0 26px;
}
.more {
  padding-top: 15px;
  text-align: right;
  margin-right: 20px;
}
.more a{
  /*color: #333;*/
  color: #ff6000;
  cursor: pointer;
  font-size: 14px;
  margin-right: 5px;
}
.colorlib-news .icon-more{
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/icon-more.png")/*tpa=http://www.talk-cloud.com/images/icon-more.png*/ no-repeat center center;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -1px;
}
.colorlib-news .colorlib-heading h2 {
  margin: 0 0 50px;
}

@keyframes upward {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-180px);
  }
  80% {
    transform: translateY(-300px);
    opacity: 0.8;
  }
  90% {
    transform: translateY(-342px);
    opacity: 0.4;
  }
  100% {
    transform: translateY(-384px);
    opacity: 0;
  }
}
.colorlib-consult {
  overflow: hidden;
  padding: 76px 0;
  background: url("../images/bg-consult.jpg")/*tpa=http://www.talk-cloud.com/images/bg-consult.jpg*/ no-repeat center center;
  /*background-size: 100% 100%;*/
}
.colorlib-consult .consult-inner{
  position: relative;
}
.colorlib-consult .left-arrow{
  position: absolute;
  width: 22px;
  height: 124px;
  background: url("../images/arrow-left.png")/*tpa=http://www.talk-cloud.com/images/arrow-left.png*/ no-repeat center center;
  bottom: -200px;
  left: 12%;
  /* animation: upward 6s linear 3s infinite; */
}
.colorlib-consult .right-arrow {
  position: absolute;
  width: 17px;
  height: 124px;
  background: url("../images/arrow-right.png")/*tpa=http://www.talk-cloud.com/images/arrow-right.png*/ no-repeat center center;
  bottom: -200px;
  right: 18%;
  /* animation: upward 6s linear 6s infinite; */
}

.colorlib-consult h2 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 36px 0;
  text-align: center;
}

.consult .col-7 {
  width: 70%;
}
.consult .col-7 #mobile{
  height: 46px;
  line-height: 46px;
  background: #585858;
  opacity: 0.4;
  color: #fff;
  border: 1px solid #ffffff;
}
.consult .col-7 #mobile::-webkit-input-placeholder {
  color: #ccc;
}
.consult .col-7 #mobile:-moz-placeholder {
  color: #ccc;
}
.consult .col-7 #mobile::-moz-placeholder {
  color: #ccc;
}
.consult .col-7 #mobile:-ms-input-placeholder {
  color: #ccc;
}

.consult .col-3 {
  width: 30%;
  padding-left: 10px;
}
.consult .col-3 .btn{
  width: 120px;
  height: 46px;
  background: #fff;
  color: #ff6000;
  font-size: 16px;
}

.consult .col-7,
.consult .col-3 {
  float: left;
}

/* footer */
#colorlib-footer {
  background: #303030;
  color: #fff;
}

#colorlib-footer .service{
  padding: 35px 0;
  text-align: center;
  display: block;
  border-bottom: 1px solid #424242;
}

@media screen and (max-width: 991px) {
  #colorlib-footer .service {
    display: none;
  }
}
.activeLive{
  display: none;
}
#colorlib-footer .service .box{
  padding: 0;
}
#colorlib-footer .service .box div {
  display: inline-block;
  margin-right: 15px;
}
#colorlib-footer .service .box img{
  width: 50px;
  height: 50px;
  vertical-align: bottom;
}
#colorlib-footer .service .box p{
  margin-bottom: 0;
}

#colorlib-footer .footer-box{
  padding: 10px 0;
  border-bottom: 1px solid #424242;
}
#colorlib-footer .footer-box>div:not(:first-child){
  border-left: 1px solid #424242;
}
@media screen and (max-width:991px){
  #colorlib-footer .footer-box>div:first-child{
    display: none;
  }
  #colorlib-footer .footer-box>div:not(:first-child) {
    border: none;
  }
  #colorlib-footer .footer-box{
    padding-bottom: 15px;
  }
}


@media screen and (max-width:991px){
  #colorlib-footer .footer-box{
    display: none;
  }
}
@media screen and (max-width:991px){
  .dibu{
    display: none;
  }
}
@media screen and (max-width:600px) {
  #colorlib-footer .footer-box>div{
    width: 100%;
  }
  #colorlib-footer .footer-box>div.cus {
    height: 190px!important;
  }
}
#colorlib-footer .footer-box .product,
#colorlib-footer .footer-box .scene {
  float: left;
  width: 50%;
}
#colorlib-footer .footer-box h3{
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}

#colorlib-footer .footer-box p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 15px;
}
#colorlib-footer .footer-box .last{
  margin-bottom: 0;
}
#colorlib-footer .footer-box .pd-0 {
  padding: 0;
  position: relative;
  height: 258px;
}

#colorlib-footer .footer-box .customer,
#colorlib-footer .footer-box .code {
  position: absolute;
  left: 50%;
  top: 0;
  height: 258px;
}
#colorlib-footer .footer-box .customer{
  width: 240px;
  margin-left: -120px;
}
#colorlib-footer .footer-box .code{
  width: 280px;
  /*margin-left: -146px;*/
  margin-left: -60px;
}

#colorlib-footer .footer-box .customer .first {
  margin-bottom: 16px;
}

#colorlib-footer .footer-box .customer span {
  font-size: 12px;
  color: #ccc;
  margin-left: 10px;
}

#colorlib-footer .footer-box .code-img>div{
  float: left;
  margin-top: 10px;
}
#colorlib-footer .footer-box .code-img img{
  width: 126px;
  height: 126px;
}
#colorlib-footer .footer-box .code-img>div:first-child {
  margin-right: 20px;
}
#colorlib-footer .footer-box .code p{
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}

#colorlib-footer .copy {
  /*padding: 35px 0;*/
  padding-top: 35px;
  padding-bottom: 20px;
  text-align: center;
}

#colorlib-footer .copy p {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 6px;
}
#colorlib-footer .copy span{
  margin: 0 4px;
}

#colorlib-offcanvas {
  position: absolute;
  z-index: 999;
  width: 270px;
  background: #fff;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {
  #colorlib-offcanvas {
    display: block;
  }
}

.offcanvas #colorlib-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#colorlib-offcanvas a {
  color: #333;
  line-height: 2.2;
}
#colorlib-offcanvas .dropdown a{
  font-size: 14px;
  color: #666;
}

#colorlib-offcanvas a:hover,
#colorlib-offcanvas .active>a {
  color: #ff6000;
}

#colorlib-offcanvas ul {
  padding: 0;
  margin: 0;
}

#colorlib-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#colorlib-offcanvas ul li>ul {
  padding-left: 20px;
  display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown>a {
  display: block;
  position: relative;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown>a:after {
  position: absolute;
  width: 14px;
  height: 8px;
  background: url("../images/off.png")/*tpa=http://www.talk-cloud.com/images/off.png*/ no-repeat center center;
  right: 16px;
  top: 41%;
  content: '';
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.colorlib-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 1.2em !important;
}

.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
  background: #303133;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #999;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
  content: '';
  width: 22px;
  height: 2px;
  background: #999;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white>i {
  background: #fff;
}

.colorlib-nav-toggle.colorlib-nav-white>i::before,
.colorlib-nav-toggle.colorlib-nav-white>i::after {
  background: #fff;
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}


.colorlib-nav-toggle.active i {
  background: transparent!important;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #333;
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #333;
}

.colorlib-nav-toggle {
  position: fixed;
  right: 0px;
  top: 65px;
  padding: 3px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

@media screen and (max-width: 1024px) {
  .colorlib-nav-toggle {
    display: block;
  }
  .colorlib-nav-toggle.colorlib-nav-black>i {
    background: #333;
  }

  .colorlib-nav-toggle.colorlib-nav-black>i::before,
  .colorlib-nav-toggle.colorlib-nav-black>i::after {
    background: #333;
  }
}

.js .animate-box {
  opacity: 0;
}

/* 关于我们 */
.vision{
  background: #fff;
}
.vision h2 span{
  display: block;
  color: #6d747c;
  font-size: 18px;
  line-height: 40px;
}
.vision h4{
  margin-bottom: 10px;
  margin-top: 50px;
  font-size: 24px;
  color: #656870;
}
.vision p{
  color: #a5a5a5;
  margin-bottom: 35px;
}
.vision img{
  max-width: 100%;
  height: auto;
  margin-bottom: 100px;
}
.swiper-company {
  width: 100%;
  position: relative;
}

#swiper {
  width: 90%;
  height: 480px;
  position: static;
}

#swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#swiper .swiper-button-next,
#swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  z-index: 999;
  color: #fff;
  font-family: '宋体';
  font-weight: bold;
}

#swiper .swiper-button-next {
  right: -15px;
}

#swiper .swiper-button-prev {
  left: -15px;
}

.colorlib-about{
  /*padding: 100px 0;*/
  background: #fff;
}
.colorlib-about .company-wrap{
  position: relative;
  margin-bottom: 100px;
}
.colorlib-about .company-img img{
  width: 100%;
  height: auto;
}
.colorlib-about .company-intro{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6%;
}
@media screen and (max-width: 992px) {
  .colorlib-about .company-intro {
    position: static;
    transform: translateY(0);
    margin-top: 30px;
  }
}
.bg-company{
  margin-bottom: 100px;
}
.bg-company img{
  width: 100%;
  height: auto;
}
.colorlib-about .profile{
  color: #6d747c;
  font-size: 18px;
  padding-left: 10px;
}
.staff-entry {
  background: #fff;
  padding: 30px;
  border: 1px solid #e5e5e5;
  position: relative;
  border-radius: 6px;
  position: relative;
}

.staff-entry .staff-img {
  width: 185px;
  height: 185px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.staff-entry .desc h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

.staff-entry .desc p {
  font-size: 16px;
  color: #a5a5a5;
}

.staff-entry .desc span {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  position: absolute;
  top: 84%;
  left: 0;
  right: 0;
  padding: 0 10px;
  text-align: center;
}

.staff-entry .colorlib-social-icons li {
  margin-left: 0;
}

.staff-entry .colorlib-social-icons li a {
  padding: 0;
}

/* 文档中心 */
#document{
  background: #f7f7f7;
}
.document{
  position: relative;
  padding: 110px 0 30px;
}
#sidebar{
  float: left;
}
.sidebar-nav>li {
  text-indent: 30px;
  background:rgba(224,226,235,1);
  border-radius:2px;
  margin-top: 8px;
}

.sidebar-nav>li:last-child{
  border: none;
}
.sidebar-nav li a{
  display: block;
  position: relative;
  width: 250px;
  height: 52px;
  line-height: 52px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.sidebar-nav li a i.icon-angle-right,
.catalog-nav li a i.icon-angle-right {
  width: 14px;
  height: 8px;
  background: url("../images/off.png")/*tpa=http://www.talk-cloud.com/images/off.png*/ no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
  transition: all 0.4s;
}
.sidebar-nav>li>a.active {
  background: #ff6000;
  color: #fff;
}

.sidebar-nav li a.trans i.icon-angle-right,
.catalog-nav li a.trans i.icon-angle-right {
  transform: rotate(180deg);
}

.sidebar-nav .sidebar-nav2,
.sidebar-nav .sidebar-nav3,
.sidebar-nav .sidebar-nav4,
.sidebar-nav .sidebar-nav5 {
  display: none;
}
.sidebar-nav2>li>a{
  display: block;
  color: #666;
  padding-left: 20px;
  width: 250px;
  height: 52px;
  line-height: 52px;
  background: #ffffff;
}
.sidebar-nav2>li a.active{
  background: #016EFF;
  color: #fff;
}
.sidebar-nav>li>a:hover,
.sidebar-nav2>li>a:hover,
.sidebar-nav3>li>a:hover,
.sidebar-nav4>li>a:hover,
.sidebar-nav5>li>a:hover {
  background: #016EFF;
  color: #fff;
}
.sidebar-nav3>li>a{
  padding-left: 40px;
  background: #ffffff;
}
.sidebar-nav4>li>a{
  padding-left: 30px;
}
.sidebar-nav5>li>a {
  padding-left: 40px;
  font-size: 14px;
}
/* 内容 */
#content{
  margin-left: 270px;
  width: 1030px;
  background: #fff;
  padding: 40px 60px;
}
#content .doc-list .doc-title1 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 18px 0 5px;
}
#content .doc-list:first-child .doc-title1 {
  padding-top: 0;
}
#content .doc-list .doc-title2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
}
#content .doc-list .doc-title2 .time{
  font-size: 16px;
  float: right;
  font-weight: normal;
}
#content .doc-list p{
  margin: 0;
}
#content .doc-list .tit{
  font-size: 16px;
  line-height: 30px;
}
#content .down{
  position: relative;
  padding-bottom: 50px;
}
#content .down .doc-download{
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ff6000;
  color: #fff;
  border-radius: 4px;
}
#catalog{
  position: fixed;
  margin-left: 1050px;
  background: #fff;
}
#catalog li a {
  display: block;
  position: relative;
  width: 250px;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 22px;
}
#catalog li a.active{
  color: #ff6000;
}
#catalog li a.active:before{
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  background: #ff6000;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 10px;
}
#catalog .catalog-nav2{
  display: none;
}
#catalog .catalog-nav2 li a{
  padding-left: 50px;
}
.catalog-nav li a i.icon-angle-right{
  right: 10px;
}

/* sdk下载 */
.sdk{
  background: #fff;
}
.tab-wrap{
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #e9eaef;
}
.sdk-tab li{
  padding: 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.sdk-tab li.active:after{
  content: '';
  width: 80%;
  height: 2px;
  background: #4085fa;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.sdk-tab li img{
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
#sdk-list>div{
  margin-top: 75px;
  padding: 0;
}
#sdk-list>div:not(:first-child){
  display: none;
}
#sdk-list>div h4{
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
#sdk-list>div h4>img{
  margin-right: 20px;
  width: 56px;
  height: 56px;
}
.version{
  position: relative;
  border-left: 1px solid #dedfe5;
  margin-left: 28px;
  padding-top: 60px;
}
#version .version:last-child{
  padding-bottom: 100px;
}
.version .ver{
  position: relative;
  width: 172px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: #4085fa;
  margin-bottom: 0;
  margin-left: 30px;
  letter-spacing: 1px;
}
.version .ver:after{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #4085fa;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -5px;
  transform: rotate(45deg);
}
.version .ver:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #4085fa;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: -38px;
  border-radius: 50%;
}
.version h5{
  font-size: 16px;
  padding: 35px 0 15px;
  margin-bottom: 0;
}
.version p{
  margin-bottom: 0;
}
.version .log{
  padding-left: 42px;
}
.version .sdk-down{
  position: absolute;
  top: 220px;
  right: 0;
}
.version .sdk-down a{
  width: 120px;
  height: 42px;
  display: inline-block;
  line-height: 42px;
  text-align: center;
  background: #4085fa;
  color: #fff;
  border-radius: 4px;
  margin-left: 10px;
}

@media screen and (max-width: 992px){
  .tab-wrap{
    height: 88px;
    line-height: 3;
  }
  .sdk-tab li img{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .tab-wrap {
    height: 70px;
  }
  #sdk-list{
    padding: 0 10px;
  }
  #sdk-list>div{
    margin-top: 30px;
  }
  .sdk-tab li span{
    display: none;
  }
  .sdk-tab li img{
    margin: 20px auto;
  }
  .version{
    padding-top: 30px;
  }
  .version>a{
    top: 90px;
    width: 80px;
    height: 36px;
    line-height: 36px;
  }
  #version .version:last-child{
    padding-bottom: 30px;
  }
}

/* 软件下载 */
.download-tool img{
  float: left;
  width: 100px;
  height: 100px;
}
.download-tool .download-box{
  margin-left: 120px;
}
.download-tool .download-box .down-btn{
  border: 1px solid #4085fa;
  margin: 15px 10px 0 0;
  color: #4085fa;
}
.download-tool .download-box .down-btn:hover{
  background: #fff;
}
.download-tool .download-wrapper>div{
  margin-bottom: 30px;
}
.download-tool .head-title h1{
  padding: 100px 0!important;
}
@media screen and (max-width: 768px) {
  .download-tool .download-box .down-btn span {
    display: block;
  }
}
.config h2{
  text-align: center;
  padding-top: 90px;
}
.config .content{
  padding-top: 0!important;
  margin-top: -40px;
}
.config .content h4{
  margin-bottom: 10px;
  margin-top: 20px;
}
.config .content p{
  margin-bottom: 0;
  color: #999;
}
.download-tab{
  padding-top: 80px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.download-tab a{
  display: inline-block;
  width: 170px;
  line-height: 40px;
  background: #fff;
  margin: 0 5%;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
}
.download-tab a.active{
  background: #4085fa;
  color: #fff;
  border-color: #4085fa;
}

@media screen and (max-width: 1200px) {
  .download-tab a {
    width: 150px;
    margin: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .download-tab a {
    width: 85px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  .download-tab a {
    width: 76px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
}

.why .tab-box h3{
  font-size: 24px!important;
  margin-bottom: 20px!important;
}
.why .tab-box p{
  margin-bottom: 10px!important;
  color: #999;
}
.why .tab-box .content{
  padding-top: 50px!important;
}
.why .tab-box a{
  display: inline-block;
  width: 170px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #4085fa;
  border-radius: 4px;
  color: #fff;
  margin-top: 50px;
}
#tab-inner .tab-box:not(:first-child) {
  display: none;
}
.why .tab-box .code{
  width: 180px;
  height: 180px;
  margin-left: 90px;
  margin-top: 24px;
}
#tab-inner .tab-box .item:not(:last-child) {
  padding-bottom: 0;
}
.why .tab-box p a{
  width: 100px;
  margin: 0;
  height: 25px;
  line-height: 25px;
  background: none;
  color: #ff6000;
  text-decoration: underline;
}

/* FAQ */
.bg-faq{
  background: #fff;
}
#faq{
  margin-top: 96px;
  width: 100%;
  height: 180px;
  background: url("../images/bg-faq.png")/*tpa=http://www.talk-cloud.com/images/bg-faq.png*/ no-repeat center;
  background-size: 100% 100%;
}
#faq>div{
  margin: 65px 50%;
  transform: translateX(-50%);
}
#faq .keywords{
  width: 100%;
  height: 50px;
  border-radius: 60px;
  padding-left: 70px;
  border: none;
  box-shadow: 0 6px 0px rgba(0, 0, 0, 0.05);
}
#faq .search-icon{
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/search.png")/*tpa=http://www.talk-cloud.com/images/search.png*/ no-repeat center;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -10px;
  left: 40px;
  cursor: pointer;
}
#crumb{
  margin: 0 6%;
  padding-top: 30px;
}
#crumb p{
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  text-align: center;
}
#crumb p span{
  color: #ff6000;
}
.faq h2{
  text-align: center;
  padding: 45px 0 20px;
}

.faq .faq-list li{
  line-height: 24px;
  padding: 20px 0;
  margin: 0 6%;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
}
.faq .faq-list li a{
  float: left;
  color: #666;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.faq .faq-list li span{
  position: relative;
  float: right;
  color: #a1a1a1;
  padding-left: 28px;
}
.faq .faq-list li span:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/clock.png")/*tpa=http://www.talk-cloud.com/images/clock.png*/ no-repeat center;
}
.faq .faq-list li i{
  float: left;
  color: #c8c9cd;
  font-size: 16px;
  margin-right: 6px;
}

/* 分页 */
.faq .pagination {
  margin: 50px 0 100px;
  width: 100%;
  text-align: center;
}

.pagination li{
  display: inline-block;
  overflow: hidden;
}
.pagination li a {
  color: #000;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin: 4px;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.pagination li a:hover,
.pagination li a:focus {
  background: #21adef;
  color: #fff;
  border: 1px solid #21adef;
}

@media screen and (max-width: 767px) {
  .pagination li a {
    padding: 2px 9px;
  }
  .faq .faq-list li{
    margin: 0;
  }
  .faq .faq-list li span{
    padding-left: 26px;
  }
}

.pagination li.active a {
  background: #ff6000;
  border: 1px solid #ff6000;
}

.pagination li.active a:hover,
.pagination li.active a:focus,
.pagination li a:hover,
.pagination li a:focus {
  background: #ff6000;
  color: #fff;
  border: 1px solid #ff6000;
}
/* 新闻动态 */
#article{
  padding-bottom: 30px;
}
.colorlib-blog{
  background: #fff;
  padding-top: 80px;
}
.colorlib-blog .tit{
  position: relative;
  padding: 0 0 30px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
}
.colorlib-blog .tit:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -140px;
  width: 280px;
  height: 6px;
  background: url("../images/title-bottom.png")/*tpa=http://www.talk-cloud.com/images/title-bottom.png*/ no-repeat center;
}
#news-tab{
  margin-bottom: 46px;
}
#news-tab a{
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  margin: 0 20px;
  color: #666;
}
@media screen and (max-width: 767px) {
  #news-tab a{
    margin: 0 10px;
  }
}
#news-tab a.active{
  color: #333;
  border-bottom: 2px solid #ff6000;
}
#news-list .thumbnail{
  cursor: pointer;
  padding: 14px;
}
#news-list h3{
  font-size: 16px !important;
  text-overflow: ellipsis;
  line-height:25px;
  /*white-space: nowrap;*/
  overflow: hidden;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  width: 100%;
}
#news-list p{
  height: 40px;
  color: #b2b2b2;
  font-size: 14px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news-list .thumbnail{
  transition: all 0.5s;
  border-color: #e5e5e5;
  border-radius: 0;
}
#news-list .thumbnail:hover {
  transform: translateY(-8px);
}
#news-list .news-box:not(:first-child){
  display: none;
}
/* 新闻详情 */
.crumbs li{
  float: left;
  margin-right: 10px;
  line-height: 100px;
  color: #707070;
  font-size: 14px;
}
.crumbs li a {
  color: #707070;
}
.article h2{
  padding: 10px 0;
  text-align: center;
}

.article .news-info{
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}
.article .news-info span{
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.article .news-info .browse{
  margin-left: 20px;
}
.article .news-info span i{
  display: inline-block;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  background: url("../images/clock.png")/*tpa=http://www.talk-cloud.com/images/clock.png*/ no-repeat center;
  vertical-align: middle;
  margin-top: -3px;
}
.article img{
  max-width: 100%;
  height: auto;
}

/*手机端 立即咨询*/
#shouji-venice-box{
  display: none;
}
@media screen and (max-width: 767px) {
  #colorlib-footer .copy p {
    padding-bottom: 60px;
    line-height:2.0em;
  }
}
@media screen and (max-width: 767px) {
  .colorlib-feature {
    padding: 10px 0 0px;
  }
}

@media screen and (max-width: 767px) {
  .colorlib-feature h1 {
    padding-bottom:25px;
  }
}
@media screen and (max-width: 767px) {
  .ab_js {
    padding:0px 10px;
  }
}

@media screen and (max-width:767px){
  .youshi{
    display: none;
  }
}
@media screen and (max-width:767px){
  .youshi_tu{
    background-image: url(../images/youshi.jpg);
    height: 180px;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  #shouji-venice-box{
    display: block;
    position: fixed;
    bottom: 0;
    transition: background-color 1s;
    z-index: 999;
    width: 100%;
    height: 68px;
    background:#ff6000;
    opacity:0.9;
    color: #fff;
    line-height: 68px;
    font-size: 14px;
    padding: 0 0 0 6%;
  }
  #shouji-venice-box div{
    float: left;
  }
  #shouji-venice-box div img{
    width: 30px;
    height: 30px;
  }
  #shouji-venice-box .dacall-box{
    width: 50%;
    color: #fff;
  }
  #shouji-venice-box .venice-box{
    width: 48%;
    padding-left: 8%;
    color: #fff;
  }
  #shouji-venice-box .fenge{
    float: left;
    width: 2px;
    height: 26px;
    background: #fff;
    line-height: 98px;
    margin: 22px 0;
  }
  #home .container .home-img-up-text{
    width: 150%;
  }
  #home .container .home-img-up-text .tesu-h2{
    line-height: 0;
  }
}
.Development{
  height: 1053px;
  background: #f7fafc;
  position: relative;
}
.DevelopmentTop{
  height: 813px;
  padding-top: 70px;
}
.DevelopmentBottom{
  height: 181px;
  background: #ffffff;
}
.DevelopmentTopP{
  margin: 0 0 72px 0;
  text-align: center;
  padding-bottom: 60px;
  font-size: 30px;
  height:42px;
  font-size:30px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(29,29,29,1);
  line-height:42px;
}
.DevelopmentTopP h1{
  font-size: 30px;
}
.DevelopmentTopP span{
  color: #ff6000;
}
.DevelopmentTopTab{
  width: 995px;
  height: 89px;
  margin: 0 auto;
}
.DevelopmentItem{
  display: inline-block;
  height: 89px;
  margin-right: 170px;
  position: relative;
  cursor: pointer;
}
.DevelopmentItem:last-child{
  margin-right: 0;
}
.DevelopmentItem img{
  width: 70px;
  height: 60px;
  margin-right: 10px;
}
.DevelopmenFont{
  display: inline-block;
  float: right;
}
.DeveTitle{
  height:28px;
  font-size:20px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(62,62,62,1);
  line-height:28px;
  margin-top: 2px;
}
.DeveTps{
  height:20px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:20px;
}
.DevelopmentItem .activeItem{
  position:absolute;
  bottom:0;
  width: 100%;
  height: 10px;
}
.DevelopmentContent{
  position:absolute;
  z-index: 20;
  top: 290px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 1398px;
  height: 774px;
}
.DevelopmentContent img{
  width: 100%;
  height: 100%;
}
.colorlib-enterprise{
  padding: 0px 0 60px 80px;
}
.colorlib-enterprise #swiper3{
  width: 100%;
}
.colorlib-enterprise .swiper-container-horizontal>.swiper-pagination-bullets{
  position: relative;
  bottom: -3px;
}


/*banner 轮播*/
.js-silder{
  position: relative; 
  min-width: 320px;
}
.silder-scroll{
  width: 100%;
  overflow: hidden;
}
.silder-main{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.silder-main-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.silder-main-img img{
  width: 100%;
}
.js-silder-ctrl{
  width: 100%;
  text-align: center;
  position: relative;
  bottom: 30px;
}
.silder-ctrl-prev,
.silder-ctrl-next{
  position: absolute;
  top: 0;
  width: 8%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  font-family: "宋体";
  font-size: 52px;
  font-weight: 600;
  text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
  left: 0;
  text-align: left;
}
.silder-ctrl-next{
  right: 0;
  text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.silder-ctrl-prev>span{
  left: 0;
}
.silder-ctrl-next>span{
  right: 0;
}
.silder-ctrl-con{
  display: inline-block;
  width: 1%;
  margin: 0 5px;
  cursor: pointer;
}
.silder-ctrl-con>span{
  display: block;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 3px 0;
  cursor: pointer;
  background-color: #e4e4e4;
  border-radius:3px;
}
.silder-ctrl-con.active>span{
  background-color: #7bbedf;
}

@media (max-width: 768px){
  .silder-ctrl-prev,
  .silder-ctrl-next{
    width: 10%;
    font-size: 26px;
    margin-top: -25px;
  }
  .silder-ctrl-con{
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 5px;
  }
  .silder-ctrl-con>span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0;
  }
}

.ab_js {
  line-height:2.0em;
}
.ab_js p {
  color: #999;
  font-size: 16px;
  text-indent:33px
}

/*--foot--*/

.hui-footer-ft-icon:after,.hui-footer-ft .hui-footer-ft-icon:before {
    content: " ";
    display: table
}

.hui-footer-ft-icon:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0
}

.hui-footer-ft-icon a {
    display: inline-block;
    height: 30px;
    margin: 0 6px;
    border: 1px solid #3d3d3d;
    font-size:12px;
    color:#5a5a5a;
}

.hui-footer-ft-icon a i {
    display: block;
    float: left
}

.hui-footer-ft-icon a span {
    line-height: 30px;
    margin: 0 6px
}

.hui-footer-ft-icon img {
    max-width: 30px;
    max-height: 20px
}

.hui-footer-ft-icon .hui-footer-ft-icon-1 i {
    margin: 6px 0 0 6px;
    background-image: url(../images/sprite.png);
    background-position: -51px -50px;
    width: 17px;
    height: 17px
}

.hui-footer-ft-icon .hui-footer-ft-icon-1:hover i {
    background-image: url(../images/sprite.png);
    background-position: -34px -50px;
    width: 17px;
    height: 17px
}

.hui-footer-ft-icon .hui-footer-ft-icon-1:hover span {
    color: #666
}

.hui-footer-ft-icon .hui-footer-ft-icon-2 i {
    margin: 5px 0 0 6px;
    background-image: url(../images/sprite.png);
    background-position: -17px -50px;
    width: 17px;
    height: 19px
}

.hui-footer-ft-icon .hui-footer-ft-icon-2:hover i {
    background-image: url(../images/sprite.png);
    background-position: 0 -50px;
    width: 17px;
    height: 19px
}

.hui-footer-ft-icon .hui-footer-ft-icon-2:hover span {
    color: #666
}

.hui-footer-ft-icon .hui-footer-ft-icon-3 i {
    margin: 4px 0 0 6px;
    background-image: url(../images/sprite.png);
    background-position: -52px -21px;
    width: 21px;
    height: 21px
}

.hui-footer-ft-icon .hui-footer-ft-icon-3:hover i {
    background-image: url(../images/sprite.png);
    background-position: -52px 0;
    width: 21px;
    height: 21px
}

.hui-footer-ft-icon .hui-footer-ft-icon-3:hover span {
    color: #666
}

.hui-footer-ft-icon .hui-footer-ft-icon-4 i {
    margin: 2px 0 0 6px;
    background-image: url(../images/sprite.png);
    background-position: -24px -25px;
    width: 24px;
    height: 25px
}

.hui-footer-ft-icon .hui-footer-ft-icon-4:hover i {
    background-image: url(../images/sprite.png);
    background-position: 0 -25px;
    width: 24px;
    height: 25px
}

.hui-footer-ft-icon .hui-footer-ft-icon-4:hover span {
    color: #666
}

.hui-footer-ft-icon .hui-footer-ft-icon-5 i {
    margin: 2px 0 0 6px;
    background-image: url(../images/sprite.png);
    background-position: -26px 0;
    width: 26px;
    height: 25px
}

.hui-footer-ft-icon .hui-footer-ft-icon-5:hover i {
    background-image: url(../images/sprite.png);
    background-position: 0 0;
    width: 26px;
    height: 25px
}

.hui-footer-ft-icon .hui-footer-ft-icon-5:hover span {
    color: #666
}

.dibu {
  text-align: center;
  padding-bottom: 10px;
}