.container,
.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
.card-deck {
  flex-flow: row wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
}
.breadcrumb {
  padding: 8px 10px;
  margin-bottom: 15px;
  background: none;
  font-size: 22px;
  color: #333333;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
@media (max-width: 576px) {
  .breadcrumb {
    margin-bottom: 0;
  }
  /*手机的隐藏滑动文字*/
.fp-tooltip{ display:none !important;opacity:0 !important;}
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background: none;
}
.text-primary {
  color: #1E6BB3!important;
}
.text-indigo {
  color: #414197 !important;
}
.text-danger {
  color: #f80c0c !important;
}
.text-success {
  color: #62C78B !important;
}
.text-warning {
  color: #ECB153 !important;
}
.text-black {
  color: #292929 !important;
}
.bg-primary {
  background-color: #1E6BB3!important;
  border-color: #1E6BB3!important;
}
.btn {
  border-radius: .125rem;
}
.btn-primary {
  color: #fff;
  background-color: #1E7DC5;
  border-color: #1E7DC5;
}
.btn-danger {
  color: #fff;
  background-color: #EC6E53;
  border-color: #EC6E53;
}
.btn-success {
  color: #fff;
  background-color: #62C78B;
  border-color: #62C78B;
}
.btn-warning {
  color: #fff;
  background-color: #ECB153;
  border-color: #ECB153;
}
.btn-warning:hover {
  color: #fff;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.breadcrumb {
  font-size: unset;
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #DAE8F8;
}
/* 页面级图片 */
.page-focus {
  height: 393px;
}
/* 分页 */
.page-link {
  position: relative;
  display: block;
  padding: 0.8rem 1.05rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000050;
  font-weight: bold;
  background-color: #F8F8F8;
  border: 1px solid #EDEDED;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2763A9;
  border-color: #2763A9;
}
p {
  margin-bottom: .4rem;
}
.list-group-first .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.list-group-first .list-group-item:first-child {
  border-top: 0;
}
.personalCenter-infoList {
  align-items: center;
  justify-content: center;
}
.personalCenter-infoList .list-group-item {
  height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
}
.personalCenter-infoList .title {
  width: 140px;
  color: #666666;
}
.personalCenter-infoList .body .avatar {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-size: cover;
}
/* function */
.clearfix:after,
.list-group li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.clearfix,
.list-group li {
  zoom: 1;
}
.ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.prz {
  position: relative;
  zoom: 1;
}
.oh {
  overflow: hidden;
}
.ff0 {
  font-family: arial,\5b8b\4f53;
}
.ff1 {
  font-family: "Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53;
}
.fs1 {
  font-size: 12px;
}
.fs2 {
  font-size: 14px;
}
.fwn {
  font-weight: normal;
}
.fwb {
  font-weight: bold;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
  text-justify: inter-ideograph;
}
.vam,
.f-vama * {
  vertical-align: middle;
}
.wsn {
  word-wrap: normal;
  white-space: nowrap;
}
.pre {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.wwb {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.ti {
  overflow: hidden;
  text-indent: -30000px;
}
.ti2 {
  text-indent: 2em;
}
.lhn {
  line-height: normal;
}
.tdu,
.f-tdu:hover {
  text-decoration: underline;
}
.tdn,
.f-tdn:hover {
  text-decoration: none;
}
.toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.csp {
  cursor: pointer;
}
.csd {
  cursor: default;
}
.csh {
  cursor: help;
}
.csm {
  cursor: move;
}
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* 栅格结构 */
/* 字号简写 */
.fz18 {
  font-size: 18px;
}
.fz10 {
  font-size: 10px;
}
.fz20 {
  font-size: 20px;
}
.fz30 {
  font-size: 30px;
}
.fz40 {
  font-size: 40px;
}
.fz50 {
  font-size: 50px;
}
.fz60 {
  font-size: 60px;
}
.fz70 {
  font-size: 70px;
}
.fz80 {
  font-size: 80px;
}
.fz90 {
  font-size: 90px;
}
.fz100 {
  font-size: 100px;
}
/* 边距简写 */
body {
  font-family: "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑", 'Segoe UI', Tahoma, "宋体b8b\4f53", SimSun, sans-serif;
}
body {
  margin: 0;
  color: #353535;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* link */
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1E7DC5;
  text-decoration: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/*  */
/*  */
.footer {
  min-height: 290px;
  background-color: #131313;
  font-size: 14px;
  color: #ffffff;
  padding: 40px 0 0;
}
.footer .container {
  background: #131313 url(../images/footer-server.png) 790px 150px no-repeat;
}
/*手机隐藏底部*/
@media (max-width: 768px) {
  .footer-item:not(:nth-child(1)):not(:nth-child(8)) 
  {display: none; }
 
    
}

.footer-item h5 {
  margin-bottom: 20px;
}
.footer-item ul li {
  padding: 2px 0;
}
.footer-item ul li a {
  color: #FFF;
}
.footer-item ul li a:hover {
  color: #006AC8;
}
/*  */
#swiper1 .swiper-container {
  max-width: 1920px;
  margin: 0 auto;
}
#swiper1 .swiper-slide {
  background-size: cover;
  background-position: center 0;
}
#swiper1 .swiper-pagination-bullet {
  opacity: 1;
  background-color: #FFF;
}
#swiper1 .swiper-pagination-bullet-active {
  background-color: #0064B9;
}
/*  */
.flip {
  display: block;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.flip li {
  margin-bottom: 10px;
}
.flip li a {
  font-size: 15px;
  color: #6b6b6b;
}
.flip li a:hover {
  color: #2061B7;
}
/*  */
.pagination {
  margin-bottom: 40px;
}
.pagination .page-item {
  margin: 5px;
}
.pagination .page-link {
  padding: 0.53rem 0.7rem;
  background-color: #F7F8FA;
  border: 1px solid #EEEEEE;
  color: #B5B9BC;
  font-weight: normal;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.main {
  padding-top: 70px;
  padding-bottom: 60px;
  min-height: 800px;
}
/*  */
.table {
  font-size: unset;
}
.table .thead-light th {
  color: #333333;
  background-color: #DAE8F8;
  border-color: #DAE8F8;
}
.table-border-no td,
.table-border-no th {
  border-top: none;
}
[class^="icon"] {
  margin-right: 10px;
}
.icon-line {
  width: 4px;
  height: 18px;
  background-color: #00ab79;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 2px;
}
.hr-line {
  height: 0;
  border-bottom: 1px solid #CDCDCD;
}
.submenu .row {
  margin-left: -10px;
  margin-right: -10px;
}
.submenu [class*="col"] {
  padding-right: 10px;
  padding-left: 10px;
}
.submenu-item {
  margin-bottom: 16px;
  white-space: nowrap;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  background-color: #DADADA;
  color: #474747;
  transition: all .3s;
  display: block;
}
.submenu-item .icon {
  display: inline-block;
  vertical-align: text-bottom;
  filter: brightness(100%);
  transition: all .3s;
}
.submenu-item:hover,
.submenu-item.active {
  color: #FFF;
  background-color: #414197;
}
.submenu-item:hover .icon,
.submenu-item.active .icon {
  filter: brightness(340%);
}
/*  */
.page-about .text {
  font-size: 18px;
  line-height: 34px;
  color: #474747;
}
.page-contact .text-block {
  font-size: 18px;
  color: #222222;
}
.page-cooperation .text-block {
  font-size: 18px;
  line-height: 37px;
  color: #474747;
}
.module-list-item a {
  display: block;
}
.module-list-item a:hover .text-block {
  background-color: #52ABDB;
}
.module-list-item img {
  width: 100%;
  height: 241px;
  border: solid 10px #ffffff;
}
.module-list-item .text-block {
  transition: all 1s;
  height: 49px;
  line-height: 49px;
  color: #FFF;
  text-align: center;
  background-color: #373737;
}
/*  */
.focus-module-page {
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 1920px 296px !important;
}
@media (min-width: 768px) {
  .focus-module-page {
    background-size: 1920px 296px !important;
  }
}
.module-preview {
  margin: auto;
  max-width: 562px;
  padding-top: 66px;
}
.module-preview-title {
  height: 49px;
  line-height: 49px;
  background-color: #52abdb;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
.module-preview-img {
  height: 386px;
  display: flex;
}
.module-preview-img img {
  margin: auto;
}
/*  */
.module-page-heading {
  background-color: #DDD;
  margin-bottom: 50px;
  display: flex;
}
.module-page-title {
  min-width: 276px;
  white-space: nowrap;
  padding: 0 40px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  background-color: #454545;
  font-size: 22px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .module-page-title {
    flex: 1;
  }
  .box{ display:none;}
}
.module-page-body img {
  max-width: 100%;
}
/*  */
.solution-list-item img {
  width: 100%;
  height: 159px;
}
.solution-list-item .text-block {
  overflow: hidden;
  min-height: 159px;
  background-color: #FFF;
  padding: 30px 50px 40px;
}
.solution-list-item .text-block .title {
  font-weight: bold;
  font-size: 22px;
  color: #484848;
  text-align: center;
  margin-bottom: 13px;
}
.solution-list-item .text-block .text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #373737;
  text-align: justify;
}
/*  */
#modal-1 .form {
  max-width: 490px;
  margin: auto;
}
#modal-1 .form .form-control {
  background-color: #E1E1E1;
  border-color: #E1E1E1;
  box-shadow: none;
}
#modal-1 .btn-submit {
  width: 223px;
  height: 47px;
  background-color: #52abdb;
  border: none;
  border-radius: 24px;
}
#modal-1 .btn-submit:hover {
  background-color: #3e97c7;
}
/*  */
.hardware-list-item {
  background-color: #FFF;
}
.hardware-list-item a {
  display: block;
}
.hardware-list-item a:hover .text-block {
  color: #52abdb;
}
.hardware-list-item .img {
  display: flex;
  height: 260px;
}
.hardware-list-item .img img {
  margin: auto;
  max-width: 100%;
}
.hardware-list-item .text-block {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
}
.tab-content p{line-height:2 !important;}
.btn-search-show{ display:none}<!--耗时1763856670.6947秒-->