body {
  font-family: NotoSansHans-Regular, AvenirNext-Regular, proxima-nova, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Helvetica Neue", Arial, sans-serif;
  color: #333;
  font-size: 0;
}

* {
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:focus,
a:active,
a:visited,
a:link {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

/********** 首页样式 **********/
.mynav {
  min-height: 60px;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  background: #fff;
}

.navbar-brand {
  height: 60px;
  line-height: 30px;
}

.navbar-brand img {
  height: 24px;
  width: auto;
}

.mynavbar-nav {
  padding: 0;
}

.mynavbar-nav li {
  height: 60px;
  padding: 0 15px;
}

.mynavbar-nav li a {
  padding: 0;
  font-size: 15px;
  line-height: 40px;
  color: #333;
  padding: 10px 0;
}

.mynavbar-nav li a span {
  float: left;
  width: 0;
  height: 2px;
  background: #1d6cff;
  transition-property: width linear 300ms;
  /* Firefox 4 */
  -moz-transition: width linear 300ms;
  /* Safari and Chrome */
  -webkit-transition: width linear 300ms;
  /* Opera */
  -o-transition: width linear 300ms;
}

.mynavbar-nav>li>a:hover,
.mynavbar-nav>li.active>a,
.mynavbar-nav>li.active>a:hover {
  padding: 10px 0;
  color: #1d6cff !important;
  background-color: #fff !important;
}

.mynavbar-nav li a:hover span,
.mynavbar-nav li.active a span {
  width: 100%;
}

.mynavbar-right li a {
  float: left;
  line-height: 38px;
  font-size: 15px;
  width: 70px;
  height: 40px;
  text-align: center;
  color: #333 !important;
  padding: 0;
}

.mynavbar-right li a span {
  float: left;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1d6cff;
  transition-property: width linear 300ms;
  /* Firefox 4 */
  -moz-transition: width linear 300ms;
  /* Safari and Chrome */
  -webkit-transition: width linear 300ms;
  /* Opera */
  -o-transition: width linear 300ms;
}

.mynavbar-right {
  padding: 10px 0;
}

.mynavbar-right li a:hover {
  color: #1d6cff !important;
}

.mynavbar-right li a:hover span {
  width: 70px;
}

.navbar-toggle {
  margin-top: 13px;
  margin-bottom: 13px;
}

.menulevel-list {
  padding: 0;
  position: absolute;
  width: 150px;
  border: 1px solid #d8d8d8;
  background: #fff;
  z-index: 9999;
  top: 60px;
  left: 50%;
  text-align: center;
  margin-left: -75px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
}

.levelfirst:hover .menulevel-list {
  opacity: 1;
  visibility: visible;
  top: 50px;
}

.menulevel-list li {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 !important;
  height: 48px;
  line-height: 48px;
}

.menulevel-list li a {
  display: block;
  width: 100%;
  padding: 0 !important;
  height: 48px;
  line-height: 48px;
  color: #333;
}

.menulevel-list li a:hover {
  background-color: #f5f5f5 !important;
  padding: 0 !important;
  color: #1d6cff;
}

.index-cell {
  float: left;
  width: 100%;
  margin-top: 80px;
}

.fourbigicons-list {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.fourbigicons-list li {
  margin-bottom: 10px;
}

.bigicons-icon {
  width: 100%;
  margin-bottom: 10px;
}

.bigicons-icon img {
  width: 100px;
  height: 100px;
}

.bigicons-txt {
  width: 100%;
  font-size: 16px;
}

.index-cell-hd {
  float: left;
  width: 100%;
  text-align: center;
}

.bigchinese-title {
  line-height: 40px;
  display: inline;
  height: 40px;
}

.line {
  width: 120px;
  height: 2px;
  background: #999;
  display: inline-block;
  margin-bottom: 10px;
}

.chinese-title {
  padding: 0 30px;
  font-size: 28px;
}

.english-title {
  font-size: 16px;
  color: #999;
}

.index-cell-bd {
  float: left;
  width: 100%;
}

.cooperative-icons {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}

.cooperative-icons li {
  float: left;
  text-align: center;
  margin-top: 50px;
}

.cooperative-icons li img {
  width: 80px;
  height: 80px;
}

.graybg {
  float: left;
  width: 100%;
  background: #f4f4f4;
}

.graybg .index-cell {
  margin-top: 50px;
}

.signature-icons {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}

.signature-icons li {
  float: left;
  margin-bottom: 20px;
}

.signature-ico {
  float: left;
  width: 100%;
}

.signature-ico img {
  width: 120px;
  height: 120px;
}

.signature-steps {
  float: left;
  width: 100%;
  margin-top: 10px;
  line-height: 30px;
  font-size: 20px;
}

.signature-pra {
  float: left;
  width: 100%;
  margin-top: 5px;
  line-height: 20px;
  font-size: 14px;
  color: #888;
}

.whitebg {
  float: left;
  width: 100%;
}

.problem-list {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.problem-list li {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.problem-list li:first-child {
  border-top: none;
}

.question {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.question-icon,
.answer-icon {
  padding-right: 48px;
  background-image: url(../images/questionAndAnswer.png);
  width: 48px;
  height: 48px;
  margin-right: 20px;
}

.question-icon {
  background-position: 0 0;
}

.answer-icon {
  background-position: 0 -48px;
}

.question-icon img,
.answer-icon img {
  width: 58px;
  height: 58px;
}

.question-txt {
  padding-right: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 58px;
}

.answer {
  float: left;
  width: 100%;
  display: flex;
}

.answer-txt {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .question-icon {
    padding-left: 0 !important;
  }

  .question-icon img,
  .answer-icon img {
    width: 32px;
    height: 32px;
  }

  .question-txt {
    line-height: 32px;
  }

  .answer-txt {
    margin-top: 0px;
  }
}

.news {
  float: left;
  width: 100%;
}

.news-cell {
  float: left;
}

.nopad-l {
  padding-left: 0;
}

.nopad-r {
  padding-right: 0;
}

.news-hd {
  float: left;
  width: 100%;
  line-height: 30px;
  margin-bottom: 10px;
}

.news-title {
  float: left;
  font-size: 18px;
}

.news-more {
  float: right;
  font-size: 12px;
  color: #888;
}

.news-more:hover {
  color: #1d6cff;
}

.news-bd {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.news-bd li {
  float: left;
  width: 100%;
  line-height: 30px;
}

.news-bd li a {
  float: left;
  max-width: 80%;
  color: #888;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-bd li a:hover {
  color: #1d6cff;
}

.news-date {
  float: right;
  color: #888;
  font-size: 12px;
}

.friend-link {
  line-height: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.friend-link span {
  float: left;
}

.link-list {
  float: left;
  margin-bottom: 0;
}

.link-list li {
  float: left;
  margin: 0 8px;
}

.link-list li a {
  color: #888;
}

.link-list li a:hover {
  color: #1d6cff;
}

@media (min-width: 750px) and (max-width: 992px) {
  .news-bd li a {
    max-width: 290px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .news-bd li a {
    max-width: 310px;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .news-bd li a {
    max-width: 330px;
  }
}

@media (min-width: 1200px) {
  .news-bd li a {
    max-width: 400px;
  }
}

/* 页脚 */
.blackbg {
  float: left;
  width: 100%;
  background: #2f2f2f;
}

.footer {
  float: left;
  width: 100%;
  padding-top: 50px;
}

.footer-left {
  float: left;
  padding-left: 0;
}

.graylogo {
  float: left;
  width: 100%;
  text-align: left;
}

.otherways {
  float: left;
  width: 100%;
  margin: 35px 0 20px;
}

.otherways .oneway {
  float: left;
}

.otherways a {
  float: left;
  width: 48px;
  height: 48px;
  background-image: url('../images/icon-wechat.png');
  margin-right: 10px;
  background-repeat: no-repeat;
}

.wechat-icon {
  background-position: 0 0;
}

.wechatway {
  position: relative;
}

.code {
  float: left;
  position: absolute;
  width: 140px;
  height: 140px;
  background: #fff;
  bottom: 59px;
  left: 50%;
  margin-left: -75px;
}

.wechat-arrow {
  float: left;
  width: 140px;
  height: 9px;
  background: url('../images/wechat-arrow.png') no-repeat center bottom;
}

.code img {
  width: 120px;
  height: 120px;
  margin: 10px;
}

.wechatway:hover .wechat-icon {
  background-position: 0 -48px;
}

.wechatway:hover .code {
  display: block !important;
}

.sina-icon {
  background-image: url('../images/icon-sina.png') !important;
  background-position: 0 0;
}

.sina-icon:hover {
  background-image: url('../images/icon-sina.png');
  background-position: 0 -48px;
}

.footer-right {
  padding-left: 0;
  padding-right: 0;
}

.footer-cell-title {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.footer-cell-title span {
  border-bottom: 2px solid #1d6cff;
  padding: 5px 0;
}

.footer-cell-list {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-top: 20px;
}

.footer-cell-list li {
  float: left;
  width: 45%;
  line-height: 26px;
}

.footer-cell-list li a {
  color: #fff;
}

.footer-cell-list li a:hover {
  color: #1d6cff;
}

.language-list li {
  width: 100%;
}

.footer-bottom {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
}
.footer-bottom a{ color: #fff;}
.fullli {
  width: 100% !important;
}

@media (min-width:1200px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}

/* 网站封装 */
.simpletxt {
  padding: 30px 0 60px;
  margin-bottom: 0;
  font-size: 18px;
}

.whitebg {
  float: left;
  width: 100%;
  background: #fff;
}

.fivebigicons-list {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}

.fivebigicons-list li {
  float: left;
  width: 20%;
}

@media (max-width: 768px) {
  .fivebigicons-list li.col-xs-12 {
    width: 100%;
    margin: 10px 0;
  }
}

.development-cell {
  float: left;
  width: 100%;
  margin: 50px 0 70px;
}

.development-txt {
  float: left;
  margin: 50px 0 0;
}

.development-title {
  float: left;
  width: 100%;
  font-size: 20px;
  margin-bottom: 20px;
}

.development-pra {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #888;
  line-height: 26px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .development-txt {
    margin: 15px 0 0;
  }
}

.development-second {
  margin-top: 0;
  margin-bottom: 40px;
}

.realize-pra-first {
  float: left;
  width: 100%;
  margin-top: 50px;
  font-size: 16px;
  color: #888;
  line-height: 40px;
}

.realize-pra-second {
  float: left;
  width: 100%;
  color: #7bc9ff;
  font-size: 28px;
  margin-top: 10px;
}

.realize-pra-third {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #888;
  line-height: 40px;
  margin-bottom: 30px;
}

.realize-bottom {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.realize-btn {
  padding: 15px 40px;
  background: #25a6ff;
  font-size: 18px;
  border-radius: 8px;
}

.achieve-bg {
  float: left;
  width: 100%;
  background: url('../images/achieve-bg.jpg') no-repeat center center;
}

.achieve-bg .index-cell-hd,
.achieve-bg .english-title {
  color: #fff;
}

.achieve-bg .index-cell-hd .line {
  background: #eee;
}

.achieve-list {
  float: left;
  width: 100%;
  margin: 50px 0 60px;
}

.achieve-list li {
  float: left;
  width: 14.28%;
  padding: 0 15px;
}

.achieve-list li span {
  max-width: 100%;
  border: 1px solid #fff;
  display: table-cell;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .achieve-list li span {
    width: 132px;
    height: 132px;
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .achieve-list li span {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .achieve-bg {
    background: url('../images/achieve-bg.jpg') repeat-y center center;
  }

  .achieve-list li {
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
  }

  .achieve-list li span {
    width: 100px;
    height: 100px;
    font-size: 15px;
    display: block;
    line-height: 30px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
}

.achieve-list li span:hover {
  background: #fff;
  color: #3d5b87;
}

.plug-list {
  float: left;
  width: 100%;
  margin: 50px 0 40px;
}

.plug-list li {
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px;
}

.plug-icon {
  padding-right: 0;
  padding-left: 0;
}

.plug-txt {
  text-align: left;
}

.plug-title {
  float: left;
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 15px;
}

.plug-pra {
  float: left;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #888;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .plug-txt {
    padding-right: 20px;
    padding-left: 5px;
  }

  .plug-txt:nth-child(4) {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .plug-list li {
    height: 88px;
  }

  .plug-icon {
    position: relative;
  }

  .plug-icon img {
    position: absolute;
    right: 30px;
  }

  .realize-pra-first {
    font-size: 15px;
  }

  .realize-pra-second {
    font-size: 20px;
  }
}

/*********** APP待上架样式 ************/
.appdsj-bg {
  float: left;
  width: 100%;
  background: url('../images/appdsj-bg.png') no-repeat center center;
}

.dsjstore-title {
  float: left;
  width: 100%;
  color: #7bc9ff;
  font-size: 28px;
  margin-bottom: 20px;
}

.dsjstore-pra {
  float: left;
  width: 100%;
  color: #666;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 30px;
}

.process-icons {
  float: left;
  width: 100%;
  margin: 50px 0 30px;
}

.process-icons li {
  margin-bottom: 20px;
}

.process-ico {
  float: left;
  width: 100%;
}

.process-ico img {
  width: 120px;
  height: 120px;
}

.process-pra {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}

.square-list {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding: 0 120px;
}

.square-list li {
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 50px;
}

.square-box {
  float: left;
  width: 100%;
  background: #fff;
  padding: 40px 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.square-ico {
  padding: 10px 0;
}

.square-ico img {
  width: 88px;
  height: 88px;
}

.square-txt {
  font-size: 18px;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .square-list {
    padding: 0 20px;
  }

  .square-list li {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .square-list {
    padding: 0 60px;
  }

  .square-list li {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .square-list {
    padding: 0;
  }

  .square-list li {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/********** APP推广样式 ************/
.apptg-cell {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}

.pad-l120 {
  padding-left: 120px;
}

.pad-r120 {
  padding-right: 120px;
}

.mar-t80 {
  margin-top: 80px !important;
}

@media (max-width: 768px) {
  .apptg-img {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/********** 网路大数据 ************/
.searchcolumn {
  float: left;
  width: 100%;
  background: url('../images/wldsj-bg.jpg') no-repeat center center;
}

.searchcolumn-title {
  float: left;
  width: 100%;
  margin-top: 110px;
  line-height: 40px;
  font-size: 40px;
  color: #fff;
}

.searchcolumn-pra {
  float: left;
  width: 100%;
  margin-top: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}

.mysearch {
  float: left;
  width: 100%;
  text-align: center;
  margin: 50px 0 120px;
}

.mysearch .form-group input {
  width: 650px;
  height: 52px;
  border-radius: 0;
  border: 1px solid #25a6ff;
  background: rgba(255, 255, 255, 0.8);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.btn-search {
  height: 52px;
  background: #28a4fb;
  color: #fff;
  font-size: 18px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 0;
}

.btn-search:hover {
  border-color: #28a4fb;
}

.wldsj-txt,
.wldsj-txt p {
  float: left;
  width: 100%;
}

.wldsj-tit {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}

.wldsj-pra {
  font-size: 18px;
  color: #888;
  line-height: 30px;
}

.wldsj-icons {
  float: left;
  width: 100%;
  margin: 40px 0 30px;
}

.wldsj-icons li {
  margin-bottom: 20px;
}

.wldsj-ico img {
  width: 120px;
  height: auto;
}

.wldsj-icons-title {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}

.wldsj-icons-pra {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #888;
  line-height: 20px;
}

@media (max-width: 768px) {
  .mysearch {
    padding-right: 0;
    padding-left: 0;
  }

  .mysearch .form-group {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
  }

  .mysearch .form-group input {
    width: 100%;
  }

  .mysearch .btn-search {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -10px;
  }

  .searchcolumn .navbar-form {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}

/********** 网站运营 ************/
.wzyy-banner-bg {
  float: left;
  width: 100%;
  position: relative;
}

.wzyy-banner-bg img {
  width: 100%;
  height: auto;
}

.noeffect {
  float: left;
  width: 100%;
  position: absolute;
  height: 48px;
  top: 62%;
}

.wzyy-banner-bg a {
  font-size: 18px;
  color: #56d9ff;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  line-height: 40px;
  border: 1px solid #56d8ff;
  padding-left: 30px;
  padding-right: 30px;
}

.wzyy-banner-bg a:hover {
  background: #56d9ff;
  color: #fff;
}

.donothesitate {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.donothesitate-title {
  float: left;
  width: 100%;
  font-size: 28px;
  margin-bottom: 5px;
}

.donothesitate-pra {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
}

.donothesitate-english {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}

.mar-t50 {
  margin-top: 50px;
}

.change-list {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.change-list li {
  margin-bottom: 20px;
}

.change-cell {
  float: left;
  width: 100%;
  padding: 10px 10px 20px;
  background: #fff;
  border: 1px solid #d6d6d6;
}

.change-cell img {
  width: 100%;
}

.change-pra {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0;
}

.change-summary {
  width: 160px;
  height: 32px;
  background: #25a6ff;
  line-height: 32px;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
}

.change-getin {
  float: left;
  width: 100%;
  margin: 20px 0 50px;
}

.btn-change {
  width: 200px;
  height: 42px;
  border-radius: 21px;
  background: #ff8a00;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  padding: 0;
}

.free-icons {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.free-icons li {
  margin-bottom: 20px;
}

.free-ico {
  float: left;
  width: 100%;
}

.free-ico img {
  width: 100px;
  height: 100px;
}

.free-tit {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}

.free-pra {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #888;
  line-height: 20px;
}

.seo {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.seo-title {
  float: left;
  width: 100%;
  font-size: 28px;
}

.myseosearch {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.myseosearch .form-group {
  display: inline-block;
}

.myseosearch .form-group input {
  width: 650px;
  height: 52px;
  border-radius: 0;
  border: 1px solid #25a6ff;
  background: transparent;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.new-search {
  width: 748px;
  margin: 0 auto;
  font-size: 14px;
}

.new-search label {
  float: left;
  margin-top: 20px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 26px;
}

.new-search-list {
  float: left;
  margin-top: 20px;
  margin-bottom: 0;
}

.new-search-list li {
  float: left;
  margin-right: 20px;
  line-height: 26px;
}

.new-search-list li a {
  color: #28a4fb;
}

.business-list {
  float: left;
  width: 100%;
  margin: 50px 0;
  padding: 0 30px;
}

.business-list li {
  margin-bottom: 20px;
}

.business-cell {
  float: left;
  width: 100%;
  padding: 40px 20px;
  border: 1px solid #bbbbbb;
}

.business-ico {
  float: left;
  width: 100%;
}

.business-title {
  float: left;
  width: 100%;
  font-size: 22px;
  margin-top: 20px;
}

.business-pra {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
  color: #888;
  height: 96px;
  overflow: hidden;
  text-overflow: clip;
}

.business-bottom {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.business-consult {
  margin: 0 auto;
  width: 140px;
  height: 40px;
  display: block;
  background: #25a6ff;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.business-consult:hover {
  color: #fff;
  background: #ff8a00;
}

.blueskybg {
  float: left;
  width: 100%;
  background: url('../images/wzyy-bg.jpg') no-repeat center bottom;
  background-size: cover;
}

.eightproblem {
  margin-bottom: 60px;
}

.eightproblem-img {
  width: 480px;
  height: auto;
}

.eightproblem-pra {
  float: left;
  width: 100%;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.smallfont {
  font-size: 13px;
}

.middlefont {
  font-size: 16px;
}

.bigfont {
  font-size: 22px;
  font-weight: bold;
}

.eightproblem-list {
  float: left;
  width: 100%;
}

.eightproblem-list li {
  margin-bottom: 10px;
}

.eightproblem-ico {
  float: left;
  width: 100%;
}

.eightproblem-ico img {
  width: 60px;
  height: 60px;
}

.eightproblem-tit {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #fff;
}

@media (min-width: 992px) {

  .eightproblem-list li:nth-child(1),
  .eightproblem-list li:nth-child(3) {
    padding-left: 100px;
  }

  .eightproblem-list li:nth-child(2),
  .eightproblem-list li:nth-child(4) {
    padding-right: 100px;
  }
}

@media (max-width: 768px) {
  .myseosearch {
    margin-left: 0;
    margin-right: 0;
  }

  .myseosearch .form-group {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
  }

  .myseosearch .form-group input {
    width: 100%;
    height: 52px;
    border-radius: 0;
    border: 1px solid #25a6ff;
    background: transparent;
    padding: 0 15px;
    font-size: 14px;
  }

  .new-search {
    float: left;
    width: 100%;
    font-size: 14px;
  }

  .myseosearch .btn-search {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
  }

  .eightproblem-img {
    max-width: 100%;
  }
}

/********** 应用分发 ************/
.yyff-banner-bg {
  float: left;
  width: 100%;
  background: url('../images/yyff-bg.png') no-repeat center top;
  background-size: cover;
}

.yyff-banner-bg h2 {
  float: left;
  width: 100%;
  margin-top: 120px;
  color: #588bff;
  font-size: 36px;
}

.yyff-banner-words {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.yyff-banner-words span {
  margin: 0 30px;
  color: #588bff;
  font-size: 20px;
}

.yyff-banner-pra {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-size: 15px;
  color: #888;
}

.onload {
  float: left;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 120px;
}

.onload-btn {
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 50px;
  background: #25a6ff;
  border-radius: 6px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.tgfwbg {
  float: left;
  width: 100%;
  background: #25a6ff url('../images/tgfw-bg.png') no-repeat center top;
  background-size: cover;
}

.yyff-hd {
  float: left;
  width: 100%;
}

.yyff-hd h3 {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}

.yyff-arrow {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.yyff-arrow img {
  width: 32px;
  height: auto;
}

.yyff-bd {
  float: left;
  width: 100%;
}

.tgfw-list {
  float: left;
  width: 100%;
  margin: 50px 0 40px;
}

.tgfw-list li {
  margin-bottom: 20px;
  padding-left: 70px;
  padding-right: 70px;
}

.tgfw-cell {
  float: left;
  width: 100%;
  padding: 70px 0;
  background: #fff;
}

.tgfw-cell img {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
}

.tgfw-cell span {
  font-size: 18px;
  display: block;
}

.whitebg .yyff-hd h3 {
  color: #333;
}

.zjcs-list {
  float: left;
  width: 100%;
  margin: 50px 0 20px;
}

.zjcs-list li {
  margin-bottom: 40px;
}

.zjcs-left {
  float: left;
}

.zjcs-right {
  text-align: left;
}

.zjcs-title {
  float: left;
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 15px;
}

.zjcs-pra {
  float: left;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #888;
  margin-bottom: 0;
}

.zxscbg {
  float: left;
  width: 100%;
  background: #25a6ff url('../images/zxsc-bg.png') no-repeat center top;
  background-size: cover;
}

.zxsc-img,
.hzhb-img {
  float: left;
  width: 100%;
  margin: 50px 0;
}

.zxsc-img img,
.hzhb-img img {
  margin: 0 auto;
}

@media (min-width:1200px) {
  .zjcs-right {
    padding-right: 20px;
    padding-left: 5px;
  }

  .zxsc-img img {
    width: 900px;
    margin: 0 auto;
  }
}

@media (max-width:350px) {
  .tgfw-list li {
    padding-right: 30px;
    padding-left: 30px;
  }
}


/********** 登录 ************/
.login-bg {
  float: left;
  width: 100%;
  height: 100%;
  background: url('../images/login-bg.jpg') no-repeat center center;
  background-size: cover;
  position: fixed;
}

.form-signin {
  max-width: 400px;
  padding: 30px 40px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.05);
}

.form-signin-heading {
  color: #588bff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  font-size: 36px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin-title {
  float: left;
  width: 100%;
  line-height: 40px;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 10px;
  font-size: 18px;
  color: #3c9bed;
}

.form-signin-title span {
  color: #bfbfbf;
  font-size: 14px;
}

.form-signin .form-control {
  float: left;
  width: 100%;
  position: relative;
  height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 44px;
  font-size: 14px;
  border-color: #c9c9c9;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 10px 0 5px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.username {
  background: url('../images/icon-username.png') no-repeat 0 0
}

.inputPassword {
  background: url('../images/icon-password.png') no-repeat 0 0
}

.form-signin .checkbox {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 5px;
}

.btn-blue {
  height: 44px;
  line-height: 44px;
  padding: 0;
  background: #588bff;
  border: none;
  border-radius: 0;
  font-size: 16px;
  margin-bottom: 15px;
}

@media (min-width:1500px) {
  .loginbox {
    padding-top: 180px;
    padding-left: 120px;
  }
}

@media (min-width:374px) and (max-width: 768px) {
  .loginbox {
    margin-top: 50px;
  }
}

@media (max-width:374px) {
  .loginbox {
    margin-top: 0;
  }

  .login-bg h1 {
    margin-top: 10px;
  }

  .login-bg h1 img {
    height: 20px;
    width: auto;
  }

  .form-signin-heading {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .form-signin {
    padding: 15px 20px;
  }
}

/* 在线客服悬浮样式 */
.balloon {
  width: 90px;
  height: 410px;
  background: url('../images/balloon.png') no-repeat 0 0;
  position: fixed;
  bottom: 25%;
  margin-top: -205px;
  right: 10px;
  padding-top: 200px;
}

.qq {
  float: left;
  width: 100%;
  line-height: 30px;
}

.qq a {
  display: block;
}

.qq:first-child a {
  border-top: none;
}

.tel {
  float: left;
  width: 100%;
  color: #fff;
  line-height: 24px;
  font-size: 11px;
}

.wechat {
  float: left;
  width: 100%;
  padding: 0 6px;
}

.wechat span {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  border-bottom: 1px dashed #1072ff;
}

.gototop {
  float: left;
  width: 100%;
  padding: 0 6px;
  border-top: 1px dashed #33c9ff;
}

.gototop a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}

@media (max-width:374px) {
  .balloon {
    bottom: 7%;
  }
}

/* 20180827 */
/************* 联系我们样式 **************/
.lxwm {
  float: left;
  width: 100%;
}

.lxwm-hd {
  float: left;
  width: 100%;
  font-size: 21px;
  color: #666;
  line-height: 36px;
  padding: 50px 0 0;
}

.lxwm-bd {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.lxwm-list {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.lxwm-list li {
  float: left;
  width: 100%;
  margin: 20px 0;
  line-height: 30px;
}

.lxwm-list li i {
  float: left;
  font-size: 20px;
  color: #25a6ff;
  line-height: 30px;
}

.lxwm-eng {
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
}

.lxwm-txt {
  float: left;
  font-size: 14px;
  margin-left: 10px;
}

/* 20180906 */
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 180px;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: none;
  padding-left: 120px;
}

.carousel-caption p {
  font-size: 18px;
}

.carousel-caption h3 {
  font-weight: normal;
  font-size: 36px;
  padding-bottom: 10px;
}

.carousel-caption-link {
  margin-top: 30px;
}

.carousel-caption p a {
  font-size: 16px;
  padding: 10px 35px;
  background: #fff;
  color: #1d6cff;
  border-radius: 4px;
}

@media screen and (max-width:350px) {
  .carousel-caption {
    right: 0;
    left: 0;
    bottom: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .carousel-caption p {
    font-size: 13px;
  }

  .carousel-caption h3 {
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 0;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .carousel-caption-link {
    margin-top: 10px;
  }

  .carousel-caption p a {
    font-size: 12px;
    padding: 7px 15px;
    background: #fff;
    color: #1d6cff;
    border-radius: 4px;
  }
}

@media screen and (max-width:420px) {
  .carousel-caption {
    right: 0;
    left: 0;
    bottom: 30px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .carousel-caption p {
    font-size: 13px;
  }

  .carousel-caption h3 {
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 0;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .carousel-caption-link {
    margin-top: 10px;
  }

  .carousel-caption p a {
    font-size: 12px;
    padding: 7px 15px;
    background: #fff;
    color: #1d6cff;
    border-radius: 4px;
  }
}

@media screen and (max-width:767px) {
  .carousel-caption {
    right: 0;
    left: 0;
    bottom: 80px;
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .carousel-caption p {
    font-size: 16px;
  }

  .carousel-caption h3 {
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 0;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .carousel-caption-link {
    margin-top: 10px;
  }

  .carousel-caption p a {
    font-size: 14px;
    padding: 7px 15px;
    background: #fff;
    color: #1d6cff;
    border-radius: 4px;
  }
}

@media screen and (min-width:768px) {
  .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    bottom: 30px;
  }
}

@media screen and (min-width:1024px) {
  .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    bottom: 60px;
  }
}

@media screen and (min-width:1200px) {
  .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    bottom: 100px;
  }
}

@media screen and (min-width:1366px) {
  .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    bottom: 150px;
  }
}

@media screen and (min-width:1600px) {
  .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    bottom: 200px;
  }
}


/* 新样式 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
td,
div,
input {
  font-family: PingFang SC, Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizeLegibility;
}

/* 首页新增样式 */
.mynav {
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 4%);
}

.mynavbar-nav {
  padding-left: 100px;
}

.indexTop {
  margin-top: 20px;
  width: 100%;
  float: left;
  height: 302px;
  margin-bottom: 40px;
}

.banner .carousel {
  border-radius: 8px;
  overflow: hidden;
}

.banner .carousel .carousel-indicators li {
  margin-left: 5px;
  margin-right: 5px;
}

.menulevel-list {
  width: 300px;
  padding: 10px 10px 15px;
  border: none;
  box-shadow: 0 8px 24px 0 rgb(0 0 0 / 8%);
  border-radius: 0 0 8px 8px;
}

.menulevel-list li {
  width: 50%;
  height: 36px;
  line-height: 36px;
}

.menulevel-list li a {
  height: 36px;
  line-height: 36px;
  font-size: 13px;
}

.indexLeft-inner {
  box-shadow: 0 8px 24px rgb(0 0 0 / 8%);
  padding-left: 100px;
  position: relative;
  height: 302px;
}

.indexLeft .nav-tabs {
  width: 100px;
  background-color: #1d6cff;
  overflow: hidden;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  padding: 9px 0;
  position: absolute;
  left: 0;
  height: 302px;
}

.indexLeft .nav-tabs li {
  height: 71px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  cursor: pointer;
}

.indexLeft .nav-tabs li>div {
  border-top: 1px dashed #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  height: 100%;
  text-align: center;
}

.indexLeft .nav-tabs li:first-child>div {
  border-top: none;
}

.indexLeft .nav-tabs li.active {
  background-color: #fff;
  border-left: 4px solid #c225ff;
  color: #1d6cff;
}

.indexLeft-content {
  border-top: 2px solid #1d6cff;
  height: 302px;
}

.indexLeft-cell {
  padding: 20px 30px;
  justify-content: center;
  height: 300px;
  display: flex;
  flex-direction: column;
}

.indexLeft-btns {
  text-align: center;
  font-size: 14px;
  margin: 5px auto;
}

.line-btn {
  float: left;
  height: 32px;
  line-height: 32px;
  border: 1px solid #1d6cff;
  color: #1d6cff;
  padding: 0 20px;
  border-radius: 16px;
  display: block;
  margin: 0 10px 0;
}

.line-btn:hover {
  color: #1d6cff;
}

.fill-btn {
  float: left;
  height: 32px;
  line-height: 32px;
  border: 1px solid #1d6cff;
  color: #fff;
  background-color: #1d6cff;
  padding: 0 20px;
  border-radius: 16px;
  display: block;
  margin: 0 10px 0;
}

.fill-btn:hover {
  color: #fff;
}

.indexLeft-cell p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-bottom: 15px;
}

.index-item {
  padding: 80px 0 80px;
  width: 100%;
  float: left;
}

.index-bigtitle {
  text-align: center;
}

.primary-title {
  line-height: 40px;
  font-size: 24px;
  color: #000;
}

.primary-title-outside {
  display: inline-block;
  padding: 0 80px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}

.primary-title-inner {
  line-height: 40px;
  border-bottom: 2px solid #1d6cff;
  display: block;
}

.primary-title-inner strong {
  color: #1d6cff;
  font-weight: normal;
}

.second-title {
  font-size: 14px;
  color: #888;
  line-height: 40px;
}

.index-item-content {
  margin-top: 30px;
  width: 100%;
  float: left;
}

.index-pain {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 15px 2px rgb(30 66 164 / 10%);
  margin: 30px 0 70px;
  height: 300px;
}

.index-pain-left {
  float: left;
  width: 30%;
  padding: 30px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.index-pain-left h2 {
  font-size: 20px;
  line-height: 36px;
  color: #1d6cff;
}

.index-pain-left h3 {
  font-size: 18px;
}

.index-pain-right {
  float: left;
  width: 70%;
  font-size: 15px;
  background-color: #fff;
  height: 100%;
}

.index-pain-list {
  margin-bottom: 0;
}

.index-pain-list li {
  width: 33.33%;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  float: left;
  height: 150px;
  padding: 10px 30px;
}

.index-pain-list li:first-child,
.index-pain-list li:nth-child(2),
.index-pain-list li:nth-child(3) {
  border-top: none;
}

.index-pain-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 130px;
}

.index-pain-inner p {
  line-height: 28px;
  text-align: center;
  margin: 10px 0 0;
}

.indexPainIcons {
  width: 60px;
  height: 60px;
  background-image: url(../images/indexPainIcons.png);
}

.secondIndexPainIcon {
  background-position: 0 -60px;
}

.thirdIndexPainIcon {
  background-position: 0 -120px;
}

.fourthIndexPainIcon {
  background-position: 0 -180px;
}

.fifthIndexPainIcon {
  background-position: 0 -240px;
}

.sixthIndexPainIcon {
  background-position: 0 -300px;
}


.newgraybg {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
}

.papawbg {
  background-image: url(../images/papawbg.png);
}

.onlytext {
  padding: 15px 200px 0;
  font-size: 15px;
  text-align: center;
}

.onlytext p {
  margin-bottom: 0;
  line-height: 36px;
}

.howtocoperate-item {
  font-size: 15px;
  margin-top: 30px;
}

.howtocoperate-inner {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 34px 0px rgb(27 27 27 / 14%);
  box-shadow: 0px 10px 20px 0px rgb(12 43 66 / 10%);
  padding: 20px;
  display: flex;
  align-items: center;
}

.howtocoperate-txt {
  margin-left: 20px;
  line-height: 28px;
}

.darkbg {
  float: left;
  width: 100%;
  background-image: url(../images/index_dark.jpg);
  color: #fff;
}

.darkbg .primary-title-outside span {
  color: #fff;
}

.cooperateSteps-list {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}

.cooperateSteps-list li {
  margin-top: 30px;
}

.cooperateStep {
  padding: 30px 20px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cooperateStepsIcon {
  width: 80px;
  height: 80px;
  background-image: url(../images/cooperateSteps.png);
}

.secondStepIcon {
  background-position: 0 -80px;
}

.thirdStepIcon {
  background-position: 0 -160px;
}

.fourthStepIcon {
  background-position: 0 -240px;
}

.cooperateStep p {
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 0;
}

.casesapp-list {
  padding: 0 80px;
  margin-bottom: 0;
}

.casesapp-list li {
  padding: 40px 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.casesapp-list li img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
}

.problem-list {
  margin-bottom: 0;
}

.news-item {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 34px 0px rgb(27 27 27 / 14%);
  box-shadow: 0px 10px 20px 0px rgb(12 43 66 / 10%);
  padding: 20px;
  width: 100%;
  float: left;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.news-more {
  height: 24px;
  padding: 0 10px;
  line-height: 24px;
  border: 1px solid #ddd;
  border-radius: 14px;
}

.news-more:hover {
  border-color: #1d6cff;
}

.firstNews {
  background-image: url(../images/newsbg01.png);
}

.secondNews {
  background-image: url(../images/newsbg02.png);
}

.thirdNews {
  background-image: url(../images/newsbg03.png);
}

.fourthNews {
  background-image: url(../images/newsbg04.png);
}

.news-cell {
  margin-bottom: 30px;
}

.question-txt {
  line-height: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .indexLeft {
    padding-left: 0;
    padding-right: 5px;
  }

  .banner {
    padding-right: 0;
  }

  .howtocoperate-left {
    padding-right: 30px;
  }

  .howtocoperate-right {
    padding-left: 30px;
  }
}


/* 云产品经理样式 */
.lightbluebg {
  background-color: #f6f9ff;
  float: left;
  width: 100%;
}

.twohalf {
  display: flex;
  align-items: center;
}

.cloudHalf {
  width: 50%;
  float: left;
}

.cloudHalf>img {
  width: 100%;
}

.cloudHalf-title {
  font-size: 24px;
  line-height: 60px;
  margin-left: 60px;
}

.cloudHalf-content {
  max-width: 585px;
  padding: 0 30px 10px 60px;
}

.haveproblem-list {
  margin-bottom: 0;
}

.haveproblem-list li {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin: 10px 0;
}

.haveproblem-icon {
  height: 30px;
  width: 30px;
  background-image: url(../images/cloudHaveproblemIcons.png);
}

.haveproblem-txt {
  line-height: 30px;
  margin-left: 10px;
}

.secondHaveIcon {
  background-position: 0 -30px;
}

.thirdHaveIcon {
  background-position: 0 -60px;
}

.fourthHaveIcon {
  background-position: 0 -90px;
}

.fifthHaveIcon {
  background-position: 0 -120px;
}

.sixthHaveIcon {
  background-position: 0 -150px;
}

.seventhHaveIcon {
  background-position: 0 -180px;
}

.cloud-item {
  padding: 50px 0;
}

.cloud-title {
  text-align: center;
  font-weight: 400;
  color: #1d6cff;
  font-size: 24px;
  margin: 10px 0;
  font-family: inherit;
}

.cloud-wecando {
  margin-bottom: 40px;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  float: left;
}

.cloud-wecando li {
  width: 20%;
  float: left;
  margin: 20px 0;
  padding: 0 10px;
}

.cloud-wecando-inner {
  padding: 20px 10px 20px;
  height: 420px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
  border: solid 1px #f1f1f1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.wecandoIcons {
  width: 54px;
  height: 54px;
  background-image: url(../images/wecandoIcons.png);
}

.wecando-title {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 36px;
}

.wecando-txt {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}

.secondWecandoIcon {
  background-position: 0 -54px;
}

.thirdWecandoIcon {
  background-position: 0 -108px;
}

.fourthWecandoIcon {
  background-position: 0 -162px;
}

.fifthWecandoIcon {
  background-position: 0 -216px;
}

.cloud-cooperateSteps {
  margin-bottom: 20px;
}

.cloud-cooperateSteps li {
  margin: 20px 0;
}

.cloud-cooperateSteps-inner {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cooperateStepsIcons {
  width: 120px;
  height: 120px;
  background-image: url(../images/cloudCooperateIcons.png);
}

.cooperateSteps-title {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

.secondStepsIcon {
  background-position: 0 -120px;
}

.thridStepsIcon {
  background-position: 0 -240px;
}

.fourthStepsIcon {
  background-position: 0 -360px;
}

.fifthStepsIcon {
  background-position: 0 -480px;
}

.develop-content {
  margin-top: 30px;
  width: 100%;
  margin-bottom: 20px;
}

.cooperateSteps-item {
  float: left;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

/* 关于我们样式 */
.aboutus img {
  width: 100%;
  height: auto;
}

.aboutus-content {
  margin-top: 20px;
  margin-bottom: 60px;
}

.aboutus-content h4 {
  font-size: 20px;
  margin-bottom: 24px;
  margin-top: 50px;
  color: #333333 !important;
}

.aboutus-content p {
  line-height: 32px;
  color: #878f92 !important;
  padding: 0px;
  font-size: 16px !important;
}

/* 代上架样式 */
.replaceBg {
  width: 100%;
  height: 480px;
  background-image: url(../images/replaceBg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.replace-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 480px;
  justify-content: center;
}

.replace-banner h1 {
  color: #fff;
}

.replace-banner p {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  padding: 15px 200px;
  text-align: center;
}

.replace-banner a {
  width: 150px;
  height: 44px;
  border-radius: 22px;
  background-color: #fff;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #1d6cff;
}

.replcae-wecando li {
  width: 25%;
}

.replcae-wecando li .wecandoIcons {
  background-image: url(../images/replaceIcons.png);
}

.replcae-wecando li .cloud-wecando-inner {
  height: 280px;
}

.replace-wrapper {
  padding: 40px 0;
  float: left;
  width: 100%;
}

.replace-wrapper .nav-tabs {
  color: #333;
  height: 48px;
  line-height: 48px;
  padding: 0;
  background: #fff;
  z-index: 0;
  border-radius: 25px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
}

.replace-wrapper .nav-tabs li {
  width: 20%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  text-align: center;
  cursor: pointer;
}

.replace-wrapper .nav-tabs li.active>div {
  background-color: #1d6cff;
  color: #fff;
  border-radius: 22px;
  height: 44px;
  line-height: 44px;
  border: 2px solid #F4F8FB;
}

.replace-content {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.replace-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.replace-img {
  width: 50%;
  float: left;
  padding-right: 30px;
}

.replace-inner-content {
  width: 50%;
  float: left;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}

.replace-inner-content p {
  line-height: 36px;
  font-size: 15px;
}

.ouradvantage-inner {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.grounding-txt {
  width: 100%;
}

.ouradvantageIcons {
  width: 100px;
  height: 100px;
  background-image: url(../images/ouradvantageIcons.png);
  padding-right: 100px;
  margin-right: 10px;
}

.secondAdvantageIcons {
  background-position: 0 -100px;
}

.thridAdvantageIcons {
  background-position: 0 -200px;
}

.fourthAdvantageIcons {
  background-position: 0 -300px;
}

.ouradvantage-inner h3 {
  font-size: 20px;
  color: #333;
  line-height: 32px;
  margin-left: 30px;
}

.ouradvantage-list {
  margin-bottom: 100px !important;
}

.grounding-inner {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgb(87 100 114 / 10%);
  border-radius: 4px;
  padding: 40px;
  height: 180px;
}

.groundingIcons {
  width: 80px;
  height: 80px;
  background-image: url(../images/groundingIcons.png);
  margin-right: 20px;
}

.secondGroundingIcons {
  background-position: 0 -80px;
}

.grounding-inner h3 {
  font-size: 18px;
}

.grounding-inner p {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.grounding-list {
  margin-top: 40px;
}

/* ASO样式 */
.asoBg {
  width: 100%;
  height: 480px;
  background-image: url(../images/asoBg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.appIcons {
  width: 54px;
  height: 54px;
  background-image: url(../images/appIcons.png);
}

.aso-wrapper .nav-tabs li {
  width: 50%;
}

.aso-list {
  margin-top: 20px;
}

.aso-list li {
  margin: 20px 0;
}

.aso-inner {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 23px 2px rgb(30 66 164 / 10%);
  background-color: #fff;
  height: 300px;
}

.aso-inner>img {
  width: 100%;
}

.aso-inner>h3 {
  padding: 0 10px;
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}

.aso-inner>p {
  padding: 0 10px 20px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
}

.asoOther-list {
  margin-top: 20px;
}

.asoOther-list li {
  margin: 15px 0;
}

.asoOther-inner {
  height: 160px;
  padding: 20px 30px;
}

.asoOtherIcons {
  width: 80px;
  height: 80px;
  background-image: url(../images/asoOtherIcons.png);
  padding-right: 30px;
  margin-right: 10px;
}

.thridAsoIcons {
  background-position: 0 -160px;
}

.fourthAsoIcons {
  background-position: 0 -240px;
}

/* 软著办理样式 */
.softworkBg {
  width: 100%;
  height: 480px;
  background-image: url(../images/softworkBg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ourservice-list {
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgb(86 100 114 / 10%);
  border-radius: 8px;
  padding: 20px 0;
  float: left;
  margin-top: 30px;
  margin-bottom: 15px;
  width: 100%;
}

.ourservice-list li {
  float: left;
  width: 25%;
}

.ourservice-inner {
  display: flex;
  border-left: 1px solid #e5e5e5;
  align-items: center;
  padding-left: 30px;
}

.ourservice-list li:first-child .ourservice-inner {
  border-left: none;
}

.ourserviceIcons {
  width: 60px;
  height: 60px;
  background-image: url(../images/ourserviceIcons.png);
  padding-right: 60px;
  margin-right: 20px;
}

.secondServiceIcons {
  background-position: 0 -60px;
}

.thridServiceIcons {
  background-position: 0 -120px;
}

.fourthServiceIcons {
  background-position: 0 -180px;
}

.ourservice-title {
  font-size: 16px;
  line-height: 30px;
}

.ourservice-img>img {
  width: 100%;
}

.commonProblem-inner {
  height: 340px;
}

/* 开发者账号购买样式 */
.accountBg {
  width: 100%;
  height: 480px;
  background-image: url(../images/accountBg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fifthCaseIcons {
  background-position: 0 -216px;
}

.sixthCaseIcons {
  background-position: 0 -270px;
}

.seventhCaseIcons {
  background-position: 0 -324px;
}

/* 快速域名备案样式 */
.webBg {
  width: 100%;
  height: 480px;
  background-image: url(../images/webBg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.web-ourservice li .cloud-wecando-inner {
  height: 240px;
}

.webIcons {
  width: 54px;
  height: 54px;
  background-image: url(../images/webIcons.png);
}

.sixthStepsIcon {
  background-position: 0 -600px;
}

.seventhStepsIcon {
  background-position: 0 -720px;
}

.eighthStepsIcon {
  background-position: 0 -840px;
}

/* 悬浮样式 */
.suspension {
  position: fixed;
  right: 10px;
  top: 50%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 10px 30px 0px rgb(86 100 114 / 10%);
  margin-top: -150px;
}

.suspension-title {
  width: 100%;
  height: 32px;
  background-color: #e0eafc;
  color: #000;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
}

.suspension-qq {
  width: 100%;
  text-align: center;
  padding: 6px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px dashed #e5e5e5;
}

.suspension-qq:first-child {
  border-top: none;
}

.suspensionQqIcon {
  width: 16px;
  height: 16px;
  background: url(../images/qqIcon.png);
  padding-right: 16px;
  margin-right: 5px;
}

.suspension-qq p {
  line-height: 26px;
  font-size: 12px;
  margin-bottom: 0;
  color: #333;
}

.wechatCode {
  background: url(../images/wechatCode.png);
  width: 56px;
  height: 56px;
  margin: 10px auto;
}

.actGotop-inner {
  color: #000;
  display: block;
}

.actGotop {
  display: none;
}

/* 苹果企业签名样式 */
.appleBg {
  width: 100%;
  height: 480px;
  background-image: url(../images/appleBg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.old-problem-list li .question-icon,.old-problem-list li .answer-icon {
  background-image: none;
}
.old-problem-list {
  margin-bottom: 50px;
}