/*-----官网页面的样式集合 (除去公共部分的样式集合)-----*/
/*首页主体样式*/
.wrap-main {
  position: relative;
  width: 100%;
  min-width: 1200px;
  background: #f5f5f6;
  overflow: hidden;
}

.wrap-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.index-video-play {
  /*max-height: 870px;*/
  line-height: 0;
}

.index-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}



/*帮助中心*/


/*视频教程*/
/*视频页面横屏轮播*/
.video-main {
  width: 1020px;
  margin: 20px auto 20px;
  border-radius: 5px;
  background: #fff;
  padding: 0 10px;
}

.video-main .title {
  margin-bottom: 10px;
}

.video-main .title h2 {
  height: 36px;
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  color: #1f1f1f;
}

.video-main .title .hotNew {
  padding: 0px 5px;
  color: #fff;
  background: black
}

.first-hover {
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}

.first-hover h3 {
  margin: 0;
  font-size: 14px;
  line-height: 34px;
  ;
  text-align: center;
}

.img-wrap {
  position: relative;
  width: 228px;
  height: 229px;
}

.img-wrap img {
  width: 100%;
  height: 100%;
}

.img-wrap.first {
  width: 480px;
  height: 480px;
}





/*鼠标移上去效果*/
.hover-show {
  overflow: hidden;
  border: 1px solid #fff;
}

.hover-show .hover-wrap {
  transition: all 1s;
}

.hover-show .hover-wrap img {
  width: 320px;
  height: 180px;
}

.hover-show:hover .hover-wrap {
  transform: scale(1.2);
}

.first-hover-show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-100%);
  transition: all .7s;
  color: #b1b1b1;
  opacity: 0;
}

.video-info {
  width: 160px;
  height: 60px;
  margin: 60px auto 0px;
  line-height: 30px;
  font-size: 18px;
  color: #b1b1b1;
  text-align: center;
}

.video-play {
  display: block;
  width: 56px;
  height: 56px;
  margin: 5px auto;
  background: url(../image/video-play.png);
}

.first-hover:hover .first-hover-show {
  opacity: 1;
  transform: translateY(0);
}



@media (max-width: 768px) {
  .video-main {
    width: 100%;
    padding: 0 15px;
  }

  .img-wrap,
  .img-wrap.first {
    width: 100%;
    height: 100%;
  }

  .hover-show .hover-wrap img {
    width: 100%;
    height: 100%;
  }
}

/*视频栏目全屏弹出层*/
#play {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.7;
  background: url(./new/play.png);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  transition: all 0.6s;
}

.video-box:hover #play {
  transform: scale(1.1);
  opacity: 1
}

.strag-video-play {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  /*	opacity:0;
	z-index:999999999999999;*/
  display: block;
  transition: opacity 0.8s;
}

.video-show {
  opacity: 1;
}

.video-playbox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 600px;
  height: 450px;
  margin-left: -400px;
  margin-top: -300px;
  margin-top: -250px;
  padding: 10px;
  overflow: hidden;
  border: 2px solid #000;
  border-radius: 8px;
  background: #fff;
}

.video-playbox iframe {
  border: none;
  outline: none;
}

.video-play-close {
  display: block;
  width: 37px;
  height: 37px;
  background: url(../image/v-close.png) center center no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer
}

.videoAnimated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.videoWrapAnimated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



/*下载页面*/
.down-box {
  margin: 37px auto 40px;
  margin: 70px auto 40px;
  min-height: 768px;
  background: #fff;
}

.down-box ul {
  list-style: none;
  padding: 0;
}

.down-box .title {
  margin: 0;
  padding: 0 15px;
  color: #2c2c2c;
  font-size: 24px;
  line-height: 48px;
  font-weight: 500;
  background: #f5f5f6;
}

.down-box .down-wrap-box {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.down-box .down-tab-box {
  padding: 40px 0 30px 0;
  display: flex;
  /* flex-direction: column; */
}

.good-tab {}

.tab-class li {
  float: left;
  position: relative;
  margin-right: 20px;
  border: 1px solid #808080;
  cursor: pointer;
}

.tab-class li img {
  height: 100%;
}

.tab-class li:last-child {
  margin-right: 0;
}

.tab-class li.active {
  border-color: #089cef;
}

.tab-class li.active:after {
  content: "";
  width: 24px;
  height: 23px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url(../image/tip.png);
}

.tab-class .tab-tit:before {
  content: attr(data-txt);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -28px;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
}

.down-tab li {
  width: 200px;
  height: 31px;
  text-align: center;
  line-height: 31px;
}

.down-tit {
  width: 110px;
  color: #2c2c2c;
  font-size: 18px;
  padding: 0;
}

.down-tit .cercle {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 5px;
  background: #2c2c2c;
}

.down-box .line {
  height: 1px;
  background: #cfcfcf;
}

/*下载狂*/
.down-box-list {
  padding: 32px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}

.down-box-list div {
  margin-bottom: 32px;
  ;
}

.item-box {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.item-box .desc {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.item-box .down-btn-box {
  overflow: hidden;
  height: 32px;
  margin-top: 10px;
}

.item-box .down-btn {
  width: 87px;
  height: 31px;
  line-height: 31px;
  border: 1px solid #808080;
  transition: all 0.2s;
}

.item-box .down-btn:hover {
  background: #089cef;
  color: #fff;
  border-color: #089cef !important;
}

.item-box .down-btn-d {
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #fff;
}

.d-icon {
  display: inline-block;
  width: 18px;
  height: 14px;
  vertical-align: -2px;
  background: url(../image/down-icon.png) no-repeat;
}

.r-icon {
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-right: 3px;
  vertical-align: -2px;
  background: url(../image/down-icon.png) -18px -1px no-repeat;
}

.app-down {
  padding-top: 40px;
  padding-bottom: 40px;
}

.app-down .app-info {
  height: 203px;
  width: 880px;
  float: left;
  padding: 0 15px;
}

.app-down .app-info h3 {
  font-size: 26px;
  margin: 0;
  margin-bottom: 10px;
}

.app-down .app-info p {
  line-height: 42px;
  margin: 0;
}

.app-down .ios p {
  line-height: 32px;
}

.app-down .app-down-btn {
  display: inline-block;
  width: 208px;
  height: 34px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  letter-spacing: 1px;
  background: #089cef;
}

.app-down .gujian {
  width: 650px;
}

.app-down .gujian p {
  line-height: 33px;
}

.notxt {
  width: 1080px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  line-height: 50px;
}

.mobile-span {
  padding-left: 15px;
}

.app-box {
  display: flex;
}

.app-box>img {
  height: 178px;
}

@media (max-width: 768px) {
  .down-box-list {
    justify-content: center;
  }

  .down-box .down-wrap-box {
    width: 100%;
    margin: 0 auto;
  }

  .down-box .down-tab-box {
    padding: 20px 0 20px 0;
    flex-direction: column;
  }

  .down-tab li {
    width: 100%;
    height: 31px;
    margin: 5px 0px;
    text-align: center;
    line-height: 31px;
  }

  .down-tit {
    padding-left: 15px;
    padding-bottom: 5px;
  }

  .app-down .app-info {
    width: 100%;
    height: auto;
    font-size: 14px;
  }

  .app-down .app-info h3 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 10px;
  }

  .app-down .app-info p {
    line-height: 42px;
    line-height: 1.7em;
    margin: 0;
  }

  .app-down .ios p {
    line-height: 32px;
    line-height: 1.7em;
  }

  .app-down .app-down-btn {
    margin-top: 10px;
  }

  .notxt {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    line-height: 50px;
  }
}

@media (max-width: 480px) {
  .tab-class li img {
    max-width: 110px;
  }

  .tab-class li {
    margin-right: 10px;
  }

  .mobile-span {
    display: block;
    padding-left: 0;
  }
}


/*服务政策*/
.servers {
  margin-bottom: 30px;
}

.ser-title {
  font-weight: normal;
  color: #2c2c2c;
  line-height: 35px;
  padding-left: 15px;
}

.server-box {
  width: 1170px;
  margin: 0 auto;
  padding: 16px;
  background: #fff;
}

.server-box .hd {
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #cfcfcf;
}

.server-box .hd ul {
  width: 600px;
  margin: 0 auto;
}

.server-box .hd ul li {
  float: left;
  font-size: 18px;
  width: 200px;
  padding: 0 16px;
}

.server-box .hd ul li a {
  display: inline-block;
  padding: 0 10px;
  height: 42px;
  border-bottom: 2px solid transparent;
}

.server-box .hd ul li.on a {
  border-bottom: 2px solid #089cef;
  color: #089cef;
}

.ser-wrap-box {
  padding: 0px 53px 35px;
  border-bottom: 1px solid #cfcfcf;
}

.ser-img-box {
  text-align: center;
}

.ser-img-box img {
  max-width: 100%;
}

.h4-tit {
  position: relative;
  color: #089cef;
  font-size: 18px;
  line-height: 70px;
  padding-left: 15px;
}

.h4-tit:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  ;
  background: #089cef;
}

.h4-tit-p {
  font-size: 14px;
  text-indent: 30px;
}

.h4-desc {}

.h4-desc li {
  line-height: 28px;
}

.guiz {
  border: 0;
}

.guiz dl {
  padding-left: 36px;
}

.guiz dl dt {
  position: relative;
  color: #444444;
  font-size: 18px;
  line-height: 50px;
  ;
  font-weight: normal;
}

.guiz dl dt:before {
  content: attr(data-txt);
  position: absolute;
  top: 5px;
  left: -35px;
  font-size: 45px;
  color: #c2c2c2;
}

.guiz dl dd {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}

.guiz dl dd:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  ;
  background: #000;
}

@media (max-width: 768px) {
  .servers {
    padding: 0;
    margin-top: 65px;
    margin-top: 15px;
  }

  .server-box {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
  }

  .ser-wrap-box {
    padding: 0px 5px 35px;
  }

  .server-box .hd ul {
    width: 100%;
    overflow: hidden;
  }

  .server-box .hd ul li {
    width: 33.333% !important;
    padding: 0 0px;
  }

  .guiz dl dt {
    line-height: 30px;
  }
}

/*公司新闻*/
.art-box {
  padding-top: 70px;
  padding-bottom: 30px;
}
.all-tit {
  line-height: 35px;
  padding: 0px 15px;
  margin: 20px auto 10px;
  font-size: 24px;
  font-weight: normal;
}
.articles {
  display: flex;
  justify-content: space-between;
}
.white-bg {
  background-color: #fff;
}
.art-left {
  width: 1060px;
  border-radius: 5px;
  padding: 20px;
}

.art-right {
  width: 310px;
  border-radius: 5px;
  padding: 0 5px 5px;
}

.articles-box {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
}

.articles-box.nobottom {
  border: 0;
}

.articles-box .tit {
  color: #2c2c2c;
  font-size: 18px;
  line-height: 40px;
}

.articles-box .info {
  padding-top: 10px;
  line-height: 30px;
  text-indent: 2em;
}

.articles-box .articles-desc {
  /* min-height: 768px; */
}

.articles-box .date-line {
  color: #b1b1b1;
  line-height: 36px;
}

/*热门阅读*/
.aside-r-box {
  padding: 15px 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.aside-r-box h3 {
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
}

.aside-r-box .cate-list {
  padding: 6px;
}

.aside-r-box .cate-list li {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.aside-r-box .cate-list li.active {
  background: #089cef;
  color: #fff;
}

.aside-r-box .cate-list li a {
  color: inherit;

}

.aside-r-box .cate-list li.active a {}

.aside-r-box .host-list {
  padding: 6px;
}

.aside-r-box .host-list li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.aside-r-box .host-list li span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  border-radius: 50%;
  background: #333;
  line-height: 14px;
  text-align: center;
  font-size: 8px;
  color: #fff;
}

.cate-list li>a,
.aside-r-box .host-list li>a,
.recommend li span {
  transition: all .3s;
}

.cate-list li>a:hover,
.aside-r-box .host-list li>a:hover {
  color: #089cef;
}

.recommend {
  padding: 6px;
}

.recommend li {
  text-align: center;
  padding: 5px 0px;
  border-bottom: 1px solid #dfdfdf;
}

.recommend li:hover span {
  color: #089cef;
}

.recommend li:last-child {
  border: 0;
}

.reco-t {
  line-height: 30px;
  ;
}


.icon-subs {
  display: inline-block;
  width: 19px;
  height: 22px;
  background: url(../image/dyue.jpg) center center no-repeat;
  vertical-align: -2px;
  margin-right: 2px;
}

.subscibe {
  padding: 16px 6px;
}

.subscibe-form {
  line-height: 30px;
  margin-bottom: 5px;
  ;
  overflow: hidden;
}

.subscibe-form .sub-form-input {
  float: left;
  width: 165px;
  height: 30px;
  border: 1px solid #e6e6e6;
  text-indent: 0.5em;
  ;
}

.subscibe-form .sub-form-btn {
  float: left;
  display: inline-block;
  height: 30px;
  width: 50px;
  background: #089CEF;
  color: #fff;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .wrap-main {
    min-width: 100% !important;
    min-height: auto;
    padding: 60px 10px 10px 10px;
    background: #f5f5f6;
    overflow: hidden;
  }
  .art-box {
    padding-top: 60px !important;
  }

  .art-left {
    width: 100%;
    margin-left: 0;
    padding: 10px;
  }

  .pic-box img {
    max-width: 100%;
  }

  .articles-box .tit {
    line-height: 30px;
  }

  .articles-box .articles-desc {
    min-height: auto;
  }
}


/*招聘页面*/




/*关于我们的样式*/

/*手机端显示的二级菜单定义样式*/
.ab-title {
  font-size: 36px;
  font-size: 32px;
}
.ab-sub-title {
  font-size: 24px;
  font-size: 22px;
}

.ab-sub-line {
  font-size: 24px;
  width: 2em;
  height: 4px;
  background: #049ff1;
  margin: 10px 0;
}

.ab-img-wrap {
  position: relative;
  text-align: center;
}

.ab-img-wrap img {
  max-width: 100%;
}

.ab-img-wrap .ab-img-tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
}

.ab-section-1 {
  height: 358px;
  background-color: #fff;
  /* background-image: url(../image/about/ab-section-new-1.jpg); */
  background-image: url(../image/about/partner/top_banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.ab-navbar {
  width: 100%;
  height: 40px;
  background: #fff;
}

.ab-navbar-list {
  width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
}

.ab-navbar-list li {
  display: inline-block;
  line-height: 40px;
  margin: 0 2px;
  color: #999999;
}

.ab-navbar-list li>a {
  color: #999
}

.ab-section-2 {
  padding: 70px 0 80px;
}

.ab-section-3 {
  height: 600px;
  height: 880px;
  background-image: url(../image/about/ab-section-3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.ab-section-3 .inner-content-box {
  width: 480px;
  padding-top: 150px;
  padding-top: 260px;
  text-align: center;
  margin: 0 auto;
}

.ab-section-4 {
  height: 658px;
  height: 880px;
  background-image: url(../image/about/ab-section-4.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.ab-section-4 .inner-content-box {
  text-align: center;
  width: 670px;
  margin: 0 auto;
  padding-top: 150px;
  padding-top: 260px;
}

.ab-section-4 .inner-content-box .ab-sub-line,
.ab-section-3 .inner-content-box .ab-sub-line {
  margin: 10px auto;
}

.ab-section-4 .inner-content-box p,
.ab-section-3 .inner-content-box p {
  margin-top: 30px;
}

.ab-section-5 {
  padding-top: 97px;
  padding-bottom: 43px;
}

.ab-section-5 .inner-content-box {
  text-align: center;
  margin-bottom: 65px;
}

.ab-section-5 .inner-content-box .ab-sub-line {
  margin: 0 auto;
}

.ab-section-5 .ab-desc {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 18px;
}

.ab-section-5 .row>div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cont-wrap {
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
  height: 380px
}

@media only screen and (max-width: 768px) {
  .wrap-main {
    padding: 0;
  }

  .inner-content {
    width: 100%;
  }

  .ab-section-1 {
    height: auto;
    background: none;
    text-align: center;
  }

  .ab-img-wrap img,
  .inner-content img,
  .ab-section-1 img {
    max-width: 100%;
  }

  .ab-section-2 {
    padding: 10px 10px 30px;
  }

  .ab-section-3,
  .ab-section-4 {
    height: auto;
    padding: 20px 10px;
  }

  .ab-section-3 .inner-content-box,
  .ab-section-4 .inner-content-box {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .ab-section-3 .inner-content-box .ab-sub-line {
    margin: 10px auto;
  }

  .ab-section-5 {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .ab-section-5 .inner-content-box {
    margin-bottom: 30px;
  }

  .cont-wrap {
    height: auto
  }

  .ab-title {
    font-size: 22px;
  }

  .ab-sub-title {
    font-size: 18px;
  }
}

/*联系我们*/
.lx-section-7 {
  width: 1200px;
  min-height: 800px;
  margin: 2px auto 20px;
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
}

.lx-section-7>.inner-content {
  width: 960px;
  margin: 0 auto;
}

.lx-row {
  border-bottom: 1px solid #e7e7e7;
}

.lx-contact-box {
  padding: 20px;
}

.lx-contact-box ol {
  list-style: none;
  margin: 0;
  padding-left: 25px;
  width: 90%;
}

.lx-contact-box h5 {
  font-size: 18px;
  margin-top: 20px;
}

.lx-contact-box ol li {
  position: relative;
  margin-bottom: 8px;
  font-size: 16px;
}

.lx-contact-box ol li::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../image/about/lx_icon.png);
  position: absolute;
  top: 2px;
  left: -24px;
}

.lx-contact-box ol li.lx-mail::after {
  background-position: 0 -20px;
}

.lx-contact-box ol li.lx-tell::after {
  background-position: 0 -40px;
}

.lx-contact-box ol li.lx-online-time::after {
  background-position: 0 -60px;
}

.lc-coo-box dl {
  padding-left: 54px;
  position: relative;
  min-height: 80px;
  ;
}

.lc-coo-box dl::after {
  content: attr(data-value);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #049ff1;
  color: #fff;
  position: absolute;
  top: 0;
  left: -4px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;

}

.lx-box-title {
  font-size: 24px;
  color: #049ff1;
  margin: 50px 0 30px;
  padding-left: 0.5em
}

.lc-coo-box dl dt {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
}

.lc-coo-box dl dd {
  font-size: 16px;
  color: #777777;
  line-height: 20px;
}

.lx-erm-box {
  padding: 0 0 60px;
  font-size: 16px;
}

.lx-erm {
  text-align: center;
  padding-top: 20px;
}

.lx-erm>img {
  margin-bottom: 20px;
}




